:root {
  --ink: #14213d;
  --muted: #5d6575;
  --teal: #0f766e;
  --teal-dark: #0b4f4a;
  --amber: #f59e0b;
  --coral: #e76f51;
  --paper: #fffaf2;
  --surface: #ffffff;
  --line: #d9e2df;
  --soft: #eef7f5;
  --shadow: 0 18px 45px rgba(20, 33, 61, 0.14);
  --radius: 8px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  color: #ffffff;
  background: var(--teal-dark);
  border-radius: var(--radius);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(217, 226, 223, 0.78);
  backdrop-filter: blur(14px);
}

.site-header.is-scrolled {
  box-shadow: 0 10px 28px rgba(20, 33, 61, 0.1);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-logo {
  width: 250px;
  height: auto;
  max-width: min(48vw, 250px);
}

.brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--teal), var(--coral));
  border-radius: var(--radius);
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
  line-height: 1.1;
}

.brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.78rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 7px;
}

.site-nav a {
  padding: 10px 12px;
  color: var(--muted);
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 0.94rem;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
  background: var(--soft);
}

.site-nav .nav-cta {
  color: #ffffff;
  background: var(--teal);
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  color: #ffffff;
  background: var(--teal-dark);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  color: #ffffff;
  background: #12312f;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 35, 33, 0.9) 0%, rgba(13, 35, 33, 0.72) 44%, rgba(13, 35, 33, 0.32) 100%),
    url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1800&q=80") center / cover;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) 420px;
  gap: 44px;
  align-items: center;
  padding: 110px 0 130px;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.claim-panel .panel-kicker {
  color: #ffd28a;
}

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

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
}

h1 {
  max-width: 820px;
  font-size: clamp(2.8rem, 7vw, 5.9rem);
}

h2 {
  font-size: clamp(2rem, 4.4vw, 3.5rem);
}

h3 {
  font-size: 1.18rem;
}

.hero-lede {
  max-width: 660px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.04rem, 2vw, 1.28rem);
}

.hero-actions,
.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 34px;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 800;
  text-align: center;
}

.button.primary {
  color: #ffffff;
  background: var(--teal);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--teal-dark);
}

.button.ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.38);
}

.button.full {
  width: 100%;
}

.trust-list {
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.trust-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.trust-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--amber);
  border-radius: 50%;
}

.claim-panel {
  padding: 28px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.95);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.claim-panel .panel-kicker {
  margin: 0 0 10px;
  color: var(--coral);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.claim-panel h2 {
  font-size: 2rem;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 22px 0;
}

.check-list span {
  display: block;
  padding: 14px 14px 14px 42px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  position: relative;
  font-weight: 700;
}

.check-list span::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 13px;
  height: 8px;
  border-left: 3px solid var(--teal);
  border-bottom: 3px solid var(--teal);
  transform: rotate(-45deg);
}

.small-print {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.notice-band {
  background: var(--paper);
  border-top: 1px solid #f2dfbd;
  border-bottom: 1px solid #f2dfbd;
}

.notice-inner {
  display: flex;
  gap: 10px;
  padding: 14px 0;
  color: #624015;
  font-size: 0.94rem;
}

.section {
  padding: 88px 0;
}

.intro-section {
  padding-top: 72px;
}

.split,
.feature-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: start;
}

.rich-text p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.08rem;
}

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

.services-section,
.faq-section {
  background: #f6fbfa;
}

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

.service-card {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(20, 33, 61, 0.06);
}

.service-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-card div {
  padding: 20px;
}

.service-card p,
.steps p,
.feature-copy p,
.evidence-list p,
.faq-list p,
.contact-copy p {
  color: var(--muted);
}

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

.steps article {
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.steps span {
  display: inline-flex;
  width: 44px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #ffffff;
  background: var(--ink);
  border-radius: var(--radius);
  font-weight: 900;
}

.why-section {
  color: #ffffff;
  background: #19302f;
}

.why-section .eyebrow {
  color: #ffd28a;
}

.feature-grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.82fr);
  align-items: center;
}

.feature-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.feature-image {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.feature-image img {
  width: 100%;
  min-height: 470px;
  object-fit: cover;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.stats div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
}

.stats strong,
.stats span {
  display: block;
}

.stats strong {
  font-size: 1.6rem;
}

.stats span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
}

.reverse {
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
}

.evidence-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.evidence-list div {
  padding: 22px;
  background: var(--paper);
  border: 1px solid #f1dfbd;
  border-radius: var(--radius);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 52px 20px 20px;
  position: relative;
  font-weight: 800;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 16px;
  right: 20px;
  color: var(--teal);
  font-size: 1.5rem;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0;
  padding: 0 20px 20px;
}

.contact-section {
  background: linear-gradient(180deg, #ffffff 0%, #eef7f5 100%);
}

.contact-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  align-items: center;
}

