:root {
  --background: #fbf7ef;
  --foreground: #10233f;
  --navy: #10233f;
  --green: #0f4a2d;
  --green-dark: #07351f;
  --green-soft: #e9eee3;
  --gold: #d8ad32;
  --cream: #fffaf1;
  --paper: #f7f1e7;
  --line: rgba(15, 74, 45, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}

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

button,
input,
textarea {
  font: inherit;
}

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

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 0.98;
}

h1 {
  max-width: 780px;
  margin-bottom: 26px;
  color: var(--navy);
  font-size: clamp(3.2rem, 8vw, 7.4rem);
}

h2 {
  color: var(--green);
  font-size: clamp(2.35rem, 5vw, 5rem);
}

h3 {
  color: var(--green);
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px clamp(20px, 4vw, 44px);
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand-mark,
.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand-leaf {
  width: 18px;
  height: 18px;
  border-radius: 100% 0;
  background: var(--green);
  transform: rotate(-30deg);
}

.clearshare-page {
  overflow: hidden;
  background: var(--background);
}

.clear-hero {
  min-height: 96vh;
  background:
    linear-gradient(90deg, rgba(255, 250, 241, 0.97) 0%, rgba(255, 250, 241, 0.84) 44%, rgba(255, 250, 241, 0.18) 74%),
    radial-gradient(circle at 79% 35%, rgba(216, 173, 50, 0.22), transparent 32%),
    linear-gradient(135deg, #fffaf1 0%, #e9eee3 100%);
}

.clear-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr);
  align-items: center;
  gap: clamp(34px, 7vw, 92px);
  max-width: 1240px;
  min-height: calc(96vh - 86px);
  margin: 0 auto;
  padding: 20px clamp(20px, 4vw, 44px) 70px;
}

.hero-text {
  max-width: 620px;
  margin-bottom: 34px;
  color: rgba(16, 35, 63, 0.82);
  font-size: clamp(1.12rem, 1.8vw, 1.38rem);
  font-weight: 700;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.primary-button,
.secondary-button,
.small-button,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 8px;
  padding: 0 24px;
  border: 1px solid var(--green);
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.primary-button,
.small-button,
.contact-form button {
  background: var(--green);
  color: var(--cream);
}

.secondary-button {
  background: transparent;
  color: var(--green);
}

.family-visual {
  position: relative;
  min-height: 560px;
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 64% 24%, #f8d082 0 7%, transparent 18%),
    linear-gradient(140deg, rgba(15, 74, 45, 0.08), rgba(15, 74, 45, 0.34)),
    linear-gradient(135deg, #fffaf1, #dfe8d7);
  box-shadow: 0 34px 90px rgba(16, 35, 63, 0.18);
}

.family-visual::before,
.family-visual::after {
  content: "";
  position: absolute;
  border-radius: 42% 58% 46% 54%;
  background: rgba(15, 74, 45, 0.88);
}

.family-visual::before {
  width: 290px;
  height: 420px;
  right: 36px;
  bottom: -60px;
}

.family-visual::after {
  width: 210px;
  height: 320px;
  right: 250px;
  bottom: -42px;
  background: rgba(16, 35, 63, 0.74);
}

.portrait-card {
  position: absolute;
  z-index: 1;
  display: grid;
  gap: 6px;
  width: min(78%, 360px);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 250, 241, 0.92);
  box-shadow: 0 16px 40px rgba(16, 35, 63, 0.16);
}

.portrait-card span {
  color: var(--green);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1;
}

.portrait-card strong {
  color: var(--navy);
  line-height: 1.35;
  text-transform: uppercase;
}

.portrait-one {
  top: 46px;
  left: 34px;
}

.portrait-two {
  right: 28px;
  top: 240px;
}

.portrait-three {
  left: 46px;
  bottom: 36px;
}

.problem-band,
.feature-section,
.content-section,
.telemedicine-section,
.products-section,
.savvos-section,
.pricing-section,
.details-section,
.start-section,
.share-section,
.contact-section,
.clear-footer {
  padding: clamp(70px, 9vw, 118px) clamp(20px, 5vw, 76px);
}

.problem-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
  gap: 38px;
  align-items: end;
  background: var(--cream);
}

.problem-grid,
.benefit-strip,
.savvos-steps,
.product-list {
  display: grid;
  gap: 12px;
}

