:root{
  --bg:#07131d;
  --bg-soft:#091821;
  --surface:#0d202b;
  --surface-2:#102732;
  --surface-3:#132d38;
  --text:#f2fbfb;
  --muted:#a4b7bd;
  --accent:#31d4bd;
  --accent-2:#66ead8;
  --accent-ink:#05211f;
  --border:rgba(255,255,255,.11);
  --border-soft:rgba(255,255,255,.065);
  --shadow:0 22px 64px rgba(0,0,0,.28);
  --radius-sm:14px;
  --radius:22px;
  --radius-lg:28px;
  --container:1160px;
  --header-h:76px;
  --section-y:88px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;background:var(--bg)}
body{
  margin:0;min-width:320px;overflow-x:hidden;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);background:var(--bg);line-height:1.55;
  background-image:radial-gradient(rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:7px 7px;
}
img,svg,video{display:block;max-width:100%;height:auto}
a{color:inherit}
button,input,textarea,select{font:inherit}
button{color:inherit}
main{overflow:hidden}
section[id]{scroll-margin-top:calc(var(--header-h) + 18px)}
.container{width:min(calc(100% - 48px),var(--container));margin-inline:auto}

/* Shared header */
.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(7,19,29,.93);
  border-bottom:1px solid var(--border-soft);
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)
}
.header-inner{min-height:var(--header-h);display:flex;align-items:center;gap:18px}
.brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;white-space:nowrap;flex:0 0 auto}
.brand-mark{
  width:40px;height:40px;border-radius:50%;display:grid;place-items:center;
  background:linear-gradient(135deg,var(--accent),var(--accent-2));
  color:var(--accent-ink);font-weight:950;font-size:16px
}
.brand-name{font-size:21px;line-height:1;font-weight:850;letter-spacing:-.025em}
.desktop-nav{display:flex;align-items:center;gap:19px;margin-left:auto;min-width:0}
.desktop-nav a,.mobile-nav a{
  color:#d7e4e7;text-decoration:none;font-weight:650;font-size:13px;white-space:nowrap
}
.desktop-nav a:hover,.mobile-nav a:hover,[aria-current="page"]{color:var(--accent-2)!important}
.desktop-cta{margin-left:2px;flex:0 0 auto}
.menu-btn{
  display:none;margin-left:auto;width:44px;height:44px;padding:0;
  border:1px solid var(--border);border-radius:50%;background:transparent;cursor:pointer
}
.menu-btn span{display:block;width:19px;height:2px;background:#fff;margin:4px auto;border-radius:2px}
.mobile-nav{display:none}
.mobile-nav.open{
  display:grid;padding:4px 24px 16px;border-top:1px solid var(--border-soft);
  background:rgba(7,19,29,.98)
}
.mobile-nav a{padding:13px 0;border-bottom:1px solid var(--border-soft)}

/* Type & controls */
.eyebrow{
  margin:0 0 16px;color:var(--accent);font-size:11px;font-weight:850;
  text-transform:uppercase;letter-spacing:.2em;line-height:1.4
}
h1,h2,h3,h4,p{overflow-wrap:break-word}
.hero h1{
  margin:0 0 21px;max-width:680px;
  font-size:clamp(43px,4.7vw,61px);line-height:1.015;letter-spacing:-.048em
}
.hero h1 span{
  text-decoration:underline;text-decoration-color:var(--accent);
  text-decoration-thickness:3px;text-underline-offset:7px
}
.section h2,.cta-box h2,.page-hero h1{
  margin:0 0 19px;letter-spacing:-.04em;line-height:1.055
}
.section h2,.cta-box h2{font-size:clamp(34px,3.6vw,50px)}
.page-hero h1{font-size:clamp(40px,4.5vw,58px);max-width:860px}
.hero p,.section-lead,.two-col p,.cta-box p,.contact-card p{
  color:var(--muted);font-size:18px;line-height:1.62
}
.hero p{max-width:690px;margin:0}
.section-lead{max-width:710px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;min-height:46px;
  padding:0 18px;border-radius:999px;text-decoration:none;text-align:center;
  font-size:14px;font-weight:850;border:1px solid transparent;cursor:pointer;
  transition:transform .18s ease,border-color .18s ease,background .18s ease
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:var(--accent-ink)}
.btn-secondary{border-color:var(--border);background:rgba(255,255,255,.02);color:#fff}

/* Homepage hero */
.hero{padding:58px 0 34px}
.hero-grid{
  display:grid;grid-template-columns:minmax(0,1.01fr) minmax(430px,.99fr);
  gap:46px;align-items:center
}
.hero-copy{min-width:0}
.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:27px}
.hero-slider{
  width:100%;min-width:0;border:1px solid var(--border);border-radius:var(--radius-lg);
  background:linear-gradient(150deg,rgba(18,45,56,.86),rgba(8,23,32,.98));
  box-shadow:var(--shadow);overflow:hidden
}
.hero-slider-viewport{position:relative;min-height:365px}
.hero-slide{
  position:absolute;inset:0;padding:31px;opacity:0;visibility:hidden;pointer-events:none;
  transform:translateX(10px);transition:opacity .25s ease,transform .25s ease;
  display:flex;flex-direction:column
}
.hero-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:none}
.slide-kicker{color:var(--accent);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.18em}
.slide-title{font-size:29px;line-height:1.12;letter-spacing:-.03em;font-weight:850;margin:9px 0 24px;max-width:420px}
.hero-slider-controls{
  min-height:58px;display:grid;grid-template-columns:42px 1fr auto 42px;
  align-items:center;gap:10px;padding:8px 14px;border-top:1px solid var(--border-soft)
}
.slider-arrow{
  width:38px;height:38px;border:1px solid var(--border);border-radius:50%;
  background:rgba(255,255,255,.025);cursor:pointer
}
.slider-dots{display:flex;gap:7px;align-items:center;justify-content:center}
.slider-dot{
  width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#5f737b;cursor:pointer
}
.slider-dot.is-active{width:22px;border-radius:999px;background:var(--accent)}
.slider-count{font-size:11px;color:var(--muted);font-weight:750;min-width:32px;text-align:right}
.audit-mini{display:grid;grid-template-columns:140px 1fr;gap:18px;align-items:stretch;margin-top:auto}
.audit-mini-score{
  border:1px solid var(--border);border-radius:18px;padding:18px;background:rgba(0,0,0,.15);
  display:flex;flex-direction:column;justify-content:center
}
.audit-mini-score span{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}
.audit-mini-score strong{font-size:68px;line-height:1;color:var(--accent);margin-top:7px}
.audit-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.audit-mini-grid span{
  display:flex;flex-direction:column;justify-content:center;min-height:58px;
  border:1px solid var(--border-soft);border-radius:13px;padding:9px 11px;
  color:#d7e3e6;font-size:11px
}
.audit-mini-grid b{margin-top:3px;color:var(--accent);font-size:9px;letter-spacing:.08em}
.edge-mini{
  margin:auto 0;display:grid;grid-template-columns:repeat(7,auto);align-items:center;justify-content:space-between;gap:8px
}
.edge-mini div{
  width:77px;height:98px;border:1px solid var(--border);border-radius:17px;
  display:grid;place-items:center;align-content:center;gap:7px;background:rgba(0,0,0,.12)
}
.edge-mini strong{
  width:42px;height:42px;border-radius:12px;display:grid;place-items:center;
  background:var(--accent);color:var(--accent-ink);font-size:21px
}
.edge-mini span{font-size:10px;color:#d7e3e6;font-weight:750}
.edge-mini i{font-style:normal;color:#738991}
.automation-mini{display:grid;gap:10px;margin-top:auto}
.automation-mini div{
  display:grid;grid-template-columns:43px 1fr;column-gap:13px;
  border:1px solid var(--border-soft);border-radius:15px;padding:12px 14px;background:rgba(0,0,0,.1)
}
.automation-mini span{grid-row:1/3;width:39px;height:39px;border-radius:11px;display:grid;place-items:center;background:var(--accent);color:var(--accent-ink);font-weight:900}
.automation-mini strong{font-size:14px}
.automation-mini small{color:var(--muted);font-size:11px}
.growth-mini{display:grid;grid-template-columns:150px 1fr;gap:25px;align-items:center;margin:auto 0}
.growth-ring{
  width:145px;height:145px;border-radius:50%;border:16px solid rgba(49,212,189,.16);
  outline:2px solid rgba(49,212,189,.7);display:grid;place-items:center
}
.growth-ring span{font-size:58px;color:var(--accent);line-height:1}
.growth-mini>div:last-child{display:grid;gap:7px}
.growth-mini strong{font-size:22px;color:#dbe8e9}
.stats-row{
  margin-top:28px;display:grid;grid-template-columns:repeat(3,1fr);
  border:1px solid var(--border);border-radius:18px;overflow:hidden;background:rgba(255,255,255,.012)
}
.stats-row>div{padding:16px 12px;text-align:center}
.stats-row>div+div{border-left:1px solid var(--border)}
.stats-row strong{display:block;color:var(--accent);font-size:29px;line-height:1.1}
.stats-row span{display:block;margin-top:5px;color:var(--muted);font-size:9.5px;text-transform:uppercase;letter-spacing:.08em}

/* Shared sections */
.section{padding:var(--section-y) 0;border-top:1px solid rgba(255,255,255,.035)}
.page-hero{padding-top:66px;padding-bottom:48px}
.two-col{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;align-items:start}
.edge-list{display:grid;gap:10px}
.edge-item{
  display:flex;align-items:center;gap:14px;padding:14px 16px;border:1px solid var(--border);
  border-radius:18px;background:rgba(255,255,255,.018)
}
.edge-item.active{border-color:rgba(49,212,189,.65);background:rgba(49,212,189,.045)}
.edge-letter{
  width:48px;height:48px;border-radius:13px;display:grid;place-items:center;flex:0 0 auto;
  background:#26343d;color:#cbd9dc;font-size:20px;font-weight:900
}
.edge-item.active .edge-letter{background:var(--accent);color:var(--accent-ink)}
.edge-item h3,.service-card h3,.industry-grid h3,.work-list h3{margin:0 0 4px;font-size:21px;line-height:1.22}
.edge-item p{margin:0;color:var(--muted);font-size:15px}
.feature-panel{
  margin-top:32px;padding:28px;border:1px solid var(--border);border-radius:var(--radius);
  background:linear-gradient(135deg,rgba(255,255,255,.05),rgba(255,255,255,.015));
  display:grid;grid-template-columns:1.05fr 1fr .85fr;gap:25px;align-items:start
}
.feature-panel h3{font-size:31px;line-height:1.1;margin:0;letter-spacing:-.03em}
.feature-panel ul{list-style:none;padding:0;margin:0}
.feature-panel li{padding:6px 0;color:#cbd8db;font-size:15px}
.feature-panel li::before{content:"✓";color:var(--accent);margin-right:10px}
.feature-panel p{margin:0;color:var(--muted);font-size:15px}
.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--border)}
.service-card{padding:27px 0;border-bottom:1px solid var(--border)}
.service-card:nth-child(odd){padding-right:28px}
.service-card:nth-child(even){padding-left:28px;border-left:1px solid var(--border)}
.service-card .icon{font-size:29px;color:var(--accent);margin-bottom:10px}
.service-card p,.industry-grid p,.work-list p{color:var(--muted);font-size:15px;line-height:1.6}
.service-card a,.industry-grid a,.work-list a{color:var(--accent);text-decoration:none;font-size:14px;font-weight:800}
.audit-wrap{align-items:center}
.audit-card{
  border:1px solid var(--border);border-radius:var(--radius);padding:24px;background:rgba(255,255,255,.022)
}
.audit-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;border-bottom:1px solid var(--border);padding-bottom:14px}
.audit-head span,.audit-head small{display:block;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:9px}
.audit-head strong{font-size:58px;line-height:1;color:var(--accent)}
.audit-card ul{list-style:none;padding:0;margin:10px 0 0}
.audit-card li{display:flex;justify-content:space-between;gap:12px;padding:7px 0;border-bottom:1px solid var(--border-soft);font-size:14px;color:#d6e2e4}
.audit-card li span{color:var(--accent);font-size:9px;font-weight:850}
.industry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:30px}
.industry-grid article,.edge-detail-card,.feature-list-card,.contact-card{
  padding:23px;border:1px solid var(--border);border-radius:var(--radius);background:rgba(255,255,255,.018)
}
.work-list{margin-top:31px}
.work-list article{padding:23px 0;border-top:2px solid rgba(49,212,189,.6)}
.work-list span{display:block;color:var(--muted);text-transform:uppercase;letter-spacing:.18em;font-size:9px;font-weight:850}
.cta-section{padding-top:54px}
.cta-box{
  text-align:center;padding:52px 22px;border:1px solid var(--border);border-radius:var(--radius-lg);
  background:linear-gradient(180deg,rgba(255,255,255,.028),rgba(255,255,255,.01))
}
.cta-box p{max-width:670px;margin-inline:auto}
.cta-box .hero-actions{justify-content:center}
.site-footer{padding:52px 0 26px;border-top:1px solid var(--border)}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:34px}
.footer-grid p,.footer-grid a,.footer-grid span{color:var(--muted);font-size:14px}
.footer-grid h4{margin:0 0 4px;text-transform:uppercase;letter-spacing:.15em;color:#dce7e9;font-size:10px}
.footer-grid>div{display:grid;gap:9px;align-content:start}
.footer-grid a{text-decoration:none}
.copyright{margin-top:36px;padding-top:18px;border-top:1px solid var(--border);color:var(--muted);text-align:center;font-size:12px}
.site-version{display:inline-block;margin-left:12px;color:var(--muted);font-size:11px;opacity:.72}

/* Internal pages */
.edge-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.edge-detail-card h2{font-size:29px;margin:15px 0 6px}
.edge-detail-card p,.edge-detail-card li,.feature-list-card li{color:var(--muted);font-size:15px}
.edge-detail-card ul,.feature-list-card ul{margin:17px 0 0;padding-left:19px}
.edge-detail-card li,.feature-list-card li{margin:7px 0}
.contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}

/* Tablet */
@media(max-width:1040px){
  :root{--section-y:76px}
  .desktop-nav{gap:15px}
  .desktop-nav a{font-size:12px}
  .desktop-cta{display:none}
  .hero-grid{grid-template-columns:1fr;gap:30px}
  .hero-copy{max-width:760px}
  .hero-slider{max-width:720px}
  .two-col,.footer-grid{grid-template-columns:1fr}
  .feature-panel{grid-template-columns:1fr 1fr}
  .feature-panel>div:first-child{grid-column:1/-1}
}
@media(max-width:880px){
  .desktop-nav{display:none}
  .menu-btn{display:block}
  .industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* Mobile */
@media(max-width:640px){
  :root{--header-h:70px;--section-y:62px;--radius:18px;--radius-lg:21px}
  .container{width:min(calc(100% - 30px),var(--container))}
  .header-inner{min-height:var(--header-h)}
  .brand-mark{width:39px;height:39px}
  .brand-name{font-size:20px}
  .mobile-nav.open{padding-inline:15px}

  .hero{padding:35px 0 25px}
  .hero h1{font-size:clamp(37px,10.4vw,46px);line-height:1.035;margin-bottom:18px}
  .hero h1 span{text-underline-offset:5px;text-decoration-thickness:2px}
  .hero p,.section-lead,.two-col p,.cta-box p,.contact-card p{font-size:16px;line-height:1.58}
  .eyebrow{font-size:10px;letter-spacing:.17em;margin-bottom:14px}
  .hero-actions{display:grid;gap:9px;margin-top:23px}
  .btn{width:100%;min-height:50px}

  .hero-slider{margin-top:4px;border-radius:20px}
  .hero-slider-viewport{min-height:355px}
  .hero-slide{padding:22px}
  .slide-title{font-size:25px;margin:7px 0 18px}
  .audit-mini{grid-template-columns:1fr;gap:10px}
  .audit-mini-score{padding:13px;display:grid;grid-template-columns:1fr auto;align-items:center}
  .audit-mini-score strong{font-size:49px;margin:0}
  .audit-mini-grid{gap:6px}
  .audit-mini-grid span{min-height:49px;padding:7px 9px;font-size:10px}
  .edge-mini{grid-template-columns:repeat(4,1fr);gap:7px;margin:auto 0}
  .edge-mini i{display:none}
  .edge-mini div{width:auto;height:91px}
  .growth-mini{grid-template-columns:115px 1fr;gap:17px}
  .growth-ring{width:110px;height:110px;border-width:12px}
  .growth-ring span{font-size:44px}
  .growth-mini strong{font-size:18px}
  .hero-slider-controls{grid-template-columns:38px 1fr auto 38px;min-height:54px;padding-inline:10px}
  .slider-arrow{width:36px;height:36px}
  .stats-row{margin-top:15px}
  .stats-row>div{padding:13px 4px}
  .stats-row strong{font-size:25px}
  .stats-row span{font-size:7.8px;line-height:1.35}

  .section h2,.cta-box h2,.page-hero h1{font-size:clamp(32px,8.8vw,40px);line-height:1.07}
  .page-hero{padding-top:43px;padding-bottom:31px}
  .two-col{gap:24px}
  .edge-list{gap:8px}
  .edge-item{padding:12px 13px;gap:12px}
  .edge-letter{width:44px;height:44px;font-size:18px}
  .edge-item h3,.service-card h3,.industry-grid h3,.work-list h3{font-size:20px}
  .edge-item p{font-size:14px}
  .feature-panel{grid-template-columns:1fr;margin-top:24px;padding:20px;gap:16px}
  .feature-panel>div:first-child{grid-column:auto}
  .feature-panel h3{font-size:27px}
  .service-grid,.industry-grid,.edge-detail-grid,.contact-grid{grid-template-columns:1fr}
  .service-card:nth-child(odd),.service-card:nth-child(even){padding:23px 0;border-left:0}
  .industry-grid{gap:10px;margin-top:24px}
  .industry-grid article,.edge-detail-card,.feature-list-card,.contact-card{padding:20px}
  .audit-card{padding:20px}
  .audit-head strong{font-size:50px}
  .cta-box{padding:42px 17px}
  .site-footer{padding-top:44px}
}

/* Small phone */
@media(max-width:390px){
  .container{width:min(calc(100% - 24px),var(--container))}
  .hero h1{font-size:36px}
  .hero-slider-viewport{min-height:370px}
  .hero-slide{padding:18px}
  .slide-title{font-size:23px}
  .stats-row span{font-size:7.2px}
}

/* Accessibility */
:focus-visible{outline:3px solid var(--accent-2);outline-offset:3px}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{transition:none!important;animation:none!important}
}

