/* ============================================================
   AK Cool Makers — Complete Stylesheet
   Theme: Arctic-Coastal · Navy · Cyan · Amber
   ============================================================ */

/* ---------- Google Fonts ---------- */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Nunito:wght@400;500;600;700;800&family=DM+Mono:wght@400;500&display=swap');

/* ---------- CSS Variables ---------- */
:root {
  --navy:     #0B1D3A;
  --navy-mid: #132849;
  --cyan:     #00B4D8;
  --cyan-lt:  #90E0EF;
  --cyan-dark:#0077B6;
  --amber:    #F4A020;
  --amber-lt: #FFD166;
  --white:    #FFFFFF;
  --ice:      #EBF8FC;
  --slate:    #374151;
  --muted:    #6B7280;
  --border:   #D1E8EF;
  --success:  #10B981;
  --error:    #EF4444;

  --font-display: 'Bebas Neue', 'Impact', sans-serif;
  --font-body:    'Nunito', 'Segoe UI', sans-serif;
  --font-mono:    'DM Mono', monospace;

  --radius: 14px;
  --shadow: 0 4px 24px rgba(0,0,0,.10);
  --shadow-lg: 0 12px 48px rgba(0,0,0,.15);
  --transition: .25s cubic-bezier(.4,0,.2,1);

  --container: 1120px;
  --header-h: 68px;
}

/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  background: var(--white);
  color: var(--slate);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font: inherit; }

/* ---------- Accessibility ---------- */
.skip-link {
  position: absolute; top: -100px; left: 0;
  background: var(--amber); color: var(--navy);
  padding: .6rem 1.2rem; font-weight: 700; z-index: 9999;
  transition: top .2s;
}
.skip-link:focus { top: 0; }
:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 2px;
  border-radius: 4px;
}

/* ---------- Container ---------- */
.container {
  width: min(100%, var(--container));
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
}

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 900;
  background: rgba(11,29,58,.96);
  backdrop-filter: blur(14px);
  height: var(--header-h);
  display: flex; align-items: center;
  border-bottom: 1px solid rgba(0,180,216,.18);
  box-shadow: 0 2px 20px rgba(0,0,0,.3);
}
.header-inner {
  display: flex; align-items: center;
  justify-content: space-between; gap: 1rem;
}
.logo {
  display: flex; align-items: center; gap: .55rem;
  font-family: var(--font-display);
  font-size: 1.9rem; letter-spacing: .04em;
  color: var(--white); line-height: 1;
}
.logo-icon {
  width: 38px; height: 38px;
  background: linear-gradient(135deg, var(--cyan), var(--cyan-dark));
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; font-weight: 900; color: var(--white);
  box-shadow: 0 0 16px rgba(0,180,216,.5);
}
.logo-text { color: var(--white); }
.logo-sub {
  font-family: var(--font-body);
  font-size: .65rem; font-weight: 600;
  color: var(--cyan-lt); letter-spacing: .12em;
  text-transform: uppercase; line-height: 1;
  display: block; margin-top: 2px;
}

.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  padding: .5rem; color: var(--white);
}
.nav-toggle span {
  display: block; width: 24px; height: 2px;
  background: currentColor; border-radius: 2px;
  transition: var(--transition);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.site-nav { display: flex; align-items: center; }
.nav-list {
  display: flex; align-items: center; gap: .25rem;
}
.nav-list a {
  display: block; padding: .45rem .8rem;
  color: rgba(255,255,255,.82); font-weight: 600;
  font-size: .92rem; border-radius: 8px;
  transition: var(--transition);
}
.nav-list a:hover,
.nav-list a[aria-current="page"] {
  color: var(--cyan-lt);
  background: rgba(0,180,216,.12);
}
.nav-cta {
  background: var(--amber) !important;
  color: var(--navy) !important;
  padding: .5rem 1.2rem !important;
  border-radius: 8px !important;
  font-weight: 800 !important;
  transition: var(--transition) !important;
  box-shadow: 0 0 16px rgba(244,160,32,.35);
}
.nav-cta:hover { background: var(--amber-lt) !important; transform: translateY(-1px); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  background: linear-gradient(145deg, #060F20 0%, var(--navy) 45%, #0D3455 100%);
  min-height: min(88vh, 720px);
  display: flex; align-items: center;
  overflow: hidden;
  padding-block: clamp(3rem, 8vw, 5rem);
}

/* Animated particles/grid bg */
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(0,180,216,.18) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(0,119,182,.22) 0%, transparent 50%),
    linear-gradient(rgba(0,180,216,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,180,216,.04) 1px, transparent 1px);
  background-size: auto, auto, 40px 40px, 40px 40px;
  animation: gridShift 20s linear infinite;
}
@keyframes gridShift {
  0% { background-position: 0 0, 0 0, 0 0, 0 0; }
  100% { background-position: 0 0, 0 0, 40px 40px, 40px 40px; }
}

