:root {
  --red: #e31814;
  --red-dark: #b90f0b;
  --ink: #151515;
  --muted: #66636b;
  --line: #ece7e5;
  --paper: #fffaf8;
  --soft: #f7f3f1;
  --white: #ffffff;
  --navy: #08142f;
  --shadow: 0 24px 80px rgba(22, 18, 18, 0.12);
  --radius: 28px;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(227, 24, 20, 0.1), transparent 33rem),
    linear-gradient(180deg, #fff8f5 0%, #ffffff 38%, #fffaf8 100%);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  text-rendering: geometricPrecision;
}

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

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

button,
input {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 50;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
}

.skip-link:focus {
  top: 1rem;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(227, 24, 20, 0.1);
  background: rgba(255, 250, 248, 0.86);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  min-height: 78px;
}

.brand img {
  width: 232px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  color: #29242a;
  font-size: 0.94rem;
  font-weight: 750;
}

.nav-links a {
  opacity: 0.78;
}

.nav-links a:hover {
  opacity: 1;
  color: var(--red);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 52px;
  padding: 0 1.25rem;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 900;
  letter-spacing: -0.01em;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

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

.btn-primary {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 14px 30px rgba(227, 24, 20, 0.26);
}

.btn-primary:hover {
  background: var(--red-dark);
}

.btn-secondary {
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
}

.btn-ghost {
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
}

.btn-light {
  color: var(--red);
  background: var(--white);
}

.btn-small {
  min-height: 42px;
  padding-inline: 1rem;
  font-size: 0.9rem;
}

.section {
  padding: 64px 0;
}

.section-tight {
  padding: 34px 0;
}

.section-muted {
  background: rgba(247, 243, 241, 0.74);
  border-block: 1px solid rgba(227, 24, 20, 0.08);
}

.section-soft-red {
  background:
    radial-gradient(circle at 12% 8%, rgba(227, 24, 20, 0.07), transparent 26rem),
    linear-gradient(180deg, rgba(255, 247, 244, 0.94), rgba(255, 252, 250, 0.94));
  border-block: 1px solid rgba(227, 24, 20, 0.08);
}

.section-clean {
  background: rgba(255, 255, 255, 0.62);
}

.section-red-glow {
  position: relative;
  overflow: hidden;
}

.section-red-glow::before {
  content: "";
  position: absolute;
  inset: 8% auto auto -18rem;
  width: 44rem;
  height: 44rem;
  border-radius: 50%;
  background: rgba(227, 24, 20, 0.12);
  filter: blur(70px);
  pointer-events: none;
}

.hero {
  padding: 52px 0 34px;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.58fr);
  align-items: center;
  gap: 3rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow span,
.status-pill span {
  width: 0.72rem;
  height: 0.72rem;
  border: 2px solid currentColor;
  border-radius: 50%;
}

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

h1 {
  max-width: 830px;
  margin-bottom: 1.15rem;
  font-size: clamp(3.2rem, 7.25vw, 6.35rem);
  line-height: 0.9;
  letter-spacing: -0.085em;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.25rem, 4.8vw, 4.7rem);
  line-height: 0.92;
  letter-spacing: -0.07em;
}

