:root {
  --bg: #121212;
  --panel: #1a1c1f;
  --panel-soft: #202327;
  --ink: #f4f2ef;
  --muted: #b8b3aa;
  --line: #32363c;
  --gold: #d3a96d;
  --teal: #2ea8a2;
  --leather: #3f3128;
  --radius: 14px;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  color-scheme: dark;
}
body {
  margin: 0;
  background: radial-gradient(1200px 700px at 70% -10%, #2b211b 0%, #121212 50%), var(--bg);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a, button, input, textarea, select { touch-action: manipulation; }
section[id] { scroll-margin-top: 104px; }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -52px;
  z-index: 100;
  border: 1px solid var(--gold);
  border-radius: 10px;
  background: #111418;
  color: #f2e9db;
  padding: 8px 12px;
  font-weight: 700;
}

.skip-link:focus-visible {
  top: 12px;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.04) 0.6px, transparent 0.6px);
  background-size: 4px 4px;
  opacity: .2;
}

.container { width: min(1120px, 92vw); margin: 0 auto; }
.section { padding: 84px 0; }

.kicker {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .72rem;
  font-weight: 700;
  color: var(--gold);
  margin: 0 0 10px;
}

.section-head {
  max-width: 74ch;
  margin: 0 0 22px;
}

.section-head > p:not(.kicker) {
  color: var(--muted);
  margin-top: 0;
}

h1,h2,h3,h4 { font-family: "Space Grotesk", sans-serif; line-height: 1.2; margin: 0 0 12px; }
h1 { font-size: clamp(2rem, 5vw, 3.65rem); letter-spacing: -.02em; }
h2 { font-size: clamp(1.55rem, 3vw, 2.25rem); }
h1, h2 { text-wrap: balance; }

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
  background: rgba(16, 16, 18, .82);
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand img {
  width: 200px;
  height: auto;
  opacity: 1;
  filter: none;
}
.nav { display: flex; gap: 20px; align-items: center; }
.nav a { color: #ddd8cf; font-weight: 600; font-size: .95rem; }
.nav a:hover { color: #fff; }
.nav a[aria-current="page"] { color: #fff; }
.contact-link { border: 1px solid var(--gold); border-radius: 10px; padding: 9px 13px; }

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  color: #fff;
  background: transparent;
  border-radius: 10px;
  padding: 10px 12px;
}

.hero-layout,
.about-grid,
.split { display: grid; grid-template-columns: 1.15fr 1fr; gap: 22px; align-items: center; }
.hero-copy p { color: var(--muted); }
.hero-actions { margin: 24px 0 20px; display: flex; flex-wrap: wrap; gap: 10px; }

.music-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.music-points li {
  color: var(--muted);
  position: relative;
  padding-left: 16px;
}

.music-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--teal);
}

.btn {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 10px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--gold), #bd8c4f); color: #1d140d; }
.btn-outline { border: 1px solid var(--line); color: #ede7df; }

.chips { list-style: none; display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 0; }
.chips li {
  border: 1px solid #3b3f47;
  padding: 6px 10px;
  border-radius: 999px;
  color: #d8d2c8;
  font-size: .82rem;
}

.hero-media {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid #463a31;
  box-shadow: 0 16px 40px rgba(0,0,0,.35);
}
.hero-media img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; filter: saturate(.85) contrast(.96); }
.hero-stat {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(17, 15, 13, .85);
  border: 1px solid rgba(211,169,109,.45);
  border-radius: 11px;
  padding: 10px 12px;
}
.hero-stat strong { display: block; color: var(--gold); font-family: "Space Grotesk", sans-serif; }
.hero-stat span { color: #d4cabd; font-size: .85rem; }

.panel,.card,.client {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(165deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
}
.panel { padding: 24px; }

.cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.card { padding: 20px; }
.card p,.panel p,.card li,.team-card p,.contact-data { color: var(--muted); margin-top: 0; }
.card a { color: #efe3d2; text-decoration: underline; text-underline-offset: 2px; }
.card img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 12px;
  border: 1px solid #3c4047;
}
.mini-note {
  font-size: .85rem;
  color: #c7b9a3;
  border-top: 1px solid #343840;
  padding-top: 10px;
}

.trust-card p {
  margin-bottom: 0;
}

.badges-head p { max-width: 60ch; color: var(--muted); margin-top: 0; }

.badge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.badge-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(165deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  padding: 14px;
  text-align: center;
}

.badge-card img {
  width: 100%;
  max-width: 230px;
  margin: 0 auto 10px;
  filter: drop-shadow(0 4px 14px rgba(0,0,0,.3));
}

.badge-card p {
  margin: 0;
  color: #cec6b9;
  font-size: .88rem;
}

.badge-cta-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.team-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; }
.team-card {
  border: 1px solid #3a3f47;
  border-radius: 12px;
  padding: 10px;
  background: rgba(255,255,255,.02);
}
.team-card img,.avatar {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 10px;
  margin-bottom: 8px;
}
.avatar {
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--teal), #2f5756);
  color: #081815;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
}
.team-card h4 { margin: 0 0 3px; }
.team-card p { margin: 0; font-size: .9rem; }