/* Glow orb */
.hero::after {
  content: '';
  position: absolute;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,180,216,.12) 0%, transparent 70%);
  right: -100px; top: -100px;
  animation: pulse 6s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: .7; }
  50% { transform: scale(1.15); opacity: 1; }
}

.hero-inner {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center; gap: 3rem;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(0,180,216,.15); border: 1px solid rgba(0,180,216,.3);
  color: var(--cyan-lt); font-size: .8rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  padding: .35rem .85rem; border-radius: 30px;
  margin-bottom: 1.1rem;
}
.hero-badge::before {
  content: ''; width: 8px; height: 8px;
  background: var(--success); border-radius: 50%;
  box-shadow: 0 0 8px var(--success);
  animation: blink 2s ease-in-out infinite;
}
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: .4; } }

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  line-height: 1.05; letter-spacing: .02em;
  color: var(--white);
  margin-bottom: 1.2rem;
}
.hero h1 span {
  color: var(--cyan);
  text-shadow: 0 0 30px rgba(0,180,216,.5);
}
.hero-lead {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: rgba(255,255,255,.78);
  max-width: 54ch; line-height: 1.7;
  margin-bottom: 2rem;
}
.hero-actions {
  display: flex; flex-wrap: wrap; gap: 1rem;
  align-items: center;
}

/* Cards floating right */
.hero-cards {
  display: flex; flex-direction: column; gap: 1rem;
}
.hero-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(0,180,216,.2);
  border-radius: var(--radius);
  padding: 1.2rem 1.4rem;
  backdrop-filter: blur(8px);
  min-width: 200px; max-width: 230px;
  text-align: center;
  transition: var(--transition);
}
.hero-card:hover { background: rgba(255,255,255,.12); transform: translateY(-3px); }
.hero-card-icon { font-size: 1.8rem; margin-bottom: .5rem; }
.hero-card-title {
  color: var(--cyan-lt); font-weight: 800;
  font-size: .95rem; margin-bottom: .25rem;
}
.hero-card-text {
  color: rgba(255,255,255,.62); font-size: .8rem; line-height: 1.4;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-body); font-weight: 800;
  font-size: .95rem; padding: .75rem 1.8rem;
  border-radius: 10px; transition: var(--transition);
  white-space: nowrap; cursor: pointer;
  border: 2px solid transparent;
}
.btn-primary {
  background: var(--amber);
  color: var(--navy);
  box-shadow: 0 4px 20px rgba(244,160,32,.35);
}
.btn-primary:hover { background: var(--amber-lt); transform: translateY(-2px); box-shadow: 0 6px 28px rgba(244,160,32,.45); }
.btn-primary:active { transform: translateY(0); }

