:root {
  --ink: #07111f;
  --ink-2: #0b1b31;
  --blue: #1268e8;
  --blue-dark: #0a4fbd;
  --yellow: #ffd338;
  --paper: #f4f7fb;
  --white: #ffffff;
  --text: #152033;
  --muted: #627086;
  --line: #dfe6f0;
  --radius: 22px;
  --shadow: 0 18px 48px rgba(13, 31, 58, .10);
  --max: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

img { display: block; max-width: 100%; }

.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  padding: 22px 0;
  color: var(--white);
}

.header-inner,
.header-actions,
.language-nav,
.hero-actions,
.cta-actions,
.footer-inner {
  display: flex;
  align-items: center;
}

.header-inner { justify-content: space-between; gap: 24px; }

.brand {
  display: block;
  flex: 0 0 auto;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.28));
}

.brand img { width: 158px; height: auto; }

.site-logo,
.footer-logo {
  display: inline-flex;
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.site-logo img {
  width: 240px;
  max-width: 72vw;
  height: auto;
  display: block;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.footer-logo img {
  width: 110px;
  max-width: 35vw;
  height: auto;
  display: block;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.brand-logo {
  display: inline-flex;
  flex-direction: column;
  flex: 0 0 auto;
  gap: 2px;
  line-height: 1;
  text-decoration: none;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.brand-main {
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 900;
  letter-spacing: .5px;
}

.brand-blue { color: #1168ff; }

.brand-yellow { color: #ffd400; }

.brand-subtitle {
  color: rgba(255,255,255,.86);
  font-size: clamp(10px, 1.8vw, 14px);
  letter-spacing: .8px;
  font-weight: 600;
}

.logo,
.logo-card,
.logo-wrap,
.brand-card,
.header-logo,
.footer-brand-card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.logo img,
.header-logo img {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.header-actions { gap: 14px; }

.language-nav {
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
}

.language-nav a {
  min-width: 40px;
  padding: 7px 9px;
  border-radius: 999px;
  color: #b9c7da;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.language-nav a:hover,
.language-nav a.active {
  color: var(--ink);
  background: var(--yellow);
}

.header-phone {
  min-height: 40px;
  padding: 0 15px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 0 12px 28px rgba(255,211,56,.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  padding: 155px 0 86px;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 24%, rgba(18,104,232,.36), transparent 28%),
    radial-gradient(circle at 18% 90%, rgba(255,211,56,.13), transparent 28%),
    linear-gradient(135deg, #050b14 0%, #0a1628 52%, #0a203c 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}

.hero::before {
  width: 360px;
  height: 360px;
  right: -170px;
  top: 60px;
  border: 1px solid rgba(255,255,255,.08);
}

.hero::after {
  width: 520px;
  height: 520px;
  right: -230px;
  top: -20px;
  border: 1px solid rgba(18,104,232,.25);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 72px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 23px;
  padding: 10px 14px;
  border: 1px solid rgba(255,211,56,.38);
  border-radius: 999px;
  background: rgba(255,211,56,.10);
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .02em;
}

.eyebrow::before {
  content: "★";
  color: var(--yellow);
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  max-width: 790px;
  margin-bottom: 22px;
  font-size: clamp(42px, 6.1vw, 76px);
  line-height: .99;
  letter-spacing: -.055em;
}

.hero-lead {
  max-width: 690px;
  margin-bottom: 30px;
  color: #c4d0df;
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions,
.cta-actions {
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 15px;
  font-weight: 900;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.button:hover { transform: translateY(-2px); }

.button-yellow { color: var(--ink); background: var(--yellow); }
.button-yellow:hover { background: #ffe168; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 15px;
  font-weight: 900;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-primary {
  color: var(--ink);
  background: var(--yellow);
}

.btn-primary:hover { background: #ffe168; }

.button-ghost {
  color: var(--white);
  border-color: rgba(255,255,255,.25);
  background: rgba(255,255,255,.07);
}

.button-ghost:hover { border-color: rgba(255,255,255,.5); }

.btn-whatsapp {
  color: var(--white);
  border-color: rgba(37, 211, 102, .62);
  background: rgba(37, 211, 102, .14);
  box-shadow: 0 12px 32px rgba(37, 211, 102, .12);
}

.btn-whatsapp:hover {
  background: rgba(37, 211, 102, .24);
}

.workshop-card {
  position: relative;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 32px 80px rgba(0,0,0,.28);
  backdrop-filter: blur(14px);
}

.workshop-card::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  top: -90px;
  border-radius: 50%;
  background: rgba(255,211,56,.14);
}

.card-label {
  margin-bottom: 18px;
  color: #93a7c2;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.workshop-card h2 {
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 1.12;
}

.contact-list {
  display: grid;
  gap: 0;
  margin: 0;
}

.contact-row {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid rgba(255,255,255,.11);
}

.contact-icon,
.service-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.contact-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: var(--yellow);
  background: rgba(255,255,255,.08);
}

.contact-icon svg,
.service-icon svg { width: 22px; height: 22px; stroke: currentColor; }

.contact-row small {
  display: block;
  margin-bottom: 2px;
  color: #93a7c2;
  font-size: 12px;
}

.contact-row strong { display: block; font-size: 15px; }

.trust-strip {
  position: relative;
  z-index: 3;
  margin-top: -34px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.trust-item {
  display: flex;
  align-items: center;
  min-height: 104px;
  padding: 20px 18px;
  border-right: 1px solid var(--line);
}

.trust-item:last-child { border-right: 0; }

.trust-kicker {
  display: block;
  margin-bottom: 7px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.trust-item strong {
  display: block;
  font-size: 15px;
  line-height: 1.3;
}

.section { padding: 96px 0; }
.section-compact { padding-top: 72px; }

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  margin-bottom: 38px;
}

.section-heading > div { max-width: 760px; }

.section-tag {
  margin-bottom: 11px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.section h2 {
  margin-bottom: 12px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.section-heading p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card,
.review-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 32px rgba(13,31,58,.055);
}

.service-card {
  position: relative;
  min-height: 235px;
  padding: 27px;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: #bdcce1;
  box-shadow: var(--shadow);
}

.service-card::after {
  content: attr(data-number);
  position: absolute;
  right: 20px;
  top: 15px;
  color: #edf1f7;
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
}

.service-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 38px;
  border-radius: 14px;
  color: var(--blue);
  background: #eaf2ff;
}

.service-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.2;
}

.service-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.values-section {
  color: var(--white);
  background: var(--ink);
}

.values-section .section-tag { color: var(--yellow); }
.values-section .section-heading p { color: #aab9cc; }

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255,255,255,.12);
}

.value {
  min-height: 220px;
  padding: 30px;
  background: var(--ink-2);
}

.value-number {
  margin-bottom: 42px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
}

.value h3 { margin-bottom: 10px; font-size: 21px; }
.value p { margin-bottom: 0; color: #aab9cc; font-size: 15px; }

.insurance-section {
  padding-top: 44px;
}

.insurance-card,
.location-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 211, 56, .2), transparent 30%),
    radial-gradient(circle at 6% 100%, rgba(18, 104, 232, .28), transparent 34%),
    linear-gradient(135deg, #06101d 0%, #0b2445 100%);
  box-shadow: 0 24px 64px rgba(5, 11, 20, .16);
}

.insurance-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 32px;
  align-items: center;
  padding: 42px;
}

.insurance-kicker {
  margin-bottom: 12px;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.insurance-title {
  max-width: 720px;
  margin-bottom: 14px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.insurance-text {
  max-width: 720px;
  margin-bottom: 0;
  color: #c4d0df;
  font-size: 17px;
}

.insurance-side {
  display: grid;
  gap: 22px;
  justify-items: start;
}

.insurance-points {
  display: grid;
  gap: 10px;
}

.insurance-points span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.9);
  font-weight: 800;
}

.insurance-points span::before {
  content: "✓";
  color: var(--yellow);
  font-weight: 900;
}

.reviews-header {
  align-items: flex-start;
}

.reviews-actions {
  display: grid;
  gap: 12px;
  justify-items: end;
  flex: 0 0 auto;
}

.reviews-rating {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(255, 211, 56, .42);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 211, 56, .18);
  font-size: 13px;
  font-weight: 900;
}

.reviews-link {
  color: var(--ink);
  border-color: #cfd8e3;
  background: #ffffff;
}

.reviews-link:hover {
  border-color: #9fb2cc;
}

.location-section {
  padding-top: 0;
}

.location-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .85fr);
  gap: 30px;
  align-items: center;
  padding: 42px;
}

.location-card .section-tag {
  color: var(--yellow);
}

.location-card h2 {
  margin-bottom: 12px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.location-card p {
  max-width: 660px;
  margin-bottom: 0;
  color: #c4d0df;
  font-size: 17px;
}

.location-details {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: rgba(255,255,255,.07);
}

.location-details span {
  display: block;
  margin-bottom: 2px;
  color: #93a7c2;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.location-details strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
}

.location-actions {
  display: flex;
  grid-column: 1 / -1;
  gap: 14px;
  flex-wrap: wrap;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.review-card {
  display: flex;
  flex-direction: column;
  min-height: 230px;
  padding: 28px;
}

.stars {
  margin-bottom: 24px;
  color: #efb500;
  letter-spacing: 3px;
}

.review-card blockquote {
  flex: 1;
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

.review-card cite {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.request-section {
  padding: 64px 0;
  background: #f4f7fb;
}

.request-card {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #e6edf6;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(5, 11, 20, .12);
}

.request-info {
  padding: 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 10%, rgba(255, 212, 0, .24), transparent 28%),
    linear-gradient(135deg, #06101d 0%, #0b2445 100%);
}

.request-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: #ffd400;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.request-title {
  margin: 0 0 14px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -.6px;
}

.request-text {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 17px;
}

.request-points {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.request-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.9);
  font-weight: 800;
}

.request-points span::before {
  content: "✓";
  color: #ffd400;
  font-weight: 900;
}

.request-form {
  display: grid;
  gap: 18px;
  padding: 34px;
  background: #ffffff;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field.full {
  grid-column: 1 / -1;
}

.form-field label {
  display: block;
  color: #101828;
  font-size: 15px;
  font-weight: 800;
}

.request-form input,
.request-form textarea {
  display: block;
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid #cfd8e3;
  border-radius: 15px;
  background: #f8fbff;
  color: #101828;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  outline: none;
}

.request-form textarea {
  min-height: 132px;
  resize: vertical;
}

.request-form input:focus,
.request-form textarea:focus {
  border-color: #1168ff;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(17, 104, 255, .12);
}

.turnstile-wrap {
  max-width: 100%;
  overflow: hidden;
}

.cf-turnstile {
  max-width: 100%;
}

.form-actions {
  display: grid;
  gap: 12px;
  justify-items: start;
}

.form-note,
.form-privacy,
.form-error {
  margin: 0;
  color: #667085;
  font-size: 14px;
}

.form-error {
  padding: 12px 14px;
  border: 1px solid #ffccc7;
  border-radius: 12px;
  color: #b42318;
  background: #fff1f0;
}

.hp-field {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.thank-you-hero {
  position: relative;
  min-height: 680px;
  padding: 165px 0 96px;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 24%, rgba(18,104,232,.36), transparent 28%),
    radial-gradient(circle at 18% 90%, rgba(255,211,56,.13), transparent 28%),
    linear-gradient(135deg, #050b14 0%, #0a1628 52%, #0a203c 100%);
}

.thank-you-card {
  max-width: 760px;
  padding: 46px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 30px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 32px 80px rgba(0,0,0,.28);
  backdrop-filter: blur(14px);
}

.thank-you-card h1 {
  margin-bottom: 18px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1;
  letter-spacing: -.055em;
}

.thank-you-card p {
  max-width: 620px;
  margin-bottom: 30px;
  color: #c4d0df;
  font-size: clamp(18px, 2vw, 22px);
}

.thank-you-card .thank-you-next-step {
  margin-top: -12px;
  margin-bottom: 30px;
  color: #f4d96a;
  font-size: clamp(16px, 1.6vw, 19px);
  font-weight: 800;
}

.cta-wrap { padding: 0 0 92px; }

.cta {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
  overflow: hidden;
  padding: 48px;
  border-radius: 28px;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 0%, rgba(255,211,56,.18), transparent 35%),
    linear-gradient(135deg, #0957c9, #0e72ef);
  box-shadow: 0 26px 60px rgba(11,89,202,.22);
}

.cta::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -100px;
  bottom: -170px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
}

.cta-copy { position: relative; z-index: 1; max-width: 620px; }
.cta h2 { margin-bottom: 9px; font-size: clamp(30px, 4vw, 46px); line-height: 1.05; }
.cta p { margin-bottom: 0; color: #dceaff; font-size: 17px; }
.cta-actions { position: relative; z-index: 1; }

.site-footer,
footer {
  padding: 35px 0;
  color: rgba(255,255,255,.72);
  background: #06101d;
}

.footer-inner { justify-content: space-between; gap: 25px; }
.footer-brand {
  display: block;
  flex: 0 0 auto;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  filter: none !important;
}

footer .logo,
footer .footer-logo,
footer .brand-card,
footer .logo-card,
footer .footer-brand {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.footer-brand img,
footer img {
  display: block;
  width: 110px;
  max-width: 110px;
  height: auto;
  opacity: .95;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

.footer-brand-text {
  color: #ffffff;
  font-weight: 900;
}
.footer-details { display: flex; gap: 22px; flex-wrap: wrap; font-size: 13px; }
.footer-details a:hover { color: var(--white); }

.footer-services {
  display: grid;
  gap: 8px;
  min-width: 190px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
}

.footer-services span {
  color: #ffffff;
  font-weight: 900;
}

.footer-services div {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-services a {
  color: rgba(255,255,255,.72);
}

.footer-services a:hover {
  color: #ffffff;
}

.seo-page {
  overflow-x: hidden;
}

.seo-page .site-header {
  position: absolute;
}

.seo-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 86px;
  color: var(--white);
  background:
    radial-gradient(circle at 8% 8%, rgba(255,211,56,.18), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(18,104,232,.34), transparent 32%),
    linear-gradient(135deg, #06101d 0%, #091c35 52%, #062a61 100%);
}

.seo-hero::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -210px;
  top: 30px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  pointer-events: none;
}

.seo-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 44px;
  align-items: center;
}

.seo-hero h1 {
  max-width: 850px;
  margin-bottom: 18px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .96;
  letter-spacing: -.06em;
}

.seo-hero-card {
  display: grid;
  gap: 10px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 24px 60px rgba(0,0,0,.22);
  backdrop-filter: blur(12px);
}

.seo-hero-card span {
  color: var(--yellow);
  font-weight: 900;
}

.seo-hero-card strong {
  font-size: 22px;
  line-height: 1.15;
}

.seo-hero-card p {
  margin: 0;
  color: #b8c8dc;
}

.seo-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 28px;
}

.seo-breadcrumbs {
  display: flex;
  gap: 9px;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 28px;
  padding-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
}

.seo-breadcrumbs a {
  color: var(--blue);
  font-weight: 800;
}

.seo-breadcrumbs span:last-child {
  color: var(--text);
  font-weight: 800;
}

.seo-trust {
  margin-top: -34px;
  position: relative;
  z-index: 2;
}

.seo-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.seo-trust-grid div {
  min-height: 105px;
  padding: 24px;
  border-right: 1px solid var(--line);
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.seo-trust-grid div:last-child {
  border-right: 0;
}

.seo-grid {
  display: grid;
  gap: 22px;
}

.seo-grid-main {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seo-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 10px 32px rgba(13,31,58,.055);
}

.seo-content .seo-card,
.seo-related .seo-card {
  padding: 28px;
}

.seo-card h2 {
  margin: 0 0 12px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.seo-card p {
  margin: 0 0 14px;
  color: var(--muted);
}

.seo-card p:last-child {
  margin-bottom: 0;
}

.seo-list {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.seo-list li + li {
  margin-top: 10px;
}

.seo-pill-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-pill-list li {
  padding: 10px 13px;
  border: 1px solid #d7e1ee;
  border-radius: 999px;
  color: var(--ink);
  background: #f7faff;
  font-size: 14px;
  font-weight: 800;
}

.seo-model-code {
  display: grid;
  gap: 8px;
}

.seo-model-code span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.seo-model-code strong {
  color: var(--ink);
  font-size: 24px;
}

.seo-model-code em {
  color: var(--blue);
  font-style: normal;
  font-weight: 900;
}

.seo-wide-card {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 30px;
}

.seo-blue-card {
  color: var(--white);
  border-color: rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 82% 0%, rgba(255,211,56,.18), transparent 32%),
    linear-gradient(135deg, #0957c9, #0e72ef);
}

.seo-blue-card .section-tag {
  color: var(--yellow);
}

.seo-blue-card p {
  margin: 0;
  color: #dceaff;
}

.seo-cta .cta {
  align-items: center;
}

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

.seo-link-card {
  display: grid;
  gap: 8px;
  min-height: 116px;
  color: var(--ink);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.seo-link-card:hover {
  transform: translateY(-4px);
  border-color: #bdcce1;
  box-shadow: var(--shadow);
}

.seo-link-card span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.seo-link-card strong {
  font-size: 20px;
  line-height: 1.2;
}

.seo-contact-lines {
  display: grid;
  gap: 9px;
  justify-items: end;
  color: var(--muted);
  text-align: right;
}

.seo-contact-lines a {
  color: var(--ink);
  font-weight: 900;
}

@media (max-width: 980px) {
  .hero { min-height: 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .workshop-card { max-width: 660px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item { border-bottom: 1px solid var(--line); }
  .trust-item:nth-child(2n) { border-right: 0; }
  .trust-item:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .services-grid, .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: 1fr; }
  .value { min-height: 0; }
  .value-number { margin-bottom: 20px; }
  .insurance-card,
  .location-card { grid-template-columns: 1fr; }
  .reviews-header { align-items: flex-start; flex-direction: column; }
  .reviews-actions { justify-items: start; }
  .cta { align-items: flex-start; flex-direction: column; }
  .seo-hero-inner { grid-template-columns: 1fr; }
  .seo-hero-card { max-width: 560px; }
  .seo-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .seo-trust-grid div:nth-child(2n) { border-right: 0; }
  .seo-trust-grid div { border-bottom: 1px solid var(--line); }
  .seo-trust-grid div:nth-last-child(-n + 2) { border-bottom: 0; }
  .seo-grid-main,
  .seo-wide-card { grid-template-columns: 1fr; }
  .seo-hub-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-contact-lines { justify-items: start; text-align: left; }
}

@media (max-width: 900px) {
  .request-card { grid-template-columns: 1fr; }
  .request-info,
  .request-form { padding: 26px; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .site-header { padding: 16px 0; }
  .header-inner { align-items: flex-start; flex-wrap: wrap; gap: 14px; }
  .header-actions { justify-content: flex-end; flex-wrap: wrap; gap: 9px; }
  .site-logo img { width: 147px; }
  .header-phone { display: none; }
  .language-nav a { min-width: 36px; padding: 7px 8px; }
  .hero { padding: 130px 0 76px; }
  h1 { font-size: clamp(39px, 12vw, 58px); }
  .hero-lead { font-size: 18px; }
  .workshop-card { padding: 22px; }
  .trust-strip { margin-top: -26px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item,
  .trust-item:nth-child(2n) { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { grid-column: auto; }
  .section { padding: 70px 0; }
  .section-compact { padding-top: 58px; }
  .insurance-section { padding-top: 28px; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 28px; }
  .services-grid, .reviews-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 215px; }
  .insurance-card,
  .location-card { padding: 30px 22px; border-radius: 24px; }
  .location-actions,
  .insurance-side { width: 100%; }
  .location-actions .button,
  .insurance-side .btn,
  .reviews-actions .button { width: 100%; }
  .location-details { padding: 18px; }
  .request-section { padding: 42px 0; }
  .request-card { border-radius: 24px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .request-form .btn,
  .form-actions .btn { width: 100%; }
  .thank-you-hero { min-height: 0; padding: 170px 0 76px; }
  .thank-you-card { padding: 30px 22px; }
  .cta-wrap { padding-bottom: 70px; }
  .cta { padding: 32px 24px; }
  .footer-inner {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
  }
  .footer-logo {
    flex: 0 1 auto;
  }
  .footer-logo img {
    width: clamp(58px, 22vw, 95px);
    max-width: 22vw;
  }
  .footer-details {
    flex: 1 1 auto;
    min-width: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 5px;
    font-size: clamp(10px, 2.7vw, 12px);
    line-height: 1.3;
    text-align: right;
  }
  .footer-details a,
  .footer-details span {
    overflow-wrap: anywhere;
  }
  .footer-services {
    order: 3;
    flex: 1 0 100%;
    min-width: 100%;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,.1);
    text-align: left;
  }
  .footer-services div {
    gap: 10px 14px;
  }
  .seo-hero { padding: 128px 0 70px; }
  .seo-hero h1 { font-size: clamp(38px, 12vw, 58px); }
  .seo-hero-actions,
  .seo-hero-actions .button,
  .seo-page .cta-actions,
  .seo-page .cta-actions .button {
    width: 100%;
  }
  .seo-trust { margin-top: -22px; }
  .seo-trust-grid { grid-template-columns: 1fr; }
  .seo-trust-grid div,
  .seo-trust-grid div:nth-child(2n) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .seo-trust-grid div:last-child {
    border-bottom: 0;
  }
  .seo-hub-grid { grid-template-columns: 1fr; }
  .seo-content .seo-card,
  .seo-related .seo-card,
  .seo-wide-card { padding: 24px; }
  .hero-actions .button, .cta-actions .button { width: 100%; }
  .hero-actions, .cta-actions { width: 100%; }
}

@media (max-width: 620px) {
  .site-logo img { width: 147px; }
  .footer-logo img {
    width: clamp(58px, 22vw, 95px);
    max-width: 22vw;
  }
  .hero-actions .btn,
  .cta-actions .btn { width: 100%; }
}

/* Compact generated SEO pages */
.seo-page section {
  margin: 0;
}

.seo-page .site-header {
  position: relative;
  padding: 14px 0 8px;
  background: #06101d;
}

.seo-page .site-logo img {
  width: 180px;
  max-width: 52vw;
}

.seo-page .site-header::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: rgba(255,255,255,.08);
}

.seo-page .seo-hero {
  min-height: auto;
  padding: 28px 0 48px;
}

.seo-page .seo-hero-inner {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: 34px;
  align-items: end;
}

.seo-page .seo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  padding: 0;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  font-weight: 700;
}

.seo-page .seo-breadcrumbs a {
  color: #ffd400;
  text-decoration: none;
}

.seo-page .seo-breadcrumbs span,
.seo-page .seo-breadcrumbs span:last-child {
  color: rgba(255,255,255,.82);
}

.seo-page .seo-hero h1 {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: clamp(42px, 4.6vw, 72px);
  line-height: .98;
  letter-spacing: -2px;
}

.seo-page .seo-hero-text {
  max-width: 760px;
  margin: 0;
  color: #dceaff;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.45;
}

.seo-page .seo-hero-actions {
  margin-top: 20px;
}

.seo-page .seo-hero-card {
  gap: 8px;
  padding: 22px;
  border-radius: 24px;
}

.seo-page .seo-section {
  padding: 42px 0;
}

.seo-page .seo-section.compact {
  padding: 28px 0;
}

.seo-page .seo-trust {
  margin-top: -28px;
}

.seo-page .seo-trust-grid div {
  min-height: 78px;
  padding: 18px 20px;
  font-size: 16px;
}

.seo-page .seo-grid {
  gap: 24px;
}

.seo-page .seo-card {
  padding: 26px;
}

.seo-page .seo-content .seo-card,
.seo-page .seo-related .seo-card {
  padding: 26px;
}

.seo-page .seo-info-card h2,
.seo-page .seo-services-card h2,
.seo-page .seo-compact-card h2,
.seo-page .seo-section-heading h2 {
  margin: 0 0 12px;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.seo-page .seo-services-card {
  grid-column: 1 / -1;
}

.seo-page .seo-check-list {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.seo-page .seo-check-list li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
}

.seo-page .seo-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 0 0 0 4px rgba(255,211,56,.18);
}

.seo-page .seo-list li + li {
  margin-top: 8px;
}

.seo-page .seo-pill-list {
  gap: 9px;
}

.seo-page .seo-pill-list li {
  padding: 9px 12px;
}

.seo-page .seo-compact-card {
  display: grid;
  grid-template-columns: minmax(240px, .45fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.seo-page .seo-compact-card p {
  margin: 0;
}

.seo-page .seo-insurance {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 28px 34px;
  border-radius: 28px;
  color: var(--white);
  background:
    radial-gradient(circle at 84% 0%, rgba(255,211,56,.2), transparent 34%),
    linear-gradient(135deg, #0957c9, #0e72ef);
  box-shadow: 0 26px 60px rgba(11,89,202,.18);
}

.seo-page .seo-insurance .section-tag {
  color: var(--yellow);
}

.seo-page .seo-insurance h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.seo-page .seo-insurance p {
  max-width: 720px;
  margin: 0;
  color: #dceaff;
}

.seo-page .seo-insurance .button {
  flex: 0 0 auto;
}

.seo-page .seo-cta .cta {
  padding: 30px 32px;
  border-radius: 26px;
}

.seo-page .seo-cta .cta h2 {
  font-size: clamp(26px, 3vw, 38px);
}

.seo-page .seo-section-heading {
  margin-bottom: 22px;
}

.seo-page .seo-section-heading p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.seo-page .seo-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.seo-page .seo-related-card {
  display: grid;
  gap: 8px;
  min-height: auto;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  color: var(--ink);
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(13,31,58,.045);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.seo-page .seo-related-card:hover {
  transform: translateY(-3px);
  border-color: #bdcce1;
  box-shadow: var(--shadow);
}

.seo-page .seo-related-card strong {
  font-size: 17px;
  line-height: 1.25;
}

.seo-page .seo-related-card span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.seo-page .seo-contact-strip {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 24px 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 10px 32px rgba(13,31,58,.05);
}

.seo-page .seo-contact-strip h2 {
  margin: 0 0 4px;
  font-size: 24px;
  line-height: 1.15;
}

.seo-page .seo-contact-strip p {
  margin: 0;
  color: var(--muted);
}

.seo-page .seo-contact-lines {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: right;
}

.seo-page .footer-inner {
  gap: 18px;
}

.seo-page .footer-logo img {
  width: 86px;
  max-width: 86px;
}

.seo-page .footer-services {
  min-width: 170px;
}

@media (max-width: 980px) {
  .seo-page .seo-hero-inner,
  .seo-page .seo-grid-main,
  .seo-page .seo-compact-card {
    grid-template-columns: 1fr;
  }

  .seo-page .seo-hero-card {
    max-width: 560px;
  }

  .seo-page .seo-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-page .seo-insurance,
  .seo-page .seo-contact-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .seo-page .seo-contact-lines {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .seo-page .site-header {
    padding: 12px 0 8px;
  }

  .seo-page .header-inner {
    align-items: center;
    gap: 10px;
  }

  .seo-page .header-actions {
    gap: 8px;
  }

  .seo-page .site-logo img {
    width: 128px;
    max-width: 42vw;
  }

  .seo-page .seo-hero {
    padding: 18px 0 34px;
  }

  .seo-page .seo-breadcrumbs {
    margin: 0 0 18px;
    font-size: 13px;
  }

  .seo-page .seo-hero h1 {
    font-size: clamp(34px, 10vw, 46px);
    letter-spacing: -1px;
  }

  .seo-page .seo-hero-text {
    font-size: 17px;
  }

  .seo-page .seo-hero-card {
    display: none;
  }

  .seo-page .seo-hero-actions {
    gap: 10px;
    margin-top: 18px;
  }

  .seo-page .seo-section {
    padding: 30px 0;
  }

  .seo-page .seo-section.compact {
    padding: 22px 0;
  }

  .seo-page .seo-card,
  .seo-page .seo-content .seo-card,
  .seo-page .seo-related .seo-card {
    padding: 22px;
  }

  .seo-page .seo-trust {
    margin-top: -18px;
  }

  .seo-page .seo-trust-grid div {
    padding: 16px 18px;
  }

  .seo-page .seo-insurance {
    padding: 24px 20px;
  }

  .seo-page .seo-cta .cta {
    padding: 24px 20px;
  }

  .seo-page .seo-related-grid {
    grid-template-columns: 1fr;
  }

  .seo-page .seo-hero-actions,
  .seo-page .seo-hero-actions .button,
  .seo-page .seo-insurance .button,
  .seo-page .cta-actions,
  .seo-page .cta-actions .button {
    width: 100%;
  }

  .seo-page .seo-hero-actions .button,
  .seo-page .seo-insurance .button,
  .seo-page .cta-actions .button {
    min-height: 48px;
  }

  .seo-page .seo-contact-strip {
    padding: 22px;
  }
}

/* Service/model detail page cleanup guard */
.seo-page,
.seo-page * {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

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

.seo-page .seo-site-header {
  position: relative !important;
  inset: auto !important;
  z-index: 10;
}

.seo-page .seo-hero,
.seo-page .service-hero {
  position: relative;
  overflow: hidden;
  min-height: auto !important;
  padding: 72px 0 72px;
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 20%, rgba(38, 102, 255, .35), transparent 34%),
    linear-gradient(135deg, #06101d 0%, #0b2445 100%);
}

.seo-page .seo-hero .container,
.seo-page .service-hero .container {
  position: relative;
  z-index: 2;
}

.seo-page .seo-hero-inner,
.seo-page .service-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 44px;
  align-items: center;
}

.seo-page .seo-hero h1,
.seo-page .service-hero h1,
.seo-page .service-title {
  margin: 0 0 24px;
  max-width: 980px;
  color: #ffffff;
  font-size: clamp(44px, 5.2vw, 82px);
  line-height: 1.04;
  letter-spacing: -1.8px;
  overflow: visible;
}

.seo-page .seo-hero-text,
.seo-page .service-intro,
.seo-page .service-hero p {
  max-width: 900px;
  margin: 0 0 30px;
  color: rgba(255,255,255,.9);
  font-size: clamp(19px, 1.7vw, 22px);
  line-height: 1.5;
}

.seo-page .seo-hero-card,
.seo-page .service-hero-card,
.seo-page .hero-service-card,
.seo-page .service-summary-card {
  position: relative !important;
  inset: auto !important;
  width: 100%;
  max-width: 470px;
  justify-self: end;
  border-radius: 28px;
  padding: 30px;
  color: #ffffff;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 20px 50px rgba(0,0,0,.18);
  backdrop-filter: blur(10px);
}

.seo-page .seo-trust,
.seo-page .service-trust-strip {
  position: relative;
  z-index: 5;
  margin: -26px auto 0;
}

.seo-page .seo-trust-grid,
.seo-page .service-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(calc(100% - 64px), 1880px);
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e4ebf5;
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(5, 11, 20, .12);
}

.seo-page .seo-trust-grid div,
.seo-page .service-trust-item {
  min-height: 0;
  padding: 26px 28px;
  border-right: 1px solid #e4ebf5;
  color: #06101d;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 900;
  line-height: 1.15;
}

.seo-page .seo-trust-grid div:last-child,
.seo-page .service-trust-item:last-child {
  border-right: 0;
}

.seo-page .seo-section,
.seo-page .service-content,
.seo-page .related-services,
.seo-page .contact-section {
  padding: 54px 0;
  background: #f3f7fc;
}

.seo-page .seo-section.compact {
  padding: 36px 0;
}

.seo-page .seo-grid-main,
.seo-page .service-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: stretch;
}

.seo-page .seo-card,
.seo-page .service-card,
.seo-page .common-works,
.seo-page .screen-options,
.seo-page .service-options {
  background: #ffffff;
  border: 1px solid #dfe7f2;
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 18px 45px rgba(5, 11, 20, .07);
}

.seo-page .seo-services-card,
.seo-page .common-works {
  grid-column: 1 / -1;
  margin-top: 0;
}

.seo-page .seo-card h2,
.seo-page .service-card h2,
.seo-page .common-works h2,
.seo-page .screen-options h2,
.seo-page .service-options h2,
.seo-page .related-services h2 {
  margin: 0 0 22px;
  color: #101828;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.08;
  letter-spacing: -1px;
}

.seo-page .seo-card p,
.seo-page .seo-card li,
.seo-page .service-card p,
.seo-page .service-card li {
  color: #56637a;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.55;
}

.seo-page .seo-pill-list,
.seo-page .service-tags,
.seo-page .work-tags,
.seo-page .screen-options-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.seo-page .seo-pill-list li,
.seo-page .service-tags a,
.seo-page .service-tags span,
.seo-page .work-tags a,
.seo-page .work-tags span,
.seo-page .screen-options-tags a,
.seo-page .screen-options-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid #d8e3f2;
  border-radius: 999px;
  color: #06101d;
  background: #f7faff;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.seo-page .seo-compact-card {
  display: grid;
  grid-template-columns: minmax(0, .45fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.seo-page .seo-insurance,
.seo-page .insurance-block {
  margin: 0;
  padding: 38px 42px;
  border-radius: 28px;
}

.seo-page .seo-insurance h2,
.seo-page .insurance-block h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 2.5vw, 44px);
}

.seo-page .seo-insurance p,
.seo-page .insurance-block p {
  max-width: 1050px;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.55;
}

.seo-page .seo-cta .cta,
.seo-page .service-cta {
  margin: 0 auto;
  border-radius: 32px;
  padding: 44px 54px;
  background:
    radial-gradient(circle at 92% 80%, rgba(255,255,255,.16), transparent 28%),
    linear-gradient(135deg, #235bd6 0%, #3b82f6 100%);
}

.seo-page .seo-related-grid,
.seo-page .related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.seo-page .seo-related-card,
.seo-page .related-card {
  display: grid;
  gap: 12px;
  min-height: 135px;
  padding: 24px;
  border: 1px solid #dfe7f2;
  border-radius: 22px;
  color: #101828;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(5, 11, 20, .06);
  text-decoration: none;
}

.seo-page .seo-related-card strong,
.seo-page .related-card strong {
  display: block;
  font-size: 21px;
  line-height: 1.2;
}

.seo-page .seo-related-card span,
.seo-page .related-card span {
  display: block;
  color: #2f6df6;
  font-weight: 900;
}

.seo-page .seo-related-card:hover,
.seo-page .related-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(5, 11, 20, .1);
}

.seo-page .seo-contact-strip,
.seo-page .contact-row,
.seo-page .contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 34px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1100px) {
  .seo-page .seo-hero-inner,
  .seo-page .service-hero-grid,
  .seo-page .seo-grid-main,
  .seo-page .service-info-grid {
    grid-template-columns: 1fr;
  }

  .seo-page .seo-hero-card,
  .seo-page .service-hero-card,
  .seo-page .hero-service-card,
  .seo-page .service-summary-card {
    justify-self: start;
    max-width: 100%;
  }

  .seo-page .seo-related-grid,
  .seo-page .related-grid,
  .seo-page .seo-trust-grid,
  .seo-page .service-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-page .seo-trust-grid div:nth-child(2n),
  .seo-page .service-trust-item:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 700px) {
  .seo-page .seo-hero,
  .seo-page .service-hero {
    padding: 38px 0 54px;
  }

  .seo-page .seo-hero h1,
  .seo-page .service-hero h1,
  .seo-page .service-title {
    font-size: clamp(38px, 11vw, 56px);
    line-height: 1.04;
  }

  .seo-page .seo-hero-text,
  .seo-page .service-hero p,
  .seo-page .service-intro {
    font-size: 18px;
  }

  .seo-page .seo-hero-card {
    display: none;
  }

  .seo-page .seo-trust,
  .seo-page .service-trust-strip {
    margin-top: -18px;
  }

  .seo-page .seo-trust-grid,
  .seo-page .service-trust-strip {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .seo-page .seo-trust-grid div,
  .seo-page .service-trust-item {
    padding: 22px;
    border-right: 0;
    border-bottom: 1px solid #e4ebf5;
    font-size: 22px;
  }

  .seo-page .seo-trust-grid div:last-child,
  .seo-page .service-trust-item:last-child {
    border-bottom: 0;
  }

  .seo-page .seo-section,
  .seo-page .service-content,
  .seo-page .related-services,
  .seo-page .contact-section {
    padding: 38px 0;
  }

  .seo-page .seo-section.compact {
    padding: 28px 0;
  }

  .seo-page .seo-card,
  .seo-page .service-card,
  .seo-page .common-works,
  .seo-page .screen-options,
  .seo-page .service-options {
    padding: 24px;
    border-radius: 24px;
  }

  .seo-page .seo-card h2,
  .seo-page .service-card h2,
  .seo-page .common-works h2,
  .seo-page .screen-options h2,
  .seo-page .service-options h2 {
    font-size: 34px;
  }

  .seo-page .seo-compact-card,
  .seo-page .seo-related-grid,
  .seo-page .related-grid {
    grid-template-columns: 1fr;
  }

  .seo-page .seo-pill-list li,
  .seo-page .service-tags a,
  .seo-page .service-tags span,
  .seo-page .work-tags a,
  .seo-page .work-tags span,
  .seo-page .screen-options-tags a,
  .seo-page .screen-options-tags span {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .seo-page .seo-cta .cta,
  .seo-page .service-cta {
    padding: 34px 24px;
    border-radius: 26px;
  }
}

/* Spacing cleanup: prevent oversized empty gaps on service/detail sections */
.service-content {
  padding: 48px 0 36px;
  min-height: 0 !important;
}

.insurance-section,
.insurance-block {
  margin-top: 32px;
  margin-bottom: 32px;
  min-height: 0 !important;
}

.service-cta,
.final-cta,
.cta-section {
  margin-top: 48px;
  margin-bottom: 48px;
  min-height: 0 !important;
}

.related-services {
  padding: 44px 0;
  min-height: 0 !important;
}

.contact-section {
  padding: 44px 0 52px;
  min-height: 0 !important;
}

.service-content,
.insurance-section,
.insurance-block,
.related-services,
.contact-section,
.service-cta,
.final-cta,
.cta-section {
  min-height: 0 !important;
}

.seo-page .seo-content {
  padding: 48px 0 36px;
  min-height: 0 !important;
}

.seo-page .service-content {
  padding: 48px 0 36px;
  min-height: 0 !important;
}

.seo-page .seo-insurance-section,
.seo-page .seo-cta,
.seo-page .seo-related,
.seo-page .seo-location-mini,
.seo-page .insurance-section,
.seo-page .insurance-block,
.seo-page .related-services,
.seo-page .contact-section,
.seo-page .service-cta,
.seo-page .final-cta,
.seo-page .cta-section {
  min-height: 0 !important;
}

.seo-page .seo-insurance-section,
.seo-page .seo-cta,
.seo-page .insurance-section,
.seo-page .insurance-block {
  padding-top: 32px;
  padding-bottom: 32px;
}

.seo-page .seo-cta,
.seo-page .service-cta,
.seo-page .final-cta,
.seo-page .cta-section {
  margin-top: 48px;
  margin-bottom: 48px;
}

.seo-page .seo-related,
.seo-page .related-services {
  padding: 44px 0;
}

.seo-page .seo-location-mini,
.seo-page .contact-section {
  padding: 44px 0 52px;
}

.seo-page .seo-hero {
  min-height: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Homepage spacing cleanup and hero contact-card title removal */
.home-section,
.section,
.reviews-section,
.insurance-section,
.insurance-block,
.request-section,
.services-section,
.why-section,
.final-cta,
.cta-section,
.contact-section {
  min-height: 0 !important;
}

.reviews-section,
.customer-reviews,
.testimonials-section {
  padding-top: 56px !important;
  margin-top: 0 !important;
}

.insurance-section,
.insurance-block {
  margin-top: 40px !important;
  margin-bottom: 48px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.final-cta,
.cta-section {
  margin-top: 48px !important;
  margin-bottom: 56px !important;
}

.section {
  padding-top: 56px;
  padding-bottom: 56px;
}

.hero-contact-card,
.hero-info-card,
.workshop-card {
  padding-top: 28px;
}

.workshop-card .contact-row:first-child {
  padding-top: 0;
  border-top: 0;
}

.hero-contact-card .card-kicker,
.hero-contact-card .card-title,
.hero-contact-card .workshop-title,
.hero-contact-card .workshop-heading,
.hero-info-card .card-kicker,
.hero-info-card .card-title,
.hero-info-card .workshop-title,
.hero-info-card .workshop-heading,
.workshop-card .card-kicker,
.workshop-card .card-title,
.workshop-card .workshop-title,
.workshop-card .workshop-heading,
.workshop-card .card-label,
.workshop-card > h2 {
  display: none !important;
}

.insurance-section + .reviews-section {
  padding-top: 56px !important;
  margin-top: 0 !important;
}