.contact-methods {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-methods a {
  display: block;
  padding: 16px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.contact-methods strong,
.contact-methods span {
  display: block;
}

.contact-methods span {
  color: var(--teal-dark);
  font-weight: 800;
}

.claim-form {
  padding: 28px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.form-row {
  margin-bottom: 16px;
}

.form-row.two-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

label {
  display: block;
  margin-bottom: 7px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid #cbd8d5;
  border-radius: var(--radius);
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(245, 158, 11, 0.5);
  outline-offset: 2px;
}

.consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  margin: 8px 0 18px;
  color: var(--muted);
  font-weight: 400;
  font-size: 0.94rem;
}

.consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.form-status {
  min-height: 22px;
  margin: 12px 0 0;
  color: var(--teal-dark);
  font-weight: 800;
}

.site-footer {
  color: rgba(255, 255, 255, 0.82);
  background: #111827;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 28px;
  padding: 48px 0;
}

.footer-brand {
  color: #ffffff;
}

.footer-brand .brand-logo {
  width: 270px;
  max-width: 100%;
}

.footer-brand small {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer h2 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 1rem;
}

.site-footer a,
.site-footer span {
  display: block;
  margin: 8px 0;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #ffffff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.88rem;
}

.footer-bottom p {
  margin: 0;
}

.reg-note {
  max-width: 620px;
  color: #ffd28a;
}

.policy-page {
  background: #f6fbfa;
}

.policy-hero {
  padding: 80px 0 38px;
  background: var(--soft);
  border-bottom: 1px solid var(--line);
}

.policy-hero p {
  max-width: 760px;
  color: var(--muted);
}

.policy-content {
  max-width: 860px;
  padding: 46px 0 80px;
}

.policy-content section {
  padding: 26px;
  margin-bottom: 16px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.policy-content h2 {
  font-size: 1.45rem;
}

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

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 76px 0 auto 0;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 12px 20px 22px;
    background: #ffffff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .site-nav.policy-nav {
    position: static;
    display: flex;
    padding: 0;
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 14px 12px;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid,
  .split,
  .feature-grid,
  .contact-grid,
  .reverse {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding: 82px 0 96px;
  }

  .claim-panel {
    max-width: 560px;
  }

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

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

  .footer-bottom {
    flex-direction: column;
  }
}

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

  .header-inner {
    min-height: 68px;
  }

  .brand strong {
    font-size: 0.9rem;
  }

  .brand small {
    font-size: 0.72rem;
  }

  .brand-logo {
    width: 214px;
    max-width: 62vw;
  }

  .site-nav {
    inset: 68px 0 auto 0;
  }

  .hero-media {
    background:
      linear-gradient(180deg, rgba(13, 35, 33, 0.9) 0%, rgba(13, 35, 33, 0.76) 100%),
      url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1000&q=80") center / cover;
  }

  h1 {
    font-size: 2.65rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-grid {
    padding: 64px 0 78px;
    gap: 30px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .notice-inner {
    display: block;
  }

  .section {
    padding: 60px 0;
  }

  .service-grid,
  .steps,
  .evidence-list,
  .stats,
  .form-row.two-cols,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .feature-image img {
    min-height: 300px;
  }

  .claim-form,
  .claim-panel {
    padding: 22px;
  }
}

/* Modern dark theme */
:root {
  --ink: #f8fbff;
  --muted: #aab6c7;
  --teal: #22d3ee;
  --teal-dark: #0891b2;
  --amber: #facc15;
  --coral: #fb7185;
  --paper: #111827;
  --surface: rgba(15, 23, 42, 0.78);
  --line: rgba(148, 163, 184, 0.22);
  --soft: rgba(34, 211, 238, 0.1);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.44);
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 7%, rgba(34, 211, 238, 0.16), transparent 28rem),
    radial-gradient(circle at 86% 18%, rgba(251, 113, 133, 0.14), transparent 25rem),
    linear-gradient(180deg, #060a13 0%, #0b1120 45%, #050816 100%);
}

.site-header {
  background: rgba(6, 10, 19, 0.78);
  border-bottom-color: rgba(148, 163, 184, 0.18);
}

.site-header.is-scrolled {
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.34);
}

.brand-mark {
  background: linear-gradient(135deg, #22d3ee, #6366f1 52%, #fb7185);
  box-shadow: 0 10px 30px rgba(34, 211, 238, 0.22);
}

.brand small,
.site-nav a {
  color: #aab6c7;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.site-nav .nav-cta,
.button.primary {
  color: #031018;
  background: linear-gradient(135deg, #67e8f9, #22d3ee 48%, #a78bfa);
  box-shadow: 0 14px 34px rgba(34, 211, 238, 0.26);
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible,
.button.primary:hover,
.button.primary:focus-visible {
  color: #020617;
  background: linear-gradient(135deg, #a5f3fc, #38bdf8 52%, #c4b5fd);
}

.nav-toggle {
  background: rgba(15, 23, 42, 0.92);
  border-color: rgba(148, 163, 184, 0.24);
}

.nav-toggle span:not(.sr-only) {
  background: #ffffff;
}

.hero {
  background: #060a13;
}

.hero-media {
  background:
    linear-gradient(90deg, rgba(6, 10, 19, 0.96) 0%, rgba(6, 10, 19, 0.82) 47%, rgba(6, 10, 19, 0.46) 100%),
    linear-gradient(135deg, rgba(34, 211, 238, 0.18), rgba(251, 113, 133, 0.1)),
    url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1800&q=80") center / cover;
}

.hero::after {
  background: linear-gradient(0deg, rgba(6, 10, 19, 1), rgba(6, 10, 19, 0));
}

h1 {
  letter-spacing: 0;
}

.eyebrow {
  color: #67e8f9;
}

.hero .eyebrow,
.claim-panel .panel-kicker,
.why-section .eyebrow {
  color: #facc15;
}

.hero-lede,
.trust-list li {
  color: rgba(248, 251, 255, 0.84);
}

.button.ghost {
  color: #ffffff;
  background: rgba(15, 23, 42, 0.48);
  box-shadow: inset 0 0 0 1px rgba(226, 232, 240, 0.22);
  backdrop-filter: blur(10px);
}

.button.ghost:hover,
.button.ghost:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.claim-panel,
.service-card,
.steps article,
.faq-list details,
.claim-form,
.contact-methods a,
.policy-content section {
  color: var(--ink);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.88), rgba(15, 23, 42, 0.64));
  border-color: rgba(148, 163, 184, 0.2);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.claim-panel {
  position: relative;
  overflow: hidden;
}

.claim-panel::before,
.claim-form::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.2), transparent 45%, rgba(251, 113, 133, 0.12));
}

.claim-panel > *,
.claim-form > * {
  position: relative;
}

.check-list span,
.evidence-list div,
.stats div {
  color: var(--ink);
  background: rgba(2, 6, 23, 0.42);
  border-color: rgba(148, 163, 184, 0.2);
}

.small-print,
.rich-text p,
.service-card p,
.steps p,
.evidence-list p,
.faq-list p,
.contact-copy p,
.policy-content li,
.policy-content p,
.consent {
  color: var(--muted);
}

.notice-band {
  background: rgba(250, 204, 21, 0.09);
  border-top-color: rgba(250, 204, 21, 0.22);
  border-bottom-color: rgba(250, 204, 21, 0.22);
}

.notice-inner {
  color: #fde68a;
}

.section {
  position: relative;
}

.services-section,
.faq-section,
.contact-section,
.why-section,
.policy-page {
  background: transparent;
}

.intro-section,
.process-section,
.evidence-section {
  background: rgba(2, 6, 23, 0.14);
}

.service-card {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(34, 211, 238, 0.42);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.46);
}

.service-card img,
.feature-image img {
  filter: saturate(0.95) contrast(1.08) brightness(0.82);
}

.steps span {
  color: #031018;
  background: linear-gradient(135deg, #67e8f9, #a78bfa);
}

.why-section {
  overflow: hidden;
}

.why-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 6, 23, 0.76), rgba(2, 6, 23, 0.28)),
    radial-gradient(circle at 75% 35%, rgba(34, 211, 238, 0.14), transparent 24rem);
  pointer-events: none;
}