.problem-grid {
  grid-template-columns: repeat(3, 1fr);
}

.problem-grid span,
.benefit-strip span,
.savvos-steps span,
.product-list span {
  min-height: 86px;
  border-radius: 8px;
  padding: 20px;
  background: var(--green-soft);
  color: var(--green);
  font-weight: 900;
  line-height: 1.35;
}

.dark-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.56fr) minmax(0, 1fr);
  gap: 34px;
  background: var(--green-dark);
  color: var(--cream);
}

.dark-feature h2,
.dark-feature h3 {
  color: var(--cream);
}

.dark-feature p {
  max-width: 440px;
  color: rgba(255, 250, 241, 0.82);
  font-size: 1.12rem;
  line-height: 1.7;
}

.visit-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.visit-showcase article {
  display: grid;
  align-content: end;
  min-height: 360px;
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(7, 53, 31, 0.08), rgba(7, 53, 31, 0.82)),
    linear-gradient(135deg, #e7ddd1, #9db08e);
}

.visit-showcase span {
  color: var(--cream);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.visit-showcase strong {
  color: var(--cream);
  font-size: clamp(3.1rem, 7vw, 5.5rem);
  line-height: 1;
}

.visit-showcase small {
  color: #a8c66d;
  font-size: 1.15rem;
  font-weight: 900;
}

.content-section {
  max-width: 1240px;
  margin: 0 auto;
}

.section-heading {
  max-width: 850px;
  margin-bottom: 36px;
}

.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.provider-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
}

.provider-item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 70px;
  border-bottom: 1px solid var(--line);
}

.provider-item span {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 2px solid rgba(15, 74, 45, 0.42);
  border-radius: 999px;
}

.provider-item p {
  margin: 0;
  color: rgba(16, 35, 63, 0.82);
  font-size: 1.02rem;
  font-weight: 800;
}

.telemedicine-section,
.products-section,
.savvos-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  background: var(--cream);
}

.telemedicine-section {
  background:
    linear-gradient(90deg, rgba(255, 250, 241, 0.96), rgba(255, 250, 241, 0.68)),
    linear-gradient(135deg, #fffaf1, #dce7d6);
}

.tele-price span,
.products-section h2 {
  color: var(--navy);
  font-size: clamp(4.5rem, 10vw, 8.5rem);
  font-weight: 900;
  line-height: 0.9;
}

.tele-price p,
.products-section p,
.savvos-section p {
  max-width: 540px;
  color: rgba(16, 35, 63, 0.78);
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.6;
}

.tele-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  border-radius: 8px;
  padding: 26px;
  background: rgba(233, 238, 227, 0.86);
}

.tele-card p,
.tele-card strong {
  margin: 0;
  color: var(--green);
  font-weight: 900;
  line-height: 1.35;
}

.tele-card strong {
  grid-column: 1 / -1;
  margin-top: 14px;
  color: var(--navy);
}

.products-section {
  background: #f4efe4;
}

.product-list {
  grid-template-columns: repeat(3, 1fr);
}

