:root {
  --ink: #191818;
  --muted: #6f6c67;
  --line: #ebe8e2;
  --paper: #fffdf8;
  --soft: #f7f2ea;
  --coral: #ff866d;
  --gold: #ffe37a;
  --green: #48d882;
  --teal: #2fb7a6;
  --dark: #151515;
  --radius: 18px;
  --shadow: 0 22px 70px rgba(28, 24, 18, 0.12);
}

* { box-sizing: border-box; }

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

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.site-header {
  z-index: 20;
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 28px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  background: rgba(255, 253, 248, 0.88);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 15px;
}

.logo-brand img {
  width: min(230px, 34vw);
  height: auto;
  object-fit: contain;
}

.footer-brand.logo-brand img {
  width: min(260px, 100%);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--coral);
  color: #fff;
  font-size: 10px;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}

.site-nav a {
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.site-nav a.active,
.site-nav a:hover {
  background: var(--ink);
  color: #fff;
}

.header-cta,
.button,
.content-card a,
.help-grid a,
.story-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid var(--ink);
  font-weight: 800;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
}

.header-cta,
.primary {
  background: var(--ink);
  color: #fff;
}

.secondary {
  background: #fff;
  color: var(--ink);
}

.menu-toggle {
  display: none;
  justify-self: end;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 9px 14px;
  font-weight: 800;
}

.hero,
.section,
.split-section,
.feature-band,
.faq,
.page-hero,
.contact-layout,
.site-footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 28px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  align-items: center;
  gap: 68px;
  padding-top: 42px;
}

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

.eyebrow.green { color: #1aae61; }
.eyebrow.orange { color: #ff744f; }
.eyebrow.yellow { color: #c79700; }
.eyebrow.light { color: #fff; }

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

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(42px, 5.8vw, 74px);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 1.15;
}

.hero-copy > p:not(.eyebrow),
.section-intro,
.page-hero p,
.split-section p,
.feature-band p,
.contact-card p,
.site-footer p {
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 36px;
}

.hero-subhead {
  margin-bottom: 14px;
  color: var(--ink) !important;
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.1;
  font-weight: 800;
}

.hero-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin-top: 24px;
}

.hero-benefits span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.hero-benefits span::before {
  content: "✓";
  display: grid;
  place-items: center;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--green);
  color: var(--ink);
  font-size: 13px;
}

.partner-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
}

.partner-row strong { color: var(--ink); }

.hero-visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.hero-card,
.mini-dashboard {
  position: absolute;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.14);
  font-size: 13px;
  font-weight: 800;
}

.hero-card.top { top: 28px; left: 28px; max-width: 320px; }
.hero-card.bottom { right: 24px; bottom: 26px; display: grid; gap: 2px; }
.hero-card.bottom strong { font-size: 32px; line-height: 1; }
.hero-card.bottom span { color: var(--muted); font-weight: 700; }

.center { text-align: center; }
.center > p { margin-left: auto; margin-right: auto; max-width: 560px; }

.stat-cards,
.content-grid,
.help-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 38px;
}

.stat-card {
  min-height: 188px;
  padding: 28px;
  border-radius: var(--radius);
  text-align: left;
  display: grid;
  align-content: end;
}

.stat-card strong {
  font-size: 46px;
  line-height: 0.95;
}

.stat-card span { max-width: 250px; font-weight: 700; }
.stat-card.coral { background: var(--coral); color: #fff; }
.stat-card.gold { background: var(--gold); }
.stat-card.dark { background: var(--dark); color: #fff; }

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 74px;
}

.split-section.reverse { grid-template-columns: 0.9fr 1.1fr; }

.image-panel {
  position: relative;
  height: 470px;
  overflow: hidden;
  border-radius: 28px;
  background: var(--soft);
}

.mini-dashboard {
  left: 22px;
  bottom: 22px;
}

.badge-overlay {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 118px;
  height: 118px;
  padding: 10px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.14);
}

.badge-overlay img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.number-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.number-grid span {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--muted);
}

.number-grid strong {
  display: block;
  color: var(--ink);
  font-size: 30px;
}

.business-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.business-benefits article {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.business-benefits strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.2;
}

.business-benefits span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.feature-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 38px;
  align-items: center;
  margin-top: 42px;
  margin-bottom: 42px;
  padding: 44px;
  border-radius: 28px;
  background: var(--green);
}

.feature-band img {
  height: 360px;
  border-radius: 24px;
}

.feature-band h2,
.feature-band p { color: #0f2c1d; }

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

.check-list span {
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.content-card,
.help-grid article,
.story-list article,
.contact-card,
.contact-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 45px rgba(28, 24, 18, 0.06);
}

.content-card {
  min-height: 280px;
  padding: 24px;
  text-align: left;
  display: grid;
  gap: 12px;
  align-content: start;
}

.content-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.content-card span { color: var(--muted); }
.content-card strong { font-size: 24px; }
.content-card.coral { border-top: 8px solid var(--coral); }
.content-card.mint { border-top: 8px solid var(--teal); }
.content-card.gold { border-top: 8px solid var(--gold); }

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 38px;
  text-align: left;
}

