/* ==========================================================================
   SAS Enterprises, single page site styles
   Design tokens follow the brand palette. Change colours here to restyle.
   ========================================================================== */

:root {
  /* Brand colours */
  --primary: #EE5B28;
  --primary-deep: #C6461B;
  --primary-tint: #FCE9DF;
  --charcoal: #1C2024;
  --ink: #2B2F33;
  --slate: #6B7480;
  --line: #E2E5E8;
  --cloud: #F6F4F1;
  --white: #FFFFFF;
  --leaf: #35774A;
  --husk: #E9DCC1;

  /* Typography */
  --font-head: "Poppins", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;

  /* Structure */
  --radius: 10px;
  --radius-sm: 8px;
  --shadow-sm: 0 1px 2px rgba(28, 32, 36, 0.06), 0 2px 8px rgba(28, 32, 36, 0.05);
  --shadow-md: 0 6px 20px rgba(28, 32, 36, 0.10);
  --shadow-lg: 0 18px 44px rgba(28, 32, 36, 0.16);
  --maxw: 1160px;
  --nav-h: 76px;
  --nav-h-scrolled: 60px;
}

/* --------------------------------------------------------------------------
   Reset and base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h-scrolled) + 12px);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--charcoal);
  line-height: 1.15;
  margin: 0 0 0.5em;
  font-weight: 700;
}

h2 { font-size: clamp(1.7rem, 3.6vw, 2.55rem); letter-spacing: -0.01em; }
h3 { font-size: 1.25rem; font-weight: 600; }

p { margin: 0 0 1rem; }

a { color: var(--primary-deep); text-decoration: none; }
a:hover { text-decoration: underline; }

img, svg { max-width: 100%; height: auto; display: block; }

ul { margin: 0; padding: 0; list-style: none; }

/* --------------------------------------------------------------------------
   Layout helpers
   -------------------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 20px;
}

.section { padding: clamp(56px, 8vw, 104px) 0; }
.section--cloud { background: var(--cloud); }
.section--charcoal { background: var(--charcoal); color: #DDE1E6; }
.section--charcoal h2,
.section--charcoal h3 { color: var(--white); }
.section--husk { background: var(--husk); }

.section-head { max-width: 760px; margin: 0 0 42px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

.eyebrow {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary-deep);
  margin-bottom: 12px;
}
.section--charcoal .eyebrow { color: var(--primary); }

.lead { font-size: 1.08rem; color: var(--slate); }
.section--charcoal .lead { color: #B7BEC7; }

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  padding: 15px 26px;
  border-radius: var(--radius);
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
  text-align: center;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--primary { background: var(--primary); color: var(--white); box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--primary-deep); color: var(--white); box-shadow: var(--shadow-md); }

.btn--ghost { background: transparent; color: var(--charcoal); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--primary); color: var(--primary-deep); }

.btn--on-dark { background: rgba(255,255,255,0.08); color: var(--white); border-color: rgba(255,255,255,0.28); }
.btn--on-dark:hover { background: rgba(255,255,255,0.16); color: var(--white); }

.btn--block { width: 100%; }

/* --------------------------------------------------------------------------
   Navigation
   -------------------------------------------------------------------------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--nav-h);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
  z-index: 100;
  transition: height 0.2s ease, box-shadow 0.2s ease;
}
.nav.scrolled { height: var(--nav-h-scrolled); box-shadow: var(--shadow-sm); }

.nav__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.nav__brand { display: flex; align-items: center; gap: 11px; }
.brand__emblem { height: 30px; width: auto; transition: height 0.2s ease; }
.nav.scrolled .brand__emblem { height: 25px; }
.brand__word { display: flex; flex-direction: column; line-height: 1; font-family: var(--font-head); }
.brand__word strong { font-weight: 800; font-size: 1.18rem; letter-spacing: 0.01em; color: var(--charcoal); }
.brand__word em { font-style: normal; font-weight: 600; font-size: 0.6rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--primary-deep); margin-top: 3px; }
.nav__brand:hover { text-decoration: none; }
@media (max-width: 360px) { .brand__word strong { font-size: 1.05rem; } .brand__emblem { height: 26px; } }

.nav__menu { display: flex; align-items: center; gap: 4px; }
.nav__menu a {
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--ink);
  padding: 9px 12px;
  border-radius: var(--radius-sm);
}
.nav__menu a:hover { color: var(--primary-deep); background: var(--primary-tint); text-decoration: none; }
.nav__cta { margin-left: 8px; padding: 11px 20px; }

.nav__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px; height: 44px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  cursor: pointer;
}
.nav__toggle span { display: block; height: 2px; width: 22px; margin: 0 auto; background: var(--charcoal); transition: transform 0.2s ease, opacity 0.2s ease; }
.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); }

@media (max-width: 900px) {
  .nav__toggle { display: flex; }
  .nav__menu {
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md);
    padding: 12px 20px 20px;
    max-height: calc(100vh - var(--nav-h));
    overflow-y: auto;
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
  }
  .nav__menu.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav__menu a { padding: 13px 12px; font-size: 1rem; }
  .nav__cta { margin: 8px 0 0; }
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  padding: calc(var(--nav-h) + 64px) 0 84px;
  background:
    linear-gradient(180deg, rgba(28,32,36,0.86) 0%, rgba(28,32,36,0.78) 100%),
    radial-gradient(1200px 600px at 78% -10%, rgba(238,91,40,0.30), transparent 60%),
    var(--charcoal);
  color: #E7EAEE;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(80% 70% at 30% 20%, #000 30%, transparent 80%);
  pointer-events: none;
}
.hero__inner { position: relative; z-index: 1; max-width: 820px; }
.hero h1 {
  color: var(--white);
  font-size: clamp(2.1rem, 5.2vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.35em;
}
.hero__sub { font-family: var(--font-head); font-weight: 500; font-size: clamp(1.05rem, 2.1vw, 1.35rem); color: #F3B79E; margin-bottom: 1rem; }
.hero__body { font-size: 1.1rem; color: #C9CFD6; max-width: 660px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 20px; }
.hero__trust {
  display: flex; flex-wrap: wrap; gap: 8px 22px;
  font-size: 0.9rem; color: #AEB6BF; align-items: center;
}
.hero__trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero__trust .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--primary); }

/* --------------------------------------------------------------------------
   Proof band
   -------------------------------------------------------------------------- */
