*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Oxygen',sans-serif;background-color:#0a0a0f;color:#e8e8e8;line-height:1.6;display:flex;flex-direction:column;min-height:100vh}
.site-header{background:linear-gradient(135deg,#2931ea26 0%,#13a09f1f 100%);border-bottom:2px solid #2931ea4d;padding:32px 0;box-shadow:0 8px 24px #2931ea26}
.site-header .header-content-box{max-width:1000px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:48px;flex-wrap:wrap}
.site-header .brand-section{display:flex;align-items:center;gap:24px}
.site-header .logo-holder{width:90px;height:90px;background:#ffffff0d;border-radius:4px;padding:8px;box-shadow:0 4px 12px #2931ea33;border:1px solid #2931ea4d}
.site-header .site-logo-img{width:100%;height:100%;object-fit:contain}
.site-header .brand-text-group{display:flex;flex-direction:column;gap:4px}
.site-header .company-title{font-size:28px;font-weight:700;color:#fff;letter-spacing:.5px}
.site-header .company-tagline{font-size:14px;color:#13A09F;font-weight:400}
.site-header .main-navigation{display:flex;gap:32px;align-items:center}
.site-header .nav-link{color:#e8e8e8;text-decoration:none;font-size:16px;font-weight:400;padding:10px 16px;border-radius:3px;transition:background-color 0.2s,color .2s;cursor:pointer}
.site-header .nav-link:hover{background-color:#2931ea33;color:#fff}
main{flex:1}
.site-footer{background:linear-gradient(180deg,#13a09f14 0%,#5d2d0f1f 100%);border-top:2px solid #13a09f4d;padding:48px 0 24px;margin-top:80px}
.site-footer .footer-content-box{max-width:1000px;margin:0 auto;padding:0 24px}
.site-footer .footer-info-section{display:flex;justify-content:space-between;gap:48px;margin-bottom:36px;flex-wrap:wrap}
.site-footer .contact-info-group{display:flex;flex-direction:column;gap:16px}
.site-footer .contact-item{display:flex;align-items:center;gap:12px;color:#d0d0d0;line-height:1.8}
.site-footer .contact-item i{color:#13A09F;font-size:20px}
.site-footer .contact-item a{color:#d0d0d0;text-decoration:none;transition:color .2s}
.site-footer .contact-item a:hover{color:#13A09F}
.site-footer .business-hours-group{display:flex;flex-direction:column;gap:12px}
.site-footer .footer-heading{font-size:18px;font-weight:700;color:#fff;margin-bottom:8px}
.site-footer .hours-text{color:#d0d0d0;font-size:15px;line-height:1.8}
.site-footer .footer-links-section{display:flex;gap:24px;padding:24px 0;border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a}
.site-footer .footer-link{color:#d0d0d0;text-decoration:none;font-size:14px;transition:color .2s}
.site-footer .footer-link:hover{color:#2931EA}
.site-footer .copyright-section{margin-top:24px;text-align:center}
.site-footer .copyright-text{color:#888;font-size:14px}
.cookie-consent-popup{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#14141efa 0%,#0f0f19fa 100%);border:2px solid #2931ea66;border-radius:4px;padding:28px 32px;box-shadow:0 12px 40px #0009 0 0 20px #2931ea33;max-width:520px;width:90%;z-index:10000;animation:foldUnfold .4s ease-out}
@keyframes foldUnfold {
0%{transform:translateX(-50%) scaleY(0);opacity:0}
100%{transform:translateX(-50%) scaleY(1);opacity:1}
}
.cookie-consent-popup .cookie-content-box{display:flex;flex-direction:column;gap:20px}
.cookie-consent-popup .cookie-heading{font-size:20px;font-weight:700;color:#fff}
.cookie-consent-popup .cookie-description{font-size:14px;color:#d0d0d0;line-height:1.6}
.cookie-consent-popup .cookie-settings-group{display:flex;flex-direction:column;gap:14px;margin:8px 0}
.cookie-consent-popup .cookie-option-row{display:flex;align-items:center}
.cookie-consent-popup .cookie-label{display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer}
.cookie-consent-popup .cookie-option-text{font-size:15px;color:#e8e8e8}
.cookie-consent-popup .cookie-toggle{width:48px;height:24px;cursor:pointer;appearance:none;background:#333;border:2px solid #555;border-radius:0;position:relative;transition:background .2s}
.cookie-consent-popup .cookie-toggle:checked{background:#2931EA;border-color:#2931EA}
.cookie-consent-popup .cookie-toggle::before{content:'';position:absolute;width:16px;height:16px;background:#fff;left:2px;top:2px;transition:left .2s}
.cookie-consent-popup .cookie-toggle:checked::before{left:24px}
.cookie-consent-popup .cookie-toggle:disabled{opacity:.6;cursor:not-allowed}
.cookie-consent-popup .cookie-buttons-row{display:flex;gap:12px;margin-top:8px}
.cookie-consent-popup .cookie-btn{flex:1;padding:12px 20px;font-size:15px;font-weight:700;border:none;border-radius:0;cursor:pointer;transition:background 0.2s,box-shadow .2s;font-family:'Oxygen',sans-serif}
.cookie-consent-popup .accept-all-btn{background:#2931EA;color:#fff;box-shadow:0 4px 12px #2931ea4d}
.cookie-consent-popup .accept-all-btn:hover{background:#1f25c9;box-shadow:0 6px 16px #2931ea66}
.cookie-consent-popup .accept-selected-btn{background:#13A09F;color:#fff;box-shadow:0 4px 12px #13a09f4d}
.cookie-consent-popup .accept-selected-btn:hover{background:#0f8785;box-shadow:0 6px 16px #13a09f66}
@media (max-width: 768px) {
.site-header .header-content-box{flex-direction:column;gap:24px}
.site-header .main-navigation{flex-wrap:wrap;justify-content:center;gap:16px}
.site-footer .footer-info-section{flex-direction:column;gap:32px}
.cookie-consent-popup{bottom:12px;width:95%;padding:20px 24px}
.cookie-consent-popup .cookie-buttons-row{flex-direction:column}
}
.policy-view{max-width:1000px;margin:0 auto;padding:80px 24px 120px;background:linear-gradient(180deg,#0f0f14f2 0%,#0a0a0ffa 100%);color:#e8e8f0;line-height:1.75}
.policy-view h1{font-size:48px;font-weight:700;color:#fff;margin:0 0 16px;padding-bottom:24px;border-bottom:2px solid #2931ea66;letter-spacing:-.02em}
.policy-view h2{font-size:36px;font-weight:600;color:#fff;margin:64px 0 24px;padding-left:16px;border-left:4px solid #2931EA;letter-spacing:-.01em}
.policy-view h3{font-size:28px;font-weight:600;color:#f5f5f8;margin:48px 0 20px;letter-spacing:-.01em}
.policy-view h4{font-size:22px;font-weight:600;color:#e8e8f0;margin:36px 0 16px}
.policy-view h5{font-size:18px;font-weight:600;color:#d8d8e0;margin:28px 0 12px}
.policy-view h6{font-size:16px;font-weight:600;color:#c8c8d0;margin:24px 0 12px;text-transform:uppercase;letter-spacing:.05em}
.policy-view p{font-size:17px;line-height:1.8;color:#c8c8d8;margin:0 0 24px}
.policy-view p:last-child{margin-bottom:0}
.policy-view ul{margin:24px 0;padding-left:0;list-style:none}
.policy-view ul li{position:relative;padding-left:32px;margin-bottom:16px;font-size:17px;line-height:1.75;color:#c8c8d8}
.policy-view ul li::before{content:'';position:absolute;left:0;top:11px;width:8px;height:8px;background:#2931EA;border-radius:2px;box-shadow:0 2px 8px #2931ea66}
.policy-view ol{margin:24px 0;padding-left:32px;counter-reset:policy-counter;list-style:none}
.policy-view ol li{position:relative;padding-left:16px;margin-bottom:16px;font-size:17px;line-height:1.75;color:#c8c8d8;counter-increment:policy-counter}
.policy-view ol li::before{content:counter(policy-counter) '.';position:absolute;left:-32px;font-weight:600;color:#2931EA}
.policy-view ul ul,.policy-view ul ol,.policy-view ol ul,.policy-view ol ol{margin:12px 0 12px 24px}
.policy-view ul ul li::before{background:#13A09F;box-shadow:0 2px 8px #13a09f66}
.policy-view em,.policy-view i{font-style:italic;color:#d8d8e8}
.policy-view strong{font-weight:600;color:#f0f0f5}
.policy-view div{margin:24px 0}
.policy-view a{color:#2931EA;text-decoration:none;border-bottom:1px solid #2931ea4d;transition:all .3s ease}
.policy-view a:hover{color:#4a51ff;border-bottom-color:#4a51ff;cursor:pointer}
@media (max-width: 768px) {
.policy-view{padding:48px 20px 80px}
.policy-view h1{font-size:36px;margin-bottom:12px;padding-bottom:16px}
.policy-view h2{font-size:28px;margin:48px 0 20px;padding-left:12px}
.policy-view h3{font-size:24px;margin:36px 0 16px}
.policy-view h4{font-size:20px;margin:28px 0 14px}
.policy-view h5{font-size:17px;margin:24px 0 12px}
.policy-view h6{font-size:15px;margin:20px 0 10px}
.policy-view p,.policy-view ul li,.policy-view ol li{font-size:16px;line-height:1.7}
.policy-view ul li{padding-left:28px}
.policy-view ol{padding-left:28px}
}
@media (max-width: 480px) {
.policy-view{padding:32px 16px 64px}
.policy-view h1{font-size:30px}
.policy-view h2{font-size:24px;margin:40px 0 16px}
.policy-view h3{font-size:21px}
.policy-view ul li,.policy-view ol li{margin-bottom:14px}
}
.title-sphere{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#0a0e27 0%,#1a1d35 100%);margin-bottom:80px}
.title-sphere::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(#2931ea08 1px,transparent 1px),linear-gradient(90deg,#2931ea08 1px,transparent 1px);background-size:60px 60px;opacity:.4}
.title-sphere::after{content:'';position:absolute;width:600px;height:600px;border-radius:50%;border:1px solid #2931ea26;top:50%;left:50%;transform:translate(-50%,-50%)}
.center-content-wrap{position:relative;z-index:2;text-align:center;max-width:680px;padding:0 20px}
.center-content-wrap .main-heading{font-size:3.2rem;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2}
.center-content-wrap .sub-heading{font-size:1.3rem;color:#ffffffbf;margin:0 0 35px;line-height:1.5}
.center-content-wrap .action-btn{display:inline-block;padding:16px 42px;background:linear-gradient(135deg,#2931EA 0%,#13A09F 100%);color:#fff;text-decoration:none;border-radius:4px;font-size:1.05rem;font-weight:600;transition:transform 0.3s,box-shadow .3s;cursor:pointer;box-shadow:0 8px 24px #2931ea4d}
.center-content-wrap .action-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #2931ea73}
.advantages-grid{max-width:1000px;margin:0 auto 90px;padding:0 20px}
.advantages-grid .section-label{font-size:.95rem;color:#13A09F;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 16px;font-weight:600}
.advantages-grid .section-heading{font-size:2.4rem;color:#fff;margin:0 0 50px;font-weight:700;line-height:1.3}
.feature-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.feature-item{background:linear-gradient(145deg,#1a1d35 0%,#0f1220 100%);padding:35px 28px;border-radius:3px;border-left:3px solid #2931EA;transition:transform 0.3s,box-shadow .3s;cursor:default}
.feature-item:hover{transform:translateY(-6px);box-shadow:0 16px 40px #2931ea40}
.feature-item .icon-holder{width:52px;height:52px;background:#2931ea26;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.feature-item .icon-holder i{font-size:24px;color:#2931EA}
.feature-item .feature-label{font-size:1.25rem;color:#fff;margin:0 0 14px;font-weight:600}
.feature-item .feature-description{font-size:.98rem;color:#ffffffb3;line-height:1.6;margin:0}
.visual-showcase{background:#0f1220;padding:90px 20px;margin-bottom:90px}
.showcase-container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.showcase-visuals{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.showcase-visuals img{width:100%;height:220px;object-fit:cover;border-radius:3px;box-shadow:0 8px 24px #0006}
.showcase-visuals img:first-child{grid-column:1 / -1;height:280px}
.showcase-content .content-heading{font-size:2.1rem;color:#fff;margin:0 0 24px;font-weight:700;line-height:1.3}
.showcase-content .content-text{font-size:1rem;color:#ffffffbf;line-height:1.7;margin:0 0 18px}
.showcase-content .highlight-list{list-style:none;padding:0;margin:28px 0 0}
.showcase-content .highlight-list li{font-size:.98rem;color:#fffc;padding:10px 0;padding-left:32px;position:relative}
.showcase-content .highlight-list li::before{content:'';position:absolute;left:0;top:16px;width:18px;height:18px;background:linear-gradient(135deg,#2931EA 0%,#13A09F 100%);border-radius:50%}
.process-timeline{max-width:1000px;margin:0 auto 90px;padding:0 20px}
.process-timeline .timeline-heading{font-size:2.4rem;color:#fff;text-align:center;margin:0 0 60px;font-weight:700}
.timeline-track{position:relative}
.timeline-track::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#2931ea4d 0%,#13a09f4d 100%);transform:translateX(-50%)}
.step-node{display:flex;margin-bottom:60px;position:relative}
.step-node:nth-child(odd){flex-direction:row}
.step-node:nth-child(even){flex-direction:row-reverse}
.step-marker{width:46px;height:46px;background:linear-gradient(135deg,#2931EA 0%,#13A09F 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem;position:absolute;left:50%;transform:translateX(-50%);z-index:2;box-shadow:0 0 0 6px #0a0e27}
.step-details{width:calc(50% - 50px);background:linear-gradient(145deg,#1a1d35 0%,#0f1220 100%);padding:28px 32px;border-radius:3px;box-shadow:0 6px 20px #0000004d}
.step-node:nth-child(odd) .step-details{margin-right:auto;text-align:right}
.step-node:nth-child(even) .step-details{margin-left:auto;text-align:left}
.step-details .step-title{font-size:1.3rem;color:#fff;margin:0 0 12px;font-weight:600}
.step-details .step-info{font-size:.96rem;color:#ffffffb3;line-height:1.6;margin:0}
.cta-panel{max-width:1000px;margin:0 auto 60px;padding:0 20px}
.cta-box-wrapper{background:linear-gradient(135deg,#2931ea26 0%,#13a09f26 100%);border:1px solid #2931ea4d;border-radius:4px;padding:70px 50px;text-align:center;position:relative;overflow:hidden}
.cta-box-wrapper::before{content:'';position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,#2931ea1a 0%,transparent 70%)}
.cta-box-wrapper .cta-headline{font-size:2.2rem;color:#fff;margin:0 0 18px;font-weight:700;position:relative;z-index:1}
.cta-box-wrapper .cta-subtext{font-size:1.1rem;color:#ffffffbf;margin:0 0 35px;position:relative;z-index:1}
.cta-box-wrapper .cta-action{display:inline-block;padding:16px 46px;background:#2931EA;color:#fff;text-decoration:none;border-radius:4px;font-size:1.05rem;font-weight:600;transition:background 0.3s,transform .3s;cursor:pointer;position:relative;z-index:1;box-shadow:0 8px 24px #2931ea59}
.cta-box-wrapper .cta-action:hover{background:#1f25b8;transform:scale(1.04)}
@media (max-width: 768px) {
.title-sphere{min-height:420px;margin-bottom:60px}
.center-content-wrap .main-heading{font-size:2.2rem}
.center-content-wrap .sub-heading{font-size:1.1rem}
.advantages-grid{margin-bottom:70px}
.advantages-grid .section-heading{font-size:1.9rem;margin-bottom:35px}
.feature-cards{grid-template-columns:1fr;gap:24px}
.visual-showcase{padding:70px 20px;margin-bottom:70px}
.showcase-container{grid-template-columns:1fr;gap:40px}
.showcase-visuals{order:2}
.showcase-content{order:1}
.process-timeline{margin-bottom:70px}
.process-timeline .timeline-heading{font-size:1.9rem;margin-bottom:40px}
.timeline-track::before{left:20px}
.step-node,.step-node:nth-child(even){flex-direction:row}
.step-marker{left:20px;transform:translateX(0)}
.step-details{width:calc(100% - 70px);margin-left:70px!important;text-align:left}
.step-node:nth-child(odd) .step-details{text-align:left}
.cta-box-wrapper{padding:50px 30px}
.cta-box-wrapper .cta-headline{font-size:1.8rem}
}
.title-wrapper{position:relative;min-height:520px;background:linear-gradient(165deg,#0a0e2e 0%,#1a1f45 100%);overflow:hidden;margin-bottom:80px}
.title-wrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#2931ea26 0%,transparent 70%);pointer-events:none}
.title-wrapper::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#13a09f99 50%,transparent 100%)}
.title-content-holder{max-width:1000px;margin:0 auto;padding:90px 30px 70px;position:relative;z-index:2}
.title-grid-setup{display:flex;align-items:center;gap:60px}
.title-text-area{flex:1}
.title-heading-main{font-size:52px;font-weight:700;color:#fff;margin:0 0 24px;line-height:1.15}
.title-heading-main::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#2931EA 0%,#13A09F 100%);margin-top:20px;border-radius:2px}
.title-description-text{font-size:18px;line-height:1.7;color:#ffffffd9;margin:0}
.title-image-area{flex:0 0 420px;position:relative}
.title-visual-item{width:100%;height:380px;object-fit:cover;border-radius:4px;box-shadow:0 12px 32px #0006 0 0 0 1px #13a09f4d;filter:brightness(0.95) contrast(1.05)}
.title-pattern-decor{position:absolute;top:-20px;right:-20px;width:100px;height:100px;opacity:.08}
.feedback-section-wrapper{max-width:1000px;margin:0 auto 100px;padding:0 30px}
.feedback-heading-block{text-align:center;margin-bottom:60px}
.feedback-main-title{font-size:42px;font-weight:700;color:#e8e9f0;margin:0 0 18px;position:relative;display:inline-block}
.feedback-main-title::before{content:'';position:absolute;left:-40px;top:50%;transform:translateY(-50%);width:24px;height:24px;background:#2931ea33;border-radius:50%}
.feedback-subtitle-text{font-size:17px;line-height:1.6;color:#ffffffb3;max-width:680px;margin:0 auto}
.feedback-grid-container{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.feedback-item-box{background:linear-gradient(145deg,#1a1f42 0%,#12162e 100%);padding:40px 35px;border-radius:3px;border:1px solid #13a09f26;box-shadow:0 6px 20px #0000004d;transition:transform 0.3s,box-shadow 0.3s,border-color .3s;cursor:pointer}
.feedback-item-box:hover{transform:translateY(-6px);box-shadow:0 12px 28px #2931ea40;border-color:#2931ea66}
.feedback-icon-holder{width:50px;height:50px;background:#13a09f1f;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.feedback-icon-holder i{font-size:24px;color:#13A09F}
.feedback-item-title{font-size:22px;font-weight:600;color:#fff;margin:0 0 14px}
.feedback-item-description{font-size:16px;line-height:1.65;color:#ffffffb3;margin:0}
.standards-section-box{background:linear-gradient(135deg,#0f1230 0%,#1a1e3d 100%);padding:80px 30px;margin-bottom:90px;position:relative;overflow:hidden}
.standards-section-box::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:90%;height:1px;background:linear-gradient(90deg,transparent 0%,#13a09f80 50%,transparent 100%)}
.standards-content-holder{max-width:1000px;margin:0 auto}
.standards-layout-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.standards-text-section{order:2}
.standards-section-title{font-size:38px;font-weight:700;color:#fff;margin:0 0 26px;line-height:1.25}
.standards-lead-paragraph{font-size:17px;line-height:1.7;color:#fffc;margin:0 0 30px}
.standards-features-list{list-style:none;padding:0;margin:0 0 32px}
.standards-features-list li{padding:14px 0 14px 40px;font-size:16px;color:#ffffffbf;position:relative;line-height:1.6}
.standards-features-list li::before{content:'';position:absolute;left:0;top:18px;width:20px;height:20px;background:#13a09f33;border:2px solid #13A09F;border-radius:50%}
.standards-features-list li::after{content:'';position:absolute;left:6px;top:24px;width:8px;height:8px;background:#13A09F;border-radius:50%}
.standards-image-section{order:1;position:relative}
.standards-main-visual{width:100%;height:420px;object-fit:cover;border-radius:3px;box-shadow:0 10px 30px #00000059 0 0 0 1px #2931ea33}
.accessibility-outer-wrapper{max-width:1000px;margin:0 auto 100px;padding:0 30px}
.accessibility-header-section{margin-bottom:50px}
.accessibility-main-heading{font-size:40px;font-weight:700;color:#e8e9f0;margin:0 0 20px}
.accessibility-intro-text{font-size:17px;line-height:1.7;color:#ffffffbf;margin:0;max-width:750px}
.accessibility-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.accessibility-feature-card{background:linear-gradient(160deg,#151a38 0%,#0d1024 100%);padding:38px 32px;border-radius:3px;border-top:3px solid #2931EA;box-shadow:0 8px 24px #0000004d;transition:transform 0.3s,box-shadow .3s}
.accessibility-feature-card:hover{transform:translateY(-8px);box-shadow:0 14px 32px #2931ea4d}
.accessibility-card-icon-box{width:56px;height:56px;background:#2931ea26;border-radius:3px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.accessibility-card-icon-box i{font-size:28px;color:#2931EA}
.accessibility-card-title{font-size:20px;font-weight:600;color:#fff;margin:0 0 14px}
.accessibility-card-text{font-size:15px;line-height:1.65;color:#ffffffb3;margin:0}
.accessibility-image-showcase{margin-top:60px;position:relative}
.accessibility-visual-content{width:100%;height:360px;object-fit:cover;border-radius:4px;box-shadow:0 10px 28px #00000059}
@media (max-width: 900px) {
.title-grid-setup{flex-direction:column;gap:40px}
.title-image-area{flex:0 0 auto;width:100%}
.title-visual-item{height:320px}
.title-heading-main{font-size:42px}
.feedback-grid-container{grid-template-columns:1fr;gap:30px}
.standards-layout-grid{grid-template-columns:1fr;gap:50px}
.standards-text-section{order:1}
.standards-image-section{order:2}
.accessibility-cards-grid{grid-template-columns:1fr;gap:28px}
}
@media (max-width: 600px) {
.title-wrapper{min-height:auto;margin-bottom:60px}
.title-content-holder{padding:60px 20px 50px}
.title-heading-main{font-size:34px}
.title-description-text{font-size:16px}
.feedback-section-wrapper,.accessibility-outer-wrapper{padding:0 20px}
.feedback-main-title,.accessibility-main-heading{font-size:32px}
.standards-section-title{font-size:30px}
.standards-section-box{padding:60px 20px}
}
.contact-entry{background:linear-gradient(135deg,#0a0c1a 0%,#151832 100%);min-height:80vh;display:flex;align-items:center;position:relative;overflow:hidden}
.contact-entry::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#2931ea26 0%,transparent 70%);border-radius:50%}
.contact-entry-container{max-width:1000px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.contact-entry-text{color:#e8e9f3}
.contact-entry-text h1{font-size:48px;line-height:1.2;margin:0 0 24px;color:#fff}
.contact-entry-text h1::before{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#2931EA 0%,#13A09F 100%);margin-bottom:20px;border-radius:2px}
.contact-entry-text .descriptive-segment{font-size:18px;line-height:1.6;color:#b8bac9;margin:0 0 32px}
.contact-entry-visual{position:relative}
.contact-entry-visual img{width:100%;height:400px;object-fit:cover;border-radius:4px;box-shadow:0 12px 40px #2931ea4d;filter:brightness(0.9)}
.contact-entry-visual::after{content:'';position:absolute;top:20px;right:-20px;width:100%;height:100%;border:2px solid #13a09f66;border-radius:4px;z-index:-1}
.contact-info-bar{background:#0f1128;padding:60px 20px;border-top:1px solid #2931ea33}
.contact-info-bar-wrapper{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.contact-detail-item{text-align:center;padding:30px 20px;background:linear-gradient(135deg,#2931ea14 0%,#13a09f14 100%);border-radius:4px;transition:all .3s ease;cursor:help}
.contact-detail-item:hover{background:linear-gradient(135deg,#2931ea26 0%,#13a09f26 100%);transform:translateY(-4px);box-shadow:0 8px 20px #2931ea33}
.contact-detail-item .icon-frame{width:56px;height:56px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2931EA 0%,#13A09F 100%);border-radius:50%;font-size:24px;color:#fff}
.contact-detail-item h3{font-size:16px;color:#8b8ea3;margin:0 0 12px;text-transform:uppercase;letter-spacing:1px;font-weight:500}
.contact-detail-item .info-value{font-size:18px;color:#e8e9f3;margin:0;word-break:break-word}
.form-area{background:#0a0c1a;padding:80px 20px}
.form-area-wrapper{max-width:1000px;margin:0 auto}
.form-intro-header{text-align:center;margin-bottom:50px}
.form-intro-header h2{font-size:38px;color:#fff;margin:0 0 16px;position:relative;display:inline-block}
.form-intro-header h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,#2931EA 0%,#13A09F 100%);border-radius:2px}
.form-intro-header .tagline-piece{font-size:17px;color:#9ca0b5;margin:24px 0 0}
.submission-form{background:#151832;padding:50px;border-radius:4px;box-shadow:0 8px 30px #0006;border:1px solid #2931ea33}
.submission-form .name-pair{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}
.field-box{margin-bottom:24px}
.field-box label{display:block;font-size:15px;color:#c5c7d8;margin-bottom:10px;font-weight:500}
.field-box input,.field-box select{width:100%;padding:14px 18px;background:#0f1128;border:2px solid #2931ea4d;border-radius:3px;color:#e8e9f3;font-size:16px;transition:all .3s ease;box-sizing:border-box}
.field-box input:focus,.field-box select:focus{outline:none;border-color:#2931EA;box-shadow:0 0 0 3px #2931ea26}
.field-box select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23e8e9f3' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;padding-right:45px}
.policy-agreement{margin:28px 0;display:flex;align-items:flex-start;gap:12px}
.policy-agreement input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0;accent-color:#2931EA}
.policy-agreement label{font-size:14px;color:#9ca0b5;line-height:1.5;cursor:pointer}
.policy-agreement a{color:#13A09F;text-decoration:none;transition:color .3s ease}
.policy-agreement a:hover{color:#2931EA;text-decoration:underline}
.send-button{width:100%;padding:16px 32px;background:linear-gradient(135deg,#2931EA 0%,#13A09F 100%);color:#fff;border:none;border-radius:3px;font-size:17px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}
.send-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2931ea66}
.send-button:active{transform:translateY(0)}
.hours-segment{background:#0f1128;padding:70px 20px;border-top:1px solid #13a09f33}
.hours-segment-container{max-width:1000px;margin:0 auto;text-align:center}
.hours-segment h2{font-size:34px;color:#fff;margin:0 0 20px}
.hours-segment .time-notice{font-size:17px;color:#b8bac9;margin:0 0 40px;max-width:600px;margin-left:auto;margin-right:auto}
.schedule-table{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:700px;margin:0 auto}
.day-entry{display:flex;justify-content:space-between;align-items:center;padding:20px 28px;background:linear-gradient(135deg,#2931ea0f 0%,#13a09f0f 100%);border-radius:3px;border-left:3px solid #2931EA}
.day-entry .day-label{font-size:16px;color:#c5c7d8;font-weight:500}
.day-entry .time-range{font-size:15px;color:#8b8ea3}
@media (max-width: 768px) {
.contact-entry-container{grid-template-columns:1fr;gap:40px;padding:60px 20px}
.contact-entry-text h1{font-size:36px}
.contact-entry-visual::after{display:none}
.contact-info-bar-wrapper{grid-template-columns:1fr;gap:24px}
.submission-form{padding:30px 24px}
.submission-form .name-pair{grid-template-columns:1fr;gap:20px}
.schedule-table{grid-template-columns:1fr}
.form-intro-header h2{font-size:30px}
.hours-segment h2{font-size:28px}
}
@media (max-width: 480px) {
.contact-entry-text h1{font-size:28px}
.contact-entry-text .descriptive-segment{font-size:16px}
.contact-entry-visual img{height:280px}
.submission-form{padding:24px 18px}
.hours-segment{padding:50px 20px}
}
.title-hero-panel{position:relative;height:520px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:80px}
.title-hero-panel .backdrop-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(12px) brightness(0.4);transform:scale(1.1)}
.title-hero-panel .content-layer{position:relative;z-index:5;text-align:center;max-width:800px;padding:0 25px}
.title-hero-panel .content-layer h1{font-size:3.2rem;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2;text-shadow:0 4px 18px #0009}
.title-hero-panel .content-layer .intro-text{font-size:1.2rem;color:#e8e8e8;line-height:1.6;margin:0;text-shadow:0 2px 12px #00000080}
.program-overview-section{max-width:1000px;margin:0 auto 80px;padding:0 20px}
.program-overview-section .section-headline{font-size:2.4rem;font-weight:600;color:#f2f2f2;margin:0 0 40px;text-align:center;position:relative}
.program-overview-section .section-headline::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#2931EA,#13A09F);margin:16px auto 0;border-radius:2px}
.program-overview-section .grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.program-overview-section .feature-panel{background:linear-gradient(135deg,#2931ea1f,#13a09f14);border:1px solid #2931ea4d;border-radius:6px;padding:32px 24px;transition:transform .3s ease,box-shadow .3s ease;cursor:help}
.program-overview-section .feature-panel:hover{transform:translateY(-6px);box-shadow:0 12px 28px #2931ea40}
.program-overview-section .feature-panel .icon-holder{font-size:2.4rem;color:#13A09F;margin-bottom:16px}
.program-overview-section .feature-panel h3{font-size:1.4rem;font-weight:600;color:#fff;margin:0 0 12px}
.program-overview-section .feature-panel .description-text{font-size:1rem;color:#c8c8c8;line-height:1.6;margin:0}
.curriculum-layout-box{max-width:1000px;margin:0 auto 80px;padding:0 20px}
.curriculum-layout-box .main-header{font-size:2.4rem;font-weight:600;color:#f2f2f2;margin:0 0 50px;text-align:center}
.curriculum-layout-box .split-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.curriculum-layout-box .image-showcase{width:100%;height:400px;border-radius:6px;object-fit:cover;box-shadow:0 8px 24px #0006}
.curriculum-layout-box .module-list{display:flex;flex-direction:column;gap:20px}
.curriculum-layout-box .module-item{background:#19192399;border-left:4px solid #2931EA;padding:20px 24px;border-radius:4px;transition:background .3s ease}
.curriculum-layout-box .module-item:hover{background:#2931ea26}
.curriculum-layout-box .module-item h4{font-size:1.3rem;font-weight:600;color:#fff;margin:0 0 8px}
.curriculum-layout-box .module-item .info-text{font-size:.95rem;color:#b8b8b8;line-height:1.5;margin:0}
.learning-path-wrapper{background:linear-gradient(180deg,#13a09f14,#5d2d0f0f);padding:60px 20px;margin-bottom:80px}
.learning-path-wrapper .container-centered{max-width:1000px;margin:0 auto}
.learning-path-wrapper .title-text{font-size:2.4rem;font-weight:600;color:#f2f2f2;margin:0 0 50px;text-align:center}
.learning-path-wrapper .path-stages{display:flex;flex-direction:row;justify-content:space-between;gap:30px;position:relative}
.learning-path-wrapper .path-stages::before{content:'';position:absolute;top:45px;left:60px;right:60px;height:2px;background:linear-gradient(90deg,#2931EA,#13A09F,#5D2D0F);z-index:1}
.learning-path-wrapper .stage-block{flex:1;text-align:center;position:relative;z-index:2}
.learning-path-wrapper .stage-block .stage-number{width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,#2931EA,#13A09F);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:2rem;font-weight:700;color:#fff;box-shadow:0 6px 20px #2931ea66}
.learning-path-wrapper .stage-block h5{font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 10px}
.learning-path-wrapper .stage-block .stage-description{font-size:.95rem;color:silver;line-height:1.5;margin:0}
.enrollment-action-zone{max-width:1000px;margin:0 auto 80px;padding:0 20px}
.enrollment-action-zone .action-container{background:#191923cc;border:2px solid #2931ea66;border-radius:6px;padding:50px 40px;text-align:center;position:relative;overflow:hidden}
.enrollment-action-zone .action-container::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#2931ea26,transparent 50%);animation:pulse-glow 4s ease-in-out infinite}
@keyframes pulse-glow {
0%,100%{opacity:.3;transform:scale(1)}
50%{opacity:.6;transform:scale(1.1)}
}
.enrollment-action-zone .action-container .headline-call{font-size:2.2rem;font-weight:700;color:#fff;margin:0 0 20px;position:relative;z-index:2}
.enrollment-action-zone .action-container .supporting-text{font-size:1.1rem;color:#d0d0d0;line-height:1.6;margin:0 0 35px;max-width:700px;margin-left:auto;margin-right:auto;position:relative;z-index:2}
.enrollment-action-zone .action-container .cta-button{display:inline-block;background:linear-gradient(135deg,#2931EA,#13A09F);color:#fff;font-size:1.15rem;font-weight:600;padding:16px 45px;border-radius:4px;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;position:relative;z-index:2;cursor:pointer}
.enrollment-action-zone .action-container .cta-button:hover{transform:scale(1.05);box-shadow:0 10px 30px #2931ea80}
.detailed-info-display{max-width:1000px;margin:0 auto 80px;padding:0 20px}
.detailed-info-display .header-title{font-size:2.4rem;font-weight:600;color:#f2f2f2;margin:0 0 50px;text-align:center}
.detailed-info-display .info-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}
.detailed-info-display .info-card{background:#19192380;border:1px solid #13a09f4d;border-radius:6px;padding:30px;position:relative;overflow:hidden}
.detailed-info-display .info-card::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#2931EA,#13A09F)}
.detailed-info-display .info-card h4{font-size:1.4rem;font-weight:600;color:#fff;margin:0 0 15px;padding-left:20px}
.detailed-info-display .info-card .card-content{font-size:1rem;color:#c8c8c8;line-height:1.6;margin:0;padding-left:20px}
.detailed-info-display .info-card .card-icon{position:absolute;top:25px;right:25px;font-size:2rem;color:#13a09f66}
@media (max-width: 768px) {
.title-hero-panel{height:400px;margin-bottom:60px}
.title-hero-panel .content-layer h1{font-size:2.2rem}
.title-hero-panel .content-layer .intro-text{font-size:1rem}
.program-overview-section .grid-layout{grid-template-columns:1fr;gap:20px}
.curriculum-layout-box .split-content{grid-template-columns:1fr;gap:30px}
.curriculum-layout-box .image-showcase{height:300px}
.learning-path-wrapper .path-stages{flex-direction:column;gap:40px}
.learning-path-wrapper .path-stages::before{display:none}
.detailed-info-display .info-cards-grid{grid-template-columns:1fr}
.enrollment-action-zone .action-container{padding:40px 25px}
.enrollment-action-zone .action-container .headline-call{font-size:1.8rem}
}
.title-wrapper{max-width:1000px;margin:0 auto;padding:60px 20px;display:flex;gap:50px;align-items:center}
.title-wrapper .image-frame{flex:0 0 380px;position:relative}
.title-wrapper .image-frame::before{content:'';position:absolute;inset:-12px;background:linear-gradient(135deg,#2931ea26,#13a09f26);border-radius:4px;z-index:-1}
.title-wrapper .image-frame::after{content:'';position:absolute;top:-20px;right:-20px;width:100px;height:100px;background:linear-gradient(225deg,#2931ea4d,transparent);border-radius:50%;filter:blur(30px)}
.title-wrapper .frame-image{width:100%;height:280px;object-fit:cover;border-radius:3px;filter:contrast(1.15) saturate(0.85);box-shadow:0 8px 24px #2931ea33}
.title-wrapper .text-content{flex:1}
.title-wrapper .main-heading{font-size:2.8rem;line-height:1.2;margin:0 0 20px;color:#e8e9f3;font-weight:700;position:relative;padding-left:18px}
.title-wrapper .main-heading::before{content:'';position:absolute;left:0;top:8px;width:5px;height:60%;background:linear-gradient(180deg,#2931EA,#13A09F);border-radius:3px}
.title-wrapper .description-text{font-size:1.05rem;line-height:1.7;color:#b8bdd0;margin:0 0 16px}
.title-wrapper .highlight-term{color:#13A09F;font-weight:600}
.calendar-section{max-width:1000px;margin:80px auto 0;padding:0 20px 80px}
.calendar-section .section-intro{text-align:center;margin-bottom:50px}
.calendar-section .intro-heading{font-size:2.2rem;color:#e8e9f3;margin:0 0 16px;font-weight:700}
.calendar-section .intro-heading::after{content:'';display:block;width:80px;height:3px;background:linear-gradient(90deg,#2931EA,#13A09F);margin:16px auto 0;border-radius:2px}
.calendar-section .intro-para{font-size:1.05rem;color:#a0a5ba;max-width:700px;margin:0 auto;line-height:1.6}
.event-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.event-box{background:linear-gradient(145deg,#191c2de6,#121523e6);border:1px solid #2931ea33;border-radius:5px;padding:0;overflow:hidden;box-shadow:0 4px 16px #0000004d;transition:all .3s ease;cursor:pointer;position:relative}
.event-box::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2931EA,#13A09F);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.event-box:hover{transform:translateY(-6px);border-color:#13a09f66;box-shadow:0 12px 32px #2931ea40}
.event-box:hover::before{transform:scaleX(1)}
.date-badge{background:linear-gradient(135deg,#2931EA,#13A09F);padding:20px;text-align:center;position:relative}
.date-badge .day-number{font-size:2.5rem;font-weight:700;color:#fff;line-height:1;margin:0}
.date-badge .month-text{font-size:.95rem;color:#ffffffe6;text-transform:uppercase;letter-spacing:1px;margin:4px 0 0}
.event-details{padding:24px}
.event-details .event-title{font-size:1.3rem;color:#e8e9f3;margin:0 0 12px;font-weight:600;line-height:1.3}
.event-details .event-description{font-size:.95rem;color:#9096ad;line-height:1.6;margin:0 0 18px}
.event-meta{display:flex;flex-direction:column;gap:8px;padding-top:16px;border-top:1px solid #2931ea26}
.meta-row{display:flex;align-items:center;gap:10px;font-size:.9rem;color:#7d84a3}
.meta-row i{color:#13A09F;font-size:1.1rem}
.event-status{display:inline-block;padding:6px 14px;border-radius:3px;font-size:.85rem;font-weight:600;margin-top:12px}
.status-open{background:#13a09f26;color:#13A09F;border:1px solid #13a09f4d}
.status-filling{background:#5d2d0f26;color:#d88c5f;border:1px solid #5d2d0f4d}
.status-full{background:#ffffff0d;color:#8891b3;border:1px solid #ffffff1a}
.register-button{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#2931EA,#13A09F);color:#fff;padding:12px 24px;border-radius:4px;text-decoration:none;font-weight:600;font-size:.95rem;margin-top:16px;transition:all .3s ease;border:none;cursor:pointer}
.register-button:hover{transform:scale(1.05);box-shadow:0 6px 20px #2931ea66}
.register-button i{font-size:1.1rem}
.upcoming-label{position:absolute;top:16px;right:16px;background:#2931eae6;color:#fff;padding:4px 12px;border-radius:3px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;z-index:2}
@media (max-width: 768px) {
.title-wrapper{flex-direction:column;gap:30px;padding:40px 20px}
.title-wrapper .image-frame{flex:0 0 auto;width:100%}
.title-wrapper .frame-image{height:240px}
.title-wrapper .main-heading{font-size:2.2rem}
.calendar-section{margin-top:40px;padding-bottom:60px}
.calendar-section .intro-heading{font-size:1.8rem}
.event-grid{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 480px) {
.title-wrapper .main-heading{font-size:1.9rem}
.calendar-section .intro-heading{font-size:1.6rem}
.event-details .event-title{font-size:1.2rem}
}
.success-wrap{max-width:1000px;margin:0 auto;padding:80px 20px}
.confirmation-display{display:flex;align-items:center;gap:50px;margin-bottom:60px}
.status-graphic{flex-shrink:0;width:180px;height:180px;position:relative;transform:rotate(-8deg)}
.checkmark-container{width:100%;height:100%;background:linear-gradient(135deg,#2931EA,#13A09F);border-radius:4px;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 28px #2931ea40;position:relative;overflow:hidden}
.checkmark-container::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,#ffffff1a,transparent);animation:shimmer 3s infinite}
@keyframes shimmer {
0%{transform:translateX(-100%) translateY(-100%) rotate(45deg)}
100%{transform:translateX(100%) translateY(100%) rotate(45deg)}
}
.checkmark-svg{width:90px;height:90px;position:relative;z-index:2}
.checkmark-svg .check-path{stroke:#fff;stroke-width:8;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:180;stroke-dashoffset:180;animation:draw-check .8s ease-out forwards}
@keyframes draw-check {
to{stroke-dashoffset:0}
}
.message-content{flex:1}
.message-content .status-label{display:inline-block;padding:8px 18px;background:#13a09f26;color:#13A09F;border-radius:3px;font-size:14px;font-weight:600;margin-bottom:16px;letter-spacing:.5px}
.message-content .main-headline{font-size:42px;font-weight:700;color:#e8e9f0;line-height:1.2;margin:0 0 18px}
.message-content .supporting-text{font-size:18px;color:#a8adc0;line-height:1.6;margin:0}
.details-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:50px}
.info-card{background:linear-gradient(145deg,#1a1d2e,#151826);border:1px solid #2931ea33;border-radius:4px;padding:28px;position:relative;overflow:hidden}
.info-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#2931EA,#13A09F)}
.info-card .card-label{font-size:13px;color:#6b7089;text-transform:uppercase;letter-spacing:1px;margin:0 0 10px;font-weight:600}
.info-card .card-value{font-size:20px;color:#e8e9f0;line-height:1.5;margin:0;font-weight:500}
.info-card .card-icon{position:absolute;right:20px;top:20px;width:32px;height:32px;opacity:.15}
.next-actions-box{background:#2931ea14;border-left:4px solid #2931EA;border-radius:4px;padding:32px;margin-bottom:50px}
.next-actions-box .actions-headline{font-size:24px;color:#e8e9f0;margin:0 0 20px;font-weight:600}
.next-actions-box .actions-list{list-style:none;padding:0;margin:0}
.next-actions-box .actions-list .list-item{padding:14px 0;border-bottom:1px solid #ffffff0d;display:flex;align-items:flex-start;gap:16px}
.next-actions-box .actions-list .list-item:last-child{border-bottom:none}
.next-actions-box .actions-list .list-item::before{content:'';width:6px;height:6px;background:#13A09F;border-radius:50%;margin-top:8px;flex-shrink:0}
.next-actions-box .actions-list .list-item .item-text{font-size:16px;color:#c5c9db;line-height:1.6;margin:0}
.help-section{display:flex;gap:28px;align-items:stretch}
.help-card{flex:1;background:linear-gradient(135deg,#1f2333,#181b29);border:1px solid #13a09f33;border-radius:4px;padding:32px;position:relative;cursor:pointer;transition:all .3s ease}
.help-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #13a09f26;border-color:#13a09f66}
.help-card .card-icon-display{width:48px;height:48px;background:#13a09f26;border-radius:3px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.help-card .card-icon-display .iconoir{font-size:24px;color:#13A09F}
.help-card .card-title{font-size:20px;color:#e8e9f0;margin:0 0 12px;font-weight:600}
.help-card .card-description{font-size:15px;color:#a8adc0;line-height:1.6;margin:0 0 18px}
.help-card .card-action{display:inline-flex;align-items:center;gap:8px;color:#13A09F;font-size:15px;font-weight:600;text-decoration:none;transition:gap .3s ease}
.help-card:hover .card-action{gap:12px}
.help-card .card-action .iconoir{font-size:18px}
.bottom-navigation{text-align:center;margin-top:60px;padding-top:40px;border-top:1px solid #ffffff14}
.bottom-navigation .home-link{display:inline-block;padding:16px 42px;background:linear-gradient(135deg,#2931EA,#13A09F);color:#fff;text-decoration:none;border-radius:4px;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 6px 20px #2931ea4d;cursor:pointer}
.bottom-navigation .home-link:hover{transform:scale(1.05);box-shadow:0 8px 28px #2931ea66}
@media (max-width: 768px) {
.success-wrap{padding:50px 16px}
.confirmation-display{flex-direction:column;gap:30px;text-align:center}
.status-graphic{width:140px;height:140px;transform:rotate(-5deg)}
.checkmark-svg{width:70px;height:70px}
.message-content .main-headline{font-size:32px}
.message-content .supporting-text{font-size:16px}
.details-grid{grid-template-columns:1fr;gap:16px}
.help-section{flex-direction:column}
}
@media (min-width: 769px) and (max-width: 1024px) {
.details-grid{grid-template-columns:repeat(2,1fr)}
}