:root {
  --ink: #15211f;
  --muted: #63706c;
  --line: #dce4df;
  --paper: #fbfcf8;
  --panel: #ffffff;
  --mint: #d7f4e4;
  --mint-deep: #147a57;
  --coral: #ee6d52;
  --gold: #f2b84b;
  --blue: #245d8f;
  --shadow: 0 24px 70px rgba(32, 47, 43, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 72px);
  background: rgba(251, 252, 248, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand,
.site-nav,
.hero-actions,
.site-footer div {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
}

.brand-name {
  font-size: 1.05rem;
  letter-spacing: 0.06em;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  background: var(--mint-deep);
  border-radius: 8px;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0;
}

.site-nav {
  gap: clamp(14px, 3vw, 34px);
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.site-nav a {
  position: relative;
  padding: 6px 0;
}

.site-nav .nav-cta {
  display: none;
}

.site-nav a:hover,
.site-nav a.active,
.site-footer a:hover {
  color: var(--mint-deep);
}

.site-nav a.active::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 3px;
  background: var(--mint-deep);
  border-radius: 999px;
  content: "";
}

.nav-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.menu-button {
  display: none;
}

.header-action {
  padding: 11px 18px;
  color: #ffffff;
  background: var(--ink);
  border-radius: 8px;
  font-weight: 700;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.74fr);
  gap: clamp(32px, 7vw, 88px);
  align-items: center;
  min-height: calc(100vh - 80px);
  padding: clamp(44px, 8vw, 104px) clamp(18px, 5vw, 72px) clamp(48px, 7vw, 82px);
  background:
    linear-gradient(120deg, rgba(215, 244, 228, 0.95) 0%, rgba(251, 252, 248, 0.78) 42%, rgba(242, 184, 75, 0.18) 100%),
    url("1.avif") center/cover;
}

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

.eyebrow {
  margin: 0 0 12px;
  color: var(--mint-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  margin: 0;
  max-width: 850px;
  font-size: clamp(1.70rem, 6vw, 3.90rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.24rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 650px;
  margin: 24px 0 0;
  color: #32413d;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  text-align: center;
}

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

.button.secondary {
  color: var(--ink);
  background: #ffffff;
  border-color: var(--line);
}

.policy-panel {
  width: min(100%, 440px);
  justify-self: end;
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.panel-header,
.alert-item,
.timeline-row {
  display: flex;
  align-items: center;
}

.panel-header {
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-weight: 700;
}

.panel-header strong {
  color: var(--ink);
}

.alert-item {
  gap: 14px;
  min-height: 82px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.alert-item:last-child {
  border-bottom: 0;
}

.alert-item p,
.feature-card p,
.workflow-copy p,
.price-card p,
.timeline-row p,
.intro p {
  margin: 0;
  color: var(--muted);
}

.status-dot {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(242, 184, 75, 0.18);
}

.alert-item.urgent .status-dot {
  background: var(--coral);
  box-shadow: 0 0 0 6px rgba(238, 109, 82, 0.18);
}

.alert-item.calm .status-dot {
  background: var(--mint-deep);
  box-shadow: 0 0 0 6px rgba(20, 122, 87, 0.16);
}

.section,
.feature-grid,
.workflow,
.plans,
.contact-band {
  padding: clamp(58px, 8vw, 100px) clamp(18px, 5vw, 72px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.65fr);
  gap: clamp(24px, 6vw, 82px);
  align-items: end;
  background: var(--paper);
}

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

.feature-card,
.price-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.feature-card {
  min-height: 245px;
  padding: 26px;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 46px;
  color: var(--mint-deep);
  background: var(--mint);
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 800;
}

.workflow {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(300px, 1fr);
  gap: clamp(30px, 6vw, 74px);
  align-items: center;
  background: #eef5f1;
}

.workflow-copy {
  max-width: 560px;
}

.workflow-copy p:last-child {
  margin-top: 18px;
  font-size: 1.05rem;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline-row {
  gap: 20px;
  min-height: 96px;
  padding: 20px;
  background: #ffffff;
  border-left: 6px solid var(--blue);
  border-radius: 8px;
}

.timeline-row span {
  flex: 0 0 92px;
  color: var(--blue);
  font-weight: 800;
}

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

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

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

.price-card.featured {
  border-color: var(--mint-deep);
  box-shadow: var(--shadow);
}

.plan-label {
  align-self: flex-start;
  margin: 0 0 16px;
  padding: 7px 10px;
  color: #ffffff;
  background: var(--mint);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 800;
}

.price {
  margin: 18px 0 8px;
  color: var(--ink);
  font-size: 2.65rem;
  font-weight: 800;
  line-height: 1;
}

.price span {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 600;
}

.price-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 30px;
  padding-left: 19px;
  color: var(--muted);
}

.price-card .button {
  margin-top: auto;
}

.contact-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  color: #ffffff;
  background: var(--ink);
}

.contact-band .eyebrow,
.contact-band h2 {
  color: #ffffff;
}

.contact-band .button.primary {
  flex: 0 0 auto;
  background: var(--gold);
  color: var(--ink);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(18px, 5vw, 72px);
  color: var(--muted);
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

.site-footer div {
  gap: 18px;
  font-weight: 700;
}

.page-hero {
  display: grid;
  align-content: end;
  min-height: 460px;
  padding: clamp(72px, 10vw, 132px) clamp(18px, 5vw, 72px) clamp(58px, 8vw, 92px);
  color: var(--ink);
  background:
    linear-gradient(120deg, rgba(251, 252, 248, 0.95) 0%, rgba(215, 244, 228, 0.82) 55%, rgba(238, 109, 82, 0.2) 100%),
    url("2.avif") center/cover;
}

.coverage-hero {
  background:
    linear-gradient(120deg, rgba(251, 252, 248, 0.95) 0%, rgba(215, 244, 228, 0.8) 54%, rgba(36, 93, 143, 0.22) 100%),
    url("3.avif") center/cover;
}

.alerts-hero {
  background:
    linear-gradient(120deg, rgba(251, 252, 248, 0.95) 0%, rgba(242, 184, 75, 0.28) 55%, rgba(238, 109, 82, 0.24) 100%),
    url("4.avif") center/cover;
}

.plans-hero {
  background:
    linear-gradient(120deg, rgba(251, 252, 248, 0.95) 0%, rgba(215, 244, 228, 0.82) 55%, rgba(242, 184, 75, 0.2) 100%),
    url("5.avif") center/cover;
}

.contact-hero {
  background:
    linear-gradient(120deg, rgba(251, 252, 248, 0.95) 0%, rgba(215, 244, 228, 0.78) 50%, rgba(36, 93, 143, 0.2) 100%),
    url("6.avif") center/cover;
}

.page-hero h1,
.page-hero p {
  max-width: 870px;
}

.page-hero p:last-child {
  margin: 22px 0 0;
  color: #32413d;
  font-size: clamp(1.06rem, 2vw, 1.22rem);
}

.page-grid,
.page-plans,
.page-workflow {
  padding-top: clamp(58px, 8vw, 100px);
}

.split-section,
.contact-form-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(300px, 1fr);
  gap: clamp(30px, 6vw, 74px);
  padding: clamp(58px, 8vw, 100px) clamp(18px, 5vw, 72px);
  background: #eef5f1;
}

.detail-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-list li {
  padding: 18px 20px;
  background: #ffffff;
  border-left: 6px solid var(--mint-deep);
  border-radius: 8px;
  color: var(--muted);
  font-weight: 600;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(58px, 8vw, 100px) clamp(18px, 5vw, 72px);
}

.contact-form {
  display: grid;
  gap: 12px;
  padding: 28px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-form label {
  color: var(--ink);
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.success-hero {
  display: grid;
  place-items: center;
  min-height: calc(100vh - 160px);
  padding: clamp(58px, 8vw, 100px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(120deg, rgba(251, 252, 248, 0.96) 0%, rgba(215, 244, 228, 0.82) 52%, rgba(242, 184, 75, 0.22) 100%),
    url("2.avif") center/cover;
}

.success-box {
  width: min(100%, 760px);
  padding: clamp(28px, 5vw, 52px);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.success-box p:last-of-type {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .site-nav {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .hero,
  .intro,
  .workflow,
  .split-section,
  .contact-form-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .policy-panel {
    justify-self: start;
  }

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

  .price-card.featured {
    order: -1;
  }

  .contact-band {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 12px;
    align-items: center;
    padding: 14px 16px;
  }

  .brand {
    width: auto;
  }

  .header-action {
    grid-row: 1;
    grid-column: 2;
    padding: 8px 14px;
    font-size: 0.85rem;
  }

  .menu-button {
    position: relative;
    z-index: 120;
    grid-row: 1;
    grid-column: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    width: 40px;
    height: 40px;
    background: var(--ink);
    border: 1px solid rgba(101, 180, 229, 0.18);
    border-radius: 8px;
    box-shadow: 0 12px 26px rgba(148, 214, 203, 0.18);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  }

  .menu-button span {
    display: block;
    width: 21px;
    height: 2px;
    background: #ffffff;
    border-radius: 999px;
    transition: transform 0.22s ease, opacity 0.18s ease, width 0.2s ease;
  }

  .nav-toggle:checked + .menu-button {
    background: var(--mint-deep);
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(20, 85, 122, 0.24);
  }

  .nav-toggle:checked + .menu-button span:first-child {
    transform: translateY(6px) rotate(45deg);
  }

  .nav-toggle:checked + .menu-button span:nth-child(2) {
    opacity: 0;
    width: 8px;
  }

  .nav-toggle:checked + .menu-button span:last-child {
    transform: translateY(-6px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    display: grid;
    align-content: start;
    align-items: stretch;
    gap: 10px;
    justify-content: stretch;
    justify-items: stretch;
    width: 50vw;
    height: 100vh;
    height: 100dvh;
    overflow-y: auto;
    opacity: 0;
    padding: 72px 12px 16px;
    background: rgba(255, 255, 255, 0.98);
    border-left: 1px solid var(--line);
    box-shadow: none;
    transform: translateX(100%);
    transition: transform 0.28s ease, opacity 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
    z-index: 100;
    pointer-events: none;
    text-align: center;
    justify-content: center;
  }

  .nav-toggle:checked ~ .site-nav {
    opacity: 1;
    box-shadow: var(--shadow);
    transform: translateX(0);
    pointer-events: auto;
  }

  .site-nav a {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 12px 14px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    font-weight: 800;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  }

  .site-nav a:hover,
  .site-nav a.active {
    background: var(--mint);
    border-color: rgba(20, 122, 87, 0.28);
    color: var(--mint-deep);
    transform: translateX(2px);
  }

  .site-nav .nav-cta {
    display: flex;
    justify-content: center;
    margin-top: 2px;
    color: #ffffff;
    background: var(--coral);
    border-color: var(--coral);
    box-shadow: 0 12px 24px rgba(238, 109, 82, 0.24);
  }

  .site-nav .nav-cta:hover {
    color: #ffffff;
    background: #d95d45;
    border-color: #d95d45;
  }

  .site-nav a.active::after {
    display: none;
  }

  .hero {
    padding-top: 38px;
  }

  .page-hero {
    min-height: 400px;
    padding-top: 52px;
  }

  h1 {
    font-size: clamp(2.4rem, 13vw, 3.5rem);
  }

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

  .policy-panel {
    padding: 18px;
  }

  .feature-grid,
  .pricing-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .price-card,
  .contact-form {
    min-height: auto;
    padding: 22px;
  }

  .feature-icon {
    margin-bottom: 28px;
  }

  .timeline-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .timeline-row span {
    flex: 0 0 auto;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