.btn-call {
  background: var(--success);
  color: var(--white);
  box-shadow: 0 4px 20px rgba(16,185,129,.3);
}
.btn-call:hover { background: #059669; transform: translateY(-2px); }

.btn-wa {
  background: #25D366;
  color: var(--white);
  box-shadow: 0 4px 20px rgba(37,211,102,.3);
}
.btn-wa:hover { background: #1ebe58; transform: translateY(-2px); }

.btn-outline {
  background: transparent;
  border-color: rgba(0,180,216,.4);
  color: var(--cyan-lt);
}
.btn-outline:hover { background: rgba(0,180,216,.1); border-color: var(--cyan); }

.btn-lg { padding: .95rem 2.4rem; font-size: 1.05rem; }
.btn svg { width: 20px; height: 20px; flex-shrink: 0; }

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip {
  background: var(--navy);
  padding-block: 1.4rem;
  border-bottom: 2px solid var(--cyan-dark);
}
.trust-inner {
  display: flex; flex-wrap: wrap; gap: 1.5rem;
  align-items: center; justify-content: center;
}
.trust-item {
  display: flex; align-items: center; gap: .65rem;
  color: rgba(255,255,255,.85); font-size: .9rem;
}
.trust-icon {
  width: 36px; height: 36px; flex-shrink: 0;
  background: rgba(0,180,216,.15);
  border: 1px solid rgba(0,180,216,.3);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
}
.trust-item strong {
  display: block; color: var(--cyan-lt);
  font-weight: 800; font-size: .92rem;
}
.trust-sep {
  width: 1px; height: 30px;
  background: rgba(0,180,216,.2);
}

/* ============================================================
   SECTIONS
   ============================================================ */
.section { padding-block: clamp(3rem, 6vw, 5rem); }
.section-ice { background: var(--ice); }
.section-navy { background: var(--navy); }
.section-dark { background: var(--navy-mid); }

.section-tag {
  display: inline-block;
  font-size: .75rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--cyan-dark); margin-bottom: .65rem;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.1; letter-spacing: .03em;
  color: var(--navy); margin-bottom: .8rem;
}
.section-title.light { color: var(--white); }
.section-lead {
  font-size: 1.05rem; color: var(--muted); max-width: 56ch; line-height: 1.7;
  margin-bottom: 2.5rem;
}
.section-lead.light { color: rgba(255,255,255,.72); }
.text-center { text-align: center; }
.text-center .section-lead { margin-inline: auto; }

/* ============================================================
   SERVICE CARDS
   ============================================================ */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem; margin-top: 2.5rem;
}
.service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.8rem;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
  box-shadow: var(--shadow);
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--cyan), var(--cyan-dark));
  transform: scaleX(0); transform-origin: left;
  transition: var(--transition);
}
.service-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.service-card:hover::before { transform: scaleX(1); }

.card-icon {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, rgba(0,180,216,.12), rgba(0,119,182,.12));
  border-radius: 14px; display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 1.1rem;
  border: 1px solid rgba(0,180,216,.2);
}
.service-card h3 {
  font-size: 1.15rem; font-weight: 800; color: var(--navy);
  margin-bottom: .55rem;
}
.service-card p { color: var(--muted); font-size: .93rem; line-height: 1.65; }
.card-link {
  display: inline-flex; align-items: center; gap: .3rem;
  color: var(--cyan-dark); font-weight: 700; font-size: .88rem;
  margin-top: 1rem; transition: var(--transition);
}
.card-link:hover { gap: .6rem; color: var(--cyan); }
.card-link::after { content: '→'; }

/* ============================================================
   BRANDS MARQUEE
   ============================================================ */