.proof {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.proof__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  padding: 28px 0;
}
.proof__item { text-align: center; padding: 8px 6px; }
.proof__num { font-family: var(--font-head); font-weight: 800; font-size: clamp(1.4rem, 2.6vw, 2rem); color: var(--charcoal); line-height: 1.1; }
.proof__num span { color: var(--primary); }
.proof__label { font-size: 0.82rem; color: var(--slate); margin-top: 4px; }
@media (max-width: 820px) { .proof__grid { grid-template-columns: repeat(3, 1fr); gap: 6px; } }
@media (max-width: 420px) { .proof__grid { grid-template-columns: repeat(2, 1fr); } }

/* --------------------------------------------------------------------------
   About
   -------------------------------------------------------------------------- */
.about__grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 48px; align-items: center; }
.highlights { display: grid; gap: 16px; margin-top: 24px; }
.highlight { display: flex; gap: 14px; align-items: flex-start; }
.highlight__icon {
  flex: 0 0 auto;
  width: 40px; height: 40px;
  display: grid; place-items: center;
  background: var(--primary-tint);
  color: var(--primary-deep);
  border-radius: 10px;
}
.highlight p { margin: 0; font-weight: 500; color: var(--ink); }
.about__media {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  aspect-ratio: 4 / 3.4;
}
@media (max-width: 820px) { .about__grid { grid-template-columns: 1fr; gap: 30px; } .about__media { order: -1; aspect-ratio: 16 / 10; } }

/* Image placeholder (until real photos are supplied) */
.media-ph {
  width: 100%; height: 100%;
  display: grid; place-items: center;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(238,91,40,0.10), rgba(53,119,74,0.10)),
    var(--husk);
  color: var(--ink);
  padding: 24px;
}
.media-ph span { font-family: var(--font-head); font-weight: 600; font-size: 0.9rem; color: var(--slate); max-width: 80%; }
.media-ph .media-ph__mark { font-size: 1.6rem; color: var(--primary-deep); margin-bottom: 6px; }

/* --------------------------------------------------------------------------
   Products
   -------------------------------------------------------------------------- */
.group-label {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary-deep);
  margin: 34px 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 900px) { .product-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .product-grid { grid-template-columns: 1fr; } }

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  display: flex;
  flex-direction: column;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #D6DADF; }

