@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  src: url("/fonts/InterVariable.woff2") format("woff2");
}

:root {
  color-scheme: light;
  --ink: #11130f;
  --muted: #5c6257;
  --line: #d9d5c7;
  --paper: #f6f2e7;
  --field: #fffdf7;
  --accent: #12645b;
  --accent-dark: #0b3f38;
  --amber: #c28b2c;
  --amber-dark: #805214;
  --error: #9d241b;
  --font-main: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 28px 80px rgba(17, 19, 15, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  background:
    linear-gradient(90deg, rgba(18, 100, 91, 0.11) 1px, transparent 1px),
    linear-gradient(180deg, rgba(18, 100, 91, 0.08) 1px, transparent 1px),
    var(--paper);
  background-size: 64px 64px;
  color: var(--ink);
  font-family: var(--font-main);
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
  font-optical-sizing: auto;
}

button,
input,
textarea {
  font: inherit;
}

.language-switcher {
  position: fixed;
  top: clamp(14px, 2vw, 22px);
  right: clamp(14px, 2vw, 22px);
  z-index: 10;
  display: inline-flex;
  gap: 4px;
  border: 1px solid rgba(18, 100, 91, 0.24);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.88);
  box-shadow: 0 12px 34px rgba(17, 19, 15, 0.12);
  padding: 4px;
  backdrop-filter: blur(14px);
}

.language-switcher button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: auto;
  min-width: 54px;
  min-height: 34px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--accent-dark);
  box-shadow: none;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1;
  padding: 0 10px;
  text-transform: uppercase;
  transform: none;
}

.language-switcher button:hover {
  background: rgba(18, 100, 91, 0.1);
  transform: none;
}

.language-switcher button[aria-pressed="true"] {
  background: var(--accent);
  color: #fffdf7;
}

.page-shell {
  min-height: 100vh;
  padding: clamp(24px, 4vw, 64px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: clamp(32px, 7vw, 96px);
  align-items: center;
  width: min(1180px, 100%);
  min-height: calc(100vh - clamp(48px, 8vw, 128px));
  margin: 0 auto;
}

.seo-summary {
  width: min(900px, 100%);
  margin: clamp(30px, 6vw, 72px) auto 0;
  border-top: 1px solid rgba(17, 19, 15, 0.18);
  padding: clamp(22px, 4vw, 34px) 0 0;
}

.seo-summary h2 {
  max-width: 760px;
  font-size: clamp(1.35rem, 2.4vw, 1.95rem);
  line-height: 1.14;
}

.answer-block {
  max-width: 790px;
  margin: 16px 0 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.5vw, 1.13rem);
  font-weight: 520;
  line-height: 1.58;
}

.seo-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  max-width: 900px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.seo-facts li {
  border-top: 1px solid rgba(18, 100, 91, 0.18);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.45;
  padding-top: 10px;
}

.hero-copy {
  position: relative;
  padding: clamp(12px, 2vw, 24px) 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(3.1rem, 9vw, 8.2rem);
  font-weight: 820;
  line-height: 0.92;
  letter-spacing: 0;
}

h1 span {
  display: block;
}

h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: 0;
}

.lede {
  max-width: 650px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.6vw, 1.24rem);
  font-weight: 470;
  line-height: 1.55;
}

.urgency-panel {
  position: relative;
  width: min(720px, 100%);
  margin-top: 30px;
  border: 1px solid rgba(194, 139, 44, 0.45);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 253, 247, 0.94), rgba(247, 226, 185, 0.74));
  box-shadow: 0 18px 54px rgba(128, 82, 20, 0.12);
  padding: clamp(18px, 3vw, 24px);
}

.urgency-panel::before {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 8px rgba(194, 139, 44, 0.14);
  content: "";
}

.urgency-kicker {
  margin: 0;
  color: var(--amber-dark);
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.urgency-title {
  max-width: calc(100% - 34px);
  margin: 10px 0 0;
  color: var(--ink);
  font-size: clamp(1.08rem, 2vw, 1.42rem);
  font-weight: 830;
  line-height: 1.12;
}

.urgency-body {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.48;
}

.assurance-panel {
  width: min(680px, 100%);
  margin-top: 28px;
  border: 1px solid rgba(17, 19, 15, 0.13);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.68);
  padding: clamp(18px, 3vw, 24px);
}

.assurance-title {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  font-weight: 780;
  line-height: 1.25;
}

.assurance-priority,
.assurance-intro {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 470;
  line-height: 1.5;
}

.assurance-priority {
  color: var(--ink);
  font-weight: 590;
}

.assurance-list {
  display: grid;
  gap: 9px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.assurance-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.42;
}

.assurance-list li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
  transform: translateY(-50%);
}

.contact-panel {
  border: 1px solid rgba(17, 19, 15, 0.14);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.94);
  box-shadow: var(--shadow);
  padding: clamp(22px, 4vw, 34px);
}

.panel-head {
  margin-bottom: 26px;
}

.form-priority-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 520;
  line-height: 1.44;
}

.signal-contact {
  margin-bottom: 24px;
}

.signal-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(43, 85, 194, 0.22);
  border-radius: 6px;
  background: linear-gradient(135deg, #2b55c2, #4169e1);
  color: #fffdf7;
  box-shadow: 0 12px 30px rgba(43, 85, 194, 0.18);
  font-size: 0.8rem;
  font-weight: 820;
  line-height: 1;
  padding: 0 12px;
  text-decoration: none;
  text-transform: uppercase;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.signal-link:hover {
  background: #1f429e;
  box-shadow: 0 16px 36px rgba(43, 85, 194, 0.24);
  transform: translateY(-1px);
}

label {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0;
  text-transform: uppercase;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--field);
  color: var(--ink);
  font-size: 1rem;
  font-weight: 450;
  letter-spacing: 0;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

input {
  min-height: 48px;
  padding: 0 14px;
}

textarea {
  min-height: 132px;
  resize: vertical;
  padding: 13px 14px;
  line-height: 1.45;
}

input:focus,
textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(18, 100, 91, 0.13);
}

button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  margin-top: 22px;
  border: 0;
  border-radius: 6px;
  background: var(--accent);
  color: #fffdf7;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: background 160ms ease, transform 160ms ease;
}

button:hover {
  background: var(--accent-dark);
  transform: translateY(-1px);
}

button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.notice {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.89rem;
  line-height: 1.45;
}

.form-status {
  min-height: 22px;
  margin: 14px 0 0;
  color: var(--accent-dark);
  font-size: 0.95rem;
  line-height: 1.4;
}

.form-status.is-error {
  color: var(--error);
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

@media (max-width: 860px) {
  .page-shell {
    padding: 72px 22px 22px;
  }

  .hero {
    grid-template-columns: 1fr;
    align-items: start;
    min-height: auto;
  }

  h1 {
    font-size: clamp(3rem, 17vw, 5.5rem);
  }

  .contact-panel {
    box-shadow: 0 18px 48px rgba(17, 19, 15, 0.14);
  }

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

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