.marquee-wrap {
  overflow: hidden; position: relative;
  margin-top: 2rem;
}
.marquee-wrap::before, .marquee-wrap::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 80px;
  z-index: 2; pointer-events: none;
}
.marquee-wrap::before {
  left: 0; background: linear-gradient(90deg, var(--white), transparent);
}
.section-ice .marquee-wrap::before { background: linear-gradient(90deg, var(--ice), transparent); }
.marquee-wrap::after {
  right: 0; background: linear-gradient(-90deg, var(--white), transparent);
}
.section-ice .marquee-wrap::after { background: linear-gradient(-90deg, var(--ice), transparent); }
.marquee-track {
  display: flex; gap: 1rem;
  animation: marqueeRoll 38s linear infinite;
  width: max-content;
}
.marquee-wrap:hover .marquee-track { animation-play-state: paused; }
.marquee-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}
.marquee-list > li { flex-shrink: 0; }
@keyframes marqueeRoll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.brand-chip {
  display: inline-flex; align-items: center;
  background: var(--white); border: 1.5px solid var(--border);
  color: var(--navy); font-weight: 700; font-size: .88rem;
  padding: .5rem 1.1rem; border-radius: 30px; white-space: nowrap;
  transition: var(--transition); box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.section-ice .brand-chip { background: var(--ice); }
.brand-chip:hover { border-color: var(--cyan); color: var(--cyan-dark); }
.brand-chip.lg { background: var(--cyan-dark); color: var(--white); border-color: var(--cyan-dark); }

/* ============================================================
   WHY US / FEATURES
   ============================================================ */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.5rem; margin-top: 2.5rem;
}
.feature-item {
  display: flex; gap: 1rem; align-items: flex-start;
}
.feature-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--cyan), var(--cyan-dark));
  border-radius: 12px; display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; color: var(--white);
  box-shadow: 0 4px 14px rgba(0,180,216,.35);
}
.feature-item h4 {
  font-weight: 800; font-size: 1rem; color: var(--navy);
  margin-bottom: .3rem;
}
.feature-item p { font-size: .88rem; color: var(--muted); line-height: 1.55; }

/* ============================================================
   AREA PILLS
   ============================================================ */
.area-pills {
  display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.5rem;
}
.area-pill {
  background: rgba(0,180,216,.08);
  border: 1.5px solid rgba(0,180,216,.25);
  color: var(--cyan-dark); font-weight: 700; font-size: .88rem;
  padding: .45rem 1rem; border-radius: 30px;
  transition: var(--transition);
}
.area-pill:hover { background: rgba(0,180,216,.15); border-color: var(--cyan); }
.area-pill.main {
  background: var(--cyan-dark); color: var(--white);
  border-color: var(--cyan-dark);
}

/* ============================================================
   FAQ
   ============================================================ */
.faq-list { margin-top: 2rem; display: flex; flex-direction: column; gap: .75rem; }
.faq-item {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--radius); overflow: hidden;
  transition: var(--transition); box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.faq-item:hover { border-color: var(--cyan-lt); }