h3 {
  margin-bottom: 0.65rem;
  font-size: 1.28rem;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.hero-lead,
.section-heading p,
.two-col > div > p,
.seo-area p,
.cta-card p {
  max-width: 660px;
  color: var(--muted);
  font-size: 1.1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.trust-row span {
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(227, 24, 20, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: #403a3a;
  font-size: 0.9rem;
  font-weight: 800;
}

.hero-card,
.calculator-card,
.address-card,
.price-table,
.service-card,
.step,
.location-photo,
.content-card {
  border: 1px solid rgba(227, 24, 20, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 1.4rem;
}

.hero-card h2 {
  margin: 1rem 0 0.7rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.hero-card p {
  color: var(--muted);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: #fff4f2;
  color: var(--red);
  font-size: 0.84rem;
  font-weight: 900;
}

.hero-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.hero-topline .eyebrow {
  margin: 0;
}

.hero-topline .live-status {
  padding: 0.7rem 0.95rem;
  border: 1px solid rgba(227, 24, 20, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--red);
  box-shadow: 0 14px 42px rgba(22, 18, 18, 0.08);
  transition:
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.hero-topline .live-status strong {
  font-size: 0.82rem;
}

.hero-topline .live-status span {
  background: currentColor;
  border-color: currentColor;
  animation: statusBlink 1.15s ease-in-out infinite;
  box-shadow: 0 0 0 0 currentColor;
}

.hero-topline .status-open {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(37, 211, 102, 0.28);
  color: #108a42;
  box-shadow: 0 14px 42px rgba(37, 211, 102, 0.14);
}

.hero-topline .status-soon {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 178, 36, 0.34);
  color: #a05d00;
  box-shadow: 0 14px 42px rgba(255, 178, 36, 0.12);
}

.hero-topline .status-closed {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(227, 24, 20, 0.28);
  color: var(--red);
  box-shadow: 0 14px 42px rgba(227, 24, 20, 0.13);
}

.hero-topline .status-checking {
  background: rgba(255, 255, 255, 0.9);
  color: var(--red);
}

@keyframes statusBlink {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.35;
    transform: scale(0.72);
  }
}

.mini-pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
  margin: 1.2rem 0;
}

.mini-pricing div {
  padding: 1rem 0.85rem;
  border-radius: 20px;
  background: var(--soft);
}

.mini-pricing strong {
  display: block;
  color: var(--red);
  font-size: 1.3rem;
  letter-spacing: -0.04em;
}

.mini-pricing span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.fine-print {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.feature-strip div {
  min-height: 118px;
  padding: 1.25rem;
  border: 1px solid rgba(227, 24, 20, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
}

.feature-strip strong,
.feature-strip span {
  display: block;
}

.feature-strip strong {
  margin-bottom: 0.45rem;
  font-size: 1.05rem;
}

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

.section-heading {
  max-width: 760px;
  margin-bottom: 2.4rem;
}

.cards-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.service-card {
  padding: 1.3rem;
  box-shadow: none;
}

.service-card p {
  color: var(--muted);
}

.service-card strong {
  color: var(--red);
}

.icon-badge {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: #fff0ed;
  color: var(--red);
  font-size: 0.84rem;
  font-weight: 950;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: 3rem;
  align-items: start;
}

.price-table {
  overflow: hidden;
  padding: 0.4rem;
}

.price-table div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid var(--line);
}

.price-table div:last-of-type {
  border-bottom: 0;
}

.price-table span {
  color: #3c3838;
}

.price-table strong {
  color: var(--red);
  text-align: right;
}

.price-table .fine-print {
  padding: 0.9rem 1.1rem 1rem;
  border-top: 1px dashed var(--line);
}

.text-link {
  display: inline-flex;
  margin-top: 0.8rem;
  color: var(--red);
  font-weight: 950;
}

.calc-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(360px, 1fr);
  gap: 3rem;
  align-items: start;
}

.calculator-card {
  padding: 1rem;
}

.calc-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}

.calc-fields label {
  display: grid;
  gap: 0.42rem;
  padding: 0.95rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  color: #2a2628;
  font-weight: 900;
}

.calc-fields input {
  width: 100%;
  min-height: 48px;
  padding: 0.7rem 0.75rem;
  border: 1px solid #ded7d4;
  border-radius: 14px;
  outline: none;
  font-size: 1.15rem;
  font-weight: 900;
}

.calc-fields input:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgba(227, 24, 20, 0.11);
}

.calc-fields small {
  color: var(--muted);
  font-weight: 700;
}

.calc-result {
  margin-top: 1rem;
  padding: 1.15rem;
  border-radius: 24px;
  background: var(--ink);
  color: var(--white);
}

.calc-result span {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 850;
}

.calc-result strong {
  display: block;
  margin: 0.15rem 0 0.35rem;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.calc-result p {
  color: rgba(255, 255, 255, 0.72);
}

.calc-result .btn-ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.48);
}