.product__media { aspect-ratio: 16 / 9; border-bottom: 1px solid var(--line); }
.product__body { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.product__body h3 { margin-bottom: 6px; }
.product__desc { font-size: 0.95rem; color: var(--slate); margin-bottom: 14px; }

.spec-table { width: 100%; border-collapse: collapse; font-size: 0.86rem; margin-top: auto; }
.spec-table th, .spec-table td { text-align: left; padding: 7px 2px; border-bottom: 1px solid var(--line); vertical-align: top; }
.spec-table th { font-family: var(--font-body); font-weight: 500; color: var(--slate); white-space: nowrap; width: 44%; }
.spec-table td { font-weight: 500; color: var(--ink); }
.spec-table tr:last-child th, .spec-table tr:last-child td { border-bottom: none; }

.products__cta {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 16px;
  margin-top: 34px;
  padding: 22px 26px;
  background: var(--primary-tint);
  border-radius: var(--radius);
}
.products__cta p { margin: 0; font-family: var(--font-head); font-weight: 600; color: var(--charcoal); }

/* --------------------------------------------------------------------------
   Portfolio
   -------------------------------------------------------------------------- */
.portfolio-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
@media (max-width: 720px) { .portfolio-grid { grid-template-columns: 1fr; } }
.project {
  padding: 26px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.project:hover { transform: translateY(-3px); border-color: rgba(238,91,40,0.55); background: rgba(255,255,255,0.06); }
.project h3 { color: var(--white); font-size: 1.15rem; margin-bottom: 14px; }
.project dl { margin: 0; display: grid; gap: 10px; }
.project dt { font-family: var(--font-head); font-weight: 600; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--primary); }
.project dd { margin: 3px 0 0; color: #C4CAD1; font-size: 0.95rem; }

.snapshot {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 30px;
  padding: 22px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius);
}
.snapshot__item { text-align: center; padding: 6px; }
.snapshot__num { font-family: var(--font-head); font-weight: 800; font-size: clamp(1.2rem, 2.4vw, 1.7rem); color: var(--white); }
.snapshot__num span { color: var(--primary); }
.snapshot__label { font-size: 0.78rem; color: #AEB6BF; margin-top: 3px; }
@media (max-width: 720px) { .snapshot { grid-template-columns: repeat(2, 1fr); } }

/* --------------------------------------------------------------------------
   Clients
   -------------------------------------------------------------------------- */
.client-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
@media (max-width: 720px) { .client-grid { grid-template-columns: 1fr; } }
.client {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.client__badge {
  flex: 0 0 auto;
  width: 54px; height: 54px;
  display: grid; place-items: center;
  border-radius: 12px;
  background: var(--charcoal);
  color: var(--white);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}
.client h3 { font-size: 1.05rem; margin-bottom: 4px; }
.client p { margin: 0; font-size: 0.92rem; color: var(--slate); }

/* --------------------------------------------------------------------------
   Why us
   -------------------------------------------------------------------------- */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 44px; }
@media (max-width: 820px) { .why-grid { grid-template-columns: 1fr; } }
.why-card {
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 3px solid var(--primary);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.why-card h3 { margin-bottom: 8px; }
.why-card p { margin: 0; color: var(--slate); font-size: 0.96rem; }

.compare-wrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.compare {
  width: 100%; border-collapse: collapse; min-width: 560px; background: var(--white);
}
.compare th, .compare td { padding: 15px 18px; text-align: left; border-bottom: 1px solid var(--line); font-size: 0.95rem; }
.compare thead th { font-family: var(--font-head); font-size: 0.95rem; color: var(--white); background: var(--charcoal); }
.compare thead th:nth-child(2) { background: var(--primary); }
.compare tbody th { font-weight: 600; color: var(--charcoal); width: 26%; }
.compare .yes { color: var(--leaf); font-weight: 600; }
.compare td:nth-child(2) { background: rgba(53,119,74,0.06); }
.compare tr:last-child td, .compare tr:last-child th { border-bottom: none; }

/* --------------------------------------------------------------------------
   Coverage
   -------------------------------------------------------------------------- */
.coverage__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
@media (max-width: 820px) { .coverage__grid { grid-template-columns: 1fr; gap: 30px; } }
.coverage__points { display: grid; gap: 16px; margin-top: 20px; }
.coverage__point { display: flex; gap: 14px; align-items: flex-start; }
.coverage__point strong { display: block; font-family: var(--font-head); color: var(--charcoal); }
.coverage__point span { color: var(--slate); font-size: 0.96rem; }
.coverage__point .tick {
  flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%;
  background: var(--leaf); color: var(--white);
  display: grid; place-items: center; font-size: 0.8rem; margin-top: 2px;
}
.coverage__media { border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 4 / 3.2; }

/* --------------------------------------------------------------------------
   Contact
   -------------------------------------------------------------------------- */
.contact__grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 40px; align-items: start; }
@media (max-width: 900px) { .contact__grid { grid-template-columns: 1fr; gap: 30px; } }

.contact__details { display: grid; gap: 14px; margin: 22px 0 22px; }
.contact__row { display: flex; gap: 13px; align-items: flex-start; }
.contact__row .ci {
  flex: 0 0 auto; width: 40px; height: 40px; border-radius: 10px;
  display: grid; place-items: center; background: var(--primary-tint); color: var(--primary-deep);
}
.contact__row strong { display: block; font-family: var(--font-head); font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--slate); margin-bottom: 2px; }
.contact__row a, .contact__row span { color: var(--ink); }

.quick-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.quick-actions .btn { padding: 12px 18px; font-size: 0.94rem; }
.btn--wa { background: #25D366; color: #04310f; }
.btn--wa:hover { background: #1eb457; color: #04310f; }

.map-embed { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); margin-top: 22px; }
.map-embed iframe { display: block; width: 100%; height: 300px; border: 0; }

/* Form */
.form-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-md);
  padding: 28px;
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; }
.field.full { grid-column: 1 / -1; }
.field label { font-family: var(--font-head); font-weight: 500; font-size: 0.88rem; color: var(--charcoal); margin-bottom: 6px; }
.field .req { color: var(--primary-deep); }
.field input, .field select, .field textarea {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink);
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  width: 100%;
}
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(238,91,40,0.18);
}
.field input:invalid:not(:placeholder-shown) { border-color: #d64b3a; }

/* Honeypot, hidden from humans, visible to naive bots */
.hp-field { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }

.form-note { font-size: 0.82rem; color: var(--slate); margin-top: 14px; }
.form-status { margin-top: 16px; padding: 13px 16px; border-radius: var(--radius-sm); font-size: 0.94rem; display: none; }
.form-status.show { display: block; }
.form-status.ok { background: rgba(53,119,74,0.10); color: #245234; border: 1px solid rgba(53,119,74,0.30); }
.form-status.err { background: rgba(214,75,58,0.08); color: #9a2a1c; border: 1px solid rgba(214,75,58,0.28); }
@media (max-width: 520px) { .form-grid { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.footer { background: var(--charcoal); color: #AEB6BF; padding: 56px 0 26px; }
.footer__grid { display: grid; grid-template-columns: 1.3fr 0.8fr 1.2fr; gap: 36px; }
@media (max-width: 820px) { .footer__grid { grid-template-columns: 1fr; gap: 28px; } }
.brand__word--footer { display: inline-flex; flex-direction: row; align-items: center; gap: 12px; margin-bottom: 14px; }
.brand__word--footer:hover { text-decoration: none; }
.brand__word--footer .brand__emblem { height: 40px; }
.brand__word--footer span { display: flex; flex-direction: column; line-height: 1; font-family: var(--font-head); }
.brand__word--footer strong { font-weight: 800; font-size: 1.35rem; color: var(--white); }
.brand__word--footer em { font-style: normal; font-weight: 600; font-size: 0.66rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--primary); margin-top: 3px; }
.footer__tag { font-family: var(--font-head); font-weight: 600; color: var(--white); font-size: 1.05rem; }
.footer h4 { color: var(--white); font-family: var(--font-head); font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; margin: 0 0 14px; }
.footer__links { display: grid; gap: 9px; }
.footer__links a { color: #AEB6BF; font-size: 0.95rem; }
.footer__links a:hover { color: var(--primary); text-decoration: none; }
.footer__contact { display: grid; gap: 10px; font-size: 0.95rem; }
.footer__contact a { color: #C4CAD1; }
.footer__contact a:hover { color: var(--primary); text-decoration: none; }
.footer__ntn { margin-top: 16px; font-size: 0.85rem; color: #8A929B; }
.footer__bottom {
  margin-top: 40px; padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.10);
  font-size: 0.85rem; color: #8A929B;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 20px;
}
.footer__credit { color: #8A929B; }
.footer__credit a { color: #C4CAD1; font-weight: 500; }
.footer__credit a:hover { color: var(--primary); text-decoration: none; }
@media (max-width: 560px) { .footer__bottom { justify-content: center; text-align: center; } }

/* --------------------------------------------------------------------------
   Floating controls
   -------------------------------------------------------------------------- */
.float-wa {
  position: fixed; right: 18px; bottom: 18px; z-index: 90;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: grid; place-items: center;
  box-shadow: var(--shadow-lg);
  transition: transform 0.15s ease;
}
.float-wa:hover { transform: scale(1.06); text-decoration: none; }

.to-top {
  position: fixed; right: 18px; bottom: 84px; z-index: 90;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--charcoal); color: #fff; border: none;
  display: grid; place-items: center; cursor: pointer;
  box-shadow: var(--shadow-md);
  opacity: 0; visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.15s ease;
}
.to-top.show { opacity: 1; visibility: visible; }
.to-top:hover { transform: translateY(-2px); }

/* --------------------------------------------------------------------------
   Scroll reveal + accessibility
   -------------------------------------------------------------------------- */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s ease; }
.js .reveal.in { opacity: 1; transform: none; }

.skip-link {
  position: absolute; left: 12px; top: -60px;
  background: var(--primary); color: #fff;
  padding: 10px 16px; border-radius: var(--radius-sm);
  z-index: 200; font-family: var(--font-head); font-weight: 600;
  transition: top 0.15s ease;
}
.skip-link:focus { top: 12px; text-decoration: none; }

:focus-visible { outline: 3px solid var(--primary); outline-offset: 2px; border-radius: 4px; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}
