*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;line-height:1.6;color:#2a2a2a;background:#fafafa}
.hdr-wrap{max-width:1536px;margin:0 auto;padding:24px 32px;background:linear-gradient(135deg,#dd86fd0d,#e8f2d814);position:relative}
.top-row{margin-bottom:18px}
.logo-container{display:inline-flex;align-items:center}
.logo-link{display:block}
.site-logo{height:110px;width:110px;display:block;box-shadow:0 3px 8px #0000001f;border-radius:12px;background:#fff;padding:8px}
.mid-row{margin-bottom:22px;padding-left:60px}
.company-name-box{display:inline-block}
.brand-text{font-size:32px;font-weight:700;background:linear-gradient(90deg,#DD86FD,#AB560C);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.btm-row{padding-left:120px}
.main-nav .nav-list{list-style:none;display:flex;gap:36px;flex-wrap:wrap}
.main-nav .nav-item{display:inline-block}
.main-nav .nav-link{color:#2a2a2a;text-decoration:none;font-size:16px;font-weight:400;padding:8px 16px;border-radius:10px;display:block;transition:background-color 150ms ease,color 150ms ease}
.main-nav .nav-link:hover{background-color:#dd86fd26;color:#AB560C}
main{min-height:200px}
.ftr-container{max-width:1536px;margin:60px auto 0;padding:0 32px 32px}
.ftr-glass-box{background:#fff9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:14px;padding:32px 48px;box-shadow:0 4px 12px #00000014;border:1px solid #dd86fd33}
.ftr-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}
.ftr-col-nav{justify-self:start}
.ftr-col-copy{justify-self:end}
.ftr-nav{display:flex;gap:28px;flex-wrap:wrap}
.ftr-link{color:#2a2a2a;text-decoration:none;font-size:14px;transition:color 180ms ease}
.ftr-link:hover{color:#DD86FD}
.copyright-text{font-size:14px;color:#555}
.cookie-popup{position:fixed;right:32px;top:50%;transform:translateY(-50%);background:#fff;border-radius:16px;box-shadow:0 6px 24px #0000002e;width:360px;padding:28px;z-index:9999;opacity:0;pointer-events:none;transition:opacity 400ms ease}
.cookie-popup[data-state="visible"]{opacity:1;pointer-events:all}
.cookie-content-box .cookie-title{font-size:20px;font-weight:700;margin-bottom:12px;color:#2a2a2a}
.cookie-content-box .cookie-desc{font-size:14px;color:#555;margin-bottom:20px;line-height:1.5}
.cookie-settings-group{margin-bottom:24px}
.cookie-option{margin-bottom:16px}
.cookie-label{display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:14px}
.label-text{color:#2a2a2a}
.cookie-toggle{display:none}
.toggle-switch{width:48px;height:24px;background:#ccc;border-radius:12px;position:relative;transition:background 200ms ease}
.toggle-switch::after{content:'';position:absolute;width:18px;height:18px;background:#fff;border-radius:50%;top:3px;left:3px;transition:left 200ms ease}
.cookie-toggle:checked + .toggle-switch{background:#DD86FD}
.cookie-toggle:checked + .toggle-switch::after{left:27px}
.cookie-actions{display:flex;gap:12px}
.cookie-btn{flex:1;padding:12px 20px;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;transition:background 180ms ease,transform 120ms ease}
.cookie-btn-accept{background:linear-gradient(135deg,#DD86FD,#AB560C);color:#fff}
.cookie-btn-accept:hover{transform:translateY(-2px)}
.cookie-btn-decline{background:#e0e0e0;color:#2a2a2a}
.cookie-btn-decline:hover{background:#d0d0d0}
.cookie-policy-link{position:absolute;top:16px;right:16px;color:#AB560C;font-size:18px;text-decoration:none}
.cookie-float-btn{position:fixed;bottom:32px;right:32px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#DD86FD,#AB560C);border:none;color:#fff;font-size:24px;cursor:pointer;box-shadow:0 4px 16px #0003;display:none;align-items:center;justify-content:center;transition:transform 180ms ease;z-index:9998}
.cookie-float-btn[data-visible="true"]{display:flex}
.cookie-float-btn:hover{transform:scale(1.08)}
@media (max-width: 768px) {
.hdr-wrap{padding:20px 16px}
.top-row,.mid-row,.btm-row{padding-left:0;margin-bottom:16px}
.site-logo{height:80px;width:80px}
.brand-text{font-size:24px}
.main-nav .nav-list{flex-direction:column;gap:12px}
.ftr-grid{grid-template-columns:1fr;gap:16px}
.ftr-col-nav,.ftr-col-copy{justify-self:start}
.ftr-nav{flex-direction:column;gap:12px}
.cookie-popup{right:16px;left:16px;width:auto;top:auto;bottom:16px;transform:none}
.cookie-float-btn{bottom:16px;right:16px}
}
@media (max-width: 480px) {
.cookie-actions{flex-direction:column}
.cookie-btn{width:100%}
}
.doc-block{max-width:1536px;margin:0 auto;padding:60px 24px;background:#fff}
.doc-block p{font-size:16px;line-height:1.8;color:#2d2d2d;margin:0 0 20px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}
.doc-block p + p{margin-top:16px}
.doc-block ul,.doc-block ol{margin:0 0 24px;padding-left:32px;color:#2d2d2d}
.doc-block ul{list-style-type:disc}
.doc-block ol{list-style-type:decimal}
.doc-block li{font-size:16px;line-height:1.8;margin-bottom:12px;padding-left:8px}
.doc-block li:last-child{margin-bottom:0}
.doc-block ul ul,.doc-block ol ol,.doc-block ul ol,.doc-block ol ul{margin-top:12px;margin-bottom:12px}
.doc-block strong,.doc-block b{font-weight:600;color:#1a1a1a}
.doc-block a{color:#DD86FD;text-decoration:none;border-bottom:1px solid transparent;transition:all .2s ease}
.doc-block a:hover{color:#AB560C;border-bottom-color:#AB560C}
.doc-block a:focus{outline:2px solid #DD86FD;outline-offset:2px;border-radius:2px}
.doc-block hr{border:none;height:1px;background:linear-gradient(to right,transparent,#e0e0e0,transparent);margin:40px 0}
@media (max-width: 768px) {
.doc-block{padding:40px 20px}
.doc-block p,.doc-block li{font-size:15px;line-height:1.75}
.doc-block ul,.doc-block ol{padding-left:24px}
.doc-block hr{margin:32px 0}
}
@media (max-width: 480px) {
.doc-block{padding:32px 16px}
.doc-block p,.doc-block li{font-size:14px}
.doc-block ul,.doc-block ol{padding-left:20px}
.doc-block li{padding-left:4px;margin-bottom:10px}
}
.hero-zone{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:0;max-width:1536px;margin:80px auto 0;padding:0 24px;align-items:center;min-height:520px}
.hero-text-area{padding:60px 40px 60px 0;z-index:2}
.hero-text-area h1{font-size:56px;line-height:1.1;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.hero-text-area h1::before{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#DD86FD,#AB560C);margin-bottom:24px;border-radius:2px}
.hero-tagline{font-size:20px;line-height:1.6;color:#555;margin:0}
.hero-visual-wrapper{position:relative;height:100%;margin-left:-120px}
.hero-image-box{width:calc(100% + 240px);height:520px;overflow:hidden;border-radius:16px;box-shadow:0 4px 24px #0000001f;position:relative;animation:subtle-float 8s ease-in-out infinite}
.hero-image-box img{width:100%;height:100%;object-fit:cover;object-position:center}
@keyframes subtle-float {
0%,100%{transform:translateY(0)}
50%{transform:translateY(-12px)}
}
.hero-accent-shape{position:absolute;width:180px;height:180px;background:radial-gradient(circle,#dd86fd26,transparent);border-radius:50%;top:-40px;right:-40px;z-index:-1}
.program-structure-zone{max-width:1536px;margin:140px auto;padding:0 24px}
.structure-intro-text{max-width:860px;margin:0 auto 80px;text-align:center}
.structure-intro-text h2{font-size:42px;line-height:1.2;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.structure-intro-text h2::after{content:'';display:block;width:60px;height:3px;background:linear-gradient(90deg,#AB560C,#DD86FD);margin:20px auto 0}
.structure-intro-text p{font-size:18px;line-height:1.7;color:#666;margin:0}
.phases-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.phase-unit{background:linear-gradient(135deg,#fefefe,#f8f8f8);border-radius:12px;padding:0;box-shadow:0 2px 12px #0000000f;border:2px solid transparent;transition:all 300ms ease;position:relative;overflow:hidden}
.phase-unit::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#DD86FD,#AB560C);transform:scaleX(0);transform-origin:left;transition:transform 400ms ease}
.phase-unit:hover::before{transform:scaleX(1)}
.phase-unit:hover{border-color:#DD86FD;box-shadow:0 6px 24px #dd86fd33;transform:translateY(-4px)}
.phase-header-box{background:linear-gradient(135deg,#dd86fd14,#ab560c14);padding:28px;border-bottom:1px solid #dd86fd26}
.phase-number{display:inline-block;width:48px;height:48px;background:linear-gradient(135deg,#DD86FD,#AB560C);color:#fff;border-radius:50%;font-size:22px;font-weight:700;line-height:48px;text-align:center;margin-bottom:16px}
.phase-header-box h3{font-size:24px;line-height:1.3;color:#1a1a1a;margin:0;font-weight:600}
.phase-content-box{padding:28px}
.phase-content-box p{font-size:16px;line-height:1.7;color:#555;margin:0 0 20px}
.milestone-list{list-style:none;padding:0;margin:0}
.milestone-list li{font-size:15px;line-height:1.6;color:#666;padding:10px 0 10px 32px;position:relative;border-bottom:1px solid #f0f0f0}
.milestone-list li:last-child{border-bottom:none}
.milestone-list li::before{content:'→';position:absolute;left:8px;color:#AB560C;font-weight:700;font-size:18px}
.learning-showcase-zone{background:linear-gradient(180deg,#fefefe,#E8F2D8);padding:100px 24px 120px;position:relative;overflow:hidden}
.showcase-decorator-shape{position:absolute;width:400px;height:400px;background:radial-gradient(circle,#ab560c1a,transparent);border-radius:50%;bottom:-120px;left:-120px;z-index:1}
.showcase-content-wrapper{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:center;position:relative;z-index:2}
.showcase-visual-box{position:relative}
.showcase-image-frame{width:100%;height:480px;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #00000026;border:4px solid #fff;position:relative}
.showcase-image-frame img{width:100%;height:100%;object-fit:cover;object-position:center}
.showcase-badge-element{position:absolute;bottom:-20px;right:-20px;background:linear-gradient(135deg,#DD86FD,#AB560C);color:#fff;padding:20px 28px;border-radius:12px;box-shadow:0 4px 16px #ab560c4d;font-weight:600;font-size:16px}
.showcase-text-content{padding:20px 0}
.showcase-text-content h2{font-size:44px;line-height:1.2;color:#1a1a1a;margin:0 0 24px;font-weight:700;position:relative;display:inline-block}
.showcase-text-content h2::after{content:'';position:absolute;bottom:-8px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#DD86FD,transparent)}
.showcase-description-text{font-size:18px;line-height:1.8;color:#555;margin:32px 0 36px}
.skills-tracker-component{background:#fff;border-radius:12px;padding:32px;box-shadow:0 2px 16px #00000014}
.skills-tracker-component h4{font-size:20px;color:#1a1a1a;margin:0 0 24px;font-weight:600}
.skill-progress-item{margin-bottom:24px}
.skill-progress-item:last-child{margin-bottom:0}
.skill-label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.skill-name-text{font-size:15px;color:#333;font-weight:500}
.skill-percent-text{font-size:14px;color:#AB560C;font-weight:600}
.progress-bar-track{width:100%;height:10px;background:#f0f0f0;border-radius:5px;overflow:hidden;position:relative}
.progress-bar-fill{height:100%;background:linear-gradient(90deg,#DD86FD,#AB560C);border-radius:5px;transition:width 500ms ease;box-shadow:0 2px 6px #ab560c4d}
.skill-progress-item:nth-child(1) .progress-bar-fill{width:92%}
.skill-progress-item:nth-child(2) .progress-bar-fill{width:87%}
.skill-progress-item:nth-child(3) .progress-bar-fill{width:95%}
.skill-progress-item:nth-child(4) .progress-bar-fill{width:84%}
@media (max-width: 1200px) {
.hero-zone{grid-template-columns:1fr;gap:40px;margin-top:60px}
.hero-visual-wrapper{margin-left:0}
.hero-image-box{width:100%;height:400px}
.hero-text-area{padding:40px 0}
.hero-text-area h1{font-size:44px}
.showcase-content-wrapper{grid-template-columns:1fr;gap:50px}
}
@media (max-width: 900px) {
.phases-grid-layout{grid-template-columns:1fr;gap:24px}
.program-structure-zone{margin:100px auto}
.structure-intro-text h2{font-size:36px}
}
@media (max-width: 600px) {
.hero-text-area h1{font-size:36px}
.hero-tagline{font-size:18px}
.hero-image-box{height:320px}
.structure-intro-text h2{font-size:32px}
.structure-intro-text p{font-size:16px}
.showcase-text-content h2{font-size:34px}
.showcase-description-text{font-size:16px}
.showcase-image-frame{height:360px}
.learning-showcase-zone{padding:80px 24px}
}
.intro-wrapper{position:relative;overflow:hidden;background:linear-gradient(135deg,#DD86FD 0%,#AB560C 100%);padding:0;margin:0 0 4rem}
.intro-wrapper .intro-visual{width:100%;height:480px;position:relative;overflow:hidden}
.intro-wrapper .intro-visual img{width:100%;height:100%;object-fit:cover;filter:sepia(0.3) contrast(1.1);opacity:.85}
.intro-wrapper .floating-element{position:absolute;background:#e8f2d826;border-radius:50%;animation:drift 8s ease-in-out infinite}
.intro-wrapper .floating-element:nth-child(2){width:180px;height:180px;top:10%;left:8%;animation-delay:0s}
.intro-wrapper .floating-element:nth-child(3){width:240px;height:240px;bottom:15%;right:12%;animation-delay:2s}
@keyframes drift {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(20px,30px) scale(1.1)}
}
.intro-wrapper .text-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#ab560cf2 0%,#ab560cb3 60%,transparent 100%);padding:3rem 2rem 2.5rem;color:#fff}
.intro-wrapper .text-overlay h1{font-size:2.8rem;font-weight:700;margin:0 0 .8rem;line-height:1.2}
.intro-wrapper .text-overlay .subtitle-text{font-size:1.3rem;font-weight:500;margin:0 0 .6rem;opacity:.95}
.intro-wrapper .text-overlay .desc-text{font-size:1.05rem;line-height:1.6;max-width:720px;margin:0;opacity:.9}
.story-grid-area{max-width:1536px;margin:0 auto 5rem;padding:0 2rem}
.story-grid-area .grid-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.story-grid-area .content-side h2{font-size:2.2rem;color:#AB560C;margin:0 0 1.5rem;line-height:1.3;position:relative;padding-left:1.2rem}
.story-grid-area .content-side h2::before{content:'';position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(to bottom,#DD86FD,#AB560C);border-radius:3px}
.story-grid-area .content-side .text-block{font-size:1.05rem;line-height:1.75;color:#2d2d2d;margin:0 0 1.5rem}
.story-grid-area .visual-side{position:relative}
.story-grid-area .visual-side img{width:100%;height:auto;border-radius:12px;box-shadow:4px 4px 12px #ab560c26}
.approach-showcase{background:#E8F2D8;padding:4rem 2rem;margin:0 0 5rem}
.approach-showcase .inner-content{max-width:1536px;margin:0 auto}
.approach-showcase h2{font-size:2.4rem;color:#AB560C;text-align:center;margin:0 0 3rem}
.approach-showcase .cards-flex{display:flex;gap:2rem;flex-wrap:wrap}
.approach-showcase .method-card{flex:1;min-width:280px;background:#fff;border-radius:14px;padding:2rem;box-shadow:3px 3px 8px #00000014;transition:transform 200ms,box-shadow 200ms}
.approach-showcase .method-card:hover{transform:translateY(-6px);box-shadow:5px 5px 16px #ab560c33}
.approach-showcase .method-card h3{font-size:1.5rem;color:#DD86FD;margin:0 0 1rem}
.approach-showcase .method-card p{font-size:1rem;line-height:1.65;color:#3d3d3d;margin:0}
.team-snapshot{max-width:1536px;margin:0 auto 5rem;padding:0 2rem}
.team-snapshot h2{font-size:2.3rem;color:#AB560C;margin:0 0 2.5rem;text-align:center}
.team-snapshot .people-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.team-snapshot .person-entry{background:linear-gradient(135deg,#dd86fd14 0%,#e8f2d81f 100%);border-radius:10px;padding:2rem;border:2px solid #ab560c26;transition:border-color 300ms}
.team-snapshot .person-entry:hover{border-color:#DD86FD}
.team-snapshot .person-entry .img-wrap{width:100%;height:240px;margin:0 0 1.5rem;border-radius:8px;overflow:hidden}
.team-snapshot .person-entry .img-wrap img{width:100%;height:100%;object-fit:cover}
.team-snapshot .person-entry h3{font-size:1.4rem;color:#AB560C;margin:0 0 .4rem}
.team-snapshot .person-entry .role-label{font-size:.95rem;color:#DD86FD;font-weight:600;margin:0 0 1rem;display:block}
.team-snapshot .person-entry p{font-size:.98rem;line-height:1.6;color:#3d3d3d;margin:0}
.values-timeline{background:linear-gradient(to right,#DD86FD,#AB560C);padding:4rem 2rem;margin:0}
.values-timeline .inner-wrap{max-width:1536px;margin:0 auto}
.values-timeline h2{font-size:2.4rem;color:#fff;margin:0 0 3rem;text-align:center}
.values-timeline .steps-container{display:flex;gap:0;position:relative}
.values-timeline .steps-container::before{content:'';position:absolute;top:40px;left:0;right:0;height:4px;background:#ffffff4d;z-index:1}
.values-timeline .value-step{flex:1;position:relative;z-index:2}
.values-timeline .value-step .step-marker{width:80px;height:80px;background:#fff;border-radius:50%;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;color:#AB560C;box-shadow:3px 3px 10px #00000026}
.values-timeline .value-step h3{font-size:1.4rem;color:#fff;text-align:center;margin:0 0 1rem}
.values-timeline .value-step p{font-size:1rem;line-height:1.65;color:#fff;text-align:center;margin:0;padding:0 1rem}
@media (max-width: 1024px) {
.story-grid-area .grid-layout{grid-template-columns:1fr;gap:2rem}
.team-snapshot .people-layout{grid-template-columns:repeat(2,1fr)}
.values-timeline .steps-container{flex-direction:column;gap:2rem}
.values-timeline .steps-container::before{display:none}
}
@media (max-width: 768px) {
.intro-wrapper .intro-visual{height:360px}
.intro-wrapper .text-overlay h1{font-size:2rem}
.intro-wrapper .text-overlay .subtitle-text{font-size:1.1rem}
.approach-showcase .cards-flex{flex-direction:column}
.team-snapshot .people-layout{grid-template-columns:1fr}
}
.hero-wrap{background:linear-gradient(135deg,#DD86FD 0%,#AB560C 100%);padding:80px 20px;position:relative;overflow:hidden}
.hero-wrap::before{content:'';position:absolute;width:400px;height:400px;background:radial-gradient(circle,#e8f2d833 0%,transparent 70%);top:-100px;right:-100px;animation:float 8s ease-in-out infinite}
@keyframes float {
0%,100%{transform:translateY(0px)}
50%{transform:translateY(-20px)}
}
.hero-inner{max-width:1536px;margin:0 auto}
.hero-content-area{display:flex;gap:60px;align-items:center;flex-wrap:wrap}
.hero-txt-block{flex:1 1 500px;color:#fff}
.hero-main-title{font-size:58px;line-height:1.1;margin:0 0 24px;font-weight:700}
.hero-desc{font-size:19px;line-height:1.6;margin:0 0 32px;color:#f5f5f5}
.hero-btn-set{display:flex;gap:16px;flex-wrap:wrap}
.btn-primary-hero{background:#fff;color:#AB560C;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;transition:transform 200ms,box-shadow 200ms;display:inline-block}
.btn-primary-hero:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}
.btn-secondary-hero{background:transparent;color:#fff;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;border:2px solid #fff;transition:background 300ms,color 300ms;display:inline-block}
.btn-secondary-hero:hover{background:#fff;color:#DD86FD}
.hero-img-area{flex:1 1 400px;position:relative}
.hero-img-area img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px #0000004d;object-fit:cover}
.growth-pathway-section{padding:100px 20px;background:#fff}
.growth-content-box{max-width:1536px;margin:0 auto}
.growth-header-zone{text-align:center;margin-bottom:60px}
.growth-title{font-size:44px;color:#AB560C;margin:0 0 20px;font-weight:700}
.growth-intro{font-size:20px;color:#555;line-height:1.6;max-width:800px;margin:0 auto}
.growth-track-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-bottom:60px}
.track-stage-card{background:linear-gradient(135deg,#E8F2D8 0%,#fff 100%);padding:32px;border-radius:12px;border-left:4px solid #DD86FD;transition:transform 200ms,box-shadow 200ms}
.track-stage-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #dd86fd33}
.stage-number{font-size:32px;font-weight:700;color:#AB560C;margin-bottom:12px}
.stage-heading{font-size:24px;color:#333;margin:0 0 16px;font-weight:600}
.stage-text{font-size:16px;color:#666;line-height:1.7;margin:0}
.growth-outcome-box{display:flex;justify-content:space-around;gap:40px;flex-wrap:wrap;background:linear-gradient(90deg,#DD86FD 0%,#AB560C 100%);padding:50px 40px;border-radius:16px}
.outcome-metric{text-align:center;color:#fff}
.metric-val{font-size:42px;font-weight:700;margin-bottom:8px}
.metric-label{font-size:16px;opacity:.9}
.audience-fit-zone{padding:100px 20px;background:#f9f9f9}
.audience-container{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px}
.audience-left-column{display:flex;flex-direction:column;gap:24px}
.audience-section-title{font-size:40px;color:#DD86FD;margin:0;font-weight:700}
.audience-lead-text{font-size:18px;color:#555;line-height:1.7;margin:0}
.audience-img{width:100%;height:auto;border-radius:12px;box-shadow:0 4px 16px #0000001a;object-fit:cover}
.audience-right-column{display:flex;flex-direction:column;gap:32px}
.fit-profile-block{background:#fff;padding:28px;border-radius:10px;border:1px solid #e0e0e0;transition:border-color 300ms}
.fit-profile-block:hover{border-color:#DD86FD}
.fit-subtitle{font-size:22px;color:#AB560C;margin:0 0 12px;font-weight:600}
.fit-description{font-size:16px;color:#666;line-height:1.7;margin:0}
.access-reality-section{padding:100px 20px;background:#fff}
.access-content-wrapper{max-width:1536px;margin:0 auto}
.access-header-area{text-align:center;margin-bottom:60px}
.access-main-heading{font-size:42px;color:#AB560C;margin:0 0 16px;font-weight:700}
.access-subtext{font-size:19px;color:#666;max-width:700px;margin:0 auto;line-height:1.6}
.access-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:36px;margin-bottom:60px}
.access-feature-box{background:linear-gradient(135deg,#E8F2D8 0%,#fff 100%);padding:36px;border-radius:12px;box-shadow:0 2px 8px #00000014;transition:box-shadow 300ms,transform 200ms}
.access-feature-box:hover{box-shadow:0 6px 20px #0000001f;transform:translateY(-3px)}
.feature-icon-wrap{margin-bottom:20px}
.feature-name{font-size:22px;color:#333;margin:0 0 12px;font-weight:600}
.feature-details{font-size:16px;color:#666;line-height:1.7;margin:0}
.access-cta-area{text-align:center;display:flex;justify-content:center;gap:20px;flex-wrap:wrap}
.btn-access-primary{background:linear-gradient(90deg,#DD86FD 0%,#AB560C 100%);color:#fff;padding:16px 40px;border-radius:10px;text-decoration:none;font-weight:600;font-size:18px;transition:transform 200ms,box-shadow 200ms;display:inline-block}
.btn-access-primary:hover{transform:translateY(-2px);box-shadow:0 6px 18px #dd86fd66}
.btn-access-secondary{background:transparent;color:#AB560C;padding:16px 40px;border-radius:10px;text-decoration:none;font-weight:600;font-size:18px;border:2px solid #AB560C;transition:background 300ms,color 300ms;display:inline-block}
.btn-access-secondary:hover{background:#AB560C;color:#fff}
.proof-results-section{padding:100px 20px;background:linear-gradient(180deg,#f9f9f9 0%,#fff 100%)}
.proof-wrapper{max-width:1536px;margin:0 auto}
.proof-title{font-size:44px;color:#DD86FD;text-align:center;margin:0 0 16px;font-weight:700}
.proof-intro{font-size:18px;color:#666;text-align:center;max-width:800px;margin:0 auto 60px;line-height:1.6}
.results-showcase{display:flex;flex-direction:column;gap:60px}
.result-card-element{display:grid;grid-template-columns:1fr 1fr;gap:40px;background:#fff;padding:40px;border-radius:14px;box-shadow:0 4px 16px #00000014;align-items:center}
.result-visual img{width:100%;height:auto;border-radius:10px;object-fit:cover;box-shadow:0 3px 12px #0000001a}
.result-content-area{display:flex;flex-direction:column;gap:12px}
.result-person{font-size:26px;color:#AB560C;margin:0;font-weight:600}
.result-role{font-size:16px;color:#888;font-style:italic}
.result-testimony{font-size:17px;color:#555;line-height:1.7;margin:12px 0}
.result-stats-row{display:flex;gap:32px;margin-top:16px}
.stat-item{text-align:center}
.stat-number{font-size:32px;font-weight:700;color:#DD86FD}
.stat-caption{font-size:14px;color:#666}
.result-block-text{background:linear-gradient(135deg,#E8F2D8 0%,#fff 100%);padding:50px;border-radius:14px;border-left:6px solid #AB560C}
.block-subheading{font-size:32px;color:#333;margin:0 0 20px;font-weight:600}
.block-paragraph{font-size:17px;color:#555;line-height:1.7;margin:0 0 40px}
.metric-display-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px}
.metric-box{background:#fff;padding:24px;border-radius:10px;text-align:center;box-shadow:0 2px 8px #0000000f}
.metric-figure{font-size:36px;font-weight:700;color:#DD86FD;margin-bottom:8px}
.metric-desc{font-size:15px;color:#666}
@media (max-width: 1024px) {
.hero-content-area{flex-direction:column}
.audience-container{grid-template-columns:1fr}
.result-card-element{grid-template-columns:1fr}
.hero-main-title{font-size:42px}
.growth-title{font-size:36px}
}
@media (max-width: 768px) {
.hero-wrap{padding:60px 20px}
.hero-main-title{font-size:36px}
.hero-desc{font-size:17px}
.growth-pathway-section{padding:60px 20px}
.growth-title{font-size:32px}
.growth-track-wrapper{grid-template-columns:1fr}
.audience-fit-zone{padding:60px 20px}
.audience-section-title{font-size:32px}
.access-reality-section{padding:60px 20px}
.access-main-heading{font-size:34px}
.access-grid{grid-template-columns:1fr}
.proof-results-section{padding:60px 20px}
.proof-title{font-size:34px}
.result-card-element{padding:24px}
.result-block-text{padding:32px 24px}
.metric-display-grid{grid-template-columns:1fr}
}
.hero-contact-zone{max-width:1536px;margin:0 auto;padding:80px 24px 60px;background:linear-gradient(135deg,#f8f9fa 0%,#fff 50%,#faf8fc 100%)}
.contact-grid-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.text-side-block{position:relative}
.text-side-block h1{font-size:52px;line-height:1.15;margin:0 0 28px;color:#1a1a1a;font-weight:700}
.text-side-block h1 .accent-phrase{background:linear-gradient(125deg,#DD86FD,#AB560C);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;display:inline-block}
.text-side-block h1 .accent-phrase::before{content:'';position:absolute;left:-8px;top:50%;transform:translateY(-50%);width:4px;height:80%;background:#DD86FD;border-radius:4px}
.text-side-block p{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0}
.corner-dots{position:absolute}
.corner-dots.top-left{top:-16px;left:-16px}
.corner-dots.bottom-right{bottom:-16px;right:-16px}
.corner-dots svg{width:40px;height:40px;opacity:.4}
.image-side-block{position:relative}
.contact-hero-img{width:100%;height:480px;object-fit:cover;border-radius:16px;position:relative;box-shadow:0 8px 24px #dd86fd26}
.glow-overlay{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px;background:radial-gradient(circle at 60% 40%,#dd86fd4d 0%,transparent 60%);pointer-events:none;mix-blend-mode:soft-light}
.form-contact-section{max-width:1536px;margin:0 auto;padding:90px 24px;background:#fff}
.form-inner-container{max-width:760px;margin:0 auto}
.form-header-text{text-align:center;margin-bottom:56px}
.form-header-text h2{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 18px}
.form-header-text p{font-size:17px;line-height:1.6;color:#6a6a6a;margin:0}
.contact-form-box{background:linear-gradient(145deg,#fafafa,#fff);border:2px solid #E8F2D8;border-radius:12px;padding:48px 44px;box-shadow:0 4px 16px #0000000d}
.field-wrapper{margin-bottom:28px}
.field-wrapper label{display:block;font-size:15px;font-weight:600;color:#2a2a2a;margin-bottom:10px}
.field-wrapper input[type="text"],.field-wrapper input[type="tel"],.field-wrapper textarea{width:100%;padding:14px 16px;font-size:16px;border:2px solid #e0e0e0;border-radius:8px;background:#fff;color:#1a1a1a;transition:all 200ms ease;font-family:inherit}
.field-wrapper input[type="text"]:focus,.field-wrapper input[type="tel"]:focus,.field-wrapper textarea:focus{outline:none;border-color:#DD86FD;box-shadow:0 0 0 3px #dd86fd1a}
.field-wrapper textarea{min-height:140px;resize:vertical}
.privacy-consent-box{margin-bottom:32px}
.privacy-consent-box input[type="checkbox"]{width:18px;height:18px;margin-right:10px;cursor:pointer;accent-color:#DD86FD}
.privacy-consent-box label{display:inline;font-size:14px;color:#5a5a5a;cursor:pointer}
.privacy-consent-box a{color:#AB560C;text-decoration:underline;transition:color 150ms ease}
.privacy-consent-box a:hover{color:#DD86FD}
.submit-btn-area{text-align:center}
.submit-btn{display:inline-block;padding:16px 56px;font-size:17px;font-weight:600;color:#fff;background:linear-gradient(135deg,#DD86FD,#AB560C);border:none;border-radius:10px;cursor:pointer;transition:all 250ms ease;box-shadow:0 4px 12px #dd86fd4d;position:relative;z-index:10}
.submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #dd86fd66}
.submit-btn:active{transform:translateY(0)}
.divider-wave{width:100%;height:60px;background:linear-gradient(90deg,#E8F2D8 0%,transparent 50%,#E8F2D8 100%);margin:80px 0;position:relative}
.divider-wave::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:4px;background:linear-gradient(90deg,#DD86FD,#AB560C);border-radius:4px}
@media (max-width: 1024px) {
.contact-grid-wrapper{grid-template-columns:1fr;gap:40px}
.text-side-block h1{font-size:44px}
.contact-hero-img{height:400px}
.form-header-text h2{font-size:36px}
}
@media (max-width: 768px) {
.hero-contact-zone{padding:60px 20px 40px}
.text-side-block h1{font-size:36px;margin-bottom:20px}
.text-side-block p{font-size:16px}
.contact-hero-img{height:320px}
.form-contact-section{padding:60px 20px}
.form-header-text{margin-bottom:40px}
.form-header-text h2{font-size:30px}
.contact-form-box{padding:32px 24px}
.field-wrapper{margin-bottom:22px}
.submit-btn{padding:14px 44px;font-size:16px}
}
@media (max-width: 480px) {
.text-side-block h1{font-size:28px}
.contact-hero-img{height:260px}
.form-header-text h2{font-size:26px}
.contact-form-box{padding:28px 20px}
}
.hero-wrap{background:linear-gradient(135deg,#DD86FD 0%,#AB560C 100%);padding:120px 20px 100px;position:relative;overflow:hidden}
.hero-wrap::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#e8f2d826 0%,transparent 70%);border-radius:50%;animation:float-gentle 8s ease-in-out infinite}
.hero-wrap::after{content:'';position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#e8f2d81a 0%,transparent 70%);border-radius:50%;animation:float-gentle 10s ease-in-out infinite reverse}
@keyframes float-gentle {
0%,100%{transform:translate(0,0)}
50%{transform:translate(20px,-20px)}
}
.hero-content-box{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.hero-content-box .main-title{font-size:3.2rem;color:#fff;margin:0 0 24px;line-height:1.2;font-weight:700}
.hero-content-box .sub-desc{font-size:1.3rem;color:#fff;line-height:1.6;max-width:720px;margin:0;opacity:.95}
.process-section{padding:90px 20px;background:#fff}
.process-container{max-width:1536px;margin:0 auto}
.process-header{text-align:center;margin-bottom:70px}
.process-header h2{font-size:2.5rem;color:#2a2a2a;margin:0 0 16px;font-weight:700}
.process-header p{font-size:1.15rem;color:#5a5a5a;line-height:1.6;max-width:680px;margin:0 auto}
.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}
.step-card{background:#fafafa;border:2px solid #E8F2D8;border-radius:12px;padding:40px 30px;position:relative;transition:all .3s ease}
.step-card:hover{border-color:#DD86FD;box-shadow:0 6px 20px #dd86fd26;transform:translateY(-4px)}
.step-num{position:absolute;top:-18px;left:30px;background:linear-gradient(135deg,#DD86FD 0%,#AB560C 100%);color:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700}
.step-card h3{font-size:1.5rem;color:#2a2a2a;margin:0 0 14px;font-weight:600}
.step-card p{font-size:1rem;color:#5a5a5a;line-height:1.7;margin:0}
.feature-split{background:linear-gradient(to right,#E8F2D8 0%,#fff 100%);padding:100px 20px}
.feature-split-container{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.feature-visual{position:relative}
.feature-visual img{width:100%;height:auto;border-radius:16px;box-shadow:4px 4px 16px #0000001f;object-fit:cover}
.feature-text-box h2{font-size:2.4rem;color:#2a2a2a;margin:0 0 24px;font-weight:700;position:relative;padding-left:20px}
.feature-text-box h2::before{content:'';position:absolute;left:0;top:6px;width:6px;height:80%;background:linear-gradient(to bottom,#DD86FD 0%,#AB560C 100%);border-radius:3px}
.feature-text-box p{font-size:1.1rem;color:#4a4a4a;line-height:1.8;margin:0 0 20px}
.feature-list{list-style:none;padding:0;margin:30px 0 0}
.feature-list li{padding:14px 0 14px 36px;position:relative;font-size:1.05rem;color:#3a3a3a;line-height:1.6}
.feature-list li::before{content:'✓';position:absolute;left:0;top:14px;width:24px;height:24px;background:#DD86FD;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}
.toolkit-box{padding:90px 20px;background:#fff}
.toolkit-wrapper{max-width:1536px;margin:0 auto}
.toolkit-title{text-align:center;margin-bottom:60px}
.toolkit-title h2{font-size:2.5rem;color:#2a2a2a;margin:0 0 18px;font-weight:700}
.toolkit-title p{font-size:1.15rem;color:#5a5a5a;line-height:1.6;margin:0}
.tools-display{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}
.tool-item{text-align:center}
.tool-icon-wrap{width:100px;height:100px;background:linear-gradient(135deg,#dd86fd1a 0%,#ab560c1a 100%);border:3px solid #E8F2D8;border-radius:50%;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative}
.tool-icon-wrap::before{content:'';position:absolute;inset:-6px;border-radius:50%;border:2px solid transparent;transition:border-color .3s ease}
.tool-item:hover .tool-icon-wrap{border-color:#DD86FD;transform:scale(1.08)}
.tool-item:hover .tool-icon-wrap::before{border-color:#dd86fd4d}
.tool-icon-wrap svg{width:48px;height:48px;fill:#AB560C}
.tool-item h4{font-size:1.3rem;color:#2a2a2a;margin:0 0 12px;font-weight:600}
.tool-item p{font-size:1rem;color:#5a5a5a;line-height:1.6;margin:0}
@media (max-width: 1024px) {
.hero-content-box .main-title{font-size:2.6rem}
.feature-split-container{grid-template-columns:1fr;gap:50px}
.tools-display{grid-template-columns:repeat(2,1fr);gap:40px}
}
@media (max-width: 768px) {
.hero-wrap{padding:80px 20px 60px}
.hero-content-box .main-title{font-size:2.2rem}
.hero-content-box .sub-desc{font-size:1.1rem}
.process-section{padding:60px 20px}
.process-header h2,.feature-text-box h2,.toolkit-title h2{font-size:2rem}
.steps-grid{grid-template-columns:1fr;gap:30px}
.feature-split{padding:70px 20px}
.tools-display{grid-template-columns:1fr;gap:35px}
}
.success-outer{min-height:85vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#E8F2D8 0%,#DD86FD 100%);padding:80px 20px;position:relative;overflow:hidden}
.success-outer::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#ab560c26 0%,transparent 70%);border-radius:50%}
.success-outer::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#dd86fd33 0%,transparent 70%);border-radius:50%}
.confirmation-wrapper{max-width:720px;width:100%;background:#fff;border-radius:12px;box-shadow:0 6px 24px #ab560c26;padding:60px 50px;text-align:center;position:relative;z-index:2}
.check-visual{width:90px;height:90px;margin:0 auto 30px;position:relative}
.check-visual svg{width:100%;height:100%}
.check-visual circle{fill:none;stroke:#DD86FD;stroke-width:3;stroke-linecap:round;animation:circle-expand .6s ease-out forwards}
.check-visual path{fill:none;stroke:#AB560C;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:60;stroke-dashoffset:60;animation:check-draw .4s .3s ease-out forwards}
@keyframes circle-expand {
from{stroke-dasharray:0 283}
to{stroke-dasharray:283 283}
}
@keyframes check-draw {
to{stroke-dashoffset:0}
}
.confirmation-wrapper h1{font-size:2.2rem;font-weight:700;color:#1a1a1a;margin:0 0 18px;line-height:1.2}
.status-line{font-size:1.05rem;color:#AB560C;font-weight:600;margin:0 0 28px;letter-spacing:.3px}
.confirmation-details{background:linear-gradient(to bottom,#E8F2D8,#e8f2d866);border-radius:10px;padding:32px 28px;margin:0 0 32px;border:1px solid #ab560c1a}
.confirmation-details p{font-size:1.02rem;line-height:1.7;color:#333;margin:0 0 14px}
.confirmation-details p:last-child{margin:0}
.confirmation-details strong{color:#AB560C;font-weight:600}
.next-step-info{background:#f9f9f9;border-left:4px solid #DD86FD;padding:22px 26px;margin:0 0 36px;border-radius:8px;text-align:left}
.next-step-info p{font-size:.98rem;line-height:1.65;color:#444;margin:0}
.action-btn-set{display:flex;flex-direction:column;gap:14px;align-items:center}
.action-btn-set a{display:inline-block;padding:15px 42px;border-radius:8px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all 200ms ease;min-width:220px}
.primary-action{background:linear-gradient(135deg,#DD86FD,#AB560C);color:#fff;box-shadow:0 4px 14px #dd86fd4d}
.primary-action:hover{transform:translateY(-2px);box-shadow:0 6px 20px #dd86fd66}
.secondary-action{background:#fff;color:#AB560C;border:2px solid #AB560C}
.secondary-action:hover{background:#AB560C;color:#fff;border-color:#AB560C}
.footnote-text{margin:28px 0 0;font-size:.88rem;color:#777;line-height:1.5}
@media (max-width: 768px) {
.success-outer{padding:50px 18px;min-height:75vh}
.confirmation-wrapper{padding:42px 28px}
.confirmation-wrapper h1{font-size:1.75rem}
.status-line{font-size:.98rem}
.confirmation-details{padding:24px 20px}
.confirmation-details p{font-size:.96rem}
.next-step-info{padding:18px 20px}
.next-step-info p{font-size:.92rem}
.action-btn-set a{padding:13px 32px;font-size:.98rem;min-width:200px}
.check-visual{width:75px;height:75px}
}
@media (max-width: 480px) {
.confirmation-wrapper{padding:36px 22px}
.confirmation-wrapper h1{font-size:1.5rem}
.action-btn-set{gap:12px}
.action-btn-set a{width:100%;min-width:auto}
}