.calc-result .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.82);
}

.calc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.step {
  padding: 1.25rem;
  box-shadow: none;
}

.step > span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  font-weight: 950;
}

.step p,
.check-list span {
  color: var(--muted);
}

.order-note {
  margin: 1.2rem 0 0;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(227, 24, 20, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-weight: 800;
}

.check-list {
  display: grid;
  gap: 0.85rem;
}

.check-list div {
  position: relative;
  padding: 1.1rem 2.25rem 1.1rem 1.1rem;
  border-left: 5px solid var(--red);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  overflow: hidden;
}

.check-list div::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 26px;
  border-right: 5px solid var(--red);
  border-radius: 0 20px 20px 0;
  pointer-events: none;
}

.check-list strong,
.check-list span {
  display: block;
}

.check-list strong {
  margin-bottom: 0.25rem;
  font-size: 1.05rem;
}

.location-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
}

.location-photo {
  overflow: hidden;
  padding: 0.7rem;
}

.location-photo img {
  width: 100%;
  border-radius: 22px;
  aspect-ratio: 4 / 4.6;
  object-fit: cover;
}

.location-photo span {
  display: block;
  padding: 0.9rem 0.35rem 0.2rem;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 800;
}

.address-card {
  display: grid;
  gap: 0.4rem;
  margin-top: 1.2rem;
  padding: 1.1rem;
  box-shadow: none;
}

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

.seo-area {
  max-width: 850px;
}

.section-cta {
  padding-top: 40px;
}

.mini-faq {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1fr);
  gap: 3rem;
  align-items: start;
}

.mini-faq-list {
  display: grid;
  gap: 0.8rem;
}

.mini-faq-list details {
  border: 1px solid rgba(227, 24, 20, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 58px rgba(22, 18, 18, 0.08);
  overflow: hidden;
}

.mini-faq-list summary {
  cursor: pointer;
  padding: 1.05rem 1.15rem;
  font-weight: 950;
}

.mini-faq-list p {
  margin: 0;
  padding: 0 1.15rem 1.1rem;
  color: var(--muted);
}

.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  border-radius: 34px;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 255, 255, 0.22), transparent 24rem),
    linear-gradient(135deg, #e31814 0%, #b40e0a 100%);
  color: var(--white);
  box-shadow: 0 28px 90px rgba(227, 24, 20, 0.28);
}

.cta-card .eyebrow,
.cta-card p {
  color: rgba(255, 255, 255, 0.82);
}

.cta-card h2 {
  max-width: 760px;
  margin-bottom: 0.8rem;
}

.site-footer {
  padding: 54px 0;
  background: #100f10;
  color: var(--white);
}

.footer-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 1fr;
  gap: 2rem;
}

.site-footer img {
  width: 270px;
  margin-bottom: 1rem;
  padding: 0.72rem 0.9rem;
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
}

.site-footer p,
.site-footer span,
.site-footer a {
  color: rgba(255, 255, 255, 0.7);
}

.site-footer strong,
.site-footer a,
.site-footer span {
  display: block;
  margin-bottom: 0.55rem;
}

.site-footer strong {
  color: var(--white);
}

.site-footer a:hover {
  color: var(--white);
}

.footer-seo {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.footer-seo summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.55rem;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font-size: inherit;
  font-weight: 400;
  list-style: none;
}

.footer-seo summary::-webkit-details-marker {
  display: none;
}

.footer-seo summary::after {
  content: "+";
  color: rgba(255, 255, 255, 0.78);
  font-weight: 900;
}

.footer-seo[open] summary::after {
  content: "−";
}

.footer-seo summary:hover {
  color: var(--white);
}

