:root{--bg: #f8f6f1;--bg-soft: #f2eee6;--bg-warm: #fcfaf5;--panel: #ffffff;--panel-soft: #fbf8f2;--text: #0d1b2a;--text-soft: #364152;--muted: #6c7a89;--yellow: #f4c400;--yellow-soft: #ffd84d;--navy: #0f2233;--navy-soft: #16324a;--border: rgba(15, 34, 51, .1);--shadow: 0 16px 40px rgba(15, 34, 51, .08);--shadow-hover: 0 24px 50px rgba(15, 34, 51, .12)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,Arial,sans-serif;background:radial-gradient(circle at top right,rgba(244,196,0,.08),transparent 24%),radial-gradient(circle at top left,rgba(15,34,51,.04),transparent 20%),linear-gradient(180deg,#fcfaf5,#f7f4ee 48%,#f9f7f2);color:var(--text);line-height:1.7;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.container{width:min(1200px,calc(100% - 2rem));margin:0 auto}.page-narrow{width:min(900px,100%)}.section,.page-section{padding:90px 0;position:relative}.page-section{padding-top:150px}.section-light{background:linear-gradient(180deg,#ffffff8c,#ffffff59)}h1,h2,h3,h4{line-height:1.15;letter-spacing:-.02em;color:var(--navy)}h1{font-size:clamp(2.5rem,5vw,4.5rem);margin-bottom:18px}h2{font-size:clamp(2rem,4vw,3.1rem);margin-bottom:14px}h3{font-size:1.3rem;margin-bottom:12px}p{color:var(--text-soft)}.center-heading,.center-action{text-align:center}.section-heading{max-width:780px;margin:0 auto 42px}.section-badge{display:inline-flex;align-items:center;gap:8px;padding:9px 15px;border-radius:999px;background:#f4c40024;color:#7a5b00;border:1px solid rgba(244,196,0,.28);font-size:.85rem;font-weight:700;margin-bottom:18px}.navbar{position:sticky;top:0;z-index:1100;background:#fffaf4f5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(15,34,51,.08)}.navbar-inner{min-height:112px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;flex-shrink:0}.brand-logo-wrap{height:72px;width:220px;display:flex;align-items:center}.mobile-brand-logo-wrap{height:56px;width:180px}.brand-logo{height:140px;width:auto;object-fit:contain;object-position:left center;transform:translate(-6px)}.desktop-nav{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.nav-link{font-weight:600;color:var(--navy-soft);transition:.25s ease}.nav-link:hover,.nav-link.active{color:#000}.nav-right{display:flex;align-items:center;gap:12px}.menu-toggle{width:46px;height:46px;border:1px solid rgba(15,34,51,.12);background:#fff;border-radius:14px;display:none;align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer;box-shadow:0 6px 16px #0f22330f}.menu-toggle span{width:18px;height:2px;background:var(--navy);border-radius:999px;display:block}.mobile-menu,.mobile-menu.open{display:none}.mobile-overlay{position:fixed;inset:0;background:#0f223338;opacity:0;visibility:hidden;transition:.28s ease;z-index:1098}.mobile-overlay.open{opacity:1;visibility:visible}.mobile-drawer{position:fixed;top:0;right:0;width:min(320px,86vw);height:100vh;background:#fffaf4fc;border-left:1px solid rgba(15,34,51,.08);box-shadow:-20px 0 45px #0f223324;transform:translate(100%);transition:transform .32s ease;z-index:1099;overflow-y:auto}.mobile-drawer.open{transform:translate(0)}.mobile-drawer-inner{padding:18px 16px 24px}.mobile-drawer-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.mobile-close{width:42px;height:42px;border:1px solid rgba(15,34,51,.12);background:#fff;border-radius:12px;color:var(--navy);font-size:1.5rem;line-height:1;cursor:pointer}.mobile-drawer-nav{display:grid;gap:12px}.mobile-nav-link{padding:14px;border-radius:14px;color:var(--navy);font-weight:600;background:#ffffffc7;border:1px solid rgba(15,34,51,.08);box-shadow:0 6px 16px #0f22330a}.mobile-nav-link.active{background:#f4c40024;border-color:#f4c40047}.mobile-cta{margin-top:18px;width:100%}.modal-overlay{position:fixed;inset:0;background:#0f22336b;display:flex;align-items:center;justify-content:center;padding:20px;z-index:1200}.connect-modal{width:min(560px,100%);background:linear-gradient(180deg,#fffffffa,#fbf8f2fa);border:1px solid rgba(15,34,51,.08);box-shadow:0 24px 60px #0f223329;border-radius:24px;padding:24px}.connect-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.connect-modal-header h3{margin:6px 0 0}.modal-close{width:42px;height:42px;border-radius:12px;border:1px solid rgba(15,34,51,.12);background:#fff;color:var(--navy);font-size:1.5rem;line-height:1;cursor:pointer;flex-shrink:0}.connect-form{display:grid;gap:16px}.form-group{display:grid;gap:8px}.form-group label{font-weight:700;color:var(--navy)}.form-group input,.form-group textarea{width:100%;border:1px solid rgba(15,34,51,.12);background:#ffffffe6;border-radius:14px;padding:14px 16px;color:var(--text);outline:none}.form-group input:focus,.form-group textarea:focus{border-color:#f4c40073;box-shadow:0 0 0 4px #f4c4001f}.form-group textarea{resize:vertical;min-height:120px}.connect-form-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:4px}.connect-form-status{font-size:.92rem;color:var(--text-soft)}.status-error{color:#c2410c}.status-topic{color:var(--text-soft)}.modal-submit{min-width:140px}.connect-success{display:grid;gap:12px}.connect-success-title{font-size:1.15rem;font-weight:800;color:var(--navy)}.connect-success-topic{font-size:.92rem;color:var(--text-soft)}.hidden-honeypot{display:none}@media(max-width:480px){.connect-modal{padding:18px;border-radius:18px}.connect-modal-header{align-items:center}.connect-form-footer{flex-direction:column;align-items:stretch}.modal-submit{width:100%}}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 22px;border-radius:14px;border:1px solid transparent;font-weight:700;transition:.25s ease;cursor:pointer}.btn-primary{background:linear-gradient(135deg,var(--yellow),var(--yellow-soft));color:#1b1b1b;box-shadow:0 10px 24px #f4c4002e}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 32px #f4c40040}.btn-outline{background:#ffffffb8;color:var(--navy);border-color:#0f223324}.btn-outline:hover{transform:translateY(-2px);background:#fff}.hero{padding:52px 0 78px;overflow:hidden;position:relative}.hero-bg-shape{position:absolute;border-radius:50%;pointer-events:none;filter:blur(6px)}.hero-shape-1{width:460px;height:460px;top:-80px;right:-90px;background:radial-gradient(circle,rgba(244,196,0,.14),transparent 70%)}.hero-shape-2{width:360px;height:360px;bottom:-120px;left:-100px;background:radial-gradient(circle,rgba(15,34,51,.08),transparent 70%)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);align-items:center;gap:64px;min-height:72vh;position:relative;z-index:1}.hero-content h1{max-width:760px;font-size:clamp(3.2rem,5vw,5.2rem);line-height:1.02;letter-spacing:-.045em}.hero-text{font-size:1.22rem;max-width:720px;margin-bottom:30px;color:var(--text-soft)}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:24px}.hero-search-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px}.hero-chip{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border-radius:999px;background:#ffffffe6;border:1px solid rgba(15,34,51,.08);box-shadow:0 8px 18px #0f22330d;color:var(--navy);font-weight:700;transition:.25s ease}.hero-chip:hover{transform:translateY(-2px);background:#fff;border-color:#f4c40059;box-shadow:0 12px 22px #0f223314}.hero-chip-highlight{background:#f4c40024;border-color:#f4c40047}.hero-visual{display:flex;justify-content:center}.hero-visual-card{position:relative;width:100%;min-height:530px;overflow:visible;padding:28px}.simple-hero-visual{display:flex;align-items:center;justify-content:center}.hero-ring{position:absolute;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.hero-ring-outer{width:450px;height:450px;background:#0f22330a}.hero-ring-middle{width:340px;height:340px;background:#ffffffb8;border:1px solid rgba(15,34,51,.04)}.hero-ring-inner{width:220px;height:220px;background:radial-gradient(circle,rgba(244,196,0,.16),rgba(244,196,0,.06) 55%,transparent 78%)}.hero-simple-illustration{position:relative;z-index:2;width:320px;height:240px}.simple-laptop{position:absolute;left:42px;bottom:44px;width:145px;height:76px;border-radius:14px;background:linear-gradient(180deg,#e8eaed,#d8dde4);border:1px solid rgba(15,34,51,.12)}.simple-laptop:after{content:"";position:absolute;left:-18px;bottom:-12px;width:182px;height:12px;border-radius:999px;background:#bac3cd}.simple-person{position:absolute;left:145px;bottom:26px;width:120px;height:165px}.simple-head{position:absolute;top:0;left:28px;width:62px;height:62px;border-radius:50%;background:#f0d3a8;z-index:3;box-shadow:0 0 0 8px #f4c40024}.simple-headset{position:absolute;top:10px;left:16px;width:86px;height:34px;border:6px solid #334b67;border-bottom:none;border-radius:999px 999px 0 0;z-index:4}.simple-body{position:absolute;top:48px;left:18px;width:84px;height:118px;border-radius:22px 22px 18px 18px;background:linear-gradient(180deg,#223b5d,#0f2340);z-index:2}.hero-mini-card{position:absolute;background:#fffffff0;border:1px solid rgba(15,34,51,.08);box-shadow:0 14px 30px #0f223314;border-radius:18px;padding:16px 18px;width:210px;z-index:3}.hero-mini-card h4{font-size:1rem;margin-bottom:6px;color:var(--navy)}.hero-mini-card p{font-size:.92rem;line-height:1.45}.hero-mini-card-1{top:20px;left:20px}.hero-mini-card-2{top:110px;right:20px}.hero-mini-card-3{bottom:22px;left:20px}.grid{display:grid;gap:24px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.feature-box,.content-panel,.faq-item,.course-card,.service-card{background:linear-gradient(180deg,#fffffff5,#fbf8f2f5);border:1px solid rgba(15,34,51,.08);box-shadow:var(--shadow);border-radius:22px;padding:26px;transition:.3s ease}.feature-box:hover,.content-panel:hover,.faq-item:hover,.course-card:hover,.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.course-card,.service-card{position:relative;overflow:hidden}.course-card:before,.service-card:before,.content-panel:before,.faq-item:before{content:"";position:absolute;right:-35px;bottom:-35px;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(244,196,0,.12),transparent 70%);pointer-events:none}.course-thumb{width:72px;height:72px;border-radius:18px;background:linear-gradient(135deg,#fffdf8,#f8f2df);border:1px solid rgba(15,34,51,.08);display:flex;align-items:center;justify-content:center;padding:12px;margin-bottom:18px;box-shadow:0 10px 22px #0f223314}.course-thumb img{width:100%;height:100%;object-fit:contain}.service-icon{width:54px;height:54px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px;font-weight:800;font-size:1.1rem;background:linear-gradient(135deg,#102437,#1c3d58);color:var(--yellow-soft);box-shadow:0 10px 22px #0f22332e}.card-link{margin-top:18px;min-height:42px;padding:10px 16px;border-radius:12px;border:1px solid rgba(15,34,51,.12);background:#fff;color:var(--navy);font-weight:700;cursor:pointer}.card-link:hover{border-color:#f4c40073;background:#f4c40014}.faq-list{display:grid;gap:20px}.footer{position:relative;margin-top:70px;padding:0 0 24px;background:radial-gradient(circle at bottom left,rgba(244,196,0,.12),transparent 20%),linear-gradient(180deg,#f5f1e9,#f3efe7);border-top:1px solid rgba(15,34,51,.08)}.footer-wave{height:110px;background:radial-gradient(130px 42px at 15% 0,transparent 58%,rgba(244,196,0,.1) 60%,transparent 66%),radial-gradient(180px 50px at 50% 0,transparent 58%,rgba(15,34,51,.07) 60%,transparent 66%),radial-gradient(150px 46px at 85% 0,transparent 58%,rgba(244,196,0,.08) 60%,transparent 66%)}.footer-top-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 0 45px}.footer-top-cta p{max-width:720px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:30px;padding:34px 0;border-top:1px solid rgba(15,34,51,.08)}.footer-logo{width:220px;margin-bottom:14px}.footer-text{max-width:420px}.footer h4{margin-bottom:14px;color:var(--navy)}.footer-links{list-style:none;display:grid;gap:10px}.footer-links a{color:var(--text-soft);transition:.25s ease}.footer-links a:hover{color:var(--navy)}.footer-bottom{padding-top:18px;border-top:1px solid rgba(15,34,51,.08)}@media(max-width:1100px){.hero-grid{grid-template-columns:1fr;min-height:auto;gap:34px}.grid-4,.feature-grid,.footer-grid,.grid-3{grid-template-columns:repeat(2,1fr)}.hero-content{text-align:center}.hero-content h1,.hero-text{margin-left:auto;margin-right:auto}.hero-actions,.hero-search-list{justify-content:center}.hero-visual-card{min-height:500px}.footer-top-cta{flex-direction:column;align-items:flex-start}}@media(max-width:768px){.desktop-nav,.nav-cta{display:none}.menu-toggle{display:inline-flex}.section,.page-section{padding:64px 0}.page-section{padding-top:120px}.hero{padding:28px 0 56px}.hero-grid,.grid-2,.grid-3,.grid-4,.feature-grid,.footer-grid{grid-template-columns:1fr}.navbar-inner{min-height:88px}.brand-logo-wrap{height:58px;width:180px}.brand-logo{height:112px}.hero-content{text-align:left;overflow:hidden}.hero-content h1,.hero-text{margin-left:0;margin-right:0;max-width:100%}.hero-content,.hero-content h1,.hero-text{min-width:0}.hero-grid>*{min-width:0}.hero-content h1{font-size:2.8rem;line-height:1.04;letter-spacing:-.04em;word-break:break-word;overflow-wrap:anywhere}.hero-text{font-size:1.03rem;line-height:1.7;margin-bottom:22px}.hero-actions,.hero-search-list{justify-content:flex-start}.hero-actions{gap:12px;margin-bottom:18px}.hero-actions .btn{width:100%}.hero-chip{font-size:.92rem;padding:9px 13px;min-height:40px}.hero-search-list{gap:10px}.hero-visual{margin-top:18px}.hero-visual-card{min-height:100px;padding:14px 8px 8px;overflow:hidden}.hero-ring-outer{width:360px;height:360px}.hero-ring-middle{width:270px;height:270px}.hero-ring-inner{width:180px;height:180px}.hero-simple-illustration{width:250px;height:200px;margin-top:150px}.simple-laptop{left:18px;bottom:34px;width:118px;height:66px}.simple-laptop:after{width:146px;left:-14px}.simple-person{left:104px;bottom:16px;width:104px;height:146px}.simple-head{width:54px;height:54px;left:24px}.simple-headset{width:76px;height:28px;left:13px}.simple-body{width:74px;height:104px;left:15px;top:42px}.hero-mini-card{width:calc(100% - 20px);position:relative;inset:auto;margin:0 auto 10px;padding:14px 16px}.hero-mini-card-1,.hero-mini-card-2,.hero-mini-card-3{inset:auto}.hero-mini-card h4{font-size:1rem;margin-bottom:4px}.hero-mini-card p{font-size:.96rem;line-height:1.55}.feature-box,.content-panel,.faq-item,.course-card,.service-card{padding:22px 18px}.course-thumb{width:64px;height:64px;margin-bottom:16px}.footer-top-cta{padding:10px 0 30px}.footer-grid{grid-template-columns:1fr}h2{font-size:1.9rem}.container{width:min(1200px,calc(100% - 1.25rem))}}@media(max-width:480px){.navbar-inner{min-height:78px}.brand-logo-wrap{height:50px;width:150px}.brand-logo{height:98px;transform:translate(-4px)}.menu-toggle{width:42px;height:42px}h1{font-size:2.15rem}.hero-content h1{font-size:2.15rem;line-height:1.05;letter-spacing:-.035em}.hero-text{font-size:.98rem;margin-bottom:18px}.btn{width:100%}.hero-actions{flex-direction:column}.hero-search-list{gap:10px}.hero-chip{width:100%;text-align:center}.hero-visual-card{min-height:100px;padding:12px 6px 6px}.hero-ring-outer{width:290px;height:290px}.hero-ring-middle{width:215px;height:215px}.hero-ring-inner{width:145px;height:145px}.hero-simple-illustration{width:210px;height:170px;margin-top:145px}.simple-laptop{left:8px;bottom:24px;width:100px;height:54px}.simple-laptop:after{width:126px;left:-12px}.simple-person{left:84px;bottom:12px;width:92px;height:126px}.simple-head{width:46px;height:46px;left:22px}.simple-headset{width:64px;height:24px;left:14px;top:8px}.simple-body{width:66px;height:92px;left:12px;top:36px}.hero-mini-card{width:calc(100% - 14px);padding:13px 14px;border-radius:16px}.hero-mini-card h4{font-size:.98rem}.hero-mini-card p{font-size:.92rem}.footer-logo{width:180px}}
