:root {
  color-scheme: light;
  --ink: #20342d;
  --muted: #5f6d66;
  --line: #d9cab5;
  --panel: rgba(255, 253, 247, 0.84);
  --panel-strong: rgba(255, 253, 247, 0.96);
  --green: #0f3b2a;
  --blue: #176b87;
  --gold: #b37a2f;
  --shadow: rgba(38, 53, 45, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(221, 238, 211, 0.96), rgba(255, 234, 205, 0.92)),
    #f6efe2;
}

a,
button {
  font: inherit;
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 44px);
  background: rgba(255, 253, 247, 0.78);
  border-bottom: 1px solid rgba(217, 202, 181, 0.72);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand img {
  width: 38px;
  height: 38px;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
  color: var(--muted);
  font-weight: 800;
  font-size: 0.95rem;
}

main {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 28px 20px 54px;
}

.hero {
  min-height: calc(100vh - 86px);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: center;
  gap: clamp(24px, 5vw, 64px);
}

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

.eyebrow {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  margin: 0 0 18px;
  font-size: clamp(2.4rem, 6vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero p {
  max-width: 670px;
  margin: 0;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.6;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.primary,
.secondary,
.contact-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 18px;
  border: 1px solid transparent;
  font-weight: 900;
  cursor: pointer;
}

.primary,
.contact-button {
  background: var(--green);
  color: #fff;
}

.secondary {
  background: var(--panel);
  border-color: var(--line);
}

.hero-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel-strong);
  padding: 24px;
  box-shadow: 0 24px 70px var(--shadow);
}

.hero-panel img {
  width: 88px;
  height: 88px;
  display: block;
  margin-bottom: 22px;
}

dl {
  margin: 0;
}

dl div {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid rgba(217, 202, 181, 0.75);
}

dt {
  color: var(--muted);
  font-weight: 800;
}

dd {
  margin: 0;
  font-weight: 900;
}

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

article,
.notice {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  padding: 22px;
  box-shadow: 0 12px 36px rgba(38, 53, 45, 0.07);
}

article h2,
article h3,
.notice h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
}

article p,
.notice p,
li {
  color: var(--muted);
  line-height: 1.58;
}

article p,
.notice p {
  margin: 0;
}

.content-section {
  padding-top: 58px;
}

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

.section-heading h2 {
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 3.1rem);
  letter-spacing: 0;
}

.legal-card + .legal-card {
  margin-top: 14px;
}

ul {
  margin: 0;
  padding-left: 20px;
}

li + li {
  margin-top: 8px;
}

.highlight {
  margin-top: 12px;
}

.steps article {
  position: relative;
}

.steps span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(23, 107, 135, 0.12);
  color: var(--blue);
  font-weight: 900;
}

.mail-note {
  width: 100%;
  margin-top: 16px;
  border-radius: 8px;
  background: rgba(23, 107, 135, 0.08);
  color: var(--ink);
  padding: 12px;
  font-weight: 800;
}

.notice {
  margin-top: 14px;
  background: rgba(255, 246, 226, 0.9);
}

.obfuscated-mail {
  color: var(--blue);
  font-weight: 900;
}

footer {
  width: min(1120px, 100%);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0 auto;
  padding: 26px 20px 38px;
  color: var(--muted);
  border-top: 1px solid rgba(217, 202, 181, 0.8);
  font-weight: 800;
}

@media (max-width: 820px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    justify-content: flex-start;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 34px 0 24px;
  }

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

  footer {
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  main {
    padding-inline: 14px;
  }

  .topbar {
    padding-inline: 14px;
  }

  .actions a,
  .primary,
  .secondary {
    width: 100%;
  }

  dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
