/* Afghan Express — whole-site polish layer
   Refines the #533AFD redesign for clarity, accessibility, consistency and performance. */
:root{
  --ae-brand:#533AFD;
  --ae-brand-deep:#3E28D8;
  --ae-brand-ink:#24186F;
  --ae-brand-soft:#F1EEFF;
  --ae-bg:#FAF9FF;
  --ae-surface:#FFFFFF;
  --ae-text:#19152B;
  --ae-text-2:#625D73;
  --ae-border:rgba(42,31,93,.12);
  --ae-border-strong:rgba(83,58,253,.22);
  --ae-shadow-sm:0 10px 30px rgba(33,23,85,.08);
  --ae-shadow-md:0 22px 60px rgba(33,23,85,.12);
  --ae-shadow-lg:0 34px 96px rgba(33,23,85,.16);
  --ae-radius-sm:14px;
  --ae-radius-md:22px;
  --ae-radius-lg:30px;
  --ae-ease:cubic-bezier(.2,.8,.2,1);
}

html{scroll-padding-top:110px;background:var(--ae-bg)}
body{
  background:linear-gradient(180deg,#fff 0%,#F9F7FF 46%,#fff 100%)!important;
  color:var(--ae-text)!important;
  font-size:16px;
  line-height:1.65;
  overflow-x:hidden;
}
body:before{opacity:.12!important}
body:after{opacity:.58;pointer-events:none}
main{isolation:isolate}
p,li{max-width:75ch}
p{margin-top:0;text-wrap:pretty}
h1,h2,h3,h4{color:inherit;text-wrap:balance}
a,button,input,textarea,select{outline:none}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{
  outline:3px solid rgba(83,58,253,.28)!important;
  outline-offset:3px!important;
}
.skip-link{background:#fff!important;color:var(--ae-brand)!important;box-shadow:var(--ae-shadow-sm)}

/* Reading / scroll feedback */
.ae-progress{
  position:fixed;z-index:2005;top:0;left:0;height:3px;width:100%;pointer-events:none;
  transform-origin:left center;transform:scaleX(0);
  background:linear-gradient(90deg,#fff,#C9C1FF 48%,#fff);
  box-shadow:0 0 16px rgba(255,255,255,.55);
}
.ae-backtop{
  position:fixed;z-index:900;right:22px;bottom:22px;width:48px;height:48px;border-radius:999px;
  border:1px solid rgba(255,255,255,.22);background:rgba(36,24,111,.92);color:#fff;
  display:grid;place-items:center;box-shadow:0 14px 38px rgba(25,16,80,.24);
  opacity:0;visibility:hidden;transform:translateY(10px);transition:.22s var(--ae-ease);
  backdrop-filter:blur(14px);font-size:19px;
}
.ae-backtop.is-visible{opacity:1;visibility:visible;transform:none}
.ae-backtop:hover{background:var(--ae-brand);transform:translateY(-2px)}

/* Header / navigation */
.site-header,.site-header.light-header,.site-header.light-header:not(.scrolled),.site-header.scrolled{
  padding:12px 0!important;background:transparent!important;border:0!important;box-shadow:none!important;
  transition:padding .22s var(--ae-ease)!important;
}
.site-header.scrolled{padding:8px 0!important}
.header-row,.site-header:not(.scrolled) .header-row{
  min-height:66px!important;padding:8px 10px 8px 14px!important;border-radius:22px!important;
  background:linear-gradient(135deg,rgba(49,32,159,.96),rgba(33,21,104,.95))!important;
  border:1px solid rgba(255,255,255,.13)!important;box-shadow:0 18px 50px rgba(28,18,88,.20)!important;
  backdrop-filter:blur(20px) saturate(130%)!important;
}
.site-header.scrolled .header-row{box-shadow:0 14px 38px rgba(28,18,88,.23)!important}
.brand{min-width:max-content}
.brand-mark{width:43px!important;height:43px!important;border-radius:13px!important}
.brand-name{font-size:17px!important;font-weight:850!important}
.brand-tag{font-size:9px!important;letter-spacing:.14em!important;margin-top:5px!important}
.nav{gap:7px!important}
.nav-main,.nav-trigger{
  min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 13px!important;
  border-radius:12px!important;color:rgba(255,255,255,.82)!important;font-size:13px!important;font-weight:750!important;
  transition:background .18s ease,color .18s ease,transform .18s ease!important;
}
.nav-main:hover,.nav-trigger:hover,.nav-main.is-current,.nav-dropdown.is-current>.nav-trigger{
  background:rgba(255,255,255,.10)!important;color:#fff!important;transform:none!important;
}
.nav a:not(.nav-cta):after{display:none!important}
.nav-chevron{font-size:13px;opacity:.72;transition:transform .18s ease}
.nav-dropdown.is-open .nav-chevron{transform:rotate(180deg)}
.nav-cta{
  min-height:44px;padding:0 17px!important;border-radius:13px!important;background:#fff!important;color:var(--ae-brand-deep)!important;
  box-shadow:0 10px 28px rgba(12,7,47,.18)!important;font-size:13px!important;
}
.nav-cta:hover{background:#F1EEFF!important;transform:translateY(-1px)}
.menu-toggle{width:44px!important;height:44px!important;border-radius:13px!important;border-color:rgba(255,255,255,.20)!important;background:rgba(255,255,255,.06)!important;color:#fff!important}

.mega-menu{
  margin-top:10px!important;border-radius:24px!important;padding:18px!important;
  background:linear-gradient(145deg,rgba(34,22,109,.985),rgba(22,14,67,.99))!important;
  border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 30px 90px rgba(17,10,55,.34)!important;
}
.mega-head{padding:6px 6px 16px!important}
.mega-head strong{font-size:18px!important}
.mega-grid{gap:8px!important}
.mega-item{border-radius:15px!important;padding:12px!important;min-height:72px!important}
.mega-icon{width:40px!important;height:40px!important;border-radius:12px!important;font-size:10px!important}
.mega-copy strong{font-size:13px!important;line-height:1.25!important}.mega-copy small{font-size:11px!important;line-height:1.35!important}

/* Hero families */
.hero,.page-hero,.detail-hero,.product-detail-hero,.product-index-hero{
  background:
    radial-gradient(circle at 12% 14%,rgba(255,255,255,.16),transparent 28%),
    radial-gradient(circle at 86% 8%,rgba(255,255,255,.09),transparent 27%),
    radial-gradient(circle at 70% 105%,rgba(28,16,105,.30),transparent 42%),
    linear-gradient(135deg,#5A43FF 0%,#533AFD 43%,#3F29D4 100%)!important;
}
.hero{min-height:760px!important;padding:154px 0 92px!important}
.hero-grid{gap:64px!important;align-items:center!important}
.hero-copy{padding-top:0!important}
.display{font-size:clamp(52px,6.6vw,90px)!important;line-height:.98!important;max-width:11.5ch!important}
.hero .lede,.page-hero .lede,.product-index-hero .lede{max-width:650px!important;font-size:clamp(18px,1.6vw,22px)!important}
.hero-actions{gap:10px!important;margin-top:34px!important}
.hero-note{margin-top:36px!important;padding-top:20px!important;color:rgba(255,255,255,.66)!important}
.hero-note b{color:#fff!important}
.hero .svg-scene,.page-hero .svg-scene,.detail-hero .svg-scene,.product-detail-hero .svg-scene,.product-index-hero .svg-scene{opacity:.62!important}
.ae-neon-portal{opacity:.32!important}
.hero-spark{opacity:.44!important}
.dispatch,.product-console{border-radius:28px!important;padding:14px!important;box-shadow:0 32px 90px rgba(25,14,95,.26)!important}
.dispatch-card,.product-console-body{border-radius:19px!important}
.mini-card{border-radius:18px!important}

.page-hero,.product-index-hero{padding-top:154px!important;padding-bottom:86px!important;min-height:auto!important}
.page-hero-grid,.product-index-hero .container{position:relative;z-index:2}
.page-hero .display,.product-index-hero .display{max-width:12.5ch!important}
.page-hero-bottom{gap:36px!important;margin-top:34px!important}
.page-code{border-radius:18px!important;padding:18px 20px!important}

.detail-hero{padding-top:158px!important;padding-bottom:82px!important}
.detail-hero h1{font-size:clamp(50px,6vw,78px)!important;max-width:13ch!important}
.detail-hero-inner{gap:38px!important}
.detail-hero p{font-size:19px!important;max-width:690px!important}

.product-detail-hero{padding-top:156px!important;padding-bottom:46px!important}
.product-hero-grid{align-items:center!important;gap:58px!important}
.product-hero-copy h1{font-size:clamp(48px,5.8vw,76px)!important;max-width:13ch!important}
.product-tagline{font-size:19px!important;max-width:680px!important}
.product-ready,.product-status{backdrop-filter:blur(8px)}
.product-stat-bar{gap:12px!important;transform:translateY(50%)!important}
.product-stat-bar>div{border-radius:18px!important;padding:22px!important}

/* Sections and typography */
.section{padding:104px 0!important}
.section-sm{padding:72px 0!important}
.section-head{margin-bottom:44px!important;gap:48px!important}
.section-title{font-size:clamp(38px,4.4vw,62px)!important;max-width:14ch!important;line-height:1.04!important}
.section-head .intro{font-size:16px!important;line-height:1.65!important;max-width:470px!important}
.eyebrow{font-size:10px!important;letter-spacing:.18em!important;gap:9px!important}
.eyebrow:before{width:26px!important}
.section-dark,.section-pine,.product-commercial{
  background:
    radial-gradient(circle at 12% 8%,rgba(102,82,255,.30),transparent 32%),
    radial-gradient(circle at 92% 78%,rgba(83,58,253,.18),transparent 34%),
    linear-gradient(135deg,#211568 0%,#2C1C83 48%,#160E43 100%)!important;
}
.section-ivory,.product-buying{background:linear-gradient(180deg,#F6F4FF,#EEEBFF)!important}

/* Cards and grids */
.service-grid,.product-grid,.values-grid,.solution-grid{gap:18px!important}
.service-card,.product-card,.process-step,.value-card,.scope-panel,.showcase-card,.solution-card,.quote-panel,.sitemap-card{
  border:1px solid var(--ae-border)!important;border-radius:24px!important;
  background:linear-gradient(180deg,#fff,#FCFBFF)!important;
  box-shadow:0 12px 36px rgba(34,23,87,.07)!important;
  transition:transform .2s var(--ae-ease),box-shadow .2s var(--ae-ease),border-color .2s ease!important;
}
.service-card:nth-child(n),.product-card:nth-child(n),.solution-card:nth-child(n){border-top:1px solid var(--ae-border)!important}
.service-card:before,.product-card:before,.solution-card:before{
  content:"";position:absolute;left:22px;right:22px;top:0;height:3px;border-radius:0 0 99px 99px;
  background:linear-gradient(90deg,transparent,var(--ae-brand),transparent);opacity:.72;
}
.service-card:hover,.product-card:hover,.process-step:hover,.value-card:hover,.showcase-card:hover,.solution-card:hover{
  transform:translateY(-5px)!important;border-color:var(--ae-border-strong)!important;box-shadow:var(--ae-shadow-md)!important;
}
.service-card{padding:31px!important;min-height:300px!important}
.service-card h3{font-size:25px!important;margin-bottom:12px!important}.service-card p{color:var(--ae-text-2)!important}
.service-icon,.product-mark,.solution-icon{border-radius:15px!important}
.product-card{padding:26px!important}
.product-card h3{font-size:24px!important;margin:14px 0 10px!important}
.product-card p{min-height:78px;color:var(--ae-text-2)!important}
.product-card-stats{gap:8px!important}.product-card-stats span{border-radius:13px!important;background:#F5F3FF!important;border:1px solid #E7E3FF!important}
.product-card-actions{margin-top:20px!important;padding-top:18px!important;border-top:1px solid var(--ae-border)!important}
.product-demo-link{border-radius:999px!important;padding:8px 11px!important}
.process-grid{gap:14px!important}
.process-step{padding:30px!important;min-height:270px!important}
.process-step h3{font-size:24px!important;margin-top:48px!important}.process-step p{color:var(--ae-text-2)!important}
.showcase-grid{gap:18px!important}.showcase-card{border-radius:28px!important}
.industry-row{border-color:rgba(255,255,255,.12)!important;padding:25px 18px!important;border-radius:16px!important;margin-bottom:6px!important}
.industry-row:hover{transform:translateX(4px)}

/* Detail / long-form pages */
.detail-grid{gap:54px!important;align-items:start!important}
.detail-aside{position:sticky!important;top:112px!important;border-radius:22px!important;padding:24px!important;background:#F5F3FF!important;border:1px solid var(--ae-border)!important}
.detail-main{max-width:800px}.detail-main>p{font-size:18px!important;color:var(--ae-text-2)!important}
.detail-main h2{font-size:clamp(34px,4vw,50px)!important;max-width:15ch!important}
.deliverables{gap:12px!important}.deliverable{border-radius:18px!important;padding:21px!important;background:#fff!important;border:1px solid var(--ae-border)!important}
.deliverable span{color:var(--ae-text-2)!important}
.principle-list{gap:8px!important}.principle{padding:25px 0!important}.principle h3{font-size:22px!important}

/* Product detail */
.product-detail-grid{gap:50px!important;align-items:start!important}
.product-sales-aside{position:sticky!important;top:112px!important;border-radius:24px!important;padding:28px!important}
.product-sales-aside h2{font-size:31px!important;line-height:1.08!important}
.product-capability-list{gap:10px!important}
.product-capability{border-radius:18px!important;padding:22px!important;background:#fff!important;box-shadow:0 9px 28px rgba(33,23,85,.055)!important}
.product-capability h3{font-size:20px!important;margin-bottom:6px!important}
.product-scope-grid{gap:18px!important}.scope-panel{padding:30px!important}
.product-tech-grid{align-items:center!important}.product-boundary{border-radius:24px!important;padding:28px!important}
.product-commercial{padding:88px 0!important}.product-commercial-grid{gap:50px!important;align-items:center!important}
.product-commercial h2{font-size:clamp(38px,4.8vw,60px)!important;max-width:13ch!important}

/* CTA */
.cta{padding:92px 0!important;background:linear-gradient(135deg,#5A43FF,#533AFD 48%,#3D28CF)!important}
.cta-grid{gap:54px!important;align-items:center!important}.cta h2{font-size:clamp(44px,5.4vw,72px)!important;max-width:12ch!important}
.cta-side{max-width:440px!important}.cta-side p{font-size:17px!important}

/* Forms */
.contact-grid{gap:46px!important;align-items:start!important}.contact-side{border-radius:26px!important;padding:30px!important;position:sticky;top:112px}
.contact-form{border-radius:26px!important;padding:34px!important}
.field{margin-bottom:20px!important}.field label{font-size:13px!important;font-weight:800!important;margin-bottom:7px!important}
.field input,.field textarea,.field select{min-height:52px;border-radius:13px!important;padding:13px 14px!important;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}
.field textarea{min-height:150px;resize:vertical}.form-note{font-size:12px!important;color:var(--ae-text-2)!important}
.captcha-wrap{border-radius:16px!important;background:#F7F5FF!important;padding:10px!important}

/* Footer */
.footer{padding:70px 0 28px!important;background:linear-gradient(180deg,#171042,#0E0928)!important}
.footer-top{gap:72px!important;padding-bottom:52px!important}.footer-brand p{max-width:400px!important;line-height:1.7!important}
.footer-col a{padding:3px 0;transition:color .15s ease,transform .15s ease}.footer-col a:hover{transform:translateX(3px)}
.footer-bottom{padding-top:24px!important}

/* Utility / legal / sitemap */
.sitemap-grid{gap:16px!important}.sitemap-card{padding:28px!important}
.legal-content{max-width:860px!important}.legal-content p,.legal-content li{color:var(--ae-text-2)!important}

/* Motion is deliberate; no cursor-follow tilt/parallax. */
.reveal{transition:opacity .55s var(--ae-ease),transform .55s var(--ae-ease)!important}
.reveal.is-visible{transform:none!important}
.tilt-card{transform:none!important}
.svg-card-accent{opacity:.36!important}

@media (max-width:1180px){
  .container{width:min(100% - 36px,1120px)!important}
  .hero-grid,.product-hero-grid{gap:42px!important}
  .display{font-size:clamp(50px,7vw,78px)!important}
}

@media (max-width:980px){
  html{scroll-padding-top:90px}
  .site-header,.site-header.light-header,.site-header.scrolled{padding:8px 0!important}
  .header-row{min-height:60px!important;border-radius:18px!important;padding:7px 8px 7px 12px!important}
  .brand-tag{display:none!important}
  .nav-premium,.nav{
    top:calc(var(--header-h,72px) + 8px)!important;left:18px!important;right:18px!important;width:auto!important;max-height:calc(100dvh - var(--header-h,72px) - 24px)!important;
    padding:12px!important;border-radius:22px!important;overflow:auto!important;
    background:linear-gradient(180deg,rgba(35,22,111,.995),rgba(18,11,57,.995))!important;
  }
  .nav-main,.nav-trigger,.nav-cta{width:100%!important;justify-content:space-between!important;min-height:48px!important;border-radius:14px!important;padding:0 15px!important}
  .mega-menu{position:static!important;width:100%!important;transform:none!important;margin:4px 0 8px!important;padding:10px!important;border-radius:17px!important;box-shadow:none!important}
  .mega-head{display:none!important}.mega-grid{grid-template-columns:1fr 1fr!important;gap:6px!important}.mega-item{min-height:64px!important;padding:9px!important}.mega-icon{width:36px!important;height:36px!important}
  .hero{padding:130px 0 74px!important;min-height:auto!important}.hero-grid,.product-hero-grid{grid-template-columns:1fr!important}.dispatch,.product-console{max-width:620px!important}
  .page-hero,.product-index-hero,.detail-hero,.product-detail-hero{padding-top:130px!important}
  .product-stat-bar{transform:none!important;margin-top:22px!important}
  .section{padding:82px 0!important}.section-head{align-items:flex-start!important;gap:22px!important}.section-title{max-width:16ch!important}
  .detail-aside,.product-sales-aside,.contact-side{position:relative!important;top:auto!important}
  .cta{padding:78px 0!important}
}

@media (max-width:720px){
  .container{width:min(100% - 28px,1120px)!important}
  .display{font-size:clamp(44px,13vw,62px)!important;max-width:none!important}.section-title{font-size:clamp(34px,10.5vw,48px)!important;max-width:none!important}
  .hero .lede,.page-hero .lede,.detail-hero p,.product-tagline{font-size:17px!important}
  .hero-actions,.product-commercial-actions{align-items:stretch!important}.hero-actions .btn,.product-commercial-actions .btn{width:100%!important}
  .hero-note{display:grid!important;gap:14px!important}
  .section{padding:68px 0!important}.section-sm{padding:54px 0!important}
  .section-head{margin-bottom:34px!important}.section-head .intro{max-width:none!important}
  .service-card,.product-card,.process-step,.scope-panel,.showcase-card,.solution-card{border-radius:20px!important}
  .service-card{padding:26px!important;min-height:270px!important}.product-card{padding:22px!important}.product-card p{min-height:auto}
  .product-card-actions{align-items:flex-start!important;gap:14px!important}.product-demo-link{margin-left:auto}
  .mega-grid{grid-template-columns:1fr!important}.mega-copy small{display:block!important}
  .detail-grid,.product-detail-grid,.contact-grid{gap:30px!important}
  .deliverables,.product-scope-grid{grid-template-columns:1fr!important}
  .contact-form,.contact-side{padding:24px!important}
  .cta-grid{gap:30px!important}.cta h2{font-size:clamp(40px,12vw,58px)!important}
  .footer{padding-top:56px!important}.footer-top{gap:44px!important}.footer-nav{gap:24px!important}
  .ae-backtop{right:14px;bottom:14px;width:44px;height:44px}
}

@media (max-width:480px){
  .container{width:calc(100% - 22px)!important}
  .header-row{border-radius:16px!important}.brand-name{font-size:16px!important}.brand-mark{width:40px!important;height:40px!important}
  .nav-premium,.nav{left:11px!important;right:11px!important}
  .hero{padding-top:118px!important}.page-hero,.product-index-hero,.detail-hero,.product-detail-hero{padding-top:118px!important}
  .display{font-size:clamp(40px,12vw,54px)!important}.detail-hero h1,.product-hero-copy h1{font-size:clamp(40px,11vw,54px)!important}
  .btn{min-height:50px!important;padding:0 17px!important}
  .product-stat-bar{grid-template-columns:1fr 1fr!important}.product-stat-bar>div{padding:17px!important}
  .footer-nav{grid-template-columns:1fr 1fr!important}.footer-bottom{font-size:11px!important}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto!important}
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
  .signal-track{animation:none!important;transform:none!important}
  .reveal{opacity:1!important;transform:none!important}
}

/* Long-form policy content */
.prose{max-width:900px;margin:0 auto}
.prose h2{font-size:clamp(25px,3vw,36px);line-height:1.15;letter-spacing:-.02em;margin:50px 0 16px;color:var(--ae-text)}
.prose h2:first-child{margin-top:0}
.prose p{color:var(--ae-text-2);line-height:1.78;margin:0 0 15px}
.prose a{color:var(--ae-brand);text-decoration:underline;text-underline-offset:3px}
.prose strong,.prose b{color:var(--ae-text)}
@media (max-width:720px){.prose h2{margin-top:38px}.prose p{font-size:15px}}


/* Reseller program and regional offices */
.reseller-hero .hero-actions{margin-top:34px;display:flex;gap:12px;flex-wrap:wrap}
.reseller-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.reseller-benefit{min-height:285px;padding:28px;border:1px solid var(--ae-border);border-radius:24px;background:#fff;box-shadow:0 14px 38px rgba(33,23,85,.055);position:relative;overflow:hidden}
.reseller-benefit:after{content:"";position:absolute;inset:auto -42px -58px auto;width:145px;height:145px;border-radius:50%;background:radial-gradient(circle,rgba(83,58,253,.11),transparent 68%)}
.reseller-benefit>span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#F0EDFF;color:var(--ae-brand);font-weight:900;font-size:12px}
.reseller-benefit h3{font-size:23px;line-height:1.1;letter-spacing:-.03em;margin:52px 0 10px;color:var(--ae-ink)}
.reseller-benefit p{color:var(--ae-text-2);line-height:1.7;margin:0}
.reseller-flow{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}.reseller-flow-copy{position:sticky;top:120px}.reseller-flow-copy .intro{margin:20px 0 26px;max-width:560px}
.reseller-steps{display:grid;gap:10px}.reseller-step{display:grid;grid-template-columns:54px 1fr;gap:18px;padding:26px;border-radius:22px;background:#fff;border:1px solid var(--ae-border);box-shadow:0 10px 30px rgba(33,23,85,.045)}
.reseller-step>b{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#5A43FF,#533AFD);color:#fff;font-size:12px}.reseller-step h3{font-size:22px;letter-spacing:-.03em;margin:1px 0 6px}.reseller-step p{margin:0;color:var(--ae-text-2);line-height:1.65}
.reseller-fit{display:grid;grid-template-columns:1fr 1fr;gap:18px}.reseller-fit-card{padding:38px;border:1px solid var(--ae-border);border-radius:28px;background:#fff;box-shadow:0 16px 42px rgba(33,23,85,.06)}.reseller-fit-card.alt{background:linear-gradient(145deg,#201760,#3927AF);color:#fff;border-color:transparent}.reseller-fit-card h2{font-size:clamp(32px,4vw,48px);line-height:1.02;letter-spacing:-.05em;margin:13px 0 24px}.reseller-fit-card.alt h2{color:#fff}.reseller-fit-card.alt p{color:rgba(255,255,255,.76);line-height:1.75;font-size:17px}.reseller-fit-card.alt .eyebrow{color:#DCD6FF}.reseller-form-section{scroll-margin-top:100px}.reseller-form-section .contact-form select option{color:#161226;background:#fff}
.reseller-strip{padding-top:38px!important}.reseller-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:36px 40px;border-radius:28px;background:linear-gradient(135deg,#1B124D,#2F1F92);color:#fff;box-shadow:0 20px 58px rgba(37,24,120,.16)}.reseller-strip h2{font-size:clamp(30px,4vw,46px);line-height:1.03;letter-spacing:-.045em;max-width:17ch;margin:10px 0 12px;color:#fff}.reseller-strip p{max-width:690px;color:rgba(255,255,255,.75);margin:0;line-height:1.7}.reseller-strip .eyebrow{color:#DCD6FF}.reseller-strip .btn-primary{flex:0 0 auto;background:#fff!important;color:var(--ae-brand)!important}
.office-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.office-card{padding:32px;border-radius:26px;background:#fff;border:1px solid var(--ae-border);box-shadow:0 14px 42px rgba(33,23,85,.055)}.office-card-top{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:32px}.office-code{display:grid;place-items:center;min-width:52px;height:42px;padding:0 12px;border-radius:13px;background:#F0EDFF;color:var(--ae-brand);font-weight:900;font-size:12px;letter-spacing:.08em}.office-label{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--ae-muted);font-weight:800}.office-card h3{font-size:27px;letter-spacing:-.04em;margin:0 0 14px}.office-card address{font-style:normal;color:var(--ae-text-2);line-height:1.75;margin-bottom:24px}.office-card .text-link{font-weight:800}
@media (max-width:980px){.reseller-benefits{grid-template-columns:1fr 1fr}.reseller-flow{grid-template-columns:1fr;gap:34px}.reseller-flow-copy{position:static}.reseller-strip-inner{align-items:flex-start;flex-direction:column}.reseller-strip .btn-primary{width:auto!important}}
@media (max-width:720px){.reseller-benefits,.reseller-fit,.office-grid{grid-template-columns:1fr}.reseller-benefit{min-height:auto}.reseller-benefit h3{margin-top:34px}.reseller-fit-card,.office-card{padding:26px}.reseller-strip-inner{padding:28px 24px}.reseller-strip .btn-primary{width:100%!important}.reseller-hero .hero-actions{align-items:stretch}.reseller-hero .hero-actions .btn{width:100%!important}}

/* Contrast guard: supporting copy placed directly on purple hero surfaces stays legible. */
.hero .lede,
.page-hero .lede,
.detail-hero p,
.product-detail-hero .product-tagline,
.product-index-hero .lede{
  color:rgba(255,255,255,.84)!important;
}

/* v1.3.0 mobile-navigation hardening. Kept here because polish.css loads after site.css. */
.ae-menu-backdrop{display:none;position:fixed;inset:0;border:0;padding:0;background:rgba(12,8,38,.46);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:9990;cursor:pointer}
body.menu-open{overflow:hidden;overscroll-behavior:contain}
.site-header{z-index:10020!important}
@media (max-width:980px){
  .ae-menu-backdrop{display:block;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}
  body.menu-open .ae-menu-backdrop{opacity:1;visibility:visible;pointer-events:auto}
  .nav-premium,.nav{
    z-index:10030!important;
    transform:translateY(-10px)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:transform .2s ease,opacity .2s ease,visibility .2s ease!important;
  }
  body.menu-open .nav-premium,body.menu-open .nav{
    transform:translateY(0)!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  .menu-toggle{position:relative;z-index:10040!important}
}

/* v1.5.0 theme preview utility */
.ae-theme-preview-bar{position:fixed;left:50%;top:8px;transform:translateX(-50%);z-index:10050;background:#11131a;color:#fff;border:1px solid rgba(255,255,255,.18);box-shadow:0 12px 40px rgba(0,0,0,.22);border-radius:999px;padding:8px 14px;font:700 12px/1.2 Inter,ui-sans-serif,system-ui,sans-serif;max-width:calc(100% - 24px);white-space:nowrap}.ae-theme-preview-bar a{color:#b9ff66;text-decoration:underline;margin-left:6px}.ae-theme-preview-bar~.site-header{top:42px!important}@media(max-width:640px){.ae-theme-preview-bar{white-space:normal;text-align:center;width:calc(100% - 20px)}.ae-theme-preview-bar~.site-header{top:58px!important}}