.faq-q {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.1rem 1.4rem; cursor: pointer;
  font-weight: 700; color: var(--navy); font-size: .97rem;
  user-select: none; gap: 1rem;
}
.faq-q::after {
  content: '+'; font-size: 1.3rem; font-weight: 400;
  color: var(--cyan); flex-shrink: 0;
  transition: var(--transition);
}
.faq-item.open .faq-q::after { content: '−'; }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .38s ease, padding .2s;
  padding: 0 1.4rem;
  color: var(--muted); font-size: .93rem; line-height: 1.7;
}
.faq-item.open .faq-a {
  max-height: 400px;
  padding-bottom: 1.2rem;
}

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band {
  background: linear-gradient(130deg, var(--navy) 0%, #0d3455 60%, #00546d 100%);
  padding-block: clamp(3rem, 5vw, 4rem);
  position: relative; overflow: hidden;
}
.cta-band::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(0,180,216,.15) 0%, transparent 60%);
}
.cta-band-inner {
  position: relative; z-index: 1;
  display: flex; flex-wrap: wrap; gap: 2rem;
  align-items: center; justify-content: space-between;
}
.cta-band h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  letter-spacing: .03em; color: var(--white);
  margin-bottom: .4rem;
}
.cta-band p { color: rgba(255,255,255,.72); max-width: 48ch; }
.cta-band-actions { display: flex; flex-wrap: wrap; gap: 1rem; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-hero {
  background: linear-gradient(145deg, #060F20, var(--navy));
  padding-block: clamp(3.5rem, 7vw, 5.5rem);
  text-align: center; position: relative; overflow: hidden;
}
.contact-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 60%, rgba(0,180,216,.15), transparent 60%);
}
.contact-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  color: var(--white); letter-spacing: .03em;
  margin-bottom: .8rem; position: relative; z-index: 1;
}
.contact-hero p {
  color: rgba(255,255,255,.72); font-size: 1.05rem;
  max-width: 52ch; margin-inline: auto; position: relative; z-index: 1;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem; margin-top: 3rem;
}
.contact-card {
  background: var(--white); border: 2px solid var(--border);
  border-radius: var(--radius); padding: 2.5rem 2rem;
  text-align: center; box-shadow: var(--shadow);
  transition: var(--transition);
}
.contact-card:hover { border-color: var(--cyan); box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.contact-card-icon {
  width: 72px; height: 72px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; margin: 0 auto 1.2rem;
}
.contact-card-icon.call { background: linear-gradient(135deg, #10B981, #059669); }
.contact-card-icon.wa { background: linear-gradient(135deg, #25D366, #128C7E); }
.contact-card h3 { font-size: 1.2rem; font-weight: 800; color: var(--navy); margin-bottom: .45rem; }
.contact-card p { color: var(--muted); font-size: .9rem; margin-bottom: 1.4rem; }
.contact-card .number {
  font-family: var(--font-mono); font-size: 1.3rem; font-weight: 700;
  color: var(--navy); margin-bottom: 1.4rem; display: block;
}

.hours-box {
  background: var(--ice); border: 1.5px solid var(--border);
  border-radius: var(--radius); padding: 1.8rem 2rem; margin-top: 2.5rem;
  max-width: 560px; margin-inline: auto;
  text-align: center;
}
.hours-box h3 { color: var(--navy); font-weight: 800; margin-bottom: .6rem; }
.hours-box p { color: var(--muted); }
.hours-open { color: var(--success); font-weight: 700; margin-top: .3rem; }

/* ============================================================
   PAGE HEADER (inner pages)
   ============================================================ */
.page-hero {
  background: linear-gradient(145deg, #060F20, var(--navy) 70%);
  padding-block: clamp(2.5rem, 5vw, 4rem);
  border-bottom: 2px solid var(--cyan-dark);
}
.page-hero .eyebrow {
  font-size: .78rem; font-weight: 700; letter-spacing: .15em;
  text-transform: uppercase; color: var(--cyan); margin-bottom: .5rem;
}
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--white); letter-spacing: .03em; margin-bottom: .8rem;
}
.page-hero p { color: rgba(255,255,255,.72); font-size: 1.05rem; max-width: 62ch; }
.page-hero .btn { margin-top: 1.5rem; }

/* ============================================================
   SERVICES DETAIL PAGE
   ============================================================ */
.service-detail { padding-block: 2.5rem; border-bottom: 1px solid var(--border); }
.service-detail:last-child { border-bottom: none; }
.service-detail-header {
  display: flex; align-items: flex-start; gap: 1.2rem;
  margin-bottom: 1.4rem;
}
.svc-icon-lg {
  width: 60px; height: 60px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--cyan), var(--cyan-dark));
  border-radius: 16px; display: flex; align-items: center; justify-content: center;
  font-size: 1.7rem;
}
.service-detail h2 { color: var(--navy); font-size: 1.55rem; font-weight: 800; margin-bottom: .3rem; }
.service-detail .badge {
  display: inline-block; background: rgba(244,160,32,.12);
  border: 1px solid rgba(244,160,32,.3); color: #B45309;
  font-size: .72rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; padding: .2rem .6rem; border-radius: 20px; margin-left: .5rem;
}

.service-list {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: .75rem; margin: 1.2rem 0;
}
.service-list li {
  display: flex; align-items: flex-start; gap: .55rem;
  color: var(--slate); font-size: .93rem;
}
.service-list li::before {
  content: '✓'; color: var(--success); font-weight: 800;
  flex-shrink: 0; margin-top: .1rem;
}

/* ============================================================
   SERVICE AREA PAGE
   ============================================================ */
.area-card {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--radius); padding: 1.6rem;
  box-shadow: var(--shadow); transition: var(--transition);
}
.area-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.area-card-head {
  display: flex; align-items: center; gap: .8rem; margin-bottom: .85rem;
}
.area-badge {
  width: 36px; height: 36px; border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--cyan-dark));
  display: flex; align-items: center; justify-content: center;
  color: var(--white); font-size: 1rem; flex-shrink: 0;
}
.area-card h3 { color: var(--navy); font-weight: 800; }
.area-card p { color: var(--muted); font-size: .9rem; line-height: 1.6; }