.client-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.client { min-height: 116px; display: grid; place-items: center; gap: 8px; text-align: center; padding: 18px; }
.client img {
  width: 112px;
  height: 64px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid #3f454f;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.28);
}
.client p { margin: 0; color: #d5cec3; font-size: .9rem; }
.client small { color: #a9a093; font-size: .79rem; }

.ops-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}

.ops-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(165deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  padding: 14px;
}

.ops-card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
  border: 1px solid #3b3f46;
}

.ops-card p { color: var(--muted); margin: 0; }

.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.platform-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(165deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  padding: 16px;
}

.platform-card p {
  margin: 0;
  color: var(--muted);
}

.steps { margin: 0; padding-left: 20px; display: grid; gap: 12px; }
.steps strong { display: block; color: #f2ece2; }
.steps span { color: var(--muted); }

.metric-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.panel.metrics > img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #3c4047;
  margin-bottom: 12px;
}
.metric-grid div {
  border: 1px solid #3c3f45;
  border-radius: 12px;
  padding: 14px;
  background: rgba(255,255,255,.02);
}
.metric-grid strong { display: block; color: var(--teal); font-family: "Space Grotesk", sans-serif; font-size: 1.45rem; }
.metric-grid span { color: #cbc3b8; font-size: .89rem; }

.contact-data { list-style: none; padding: 0; margin: 14px 0 0; display: grid; gap: 8px; }
.form { display: grid; gap: 7px; }
input,textarea {
  width: 100%;
  background: rgba(255,255,255,.03);
  border: 1px solid #3a3f47;
  color: #f4f2ef;
  border-radius: 10px;
  padding: 11px 12px;
  font: inherit;
}
input:focus,textarea:focus { outline: 2px solid rgba(211,169,109,.45); border-color: var(--gold); }
#formNotice { min-height: 22px; margin: 0; color: #d9c39a; }

.footer {
  border-top: 1px solid rgba(255,255,255,.08);
  background: #0f1012;
  padding: 0 0 26px;
}
.footer-strip {
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 14px 0;
  background: #101317;
}
.footer-strip p { margin: 0; color: #d5cec3; text-align: center; }
.footer-strip strong { color: #7ad48a; letter-spacing: .02em; }

.footer-top {
  padding: 28px 0;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 24px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-top h3 { margin: 0 0 10px; font-size: 1.05rem; }
.footer-top p { margin: 0 0 10px; color: #bfb7aa; }
.footer-top a { display: block; color: #ddd6ca; margin: 0 0 6px; }
.footer-top a:hover { color: #fff; text-decoration: underline; }
.footer-accent { color: #7ad48a !important; font-weight: 700; }

.topic-page .page-hero {
  padding: 56px 0 26px;
}
.topic-page .page-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 18px;
  align-items: center;
}
.topic-page .page-hero-grid img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #3b3f46;
  min-height: 280px;
  object-fit: cover;
}
.topic-page .topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
  padding-bottom: 56px;
}
.topic-page .topic-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(165deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  padding: 14px;
}
.topic-page .topic-card img {
  width: 100%;
  aspect-ratio: 16/10;
  border-radius: 10px;
  object-fit: cover;
  margin-bottom: 10px;
  border: 1px solid #3b3f46;
}
.topic-page .topic-card p { color: var(--muted); margin: 0; }
.topic-page .topic-meta {
  color: #d5c7af;
  font-size: .85rem;
  margin-top: 8px;
}

.section-sub { color: var(--muted); margin: 0; }

.plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.plan-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(165deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  padding: 16px;
  display: grid;
  gap: 10px;
}

.plan-card.featured {
  border-color: rgba(46,168,162,.65);
  box-shadow: 0 0 0 1px rgba(46,168,162,.25) inset;
}

.plan-name {
  margin: 0;
  color: #ddd6ca;
  font-weight: 700;
  font-size: .88rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.plan-price {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2rem;
  line-height: 1;
  color: #f6f1e8;
}

.plan-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  display: grid;
  gap: 6px;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(165deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  padding: 14px;
}

.faq-item p { margin: 0; color: var(--muted); }

.compliance-cta {
  text-align: center;
}

.compliance-cta p {
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-section .section-head {
  text-align: center;
}

.testi-wrap {
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  padding: 20px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
}

.testi-main {
  min-width: 0;
}

.testi-nav {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid #425a77;
  background: #182330;
  color: #73bfff;
  font-size: 2rem;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.testi-nav:hover {
  background: #1f3144;
}

.testi-rail {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 16px;
}

.testi-avatar {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  opacity: var(--opacity, .6);
  transform: scale(var(--scale, .8));
  transition: transform 260ms ease, opacity 260ms ease, filter 260ms ease;
}

.testi-avatar span {
  width: 62px;
  height: 62px;
  border-radius: 999px;
  margin: 0 auto;
  border: 1px solid #4b515c;
  background: linear-gradient(145deg, #3f454f, #262b32);
  color: #ece6dc;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  display: grid;
  place-items: center;
}

.testi-avatar.is-active span {
  border-color: rgba(46,168,162,.8);
  background: linear-gradient(145deg, #34aca6, #2d5f5d);
  color: #081816;
  box-shadow: 0 0 0 2px rgba(46,168,162,.2), 0 10px 24px rgba(0,0,0,.35);
}

.testi-avatar:hover {
  filter: brightness(1.08);
}

.testi-content {
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
}

.testi-name {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.2rem, 2.1vw, 1.8rem);
}

.testi-role {
  margin: 4px 0 10px;
  color: #9ca8b5;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: .76rem;
  font-weight: 700;
}

.testi-quote {
  margin: 0 auto;
  color: #ded7cb;
  max-width: 72ch;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
}

.testi-rail.slide-left {
  animation: railLeft 360ms ease;
}

.testi-rail.slide-right {
  animation: railRight 360ms ease;
}

.testi-quote.quote-enter-left {
  animation: quoteLeft 360ms ease;
}

.testi-quote.quote-enter-right {
  animation: quoteRight 360ms ease;
}

@keyframes railLeft {
  from { transform: translateX(18px); opacity: .7; }
  to { transform: translateX(0); opacity: 1; }
}

@keyframes railRight {
  from { transform: translateX(-18px); opacity: .7; }
  to { transform: translateX(0); opacity: 1; }
}

@keyframes quoteLeft {
  from { transform: translateX(24px); opacity: .2; }
  to { transform: translateX(0); opacity: 1; }
}

@keyframes quoteRight {
  from { transform: translateX(-24px); opacity: .2; }
  to { transform: translateX(0); opacity: 1; }
}

.footer-shell { display: grid; gap: 6px; color: #c5beb3; font-size: .92rem; }
.footer-shell div { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-shell a { color: #efe3d2; }
.footer-shell p { margin: 0; }

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

.legal main { padding: 56px 0 84px; }
.legal-doc {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.02);
  padding: 28px;
}
.legal-doc h1 { font-size: clamp(1.8rem, 3vw, 2.4rem); }
.legal-doc h2 { margin-top: 24px; }
.legal-doc p,.legal-doc li { color: #ccc5bc; }

@media (max-width: 980px) {
  .hero-layout,.about-grid,.split,.cards,.client-grid,.team-grid,.ops-grid,.badge-grid,.platform-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .topic-page .page-hero-grid,
  .topic-page .topic-grid { grid-template-columns: 1fr 1fr; }
  .plan-grid,
  .faq-list { grid-template-columns: 1fr 1fr; }
  .testi-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .testi-nav {
    display: none;
  }
}

@media (max-width: 760px) {
  .section { padding: 64px 0; }
  .nav-toggle { display: inline-flex; }
  .nav {
    position: absolute;
    top: 82px;
    left: 4vw;
    right: 4vw;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(16,16,18,.97);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px;
    gap: 8px;
  }
  .nav.open { display: flex; }
  .hero-layout,.about-grid,.split,.cards,.client-grid,.team-grid,.metric-grid,.ops-grid,.badge-grid,.platform-grid { grid-template-columns: 1fr; }
  .footer-top,
  .topic-page .page-hero-grid,
  .topic-page .topic-grid { grid-template-columns: 1fr; }
  .plan-grid,
  .faq-list { grid-template-columns: 1fr; }
  .brand img { width: 176px; }
  .testi-rail {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .testi-avatar span {
    width: 52px;
    height: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal,.btn { transition: none; transform: none; }
  .testi-rail.slide-left,
  .testi-rail.slide-right,
  .testi-quote.quote-enter-left,
  .testi-quote.quote-enter-right { animation: none; }
}

.li-widget {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
}

.li-fab {
  width: 58px;
  height: 58px;
  border: none;
  border-radius: 999px;
  background: #0a66c2;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.li-fab:hover { filter: brightness(1.08); }

.li-panel {
  width: min(320px, 84vw);
  margin: 0 0 10px auto;
  border: 1px solid #3a3f47;
  border-radius: 14px;
  background: rgba(21, 23, 28, 0.96);
  padding: 14px;
  color: #ece6dc;
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
}

.li-panel.open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.li-panel p { margin: 0 0 8px; color: #d4ccbe; }

.li-actions {
  display: flex;
  gap: 8px;
}

.li-actions a,
.li-actions button {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #454a53;
  background: #1f232a;
  color: #e8e2d7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-size: .88rem;
  cursor: pointer;
}

.li-actions a {
  border-color: #0a66c2;
  background: #0a66c2;
  color: #fff;
}

:root {
  --bg: #f3f6fb;
  --panel: #ffffff;
  --panel-soft: #edf2f8;
  --ink: #101a2b;
  --muted: #3f5268;
  --line: #c8d2df;
  --gold: #1c4c7a;
  --teal: #8a4e2e;
  --leather: #223955;
  --radius: 6px;
}

html {
  color-scheme: light;
}

body {
  background:
    linear-gradient(180deg, #f8fafd 0%, #eef3f9 100%),
    repeating-linear-gradient(90deg, rgba(16, 26, 43, 0.025) 0 1px, transparent 1px 120px);
  color: var(--ink);
  font-family: "Avenir Next", "Segoe UI", "Manrope", sans-serif;
}

a {
  color: #1c4c7a;
}

.grain {
  background-image: radial-gradient(rgba(16, 26, 43, 0.14) 0.55px, transparent 0.55px);
  opacity: 0.06;
}

.skip-link {
  border-color: #1c4c7a;
  background: #ffffff;
  color: #12243a;
}

h1, h2, h3, h4 {
  font-family: "Georgia", "Times New Roman", serif;
  color: #111b2c;
  letter-spacing: 0;
}

.kicker {
  color: #3f5470;
}

.header {
  backdrop-filter: blur(4px);
  background: rgba(248, 251, 255, 0.94);
  border-bottom: 1px solid var(--line);
}

.nav a {
  color: #233247;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: #0f1b2c;
}

.contact-link {
  border-color: #1c4c7a;
  color: #1c4c7a;
  background: #ffffff;
}

.nav-toggle {
  border-color: var(--line);
  color: #18283f;
  background: #ffffff;
}

.hero-copy p,
.section-head > p:not(.kicker),
.section-sub {
  color: var(--muted);
}

.music-points li {
  color: var(--muted);
}

.music-points li::before {
  background: #1c4c7a;
}

.btn-primary {
  background: #1c4c7a;
  color: #ffffff;
  border: 1px solid #173f67;
}

.btn-outline {
  border: 1px solid var(--line);
  color: #233247;
  background: #ffffff;
}

.chips li {
  border-color: var(--line);
  color: #3e4d63;
  background: rgba(255, 255, 255, 0.8);
}

.hero-media {
  border-color: var(--line);
  box-shadow: none;
}

.hero-media img {
  filter: none;
}

.hero-stat {
  background: rgba(255, 255, 255, 0.95);
  border-color: var(--line);
}

.hero-stat strong {
  color: #1c4c7a;
}

.hero-stat span {
  color: #42536a;
}

.panel,
.card,
.client,
.badge-card,
.ops-card,
.platform-card,
.plan-card,
.faq-item,
.topic-page .topic-card,
.legal-doc,
.testi-wrap {
  background: #ffffff;
  border-color: var(--line);
  box-shadow: none;
}

.card p,
.panel p,
.card li,
.team-card p,
.contact-data,
.ops-card p,
.platform-card p,
.topic-page .topic-card p,
.faq-item p,
.legal-doc p,
.legal-doc li {
  color: var(--muted);
}

.card a,
.topic-page .topic-meta a {
  color: #1c4c7a;
}

.mini-note,
.topic-page .topic-meta {
  color: #5b6b84;
  border-top-color: #dde4ee;
}

.card img,
.ops-card img,
.topic-page .topic-card img,
.client img,
.team-card,
.team-card img,
.panel.metrics > img {
  border-color: #d8e0eb;
}

.team-card {
  background: #ffffff;
}

.avatar {
  background: #1c4c7a;
  color: #ffffff;
}

.client p {
  color: #33465f;
}

.client small {
  color: #61738e;
}

.steps strong {
  color: #1a2a40;
}

.steps span {
  color: var(--muted);
}

.metric-grid div {
  border-color: #d3dce8;
  background: #f9fbff;
}

.metric-grid strong {
  color: #1c4c7a;
}

.metric-grid span {
  color: #4f5f75;
}

input,
textarea {
  background: #ffffff;
  border-color: #ccd6e3;
  color: #13243a;
}

input:focus,
textarea:focus {
  outline: 2px solid rgba(28, 76, 122, 0.2);
  border-color: #1c4c7a;
}

#formNotice {
  color: #1c4c7a;
}

.footer {
  border-top-color: #d3dbe7;
  background: #eef3f9;
}

.footer-strip {
  border-bottom-color: #d4dce8;
  background: #e7eef7;
}

.footer-strip p {
  color: #33465f;
}

.footer-strip strong {
  color: #1c4c7a;
}

.footer-top {
  border-bottom-color: #d4dce8;
}

.footer-top h3 {
  color: #182a43;
}

.footer-top p {
  color: #4f5d71;
}

.footer-top a {
  color: #2a3c56;
}

.footer-top a:hover {
  color: #142742;
}

.footer-accent {
  color: #1c4c7a !important;
}

.footer-shell {
  color: #4f5d71;
}

.footer-shell a {
  color: #1c4c7a;
}

.topic-page .page-hero-grid img {
  border-color: #d8e1ed;
}

.plan-name {
  color: #32445d;
}

.plan-price {
  color: #1a2d46;
}

.plan-card ul {
  color: var(--muted);
}

.plan-card.featured {
  border-color: #1c4c7a;
  box-shadow: 0 0 0 1px rgba(28, 76, 122, 0.15) inset;
}

.testi-nav {
  border-color: #bfd0e6;
  background: #edf3fb;
  color: #1c4c7a;
}

.testi-nav:hover {
  background: #e2ecf8;
}

.testi-avatar span {
  border-color: #c9d5e5;
  background: #eef3fa;
  color: #3f4f67;
}

.testi-avatar.is-active span {
  border-color: #1c4c7a;
  background: #1c4c7a;
  color: #ffffff;
  box-shadow: 0 0 0 2px rgba(28, 76, 122, 0.12);
}

.testi-role {
  color: #5b6c86;
}

.testi-quote {
  color: #2f4058;
}

.legal-doc {
  background: #ffffff;
}

.legal-doc h1,
.legal-doc h2 {
  color: #13233a;
}

.li-fab {
  background: #1c4c7a;
}

.li-panel {
  border-color: #ccd7e5;
  background: #ffffff;
  color: #1b2a3e;
}

.li-panel p {
  color: #55647a;
}

.li-actions a,
.li-actions button {
  border-color: #cad4e2;
  background: #f5f8fd;
  color: #243955;
}

.li-actions a {
  border-color: #1c4c7a;
  background: #1c4c7a;
  color: #ffffff;
}

@media (max-width: 760px) {
  .nav {
    background: rgba(252, 253, 255, 0.98);
    border-color: #d4dce8;
  }
}

.footer-map {
  margin: 8px 0 4px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(0,0,0,.18);
}

.footer-map iframe {
  width: 100%;
  height: 220px;
  border: 0;
  display: block;
}

@media (max-width: 760px) {
  .footer-map iframe {
    height: 180px;
  }
}

.logo-wall {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.logo-wall span {
  display: grid;
  place-items: center;
  min-height: 52px;
  border: 1px solid #c7d4e4;
  border-radius: 12px;
  background: linear-gradient(165deg, #f8fbff, #f1f6fd);
  color: #1d3048;
  font-family: "Space Grotesk", sans-serif;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .01em;
  text-align: center;
  padding: 8px;
}

/* Global light-theme readability hardening */
.section-sub,
.mini-note,
.topic-page .topic-meta,
.footer-top p,
.footer-shell,
.card p,
.panel p,
.card li,
.team-card p,
.topic-page .topic-card p,
.faq-item p,
.legal-doc p,
.legal-doc li,
.steps span,
.plan-card ul,
.testi-role,
.client small {
  color: #3f5268;
}

.plan-name {
  color: #23384f;
}

.plan-price {
  color: #162a42;
}

@media (max-width: 760px) {
  .logo-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