.why-section .container {
  position: relative;
}

.feature-image {
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.stats strong {
  color: #ffffff;
}

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

.faq-list summary::after {
  color: #67e8f9;
}

.contact-section {
  border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.contact-methods span {
  color: #67e8f9;
}

.contact-hero {
  position: relative;
  overflow: hidden;
  padding: 118px 0 88px;
  background:
    linear-gradient(90deg, rgba(6, 10, 19, 0.92), rgba(6, 10, 19, 0.66)),
    radial-gradient(circle at 82% 24%, rgba(34, 211, 238, 0.2), transparent 25rem),
    url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=1800&q=80") center / cover;
}

.contact-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 110px;
  background: linear-gradient(0deg, rgba(6, 10, 19, 1), rgba(6, 10, 19, 0));
  pointer-events: none;
}

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

.contact-hero h1 {
  max-width: 780px;
}

.contact-summary,
.contact-info-cards div {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.88), rgba(15, 23, 42, 0.64));
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.contact-summary {
  padding: 28px;
}

.contact-summary h2 {
  margin-bottom: 22px;
  font-size: 1.7rem;
}

.contact-detail-list {
  display: grid;
  gap: 12px;
}

.contact-detail-list a,
.contact-detail-list div {
  display: block;
  padding: 15px;
  color: var(--ink);
  background: rgba(2, 6, 23, 0.42);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: var(--radius);
}