/* ============================================================
   VOICE SEARCH BLOCK (hidden from visual, visible to search)
   ============================================================ */
.voice-block {
  background: var(--navy-mid); border-left: 4px solid var(--cyan);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1.4rem 1.6rem; margin: 2rem 0;
}
.voice-block p { color: rgba(255,255,255,.75); font-size: .93rem; line-height: 1.7; }
.voice-block strong { color: var(--cyan-lt); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: #060F20; color: rgba(255,255,255,.7);
  padding-block: 3rem 1.5rem;
  border-top: 2px solid rgba(0,180,216,.15);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1.4fr;
  gap: 2.5rem; margin-bottom: 2.5rem;
}
.footer-brand .logo { font-size: 1.6rem; margin-bottom: .65rem; }
.footer-brand p { font-size: .88rem; line-height: 1.6; color: rgba(255,255,255,.55); }
.footer-tagline { color: var(--cyan-lt) !important; font-weight: 600; font-size: .8rem !important; margin-top: .4rem !important; }
.footer-col h4 {
  font-weight: 800; font-size: .8rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--cyan-lt);
  margin-bottom: 1rem;
}
.footer-col ul li + li { margin-top: .5rem; }
.footer-col a {
  font-size: .88rem; color: rgba(255,255,255,.6);
  transition: var(--transition);
}
.footer-col a:hover { color: var(--cyan-lt); }
.footer-contact-item {
  display: flex; align-items: center; gap: .6rem;
  margin-bottom: .65rem;
}
.footer-contact-icon {
  width: 32px; height: 32px; flex-shrink: 0;
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  font-size: .9rem;
}
.footer-contact-icon.call { background: rgba(16,185,129,.2); }
.footer-contact-icon.wa { background: rgba(37,211,102,.2); }
.footer-contact-item a { font-size: .88rem; color: rgba(255,255,255,.7); font-weight: 600; }
.footer-contact-item a:hover { color: var(--cyan-lt); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 1.2rem;
  display: flex; flex-wrap: wrap; gap: 1rem;
  justify-content: space-between; align-items: center;
  font-size: .8rem; color: rgba(255,255,255,.35);
}
.footer-bottom-links { display: flex; gap: 1.2rem; }
.footer-bottom-links a { color: rgba(255,255,255,.4); font-size: .8rem; }
.footer-bottom-links a:hover { color: var(--cyan-lt); }

/* ============================================================
   STICKY MOBILE BAR
   ============================================================ */
.sticky-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 800;
  background: var(--navy);
  border-top: 2px solid rgba(0,180,216,.2);
  padding: .7rem 1rem;
  gap: .75rem;
  box-shadow: 0 -8px 32px rgba(0,0,0,.3);
}
.sticky-bar .btn { flex: 1; justify-content: center; font-size: .92rem; padding: .7rem .5rem; }

/* ============================================================
   FLOATING WA BUTTON
   ============================================================ */
