/* Shared stylesheet for the service subpages (Ads landing pages).
   Tokens mirror index.html — keep in sync when the main palette changes. */
@font-face {
  font-family: 'Archivo';
  font-style: italic;
  font-weight: 400 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url('fonts/archivo-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Archivo';
  font-style: italic;
  font-weight: 400 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url('fonts/archivo-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url('fonts/archivo-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url('fonts/archivo-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/instrumentsans-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/instrumentsans-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --paper: #F6FBFE;
  --card: #FFFFFF;
  --sky: #7ECFF0;
  --sky-soft: #E4F4FC;
  --azure: #0879CE;
  --cta-start: #0565A9;
  --cta-end: #0671BC;
  --deep: #04355F;
  --abyss: #022543;
  --ink: #10314F;
  --muted: #4E6D87;
  --line: rgba(8, 121, 206, .14);
  --line-dark: rgba(255, 255, 255, .12);
  --shadow-sm: 0 6px 24px rgba(4, 53, 95, .08);
  --shadow-lg: 0 32px 80px rgba(4, 53, 95, .18);
  --display: "Archivo", system-ui, sans-serif;
  --body: "Instrument Sans", system-ui, sans-serif;
  --ease: cubic-bezier(.22, .8, .24, 1);
}

*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0;
  font-family: var(--body);
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--azure); text-decoration: none; }
p a, li a { text-decoration: underline; text-underline-offset: 3px; }
:focus-visible { outline: 3px solid var(--azure); outline-offset: 2px; }

.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 200;
  padding: .6rem 1rem; border-radius: 10px;
  background: var(--deep); color: #fff; font-weight: 700;
  transform: translateY(-200%);
}
.skip-link:focus-visible { transform: translateY(0); }

.shell { width: min(1080px, calc(100% - 48px)); margin-inline: auto; }