.savvos-section {
  background:
    linear-gradient(90deg, rgba(255, 250, 241, 0.96), rgba(255, 250, 241, 0.62)),
    linear-gradient(135deg, #fffaf1, #d7e2cf);
}

.savvos-steps {
  grid-template-columns: repeat(3, 1fr);
}

.pricing-section {
  background: var(--cream);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1120px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.price-card {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: clamp(28px, 5vw, 54px) 22px;
  text-align: center;
}

.price-card + .price-card {
  border-left: 1px solid var(--line);
}

.price-card span {
  color: var(--navy);
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-card strong {
  color: var(--navy);
  font-size: clamp(5rem, 13vw, 10rem);
  font-weight: 900;
  line-height: 0.9;
}

.price-card p {
  color: var(--navy);
  font-size: 1.4rem;
  font-weight: 900;
}

.benefit-strip {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1000px;
  margin: 34px auto 0;
}

.details-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 1fr);
  gap: 38px;
  background: var(--green-dark);
}

.details-section aside {
  color: var(--cream);
}

.details-section aside h2 {
  color: var(--cream);
}

.details-section aside p {
  color: rgba(255, 250, 241, 0.82);
  font-size: 1.08rem;
  line-height: 1.65;
}

.quick-facts {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.quick-facts strong {
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 250, 241, 0.9);
  color: var(--green);
  line-height: 1.3;
}

.detail-table {
  overflow: hidden;
  border-radius: 8px;
  background: var(--cream);
}

.table-row {
  display: grid;
  grid-template-columns: 0.85fr 0.72fr 1.2fr;
  border-bottom: 1px solid var(--line);
}

.table-row span {
  padding: 20px;
  color: rgba(16, 35, 63, 0.82);
  font-weight: 750;
  line-height: 1.45;
}

.table-row span + span {
  border-left: 1px solid var(--line);
}

.table-head {
  background: var(--green);
}

.table-head span {
  color: var(--cream);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.start-section {
  background:
    linear-gradient(90deg, rgba(255, 250, 241, 0.96), rgba(255, 250, 241, 0.78)),
    linear-gradient(135deg, #fffaf1, #dfe8d7);
}

.start-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.start-card {
  display: grid;
  gap: 16px;
  justify-items: center;
  min-height: 380px;
  border-right: 1px solid var(--line);
  padding: 10px 26px 26px;
  text-align: center;
}

.start-card:last-child {
  border-right: 0;
}

.step-number {
  display: inline-grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 999px;
  background: var(--green);
  color: var(--cream);
  font-size: 2.2rem;
  font-weight: 900;
}

.start-card p {
  color: rgba(16, 35, 63, 0.72);
  font-size: 1.05rem;
  line-height: 1.6;
}

.share-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1fr);
  gap: 34px;
  background: var(--green-dark);
  color: var(--cream);
}

.share-section h2 {
  color: var(--cream);
}

.audience-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.audience-list article {
  border-radius: 8px;
  padding: 20px;
  background: rgba(255, 250, 241, 0.93);
}

.audience-list strong {
  color: var(--green);
  font-size: 1.15rem;
  font-weight: 900;
  text-transform: uppercase;
}

.audience-list p {
  margin: 6px 0 0;
  color: rgba(16, 35, 63, 0.82);
  line-height: 1.45;
}

.share-callout {
  align-self: end;
  border: 2px solid var(--gold);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 42px);
  background: var(--cream);
}

.share-callout strong {
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 1;
}

.share-callout p {
  margin: 18px 0 0;
  color: var(--navy);
  font-size: 1.25rem;
  font-weight: 800;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.86fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: start;
  background: var(--paper);
}

.contact-copy p {
  max-width: 560px;
  color: rgba(16, 35, 63, 0.72);
  line-height: 1.7;
}

.contact-form {
  display: grid;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(22px, 4vw, 34px);
  background: var(--cream);
  box-shadow: 0 18px 42px rgba(16, 35, 63, 0.08);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf8;
  color: var(--foreground);
  padding: 14px 16px;
  outline: none;
  text-transform: none;
  letter-spacing: 0;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(15, 74, 45, 0.16);
}

.contact-form button {
  width: fit-content;
  cursor: pointer;
}

.clear-footer {
  display: grid;
  gap: 12px;
  background: var(--green-dark);
  color: var(--cream);
}

.clear-footer strong {
  font-size: 1.3rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.clear-footer p {
  max-width: 980px;
  margin: 0;
  color: rgba(255, 250, 241, 0.78);
  font-size: 0.92rem;
  line-height: 1.6;
}

@media (max-width: 940px) {
  .clear-hero-grid,
  .problem-band,
  .dark-feature,
  .telemedicine-section,
  .products-section,
  .savvos-section,
  .details-section,
  .share-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .clear-hero-grid {
    min-height: auto;
  }

  .family-visual {
    min-height: 460px;
  }

  .visit-showcase,
  .pricing-grid,
  .start-grid {
    grid-template-columns: 1fr;
  }

  .price-card + .price-card,
  .start-card {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .provider-grid,
  .product-list,
  .benefit-strip,
  .savvos-steps,
  .problem-grid,
  .tele-card {
    grid-template-columns: 1fr;
  }

  .table-row {
    grid-template-columns: 1fr;
  }

  .table-row span + span {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 620px) {
  .site-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 5rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-button,
  .secondary-button,
  .small-button,
  .contact-form button {
    width: 100%;
  }

  .portrait-card {
    width: calc(100% - 36px);
  }

  .portrait-one,
  .portrait-two,
  .portrait-three {
    right: 18px;
    left: 18px;
  }
}