.footer-seo-content {
  display: grid;
  position: absolute;
  top: calc(100% + 0.6rem);
  right: 0;
  left: 0;
  z-index: 2;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem 1.1rem;
  padding: 1rem 0 0.35rem;
}

.footer-grid:has(.footer-seo[open]) {
  margin-bottom: 150px;
}

.footer-grid:has(.footer-seo[open] .footer-seo-content article:nth-child(5)) {
  margin-bottom: 285px;
}

.footer-seo-content article {
  min-width: 0;
  padding: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
}

.footer-seo-content h3 {
  margin-bottom: 0.3rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.88rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.site-footer .footer-seo-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
  line-height: 1.55;
}

.post-footer-seo {
  padding: 0;
  background: #0b0b0c;
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.post-footer-seo .container {
  width: min(1320px, calc(100% - 40px));
}

.post-footer-seo-head {
  display: none;
}

.seo-accordion {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.seo-accordion details {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}

.seo-accordion summary {
  position: relative;
  display: block;
  cursor: pointer;
  min-height: 96px;
  padding: 1.15rem 4rem 1.15rem 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -0.035em;
  list-style: none;
}

.seo-accordion summary::-webkit-details-marker {
  display: none;
}

.seo-accordion summary::before {
  content: "INFO";
  display: block;
  margin-bottom: 0.42rem;
  color: #d6aa38;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-accordion summary:has(span)::before {
  content: none;
}

.seo-accordion summary span,
.seo-accordion summary strong {
  display: block;
}

.seo-accordion summary span {
  margin-bottom: 0.42rem;
  color: #d6aa38;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-accordion summary strong {
  color: rgba(255, 255, 255, 0.94);
}

.seo-accordion summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  font-size: 1.55rem;
  font-weight: 950;
  transform: translateY(-50%);
}

.seo-accordion details[open] summary::after {
  content: "−";
}

.seo-panel-content,
.seo-accordion details > p {
  margin: 0;
  max-width: 980px;
  padding: 0 4rem 1.45rem 0;
  color: rgba(255, 255, 255, 0.64);
}

.seo-panel-content p {
  margin: 0;
  color: inherit;
}

.seo-copy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.35rem;
}

.seo-copy-grid article {
  padding-top: 0.2rem;
}

.seo-copy-grid h3 {
  margin-bottom: 0.35rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.seo-copy-grid p {
  color: rgba(255, 255, 255, 0.64);
}

.floating-wa {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 18px 44px rgba(37, 211, 102, 0.34);
  font-weight: 950;
}

.floating-wa svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.floating-wa span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.page-hero {
  padding: 84px 0 52px;
}

.page-hero h1 {
  max-width: 900px;
  font-size: clamp(3.4rem, 9vw, 7.4rem);
}

.content-grid {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 2rem;
  align-items: start;
}

.content-card {
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow: none;
}

.content-card h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.content-card h3 {
  margin-top: 1.4rem;
}

.content-card p,
.content-card li {
  color: var(--muted);
}

.content-card ul,
.content-card ol {
  padding-left: 1.2rem;
}

.policy-updated {
  display: inline-flex;
  margin: 0 0 1rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--soft-red);
  color: var(--red) !important;
  font-size: 0.9rem;
  font-weight: 850;
}

.privacy-commitment {
  margin: 0 0 1.5rem;
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--red);
  border-radius: 0 18px 18px 0;
  background: var(--soft-red);
  color: var(--ink) !important;
}

.privacy-commitment strong {
  color: var(--red);
}

