
/* ==========================================================================
   AST PAGE-CONTENT DESIGN SYSTEM
   ==========================================================================
   Every page (Home, About, Services + subpages, Products + subpages,
   Industries + subpages, AI Solutions, Contact) is a single Elementor HTML
   widget wrapped in <div class="ast-scope">. ALL of that content's visual
   styling lives HERE, in the theme's enqueued stylesheet — deliberately,
   instead of inline <style> tags inside the page content.

   Why: inline <style>/<script> tags inside post content are stripped by
   WordPress for any user account without the "unfiltered_html" capability
   (the default on WordPress Multisite, and sometimes enforced by security
   plugins even for Administrators). Keeping the design here means the
   site looks right regardless of that setting — this file is a normal
   theme asset, never touched by content sanitization.
========================================================================== */

.ast-scope{
  font-family:'Inter',Arial,sans-serif; color:var(--ast-ink); background:#fff;
  -webkit-font-smoothing:antialiased; overflow-x:hidden; line-height:1.5;
}
.ast-scope *,.ast-scope *::before,.ast-scope *::after{box-sizing:border-box;}
.ast-scope img{max-width:100%; display:block;}
.ast-scope a{text-decoration:none; color:inherit;}
.ast-scope ul{list-style:none; margin:0; padding:0;}
.ast-scope h1,.ast-scope h2,.ast-scope h3,.ast-scope h4{
  font-family:'Barlow Semi Condensed',Arial,sans-serif; font-weight:700;
  color:var(--ast-navy); line-height:1.15; margin:0 0 14px;
}
.ast-scope .ast-eyebrow{
  font-family:'IBM Plex Mono',monospace; font-size:12.5px; letter-spacing:.14em;
  text-transform:uppercase; color:var(--ast-lime-dark); font-weight:700;
  display:flex; align-items:center; gap:10px; margin-bottom:14px;
}
.ast-scope .ast-eyebrow::before{content:''; width:26px; height:2px; background:var(--ast-lime); display:inline-block; flex:none;}
.ast-scope .ast-lead{font-size:18px; line-height:1.65; color:var(--ast-slate); max-width:660px;}
.ast-scope .ast-container{max-width:1200px; margin:0 auto; padding:0 24px;}
.ast-scope .ast-band{padding:76px 0;}
.ast-scope .ast-band--ice{background:var(--ast-ice);}
.ast-scope .ast-band--navy{background:linear-gradient(160deg,var(--ast-navy) 0%,var(--ast-navy-deep) 100%); color:#EAF2F5;}
.ast-scope .ast-band--navy h2,.ast-scope .ast-band--navy h3,.ast-scope .ast-band--navy h4{color:#fff;}
.ast-scope .ast-band--navy .ast-eyebrow{color:var(--ast-lime);}
.ast-scope .ast-center{text-align:center; margin-left:auto; margin-right:auto;}
.ast-scope .ast-section-head{display:flex; justify-content:space-between; align-items:flex-end; flex-wrap:wrap; gap:20px; margin-bottom:8px;}

/* Buttons */
.ast-scope .ast-btn{
  display:inline-flex; align-items:center; gap:10px; padding:14px 26px;
  border-radius:4px; font-weight:700; font-size:15px; letter-spacing:.01em;
  border:2px solid transparent; transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
  cursor:pointer; font-family:'Inter',Arial,sans-serif;
}
.ast-scope .ast-btn svg{width:16px; height:16px; flex:none;}
.ast-scope .ast-btn--primary{background:var(--ast-lime) !important; color:#1B2A12 !important;}
.ast-scope .ast-btn--primary:hover{background:var(--ast-lime-dark) !important; color:#fff !important; transform:translateY(-2px);}
.ast-scope .ast-btn--ghost{border-color:rgba(255,255,255,.45) !important; color:#fff !important; background:transparent !important;}
.ast-scope .ast-btn--ghost:hover{border-color:#fff !important; background:rgba(255,255,255,.08) !important;}
.ast-scope .ast-btn--outline-navy{border-color:var(--ast-navy) !important; color:var(--ast-navy) !important; background:transparent !important;}
.ast-scope .ast-btn--outline-navy:hover{background:var(--ast-navy) !important; color:#fff !important;}
.ast-scope .ast-btn-row{display:flex; gap:16px; flex-wrap:wrap; margin-top:26px;}

/* Signature ring-corner card (echoes the AT&E logo arc: blue + lime) */
.ast-scope .ast-card{
  position:relative; background:#fff; border:1px solid var(--ast-line); padding:30px 26px;
  border-radius:3px; height:100%;
}
.ast-scope .ast-card::before{
  content:''; position:absolute; top:-2px; left:-2px; width:30px; height:30px;
  border-top:3px solid var(--ast-blue); border-left:3px solid var(--ast-blue); border-radius:15px 0 0 0;
}
.ast-scope .ast-card::after{
  content:''; position:absolute; bottom:-2px; right:-2px; width:30px; height:30px;
  border-bottom:3px solid var(--ast-lime); border-right:3px solid var(--ast-lime); border-radius:0 0 15px 0;
}
.ast-scope .ast-card h3,.ast-scope .ast-card h4{font-size:20px; margin-bottom:8px;}
.ast-scope .ast-card p{color:var(--ast-slate); font-size:14.5px; line-height:1.6; margin:0;}
.ast-scope .ast-card ul{margin:0; padding-left:18px; list-style:disc;}
.ast-scope .ast-card li{color:var(--ast-slate); font-size:13.5px; line-height:1.6;}
.ast-scope .ast-card .ast-icon{
  width:50px; height:50px; border-radius:50%; background:var(--ast-blue-soft); color:var(--ast-blue-dark);
  display:flex; align-items:center; justify-content:center; margin-bottom:16px;
}
.ast-scope .ast-card .ast-icon svg{width:24px; height:24px;}
.ast-scope .ast-card .ast-k{
  font-family:'IBM Plex Mono',monospace; font-size:11px; letter-spacing:.08em; text-transform:uppercase;
  color:var(--ast-blue-dark); font-weight:700; margin-bottom:8px; display:block;
}
.ast-scope .ast-card a.ast-stretched{position:absolute; inset:0; z-index:2;}
.ast-scope .ast-card--dark{background:rgba(255,255,255,.05) !important; border-color:rgba(255,255,255,.16) !important;}
.ast-scope .ast-card--dark h3,.ast-scope .ast-card--dark h4{color:#fff !important;}
.ast-scope .ast-card--dark p,.ast-scope .ast-card--dark li{color:#B9CBD2 !important;}

/* Product mini-card (used on the homepage's 19-category grid — a real
   card, not a bare text link) */
.ast-scope .ast-mini-card{
  position:relative; background:#fff; border:1px solid var(--ast-line); border-radius:3px;
  padding:18px 16px; display:flex; align-items:center; gap:12px; transition:border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.ast-scope .ast-mini-card:hover{border-color:var(--ast-blue); transform:translateY(-3px); box-shadow:0 10px 22px rgba(18,35,63,.10);}
.ast-scope .ast-mini-card .ast-mc-icon{
  width:38px; height:38px; border-radius:50%; background:var(--ast-blue-soft); color:var(--ast-blue-dark);
  display:flex; align-items:center; justify-content:center; flex:none;
}
.ast-scope .ast-mini-card .ast-mc-icon svg{width:18px; height:18px;}
.ast-scope .ast-mini-card span.ast-mc-label{font-size:13.5px; font-weight:700; color:var(--ast-navy); line-height:1.3;}

/* Grids */
.ast-scope .ast-grid{display:grid; gap:22px;}
.ast-scope .ast-grid-2{grid-template-columns:repeat(2,1fr);}
.ast-scope .ast-grid-3{grid-template-columns:repeat(3,1fr);}
.ast-scope .ast-grid-4{grid-template-columns:repeat(4,1fr);}
.ast-scope .ast-grid-5{grid-template-columns:repeat(5,1fr);}
.ast-scope .ast-grid-7{grid-template-columns:repeat(7,1fr);}
@media(max-width:980px){
  .ast-scope .ast-grid-3,.ast-scope .ast-grid-4,.ast-scope .ast-grid-5,.ast-scope .ast-grid-7{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:620px){
  .ast-scope .ast-grid-2,.ast-scope .ast-grid-3,.ast-scope .ast-grid-4,.ast-scope .ast-grid-5,.ast-scope .ast-grid-7{grid-template-columns:1fr;}
}

/* HERO — big, prominent, high-contrast, safely contained */
.ast-scope .ast-hero{
  position:relative; min-height:78vh; display:flex; align-items:center;
  background-size:cover !important; background-position:center !important; background-repeat:no-repeat !important;
  color:#fff !important; padding:150px 0 96px; overflow:hidden;
}
.ast-scope .ast-hero::before{
  content:''; position:absolute; inset:0;
  background:linear-gradient(100deg,rgba(10,24,48,.95) 15%,rgba(10,24,48,.80) 50%,rgba(10,24,48,.55) 100%);
  z-index:1;
}
.ast-scope .ast-hero-inner{max-width:700px; position:relative; z-index:2;}
.ast-scope .ast-hero h1{color:#fff !important; font-size:clamp(34px,5.2vw,60px); letter-spacing:-.01em;}
.ast-scope .ast-hero .ast-lead{color:#E4EEF2 !important; font-size:19px; max-width:600px;}
.ast-scope .ast-hero .ast-eyebrow{color:var(--ast-lime) !important;}
.ast-scope .ast-hero-strip{display:flex; gap:0; margin-top:52px; border-top:1px solid rgba(255,255,255,.25); flex-wrap:wrap;}
.ast-scope .ast-hero-strip div{
  padding:18px 30px 0 0; margin-right:30px; border-right:1px solid rgba(255,255,255,.2);
  font-family:'IBM Plex Mono',monospace; font-size:13px; color:#AFC6CF; letter-spacing:.04em;
}
.ast-scope .ast-hero-strip strong{display:block; color:#fff; font-family:'Barlow Semi Condensed'; font-size:23px; font-weight:700;}
.ast-scope .ast-hero-sm{min-height:380px; padding:120px 0 56px;}
.ast-scope .ast-breadcrumb{font-family:'IBM Plex Mono',monospace; font-size:12.5px; color:#AFC6CF; margin-bottom:16px; position:relative; z-index:2;}
.ast-scope .ast-breadcrumb a{color:#AFC6CF; border-bottom:1px dotted rgba(255,255,255,.4);}
.ast-scope .ast-breadcrumb a:hover{color:#fff;}

/* Stat strip */
.ast-scope .ast-stat{text-align:center; padding:0 10px;}
.ast-scope .ast-stat .ast-num{font-family:'IBM Plex Mono',monospace; font-size:clamp(28px,4vw,42px); font-weight:700; color:var(--ast-lime) !important;}
.ast-scope .ast-stat .ast-label{font-size:13.5px; color:#B9CBD2; text-transform:uppercase; letter-spacing:.08em; margin-top:6px;}

/* Ring process diagram */
.ast-scope .ast-ring-process{display:flex; justify-content:space-between; align-items:flex-start; gap:16px; flex-wrap:wrap; margin-top:50px; position:relative;}
.ast-scope .ast-ring-process::before{
  content:''; position:absolute; top:34px; left:6%; right:6%; height:2px;
  background:repeating-linear-gradient(90deg,var(--ast-blue) 0 10px, transparent 10px 18px); z-index:0;
}
.ast-scope .ast-ring-step{position:relative; z-index:1; text-align:center; flex:1; min-width:160px;}
.ast-scope .ast-ring-step .ast-node{
  width:68px; height:68px; border-radius:50%; background:var(--ast-navy); border:3px solid var(--ast-lime);
  color:#fff; font-family:'IBM Plex Mono',monospace; font-weight:700; font-size:20px;
  display:flex; align-items:center; justify-content:center; margin:0 auto 16px;
}
.ast-scope .ast-ring-step h4{font-size:17px; margin-bottom:6px; color:var(--ast-navy);}
.ast-scope .ast-ring-step p{font-size:13.5px; color:var(--ast-slate); margin:0; padding:0 8px;}

/* Industry image card (with dark gradient overlay + caption) */
.ast-scope .ast-ind-card{position:relative; border-radius:3px; overflow:hidden; height:320px; display:block; background:var(--ast-navy);}
.ast-scope .ast-ind-card img{width:100%; height:100%; object-fit:cover; object-position:center; transition:transform .5s ease; opacity:.92;}
.ast-scope .ast-ind-card:hover img{transform:scale(1.08);}
.ast-scope .ast-ind-card .ast-overlay{
  position:absolute; inset:0; background:linear-gradient(0deg,rgba(10,24,48,.95) 12%,rgba(10,24,48,.25) 62%,transparent 100%);
  display:flex; flex-direction:column; justify-content:flex-end; padding:22px;
}
.ast-scope .ast-ind-card h4{color:#fff !important; font-size:19px; margin-bottom:4px;}
.ast-scope .ast-ind-card p{font-size:13px; color:#CBDCE2 !important; margin:0;}

/* CTA band */
.ast-scope .ast-cta-band{
  background:var(--ast-navy); border-radius:4px; padding:52px; display:flex; align-items:center;
  justify-content:space-between; gap:30px; flex-wrap:wrap; position:relative; overflow:hidden;
}
.ast-scope .ast-cta-band::after{
  content:''; position:absolute; width:250px; height:250px; border:3px dashed rgba(169,203,61,.35);
  border-radius:50%; right:-90px; top:-90px;
}
.ast-scope .ast-cta-band h3{color:#fff !important; margin-bottom:8px; font-size:27px;}
.ast-scope .ast-cta-band p{color:#B9CBD2 !important; margin:0; max-width:460px;}
.ast-scope .ast-cta-band--light{background:#fff; border:1px solid var(--ast-line);}
.ast-scope .ast-cta-band--light::after{display:none;}
.ast-scope .ast-cta-band--light h3{color:var(--ast-navy) !important;}
.ast-scope .ast-cta-band--light p{color:var(--ast-slate) !important;}

/* Checklist */
.ast-scope .ast-check-list{list-style:none; margin:22px 0 0; padding:0;}
.ast-scope .ast-check-list li{display:flex; gap:12px; padding:10px 0; border-bottom:1px solid var(--ast-line); font-size:15px; color:var(--ast-ink);}
.ast-scope .ast-check-list li:last-child{border-bottom:none;}
.ast-scope .ast-check-list svg{width:20px; height:20px; flex:none; color:var(--ast-blue-dark); margin-top:2px;}

/* Chips (countries, tags, sibling nav) */
.ast-scope .ast-chiprow{display:flex !important; flex-wrap:wrap !important; gap:10px; width:100%; max-width:100%;}
.ast-scope .ast-chiprow span, .ast-scope .ast-chiprow a{white-space:normal; word-break:break-word;}
.ast-scope .ast-chiprow span{
  font-size:13px; font-family:'IBM Plex Mono',monospace; padding:9px 16px; border-radius:20px; font-weight:600;
  background:var(--ast-blue-soft); color:var(--ast-blue-dark);
}
.ast-scope .ast-chiprow a{
  font-size:13px; font-family:'IBM Plex Mono',monospace; padding:9px 16px; border-radius:20px; font-weight:700;
  background:var(--ast-blue-soft); color:var(--ast-blue-dark);
}
.ast-scope .ast-chiprow a:hover{background:var(--ast-blue) !important; color:#fff !important;}
.ast-scope .ast-chiprow a.ast-current{background:var(--ast-navy) !important; color:#fff !important;}
.ast-scope .ast-chiprow--onnavy span{background:rgba(255,255,255,.08) !important; color:#D6E4EA !important; border:1px solid rgba(255,255,255,.22);}

/* Gallery (main image + two stacked side images) */
.ast-scope .ast-gallery{display:grid; grid-template-columns:1.4fr 1fr; gap:14px; margin-top:10px;}
.ast-scope .ast-gallery img{width:100%; height:100%; object-fit:cover; border-radius:3px; aspect-ratio:auto;}
.ast-scope .ast-gallery .ast-side{display:grid; grid-template-rows:1fr 1fr; gap:14px;}
@media(max-width:700px){.ast-scope .ast-gallery{grid-template-columns:1fr;} .ast-scope .ast-gallery .ast-side{grid-template-rows:1fr;}}

/* Service detail block (alternating image/copy — services.html) */
.ast-scope .ast-svc{display:grid; grid-template-columns:1fr 1fr; gap:50px; align-items:center; padding:50px 0; border-bottom:1px solid var(--ast-line);}
.ast-scope .ast-svc:last-child{border-bottom:none;}
.ast-scope .ast-svc.ast-reverse .ast-media{order:2;}
.ast-scope .ast-svc.ast-reverse .ast-copy{order:1;}
.ast-scope .ast-svc .ast-media{position:relative; border-radius:3px; overflow:hidden; height:340px;}
.ast-scope .ast-svc .ast-media img{width:100%; height:100%; object-fit:cover;}
.ast-scope .ast-svc .ast-tagnum{
  font-family:'IBM Plex Mono',monospace; font-size:13px; color:var(--ast-blue-dark); font-weight:700;
  display:inline-flex; align-items:center; justify-content:center; width:34px; height:34px; border:2px solid var(--ast-blue);
  border-radius:50%; margin-bottom:14px;
}
.ast-scope .ast-svc h3{font-size:26px;}
.ast-scope .ast-svc p{color:var(--ast-slate); font-size:15.5px; line-height:1.7; margin:0 0 16px;}
.ast-scope .ast-caps{list-style:none; margin:0; padding:0;}
.ast-scope .ast-caps li{display:flex; gap:10px; font-size:14.5px; padding:6px 0; color:var(--ast-ink);}
.ast-scope .ast-caps svg{width:17px; height:17px; color:var(--ast-blue-dark); flex:none; margin-top:2px;}
@media(max-width:840px){.ast-scope .ast-svc{grid-template-columns:1fr;} .ast-scope .ast-svc.ast-reverse .ast-media,.ast-scope .ast-svc.ast-reverse .ast-copy{order:0;}}

/* Compact service mini-card (services hub, remaining 4 services) */
.ast-scope .ast-mini{background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.16); padding:22px; position:relative; border-radius:3px;}
.ast-scope .ast-mini h4{font-size:16px; color:#fff !important; margin-bottom:6px;}
.ast-scope .ast-mini p{font-size:13.5px; color:#B9CBD2 !important; margin:0;}
.ast-scope .ast-mini--light{background:#fff !important; border-color:var(--ast-line) !important;}
.ast-scope .ast-mini--light h4{color:var(--ast-navy) !important;}
.ast-scope .ast-mini--light p{color:var(--ast-slate) !important;}
.ast-scope .ast-mini .ast-k{font-family:'IBM Plex Mono',monospace; color:var(--ast-blue-dark); font-size:12px; font-weight:700; display:block; margin-bottom:6px;}

/* Product category card (products hub) */
.ast-scope .ast-cat{position:relative; background:#fff; border:1px solid var(--ast-line); overflow:hidden; display:flex; flex-direction:column; height:100%; border-radius:3px;}
.ast-scope .ast-cat .ast-top{padding:26px 24px 0;}
.ast-scope .ast-cat .ast-code{font-family:'IBM Plex Mono',monospace; font-size:12px; color:var(--ast-blue-dark); font-weight:700; letter-spacing:.05em;}
.ast-scope .ast-cat h3{font-size:21px; margin:8px 0 10px;}
.ast-scope .ast-cat p{color:var(--ast-slate); font-size:14px; line-height:1.6; margin:0 0 14px;}
.ast-scope .ast-cat ul{list-style:none; margin:auto 0 0; padding:14px 24px 22px; font-size:13.5px; color:var(--ast-ink); border-top:1px dashed var(--ast-line);}
.ast-scope .ast-cat ul li{padding:4px 0; display:flex; gap:8px;}
.ast-scope .ast-cat ul li::before{content:'—'; color:var(--ast-blue-dark); flex:none;}
.ast-scope .ast-cat .ast-bar{height:5px; background:linear-gradient(90deg,var(--ast-blue),var(--ast-lime));}

/* Info grid (dark band, 4-up feature list) */
.ast-scope .ast-infogrid{display:grid; grid-template-columns:repeat(4,1fr); gap:0; border:1px solid rgba(255,255,255,.16); margin-top:40px; border-radius:3px; overflow:hidden;}
.ast-scope .ast-infogrid > div{padding:26px; border-right:1px solid rgba(255,255,255,.16);}
.ast-scope .ast-infogrid > div:last-child{border-right:none;}
.ast-scope .ast-infogrid h4{color:#fff !important; font-size:15px; margin-bottom:6px;}
.ast-scope .ast-infogrid p{color:#B9CBD2 !important; font-size:13px; margin:0;}
@media(max-width:900px){.ast-scope .ast-infogrid{grid-template-columns:repeat(2,1fr);} .ast-scope .ast-infogrid>div:nth-child(2){border-right:none;}}
@media(max-width:560px){.ast-scope .ast-infogrid{grid-template-columns:1fr;} .ast-scope .ast-infogrid>div{border-right:none; border-bottom:1px solid rgba(255,255,255,.16);}}

/* Industry detail block (alternating — industries.html) */
.ast-scope .ast-ind{display:grid; grid-template-columns:.9fr 1.1fr; gap:0; border:1px solid var(--ast-line); margin-bottom:26px; overflow:hidden; border-radius:3px;}
.ast-scope .ast-ind .ast-media{position:relative; min-height:290px;}
.ast-scope .ast-ind .ast-media img{width:100%; height:100%; object-fit:cover; position:absolute; inset:0;}
.ast-scope .ast-ind .ast-copy{padding:36px 40px; background:#fff;}
.ast-scope .ast-ind.ast-reverse{grid-template-columns:1.1fr .9fr;}
.ast-scope .ast-ind.ast-reverse .ast-media{order:2;}
.ast-scope .ast-ind.ast-reverse .ast-copy{order:1;}
.ast-scope .ast-ind .ast-num{font-family:'IBM Plex Mono',monospace; color:var(--ast-blue-dark); font-size:13px; font-weight:700;}
.ast-scope .ast-ind h3{font-size:25px; margin:6px 0 12px;}
.ast-scope .ast-ind p{color:var(--ast-slate); font-size:15px; line-height:1.65; margin:0 0 16px;}
.ast-scope .ast-tagset{display:flex; gap:8px; flex-wrap:wrap;}
.ast-scope .ast-tagset span{font-size:12px; font-family:'IBM Plex Mono',monospace; background:var(--ast-blue-soft); color:var(--ast-blue-dark); padding:5px 11px; border-radius:20px; font-weight:600;}
@media(max-width:860px){
  .ast-scope .ast-ind,.ast-scope .ast-ind.ast-reverse{grid-template-columns:1fr;}
  .ast-scope .ast-ind .ast-media,.ast-scope .ast-ind.ast-reverse .ast-media{order:0; min-height:230px;}
  .ast-scope .ast-ind .ast-copy,.ast-scope .ast-ind.ast-reverse .ast-copy{order:0; padding:30px 24px;}
}

/* Challenge / Solution block (AI Digital Solutions page) */
.ast-scope .ast-cs{display:grid; grid-template-columns:1fr 1fr; border:1px solid var(--ast-line); margin-bottom:20px; border-radius:3px; overflow:hidden;}
.ast-scope .ast-cs > div{padding:26px 28px;}
.ast-scope .ast-cs .ast-challenge{background:var(--ast-ice); border-right:1px solid var(--ast-line);}
.ast-scope .ast-cs .ast-solution{background:#fff;}
.ast-scope .ast-cs .ast-k{font-family:'IBM Plex Mono',monospace; font-size:11.5px; letter-spacing:.08em; text-transform:uppercase; font-weight:700;}
.ast-scope .ast-cs .ast-challenge .ast-k{color:#B0563A;}
.ast-scope .ast-cs .ast-solution .ast-k{color:var(--ast-blue-dark);}
.ast-scope .ast-cs h4{font-size:17px; margin:8px 0 6px;}
.ast-scope .ast-cs p{font-size:14px; color:var(--ast-slate); margin:0;}
@media(max-width:700px){.ast-scope .ast-cs{grid-template-columns:1fr;} .ast-scope .ast-cs .ast-challenge{border-right:none; border-bottom:1px solid var(--ast-line);}}

/* Contact page: office cards + form */
.ast-scope .ast-office{position:relative; background:#fff; border:1px solid var(--ast-line); padding:30px 28px; border-radius:3px;}
.ast-scope .ast-office::before{content:''; position:absolute; top:-2px; left:-2px; width:30px; height:30px; border-top:3px solid var(--ast-blue); border-left:3px solid var(--ast-blue); border-radius:15px 0 0 0;}
.ast-scope .ast-office .ast-tag{font-family:'IBM Plex Mono',monospace; font-size:11.5px; letter-spacing:.08em; color:var(--ast-blue-dark); font-weight:700; text-transform:uppercase;}
.ast-scope .ast-office h3{font-size:24px; margin:8px 0 12px;}
.ast-scope .ast-office ul{list-style:none; margin:0; padding:0; font-size:14.5px; color:var(--ast-slate);}
.ast-scope .ast-office ul li{display:flex; gap:10px; padding:7px 0; border-top:1px dashed var(--ast-line);}
.ast-scope .ast-office ul li:first-child{border-top:none;}
.ast-scope .ast-office ul li svg{width:17px; height:17px; flex:none; color:var(--ast-blue-dark); margin-top:2px;}
.ast-scope .ast-map-embed{width:100%; height:220px; border:0; margin-top:18px; border-radius:3px;}

.ast-scope .ast-formcard{background:var(--ast-ice); border:1px solid var(--ast-line); padding:40px; border-radius:4px;}
.ast-scope .ast-scope label{display:block; font-size:13px; font-weight:700; color:var(--ast-navy); margin-bottom:6px; font-family:'IBM Plex Mono',monospace; letter-spacing:.02em;}
.ast-scope input,.ast-scope select,.ast-scope textarea{
  width:100%; padding:12px 14px; border:1px solid var(--ast-line); border-radius:3px; font-family:'Inter'; font-size:14.5px;
  margin-bottom:18px; background:#fff; color:var(--ast-ink);
}
.ast-scope input:focus,.ast-scope select:focus,.ast-scope textarea:focus{outline:2px solid var(--ast-blue); border-color:var(--ast-blue);}
.ast-scope textarea{resize:vertical; min-height:120px;}
.ast-scope .ast-row2{display:grid; grid-template-columns:1fr 1fr; gap:18px;}
@media(max-width:560px){.ast-scope .ast-row2{grid-template-columns:1fr;}}

/* FAQ accordion */
.ast-scope .ast-faq details{border-bottom:1px solid var(--ast-line); padding:18px 0;}
.ast-scope .ast-faq summary{cursor:pointer; font-family:'Barlow Semi Condensed'; font-weight:700; font-size:18px; color:var(--ast-navy); list-style:none; display:flex; justify-content:space-between; align-items:center;}
.ast-scope .ast-faq summary::-webkit-details-marker{display:none;}
.ast-scope .ast-faq summary::after{content:'+'; font-size:22px; color:var(--ast-blue-dark); font-family:Arial;}
.ast-scope .ast-faq details[open] summary::after{content:'\2013';}
.ast-scope .ast-faq details p{color:var(--ast-slate); font-size:14.5px; line-height:1.65; margin:12px 0 0;}

/* About page: timeline, values, quote */
.ast-scope .ast-timeline{position:relative; padding-left:34px; margin-top:10px;}
.ast-scope .ast-timeline::before{content:''; position:absolute; left:9px; top:6px; bottom:6px; width:2px; background:var(--ast-line);}
.ast-scope .ast-t-item{position:relative; padding-bottom:36px;}
.ast-scope .ast-t-item:last-child{padding-bottom:0;}
.ast-scope .ast-t-item::before{content:''; position:absolute; left:-34px; top:2px; width:20px; height:20px; border-radius:50%; background:var(--ast-blue); border:4px solid var(--ast-ice);}
.ast-scope .ast-t-item h4{font-size:18px; margin-bottom:4px;}
.ast-scope .ast-t-item p{color:var(--ast-slate); font-size:14.5px; margin:0;}

.ast-scope .ast-value-chip{text-align:center; padding:22px 10px; border:1px solid var(--ast-line); background:#fff; border-radius:3px;}
.ast-scope .ast-value-chip .ast-n{font-family:'IBM Plex Mono',monospace; font-size:12px; color:var(--ast-blue-dark); font-weight:700;}
.ast-scope .ast-value-chip h4{font-size:16px; margin:8px 0 0;}

.ast-scope .ast-quote{background:var(--ast-navy); color:#fff; padding:50px; position:relative; border-radius:4px;}
.ast-scope .ast-quote::before{content:'\201C'; font-family:Georgia,serif; font-size:120px; color:var(--ast-lime); position:absolute; top:-10px; left:24px; opacity:.5; line-height:1;}
.ast-scope .ast-quote p{position:relative; font-size:19px; line-height:1.6; color:#DDEAEE !important; z-index:1; font-style:italic;}
.ast-scope .ast-quote .ast-sig{margin-top:20px; color:var(--ast-lime) !important; font-family:'IBM Plex Mono',monospace; font-size:13px; letter-spacing:.05em;}

/* Service benefit list (numbered rows on service detail pages) */
.ast-scope .ast-benefit{display:flex; gap:14px; padding:16px 0; border-bottom:1px solid var(--ast-line);}
.ast-scope .ast-benefit:last-child{border-bottom:none;}
.ast-scope .ast-benefit .ast-bnum{font-family:'IBM Plex Mono',monospace; font-weight:700; color:var(--ast-blue-dark); font-size:15px; flex:none; width:30px;}
.ast-scope .ast-benefit h4{font-size:16px; margin-bottom:3px;}
.ast-scope .ast-benefit p{font-size:14px; color:var(--ast-slate); margin:0;}

/* Small print / disclaimer note */
.ast-scope .ast-note{font-size:12.5px; color:var(--ast-slate); font-style:italic; margin-top:14px; max-width:760px;}
.ast-scope .ast-note--onnavy{color:#96AEB8 !important;}

@media(max-width:760px){
  .ast-scope .ast-cta-band{padding:36px; flex-direction:column; align-items:flex-start;}
  .ast-scope .ast-band{padding:56px 0;}
  .ast-scope .ast-hero{min-height:auto; padding:130px 0 60px;}
}

/* ==========================================================================
   FLOATING WHATSAPP BUTTON (site-wide, printed once by footer.php)
========================================================================== */
.ast-whatsapp-float{
  position:fixed; right:22px; bottom:22px; z-index:9999;
  width:60px; height:60px; border-radius:50%; background:#25D366;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 8px 24px rgba(0,0,0,.25); transition:transform .18s ease, box-shadow .18s ease;
}
.ast-whatsapp-float:hover{transform:scale(1.08); box-shadow:0 10px 28px rgba(0,0,0,.32);}
.ast-whatsapp-float svg{width:32px; height:32px;}
@media(max-width:600px){.ast-whatsapp-float{right:16px; bottom:16px; width:54px; height:54px;} .ast-whatsapp-float svg{width:28px; height:28px;}}