.package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 46px 28px 28px;
  border: 1px solid var(--line);
  border-top: 8px solid var(--coral);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 45px rgba(28, 24, 18, 0.06);
}

.package-card.featured {
  border-top-color: var(--teal);
  box-shadow: 0 24px 70px rgba(47, 183, 166, 0.18);
}

.package-card:nth-child(3) {
  border-top-color: var(--gold);
}

.package-tag {
  position: absolute;
  top: 18px;
  left: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.package-card h3 {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.12;
}

.package-price {
  display: block;
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 19px;
  line-height: 1;
}

.package-price span {
  color: var(--muted);
  font-size: 13px;
}

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

.package-card > p {
  min-height: 78px;
}

.package-card h4 {
  margin: 10px 0 12px;
  font-size: 15px;
}

.package-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.package-card li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  line-height: 1.35;
}

.package-card li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #1aae61;
  font-weight: 900;
}

.package-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: auto;
  padding: 0 18px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.help-grid article {
  min-height: 220px;
  padding: 26px;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
}

.help-grid p { color: var(--muted); }

.icon-dot {
  width: 28px;
  height: 28px;
  margin-bottom: 14px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--coral), var(--gold));
}

.faq {
  display: grid;
  gap: 12px;
  max-width: 920px;
}

.faq-heading {
  margin-bottom: 20px;
  text-align: center;
}

.faq-heading h2 {
  margin-bottom: 0;
}

details {
  border-radius: 14px;
  background: #ffe878;
  padding: 18px 22px;
}

summary {
  cursor: pointer;
  font-weight: 800;
}

details p {
  margin: 12px 0 0;
  color: #5d4c08;
}

details ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 22px;
  color: #5d4c08;
}

.page-hero.compact {
  padding-top: 58px;
  padding-bottom: 34px;
  text-align: center;
}

.page-hero h1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}

.page-hero p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.partner-band { background: var(--coral); }

.story-list {
  display: grid;
  gap: 20px;
  max-width: 900px;
}

.story-list article {
  padding: 32px;
}

.story-list a { margin-top: 10px; }

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}

.contact-form {
  padding: 30px;
  display: grid;
  gap: 18px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 800;
}

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

textarea { resize: vertical; }

.contact-card { padding: 28px; }

.site-footer {
  padding-top: 56px;
}

.footer-cta {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 38px;
  border-radius: 28px;
  background: var(--coral);
  color: #fff;
  overflow: hidden;
}

.footer-cta h2 {
  margin-bottom: 0;
  max-width: 660px;
}

.light-button {
  background: #fff;
  color: var(--ink);
  border-color: #fff;
  white-space: nowrap;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.9fr;
  gap: 28px;
  padding: 42px 0 28px;
}

.footer-grid h3 {
  font-size: 14px;
}

.footer-grid a,
.footer-grid span {
  display: block;
  margin-bottom: 9px;
  color: var(--muted);
}

.copyright {
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.sticky-contact {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  padding: 13px 18px;
  border-radius: 999px;
  background: var(--teal);
  color: #fff;
  box-shadow: var(--shadow);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .menu-toggle { display: inline-flex; }
  .header-cta { display: none; }

  .site-nav {
    grid-column: 1 / -1;
    display: none;
    justify-self: stretch;
    border-radius: 18px;
    flex-wrap: wrap;
  }

  .site-nav.open { display: flex; }

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

  .hero {
    gap: 34px;
  }

  .hero-visual {
    min-height: 480px;
  }

  .stat-cards,
  .content-grid,
  .package-grid,
  .help-grid,
  .business-benefits {
    grid-template-columns: 1fr;
  }

  .feature-band {
    padding: 28px;
  }

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

@media (max-width: 560px) {
  .hero,
  .section,
  .split-section,
  .feature-band,
  .faq,
  .page-hero,
  .contact-layout,
  .site-footer,
  .site-header {
    padding-left: 18px;
    padding-right: 18px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  .hero-benefits {
    grid-template-columns: 1fr;
  }

  .hero-visual,
  .image-panel {
    min-height: 360px;
    height: 360px;
    border-radius: 22px;
  }

  .hero-card.top { left: 14px; top: 14px; }
  .hero-card.bottom { right: 14px; bottom: 14px; }
  .badge-overlay {
    top: 14px;
    right: 14px;
    width: 92px;
    height: 92px;
    border-radius: 18px;
  }
  .sticky-contact { left: 18px; right: 18px; text-align: center; }
}