.contact-detail-list a:hover,
.contact-detail-list a:focus-visible,
.contact-info-cards a:hover,
.contact-info-cards a:focus-visible {
  color: #ffffff;
}

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

.contact-detail-list strong {
  margin-bottom: 4px;
  color: #ffffff;
}

.contact-detail-list span {
  color: var(--muted);
}

.contact-page-section {
  padding-top: 76px;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(340px, 1fr);
  gap: 48px;
  align-items: start;
}

.contact-info-cards {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.contact-info-cards div {
  padding: 22px;
}

.contact-info-cards p {
  margin-bottom: 0;
  color: var(--muted);
}

.contact-info-cards a {
  color: #67e8f9;
  font-weight: 800;
}

.contact-form {
  scroll-margin-top: 110px;
}

.contact-faq-section {
  background: rgba(2, 6, 23, 0.14);
}

.contact-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.submit-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 40px 20px;
  background:
    radial-gradient(circle at 20% 20%, rgba(34, 211, 238, 0.18), transparent 28rem),
    linear-gradient(180deg, #060a13, #020617);
}

.submit-card {
  width: min(620px, 100%);
  padding: 36px;
  color: var(--ink);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.68));
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.submit-card .brand-logo {
  margin-bottom: 26px;
}

.submit-card h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
}

.submit-card p {
  color: var(--muted);
  font-size: 1.08rem;
}

.submit-card.success {
  border-color: rgba(34, 211, 238, 0.36);
}

.submit-card.error {
  border-color: rgba(251, 113, 133, 0.42);
}

.claim-form {
  position: relative;
  overflow: hidden;
}

input,
select,
textarea {
  color: #f8fbff;
  background: rgba(2, 6, 23, 0.58);
  border-color: rgba(148, 163, 184, 0.28);
}

input::placeholder,
textarea::placeholder {
  color: rgba(170, 182, 199, 0.7);
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(34, 211, 238, 0.72);
  box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.12);
}

.form-status {
  color: #67e8f9;
}

.site-footer {
  background: #020617;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.policy-hero {
  background:
    radial-gradient(circle at 16% 12%, rgba(34, 211, 238, 0.16), transparent 24rem),
    linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(6, 10, 19, 0.2));
  border-bottom-color: rgba(148, 163, 184, 0.16);
}

@media (max-width: 980px) {
  .site-nav {
    background: rgba(6, 10, 19, 0.98);
    border-bottom-color: rgba(148, 163, 184, 0.18);
  }

  .site-nav.policy-nav {
    background: transparent;
  }

  .contact-hero-grid,
  .contact-page-grid {
    grid-template-columns: 1fr;
  }

  .contact-summary {
    max-width: 620px;
  }
}

@media (max-width: 680px) {
  .hero-media {
    background:
      linear-gradient(180deg, rgba(6, 10, 19, 0.94) 0%, rgba(6, 10, 19, 0.82) 100%),
      url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1000&q=80") center / cover;
  }

  .contact-hero {
    padding: 76px 0 64px;
    background:
      linear-gradient(180deg, rgba(6, 10, 19, 0.92), rgba(6, 10, 19, 0.8)),
      url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=1000&q=80") center / cover;
  }
}

/* Final responsive polish */
@media (max-width: 1180px) {
  .brand-logo {
    width: 224px;
    max-width: 42vw;
  }

  .site-nav {
    gap: 4px;
  }

  .site-nav a {
    padding-inline: 10px;
    font-size: 0.9rem;
  }
}

@media (max-width: 980px) {
  .brand-logo {
    width: 230px;
    max-width: 64vw;
  }

  .site-nav a {
    font-size: 1rem;
  }

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

@media (max-width: 680px) {
  body {
    overflow-x: hidden;
  }

  .brand-logo {
    width: 198px;
    max-width: calc(100vw - 98px);
  }

  .header-inner {
    gap: 12px;
  }

  .hero-grid,
  .contact-hero-grid,
  .contact-page-grid {
    gap: 26px;
  }

  .claim-panel,
  .claim-form,
  .contact-summary,
  .submit-card {
    padding: 20px;
  }

  .contact-steps {
    grid-template-columns: 1fr;
  }

  .contact-detail-list span,
  .contact-methods span,
  .site-footer span,
  .site-footer a {
    overflow-wrap: anywhere;
  }

  .footer-brand .brand-logo {
    width: 220px;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 2.32rem;
  }

  h2 {
    font-size: 1.78rem;
  }

  .brand-logo {
    width: 176px;
  }

  .button {
    min-height: 48px;
    padding-inline: 14px;
  }

  .policy-content section,
  .contact-info-cards div,
  .steps article,
  .evidence-list div {
    padding: 18px;
  }
}
