@import "https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;700&display=swap";
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Fira Code',monospace;background:#fff;color:#1a1a1a;font-size:16px;line-height:1.6}
html{scroll-behavior:smooth}
.header-wrapper{background:#fafaf8;border-bottom:1px solid #00f2e54d;box-shadow:0 2px 12px #00f2e514}
.header-topRow{display:flex;align-items:center;justify-content:space-between;padding:18px 32px 0;max-width:1024px;margin:auto}
.site-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}
.site-logo img{height:80px;width:80px;object-fit:contain;border-radius:8px;background:#00f2e51a;padding:4px}
.main-nav{display:flex;align-items:center;gap:6px}
.main-nav a{font-family:'Fira Code',monospace;font-size:13px;color:#3a3a3a;text-decoration:none;padding:8px 14px;border-radius:4px;transition:background 0.2s,color .2s;white-space:nowrap}
.main-nav a:hover{background:#00f2e526;color:#006e68}
.main-nav a.is-active{background:#00f2e533;color:#006e68;font-weight:700}
.header-brandRow{text-align:center;padding:14px 32px 20px;max-width:1024px;margin:auto}
.header-brandRow .brand-name{font-family:'Fira Code',monospace;font-size:28px;font-weight:700;color:#6A010E;letter-spacing:2px;text-transform:uppercase}
.header-brandRow .brand-tagline{font-size:12px;color:#777;margin-top:4px;letter-spacing:1px}
@media (max-width: 768px) {
.header-topRow{padding:14px 20px 0;flex-wrap:wrap;gap:12px}
.header-brandRow{padding:10px 20px 16px}
.header-brandRow .brand-name{font-size:22px}
.main-nav{flex-wrap:wrap;justify-content:flex-end;gap:4px}
.main-nav a{font-size:12px;padding:6px 10px}
}
@media (max-width: 480px) {
.site-logo img{height:60px;width:60px}
.main-nav a{font-size:11px;padding:5px 8px}
.header-brandRow .brand-name{font-size:18px}
}
.footer-wrapper{background:#111;color:#ccc;padding:56px 32px 0}
.footer-innerWrapper{max-width:1024px;margin:auto}
.footer-topSection{display:grid;grid-template-columns:auto 1fr 1fr;gap:48px;padding-bottom:40px;border-bottom:1px solid #ffffff14}
.footer-logoBlock .site-logo img{height:120px;width:120px;background:#00f2e514;border:1px solid #00f2e533}
.footer-logoBlock .brand-name{font-family:'Fira Code',monospace;font-size:20px;font-weight:700;color:#00F2E5;letter-spacing:2px;margin-top:12px;text-transform:uppercase}
.footer-contactBlock h4{font-family:'Fira Code',monospace;font-size:12px;font-weight:700;color:#00F2E5;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px}
.footer-contactBlock ul{list-style:none}
.footer-contactBlock ul li{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:13px;color:#aaa;line-height:1.5}
.footer-contactBlock ul li .mdi{color:#00F2E5;font-size:16px;margin-top:2px;flex-shrink:0}
.footer-contactBlock ul li a{color:#aaa;text-decoration:none;transition:color .2s}
.footer-contactBlock ul li a:hover{color:#00F2E5}
.footer-linksBlock h4{font-family:'Fira Code',monospace;font-size:12px;font-weight:700;color:#00F2E5;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px}
.footer-linksBlock ul{list-style:none}
.footer-linksBlock ul li{margin-bottom:10px}
.footer-linksBlock ul li a{font-size:13px;color:#aaa;text-decoration:none;transition:color .2s;display:flex;align-items:center;gap:8px}
.footer-linksBlock ul li a:hover{color:#00F2E5}
.footer-linksBlock ul li a .mdi{font-size:14px;color:#555}
.footer-bottomSection{padding:20px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.footer-copyright{font-size:12px;color:#555}
.footer-copyright span{color:#00F2E5}
@media (max-width: 768px) {
.footer-topSection{grid-template-columns:1fr 1fr;gap:32px}
.footer-logoBlock{grid-column:1 / -1;display:flex;align-items:center;gap:20px}
}
@media (max-width: 480px) {
.footer-topSection{grid-template-columns:1fr}
.footer-logoBlock{grid-column:auto;flex-direction:column;align-items:flex-start}
.footer-wrapper{padding:40px 20px 0}
}
.cookieConsent-wrapper{position:fixed;top:0;left:0;right:0;z-index:9999;display:flex;justify-content:center;transform:translateX(-100%);transition:transform .4s ease}
.cookieConsent-wrapper.is-visible{transform:translateX(0)}
.cookieConsent-block{background:#1a1a1a;border-bottom:3px solid #00F2E5;width:100%;max-width:100%;padding:14px 28px;display:flex;align-items:center;gap:20px;flex-wrap:wrap;box-shadow:0 4px 20px #0006}
.cookieConsent-block .cookieConsent-txt{flex:1;font-size:12px;color:#ccc;line-height:1.5;min-width:200px}
.cookieConsent-block .cookieConsent-txt a{color:#00F2E5;text-decoration:underline}
.cookieConsent-btnGroup{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.cookieConsent-btn{font-family:'Fira Code',monospace;font-size:12px;font-weight:700;padding:8px 16px;border:none;cursor:pointer;border-radius:0;transition:background 0.2s,color .2s;white-space:nowrap}
.cookieConsent-btn.btn-accept{background:#00F2E5;color:#111}
.cookieConsent-btn.btn-accept:hover{background:#00cfc4}
.cookieConsent-btn.btn-decline{background:#333;color:#ccc}
.cookieConsent-btn.btn-decline:hover{background:#444}
.cookieConsent-btn.btn-optOut{background:transparent;color:#888;border:1px solid #444;font-size:11px}
.cookieConsent-btn.btn-optOut:hover{border-color:#666;color:#aaa}
.agreement-section-o{max-width:1024px;margin:0 auto;padding:48px 32px;font-size:16px;line-height:1.8;color:#1a1a2e;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,sans-serif;background-color:#fff}
.agreement-section-o h1{font-size:2.2rem;font-weight:700;line-height:1.25;color:#6A010E;margin:0 0 32px;padding-bottom:16px;border-bottom:3px solid #00F2E5;letter-spacing:-.02em}
.agreement-section-o h2{font-size:1.5rem;font-weight:700;line-height:1.35;color:#6A010E;margin:48px 0 16px;padding-left:14px;border-left:4px solid #00F2E5;letter-spacing:-.01em}
.agreement-section-o h3{font-size:1.2rem;font-weight:600;line-height:1.4;color:#3a0008;margin:32px 0 12px}
.agreement-section-o h4{font-size:1.05rem;font-weight:600;line-height:1.45;color:#3a0008;margin:24px 0 10px}
.agreement-section-o h5{font-size:.95rem;font-weight:600;line-height:1.5;color:#1a1a2e;margin:20px 0 8px;text-transform:uppercase;letter-spacing:.06em}
.agreement-section-o h6{font-size:.88rem;font-weight:600;line-height:1.5;color:#557;margin:16px 0 8px;text-transform:uppercase;letter-spacing:.05em}
.agreement-section-o p{margin:0 0 20px;color:#2c2c4a;font-size:16px;line-height:1.8}
.agreement-section-o ul{margin:0 0 20px;padding-left:28px;list-style:none}
.agreement-section-o ul li{position:relative;margin-bottom:10px;padding-left:18px;color:#2c2c4a;line-height:1.75}
.agreement-section-o ul li::before{content:"";position:absolute;left:0;top:11px;width:7px;height:7px;border-radius:50%;background-color:#00F2E5}
.agreement-section-o ol{margin:0 0 20px;padding-left:28px;counter-reset:policyList;list-style:none}
.agreement-section-o ol li{position:relative;margin-bottom:10px;padding-left:18px;color:#2c2c4a;line-height:1.75;counter-increment:policyList}
.agreement-section-o ol li::before{content:counter(policyList) ".";position:absolute;left:-12px;top:0;font-weight:600;color:#6A010E;font-size:.95rem}
.agreement-section-o ul ul,.agreement-section-o ol ol,.agreement-section-o ul ol,.agreement-section-o ol ul{margin-top:8px;margin-bottom:8px}
.agreement-section-o strong,.agreement-section-o b{font-weight:700;color:#6A010E}
.agreement-section-o em,.agreement-section-o i{font-style:italic;color:#3a3a5c}
.agreement-section-o a{color:#007a74;text-decoration:underline;text-decoration-color:#00f2e580;text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease;font-weight:500}
.agreement-section-o a:hover{color:#6A010E;text-decoration-color:#6a010e99}
.agreement-section-o a:visited{color:#5a006a;text-decoration-color:#5a006a66}
.agreement-section-o table{width:100%;border-collapse:collapse;margin:28px 0;font-size:.95rem;line-height:1.6;border-radius:10px;overflow:hidden;box-shadow:0 4px 16px #00f2e51f 0 2px 6px #00000012}
.agreement-section-o thead{background-color:#6A010E}
.agreement-section-o thead tr{background-color:transparent}
.agreement-section-o thead th{padding:14px 18px;text-align:left;font-weight:700;font-size:.88rem;letter-spacing:.05em;text-transform:uppercase;color:#FFF2D9;border:none}
.agreement-section-o tbody{background-color:#fff}
.agreement-section-o tbody tr{border-bottom:1px solid #00f2e533;transition:background-color .15s ease}
.agreement-section-o tbody tr:nth-child(even){background-color:#fff2d959}
.agreement-section-o tbody tr:last-child{border-bottom:none}
.agreement-section-o tbody tr:hover{background-color:#00f2e514}
.agreement-section-o th{padding:14px 18px;text-align:left;font-weight:600;color:#FFF2D9;border:none}
.agreement-section-o td{padding:13px 18px;text-align:left;color:#2c2c4a;vertical-align:top;border:none}
.agreement-section-o blockquote{margin:28px 0;padding:18px 24px;border-left:5px solid #00F2E5;background-color:#fff2d980;border-radius:0 8px 8px 0;font-style:italic;color:#3a3a5c;box-shadow:inset 0 0 0 1px #00f2e526}
.agreement-section-o blockquote p{margin:0;color:#3a3a5c}
.agreement-section-o hr{border:none;border-top:2px solid #00f2e54d;margin:40px 0}
.agreement-section-o code{font-family:"Courier New",Courier,monospace;font-size:.9em;padding:2px 7px;border-radius:4px;background-color:#fff2d9cc;color:#6A010E;border:1px solid #6a010e26}
.agreement-section-o pre{background-color:#1a1a2e;color:#00F2E5;padding:20px 24px;border-radius:10px;overflow-x:auto;margin:24px 0;font-size:.9rem;line-height:1.65}
.agreement-section-o pre code{background:none;border:none;padding:0;color:inherit;font-size:inherit}
.agreement-section-o div{box-sizing:border-box}
.agreement-section-o div.tableWrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:28px 0;border-radius:10px;box-shadow:0 4px 16px #00f2e51f}
.agreement-section-o div.tableWrapper table{margin:0;box-shadow:none;border-radius:0}
.agreement-section-o div.noticeBox{padding:18px 22px;border-radius:10px;background-color:#00f2e514;border:1px solid #00f2e559;margin:24px 0;color:#2c2c4a;font-size:.96rem;line-height:1.75}
.agreement-section-o div.warningBox{padding:18px 22px;border-radius:10px;background-color:#6a010e0f;border:1px solid #6a010e40;margin:24px 0;color:#2c2c4a;font-size:.96rem;line-height:1.75}
@media (max-width: 1024px) {
.agreement-section-o{padding:40px 28px}
.agreement-section-o h1{font-size:1.9rem}
.agreement-section-o h2{font-size:1.35rem}
}
@media (max-width: 768px) {
.agreement-section-o{padding:32px 20px;font-size:15px}
.agreement-section-o h1{font-size:1.6rem;margin-bottom:24px}
.agreement-section-o h2{font-size:1.2rem;margin-top:36px}
.agreement-section-o h3{font-size:1.08rem}
.agreement-section-o table{font-size:.88rem}
.agreement-section-o th,.agreement-section-o td{padding:10px 13px}
.agreement-section-o thead th{font-size:.8rem}
.agreement-section-o div.tableWrapper{margin:20px 0}
}
@media (max-width: 480px) {
.agreement-section-o{padding:24px 16px;font-size:14px}
.agreement-section-o h1{font-size:1.4rem;padding-bottom:12px}
.agreement-section-o h2{font-size:1.1rem;margin-top:28px;padding-left:10px}
.agreement-section-o h3{font-size:1rem}
.agreement-section-o ul{padding-left:18px}
.agreement-section-o ol{padding-left:22px}
.agreement-section-o blockquote{padding:14px 16px}
.agreement-section-o th,.agreement-section-o td{padding:9px 10px}
}
.progPage-wrapper{max-width:1024px;margin:0 auto;padding:0 20px}
.progHero-section{position:relative;padding:80px 0 60px;overflow:hidden;background:#fff}
.progHero-wrapper{max-width:1024px;margin:0 auto;padding:0 20px;display:flex;flex-direction:row;align-items:flex-start;gap:48px}
.progHero-textCol{flex:1 1 55%;min-width:0}
.progHero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#00f2e51f;border:1px solid #00f2e566;border-radius:4px;padding:6px 14px;margin-bottom:28px}
.progHero-eyebrow span{font-size:12px;font-weight:600;color:#00b8ad;letter-spacing:1.5px;text-transform:uppercase}
.progHero-textCol h1{font-size:clamp(32px,5vw,54px);font-weight:800;line-height:1.1;color:#1a1a2e;margin:0 0 20px;letter-spacing:-1px}
.progHero-textCol h1 .accentMark{color:#6A010E;position:relative}
.progHero-textCol h1 .accentMark::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#00F2E5,transparent);border-radius:2px}
.progHero-divider{width:64px;height:4px;background:linear-gradient(90deg,#00F2E5,#6A010E);border-radius:2px;margin:24px 0}
.progHero-textCol p{font-size:16px;line-height:1.75;color:#444;margin:0 0 32px;max-width:520px}
.progHero-ctaRow{display:flex;flex-direction:row;align-items:center;gap:16px;flex-wrap:wrap}
.progHero-ctaPrimary{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#6A010E,#a0021a);color:#fff;padding:14px 28px;border-radius:6px;font-size:15px;font-weight:600;text-decoration:none;transition:transform 0.2s,box-shadow .2s;box-shadow:0 4px 16px #6a010e4d;z-index:2;position:relative}
.progHero-ctaPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #6a010e66}
.progHero-ctaSecondary{display:inline-flex;align-items:center;gap:6px;color:#1a1a2e;font-size:15px;font-weight:500;text-decoration:none;border-bottom:2px solid #00F2E5;padding-bottom:2px;transition:color .2s}
.progHero-ctaSecondary:hover{color:#00b8ad}
.progHero-imgCol{flex:0 0 38%;position:relative}
.progHero-imgFrame{position:relative;border-radius:16px;overflow:hidden;box-shadow:8px 12px 32px #00f2e533 -4px -4px 0 #6a010e26}
.progHero-imgFrame img{width:100%;height:320px;object-fit:cover;display:block}
.progHero-imgAccent{position:absolute;top:-16px;right:-16px;width:80px;height:80px;border:3px solid #00F2E5;border-radius:50%;opacity:.5;pointer-events:none}
.progHero-imgAccent2{position:absolute;bottom:-10px;left:-10px;width:48px;height:48px;background:#6a010e2e;border-radius:8px;pointer-events:none}
.progHero-badge{position:absolute;bottom:16px;right:-20px;background:#fff;border-radius:10px;padding:10px 16px;box-shadow:0 4px 20px #0000001f;display:flex;flex-direction:row;align-items:center;gap:10px;min-width:160px}
.progHero-badge .mdi{font-size:22px;color:#00F2E5}
.progHero-badge-text strong{display:block;font-size:14px;color:#1a1a2e;font-weight:700}
.progHero-badge-text span{font-size:11px;color:#888}
.progTracks-section{padding:80px 0;background:#FFF2D9;position:relative}
.progTracks-section::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,#00F2E5,transparent)}
.progTracks-header{text-align:center;margin-bottom:52px}
.progTracks-header h2{font-size:clamp(26px,4vw,40px);font-weight:700;color:#1a1a2e;margin:0 0 12px;position:relative;display:inline-block}
.progTracks-header h2::before{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:48px;height:3px;background:#00F2E5;border-radius:2px}
.progTracks-header p{font-size:16px;color:#666;max-width:540px;margin:20px auto 0;line-height:1.7}
.progTracks-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.progTrack-card{background:#fff;border-radius:16px;padding:32px 24px;box-shadow:0 2px 12px #0000000f;transition:transform 0.25s,box-shadow .25s;position:relative;overflow:hidden}
.progTrack-card::after{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--trackColor,#00F2E5);border-radius:16px 16px 0 0}
.progTrack-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000001a}
.progTrack-iconWrap{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;background:var(--trackBg,#00f2e51f)}
.progTrack-iconWrap .mdi{font-size:26px;color:var(--trackColor,#00b8ad)}
.progTrack-card h4{font-size:18px;font-weight:700;color:#1a1a2e;margin:0 0 10px}
.progTrack-card p{font-size:14px;line-height:1.65;color:#555;margin:0 0 20px}
.progTrack-meta{display:flex;flex-direction:row;gap:12px;flex-wrap:wrap}
.progTrack-tag{font-size:11px;font-weight:600;padding:4px 10px;border-radius:20px;background:#00f2e51f;color:#00a09a;letter-spacing:.5px}
.progCompare-section{padding:80px 0;background:#fff}
.progCompare-wrapper{max-width:1024px;margin:0 auto;padding:0 20px}
.progCompare-layout{display:flex;flex-direction:row;gap:56px;align-items:center}
.progCompare-textCol{flex:1 1 45%}
.progCompare-textCol h2{font-size:clamp(24px,3.5vw,36px);font-weight:700;color:#1a1a2e;margin:0 0 16px;line-height:1.2}
.progCompare-textCol h2 em{font-style:normal;color:#6A010E}
.progCompare-textCol p{font-size:15px;line-height:1.75;color:#555;margin:0 0 28px}
.progCompare-featureList{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}
.progCompare-featureList li{display:flex;flex-direction:row;align-items:flex-start;gap:12px;font-size:14px;color:#444;line-height:1.6}
.progCompare-featureList li .mdi{font-size:18px;color:#00b8ad;margin-top:1px;flex-shrink:0}
.progCompare-visualCol{flex:1 1 50%}
.progCompare-tabs{display:flex;flex-direction:column;gap:0}
.progCompare-tab input[type="radio"]{display:none}
.progCompare-tabLabel{display:flex;flex-direction:row;align-items:center;gap:12px;padding:16px 20px;cursor:pointer;border-left:3px solid transparent;transition:background 0.2s,border-color .2s;background:#f8f8f8;margin-bottom:2px;border-radius:0 8px 8px 0}
.progCompare-tabLabel .mdi{font-size:20px;color:#aaa;transition:color .2s}
.progCompare-tabLabel strong{font-size:14px;font-weight:600;color:#555;transition:color .2s}
.progCompare-tab input[type="radio"]:checked + .progCompare-tabLabel{background:#00f2e51a;border-left-color:#00F2E5}
.progCompare-tab input[type="radio"]:checked + .progCompare-tabLabel .mdi{color:#00b8ad}
.progCompare-tab input[type="radio"]:checked + .progCompare-tabLabel strong{color:#1a1a2e}
.progCompare-tabContent{display:none;padding:20px;background:#00f2e50d;border-radius:8px;margin-top:4px;border:1px solid #00f2e533}
.progCompare-tab input[type="radio"]:checked ~ .progCompare-tabContent{display:block}
.progCompare-tabContent p{font-size:13px;line-height:1.7;color:#555;margin:0 0 12px}
.progCompare-tabContent ul{margin:0;padding:0 0 0 16px;list-style:disc}
.progCompare-tabContent ul li{font-size:13px;color:#555;margin-bottom:6px;line-height:1.5}
.progPath-section{padding:80px 0;background:linear-gradient(160deg,#1a1a2e 60%,#2d0a11);position:relative;overflow:hidden}
.progPath-section::before{content:'';position:absolute;top:-80px;right:-80px;width:320px;height:320px;border-radius:50%;background:#00f2e512;pointer-events:none}
.progPath-section::after{content:'';position:absolute;bottom:-60px;left:-40px;width:200px;height:200px;border-radius:50%;background:#6a010e26;pointer-events:none}
.progPath-wrapper{max-width:1024px;margin:0 auto;padding:0 20px;position:relative;z-index:1}
.progPath-header{margin-bottom:52px}
.progPath-header h2{font-size:clamp(26px,4vw,40px);font-weight:700;color:#fff;margin:0 0 14px}
.progPath-header h2 span{color:#00F2E5}
.progPath-header p{font-size:16px;color:#ffffffa6;max-width:560px;line-height:1.7;margin:0}
.progPath-timeline{position:relative;padding-left:40px}
.progPath-timeline::before{content:'';position:absolute;left:12px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#00F2E5,#00f2e533)}
.progPath-step{position:relative;margin-bottom:36px;display:flex;flex-direction:row;gap:24px}
.progPath-step:last-child{margin-bottom:0}
.progPath-stepDot{position:absolute;left:-34px;top:4px;width:24px;height:24px;border-radius:50%;background:#1a1a2e;border:2px solid #00F2E5;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.progPath-stepDot span{font-size:10px;font-weight:700;color:#00F2E5}
.progPath-stepBody{background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;padding:20px 24px;flex:1;transition:background .2s}
.progPath-stepBody:hover{background:#00f2e514}
.progPath-stepBody h5{font-size:16px;font-weight:700;color:#fff;margin:0 0 8px}
.progPath-stepBody p{font-size:13px;color:#fff9;line-height:1.65;margin:0 0 12px}
.progPath-stepTags{display:flex;flex-direction:row;gap:8px;flex-wrap:wrap}
.progPath-stepTag{font-size:11px;padding:3px 10px;border-radius:20px;background:#00f2e51f;color:#00F2E5;border:1px solid #00f2e540}
.progEnroll-section{padding:80px 0;background:#f9f9fb;position:relative}
.progEnroll-wrapper{max-width:1024px;margin:0 auto;padding:0 20px;display:flex;flex-direction:row;gap:48px;align-items:flex-start}
.progEnroll-infoCol{flex:1 1 45%}
.progEnroll-infoCol h2{font-size:clamp(24px,3.5vw,36px);font-weight:700;color:#1a1a2e;margin:0 0 16px;line-height:1.2}
.progEnroll-infoCol h2 .progEnroll-highlight{background:linear-gradient(135deg,#00F2E5,#00b8ad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.progEnroll-infoCol p{font-size:15px;line-height:1.75;color:#555;margin:0 0 28px}
.progEnroll-imgWrap{border-radius:12px;overflow:hidden;box-shadow:0 6px 24px #0000001a}
.progEnroll-imgWrap img{width:100%;height:220px;object-fit:cover;display:block}
.progEnroll-stats{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px}
.progEnroll-stat{background:#fff;border-radius:10px;padding:16px;text-align:center;box-shadow:0 2px 8px #0000000f;border-top:3px solid #00F2E5}
.progEnroll-stat strong{display:block;font-size:24px;font-weight:800;color:#1a1a2e;line-height:1;margin-bottom:4px}
.progEnroll-stat span{font-size:12px;color:#888}
.progEnroll-formCol{flex:1 1 50%}
.progEnroll-formCard{background:#fff;border-radius:16px;padding:36px 32px;box-shadow:0 4px 24px #00000014}
.progEnroll-formCard h3{font-size:20px;font-weight:700;color:#1a1a2e;margin:0 0 24px}
.progEnroll-formField{margin-bottom:16px}
.progEnroll-formField label{display:block;font-size:13px;font-weight:600;color:#444;margin-bottom:6px}
.progEnroll-formField input,.progEnroll-formField select{width:100%;padding:11px 14px;border:1.5px solid #e0e0e0;border-radius:8px;font-size:14px;color:#333;background:#fafafa;transition:border-color 0.2s,box-shadow .2s;box-sizing:border-box;-webkit-appearance:none;appearance:none}
.progEnroll-formField input:focus,.progEnroll-formField select:focus{outline:none;border-color:#00F2E5;box-shadow:0 0 0 3px #00f2e526;background:#fff}
.progEnroll-submitBtn{width:100%;padding:14px;background:linear-gradient(135deg,#6A010E,#a0021a);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;transition:transform 0.2s,box-shadow .2s;box-shadow:0 4px 16px #6a010e4d;margin-top:8px;position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:8px}
.progEnroll-submitBtn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #6a010e66}
.progEnroll-note{font-size:12px;color:#aaa;text-align:center;margin-top:12px;display:flex;align-items:center;justify-content:center;gap:5px}
.progEnroll-note .mdi{font-size:14px;color:#00b8ad}
@media (max-width: 1024px) {
.progTracks-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.progHero-wrapper{flex-direction:column}
.progHero-imgCol{width:100%;flex:0 0 auto}
.progHero-badge{right:0}
.progTracks-grid{grid-template-columns:1fr}
.progCompare-layout{flex-direction:column}
.progCompare-visualCol{width:100%}
.progEnroll-wrapper{flex-direction:column}
.progEnroll-formCol{width:100%}
.progPath-section::before,.progPath-section::after{display:none}
.progHero-section{padding:48px 0 40px}
.progTracks-section,.progCompare-section,.progPath-section,.progEnroll-section{padding:52px 0}
}
@media (max-width: 480px) {
.progEnroll-stats{grid-template-columns:1fr}
.progEnroll-formCard{padding:24px 18px}
.progHero-ctaRow{flex-direction:column;align-items:flex-start}
.progTracks-grid{gap:16px}
}
.titleBlock{position:relative;overflow:hidden;padding:80px 20px 60px;background:#FFF2D9}
.titleBlock .titleBlock-wrapper{max-width:1024px;margin:auto;display:flex;flex-direction:row;align-items:center;gap:48px}
.titleBlock .titleBlock-frameLines{position:absolute;top:20px;left:20px;right:20px;bottom:20px;pointer-events:none;border-top:1px solid #00f2e559;border-left:1px solid #00f2e559}
.titleBlock .titleBlock-frameLines::after{content:'';position:absolute;bottom:0;right:0;width:60%;height:60%;border-bottom:1px solid #00f2e559;border-right:1px solid #00f2e559}
.titleBlock .titleBlock-textContent{flex:1 1 50%;position:relative;z-index:2}
.titleBlock .titleBlock-textContent h1{font-size:clamp(2rem,4vw,3.2rem);font-weight:800;color:#6A010E;line-height:1.15;margin:0 0 20px;letter-spacing:-.5px}
.titleBlock .titleBlock-textContent h1 .accentTerm{color:#00F2E5;position:relative;display:inline-block}
.titleBlock .titleBlock-textContent h1 .accentTerm::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:3px;background:linear-gradient(90deg,#00F2E5,#00f2e533);border-radius:2px}
.titleBlock .titleBlock-slogan{font-size:1.1rem;color:#555;line-height:1.7;max-width:480px;margin:0;border-left:3px solid #00F2E5;padding-left:16px}
.titleBlock .titleBlock-imgWrapper{flex:0 0 42%;position:relative}
.titleBlock .titleBlock-imgWrapper img{width:100%;height:360px;object-fit:cover;border-radius:18px;display:block;box-shadow:8px 12px 32px #6a010e2e}
.titleBlock .titleBlock-imgWrapper::before{content:'';position:absolute;inset:0;border-radius:18px;background:radial-gradient(ellipse at corners,#6a010e40 0%,transparent 60%);z-index:1;pointer-events:none}
.titleBlock .titleBlock-ctaRow{display:flex;flex-direction:row;gap:14px;margin-top:28px;flex-wrap:wrap}
.titleBlock .titleBlock-ctaRow .btn-primary{background:#6A010E;color:#FFF2D9;border:none;padding:13px 28px;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background 0.2s,box-shadow .2s;box-shadow:0 4px 14px #6a010e38;display:inline-block;z-index:5;position:relative}
.titleBlock .titleBlock-ctaRow .btn-primary:hover{background:#8a0116;box-shadow:0 6px 20px #6a010e52}
.titleBlock .titleBlock-ctaRow .btn-outline{background:transparent;color:#6A010E;border:2px solid #6A010E;padding:11px 24px;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .2s;display:inline-block;z-index:5;position:relative}
.titleBlock .titleBlock-ctaRow .btn-outline:hover{background:#6A010E;color:#FFF2D9}
.trialSection{padding:72px 20px;background:#fff}
.trialSection .trialSection-wrapper{max-width:1024px;margin:auto}
.trialSection .trialSection-hdr{text-align:center;margin-bottom:44px}
.trialSection .trialSection-hdr h2{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;color:#1a1a1a;margin:0 0 12px;position:relative;display:inline-block}
.trialSection .trialSection-hdr h2::before{content:'';position:absolute;left:50%;bottom:-8px;transform:translateX(-50%);width:60px;height:3px;background:#00F2E5;border-radius:2px}
.trialSection .trialSection-hdr p{color:#666;font-size:1rem;margin:20px 0 0;max-width:560px;margin-left:auto;margin-right:auto;line-height:1.65}
.trialSection .trialCards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.trialSection .trialCard{border-radius:16px;padding:28px 24px;background:#FFF2D9;border:1px solid #00f2e540;transition:box-shadow 0.2s,transform .2s;display:flex;flex-direction:column;gap:14px}
.trialSection .trialCard:hover{box-shadow:0 8px 28px #00f2e540;transform:translateY(-4px)}
.trialSection .trialCard .trialCard-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#00F2E5 0%,#00f2e580 100%);display:flex;align-items:center;justify-content:center;color:#6A010E;font-size:1.5rem}
.trialSection .trialCard h4{font-size:1.05rem;font-weight:700;color:#1a1a1a;margin:0}
.trialSection .trialCard p{font-size:.92rem;color:#555;line-height:1.6;margin:0}
.trialSection .trialCard .trialCard-badge{display:inline-block;background:#6A010E;color:#FFF2D9;font-size:.75rem;font-weight:600;padding:4px 12px;border-radius:20px;align-self:flex-start}
.supportSection{padding:72px 20px;background:linear-gradient(135deg,#1a1a1a 0%,#2d0208 100%);position:relative;overflow:hidden}
.supportSection::before{content:'';position:absolute;top:-80px;right:-80px;width:300px;height:300px;border-radius:50%;background:#00f2e514;pointer-events:none}
.supportSection .supportSection-wrapper{max-width:1024px;margin:auto;display:flex;flex-direction:row;gap:56px;align-items:center}
.supportSection .supportSection-imgCol{flex:0 0 44%;position:relative}
.supportSection .supportSection-imgCol img{width:100%;height:380px;object-fit:cover;border-radius:16px;display:block;box-shadow:-8px 12px 36px #00000073}
.supportSection .supportSection-imgCol::after{content:'';position:absolute;top:16px;left:-16px;width:100%;height:100%;border:2px solid #00f2e54d;border-radius:16px;pointer-events:none;z-index:0}
.supportSection .supportSection-textCol{flex:1 1 50%}
.supportSection .supportSection-textCol h2{font-size:clamp(1.5rem,2.8vw,2.1rem);font-weight:700;color:#FFF2D9;margin:0 0 18px}
.supportSection .supportSection-textCol h2 span{color:#00F2E5}
.supportSection .supportSection-textCol p{color:#fff2d9bf;font-size:.97rem;line-height:1.7;margin:0 0 28px}
.supportSection .supportList{display:flex;flex-direction:column;gap:16px;list-style:none;margin:0;padding:0}
.supportSection .supportList li{display:flex;flex-direction:row;align-items:flex-start;gap:14px;color:#FFF2D9;font-size:.93rem;line-height:1.55}
.supportSection .supportList li .supportList-icon{width:36px;height:36px;min-width:36px;border-radius:8px;background:#00f2e526;border:1px solid #00f2e54d;display:flex;align-items:center;justify-content:center;color:#00F2E5;font-size:1.1rem}
.advantagesSection{padding:72px 20px;background:#fff}
.advantagesSection .advantagesSection-wrapper{max-width:1024px;margin:auto}
.advantagesSection .advantagesSection-topRow{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:48px}
.advantagesSection .advantagesSection-topRow h2{font-size:clamp(1.5rem,2.8vw,2.1rem);font-weight:700;color:#1a1a1a;margin:0 0 16px}
.advantagesSection .advantagesSection-topRow h2 .highlight{color:#6A010E}
.advantagesSection .advantagesSection-topRow p{color:#555;font-size:.97rem;line-height:1.7;margin:0}
.advantagesSection .advantagesSection-topRow img{width:100%;height:300px;object-fit:cover;border-radius:14px;box-shadow:6px 8px 24px #6a010e24}
.advantagesSection .advantagesTabs-wrapper{position:relative}
.advantagesSection .advantagesTabs-wrapper input[type="radio"]{display:none}
.advantagesSection .tabLabels{display:flex;flex-direction:row;gap:0;border-bottom:2px solid #eee;margin-bottom:28px}
.advantagesSection .tabLabels label{padding:12px 22px;cursor:pointer;font-size:.9rem;font-weight:600;color:#888;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color 0.2s,border-color .2s}
.advantagesSection #tab1:checked ~ .tabLabels label[for="tab1"],.advantagesSection #tab2:checked ~ .tabLabels label[for="tab2"],.advantagesSection #tab3:checked ~ .tabLabels label[for="tab3"]{color:#6A010E;border-bottom-color:#6A010E}
.advantagesSection .tabContent{display:none}
.advantagesSection #tab1:checked ~ .tabLabels ~ .tabContent-1,.advantagesSection #tab2:checked ~ .tabLabels ~ .tabContent-2,.advantagesSection #tab3:checked ~ .tabLabels ~ .tabContent-3{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.advantagesSection .advCard{background:#FFF2D9;border-radius:12px;padding:22px 20px;display:flex;flex-direction:row;gap:14px;align-items:flex-start;border-left:3px solid #00F2E5}
.advantagesSection .advCard .advCard-icon{font-size:1.6rem;color:#6A010E;min-width:32px}
.advantagesSection .advCard h5{font-size:.95rem;font-weight:700;color:#1a1a1a;margin:0 0 6px}
.advantagesSection .advCard p{font-size:.87rem;color:#666;margin:0;line-height:1.55}
.inspirationSection{padding:72px 20px;background:#FFF2D9;position:relative;overflow:hidden}
.inspirationSection::before{content:'';position:absolute;bottom:-40px;left:-40px;width:220px;height:220px;border-radius:50%;background:#00f2e51f;pointer-events:none}
.inspirationSection .inspirationSection-wrapper{max-width:1024px;margin:auto}
.inspirationSection .inspirationSection-hdr{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;margin-bottom:44px;gap:24px}
.inspirationSection .inspirationSection-hdr h2{font-size:clamp(1.5rem,2.8vw,2.1rem);font-weight:700;color:#1a1a1a;margin:0;max-width:480px}
.inspirationSection .inspirationSection-hdr p{color:#666;font-size:.93rem;line-height:1.65;max-width:320px;margin:0;text-align:right}
.inspirationSection .statsRow{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:44px}
.inspirationSection .statCard{background:#fff;border-radius:14px;padding:28px 20px;text-align:center;box-shadow:0 4px 16px #6a010e14;transition:transform .2s}
.inspirationSection .statCard:hover{transform:translateY(-4px)}
.inspirationSection .statCard .statCard-value{font-size:2.2rem;font-weight:800;color:#6A010E;line-height:1;margin-bottom:8px}
.inspirationSection .statCard .statCard-value span{color:#00F2E5}
.inspirationSection .statCard .statCard-label{font-size:.85rem;color:#666;line-height:1.45}
.inspirationSection .inspImgRow{display:grid;grid-template-columns:2fr 1fr;gap:20px}
.inspirationSection .inspImgRow img{width:100%;height:240px;object-fit:cover;border-radius:14px;box-shadow:4px 6px 20px #0000001f}
.helpSection{padding:72px 20px;background:#fff}
.helpSection .helpSection-wrapper{max-width:1024px;margin:auto}
.helpSection .helpSection-hdr{text-align:center;margin-bottom:44px}
.helpSection .helpSection-hdr h2{font-size:clamp(1.5rem,2.8vw,2.1rem);font-weight:700;color:#1a1a1a;margin:0 0 14px}
.helpSection .helpSection-hdr p{color:#666;font-size:.97rem;line-height:1.65;max-width:500px;margin:0 auto}
.helpSection .helpChannels-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.helpSection .helpChannel{border-radius:16px;padding:32px 24px;text-align:center;border:2px solid transparent;transition:border-color 0.2s,box-shadow .2s;background:#FFF2D9;display:flex;flex-direction:column;align-items:center;gap:14px}
.helpSection .helpChannel:hover{border-color:#00F2E5;box-shadow:0 6px 24px #00f2e533}
.helpSection .helpChannel .helpChannel-iconWrap{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#00f2e533,#00f2e50d);border:2px solid #00f2e566;display:flex;align-items:center;justify-content:center;color:#6A010E;font-size:1.8rem}
.helpSection .helpChannel h4{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0}
.helpSection .helpChannel p{font-size:.88rem;color:#666;line-height:1.55;margin:0}
.helpSection .helpChannel a{color:#6A010E;font-weight:600;font-size:.9rem;text-decoration:none;border-bottom:1px dashed #6A010E;transition:color .2s}
.helpSection .helpChannel a:hover{color:#00F2E5;border-color:#00F2E5}
.feedbackSection{padding:72px 20px 80px;background:linear-gradient(160deg,#FFF2D9 0%,#fff 60%)}
.feedbackSection .feedbackSection-wrapper{max-width:1024px;margin:auto}
.feedbackSection .feedbackSection-hdr{margin-bottom:44px}
.feedbackSection .feedbackSection-hdr h2{font-size:clamp(1.5rem,2.8vw,2.1rem);font-weight:700;color:#1a1a1a;margin:0 0 10px}
.feedbackSection .feedbackSection-hdr h2::after{content:'';display:block;width:50px;height:3px;background:#00F2E5;margin-top:10px;border-radius:2px}
.feedbackSection .feedbackSection-hdr p{color:#666;font-size:.97rem;line-height:1.65;max-width:500px;margin:0}
.feedbackSection .feedbackLayout{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.feedbackSection .testimonialsList{display:flex;flex-direction:column;gap:20px}
.feedbackSection .testimonialCard{background:#fff;border-radius:14px;padding:24px 22px;box-shadow:0 4px 18px #00000012;border-top:3px solid #00F2E5;position:relative}
.feedbackSection .testimonialCard .tCard-quote{font-size:2.5rem;color:#00f2e54d;position:absolute;top:12px;right:18px;line-height:1}
.feedbackSection .testimonialCard p{font-size:.92rem;color:#444;line-height:1.65;margin:0 0 16px}
.feedbackSection .testimonialCard .tCard-author{display:flex;flex-direction:row;align-items:center;gap:12px}
.feedbackSection .testimonialCard .tCard-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#6A010E,#00F2E5);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1rem}
.feedbackSection .testimonialCard .tCard-name{font-size:.9rem;font-weight:700;color:#1a1a1a}
.feedbackSection .testimonialCard .tCard-role{font-size:.8rem;color:#888}
.feedbackSection .testimonialCard .starRow{display:flex;flex-direction:row;gap:3px;margin-bottom:12px}
.feedbackSection .testimonialCard .starRow i{color:#f0a500;font-size:.85rem}
.feedbackSection .feedbackFormCol{background:#6A010E;border-radius:18px;padding:36px 32px;color:#FFF2D9}
.feedbackSection .feedbackFormCol h3{font-size:1.3rem;font-weight:700;color:#FFF2D9;margin:0 0 8px}
.feedbackSection .feedbackFormCol p{font-size:.9rem;color:#fff2d9bf;margin:0 0 24px;line-height:1.6}
.feedbackSection .feedbackFormCol .formField-wrapper{margin-bottom:16px}
.feedbackSection .feedbackFormCol label{display:block;font-size:.83rem;font-weight:600;color:#fff2d9cc;margin-bottom:6px}
.feedbackSection .feedbackFormCol input,.feedbackSection .feedbackFormCol textarea,.feedbackSection .feedbackFormCol select{width:100%;padding:11px 14px;border-radius:8px;border:1.5px solid #fff2d94d;background:#ffffff1a;color:#FFF2D9;font-size:.92rem;outline:none;transition:border-color .2s;box-sizing:border-box}
.feedbackSection .feedbackFormCol input:focus,.feedbackSection .feedbackFormCol textarea:focus,.feedbackSection .feedbackFormCol select:focus{border-color:#00F2E5}
.feedbackSection .feedbackFormCol textarea{resize:vertical;min-height:90px}
.feedbackSection .feedbackFormCol .btn-submitFeedback{width:100%;background:#00F2E5;color:#1a1a1a;border:none;padding:13px;border-radius:8px;font-size:.97rem;font-weight:700;cursor:pointer;transition:background 0.2s,box-shadow .2s;margin-top:8px;z-index:5;position:relative}
.feedbackSection .feedbackFormCol .btn-submitFeedback:hover{background:#00d9cd;box-shadow:0 4px 16px #00f2e559}
.divider-wave{width:100%;line-height:0;overflow:hidden}
.divider-wave svg{display:block;width:100%}
@media (max-width: 1024px) {
.titleBlock .titleBlock-wrapper{gap:32px}
.inspirationSection .statsRow{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.titleBlock .titleBlock-wrapper{flex-direction:column}
.titleBlock .titleBlock-imgWrapper{flex:0 0 auto;width:100%}
.titleBlock .titleBlock-imgWrapper img{height:260px}
.trialSection .trialCards-grid{grid-template-columns:1fr}
.supportSection .supportSection-wrapper{flex-direction:column}
.supportSection .supportSection-imgCol{flex:0 0 auto;width:100%}
.supportSection .supportSection-imgCol img{height:260px}
.advantagesSection .advantagesSection-topRow{grid-template-columns:1fr}
.advantagesSection #tab1:checked ~ .tabLabels ~ .tabContent-1,.advantagesSection #tab2:checked ~ .tabLabels ~ .tabContent-2,.advantagesSection #tab3:checked ~ .tabLabels ~ .tabContent-3{grid-template-columns:1fr}
.inspirationSection .inspirationSection-hdr{flex-direction:column;align-items:flex-start}
.inspirationSection .inspirationSection-hdr p{text-align:left;max-width:100%}
.inspirationSection .statsRow{grid-template-columns:repeat(2,1fr)}
.inspirationSection .inspImgRow{grid-template-columns:1fr}
.helpSection .helpChannels-grid{grid-template-columns:1fr}
.feedbackSection .feedbackLayout{grid-template-columns:1fr}
.feedbackSection .feedbackFormCol{padding:28px 22px}
}
@media (max-width: 480px) {
.titleBlock{padding:60px 16px 48px}
.trialSection,.supportSection,.advantagesSection,.inspirationSection,.helpSection,.feedbackSection{padding:52px 16px}
.inspirationSection .statsRow{grid-template-columns:1fr 1fr}
.advantagesSection .tabLabels{flex-wrap:wrap}
.advantagesSection .tabLabels label{font-size:.82rem;padding:10px 14px}
}
.contactHero{position:relative;overflow:hidden;padding:100px 20px 80px;background:#FFF2D9}
.contactHero .heroOverlay{position:absolute;inset:0;background:linear-gradient(135deg,#00f2e52e 0%,#6a010e1f 100%);pointer-events:none;z-index:1}
.contactHero .heroDeco{position:absolute;top:-60px;right:-60px;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,#00f2e538 0%,#00f2e500 70%);z-index:1}
.contactHero .heroDeco2{position:absolute;bottom:-80px;left:-40px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,#6a010e1a 0%,#6a010e00 70%);z-index:1}
.contactHero .heroWrapper{position:relative;z-index:2;max-width:1024px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:56px}
.contactHero .heroContent-wrapper{flex:1 1 0;min-width:0}
.contactHero .heroTag{display:inline-flex;align-items:center;gap:8px;background:#00f2e521;border:1px solid #00f2e559;border-radius:20px;padding:5px 16px 5px 10px;margin-bottom:24px}
.contactHero .heroTag span{font-size:13px;color:#6A010E;font-weight:600;letter-spacing:.04em}
.contactHero .heroTag .mdi{color:#00F2E5;font-size:18px}
.contactHero .heroHeading{font-size:clamp(2rem,5vw,3.1rem);font-weight:800;color:#1a1a1a;line-height:1.13;margin:0 0 20px;position:relative}
.contactHero .heroHeading .accentWord{color:#6A010E;position:relative}
.contactHero .heroHeading .accentWord::after{content:'';display:block;position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#00F2E5 0%,#6A010E 100%);border-radius:2px}
.contactHero .heroDesc{font-size:1.08rem;color:#444;line-height:1.7;margin:0 0 32px;max-width:480px}
.contactHero .heroBtn{display:inline-flex;align-items:center;gap:10px;background:#6A010E;color:#fff;border-radius:10px;padding:14px 30px;font-size:1rem;font-weight:700;text-decoration:none;border:none;cursor:pointer;transition:background 0.22s,box-shadow 0.22s,transform .18s;box-shadow:0 6px 22px #6a010e2e;position:relative;z-index:5}
.contactHero .heroBtn:hover{background:#8b0012;box-shadow:0 10px 32px #6a010e47;transform:translateY(-2px)}
.contactHero .heroBtn .mdi{font-size:20px}
.contactHero .heroImgWrapper{flex:0 0 360px;max-width:360px;position:relative}
.contactHero .heroImgWrapper img{width:100%;height:320px;object-fit:cover;border-radius:20px;display:block;box-shadow:0 12px 40px #6a010e24}
.contactHero .heroImgWrapper .imgOverlay{position:absolute;inset:0;border-radius:20px;background:linear-gradient(160deg,#00f2e547 0%,#6a010e38 100%);pointer-events:none}
.contactHero .heroImgWrapper .decoLine{position:absolute;bottom:-18px;right:-18px;width:80px;height:80px;border:3px solid #00f2e580;border-radius:14px;pointer-events:none}
.contactSectionWrapper{background:#fff;padding:80px 20px 90px}
.contactInner{max-width:1024px;margin:0 auto;display:flex;flex-direction:row;gap:60px;align-items:flex-start}
.contactInfoPanel{flex:0 0 300px;max-width:300px}
.contactInfoPanel .panelHeading{font-size:1.45rem;font-weight:800;color:#1a1a1a;margin:0 0 10px;position:relative;padding-bottom:14px}
.contactInfoPanel .panelHeading::after{content:'';position:absolute;bottom:0;left:0;width:44px;height:3px;background:#00F2E5;border-radius:2px}
.contactInfoPanel .panelSubtext{font-size:.95rem;color:#666;line-height:1.65;margin:16px 0 32px}
.infoCardList{display:flex;flex-direction:column;gap:18px;margin:0 0 32px}
.infoCard{display:flex;flex-direction:row;align-items:flex-start;gap:14px;background:#FFF2D9;border-radius:12px;padding:16px;transition:box-shadow .2s}
.infoCard:hover{box-shadow:0 4px 18px #00f2e52e}
.infoCard .infoIcon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#00f2e533;flex-shrink:0}
.infoCard .infoIcon .mdi{font-size:22px;color:#6A010E}
.infoCard .infoBody{flex:1 1 0;min-width:0}
.infoCard .infoLabel{font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:#999;font-weight:700;margin-bottom:3px}
.infoCard .infoValue{font-size:.95rem;color:#1a1a1a;font-weight:600;word-break:break-all}
.infoCard .infoValue a{color:#6A010E;text-decoration:none}
.infoCard .infoValue a:hover{text-decoration:underline}
.contactFormPanel{flex:1 1 0;min-width:0}
.contactFormPanel .formHeading{font-size:1.45rem;font-weight:800;color:#1a1a1a;margin:0 0 6px}
.contactFormPanel .formSubtext{font-size:.95rem;color:#666;margin:0 0 28px;line-height:1.6}
.domainContactForm{background:#fff;border:1.5px solid #00f2e547;border-radius:18px;padding:36px 32px 32px;box-shadow:0 8px 36px #00f2e517}
.domainContactForm .formRow{display:flex;flex-direction:row;gap:18px}
.domainContactForm .fieldGroup{display:flex;flex-direction:column;gap:6px;margin-bottom:20px;flex:1 1 0}
.domainContactForm .fieldLabel{font-size:.87rem;font-weight:700;color:#333;letter-spacing:.02em}
.domainContactForm .fieldLabel .reqMark{color:#6A010E;margin-left:2px}
.domainContactForm input[type="text"],.domainContactForm input[type="email"],.domainContactForm input[type="tel"],.domainContactForm select,.domainContactForm textarea{width:100%;box-sizing:border-box;padding:13px 16px;border:1.5px solid #e2e2e2;border-radius:10px;font-size:1rem;color:#1a1a1a;background:#fafafa;transition:border-color 0.2s,box-shadow .2s;outline:none;appearance:none}
.domainContactForm input[type="text"]:focus,.domainContactForm input[type="email"]:focus,.domainContactForm input[type="tel"]:focus,.domainContactForm select:focus,.domainContactForm textarea:focus{border-color:#00F2E5;box-shadow:0 0 0 3px #00f2e526;background:#fff}
.domainContactForm select{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%236A010E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px;cursor:pointer}
.domainContactForm textarea{resize:vertical;min-height:110px}
.timePrefsGroup{margin-bottom:20px}
.timePrefsLabel{font-size:.87rem;font-weight:700;color:#333;margin-bottom:12px;display:block}
.timePrefsList{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}
.timePrefsList .prefItem{position:relative}
.timePrefsList input[type="radio"]{position:absolute;opacity:0;width:0;height:0}
.timePrefsList label{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;border:1.5px solid #e2e2e2;border-radius:30px;font-size:.9rem;font-weight:600;color:#555;cursor:pointer;transition:border-color 0.18s,background 0.18s,color .18s;user-select:none}
.timePrefsList label .mdi{font-size:17px;color:#bbb;transition:color .18s}
.timePrefsList input[type="radio"]:checked + label{border-color:#00F2E5;background:#00f2e51c;color:#6A010E}
.timePrefsList input[type="radio"]:checked + label .mdi{color:#00F2E5}
.timePrefsList label:hover{border-color:#00F2E5;color:#6A010E}
.privacyRow{display:flex;flex-direction:row;align-items:flex-start;gap:12px;margin-bottom:22px;padding:14px 16px;background:#FFF2D9;border-radius:10px;border:1px solid #6a010e14}
.privacyRow input[type="checkbox"]{width:20px;height:20px;margin-top:1px;accent-color:#6A010E;cursor:pointer;flex-shrink:0}
.privacyRow .privacyText{font-size:.88rem;color:#555;line-height:1.55}
.privacyRow .privacyText a{color:#6A010E;font-weight:600;text-decoration:underline}
.formSubmitWrapper{display:flex;flex-direction:row;align-items:center;gap:18px}
.formSubmitBtn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#6A010E 0%,#8b0012 100%);color:#fff;border:none;border-radius:11px;padding:15px 36px;font-size:1.05rem;font-weight:700;cursor:pointer;transition:box-shadow 0.22s,transform .18s;box-shadow:0 6px 20px #6a010e38;position:relative;z-index:5}
.formSubmitBtn:hover{box-shadow:0 10px 32px #6a010e52;transform:translateY(-2px)}
.formSubmitBtn .mdi{font-size:20px}
.formNote{font-size:.83rem;color:#aaa;line-height:1.5}
.formDivider{display:flex;flex-direction:row;align-items:center;gap:12px;margin:24px 0}
.formDivider .divLine{flex:1 1 0;height:1px;background:linear-gradient(90deg,transparent,#00f2e566,transparent)}
.formDivider .divText{font-size:.82rem;color:#bbb;letter-spacing:.08em;text-transform:uppercase}
@media (max-width: 1024px) {
.contactHero .heroWrapper{gap:36px}
.contactHero .heroImgWrapper{flex:0 0 280px;max-width:280px}
}
@media (max-width: 768px) {
.contactHero{padding:70px 16px 60px}
.contactHero .heroWrapper{flex-direction:column;gap:36px}
.contactHero .heroImgWrapper{flex:unset;max-width:100%;width:100%}
.contactHero .heroImgWrapper img{height:220px}
.contactSectionWrapper{padding:56px 16px 64px}
.contactInner{flex-direction:column;gap:40px}
.contactInfoPanel{flex:unset;max-width:100%;width:100%}
.domainContactForm{padding:24px 16px 20px}
.domainContactForm .formRow{flex-direction:column;gap:0}
.formSubmitWrapper{flex-direction:column;align-items:flex-start;gap:12px}
}
@media (max-width: 480px) {
.contactHero .heroHeading{font-size:1.65rem}
.timePrefsList{flex-direction:column}
.timePrefsList label{width:100%;justify-content:flex-start}
}
.aboutPage-wrapper{max-width:1024px;margin:0 auto;padding:0 20px}
.titleBlock-section{position:relative;overflow:hidden;background:#fff;padding:80px 0 60px}
.titleBlock-section .geoBg-wrapper{position:absolute;inset:0;pointer-events:none;z-index:0}
.titleBlock-section .geoBg-wrapper svg{width:100%;height:100%;position:absolute;top:0;left:0}
.titleBlock-inner{position:relative;z-index:1;max-width:1024px;margin:0 auto;padding:0 20px;display:flex;flex-direction:row;align-items:center;gap:48px}
.titleBlock-textWrapper{flex:1 1 55%;display:flex;flex-direction:column;gap:20px}
.titleBlock-textWrapper .titleTag{display:inline-block;background:#00f2e526;color:#00b8af;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 14px;border-radius:4px;width:fit-content}
.titleBlock-textWrapper h1{font-size:2.6rem;font-weight:800;line-height:1.15;color:#1a1a2e;margin:0}
.titleBlock-textWrapper h1 .accentTerm{color:#00b8af;position:relative;display:inline-block}
.titleBlock-textWrapper h1 .accentTerm::after{content:'';position:absolute;bottom:2px;left:0;width:100%;height:3px;background:#00f2e566;border-radius:2px}
.titleBlock-textWrapper .titleDesc{font-size:1.05rem;line-height:1.75;color:#444;margin:0}
.titleBlock-imgWrapper{flex:1 1 40%;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}
.titleBlock-imgCutout{position:relative;width:100%;max-width:380px;border-radius:16px;overflow:hidden;box-shadow:8px 16px 40px #00f2e540 0 4px 16px #6a010e14}
.titleBlock-imgCutout img{width:100%;height:300px;object-fit:cover;display:block}
.titleBlock-imgCutout::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#00f2e52e 0%,transparent 60%);z-index:1}
.titleBlock-depthAccent{position:absolute;width:120px;height:120px;border:3px solid #00f2e54d;border-radius:16px;bottom:-16px;right:-16px;z-index:-1}
.titleBlock-depthAccent2{position:absolute;width:70px;height:70px;background:#6a010e12;border-radius:50%;top:-20px;left:-20px;z-index:-1}
.storyBlock-section{background:#FFF2D9;padding:72px 0;position:relative;overflow:hidden}
.storyBlock-section::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#00F2E5,#6A010E)}
.storyBlock-inner{max-width:1024px;margin:0 auto;padding:0 20px;display:flex;flex-direction:row;gap:56px;align-items:flex-start}
.storyBlock-timelineWrapper{flex:0 0 240px;display:flex;flex-direction:column;gap:0}
.storyTimeline-item{display:flex;flex-direction:row;gap:16px;align-items:flex-start;position:relative;padding-bottom:32px}
.storyTimeline-item:last-child{padding-bottom:0}
.storyTimeline-marker{display:flex;flex-direction:column;align-items:center;flex:0 0 auto}
.storyTimeline-dot{width:14px;height:14px;border-radius:50%;background:#6A010E;border:3px solid #FFF2D9;box-shadow:0 0 0 2px #6A010E;flex-shrink:0}
.storyTimeline-line{width:2px;flex:1;background:linear-gradient(to bottom,#6A010E,#6a010e26);margin-top:4px;min-height:40px}
.storyTimeline-content{padding-top:0}
.storyTimeline-year{font-size:11px;font-weight:700;letter-spacing:2px;color:#6A010E;text-transform:uppercase;margin-bottom:4px}
.storyTimeline-title{font-size:.95rem;font-weight:600;color:#1a1a2e;margin-bottom:4px}
.storyTimeline-text{font-size:.85rem;color:#666;line-height:1.6}
.storyBlock-textContent{flex:1;display:flex;flex-direction:column;gap:20px}
.storyBlock-textContent h2{font-size:1.9rem;font-weight:800;color:#1a1a2e;margin:0;line-height:1.25}
.storyBlock-textContent h2 .accentLine{display:block;color:#6A010E}
.storyBlock-textContent p{font-size:1rem;line-height:1.78;color:#555;margin:0}
.valuesBlock-section{background:#fff;padding:80px 0;position:relative}
.valuesBlock-inner{max-width:1024px;margin:0 auto;padding:0 20px}
.valuesBlock-hdr{text-align:center;margin-bottom:52px;display:flex;flex-direction:column;align-items:center;gap:12px}
.valuesBlock-hdr h2{font-size:2rem;font-weight:800;color:#1a1a2e;margin:0;position:relative;display:inline-block}
.valuesBlock-hdr h2::before{content:'';position:absolute;bottom:-6px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:#00F2E5;border-radius:2px}
.valuesBlock-hdr p{font-size:1rem;color:#666;max-width:520px;line-height:1.7;margin:8px 0 0}
.valuesGrid-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.valueCard{background:#fff;border-radius:16px;padding:32px 24px;border:1.5px solid #f0f0f0;box-shadow:0 4px 20px #00f2e514;transition:box-shadow 0.3s,transform .3s;position:relative;overflow:hidden;display:flex;flex-direction:column;gap:14px}
.valueCard:hover{box-shadow:0 8px 32px #00f2e533;transform:translateY(-4px)}
.valueCard::after{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(to bottom,#00F2E5,#00f2e533);border-radius:2px 0 0 2px}
.valueCard-iconWrapper{width:48px;height:48px;border-radius:12px;background:#00f2e51f;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.valueCard-iconWrapper .mdi{font-size:24px;color:#00b8af}
.valueCard h3{font-size:1.05rem;font-weight:700;color:#1a1a2e;margin:0}
.valueCard p{font-size:.9rem;color:#666;line-height:1.65;margin:0}
.approachBlock-section{background:linear-gradient(135deg,#1a1a2e 0%,#2d1b33 100%);padding:80px 0;position:relative;overflow:hidden}
.approachBlock-section::after{content:'';position:absolute;top:-80px;right:-80px;width:300px;height:300px;border-radius:50%;background:#00f2e50f;pointer-events:none}
.approachBlock-inner{max-width:1024px;margin:0 auto;padding:0 20px;display:flex;flex-direction:row;gap:48px;align-items:center}
.approachBlock-visual{flex:0 0 380px;position:relative}
.approachBlock-visual img{width:100%;height:340px;object-fit:cover;border-radius:16px;display:block;box-shadow:0 16px 48px #0006}
.approachBlock-visual .imgOverlay{position:absolute;inset:0;border-radius:16px;background:linear-gradient(to bottom right,#00f2e526,#6a010e1a)}
.approachBlock-statsRow{position:absolute;bottom:-24px;left:50%;transform:translateX(-50%);display:flex;flex-direction:row;gap:12px;width:calc(100% - 32px)}
.approachStat{flex:1;background:#fffffff2;border-radius:10px;padding:14px 10px;text-align:center;box-shadow:0 4px 16px #0003}
.approachStat .statNum{display:block;font-size:1.4rem;font-weight:800;color:#6A010E;line-height:1}
.approachStat .statLbl{display:block;font-size:.72rem;color:#888;margin-top:4px;line-height:1.3}
.approachBlock-textContent{flex:1;display:flex;flex-direction:column;gap:24px;padding-top:0}
.approachBlock-textContent h2{font-size:1.9rem;font-weight:800;color:#fff;margin:0;line-height:1.25}
.approachBlock-textContent h2 em{font-style:normal;color:#00F2E5}
.approachBlock-textContent p{font-size:.98rem;color:#ffffffbf;line-height:1.75;margin:0}
.approachSteps-list{display:flex;flex-direction:column;gap:16px;list-style:none;padding:0;margin:0}
.approachStep-item{display:flex;flex-direction:row;align-items:flex-start;gap:14px}
.approachStep-num{flex-shrink:0;width:30px;height:30px;border-radius:8px;background:#00f2e526;border:1.5px solid #00f2e566;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:#00F2E5}
.approachStep-text{font-size:.9rem;color:#fffc;line-height:1.6;padding-top:4px}
.approachStep-text strong{color:#fff}
.ctaBlock-section{background:#FFF2D9;padding:72px 0;position:relative;overflow:hidden}
.ctaBlock-section::before{content:'';position:absolute;bottom:0;right:0;width:200px;height:200px;background:#00f2e51f;border-radius:50% 0 0 0}
.ctaBlock-inner{max-width:1024px;margin:0 auto;padding:0 20px;display:flex;flex-direction:row;align-items:center;gap:48px}
.ctaBlock-imgWrapper{flex:0 0 340px;position:relative}
.ctaBlock-imgWrapper img{width:100%;height:280px;object-fit:cover;border-radius:16px;box-shadow:12px 12px 0 #00f2e540;display:block}
.ctaBlock-content{flex:1;display:flex;flex-direction:column;gap:20px}
.ctaBlock-content h2{font-size:1.85rem;font-weight:800;color:#1a1a2e;margin:0;line-height:1.3}
.ctaBlock-content p{font-size:.98rem;color:#555;line-height:1.75;margin:0}
.ctaBlock-btnRow{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap;align-items:center}
.ctaBtn-primary{display:inline-flex;align-items:center;gap:8px;background:#6A010E;color:#fff;font-size:.95rem;font-weight:700;padding:14px 28px;border-radius:10px;text-decoration:none;transition:background 0.25s,box-shadow 0.25s,transform .2s;box-shadow:0 4px 16px #6a010e40;position:relative;z-index:2}
.ctaBtn-primary:hover{background:#8a0118;box-shadow:0 8px 24px #6a010e59;transform:translateY(-2px)}
.ctaBtn-secondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#1a1a2e;font-size:.95rem;font-weight:600;padding:13px 24px;border-radius:10px;text-decoration:none;border:2px solid #1a1a2e;transition:background 0.25s,color .25s;position:relative;z-index:2}
.ctaBtn-secondary:hover{background:#1a1a2e;color:#fff}
.svgDivider-wave{display:block;width:100%;height:40px;line-height:0}
@media (max-width: 1024px) {
.titleBlock-inner,.storyBlock-inner,.approachBlock-inner,.ctaBlock-inner{padding:0 16px}
.valuesGrid-wrapper{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.titleBlock-inner{flex-direction:column}
.titleBlock-textWrapper h1{font-size:2rem}
.titleBlock-imgWrapper{width:100%}
.storyBlock-inner{flex-direction:column}
.storyBlock-timelineWrapper{flex:none;width:100%}
.valuesGrid-wrapper{grid-template-columns:1fr}
.approachBlock-inner{flex-direction:column}
.approachBlock-visual{flex:none;width:100%;margin-bottom:36px}
.approachBlock-statsRow{position:relative;bottom:auto;left:auto;transform:none;width:100%;margin-top:16px}
.ctaBlock-inner{flex-direction:column}
.ctaBlock-imgWrapper{flex:none;width:100%}
.storyBlock-textContent h2{font-size:1.5rem}
.approachBlock-textContent h2{font-size:1.5rem}
}
@media (max-width: 480px) {
.titleBlock-section{padding:48px 0 40px}
.titleBlock-textWrapper h1{font-size:1.6rem}
.storyBlock-section,.valuesBlock-section,.approachBlock-section,.ctaBlock-section{padding:52px 0}
.ctaBlock-btnRow{flex-direction:column;align-items:flex-start}
.valuesBlock-hdr h2{font-size:1.6rem}
}
.techReq-titleBlock{position:relative;overflow:hidden;padding:80px 24px 64px;background:#fff}
.techReq-titleBlock::before{content:'';position:absolute;top:-60px;right:-80px;width:420px;height:420px;border-radius:50%;background:linear-gradient(135deg,#00f2e52e,#6a010e14);animation:gradientPulse 6s ease-in-out infinite alternate;pointer-events:none}
.techReq-titleBlock::after{content:'';position:absolute;bottom:-40px;left:-60px;width:280px;height:280px;border-radius:50%;background:linear-gradient(225deg,#00f2e51a,#fff2d999);animation:gradientPulse 8s ease-in-out infinite alternate-reverse;pointer-events:none}
@keyframes gradientPulse {
0%{transform:scale(1) translateY(0);opacity:.7}
100%{transform:scale(1.12) translateY(-20px);opacity:1}
}
.techReq-titleInner{max-width:1024px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:48px;position:relative;z-index:2}
.techReq-titleText{flex:1 1 55%}
.techReq-titleBadge{display:inline-flex;align-items:center;gap:8px;background:#00f2e51f;border:1px solid #00f2e559;border-radius:20px;padding:6px 16px;margin-bottom:24px;font-size:.78rem;letter-spacing:.06em;color:#006b65;text-transform:uppercase;font-weight:600}
.techReq-titleBadge .mdi{font-size:1rem;color:#00F2E5}
.techReq-titleBlock .techReq-h1{font-size:2.5rem;font-weight:800;line-height:1.2;color:#1a1a2e;margin:0 0 20px;letter-spacing:-.02em}
.techReq-titleBlock .techReq-h1 span{color:#6A010E;position:relative;display:inline-block}
.techReq-titleBlock .techReq-h1 span::after{content:'';position:absolute;bottom:2px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#00F2E5,#6A010E);border-radius:2px}
.techReq-titleDesc{font-size:1.05rem;line-height:1.7;color:#444;max-width:520px;margin:0 0 32px}
.techReq-titleCta-wrapper{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}
.techReq-btnPrimary{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#00F2E5,#00b8b0);color:#fff;border:none;border-radius:10px;padding:13px 28px;font-size:.95rem;font-weight:700;text-decoration:none;cursor:pointer;box-shadow:0 6px 18px #00f2e559;transition:box-shadow 0.2s,transform .2s;position:relative;z-index:5}
.techReq-btnPrimary:hover{box-shadow:0 10px 28px #00f2e580;transform:translateY(-2px)}
.techReq-btnSecondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#6A010E;border:2px solid #6A010E;border-radius:10px;padding:11px 26px;font-size:.95rem;font-weight:700;text-decoration:none;cursor:pointer;transition:background 0.2s,color .2s;position:relative;z-index:5}
.techReq-btnSecondary:hover{background:#6A010E;color:#fff}
.techReq-titleVisual{flex:0 0 auto;width:340px;position:relative}
.techReq-imgFrame{border-radius:18px;overflow:hidden;box-shadow:8px 12px 32px #6a010e24 -4px -4px 0 0 #00f2e540;position:relative}
.techReq-imgFrame img{width:340px;height:260px;object-fit:cover;display:block}
.techReq-imgAccent{position:absolute;top:-14px;right:-14px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#00F2E5,#6A010E);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;box-shadow:0 4px 12px #00f2e566}
.techReq-statsRow{display:flex;flex-direction:row;gap:12px;margin-top:14px}
.techReq-statChip{flex:1;background:#FFF2D9;border-radius:10px;padding:10px 12px;text-align:center;border:1px solid #6a010e1a}
.techReq-statChip .statNum{display:block;font-size:1.25rem;font-weight:800;color:#6A010E;line-height:1;margin-bottom:3px}
.techReq-statChip .statLbl{display:block;font-size:.7rem;color:#888;letter-spacing:.04em;text-transform:uppercase}
.techReq-reqBlock{background:#f7f9fb;padding:72px 24px;border-top:1px solid #eee;border-bottom:1px solid #eee}
.techReq-reqInner{max-width:1024px;margin:0 auto}
.techReq-sectionLabel{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.techReq-sectionLabel::before{content:'';display:block;width:28px;height:3px;background:linear-gradient(90deg,#00F2E5,#6A010E);border-radius:2px}
.techReq-sectionLabel span{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#6A010E;font-weight:700}
.techReq-reqBlock .techReq-h2{font-size:1.9rem;font-weight:800;color:#1a1a2e;margin:0 0 10px;line-height:1.25}
.techReq-reqSubtext{font-size:1rem;color:#555;line-height:1.65;max-width:620px;margin-bottom:40px}
.techReq-tabs-wrapper{position:relative}
.techReq-tabsNav{display:flex;flex-direction:row;gap:8px;flex-wrap:wrap;margin-bottom:32px;border-bottom:2px solid #e5e5e5;padding-bottom:0}
.techReq-tabsNav input[type="radio"]{display:none}
.techReq-tabsNav label{display:inline-flex;align-items:center;gap:7px;padding:10px 20px;font-size:.9rem;font-weight:600;color:#888;cursor:pointer;border-radius:8px 8px 0 0;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color 0.2s,border-color 0.2s,background .2s;user-select:none}
.techReq-tabsNav label:hover{color:#1a1a2e;background:#00f2e50f}
#tab-hw:checked ~ .techReq-tabsNav label[for="tab-hw"],#tab-sw:checked ~ .techReq-tabsNav label[for="tab-sw"],#tab-net:checked ~ .techReq-tabsNav label[for="tab-net"]{color:#6A010E;border-bottom-color:#00F2E5;background:#00f2e512}
.techReq-tabPane{display:none}
#tab-hw:checked ~ .techReq-tabContent #pane-hw,#tab-sw:checked ~ .techReq-tabContent #pane-sw,#tab-net:checked ~ .techReq-tabContent #pane-net{display:block}
.techReq-reqGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.techReq-reqCard{background:#fff;border-radius:14px;padding:24px 20px;border:1px solid #e8eaed;box-shadow:0 2px 10px #0000000a;transition:box-shadow 0.2s,transform .2s;position:relative;overflow:hidden}
.techReq-reqCard::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#00F2E5,#00f2e533);border-radius:2px 0 0 2px}
.techReq-reqCard:hover{box-shadow:0 8px 24px #00f2e526;transform:translateY(-3px)}
.techReq-reqCard .cardIcon{width:42px;height:42px;border-radius:10px;background:#00f2e51f;display:flex;align-items:center;justify-content:center;margin-bottom:14px;color:#006b65;font-size:1.3rem}
.techReq-reqCard .cardTitle{font-size:.95rem;font-weight:700;color:#1a1a2e;margin-bottom:6px}
.techReq-reqCard .cardMin{font-size:.78rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}
.techReq-reqCard .cardVal{font-size:1.05rem;font-weight:800;color:#6A010E;margin-bottom:8px}
.techReq-reqCard .cardNote{font-size:.8rem;color:#666;line-height:1.5}
.techReq-tipBox{margin-top:28px;background:linear-gradient(135deg,#00f2e514,#fff2d980);border:1px solid #00f2e540;border-radius:12px;padding:18px 22px;display:flex;flex-direction:row;align-items:flex-start;gap:14px}
.techReq-tipBox .mdi{font-size:1.4rem;color:#00b8b0;margin-top:2px;flex-shrink:0}
.techReq-tipBox p{font-size:.88rem;color:#444;line-height:1.6;margin:0}
.techReq-checkBlock{padding:72px 24px 80px;background:#fff}
.techReq-checkInner{max-width:1024px;margin:0 auto;display:flex;flex-direction:row;gap:52px;align-items:flex-start}
.techReq-checkLeft{flex:0 0 auto;width:380px;position:relative}
.techReq-checkImgWrap{border-radius:20px;overflow:hidden;box-shadow:12px 16px 40px #6a010e1f;position:relative}
.techReq-checkImgWrap img{width:380px;height:310px;object-fit:cover;display:block}
.techReq-checkImgOverlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#6a010ebf,transparent);padding:24px 20px 18px;color:#fff}
.techReq-checkImgOverlay .ovTitle{font-size:1rem;font-weight:700;margin-bottom:4px}
.techReq-checkImgOverlay .ovSub{font-size:.8rem;opacity:.85}
.techReq-checkGeom{position:absolute;top:-20px;left:-20px;width:80px;height:80px;border:3px solid #00f2e559;border-radius:50%;pointer-events:none}
.techReq-checkRight{flex:1 1 auto}
.techReq-checkBlock .techReq-h2{font-size:1.85rem;font-weight:800;color:#1a1a2e;line-height:1.25;margin:0 0 12px}
.techReq-checkDesc{font-size:1rem;color:#555;line-height:1.68;margin-bottom:32px}
.techReq-accordionList{display:flex;flex-direction:column;gap:10px}
.techReq-accordionItem{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 1px 4px #0000000a}
.techReq-accordionItem input[type="checkbox"]{display:none}
.techReq-accordionItem label{display:flex;flex-direction:row;align-items:center;gap:12px;padding:16px 18px;cursor:pointer;font-size:.95rem;font-weight:600;color:#1a1a2e;user-select:none;transition:background .2s;justify-content:space-between}
.techReq-accordionItem label:hover{background:#00f2e50f}
.techReq-accordionItem label .labelLeft{display:flex;flex-direction:row;align-items:center;gap:10px}
.techReq-accordionItem label .labelLeft .mdi{font-size:1.1rem;color:#00b8b0}
.techReq-accordionItem label .chevron{font-size:1rem;color:#aaa;transition:transform .25s}
.techReq-accordionItem input:checked + label{background:#00f2e514;color:#6A010E}
.techReq-accordionItem input:checked + label .chevron{transform:rotate(90deg);color:#6A010E}
.techReq-accordionBody{max-height:0;overflow:hidden;transition:max-height .35s ease}
.techReq-accordionItem input:checked ~ .techReq-accordionBody{max-height:240px}
.techReq-accordionBody-inner{padding:4px 18px 18px 42px}
.techReq-accordionBody-inner ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px}
.techReq-accordionBody-inner ul li{font-size:.875rem;color:#555;line-height:1.55;display:flex;align-items:flex-start;gap:8px}
.techReq-accordionBody-inner ul li::before{content:'';display:block;width:6px;height:6px;min-width:6px;border-radius:50%;background:#00F2E5;margin-top:7px}
.techReq-dividerWave{width:100%;overflow:hidden;line-height:0;margin:0;background:#f7f9fb}
.techReq-dividerWave svg{display:block;width:100%;height:38px}
@media (max-width: 1024px) {
.techReq-reqGrid{grid-template-columns:repeat(2,1fr)}
.techReq-checkLeft{width:320px}
.techReq-checkImgWrap img{width:320px;height:260px}
}
@media (max-width: 768px) {
.techReq-titleInner{flex-direction:column;gap:32px}
.techReq-titleVisual{width:100%}
.techReq-imgFrame img{width:100%;height:220px}
.techReq-titleBlock .techReq-h1{font-size:1.9rem}
.techReq-reqGrid{grid-template-columns:1fr 1fr}
.techReq-checkInner{flex-direction:column;gap:32px}
.techReq-checkLeft{width:100%}
.techReq-checkImgWrap img{width:100%;height:240px}
.techReq-checkBlock .techReq-h2{font-size:1.5rem}
}
@media (max-width: 480px) {
.techReq-titleBlock{padding:56px 16px 48px}
.techReq-titleBlock .techReq-h1{font-size:1.55rem}
.techReq-reqGrid{grid-template-columns:1fr}
.techReq-reqBlock{padding:48px 16px}
.techReq-checkBlock{padding:48px 16px 56px}
.techReq-tabsNav label{padding:8px 12px;font-size:.82rem}
.techReq-statsRow{flex-direction:column;gap:8px}
}
.successPage{background:#FFF2D9;min-height:60vh;padding:0;overflow-x:hidden}
.successPage .titleBlock-wrapper{position:relative;background:#fff;overflow:hidden;padding:80px 24px 90px}
.successPage .titleBlock-wrapper::before{content:'';position:absolute;top:-80px;right:-80px;width:420px;height:420px;border-radius:50%;background:#00f2e51f;pointer-events:none}
.successPage .titleBlock-wrapper::after{content:'';position:absolute;bottom:-60px;left:-60px;width:280px;height:280px;border-radius:50%;background:#6a010e12;pointer-events:none}
.successPage .titleBlock-circle1{position:absolute;top:30px;left:50%;transform:translateX(-50%);width:600px;height:600px;border-radius:50%;border:1px solid #00f2e52e;pointer-events:none}
.successPage .titleBlock-circle2{position:absolute;top:80px;right:10%;width:140px;height:140px;border-radius:50%;border:2px dashed #6a010e1f;pointer-events:none}
.successPage .titleBlock-inner{max-width:1024px;margin:0 auto;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center}
.successPage .titleBlock-label{display:inline-flex;align-items:center;gap:8px;background:#00f2e526;border:1px solid #00f2e566;border-radius:24px;padding:6px 18px;font-size:.82rem;color:#006e68;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:28px}
.successPage .titleBlock-label .mdi{font-size:1rem;color:#00b8af}
.successPage .titleBlock-iconShape{width:88px;height:88px;border-radius:50%;background:linear-gradient(135deg,#00F2E5 0%,#00f2e566 100%);display:flex;align-items:center;justify-content:center;margin-bottom:32px;box-shadow:0 8px 32px #00f2e559;position:relative}
.successPage .titleBlock-iconShape::after{content:'';position:absolute;inset:-6px;border-radius:50%;border:2px solid #00f2e540}
.successPage .titleBlock-iconShape .mdi{font-size:2.4rem;color:#6A010E}
.successPage .titleBlock-heading{font-size:clamp(1.9rem,4vw,3rem);font-weight:800;color:#1a1a2e;line-height:1.22;margin-bottom:20px;max-width:660px;position:relative}
.successPage .titleBlock-heading span{color:#6A010E;position:relative}
.successPage .titleBlock-heading span::after{content:'';position:absolute;bottom:2px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#00F2E5,#00f2e54d);border-radius:2px}
.successPage .titleBlock-desc{font-size:1.07rem;color:#4a4a5a;line-height:1.72;max-width:560px;margin-bottom:38px}
.successPage .titleBlock-actions{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap;justify-content:center}
.successPage .titleBlock-btnPrimary{display:inline-flex;align-items:center;gap:8px;background:#6A010E;color:#fff;padding:14px 32px;border-radius:8px;font-size:.97rem;font-weight:700;text-decoration:none;border:2px solid #6A010E;transition:background 0.22s,box-shadow 0.22s,transform .18s;box-shadow:0 4px 16px #6a010e38;cursor:pointer;position:relative;z-index:5}
.successPage .titleBlock-btnPrimary:hover{background:#8a0117;box-shadow:0 8px 28px #6a010e57;transform:translateY(-2px)}
.successPage .titleBlock-btnSecondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#006e68;padding:14px 32px;border-radius:8px;font-size:.97rem;font-weight:700;text-decoration:none;border:2px solid #00F2E5;transition:background 0.22s,color 0.22s,transform .18s;cursor:pointer;position:relative;z-index:5}
.successPage .titleBlock-btnSecondary:hover{background:#00f2e51f;transform:translateY(-2px)}
.successPage .nextSteps-wrapper{padding:80px 24px 88px;background:#FFF2D9;position:relative;overflow:hidden}
.successPage .nextSteps-wrapper::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#00F2E5,transparent)}
.successPage .nextSteps-inner{max-width:1024px;margin:0 auto;position:relative;z-index:2}
.successPage .nextSteps-hdr{display:flex;flex-direction:column;margin-bottom:52px}
.successPage .nextSteps-eyebrow{font-size:.78rem;color:#8a5a00;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px;display:flex;align-items:center;gap:8px}
.successPage .nextSteps-eyebrow::before{content:'';display:inline-block;width:28px;height:2px;background:#6A010E;border-radius:2px}
.successPage .nextSteps-title{font-size:clamp(1.45rem,3vw,2.1rem);font-weight:800;color:#1a1a2e;line-height:1.3;max-width:520px;margin-bottom:14px}
.successPage .nextSteps-subtitle{font-size:1rem;color:#5a5a6a;line-height:1.65;max-width:540px}
.successPage .nextSteps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}
.successPage .stepCard{background:#fff;border-radius:16px;padding:32px 26px;border:1.5px solid #00f2e538;box-shadow:0 4px 20px #0000000f;transition:transform 0.22s,box-shadow 0.22s,border-color .22s;position:relative;overflow:hidden;display:flex;flex-direction:column}
.successPage .stepCard::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#00F2E5,#00f2e54d);border-radius:16px 16px 0 0;opacity:0;transition:opacity .22s}
.successPage .stepCard:hover{transform:translateY(-5px);box-shadow:0 12px 36px #00f2e52e;border-color:#00f2e580}
.successPage .stepCard:hover::before{opacity:1}
.successPage .stepCard-num{font-size:.72rem;font-weight:800;color:#00b8af;letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px;display:flex;align-items:center;gap:8px}
.successPage .stepCard-numBadge{width:28px;height:28px;border-radius:50%;background:#00f2e52e;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:900;color:#006e68}
.successPage .stepCard-icon{width:52px;height:52px;border-radius:12px;background:linear-gradient(135deg,#00f2e526,#00f2e50d);display:flex;align-items:center;justify-content:center;margin-bottom:18px;border:1px solid #00f2e54d}
.successPage .stepCard-icon .mdi{font-size:1.5rem;color:#6A010E}
.successPage .stepCard-title{font-size:1.05rem;font-weight:700;color:#1a1a2e;margin-bottom:10px;line-height:1.35}
.successPage .stepCard-desc{font-size:.91rem;color:#5a5a6a;line-height:1.65;flex:1}
.successPage .stepCard-link{display:inline-flex;align-items:center;gap:5px;margin-top:18px;font-size:.88rem;font-weight:700;color:#6A010E;text-decoration:none;transition:gap 0.18s,color .18s}
.successPage .stepCard-link:hover{gap:9px;color:#8a0117}
.successPage .nextSteps-infoBar{background:linear-gradient(135deg,#6A010E 0%,#9a0120 100%);border-radius:16px;padding:36px 40px;display:flex;flex-direction:row;align-items:center;gap:32px;flex-wrap:wrap;box-shadow:0 8px 32px #6a010e47;position:relative;overflow:hidden}
.successPage .nextSteps-infoBar::after{content:'';position:absolute;right:-40px;bottom:-40px;width:220px;height:220px;border-radius:50%;background:#ffffff0f;pointer-events:none}
.successPage .infoBar-icon{flex-shrink:0;width:60px;height:60px;border-radius:50%;background:#00f2e52e;border:2px solid #00f2e566;display:flex;align-items:center;justify-content:center}
.successPage .infoBar-icon .mdi{font-size:1.8rem;color:#00F2E5}
.successPage .infoBar-content{flex:1;min-width:200px}
.successPage .infoBar-title{font-size:1.12rem;font-weight:700;color:#fff;margin-bottom:6px;line-height:1.3}
.successPage .infoBar-text{font-size:.91rem;color:#ffffffc7;line-height:1.6}
.successPage .infoBar-actions{display:flex;flex-direction:row;gap:12px;flex-wrap:wrap;flex-shrink:0}
.successPage .infoBar-btnPrimary{display:inline-flex;align-items:center;gap:7px;background:#00F2E5;color:#1a1a2e;padding:12px 26px;border-radius:8px;font-size:.93rem;font-weight:700;text-decoration:none;border:2px solid #00F2E5;transition:background 0.2s,transform 0.18s,box-shadow .2s;box-shadow:0 4px 16px #00f2e54d;cursor:pointer;z-index:5;position:relative}
.successPage .infoBar-btnPrimary:hover{background:#00d4c8;transform:translateY(-2px);box-shadow:0 8px 24px #00f2e566}
.successPage .infoBar-btnOutline{display:inline-flex;align-items:center;gap:7px;background:transparent;color:#fff;padding:12px 26px;border-radius:8px;font-size:.93rem;font-weight:700;text-decoration:none;border:2px solid #fff6;transition:background 0.2s,transform .18s;cursor:pointer;z-index:5;position:relative}
.successPage .infoBar-btnOutline:hover{background:#ffffff1a;transform:translateY(-2px)}
@media (max-width: 1024px) {
.successPage .nextSteps-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.successPage .titleBlock-wrapper{padding:60px 20px 70px}
.successPage .nextSteps-wrapper{padding:60px 20px 68px}
.successPage .nextSteps-grid{grid-template-columns:1fr;gap:18px}
.successPage .nextSteps-infoBar{flex-direction:column;padding:28px 24px;text-align:center;align-items:center}
.successPage .infoBar-actions{justify-content:center}
.successPage .titleBlock-actions{flex-direction:column;align-items:center}
}
@media (max-width: 480px) {
.successPage .titleBlock-iconShape{width:70px;height:70px}
.successPage .titleBlock-iconShape .mdi{font-size:1.8rem}
.successPage .nextSteps-infoBar{padding:24px 18px}
.successPage .infoBar-actions{flex-direction:column;width:100%}
.successPage .infoBar-btnPrimary,.successPage .infoBar-btnOutline{justify-content:center;text-align:center}
}