@keyframes headerEntrance {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cursorBlink {
  0%,
  46% {
    opacity: 1;
  }

  47%,
  100% {
    opacity: 0;
  }
}

.motion-enhanced .site-header {
  animation: headerEntrance 520ms ease both;
}

.typing-title {
  position: relative;
}

.type-reserve {
  visibility: hidden;
}

.type-layer {
  position: absolute;
  inset: 0;
  display: block;
}

.type-cursor {
  display: inline-block;
  width: 0;
  height: 0.78em;
  margin-left: 0;
  border-left: 0.075em solid var(--red);
  animation: cursorBlink 760ms steps(1, end) infinite;
  transform: translateY(0.06em);
}

.type-layer.cursor-after-punctuation .type-cursor {
  transform: translate(0.2em, 0.06em);
}

.type-layer.no-cursor .type-cursor {
  display: none;
}

.motion-enhanced .hero-intro-sequence .hero-topline,
.motion-enhanced .hero-intro-sequence .hero-lead,
.motion-enhanced .hero-intro-sequence .hero-actions,
.motion-enhanced .hero-intro-sequence .trust-row,
.motion-enhanced .hero-intro-sequence .hero-card {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 520ms ease,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-enhanced .hero-intro-sequence .hero-card {
  transform: translateX(24px);
}

.motion-enhanced .hero-intro-sequence.hero-intro-started .hero-topline {
  opacity: 1;
  transform: translateY(0);
}

.motion-enhanced .hero-intro-sequence.hero-intro-complete .hero-lead,
.motion-enhanced .hero-intro-sequence.hero-intro-complete .hero-card {
  opacity: 1;
  transform: translate(0, 0);
}

.motion-enhanced .hero-intro-sequence.hero-intro-complete .hero-actions {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 90ms;
}

.motion-enhanced .hero-intro-sequence.hero-intro-complete .trust-row {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 170ms;
}

.motion-enhanced [data-scroll-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 480ms ease,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-enhanced [data-scroll-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.motion-enhanced [data-reveal-item] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 420ms ease,
    transform 540ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0ms;
}

.motion-enhanced [data-scroll-reveal].is-visible [data-reveal-item] {
  opacity: 1;
  transform: translateY(0);
  transition-delay: var(--reveal-delay, 0ms);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.error-body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.error-page {
  flex: 1;
  display: grid;
  align-items: center;
  padding: clamp(4rem, 9vw, 8rem) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 25%, rgba(227, 24, 20, 0.13), transparent 34%),
    var(--cream);
}

.error-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.error-copy h1 {
  max-width: 760px;
  margin-bottom: 1rem;
  font-size: clamp(3.7rem, 8vw, 7.8rem);
  line-height: 0.88;
}

.error-copy .hero-lead {
  max-width: 660px;
}

.error-number {
  color: var(--red);
  font-size: clamp(9rem, 22vw, 21rem);
  font-weight: 950;
  line-height: 0.72;
  letter-spacing: -0.11em;
  opacity: 0.12;
  user-select: none;
}

.error-footer {
  margin-top: 0;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  padding: 1.1rem 1.2rem;
  font-weight: 950;
}

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

@media (max-width: 980px) {
  .nav-wrap {
    min-height: 78px;
  }

  .nav-links {
    display: none;
  }

  .brand img {
    width: 205px;
  }

  .hero-grid,
  .two-col,
  .calc-grid,
  .location-grid,
  .content-grid,
  .mini-faq {
    grid-template-columns: 1fr;
  }

  .feature-strip,
  .cards-4,
  .steps,
  .footer-grid,
  .seo-accordion {
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-grid:has(.footer-seo[open]) {
    margin-bottom: 280px;
  }

  .footer-grid:has(.footer-seo[open] .footer-seo-content article:nth-child(5)) {
    margin-bottom: 520px;
  }

  .hero {
    padding: 54px 0 34px;
  }

  .error-layout {
    grid-template-columns: 1fr;
  }

  .error-number {
    grid-row: 1;
    font-size: clamp(7rem, 34vw, 12rem);
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .nav-wrap {
    min-height: 72px;
  }

  .site-header .btn-small {
    display: none;
  }

  .brand img {
    width: 174px;
  }

  .section {
    padding: 52px 0;
  }

  .section-tight {
    padding: 22px 0;
  }

  h1 {
    margin-bottom: 0.85rem;
    font-size: clamp(2.72rem, 12.8vw, 3.85rem);
    line-height: 0.91;
  }

  h2 {
    font-size: clamp(2.35rem, 11vw, 3.4rem);
  }

  .hero {
    padding: 34px 0 28px;
  }

  .hero-grid {
    gap: 1.5rem;
  }

  .hero-topline {
    gap: 0.55rem;
    margin-bottom: 1rem;
  }

  .hero-topline .live-status {
    padding: 0.62rem 0.82rem;
    border-radius: 15px;
  }

  .hero-topline .live-status strong {
    font-size: 0.78rem;
  }

  .eyebrow {
    margin-bottom: 0.65rem;
    font-size: 0.72rem;
    letter-spacing: 0.16em;
  }

  .hero-lead,
  .section-heading p,
  .two-col > div > p,
  .seo-area p,
  .cta-card p {
    font-size: 1rem;
  }

  .hero-lead {
    margin-bottom: 0;
    line-height: 1.42;
  }

  .hero-actions {
    gap: 0.62rem;
    margin-top: 1rem;
    flex-wrap: nowrap;
    width: 100%;
  }

  .hero-actions .btn {
    flex: 1 1 0;
    min-width: 0;
    min-height: 46px;
    padding-inline: 0.55rem;
    font-size: 0.82rem;
    line-height: 1.05;
    text-align: center;
    white-space: nowrap;
  }

  .location-grid .hero-actions {
    gap: 0.48rem;
  }

  .location-grid .hero-actions .btn {
    min-height: 44px;
    padding-inline: 0.42rem;
    font-size: 0.76rem;
  }

  .trust-row {
    gap: 0.45rem;
    margin-top: 0.9rem;
  }

  .trust-row span {
    padding: 0.45rem 0.65rem;
    font-size: 0.76rem;
  }

  .feature-strip,
  .cards-4,
  .steps,
  .footer-grid,
  .calc-fields,
  .seo-accordion {
    grid-template-columns: 1fr;
  }

  .footer-seo-content {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 0.7rem;
  }

  .footer-grid:has(.footer-seo[open]),
  .footer-grid:has(.footer-seo[open] .footer-seo-content article:nth-child(5)) {
    margin-bottom: 0;
  }

  .post-footer-seo {
    padding: 0;
  }

  .post-footer-seo .container {
    width: min(100% - 28px, var(--container));
  }

  .seo-accordion summary {
    min-height: 84px;
    padding: 1rem 3rem 1rem 0;
  }

  .seo-panel-content,
  .seo-accordion details > p {
    padding: 0 3rem 1.15rem 0;
  }

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

  .mini-pricing {
    grid-template-columns: 1fr;
  }

  .calc-actions {
    flex-wrap: nowrap;
    gap: 0.55rem;
    width: 100%;
  }

  .calc-actions .btn {
    flex: 1 1 0;
    min-width: 0;
    min-height: 46px;
    padding-inline: 0.5rem;
    font-size: 0.8rem;
    line-height: 1.05;
    text-align: center;
    white-space: nowrap;
  }

  .calc-actions .btn-primary {
    flex-grow: 1.2;
  }

  .calc-actions .btn-ghost {
    flex-grow: 0.82;
  }

  .price-table div {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }

  .price-table strong {
    text-align: left;
  }

  .cta-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .floating-wa {
    right: 14px;
    bottom: 14px;
    width: 58px;
    height: 58px;
  }
}

@media (max-width: 380px) {
  .hero-actions,
  .location-grid .hero-actions,
  .calc-actions {
    gap: 0.42rem;
  }

  .hero-actions .btn,
  .calc-actions .btn {
    min-height: 44px;
    font-size: 0.74rem;
    letter-spacing: -0.02em;
  }

  .location-grid .hero-actions .btn {
    font-size: 0.68rem;
  }
}
