@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@400;700&display=swap";
*{margin:0;padding:0;box-sizing:border-box}
html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{font-family:'IBM Plex Serif',serif;line-height:1.6;color:#241818;background:#FFFDFD}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
.header-wrapper-v1{background:linear-gradient(135deg,#E82C60 0%,#241818 100%);padding:20px 0;box-shadow:0 8px 24px #2418181f}
.header-top-row-box{max-width:1536px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.logo-container-v2{display:flex;align-items:center}
.logo-container-v2 img{height:110px;width:110px;object-fit:contain;background:#fffdfdf2;padding:12px;border-radius:24px;box-shadow:0 4px 16px #00000026}
.company-name-box{font-size:2rem;font-weight:700;color:#FFFDFD;text-shadow:2px 2px 8px #0000004d}
.navigation-row-wrapper{max-width:1536px;margin:0 auto;padding:0 24px}
.main-nav-v1{background:#fffdfd26;backdrop-filter:blur(10px);border-radius:20px;padding:16px 32px;display:flex;justify-content:center;gap:48px;flex-wrap:wrap}
.main-nav-v1 a{color:#FFFDFD;font-size:1.1rem;font-weight:400;padding:8px 16px;border-radius:12px;transition:background .3s ease,color .3s ease;min-height:44px;display:flex;align-items:center}
.main-nav-v1 a:hover{background:#fffdfd40;color:#FFFDFD}
.footer-wrapper-tbd{background:repeating-linear-gradient(45deg,#241818,#241818 10px,#2a1e1e 10px,#2a1e1e 20px);padding:64px 24px 32px;margin-top:80px}
.footer-content-box{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:48px;color:#FFFDFD;margin-bottom:48px}
.footer-info-section{display:flex;flex-direction:column;gap:16px}
.footer-info-section h3{font-size:1.3rem;font-weight:700;color:#E82C60;margin-bottom:12px}
.footer-info-section p,.footer-info-section a{font-size:1rem;line-height:1.8;color:#FFFDFD}
.footer-info-section a:hover{color:#E82C60}
.footer-nav-links{display:flex;flex-direction:column;gap:12px}
.footer-nav-links a{padding:8px 0;border-bottom:1px solid #fffdfd1a;transition:border-color .3s ease}
.footer-nav-links a:hover{border-bottom-color:#E82C60}
.footer-submenu-v2{display:flex;flex-direction:column;gap:12px}
.footer-submenu-v2 a{padding:8px 0;font-size:.95rem;opacity:.85}
.footer-submenu-v2 a:hover{opacity:1}
.copyright-bar-v1{max-width:1536px;margin:0 auto;padding-top:32px;border-top:1px solid #fffdfd33;text-align:center;color:#FFFDFD;font-size:.95rem;opacity:.8}
.cookie-popup-v3{position:fixed;top:0;left:0;width:100%;background:linear-gradient(90deg,#241818 0%,#E82C60 100%);color:#FFFDFD;padding:24px;box-shadow:0 12px 32px #00000040;z-index:9999;display:none;animation:slideDown .4s ease-out}
.cookie-popup-v3.active{display:block}
.cookie-popup-v3.hide{animation:slideUp .4s ease-out forwards}
@keyframes slideDown {
from{transform:translateY(-100%)}
to{transform:translateY(0)}
}
@keyframes slideUp {
from{transform:translateY(0)}
to{transform:translateY(-100%)}
}
.cookie-content-wrapper{max-width:1536px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:32px;flex-wrap:wrap}
.cookie-text-box{flex:1;min-width:300px}
.cookie-text-box p{font-size:1rem;line-height:1.6;margin-bottom:16px}
.cookie-settings-group{display:flex;align-items:center;gap:12px;margin-top:12px}
.toggle-switch-v1{position:relative;width:52px;height:28px;background:#fffdfd4d;border-radius:28px;cursor:pointer;transition:background .3s ease}
.toggle-switch-v1.active{background:#E82C60}
.toggle-switch-v1::after{content:'';position:absolute;top:3px;left:3px;width:22px;height:22px;background:#FFFDFD;border-radius:50%;transition:transform .3s ease}
.toggle-switch-v1.active::after{transform:translateX(24px)}
.cookie-actions-box{display:flex;gap:24px;align-items:center}
.cookie-actions-box a{color:#FFFDFD;text-decoration:underline;font-size:1rem;cursor:pointer;padding:8px 16px;transition:opacity .3s ease;min-height:44px;display:flex;align-items:center}
.cookie-actions-box a:hover{opacity:.8}
@media (max-width: 768px) {
.header-top-row-box{flex-direction:column;gap:20px;text-align:center}
.company-name-box{font-size:1.5rem}
.logo-container-v2 img{height:90px;width:90px}
.main-nav-v1{gap:16px;padding:12px 16px}
.main-nav-v1 a{font-size:1rem}
.footer-content-box{grid-template-columns:1fr;gap:32px}
.cookie-content-wrapper{flex-direction:column;align-items:flex-start}
.cookie-actions-box{width:100%;justify-content:center}
}
@media (max-width: 375px) {
.header-top-row-box{padding:0 16px}
.company-name-box{font-size:1.25rem}
.logo-container-v2 img{height:75px;width:75px}
.main-nav-v1{flex-direction:column;align-items:center;gap:8px}
.main-nav-v1 a{width:100%;text-align:center}
}
.doc-text{max-width:1536px;margin:0 auto;padding:80px 24px 120px;background:#FFFDFD}
@media (min-width: 768px) {
.doc-text{padding:100px 48px 140px}
}
@media (min-width: 1366px) {
.doc-text{padding:120px 80px 160px}
}
.doc-text h1{font-size:36px;line-height:1.2;font-weight:700;color:#241818;margin:0 0 16px;letter-spacing:-.02em}
@media (min-width: 768px) {
.doc-text h1{font-size:48px;margin:0 0 20px}
}
@media (min-width: 1366px) {
.doc-text h1{font-size:56px;margin:0 0 24px}
}
.doc-text h2{font-size:28px;line-height:1.3;font-weight:700;color:#241818;margin:64px 0 20px;letter-spacing:-.01em}
@media (min-width: 768px) {
.doc-text h2{font-size:36px;margin:80px 0 24px}
}
@media (min-width: 1366px) {
.doc-text h2{font-size:42px;margin:96px 0 28px}
}
.doc-text h3{font-size:22px;line-height:1.4;font-weight:600;color:#241818;margin:48px 0 16px}
@media (min-width: 768px) {
.doc-text h3{font-size:28px;margin:56px 0 20px}
}
@media (min-width: 1366px) {
.doc-text h3{font-size:32px;margin:64px 0 24px}
}
.doc-text h4{font-size:18px;line-height:1.5;font-weight:600;color:#241818;margin:36px 0 12px}
@media (min-width: 768px) {
.doc-text h4{font-size:22px;margin:40px 0 16px}
}
@media (min-width: 1366px) {
.doc-text h4{font-size:24px;margin:48px 0 18px}
}
.doc-text h5{font-size:16px;line-height:1.5;font-weight:600;color:#241818;margin:28px 0 10px}
@media (min-width: 768px) {
.doc-text h5{font-size:18px;margin:32px 0 12px}
}
@media (min-width: 1366px) {
.doc-text h5{font-size:20px;margin:36px 0 14px}
}
.doc-text h6{font-size:15px;line-height:1.6;font-weight:600;color:#241818;margin:24px 0 8px;text-transform:uppercase;letter-spacing:.05em}
@media (min-width: 768px) {
.doc-text h6{font-size:16px;margin:28px 0 10px}
}
.doc-text p{font-size:16px;line-height:1.75;color:#241818;margin:0 0 20px;max-width:920px}
@media (min-width: 768px) {
.doc-text p{font-size:17px;line-height:1.8;margin:0 0 24px}
}
@media (min-width: 1366px) {
.doc-text p{font-size:18px;line-height:1.85;margin:0 0 28px}
}
.doc-text ul,.doc-text ol{font-size:16px;line-height:1.75;color:#241818;margin:0 0 24px;padding-left:28px;max-width:920px}
@media (min-width: 768px) {
.doc-text ul,.doc-text ol{font-size:17px;line-height:1.8;margin:0 0 28px;padding-left:32px}
}
@media (min-width: 1366px) {
.doc-text ul,.doc-text ol{font-size:18px;line-height:1.85;margin:0 0 32px;padding-left:36px}
}
.doc-text ul{list-style-type:disc}
.doc-text ol{list-style-type:decimal}
.doc-text li{margin:0 0 12px;padding-left:8px}
@media (min-width: 768px) {
.doc-text li{margin:0 0 14px;padding-left:10px}
}
@media (min-width: 1366px) {
.doc-text li{margin:0 0 16px;padding-left:12px}
}
.doc-text ul li::marker{color:#E82C60}
.doc-text ol li::marker{color:#E82C60;font-weight:600}
.doc-text ul ul,.doc-text ol ol,.doc-text ul ol,.doc-text ol ul{margin:12px 0 0;padding-left:24px}
@media (min-width: 768px) {
.doc-text ul ul,.doc-text ol ol,.doc-text ul ol,.doc-text ol ul{margin:14px 0 0;padding-left:28px}
}
.doc-text em,.doc-text i{font-style:italic;color:#241818}
.doc-text strong{font-weight:600;color:#241818}
.doc-text a{color:#E82C60;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:all .28s ease}
.doc-text a:hover{color:#241818;text-decoration-thickness:2px;text-underline-offset:4px}
.doc-text a:focus{outline:2px solid #E82C60;outline-offset:4px;border-radius:4px}
.doc-text h1 + p,.doc-text h2 + p,.doc-text h3 + p{margin-top:8px}
.doc-text p + h2{margin-top:72px}
@media (min-width: 768px) {
.doc-text p + h2{margin-top:88px}
}
@media (min-width: 1366px) {
.doc-text p + h2{margin-top:104px}
}
.doc-text p + h3{margin-top:56px}
@media (min-width: 768px) {
.doc-text p + h3{margin-top:64px}
}
@media (min-width: 1366px) {
.doc-text p + h3{margin-top:72px}
}
.hero-about-v2{position:relative;min-height:580px;display:flex;align-items:center;overflow:hidden;margin-bottom:0}
.hero-about-v2 .background-image-holder{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.hero-about-v2 .background-image-holder img{width:100%;height:100%;object-fit:cover;filter:brightness(0.72) contrast(1.15)}
.hero-about-v2 .overlay-gradient-box{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(127deg,#241818e0 0%,#e82c60c2 100%);z-index:2;animation:gradient-shift-v1 8s ease-in-out infinite}
@keyframes gradient-shift-v1 {
0%,100%{opacity:.85}
50%{opacity:.72}
}
.hero-about-v2 .content-wrapper-box{position:relative;z-index:3;max-width:1536px;margin:0 auto;padding:0 24px;width:100%}
.hero-about-v2 .text-content-block{max-width:820px}
.hero-about-v2 .intro-label{display:inline-block;color:#FFFDFD;font-size:15px;font-weight:500;letter-spacing:1.4px;text-transform:uppercase;margin-bottom:18px;opacity:.92}
.hero-about-v2 .main-headline{font-size:58px;font-weight:700;color:#FFFDFD;line-height:1.15;margin-bottom:24px;letter-spacing:-.5px}
.hero-about-v2 .description-text{font-size:19px;color:#FFFDFD;line-height:1.65;opacity:.94;max-width:680px}
.story-section-alt{padding:96px 24px;background:linear-gradient(148deg,#FFFDFD 0%,#f8f5f5 100%)}
.story-section-alt .container-centered{max-width:1536px;margin:0 auto}
.story-section-alt .grid-layout-v3{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.story-section-alt .image-holder-box{position:relative}
.story-section-alt .image-holder-box::before{content:'';position:absolute;top:-18px;left:-18px;width:100%;height:100%;background:linear-gradient(135deg,#E82C60 0%,#241818 100%);border-radius:28px;z-index:1}
.story-section-alt .image-holder-box img{position:relative;z-index:2;width:100%;height:auto;border-radius:28px;box-shadow:0 16px 48px #24181824}
.story-section-alt .content-area-box h2{font-size:44px;font-weight:700;color:#241818;line-height:1.25;margin-bottom:28px}
.story-section-alt .content-area-box h2::before{content:'';display:block;width:64px;height:5px;background:linear-gradient(90deg,#E82C60 0%,#241818 100%);margin-bottom:22px;border-radius:3px}
.story-section-alt .content-area-box p{font-size:17px;color:#241818;line-height:1.75;margin-bottom:22px;opacity:.88}
.story-section-alt .content-area-box .highlight-term{color:#E82C60;font-weight:600}
.values-display-section{padding:88px 24px;background:#FFFDFD}
.values-display-section .container-centered{max-width:1536px;margin:0 auto}
.values-display-section .section-header-box{text-align:center;max-width:780px;margin:0 auto 64px}
.values-display-section .section-header-box h2{font-size:42px;font-weight:700;color:#241818;line-height:1.3;margin-bottom:20px}
.values-display-section .section-header-box p{font-size:18px;color:#241818;opacity:.82;line-height:1.7}
.values-display-section .values-grid-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:42px}
.values-display-section .value-card-box{background:linear-gradient(145deg,#f9f7f7 0%,#FFFDFD 100%);padding:38px 32px;border-radius:24px;border:2px solid transparent;transition:all .35s ease;position:relative}
.values-display-section .value-card-box::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:24px;background:linear-gradient(135deg,#E82C60 0%,#241818 100%);opacity:0;transition:opacity .35s ease;z-index:1}
.values-display-section .value-card-box:hover::before{opacity:.06}
.values-display-section .value-card-box:hover{border-color:#E82C60;transform:translateY(-6px);box-shadow:0 18px 42px #e82c6029}
.values-display-section .value-card-box .icon-wrapper{position:relative;z-index:2;width:68px;height:68px;background:linear-gradient(135deg,#E82C60 0%,#241818 100%);border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.values-display-section .value-card-box .icon-wrapper svg{width:34px;height:34px;fill:#FFFDFD}
.values-display-section .value-card-box h3{position:relative;z-index:2;font-size:24px;font-weight:700;color:#241818;margin-bottom:16px;line-height:1.35}
.values-display-section .value-card-box p{position:relative;z-index:2;font-size:16px;color:#241818;opacity:.84;line-height:1.7;margin:0}
.approach-timeline-section{padding:92px 24px;background:linear-gradient(162deg,#f4f0f0 0%,#FFFDFD 100%);position:relative}
.approach-timeline-section::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:2px;height:100%;background:linear-gradient(180deg,transparent 0%,#E82C60 20%,#E82C60 80%,transparent 100%);opacity:.15}
.approach-timeline-section .container-centered{max-width:1536px;margin:0 auto}
.approach-timeline-section .section-title-box{text-align:center;margin-bottom:68px}
.approach-timeline-section .section-title-box h2{font-size:46px;font-weight:700;color:#241818;line-height:1.25;margin-bottom:18px}
.approach-timeline-section .section-title-box p{font-size:18px;color:#241818;opacity:.8;line-height:1.65;max-width:720px;margin:0 auto}
.approach-timeline-section .timeline-wrapper-v1{display:grid;gap:48px;max-width:1100px;margin:0 auto}
.approach-timeline-section .timeline-item-box{display:grid;grid-template-columns:1fr 80px 1fr;gap:36px;align-items:center}
.approach-timeline-section .timeline-item-box:nth-child(even) .content-left-box{order:3}
.approach-timeline-section .timeline-item-box:nth-child(even) .content-right-box{order:1}
.approach-timeline-section .timeline-item-box:nth-child(even) .marker-center-box{order:2}
.approach-timeline-section .content-left-box,.approach-timeline-section .content-right-box{background:#FFFDFD;padding:32px;border-radius:22px;box-shadow:0 12px 32px #24181814;border:2px solid transparent;transition:all .3s ease}
.approach-timeline-section .content-left-box:hover,.approach-timeline-section .content-right-box:hover{border-color:#E82C60;transform:scale(1.02);box-shadow:0 16px 44px #e82c6024}
.approach-timeline-section .content-left-box h3,.approach-timeline-section .content-right-box h3{font-size:22px;font-weight:700;color:#241818;margin-bottom:14px;line-height:1.4}
.approach-timeline-section .content-left-box p,.approach-timeline-section .content-right-box p{font-size:16px;color:#241818;opacity:.82;line-height:1.7;margin:0}
.approach-timeline-section .marker-center-box{display:flex;align-items:center;justify-content:center;position:relative;z-index:2}
.approach-timeline-section .marker-center-box .circle-marker{width:56px;height:56px;background:linear-gradient(135deg,#E82C60 0%,#241818 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #e82c6047;border:4px solid #FFFDFD}
.approach-timeline-section .marker-center-box .circle-marker span{font-size:20px;font-weight:700;color:#FFFDFD}
.approach-timeline-section .timeline-item-box:nth-child(odd) .content-left-box{text-align:right}
.approach-timeline-section .timeline-item-box:nth-child(even) .content-left-box{text-align:left}
.cta-section-final{padding:86px 24px;background:linear-gradient(156deg,#241818 0%,#3d2828 100%);position:relative;overflow:hidden}
.cta-section-final::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,#e82c602e 0%,transparent 70%);border-radius:50%;animation:pulse-glow-v2 6s ease-in-out infinite}
@keyframes pulse-glow-v2 {
0%,100%{transform:scale(1);opacity:.18}
50%{transform:scale(1.15);opacity:.28}
}
.cta-section-final .container-centered{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.cta-section-final .content-grid-v4{display:grid;grid-template-columns:1.2fr 0.8fr;gap:64px;align-items:center}
.cta-section-final .text-area-box h2{font-size:48px;font-weight:700;color:#FFFDFD;line-height:1.2;margin-bottom:26px;letter-spacing:-.3px}
.cta-section-final .text-area-box p{font-size:18px;color:#FFFDFD;opacity:.9;line-height:1.7;margin-bottom:36px}
.cta-section-final .action-buttons-box{display:flex;gap:18px;flex-wrap:wrap}
.cta-section-final .action-buttons-box .btn-primary-alt{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:linear-gradient(135deg,#E82C60 0%,#c72250 100%);color:#FFFDFD;font-size:17px;font-weight:600;border-radius:28px;text-decoration:none;transition:all .3s ease;box-shadow:0 10px 28px #e82c6052;border:none;z-index:10;position:relative}
.cta-section-final .action-buttons-box .btn-primary-alt:hover{transform:translateY(-3px);box-shadow:0 14px 36px #e82c606b;background:linear-gradient(135deg,#f0306c 0%,#d42558 100%)}
.cta-section-final .action-buttons-box .btn-secondary-alt{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:transparent;color:#FFFDFD;font-size:17px;font-weight:600;border-radius:28px;text-decoration:none;transition:all .3s ease;border:2px solid #FFFDFD;z-index:10;position:relative}
.cta-section-final .action-buttons-box .btn-secondary-alt:hover{background:#FFFDFD;color:#241818;transform:translateY(-3px)}
.cta-section-final .image-showcase-box{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.cta-section-final .image-showcase-box img{width:100%;height:220px;object-fit:cover;border-radius:20px;box-shadow:0 12px 32px #0000004d;transition:transform .3s ease}
.cta-section-final .image-showcase-box img:hover{transform:scale(1.05)}
@media (max-width: 768px) {
.hero-about-v2{min-height:480px}
.hero-about-v2 .main-headline{font-size:38px}
.hero-about-v2 .description-text{font-size:17px}
.story-section-alt{padding:64px 24px}
.story-section-alt .grid-layout-v3{grid-template-columns:1fr;gap:48px}
.story-section-alt .content-area-box h2{font-size:34px}
.values-display-section{padding:64px 24px}
.values-display-section .section-header-box h2{font-size:32px}
.values-display-section .values-grid-v2{grid-template-columns:1fr;gap:28px}
.approach-timeline-section{padding:64px 24px}
.approach-timeline-section .section-title-box h2{font-size:34px}
.approach-timeline-section .timeline-item-box{grid-template-columns:1fr;gap:24px}
.approach-timeline-section .timeline-item-box:nth-child(even) .content-left-box,.approach-timeline-section .timeline-item-box:nth-child(even) .content-right-box{order:initial}
.approach-timeline-section .timeline-item-box:nth-child(even) .marker-center-box{order:initial}
.approach-timeline-section .timeline-item-box:nth-child(odd) .content-left-box{text-align:left}
.approach-timeline-section .marker-center-box{display:none}
.cta-section-final{padding:64px 24px}
.cta-section-final .content-grid-v4{grid-template-columns:1fr;gap:42px}
.cta-section-final .text-area-box h2{font-size:34px}
.cta-section-final .action-buttons-box{flex-direction:column}
.cta-section-final .action-buttons-box .btn-primary-alt,.cta-section-final .action-buttons-box .btn-secondary-alt{width:100%;justify-content:center}
}
@media (min-width: 769px) and (max-width: 1366px) {
.hero-about-v2 .main-headline{font-size:48px}
.story-section-alt .grid-layout-v3{gap:52px}
.values-display-section .values-grid-v2{grid-template-columns:repeat(2,1fr)}
.cta-section-final .content-grid-v4{grid-template-columns:1fr;gap:52px}
}
.hero-intro-v1{position:relative;padding:80px 0;background:linear-gradient(127deg,#FFFDFD 0%,#ffe8ef 100%);overflow:hidden}
.hero-intro-v1::before{content:'';position:absolute;top:-20%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#e82c6014,transparent 70%);border-radius:50%}
.intro-container-box{max-width:1536px;margin:0 auto;padding:0 24px}
.intro-content-layout{display:grid;grid-template-columns:1fr 300px;gap:60px;align-items:center}
.intro-text-area h1{font-size:3.2rem;line-height:1.2;color:#241818;margin-bottom:28px;font-weight:700}
.intro-text-area .description-box-v2{font-size:1.15rem;line-height:1.7;color:#241818;margin-bottom:20px;opacity:.85}
.intro-visual-strip{position:relative;height:420px;border-radius:24px;overflow:hidden;box-shadow:0 16px 48px #2418181f}
.intro-visual-strip img{width:100%;height:100%;object-fit:cover;transform:scale(1.05);transition:transform .6s ease}
.intro-visual-strip:hover img{transform:scale(1)}
.intro-visual-strip::after{content:'';position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to top,#24181866,transparent)}
.comparison-segment-v1{padding:100px 0;background:#FFFDFD;position:relative}
.comparison-segment-v1::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#E82C60,transparent)}
.comparison-wrapper-box{max-width:1536px;margin:0 auto;padding:0 24px}
.comparison-header-v2{text-align:center;margin-bottom:70px}
.comparison-header-v2 h2{font-size:2.6rem;color:#241818;margin-bottom:18px;font-weight:700}
.comparison-header-v2 .subtitle-text-v1{font-size:1.1rem;color:#241818;opacity:.75;max-width:720px;margin:0 auto}
.comparison-grid-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}
.comparison-card-box{background:linear-gradient(135deg,#FFFDFD 0%,#fff5f8 100%);padding:40px;border-radius:28px;border:2px solid #e82c601a;box-shadow:0 8px 24px #2418180f;transition:all .3s ease;position:relative;overflow:hidden}
.comparison-card-box::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(145deg,#E82C60,#ff4d7a);border-radius:28px;opacity:0;transition:opacity .3s ease;z-index:-1}
.comparison-card-box:hover::before{opacity:1}
.comparison-card-box:hover{transform:translateY(-6px);box-shadow:0 20px 40px #e82c6026}
.card-icon-marker{width:64px;height:64px;background:linear-gradient(135deg,#E82C60,#ff4d7a);border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 8px 16px #e82c6033}
.card-icon-marker svg{width:32px;height:32px;fill:#FFFDFD}
.comparison-card-box h3{font-size:1.5rem;color:#241818;margin-bottom:16px;font-weight:600}
.comparison-card-box .card-description-text{font-size:1rem;line-height:1.7;color:#241818;opacity:.8}
.social-ethics-section{padding:100px 0;background:linear-gradient(158deg,#241818 0%,#3d2929 100%);position:relative}
.social-ethics-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(270deg,transparent,#E82C60,transparent)}
.ethics-container-box{max-width:1536px;margin:0 auto;padding:0 24px}
.ethics-content-split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.ethics-text-column h2{font-size:2.4rem;color:#FFFDFD;margin-bottom:24px;font-weight:700}
.ethics-text-column .intro-paragraph-v1{font-size:1.05rem;line-height:1.8;color:#FFFDFD;opacity:.9;margin-bottom:18px}
.ethics-visual-column{position:relative}
.ethics-image-wrapper{border-radius:24px;overflow:hidden;box-shadow:0 24px 56px #0000004d;position:relative}
.ethics-image-wrapper img{width:100%;height:480px;object-fit:cover}
.ethics-image-wrapper::before{content:'';position:absolute;inset:0;background:linear-gradient(to bottom right,#e82c6026,transparent);z-index:1}
.tools-access-zone{padding:100px 0;background:#FFFDFD}
.tools-container-box{max-width:1536px;margin:0 auto;padding:0 24px}
.tools-header-centered{text-align:center;margin-bottom:60px}
.tools-header-centered h2{font-size:2.6rem;color:#241818;margin-bottom:16px;font-weight:700}
.tools-header-centered .header-subtext-v2{font-size:1.08rem;color:#241818;opacity:.75}
.tools-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.tool-feature-card{background:linear-gradient(125deg,#fff5f8 0%,#FFFDFD 100%);padding:36px;border-radius:24px;border:1px solid #e82c601f;box-shadow:0 6px 20px #2418180d;transition:all .3s ease}
.tool-feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #e82c601f;border-color:#e82c604d}
.tool-icon-badge{width:56px;height:56px;background:#E82C60;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.tool-icon-badge svg{width:28px;height:28px;fill:#FFFDFD}
.tool-feature-card h3{font-size:1.35rem;color:#241818;margin-bottom:12px;font-weight:600}
.tool-feature-card .feature-description-v1{font-size:.98rem;line-height:1.7;color:#241818;opacity:.78}
.flexibility-showcase-section{padding:100px 0 120px;background:linear-gradient(142deg,#ffe8ef 0%,#FFFDFD 100%);position:relative}
.flexibility-container-box{max-width:1536px;margin:0 auto;padding:0 24px}
.flexibility-split-layout{display:grid;grid-template-columns:450px 1fr;gap:70px;align-items:center}
.flexibility-image-zone{position:relative}
.flexibility-image-frame{border-radius:24px;overflow:hidden;box-shadow:0 16px 48px #2418181f;position:relative}
.flexibility-image-frame img{width:100%;height:520px;object-fit:cover}
.flexibility-image-frame::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,#2418184d,transparent 60%)}
.flexibility-text-zone h2{font-size:2.5rem;color:#241818;margin-bottom:24px;font-weight:700}
.flexibility-text-zone .description-paragraph-v2{font-size:1.05rem;line-height:1.75;color:#241818;opacity:.85;margin-bottom:18px}
.flexibility-checklist-v1{margin-top:32px}
.checklist-item-v1{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px;padding:16px;background:#FFFDFD;border-radius:16px;box-shadow:0 4px 12px #2418180d;transition:all .3s ease}
.checklist-item-v1:hover{box-shadow:0 8px 20px #e82c601a;transform:translateX(4px)}
.checklist-icon-v1{width:32px;height:32px;background:linear-gradient(135deg,#E82C60,#ff4d7a);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.checklist-icon-v1 svg{width:18px;height:18px;fill:#FFFDFD}
.checklist-item-v1 .item-text-v1{font-size:1rem;color:#241818;line-height:1.6;opacity:.85}
.cta-footer-zone{padding:80px 0;background:#241818;text-align:center;position:relative}
.cta-footer-zone::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:60%;height:2px;background:linear-gradient(90deg,transparent,#E82C60,transparent)}
.cta-container-box{max-width:1536px;margin:0 auto;padding:0 24px}
.cta-footer-zone h2{font-size:2.4rem;color:#FFFDFD;margin-bottom:20px;font-weight:700}
.cta-footer-zone .cta-subtext-v1{font-size:1.1rem;color:#FFFDFD;opacity:.85;margin-bottom:36px;max-width:680px;margin-left:auto;margin-right:auto}
.cta-button-group{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.cta-button-primary{padding:18px 48px;background:linear-gradient(135deg,#E82C60,#ff4d7a);color:#FFFDFD;border:none;border-radius:24px;font-size:1.05rem;font-weight:600;cursor:pointer;box-shadow:0 8px 24px #e82c604d;transition:all .3s ease;text-decoration:none;display:inline-block;z-index:10;position:relative}
.cta-button-primary:hover{transform:translateY(-3px);box-shadow:0 12px 32px #e82c6066}
.cta-button-secondary{padding:18px 48px;background:transparent;color:#FFFDFD;border:2px solid #E82C60;border-radius:24px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;z-index:10;position:relative}
.cta-button-secondary:hover{background:#e82c601a;transform:translateY(-3px)}
@media (max-width: 1366px) {
.intro-content-layout{grid-template-columns:1fr 280px;gap:50px}
.intro-visual-strip{height:380px}
.comparison-grid-layout{gap:40px}
.flexibility-split-layout{grid-template-columns:400px 1fr;gap:60px}
}
@media (max-width: 768px) {
.intro-intro-v1{padding:60px 0}
.intro-content-layout{grid-template-columns:1fr;gap:40px}
.intro-text-area h1{font-size:2.2rem}
.intro-visual-strip{height:280px}
.comparison-segment-v1{padding:70px 0}
.comparison-grid-layout{grid-template-columns:1fr;gap:30px}
.comparison-header-v2 h2{font-size:2rem}
.social-ethics-section{padding:70px 0}
.ethics-content-split{grid-template-columns:1fr;gap:50px}
.ethics-text-column h2{font-size:2rem}
.tools-access-zone{padding:70px 0}
.tools-feature-grid{grid-template-columns:1fr;gap:30px}
.flexibility-showcase-section{padding:70px 0 90px}
.flexibility-split-layout{grid-template-columns:1fr;gap:40px}
.flexibility-text-zone h2{font-size:2rem}
.cta-footer-zone h2{font-size:1.9rem}
.cta-button-group{flex-direction:column;align-items:center}
.cta-button-primary,.cta-button-secondary{width:100%;max-width:320px}
}
@media (max-width: 375px) {
.intro-text-area h1{font-size:1.8rem}
.comparison-header-v2 h2,.ethics-text-column h2,.tools-header-centered h2,.flexibility-text-zone h2{font-size:1.7rem}
.comparison-card-box,.tool-feature-card{padding:28px}
}
.contact-page-wrapper-v2{width:100%;max-width:1536px;margin:0 auto;padding:0 24px}
.title-intro-block-v1{display:flex;flex-direction:row;gap:48px;align-items:center;padding:80px 0 60px;position:relative}
.title-intro-block-v1::before{content:'';position:absolute;top:20px;right:10%;width:180px;height:180px;background:linear-gradient(135deg,#E82C60 0%,#e82c604d 100%);border-radius:28px;opacity:.4;z-index:-1;transform:rotate(12deg)}
.title-intro-block-v1::after{content:'';position:absolute;bottom:40px;left:5%;width:140px;height:140px;background:linear-gradient(225deg,#241818 0%,#24181833 100%);border-radius:20px;opacity:.25;z-index:-1;transform:rotate(-8deg)}
.title-intro-image-frame{flex:0 0 420px;position:relative;border-radius:24px;overflow:hidden;box-shadow:0 12px 32px #24181826}
.title-intro-image-frame img{width:100%;height:480px;object-fit:cover;display:block}
.title-intro-text-content{flex:1}
.title-intro-text-content h1{font-size:48px;font-weight:700;color:#241818;margin:0 0 24px;line-height:1.2}
.title-intro-text-content .intro-thesis{font-size:18px;color:#241818;line-height:1.7;margin:0 0 16px}
.contact-info-grid-v3{background:linear-gradient(145deg,#FFFDFD 0%,#f8f5f5 100%);border-radius:28px;padding:64px 56px;margin-bottom:72px;box-shadow:0 8px 24px #24181814}
.contact-info-grid-v3 h2{font-size:36px;font-weight:700;color:#241818;margin:0 0 40px;text-align:center}
.info-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.info-card-item-v2{background:#FFFDFD;border-radius:20px;padding:32px 28px;border:2px solid #e82c6026;transition:all .3s ease}
.info-card-item-v2:hover{border-color:#E82C60;box-shadow:0 8px 24px #e82c6033;transform:translateY(-4px)}
.info-card-item-v2 .card-icon-box{width:56px;height:56px;background:linear-gradient(135deg,#E82C60 0%,#c41f4d 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.info-card-item-v2 .card-icon-box i{font-size:28px;color:#FFFDFD}
.info-card-item-v2 h3{font-size:20px;font-weight:600;color:#241818;margin:0 0 12px}
.info-card-item-v2 p{font-size:16px;color:#241818;line-height:1.6;margin:0}
.info-card-item-v2 a{color:#E82C60;text-decoration:none;transition:color .3s ease}
.info-card-item-v2 a:hover{color:#241818}
.contact-form-section-v4{background:#FFFDFD;border-radius:28px;padding:64px 56px;margin-bottom:72px;box-shadow:0 16px 48px #2418181f;position:relative}
.contact-form-section-v4::before{content:'';position:absolute;top:-20px;right:40px;width:200px;height:8px;background:linear-gradient(90deg,#E82C60 0%,transparent 100%);border-radius:4px}
.contact-form-section-v4 h2{font-size:36px;font-weight:700;color:#241818;margin:0 0 16px}
.contact-form-section-v4 .form-intro-text{font-size:17px;color:#241818;line-height:1.6;margin:0 0 40px;max-width:680px}
.contact-form-v2{max-width:720px}
.form-field-box-v1{margin-bottom:28px}
.form-field-box-v1 label{display:block;font-size:15px;font-weight:600;color:#241818;margin-bottom:10px}
.form-field-box-v1 input[type="email"]{width:100%;padding:16px 20px;font-size:16px;color:#241818;background:#f8f5f5;border:2px solid transparent;border-radius:16px;transition:all .3s ease;box-shadow:inset 0 2px 4px #2418180d}
.form-field-box-v1 input[type="email"]:focus{outline:none;background:#FFFDFD;border-color:#E82C60;box-shadow:0 4px 16px #e82c6026}
.priority-selector-wrapper{margin-bottom:28px}
.priority-selector-wrapper label{display:block;font-size:15px;font-weight:600;color:#241818;margin-bottom:16px}
.priority-options-v1{display:flex;flex-direction:row;gap:16px}
.priority-options-v1 input[type="radio"]{display:none}
.priority-options-v1 label{flex:1;padding:16px 20px;font-size:15px;font-weight:500;color:#241818;background:#f8f5f5;border:2px solid transparent;border-radius:16px;text-align:center;cursor:pointer;transition:all .3s ease}
.priority-options-v1 input[type="radio"]:checked + label{background:linear-gradient(135deg,#E82C60 0%,#c41f4d 100%);color:#FFFDFD;border-color:#E82C60;box-shadow:0 6px 20px #e82c604d}
.priority-options-v1 label:hover{border-color:#E82C60;background:#FFFDFD}
.privacy-consent-box{margin-bottom:32px;display:flex;align-items:flex-start;gap:12px}
.privacy-consent-box input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#E82C60}
.privacy-consent-box label{font-size:14px;color:#241818;line-height:1.6;flex:1}
.privacy-consent-box a{color:#E82C60;text-decoration:none;font-weight:600;transition:color .3s ease}
.privacy-consent-box a:hover{color:#241818}
.submit-button-v3{padding:18px 48px;font-size:17px;font-weight:600;color:#FFFDFD;background:linear-gradient(135deg,#E82C60 0%,#c41f4d 100%);border:none;border-radius:20px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #e82c604d}
.submit-button-v3:hover{transform:translateY(-2px);box-shadow:0 12px 32px #e82c6066}
.submit-button-v3:active{transform:translateY(0);box-shadow:0 4px 16px #e82c604d}
.growth-opportunities-block{background:linear-gradient(155deg,#241818 0%,#3d2d2d 100%);border-radius:28px;padding:64px 56px;margin-bottom:72px;position:relative;overflow:hidden}
.growth-opportunities-block::before{content:'';position:absolute;top:-100px;right:-100px;width:320px;height:320px;background:radial-gradient(circle,#e82c604d 0%,transparent 70%);border-radius:50%}
.growth-opportunities-block h2{font-size:36px;font-weight:700;color:#FFFDFD;margin:0 0 32px;position:relative}
.growth-opportunities-block h2::after{content:'';display:block;width:80px;height:4px;background:#E82C60;margin-top:16px;border-radius:2px}
.opportunities-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px;position:relative}
.opportunity-card-v3{background:#fffdfd14;border-radius:20px;padding:28px 24px;border:1px solid #fffdfd1f;transition:all .3s ease}
.opportunity-card-v3:hover{background:#fffdfd26;border-color:#E82C60;transform:translateY(-4px)}
.opportunity-card-v3 h3{font-size:20px;font-weight:600;color:#E82C60;margin:0 0 12px}
.opportunity-card-v3 p{font-size:15px;color:#FFFDFD;line-height:1.6;margin:0;opacity:.9}
.visual-showcase-split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding:64px 0}
.showcase-image-container{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 16px 48px #24181826}
.showcase-image-container::before{content:'';position:absolute;inset:0;background:linear-gradient(145deg,transparent 0%,#e82c6033 100%);z-index:1;pointer-events:none}
.showcase-image-container img{width:100%;height:520px;object-fit:cover;display:block}
.showcase-text-content{padding-left:24px}
.showcase-text-content h2{font-size:38px;font-weight:700;color:#241818;margin:0 0 24px;line-height:1.2}
.showcase-text-content p{font-size:17px;color:#241818;line-height:1.7;margin:0 0 20px}
.development-stages-box{display:flex;flex-direction:column;gap:16px;margin-top:32px}
.stage-indicator-v2{display:flex;align-items:center;gap:16px;padding:16px 20px;background:linear-gradient(135deg,#f8f5f5 0%,#FFFDFD 100%);border-radius:16px;border-left:4px solid #E82C60;transition:all .3s ease}
.stage-indicator-v2:hover{box-shadow:0 6px 20px #e82c6026;transform:translateX(8px)}
.stage-number-circle{width:44px;height:44px;background:linear-gradient(135deg,#E82C60 0%,#c41f4d 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#FFFDFD;flex-shrink:0}
.stage-text-label{font-size:16px;font-weight:600;color:#241818;flex:1}
@media (max-width: 1366px) {
.contact-page-wrapper-v2{padding:0 20px}
.title-intro-block-v1{padding:60px 0 48px}
.title-intro-image-frame{flex:0 0 380px}
.title-intro-image-frame img{height:440px}
}
@media (max-width: 768px) {
.title-intro-block-v1{flex-direction:column;gap:32px;padding:48px 0 40px}
.title-intro-image-frame{flex:0 0 auto;width:100%}
.title-intro-image-frame img{height:380px}
.title-intro-text-content h1{font-size:36px}
.contact-info-grid-v3,.contact-form-section-v4,.growth-opportunities-block{padding:48px 32px;margin-bottom:48px}
.contact-info-grid-v3 h2,.contact-form-section-v4 h2,.growth-opportunities-block h2{font-size:28px}
.info-cards-container{grid-template-columns:1fr}
.priority-options-v1{flex-direction:column}
.visual-showcase-split{grid-template-columns:1fr;gap:32px;padding:48px 0}
.showcase-image-container img{height:360px}
.showcase-text-content{padding-left:0}
.showcase-text-content h2{font-size:30px}
.opportunities-grid-layout{grid-template-columns:1fr}
}
@media (max-width: 375px) {
.contact-page-wrapper-v2{padding:0 16px}
.title-intro-text-content h1{font-size:30px}
.contact-info-grid-v3,.contact-form-section-v4,.growth-opportunities-block{padding:32px 24px;border-radius:20px}
.submit-button-v3{width:100%}
}
.title-wrapper-v2{position:relative;padding:80px 20px;background:linear-gradient(157deg,#FFFDFD 0%,#f8f8f8 100%);overflow:hidden}
.title-wrapper-v2::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 20% 50%,#e82c6014 0%,transparent 50%),radial-gradient(circle at 80% 50%,#2418180d 0%,transparent 50%);pointer-events:none}
.title-wrapper-v2::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none}
.title-content-container-v1{max-width:1536px;margin:0 auto;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:48px}
.title-text-area-v1{max-width:840px;text-align:center}
.title-text-area-v1 h1{font-size:3.2rem;font-weight:700;color:#241818;margin:0 0 24px;line-height:1.2}
.title-text-area-v1 h1::after{content:'';display:block;width:80px;height:5px;background:linear-gradient(90deg,#E82C60 0%,#e82c604d 100%);margin:20px auto 0;border-radius:20px}
.title-text-area-v1 .intro-text-v2{font-size:1.15rem;line-height:1.7;color:#4a4a4a;margin:0}
.title-image-container-v1{width:100%;max-width:680px;border-radius:24px;overflow:hidden;box-shadow:0 16px 40px #2418181f}
.title-image-container-v1 img{width:100%;height:auto;display:block;object-fit:cover}
.approach-section-box{padding:100px 20px;background:#FFFDFD;position:relative}
.approach-section-box::before{content:'';position:absolute;top:0;right:0;width:400px;height:400px;background:radial-gradient(circle,#e82c600f 0%,transparent 70%);pointer-events:none}
.approach-container-main{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.approach-header-v1{text-align:center;margin-bottom:64px}
.approach-header-v1 h2{font-size:2.6rem;font-weight:700;color:#241818;margin:0 0 16px;position:relative;display:inline-block}
.approach-header-v1 h2::before{content:'';position:absolute;left:-40px;top:50%;transform:translateY(-50%);width:28px;height:28px;background:linear-gradient(135deg,#E82C60 0%,#c42350 100%);border-radius:50%}
.approach-header-v1 .desc-text-v1{font-size:1.1rem;color:#5a5a5a;max-width:720px;margin:0 auto;line-height:1.6}
.approach-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}
.approach-card-box-v1{background:linear-gradient(145deg,#fff 0%,#f9f9f9 100%);padding:40px 32px;border-radius:20px;box-shadow:0 8px 24px #24181814;transition:all .3s ease;position:relative;border:2px solid transparent}
.approach-card-box-v1:hover{transform:translateY(-6px);box-shadow:0 16px 40px #e82c6026;border-color:#e82c6033}
.approach-card-box-v1 .card-icon-area{width:64px;height:64px;background:linear-gradient(135deg,#E82C60 0%,#c42350 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.approach-card-box-v1 .card-icon-area svg{width:32px;height:32px;fill:#FFFDFD}
.approach-card-box-v1 h3{font-size:1.5rem;font-weight:700;color:#241818;margin:0 0 12px}
.approach-card-box-v1 p{font-size:1rem;line-height:1.7;color:#5a5a5a;margin:0}
.stages-wrapper-container{padding:100px 20px;background:linear-gradient(172deg,#f8f8f8 0%,#FFFDFD 100%);position:relative}
.stages-wrapper-container::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:300px;background:linear-gradient(0deg,#e82c6008 0%,transparent 100%);pointer-events:none}
.stages-inner-box{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.stages-title-area{margin-bottom:56px}
.stages-title-area h2{font-size:2.5rem;font-weight:700;color:#241818;margin:0 0 16px}
.stages-title-area .subtitle-v1{font-size:1.1rem;color:#5a5a5a;max-width:680px;line-height:1.6}
.stages-timeline-v1{position:relative;padding-left:60px}
.stages-timeline-v1::before{content:'';position:absolute;left:20px;top:0;width:4px;height:100%;background:linear-gradient(180deg,#E82C60 0%,#e82c6033 100%);border-radius:10px}
.stage-item-v1{position:relative;margin-bottom:48px;padding:32px;background:#fff;border-radius:18px;box-shadow:0 6px 20px #2418180f;transition:all .3s ease}
.stage-item-v1:hover{box-shadow:0 12px 32px #e82c601f;transform:translateX(8px)}
.stage-item-v1::before{content:'';position:absolute;left:-60px;top:32px;width:20px;height:20px;background:#E82C60;border:4px solid #FFFDFD;border-radius:50%;box-shadow:0 0 0 4px #e82c6033}
.stage-item-v1 h4{font-size:1.4rem;font-weight:700;color:#241818;margin:0 0 12px}
.stage-item-v1 p{font-size:1rem;line-height:1.7;color:#5a5a5a;margin:0}
.enroll-section-wrapper{padding:100px 20px;background:linear-gradient(158deg,#241818 0%,#3a2a2a 100%);position:relative;overflow:hidden}
.enroll-section-wrapper::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,#e82c6026 0%,transparent 70%);pointer-events:none}
.enroll-section-wrapper::after{content:'';position:absolute;bottom:-80px;left:-80px;width:300px;height:300px;background:radial-gradient(circle,#fffdfd0f 0%,transparent 70%);pointer-events:none}
.enroll-content-box-v1{max-width:1100px;margin:0 auto;text-align:center;position:relative;z-index:2}
.enroll-content-box-v1 h2{font-size:2.8rem;font-weight:700;color:#FFFDFD;margin:0 0 20px;line-height:1.25}
.enroll-content-box-v1 .enroll-description{font-size:1.15rem;line-height:1.7;color:#fffdfdd9;margin:0 0 40px;max-width:720px;margin-left:auto;margin-right:auto}
.enroll-stats-row{display:flex;flex-wrap:wrap;gap:32px;justify-content:center;margin-bottom:48px}
.stat-box-v1{flex:1;min-width:200px;max-width:280px;padding:28px 24px;background:#fffdfd14;border-radius:16px;border:1px solid #fffdfd1f;transition:all .3s ease}
.stat-box-v1:hover{background:#e82c601f;border-color:#e82c604d;transform:translateY(-4px)}
.stat-box-v1 .stat-number{font-size:2.4rem;font-weight:700;color:#E82C60;margin:0 0 8px;line-height:1}
.stat-box-v1 .stat-label{font-size:.95rem;color:#fffdfdbf;margin:0}
.cta-button-v1{display:inline-block;padding:18px 48px;background:linear-gradient(135deg,#E82C60 0%,#c42350 100%);color:#FFFDFD;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:28px;box-shadow:0 12px 32px #e82c6059;transition:all .3s ease;border:none;cursor:pointer;position:relative;z-index:10}
.cta-button-v1:hover{transform:translateY(-3px);box-shadow:0 16px 40px #e82c6073;background:linear-gradient(135deg,#c42350 0%,#E82C60 100%)}
@media (max-width: 768px) {
.title-wrapper-v2{padding:60px 20px}
.title-text-area-v1 h1{font-size:2.2rem}
.title-text-area-v1 .intro-text-v2{font-size:1rem}
.approach-section-box{padding:60px 20px}
.approach-header-v1 h2{font-size:2rem}
.approach-header-v1 h2::before{left:50%;transform:translate(-50%,-50%);top:-30px}
.approach-grid-layout{grid-template-columns:1fr}
.stages-wrapper-container{padding:60px 20px}
.stages-title-area h2{font-size:2rem}
.stages-timeline-v1{padding-left:40px}
.stage-item-v1::before{left:-40px}
.enroll-section-wrapper{padding:60px 20px}
.enroll-content-box-v1 h2{font-size:2rem}
.enroll-stats-row{flex-direction:column;align-items:center}
.stat-box-v1{max-width:100%}
}
@media (min-width: 769px) and (max-width: 1365px) {
.title-text-area-v1 h1{font-size:2.8rem}
.approach-header-v1 h2{font-size:2.3rem}
.stages-title-area h2{font-size:2.2rem}
.enroll-content-box-v1 h2{font-size:2.4rem}
}
.hero-box-v2{position:relative;height:100vh;overflow:hidden;display:flex;align-items:flex-end;padding:0}
.hero-box-v2 .background-layer-v1{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.hero-box-v2 .background-layer-v1 img{width:100%;height:100%;object-fit:cover;filter:brightness(0.7)}
.hero-box-v2 .glow-effect-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 60% 40%,#e82c6026,transparent 60%);z-index:2;pointer-events:none}
.hero-box-v2 .text-content-lower{position:relative;z-index:3;padding:4rem 2rem 6rem;max-width:1536px;margin:0 auto;width:100%}
.hero-box-v2 .main-heading-split{font-size:4rem;font-weight:700;color:#FFFDFD;line-height:1.2;margin:0;text-shadow:0 4px 24px #0006}
.hero-box-v2 .heading-pause{display:block;margin-top:.5rem}
.hero-box-v2 .decorative-line-accent{width:120px;height:5px;background:linear-gradient(135deg,#E82C60,#ff5a8f);margin-top:2rem;border-radius:24px}
.webinar-grid-wrapper{max-width:1536px;margin:0 auto;padding:5rem 2rem}
.webinar-grid-wrapper .section-intro-text{max-width:720px;margin-bottom:3rem}
.webinar-grid-wrapper .intro-heading-v2{font-size:2.5rem;font-weight:700;color:#241818;margin-bottom:1.5rem;position:relative;display:inline-block}
.webinar-grid-wrapper .intro-heading-v2::before{content:'';position:absolute;left:-2rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;background:#E82C60;border-radius:50%}
.webinar-grid-wrapper .description-paragraph{font-size:1.05rem;line-height:1.7;color:#444;margin-bottom:1rem}
.webinar-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2.5rem;margin-top:3rem}
.webinar-card-item{background:#FFFDFD;border-radius:24px;padding:2.5rem;box-shadow:0 8px 32px #24181814;transition:all .3s ease;border:2px solid transparent}
.webinar-card-item:hover{transform:translateY(-8px);box-shadow:0 16px 48px #e82c6026;border-color:#E82C60}
.webinar-card-item .card-label-tag{display:inline-block;padding:.5rem 1.2rem;background:linear-gradient(135deg,#E82C60,#ff4d7d);color:#FFFDFD;border-radius:16px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}
.webinar-card-item .card-title-h3{font-size:1.6rem;font-weight:700;color:#241818;margin-bottom:1rem}
.webinar-card-item .card-description-text{font-size:1rem;line-height:1.6;color:#555;margin-bottom:1.5rem}
.webinar-card-item .card-meta-info{display:flex;gap:1.5rem;margin-bottom:1.5rem;font-size:.9rem;color:#666}
.webinar-card-item .meta-item-box{display:flex;align-items:center;gap:.5rem}
.webinar-card-item .register-button-v1{display:inline-block;padding:.9rem 2rem;background:#241818;color:#FFFDFD;border-radius:20px;text-decoration:none;font-weight:600;transition:all .3s ease}
.webinar-card-item .register-button-v1:hover{background:#E82C60;transform:scale(1.05)}
.schedule-timeline-section{background:linear-gradient(135deg,#f9f9fb 0%,#FFFDFD 100%);padding:5rem 2rem;position:relative;overflow:hidden}
.schedule-timeline-section::before{content:'';position:absolute;top:-10%;right:-5%;width:400px;height:400px;background:radial-gradient(circle,#e82c6014,transparent);border-radius:50%}
.timeline-container-box{max-width:1100px;margin:0 auto;position:relative}
.timeline-container-box .timeline-heading-main{font-size:2.8rem;font-weight:700;color:#241818;text-align:center;margin-bottom:3.5rem}
.timeline-vertical-layout{position:relative;padding-left:3rem}
.timeline-vertical-layout::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#E82C60,#ff6b94,#E82C60);border-radius:8px}
.timeline-step-item{position:relative;margin-bottom:3rem;padding-left:2.5rem}
.timeline-step-item::before{content:'';position:absolute;left:-3.5rem;top:.5rem;width:1.5rem;height:1.5rem;background:#E82C60;border:4px solid #FFFDFD;border-radius:50%;box-shadow:0 4px 16px #e82c604d}
.timeline-step-item .step-title-h4{font-size:1.4rem;font-weight:700;color:#241818;margin-bottom:.8rem}
.timeline-step-item .step-detail-text{font-size:1rem;line-height:1.6;color:#555}
.interactive-topics-section{max-width:1536px;margin:0 auto;padding:5rem 2rem}
.interactive-topics-section .topics-heading-box{text-align:center;margin-bottom:4rem}
.interactive-topics-section .topics-heading-box h2{font-size:2.8rem;font-weight:700;color:#241818;margin-bottom:1rem}
.interactive-topics-section .topics-heading-box .subtitle-text-v1{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}
.topic-tabs-wrapper{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}
.topic-tabs-wrapper input[type="radio"]{display:none}
.topic-tabs-wrapper label{padding:1rem 2rem;background:#FFFDFD;border:2px solid #ddd;border-radius:20px;cursor:pointer;font-weight:600;color:#241818;transition:all .3s ease}
.topic-tabs-wrapper label:hover{border-color:#E82C60;color:#E82C60}
.topic-tabs-wrapper input[type="radio"]:checked + label{background:linear-gradient(135deg,#E82C60,#ff4d7d);color:#FFFDFD;border-color:#E82C60;box-shadow:0 8px 24px #e82c6033}
.topic-content-display{background:#FFFDFD;border-radius:24px;padding:3rem;box-shadow:0 8px 32px #24181814}
.topic-panel-box{display:none}
#topic-tab-1:checked ~ .topic-content-display .topic-panel-1,#topic-tab-2:checked ~ .topic-content-display .topic-panel-2,#topic-tab-3:checked ~ .topic-content-display .topic-panel-3,#topic-tab-4:checked ~ .topic-content-display .topic-panel-4{display:block}
.topic-panel-box h3{font-size:2rem;font-weight:700;color:#241818;margin-bottom:1.5rem}
.topic-panel-box .panel-description-text{font-size:1.05rem;line-height:1.7;color:#555;margin-bottom:2rem}
.topic-panel-box .feature-list-v2{list-style:none;padding:0;margin:0}
.topic-panel-box .feature-list-v2 li{padding:1rem 0;padding-left:2.5rem;position:relative;font-size:1rem;color:#444;border-bottom:1px solid #eee}
.topic-panel-box .feature-list-v2 li:last-child{border-bottom:none}
.topic-panel-box .feature-list-v2 li::before{content:'✓';position:absolute;left:0;top:50%;transform:translateY(-50%);color:#E82C60;font-weight:700;font-size:1.3rem}
.registration-cta-section{background:linear-gradient(135deg,#241818 0%,#3a2828 100%);padding:5rem 2rem;text-align:center;position:relative;overflow:hidden}
.registration-cta-section::before{content:'';position:absolute;top:-50%;left:-20%;width:600px;height:600px;background:radial-gradient(circle,#e82c6026,transparent);border-radius:50%}
.registration-cta-section::after{content:'';position:absolute;bottom:-40%;right:-15%;width:500px;height:500px;background:radial-gradient(circle,#e82c601f,transparent);border-radius:50%}
.cta-content-wrapper{max-width:900px;margin:0 auto;position:relative;z-index:2}
.cta-content-wrapper h2{font-size:3rem;font-weight:700;color:#FFFDFD;margin-bottom:1.5rem}
.cta-content-wrapper .cta-description-v1{font-size:1.2rem;line-height:1.7;color:#FFFDFD;opacity:.9;margin-bottom:3rem}
.cta-button-primary-v2{display:inline-block;padding:1.3rem 3.5rem;background:linear-gradient(135deg,#E82C60,#ff4d7d);color:#FFFDFD;border-radius:28px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 12px 40px #e82c604d}
.cta-button-primary-v2:hover{transform:translateY(-4px);box-shadow:0 16px 48px #e82c6066}
@media (max-width: 768px) {
.hero-box-v2 .main-heading-split{font-size:2.5rem}
.hero-box-v2 .text-content-lower{padding:2rem 1.5rem 4rem}
.webinar-grid-wrapper,.interactive-topics-section,.timeline-container-box{padding:3rem 1.5rem}
.webinar-grid-wrapper .intro-heading-v2,.timeline-container-box .timeline-heading-main,.interactive-topics-section .topics-heading-box h2{font-size:2rem}
.webinar-cards-grid{grid-template-columns:1fr;gap:1.5rem}
.timeline-vertical-layout{padding-left:2rem}
.topic-content-display{padding:2rem 1.5rem}
.cta-content-wrapper h2{font-size:2rem}
.cta-content-wrapper .cta-description-v1{font-size:1rem}
}
@media (min-width: 769px) and (max-width: 1366px) {
.hero-box-v2 .main-heading-split{font-size:3.2rem}
.webinar-cards-grid{grid-template-columns:repeat(2,1fr)}
.cta-content-wrapper h2{font-size:2.5rem}
}
.success-wrapper-v1{min-height:85vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;background:linear-gradient(135deg,#FFFDFD 0%,#fef5f8 100%);position:relative;overflow:hidden}
.success-wrapper-v1::before{content:'';position:absolute;top:-50%;left:-25%;width:150%;height:150%;background:radial-gradient(circle,#e82c6014 0%,transparent 70%);animation:pulse-light-v2 4s ease-in-out infinite}
@keyframes pulse-light-v2 {
0%,100%{transform:scale(1);opacity:.6}
50%{transform:scale(1.1);opacity:.3}
}
.success-content-box{max-width:920px;width:100%;position:relative;z-index:5;display:grid;grid-template-columns:1fr 2fr 1fr;gap:2rem;align-items:center;background:#FFFDFD;padding:3.5rem 2.5rem;border-radius:28px;box-shadow:0 16px 48px #24181814 0 4px 12px #e82c600f}
.side-visual-left,.side-visual-right{width:100%;height:220px;border-radius:20px;background:linear-gradient(145deg,#E82C60 0%,#c72451 100%);position:relative;overflow:hidden;box-shadow:0 8px 20px #e82c6033}
.side-visual-left::after,.side-visual-right::after{content:'';position:absolute;width:100%;height:100%;background:linear-gradient(180deg,transparent 0%,#fffdfd26 100%);top:0;left:0}
.side-visual-left{background:linear-gradient(225deg,#E82C60 0%,#241818 100%)}
.side-visual-left::before{content:'';position:absolute;width:120px;height:120px;background:#fffdfd1f;border-radius:50%;top:-30px;right:-30px}
.side-visual-right::before{content:'';position:absolute;width:90px;height:90px;background:#24181826;border-radius:50%;bottom:-20px;left:-20px}
.text-center-block{text-align:center;padding:0 1rem}
.success-number-title{font-size:4.5rem;font-weight:700;color:#E82C60;line-height:1;margin:0 0 .5rem;text-shadow:0 2px 12px #e82c6033}
.success-main-heading{font-size:2rem;font-weight:600;color:#241818;margin:0 0 1.25rem;line-height:1.3}
.success-description-text{font-size:1.05rem;color:#5a4e4e;line-height:1.6;margin:0 0 2rem}
.action-button-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.primary-action-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 2rem;background:linear-gradient(135deg,#E82C60 0%,#c72451 100%);color:#FFFDFD;text-decoration:none;border-radius:16px;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 6px 20px #e82c604d;position:relative;z-index:10}
.primary-action-btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px #e82c6066}
.secondary-action-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 2rem;background:#FFFDFD;color:#241818;text-decoration:none;border-radius:16px;font-weight:600;font-size:1rem;border:2px solid #E82C60;transition:all .3s ease;position:relative;z-index:10}
.secondary-action-btn:hover{background:#E82C60;color:#FFFDFD;transform:translateY(-2px);box-shadow:0 6px 16px #e82c6040}
.checkmark-icon-svg{width:24px;height:24px;fill:currentColor}
@media (max-width: 1366px) {
.success-content-box{padding:3rem 2rem}
.success-number-title{font-size:4rem}
.success-main-heading{font-size:1.8rem}
}
@media (max-width: 768px) {
.success-wrapper-v1{padding:2rem 1rem;min-height:auto}
.success-content-box{grid-template-columns:1fr;gap:2rem;padding:2.5rem 1.5rem}
.side-visual-left,.side-visual-right{height:160px}
.side-visual-right{order:3}
.text-center-block{order:2;padding:0}
.success-number-title{font-size:3.5rem}
.success-main-heading{font-size:1.6rem}
.success-description-text{font-size:1rem}
.action-button-group{flex-direction:column;gap:.75rem}
.primary-action-btn,.secondary-action-btn{width:100%;justify-content:center}
}
@media (max-width: 375px) {
.success-content-box{padding:2rem 1.25rem}
.success-number-title{font-size:3rem}
.success-main-heading{font-size:1.4rem}
.side-visual-left,.side-visual-right{height:140px}
}