/* Header */
.subnav {
  position: sticky; top: 0; z-index: 90;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.subnav .shell { display: flex; align-items: center; gap: 1.4rem; min-height: 66px; }
.subnav .brand {
  font-family: var(--display); font-style: italic; font-weight: 900;
  font-variation-settings: "wdth" 118;
  color: var(--deep); font-size: 1.05rem; letter-spacing: .01em;
}
.subnav nav { display: flex; gap: 1.2rem; margin-left: auto; }
.subnav nav a { color: var(--ink); font-weight: 600; font-size: .95rem; }
.subnav nav a:hover { color: var(--azure); }
.subnav .btn { margin-left: .4rem; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  font-family: var(--display); font-variation-settings: "wdth" 108;
  font-weight: 700; font-size: .95rem; letter-spacing: .01em;
  padding: .9rem 1.65rem; border-radius: 999px;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
  cursor: pointer; border: 0; white-space: normal; text-align: center;
}
.btn-primary {
  color: #fff;
  background: linear-gradient(100deg, var(--cta-start) 5%, var(--cta-end) 95%);
  box-shadow: 0 10px 28px rgba(8,121,206,.35);
}
.btn-primary:hover { transform: translateY(-2px); }
.btn-outline {
  color: var(--cta-start);
  background: #fff;
  border: 1.5px solid rgba(8,121,206,.45);
}
.btn-outline:hover { border-color: var(--azure); }

/* Hero */
.sub-hero { padding: clamp(2.6rem, 6vw, 4.5rem) 0 clamp(2rem, 4vw, 3rem); }
.sub-hero .shell { display: grid; gap: clamp(1.6rem, 4vw, 3rem); grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: center; }
.crumbs { font-size: .85rem; color: var(--muted); margin: 0 0 1rem; }
.crumbs a { color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
h1 {
  font-family: var(--display); font-style: italic; font-weight: 900;
  font-variation-settings: "wdth" 112;
  font-size: clamp(1.9rem, 4.6vw, 3.3rem);
  line-height: 1.06; letter-spacing: -.015em;
  color: var(--deep); margin: 0 0 1.1rem;
}
.lead { font-size: 1.08rem; color: var(--muted); max-width: 34rem; margin: 0 0 1.6rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: .9rem 1.1rem; align-items: center; }
.sub-hero img { border-radius: 22px; box-shadow: var(--shadow-lg); }
.price-chip {
  display: inline-block; margin: 0 0 1.2rem;
  padding: .45rem 1rem; border-radius: 999px;
  background: var(--sky-soft); color: var(--cta-start);
  font-weight: 700; font-size: .95rem;
}

/* Sections */
section { padding: clamp(2rem, 5vw, 3.6rem) 0; }
h2 {
  font-family: var(--display); font-style: italic; font-weight: 900;
  font-variation-settings: "wdth" 112;
  font-size: clamp(1.5rem, 3.2vw, 2.2rem);
  line-height: 1.12; color: var(--deep); margin: 0 0 1.2rem;
}
.benefits { list-style: none; margin: 0; padding: 0; display: grid; gap: .85rem; max-width: 44rem; }
.benefits li { padding-left: 1.7rem; position: relative; }
.benefits li::before {
  content: ""; position: absolute; left: 0; top: .5em;
  width: .8em; height: .45em;
  border-left: 2.5px solid var(--azure); border-bottom: 2.5px solid var(--azure);
  transform: rotate(-45deg);
}
.price-band {
  background: var(--card); border: 1px solid var(--line); border-radius: 22px;
  box-shadow: var(--shadow-sm);
  padding: clamp(1.4rem, 3vw, 2.2rem);
  display: grid; gap: 1rem;
}
.price-band strong { font-family: var(--display); font-style: italic; font-size: 1.5rem; color: var(--deep); }
.price-band p { margin: 0; color: var(--muted); }
.price-band .hero-ctas { margin-top: .4rem; }

/* FAQ */
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 1.2rem .2rem;
  font-family: var(--display); font-variation-settings: "wdth" 108;
  font-weight: 700; font-size: 1.06rem; color: var(--deep);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.4rem; color: var(--azure); flex: 0 0 auto; }
.faq details[open] summary::after { content: "–"; }
.faq p { margin: 0 0 1.2rem; color: var(--muted); max-width: 46rem; }

/* CTA panel */
.cta-panel {
  background: var(--deep); color: #fff; border-radius: 26px;
  padding: clamp(1.8rem, 4vw, 3rem);
  box-shadow: var(--shadow-lg);
}
.cta-panel h2 { color: #fff; }
.cta-panel p { color: rgba(255,255,255,.84); max-width: 40rem; }
.btn-glass {
  color: #fff; background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.35);
}
.btn-glass:hover { background: rgba(255,255,255,.2); }

/* Footer */
footer { background: var(--abyss); color: rgba(255,255,255,.75); margin-top: 2rem; }
footer .shell { padding: 2rem 0 5.4rem; display: grid; gap: 1rem; }
footer a { color: var(--sky); text-decoration: underline; text-underline-offset: 3px; }
.foot-line { font-size: .85rem; color: rgba(255,255,255,.58); }

/* Mobile callbar */
.callbar {
  position: fixed; inset: auto 0 0 0; z-index: 95;
  display: none; grid-template-columns: 1fr 1fr 1fr; gap: 1px;
  background: var(--line); box-shadow: 0 -8px 30px rgba(4,53,95,.15);
}
.callbar a {
  display: flex; align-items: center; justify-content: center; gap: .4rem;
  padding: 1rem .4rem;
  font-family: var(--display); font-style: italic; font-weight: 800; font-size: .92rem;
  background: #fff; color: var(--azure); white-space: nowrap;
}
.callbar a.solid { background: linear-gradient(100deg, var(--cta-start) 5%, var(--cta-end) 95%); color: #fff; }

@media (max-width: 860px) {
  .sub-hero .shell { grid-template-columns: 1fr; }
  .subnav nav { display: none; }
  .subnav .btn { margin-left: auto; }
  .callbar { display: grid; }
  footer .shell { padding-bottom: 6.4rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
