*{margin:0;padding:0;box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:'Montserrat',sans-serif;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);color:#e8eaf6;line-height:1.6;scroll-behavior:smooth}
.topBrand{background:linear-gradient(120deg,#0C97DF 0%,#F09816 50%,#FEB5C1 100%);padding:18px 0;box-shadow:0 3px 8px #0009}
.brandWrap{max-width:1140px;margin:0 auto;text-align:center;padding:0 20px}
.topBrand .companyTitle{font-size:32px;font-weight:700;color:#1a1a2e;margin:0;letter-spacing:2px;text-transform:uppercase}
.midSection{background:#0f3460f2;padding:25px 0;border-bottom:3px solid #0C97DF}
.midContainer{max-width:1140px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:40px;padding:0 20px;flex-wrap:wrap}
.logoHolder{flex-shrink:0}
.midSection .siteLogo{height:110px;width:110px;background:#ffffff1a;padding:8px;border-radius:8px;box-shadow:0 0 20px #0c97df66}
.contactBlock{display:flex;gap:30px;flex-wrap:wrap}
.contactBlock .contactItem{display:flex;align-items:center;gap:10px;color:#e8eaf6;font-size:14px}
.contactBlock .contactItem i{color:#F09816;font-size:20px}
.mainNav{background:#1a1a2efa;border-top:1px solid #f098164d;box-shadow:0 4px 6px #0006}
.navContainer{max-width:1140px;margin:0 auto;padding:0 20px}
.mainNav .navList{list-style:none;display:flex;justify-content:center;gap:50px;padding:0;margin:0;flex-wrap:wrap}
.mainNav .navList li{padding:18px 0}
.mainNav .navList a{color:#e8eaf6;text-decoration:none;font-size:16px;font-weight:600;transition:color .2s ease;padding:8px 15px;border-radius:6px}
.mainNav .navList a:hover{color:#F09816;background:#f098161a}
.footerWrap{background:linear-gradient(180deg,#0f3460f2 0%,#0c97df33 50%,#f0981626 100%);padding:50px 0 0;margin-top:80px}
.footerContent{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;padding:0 20px 40px;border-bottom:2px solid #0c97df4d}
.footerLogo .ftrLogo{height:90px;width:90px;background:#ffffff0d;padding:10px;border-radius:8px}
.footerLinks{display:flex;flex-direction:column;gap:15px;align-items:center}
.footerLinks a{color:#e8eaf6;text-decoration:none;font-size:15px;transition:color .2s ease}
.footerLinks a:hover{color:#F09816}
.footerContact{display:flex;flex-direction:column;gap:12px}
.footerContact .ftrContactItem{display:flex;align-items:center;gap:10px;font-size:14px;color:#e8eaf6}
.footerContact .ftrContactItem i{color:#FEB5C1;font-size:18px}
.copyrightBar{background:#1a1a2ee6;padding:20px;text-align:center}
.copyrightBar p{margin:0;font-size:14px;color:#b0b3c1}
.cookieConsent{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:linear-gradient(135deg,#1a1a2e 0%,#0f3460 100%);border:2px solid #0C97DF;border-radius:10px;padding:30px;max-width:450px;width:90%;z-index:9999;box-shadow:0 6px 25px #000c;display:none}
.cookieConsent[data-visible="true"]{display:block}
.cookieInner .cookieHeading{font-size:22px;font-weight:700;color:#F09816;margin-bottom:15px}
.cookieInner .cookieDesc{font-size:14px;color:#e8eaf6;margin-bottom:20px;line-height:1.5}
.cookieDesc .policyLink{color:#0C97DF;text-decoration:underline}
.privacyOptions{display:flex;flex-direction:column;gap:12px;margin-bottom:25px}
.privacyOptions .privacyChoice{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:15px;color:#e8eaf6}
.privacyOptions .privacyChoice input[type="radio"]{width:18px;height:18px;cursor:pointer}
.cookieActions{display:flex;flex-direction:column;gap:10px}
.cookieActions button{padding:12px 20px;font-size:15px;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:background .2s ease,transform .2s ease;font-family:'Montserrat',sans-serif}
.cookieActions .acceptBtn{background:linear-gradient(90deg,#0C97DF 0%,#F09816 100%);color:#1a1a2e}
.cookieActions .acceptBtn:hover{background:linear-gradient(90deg,#0a7ec2 0%,#d68514 100%);transform:translateY(-2px)}
.cookieActions .declineBtn{background:#feb5c133;color:#FEB5C1;border:1px solid #FEB5C1}
.cookieActions .declineBtn:hover{background:#feb5c14d}
.cookieActions .optOutBtn{background:#f0981626;color:#F09816;border:1px solid #F09816;font-size:13px;padding:10px 15px}
.cookieActions .optOutBtn:hover{background:#f0981640}
@media (max-width: 1024px) {
.midContainer{justify-content:center;text-align:center}
.contactBlock{justify-content:center}
.footerContent{grid-template-columns:1fr;text-align:center}
.footerLinks{align-items:center}
.footerContact{align-items:center}
}
@media (max-width: 640px) {
.topBrand .companyTitle{font-size:24px}
.midSection .siteLogo{height:80px;width:80px}
.contactBlock{flex-direction:column;gap:15px;width:100%}
.contactBlock .contactItem{justify-content:center}
.mainNav .navList{flex-direction:column;gap:0;align-items:center}
.mainNav .navList li{padding:12px 0;width:100%;text-align:center}
.cookieConsent{padding:20px}
.cookieInner .cookieHeading{font-size:18px}
}
.agreement-block{max-width:1140px;margin:0 auto;padding:80px 20px;background:linear-gradient(135deg,#1a1a1a 0%,#0d0d0d 100%)}
.agreement-block h1{font-size:2.75rem;font-weight:700;color:#fff;margin:0 0 48px;line-height:1.2;letter-spacing:-.02em;background:linear-gradient(120deg,#0C97DF 0%,#F09816 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.agreement-block h2{font-size:2rem;font-weight:600;color:#fff;margin:56px 0 24px;line-height:1.3;letter-spacing:-.01em;border-left:4px solid #0C97DF;padding-left:20px}
.agreement-block h3{font-size:1.5rem;font-weight:600;color:#e8e8e8;margin:40px 0 20px;line-height:1.4}
.agreement-block h4{font-size:1.25rem;font-weight:600;color:#d4d4d4;margin:32px 0 16px;line-height:1.4}
.agreement-block h5{font-size:1.125rem;font-weight:600;color:#c4c4c4;margin:28px 0 14px;line-height:1.5}
.agreement-block h6{font-size:1rem;font-weight:600;color:#b4b4b4;margin:24px 0 12px;line-height:1.5;text-transform:uppercase;letter-spacing:.05em}
.agreement-block p{font-size:1.0625rem;line-height:1.8;color:#b8b8b8;margin:0 0 24px}
.agreement-block strong,.agreement-block b{font-weight:600;color:#e0e0e0}
.agreement-block em,.agreement-block i{font-style:italic;color:#d0d0d0}
.agreement-block a{color:#0C97DF;text-decoration:none;border-bottom:1px solid transparent;transition:all .2s ease}
.agreement-block a:hover{color:#F09816;border-bottom-color:#F09816}
.agreement-block a:focus{outline:2px solid #0C97DF;outline-offset:2px;border-radius:2px}
.agreement-block table{width:100%;border-collapse:collapse;margin:32px 0;background:#1a1a1a;box-shadow:0 4px 6px #0006}
.agreement-block thead{background:linear-gradient(120deg,#0C97DF 0%,#0a7ab8 100%)}
.agreement-block thead tr{box-shadow:0 2px 4px #0000004d}
.agreement-block th{padding:16px 20px;text-align:left;font-weight:600;font-size:.9375rem;color:#fff;border-bottom:2px solid #0a7ab8;text-transform:uppercase;letter-spacing:.05em}
.agreement-block tbody{background:#1a1a1a}
.agreement-block tbody tr{border-bottom:1px solid #2a2a2a;transition:background .2s ease}
.agreement-block tbody tr:hover{background:#222}
.agreement-block tbody tr:last-child{border-bottom:none}
.agreement-block td{padding:14px 20px;font-size:1rem;color:#b8b8b8;line-height:1.6}
.agreement-block div{margin:0;padding:0}
@media (max-width: 1024px) {
.agreement-block{padding:60px 20px}
.agreement-block h1{font-size:2.25rem;margin-bottom:36px}
.agreement-block h2{font-size:1.75rem;margin:48px 0 20px}
.agreement-block h3{font-size:1.375rem;margin:36px 0 18px}
.agreement-block h4{font-size:1.125rem;margin:28px 0 14px}
}
@media (max-width: 640px) {
.agreement-block{padding:40px 16px}
.agreement-block h1{font-size:1.875rem;margin-bottom:28px}
.agreement-block h2{font-size:1.5rem;margin:40px 0 18px;padding-left:16px}
.agreement-block h3{font-size:1.25rem;margin:32px 0 16px}
.agreement-block h4{font-size:1.0625rem;margin:24px 0 12px}
.agreement-block h5{font-size:1rem;margin:20px 0 12px}
.agreement-block h6{font-size:.9375rem;margin:20px 0 10px}
.agreement-block p{font-size:1rem;line-height:1.7;margin-bottom:20px}
.agreement-block table{display:block;overflow-x:auto;margin:24px -16px;width:calc(100% + 32px)}
.agreement-block th,.agreement-block td{padding:12px 14px;font-size:.9375rem}
}
.titleHero{background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);padding:60px 20px;position:relative;overflow:hidden}
.titleHero::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0C97DF 0%,#F09816 50%,#FEB5C1 100%)}
.titleHero .mainWrapper{max-width:1140px;margin:0 auto;display:flex;align-items:center;gap:50px}
.titleHero .contentZone{flex:1}
.titleHero .visualZone{flex:0 0 380px;position:relative}
.titleHero .visualZone img{width:100%;height:420px;object-fit:cover;border-radius:8px;box-shadow:8px 8px 0 #0c97df4d 16px 16px 0 #f0981633;filter:brightness(0.92) contrast(1.08)}
.titleHero .accentLine{width:80px;height:3px;background:linear-gradient(90deg,#0C97DF,#F09816);margin-bottom:24px}
.titleHero h1{font-size:48px;font-weight:700;color:#fff;margin:0 0 28px;line-height:1.2}
.titleHero .ctaBtn{display:inline-block;padding:14px 36px;background:linear-gradient(120deg,#0C97DF 0%,#F09816 100%);color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:16px;transition:all .3s ease;box-shadow:4px 4px 8px #0000004d}
.titleHero .ctaBtn:hover{transform:translateY(-2px);box-shadow:6px 6px 12px #0006}
.partnershipGrid{background:#1e1e1e;padding:80px 20px}
.partnershipGrid .innerWrap{max-width:1140px;margin:0 auto}
.partnershipGrid .sectionHead{text-align:center;margin-bottom:60px}
.partnershipGrid .sectionHead h2{font-size:36px;color:#fff;margin:0 0 16px;font-weight:700}
.partnershipGrid .sectionHead h2::before{content:'';display:block;width:60px;height:3px;background:#F09816;margin:0 auto 20px}
.partnershipGrid .sectionHead p{font-size:18px;color:#b8b8b8;margin:0;line-height:1.6}
.partnershipGrid .gridContainer{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.partnershipGrid .partnerCard{background:#2a2a2a;padding:36px 28px;border-radius:8px;border-left:4px solid #0C97DF;transition:all .3s ease;box-shadow:2px 4px 8px #0003}
.partnershipGrid .partnerCard:hover{transform:translateY(-4px);box-shadow:4px 8px 16px #0000004d;border-left-color:#F09816}
.partnershipGrid .partnerCard h3{font-size:22px;color:#fff;margin:0 0 14px;font-weight:600}
.partnershipGrid .partnerCard p{font-size:15px;color:silver;margin:0;line-height:1.6}
.partnershipGrid .partnerCard .iconMark{width:48px;height:48px;background:linear-gradient(135deg,#0C97DF,#F09816);border-radius:50%;margin-bottom:20px;display:flex;align-items:center;justify-content:center}
.partnershipGrid .partnerCard .iconMark i{color:#fff;font-size:24px}
.relevanceFlow{background:linear-gradient(135deg,#242424 0%,#1a1a1a 100%);padding:80px 20px;position:relative}
.relevanceFlow::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#FEB5C1 0%,#0C97DF 100%)}
.relevanceFlow .flowContainer{max-width:1140px;margin:0 auto}
.relevanceFlow .flowHead{margin-bottom:50px}
.relevanceFlow .flowHead h2{font-size:36px;color:#fff;margin:0 0 18px;font-weight:700}
.relevanceFlow .flowHead h2::after{content:'';display:block;width:100px;height:3px;background:#FEB5C1;margin-top:16px}
.relevanceFlow .flowHead p{font-size:17px;color:#b8b8b8;margin:0;max-width:720px;line-height:1.7}
.relevanceFlow .trendPath{display:flex;gap:40px;align-items:flex-start}
.relevanceFlow .trendPath .pathVisual{flex:0 0 460px}
.relevanceFlow .trendPath .pathVisual img{width:100%;height:320px;object-fit:cover;border-radius:8px;box-shadow:-6px 6px 0 #feb5c14d}
.relevanceFlow .trendPath .pathDetails{flex:1}
.relevanceFlow .stepItem{background:#2d2d2d;padding:26px 32px;margin-bottom:20px;border-radius:6px;border-top:3px solid #0C97DF;transition:all .3s ease;box-shadow:3px 3px 6px #0000004d}
.relevanceFlow .stepItem:hover{border-top-color:#FEB5C1;transform:translateX(6px)}
.relevanceFlow .stepItem h4{font-size:20px;color:#fff;margin:0 0 10px;font-weight:600}
.relevanceFlow .stepItem p{font-size:15px;color:#b8b8b8;margin:0;line-height:1.6}
.trustModule{background:#1e1e1e;padding:80px 20px}
.trustModule .moduleWrap{max-width:1140px;margin:0 auto}
.trustModule .moduleHeader{text-align:center;margin-bottom:50px}
.trustModule .moduleHeader h2{font-size:36px;color:#fff;margin:0 0 16px;font-weight:700;position:relative;display:inline-block}
.trustModule .moduleHeader h2::before{content:'';position:absolute;left:-40px;top:50%;transform:translateY(-50%);width:30px;height:3px;background:#0C97DF}
.trustModule .moduleHeader h2::after{content:'';position:absolute;right:-40px;top:50%;transform:translateY(-50%);width:30px;height:3px;background:#F09816}
.trustModule .proofLayout{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.trustModule .proofVisuals{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.trustModule .proofVisuals .imageBox{position:relative}
.trustModule .proofVisuals .imageBox img{width:100%;height:180px;object-fit:cover;border-radius:8px;box-shadow:4px 4px 8px #0000004d}
.trustModule .proofVisuals .imageBox:nth-child(1){transform:translateY(20px)}
.trustModule .proofVisuals .imageBox:nth-child(2){transform:translateY(-20px)}
.trustModule .proofContent .testimonialBox{background:#2a2a2a;padding:32px 28px;border-radius:8px;margin-bottom:24px;border-left:4px solid #FEB5C1;box-shadow:3px 3px 8px #00000040}
.trustModule .proofContent .testimonialBox .quoteText{font-size:16px;color:#d0d0d0;margin:0 0 18px;line-height:1.7;font-style:italic}
.trustModule .proofContent .testimonialBox .authorInfo{display:flex;align-items:center;gap:16px}
.trustModule .proofContent .testimonialBox .authorInfo img{width:56px;height:56px;border-radius:50%;object-fit:cover;box-shadow:2px 2px 6px #0000004d}
.trustModule .proofContent .testimonialBox .authorInfo .authorMeta{flex:1}
.trustModule .proofContent .testimonialBox .authorInfo .authorMeta .name{font-size:17px;color:#fff;margin:0 0 4px;font-weight:600}
.trustModule .proofContent .testimonialBox .authorInfo .authorMeta .role{font-size:14px;color:#999;margin:0}
.trustModule .statBar{display:flex;gap:30px;margin-top:40px}
.trustModule .statBar .statBlock{flex:1;background:linear-gradient(135deg,#2d2d2d,#242424);padding:26px 20px;border-radius:6px;text-align:center;box-shadow:2px 4px 8px #0000004d;border-top:3px solid #0C97DF}
.trustModule .statBar .statBlock:nth-child(2){border-top-color:#F09816}
.trustModule .statBar .statBlock:nth-child(3){border-top-color:#FEB5C1}
.trustModule .statBar .statBlock .number{font-size:32px;color:#fff;margin:0 0 8px;font-weight:700}
.trustModule .statBar .statBlock .label{font-size:14px;color:#a0a0a0;margin:0;text-transform:uppercase;letter-spacing:1px}
@media (max-width: 1024px) {
.titleHero .mainWrapper{flex-direction:column;text-align:center}
.titleHero .visualZone{flex:0 0 auto;width:100%;max-width:460px}
.titleHero .accentLine{margin-left:auto;margin-right:auto}
.partnershipGrid .gridContainer{grid-template-columns:1fr}
.relevanceFlow .trendPath{flex-direction:column}
.relevanceFlow .trendPath .pathVisual{flex:0 0 auto;width:100%}
.trustModule .proofLayout{grid-template-columns:1fr}
.trustModule .statBar{flex-direction:column}
}
@media (max-width: 640px) {
.titleHero{padding:40px 20px}
.titleHero h1{font-size:32px;margin-bottom:20px}
.titleHero .visualZone img{height:300px}
.partnershipGrid,.relevanceFlow,.trustModule{padding:50px 20px}
.partnershipGrid .sectionHead h2,.relevanceFlow .flowHead h2,.trustModule .moduleHeader h2{font-size:28px}
.trustModule .proofVisuals{grid-template-columns:1fr}
.trustModule .proofVisuals .imageBox:nth-child(1),.trustModule .proofVisuals .imageBox:nth-child(2){transform:translateY(0)}
.trustModule .moduleHeader h2::before,.trustModule .moduleHeader h2::after{display:none}
.relevanceFlow .stepItem:hover{transform:translateX(3px)}
}
.titleContactZone{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#1a1a2e 0%,#0f3460 100%)}
.titleContactZone .bgImageWrapper{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.15;z-index:1}
.titleContactZone .bgImageWrapper img{width:100%;height:100%;object-fit:cover;filter:blur(2px)}
.titleContactZone .contentOverlay{position:relative;z-index:2;text-align:center;max-width:880px;padding:40px 20px;margin:0 auto}
.titleContactZone .mainHeadingTitle{font-size:3.2rem;font-weight:700;color:#fff;margin-bottom:24px;text-shadow:2px 2px 8px #0006;letter-spacing:-.5px}
.titleContactZone .supportQuote{font-size:1.25rem;color:#e0e0e0;line-height:1.6;font-weight:300}
@media (max-width: 640px) {
.titleContactZone{min-height:320px}
.titleContactZone .mainHeadingTitle{font-size:2rem}
.titleContactZone .supportQuote{font-size:1.05rem}
}
.contactMethodsArea{padding:80px 20px;background:#0a0a14}
.contactMethodsArea .innerWrap{max-width:1140px;margin:0 auto}
.contactMethodsArea .sectionLabel{text-align:center;font-size:2.4rem;font-weight:600;color:#fff;margin-bottom:60px;position:relative}
.contactMethodsArea .sectionLabel::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#0C97DF 0%,#F09816 100%)}
.contactMethodsArea .methodsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.contactMethodsArea .methodCard{background:linear-gradient(145deg,#151520 0%,#1a1a28 100%);padding:40px 28px;border-radius:8px;border:1px solid #0c97df33;transition:all .3s ease;text-align:center}
.contactMethodsArea .methodCard:hover{transform:translateY(-6px);border-color:#0c97df80;box-shadow:0 8px 24px #0c97df26}
.contactMethodsArea .methodCard .iconHolder{width:60px;height:60px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;background:#0c97df1a;border-radius:50%}
.contactMethodsArea .methodCard .iconHolder i{font-size:28px;color:#0C97DF}
.contactMethodsArea .methodCard .cardTitle{font-size:1.35rem;font-weight:600;color:#fff;margin-bottom:12px}
.contactMethodsArea .methodCard .cardDetail{font-size:1rem;color:#b0b0c0;line-height:1.5}
.contactMethodsArea .methodCard .cardDetail a{color:#0C97DF;text-decoration:none;transition:color .3s ease}
.contactMethodsArea .methodCard .cardDetail a:hover{color:#F09816}
@media (max-width: 1024px) {
.contactMethodsArea .methodsGrid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 640px) {
.contactMethodsArea{padding:60px 20px}
.contactMethodsArea .sectionLabel{font-size:1.8rem;margin-bottom:40px}
.contactMethodsArea .methodsGrid{grid-template-columns:1fr;gap:24px}
}
.formContactSection{padding:80px 20px;background:linear-gradient(135deg,#16213e 0%,#0f3460 50%,#16213e 100%);position:relative}
.formContactSection::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#0C97DF 50%,transparent 100%)}
.formContactSection .wrapperForm{max-width:720px;margin:0 auto}
.formContactSection .formHeading{text-align:center;font-size:2.2rem;font-weight:600;color:#fff;margin-bottom:16px}
.formContactSection .formSubtext{text-align:center;font-size:1.05rem;color:#d0d0e0;margin-bottom:48px;line-height:1.6}
.formContactSection .contactFormElement{background:#ffffff0d;padding:48px 40px;border-radius:10px;border:1px solid #0c97df26;backdrop-filter:blur(8px)}
.formContactSection .fieldRow{margin-bottom:28px}
.formContactSection .fieldRow label{display:block;font-size:.95rem;font-weight:500;color:#e0e0e0;margin-bottom:8px}
.formContactSection .fieldRow input[type="text"],.formContactSection .fieldRow input[type="email"],.formContactSection .fieldRow input[type="tel"]{width:100%;padding:14px 16px;background:#ffffff14;border:1px solid #0c97df40;border-radius:6px;color:#fff;font-size:1rem;transition:all .3s ease}
.formContactSection .fieldRow input:focus{outline:none;border-color:#0C97DF;background:#ffffff1f;box-shadow:0 0 0 3px #0c97df1a}
.formContactSection .priorityField{margin-bottom:28px}
.formContactSection .priorityField label{display:block;font-size:.95rem;font-weight:500;color:#e0e0e0;margin-bottom:12px}
.formContactSection .optionsRadioGroup{display:flex;gap:20px;flex-wrap:wrap}
.formContactSection .radioOption{display:flex;align-items:center;gap:8px}
.formContactSection .radioOption input[type="radio"]{width:18px;height:18px;accent-color:#0C97DF;cursor:pointer}
.formContactSection .radioOption label{font-size:.95rem;color:#d0d0e0;cursor:pointer;margin-bottom:0}
.formContactSection .consentCheckArea{margin-bottom:32px;display:flex;align-items:flex-start;gap:10px}
.formContactSection .consentCheckArea input[type="checkbox"]{width:18px;height:18px;margin-top:2px;accent-color:#0C97DF;cursor:pointer;flex-shrink:0}
.formContactSection .consentCheckArea label{font-size:.9rem;color:#c0c0d0;line-height:1.5;cursor:pointer}
.formContactSection .consentCheckArea a{color:#0C97DF;text-decoration:underline;transition:color .3s ease}
.formContactSection .consentCheckArea a:hover{color:#F09816}
.formContactSection .submitBtnWrap{text-align:center}
.formContactSection .submitBtn{padding:16px 56px;background:linear-gradient(120deg,#0C97DF 0%,#F09816 100%);border:none;border-radius:8px;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #0c97df4d;position:relative;z-index:10}
.formContactSection .submitBtn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0c97df66}
.formContactSection .submitBtn:active{transform:translateY(0)}
@media (max-width: 640px) {
.formContactSection{padding:60px 20px}
.formContactSection .formHeading{font-size:1.8rem}
.formContactSection .contactFormElement{padding:32px 24px}
.formContactSection .optionsRadioGroup{flex-direction:column;gap:12px}
.formContactSection .submitBtn{width:100%;padding:16px 32px}
}
.hoursInfoBlock{padding:80px 20px;background:#0a0a14;position:relative;overflow:hidden}
.hoursInfoBlock::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#0c97df14 0%,transparent 70%);border-radius:50%}
.hoursInfoBlock .innerContainer{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.hoursInfoBlock .infoGrid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hoursInfoBlock .textSide h2{font-size:2.2rem;font-weight:600;color:#fff;margin-bottom:24px;position:relative;display:inline-block}
.hoursInfoBlock .textSide h2::after{content:'';position:absolute;bottom:-8px;left:0;width:60px;height:3px;background:linear-gradient(90deg,#F09816 0%,#FEB5C1 100%)}
.hoursInfoBlock .textSide .description{font-size:1.05rem;color:#b0b0c0;line-height:1.7;margin-bottom:20px}
.hoursInfoBlock .textSide .locationDetails{margin-top:32px}
.hoursInfoBlock .textSide .locationItem{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}
.hoursInfoBlock .textSide .locationItem i{font-size:20px;color:#0C97DF;margin-top:2px}
.hoursInfoBlock .textSide .locationItem span{font-size:1rem;color:#d0d0e0;line-height:1.6}
.hoursInfoBlock .scheduleSide{background:linear-gradient(135deg,#151520 0%,#1a1a28 100%);padding:40px 36px;border-radius:8px;border:1px solid #f0981633}
.hoursInfoBlock .scheduleSide h3{font-size:1.6rem;font-weight:600;color:#fff;margin-bottom:28px;text-align:center}
.hoursInfoBlock .timeLine{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #ffffff14}
.hoursInfoBlock .timeLine:last-child{border-bottom:none}
.hoursInfoBlock .timeLine .dayLabel{font-size:1rem;font-weight:500;color:#e0e0e0}
.hoursInfoBlock .timeLine .timeRange{font-size:.95rem;color:#F09816;font-weight:500}
@media (max-width: 1024px) {
.hoursInfoBlock .infoGrid{grid-template-columns:1fr;gap:48px}
}
@media (max-width: 640px) {
.hoursInfoBlock{padding:60px 20px}
.hoursInfoBlock .textSide h2{font-size:1.8rem}
.hoursInfoBlock .scheduleSide{padding:32px 24px}
.hoursInfoBlock .scheduleSide h3{font-size:1.4rem}
}
.titleBlock{min-height:65vh;background:linear-gradient(135deg,#0C97DF 0%,#F09816 55%,#FEB5C1 100%);position:relative;overflow:hidden;display:flex;align-items:center;padding:3.5rem 0}
.titleBlock::before{content:'';position:absolute;top:-10%;right:-5%;width:45%;height:120%;background:#feb5c126;border-radius:50%;animation:floatShape 18s ease-in-out infinite}
.titleBlock::after{content:'';position:absolute;bottom:-15%;left:-8%;width:55%;height:140%;background:#0c97df1f;border-radius:50%;animation:floatShape 22s ease-in-out infinite reverse}
@keyframes floatShape {
0%,100%{transform:translateY(0) rotate(0deg)}
50%{transform:translateY(-40px) rotate(8deg)}
}
.titleInnerWrap{max-width:1140px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:2;display:grid;grid-template-columns:1.2fr 0.8fr;gap:4rem;align-items:center}
.titleTextArea h1{font-size:3.2rem;line-height:1.15;color:#fff;margin:0 0 1.2rem;font-weight:700}
.titleTextArea .subtitleLine{font-size:1.15rem;line-height:1.65;color:#ffffffeb;max-width:520px;margin:0}
.titleVisualBox{position:relative}
.titleVisualBox img{width:100%;height:420px;object-fit:cover;border-radius:8px;filter:blur(1.5px);box-shadow:0 12px 48px #00000040}
.storySegment{background:#0f1419;padding:5rem 0;position:relative}
.storySegment::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#0C97DF 0%,#F09816 50%,#FEB5C1 100%)}
.storyCenteredWrap{max-width:1140px;margin:0 auto;padding:0 1.5rem}
.storyTopHeader{text-align:center;margin-bottom:3.5rem}
.storyTopHeader h2{font-size:2.4rem;color:#fff;margin:0 0 1rem;position:relative;display:inline-block}
.storyTopHeader h2::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#0C97DF,#F09816);border-radius:6px}
.storyTopHeader .descriptive{font-size:1.05rem;color:#ffffffb8;max-width:680px;margin:1.8rem auto 0;line-height:1.7}
.storyGridLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3rem}
.storyCard{background:#1a1f28;padding:2.5rem 2rem;border-radius:8px;border:1px solid #0c97df26;transition:all .3s ease;position:relative}
.storyCard::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0C97DF,#F09816);border-radius:8px 8px 0 0;opacity:0;transition:opacity .3s ease}
.storyCard:hover::before{opacity:1}
.storyCard:hover{transform:translateY(-6px);border-color:#0c97df59;box-shadow:0 8px 32px #0c97df2e}
.storyCard .iconCircle{width:56px;height:56px;background:linear-gradient(135deg,#0C97DF,#F09816);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}
.storyCard .iconCircle i{font-size:1.8rem;color:#fff}
.storyCard h3{font-size:1.35rem;color:#fff;margin:0 0 1rem}
.storyCard p{font-size:.96rem;color:#ffffffad;line-height:1.65;margin:0}
.teamShowcase{background:linear-gradient(165deg,#0C97DF 0%,#1a1f28 45%);padding:5.5rem 0;position:relative}
.teamShowcase::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#F09816,transparent)}
.teamInnerContainer{max-width:1140px;margin:0 auto;padding:0 1.5rem}
.teamTitleSection{margin-bottom:3.5rem}
.teamTitleSection h2{font-size:2.6rem;color:#fff;margin:0 0 1.2rem;position:relative;padding-left:1.5rem}
.teamTitleSection h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:70%;background:linear-gradient(180deg,#F09816,#FEB5C1);border-radius:6px}
.teamTitleSection .leadText{font-size:1.08rem;color:#ffffffc7;line-height:1.75;max-width:720px;margin:0}
.teamMemberGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:3.5rem;margin-top:3rem}
.memberProfile{display:flex;flex-direction:row;gap:2rem;background:#1a1f2899;padding:2rem;border-radius:8px;border:1px solid #f0981633;transition:all .35s ease}
.memberProfile:hover{border-color:#f0981673;background:#1a1f28d9;box-shadow:0 6px 28px #f0981626}
.memberPhoto{flex-shrink:0}
.memberPhoto img{width:140px;height:140px;object-fit:cover;border-radius:50%;border:3px solid #f0981666}
.memberInfo h4{font-size:1.45rem;color:#fff;margin:0 0 .4rem}
.memberInfo .roleLabel{font-size:.92rem;color:#F09816;margin:0 0 1.2rem;display:block}
.memberInfo p{font-size:.94rem;color:#ffffffb3;line-height:1.7;margin:0}
.interactiveJourney{background:#0f1419;padding:5rem 0 6rem;position:relative}
.journeyWrapperBox{max-width:1140px;margin:0 auto;padding:0 1.5rem}
.journeyHeaderArea{text-align:center;margin-bottom:4rem}
.journeyHeaderArea h2{font-size:2.5rem;color:#fff;margin:0 0 1rem}
.journeyHeaderArea .introLine{font-size:1.06rem;color:#ffffffbd;max-width:650px;margin:0 auto;line-height:1.7}
.stepsList{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem;position:relative}
.stepsList::before{content:'';position:absolute;top:35px;left:12%;right:12%;height:2px;background:linear-gradient(90deg,#0C97DF 0%,#F09816 50%,#FEB5C1 100%);z-index:1}
.stepItem{position:relative;z-index:2;background:#1a1f28;padding:2rem 1.5rem;border-radius:8px;border:2px solid transparent;transition:all .3s ease}
.stepItem:hover{border-color:#0C97DF;transform:translateY(-8px);box-shadow:0 8px 32px #0c97df33}
.stepItem .stepNumber{width:70px;height:70px;background:linear-gradient(135deg,#0C97DF,#F09816);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;color:#fff;margin:0 auto 1.5rem;border:4px solid #0f1419}
.stepItem h5{font-size:1.15rem;color:#fff;margin:0 0 .8rem;text-align:center}
.stepItem p{font-size:.9rem;color:#ffffffa6;line-height:1.6;margin:0;text-align:center}
.gridContentPhotos{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem}
.photoContentBox{position:relative;overflow:hidden;border-radius:8px}
.photoContentBox img{width:100%;height:280px;object-fit:cover;transition:transform .4s ease;display:block}
.photoContentBox:hover img{transform:scale(1.08)}
.photoContentBox::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,#0c97dfb3 100%);opacity:0;transition:opacity .3s ease}
.photoContentBox:hover::after{opacity:1}
@media (max-width: 1024px) {
.titleInnerWrap{grid-template-columns:1fr;gap:2.5rem}
.titleTextArea h1{font-size:2.6rem}
.titleVisualBox img{height:350px}
.storyGridLayout{grid-template-columns:repeat(2,1fr)}
.stepsList{grid-template-columns:repeat(2,1fr);gap:2rem}
.stepsList::before{display:none}
.gridContentPhotos{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 640px) {
.titleBlock{min-height:auto;padding:2.5rem 0}
.titleTextArea h1{font-size:2rem}
.titleTextArea .subtitleLine{font-size:1rem}
.titleVisualBox img{height:280px}
.storyGridLayout{grid-template-columns:1fr;gap:2rem}
.teamMemberGrid{grid-template-columns:1fr;gap:2.5rem}
.memberProfile{flex-direction:column;align-items:center;text-align:center}
.stepsList{grid-template-columns:1fr}
.gridContentPhotos{grid-template-columns:1fr}
.photoContentBox img{height:240px}
}
.titleContainer{max-width:1140px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 2fr 1fr;gap:40px;align-items:center}
.titleContainer .sideImageWrap{position:relative}
.titleContainer .sideImageWrap img{width:100%;height:320px;object-fit:cover;border-radius:8px;box-shadow:0 6px 20px #0c97df26 0 2px 8px #f098161a}
.titleContainer .sideImageWrap::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none;border-radius:8px}
.titleContainer .centerTextBox h1{font-size:2.8rem;font-weight:700;background:linear-gradient(135deg,#0C97DF 0%,#F09816 60%,#FEB5C1 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;line-height:1.2;margin:0}
.structureBlock{background:linear-gradient(165deg,#0c97df14 0%,#f098160f 100%);padding:70px 0}
.structureBlock .innerContent{max-width:1140px;margin:0 auto;padding:0 20px;display:flex;gap:60px;align-items:flex-start}
.structureBlock .textColumn{flex:1.2}
.structureBlock .textColumn h2{font-size:2rem;font-weight:600;color:#0C97DF;margin:0 0 24px;position:relative;padding-left:20px}
.structureBlock .textColumn h2::before{content:'';position:absolute;left:0;top:6px;width:6px;height:80%;background:linear-gradient(180deg,#F09816 0%,#FEB5C1 100%);border-radius:3px}
.structureBlock .textColumn p{font-size:1.05rem;line-height:1.7;color:#e0e0e0;margin:0 0 18px}
.structureBlock .visualColumn{flex:.8}
.structureBlock .metricCard{background:#0f0f12b3;border:2px solid #0c97df33;border-radius:10px;padding:28px;margin-bottom:20px;transition:all .3s ease}
.structureBlock .metricCard:hover{border-color:#0C97DF;box-shadow:0 4px 16px #0c97df40;transform:translateY(-3px)}
.structureBlock .metricCard h4{font-size:1.1rem;color:#F09816;margin:0 0 12px;font-weight:600}
.structureBlock .metricCard .statDisplay{font-size:2.4rem;font-weight:700;color:#0C97DF;margin:0 0 8px}
.structureBlock .metricCard .statLabel{font-size:.95rem;color:#b0b0b0}
.pathwayArea{padding:80px 0;background:#0a0a0d}
.pathwayArea .pathInner{max-width:1140px;margin:0 auto;padding:0 20px}
.pathwayArea .headerBox{text-align:center;margin-bottom:50px}
.pathwayArea .headerBox h2{font-size:2.2rem;font-weight:600;color:#0C97DF;margin:0 0 16px}
.pathwayArea .headerBox p{font-size:1.1rem;color:silver;max-width:700px;margin:0 auto;line-height:1.6}
.pathwayArea .stageGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.pathwayArea .stageItem{background:linear-gradient(145deg,#0c97df0d 0%,#f0981608 100%);border:1px solid #feb5c126;border-radius:8px;padding:32px 24px;position:relative;overflow:hidden;transition:all .3s ease}
.pathwayArea .stageItem::after{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#0C97DF 0%,#F09816 50%,#FEB5C1 100%);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}
.pathwayArea .stageItem:hover::after{transform:scaleX(1)}
.pathwayArea .stageItem .stageNumber{font-size:3rem;font-weight:700;color:#0c97df33;margin:0 0 12px;line-height:1}
.pathwayArea .stageItem h5{font-size:1.3rem;color:#F09816;margin:0 0 14px;font-weight:600}
.pathwayArea .stageItem p{font-size:1rem;color:#d0d0d0;line-height:1.6;margin:0}
.approachZone{background:linear-gradient(120deg,#0c97df1f 0%,#f0981614 50%,#feb5c10f 100%);padding:70px 0}
.approachZone .approachWrapper{max-width:1140px;margin:0 auto;padding:0 20px}
.approachZone .splitLayout{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.approachZone .imageBox{position:relative}
.approachZone .imageBox img{width:100%;height:400px;object-fit:cover;border-radius:10px;box-shadow:0 8px 24px #0000004d}
.approachZone .contentBox h3{font-size:1.9rem;font-weight:600;color:#0C97DF;margin:0 0 20px;position:relative;display:inline-block}
.approachZone .contentBox h3::after{content:'';position:absolute;bottom:-6px;left:0;width:60px;height:3px;background:#F09816}
.approachZone .contentBox p{font-size:1.05rem;line-height:1.7;color:#e0e0e0;margin:0 0 16px}
.approachZone .featureList{margin-top:28px}
.approachZone .featureList .listItem{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px;padding:14px;background:#0f0f1280;border-radius:6px;border-left:3px solid #0C97DF;transition:all .3s ease}
.approachZone .featureList .listItem:hover{background:#0c97df1a;transform:translateX(6px)}
.approachZone .featureList .listItem .iconMark{flex-shrink:0;width:24px;height:24px;background:linear-gradient(135deg,#F09816 0%,#FEB5C1 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px}
.approachZone .featureList .listItem .iconMark svg{width:14px;height:14px;fill:#0a0a0d}
.approachZone .featureList .listItem .itemText{flex:1}
.approachZone .featureList .listItem strong{color:#F09816;font-weight:600}
.approachZone .featureList .listItem span{display:block;font-size:1rem;color:#d0d0d0;line-height:1.6}
.testimonialSection{padding:75px 0;background:#0a0a0d}
.testimonialSection .testimonialContainer{max-width:1140px;margin:0 auto;padding:0 20px}
.testimonialSection .sectionHead{text-align:center;margin-bottom:55px}
.testimonialSection .sectionHead h2{font-size:2.1rem;font-weight:600;margin:0 0 14px;background:linear-gradient(120deg,#0C97DF 0%,#F09816 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.testimonialSection .sectionHead p{font-size:1.05rem;color:#b0b0b0;margin:0}
.testimonialSection .testimonialGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.testimonialSection .testimonialCard{background:linear-gradient(160deg,#0c97df0f 0%,#0f0f12cc 100%);border:1px solid #f0981633;border-radius:10px;padding:30px;display:flex;flex-direction:column;gap:20px;transition:all .3s ease}
.testimonialSection .testimonialCard:hover{border-color:#F09816;box-shadow:0 6px 20px #f0981633;transform:translateY(-5px)}
.testimonialSection .testimonialCard .profileArea{display:flex;align-items:center;gap:16px}
.testimonialSection .testimonialCard .profileArea img{width:60px;height:60px;object-fit:cover;border-radius:50%;border:2px solid #0C97DF}
.testimonialSection .testimonialCard .profileArea .nameBlock h6{font-size:1.1rem;font-weight:600;color:#F09816;margin:0 0 4px}
.testimonialSection .testimonialCard .profileArea .nameBlock .role{font-size:.9rem;color:#a0a0a0}
.testimonialSection .testimonialCard .quoteContent{font-size:1rem;line-height:1.65;color:#d0d0d0;font-style:italic;position:relative;padding-left:20px}
.testimonialSection .testimonialCard .quoteContent::before{content:'"';position:absolute;left:0;top:-8px;font-size:3rem;color:#0c97df4d;font-family:Georgia,serif;line-height:1}
@media (max-width: 1024px) {
.titleContainer{grid-template-columns:1fr;gap:30px;padding:60px 20px}
.titleContainer .sideImageWrap{order:-1}
.titleContainer .sideImageWrap:last-child{order:1}
.titleContainer .centerTextBox{order:0}
.structureBlock .innerContent{flex-direction:column;gap:40px}
.approachZone .splitLayout{grid-template-columns:1fr;gap:40px}
.testimonialSection .testimonialGrid{grid-template-columns:1fr;gap:25px}
}
@media (max-width: 640px) {
.titleContainer .centerTextBox h1{font-size:2rem}
.structureBlock .textColumn h2{font-size:1.6rem}
.pathwayArea .headerBox h2{font-size:1.8rem}
.pathwayArea .stageGrid{grid-template-columns:1fr}
.approachZone .contentBox h3{font-size:1.5rem}
.testimonialSection .sectionHead h2{font-size:1.7rem}
}
.successWrap{min-height:85vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:linear-gradient(135deg,#1a1a2e 0%,#0f0f1e 100%);position:relative;overflow:hidden}
.successWrap::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#0c97df26 0%,transparent 70%);border-radius:50%}
.successWrap::after{content:'';position:absolute;bottom:-30%;left:-10%;width:450px;height:450px;background:radial-gradient(circle,#f098161f 0%,transparent 70%);border-radius:50%}
.confirmBox{max-width:680px;width:100%;background:linear-gradient(165deg,#1e1e2df2 0%,#141423fa 100%);border:2px solid #0c97df4d;padding:3.5rem 2.5rem;position:relative;z-index:2;box-shadow:0 8px 32px #0006 0 2px 8px #0c97df33}
.confirmBox::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(120deg,#0C97DF 0%,#F09816 50%,#FEB5C1 100%);opacity:.15;z-index:-1}
.iconArea{text-align:center;margin-bottom:2rem}
.checkmarkShape{width:90px;height:90px;margin:0 auto 1.5rem;position:relative;display:inline-block}
.checkmarkShape svg{width:100%;height:100%;fill:none;stroke:#0C97DF;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;animation:drawCheck .8s ease forwards}
@keyframes drawCheck {
from{stroke-dasharray:200;stroke-dashoffset:200}
to{stroke-dasharray:200;stroke-dashoffset:0}
}
.successHeading{font-size:2.2rem;font-weight:700;color:#fff;margin:0 0 1rem;line-height:1.2}
.successHeading .accent{color:#0C97DF;position:relative;display:inline-block}
.successHeading .accent::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#0C97DF 0%,#F09816 100%)}
.messageText{font-size:1.05rem;line-height:1.7;color:#ffffffd9;margin:0 0 2rem}
.detailsList{background:#0c97df14;border-left:4px solid #0C97DF;padding:1.5rem 1.75rem;margin:0 0 2.5rem;list-style:none}
.detailsList li{font-size:.95rem;color:#fffc;line-height:1.8;margin-bottom:.75rem;padding-left:1.5rem;position:relative}
.detailsList li:last-child{margin-bottom:0}
.detailsList li::before{content:'→';position:absolute;left:0;color:#F09816;font-weight:700}
.actionRow{display:flex;flex-direction:row;gap:1rem;justify-content:center;flex-wrap:wrap}
.primaryBtn{display:inline-block;padding:.9rem 2.2rem;background:linear-gradient(135deg,#0C97DF 0%,#0880c2 100%);color:#fff;text-decoration:none;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0c97df4d;position:relative;z-index:1}
.primaryBtn:hover{background:linear-gradient(135deg,#0880c2 0%,#0C97DF 100%);box-shadow:0 6px 20px #0c97df73;transform:translateY(-2px)}
.secondaryBtn{display:inline-block;padding:.9rem 2.2rem;background:transparent;color:#F09816;text-decoration:none;font-weight:600;font-size:1rem;border:2px solid #F09816;cursor:pointer;transition:all .3s ease}
.secondaryBtn:hover{background:#f098161f;border-color:#F09816;transform:translateY(-2px)}
.infoBlock{background:linear-gradient(165deg,#1a1a2e 0%,#12121f 100%);padding:4rem 1.5rem;position:relative}
.infoBlock::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:80%;height:1px;background:linear-gradient(90deg,transparent 0%,#feb5c166 50%,transparent 100%)}
.contentGrid{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
.featureCard{background:#1e1e2d99;padding:2rem 1.75rem;border:1px solid #feb5c133;position:relative;transition:all .4s ease}
.featureCard::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#FEB5C1 0%,#F09816 100%);transition:height .4s ease}
.featureCard:hover{background:#1e1e2dd9;border-color:#feb5c166;transform:translateY(-4px)}
.featureCard:hover::before{height:100%}
.cardIcon{width:50px;height:50px;margin-bottom:1.25rem}
.cardIcon svg{width:100%;height:100%;fill:none;stroke:#FEB5C1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.cardTitle{font-size:1.3rem;font-weight:700;color:#fff;margin:0 0 .75rem}
.cardText{font-size:.95rem;line-height:1.7;color:#ffffffbf;margin:0}
@media (max-width: 640px) {
.successWrap{padding:1.5rem 1rem}
.confirmBox{padding:2.5rem 1.5rem}
.successHeading{font-size:1.75rem}
.checkmarkShape{width:70px;height:70px}
.actionRow{flex-direction:column}
.primaryBtn,.secondaryBtn{width:100%;text-align:center}
.infoBlock{padding:3rem 1rem}
.contentGrid{gap:1.5rem}
}
@media (min-width: 641px) and (max-width: 1024px) {
.confirmBox{padding:3rem 2rem}
.successHeading{font-size:2rem}
}