.wa-float {
  position: fixed; bottom: 90px; right: 20px; z-index: 700;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; box-shadow: 0 4px 20px rgba(37,211,102,.45);
  transition: var(--transition);
  animation: floatBob 4s ease-in-out infinite;
}
.wa-float:hover { background: #1ebe58; transform: scale(1.1); }
@keyframes floatBob {
  0%, 100% { box-shadow: 0 4px 20px rgba(37,211,102,.45); }
  50% { box-shadow: 0 8px 30px rgba(37,211,102,.65); }
}

/* ============================================================
   BREADCRUMB
   ============================================================ */
.breadcrumb {
  background: var(--navy-mid); padding: .6rem 0;
  border-bottom: 1px solid rgba(0,180,216,.12);
}
.breadcrumb ol {
  display: flex; flex-wrap: wrap; gap: .3rem; align-items: center;
  font-size: .82rem;
}
.breadcrumb li { color: rgba(255,255,255,.45); }
.breadcrumb li + li::before { content: '›'; margin-right: .3rem; }
.breadcrumb a { color: var(--cyan-lt); font-weight: 600; }
.breadcrumb [aria-current] { color: rgba(255,255,255,.7); }

/* ============================================================
   SPEAKABLE (schema-targeted, also good UX callout)
   ============================================================ */
.speakable-box {
  background: linear-gradient(120deg, rgba(0,180,216,.07), rgba(0,119,182,.07));
  border: 1.5px solid rgba(0,180,216,.2); border-radius: var(--radius);
  padding: 1.4rem 1.6rem; margin: 2rem 0;
}
.speakable-box p { color: var(--slate); font-size: .95rem; line-height: 1.75; }
/* Readable on dark section backgrounds (voice/local SEO block) */
.section-dark .speakable-box,
.section-navy .speakable-box {
  background: rgba(255,255,255,.08);
  border-color: rgba(0,180,216,.32);
  box-shadow: 0 8px 32px rgba(0,0,0,.18);
}
.section-dark .speakable-box p,
.section-navy .speakable-box p {
  color: rgba(255,255,255,.92);
}
.section-dark .speakable-box strong,
.section-navy .speakable-box strong {
  color: var(--white);
}
.section-dark .speakable-box .highlight,
.section-navy .speakable-box .highlight {
  color: var(--cyan-lt);
}
.section-dark .speakable-box .highlight:hover,
.section-navy .speakable-box .highlight:hover {
  color: var(--white);
}
.section-dark .section-tag,
.section-navy .section-tag {
  color: var(--cyan-lt);
}

/* ============================================================
   MISC UTILITIES
   ============================================================ */
.mt-1 { margin-top: .5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.mb-2 { margin-bottom: 1rem; }
.highlight { color: var(--cyan-dark); font-weight: 800; }
.amber { color: var(--amber); }
.prose p + p { margin-top: 1rem; }
.prose ul li { padding-left: 1.2rem; position: relative; margin-top: .4rem; }
.prose ul li::before { content: '▸'; position: absolute; left: 0; color: var(--cyan); }
.note {
  background: rgba(244,160,32,.08); border-left: 3px solid var(--amber);
  padding: .8rem 1rem; border-radius: 0 8px 8px 0;
  font-size: .88rem; color: #92400E;
}
.divider {
  border: none; border-top: 1.5px solid var(--border);
  margin-block: 2.5rem;
}

/* ============================================================
   ANIMATIONS ON SCROLL (JS class toggle)
   ============================================================ */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity .55s ease, transform .55s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-cards { flex-direction: row; flex-wrap: wrap; }
  .hero-card { min-width: 160px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
  :root { --header-h: 62px; }
  .nav-toggle { display: flex; }
  .site-nav {
    position: absolute; top: var(--header-h); left: 0; right: 0;
    background: rgba(11,29,58,.98); backdrop-filter: blur(16px);
    border-bottom: 2px solid rgba(0,180,216,.2);
    max-height: 0; overflow: hidden;
    transition: max-height .35s ease;
  }
  .site-nav.is-open { max-height: 420px; }
  .nav-list { flex-direction: column; gap: 0; padding: .5rem 1rem 1rem; }
  .nav-list a { padding: .75rem 1rem; border-radius: 8px; }
  .sticky-bar { display: flex; }
  .wa-float { bottom: 80px; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .cta-band-inner { flex-direction: column; }
  .hero-cards { display: none; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 2.2rem; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .trust-inner { flex-direction: column; align-items: flex-start; }
  .trust-sep { display: none; }
  .contact-cards { grid-template-columns: 1fr; }
}

/* Print */
@media print {
  .site-header, .sticky-bar, .wa-float, .cta-band { display: none; }
  body { color: #000; }
}
