html,body{margin:0;padding:0;font-family:'Bitter',Georgia,serif;font-size:16px;line-height:1.6;color:#1a1a2e;background:#f9f8fe;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
*,::before,::after{box-sizing:border-box}
h1,h2,h3,h4,h5,h6{margin:0;line-height:1.3;font-weight:700}
p{margin:0}
a{text-decoration:none;color:inherit}
ul,ol{margin:0;padding:0;list-style:none}
img{display:block;max-width:100%}
.header-wrapper{background:linear-gradient(148deg,#231A7B 0%,#3d2fa0 45%,#7E63C1 100%);box-shadow:0 4px 24px #231a7b2e;position:relative;z-index:100}
.header-grid-container{max-width:1536px;margin:0 auto;padding:0 28px}
.header-top-row{display:grid;grid-template-columns:auto 1fr;gap:20px 22px;align-items:center;padding:18px 0 0}
.header-logo-cell{display:flex;align-items:center}
.header-logo-cell a{display:flex;align-items:center;justify-content:center;width:90px;height:90px;background:#ffffff1f;border-radius:12px;border:1.5px solid #ffffff38;box-shadow:0 2px 12px #231a7b38;transition:background 500ms ease}
.header-logo-cell a:hover{background:#fff3}
.header-logo-cell img{width:70px;height:70px;object-fit:contain}
.header-company-cell{display:flex;align-items:center;justify-content:flex-end}
.site-logo-text{font-size:1.7rem;font-weight:700;color:#fff;letter-spacing:.04em;text-shadow:0 2px 8px #231a7b4d}
.site-logo-text span{color:#EDE5F4;font-style:italic}
.header-nav-row{margin-top:18px;padding-bottom:16px;border-top:1px solid #ffffff26;padding-top:14px}
.main-nav{display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.main-nav .nav-item{position:relative}
.main-nav .nav-item > a,.main-nav .nav-item > span.nav-trigger{display:flex;align-items:center;gap:6px;padding:9px 18px;color:#ffffffeb;font-size:.95rem;font-weight:400;border-radius:6px;transition:background 450ms ease,color 450ms ease;cursor:pointer;white-space:nowrap}
.main-nav .nav-item > a:hover,.main-nav .nav-item > span.nav-trigger:hover,.main-nav .nav-item:hover > a,.main-nav .nav-item:hover > span.nav-trigger{background:#ffffff24;color:#fff}
.main-nav .nav-item > a.nav--active{background:#ffffff2e;color:#fff;font-weight:700}
.main-nav .nav-item .nav-trigger i{font-size:.7rem;transition:transform 400ms ease}
.main-nav .nav-item:hover .nav-trigger i{transform:rotate(180deg)}
.nav-submenu-wrapper{position:absolute;top:calc(100% + 8px);left:0;min-width:200px;background:#fff;border-radius:10px;box-shadow:0 8px 32px #231a7b2e;border:1px solid #7e63c126;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity 450ms ease,transform 450ms ease,visibility 450ms ease;z-index:200;padding:8px 0}
.nav-submenu-wrapper::before{content:'';position:absolute;top:-12px;left:0;right:0;height:12px;background:transparent}
.main-nav .nav-item:hover .nav-submenu-wrapper,.main-nav .nav-item:focus-within .nav-submenu-wrapper{opacity:1;visibility:visible;transform:translateY(0)}
.nav-submenu-wrapper a{display:block;padding:10px 20px;color:#231A7B;font-size:.9rem;transition:background 400ms ease,color 400ms ease}
.nav-submenu-wrapper a:hover{background:#EDE5F4;color:#231A7B}
.footer-wrapper{background:linear-gradient(152deg,#0f0c2e 0%,#1a1450 55%,#231A7B 100%);position:relative;overflow:hidden}
.footer-wave-divider{display:block;width:100%;line-height:0}
.footer-wave-divider svg{display:block;width:100%}
.footer-data-container{max-width:1536px;margin:0 auto;padding:52px 28px 32px}
.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px 32px}
.footer-brand-cell .footer-brand-name{font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:12px}
.footer-brand-cell .footer-brand-name span{color:#7E63C1;font-style:italic}
.footer-brand-cell p{font-size:.88rem;color:#ffffff9e;line-height:1.7}
.footer-section-heading{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#7E63C1;margin-bottom:18px}
.footer-contact-list li{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;color:#ffffffb8;font-size:.88rem;line-height:1.5}
.footer-contact-list li i{color:#7E63C1;margin-top:3px;flex-shrink:0;font-size:.85rem}
.footer-contact-list li a{color:#ffffffb8;transition:color 400ms ease}
.footer-contact-list li a:hover{color:#EDE5F4}
.footer-links-list li{margin-bottom:10px}
.footer-links-list li a{color:#ffffffb8;font-size:.88rem;display:flex;align-items:center;gap:8px;transition:color 400ms ease}
.footer-links-list li a i{font-size:.7rem;color:#7E63C1}
.footer-links-list li a:hover{color:#EDE5F4}
.footer-bottom-bar{border-top:1px solid #7e63c138;margin-top:40px;padding-top:24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.footer-bottom-bar p{font-size:.82rem;color:#ffffff73}
.cookie-popup-wrapper{position:fixed;top:24px;left:24px;max-width:360px;width:calc(100% - 48px);background:#fff;border-radius:12px;box-shadow:0 12px 40px #231a7b2e 0 2px 8px #231a7b1a;border:1px solid #7e63c133;z-index:9999;transform:translateY(-120%);transition:transform 500ms cubic-bezier(0.34,1.56,0.64,1);overflow:hidden}
.cookie-popup-wrapper.cookie--visible{transform:translateY(0)}
.cookie-popup-wrapper.cookie--hiding{transform:translateY(-120%);transition:transform 450ms ease-in}
.cookie-header-bar{background:linear-gradient(135deg,#231A7B,#7E63C1);padding:16px 20px;display:flex;align-items:center;gap:10px}
.cookie-header-bar i{color:#EDE5F4;font-size:1rem}
.cookie-header-bar span{font-size:.92rem;font-weight:700;color:#fff}
.cookie-body-content{padding:18px 20px}
.cookie-body-content p{font-size:.83rem;color:#444;line-height:1.6;margin-bottom:16px}
.cookie-category-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px}
.cookie-category-item label{font-size:.82rem;color:#333;line-height:1.4;cursor:pointer}
.cookie-category-item label strong{display:block;color:#231A7B;font-size:.83rem}
.cookie-category-item input[type="checkbox"]{margin-top:2px;accent-color:#231A7B;flex-shrink:0}
.cookie-actions-row{padding:14px 20px 18px;display:flex;gap:20px;align-items:center;border-top:1px solid #f0eaf9}
.cookie-btn-accept,.cookie-btn-decline{background:none;border:none;padding:0;cursor:pointer;font-family:'Bitter',Georgia,serif;font-size:.85rem;text-decoration:underline;transition:color 400ms ease}
.cookie-btn-accept{color:#231A7B;font-weight:700}
.cookie-btn-accept:hover{color:#7E63C1}
.cookie-btn-decline{color:#777;font-weight:400}
.cookie-btn-decline:hover{color:#333}
@media (max-width: 900px) {
.footer-grid{grid-template-columns:1fr 1fr}
.footer-brand-cell{grid-column:1 / -1}
}
@media (max-width: 600px) {
.header-top-row{grid-template-columns:1fr;gap:12px;text-align:center}
.header-logo-cell{justify-content:center}
.header-company-cell{justify-content:center}
.main-nav{justify-content:center}
.footer-grid{grid-template-columns:1fr}
.footer-bottom-bar{flex-direction:column;align-items:flex-start}
.cookie-popup-wrapper{top:12px;left:12px;width:calc(100% - 24px)}
}
.alc-policy-box{max-width:860px;margin:0 auto;padding:48px 32px 72px;background:#fff;border-radius:8px;box-shadow:0 8px 32px #231a7b14}
.alc-policy-box h1{font-size:2.2rem;font-weight:700;line-height:1.2;color:#231A7B;margin:0 0 32px;padding-bottom:16px;border-bottom:3px solid #EDE5F4;letter-spacing:-.02em}
.alc-policy-box h2{font-size:1.55rem;font-weight:700;line-height:1.3;color:#231A7B;margin:48px 0 16px;padding-left:14px;border-left:4px solid #7E63C1}
.alc-policy-box h3{font-size:1.2rem;font-weight:600;line-height:1.4;color:#2d2060;margin:32px 0 12px}
.alc-policy-box h4{font-size:1.05rem;font-weight:600;line-height:1.4;color:#3a2b80;margin:24px 0 10px}
.alc-policy-box h5{font-size:.95rem;font-weight:600;line-height:1.5;color:#4a3a90;margin:20px 0 8px;text-transform:uppercase;letter-spacing:.04em}
.alc-policy-box h6{font-size:.88rem;font-weight:600;line-height:1.5;color:#5a4aa0;margin:16px 0 8px;text-transform:uppercase;letter-spacing:.06em}
.alc-policy-box p{font-size:1rem;line-height:1.8;color:#334;margin:0 0 18px}
.alc-policy-box ul{margin:8px 0 20px;padding-left:0;list-style:none}
.alc-policy-box ol{margin:8px 0 20px;padding-left:24px;list-style:decimal}
.alc-policy-box ul li{font-size:1rem;line-height:1.75;color:#334;padding:4px 0 4px 28px;position:relative}
.alc-policy-box ul li::before{content:'';position:absolute;left:8px;top:13px;width:8px;height:8px;border-radius:50%;background:#7E63C1}
.alc-policy-box ol li{font-size:1rem;line-height:1.75;color:#334;padding:4px 0 4px 6px;margin-bottom:4px}
.alc-policy-box ul ul,.alc-policy-box ol ol,.alc-policy-box ul ol,.alc-policy-box ol ul{margin:4px 0 4px 16px}
.alc-policy-box ul ul li::before{width:5px;height:5px;background:transparent;border:2px solid #7E63C1;top:14px}
.alc-policy-box strong,.alc-policy-box b{font-weight:700;color:#231A7B}
.alc-policy-box a{color:#7E63C1;text-decoration:underline;text-decoration-color:#7e63c166;text-underline-offset:3px;transition:color 450ms ease,text-decoration-color 450ms ease}
.alc-policy-box a:hover{color:#231A7B;text-decoration-color:#231a7b99}
.alc-policy-box a:visited{color:#5a4aa0}
.alc-policy-box table{width:100%;border-collapse:collapse;margin:24px 0 32px;font-size:.95rem;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px #231a7b14}
.alc-policy-box table thead{background:linear-gradient(135deg,#231A7B 0%,#7E63C1 100%)}
.alc-policy-box table thead th{padding:14px 18px;font-size:.88rem;font-weight:700;color:#fff;text-align:left;letter-spacing:.03em;text-transform:uppercase;border:none}
.alc-policy-box table tbody tr{border-bottom:1px solid #EDE5F4;transition:background 400ms ease}
.alc-policy-box table tbody tr:last-child{border-bottom:none}
.alc-policy-box table tbody tr:nth-child(even){background:#f9f7fd}
.alc-policy-box table tbody tr:hover{background:#EDE5F4}
.alc-policy-box table tbody td{padding:12px 18px;font-size:.95rem;line-height:1.6;color:#334;vertical-align:top;border:none}
.alc-policy-box div{margin-bottom:16px}
.alc-policy-box div p:last-child{margin-bottom:0}
@media (max-width: 768px) {
.alc-policy-box{padding:32px 20px 48px;border-radius:4px}
.alc-policy-box h1{font-size:1.65rem;margin-bottom:24px}
.alc-policy-box h2{font-size:1.3rem;margin-top:36px}
.alc-policy-box h3{font-size:1.1rem}
.alc-policy-box h4{font-size:1rem}
.alc-policy-box table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;box-shadow:0 2px 8px #231a7b14}
.alc-policy-box table thead th{padding:12px 14px;white-space:nowrap}
.alc-policy-box table tbody td{padding:10px 14px;min-width:120px}
}
@media (max-width: 480px) {
.alc-policy-box{padding:24px 16px 40px}
.alc-policy-box h1{font-size:1.4rem}
.alc-policy-box h2{font-size:1.15rem;padding-left:10px;margin-top:28px}
.alc-policy-box p{font-size:.97rem;line-height:1.75}
.alc-policy-box ul li,.alc-policy-box ol li{font-size:.97rem}
}
.about-hero-wrapper{position:relative;overflow:hidden;background:#231A7B;min-height:520px;display:flex;align-items:center;justify-content:center}
.about-hero-wrapper::before{content:'';position:absolute;inset:0;background:linear-gradient(137deg,#231A7B 0%,#7E63C1 55%,#EDE5F4 100%);opacity:.92;z-index:1}
.about-hero-wrapper .hero-grain-overlay{position:absolute;inset:0;z-index:2;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.08'/%3E%3C/svg%3E");background-size:200px 200px;opacity:.35;pointer-events:none}
.about-hero-wrapper .hero-img-bg{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.18}
.about-hero-inner{position:relative;z-index:3;max-width:820px;margin:0 auto;padding:80px 32px 72px;text-align:center}
.about-hero-inner .hero-label{display:inline-flex;align-items:center;gap:8px;background:#ffffff1f;border:1px solid #ffffff38;border-radius:32px;padding:6px 18px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#EDE5F4;margin-bottom:28px}
.about-hero-inner .hero-label i{font-size:11px;color:#b8a9e8}
.about-hero-inner .about-main-title{font-size:clamp(2rem,5vw,3.4rem);font-weight:700;color:#fff;line-height:1.18;margin:0 0 22px;letter-spacing:-.02em}
.about-hero-inner .about-main-title span{color:#b8a9e8}
.about-hero-inner .hero-sub-text{font-size:1.08rem;color:#ede5f4d1;line-height:1.72;max-width:580px;margin:0 auto 36px}
.about-hero-inner .hero-stats-row{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap;margin-top:8px}
.about-hero-inner .hero-stat-item{padding:14px 32px;border-right:1px solid #ffffff24;text-align:center}
.about-hero-inner .hero-stat-item:last-child{border-right:none}
.about-hero-inner .hero-stat-item .stat-num{font-size:1.9rem;font-weight:700;color:#fff;line-height:1.1;display:block}
.about-hero-inner .hero-stat-item .stat-lbl{font-size:.76rem;color:#ede5f4a6;letter-spacing:.08em;text-transform:uppercase;display:block;margin-top:3px}
.about-story-section{background:#f8f7fd;padding:80px 24px}
.about-story-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #231a7b17}
.story-visual-col{position:relative;min-height:460px;overflow:hidden}
.story-visual-col img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform 600ms ease}
.story-visual-col:hover img{transform:scale(1.04)}
.story-visual-col .story-img-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,#231a7bd1 0%,transparent 100%);padding:32px 28px 24px;color:#fff}
.story-visual-col .story-img-caption .caption-tag{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#b8a9e8;display:block;margin-bottom:6px}
.story-visual-col .story-img-caption strong{font-size:1.05rem;color:#fff;display:block;line-height:1.4}
.story-text-col{background:#fff;padding:52px 48px;display:flex;flex-direction:column;justify-content:center}
.story-text-col .section-eyebrow{font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;color:#7E63C1;margin-bottom:16px;display:flex;align-items:center;gap:8px}
.story-text-col .section-eyebrow::after{content:'';display:inline-block;width:28px;height:2px;background:#7E63C1;border-radius:2px}
.story-text-col .story-heading{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;color:#231A7B;line-height:1.28;margin:0 0 20px}
.story-text-col .story-body{font-size:.97rem;color:#444;line-height:1.74;margin-bottom:28px}
.story-text-col .story-pillars-list{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:12px}
.story-text-col .story-pillars-list li{display:flex;align-items:flex-start;gap:12px;font-size:.92rem;color:#333;line-height:1.5}
.story-text-col .story-pillars-list li .pillar-icon-wrap{width:32px;height:32px;border-radius:8px;background:#EDE5F4;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.story-text-col .story-pillars-list li .pillar-icon-wrap i{font-size:13px;color:#231A7B}
.story-text-col .story-cta-link{display:inline-flex;align-items:center;gap:8px;background:#231A7B;color:#fff;padding:13px 28px;border-radius:8px;font-size:.88rem;font-weight:600;text-decoration:none;letter-spacing:.03em;transition:background 450ms ease,box-shadow 450ms ease;align-self:flex-start;position:relative;z-index:2}
.story-text-col .story-cta-link:hover{background:#7E63C1;box-shadow:0 6px 22px #231a7b38}
.about-approach-section{background:#fff;padding:88px 24px}
.about-approach-inner{max-width:1200px;margin:0 auto}
.approach-header-row{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:end;margin-bottom:56px}
.approach-header-row .approach-title-col .section-tag{font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;color:#7E63C1;margin-bottom:14px;display:block}
.approach-header-row .approach-title-col h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;color:#231A7B;line-height:1.24;margin:0;position:relative;padding-bottom:18px}
.approach-header-row .approach-title-col h2::after{content:'';position:absolute;bottom:0;left:0;width:48px;height:3px;background:linear-gradient(90deg,#231A7B,#7E63C1);border-radius:3px}
.approach-header-row .approach-desc-col p{font-size:.96rem;color:#555;line-height:1.74;margin:0}
.approach-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid #e8e4f3;border-radius:12px;overflow:hidden;margin-bottom:56px}
.approach-card-item{padding:36px 32px;border-right:1px solid #e8e4f3;position:relative;transition:background 400ms ease}
.approach-card-item:last-child{border-right:none}
.approach-card-item:hover{background:#faf9ff}
.approach-card-item .card-number{font-size:2.8rem;font-weight:800;color:#EDE5F4;line-height:1;margin-bottom:16px;display:block}
.approach-card-item .card-icon-row{display:flex;align-items:center;gap:10px;margin-bottom:16px}
.approach-card-item .card-icon-row i{font-size:22px;color:#231A7B}
.approach-card-item .card-icon-row .card-title{font-size:1rem;font-weight:700;color:#231A7B}
.approach-card-item .card-body-text{font-size:.88rem;color:#555;line-height:1.68;margin:0}
.approach-visual-row{display:grid;grid-template-columns:5fr 4fr;gap:28px;align-items:stretch}
.approach-img-block{position:relative;border-radius:12px;overflow:hidden;min-height:340px}
.approach-img-block img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.approach-img-block .img-overlay-badge{position:absolute;top:24px;left:24px;background:#231a7be0;color:#fff;border-radius:8px;padding:10px 18px;font-size:.82rem;font-weight:600;backdrop-filter:blur(4px)}
.approach-secondary-stack{display:flex;flex-direction:column;gap:20px}
.approach-secondary-stack .stack-img-item{border-radius:12px;overflow:hidden;flex:1;min-height:150px;position:relative}
.approach-secondary-stack .stack-img-item img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform 500ms ease}
.approach-secondary-stack .stack-img-item:hover img{transform:scale(1.05)}
.about-team-highlight-section{background:linear-gradient(148deg,#231A7B 0%,#3d2e9e 40%,#7E63C1 100%);padding:80px 24px;position:relative;overflow:hidden}
.about-team-highlight-section::before{content:'';position:absolute;top:-80px;right:-80px;width:400px;height:400px;border-radius:50%;background:#ffffff0a;pointer-events:none}
.about-team-highlight-section::after{content:'';position:absolute;bottom:-60px;left:-60px;width:300px;height:300px;border-radius:50%;background:#ffffff08;pointer-events:none}
.team-highlight-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.team-highlight-inner .section-top-label{font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;color:#b8a9e8;display:block;margin-bottom:16px;text-align:center}
.team-highlight-inner .section-main-h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;color:#fff;text-align:center;margin:0 auto 14px;max-width:560px;line-height:1.26}
.team-highlight-inner .section-intro-p{font-size:.96rem;color:#ede5f4bf;text-align:center;max-width:580px;margin:0 auto 52px;line-height:1.7}
.team-features-asymmetric{display:grid;grid-template-columns:1.2fr 0.8fr;gap:28px;align-items:start}
.team-feature-main-card{background:#ffffff14;border:1px solid #ffffff24;border-radius:12px;overflow:hidden}
.team-feature-main-card .main-card-img-wrap{width:100%;height:260px;overflow:hidden}
.team-feature-main-card .main-card-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform 500ms ease}
.team-feature-main-card:hover .main-card-img-wrap img{transform:scale(1.04)}
.team-feature-main-card .main-card-body{padding:28px 32px}
.team-feature-main-card .main-card-body h4{font-size:1.12rem;font-weight:700;color:#fff;margin:0 0 12px}
.team-feature-main-card .main-card-body p{font-size:.9rem;color:#ede5f4c7;line-height:1.68;margin:0}
.team-feature-side-stack{display:flex;flex-direction:column;gap:16px}
.team-feature-side-stack .side-feature-item{background:#ffffff12;border:1px solid #ffffff1f;border-radius:10px;padding:22px 24px;display:flex;gap:16px;align-items:flex-start;transition:background 400ms ease,border-color 400ms ease}
.team-feature-side-stack .side-feature-item:hover{background:#ffffff21;border-color:#ffffff38}
.team-feature-side-stack .side-feature-item .sfi-icon{width:40px;height:40px;border-radius:8px;background:#ffffff1f;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.team-feature-side-stack .side-feature-item .sfi-icon i{font-size:16px;color:#b8a9e8}
.team-feature-side-stack .side-feature-item .sfi-text h5{font-size:.92rem;font-weight:700;color:#fff;margin:0 0 6px}
.team-feature-side-stack .side-feature-item .sfi-text p{font-size:.84rem;color:#ede5f4ad;line-height:1.56;margin:0}
.team-cta-bar{margin-top:52px;display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}
.team-cta-bar .cta-primary-btn{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#231A7B;padding:14px 32px;border-radius:8px;font-size:.9rem;font-weight:700;text-decoration:none;transition:background 450ms ease,box-shadow 450ms ease;position:relative;z-index:2}
.team-cta-bar .cta-primary-btn:hover{background:#EDE5F4;box-shadow:0 8px 28px #0003}
.team-cta-bar .cta-secondary-btn{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#fff;padding:14px 28px;border-radius:8px;border:1px solid #ffffff52;font-size:.9rem;font-weight:600;text-decoration:none;transition:background 450ms ease,border-color 450ms ease;position:relative;z-index:2}
.team-cta-bar .cta-secondary-btn:hover{background:#ffffff1a;border-color:#ffffff80}
@media (max-width: 900px) {
.about-story-inner{grid-template-columns:1fr}
.story-visual-col{min-height:280px}
.story-text-col{padding:40px 32px}
.approach-header-row{grid-template-columns:1fr;gap:24px}
.approach-cards-grid{grid-template-columns:1fr}
.approach-card-item{border-right:none;border-bottom:1px solid #e8e4f3}
.approach-card-item:last-child{border-bottom:none}
.approach-visual-row{grid-template-columns:1fr}
.team-features-asymmetric{grid-template-columns:1fr}
}
@media (max-width: 600px) {
.about-hero-inner{padding:60px 20px 52px}
.about-hero-inner .hero-stat-item{padding:12px 18px}
.about-story-section{padding:52px 16px}
.story-text-col{padding:32px 20px}
.about-approach-section{padding:56px 16px}
.approach-card-item{padding:28px 20px}
.about-team-highlight-section{padding:56px 16px}
.team-cta-bar{flex-direction:column;align-items:stretch}
.team-cta-bar .cta-primary-btn,.team-cta-bar .cta-secondary-btn{justify-content:center}
}
.hero-wrapper{position:relative;overflow:hidden;background:#fff;padding:0}
.hero-wrapper .hero-inner-grid{display:grid;grid-template-columns:1fr 1fr;max-width:1536px;margin:auto;min-height:580px}
.hero-wrapper .hero-text-col{display:flex;flex-direction:column;justify-content:center;padding:72px 56px 72px 48px;position:relative;z-index:2}
.hero-wrapper .hero-label-tag{display:inline-flex;align-items:center;gap:8px;background:#EDE5F4;color:#231A7B;font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;padding:6px 16px;border-radius:20px;margin-bottom:24px;width:fit-content}
.hero-wrapper .hero-label-tag i{font-size:11px}
.hero-wrapper .hero-heading-sm{font-size:14px;color:#7E63C1;font-weight:500;margin-bottom:8px;letter-spacing:.5px}
.hero-wrapper .hero-main-title{font-size:clamp(32px,4vw,56px);font-weight:800;line-height:1.1;color:#231A7B;margin-bottom:0}
.hero-wrapper .hero-main-title .accent-word{color:#7E63C1;position:relative;display:inline-block}
.hero-wrapper .hero-main-title .accent-word::after{content:'';position:absolute;bottom:2px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#7E63C1,#EDE5F4);border-radius:2px}
.hero-wrapper .hero-divider-line{width:48px;height:3px;background:linear-gradient(135deg,#231A7B,#7E63C1);border-radius:2px;margin:24px 0}
.hero-wrapper .hero-desc{font-size:16px;line-height:1.7;color:#444;max-width:440px;margin-bottom:36px}
.hero-wrapper .hero-cta-row{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}
.hero-wrapper .btn-primary-hero{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#231A7B 0%,#7E63C1 100%);color:#fff;padding:14px 28px;border-radius:8px;font-size:15px;font-weight:600;text-decoration:none;transition:box-shadow 500ms,transform 500ms;box-shadow:0 8px 24px #231a7b40;position:relative;z-index:3}
.hero-wrapper .btn-primary-hero:hover{box-shadow:0 12px 32px #231a7b66;transform:translateY(-2px)}
.hero-wrapper .btn-outline-hero{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#231A7B;padding:13px 28px;border-radius:8px;font-size:15px;font-weight:600;text-decoration:none;border:2px solid #231A7B;transition:background 500ms,color 500ms;position:relative;z-index:3}
.hero-wrapper .btn-outline-hero:hover{background:#231A7B;color:#fff}
.hero-wrapper .hero-image-col{position:relative;overflow:hidden}
.hero-wrapper .hero-img-fragment-top{position:absolute;top:0;left:0;width:100%;height:55%;overflow:hidden}
.hero-wrapper .hero-img-fragment-top img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}
.hero-wrapper .hero-img-fragment-bottom{position:absolute;bottom:0;left:24px;width:calc(100% - 24px);height:48%;overflow:hidden;box-shadow:-8px 0 32px #231a7b1f}
.hero-wrapper .hero-img-fragment-bottom img{width:100%;height:100%;object-fit:cover;object-position:center bottom;display:block}
.hero-wrapper .hero-img-connector{position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;height:8px;background:linear-gradient(135deg,#231A7B,#7E63C1);z-index:2}
.hero-wrapper .hero-shadow-accent{position:absolute;bottom:40px;right:-20px;width:200px;height:200px;background:radial-gradient(circle,#7e63c126 0%,transparent 70%);z-index:1;pointer-events:none}
.hero-wrapper .hero-stat-badge{position:absolute;bottom:32px;left:-16px;background:#fff;border-radius:12px;padding:14px 20px;box-shadow:0 8px 32px #231a7b24;z-index:5;display:flex;flex-direction:column;gap:2px}
.hero-wrapper .hero-stat-badge .stat-num{font-size:24px;font-weight:800;color:#231A7B;line-height:1}
.hero-wrapper .hero-stat-badge .stat-lbl{font-size:11px;color:#7E63C1;font-weight:500;letter-spacing:.5px}
.efficiency-section-wrapper{background:#fff;padding:80px 0 64px}
.efficiency-section-wrapper .eff-container{max-width:1200px;margin:auto;padding:0 32px}
.efficiency-section-wrapper .eff-header-row{display:flex;flex-direction:row;align-items:flex-start;gap:48px;margin-bottom:56px}
.efficiency-section-wrapper .eff-title-col{flex:0 0 auto;max-width:380px}
.efficiency-section-wrapper .eff-section-tag{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#7E63C1;margin-bottom:12px;display:flex;align-items:center;gap:8px}
.efficiency-section-wrapper .eff-section-tag::before{content:'';display:inline-block;width:24px;height:2px;background:#7E63C1}
.efficiency-section-wrapper .eff-main-heading{font-size:clamp(24px,3vw,38px);font-weight:800;color:#231A7B;line-height:1.2;margin:0}
.efficiency-section-wrapper .eff-desc-col{flex:1;padding-top:8px}
.efficiency-section-wrapper .eff-desc-col p{font-size:15px;line-height:1.75;color:#555;margin:0 0 16px}
.efficiency-section-wrapper .eff-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.efficiency-section-wrapper .eff-step-card{background:#f9f8ff;border-radius:12px;padding:32px 28px;position:relative;border:1px solid #EDE5F4;transition:box-shadow 500ms,transform 500ms}
.efficiency-section-wrapper .eff-step-card:hover{box-shadow:0 12px 32px #231a7b1a;transform:translateY(-4px)}
.efficiency-section-wrapper .eff-step-num{position:absolute;top:20px;right:20px;font-size:48px;font-weight:900;color:#EDE5F4;line-height:1;pointer-events:none}
.efficiency-section-wrapper .eff-step-icon{width:48px;height:48px;background:linear-gradient(135deg,#231A7B,#7E63C1);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.efficiency-section-wrapper .eff-step-icon i{color:#fff;font-size:20px}
.efficiency-section-wrapper .eff-step-title{font-size:17px;font-weight:700;color:#231A7B;margin-bottom:10px}
.efficiency-section-wrapper .eff-step-text{font-size:14px;line-height:1.65;color:#666;margin:0}
.efficiency-section-wrapper .eff-step-time{display:inline-flex;align-items:center;gap:6px;margin-top:16px;font-size:12px;font-weight:600;color:#7E63C1;background:#EDE5F4;padding:4px 12px;border-radius:20px}
.outcomes-section{background:linear-gradient(145deg,#231A7B 0%,#3d2f9e 40%,#7E63C1 100%);padding:80px 0;position:relative;overflow:hidden}
.outcomes-section::before{content:'';position:absolute;top:-80px;right:-80px;width:400px;height:400px;background:radial-gradient(circle,#ffffff0d 0%,transparent 70%);pointer-events:none}
.outcomes-section .outcomes-container{max-width:1200px;margin:auto;padding:0 32px}
.outcomes-section .outcomes-top-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-bottom:56px}
.outcomes-section .outcomes-img-wrapper{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 24px 64px #0000004d}
.outcomes-section .outcomes-img-wrapper img{width:100%;height:360px;object-fit:cover;display:block}
.outcomes-section .outcomes-img-overlay{position:absolute;bottom:0;left:0;right:0;padding:24px;background:linear-gradient(transparent,#231a7bd9)}
.outcomes-section .outcomes-img-overlay .overlay-stat{color:#fff;font-size:28px;font-weight:800}
.outcomes-section .outcomes-img-overlay .overlay-label{color:#fffc;font-size:13px;margin-top:2px}
.outcomes-section .outcomes-text-col{color:#fff}
.outcomes-section .outcomes-tag{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#EDE5F4;margin-bottom:16px;display:block}
.outcomes-section .outcomes-heading{font-size:clamp(24px,3vw,38px);font-weight:800;color:#fff;line-height:1.2;margin-bottom:20px}
.outcomes-section .outcomes-body{font-size:15px;line-height:1.75;color:#fffc;margin-bottom:32px}
.outcomes-section .outcomes-checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.outcomes-section .outcomes-checklist li{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#ffffffe6;line-height:1.5}
.outcomes-section .outcomes-checklist li .check-icon{flex-shrink:0;width:22px;height:22px;background:#ffffff26;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px}
.outcomes-section .outcomes-checklist li .check-icon i{font-size:10px;color:#EDE5F4}
.outcomes-section .outcomes-metrics-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.outcomes-section .metric-card-item{background:#ffffff14;border:1px solid #ffffff1f;border-radius:12px;padding:24px 20px;text-align:center;transition:background 500ms}
.outcomes-section .metric-card-item:hover{background:#ffffff24}
.outcomes-section .metric-card-item .metric-val{font-size:32px;font-weight:900;color:#fff;display:block;line-height:1;margin-bottom:8px}
.outcomes-section .metric-card-item .metric-desc{font-size:13px;color:#ffffffb3;line-height:1.4}
.learning-types-section{background:#fff;padding:80px 0}
.learning-types-section .lt-container{max-width:1200px;margin:auto;padding:0 32px}
.learning-types-section .lt-heading-center{text-align:center;margin-bottom:48px}
.learning-types-section .lt-heading-center .lt-tag{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#7E63C1;display:block;margin-bottom:12px}
.learning-types-section .lt-heading-center h2{font-size:clamp(24px,3vw,38px);font-weight:800;color:#231A7B;margin:0}
.learning-types-section .lt-tabs-wrapper{max-width:680px;margin:0 auto 48px}
.learning-types-section .lt-tab-inputs{display:none}
.learning-types-section .lt-tabs-nav{display:flex;flex-direction:row;gap:0;border-radius:10px;background:#EDE5F4;padding:4px;margin-bottom:32px}
.learning-types-section .lt-tab-label{flex:1;text-align:center;padding:12px 16px;font-size:14px;font-weight:600;color:#7E63C1;cursor:pointer;border-radius:8px;transition:background 400ms,color 400ms;user-select:none}
#lt-tab1:checked ~ .lt-tabs-nav .lt-label-1,#lt-tab2:checked ~ .lt-tabs-nav .lt-label-2,#lt-tab3:checked ~ .lt-tabs-nav .lt-label-3{background:linear-gradient(135deg,#231A7B,#7E63C1);color:#fff}
.learning-types-section .lt-panels-wrapper{position:relative}
.learning-types-section .lt-panel{display:none}
#lt-tab1:checked ~ .lt-panels-wrapper .lt-panel-1,#lt-tab2:checked ~ .lt-panels-wrapper .lt-panel-2,#lt-tab3:checked ~ .lt-panels-wrapper .lt-panel-3{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.learning-types-section .lt-panel-img{border-radius:12px;overflow:hidden;box-shadow:0 12px 40px #231a7b1f}
.learning-types-section .lt-panel-img img{width:100%;height:280px;object-fit:cover;display:block}
.learning-types-section .lt-panel-content h3{font-size:22px;font-weight:800;color:#231A7B;margin-bottom:16px}
.learning-types-section .lt-panel-content p{font-size:15px;line-height:1.7;color:#555;margin-bottom:20px}
.learning-types-section .lt-feature-tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}
.learning-types-section .lt-feature-tag{background:#EDE5F4;color:#231A7B;font-size:12px;font-weight:600;padding:5px 14px;border-radius:20px}
.social-resp-section{background:linear-gradient(160deg,#f9f8ff 0%,#EDE5F4 100%);padding:80px 0;position:relative}
.social-resp-section .svg-divider-top{position:absolute;top:-1px;left:0;width:100%;line-height:0}
.social-resp-section .sr-container{max-width:1200px;margin:auto;padding:0 32px}
.social-resp-section .sr-main-grid{display:grid;grid-template-columns:5fr 4fr;gap:64px;align-items:start}
.social-resp-section .sr-left-col .sr-tag{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#7E63C1;margin-bottom:16px;display:flex;align-items:center;gap:8px}
.social-resp-section .sr-left-col .sr-tag::before{content:'';display:inline-block;width:24px;height:2px;background:#7E63C1}
.social-resp-section .sr-left-col h2{font-size:clamp(24px,3vw,38px);font-weight:800;color:#231A7B;line-height:1.2;margin-bottom:20px}
.social-resp-section .sr-left-col p{font-size:15px;line-height:1.75;color:#555;margin-bottom:16px}
.social-resp-section .sr-impact-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:32px}
.social-resp-section .sr-impact-card{background:#fff;border-radius:10px;padding:20px;border-left:4px solid #7E63C1;box-shadow:0 4px 16px #231a7b0f}
.social-resp-section .sr-impact-card .impact-icon{font-size:22px;color:#231A7B;margin-bottom:10px}
.social-resp-section .sr-impact-card .impact-title{font-size:14px;font-weight:700;color:#231A7B;margin-bottom:6px}
.social-resp-section .sr-impact-card .impact-text{font-size:13px;line-height:1.6;color:#666;margin:0}
.social-resp-section .sr-right-col{display:flex;flex-direction:column;gap:24px}
.social-resp-section .sr-image-stack{position:relative}
.social-resp-section .sr-image-main{border-radius:12px;overflow:hidden;box-shadow:0 16px 48px #231a7b24}
.social-resp-section .sr-image-main img{width:100%;height:260px;object-fit:cover;display:block}
.social-resp-section .sr-trust-panel{background:#fff;border-radius:12px;padding:24px;box-shadow:0 8px 32px #231a7b14}
.social-resp-section .sr-trust-panel .trust-heading{font-size:16px;font-weight:700;color:#231A7B;margin-bottom:16px;display:flex;align-items:center;gap:8px}
.social-resp-section .sr-trust-panel .trust-heading i{color:#7E63C1}
.social-resp-section .sr-trust-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.social-resp-section .sr-trust-list li{display:flex;align-items:center;gap:10px;font-size:14px;color:#444}
.social-resp-section .sr-trust-list li i{color:#7E63C1;font-size:13px;flex-shrink:0}
.social-resp-section .sr-cta-row{display:flex;flex-direction:row;gap:12px;flex-wrap:wrap;margin-top:8px}
.social-resp-section .btn-sr-primary{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#231A7B,#7E63C1);color:#fff;padding:13px 28px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;transition:box-shadow 500ms,transform 500ms;box-shadow:0 6px 20px #231a7b40;position:relative;z-index:2}
.social-resp-section .btn-sr-primary:hover{box-shadow:0 10px 28px #231a7b61;transform:translateY(-2px)}
.social-resp-section .btn-sr-outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#231A7B;padding:12px 28px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;border:2px solid #231A7B;transition:background 500ms,color 500ms;position:relative;z-index:2}
.social-resp-section .btn-sr-outline:hover{background:#231A7B;color:#fff}
@media (max-width: 1024px) {
.hero-wrapper .hero-inner-grid{grid-template-columns:1fr 1fr;min-height:480px}
.hero-wrapper .hero-text-col{padding:56px 32px}
.efficiency-section-wrapper .eff-header-row{flex-direction:column;gap:24px}
.efficiency-section-wrapper .eff-title-col{max-width:100%}
.efficiency-section-wrapper .eff-steps-grid{grid-template-columns:1fr 1fr}
.outcomes-section .outcomes-top-grid{grid-template-columns:1fr;gap:40px}
.outcomes-section .outcomes-metrics-row{grid-template-columns:repeat(2,1fr)}
.social-resp-section .sr-main-grid{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.hero-wrapper .hero-inner-grid{grid-template-columns:1fr}
.hero-wrapper .hero-image-col{height:300px}
.hero-wrapper .hero-text-col{padding:48px 24px}
.hero-wrapper .hero-stat-badge{left:16px;bottom:16px}
.efficiency-section-wrapper .eff-steps-grid{grid-template-columns:1fr}
.outcomes-section .outcomes-metrics-row{grid-template-columns:1fr 1fr}
#lt-tab1:checked ~ .lt-panels-wrapper .lt-panel-1,#lt-tab2:checked ~ .lt-panels-wrapper .lt-panel-2,#lt-tab3:checked ~ .lt-panels-wrapper .lt-panel-3{grid-template-columns:1fr}
.social-resp-section .sr-impact-cards{grid-template-columns:1fr}
.hero-wrapper .hero-cta-row{flex-direction:column}
.social-resp-section .sr-cta-row{flex-direction:column}
}
@media (max-width: 480px) {
.outcomes-section .outcomes-metrics-row{grid-template-columns:1fr}
.learning-types-section .lt-tabs-nav{flex-direction:column}
}
.contact-page-wrapper{max-width:1536px;margin:0 auto;overflow-x:hidden}
.title-block-wrapper{position:relative;background:linear-gradient(137deg,#231A7B 0%,#3d2fa0 45%,#7E63C1 100%);padding:80px 40px 100px;overflow:hidden}
.title-block-wrapper::before{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");background-size:200px 200px;opacity:.15;pointer-events:none}
.title-block-wrapper::after{content:'';position:absolute;top:-80px;right:-80px;width:400px;height:400px;background:radial-gradient(circle at center,#ffffff1f 0%,#ffffff0a 40%,transparent 70%);pointer-events:none}
.title-block-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2;display:flex;flex-direction:row;align-items:center;gap:60px}
.title-block-text{flex:1}
.title-vector-line{display:flex;flex-direction:row;align-items:center;gap:12px;margin-bottom:24px}
.title-vector-line .vector-dot{width:8px;height:8px;border-radius:50%;background:#EDE5F4;opacity:.7}
.title-vector-line .vector-dash{width:48px;height:2px;background:linear-gradient(90deg,#EDE5F4,transparent)}
.title-vector-line .vector-label{font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:#EDE5F4;opacity:.75}
.title-block-text .main-heading{font-size:48px;font-weight:700;color:#fff;line-height:1.15;margin:0 0 20px}
.title-block-text .main-heading .accent-word{color:#EDE5F4;position:relative;display:inline-block}
.title-block-text .main-heading .accent-word::after{content:'';position:absolute;bottom:-4px;left:0;right:0;height:3px;background:linear-gradient(90deg,#7E63C1,transparent);border-radius:2px}
.title-block-text .sub-desc{font-size:16px;line-height:1.7;color:#ede5f4d9;max-width:480px;margin:0}
.title-image-area{flex:0 0 380px;position:relative}
.title-image-area .glow-frame{position:relative;border-radius:12px;overflow:hidden}
.title-image-area .glow-frame::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#ffffff2e 0%,transparent 50%,#7e63c140 100%);z-index:1;pointer-events:none}
.title-image-area .glow-frame::after{content:'';position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;background:radial-gradient(ellipse at 30% 30%,#ffffff26 0%,transparent 60%);pointer-events:none;z-index:0}
.title-image-area .glow-frame img{width:100%;height:260px;object-fit:cover;display:block;position:relative;z-index:0;border-radius:12px}
.wave-divider{line-height:0;background:#f7f5fc}
.wave-divider svg{display:block;width:100%}
.contact-channels-section{background:#f7f5fc;padding:72px 40px}
.channels-inner{max-width:1200px;margin:0 auto}
.channels-header{margin-bottom:48px}
.channels-header .section-eyebrow{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#7E63C1;margin:0 0 10px;display:flex;flex-direction:row;align-items:center;gap:8px}
.channels-header .section-eyebrow::before{content:'';width:20px;height:2px;background:#7E63C1;display:inline-block}
.channels-header h2{font-size:32px;font-weight:600;color:#231A7B;margin:0;line-height:1.3}
.channels-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.channel-card{background:#fff;border-radius:12px;padding:32px 24px;box-shadow:0 8px 32px #231a7b0f;transition:box-shadow 500ms ease,transform 500ms ease;display:flex;flex-direction:column;gap:16px;position:relative;overflow:hidden}
.channel-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#231A7B,#7E63C1);opacity:0;transition:opacity 500ms ease}
.channel-card:hover{box-shadow:0 16px 48px #231a7b1f;transform:translateY(-4px)}
.channel-card:hover::before{opacity:1}
.channel-icon-wrap{width:48px;height:48px;border-radius:10px;background:linear-gradient(135deg,#EDE5F4,#d6c8f0);display:flex;flex-direction:row;align-items:center;justify-content:center}
.channel-icon-wrap i{font-size:20px;color:#231A7B}
.channel-card .channel-label{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#7E63C1;margin:0}
.channel-card .channel-value{font-size:15px;font-weight:600;color:#231A7B;margin:0;word-break:break-all}
.channel-card .channel-note{font-size:13px;color:#666;margin:0;line-height:1.5}
.channel-card .channel-link{display:inline-flex;flex-direction:row;align-items:center;gap:6px;font-size:13px;color:#231A7B;text-decoration:none;font-weight:500;margin-top:auto;transition:color 400ms ease}
.channel-card .channel-link:hover{color:#7E63C1}
.channel-card .channel-link i{font-size:11px}
.address-section{background:#fff;padding:72px 40px}
.address-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;gap:80px;align-items:flex-start}
.address-left{flex:1}
.address-left .addr-eyebrow{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#7E63C1;margin:0 0 12px}
.address-left h2{font-size:30px;font-weight:600;color:#231A7B;margin:0 0 24px;line-height:1.3}
.address-left .addr-desc{font-size:15px;line-height:1.75;color:#555;margin:0 0 36px}
.address-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.addr-detail-item{display:flex;flex-direction:row;gap:14px;align-items:flex-start}
.addr-detail-item .addr-icon{width:38px;height:38px;background:#EDE5F4;border-radius:8px;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-shrink:0}
.addr-detail-item .addr-icon i{font-size:15px;color:#231A7B}
.addr-detail-item .addr-text .addr-key{font-size:11px;text-transform:uppercase;letter-spacing:1.5px;color:#999;display:block;margin-bottom:4px}
.addr-detail-item .addr-text .addr-val{font-size:14px;color:#333;font-weight:500}
.address-right{flex:0 0 420px}
.address-visual-block{background:linear-gradient(137deg,#231A7B 0%,#3d2fa0 100%);border-radius:16px;padding:40px 36px;position:relative;overflow:hidden}
.address-visual-block::before{content:'';position:absolute;bottom:-40px;right:-40px;width:200px;height:200px;border-radius:50%;background:#7e63c140;pointer-events:none}
.address-visual-block .avb-tag{font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#ede5f4a6;margin-bottom:20px;display:block}
.address-visual-block .avb-address{font-size:22px;font-weight:600;color:#fff;line-height:1.4;margin-bottom:28px}
.avb-response-info{display:flex;flex-direction:column;gap:12px}
.avb-response-row{display:flex;flex-direction:row;align-items:center;gap:12px;padding:12px 16px;background:#ffffff14;border-radius:8px}
.avb-response-row i{font-size:16px;color:#EDE5F4;flex-shrink:0}
.avb-response-row .avb-row-text{font-size:13px;color:#ede5f4e6;line-height:1.4}
.zigzag-divider{background:#f7f5fc;line-height:0}
.zigzag-divider svg{display:block;width:100%}
.form-section-wrapper{background:#f7f5fc;padding:80px 40px 96px}
.form-section-inner{max-width:860px;margin:0 auto}
.form-section-header{text-align:center;margin-bottom:48px}
.form-section-header .form-eyebrow{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#7E63C1;margin:0 0 12px;display:block}
.form-section-header h2{font-size:34px;font-weight:700;color:#231A7B;margin:0 0 14px;line-height:1.25}
.form-section-header .form-intro-text{font-size:15px;color:#666;line-height:1.7;max-width:560px;margin:0 auto}
.contact-form-card{background:#fff;border-radius:16px;padding:48px 52px;box-shadow:0 12px 48px #231a7b14}
.form-field-group{margin-bottom:28px;display:flex;flex-direction:column;gap:8px}
.form-field-group label{font-size:13px;font-weight:600;color:#231A7B;letter-spacing:.5px}
.form-field-group label .required-mark{color:#7E63C1;margin-left:3px}
.form-field-group .field-input{width:100%;padding:14px 18px;border:1.5px solid #e0d9f4;border-radius:8px;font-size:15px;color:#333;background:#faf9fe;transition:border-color 400ms ease,box-shadow 400ms ease;box-sizing:border-box;box-shadow:inset 0 2px 4px #231a7b0a;outline:none;-webkit-appearance:none;appearance:none}
.form-field-group .field-input:focus{border-color:#231A7B;box-shadow:inset 0 2px 4px #231a7b0f 0 0 0 3px #231a7b14}
.priority-fieldset{border:none;margin:0 0 28px;padding:0}
.priority-fieldset legend{font-size:13px;font-weight:600;color:#231A7B;letter-spacing:.5px;margin-bottom:14px;display:block;width:100%}
.priority-fieldset legend .required-mark{color:#7E63C1;margin-left:3px}
.priority-options{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.priority-option{position:relative}
.priority-option input[type="radio"]{position:absolute;opacity:0;width:0;height:0}
.priority-option .priority-label{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 12px;border:1.5px solid #e0d9f4;border-radius:10px;cursor:pointer;transition:border-color 400ms ease,background 400ms ease,box-shadow 400ms ease;background:#faf9fe;text-align:center}
.priority-option input[type="radio"]:checked + .priority-label{border-color:#231A7B;background:#EDE5F4;box-shadow:0 4px 16px #231a7b1a}
.priority-option .priority-label:hover{border-color:#7E63C1;background:#f3eefb}
.priority-option .priority-label i{font-size:22px;color:#7E63C1;transition:color 400ms ease}
.priority-option input[type="radio"]:checked + .priority-label i{color:#231A7B}
.priority-option .priority-label .prio-name{font-size:13px;font-weight:600;color:#333;line-height:1.2}
.priority-option .priority-label .prio-desc{font-size:11px;color:#888;line-height:1.4}
.form-field-group textarea.field-input{resize:vertical;min-height:120px}
.privacy-check-wrap{display:flex;flex-direction:row;align-items:flex-start;gap:12px;margin-bottom:32px}
.privacy-check-wrap .privacy-checkbox{width:18px;height:18px;border:1.5px solid #c5b8e8;border-radius:4px;cursor:pointer;flex-shrink:0;margin-top:2px;accent-color:#231A7B}
.privacy-check-wrap .privacy-text{font-size:13px;color:#666;line-height:1.6}
.privacy-check-wrap .privacy-text a{color:#231A7B;text-decoration:underline;text-underline-offset:2px}
.form-submit-btn-wrap{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:16px}
.submit-btn-data{display:inline-flex;flex-direction:row;align-items:center;gap:10px;padding:16px 40px;background:linear-gradient(135deg,#231A7B 0%,#3d2fa0 60%,#7E63C1 100%);color:#fff;font-size:15px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:box-shadow 500ms ease,transform 500ms ease;box-shadow:0 8px 24px #231a7b40;position:relative;z-index:2;text-decoration:none}
.submit-btn-data:hover{box-shadow:0 12px 36px #231a7b59;transform:translateY(-2px)}
.submit-btn-data i{font-size:14px}
.form-note-text{font-size:12px;color:#aaa;text-align:center;margin-top:20px}
@media (max-width: 1100px) {
.channels-grid{grid-template-columns:repeat(2,1fr)}
.address-inner{flex-direction:column;gap:48px}
.address-right{flex:none;width:100%}
.title-block-inner{flex-direction:column;gap:40px}
.title-image-area{flex:none;width:100%}
}
@media (max-width: 768px) {
.title-block-wrapper{padding:56px 24px 72px}
.title-block-text .main-heading{font-size:32px}
.contact-channels-section,.address-section,.form-section-wrapper{padding:52px 24px}
.channels-grid{grid-template-columns:1fr}
.address-details-grid{grid-template-columns:1fr}
.contact-form-card{padding:32px 24px}
.priority-options{grid-template-columns:1fr}
.channels-header h2{font-size:24px}
.address-left h2{font-size:24px}
.form-section-header h2{font-size:26px}
.form-submit-btn-wrap{justify-content:stretch}
.submit-btn-data{width:100%;justify-content:center}
}
@media (max-width: 480px) {
.title-block-text .main-heading{font-size:26px}
.address-visual-block{padding:28px 22px}
.address-visual-block .avb-address{font-size:18px}
}
.pricing-title-block{position:relative;overflow:hidden;padding:80px 24px 60px;background:#fff}
.pricing-title-block .ptb-inner-wrapper{max-width:1536px;margin:auto;display:flex;flex-direction:row;align-items:center;gap:48px}
.pricing-title-block .ptb-text-data{flex:1;position:relative;z-index:2}
.pricing-title-block .ptb-text-data h1{font-size:2.6rem;font-weight:800;color:#231A7B;line-height:1.2;margin:0 0 20px;position:relative}
.pricing-title-block .ptb-text-data h1::after{content:'';display:block;width:56px;height:4px;background:linear-gradient(135deg,#231A7B,#7E63C1);border-radius:2px;margin-top:16px}
.pricing-title-block .ptb-text-data .ptb-desc{font-size:1.05rem;color:#444;line-height:1.75;max-width:520px;margin:0}
.pricing-title-block .ptb-image-wrapper{flex:1;position:relative;max-width:520px}
.pricing-title-block .ptb-image-wrapper img{width:100%;height:340px;object-fit:cover;border-radius:12px;display:block;box-shadow:0 16px 48px #231a7b24}
.pricing-title-block .ptb-image-wrapper::before{content:'';position:absolute;inset:-12px;background:radial-gradient(circle,#7e63c12e 0%,transparent 70%);border-radius:16px;z-index:0}
.pricing-title-block .ptb-image-wrapper img{position:relative;z-index:1}
.ptb-dot-tl,.ptb-dot-tr,.ptb-dot-bl,.ptb-dot-br{position:absolute;width:80px;height:80px;z-index:0}
.ptb-dot-tl{top:16px;left:16px}
.ptb-dot-tr{top:16px;right:16px}
.ptb-dot-bl{bottom:16px;left:16px}
.ptb-dot-br{bottom:16px;right:16px}
.ptb-dot-tl svg,.ptb-dot-tr svg,.ptb-dot-bl svg,.ptb-dot-br svg{width:80px;height:80px;opacity:.25}
.pricing-plans-section{background:linear-gradient(148deg,#f5f3ff 0%,#ede5f4 40%,#fff 100%);padding:72px 24px 80px}
.pricing-plans-section .plans-inner-wrapper{max-width:1536px;margin:auto}
.pricing-plans-section .plans-header{text-align:center;margin-bottom:52px}
.pricing-plans-section .plans-header h2{font-size:2rem;font-weight:700;color:#231A7B;margin:0 0 12px}
.pricing-plans-section .plans-header p{font-size:1rem;color:#555;max-width:560px;margin:0 auto;line-height:1.7}
.plans-grid-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;align-items:start}
.plan-card-item{background:#fff;border-radius:12px;box-shadow:0 8px 32px #231a7b17;padding:36px 28px 32px;position:relative;transition:transform 500ms ease,box-shadow 500ms ease;border:2px solid transparent}
.plan-card-item:hover{transform:translateY(-6px);box-shadow:0 20px 56px #231a7b29}
.plan-card-item.plan--featured{border-color:#231A7B;background:linear-gradient(160deg,#231A7B 0%,#4a3aaa 100%);color:#fff}
.plan-card-item.plan--featured .plan-price-label,.plan-card-item.plan--featured .plan-name,.plan-card-item.plan--featured .plan-tagline,.plan-card-item.plan--featured .plan-feature-item{color:#fff}
.plan-card-item.plan--featured .plan-feature-item i{color:#EDE5F4}
.plan-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:linear-gradient(90deg,#7E63C1,#231A7B);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 18px;border-radius:20px}
.plan-name{font-size:1.15rem;font-weight:700;color:#231A7B;margin:0 0 8px}
.plan-tagline{font-size:.88rem;color:#666;margin:0 0 24px;line-height:1.5}
.plan-price-block{margin-bottom:28px}
.plan-price-label{font-size:2.4rem;font-weight:800;color:#231A7B;line-height:1}
.plan-price-label span.price-currency{font-size:1.2rem;font-weight:600;vertical-align:top;margin-top:6px;display:inline-block}
.plan-price-label span.price-period{font-size:.85rem;font-weight:400;color:#888;margin-left:4px}
.plan-card-item.plan--featured .plan-price-label span.price-period{color:#c9bfee}
.plan-divider{height:1px;background:#231a7b1a;margin:0 0 24px;border:none}
.plan-card-item.plan--featured .plan-divider{background:#fff3}
.plan-features-list{list-style:none;padding:0;margin:0 0 28px}
.plan-feature-item{display:flex;flex-direction:row;align-items:flex-start;gap:10px;font-size:.9rem;color:#444;padding:7px 0;line-height:1.5}
.plan-feature-item i{color:#7E63C1;font-size:.85rem;margin-top:2px;flex-shrink:0}
.plan-feature-item.feature--disabled{opacity:.4;text-decoration:line-through}
.plan-cta-btn{display:block;width:100%;text-align:center;padding:13px 20px;border-radius:8px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background 500ms ease,color 500ms ease,transform 400ms ease;cursor:pointer;border:none;box-sizing:border-box}
.plan-cta-btn.btn--outline-primary{background:transparent;border:2px solid #231A7B;color:#231A7B}
.plan-cta-btn.btn--outline-primary:hover{background:#231A7B;color:#fff}
.plan-cta-btn.btn--solid-white{background:#fff;color:#231A7B;border:2px solid #fff}
.plan-cta-btn.btn--solid-white:hover{background:#EDE5F4;transform:scale(1.02)}
.pricing-comparison-section{padding:80px 24px;background:#fff}
.pricing-comparison-section .compare-inner-wrapper{max-width:1100px;margin:auto}
.compare-layout-split{display:flex;flex-direction:row;gap:60px;align-items:center}
.compare-image-col{flex:1;position:relative}
.compare-image-col img{width:100%;height:420px;object-fit:cover;border-radius:12px;display:block;box-shadow:0 12px 40px #231a7b1f}
.compare-image-col::after{content:'';position:absolute;bottom:-20px;right:-20px;width:100px;height:100px;background:linear-gradient(135deg,#7E63C1,#231A7B);border-radius:50%;opacity:.12;z-index:0}
.compare-content-col{flex:1;display:flex;flex-direction:column;gap:0}
.compare-content-col h2{font-size:1.75rem;font-weight:700;color:#231A7B;margin:0 0 16px;position:relative}
.compare-content-col h2::before{content:'';display:inline-block;width:8px;height:8px;background:#7E63C1;border-radius:50%;margin-right:10px;vertical-align:middle}
.compare-content-col .compare-lead{font-size:.97rem;color:#555;line-height:1.75;margin:0 0 32px}
.faq-accordion-wrapper{display:flex;flex-direction:column;gap:0;border:1px solid #e5e0f5;border-radius:10px;overflow:hidden}
.faq-item input[type="checkbox"]{display:none}
.faq-item-label{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:16px 20px;cursor:pointer;background:#faf9ff;border-bottom:1px solid #e5e0f5;font-size:.92rem;font-weight:600;color:#231A7B;transition:background 400ms ease;user-select:none}
.faq-item-label:hover{background:#EDE5F4}
.faq-item-label .faq-icon{font-size:.75rem;color:#7E63C1;transition:transform 400ms ease;flex-shrink:0}
.faq-item input[type="checkbox"]:checked ~ .faq-item-label .faq-icon{transform:rotate(180deg)}
.faq-item-body{max-height:0;overflow:hidden;transition:max-height 500ms ease;background:#fff}
.faq-item input[type="checkbox"]:checked ~ .faq-item-body{max-height:300px}
.faq-item-body-inner{padding:16px 20px;font-size:.9rem;color:#555;line-height:1.7;border-bottom:1px solid #e5e0f5}
.faq-item:last-child .faq-item-label,.faq-item:last-child .faq-item-body-inner{border-bottom:none}
.pricing-footer-cta{background:linear-gradient(148deg,#231A7B 0%,#4a3aaa 60%,#7E63C1 100%);padding:64px 24px;text-align:center}
.pricing-footer-cta .footer-cta-wrapper{max-width:680px;margin:auto}
.pricing-footer-cta h3{font-size:1.7rem;font-weight:700;color:#fff;margin:0 0 14px}
.pricing-footer-cta p{font-size:.97rem;color:#c9bfee;line-height:1.7;margin:0 0 32px}
.footer-cta-btn-row{display:flex;flex-direction:row;justify-content:center;gap:16px;flex-wrap:wrap}
.footer-cta-btn-row a{padding:13px 32px;border-radius:8px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background 500ms ease,transform 400ms ease;display:inline-block}
.footer-cta-btn-row .btn-cta-white{background:#fff;color:#231A7B}
.footer-cta-btn-row .btn-cta-white:hover{background:#EDE5F4;transform:scale(1.03)}
.footer-cta-btn-row .btn-cta-ghost{background:transparent;color:#fff;border:2px solid #ffffff80}
.footer-cta-btn-row .btn-cta-ghost:hover{background:#ffffff1a;border-color:#fff}
@media (max-width: 1024px) {
.plans-grid-wrapper{grid-template-columns:1fr 1fr}
.compare-layout-split{flex-direction:column;gap:36px}
.compare-image-col img{height:300px}
}
@media (max-width: 768px) {
.pricing-title-block .ptb-inner-wrapper{flex-direction:column;gap:32px}
.pricing-title-block .ptb-image-wrapper{max-width:100%;width:100%}
.pricing-title-block .ptb-text-data h1{font-size:1.9rem}
.plans-grid-wrapper{grid-template-columns:1fr}
.pricing-plans-section{padding:52px 16px 60px}
.pricing-comparison-section{padding:52px 16px}
}
@media (max-width: 480px) {
.pricing-title-block{padding:52px 16px 40px}
.pricing-title-block .ptb-text-data h1{font-size:1.55rem}
.pricing-footer-cta{padding:48px 16px}
.pricing-footer-cta h3{font-size:1.35rem}
}
.success-page-wrapper{max-width:1536px;margin:0 auto;overflow-x:hidden}
.confirmation-hero-block{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;padding:80px 24px;background:#f8f6fd;overflow:hidden}
.confirmation-hero-block .geo-shape-1{position:absolute;top:-60px;right:-60px;width:320px;height:320px;border-radius:50%;background:linear-gradient(135deg,#231A7B 0%,#7E63C1 60%,#EDE5F4 100%);opacity:.13;z-index:0}
.confirmation-hero-block .geo-shape-2{position:absolute;bottom:-80px;left:-40px;width:260px;height:260px;border-radius:50%;background:linear-gradient(220deg,#7E63C1 0%,#231A7B 100%);opacity:.09;z-index:0}
.confirmation-hero-block .geo-shape-3{position:absolute;top:50%;left:6%;transform:translateY(-50%);width:90px;height:90px;border:2px solid #7E63C1;border-radius:12px;opacity:.18;rotate:24deg;z-index:0}
.confirmation-hero-block .geo-shape-4{position:absolute;top:18%;right:14%;width:48px;height:48px;border:2px dashed #231A7B;border-radius:50%;opacity:.15;z-index:0}
.confirmation-hero-block .geo-shape-5{position:absolute;bottom:20%;right:10%;width:120px;height:4px;background:linear-gradient(90deg,#231A7B 0%,#7E63C1 100%);border-radius:4px;opacity:.22;z-index:0}
.hero-content-wrapper{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;max-width:720px;width:100%}
.hero-frame-wrapper{position:relative;display:inline-flex;flex-direction:column;align-items:center;width:100%}
.hero-frame-wrapper::before{content:'';position:absolute;top:-18px;left:50%;transform:translateX(-50%);width:180px;height:3px;background:linear-gradient(90deg,transparent 0%,#231A7B 40%,#7E63C1 70%,transparent 100%);border-radius:2px}
.hero-frame-wrapper::after{content:'';position:absolute;bottom:-18px;left:50%;transform:translateX(-50%);width:120px;height:2px;background:linear-gradient(90deg,transparent 0%,#7E63C1 50%,transparent 100%);border-radius:2px}
.hero-icon-ring{width:88px;height:88px;border-radius:50%;background:linear-gradient(135deg,#231A7B 0%,#7E63C1 100%);display:flex;align-items:center;justify-content:center;margin-bottom:32px;box-shadow:0 12px 32px #231a7b38 0 2px 8px #7e63c12e;transition:transform 500ms ease,box-shadow 500ms ease}
.hero-icon-ring:hover{transform:scale(1.06);box-shadow:0 18px 40px #231a7b47 0 4px 12px #7e63c138}
.hero-icon-ring i{font-size:38px;color:#fff}
.hero-label-tag{display:inline-block;background:linear-gradient(100deg,#231A7B 0%,#7E63C1 100%);color:#fff;font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;padding:5px 16px;border-radius:20px;margin-bottom:20px;opacity:.92}
.hero-heading-main{font-size:2.6rem;font-weight:800;color:#1a1240;line-height:1.18;text-align:center;margin:0 0 18px;letter-spacing:-.5px}
.hero-heading-main .highlight-phrase{background:linear-gradient(100deg,#231A7B 10%,#7E63C1 90%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline}
.hero-subtext-data{font-size:1.05rem;line-height:1.72;color:#4a4470;text-align:center;max-width:560px;margin:0 auto 36px}
.hero-action-row{display:flex;flex-direction:row;gap:14px;align-items:center;flex-wrap:wrap;justify-content:center;margin-top:6px}
.btn-primary-action{display:inline-flex;align-items:center;gap:9px;background:linear-gradient(110deg,#231A7B 0%,#7E63C1 100%);color:#fff;font-size:.97rem;font-weight:600;padding:13px 30px;border-radius:8px;text-decoration:none;border:none;cursor:pointer;box-shadow:0 6px 20px #231a7b38;transition:background 450ms ease,box-shadow 450ms ease,transform 400ms ease;position:relative;z-index:3}
.btn-primary-action:hover{background:linear-gradient(110deg,#1c1460 0%,#6a52b3 100%);box-shadow:0 10px 28px #231a7b4d;transform:translateY(-2px);color:#fff;text-decoration:none}
.btn-secondary-outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#231A7B;font-size:.97rem;font-weight:600;padding:12px 28px;border-radius:8px;text-decoration:none;border:2px solid #7E63C1;cursor:pointer;transition:background 450ms ease,color 400ms ease,border-color 400ms ease,transform 400ms ease;position:relative;z-index:3}
.btn-secondary-outline:hover{background:#EDE5F4;color:#231A7B;border-color:#231A7B;transform:translateY(-2px);text-decoration:none}
.info-strip-wrapper{display:flex;flex-direction:row;gap:0;margin-top:52px;border-top:1.5px solid #e4dff5;padding-top:36px;width:100%;justify-content:center;flex-wrap:wrap}
.info-strip-item{display:flex;flex-direction:column;align-items:center;padding:0 32px;border-right:1.5px solid #e4dff5;min-width:130px}
.info-strip-item:last-child{border-right:none}
.info-strip-item .strip-icon{width:38px;height:38px;border-radius:50%;background:#EDE5F4;display:flex;align-items:center;justify-content:center;margin-bottom:10px}
.info-strip-item .strip-icon i{font-size:16px;color:#231A7B}
.info-strip-item .strip-label{font-size:.78rem;color:#8077aa;text-transform:uppercase;letter-spacing:1.2px;font-weight:600;text-align:center;line-height:1.4}
.info-strip-item .strip-value{font-size:.97rem;color:#231A7B;font-weight:700;text-align:center;margin-top:2px}
@media (max-width: 768px) {
.confirmation-hero-block{padding:60px 16px 50px;min-height:auto}
.hero-heading-main{font-size:1.85rem}
.hero-action-row{flex-direction:column;width:100%}
.btn-primary-action,.btn-secondary-outline{width:100%;justify-content:center}
.info-strip-wrapper{flex-direction:column;gap:20px;border-top:none}
.info-strip-item{border-right:none;border-bottom:1.5px solid #e4dff5;padding:0 0 20px;width:100%}
.info-strip-item:last-child{border-bottom:none}
.geo-shape-1{width:200px!important;height:200px!important}
.geo-shape-2{width:160px!important;height:160px!important}
}
@media (min-width: 769px) and (max-width: 1024px) {
.hero-heading-main{font-size:2.1rem}
.info-strip-item{padding:0 18px}
}