/* Ask Alba */
#ask-alba-root,#ask-alba-root *{box-sizing:border-box}
#ask-alba-root{
  position:fixed;z-index:2147483000;right:18px;bottom:18px;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif
}
.ask-alba-launch{
  min-width:120px;height:50px;padding:0 17px;border:1px solid rgba(49,212,189,.65);border-radius:999px;
  background:linear-gradient(135deg,var(--accent),var(--accent-2));color:var(--accent-ink);font-weight:900;
  cursor:pointer;box-shadow:0 16px 36px rgba(49,212,189,.2);display:flex;align-items:center;justify-content:center;gap:8px
}
.ask-alba-panel{
  position:absolute;right:0;bottom:64px;width:min(390px,calc(100vw - 24px));height:min(610px,calc(100vh - 110px));
  display:none;flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:21px;
  background:linear-gradient(180deg,#0b1d28,#07131d);box-shadow:0 26px 70px rgba(0,0,0,.42)
}
.ask-alba-panel[data-open="true"]{display:flex}
.ask-alba-head{display:flex;align-items:center;gap:11px;padding:15px;border-bottom:1px solid var(--border);background:rgba(255,255,255,.025)}
.ask-alba-avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:var(--accent-ink);font-weight:900;flex:0 0 auto}
.ask-alba-heading{display:grid;line-height:1.2}
.ask-alba-heading strong{font-size:16px}
.ask-alba-heading span{margin-top:3px;color:var(--muted);font-size:11px}
.ask-alba-heading b{color:var(--accent-2)}
.ask-alba-close{margin-left:auto;width:36px;height:36px;border:1px solid var(--border);border-radius:50%;background:transparent;color:#fff;font-size:21px;cursor:pointer}
.ask-alba-messages{flex:1;overflow:auto;padding:15px;scroll-behavior:smooth}
.ask-alba-row{display:flex;margin-bottom:11px}
.ask-alba-row.user{justify-content:flex-end}
.ask-alba-bubble{max-width:84%;padding:10px 12px;border-radius:15px;white-space:pre-wrap;word-break:break-word;font-size:13px;line-height:1.45}
.ask-alba-row.assistant .ask-alba-bubble{background:var(--surface-2);border:1px solid var(--border);border-bottom-left-radius:5px}
.ask-alba-private-image{display:block;width:100%;max-width:100%;height:auto;border-radius:14px;border:1px solid var(--border);object-fit:contain}
.ask-alba-row.user .ask-alba-bubble{background:var(--accent);color:var(--accent-ink);font-weight:650;border-bottom-right-radius:5px}
.ask-alba-chips{display:flex;flex-wrap:wrap;gap:7px;margin:3px 0 13px}
.ask-alba-chip{border:1px solid rgba(49,212,189,.45);border-radius:999px;background:rgba(49,212,189,.06);color:#dcfffa;padding:7px 9px;font-size:11px;cursor:pointer}
.ask-alba-typing{color:var(--muted);font-size:11px;padding-bottom:8px}
.ask-alba-foot{padding:11px;border-top:1px solid var(--border);background:rgba(0,0,0,.12)}
.ask-alba-inputrow{display:flex;gap:7px;align-items:flex-end}
.ask-alba-input{flex:1;resize:none;min-height:42px;max-height:100px;padding:10px 11px;border:1px solid var(--border);border-radius:13px;background:#0e202c;color:#fff;outline:none;font-size:13px}
.ask-alba-input:focus{border-color:rgba(49,212,189,.75)}
.ask-alba-send{width:42px;height:42px;flex:0 0 auto;border:0;border-radius:50%;background:var(--accent);color:var(--accent-ink);font-size:18px;font-weight:900;cursor:pointer}
.ask-alba-send:disabled{opacity:.5;cursor:not-allowed}
.ask-alba-note{margin:7px 2px 0;color:#789099;text-align:center;font-size:9px;line-height:1.35}
.ask-alba-human{display:block;margin-top:6px;text-align:center;color:var(--accent-2);font-size:10px;text-decoration:none}
@media(max-width:640px){
  #ask-alba-root{right:12px;bottom:12px}
  .ask-alba-launch{min-width:112px;height:48px}
  .ask-alba-panel{
    position:fixed;inset:max(10px,env(safe-area-inset-top)) 10px max(10px,env(safe-area-inset-bottom)) 10px;
    width:auto;height:auto;max-height:none;border-radius:18px
  }
  .ask-alba-head,.ask-alba-messages{padding:14px}
}


/* v1.6.0 functional components */
.contact-form{display:grid;gap:15px}
.form-row{display:grid;gap:7px}
.form-row label{font-size:13px;font-weight:800;color:#dce8ea}
.optional{font-weight:500;color:var(--muted)}
.form-row input,.form-row select,.form-row textarea{
  width:100%;border:1px solid var(--border);border-radius:13px;
  background:#0a1b25;color:#fff;padding:12px 13px;outline:none
}
.form-row input,.form-row select{min-height:46px}
.form-row textarea{resize:vertical;min-height:140px}
.form-row input:focus,.form-row select:focus,.form-row textarea:focus{border-color:rgba(49,212,189,.75)}
.form-row [aria-invalid="true"]{border-color:#ff8585}
.form-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-note{margin:0!important;font-size:11px!important;color:#7f959d!important}
.form-status{min-height:20px;font-size:13px;font-weight:750}
.form-status.is-success{color:var(--accent-2)}
.form-status.is-error{color:#ff9b9b}
.contact-info-card hr{border:0;border-top:1px solid var(--border);margin:22px 0}
.contact-link{color:var(--accent-2);font-weight:800;text-decoration:none}
.policy-content{max-width:820px}
.policy-content h2{font-size:27px;margin:34px 0 10px}
.policy-content h2:first-child{margin-top:0}
.policy-content p{color:var(--muted);font-size:16px;line-height:1.7}
.policy-content a{color:var(--accent-2)}
.legal-links{display:inline-flex;gap:14px;margin-left:12px}
.legal-links a{color:var(--muted);text-decoration:none}
.legal-links a:hover{color:var(--accent-2)}
@media(max-width:640px){
  .legal-links{display:flex;justify-content:center;margin:8px 0 0}
}


/* v1.7.0 accessibility + performance foundation */
.skip-link{
  position:fixed;left:12px;top:12px;z-index:2147483647;
  transform:translateY(-160%);
  padding:10px 14px;border-radius:10px;
  background:var(--accent);color:var(--accent-ink);
  font-weight:900;text-decoration:none
}
.skip-link:focus{transform:none}
a,button,input,select,textarea{touch-action:manipulation}
.edge-hero-slider .hero-slider-viewport{touch-action:pan-y}
input,select,textarea{font-size:16px}
@media(prefers-contrast:more){
  :root{--border:rgba(255,255,255,.24);--muted:#c1d1d5}
}


/* ==========================================================
   v1.8.0 — UAT & VISUAL POLISH OVERRIDES
   Shared, responsive, production-oriented cleanup layer.
   ========================================================== */

:root{
  --container:1120px;
  --header-h:72px;
  --section-y:76px;
}

/* Global rhythm */
body{font-size:16px}
.container{width:min(calc(100% - 48px),var(--container))}
.section{padding:var(--section-y) 0}
.page-hero{padding-top:58px;padding-bottom:42px}
.section-lead{margin-bottom:0}
p{max-width:72ch}

/* Header / navigation uniformity */
.header-inner{min-height:var(--header-h);gap:16px}
.brand-mark{width:38px;height:38px;font-size:15px}
.brand-name{font-size:20px}
.desktop-nav{gap:17px}
.desktop-nav a{font-size:12.5px}
.desktop-cta{min-height:43px;padding-inline:16px;font-size:13px}
.menu-btn{width:42px;height:42px}

/* Hero — stop oversized presentation */
.hero{padding-top:50px;padding-bottom:28px}
.hero-grid{
  grid-template-columns:minmax(0,1fr) minmax(405px,.9fr);
  gap:40px;
}
.hero h1{
  max-width:650px;
  font-size:clamp(40px,4.2vw,56px);
  line-height:1.025;
}
.hero p{font-size:17px;max-width:650px}
.hero-actions{margin-top:24px}

/* Slider consistent box + no jump between slides */
.hero-slider{border-radius:24px}
.hero-slider-viewport{min-height:338px}
.hero-slide{padding:26px}
.slide-title{font-size:27px;margin:8px 0 20px}
.hero-slider-controls{min-height:54px}
.audit-mini-score strong{font-size:61px}
.edge-mini div{width:70px;height:91px}
.edge-mini strong{width:39px;height:39px;font-size:19px}
.growth-ring{width:132px;height:132px}

/* Stats less dominant */
.stats-row{margin-top:22px}
.stats-row>div{padding:14px 10px}
.stats-row strong{font-size:26px}
.stats-row span{font-size:9px}

/* Section typography and hierarchy */
.section h2,.cta-box h2{
  font-size:clamp(31px,3.1vw,44px);
  line-height:1.08;
}
.page-hero h1{
  max-width:820px;
  font-size:clamp(37px,4vw,52px);
}
.hero p,.section-lead,.two-col p,.cta-box p,.contact-card p{
  font-size:16.5px;
  line-height:1.62;
}
.eyebrow{margin-bottom:13px;font-size:10.5px}

/* Two-column shared layout */
.two-col{gap:42px}
.edge-list{gap:9px}
.edge-item{padding:12px 14px}
.edge-letter{width:44px;height:44px}
.edge-item h3{font-size:19px}
.edge-item p{font-size:14px}

/* Framework feature panel */
.feature-panel{
  margin-top:26px;
  padding:24px;
  gap:22px;
}
.feature-panel h3{font-size:28px}
.feature-panel li,.feature-panel p{font-size:14.5px}

/* Services: same geometry everywhere */
.service-card{padding-top:24px;padding-bottom:24px}
.service-card:nth-child(odd){padding-right:24px}
.service-card:nth-child(even){padding-left:24px}
.service-card h3{font-size:20px}
.service-card p{font-size:14.5px}

/* Cards / grids */
.industry-grid{gap:12px;margin-top:26px}
.industry-grid article,.edge-detail-card,.feature-list-card,.contact-card{
  padding:21px;
}
.industry-grid h3,.work-list h3{font-size:20px}
.industry-grid p,.work-list p{font-size:14.5px}
.edge-detail-grid,.contact-grid{gap:12px}
.edge-detail-card h2{font-size:27px}
.edge-detail-card p,.edge-detail-card li,.feature-list-card li{font-size:14.5px}

/* Audit */
.audit-card{padding:21px}
.audit-head strong{font-size:52px}
.audit-card li{font-size:13.5px}

/* CTA and footer */
.cta-section{padding-top:46px}
.cta-box{padding:44px 20px}
.site-footer{padding-top:46px}
.footer-grid{gap:30px}
.footer-grid p,.footer-grid a,.footer-grid span{font-size:13px}
.copyright{margin-top:30px}

/* Contact form refinement */
.contact-form{gap:13px}
.form-row input,.form-row select{min-height:44px}
.form-row textarea{min-height:128px}
.contact-info-card h2,.contact-card h2{font-size:28px}

/* Ask Alba — consistent unobtrusive placement */
.ask-alba-launch{
  min-width:116px;
  height:48px;
  padding-inline:15px;
  font-size:13px;
}
.ask-alba-panel{
  width:min(380px,calc(100vw - 24px));
  height:min(590px,calc(100vh - 105px));
}

/* Tablet */
@media(max-width:1040px){
  :root{--section-y:70px}
  .container{width:min(calc(100% - 40px),var(--container))}
  .hero-grid{grid-template-columns:1fr;gap:28px}
  .hero-copy{max-width:720px}
  .hero-slider{max-width:680px}
  .desktop-cta{display:none}
  .feature-panel{grid-template-columns:1fr 1fr}
}

/* Switch nav before it becomes cramped */
@media(max-width:900px){
  .desktop-nav{display:none}
  .menu-btn{display:block}
  .two-col{grid-template-columns:1fr}
  .industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-grid>div:first-child{grid-column:1/-1}
}

/* Mobile */
@media(max-width:640px){
  :root{
    --header-h:68px;
    --section-y:56px;
  }
  .container{width:min(calc(100% - 28px),var(--container))}
  .header-inner{min-height:var(--header-h)}
  .brand-mark{width:37px;height:37px}
  .brand-name{font-size:19px}
  .menu-btn{width:40px;height:40px}

  .hero{padding-top:31px;padding-bottom:22px}
  .hero h1{
    font-size:clamp(34px,9.7vw,42px);
    line-height:1.045;
    margin-bottom:16px;
  }
  .hero p,.section-lead,.two-col p,.cta-box p,.contact-card p{
    font-size:15.5px;
    line-height:1.58;
  }
  .hero-actions{margin-top:20px}
  .btn{min-height:48px;font-size:13.5px}

  .hero-slider{border-radius:18px}
  .hero-slider-viewport{min-height:330px}
  .hero-slide{padding:19px}
  .slide-title{font-size:22px;line-height:1.16;margin-bottom:16px}

  .audit-mini{gap:8px}
  .audit-mini-score{padding:11px}
  .audit-mini-score strong{font-size:45px}
  .audit-mini-grid span{min-height:46px;font-size:9.5px}
  .edge-mini{gap:6px}
  .edge-mini div{height:82px}
  .edge-mini strong{width:36px;height:36px;font-size:17px}
  .growth-mini{grid-template-columns:100px 1fr}
  .growth-ring{width:96px;height:96px;border-width:10px}
  .growth-mini strong{font-size:17px}
  .automation-mini div{padding:10px 11px}
  .hero-slider-controls{min-height:50px}
  .slider-arrow{width:34px;height:34px}

  .stats-row{margin-top:13px}
  .stats-row>div{padding:11px 3px}
  .stats-row strong{font-size:22px}
  .stats-row span{font-size:7.2px}

  .section h2,.cta-box h2,.page-hero h1{
    font-size:clamp(29px,8.2vw,36px);
    line-height:1.09;
  }
  .page-hero{padding-top:38px;padding-bottom:28px}
  .two-col{gap:21px}

  .feature-panel{
    margin-top:20px;
    padding:18px;
  }
  .feature-panel h3{font-size:24px}

  .service-grid,.industry-grid,.edge-detail-grid,.contact-grid{
    grid-template-columns:1fr;
  }
  .service-card:nth-child(odd),.service-card:nth-child(even){
    padding:21px 0;
    border-left:0;
  }

  .industry-grid{margin-top:21px}
  .industry-grid article,.edge-detail-card,.feature-list-card,.contact-card{
    padding:18px;
  }
  .audit-card{padding:18px}
  .audit-head strong{font-size:46px}
  .cta-box{padding:36px 16px}
  .footer-grid{grid-template-columns:1fr}
  .footer-grid>div:first-child{grid-column:auto}

  #ask-alba-root{
    right:max(10px,env(safe-area-inset-right));
    bottom:max(10px,env(safe-area-inset-bottom));
  }
  .ask-alba-launch{height:46px;min-width:108px}
  .ask-alba-panel{
    inset:max(8px,env(safe-area-inset-top))
          max(8px,env(safe-area-inset-right))
          max(8px,env(safe-area-inset-bottom))
          max(8px,env(safe-area-inset-left));
  }
}

/* Very small screens */
@media(max-width:360px){
  .container{width:min(calc(100% - 22px),var(--container))}
  .brand-name{font-size:18px}
  .hero h1{font-size:33px}
  .hero-slider-viewport{min-height:344px}
  .hero-slide{padding:16px}
  .slide-title{font-size:21px}
  .stats-row span{font-size:6.7px}
}

/* Wide screens: avoid over-stretching */
@media(min-width:1600px){
  .hero{padding-top:62px}
  .hero-grid{gap:52px}
}


/* ==========================================================
   v1.8.1 TARGETED UAT FIXES
   Ask Alba stability + open-state contrast + real brand logo
   ========================================================== */

/* Real AlbaLogic logo — one controlled size system everywhere */
.brand-logo{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  flex:0 0 auto;
  line-height:0;
}
.brand-logo img{
  width:162px;
  height:auto;
  max-height:43px;
  object-fit:contain;
  object-position:left center;
}
.site-footer .brand-logo img{
  width:176px;
  max-height:48px;
}

/* Mobile site stability: remove browser-blur jank and layout anchoring */
html,body{
  overflow-anchor:none;
}
@media(max-width:900px){
  .site-header{
    background:#07131d;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
  }
}
@media(max-width:640px){
  .brand-logo img{
    width:142px;
    max-height:39px;
  }
  .site-footer .brand-logo img{
    width:155px;
    max-height:43px;
  }
}

/* Ask Alba open state now reads as a true modal experience */
.ask-alba-backdrop{
  position:fixed;
  inset:0;
  z-index:-1;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  background:rgba(1,10,15,.78);
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
  transition:opacity .18s ease,visibility .18s ease;
}
.ask-alba-backdrop[data-open="true"]{
  z-index:-1;
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
#ask-alba-root:has(.ask-alba-panel[data-open="true"]){
  z-index:2147483640;
}
#ask-alba-root:has(.ask-alba-panel[data-open="true"]) .ask-alba-backdrop{
  z-index:-1;
}

/* Keep panel above backdrop */
.ask-alba-panel{
  z-index:2;
  background:
    radial-gradient(circle at 86% 4%,rgba(49,212,189,.12),transparent 26%),
    linear-gradient(180deg,#102733 0%,#0a1b25 58%,#07131d 100%);
  border-color:rgba(49,212,189,.34);
  box-shadow:0 30px 90px rgba(0,0,0,.62),0 0 0 1px rgba(49,212,189,.07);
}
.ask-alba-launch{z-index:3}

/* Prevent the page underneath from moving while chat is open */
html.ask-alba-open,
body.ask-alba-open{
  overflow:hidden!important;
  overscroll-behavior:none;
}

/* Give the chat header more brand contrast */
.ask-alba-head{
  background:linear-gradient(135deg,rgba(49,212,189,.12),rgba(255,255,255,.025));
}
.ask-alba-avatar{
  box-shadow:0 0 0 4px rgba(49,212,189,.10);
}

/* Mobile Ask Alba: stable visual-viewport modal, no vh/dvh jumping */
@media(max-width:640px){
  #ask-alba-root{
    position:fixed;
    inset:0;
    width:100%;
    height:100%;
    pointer-events:none;
  }
  .ask-alba-launch{
    position:fixed;
    right:max(10px,env(safe-area-inset-right));
    bottom:max(10px,env(safe-area-inset-bottom));
    pointer-events:auto;
  }
  .ask-alba-backdrop{
    pointer-events:none;
  }
  .ask-alba-backdrop[data-open="true"]{
    pointer-events:auto;
  }
  .ask-alba-panel{
    position:fixed;
    top:var(--ask-viewport-top,8px);
    left:8px;
    right:8px;
    bottom:auto;
    width:auto;
    height:var(--ask-viewport-height,calc(100svh - 16px));
    max-height:none;
    border-radius:18px;
    pointer-events:auto;
    transform:none!important;
  }
  .ask-alba-head{
    flex:0 0 auto;
  }
  .ask-alba-messages{
    min-height:0;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }
  .ask-alba-foot{
    flex:0 0 auto;
    padding-bottom:max(11px,env(safe-area-inset-bottom));
  }
  .ask-alba-input{
    font-size:16px; /* prevents iOS input zoom */
  }
}

/* Without :has support, backdrop still works because root is already top-level fixed */
@supports not selector(:has(*)){
  .ask-alba-backdrop[data-open="true"]{z-index:1}
  .ask-alba-panel{z-index:2}
  .ask-alba-launch{z-index:3}
}

#ask-alba-root[data-open="true"] .ask-alba-backdrop{
  z-index:1;
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
#ask-alba-root[data-open="true"] .ask-alba-panel{z-index:2}
#ask-alba-root[data-open="true"] .ask-alba-launch{z-index:3}


/* v1.8.2 — Mobile brand refinement */
@media(max-width:640px){
  .brand-logo img{
    width:213px;
    max-width:calc(100vw - 92px);
    max-height:58px;
  }
}

/* v1.9.0 Homepage Experience + EDGE */
.home-offer{max-width:820px;margin:0 auto 30px;text-align:center}.home-offer h1{max-width:820px;margin-inline:auto}.offer-lead{font-size:20px!important;color:#e2eeee!important;font-weight:750}.offer-detail{font-size:16px!important;max-width:720px!important;margin:8px auto 0!important}
.hero-slider-v3{max-width:1040px;margin:auto}.hero-slider-v3 .hero-slider-viewport{min-height:380px}.hero-slider-v3 .hero-slide{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center;padding:32px}.slide-copy p{color:var(--muted);font-size:15px}.slide-visual{min-height:245px;border:1px solid var(--border);border-radius:22px;background:rgba(0,0,0,.14);padding:22px}
.score-visual{display:grid;align-content:center;text-align:center}.score-visual small{color:var(--muted);font-size:9px}.score-visual strong{font-size:90px;color:var(--accent);line-height:1}.score-visual span{font-size:12px;color:var(--muted)}.mini-bars{display:grid;gap:6px;margin-top:16px}.mini-bars i{height:6px;background:linear-gradient(90deg,var(--accent) 82%,rgba(255,255,255,.08) 82%);border-radius:9px}
.edge-visual{display:flex;align-items:center;justify-content:center;gap:8px}.edge-visual div{display:grid;place-items:center;gap:6px}.edge-visual b{width:58px;height:58px;border-radius:16px;background:var(--accent);color:var(--accent-ink);display:grid;place-items:center;font-size:24px}.edge-visual span{font-size:9px}.edge-visual em{font-style:normal;color:#70858d}
.tile-visual{display:grid;grid-template-columns:1fr 1fr;gap:9px;align-content:center}.tile-visual div{min-height:86px;border:1px solid var(--border-soft);border-radius:15px;padding:13px;display:grid;place-items:center;text-align:center;font-size:13px}
.below-slider{justify-content:center;margin-top:20px}.ai-strip{max-width:1040px;margin:24px auto 0;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--border);border-radius:20px;overflow:hidden}.ai-strip article{padding:17px}.ai-strip article+article{border-left:1px solid var(--border)}.ai-strip b{display:block;color:var(--accent);font-size:14px}.ai-strip span{display:block;color:var(--muted);font-size:11px;margin-top:4px}
.edge-interactive{margin-top:30px}.edge-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.edge-tab{min-height:82px;border:1px solid var(--border);border-radius:18px;background:rgba(255,255,255,.018);color:#fff;display:flex;align-items:center;gap:10px;padding:12px;cursor:pointer}.edge-tab b{width:42px;height:42px;border-radius:12px;background:#263840;display:grid;place-items:center}.edge-tab.is-active{border-color:rgba(49,212,189,.65);background:rgba(49,212,189,.05)}.edge-tab.is-active b{background:var(--accent);color:var(--accent-ink)}.edge-stage-panel{margin-top:10px;padding:30px;border:1px solid var(--border);border-radius:23px;display:grid;grid-template-columns:1.25fr .75fr;gap:25px;align-items:center}.edge-stage-number{color:var(--accent);font-size:10px;font-weight:900}.edge-stage-panel h3{font-size:30px;margin:9px 0}.edge-stage-text{color:var(--muted)}.edge-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:17px}.edge-tags span{border:1px solid var(--border);border-radius:999px;padding:6px 9px;font-size:10px}.edge-orbit{width:170px;height:170px;border-radius:50%;border:1px solid rgba(49,212,189,.5);display:grid;place-items:center;align-content:center;gap:6px;margin:auto;box-shadow:inset 0 0 0 25px rgba(49,212,189,.035)}.edge-orbit strong{font-size:60px;color:var(--accent);line-height:1}.edge-orbit span{font-size:8px;letter-spacing:.15em}
.lifecycle-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:27px}.lifecycle-grid article,.category-grid article{border:1px solid var(--border);border-radius:20px;padding:22px;background:rgba(255,255,255,.018)}.lifecycle-grid small{color:var(--accent);font-weight:900;letter-spacing:.12em}.lifecycle-grid h3,.category-grid h3{font-size:20px;margin:9px 0 6px}.lifecycle-grid p,.category-grid p{color:var(--muted);font-size:13px}.lifecycle-grid a{color:var(--accent);text-decoration:none;font-weight:800;font-size:12px}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin-top:26px}.category-grid>article>b{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:rgba(49,212,189,.1);color:var(--accent);font-size:10px}.category-grid>article>span{font-size:10px;color:#d5e2e4}.section-action{text-align:center;margin-top:20px}
@media(max-width:900px){.hero-slider-v3 .hero-slide{grid-template-columns:1fr}.hero-slider-v3 .hero-slider-viewport{min-height:550px}.category-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.home-offer{text-align:left}.offer-lead{font-size:17px!important}.offer-detail{font-size:15px!important}.hero-slider-v3 .hero-slider-viewport{min-height:535px}.hero-slider-v3 .hero-slide{padding:18px;gap:15px;align-content:start}.slide-visual{min-height:205px;padding:14px}.score-visual strong{font-size:62px}.edge-visual{gap:4px}.edge-visual b{width:43px;height:43px;font-size:19px}.edge-visual span{font-size:7px}.tile-visual div{min-height:72px;font-size:11px}.ai-strip{grid-template-columns:1fr}.ai-strip article+article{border-left:0;border-top:1px solid var(--border)}.edge-tabs{gap:4px}.edge-tab{min-height:72px;padding:6px;display:grid;place-items:center;text-align:center;gap:3px}.edge-tab b{width:34px;height:34px}.edge-tab span{font-size:8px}.edge-stage-panel{grid-template-columns:1fr;padding:18px}.edge-stage-panel h3{font-size:24px}.edge-orbit{width:120px;height:120px}.edge-orbit strong{font-size:44px}.lifecycle-grid,.category-grid{grid-template-columns:1fr}}


/* v1.9.1 — Brand sizing + Ask Alba reliability polish */
.brand-logo img{
  width:243px;
  max-width:min(243px,calc(100vw - 150px));
  max-height:64px;
}
.site-footer .brand-logo img{
  width:243px;
  max-width:100%;
  max-height:64px;
}
@media(max-width:640px){
  .brand-logo img{
    width:266px;
    max-width:calc(100vw - 82px);
    max-height:72px;
  }
  .site-footer .brand-logo img{
    width:220px;
    max-width:100%;
    max-height:60px;
  }
}

/* Make transient/retry status visible without disturbing layout */
.ask-alba-status{
  margin:0 0 7px;
  min-height:15px;
  color:var(--muted);
  font-size:10px;
  line-height:1.35;
}


/* v1.9.4 — Ask Alba short-answer lead capture */
.ask-alba-cta-wrap,.ask-alba-lead-wrap{
  flex:0 0 auto;padding:0 12px 10px;background:rgba(7,19,29,.98)
}
.ask-alba-cta-card{
  border:1px solid rgba(49,212,189,.45);border-radius:15px;
  background:linear-gradient(135deg,rgba(49,212,189,.11),rgba(255,255,255,.025));
  padding:12px;display:grid;gap:5px
}
.ask-alba-cta-card strong{font-size:13px}
.ask-alba-cta-card span{font-size:10px;color:var(--muted)}
.ask-alba-cta-button{
  margin-top:4px;min-height:38px;border:0;border-radius:999px;background:var(--accent);
  color:var(--accent-ink);font-size:11px;font-weight:900;cursor:pointer
}
.ask-alba-lead-wrap{max-height:72%;overflow:auto}
.ask-alba-lead-form{
  display:grid;gap:9px;border:1px solid rgba(49,212,189,.45);border-radius:16px;
  background:#0d202b;padding:13px
}
.ask-alba-lead-head{display:flex;align-items:center;justify-content:space-between}
.ask-alba-lead-head strong{font-size:14px}
.ask-alba-lead-cancel{
  width:30px;height:30px;border-radius:50%;border:1px solid var(--border);
  background:transparent;color:#fff;cursor:pointer
}
.ask-alba-lead-form>p{margin:0;color:var(--muted);font-size:10px;line-height:1.4}
.ask-alba-lead-form label{display:grid;gap:4px;color:#dce8ea;font-size:10px;font-weight:800}
.ask-alba-lead-form label span{color:var(--muted);font-weight:500}
.ask-alba-lead-form input{
  width:100%;min-height:39px;padding:8px 10px;border:1px solid var(--border);
  border-radius:10px;background:#081821;color:#fff;font-size:16px;outline:none
}
.ask-alba-lead-form input:focus{border-color:rgba(49,212,189,.75)}
.ask-alba-lead-submit{width:100%;min-height:42px;font-size:11px}
.ask-alba-lead-status{min-height:16px;color:var(--muted);font-size:10px;line-height:1.4}
@media(max-width:640px){.ask-alba-lead-wrap{max-height:70%;padding-inline:10px}}


/* v1.9.5 — Ask Alba recurring CTA + sent confirmation + mobile speed */
.ask-alba-sent-wrap{
  flex:0 0 auto;
  padding:0 12px 10px;
  background:rgba(7,19,29,.98);
}
.ask-alba-sent-card{
  border:1px solid rgba(49,212,189,.55);
  border-radius:16px;
  background:linear-gradient(135deg,rgba(49,212,189,.14),rgba(255,255,255,.025));
  padding:14px;
  display:grid;
  justify-items:center;
  text-align:center;
  gap:7px;
}
.ask-alba-sent-icon{
  width:38px;height:38px;border-radius:50%;
  display:grid;place-items:center;
  background:var(--accent);color:var(--accent-ink);
  font-size:20px;font-weight:950
}
.ask-alba-sent-card strong{font-size:14px}
.ask-alba-sent-card>span{color:var(--muted);font-size:10px;line-height:1.45}
.ask-alba-sent-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;width:100%;margin-top:4px}
.ask-alba-sent-actions button{
  min-height:40px;border-radius:999px;font-size:11px;font-weight:850;cursor:pointer
}
.ask-alba-continue{border:0;background:var(--accent);color:var(--accent-ink)}
.ask-alba-end{border:1px solid var(--border);background:transparent;color:#fff}

/* Faster perceived interaction */
.ask-alba-cta-button,
.ask-alba-send,
.ask-alba-continue,
.ask-alba-end,
.ask-alba-lead-submit{
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
}
.ask-alba-cta-button:active,
.ask-alba-send:active,
.ask-alba-continue:active,
.ask-alba-end:active{
  transform:scale(.985);
}

/* Keep composer and lead capture stable on mobile keyboard changes */
@media(max-width:640px){
  .ask-alba-panel{
    contain:layout paint;
  }
  .ask-alba-messages{
    flex:1 1 auto;
    min-height:80px;
  }
  .ask-alba-cta-wrap,
  .ask-alba-lead-wrap,
  .ask-alba-sent-wrap,
  .ask-alba-foot{
    flex-shrink:0;
  }
  .ask-alba-lead-wrap{
    max-height:62%;
  }
  .ask-alba-sent-actions{
    grid-template-columns:1fr;
  }
}

/* v2.0.0 approved homepage implementation */
.home-hero{padding-top:38px;padding-bottom:36px}.home-offer-final{max-width:1040px;margin:0 auto 18px;text-align:center}.home-offer-final .eyebrow{font-size:clamp(18px,3vw,38px);line-height:1.05;letter-spacing:.01em;color:#fff;font-weight:900}.benefit-row{display:flex;justify-content:center;gap:34px;margin:17px auto 10px;flex-wrap:wrap}.benefit-row span{display:flex;align-items:center;gap:7px;color:#fff;font-size:13px;font-weight:800}.benefit-row i{font-style:normal;color:var(--accent);font-size:19px}.home-offer-final .offer-detail{max-width:650px!important;margin:0 auto!important;color:#b9c9cd!important;font-size:14px!important;line-height:1.5!important}
.edge-hero-slider{max-width:920px;margin:16px auto 0;border-radius:20px;background:#eef5f3;color:#10262b;overflow:hidden;border:1px solid rgba(255,255,255,.14)}.edge-hero-slider .hero-slider-viewport{min-height:250px;background:#eef5f3}.edge-hero-slider .hero-slide{padding:22px 60px;min-height:250px;align-content:center}.edge-hero-slider .slide-head{text-align:center}.edge-hero-slider .slide-head>span{color:#168e83;font-size:9px;font-weight:900;letter-spacing:.12em}.edge-hero-slider h1,.edge-hero-slider h2{color:#10262b;margin:5px 0 3px;font-size:24px}.edge-hero-slider h2 b{color:#168e83}.edge-hero-slider h3{margin:2px 0 4px;font-size:14px;color:#10262b}.edge-hero-slider .slide-head p{margin:0;color:#5c7175;font-size:11px}.edge-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:8px;align-items:center;margin-top:22px}.edge-flow>div{display:grid;justify-items:center;text-align:center;gap:4px}.edge-flow b{color:#168e83;font-size:17px}.edge-flow i{font-style:normal;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#d5efea;color:#168e83;font-size:18px}.edge-flow strong{font-size:11px}.edge-flow small{font-size:8px;color:#5c7175}.edge-flow em{font-style:normal;color:#6c8589}.edge-chip-grid{display:flex;justify-content:center;align-content:center;flex-wrap:wrap;gap:8px;max-width:700px;margin:20px auto 0}.edge-chip-grid span{border:1px solid #b9d6d1;background:#fff;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:750;color:#214047}.edge-hero-slider .hero-slider-controls{background:#eef5f3;border-top:1px solid #d7e5e2;color:#10262b;min-height:44px}.edge-hero-slider .slider-arrow{color:#10262b;border-color:#bfd4d0}.edge-hero-slider .slider-count{color:#62787c}.edge-hero-slider .slider-dot{background:#a8bbb8}.edge-hero-slider .slider-dot.is-active{background:#168e83}.below-slider{justify-content:center;margin-top:14px}
.home-solutions h2 span,#ai h2 span,#process h2 span{color:var(--accent)}.solution-edge-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:26px}.solution-edge-grid article{position:relative;border:1px solid var(--border);border-radius:18px;padding:18px;background:rgba(255,255,255,.02);min-height:280px}.solution-edge-grid article>b{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:rgba(49,212,189,.12);color:var(--accent);font-size:17px}.solution-edge-grid h3{font-size:18px;margin:10px 0 2px}.solution-edge-grid small{color:var(--accent);font-size:9px;font-weight:800}.solution-edge-grid p{color:var(--muted);font-size:11px;line-height:1.75}.solution-edge-grid a{position:absolute;right:14px;bottom:14px;width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:var(--accent-ink);text-decoration:none;font-weight:900}.audit-final .audit-head>div{display:flex;align-items:baseline;gap:8px}.audit-final .audit-head small{color:var(--muted);font-size:8px}.feature-six{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:25px}.feature-six article{border:1px solid var(--border);border-radius:16px;padding:18px;background:rgba(255,255,255,.02)}.feature-six b{color:var(--accent);font-size:20px}.feature-six h3{font-size:16px;margin:8px 0 4px}.feature-six p{color:var(--muted);font-size:11px;margin:0}.build-process{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-top:26px}.build-process article{border:1px solid var(--border);border-radius:16px;padding:15px;background:rgba(255,255,255,.018)}.build-process b{color:var(--accent);font-size:10px}.build-process h3{font-size:14px;margin:7px 0 5px}.build-process p{color:var(--muted);font-size:10px;margin:0;line-height:1.5}
@media(max-width:900px){.solution-edge-grid{grid-template-columns:1fr 1fr}.build-process{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.home-hero{padding-top:16px;padding-bottom:24px}.home-offer-final{text-align:center;margin-bottom:8px}.home-offer-final .eyebrow{font-size:22px;max-width:330px;margin:auto;line-height:1.08}.benefit-row{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:12px 0 8px}.benefit-row span{display:grid;justify-items:center;gap:2px;font-size:8px;line-height:1.15}.benefit-row i{font-size:16px}.home-offer-final .offer-detail{font-size:10px!important;max-width:330px!important;line-height:1.35!important}.edge-hero-slider{margin-top:9px;border-radius:15px}.edge-hero-slider .hero-slider-viewport{min-height:205px}.edge-hero-slider .hero-slide{min-height:205px;padding:14px 34px}.edge-hero-slider h1,.edge-hero-slider h2{font-size:18px}.edge-hero-slider h3{font-size:12px}.edge-hero-slider .slide-head p{font-size:9px}.edge-flow{gap:3px;margin-top:15px}.edge-flow i{width:31px;height:31px;font-size:13px}.edge-flow b{font-size:13px}.edge-flow strong{font-size:8px}.edge-flow small{font-size:6px;line-height:1.15}.edge-flow em{font-size:9px}.edge-chip-grid{gap:5px;margin-top:13px}.edge-chip-grid span{padding:5px 7px;font-size:7px}.edge-hero-slider .hero-slider-controls{min-height:36px;padding-inline:6px}.edge-hero-slider .slider-arrow{width:28px;height:28px}.edge-hero-slider .slider-count{font-size:8px}.below-slider{margin-top:9px}.below-slider .btn{min-height:38px;padding:9px 16px;font-size:10px}.solution-edge-grid{grid-template-columns:1fr 1fr;gap:7px}.solution-edge-grid article{min-height:250px;padding:14px}.solution-edge-grid h3{font-size:15px}.solution-edge-grid p{font-size:9px}.feature-six{grid-template-columns:1fr 1fr}.build-process{grid-template-columns:1fr 1fr}.category-grid.industries-final{grid-template-columns:1fr 1fr}.category-grid.industries-final article{padding:14px}.category-grid.industries-final h3{font-size:14px}.category-grid.industries-final p{font-size:9px}}


/* v2.0.1 — approved EDGE hero artwork + Alba Score alignment */
.edge-hero-slider{
  position:relative;
  max-width:820px;
  margin:14px auto 0;
  background:transparent;
  border:0;
  overflow:visible;
  color:#10262b;
}
.edge-hero-slider .edge-art-viewport{
  position:relative;
  min-height:0 !important;
  aspect-ratio:1180 / 808;
  overflow:hidden;
  border-radius:20px;
  background:#eef5f3;
  box-shadow:0 14px 38px rgba(0,0,0,.22);
}
.edge-hero-slider .edge-art-slide{
  position:absolute;
  inset:0;
  padding:0 !important;
  min-height:0 !important;
  display:block;
  background:#eef5f3;
}
.edge-slide-art{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:20px;
}
.edge-hero-slider .hero-slider-controls{
  position:static;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:9px;
  min-height:42px;
  padding:8px 0 0;
  background:transparent;
  border:0;
}
.edge-hero-slider .slider-dots{order:2}
.edge-hero-slider .slider-count{display:none}
.edge-hero-slider .slider-prev,
.edge-hero-slider .slider-next{
  position:absolute;
  z-index:8;
  top:calc(50% - 18px);
  width:38px;
  height:38px;
  border-radius:50%;
  background:#07141e;
  border:1px solid rgba(255,255,255,.25);
  color:#fff;
  box-shadow:0 5px 14px rgba(0,0,0,.22);
}
.edge-hero-slider .slider-prev{left:-19px}
.edge-hero-slider .slider-next{right:-19px}
.edge-hero-slider .slider-dot{
  width:8px;
  height:8px;
  background:#77868a;
}
.edge-hero-slider .slider-dot.is-active{
  width:10px;
  height:10px;
  background:var(--accent);
}
.below-slider{margin-top:4px}

/* Alba Score: clean hierarchy rather than forcing all three pieces onto one baseline */
.audit-final .audit-head{
  display:flex;
  justify-content:center;
  text-align:center;
}
.audit-final .audit-head>div{
  display:grid !important;
  grid-template-columns:auto auto;
  justify-content:center;
  align-items:baseline;
  column-gap:8px;
  row-gap:2px;
}
.audit-final .audit-head>div>span{
  grid-column:1 / -1;
  color:var(--muted);
  font-size:10px;
  letter-spacing:.13em;
  text-transform:uppercase;
  font-weight:700;
}
.audit-final .audit-head strong{
  font-size:64px;
  line-height:.95;
  color:var(--accent);
}
.audit-final .audit-head small{
  font-size:10px;
  color:var(--muted);
  letter-spacing:.1em;
  white-space:nowrap;
}

@media(max-width:640px){
  .edge-hero-slider{
    width:calc(100% - 6px);
    max-width:none;
    margin-top:10px;
  }
  .edge-hero-slider .edge-art-viewport{
    min-height:0 !important;
    aspect-ratio:1180 / 808;
    border-radius:15px;
  }
  .edge-slide-art{border-radius:15px}
  .edge-hero-slider .hero-slider-controls{
    min-height:34px;
    padding-top:7px;
  }
  .edge-hero-slider .slider-prev,
  .edge-hero-slider .slider-next{
    width:34px;
    height:34px;
    top:calc(50% - 17px);
  }
  .edge-hero-slider .slider-prev{left:-10px}
  .edge-hero-slider .slider-next{right:-10px}
  .edge-hero-slider .slider-dot{width:7px;height:7px}
  .edge-hero-slider .slider-dot.is-active{width:9px;height:9px}
  .audit-final .audit-head strong{font-size:58px}
  .audit-final .audit-head small{font-size:9px}
}


/* =========================================================
   v2.0.2 — LOCKED DARK EDGE HERO SLIDER
   Matches approved mobile target. No external slide images.
   ========================================================= */
.edge-hero-slider{
  width:min(100%,840px);
  margin:14px auto 0;
  border:0 !important;
  border-radius:24px;
  background:transparent !important;
  box-shadow:none !important;
  overflow:visible !important;
}
.edge-hero-slider .edge-dark-viewport{
  position:relative;
  min-height:0 !important;
  aspect-ratio:1.49 / 1;
  overflow:hidden;
  border:1px solid rgba(49,212,189,.48);
  border-radius:22px;
  background:
    radial-gradient(circle at 56% 42%,rgba(49,212,189,.11),transparent 34%),
    linear-gradient(145deg,#0a1d29 0%,#071620 58%,#0a1b27 100%);
  box-shadow:0 20px 50px rgba(0,0,0,.28),inset 0 0 0 1px rgba(255,255,255,.025);
}
.edge-hero-slider .edge-dark-viewport::after{
  content:"";position:absolute;left:-4%;right:-4%;bottom:-22%;height:45%;z-index:0;
  background:
    radial-gradient(circle at 10% 40%,rgba(49,212,189,.72) 0 3px,transparent 4px),
    radial-gradient(circle at 46% 54%,rgba(49,212,189,.45) 0 2px,transparent 3px),
    radial-gradient(circle at 78% 35%,rgba(102,234,216,.65) 0 3px,transparent 4px),
    repeating-radial-gradient(ellipse at 50% 100%,transparent 0 10px,rgba(49,212,189,.11) 11px,transparent 12px 18px);
  opacity:.72;pointer-events:none;
}
.edge-hero-slider .edge-dark-slide{
  position:absolute;inset:0;
  padding:clamp(18px,3vw,34px) !important;
  min-height:0 !important;
  display:block !important;
  color:#f4fbfb;
  background:transparent !important;
  z-index:1;
}
.edge-stage{height:100%;position:relative;z-index:2}
.edge-num{
  display:block;color:var(--accent);font-weight:850;
  font-size:clamp(10px,1.15vw,13px);letter-spacing:.05em;margin-bottom:8px
}
.edge-side h2,.edge-detail-copy h2,.edge-detail-copy h3{margin:0}
.edge-side h2{
  font-size:clamp(23px,3.1vw,38px);line-height:1.05;letter-spacing:-.035em
}
.edge-side h2 em{font-style:normal;color:var(--accent)}
.edge-side p,.edge-detail-copy p{
  color:#d2e0e3;margin:14px 0 0;line-height:1.48;
  font-size:clamp(12px,1.45vw,17px)
}
.edge-overview{
  display:grid;grid-template-columns:28% 1fr;gap:5%;align-items:center
}
.edge-side{align-self:center}
.edge-overview-flow{
  display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;
  align-items:center;gap:5px
}
.edge-overview-flow>i{
  font-style:normal;color:var(--accent);font-weight:900;font-size:clamp(14px,2vw,24px)
}
.edge-overview-item{text-align:center;min-width:0}
.edge-overview-item>b{
  display:block;color:var(--accent);font-size:clamp(42px,6.6vw,74px);
  line-height:.92;margin-bottom:8px
}
.edge-icon{
  width:clamp(46px,6.4vw,76px);height:clamp(46px,6.4vw,76px);
  display:grid;place-items:center;border:2px solid var(--accent);
  border-radius:50%;color:var(--accent);
  filter:drop-shadow(0 0 8px rgba(49,212,189,.22))
}
.edge-icon svg{
  width:63%;height:63%;fill:none;stroke:currentColor;stroke-width:2.2;
  stroke-linecap:round;stroke-linejoin:round
}
.edge-overview-item .edge-icon{margin:0 auto 9px}
.edge-overview-item strong{display:block;font-size:clamp(12px,1.5vw,18px)}
.edge-overview-item span{
  display:block;color:#c9d7da;font-size:clamp(9px,1.2vw,14px);
  line-height:1.28;margin-top:5px
}

/* Detail slides */
.edge-detail{
  display:grid;grid-template-columns:31% 1fr;gap:4%;align-items:center
}
.edge-detail-copy{align-self:center}
.edge-title-line{display:flex;gap:12px;align-items:flex-start}
.edge-title-line>b{
  color:var(--accent);font-size:clamp(50px,7.4vw,84px);line-height:.83;
  padding-right:12px;border-right:1px solid rgba(49,212,189,.42)
}
.edge-detail-copy h2{
  font-size:clamp(22px,3.1vw,36px);line-height:1;letter-spacing:-.035em
}
.edge-detail-copy h3{
  color:var(--accent);font-size:clamp(13px,1.65vw,19px);line-height:1.2;margin-top:5px
}
.edge-orbit{
  position:relative;width:min(100%,440px);aspect-ratio:1/1;margin:auto;
  border:1px dashed rgba(49,212,189,.55);border-radius:50%;
  background:radial-gradient(circle,rgba(49,212,189,.075) 0 28%,transparent 29%)
}
.edge-center{
  position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);
  width:31%;aspect-ratio:1;border-radius:24px;display:grid;place-items:center;
  background:linear-gradient(145deg,rgba(49,212,189,.2),rgba(5,20,30,.65));
  border:1px solid rgba(49,212,189,.4);box-shadow:0 10px 30px rgba(0,0,0,.24)
}
.edge-center .edge-icon{width:68%;height:68%;border:0;filter:none}
.edge-node{
  --angle:calc(var(--i) * 45deg - 90deg);
  position:absolute;left:50%;top:50%;
  width:24%;transform:
    translate(-50%,-50%)
    rotate(var(--angle))
    translateY(-176%)
    rotate(calc(var(--angle) * -1));
  display:grid;justify-items:center;text-align:center
}
.edge-node .edge-icon{
  width:clamp(37px,5.2vw,60px);height:clamp(37px,5.2vw,60px);
  background:#0c202b;border-color:rgba(102,234,216,.7)
}
.edge-node>span:last-child{
  margin-top:4px;color:#edf8f8;font-weight:650;
  font-size:clamp(8px,1vw,12px);line-height:1.13;max-width:78px
}

/* Controls locked to approved mobile treatment */
.edge-hero-slider .hero-slider-controls{
  position:static !important;display:flex !important;
  justify-content:center;align-items:center;min-height:38px;
  padding:8px 0 0 !important;background:transparent !important;border:0 !important
}
.edge-hero-slider .slider-count{display:none !important}
.edge-hero-slider .slider-dots{display:flex;gap:9px;justify-content:center;align-items:center}
.edge-hero-slider .slider-dot{
  width:10px;height:10px;padding:0;border:0;border-radius:50%;
  background:#66747a;transition:none
}
.edge-hero-slider .slider-dot.is-active{
  width:10px;height:10px;border-radius:50%;background:var(--accent)
}
.edge-hero-slider .slider-prev,
.edge-hero-slider .slider-next{
  position:absolute;z-index:10;top:calc(50% - 19px);
  width:42px;height:42px;border-radius:50%;
  background:#07141e;border:1px solid rgba(255,255,255,.24);
  color:#fff;box-shadow:0 5px 16px rgba(0,0,0,.3)
}
.edge-hero-slider .slider-prev{left:-21px}
.edge-hero-slider .slider-next{right:-21px}
.below-slider{margin-top:4px;justify-content:center}

/* Desktop: keep same proportions, never allow a slide to alter the height */
@media(min-width:881px){
  .edge-hero-slider{max-width:900px}
  .edge-hero-slider .edge-dark-viewport{aspect-ratio:1.72 / 1}
  .edge-orbit{width:min(100%,400px)}
  .edge-node{transform:translate(-50%,-50%) rotate(var(--angle)) translateY(-168%) rotate(calc(var(--angle) * -1))}
}

/* Mobile master */
@media(max-width:640px){
  .home-hero{padding-top:32px}
  .home-offer-final{max-width:100%}
  .edge-hero-slider{
    width:calc(100% - 4px);max-width:none;margin-top:10px
  }
  .edge-hero-slider .edge-dark-viewport{
    aspect-ratio:1.49 / 1;border-radius:17px
  }
  .edge-hero-slider .edge-dark-slide{padding:16px 14px !important}
  .edge-overview{
    grid-template-columns:29% 1fr;gap:3%
  }
  .edge-side h2{font-size:20px}
  .edge-side p{font-size:11px;margin-top:9px}
  .edge-num{font-size:9px;margin-bottom:6px}
  .edge-overview-flow{gap:2px}
  .edge-overview-flow>i{font-size:14px}
  .edge-overview-item>b{font-size:38px;margin-bottom:5px}
  .edge-overview-item .edge-icon{width:38px;height:38px;margin-bottom:5px;border-width:1.5px}
  .edge-overview-item strong{font-size:10px}
  .edge-overview-item span{font-size:8px;margin-top:3px}
  .edge-detail{grid-template-columns:32% 1fr;gap:2%}
  .edge-title-line{gap:7px}
  .edge-title-line>b{font-size:46px;padding-right:7px}
  .edge-detail-copy h2{font-size:18px}
  .edge-detail-copy h3{font-size:11px}
  .edge-detail-copy p{font-size:9.8px;margin-top:8px;line-height:1.38}
  .edge-orbit{width:100%;max-width:260px}
  .edge-center{width:30%;border-radius:15px}
  .edge-node{width:25%;transform:translate(-50%,-50%) rotate(var(--angle)) translateY(-170%) rotate(calc(var(--angle) * -1))}
  .edge-node .edge-icon{width:31px;height:31px;border-width:1px}
  .edge-node>span:last-child{font-size:7px;max-width:50px;margin-top:2px}
  .edge-hero-slider .slider-prev,.edge-hero-slider .slider-next{
    width:36px;height:36px;top:calc(50% - 18px)
  }
  .edge-hero-slider .slider-prev{left:-10px}
  .edge-hero-slider .slider-next{right:-10px}
  .edge-hero-slider .slider-dot{width:8px;height:8px}
  .edge-hero-slider .slider-dot.is-active{width:8px;height:8px}
}

/* Very narrow phones: preserve legibility without increasing the slider height */
@media(max-width:370px){
  .edge-hero-slider .edge-dark-slide{padding:13px 11px !important}
  .edge-side h2{font-size:18px}
  .edge-side p{font-size:9.8px}
  .edge-overview-item>b{font-size:32px}
  .edge-overview-item strong{font-size:9px}
  .edge-overview-item span{font-size:7px}
  .edge-title-line>b{font-size:40px}
  .edge-detail-copy h2{font-size:16px}
  .edge-detail-copy h3{font-size:10px}
  .edge-detail-copy p{font-size:8.7px}
  .edge-node .edge-icon{width:27px;height:27px}
  .edge-node>span:last-child{font-size:6.3px}
}


/* =========================================================
   v2.0.3 — LOCKED HOME INTRO ALIGNMENT + BENEFIT ICONS
   ========================================================= */
.home-offer-final{
  max-width:920px !important;
  margin:0 auto 18px !important;
  text-align:left !important;
}
.home-offer-final .eyebrow{
  max-width:820px !important;
  margin:0 !important;
  text-align:left !important;
  font-size:clamp(30px,4.3vw,58px) !important;
  line-height:1.02 !important;
  letter-spacing:-.025em !important;
}
.home-offer-final .offer-detail{
  max-width:790px !important;
  margin:20px 0 0 !important;
  text-align:left !important;
  color:#59d6c8 !important;
  font-size:clamp(16px,1.7vw,23px) !important;
  line-height:1.45 !important;
}
.home-offer-final .benefit-row{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  justify-content:stretch !important;
  align-items:center !important;
  gap:0 !important;
  width:min(100%,860px) !important;
  margin:24px 0 0 !important;
}
.home-offer-final .benefit-item{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:14px !important;
  min-height:70px;
  padding:0 26px 0 0;
  color:#fff !important;
  font-size:clamp(15px,1.55vw,20px) !important;
  font-weight:600 !important;
  line-height:1.25 !important;
  text-align:left !important;
}
.home-offer-final .benefit-item + .benefit-item{
  border-left:1px solid rgba(255,255,255,.22);
  padding-left:28px;
}
.home-offer-final .benefit-item b{
  font:inherit;
  color:inherit;
}
.home-offer-final .benefit-icon{
  flex:0 0 auto;
  width:54px;
  height:54px;
  display:grid !important;
  place-items:center;
  color:var(--accent) !important;
  font-size:0 !important;
  font-style:normal;
}
.home-offer-final .benefit-icon svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* Mobile master: left aligned copy with the three approved icons */
@media(max-width:640px){
  .home-offer-final{
    max-width:none !important;
    width:100% !important;
    margin:0 0 10px !important;
    padding:0 !important;
    text-align:left !important;
  }
  .home-offer-final .eyebrow{
    max-width:100% !important;
    margin:0 !important;
    font-size:clamp(30px,9.2vw,42px) !important;
    line-height:1.02 !important;
    text-align:left !important;
  }
  .home-offer-final .benefit-row{
    grid-template-columns:repeat(3,1fr) !important;
    margin:20px 0 0 !important;
    width:100% !important;
  }
  .home-offer-final .benefit-item{
    display:grid !important;
    grid-template-columns:44px 1fr;
    gap:8px !important;
    min-width:0;
    min-height:74px;
    padding:0 10px 0 0 !important;
    align-content:center;
    justify-items:start !important;
    font-size:clamp(11px,3vw,14px) !important;
  }
  .home-offer-final .benefit-item + .benefit-item{
    padding-left:12px !important;
  }
  .home-offer-final .benefit-icon{
    width:42px;
    height:42px;
  }
  .home-offer-final .benefit-item b{
    display:block;
    max-width:110px;
  }
  .home-offer-final .offer-detail{
    max-width:100% !important;
    margin:15px 0 0 !important;
    font-size:clamp(14px,4vw,18px) !important;
    line-height:1.48 !important;
    text-align:left !important;
  }
}

@media(max-width:390px){
  .home-offer-final .eyebrow{font-size:29px !important}
  .home-offer-final .benefit-item{
    grid-template-columns:36px 1fr;
    padding-right:6px !important;
    font-size:10.5px !important;
  }
  .home-offer-final .benefit-item + .benefit-item{padding-left:8px !important}
  .home-offer-final .benefit-icon{width:34px;height:34px}
  .home-offer-final .offer-detail{font-size:13px !important}
}


/* =========================================================
   v2.0.4 — RESPONSIVE WIREFRAME / TYPOGRAPHY / EDGE READABILITY
   Source of truth for homepage desktop + mobile geometry.
   ========================================================= */

:root{
  --home-wire-max: 960px;
  --home-gutter: clamp(18px, 4vw, 34px);
}

/* One consistent homepage wireframe */
.home-hero .container{
  width:min(100% - (var(--home-gutter) * 2), 1180px) !important;
}
.home-offer-final,
.edge-hero-slider{
  width:100% !important;
  max-width:var(--home-wire-max) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  box-sizing:border-box !important;
}

/* Hero heading uses the SAME scale as normal homepage section headings */
.home-offer-final .eyebrow{
  color:#fff !important;
  font-size:clamp(31px,3.1vw,44px) !important;
  line-height:1.07 !important;
  letter-spacing:-.035em !important;
  max-width:850px !important;
  margin:0 !important;
  text-align:left !important;
  text-wrap:balance;
}
.home-offer-final .offer-detail{
  color:#59d6c8 !important;
  max-width:820px !important;
  font-size:clamp(16px,1.55vw,20px) !important;
  line-height:1.5 !important;
  margin:20px 0 0 !important;
  text-align:left !important;
}
.home-offer-final .benefit-row{
  width:100% !important;
  max-width:850px !important;
  margin:22px 0 0 !important;
}
.home-offer-final .benefit-item{
  min-height:64px !important;
  font-size:clamp(14px,1.35vw,18px) !important;
}
.home-offer-final .benefit-icon{
  width:46px !important;
  height:46px !important;
}

/* EDGE slider wireframe — identical fixed card dimensions for every slide */
.edge-hero-slider{
  margin-top:16px !important;
  overflow:visible !important;
}
.edge-hero-slider .edge-dark-viewport{
  width:100% !important;
  aspect-ratio:1.72 / 1 !important;
  min-height:0 !important;
  border-radius:22px !important;
  overflow:hidden !important;
}
.edge-hero-slider .edge-dark-slide{
  padding:28px 30px 26px !important;
  overflow:hidden !important;
}

/* Always readable/high-contrast slide typography */
.edge-side h2,
.edge-detail-copy h2{
  color:#fff !important;
  opacity:1 !important;
  text-shadow:0 1px 1px rgba(0,0,0,.28);
}
.edge-side h2 em,
.edge-detail-copy h3{
  color:var(--accent) !important;
  opacity:1 !important;
}
.edge-num{
  font-size:13px !important;
  font-weight:900 !important;
  letter-spacing:.07em !important;
  color:#58ddcf !important;
}
.edge-side h2{
  font-size:clamp(27px,3vw,38px) !important;
  line-height:1.05 !important;
}
.edge-side p{
  color:#edf7f8 !important;
  font-size:clamp(15px,1.45vw,18px) !important;
  line-height:1.45 !important;
}
.edge-overview{
  grid-template-columns:29% 1fr !important;
  gap:4% !important;
}
.edge-overview-flow{
  gap:7px !important;
}
.edge-overview-item>b{
  font-size:clamp(48px,5.8vw,68px) !important;
}
.edge-overview-item .edge-icon{
  width:clamp(54px,5.5vw,66px) !important;
  height:clamp(54px,5.5vw,66px) !important;
}
.edge-overview-item strong{
  color:#fff !important;
  font-size:clamp(15px,1.45vw,18px) !important;
  line-height:1.15 !important;
}
.edge-overview-item span{
  color:#e2eef0 !important;
  font-size:clamp(12px,1.2vw,15px) !important;
  line-height:1.3 !important;
}

/* Detail slide: copy + infographic remain aligned within one stable grid */
.edge-detail{
  grid-template-columns:34% 1fr !important;
  gap:4% !important;
  align-items:center !important;
}
.edge-title-line>b{
  font-size:clamp(58px,6.2vw,78px) !important;
}
.edge-detail-copy h2{
  font-size:clamp(26px,2.55vw,34px) !important;
  line-height:1.02 !important;
}
.edge-detail-copy h3{
  font-size:clamp(17px,1.55vw,21px) !important;
  line-height:1.2 !important;
  margin-top:6px !important;
}
.edge-detail-copy p{
  color:#eef7f8 !important;
  font-size:clamp(14px,1.3vw,17px) !important;
  line-height:1.45 !important;
  margin-top:15px !important;
}
.edge-orbit{
  width:min(100%,390px) !important;
  max-width:390px !important;
}
.edge-node{
  width:25% !important;
  transform:
    translate(-50%,-50%)
    rotate(var(--angle))
    translateY(-166%)
    rotate(calc(var(--angle) * -1)) !important;
}
.edge-node .edge-icon{
  width:52px !important;
  height:52px !important;
}
.edge-node>span:last-child{
  color:#fff !important;
  font-size:11.5px !important;
  line-height:1.1 !important;
  font-weight:750 !important;
  letter-spacing:0 !important;
  max-width:88px !important;
  text-shadow:0 1px 2px rgba(0,0,0,.5);
}
.edge-center{
  width:31% !important;
}

/* Slider controls are part of the wireframe, never inside the content area */
.edge-hero-slider .hero-slider-controls{
  min-height:44px !important;
  padding-top:10px !important;
}
.edge-hero-slider .slider-dot,
.edge-hero-slider .slider-dot.is-active{
  width:11px !important;
  height:11px !important;
}
.edge-hero-slider .slider-prev,
.edge-hero-slider .slider-next{
  width:46px !important;
  height:46px !important;
  top:calc(50% - 23px) !important;
}
.edge-hero-slider .slider-prev{left:-23px !important}
.edge-hero-slider .slider-next{right:-23px !important}

/* Explore Services consistent and readable */
.below-slider{
  margin-top:6px !important;
}
.below-slider .btn{
  min-width:220px !important;
  min-height:52px !important;
  font-size:15px !important;
  padding-inline:26px !important;
}

/* =========================================================
   TABLET
   ========================================================= */
@media(max-width:900px){
  :root{--home-wire-max:820px}
  .edge-hero-slider .edge-dark-viewport{
    aspect-ratio:1.48 / 1 !important;
  }
  .edge-hero-slider .edge-dark-slide{
    padding:24px 24px !important;
  }
  .edge-orbit{width:min(100%,340px) !important}
  .edge-node .edge-icon{width:46px !important;height:46px !important}
  .edge-node>span:last-child{font-size:10.5px !important;max-width:80px !important}
}

/* =========================================================
   MOBILE MASTER
   ========================================================= */
@media(max-width:640px){
  :root{
    --home-gutter:18px;
    --home-wire-max:100%;
  }

  .home-hero{
    padding-top:32px !important;
  }
  .home-offer-final{
    margin-bottom:10px !important;
  }

  /* EXACTLY the same heading scale as .section h2 on mobile */
  .home-offer-final .eyebrow{
    font-size:clamp(29px,8.2vw,36px) !important;
    line-height:1.08 !important;
    max-width:100% !important;
    text-wrap:pretty;
  }

  .home-offer-final .benefit-row{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    margin-top:18px !important;
    max-width:100% !important;
  }
  .home-offer-final .benefit-item{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:flex-start !important;
    gap:7px !important;
    min-height:88px !important;
    padding:0 10px !important;
    border-left:0 !important;
    font-size:13px !important;
    line-height:1.25 !important;
  }
  .home-offer-final .benefit-item:first-child{padding-left:0 !important}
  .home-offer-final .benefit-item:last-child{padding-right:0 !important}
  .home-offer-final .benefit-item + .benefit-item{
    border-left:1px solid rgba(255,255,255,.2) !important;
  }
  .home-offer-final .benefit-icon{
    width:39px !important;
    height:39px !important;
  }
  .home-offer-final .benefit-item b{
    max-width:110px !important;
    font-size:13px !important;
  }
  .home-offer-final .offer-detail{
    font-size:16px !important;
    line-height:1.48 !important;
    margin-top:13px !important;
  }

  /* Slightly taller card = readable copy, still compact and fixed across all slides */
  .edge-hero-slider{
    margin-top:12px !important;
  }
  .edge-hero-slider .edge-dark-viewport{
    aspect-ratio:1.28 / 1 !important;
    border-radius:18px !important;
  }
  .edge-hero-slider .edge-dark-slide{
    padding:18px 18px 17px !important;
  }

  /* Slide 1 */
  .edge-overview{
    grid-template-columns:31% 1fr !important;
    gap:4% !important;
  }
  .edge-num{
    font-size:11px !important;
    margin-bottom:7px !important;
  }
  .edge-side h2{
    font-size:23px !important;
    line-height:1.05 !important;
  }
  .edge-side p{
    font-size:13px !important;
    line-height:1.4 !important;
    margin-top:12px !important;
  }
  .edge-overview-flow{
    gap:4px !important;
  }
  .edge-overview-flow>i{
    font-size:16px !important;
  }
  .edge-overview-item>b{
    font-size:42px !important;
    margin-bottom:6px !important;
  }
  .edge-overview-item .edge-icon{
    width:42px !important;
    height:42px !important;
    margin-bottom:6px !important;
  }
  .edge-overview-item strong{
    font-size:12px !important;
  }
  .edge-overview-item span{
    font-size:10px !important;
    line-height:1.25 !important;
    margin-top:4px !important;
  }

  /* Slides 2–5 */
  .edge-detail{
    grid-template-columns:36% 1fr !important;
    gap:3% !important;
  }
  .edge-title-line{
    gap:8px !important;
  }
  .edge-title-line>b{
    font-size:50px !important;
    padding-right:8px !important;
  }
  .edge-detail-copy h2{
    font-size:19px !important;
    line-height:1 !important;
  }
  .edge-detail-copy h3{
    font-size:13px !important;
    line-height:1.2 !important;
    margin-top:5px !important;
  }
  .edge-detail-copy p{
    font-size:12px !important;
    line-height:1.4 !important;
    margin-top:11px !important;
  }
  .edge-orbit{
    width:100% !important;
    max-width:245px !important;
  }
  .edge-center{
    width:29% !important;
    border-radius:15px !important;
  }
  .edge-node{
    width:27% !important;
    transform:
      translate(-50%,-50%)
      rotate(var(--angle))
      translateY(-160%)
      rotate(calc(var(--angle) * -1)) !important;
  }
  .edge-node .edge-icon{
    width:34px !important;
    height:34px !important;
    border-width:1.3px !important;
  }
  .edge-node>span:last-child{
    font-size:9.4px !important;
    line-height:1.08 !important;
    max-width:66px !important;
    margin-top:3px !important;
  }

  .edge-hero-slider .hero-slider-controls{
    min-height:36px !important;
    padding-top:8px !important;
  }
  .edge-hero-slider .slider-prev,
  .edge-hero-slider .slider-next{
    width:38px !important;
    height:38px !important;
    top:calc(50% - 19px) !important;
  }
  .edge-hero-slider .slider-prev{left:-11px !important}
  .edge-hero-slider .slider-next{right:-11px !important}
  .edge-hero-slider .slider-dot,
  .edge-hero-slider .slider-dot.is-active{
    width:9px !important;
    height:9px !important;
  }
  .below-slider .btn{
    min-width:210px !important;
    min-height:50px !important;
    font-size:14px !important;
  }
}

/* Smaller phones: preserve readable minimum sizes and prevent clipping */
@media(max-width:390px){
  .home-offer-final .eyebrow{
    font-size:29px !important;
  }
  .home-offer-final .benefit-item,
  .home-offer-final .benefit-item b{
    font-size:12px !important;
  }
  .home-offer-final .benefit-icon{
    width:35px !important;
    height:35px !important;
  }
  .home-offer-final .offer-detail{
    font-size:14.5px !important;
  }
  .edge-hero-slider .edge-dark-viewport{
    aspect-ratio:1.20 / 1 !important;
  }
  .edge-side h2{font-size:21px !important}
  .edge-side p{font-size:12px !important}
  .edge-overview-item>b{font-size:37px !important}
  .edge-overview-item .edge-icon{width:38px !important;height:38px !important}
  .edge-overview-item strong{font-size:11px !important}
  .edge-overview-item span{font-size:9px !important}
  .edge-detail-copy h2{font-size:18px !important}
  .edge-detail-copy h3{font-size:12px !important}
  .edge-detail-copy p{font-size:11px !important}
  .edge-node .edge-icon{width:31px !important;height:31px !important}
  .edge-node>span:last-child{font-size:8.6px !important;max-width:60px !important}
}

/* Desktop alignment guarantee */
@media(min-width:901px){
  .home-offer-final .eyebrow,
  .home-offer-final .benefit-row,
  .home-offer-final .offer-detail{
    margin-left:0 !important;
    margin-right:0 !important;
  }
}


/* v2.0.5 semantic heading preservation: no visual change */
.home-offer-final h1.eyebrow{max-width:none}

/* =========================================================
   v2.0.6 — HERO RESPONSIVE GEOMETRY CORRECTION
   Visual theme/brand locked. Desktop: copy left, EDGE right.
   Mobile: stacked copy then compact EDGE card.
   ========================================================= */
@media (min-width: 901px){
  .home-hero .container{
    width:min(calc(100% - 68px),1180px) !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) minmax(500px,0.92fr) !important;
    column-gap:54px !important;
    row-gap:10px !important;
    align-items:center !important;
  }
  .home-offer-final{
    grid-column:1 !important;
    grid-row:1 / span 2 !important;
    width:100% !important;
    max-width:520px !important;
    margin:0 !important;
    align-self:center !important;
  }
  .home-offer-final .eyebrow{
    max-width:520px !important;
    font-size:clamp(34px,3.3vw,50px) !important;
  }
  .home-offer-final .benefit-row{
    max-width:520px !important;
    margin-top:24px !important;
  }
  .home-offer-final .benefit-item{
    gap:9px !important;
    padding-right:13px !important;
    font-size:clamp(12px,1.1vw,15px) !important;
  }
  .home-offer-final .benefit-item + .benefit-item{padding-left:14px !important}
  .home-offer-final .benefit-icon{width:38px !important;height:38px !important}
  .home-offer-final .offer-detail{
    max-width:500px !important;
    font-size:clamp(15px,1.35vw,18px) !important;
    margin-top:18px !important;
  }
  .edge-hero-slider{
    grid-column:2 !important;
    grid-row:1 !important;
    width:100% !important;
    max-width:560px !important;
    margin:0 !important;
    justify-self:end !important;
    align-self:center !important;
  }
  .edge-hero-slider .edge-dark-viewport{aspect-ratio:1.52 / 1 !important}
  .edge-hero-slider .edge-dark-slide{padding:22px 20px !important}
  .edge-overview{grid-template-columns:30% 1fr !important;gap:3% !important}
  .edge-num{font-size:10px !important}
  .edge-side h2{font-size:25px !important}
  .edge-side p{font-size:12px !important;margin-top:10px !important}
  .edge-overview-flow{gap:3px !important}
  .edge-overview-flow>i{font-size:14px !important}
  .edge-overview-item>b{font-size:38px !important;margin-bottom:5px !important}
  .edge-overview-item .edge-icon{width:39px !important;height:39px !important;margin-bottom:5px !important}
  .edge-overview-item strong{font-size:10px !important}
  .edge-overview-item span{font-size:8px !important;margin-top:3px !important}
  .edge-detail{grid-template-columns:34% 1fr !important;gap:3% !important}
  .edge-title-line{gap:7px !important}
  .edge-title-line>b{font-size:47px !important;padding-right:7px !important}
  .edge-detail-copy h2{font-size:19px !important}
  .edge-detail-copy h3{font-size:12px !important}
  .edge-detail-copy p{font-size:11px !important;margin-top:9px !important}
  .edge-orbit{width:min(100%,255px) !important;max-width:255px !important}
  .edge-node .edge-icon{width:32px !important;height:32px !important}
  .edge-node>span:last-child{font-size:8px !important;max-width:58px !important}
  .edge-node{transform:translate(-50%,-50%) rotate(var(--angle)) translateY(-162%) rotate(calc(var(--angle) * -1)) !important}
  .edge-hero-slider .slider-prev,.edge-hero-slider .slider-next{width:38px !important;height:38px !important;top:calc(50% - 19px) !important}
  .edge-hero-slider .slider-prev{left:-14px !important}.edge-hero-slider .slider-next{right:-14px !important}
  .hero-actions.below-slider{
    grid-column:2 !important;
    grid-row:2 !important;
    justify-self:center !important;
    margin:0 !important;
  }
  .below-slider .btn{min-height:46px !important;min-width:190px !important;font-size:13px !important}
}

@media (max-width: 900px){
  .home-hero .container{display:block !important}
}

@media (max-width: 640px){
  .home-hero{padding-top:20px !important;padding-bottom:24px !important}
  .home-offer-final .eyebrow{font-size:clamp(28px,8vw,34px) !important}
  .home-offer-final .benefit-row{margin-top:15px !important}
  .home-offer-final .benefit-item{min-height:75px !important;font-size:12px !important}
  .home-offer-final .benefit-item b{font-size:12px !important}
  .home-offer-final .benefit-icon{width:34px !important;height:34px !important}
  .home-offer-final .offer-detail{font-size:14px !important;margin-top:11px !important}
  .edge-hero-slider{width:100% !important;margin-top:10px !important}
  .edge-hero-slider .edge-dark-viewport{aspect-ratio:1.42 / 1 !important}
  .edge-hero-slider .edge-dark-slide{padding:14px 14px 13px !important}
  .edge-side h2{font-size:20px !important}
  .edge-side p{font-size:11px !important;margin-top:8px !important}
  .edge-overview-item>b{font-size:34px !important}
  .edge-overview-item .edge-icon{width:35px !important;height:35px !important}
  .edge-overview-item strong{font-size:10px !important}
  .edge-overview-item span{font-size:8px !important}
  .edge-detail-copy h2{font-size:17px !important}
  .edge-detail-copy h3{font-size:11px !important}
  .edge-detail-copy p{font-size:10.5px !important;margin-top:8px !important}
  .edge-orbit{max-width:215px !important}
  .edge-node .edge-icon{width:29px !important;height:29px !important}
  .edge-node>span:last-child{font-size:7.8px !important;max-width:55px !important}
  .edge-hero-slider .slider-prev,.edge-hero-slider .slider-next{width:34px !important;height:34px !important;top:calc(50% - 17px) !important}
  .edge-hero-slider .slider-prev{left:-6px !important}.edge-hero-slider .slider-next{right:-6px !important}
  .below-slider{margin-top:2px !important}
  .below-slider .btn{min-height:44px !important;min-width:190px !important;font-size:13px !important}
}

/* =========================================================
   v2.0.7 — APPROVED RESPONSIVE HERO COMPOSITION
   Brand/theme locked. Layout rebuilt to match approved target.
   Desktop: left copy/actions + right EDGE card.
   Mobile: copy -> actions -> compact EDGE card.
   ========================================================= */
@media (min-width: 901px){
  .home-hero{padding-top:46px !important;padding-bottom:46px !important}
  .home-hero .container{
    width:min(calc(100% - 72px),1220px) !important;
    display:grid !important;
    grid-template-columns:minmax(0,0.96fr) minmax(520px,1.04fr) !important;
    grid-template-rows:auto auto !important;
    column-gap:58px !important;
    row-gap:24px !important;
    align-items:center !important;
  }
  .home-offer-final{
    grid-column:1 !important;
    grid-row:1 !important;
    width:100% !important;
    max-width:545px !important;
    margin:0 !important;
    text-align:left !important;
    align-self:end !important;
  }
  .home-offer-final .eyebrow{
    max-width:545px !important;
    margin:0 !important;
    text-align:left !important;
    font-size:clamp(40px,3.65vw,56px) !important;
    line-height:1.02 !important;
    letter-spacing:-.025em !important;
  }
  .home-offer-final .benefit-row{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:0 !important;
    width:100% !important;
    max-width:545px !important;
    margin:30px 0 0 !important;
  }
  .home-offer-final .benefit-item{
    display:grid !important;
    grid-template-columns:40px 1fr !important;
    align-items:center !important;
    justify-items:start !important;
    gap:10px !important;
    min-width:0 !important;
    min-height:72px !important;
    padding:0 17px 0 0 !important;
    text-align:left !important;
    border-right:1px solid rgba(83,225,204,.18) !important;
    font-size:13px !important;
    line-height:1.25 !important;
  }
  .home-offer-final .benefit-item + .benefit-item{padding-left:17px !important}
  .home-offer-final .benefit-item:last-child{border-right:0 !important;padding-right:0 !important}
  .home-offer-final .benefit-icon{width:40px !important;height:40px !important}
  .home-offer-final .benefit-item b{font-size:13px !important;line-height:1.3 !important}
  .home-offer-final .offer-detail{
    width:100% !important;
    max-width:525px !important;
    margin:24px 0 0 !important;
    text-align:left !important;
    font-size:16px !important;
    line-height:1.55 !important;
  }
  .hero-primary-actions{
    grid-column:1 !important;
    grid-row:2 !important;
    display:flex !important;
    justify-content:flex-start !important;
    align-items:center !important;
    flex-wrap:wrap !important;
    gap:14px !important;
    width:100% !important;
    margin:0 !important;
    align-self:start !important;
  }
  .hero-primary-actions .btn{
    min-height:48px !important;
    min-width:178px !important;
    padding:12px 20px !important;
    font-size:13px !important;
  }
  .edge-hero-slider{
    grid-column:2 !important;
    grid-row:1 / span 2 !important;
    width:100% !important;
    max-width:610px !important;
    margin:0 !important;
    justify-self:end !important;
    align-self:center !important;
  }
  .edge-hero-slider .edge-dark-viewport{
    aspect-ratio:1.42 / 1 !important;
    min-height:0 !important;
  }
  .edge-hero-slider .edge-dark-slide{padding:28px 26px !important}
  .edge-overview{grid-template-columns:31% 1fr !important;gap:3.5% !important}
  .edge-side h2{font-size:28px !important;line-height:1.02 !important}
  .edge-side p{font-size:12px !important;line-height:1.4 !important}
  .edge-overview-item>b{font-size:40px !important}
  .edge-overview-item .edge-icon{width:42px !important;height:42px !important}
  .edge-overview-item strong{font-size:10px !important}
  .edge-overview-item span{font-size:8.5px !important;line-height:1.25 !important}
  .edge-hero-slider .slider-prev{left:10px !important}
  .edge-hero-slider .slider-next{right:10px !important}
  .edge-hero-slider .slider-prev,.edge-hero-slider .slider-next{
    width:36px !important;height:36px !important;top:calc(50% - 18px) !important;
  }
}

@media (max-width: 900px){
  .home-hero .container{
    display:flex !important;
    flex-direction:column !important;
    width:min(calc(100% - 36px),680px) !important;
    gap:0 !important;
  }
  .home-offer-final{order:1 !important;width:100% !important}
  .hero-primary-actions{order:2 !important}
  .edge-hero-slider{order:3 !important}
}

@media (max-width: 640px){
  .home-hero{padding-top:24px !important;padding-bottom:30px !important}
  .home-hero .container{width:calc(100% - 30px) !important}
  .home-offer-final{text-align:left !important;margin:0 !important}
  .home-offer-final .eyebrow{
    max-width:100% !important;
    margin:0 !important;
    text-align:left !important;
    font-size:clamp(31px,9vw,38px) !important;
    line-height:1.03 !important;
    letter-spacing:-.02em !important;
  }
  .home-offer-final .benefit-row{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
    margin:24px 0 0 !important;
  }
  .home-offer-final .benefit-item{
    display:grid !important;
    grid-template-columns:42px 1fr !important;
    justify-items:start !important;
    align-items:center !important;
    gap:12px !important;
    min-height:42px !important;
    padding:0 !important;
    border:0 !important;
    text-align:left !important;
  }
  .home-offer-final .benefit-icon{width:38px !important;height:38px !important}
  .home-offer-final .benefit-item b{font-size:14px !important;line-height:1.25 !important}
  .home-offer-final .offer-detail{
    max-width:100% !important;
    margin:22px 0 0 !important;
    text-align:left !important;
    font-size:15px !important;
    line-height:1.5 !important;
  }
  .hero-primary-actions{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
    width:100% !important;
    margin:22px 0 18px !important;
  }
  .hero-primary-actions .btn{
    min-width:0 !important;
    min-height:46px !important;
    width:100% !important;
    padding:11px 10px !important;
    font-size:12px !important;
  }
  .edge-hero-slider{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    border-radius:16px !important;
  }
  .edge-hero-slider .edge-dark-viewport{
    aspect-ratio:auto !important;
    min-height:270px !important;
  }
  .edge-hero-slider .edge-dark-slide{padding:20px 18px 18px !important}
  .edge-overview{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:18px !important;
    align-content:center !important;
  }
  .edge-side{text-align:left !important;padding-right:44px !important}
  .edge-num{font-size:9px !important}
  .edge-side h2{font-size:21px !important;line-height:1.06 !important;margin-top:4px !important}
  .edge-side p{font-size:11px !important;line-height:1.4 !important;margin-top:6px !important}
  .edge-overview-flow{
    display:grid !important;
    grid-template-columns:1fr auto 1fr auto 1fr auto 1fr !important;
    gap:2px !important;
    align-items:start !important;
    margin-top:0 !important;
  }
  .edge-overview-flow>i{font-size:12px !important;margin-top:49px !important}
  .edge-overview-item>b{font-size:29px !important;line-height:1 !important}
  .edge-overview-item .edge-icon{width:34px !important;height:34px !important;margin:5px 0 4px !important}
  .edge-overview-item strong{font-size:9px !important;line-height:1.15 !important}
  .edge-overview-item span{font-size:0 !important;margin:0 !important}
  .edge-detail{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
    align-content:center !important;
  }
  .edge-detail-copy{text-align:left !important;padding-right:34px !important}
  .edge-title-line>b{font-size:38px !important}
  .edge-detail-copy h2{font-size:18px !important}
  .edge-detail-copy h3{font-size:11px !important}
  .edge-detail-copy p{font-size:10.5px !important;line-height:1.35 !important;margin-top:6px !important}
  .edge-orbit{width:190px !important;max-width:190px !important;margin:4px auto 0 !important}
  .edge-node .edge-icon{width:26px !important;height:26px !important}
  .edge-node>span:last-child{font-size:0 !important}
  .edge-node{transform:translate(-50%,-50%) rotate(var(--angle)) translateY(-165%) rotate(calc(var(--angle) * -1)) !important}
  .edge-hero-slider .hero-slider-controls{min-height:42px !important;padding:0 44px !important}
  .edge-hero-slider .slider-prev,.edge-hero-slider .slider-next{
    width:34px !important;height:34px !important;top:calc(50% - 17px) !important;
  }
  .edge-hero-slider .slider-prev{left:8px !important}
  .edge-hero-slider .slider-next{right:8px !important}
}

@media (max-width: 380px){
  .home-offer-final .eyebrow{font-size:30px !important}
  .hero-primary-actions{grid-template-columns:1fr !important}
  .edge-hero-slider .edge-dark-viewport{min-height:255px !important}
  .edge-overview-item>b{font-size:26px !important}
  .edge-overview-item .edge-icon{width:31px !important;height:31px !important}
}

/* =========================================================
   v2.0.8 — RESPONSIVE HERO FIX + CACHE-SAFE STRUCTURE
   Visual brand locked. Explicit left/right DOM columns.
   ========================================================= */
@media (min-width: 901px){
  .home-hero .container{
    display:grid !important;
    grid-template-columns:minmax(0, .92fr) minmax(520px, 1.08fr) !important;
    gap:54px !important;
    align-items:center !important;
    width:min(calc(100% - 72px),1240px) !important;
  }
  .hero-left-column{
    grid-column:1 !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    min-width:0 !important;
    width:100% !important;
  }
  .home-offer-final{
    width:100% !important;
    max-width:545px !important;
    margin:0 !important;
    text-align:left !important;
  }
  .hero-primary-actions{
    display:flex !important;
    justify-content:flex-start !important;
    gap:14px !important;
    margin:24px 0 0 !important;
    width:100% !important;
  }
  .edge-hero-slider{
    grid-column:2 !important;
    width:100% !important;
    max-width:640px !important;
    margin:0 !important;
    justify-self:end !important;
  }
  .edge-hero-slider .edge-dark-viewport{
    aspect-ratio:1.48 / 1 !important;
    min-height:0 !important;
  }
  .edge-hero-slider .edge-dark-slide{padding:28px 30px !important}
  .edge-overview{grid-template-columns:29% minmax(0,1fr) !important;gap:4% !important}
  .edge-overview-flow{min-width:0 !important}
  .edge-overview-item{min-width:0 !important}
  .edge-overview-item span{font-size:8.5px !important}
  .edge-hero-slider .slider-prev{left:10px !important}
  .edge-hero-slider .slider-next{right:10px !important}
}

@media (max-width: 900px){
  .home-hero .container{
    display:flex !important;
    flex-direction:column !important;
    width:min(calc(100% - 30px),680px) !important;
  }
  .hero-left-column{
    display:flex !important;
    flex-direction:column !important;
    width:100% !important;
    order:1 !important;
  }
  .edge-hero-slider{order:2 !important;width:100% !important}
}

@media (max-width: 640px){
  .home-hero{padding:24px 0 28px !important}
  .home-offer-final .eyebrow{
    font-size:clamp(31px,9vw,38px) !important;
    line-height:1.03 !important;
    max-width:100% !important;
  }
  .home-offer-final .benefit-row{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:14px !important;
    margin:24px 0 0 !important;
  }
  .home-offer-final .benefit-item{
    display:grid !important;
    grid-template-columns:42px minmax(0,1fr) !important;
    gap:12px !important;
    min-height:44px !important;
    padding:0 !important;
    border:0 !important;
  }
  .home-offer-final .benefit-item + .benefit-item{padding-left:0 !important}
  .home-offer-final .offer-detail{margin:22px 0 0 !important;font-size:15px !important}
  .hero-primary-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    margin:22px 0 20px !important;
  }
  .hero-primary-actions .btn{width:100% !important;min-width:0 !important}
  .edge-hero-slider{margin:0 !important;overflow:visible !important}
  .edge-hero-slider .edge-dark-viewport{
    aspect-ratio:auto !important;
    min-height:320px !important;
    overflow:hidden !important;
  }
  .edge-hero-slider .edge-dark-slide{padding:20px 20px 22px !important}
  .edge-overview{
    display:flex !important;
    flex-direction:column !important;
    gap:18px !important;
    justify-content:center !important;
  }
  .edge-side{
    width:100% !important;
    padding:0 42px 0 0 !important;
    text-align:left !important;
  }
  .edge-side h2{
    display:block !important;
    font-size:22px !important;
    line-height:1.08 !important;
    margin:4px 0 0 !important;
  }
  .edge-side h2 br{display:none !important}
  .edge-side p{font-size:12px !important;line-height:1.4 !important;margin-top:7px !important;max-width:260px !important}
  .edge-overview-flow{
    width:100% !important;
    display:grid !important;
    grid-template-columns:repeat(7,minmax(0,auto)) !important;
    justify-content:space-between !important;
    align-items:start !important;
    gap:2px !important;
  }
  .edge-overview-item{width:auto !important;min-width:0 !important;text-align:center !important}
  .edge-overview-item>b{font-size:28px !important;line-height:1 !important}
  .edge-overview-item .edge-icon{width:36px !important;height:36px !important;margin:6px auto 5px !important}
  .edge-overview-item strong{display:block !important;font-size:9.5px !important;line-height:1.15 !important;white-space:nowrap !important}
  .edge-overview-item span{display:none !important}
  .edge-overview-flow>i{font-size:13px !important;margin-top:48px !important}
  .edge-hero-slider .slider-prev,.edge-hero-slider .slider-next{
    width:34px !important;height:34px !important;top:calc(50% - 17px) !important;
  }
  .edge-hero-slider .slider-prev{left:8px !important}
  .edge-hero-slider .slider-next{right:8px !important}
  .edge-hero-slider .hero-slider-controls{padding:0 46px !important}
  .ask-alba-launch{bottom:max(12px,env(safe-area-inset-bottom)) !important}
}

@media (max-width: 380px){
  .home-offer-final .eyebrow{font-size:30px !important}
  .edge-hero-slider .edge-dark-viewport{min-height:305px !important}
  .edge-overview-item>b{font-size:25px !important}
  .edge-overview-item .edge-icon{width:32px !important;height:32px !important}
  .edge-overview-item strong{font-size:8.5px !important}
  .edge-overview-flow>i{margin-top:43px !important}
}

/* =========================================================
   v2.0.9 — RESPONSIVE ORDER + READABLE EDGE TYPOGRAPHY
   Visual brand locked. Slider dimensions/position retained.
   Desktop: offer + actions left, EDGE right.
   Mobile: offer -> EDGE -> actions.
   ========================================================= */
@media (min-width: 901px){
  .home-hero .hero-responsive-grid{
    display:grid !important;
    grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr) !important;
    grid-template-areas:
      "offer edge"
      "actions edge" !important;
    column-gap:54px !important;
    row-gap:0 !important;
    align-items:center !important;
    width:min(calc(100% - 72px),1240px) !important;
  }
  .home-offer-final{grid-area:offer !important;align-self:end !important}
  .edge-hero-slider{grid-area:edge !important;align-self:center !important}
  .hero-primary-actions{
    grid-area:actions !important;
    align-self:start !important;
    margin:34px 0 0 !important; /* requested space above buttons */
  }

  /* Readability only — preserve card size/position. */
  .edge-side h2{font-size:30px !important;line-height:1.08 !important}
  .edge-side p{font-size:14px !important;line-height:1.42 !important;margin-top:12px !important}
  .edge-overview-item>b{font-size:42px !important}
  .edge-overview-item .edge-icon{width:44px !important;height:44px !important}
  .edge-overview-item strong{font-size:12px !important;line-height:1.18 !important}
  .edge-overview-item span{font-size:10.5px !important;line-height:1.25 !important;margin-top:4px !important}
  .edge-overview-flow>i{font-size:16px !important}

  .edge-detail-copy h2{font-size:23px !important}
  .edge-detail-copy h3{font-size:14px !important}
  .edge-detail-copy p{font-size:13px !important;line-height:1.4 !important}
  .edge-node>span:last-child{font-size:10px !important;line-height:1.12 !important;max-width:76px !important}
}

@media (max-width: 900px){
  .home-hero .hero-responsive-grid{
    display:flex !important;
    flex-direction:column !important;
    width:min(calc(100% - 30px),680px) !important;
  }
  .home-offer-final{order:1 !important;width:100% !important}
  .edge-hero-slider{order:2 !important;width:100% !important}
  .hero-primary-actions{order:3 !important;width:100% !important}
}

@media (max-width: 640px){
  /* Three business benefits stay in one horizontal row. */
  .home-offer-final .benefit-row{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:0 !important;
    margin:24px 0 0 !important;
    width:100% !important;
  }
  .home-offer-final .benefit-item{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:7px !important;
    min-width:0 !important;
    min-height:98px !important;
    padding:0 8px !important;
    border-right:1px solid rgba(83,225,204,.20) !important;
    text-align:center !important;
  }
  .home-offer-final .benefit-item + .benefit-item{padding-left:8px !important}
  .home-offer-final .benefit-item:last-child{border-right:0 !important}
  .home-offer-final .benefit-icon{width:36px !important;height:36px !important;flex:0 0 36px !important}
  .home-offer-final .benefit-item b{font-size:12px !important;line-height:1.2 !important}

  /* Mobile order: copy, EDGE card, then CTAs. */
  .edge-hero-slider{margin:24px 0 0 !important}
  .hero-primary-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    margin:18px 0 0 !important;
  }
  .hero-primary-actions .btn{width:100% !important;min-width:0 !important;min-height:48px !important}

  /* Overview card: clear title and readable stage labels; card size retained. */
  .edge-overview{gap:20px !important}
  .edge-side{padding-right:40px !important}
  .edge-side h2{font-size:22px !important;line-height:1.1 !important;white-space:normal !important}
  .edge-side p{font-size:12.5px !important;line-height:1.4 !important;max-width:280px !important}
  .edge-overview-item>b{font-size:28px !important}
  .edge-overview-item .edge-icon{width:34px !important;height:34px !important}
  .edge-overview-item strong{font-size:10.5px !important;line-height:1.15 !important;white-space:normal !important}
  .edge-overview-flow>i{font-size:13px !important;margin-top:46px !important}

  /* Detail slides: replace tiny orbit labels with a compact 4x2 labelled grid. */
  .edge-detail{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
    align-content:center !important;
  }
  .edge-detail-copy{padding-right:38px !important;text-align:left !important}
  .edge-title-line>b{font-size:34px !important}
  .edge-detail-copy h2{font-size:19px !important}
  .edge-detail-copy h3{font-size:12px !important}
  .edge-detail-copy p{font-size:11.5px !important;line-height:1.35 !important;margin-top:6px !important}
  .edge-orbit{
    position:static !important;
    width:100% !important;
    max-width:none !important;
    aspect-ratio:auto !important;
    margin:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:none !important;
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:10px 6px !important;
  }
  .edge-center{display:none !important}
  .edge-node{
    position:static !important;
    width:auto !important;
    transform:none !important;
    display:grid !important;
    justify-items:center !important;
    align-content:start !important;
    text-align:center !important;
  }
  .edge-node .edge-icon{width:30px !important;height:30px !important}
  .edge-node>span:last-child{
    display:block !important;
    margin-top:4px !important;
    color:#fff !important;
    font-size:9.5px !important;
    line-height:1.12 !important;
    font-weight:700 !important;
    max-width:72px !important;
  }
}

@media (max-width: 380px){
  .home-offer-final .benefit-item{padding:0 5px !important;min-height:94px !important}
  .home-offer-final .benefit-item + .benefit-item{padding-left:5px !important}
  .home-offer-final .benefit-item b{font-size:11px !important}
  .edge-node>span:last-child{font-size:9px !important;max-width:66px !important}
}

/* =========================================================
   v2.0.10 — APPROVED HERO / EDGE FINAL RESPONSIVE PASS
   Source of truth: approved desktop + mobile composition.
   Brand, colours and slider footprint locked.
   ========================================================= */

/* Keep media inside any slide bounded and proportional. */
.edge-hero-slider img,
.edge-hero-slider svg{
  max-width:100%;
}
.edge-hero-slider img{
  height:auto;
  object-fit:cover;
}

/* Desktop: preserve the approved two-column hero and make EDGE readable. */
@media (min-width:901px){
  .hero-primary-actions{
    margin-top:42px !important;
  }

  .edge-hero-slider .edge-dark-slide{
    padding:34px 58px 30px !important;
  }

  /* Overview uses the full card width: heading first, EDGE stages below. */
  .edge-overview{
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    gap:32px !important;
  }
  .edge-side{
    width:100% !important;
    align-self:auto !important;
    text-align:left !important;
  }
  .edge-side h2{
    font-size:31px !important;
    line-height:1.06 !important;
    white-space:normal !important;
  }
  .edge-side p{
    max-width:440px !important;
    font-size:15px !important;
    line-height:1.42 !important;
    margin-top:10px !important;
  }
  .edge-overview-flow{
    width:100% !important;
    display:grid !important;
    grid-template-columns:1fr auto 1fr auto 1fr auto 1fr !important;
    align-items:start !important;
    gap:8px !important;
  }
  .edge-overview-flow>i{
    align-self:center !important;
    margin-top:52px !important;
    font-size:18px !important;
  }
  .edge-overview-item>b{
    font-size:43px !important;
  }
  .edge-overview-item .edge-icon{
    width:50px !important;
    height:50px !important;
    margin:7px auto 8px !important;
  }
  .edge-overview-item strong{
    font-size:13px !important;
    line-height:1.18 !important;
  }
  .edge-overview-item span{
    font-size:11px !important;
    line-height:1.28 !important;
    margin-top:5px !important;
  }

  /* Keep navigation arrows in dedicated side gutters, never on text. */
  .edge-hero-slider .slider-prev,
  .edge-hero-slider .slider-next{
    width:38px !important;
    height:38px !important;
    top:calc(50% - 19px) !important;
  }
  .edge-hero-slider .slider-prev{left:12px !important}
  .edge-hero-slider .slider-next{right:12px !important}

  /* Detail slides also reserve the arrow gutters. */
  .edge-detail{
    grid-template-columns:32% minmax(0,1fr) !important;
    gap:5% !important;
  }
  .edge-detail-copy h2{font-size:25px !important}
  .edge-detail-copy h3{font-size:15px !important}
  .edge-detail-copy p{font-size:13px !important;line-height:1.42 !important}
  .edge-node>span:last-child{font-size:10.5px !important;line-height:1.14 !important}
}

/* Mobile: compact approved hero, horizontal benefits, EDGE, then CTAs. */
@media (max-width:640px){
  .home-hero{padding-top:20px !important}

  /* Requested ~50% reduction from the previous mobile hero heading. */
  .home-offer-final .eyebrow{
    font-size:clamp(18px,5.4vw,22px) !important;
    line-height:1.08 !important;
    letter-spacing:-.015em !important;
    max-width:100% !important;
  }

  /* Same 3 items in one row, using about half the previous vertical space. */
  .home-offer-final .benefit-row{
    margin-top:14px !important;
    gap:0 !important;
  }
  .home-offer-final .benefit-item{
    min-height:50px !important;
    gap:4px !important;
    padding:0 6px !important;
    justify-content:flex-start !important;
  }
  .home-offer-final .benefit-item + .benefit-item{padding-left:6px !important}
  .home-offer-final .benefit-icon{
    width:25px !important;
    height:25px !important;
    flex:0 0 25px !important;
  }
  .home-offer-final .benefit-item b{
    font-size:10px !important;
    line-height:1.12 !important;
    max-width:96px !important;
  }
  .home-offer-final .offer-detail{
    margin-top:14px !important;
    font-size:13px !important;
    line-height:1.42 !important;
  }

  /* Keep the approved card footprint; create permanent arrow-safe gutters. */
  .edge-hero-slider{margin-top:18px !important}
  .edge-hero-slider .edge-dark-viewport{
    min-height:320px !important;
    max-height:340px !important;
  }
  .edge-hero-slider .edge-dark-slide{
    padding:19px 48px 20px !important;
  }

  .edge-overview{
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    gap:18px !important;
  }
  .edge-side{
    width:100% !important;
    padding:0 !important;
    text-align:left !important;
  }
  .edge-num{font-size:9px !important;margin-bottom:5px !important}
  .edge-side h2{
    font-size:18px !important;
    line-height:1.08 !important;
    margin:0 !important;
  }
  .edge-side p{
    font-size:11px !important;
    line-height:1.35 !important;
    margin-top:6px !important;
    max-width:245px !important;
  }

  .edge-overview-flow{
    width:100% !important;
    display:grid !important;
    grid-template-columns:1fr auto 1fr auto 1fr auto 1fr !important;
    align-items:start !important;
    gap:2px !important;
  }
  .edge-overview-flow>i{
    font-size:11px !important;
    margin-top:39px !important;
  }
  .edge-overview-item>b{
    font-size:24px !important;
    line-height:1 !important;
  }
  .edge-overview-item .edge-icon{
    width:30px !important;
    height:30px !important;
    margin:5px auto 5px !important;
  }
  .edge-overview-item strong{
    display:block !important;
    font-size:8.5px !important;
    line-height:1.1 !important;
    white-space:normal !important;
  }
  .edge-overview-item span{display:none !important}

  /* Arrows sit completely in the reserved gutters, clear of title/stages. */
  .edge-hero-slider .slider-prev,
  .edge-hero-slider .slider-next{
    width:32px !important;
    height:32px !important;
    top:calc(50% - 16px) !important;
  }
  .edge-hero-slider .slider-prev{left:8px !important}
  .edge-hero-slider .slider-next{right:8px !important}

  /* Detail slides: readable 4x2 grid, still inside the same fixed card. */
  .edge-detail{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    align-content:center !important;
  }
  .edge-detail-copy{
    padding:0 !important;
    text-align:left !important;
  }
  .edge-title-line{gap:7px !important}
  .edge-title-line>b{font-size:30px !important;padding-right:7px !important}
  .edge-detail-copy h2{font-size:17px !important}
  .edge-detail-copy h3{font-size:11px !important}
  .edge-detail-copy p{font-size:10.5px !important;line-height:1.32 !important;margin-top:5px !important}
  .edge-orbit{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:8px 5px !important;
  }
  .edge-node .edge-icon{width:28px !important;height:28px !important}
  .edge-node>span:last-child{
    font-size:8.5px !important;
    line-height:1.08 !important;
    max-width:62px !important;
  }

  /* CTAs stay below EDGE on mobile. */
  .hero-primary-actions{
    margin:16px 0 0 !important;
  }
}

@media (max-width:380px){
  .home-offer-final .eyebrow{font-size:18px !important}
  .home-offer-final .benefit-item{padding:0 4px !important;min-height:48px !important}
  .home-offer-final .benefit-item + .benefit-item{padding-left:4px !important}
  .home-offer-final .benefit-item b{font-size:9.5px !important}
  .edge-hero-slider .edge-dark-slide{padding-left:44px !important;padding-right:44px !important}
  .edge-side h2{font-size:17px !important}
  .edge-overview-item>b{font-size:22px !important}
  .edge-overview-item .edge-icon{width:28px !important;height:28px !important}
  .edge-overview-item strong{font-size:8px !important}
}


/* =========================================================
   v2.0.11 — FINAL HERO/EDGE POLISH
   Slider footprint/position LOCKED.
   Only CTA desktop placement, slider typography and icon centering.
   ========================================================= */

/* Centre every SVG precisely inside its EDGE circle. */
.edge-icon{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-sizing:border-box !important;
  padding:0 !important;
}
.edge-icon svg{
  display:block !important;
  margin:auto !important;
  flex:none !important;
  transform:none !important;
  transform-origin:center center !important;
}

@media (min-width:901px){
  /* CTAs belong under the LEFT hero copy, never under the slider. */
  .hero-actions.below-slider.hero-primary-actions{
    grid-column:1 !important;
    grid-row:2 !important;
    justify-self:start !important;
    align-self:start !important;
    justify-content:flex-start !important;
    margin:18px 0 0 !important;
    width:100% !important;
  }
  .hero-primary-actions .btn{
    min-width:190px !important;
  }

  /* Slider geometry deliberately unchanged; improve legibility only. */
  .edge-overview-item .edge-icon svg,
  .edge-node .edge-icon svg{width:58% !important;height:58% !important}
}

@media (max-width:640px){
  /* Slider footprint/position deliberately unchanged. Increase all internal copy. */
  .edge-num{font-size:11px !important;line-height:1.15 !important}
  .edge-side h2{font-size:21px !important;line-height:1.08 !important}
  .edge-side p{font-size:12.5px !important;line-height:1.35 !important}

  .edge-overview-item>b{font-size:35px !important}
  .edge-overview-item .edge-icon{width:36px !important;height:36px !important}
  .edge-overview-item .edge-icon svg{width:60% !important;height:60% !important}
  .edge-overview-item strong{font-size:10.5px !important;line-height:1.12 !important}

  .edge-detail-copy h2{font-size:19px !important;line-height:1.08 !important}
  .edge-detail-copy h3{font-size:12.5px !important;line-height:1.15 !important}
  .edge-detail-copy p{font-size:12px !important;line-height:1.32 !important}
  .edge-title-line>b{font-size:31px !important}
  .edge-node .edge-icon{width:30px !important;height:30px !important}
  .edge-node .edge-icon svg{width:60% !important;height:60% !important}
  .edge-node>span:last-child{
    font-size:9.5px !important;
    line-height:1.08 !important;
    max-width:66px !important;
  }
}

@media (max-width:380px){
  .edge-side h2{font-size:20px !important}
  .edge-side p{font-size:12px !important}
  .edge-overview-item strong{font-size:10px !important}
  .edge-detail-copy h2{font-size:18px !important}
  .edge-detail-copy p{font-size:11.5px !important}
  .edge-node>span:last-child{font-size:9px !important}
}


/* =========================================================
   v2.0.12 — MOBILE EDGE READABILITY
   LOCKED: slider width, height, position, arrows, dots,
   desktop hero, CTA order, branding and all other sections.
   Change: use the existing unused vertical space inside the
   mobile EDGE card for larger typography/icons.
   ========================================================= */

@media (max-width:640px){

  /* Overview slide — enlarge internals only. */
  .edge-num{
    font-size:12px !important;
    line-height:1.15 !important;
    margin-bottom:7px !important;
  }
  .edge-side h2{
    font-size:23px !important;
    line-height:1.08 !important;
  }
  .edge-side p{
    font-size:13px !important;
    line-height:1.38 !important;
    margin-top:8px !important;
    max-width:285px !important;
  }
  .edge-overview{
    gap:22px !important;
  }
  .edge-overview-item>b{
    font-size:31px !important;
  }
  .edge-overview-item .edge-icon{
    width:38px !important;
    height:38px !important;
    margin:7px auto 7px !important;
  }
  .edge-overview-item .edge-icon svg{
    width:62% !important;
    height:62% !important;
  }
  .edge-overview-item strong{
    font-size:10.5px !important;
    line-height:1.12 !important;
  }
  .edge-overview-flow>i{
    font-size:15px !important;
    margin-top:49px !important;
  }

  /* Detail slides — fill the same card more confidently. */
  .edge-detail{
    gap:14px !important;
  }
  .edge-title-line{
    gap:9px !important;
  }
  .edge-title-line>b{
    font-size:37px !important;
    line-height:1 !important;
    padding-right:9px !important;
  }
  .edge-detail-copy h2{
    font-size:21px !important;
    line-height:1.08 !important;
  }
  .edge-detail-copy h3{
    font-size:14px !important;
    line-height:1.15 !important;
    margin-top:3px !important;
  }
  .edge-detail-copy p{
    font-size:12.5px !important;
    line-height:1.35 !important;
    margin-top:7px !important;
  }
  .edge-orbit{
    gap:12px 7px !important;
  }
  .edge-node .edge-icon{
    width:36px !important;
    height:36px !important;
  }
  .edge-node .edge-icon svg{
    width:62% !important;
    height:62% !important;
  }
  .edge-node>span:last-child{
    font-size:10px !important;
    line-height:1.08 !important;
    max-width:72px !important;
  }
}

@media (max-width:380px){
  .edge-side h2{font-size:22px !important}
  .edge-side p{font-size:12.5px !important}
  .edge-overview-item>b{font-size:29px !important}
  .edge-overview-item .edge-icon{width:36px !important;height:36px !important}
  .edge-overview-item strong{font-size:10px !important}
  .edge-title-line>b{font-size:34px !important}
  .edge-detail-copy h2{font-size:20px !important}
  .edge-detail-copy h3{font-size:13px !important}
  .edge-detail-copy p{font-size:12px !important}
  .edge-node .edge-icon{width:34px !important;height:34px !important}
  .edge-node>span:last-child{font-size:9.5px !important}
}


/* =========================================================
   v2.0.13 — DESKTOP EDGE READABILITY
   LOCKED: slider width, height, position, arrows, dots,
   mobile hero/slider, CTA order, branding and other sections.
   Change: enlarge desktop EDGE internals using existing space.
   ========================================================= */

@media (min-width:901px){

  /* Overview slide */
  .edge-num{
    font-size:14px !important;
    line-height:1.15 !important;
    margin-bottom:10px !important;
  }

  .edge-side h2{
    font-size:34px !important;
    line-height:1.06 !important;
  }

  .edge-side p{
    font-size:19px !important;
    line-height:1.35 !important;
    margin-top:10px !important;
    max-width:520px !important;
  }

  .edge-overview{
    gap:30px !important;
  }

  .edge-overview-item>b{
    font-size:52px !important;
    line-height:1 !important;
  }

  .edge-overview-item .edge-icon{
    width:74px !important;
    height:74px !important;
    margin:12px auto 10px !important;
  }

  .edge-overview-item .edge-icon svg{
    width:60% !important;
    height:60% !important;
  }

  .edge-overview-item strong{
    font-size:17px !important;
    line-height:1.1 !important;
  }

  .edge-overview-item span{
    font-size:15px !important;
    line-height:1.3 !important;
  }

  .edge-overview-flow>i{
    font-size:24px !important;
    margin-top:80px !important;
  }

  /* Detail slides */
  .edge-detail{
    gap:24px !important;
  }

  .edge-title-line{
    gap:14px !important;
  }

  .edge-title-line>b{
    font-size:58px !important;
    line-height:1 !important;
    padding-right:14px !important;
  }

  .edge-detail-copy h2{
    font-size:30px !important;
    line-height:1.06 !important;
  }

  .edge-detail-copy h3{
    font-size:20px !important;
    line-height:1.15 !important;
    margin-top:5px !important;
  }

  .edge-detail-copy p{
    font-size:18px !important;
    line-height:1.35 !important;
    margin-top:12px !important;
    max-width:460px !important;
  }

  .edge-orbit{
    transform:scale(1.07) !important;
    transform-origin:center center !important;
  }

  .edge-node .edge-icon{
    width:48px !important;
    height:48px !important;
  }

  .edge-node .edge-icon svg{
    width:60% !important;
    height:60% !important;
  }

  .edge-node>span:last-child{
    font-size:14px !important;
    line-height:1.1 !important;
    max-width:105px !important;
  }
}

@media (min-width:1280px){
  .edge-side h2{font-size:36px !important}
  .edge-side p{font-size:20px !important}
  .edge-overview-item>b{font-size:56px !important}
  .edge-overview-item .edge-icon{width:78px !important;height:78px !important}
  .edge-overview-item strong{font-size:18px !important}
  .edge-overview-item span{font-size:16px !important}
  .edge-title-line>b{font-size:62px !important}
  .edge-detail-copy h2{font-size:32px !important}
  .edge-detail-copy h3{font-size:21px !important}
  .edge-detail-copy p{font-size:19px !important}
  .edge-node>span:last-child{font-size:15px !important}
}


/* =========================================================
   v2.0.14 — LOCKED CONTENT INTEGRATION
   Adds progressive-disclosure content and generated graphics.
   Does NOT alter the approved hero / EDGE slider geometry.
   ========================================================= */
.content-section h2 span,.cycle-callout h3 span{color:var(--accent)}
.content-section{border-top:1px solid rgba(255,255,255,.035)}
.edge-summary-grid,.service-summary-grid,.audit-area-grid,.contact-path-grid,.work-category-grid{display:grid;gap:10px;margin-top:25px}
.edge-summary-grid{grid-template-columns:repeat(4,1fr)}
.edge-summary-grid article,.service-summary-grid article,.audit-area-grid article,.contact-path-grid article,.work-category-grid article,.detail-grid article{border:1px solid var(--border);border-radius:18px;padding:18px;background:rgba(255,255,255,.018)}
.edge-summary-grid b{font-size:30px;color:var(--accent)}
.edge-summary-grid h3{margin:8px 0 3px;font-size:17px}.edge-summary-grid p{margin:0;color:var(--muted);font-size:11px}
.service-summary-grid{grid-template-columns:repeat(4,1fr)}
.service-summary-grid h3,.contact-path-grid h3,.work-category-grid h3{font-size:16px;margin:10px 0 5px}.service-summary-grid p,.contact-path-grid p,.work-category-grid p{color:var(--muted);font-size:11px;line-height:1.55;margin:0}.service-summary-grid a{display:inline-block;color:var(--accent);font-size:10px;font-weight:800;text-decoration:none;margin-top:12px}
.line-icon{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(49,212,189,.45);border-radius:11px;color:var(--accent);font-size:18px;background:rgba(49,212,189,.045)}
.audit-area-grid{grid-template-columns:repeat(6,1fr)}.audit-area-grid article{padding:15px}.audit-area-grid h3{font-size:13px;margin:8px 0 4px}.audit-area-grid p{font-size:9px;color:var(--muted);margin:0;line-height:1.45}
.content-more{margin-top:24px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.content-more>summary{list-style:none;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:10px;padding:18px 10px;color:var(--accent);font-size:12px;font-weight:850;letter-spacing:.04em}.content-more>summary::-webkit-details-marker{display:none}.content-more>summary span{transition:transform .2s ease}.content-more[open]>summary span{transform:rotate(180deg)}.content-more-body{padding:4px 0 28px}
.detail-grid{display:grid;gap:10px}.detail-grid.four-up{grid-template-columns:repeat(4,1fr)}.detail-grid.three-up{grid-template-columns:repeat(3,1fr)}.detail-grid.two-up{grid-template-columns:repeat(2,1fr)}.detail-grid.one-col{grid-template-columns:1fr}.detail-grid.compact article{padding:14px}.detail-grid h3{font-size:16px;margin:7px 0}.detail-grid h4{font-size:11px;color:#dbe6e8;margin:13px 0 4px}.detail-grid p{font-size:11px;line-height:1.6;color:var(--muted);margin:0}.detail-grid small{display:block;margin-top:12px;color:var(--accent);font-size:9px}.detail-kicker{display:block;color:var(--accent);font-size:9px;font-weight:850;letter-spacing:.09em}
.cycle-callout{margin-top:12px;border:1px solid rgba(49,212,189,.28);border-radius:18px;padding:20px;background:rgba(49,212,189,.035);text-align:center}.cycle-callout h3{margin:5px 0 8px;font-size:20px}.cycle-callout p{max-width:760px;margin:0 auto;color:var(--muted);font-size:12px;line-height:1.65}.cycle-line{margin-top:16px;color:var(--accent);font-size:15px;font-weight:850;letter-spacing:.04em}.start-where{max-width:780px;margin:18px auto 0;text-align:center}.start-where h3{font-size:19px;margin-bottom:7px}.start-where p{color:var(--muted);font-size:12px;line-height:1.65}.inline-actions{display:flex;gap:9px;justify-content:center;margin-top:16px;flex-wrap:wrap}
.audit-expand-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:12px}.audit-score-card{border:1px solid var(--border);border-radius:18px;padding:24px;display:grid;align-content:center;text-align:center;background:rgba(255,255,255,.018)}.audit-score-card span{font-size:10px;letter-spacing:.1em;color:var(--accent);font-weight:900}.audit-score-card strong{font-size:66px;line-height:1;color:#fff;margin:7px 0}.audit-score-card small{font-size:9px;color:var(--muted)}.audit-score-card p{color:var(--muted);font-size:10px}
.category-grid.industries-final .line-icon{margin-top:9px}.industries-detail article{min-height:235px}
.build-process .line-icon{margin-top:8px;width:32px;height:32px;font-size:14px}.build-process article{min-height:160px}
.work-category-grid{grid-template-columns:repeat(3,1fr)}.generated-graphic{display:flex;align-items:flex-end;justify-content:center;gap:5px;width:100%;height:82px;border:1px solid rgba(49,212,189,.25);border-radius:13px;background:radial-gradient(circle at 70% 30%,rgba(49,212,189,.09),transparent 45%),rgba(49,212,189,.025);padding:14px}.generated-graphic i{display:block;width:18%;height:35%;border:1px solid var(--accent);border-radius:4px}.generated-graphic i:nth-child(2){height:65%}.generated-graphic i:nth-child(3){height:48%}.generated-graphic.bars i:nth-child(1){height:60%}.generated-graphic.bars i:nth-child(2){height:35%}.generated-graphic.bars i:nth-child(3){height:78%}.generated-graphic.home{align-items:center}.generated-graphic.home i{width:34px;height:34px;transform:rotate(45deg);border-radius:5px}.generated-graphic.home i:nth-child(2){width:20px;height:20px}.generated-graphic.home i:nth-child(3){display:none}.generated-graphic.care{align-items:center}.generated-graphic.care i{width:26px;height:26px;border-radius:50%}.generated-graphic.care i:nth-child(2){width:38px;height:38px}.generated-graphic.pulse{align-items:center}.generated-graphic.pulse i{height:2px;width:24%;border-radius:0}.generated-graphic.pulse i:nth-child(2){height:28px;width:28px;transform:rotate(45deg);border-radius:2px}.generated-graphic.retail{align-items:center}.generated-graphic.retail i{width:38px;height:30px}.generated-graphic.retail i:nth-child(2){width:8px;height:8px;border-radius:50%}.generated-graphic.retail i:nth-child(3){width:8px;height:8px;border-radius:50%}
.about-intro{max-width:1000px}.contact-path-grid{grid-template-columns:repeat(4,1fr)}.other-starts{margin-top:20px;text-align:center;color:var(--muted);font-size:11px}.other-starts p{margin:5px}.other-starts a,.text-action{color:var(--accent);font:inherit;background:none;border:0;padding:0;text-decoration:none;cursor:pointer}.next-section{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:30px;padding-top:18px;border-top:1px solid var(--border)}.next-section span{font-size:9px;color:var(--muted);letter-spacing:.12em}.next-section a{color:var(--accent);text-decoration:none;font-weight:850;font-size:12px}.small-note{font-size:9px!important}.footer-grid-v214{grid-template-columns:1.6fr 1fr 1fr 1fr}.footer-edge-line{color:var(--accent)!important;font-size:10px!important}.footer-grid-v214 a:hover{color:var(--accent)}
@media(max-width:900px){.edge-summary-grid,.service-summary-grid,.contact-path-grid{grid-template-columns:1fr 1fr}.audit-area-grid{grid-template-columns:repeat(3,1fr)}.detail-grid.four-up{grid-template-columns:1fr 1fr}.detail-grid.three-up{grid-template-columns:1fr 1fr}.work-category-grid{grid-template-columns:1fr 1fr}.footer-grid-v214{grid-template-columns:1fr 1fr}.footer-grid-v214>div:first-child{grid-column:1/-1}}
@media(max-width:640px){.content-section{padding-top:42px;padding-bottom:42px}.content-section .section-lead{font-size:12px!important;line-height:1.55}.edge-summary-grid,.service-summary-grid,.contact-path-grid,.work-category-grid{grid-template-columns:1fr 1fr;gap:7px}.edge-summary-grid article,.service-summary-grid article,.contact-path-grid article,.work-category-grid article{padding:13px;border-radius:14px}.edge-summary-grid b{font-size:25px}.edge-summary-grid h3{font-size:13px}.edge-summary-grid p,.service-summary-grid p,.contact-path-grid p,.work-category-grid p{font-size:9px}.service-summary-grid h3,.contact-path-grid h3,.work-category-grid h3{font-size:13px}.line-icon{width:32px;height:32px;font-size:14px}.audit-area-grid{grid-template-columns:1fr 1fr;gap:7px}.audit-area-grid article{padding:12px}.audit-area-grid h3{font-size:12px}.content-more{margin-top:18px}.content-more>summary{font-size:10px;padding:15px 4px}.content-more-body{padding-bottom:20px}.detail-grid.four-up,.detail-grid.three-up,.detail-grid.two-up{grid-template-columns:1fr}.detail-grid article{padding:14px}.detail-grid h3{font-size:14px}.detail-grid p{font-size:10px}.cycle-callout{padding:16px}.cycle-callout h3{font-size:17px}.cycle-callout p{font-size:10px}.cycle-line{font-size:11px}.audit-expand-grid{grid-template-columns:1fr}.audit-score-card{padding:18px}.audit-score-card strong{font-size:55px}.industries-detail article{min-height:0}.build-process article{min-height:145px}.generated-graphic{height:65px}.next-section{align-items:flex-start;flex-direction:column;gap:7px}.next-section a{font-size:11px}.footer-grid-v214{grid-template-columns:1fr}.footer-grid-v214>div:first-child{grid-column:auto}}


/* =========================================================
   v2.0.15 — MOBILE HERO SLIDE 1 ONLY
   Isolated EDGE lifecycle visual. No shared slider geometry.
   ========================================================= */
.edge-mobile-overview-v215{display:none}

@media (max-width:640px){
  /* Slide 1 only: retain card/slider dimensions and replace only its internal EDGE flow. */
  .edge-hero-slider .hero-slide[data-slide="0"] .edge-overview-flow{display:none !important}
  .edge-hero-slider .hero-slide[data-slide="0"] .edge-overview{gap:10px !important}
  .edge-hero-slider .hero-slide[data-slide="0"] .edge-num{font-size:11px !important;margin-bottom:4px !important}
  .edge-hero-slider .hero-slide[data-slide="0"] .edge-side h2{font-size:22px !important;line-height:1.05 !important}
  .edge-hero-slider .hero-slide[data-slide="0"] .edge-side p{font-size:12.5px !important;line-height:1.3 !important;margin-top:5px !important;max-width:100% !important}

  .edge-mobile-overview-v215{
    display:grid;
    gap:6px;
    width:calc(100% + 16px);
    margin-left:-8px;
    margin-right:-8px;
  }
  .edge-mobile-stages-v215{
    display:grid;
    grid-template-columns:minmax(0,1fr) 10px minmax(0,1fr) 10px minmax(0,1fr) 10px minmax(0,1fr);
    align-items:center;
    gap:0;
    width:100%;
  }
  .edge-mobile-stage-v215{
    min-width:0;
    display:grid;
    justify-items:center;
    align-content:start;
    text-align:center;
  }
  .edge-mobile-stage-v215>b{
    color:#fff;
    font-size:clamp(25px,8vw,31px);
    line-height:1;
    margin:0 0 3px;
  }
  .edge-mobile-icon-v215{
    width:clamp(31px,9.8vw,38px);
    height:clamp(31px,9.8vw,38px);
    display:grid;
    place-items:center;
    border:1.5px solid var(--accent);
    border-radius:50%;
    color:var(--accent);
    margin-bottom:4px;
  }
  .edge-mobile-icon-v215 svg{
    width:58%;
    height:58%;
    fill:none;
    stroke:currentColor;
    stroke-width:2.1;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  .edge-mobile-stage-v215 strong{
    display:block;
    color:#fff;
    font-size:clamp(8.5px,2.65vw,10.5px);
    line-height:1.05;
    white-space:nowrap;
  }
  .edge-mobile-arrow-v215{
    color:var(--accent);
    font-size:clamp(11px,3.4vw,14px);
    line-height:1;
    text-align:center;
    transform:translateY(4px);
    opacity:.9;
  }
  .edge-mobile-return-v215{
    position:relative;
    height:12px;
    margin:0 8%;
  }
  .edge-mobile-return-v215::before{
    content:"";
    position:absolute;
    left:4px;
    right:4px;
    top:2px;
    height:7px;
    border-left:1px solid rgba(49,212,189,.78);
    border-bottom:1px solid rgba(49,212,189,.78);
    border-right:1px solid rgba(49,212,189,.78);
    border-radius:0 0 8px 8px;
  }
  .edge-mobile-return-v215::after{
    content:"‹";
    position:absolute;
    left:-1px;
    top:-5px;
    color:var(--accent);
    font-size:16px;
    line-height:1;
  }
  .edge-mobile-capabilities-v215{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    align-items:start;
    gap:2px;
    padding-top:5px;
    border-top:1px solid rgba(49,212,189,.24);
  }
  .edge-mobile-capabilities-v215>span{
    min-width:0;
    display:grid;
    justify-items:center;
    gap:2px;
    color:var(--accent);
    text-align:center;
  }
  .edge-mobile-capabilities-v215 svg{
    width:clamp(13px,4.2vw,16px);
    height:clamp(13px,4.2vw,16px);
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  .edge-mobile-capabilities-v215 b{
    color:#dce7e8;
    font-size:clamp(6.8px,2.15vw,8.6px);
    line-height:1.05;
    font-weight:700;
    white-space:nowrap;
  }
}

@media (max-width:340px){
  .edge-hero-slider .hero-slide[data-slide="0"] .edge-side h2{font-size:20px !important}
  .edge-hero-slider .hero-slide[data-slide="0"] .edge-side p{font-size:11.5px !important}
  .edge-mobile-overview-v215{width:calc(100% + 12px);margin-left:-6px;margin-right:-6px}
  .edge-mobile-stages-v215{grid-template-columns:minmax(0,1fr) 8px minmax(0,1fr) 8px minmax(0,1fr) 8px minmax(0,1fr)}
  .edge-mobile-stage-v215 strong{font-size:8px}
  .edge-mobile-capabilities-v215 b{font-size:6.4px}
}


/* =========================================================
   v2.0.16 — ICON + MOBILE READABILITY REFINEMENT ONLY
   No content/layout/hero/slider/navigation/function changes.
   ========================================================= */
.line-icon[data-icon]{font-size:0!important;position:relative;overflow:hidden;border-radius:50%;width:46px;height:46px;border:1.5px solid rgba(49,212,189,.58);background:rgba(49,212,189,.035)}
.line-icon[data-icon]::before{content:"";display:block;width:58%;height:58%;background:var(--accent);-webkit-mask:var(--al-icon) center/contain no-repeat;mask:var(--al-icon) center/contain no-repeat}
.line-icon[data-icon="monitor"],.generated-graphic[data-icon="monitor"]{--al-icon:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%224%22%20width%3D%2218%22%20height%3D%2212%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M8%2020h8M12%2016v4%22%2F%3E%3C%2Fsvg%3E")}
.line-icon[data-icon="search"],.generated-graphic[data-icon="search"]{--al-icon:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%227%22%2F%3E%3Cpath%20d%3D%22m20%2020-4-4%22%2F%3E%3C%2Fsvg%3E")}
.line-icon[data-icon="brain"],.generated-graphic[data-icon="brain"]{--al-icon:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M9.5%204a3%203%200%200%200-5%202.2A3.5%203.5%200%200%200%204%2013a3%203%200%200%200%202%205.6A3%203%200%200%200%2011%2017V7a3%203%200%200%200-1.5-3ZM14.5%204a3%203%200%200%201%205%202.2A3.5%203.5%200%200%201%2020%2013a3%203%200%200%201-2%205.6A3%203%200%200%201%2013%2017V7a3%203%200%200%201%201.5-3Z%22%2F%3E%3Cpath%20d%3D%22M7%209h4M13%209h4M7%2014h4M13%2014h4%22%2F%3E%3C%2Fsvg%3E")}
.line-icon[data-icon="chart"],.generated-graphic[data-icon="chart"]{--al-icon:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M4%2020V10M10%2020V4M16%2020v-7M22%2020H2%22%2F%3E%3Cpath%20d%3D%22m4%208%205-4%205%205%206-6%22%2F%3E%3C%2Fsvg%3E")}
.line-icon[data-icon="gauge"],.generated-graphic[data-icon="gauge"]{--al-icon:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M4%2018a8%208%200%201%201%2016%200%22%2F%3E%3Cpath%20d%3D%22m12%2014%204-4%22%2F%3E%3Cpath%20d%3D%22M6%2018h12%22%2F%3E%3C%2Fsvg%3E")}
.line-icon[data-icon="shield"],.generated-graphic[data-icon="shield"]{--al-icon:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M12%203%204%206v5c0%205%203.4%208.3%208%2010%204.6-1.7%208-5%208-10V6l-8-3Z%22%2F%3E%3Cpath%20d%3D%22m9%2012%202%202%204-5%22%2F%3E%3C%2Fsvg%3E")}
.line-icon[data-icon="accessibility"],.generated-graphic[data-icon="accessibility"]{--al-icon:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%224%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22M5%208h14M12%206v6M8%2021l4-9%204%209M7%2014l5-2%205%202%22%2F%3E%3C%2Fsvg%3E")}
.line-icon[data-icon="store"],.generated-graphic[data-icon="store"]{--al-icon:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M4%209h16l-1-5H5L4%209Z%22%2F%3E%3Cpath%20d%3D%22M5%209v11h14V9M8%2020v-6h8v6%22%2F%3E%3Cpath%20d%3D%22M4%209c0%202%203%202%204%200%201%202%203%202%204%200%201%202%203%202%204%200%201%202%204%202%204%200%22%2F%3E%3C%2Fsvg%3E")}
.line-icon[data-icon="sparkles"],.generated-graphic[data-icon="sparkles"]{--al-icon:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m12%203%201.3%203.7L17%208l-3.7%201.3L12%2013l-1.3-3.7L7%208l3.7-1.3L12%203ZM5%2014l.8%202.2L8%2017l-2.2.8L5%2020l-.8-2.2L2%2017l2.2-.8L5%2014ZM19%2013l.8%202.2L22%2016l-2.2.8L19%2019l-.8-2.2L16%2016l2.2-.8L19%2013Z%22%2F%3E%3C%2Fsvg%3E")}
.line-icon[data-icon="automation"],.generated-graphic[data-icon="automation"]{--al-icon:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M20%207h-5V2%22%2F%3E%3Cpath%20d%3D%22M20%207a8%208%200%201%200%201%207%22%2F%3E%3Cpath%20d%3D%22M4%2017h5v5%22%2F%3E%3C%2Fsvg%3E")}
.line-icon[data-icon="users"],.generated-graphic[data-icon="users"]{--al-icon:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%229%22%20cy%3D%228%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%229%22%20r%3D%222.5%22%2F%3E%3Cpath%20d%3D%22M3%2020c.5-4%202.5-6%206-6s5.5%202%206%206M14%2015c3.5%200%205.5%201.7%206%205%22%2F%3E%3C%2Fsvg%3E")}
.line-icon[data-icon="link"],.generated-graphic[data-icon="link"]{--al-icon:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M10%2013a5%205%200%200%200%207.1%200l2.8-2.8a5%205%200%200%200-7.1-7.1L11.2%204.7%22%2F%3E%3Cpath%20d%3D%22M14%2011a5%205%200%200%200-7.1%200l-2.8%202.8a5%205%200%200%200%207.1%207.1l1.6-1.6%22%2F%3E%3C%2Fsvg%3E")}
.line-icon[data-icon="education"],.generated-graphic[data-icon="education"]{--al-icon:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m2%209%2010-5%2010%205-10%205L2%209Z%22%2F%3E%3Cpath%20d%3D%22M6%2011v5c3%202%209%202%2012%200v-5M22%209v6%22%2F%3E%3C%2Fsvg%3E")}
.line-icon[data-icon="usercheck"],.generated-graphic[data-icon="usercheck"]{--al-icon:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%229%22%20cy%3D%228%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M3%2020c.5-4%202.5-6%206-6%202%200%203.6.6%204.6%201.8%22%2F%3E%3Cpath%20d%3D%22m16%2018%202%202%204-5%22%2F%3E%3C%2Fsvg%3E")}
.line-icon[data-icon="wrench"],.generated-graphic[data-icon="wrench"]{--al-icon:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M14.7%206.3a4%204%200%200%200-5-5L12%203.6%208.4%207.2%206.1%204.9a4%204%200%200%200%205%205L4%2017l3%203%207.1-7.1a4%204%200%200%200%20.6-6.6Z%22%2F%3E%3C%2Fsvg%3E")}
.line-icon[data-icon="briefcase"],.generated-graphic[data-icon="briefcase"]{--al-icon:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%227%22%20width%3D%2218%22%20height%3D%2212%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M8%207V5a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202v2M3%2012h18M10%2012v2h4v-2%22%2F%3E%3C%2Fsvg%3E")}
.line-icon[data-icon="home"],.generated-graphic[data-icon="home"]{--al-icon:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m3%2011%209-8%209%208%22%2F%3E%3Cpath%20d%3D%22M5%2010v10h14V10M9%2020v-6h6v6%22%2F%3E%3C%2Fsvg%3E")}
.line-icon[data-icon="heart"],.generated-graphic[data-icon="heart"]{--al-icon:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M20.8%205.6a5.5%205.5%200%200%200-7.8%200L12%206.6l-1-1a5.5%205.5%200%200%200-7.8%207.8L12%2022l8.8-8.6a5.5%205.5%200%200%200%200-7.8Z%22%2F%3E%3Cpath%20d%3D%22M5%2013h4l2-4%202%208%202-4h4%22%2F%3E%3C%2Fsvg%3E")}
.line-icon[data-icon="cart"],.generated-graphic[data-icon="cart"]{--al-icon:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M3%204h2l2.3%2010h10.4l2-7H6%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2219%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2219%22%20r%3D%221.5%22%2F%3E%3C%2Fsvg%3E")}
.line-icon[data-icon="target"],.generated-graphic[data-icon="target"]{--al-icon:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%228%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%224%22%2F%3E%3Cpath%20d%3D%22m12%2012%207-7M16%205h3v3%22%2F%3E%3C%2Fsvg%3E")}
.line-icon[data-icon="sitemap"],.generated-graphic[data-icon="sitemap"]{--al-icon:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%229%22%20y%3D%223%22%20width%3D%226%22%20height%3D%224%22%20rx%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%2217%22%20width%3D%226%22%20height%3D%224%22%20rx%3D%221%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%2217%22%20width%3D%226%22%20height%3D%224%22%20rx%3D%221%22%2F%3E%3Crect%20x%3D%2216%22%20y%3D%2217%22%20width%3D%226%22%20height%3D%224%22%20rx%3D%221%22%2F%3E%3Cpath%20d%3D%22M12%207v5M5%2017v-3h14v3M12%2012v5%22%2F%3E%3C%2Fsvg%3E")}
.line-icon[data-icon="layout"],.generated-graphic[data-icon="layout"]{--al-icon:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%224%22%20width%3D%2218%22%20height%3D%2216%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M3%209h18M9%209v11M13%2013h5M13%2017h5%22%2F%3E%3C%2Fsvg%3E")}
.line-icon[data-icon="pen"],.generated-graphic[data-icon="pen"]{--al-icon:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m4%2020%204-1%2011-11-3-3L5%2016l-1%204Z%22%2F%3E%3Cpath%20d%3D%22m14%207%203%203%22%2F%3E%3C%2Fsvg%3E")}
.line-icon[data-icon="code"],.generated-graphic[data-icon="code"]{--al-icon:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m8%208-4%204%204%204M16%208l4%204-4%204M14%204l-4%2016%22%2F%3E%3C%2Fsvg%3E")}
.line-icon[data-icon="rocket"],.generated-graphic[data-icon="rocket"]{--al-icon:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M14%205c3-3%206-3%207-3%200%201%200%204-3%207l-4%204-6-4%206-4Z%22%2F%3E%3Cpath%20d%3D%22M8%209%204%2010%202%2014l6-1M14%2015l-1%206%204-2%201-4%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%227%22%20r%3D%221.5%22%2F%3E%3C%2Fsvg%3E")}
.line-icon[data-icon="refresh"],.generated-graphic[data-icon="refresh"]{--al-icon:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M20%206v5h-5%22%2F%3E%3Cpath%20d%3D%22M19%2011a7%207%200%201%200%201%205%22%2F%3E%3C%2Fsvg%3E")}
.line-icon[data-icon="handshake"],.generated-graphic[data-icon="handshake"]{--al-icon:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m9%2011%203%202c1%20.7%202%20.5%203-.3l4-3%22%2F%3E%3Cpath%20d%3D%22M2%208l4-3%204%203-4%208-4-3V8ZM22%208l-4-3-4%203%204%208%204-3V8Z%22%2F%3E%3Cpath%20d%3D%22m8%2016%202%202c1%201%202%201%203%200l3-3%22%2F%3E%3C%2Fsvg%3E")}
.line-icon[data-icon="help"],.generated-graphic[data-icon="help"]{--al-icon:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22M9.8%209a2.5%202.5%200%201%201%204.3%201.7c-1.2%201-2.1%201.5-2.1%203.3M12%2018h.01%22%2F%3E%3C%2Fsvg%3E")}

.generated-graphic[data-icon]{position:relative;display:grid;place-items:center;height:92px;padding:14px;background:radial-gradient(circle at 72% 28%,rgba(49,212,189,.11),transparent 46%),linear-gradient(180deg,rgba(49,212,189,.035),rgba(49,212,189,.012));overflow:hidden}
.generated-graphic[data-icon] i{display:none!important}
.generated-graphic[data-icon]::before{content:"";width:54px;height:54px;background:var(--accent);-webkit-mask:var(--al-icon) center/contain no-repeat;mask:var(--al-icon) center/contain no-repeat;filter:drop-shadow(0 0 12px rgba(49,212,189,.12))}
.generated-graphic[data-icon]::after{content:"";position:absolute;left:12%;right:12%;bottom:12px;height:1px;background:linear-gradient(90deg,transparent,rgba(49,212,189,.42),transparent)}
.service-summary-grid .line-icon,.contact-path-grid .line-icon,.detail-grid .line-icon,.category-grid.industries-final .line-icon{margin-bottom:8px}
@media(max-width:640px){
.content-section .eyebrow{font-size:clamp(11.5px,3.25vw,13px)!important;line-height:1.35!important;letter-spacing:.15em!important;margin-bottom:11px!important}
.content-section h2{font-size:clamp(29px,8.7vw,37px)!important;line-height:1.08!important}
.content-section .section-lead{font-size:clamp(15px,4.15vw,17px)!important;line-height:1.58!important}
.edge-summary-grid h3,.service-summary-grid h3,.contact-path-grid h3,.work-category-grid h3{font-size:clamp(14px,4vw,16px)!important;line-height:1.22!important}
.edge-summary-grid p,.service-summary-grid p,.contact-path-grid p,.work-category-grid p{font-size:clamp(11.5px,3.35vw,13.5px)!important;line-height:1.48!important}
.edge-summary-grid b{font-size:clamp(26px,7.7vw,31px)!important}
.line-icon[data-icon]{width:40px;height:40px}
.audit-area-grid h3{font-size:clamp(13px,3.7vw,15px)!important;line-height:1.2!important}
.audit-area-grid p{font-size:clamp(11px,3.2vw,13px)!important;line-height:1.45!important}
.content-more>summary{font-size:clamp(13px,3.7vw,15px)!important;line-height:1.3!important;padding:16px 5px!important}
.detail-grid h3{font-size:clamp(16px,4.4vw,18px)!important;line-height:1.2!important}.detail-grid h4{font-size:clamp(12px,3.4vw,14px)!important}.detail-grid p{font-size:clamp(14px,3.9vw,16px)!important;line-height:1.58!important}.detail-grid small,.detail-kicker{font-size:clamp(10.5px,3vw,12px)!important}
.cycle-callout h3{font-size:clamp(19px,5.3vw,22px)!important}.cycle-callout p,.start-where p{font-size:clamp(14px,3.9vw,16px)!important;line-height:1.58!important}.cycle-line{font-size:clamp(13px,3.6vw,15px)!important}.start-where h3{font-size:clamp(19px,5.2vw,22px)!important}
.other-starts,.next-section a{font-size:clamp(12.5px,3.55vw,14px)!important;line-height:1.5!important}
.footer-grid-v214 p,.footer-grid-v214 a,.footer-grid-v214 span{font-size:clamp(13px,3.7vw,15px)!important;line-height:1.55!important}.footer-grid-v214 h4{font-size:clamp(13px,3.8vw,15px)!important}.footer-edge-line{font-size:clamp(12px,3.4vw,14px)!important}
.generated-graphic[data-icon]{height:76px}.generated-graphic[data-icon]::before{width:46px;height:46px}
.ask-alba-launch{font-size:15px!important;line-height:1!important}.ask-alba-heading strong{font-size:17px!important}.ask-alba-heading span{font-size:12.5px!important}.ask-alba-bubble{font-size:15px!important;line-height:1.5!important}.ask-alba-chip{font-size:13px!important;line-height:1.25!important}.ask-alba-typing{font-size:12px!important}.ask-alba-note{font-size:10.5px!important}.ask-alba-human{font-size:12px!important}.ask-alba-cta-card strong{font-size:15px!important}.ask-alba-cta-card span{font-size:12.5px!important}.ask-alba-cta-button{font-size:13.5px!important}.ask-alba-lead-head strong{font-size:16px!important}.ask-alba-lead-form>p,.ask-alba-lead-form label,.ask-alba-lead-status{font-size:12px!important}.ask-alba-lead-submit{font-size:13.5px!important}.ask-alba-sent-card strong{font-size:16px!important}.ask-alba-sent-card>span{font-size:12.5px!important}.ask-alba-sent-actions button{font-size:13px!important}
}
@media(max-width:340px){.content-section .section-lead{font-size:14.5px!important}.edge-summary-grid p,.service-summary-grid p,.contact-path-grid p,.work-category-grid p{font-size:11px!important}.detail-grid p{font-size:13.5px!important}.line-icon[data-icon]{width:38px;height:38px}.ask-alba-bubble{font-size:14.5px!important}}

/* v2.0.31 staging: full-card next-step links; visual styling remains unchanged. */
.contact-path-grid article{position:relative}
.contact-path-grid .contact-card-link{position:absolute;inset:0;z-index:5;border-radius:inherit}
.contact-path-grid article:focus-within{outline:2px solid var(--accent);outline-offset:2px}

/* =========================================================
   v2.0.18 — MOBILE CONTENT ICON SIZE / CENTRING ONLY
   Scope: non-hero content icons. Hero/EDGE slider excluded.
   ========================================================= */
@media(max-width:640px){
  .content-section .line-icon[data-icon]{
    width:54px !important;
    height:54px !important;
    min-width:54px !important;
    min-height:54px !important;
    display:grid !important;
    place-items:center !important;
    align-items:center !important;
    justify-items:center !important;
    border-radius:50% !important;
    padding:0 !important;
    line-height:1 !important;
  }
  .content-section .line-icon[data-icon]::before{
    width:66% !important;
    height:66% !important;
    margin:0 !important;
    transform:none !important;
    background-position:center !important;
  }
}
@media(max-width:340px){
  .content-section .line-icon[data-icon]{
    width:48px !important;
    height:48px !important;
    min-width:48px !important;
    min-height:48px !important;
  }
  .content-section .line-icon[data-icon]::before{
    width:65% !important;
    height:65% !important;
  }
}

/* =========================================================
   v2.0.32 STAGING — ROUTING, TYPE HIERARCHY & MOBILE NAV
   Preserve the approved hero, palette, cards and layout.
   ========================================================= */

/* One shared responsive scale for the hero, page heroes and major homepage sections. */
.page-hero h1,
.content-section > .container > h2{
  font-size:clamp(31px,3.1vw,44px) !important;
  line-height:1.07 !important;
  letter-spacing:-.035em !important;
  text-wrap:balance;
}

/* Process cards use the approved next-step card type hierarchy exactly. */
.build-process h3,
.contact-path-grid h3{
  font-size:16px !important;
  line-height:1.22 !important;
}
.build-process p,
.contact-path-grid p{
  font-size:11px !important;
  line-height:1.48 !important;
}

/* Full-card pointer, touch and keyboard treatment without changing appearance. */
.contact-path-grid article{cursor:pointer}
.contact-path-grid .contact-card-link:focus-visible{
  outline:2px solid var(--accent);
  outline-offset:3px;
}
.contact-path-grid article:hover{border-color:rgba(49,212,189,.55)}

/* Larger, clearer burger-menu links and reliable touch targets. */
.mobile-nav a{
  display:flex;
  align-items:center;
  min-height:52px;
  padding:14px 0;
  font-size:16px;
  line-height:1.35;
  font-weight:750;
}

@media(max-width:640px){
  /* Keep introductory copy visually connected to the cards it introduces. */
  .content-section .section-lead + .edge-summary-grid,
  .content-section .section-lead + .service-summary-grid,
  .content-section .section-lead + .audit-area-grid,
  .content-section .section-lead + .contact-path-grid,
  .content-section .section-lead + .work-category-grid,
  .content-section .section-lead + .build-process{margin-top:14px}

  .page-hero h1,
  .content-section > .container > h2{
    font-size:clamp(30px,9.2vw,42px) !important;
    line-height:1.02 !important;
  }
  .build-process h3,
  .contact-path-grid h3{
    font-size:clamp(14px,4vw,16px) !important;
    line-height:1.22 !important;
  }
  .build-process p,
  .contact-path-grid p{
    font-size:clamp(11.5px,3.35vw,13.5px) !important;
    line-height:1.48 !important;
  }
  .mobile-nav a{
    min-height:56px;
    font-size:17px;
  }

  /* Shared mobile hierarchy for equivalent content cards. Long copy wraps; type does not shrink. */
  .solution-edge-grid h3,
  .feature-six h3,
  .build-process h3,
  .category-grid.industries-final h3,
  .edge-summary-grid h3,
  .service-summary-grid h3,
  .audit-area-grid h3,
  .contact-path-grid h3,
  .work-category-grid h3{
    font-size:clamp(14px,4vw,16px) !important;
    font-weight:750 !important;
    line-height:1.22 !important;
    margin:7px 0 5px !important;
  }
  .solution-edge-grid p,
  .feature-six p,
  .build-process p,
  .category-grid.industries-final p,
  .edge-summary-grid p,
  .service-summary-grid p,
  .audit-area-grid p,
  .contact-path-grid p,
  .work-category-grid p{
    font-size:clamp(11.5px,3.35vw,13.5px) !important;
    font-weight:400 !important;
    line-height:1.48 !important;
    margin:0 !important;
  }

  /* Example scenarios use one consistent full-width mobile component. */
  .work-category-grid{
    grid-template-columns:1fr !important;
    gap:10px !important;
  }
  .work-category-grid article{
    width:100%;
    padding:16px !important;
    display:grid;
    grid-template-rows:auto auto 1fr;
    align-content:start;
    border:1px solid var(--border);
    border-radius:14px;
    background:rgba(255,255,255,.018);
  }
  .work-category-grid .generated-graphic[data-icon]{
    width:100%;
    height:76px;
    margin:0;
  }
  .work-category-grid h3{
    font-size:clamp(16px,4.4vw,18px) !important;
    font-weight:750 !important;
    line-height:1.22 !important;
    margin:10px 0 6px !important;
  }
  .work-category-grid p{
    font-size:clamp(14px,3.9vw,16px) !important;
    font-weight:400 !important;
    line-height:1.58 !important;
    margin:0 !important;
  }
}

@media(max-width:390px){
  .page-hero h1,
  .content-section > .container > h2{font-size:29px !important}
}

/* =========================================================
   v2.0.24 — CLEAN CONTENT ICON CENTRE FIX
   Baseline: v2.0.18 (before failed icon zoom/crop experiments)
   Desktop + mobile, non-hero content icons only.
   ========================================================= */

.line-icon[data-icon]{
  position:relative !important;
  overflow:hidden !important;
}

/* Complete icon, centred in the existing circle. */
.line-icon[data-icon]::before{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  left:50% !important;
  top:50% !important;
  right:auto !important;
  bottom:auto !important;

  /* sensible artwork size; OUTER CIRCLE SIZE IS NOT CHANGED */
  width:66% !important;
  height:66% !important;

  margin:0 !important;
  padding:0 !important;
  transform:translate(-50%, -50%) !important;
  transform-origin:center center !important;

  background:var(--accent) !important;
  background-position:center center !important;

  -webkit-mask:var(--al-icon) center center / contain no-repeat !important;
  mask:var(--al-icon) center center / contain no-repeat !important;
}

/* No separate mobile positioning rule: same exact centre logic on every screen. */

/* =========================================================
   v2.0.25 — MOBILE ICON CENTRE SPECIFICITY FIX ONLY
   Desktop v2.0.24 centring is already correct and untouched.
   This overrides the older, more-specific mobile transform:none rule.
   ========================================================= */
@media(max-width:640px){
  .content-section .line-icon[data-icon]{
    position:relative !important;
    overflow:hidden !important;
  }

  .content-section .line-icon[data-icon]::before{
    content:"" !important;
    display:block !important;
    position:absolute !important;
    left:50% !important;
    top:50% !important;
    right:auto !important;
    bottom:auto !important;

    /* retain existing mobile artwork size */
    width:66% !important;
    height:66% !important;

    margin:0 !important;
    padding:0 !important;
    transform:translate(-50%, -50%) !important;
    transform-origin:center center !important;

    background:var(--accent) !important;
    background-position:center center !important;
    -webkit-mask:var(--al-icon) center center / contain no-repeat !important;
    mask:var(--al-icon) center center / contain no-repeat !important;
  }
}

@media(max-width:340px){
  .content-section .line-icon[data-icon]::before{
    width:65% !important;
    height:65% !important;
    left:50% !important;
    top:50% !important;
    transform:translate(-50%, -50%) !important;
  }
}

/* =========================================================
   v2.0.30 — EDGE SUMMARY ICONS + MOBILE HERO TEXT READABILITY
   Baseline: user-supplied v2.0.29
   Scope is limited to the homepage EDGE summary cards and
   mobile hero benefit/supporting text.
   ========================================================= */

/* EDGE summary: use the same teal line-icon language as the rest of AlbaLogic. */
.edge-summary-grid .edge-stage-icon{
  width:44px !important;
  height:44px !important;
  min-width:44px !important;
  min-height:44px !important;
  border-radius:50% !important;
  margin:0 0 12px !important;
}
.edge-summary-grid .edge-stage-icon::before{
  width:66% !important;
  height:66% !important;
}
.edge-summary-grid .edge-stage-title{
  display:flex;
  align-items:baseline;
  gap:7px;
  margin:0 0 4px;
}
.edge-summary-grid .edge-stage-title b{
  font-size:12px !important;
  line-height:1 !important;
  letter-spacing:.08em;
  color:var(--accent);
  opacity:.82;
}
.edge-summary-grid .edge-stage-title h3{
  margin:0 !important;
}

/* Mobile: keep the approved 2x2 EDGE card geometry; improve readability only. */
@media(max-width:640px){
  .edge-summary-grid .edge-stage-icon{
    width:54px !important;
    height:54px !important;
    min-width:54px !important;
    min-height:54px !important;
    margin-bottom:11px !important;
  }
  .edge-summary-grid .edge-stage-title{
    gap:6px;
    margin-bottom:5px;
  }
  .edge-summary-grid .edge-stage-title b{
    font-size:12px !important;
  }

  /* Match the hero supporting copy much more closely to the EDGE section-lead readability
     without changing the benefit-row grid, icons, separators, hero dimensions or order. */
  .home-offer-final .benefit-item b{
    font-size:15px !important;
    line-height:1.28 !important;
    max-width:none !important;
  }
  .home-offer-final .offer-detail{
    font-size:15px !important;
    line-height:1.5 !important;
  }
}

/* Very narrow phones: preserve the 3-column hero shape while retaining readable type. */
@media(max-width:340px){
  .home-offer-final .benefit-item b{
    font-size:14px !important;
    line-height:1.25 !important;
  }
  .home-offer-final .offer-detail{
    font-size:14.5px !important;
  }
}

/* v2.0.32 final cascade: major headings mirror the unchanged hero at each breakpoint. */
@media(min-width:641px){
  .page-hero h1,
  .content-section > .container > h2{
    font-size:clamp(40px,3.65vw,56px) !important;
    line-height:1.02 !important;
    letter-spacing:-.025em !important;
  }
}
@media(max-width:640px){
  .page-hero h1,
  .content-section > .container > h2{
    font-size:clamp(18px,5.4vw,22px) !important;
    line-height:1.08 !important;
    letter-spacing:-.015em !important;
  }
}
@media(max-width:380px){
  .page-hero h1,
  .content-section > .container > h2{font-size:18px !important}
}

/* =========================================================
   PHASE 3 — FINAL SHARED MOBILE TYPOGRAPHY HIERARCHY
   This is the single final cascade for equivalent content.
   It replaces component-by-component mobile sizing decisions.
   ========================================================= */
:root{
  --al-mobile-eyebrow-size:clamp(11.5px,3.25vw,13px);
  --al-mobile-section-heading-size:clamp(18px,5.4vw,22px);
  --al-mobile-section-intro-size:clamp(15px,4.15vw,17px);
  --al-mobile-card-heading-size:clamp(14px,4vw,16px);
  --al-mobile-card-copy-size:clamp(11.5px,3.35vw,13.5px);
  --al-mobile-meta-size:clamp(10.5px,3vw,12px);
  --al-mobile-action-size:clamp(13.5px,3.8vw,15px);
}

/* The active EDGE hero viewport must keep vertical page scrolling native while
   receiving deliberate horizontal swipe gestures. */
.edge-hero-slider .hero-slider-viewport{touch-action:pan-y}

@media(max-width:640px){
  /* 1. Section eyebrow */
  .content-section .eyebrow,
  .page-hero .eyebrow,
  .contact-card>.eyebrow{
    font-size:var(--al-mobile-eyebrow-size)!important;
    font-weight:850!important;
    line-height:1.35!important;
    letter-spacing:.15em!important;
    margin-bottom:11px!important;
  }

  /* 2. Section heading — retains the approved hero-equivalent mobile scale. */
  .content-section>.container>h2,
  .page-hero h1,
  .contact-card>h2{
    font-size:var(--al-mobile-section-heading-size)!important;
    font-weight:850!important;
    line-height:1.08!important;
    letter-spacing:-.015em!important;
  }

  /* 3. Section supporting introduction */
  .section-lead{
    max-width:710px!important;
    font-size:var(--al-mobile-section-intro-size)!important;
    font-weight:400!important;
    line-height:1.58!important;
  }

  /* 4. Card/component heading */
  .solution-edge-grid h3,
  .feature-six h3,
  .build-process h3,
  .category-grid.industries-final h3,
  .edge-summary-grid h2,
  .edge-summary-grid h3,
  .service-summary-grid h3,
  .audit-area-grid h3,
  .contact-path-grid h3,
  .work-category-grid h3,
  .detail-grid h2,
  .detail-grid h3{
    font-size:var(--al-mobile-card-heading-size)!important;
    font-weight:750!important;
    line-height:1.22!important;
    margin:7px 0 5px!important;
  }

  /* 5. Card/component supporting text */
  .solution-edge-grid p,
  .feature-six p,
  .build-process p,
  .category-grid.industries-final p,
  .edge-summary-grid p,
  .service-summary-grid p,
  .audit-area-grid p,
  .contact-path-grid p,
  .work-category-grid p,
  .detail-grid p{
    font-size:var(--al-mobile-card-copy-size)!important;
    font-weight:400!important;
    line-height:1.48!important;
    margin:0!important;
  }

  /* 6. Secondary/meta text */
  .detail-kicker,
  .detail-grid h4,
  .detail-grid small,
  .build-process article>b,
  .category-grid.industries-final article>b,
  .small-note{
    font-size:var(--al-mobile-meta-size)!important;
    line-height:1.35!important;
  }

  /* 7. CTA/link text */
  .service-summary-grid a,
  .lifecycle-grid a,
  .next-section a,
  .section-action .btn,
  .cycle-callout .btn,
  .inline-actions .btn,
  .contact-card .btn{
    font-size:var(--al-mobile-action-size)!important;
    font-weight:800!important;
    line-height:1.2!important;
  }

  /* Equal intro-to-grid spacing for comparable major sections. */
  .content-section .section-lead + .edge-summary-grid,
  .content-section .section-lead + .service-summary-grid,
  .content-section .section-lead + .audit-area-grid,
  .content-section .section-lead + .contact-path-grid,
  .content-section .section-lead + .work-category-grid,
  .content-section .section-lead + .category-grid.industries-final,
  .content-section .section-lead + .feature-six,
  .content-section .section-lead + .build-process{margin-top:14px!important}

  /* Example cards remain full-width, but now use the shared card type scale. */
  .work-category-grid{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
}

@media(max-width:340px){
  .content-section>.container>h2,
  .page-hero h1,
  .contact-card>h2{font-size:18px!important}
  .section-lead{font-size:14.5px!important}
  .solution-edge-grid p,
  .feature-six p,
  .build-process p,
  .category-grid.industries-final p,
  .edge-summary-grid p,
  .service-summary-grid p,
  .audit-area-grid p,
  .contact-path-grid p,
  .work-category-grid p,
  .detail-grid p{font-size:11.5px!important}
}
