*,::before,::after{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Exo 2',sans-serif;font-size:16px;line-height:1.6;color:#171526;background:#FAFAFB;cursor:default}
body::-webkit-scrollbar{width:5px}
body::-webkit-scrollbar-track{background:#FAFAFB}
body::-webkit-scrollbar-thumb{background:#14B475;border-radius:3px}
body::-webkit-scrollbar-thumb:hover{background:#171526}
a{cursor:pointer}
button{cursor:pointer}
.siteheader{background:linear-gradient(135deg,#171526 0%,#1e1c35 60%,#14B475 100%);box-shadow:0 4px 24px #1715262e;position:relative;z-index:100}
.siteheader .headerbox{max-width:1320px;margin:auto;padding:0 24px;display:inline-flex;align-items:center;width:100%;gap:0;flex-wrap:wrap;min-height:80px}
.siteheader .logobox{display:inline-flex;align-items:center;gap:14px;text-decoration:none;flex-shrink:0}
.siteheader .logobox img{width:64px;height:64px;object-fit:contain;background:#ffffff14;border-radius:12px;padding:6px;box-shadow:0 2px 12px #14b4752e}
.siteheader .brandname{font-size:1.45rem;font-weight:700;color:#FAFAFB;letter-spacing:.04em;line-height:1.2}
.siteheader .brandtagline{font-size:.72rem;color:#14B475;letter-spacing:.08em;text-transform:uppercase;display:block;margin-top:2px}
.siteheader .headerconnector{width:30px;height:1px;background:linear-gradient(90deg,#fafafb2e,#14b47580);margin:0 18px;flex-shrink:0}
.siteheader .mainnav{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap;margin-left:auto}
.siteheader .mainnav a{color:#fafafbd1;text-decoration:none;font-size:.88rem;font-weight:400;padding:8px 14px;border-radius:8px;border:1px solid transparent;transition:background 200ms,color 200ms,border-color 200ms;letter-spacing:.02em;white-space:nowrap}
.siteheader .mainnav a:hover{background:#14b4751f;color:#14B475;border-color:#14b4754d}
.siteheader .mainnav a.navactive{background:#14b4752e;color:#14B475;border-color:#14b47566}
@media (max-width: 768px) {
.siteheader .headerbox{flex-direction:column;align-items:flex-start;padding:16px 20px;gap:12px}
.siteheader .headerconnector{display:none}
.siteheader .mainnav{margin-left:0;width:100%;gap:4px}
.siteheader .mainnav a{font-size:.82rem;padding:7px 10px}
}
main{min-height:200px}
.sitefooter{background:#171526;color:#FAFAFB;padding:48px 0 0}
.sitefooter .footerbox{max-width:1320px;margin:auto;padding:0 24px}
.sitefooter .footergrid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;padding-bottom:40px;border-bottom:1px solid #fafafb14}
.sitefooter .footerbrandblock .footerlogorow{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.sitefooter .footerbrandblock .footerlogorow img{width:48px;height:48px;object-fit:contain;background:#ffffff0f;border-radius:10px;padding:5px}
.sitefooter .footerbrandblock .footerlogorow span{font-size:1.15rem;font-weight:700;color:#FAFAFB;letter-spacing:.04em}
.sitefooter .footerbrandblock p{font-size:.84rem;color:#fafafb8c;line-height:1.65;max-width:240px}
.sitefooter .footerofficeblock h4{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:#14B475;margin-bottom:16px;font-weight:700}
.sitefooter .footerofficeblock .officeitem{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px}
.sitefooter .footerofficeblock .officeitem .oi{color:#14B475;font-size:.82rem;margin-top:3px;flex-shrink:0}
.sitefooter .footerofficeblock .officeitem span{font-size:.84rem;color:#fafafba6;line-height:1.55}
.sitefooter .footerofficeblock .officeitem a{font-size:.84rem;color:#fafafba6;text-decoration:none;transition:color 180ms}
.sitefooter .footerofficeblock .officeitem a:hover{color:#14B475}
.sitefooter .footerlinkblock h4{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:#14B475;margin-bottom:16px;font-weight:700}
.sitefooter .footerlinkblock ul{list-style:none}
.sitefooter .footerlinkblock ul li{margin-bottom:10px}
.sitefooter .footerlinkblock ul li a{font-size:.84rem;color:#fafafba6;text-decoration:none;display:inline-flex;align-items:center;gap:7px;transition:color 180ms}
.sitefooter .footerlinkblock ul li a .oi{font-size:.68rem;color:#14B475}
.sitefooter .footerlinkblock ul li a:hover{color:#14B475}
.sitefooter .footerbottomrow{display:flex;align-items:center;justify-content:space-between;padding:20px 0;flex-wrap:wrap;gap:10px}
.sitefooter .footerbottomrow .copyrighttext{font-size:.78rem;color:#fafafb59}
.sitefooter .footerbottomrow .footerbadge{font-size:.72rem;color:#fafafb40;display:inline-flex;align-items:center;gap:5px}
.sitefooter .footerbottomrow .footerbadge .oi{color:#14B475;font-size:.7rem}
@media (max-width: 900px) {
.sitefooter .footergrid{grid-template-columns:1fr 1fr}
}
@media (max-width: 560px) {
.sitefooter .footergrid{grid-template-columns:1fr;gap:28px}
.sitefooter .footerbottomrow{flex-direction:column;align-items:flex-start}
}
.cookiebox{display:none;position:fixed;bottom:24px;left:50%;transform:translateX(-50%);z-index:9999;background:#171526;border:1px solid #14b4754d;border-radius:14px;padding:22px 26px;max-width:440px;width:calc(100% - 32px);box-shadow:0 8px 32px #17152661}
.cookiebox .cookietitle{font-size:.92rem;font-weight:700;color:#FAFAFB;margin-bottom:8px;display:flex;align-items:center;gap:8px}
.cookiebox .cookietitle .oi{color:#14B475;font-size:.85rem}
.cookiebox .cookietext{font-size:.8rem;color:#fafafba6;line-height:1.6;margin-bottom:16px}
.cookiebox .cookiebuttonrow{display:flex;gap:10px;flex-wrap:wrap}
.cookiebox .cookiebtn{flex:1;min-width:90px;padding:9px 14px;border-radius:8px;font-family:'Exo 2',sans-serif;font-size:.82rem;font-weight:700;border:1px solid #14b47566;background:transparent;color:#14B475;transition:background 200ms,color 200ms;letter-spacing:.02em}
.cookiebox .cookiebtn:hover{background:#14b47524}
.cookiebox .cookiebtnaccept{background:#14B475;color:#171526;border-color:#14B475}
.cookiebox .cookiebtnaccept:hover{background:#10a063;border-color:#10a063;color:#171526}
.cookiebox .customizepanel{display:none;margin-top:14px;padding-top:14px;border-top:1px solid #fafafb14}
.cookiebox .customizepanel .customizerow{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.cookiebox .customizepanel .customizerow label{font-size:.78rem;color:#fafafbb3}
.cookiebox .customizepanel .customizerow input[type="checkbox"]{accent-color:#14B475;width:16px;height:16px}
.policy-container{max-width:860px;margin:0 auto;padding:48px 32px 72px;background:#FAFAFB;border-radius:12px;box-shadow:0 2px 8px #1715260f 0 8px 24px #1715260a}
.policy-container p{font-size:16px;line-height:1.85;color:#2e2c3e;margin:0 0 20px;font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:.01em}
.policy-container strong,.policy-container b{font-weight:700;color:#171526;letter-spacing:.015em}
.policy-container a{color:#14B475;text-decoration:underline;text-decoration-color:#14b47566;text-underline-offset:3px;transition:color 180ms ease,text-decoration-color 180ms ease;font-weight:500;cursor:pointer}
.policy-container a:hover{color:#0e9460;text-decoration-color:#0e9460b3}
.policy-container a:visited{color:#0c7d51;text-decoration-color:#0c7d5159}
.policy-container table{width:100%;border-collapse:collapse;border-radius:10px;overflow:hidden;margin:28px 0 36px;box-shadow:0 1px 4px #17152614 0 4px 12px #1715260d;font-size:15px;font-family:Georgia,'Times New Roman',serif}
.policy-container thead{background:linear-gradient(135deg,#171526 0%,#1f1c38 60%,#14B475 100%)}
.policy-container thead tr{background:transparent}
.policy-container thead th{padding:14px 18px;color:#FAFAFB;font-size:13px;font-weight:700;text-align:left;letter-spacing:.06em;text-transform:uppercase;border:none;white-space:nowrap}
.policy-container tbody{background:#fff}
.policy-container tbody tr{border-bottom:1px solid #17152612;transition:background 160ms ease}
.policy-container tbody tr:last-child{border-bottom:none}
.policy-container tbody tr:hover{background:#14b4750d}
.policy-container tbody td{padding:13px 18px;color:#2e2c3e;font-size:15px;line-height:1.6;vertical-align:top;border:none;border-right:1px solid #1715260f}
.policy-container tbody td:last-child{border-right:none}
.policy-container hr{border:none;border-top:1.5px solid #1715261a;margin:36px 0;position:relative;overflow:visible}
.policy-container hr::after{content:'';display:block;width:48px;height:3px;background:linear-gradient(90deg,#14B475,#171526);border-radius:2px;margin:-2.25px auto 0}
.policy-container div{margin:0 0 16px;line-height:1.75}
.policy-container div p{margin-bottom:14px}
@media (max-width: 768px) {
.policy-container{padding:32px 20px 52px;border-radius:8px}
.policy-container p{font-size:15px;line-height:1.8}
.policy-container table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;font-size:14px}
.policy-container thead th{font-size:12px;padding:11px 14px}
.policy-container tbody td{padding:11px 14px;font-size:14px}
.policy-container hr{margin:28px 0}
}
@media (max-width: 480px) {
.policy-container{padding:24px 16px 40px;border-radius:0;box-shadow:none}
.policy-container p{font-size:14px;line-height:1.75;margin-bottom:16px}
.policy-container a{word-break:break-word}
.policy-container thead th{padding:10px 12px}
.policy-container tbody td{padding:10px 12px;font-size:13px}
}
.programbox{max-width:1320px;margin:0 auto;padding:0 24px}
.titlesectionwrap{position:relative;overflow:hidden;background:#171526;min-height:520px;display:flex;align-items:center}
.titlesectionwrap::before{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");opacity:.35;z-index:1}
.titlesectionwrap::after{content:'';position:absolute;right:0;top:0;width:55%;height:100%;background:linear-gradient(135deg,transparent 0%,#14b47514 100%);z-index:1}
.titleimgblock{position:absolute;right:0;top:0;width:52%;height:100%;z-index:2}
.titleimgblock img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.titleimgblock::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#171526 0%,#17152699 50%,transparent 100%);z-index:3}
.titletextbox{position:relative;z-index:5;max-width:600px;padding:72px 0}
.titlelabelchip{display:inline-flex;align-items:center;gap:8px;background:#14b47526;border:1px solid #14b4754d;border-radius:20px;padding:6px 16px;margin-bottom:24px}
.titlelabelchip span{font-size:13px;color:#14B475;font-weight:600;letter-spacing:.08em;text-transform:uppercase}
.titlemainheading{font-size:clamp(32px,5vw,58px);font-weight:800;color:#FAFAFB;line-height:1.1;margin:0 0 24px;letter-spacing:-.02em}
.titlemainheading .accentword{color:#14B475;position:relative}
.titlemainheading .accentword::after{content:'';position:absolute;bottom:-4px;left:0;right:0;height:3px;background:linear-gradient(90deg,#14B475,transparent);border-radius:2px}
.titledesctext{font-size:17px;color:#fafafbbf;line-height:1.7;margin:0 0 36px;max-width:480px}
.titlectabtn{display:inline-flex;align-items:center;gap:10px;background:#14B475;color:#171526;font-weight:700;font-size:15px;padding:14px 32px;border-radius:10px;text-decoration:none;transition:background 200ms ease,transform 180ms ease;position:relative;z-index:10}
.titlectabtn:hover{background:#0fa366;transform:translateY(-2px)}
.titlestatrow{display:flex;flex-direction:row;gap:32px;margin-top:40px;flex-wrap:wrap}
.titlestatitem{display:flex;flex-direction:column;gap:4px}
.titlestatnum{font-size:26px;font-weight:800;color:#14B475;line-height:1}
.titlestatlabel{font-size:12px;color:#fafafb80;text-transform:uppercase;letter-spacing:.07em}
.coursegridwrap{background:#FAFAFB;padding:80px 0}
.coursegridwrap .sectionheaderbox{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:48px;flex-wrap:wrap}
.sectionheaderbox .leftheadside{max-width:560px}
.sectiontopkicker{display:flex;flex-direction:row;align-items:center;gap:8px;margin-bottom:12px}
.sectiontopkicker::before{content:'';width:28px;height:3px;background:#14B475;border-radius:2px;display:block}
.sectiontopkicker span{font-size:12px;font-weight:700;color:#14B475;text-transform:uppercase;letter-spacing:.1em}
.sectionmainttl{font-size:clamp(24px,3.5vw,38px);font-weight:800;color:#171526;line-height:1.2;margin:0 0 12px;letter-spacing:-.02em}
.sectionsubttl{font-size:15px;color:#555;line-height:1.6;margin:0}
.coursegrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.coursecard{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 8px #17152612 0 0 0 1px #1715260f;transition:transform 200ms ease,box-shadow 200ms ease;display:flex;flex-direction:column}
.coursecard:hover{transform:translateY(-4px);box-shadow:0 12px 32px #1715261f 0 0 0 1px #14b47526}
.coursecard.featured{grid-column:span 2;flex-direction:row}
.cardimgarea{position:relative;overflow:hidden}
.coursecard:not(.featured) .cardimgarea{height:180px}
.coursecard.featured .cardimgarea{width:45%;flex-shrink:0}
.cardimgarea img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 300ms ease}
.coursecard:hover .cardimgarea img{transform:scale(1.04)}
.cardbadge{position:absolute;top:12px;left:12px;background:#14B475;color:#fff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:6px;text-transform:uppercase;letter-spacing:.06em;z-index:2}
.cardbadge.advanced{background:#171526}
.cardbadge.intermediate{background:#171526cc}
.cardcontent{padding:20px 22px 22px;display:flex;flex-direction:column;flex:1}
.cardtopics{display:flex;flex-direction:row;gap:6px;flex-wrap:wrap;margin-bottom:12px}
.cardtopic{font-size:11px;background:#14b4751a;color:#0d8f5b;border-radius:4px;padding:3px 8px;font-weight:600}
.cardttl{font-size:18px;font-weight:700;color:#171526;line-height:1.3;margin:0 0 10px}
.carddesc{font-size:14px;color:#666;line-height:1.6;margin:0 0 16px;flex:1}
.cardmetarow{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:16px;border-top:1px solid #17152612}
.cardmeta{display:flex;flex-direction:row;align-items:center;gap:14px}
.cardmetaitem{display:flex;flex-direction:row;align-items:center;gap:5px;font-size:12px;color:#888}
.cardmetaitem .oi{font-size:11px;color:#14B475}
.cardenrollbtn{display:inline-flex;align-items:center;gap:6px;background:#171526;color:#FAFAFB;font-size:13px;font-weight:600;padding:8px 16px;border-radius:8px;text-decoration:none;transition:background 180ms ease;white-space:nowrap}
.cardenrollbtn:hover{background:#14B475;color:#171526}
.testimonialpanelwrap{background:linear-gradient(155deg,#171526 0%,#1e1b35 55%,#142e22 100%);padding:80px 0;position:relative;overflow:hidden}
.testimonialpanelwrap::before{content:'';position:absolute;top:-60px;right:-60px;width:400px;height:400px;background:radial-gradient(circle,#14b4751f 0%,transparent 70%);z-index:0}
.testimonialpanelwrap::after{content:'';position:absolute;bottom:-80px;left:-40px;width:300px;height:300px;background:radial-gradient(circle,#14b47512 0%,transparent 65%);z-index:0}
.testimonialsinnerwrap{position:relative;z-index:2}
.testimonialtoprow{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:48px;flex-wrap:wrap;margin-bottom:60px}
.testimonialheadside{max-width:460px}
.testimonialtopkicker{display:flex;flex-direction:row;align-items:center;gap:8px;margin-bottom:16px}
.testimonialtopkicker .oi{color:#14B475;font-size:16px}
.testimonialtopkicker span{font-size:12px;font-weight:700;color:#14B475;text-transform:uppercase;letter-spacing:.1em}
.testimonialheading{font-size:clamp(22px,3vw,34px);font-weight:800;color:#FAFAFB;line-height:1.2;margin:0 0 16px;letter-spacing:-.02em}
.testimonialheading .hl{color:#14B475}
.testimonialsubtext{font-size:15px;color:#fafafb99;line-height:1.65;margin:0}
.testimonialstatsside{display:flex;flex-direction:column;gap:16px;min-width:240px}
.tstatbar{display:flex;flex-direction:column;gap:6px}
.tstatbarlabels{display:flex;flex-direction:row;justify-content:space-between;align-items:center}
.tstatbarlabel{font-size:12px;color:#fafafbb3;font-weight:500}
.tstatbarpct{font-size:13px;font-weight:700;color:#14B475}
.tstatbartrack{height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden}
.tstatbarfill{height:100%;background:linear-gradient(90deg,#14B475,#0fa366);border-radius:3px;transition:width 600ms ease}
.testimonialcardsgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.tcard{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;padding:28px;display:flex;flex-direction:column;gap:20px;transition:border-color 200ms ease,background 200ms ease}
.tcard:hover{border-color:#14b47559;background:#ffffff17}
.tcardquoteicon{width:32px;height:32px;flex-shrink:0}
.tcardquotetext{font-size:14px;color:#fafafbcc;line-height:1.7;margin:0;flex:1}
.tcardpersonrow{display:flex;flex-direction:row;align-items:center;gap:12px;padding-top:16px;border-top:1px solid #ffffff14}
.tcardavatar{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0}
.tcardpersoninfo{display:flex;flex-direction:column;gap:2px}
.tcardname{font-size:14px;font-weight:700;color:#FAFAFB;margin:0}
.tcardtitle{font-size:12px;color:#fafafb80;margin:0}
.tcardstars{margin-left:auto;display:flex;flex-direction:row;gap:2px}
.tcardstar{color:#14B475;font-size:13px}
.filterrow{display:flex;flex-direction:row;align-items:center;gap:10px;flex-wrap:wrap}
.filterbtn{font-size:13px;font-weight:600;padding:7px 18px;border-radius:20px;cursor:pointer;transition:all 180ms ease;text-decoration:none;border:1.5px solid transparent;color:#555;background:#fff;border-color:#1715261f;box-shadow:0 1px 3px #0000000f}
.filterbtn.active,.filterbtn:hover{background:#171526;color:#FAFAFB;border-color:#171526}
::-webkit-scrollbar{width:5px;height:5px}
::-webkit-scrollbar-track{background:#FAFAFB}
::-webkit-scrollbar-thumb{background:#14B475;border-radius:3px}
::-webkit-scrollbar-thumb:hover{background:#0fa366}
@media (max-width: 1024px) {
.coursegrid{grid-template-columns:repeat(2,1fr)}
.coursecard.featured{grid-column:span 2}
.testimonialcardsgrid{grid-template-columns:repeat(2,1fr)}
.titleimgblock{width:45%;opacity:.5}
}
@media (max-width: 768px) {
.titlesectionwrap{min-height:auto}
.titleimgblock{width:100%;opacity:.25}
.titletextbox{padding:56px 0}
.coursegrid{grid-template-columns:1fr}
.coursecard.featured{grid-column:span 1;flex-direction:column}
.coursecard.featured .cardimgarea{width:100%;height:200px}
.testimonialcardsgrid{grid-template-columns:1fr}
.testimonialtoprow{flex-direction:column;gap:32px;margin-bottom:40px}
.testimonialstatsside{min-width:unset;width:100%}
.coursegridwrap .sectionheaderbox{flex-direction:column;align-items:flex-start}
.titlestatrow{gap:20px}
}
@media (max-width: 480px) {
.programbox{padding:0 16px}
.coursegridwrap{padding:56px 0}
.testimonialpanelwrap{padding:56px 0}
.cardcontent{padding:16px}
.tcard{padding:20px}
}
.pageroot{background:#FAFAFB}
.titleblock{position:relative;overflow:hidden;background:linear-gradient(135deg,#171526 0%,#1d1f3a 55%,#14B475 100%);padding:80px 20px 90px}
.titleblock-inner{max-width:1320px;margin:auto;display:flex;flex-direction:row;align-items:center;gap:60px}
.titleblock-text{flex:1 1 480px;z-index:2;position:relative}
.titleblock-text .numericaccent{font-size:96px;font-weight:900;line-height:1;color:#14B475;opacity:.18;display:block;margin-bottom:-20px}
.titleblock-text .main-heading{font-size:clamp(28px,4vw,52px);font-weight:800;color:#FAFAFB;line-height:1.15;margin:0 0 20px}
.titleblock-text .main-heading span{color:#14B475}
.titleblock-text .subtitle-para{font-size:17px;color:#fafafbc7;line-height:1.7;margin:0 0 32px;max-width:480px}
.titleblock-text .ctabtnprimary{display:inline-flex;align-items:center;gap:10px;background:#14B475;color:#171526;font-size:15px;font-weight:700;padding:14px 28px;border-radius:10px;text-decoration:none;border:none;cursor:pointer;transition:background 0.2s,box-shadow .2s;box-shadow:0 4px 18px #14b47547;z-index:5;position:relative}
.titleblock-text .ctabtnprimary:hover{background:#0fa066;box-shadow:0 6px 24px #14b47561}
.titleblock-imgbox{flex:0 0 420px;position:relative;z-index:2}
.titleblock-imgbox img{width:100%;height:340px;object-fit:cover;border-radius:16px;display:block;box-shadow:0 20px 50px #1715268c}
.titleblock-imgbox::after{content:'';position:absolute;inset:0;border-radius:16px;background:radial-gradient(ellipse at edges,#17152673 0%,transparent 60%);pointer-events:none}
.titleblock-noise{position:absolute;inset:0;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");pointer-events:none}
.aboutplatform-section{padding:88px 20px 80px;background:#FAFAFB}
.aboutplatform-inner{max-width:1320px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.aboutplatform-visual{position:relative}
.aboutplatform-visual img{width:100%;height:380px;object-fit:cover;border-radius:14px;display:block;box-shadow:0 12px 36px #17152621}
.aboutplatform-visual .badgefloat{position:absolute;bottom:24px;left:24px;background:#171526;color:#FAFAFB;border-radius:12px;padding:14px 20px;display:flex;flex-direction:column;gap:2px;box-shadow:0 6px 20px #17152647}
.aboutplatform-visual .badgefloat strong{font-size:28px;color:#14B475;font-weight:800}
.aboutplatform-visual .badgefloat span{font-size:12px;color:#fafafbb3}
.aboutplatform-content{display:flex;flex-direction:column;gap:24px}
.sectionlabel{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#14B475;margin-bottom:4px}
.sectionlabel::before{content:'';display:block;width:24px;height:2px;background:#14B475;border-radius:2px}
.aboutplatform-content h2{font-size:clamp(22px,3vw,36px);font-weight:800;color:#171526;line-height:1.2;margin:0}
.aboutplatform-content h2 span{color:#14B475}
.aboutplatform-content p{font-size:16px;color:#444;line-height:1.75;margin:0}
.aboutplatform-pillsrow{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}
.aboutpill{display:flex;align-items:center;gap:8px;background:#fff;border:1.5px solid #e4e4ec;border-radius:8px;padding:9px 14px;font-size:13px;color:#171526;font-weight:600}
.aboutpill .oi{color:#14B475;font-size:13px}
.bizblock{padding:80px 20px 84px;background:#171526;position:relative;overflow:hidden}
.bizblock::before{content:'';position:absolute;top:-80px;right:-80px;width:400px;height:400px;background:radial-gradient(circle,#14b4751f 0%,transparent 70%);pointer-events:none}
.bizblock-inner{max-width:1320px;margin:auto}
.bizblock-head{text-align:center;margin-bottom:52px}
.bizblock-head h2{font-size:clamp(24px,3.2vw,40px);font-weight:800;color:#FAFAFB;line-height:1.2;margin:0 0 14px}
.bizblock-head h2 span{color:#14B475}
.bizblock-head p{font-size:16px;color:#fafafba6;max-width:560px;margin:0 auto;line-height:1.7}
.bizcardsgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.bizcard{background:#fafafb0a;border:1px solid #fafafb1a;border-radius:14px;padding:30px 28px;display:flex;flex-direction:column;gap:16px;transition:background 0.2s,border-color 0.2s,transform .2s;cursor:default}
.bizcard:hover{background:#14b47514;border-color:#14b47559;transform:translateY(-4px)}
.bizcard-icon{width:48px;height:48px;background:linear-gradient(135deg,#14B475,#0d8a58);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.bizcard-icon .oi{color:#fff;font-size:20px}
.bizcard h4{font-size:17px;font-weight:700;color:#FAFAFB;margin:0}
.bizcard p{font-size:14px;color:#fafafb99;line-height:1.65;margin:0}
.bizblock-cta{margin-top:40px;text-align:center}
.bizblock-cta a{display:inline-flex;align-items:center;gap:10px;background:transparent;color:#14B475;border:2px solid #14B475;font-size:15px;font-weight:700;padding:13px 30px;border-radius:10px;text-decoration:none;transition:background 0.2s,color .2s}
.bizblock-cta a:hover{background:#14B475;color:#171526}
.relevanceblock{padding:88px 20px 80px;background:#FAFAFB}
.relevanceblock-inner{max-width:1320px;margin:auto;display:grid;grid-template-columns:5fr 7fr;gap:64px;align-items:start}
.relevanceblock-left{display:flex;flex-direction:column;gap:20px;position:relative}
.relevanceblock-left h2{font-size:clamp(22px,3vw,36px);font-weight:800;color:#171526;line-height:1.2;margin:0}
.relevanceblock-left h2 span{color:#14B475}
.relevanceblock-left p{font-size:15px;color:#555;line-height:1.75;margin:0}
.relevanceblock-left img{width:100%;height:240px;object-fit:cover;border-radius:12px;margin-top:8px;box-shadow:0 8px 28px #1715261a}
.relevancesteps{display:flex;flex-direction:column;gap:0}
.rstep{display:flex;flex-direction:row;gap:20px;padding:22px 0;border-bottom:1px solid #e8e8f0;position:relative}
.rstep:last-child{border-bottom:none}
.rstepnum{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#171526,#14B475);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;color:#fff}
.rstepcontent h4{font-size:16px;font-weight:700;color:#171526;margin:0 0 6px}
.rstepcontent p{font-size:14px;color:#666;line-height:1.6;margin:0}
.trustblock{padding:80px 20px 88px;background:linear-gradient(160deg,#171526 0%,#1a2640 60%,#14B475 150%);position:relative;overflow:hidden}
.trustblock-inner{max-width:1320px;margin:auto}
.trustblock-head{text-align:center;margin-bottom:56px}
.trustblock-head h2{font-size:clamp(24px,3.2vw,40px);font-weight:800;color:#FAFAFB;margin:0 0 12px}
.trustblock-head h2 span{color:#14B475}
.trustblock-head p{font-size:16px;color:#fafafba6;max-width:540px;margin:0 auto;line-height:1.7}
.trustgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:48px}
.truststatcard{background:#fafafb0f;border:1px solid #fafafb1a;border-radius:14px;padding:28px 20px;text-align:center}
.truststatcard .statnum{font-size:42px;font-weight:900;color:#14B475;display:block;line-height:1}
.truststatcard .statlabel{font-size:13px;color:#fafafb99;margin-top:6px;display:block;line-height:1.4}
.trusttestimonial{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.testimonialcard{background:#fafafb0d;border:1px solid #fafafb17;border-radius:14px;padding:28px;display:flex;flex-direction:column;gap:16px}
.testimonialtop{display:flex;flex-direction:row;gap:14px;align-items:center}
.testimonialimg{width:52px;height:52px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid #14B475}
.testimonialavatar{width:52px;height:52px;border-radius:50%;flex-shrink:0;border:2px solid #14B475;background:linear-gradient(135deg,#14B475,#171526);display:flex;align-items:center;justify-content:center}
.testimonialavatar .oi{font-size:22px;color:#fff}
.testimonialname{display:flex;flex-direction:column;gap:2px}
.testimonialname strong{font-size:15px;color:#FAFAFB;font-weight:700}
.testimonialname span{font-size:12px;color:#fafafb80}
.testimonialstars{display:flex;gap:3px}
.testimonialstars span{color:#14B475;font-size:13px}
.testimonialcard blockquote{font-size:14px;color:#fafafbb8;line-height:1.7;margin:0;font-style:italic;border-left:3px solid #14B475;padding-left:14px}
.trustblock-imgrow{margin-top:52px;display:grid;grid-template-columns:1fr 1fr;gap:20px}
.trustimgbox{border-radius:14px;overflow:hidden}
.trustimgbox img{width:100%;height:220px;object-fit:cover;display:block;transition:transform .3s}
.trustimgbox:hover img{transform:scale(1.03)}
.divider-wave{overflow:hidden;line-height:0;display:block}
.divider-wave svg{display:block;width:100%}
@media (max-width: 1100px) {
.bizcardsgrid{grid-template-columns:1fr 1fr}
.trustgrid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 900px) {
.titleblock-inner{flex-direction:column;gap:36px}
.titleblock-imgbox{flex:none;width:100%}
.titleblock-imgbox img{height:260px}
.aboutplatform-inner{grid-template-columns:1fr;gap:36px}
.relevanceblock-inner{grid-template-columns:1fr;gap:36px}
.trusttestimonial{grid-template-columns:1fr}
.trustblock-imgrow{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.titleblock{padding:52px 16px 60px}
.bizcardsgrid{grid-template-columns:1fr}
.trustgrid{grid-template-columns:1fr 1fr}
.aboutplatform-section,.relevanceblock,.bizblock,.trustblock{padding:56px 16px}
.titleblock-text .numericaccent{font-size:64px}
}
.contactpage-wrap{max-width:1320px;margin:0 auto;padding:0 20px}
.titleblock-outer{background:#171526;position:relative;overflow:hidden;padding:80px 0 60px}
.titleblock-shapes{position:absolute;inset:0;pointer-events:none}
.titleblock-shapes .shape-blob1{position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,#14b47538 0%,transparent 70%);top:-80px;left:-60px;filter:blur(38px)}
.titleblock-shapes .shape-blob2{position:absolute;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,#14b47524 0%,transparent 70%);bottom:-60px;right:10%;filter:blur(50px)}
.titleblock-shapes .shape-blob3{position:absolute;width:180px;height:180px;background:radial-gradient(circle,#fafafb0f 0%,transparent 70%);top:30%;right:25%;border-radius:50%;filter:blur(24px)}
.titleblock-shapes .geo-rect1{position:absolute;width:80px;height:80px;border:2px solid #14b4752e;top:40px;right:18%;transform:rotate(22deg)}
.titleblock-shapes .geo-rect2{position:absolute;width:44px;height:44px;border:2px solid #fafafb1a;bottom:50px;left:22%;transform:rotate(45deg)}
.titleblock-shapes .geo-line1{position:absolute;width:200px;height:2px;background:linear-gradient(90deg,transparent,#14b4754d,transparent);top:55%;left:5%}
.titleblock-inner{display:flex;flex-direction:row;align-items:center;gap:56px;max-width:1320px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.titleblock-text{flex:1 1 0;min-width:0}
.titleblock-text .tblock-label{display:inline-block;background:#14b4751f;border:1px solid #14b4754d;color:#14B475;font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;padding:5px 14px;border-radius:20px;margin-bottom:28px}
.titleblock-text .tblock-qa-q{font-size:14px;color:#fafafb80;letter-spacing:.5px;margin-bottom:8px;font-weight:400}
.titleblock-text .tblock-qa-a{font-size:42px;font-weight:700;color:#FAFAFB;line-height:1.18;margin-bottom:22px;letter-spacing:-.5px}
.titleblock-text .tblock-qa-a span{color:#14B475}
.titleblock-text .tblock-sub{font-size:16px;color:#fafafb99;line-height:1.65;max-width:440px}
.titleblock-imgbox{flex:0 0 340px;position:relative}
.titleblock-imgbox .imgcut-wrap{position:relative;width:320px;height:360px;border-radius:18px 60px 18px 60px;overflow:hidden;box-shadow:0 8px 48px #14b4752e 0 2px 16px #17152680}
.titleblock-imgbox .imgcut-wrap img{width:100%;height:100%;object-fit:cover;object-position:center 20%;filter:saturate(0.85) contrast(1.08);display:block}
.titleblock-imgbox .imgcut-wrap::after{content:'';position:absolute;inset:0;background:linear-gradient(160deg,transparent 55%,#171526b3 100%);pointer-events:none}
.titleblock-imgbox .imgcut-badge{position:absolute;bottom:24px;left:-24px;background:linear-gradient(135deg,#14B475,#0d8a57);color:#fff;font-size:13px;font-weight:600;padding:10px 18px;border-radius:10px;box-shadow:0 4px 18px #14b47559;white-space:nowrap;z-index:4}
.contactinfo-section{padding:72px 0 56px;background:#FAFAFB}
.contactinfo-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:28px;max-width:1320px;margin:0 auto;padding:0 20px}
.contactinfo-card{background:#fff;border-radius:14px;padding:32px 28px;box-shadow:0 2px 14px #17152612;border:1px solid #17152612;display:flex;flex-direction:column;align-items:flex-start;gap:14px;transition:box-shadow 200ms,transform 200ms}
.contactinfo-card:hover{box-shadow:0 8px 32px #14b47521;transform:translateY(-3px)}
.contactinfo-card .ccard-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#14B475,#0fae6a);display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;flex-shrink:0}
.contactinfo-card .ccard-title{font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#17152673;margin-bottom:2px}
.contactinfo-card .ccard-main{font-size:17px;font-weight:600;color:#171526;line-height:1.4;word-break:break-word}
.contactinfo-card .ccard-sub{font-size:13px;color:#17152680;line-height:1.5}
.contactinfo-card a{color:#14B475;text-decoration:none;transition:color 180ms}
.contactinfo-card a:hover{color:#0d8a57;text-decoration:underline}
.formblock-section{padding:72px 0 80px;background:#fff;position:relative;overflow:hidden}
.formblock-section::before{content:'';position:absolute;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,#14b4750f 0%,transparent 70%);top:-120px;right:-80px;pointer-events:none}
.formblock-layout{display:flex;flex-direction:row;gap:64px;align-items:flex-start;max-width:1320px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.formsection-left{flex:0 0 360px;max-width:360px}
.formsection-left .fs-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#14b47514;color:#14B475;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:5px 14px;border-radius:20px;margin-bottom:22px}
.formsection-left .fs-heading{font-size:32px;font-weight:700;color:#171526;line-height:1.22;margin-bottom:18px;letter-spacing:-.3px}
.formsection-left .fs-heading span{color:#14B475}
.formsection-left .fs-desc{font-size:15px;color:#17152699;line-height:1.7;margin-bottom:36px}
.formsection-left .fs-img-wrap{border-radius:14px;overflow:hidden;box-shadow:0 4px 24px #1715261a}
.formsection-left .fs-img-wrap img{width:100%;height:200px;object-fit:cover;object-position:center 30%;display:block;transition:transform 300ms}
.formsection-left .fs-img-wrap:hover img{transform:scale(1.03)}
.formsection-right{flex:1 1 0;min-width:0}
.corpform-box{background:#FAFAFB;border-radius:16px;padding:44px 40px;border:1px solid #17152614;box-shadow:0 2px 16px #1715260d}
.corpform-box .cform-row{display:flex;flex-direction:row;gap:20px;margin-bottom:20px}
.corpform-box .cform-field{display:flex;flex-direction:column;gap:8px;flex:1 1 0;min-width:0;margin-bottom:20px}
.corpform-box .cform-field label{font-size:13px;font-weight:600;color:#171526;letter-spacing:.3px}
.corpform-box .cform-field input[type="text"],.corpform-box .cform-field input[type="tel"],.corpform-box .cform-field select,.corpform-box .cform-field textarea{width:100%;padding:13px 16px;border:1.5px solid #17152624;border-radius:10px;font-size:15px;color:#171526;background:#fff;transition:border-color 180ms,box-shadow 180ms;box-sizing:border-box;outline:none;-webkit-appearance:none;appearance:none}
.corpform-box .cform-field input[type="text"]:focus,.corpform-box .cform-field input[type="tel"]:focus,.corpform-box .cform-field select:focus,.corpform-box .cform-field textarea:focus{border-color:#14B475;box-shadow:0 0 0 3px #14b4751f}
.corpform-box .cform-field textarea{resize:vertical;min-height:90px}
.corpform-box .cform-field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23171526' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px;cursor:pointer}
.corpform-box .cform-divider{height:1px;background:#17152614;margin:8px 0 24px}
.corpform-box .cform-topic-label{font-size:14px;font-weight:600;color:#171526;margin-bottom:14px;display:block}
.conditional-section{display:none;flex-direction:column;gap:0;margin-top:8px;padding:18px 20px;background:#14b4750d;border-radius:10px;border:1px solid #14b47526;margin-bottom:20px}
#topic-webinar:checked ~ .formblock-layout .formsection-right .corpform-box .conditional-webinar,#topic-technical:checked ~ .formblock-layout .formsection-right .corpform-box .conditional-technical,#topic-other:checked ~ .formblock-layout .formsection-right .corpform-box .conditional-other{display:flex}
.topicradio-wrap{display:flex;flex-direction:row;gap:12px;flex-wrap:wrap;margin-bottom:20px}
.topicradio-wrap .topic-option{display:none}
.topicradio-wrap label.topic-btn{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;border:1.5px solid #17152626;border-radius:8px;font-size:14px;font-weight:500;color:#171526a6;cursor:pointer;transition:border-color 180ms,background 180ms,color 180ms;user-select:none;background:#fff}
.topicradio-wrap label.topic-btn:hover{border-color:#14B475;color:#14B475}
#topic-webinar:checked + label.topic-btn-webinar,#topic-technical:checked + label.topic-btn-technical,#topic-other:checked + label.topic-btn-other{border-color:#14B475;background:#14b47514;color:#14B475;font-weight:600}
.privacy-row{display:flex;flex-direction:row;align-items:flex-start;gap:12px;margin-bottom:24px;margin-top:4px}
.privacy-row input[type="checkbox"]{width:18px;height:18px;flex-shrink:0;margin-top:2px;accent-color:#14B475;cursor:pointer}
.privacy-row .privacytext{font-size:13px;color:#17152699;line-height:1.6}
.privacy-row .privacytext a{color:#14B475;text-decoration:underline;transition:color 180ms}
.privacy-row .privacytext a:hover{color:#0d8a57}
.cform-submit-btn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#14B475,#0fae6a);color:#fff;font-size:15px;font-weight:600;padding:14px 36px;border:none;border-radius:10px;cursor:pointer;text-decoration:none;transition:transform 180ms,box-shadow 180ms;box-shadow:0 4px 18px #14b4754d;position:relative;z-index:5}
.cform-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #14b47566}
.cform-submit-btn:active{transform:translateY(0)}
.faq-section{padding:72px 0 80px;background:linear-gradient(160deg,#171526 0%,#1c1e35 100%);position:relative;overflow:hidden}
.faq-section::before{content:'';position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,#14b47514 0%,transparent 65%);bottom:-200px;left:-100px;pointer-events:none}
.faqblock-inner{max-width:1320px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.faqblock-header{text-align:center;margin-bottom:52px}
.faqblock-header .faq-tag{display:inline-flex;align-items:center;gap:6px;background:#14b4751f;border:1px solid #14b47540;color:#14B475;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:5px 14px;border-radius:20px;margin-bottom:18px}
.faqblock-header .faq-h2{font-size:34px;font-weight:700;color:#FAFAFB;line-height:1.22;letter-spacing:-.3px}
.faqblock-header .faq-h2 span{color:#14B475}
.faq-list{display:flex;flex-direction:column;gap:14px;max-width:800px;margin:0 auto}
.faq-item{background:#fafafb0a;border:1px solid #fafafb17;border-radius:12px;overflow:hidden}
.faq-item input[type="checkbox"]{display:none}
.faq-item .faq-question{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:20px 24px;cursor:pointer;color:#FAFAFB;font-size:16px;font-weight:500;transition:background 180ms;user-select:none;gap:16px}
.faq-item .faq-question:hover{background:#14b4750f}
.faq-item .faq-question .faq-icon{flex-shrink:0;width:24px;height:24px;border-radius:50%;border:1.5px solid #14b47580;display:flex;align-items:center;justify-content:center;color:#14B475;font-size:14px;transition:background 200ms,transform 250ms}
.faq-item input[type="checkbox"]:checked ~ .faq-question .faq-icon{background:#14B475;color:#fff;transform:rotate(45deg)}
.faq-item .faq-answer{max-height:0;overflow:hidden;transition:max-height 300ms ease,padding 200ms;padding:0 24px}
.faq-item input[type="checkbox"]:checked ~ .faq-answer{max-height:300px;padding:0 24px 20px}
.faq-item .faq-answer p{font-size:14px;color:#fafafb99;line-height:1.7;margin:0}
.faq-item input[type="checkbox"]:checked ~ .faq-question{background:#14b4750f;border-bottom:1px solid #fafafb0f}
@media (max-width: 1024px) {
.titleblock-inner{gap:36px}
.titleblock-imgbox{flex:0 0 280px}
.titleblock-imgbox .imgcut-wrap{width:260px;height:300px}
.titleblock-text .tblock-qa-a{font-size:34px}
.formblock-layout{gap:40px}
.formsection-left{flex:0 0 300px;max-width:300px}
.contactinfo-grid{gap:20px}
}
@media (max-width: 768px) {
.titleblock-inner{flex-direction:column;gap:36px}
.titleblock-imgbox{flex:0 0 auto;align-self:center}
.titleblock-imgbox .imgcut-wrap{width:280px;height:300px}
.titleblock-text .tblock-qa-a{font-size:28px}
.contactinfo-grid{grid-template-columns:1fr;max-width:420px}
.formblock-layout{flex-direction:column;gap:36px}
.formsection-left{flex:none;max-width:100%;width:100%}
.corpform-box{padding:28px 20px}
.corpform-box .cform-row{flex-direction:column;gap:0}
.topicradio-wrap{flex-direction:column;gap:8px}
.faqblock-header .faq-h2{font-size:26px}
}
@media (max-width: 480px) {
.titleblock-outer{padding:56px 0 48px}
.titleblock-text .tblock-qa-a{font-size:24px}
.titleblock-imgbox .imgcut-wrap{width:240px;height:260px}
.titleblock-imgbox .imgcut-badge{left:-8px;font-size:12px;padding:8px 14px}
.formsection-left .fs-heading{font-size:26px}
.contactinfo-section{padding:48px 0 40px}
.formblock-section{padding:48px 0 56px}
.faq-section{padding:48px 0 56px}
}
::-webkit-scrollbar{width:5px;background:#FAFAFB}
::-webkit-scrollbar-thumb{background:#14B475;border-radius:4px;transition:background 200ms}
::-webkit-scrollbar-thumb:hover{background:#0d8a57}
*{cursor:default}
a,button,label,input[type="submit"],input[type="checkbox"],input[type="radio"],select{cursor:pointer}
input[type="text"],input[type="tel"],textarea{cursor:text}
.learningtips-hero{background:linear-gradient(135deg,#171526 0%,#1e1d35 40%,#14B475 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.learningtips-hero::before{content:'';position:absolute;top:-60px;right:-60px;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,#14b4752e 0%,transparent 70%);pointer-events:none}
.learningtips-hero::after{content:'';position:absolute;bottom:-40px;left:10%;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,#14b4751a 0%,transparent 70%);pointer-events:none}
.learningtips-hero .herobox{max-width:1320px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:56px;position:relative;z-index:2}
.learningtips-hero .herotext{flex:1 1 480px;min-width:0}
.learningtips-hero .herotag{display:inline-flex;align-items:center;gap:8px;background:#14b47526;border:1px solid #14b47559;border-radius:20px;padding:6px 16px;margin-bottom:24px}
.learningtips-hero .herotag span{color:#14B475;font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}
.learningtips-hero .heroh1{font-size:clamp(32px,5vw,54px);font-weight:800;color:#FAFAFB;line-height:1.12;margin:0 0 10px}
.learningtips-hero .heroh1 .accentword{color:#14B475;position:relative}
.learningtips-hero .heroh1 .accentword::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#14B475,transparent);border-radius:2px}
.learningtips-hero .heropause{width:48px;height:3px;background:linear-gradient(90deg,#14B475,#14b47533);border-radius:2px;margin:22px 0}
.learningtips-hero .herodesc{font-size:17px;line-height:1.7;color:#fafafbc7;margin:0;max-width:460px}
.learningtips-hero .heroimgbox{flex:0 0 420px;position:relative}
.learningtips-hero .heroimgbox img{width:100%;height:320px;object-fit:cover;border-radius:16px;display:block;box-shadow:0 24px 56px #17152680 0 4px 12px #14b4752e}
.learningtips-hero .heroimgbox .imgbadge{position:absolute;bottom:-18px;left:-18px;background:#14B475;color:#fff;border-radius:12px;padding:14px 20px;box-shadow:0 8px 24px #14b47559;display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:130px}
.learningtips-hero .heroimgbox .imgbadge .badgenum{font-size:26px;font-weight:800;color:#fff;line-height:1}
.learningtips-hero .heroimgbox .imgbadge .badgelabel{font-size:12px;color:#ffffffd9;font-weight:500}
.learningtips-hero .heroimgbox .imgbadge2{position:absolute;top:-16px;right:-16px;background:#171526;border:2px solid #14b47566;border-radius:12px;padding:10px 16px;display:flex;align-items:center;gap:8px;box-shadow:0 4px 16px #17152666}
.learningtips-hero .heroimgbox .imgbadge2 span{color:#FAFAFB;font-size:13px;font-weight:600}
.tips-section{background:#FAFAFB;padding:90px 20px 80px}
.tips-section .tipsbox{max-width:1320px;margin:0 auto}
.tips-section .tipstoprow{display:flex;flex-direction:row;align-items:flex-start;gap:64px;margin-bottom:64px}
.tips-section .tipsheadcol{flex:0 0 340px;min-width:0;position:relative}
.tips-section .tipsheadcol::before{content:'';position:absolute;top:0;left:-20px;width:4px;height:64px;background:linear-gradient(180deg,#14B475,#14b4751a);border-radius:2px}
.tips-section .tipsheadcol h2{font-size:clamp(24px,3.5vw,38px);font-weight:800;color:#171526;line-height:1.2;margin:0 0 18px}
.tips-section .tipsheadcol h2 em{font-style:normal;color:#14B475}
.tips-section .tipsheadcol p{font-size:15px;line-height:1.72;color:#555;margin:0}
.tips-section .tipscontentcol{flex:1 1 0;min-width:0}
.tips-section .tipscontentcol .maintext{font-size:16px;line-height:1.78;color:#333;margin:0 0 28px}
.tips-section .tipscontentcol .secondtext{font-size:15px;line-height:1.75;color:#444;margin:0}
.tips-section .tipsgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:56px}
.tips-section .tipcard{background:#fff;border-radius:14px;padding:28px 24px;border:1px solid #17152612;box-shadow:0 2px 12px #1715260f;position:relative;transition:box-shadow 200ms ease,transform 200ms ease}
.tips-section .tipcard:hover{box-shadow:0 8px 28px #14b47524 0 2px 8px #1715260f;transform:translateY(-3px)}
.tips-section .tipcard .tipicon{width:44px;height:44px;background:linear-gradient(135deg,#171526,#14B475);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.tips-section .tipcard .tipicon svg{width:22px;height:22px;stroke:#fff;fill:none}
.tips-section .tipcard h4{font-size:16px;font-weight:700;color:#171526;margin:0 0 10px;line-height:1.3}
.tips-section .tipcard p{font-size:14px;line-height:1.68;color:#555;margin:0}
.tips-section .tipcard .tipstep{position:absolute;top:18px;right:18px;font-size:28px;font-weight:900;color:#14b4751a;line-height:1;user-select:none}
.tips-section .tipsprofilebar{display:flex;flex-direction:row;align-items:stretch;gap:0;background:#fff;border-radius:16px;border:1px solid #17152614;overflow:hidden;box-shadow:0 4px 20px #17152612}
.tips-section .tipsprofilebar .profileimgbox{flex:0 0 220px;position:relative;overflow:hidden}
.tips-section .tipsprofilebar .profileimgbox img{width:220px;height:100%;object-fit:cover;display:block;min-height:220px}
.tips-section .tipsprofilebar .profilecontent{flex:1 1 0;padding:36px 40px;display:flex;flex-direction:column;justify-content:center;gap:14px}
.tips-section .tipsprofilebar .profilecontent .profilelabel{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#14B475}
.tips-section .tipsprofilebar .profilecontent h3{font-size:22px;font-weight:800;color:#171526;margin:0;line-height:1.25}
.tips-section .tipsprofilebar .profilecontent .profilequote{font-size:15px;line-height:1.72;color:#444;margin:0;font-style:italic;border-left:3px solid #14B475;padding-left:16px}
.tips-section .tipsprofilebar .profilestats{flex:0 0 200px;background:linear-gradient(135deg,#171526 0%,#222040 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:32px 20px}
.tips-section .tipsprofilebar .profilestats .statitem{text-align:center}
.tips-section .tipsprofilebar .profilestats .statnum{font-size:30px;font-weight:900;color:#14B475;line-height:1;display:block}
.tips-section .tipsprofilebar .profilestats .statlabel{font-size:12px;color:#fafafba6;margin-top:4px;display:block;line-height:1.4}
.tips-section .tipsprofilebar .profilestats .statdivider{width:40px;height:1px;background:#14b4754d}
.tips-accordion-section{background:#fff;padding:80px 20px;border-top:1px solid #1715260f}
.tips-accordion-section .accordbox{max-width:1320px;margin:0 auto;display:flex;flex-direction:row;align-items:flex-start;gap:72px}
.tips-accordion-section .accordleft{flex:0 0 380px;min-width:0;position:sticky;top:40px}
.tips-accordion-section .accordleft .alabel{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#14B475;margin-bottom:14px;display:block}
.tips-accordion-section .accordleft h2{font-size:clamp(22px,3vw,34px);font-weight:800;color:#171526;line-height:1.22;margin:0 0 20px}
.tips-accordion-section .accordleft p{font-size:15px;line-height:1.74;color:#555;margin:0 0 30px}
.tips-accordion-section .accordleft .imgwrap{border-radius:14px;overflow:hidden;box-shadow:0 12px 36px #17152621;position:relative}
.tips-accordion-section .accordleft .imgwrap img{width:100%;height:240px;object-fit:cover;display:block}
.tips-accordion-section .accordleft .imgwrap .imgoverlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#171526d9 0%,transparent 100%);padding:20px 18px 16px}
.tips-accordion-section .accordleft .imgwrap .imgoverlay .overlaylabel{font-size:13px;color:#fafafbcc;font-weight:500}
.tips-accordion-section .accordleft .imgwrap .imgoverlay .overlayname{font-size:15px;color:#FAFAFB;font-weight:700;display:block;margin-top:2px}
.tips-accordion-section .accordright{flex:1 1 0;min-width:0}
.accorditem{border-bottom:1px solid #17152617;overflow:hidden}
.accorditem input[type="checkbox"]{display:none}
.accorditem .accordlabel{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:22px 0;cursor:pointer;user-select:none;gap:16px;transition:color 180ms ease}
.accorditem .accordlabel .aqdot{flex:0 0 28px;height:28px;border-radius:50%;background:#FAFAFB;border:2px solid #14b4754d;display:flex;align-items:center;justify-content:center;transition:background 180ms ease,border-color 180ms ease}
.accorditem .accordlabel .aqdot svg{width:14px;height:14px;stroke:#14B475;transition:transform 180ms ease}
.accorditem input[type="checkbox"]:checked ~ .accordlabel .aqdot{background:#14B475;border-color:#14B475}
.accorditem input[type="checkbox"]:checked ~ .accordlabel .aqdot svg{stroke:#fff;transform:rotate(45deg)}
.accorditem .accordlabel .aqtitle{flex:1 1 0;font-size:16px;font-weight:700;color:#171526;line-height:1.35}
.accorditem input[type="checkbox"]:checked ~ .accordlabel .aqtitle{color:#14B475}
.accorditem .accordbody{max-height:0;overflow:hidden;transition:max-height 250ms ease,padding 250ms ease}
.accorditem input[type="checkbox"]:checked ~ .accordbody{max-height:300px}
.accorditem .accordbody .abinner{padding:0 0 22px 44px;font-size:14px;line-height:1.75;color:#555}
.accorditem .accordbody .abinner strong{color:#171526}
.svgdivider{width:100%;overflow:hidden;line-height:0;background:#FAFAFB}
.svgdivider svg{display:block;width:100%}
@media (max-width: 1024px) {
.learningtips-hero .herobox{gap:36px}
.learningtips-hero .heroimgbox{flex:0 0 320px}
.tips-section .tipsgrid{grid-template-columns:repeat(2,1fr)}
.tips-section .tipstoprow{gap:40px}
.tips-section .tipsheadcol{flex:0 0 260px}
.tips-accordion-section .accordbox{gap:44px}
.tips-accordion-section .accordleft{flex:0 0 300px}
.tips-section .tipsprofilebar .profilestats{flex:0 0 160px}
}
@media (max-width: 768px) {
.learningtips-hero{padding:60px 20px 48px}
.learningtips-hero .herobox{flex-direction:column;gap:40px}
.learningtips-hero .heroimgbox{flex:unset;width:100%}
.learningtips-hero .heroimgbox img{height:240px}
.learningtips-hero .heroimgbox .imgbadge{bottom:-14px;left:-6px;padding:10px 14px}
.learningtips-hero .heroimgbox .imgbadge2{top:-10px;right:-6px}
.tips-section{padding:70px 20px 60px}
.tips-section .tipstoprow{flex-direction:column;gap:28px}
.tips-section .tipsheadcol{flex:unset}
.tips-section .tipsheadcol::before{display:none}
.tips-section .tipsgrid{grid-template-columns:1fr;gap:18px}
.tips-section .tipsprofilebar{flex-direction:column}
.tips-section .tipsprofilebar .profileimgbox{flex:unset;width:100%}
.tips-section .tipsprofilebar .profileimgbox img{width:100%;height:220px;min-height:unset}
.tips-section .tipsprofilebar .profilestats{flex:unset;flex-direction:row;padding:22px 24px;gap:20px;justify-content:flex-start}
.tips-section .tipsprofilebar .profilestats .statdivider{width:1px;height:40px}
.tips-section .tipsprofilebar .profilecontent{padding:24px}
.tips-accordion-section{padding:60px 20px}
.tips-accordion-section .accordbox{flex-direction:column;gap:40px}
.tips-accordion-section .accordleft{flex:unset;width:100%;position:static}
}
@media (max-width: 480px) {
.tips-section .tipsgrid{grid-template-columns:1fr}
.learningtips-hero .heroh1{font-size:28px}
}
.teachbox{max-width:1320px;margin:0 auto;padding:0 24px}
.titleblock{position:relative;overflow:hidden;padding:80px 0 60px;background:#FAFAFB}
.titleblock .teachbox{display:flex;flex-direction:row;align-items:center;gap:60px}
.titleblock-text{flex:1;position:relative;z-index:2}
.titleblock-frame{position:absolute;top:20px;left:-10px;width:90%;height:90%;border:2px solid #14B475;border-radius:12px;opacity:.18;pointer-events:none}
.titleblock-label{display:inline-block;background:linear-gradient(135deg,#171526,#14B475);color:#FAFAFB;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 16px;border-radius:20px;margin-bottom:24px}
.titleblock-text h1{font-size:clamp(30px,5vw,52px);font-weight:800;color:#171526;line-height:1.15;margin:0 0 20px}
.titleblock-text h1 span{color:#14B475}
.titleblock-list{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:12px}
.titleblock-list li{display:flex;flex-direction:row;align-items:flex-start;gap:12px;color:#3a3858;font-size:15px;line-height:1.55}
.titleblock-list li .oi{color:#14B475;font-size:14px;margin-top:3px;flex-shrink:0}
.btn-primary{display:inline-flex;flex-direction:row;align-items:center;gap:10px;background:linear-gradient(135deg,#171526 60%,#14B475);color:#FAFAFB;font-size:15px;font-weight:600;padding:14px 32px;border-radius:10px;text-decoration:none;transition:box-shadow 200ms,transform 150ms;position:relative;z-index:3}
.btn-primary:hover{box-shadow:0 8px 24px #14b47559;transform:translateY(-2px)}
.titleblock-imgside{flex:0 0 420px;position:relative}
.titleblock-imgwrap{position:relative;border-radius:16px;overflow:hidden;transform:rotate(2.5deg);box-shadow:0 16px 48px #1715262e}
.titleblock-imgwrap img{width:100%;height:340px;object-fit:cover;display:block}
.titleblock-imgwrap::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 55%,#1715268c 100%);border-radius:16px}
.titleblock-deco{position:absolute;bottom:-16px;right:-16px;width:80px;height:80px;border:3px solid #14B475;border-radius:12px;opacity:.3}
.titleblock-deco2{position:absolute;top:-12px;left:-12px;width:48px;height:48px;background:linear-gradient(135deg,#14B475,#171526);border-radius:8px;opacity:.15}
.approachsection{padding:88px 0 72px;background:#171526;position:relative}
.approachsection::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#14B475,#171526 80%)}
.approachgrid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;margin-top:48px}
.approachsection-header{text-align:center}
.approachsection-header h2{font-size:clamp(24px,4vw,40px);font-weight:700;color:#FAFAFB;margin:0 0 12px;position:relative;display:inline-block}
.approachsection-header h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:48px;height:3px;background:#14B475;border-radius:2px}
.approachsection-header p{color:#fafafba6;font-size:15px;margin:20px auto 0;max-width:560px;line-height:1.6}
.approachcard{background:#fafafb0d;border:1px solid #fafafb1a;border-radius:14px;padding:32px 28px;transition:background 220ms,border-color 220ms,transform 180ms;position:relative;overflow:hidden}
.approachcard:hover{background:#14b47514;border-color:#14b47566;transform:translateY(-4px)}
.approachcard-icon{width:48px;height:48px;background:linear-gradient(135deg,#14B475,#14b47566);border-radius:10px;display:flex;flex-direction:row;align-items:center;justify-content:center;margin-bottom:20px}
.approachcard-icon .oi{color:#FAFAFB;font-size:20px}
.approachcard h4{font-size:17px;font-weight:700;color:#FAFAFB;margin:0 0 10px}
.approachcard p{font-size:14px;color:#fafafb99;line-height:1.65;margin:0}
.methodsplit{padding:88px 0 72px;background:#FAFAFB}
.methodsplit-inner{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.methodsplit-imgbox{position:relative}
.methodsplit-imgbox img{width:100%;height:400px;object-fit:cover;border-radius:14px;display:block;box-shadow:0 12px 40px #17152624}
.methodsplit-badge{position:absolute;bottom:24px;left:-20px;background:#FAFAFB;border-radius:12px;padding:16px 20px;box-shadow:0 8px 28px #17152629;display:flex;flex-direction:row;align-items:center;gap:12px}
.methodsplit-badge .oi{color:#14B475;font-size:22px}
.methodsplit-badge-text strong{display:block;font-size:15px;font-weight:700;color:#171526}
.methodsplit-badge-text span{font-size:12px;color:#6b6a80}
.methodsplit-content h2{font-size:clamp(22px,3.5vw,36px);font-weight:700;color:#171526;margin:0 0 16px}
.methodsplit-content h2 em{font-style:normal;color:#14B475}
.methodsplit-content p{font-size:15px;color:#4a4a62;line-height:1.7;margin:0 0 28px}
.methodsteps{display:flex;flex-direction:column;gap:16px}
.methodstep{display:flex;flex-direction:row;align-items:flex-start;gap:16px}
.methodstep-num{width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,#171526,#14B475);color:#FAFAFB;font-size:13px;font-weight:700;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-shrink:0}
.methodstep-body h5{font-size:14px;font-weight:700;color:#171526;margin:0 0 4px}
.methodstep-body p{font-size:13px;color:#6b6a80;margin:0;line-height:1.55}
.testimonialssection{padding:88px 0 72px;background:linear-gradient(160deg,#171526 0%,#1c1f3a 60%,#14B475 140%);position:relative;overflow:hidden}
.testimonialssection::after{content:'';position:absolute;bottom:0;right:0;width:300px;height:300px;background:radial-gradient(circle,#14b47526 0%,transparent 70%);pointer-events:none}
.testimonialssection-header{text-align:center;margin-bottom:52px}
.testimonialssection-header h2{font-size:clamp(22px,3.5vw,38px);font-weight:700;color:#FAFAFB;margin:0 0 10px}
.testimonialssection-header p{color:#fafafb8c;font-size:14px;margin:0}
.testimonialsrow{display:grid;grid-template-columns:1fr 1fr;gap:32px;position:relative;z-index:2}
.testimonialcard{background:#fafafb0f;border:1px solid #fafafb1f;border-radius:16px;padding:36px 32px;position:relative}
.testimonialcard-quote{font-size:56px;line-height:1;color:#14B475;opacity:.4;font-weight:900;margin-bottom:12px}
.testimonialcard p{font-size:14px;color:#fafafbbf;line-height:1.7;margin:0 0 28px}
.testimonialcard-person{display:flex;flex-direction:row;align-items:center;gap:14px}
.testimonialcard-person img{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid #14B475}
.testimonialcard-person-info strong{display:block;font-size:14px;font-weight:700;color:#FAFAFB}
.testimonialcard-person-info span{font-size:12px;color:#fafafb80}
.ctafinalsection{padding:80px 0;background:#FAFAFB;position:relative}
.ctafinal-box{background:linear-gradient(135deg,#171526 0%,#1a2b20 100%);border-radius:20px;padding:64px 56px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:48px;position:relative;overflow:hidden}
.ctafinal-box::before{content:'';position:absolute;top:-60px;right:-60px;width:260px;height:260px;background:radial-gradient(circle,#14b47533 0%,transparent 70%);pointer-events:none}
.ctafinal-text{flex:1;position:relative;z-index:2}
.ctafinal-text h2{font-size:clamp(22px,3vw,36px);font-weight:700;color:#FAFAFB;margin:0 0 14px}
.ctafinal-text p{font-size:15px;color:#fafafb99;margin:0;line-height:1.6;max-width:480px}
.ctafinal-actions{display:flex;flex-direction:column;gap:14px;align-items:flex-start;flex-shrink:0;position:relative;z-index:2}
.btn-accent{display:inline-flex;flex-direction:row;align-items:center;gap:10px;background:#14B475;color:#171526;font-size:15px;font-weight:700;padding:14px 32px;border-radius:10px;text-decoration:none;transition:box-shadow 200ms,transform 150ms}
.btn-accent:hover{box-shadow:0 8px 24px #14b47573;transform:translateY(-2px)}
.btn-ghost{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:transparent;color:#fafafbb3;font-size:14px;font-weight:500;text-decoration:none;border:1px solid #fafafb33;padding:12px 24px;border-radius:10px;transition:border-color 200ms,color 200ms}
.btn-ghost:hover{border-color:#14B475;color:#14B475}
.wavy-divider{width:100%;line-height:0;display:block;overflow:hidden;background:#FAFAFB}
.wavy-divider svg{display:block;width:100%}
@media (max-width: 1024px) {
.approachgrid{grid-template-columns:1fr 1fr}
.titleblock .teachbox{flex-direction:column;gap:40px}
.titleblock-imgside{flex:0 0 auto;width:100%;max-width:480px}
.methodsplit-inner{grid-template-columns:1fr;gap:48px}
.ctafinal-box{flex-direction:column;align-items:flex-start;padding:48px 36px}
}
@media (max-width: 768px) {
.approachgrid{grid-template-columns:1fr}
.testimonialsrow{grid-template-columns:1fr}
.titleblock{padding:56px 0 48px}
.approachsection,.methodsplit,.testimonialssection,.ctafinalsection{padding:64px 0 52px}
.methodsplit-badge{left:0;bottom:16px}
.ctafinal-box{padding:36px 24px}
.ctafinal-actions{width:100%}
.btn-accent,.btn-ghost{width:100%;justify-content:center}
}
@media (max-width: 480px) {
.titleblock-imgwrap img{height:220px}
.methodsplit-imgbox img{height:260px}
}
link[rel="stylesheet"]{display:none}
.successpage-wrap{max-width:1320px;margin:0 auto;padding:0 24px}
.successpage-hero{position:relative;overflow:hidden;min-height:520px;display:flex;align-items:center;background:linear-gradient(135deg,#171526 0%,#1e1d35 40%,#14B475 100%);padding:80px 0 60px}
.successpage-hero .bg-motion-ring{position:absolute;border-radius:50%;border:1px solid #14b4752e;pointer-events:none}
.successpage-hero .bg-motion-ring:nth-child(1){width:420px;height:420px;top:-80px;right:-60px;border-width:2px;border-color:#14b47538;animation:ringpulse 6s ease-in-out infinite}
.successpage-hero .bg-motion-ring:nth-child(2){width:260px;height:260px;top:-20px;right:80px;border-color:#fafafb1a;animation:ringpulse 8s ease-in-out infinite reverse}
.successpage-hero .bg-motion-ring:nth-child(3){width:180px;height:180px;bottom:30px;left:-40px;border-color:#14b47524;animation:ringpulse 5s ease-in-out infinite}
.successpage-hero .bg-geo-dot{position:absolute;width:6px;height:6px;border-radius:50%;background:#14b47580;pointer-events:none}
.successpage-hero .bg-geo-dot:nth-child(4){top:22%;left:15%}
.successpage-hero .bg-geo-dot:nth-child(5){top:65%;left:72%;width:4px;height:4px;background:#fafafb4d}
.successpage-hero .bg-geo-dot:nth-child(6){top:38%;right:22%;width:8px;height:8px;background:#14b47540}
@keyframes ringpulse {
0%,100%{transform:scale(1);opacity:.7}
50%{transform:scale(1.06);opacity:1}
}
.successhero-innerbox{position:relative;z-index:2;width:100%}
.successhero-innerbox .successpage-wrap{display:flex;flex-direction:row;align-items:center;gap:56px}
.successhero-textcol{flex:1 1 0;min-width:0}
.successhero-badge{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:#14b47526;border:1px solid #14b47559;border-radius:24px;padding:6px 16px;margin-bottom:28px}
.successhero-badge .oi{color:#14B475;font-size:14px}
.successhero-badge span{color:#14B475;font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}
.successhero-heading{font-size:clamp(32px,5vw,52px);font-weight:800;color:#FAFAFB;line-height:1.18;margin:0 0 20px;letter-spacing:-.02em}
.successhero-heading .underlined-kw{position:relative;display:inline-block;color:#14B475;text-decoration:none}
.successhero-heading .underlined-kw::after{content:'';position:absolute;left:0;bottom:-4px;width:100%;height:3px;background:linear-gradient(90deg,#14B475,#14b4754d);border-radius:2px}
.successhero-subtext{font-size:17px;line-height:1.7;color:#fafafbc7;margin:0 0 36px;max-width:480px}
.successhero-ctarow{display:flex;flex-direction:row;align-items:center;gap:16px;flex-wrap:wrap}
.btn-successprimary{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:#14B475;color:#171526;font-size:15px;font-weight:700;padding:13px 28px;border-radius:10px;text-decoration:none;border:none;cursor:pointer;transition:background 0.2s,box-shadow 0.2s,transform .15s;box-shadow:0 4px 18px #14b47547;position:relative;z-index:5}
.btn-successprimary:hover{background:#11a066;box-shadow:0 6px 24px #14b47561;transform:translateY(-2px)}
.btn-successsecondary{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:transparent;color:#fafafbd9;font-size:15px;font-weight:600;padding:13px 24px;border-radius:10px;text-decoration:none;border:1px solid #fafafb40;cursor:pointer;transition:border-color 0.2s,color 0.2s,background .2s;position:relative;z-index:5}
.btn-successsecondary:hover{border-color:#fafafb99;color:#FAFAFB;background:#fafafb0f}
.successhero-visualcol{flex:0 0 320px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}
.successhero-checkring{position:relative;width:180px;height:180px}
.successhero-checkring svg{width:180px;height:180px}
.checkring-inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:110px;height:110px;background:#14b4751f;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #14b4754d}
.checkring-inner .oi{color:#14B475;font-size:42px}
.successhero-statnotes{display:flex;flex-direction:column;gap:10px;margin-top:28px;width:100%}
.successhero-statnote{background:#fafafb0f;border:1px solid #fafafb1a;border-radius:10px;padding:10px 16px;display:flex;flex-direction:row;align-items:center;gap:10px}
.successhero-statnote .oi{color:#14B475;font-size:15px;flex-shrink:0}
.successhero-statnote span{font-size:13px;color:#fafafbbf;line-height:1.4}
.nextsteps-section{padding:80px 0 90px;background:#FAFAFB;position:relative}
.nextsteps-section::before{content:'';display:block;width:100%;height:4px;background:linear-gradient(90deg,#14B475 0%,#14b47526 100%);position:absolute;top:0;left:0}
.nextsteps-headrow{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:52px;flex-wrap:wrap}
.nextsteps-headtext{flex:1 1 0;min-width:0}
.nextsteps-eyebrow{display:flex;flex-direction:row;align-items:center;gap:10px;margin-bottom:14px}
.nextsteps-eyebrow .accent-line{width:32px;height:3px;background:#14B475;border-radius:2px;display:inline-block}
.nextsteps-eyebrow span{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#14B475}
.nextsteps-title{font-size:clamp(24px,3.5vw,38px);font-weight:800;color:#171526;line-height:1.22;margin:0 0 12px;letter-spacing:-.02em}
.nextsteps-title .accent-word{color:#14B475;position:relative}
.nextsteps-title .accent-word::before{content:'';position:absolute;left:-4px;right:-4px;bottom:0;height:40%;background:#14b47514;border-radius:4px;z-index:-1}
.nextsteps-desc{font-size:16px;line-height:1.7;color:#171526a6;margin:0;max-width:480px}
.nextsteps-stepstrack{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.nextstep-card{background:#fff;border-radius:16px;padding:32px 28px 28px;box-shadow:0 2px 12px #17152612 0 0 0 1px #1715260f;position:relative;overflow:hidden;transition:box-shadow 0.2s,transform .2s;display:flex;flex-direction:column;gap:0}
.nextstep-card:hover{box-shadow:0 8px 28px #1715261f 0 0 0 1px #14b4752e;transform:translateY(-4px)}
.nextstep-card .stepnumber-badge{position:absolute;top:20px;right:24px;font-size:11px;font-weight:700;letter-spacing:.08em;color:#17152640;text-transform:uppercase}
.nextstep-card .step-iconbox{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#14b4751f,#14b4750a);display:flex;align-items:center;justify-content:center;margin-bottom:20px;border:1px solid #14b4752e}
.nextstep-card .step-iconbox .oi{font-size:22px;color:#14B475}
.nextstep-card .step-title{font-size:18px;font-weight:700;color:#171526;margin:0 0 10px;line-height:1.3}
.nextstep-card .step-body{font-size:14px;line-height:1.65;color:#1715269e;margin:0 0 22px;flex:1 1 auto}
.nextstep-card .step-tag{display:inline-flex;flex-direction:row;align-items:center;gap:6px;background:#14b47514;border-radius:20px;padding:5px 12px;font-size:12px;font-weight:600;color:#14B475}
.nextstep-card .step-tag .oi{font-size:11px}
.nextstep-card.card-featured{background:linear-gradient(145deg,#171526 0%,#1c1a32 100%);box-shadow:0 8px 32px #17152638}
.nextstep-card.card-featured .step-title{color:#FAFAFB}
.nextstep-card.card-featured .step-body{color:#fafafb9e}
.nextstep-card.card-featured .stepnumber-badge{color:#fafafb33}
.nextstep-card.card-featured .step-iconbox{background:#14b47533;border-color:#14b47559}
.nextstep-card.card-featured .step-tag{background:#14b4752e}
.nextstep-card.card-featured:hover{box-shadow:0 12px 40px #17152652 0 0 0 1px #14b4754d}
.nextsteps-bottomrow{margin-top:52px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:32px;background:linear-gradient(90deg,#14b4750f 0%,#14b47505 100%);border-radius:16px;padding:28px 36px;border:1px solid #14b47524;flex-wrap:wrap}
.nextsteps-bottomrow .contact-hint{display:flex;flex-direction:row;align-items:center;gap:14px;flex:1 1 0;min-width:0}
.nextsteps-bottomrow .contact-hint .oi{font-size:20px;color:#14B475;flex-shrink:0}
.nextsteps-bottomrow .contact-hint-text p{margin:0}
.nextsteps-bottomrow .contact-hint-text .hint-label{font-size:13px;color:#17152680;margin-bottom:3px;display:block}
.nextsteps-bottomrow .contact-hint-text .hint-value{font-size:15px;font-weight:600;color:#171526}
.nextsteps-bottomrow .contact-hint-text .hint-value a{color:#171526;text-decoration:none;transition:color .15s}
.nextsteps-bottomrow .contact-hint-text .hint-value a:hover{color:#14B475}
.nextstepsbottom-cta{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:#171526;color:#FAFAFB;font-size:14px;font-weight:700;padding:12px 24px;border-radius:10px;text-decoration:none;transition:background 0.2s,box-shadow .2s;box-shadow:0 2px 12px #17152626;flex-shrink:0;position:relative;z-index:5}
.nextstepsbottom-cta:hover{background:#14B475;color:#171526;box-shadow:0 4px 18px #14b47540}
@media (max-width: 960px) {
.successhero-innerbox .successpage-wrap{flex-direction:column;gap:40px}
.successhero-visualcol{flex:0 0 auto;width:100%;flex-direction:row;justify-content:flex-start;gap:32px}
.successhero-statnotes{margin-top:0;flex:1 1 0}
.nextsteps-stepstrack{grid-template-columns:1fr 1fr}
}
@media (max-width: 680px) {
.successpage-hero{min-height:auto;padding:60px 0 48px}
.successhero-visualcol{flex-direction:column;align-items:flex-start}
.successhero-checkring{width:120px;height:120px}
.successhero-checkring svg{width:120px;height:120px}
.checkring-inner{width:76px;height:76px}
.checkring-inner .oi{font-size:30px}
.nextsteps-stepstrack{grid-template-columns:1fr}
.nextsteps-headrow{flex-direction:column;align-items:flex-start}
.nextsteps-bottomrow{flex-direction:column;align-items:flex-start;padding:22px 20px}
.successhero-ctarow{flex-direction:column;align-items:flex-start}
.btn-successprimary,.btn-successsecondary{width:100%;justify-content:center}
}
@media (max-width: 400px) {
.successpage-wrap{padding:0 14px}
.nextstep-card{padding:24px 18px 20px}
}