/* Hero */

.hero-section {
  position: relative;
  padding: 6rem 0 3rem;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(560px, 1.12fr);
  align-items: center;
  gap: clamp(3rem, 6vw, 6.5rem);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  background: var(--site-primary-soft);
  color: var(--site-primary);
  border: 1px solid #d4e5da;
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  font-size: 0.8rem;
  font-weight: 750;
  letter-spacing: 0.02em;
}

.hero-content h1 {
  max-width: 640px;
  font-size: clamp(3.3rem, 5.8vw, 5.75rem);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: -0.055em;
  margin: 1.4rem 0 1.5rem;
}

.hero-content h1 span {
  display: block;
  color: var(--site-primary);
  font-style: italic;
}

.hero-text {
  max-width: 600px;
  color: var(--site-text);
  font-size: 1.1rem;
  line-height: 1.75;
  margin-bottom: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.hero-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  margin-top: 1.6rem;
  color: #5e6c64;
  font-size: 0.86rem;
}

.hero-checks span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.hero-checks strong {
  color: var(--site-primary);
}

/* Product showcase */

.product-showcase {
  position: relative;
  min-width: 0;
  padding: 1.5rem 0 3.5rem;
}

.showcase-background {
  position: absolute;
  width: 88%;
  height: 86%;
  top: 0;
  right: -10%;
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.9),
      transparent 45%
    ),
    var(--site-primary-soft);
  border-radius: 48px;
  transform: rotate(3deg);
}

.desktop-mockup {
  position: relative;
  z-index: 2;
  width: calc(100% - 45px);
  margin-left: auto;
  background: #ffffff;
  border: 1px solid #d9e1dc;
  border-radius: 24px;
  overflow: hidden;
  box-shadow:
    0 34px 80px rgba(25, 47, 37, 0.14),
    0 8px 24px rgba(25, 47, 37, 0.08);
}

.mockup-browser-bar {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f8f6;
  border-bottom: 1px solid #e5e9e6;
  position: relative;
}

.browser-dots {
  position: absolute;
  left: 1.1rem;
  display: flex;
  gap: 0.4rem;
}

.browser-dots span {
  width: 9px;
  height: 9px;
  background: #cfd6d1;
  border-radius: 50%;
}

.browser-title {
  color: #829087;
  font-size: 0.72rem;
  font-weight: 650;
}

.mockup-body {
  min-height: 420px;
  display: grid;
  grid-template-columns: 145px 1fr;
}

.mock-sidebar {
  background: #103b2e;
  color: #ffffff;
  padding: 1.25rem 0.8rem;
}

.mock-brand {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0 0.45rem 1.5rem;
  font-size: 0.7rem;
}

.mock-logo {
  width: 22px;
  height: 22px;
  background: #dcebe1;
  border-radius: 7px;
}

.mock-navigation {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.mock-navigation span {
  min-height: 35px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  padding: 0 0.65rem;
  font-size: 0.67rem;
  font-weight: 600;
}

.mock-navigation span.active {
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
}

.mock-calendar {
  min-width: 0;
  background: #fbfcfb;
  padding: 1.2rem;
}

.mock-calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.mock-calendar-header div {
  display: flex;
  flex-direction: column;
}

.mock-calendar-header small {
  color: #8a958e;
  font-size: 0.62rem;
}

.mock-calendar-header strong {
  font-size: 0.9rem;
}

.mock-calendar-header > span {
  background: var(--site-primary);
  color: #ffffff;
  border-radius: 7px;
  padding: 0.55rem 0.7rem;
  font-size: 0.61rem;
  font-weight: 700;
}

.calendar-preview {
  display: grid;
  grid-template-columns: repeat(5, minmax(70px, 1fr));
  gap: 0.4rem;
}

.calendar-column {
  min-width: 0;
  min-height: 316px;
  background: #ffffff;
  border: 1px solid #e5eae6;
  border-radius: 10px;
  padding: 0.6rem 0.45rem;
}

.calendar-day {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.15rem 0.45rem;
  border-bottom: 1px solid #edf0ed;
}

.calendar-day strong {
  font-size: 0.63rem;
}

.calendar-day span {
  color: #849088;
  font-size: 0.6rem;
}

.session-card {
  min-height: 62px;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  border-radius: 7px;
  padding: 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.57rem;
  overflow: hidden;
}

.session-card strong {
  font-size: 0.6rem;
}

.session-card span {
  color: #58645d;
  white-space: nowrap;
}

.session-purple {
  background: #f0e9f9;
  border-left: 3px solid #9275b6;
}

.session-green {
  background: #e6f2e9;
  border-left: 3px solid #62966f;
}

.session-blue {
  background: #e7eff9;
  border-left: 3px solid #668ebc;
}

.session-yellow {
  background: #fff2d8;
  border-left: 3px solid #c89a46;
}

.session-pink {
  background: #f8e8eb;
  border-left: 3px solid #b77884;
}

.session-free {
  justify-content: center;
  background: transparent;
  color: #809087;
  border: 1px dashed #bdcbc2;
}

.phone-mockup {
  position: absolute;
  z-index: 4;
  right: -8px;
  bottom: 0;
  width: 210px;
  min-height: 380px;
  background: #ffffff;
  border: 8px solid #17201c;
  border-radius: 34px;
  padding: 0.9rem;
  box-shadow: 0 28px 65px rgba(18, 38, 29, 0.22);
}

.phone-speaker {
  width: 52px;
  height: 5px;
  background: #17201c;
  border-radius: 999px;
  margin: 0 auto 1.2rem;
}

.phone-heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.phone-heading small {
  color: #7a877f;
  font-size: 0.62rem;
}

.phone-heading strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}

.phone-date-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
  margin-bottom: 1.1rem;
}

.phone-date-row span {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e0e6e2;
  border-radius: 9px;
  padding: 0.5rem 0.2rem;
}

.phone-date-row span.selected {
  background: var(--site-primary);
  color: #ffffff;
  border-color: var(--site-primary);
}

.phone-date-row small {
  font-size: 0.48rem;
}

.phone-date-row strong {
  font-size: 0.75rem;
}

.phone-time-group {
  margin-top: 0.85rem;
}

.phone-time-group > span {
  display: block;
  color: #6f7c74;
  font-size: 0.58rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.phone-times {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem;
}

.phone-time {
  min-height: 32px;
  display: grid;
  place-items: center;
  background: #ffffff;
  color: #4f5e55;
  border: 1px solid #dce3de;
  border-radius: 8px;
  font-size: 0.6rem;
}

.phone-time.selected-time {
  background: var(--site-primary-soft);
  color: var(--site-primary);
  border-color: #9dbbaa;
  font-weight: 750;
}

.phone-continue {
  width: 100%;
  min-height: 36px;
  display: grid;
  place-items: center;
  background: var(--site-primary);
  color: #ffffff;
  border-radius: 9px;
  margin-top: 1.15rem;
  font-size: 0.65rem;
  font-weight: 750;
}

.product-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem 2.4rem;
  padding: 2.2rem 1rem 0;
  color: #718078;
  font-size: 0.82rem;
  font-weight: 650;
}

.product-list span {
  position: relative;
}

.product-list span:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  right: -1.3rem;
  background: #a9b5ae;
  border-radius: 50%;
  transform: translateY(-50%);
}

/* Features */

.features-section {
  padding: 7rem 0;
  background: var(--site-surface);
  border-top: 1px solid var(--site-border);
  border-bottom: 1px solid var(--site-border);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--site-border);
  border-left: 1px solid var(--site-border);
}

.feature-card {
  min-height: 230px;
  padding: 2rem;
  background: #ffffff;
  border-right: 1px solid var(--site-border);
  border-bottom: 1px solid var(--site-border);
}

.feature-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  background: var(--site-primary-soft);
  color: var(--site-primary);
  border-radius: 13px;
  font-size: 1.25rem;
  margin-bottom: 1.4rem;
}

.feature-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.65rem;
}

.feature-card p {
  color: var(--site-text);
  font-size: 0.9rem;
  line-height: 1.65;
  margin-bottom: 0;
}

/* Setup */

.simple-section {
  padding: 7rem 0;
  background:
    radial-gradient(
      circle at bottom right,
      rgba(215, 233, 221, 0.7),
      transparent 38%
    ),
    var(--site-background);
}

.simple-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
}

.simple-content h2 {
  font-size: clamp(2.4rem, 4.4vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin: 1rem 0 1.15rem;
}

.simple-content h2 span {
  color: var(--site-primary);
  font-style: italic;
}

.simple-content > p {
  color: var(--site-text);
  font-size: 1.05rem;
  line-height: 1.75;
}

.setup-steps {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.setup-step {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 1rem;
}

.setup-step > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  background: var(--site-primary);
  color: #ffffff;
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 750;
}

.setup-step strong {
  display: block;
  font-size: 0.96rem;
}

.setup-step p {
  color: var(--site-text);
  font-size: 0.88rem;
  line-height: 1.6;
  margin: 0.3rem 0 0;
}

.setup-preview {
  background: #ffffff;
  border: 1px solid #dce4df;
  border-radius: 26px;
  padding: 2rem;
  box-shadow: 0 28px 70px rgba(25, 47, 37, 0.11);
}

.setup-preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.setup-preview-header div {
  display: flex;
  flex-direction: column;
}

.setup-preview-header small {
  color: var(--site-muted);
  font-size: 0.75rem;
}

.setup-preview-header strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.setup-preview-header > span {
  background: var(--site-primary-soft);
  color: var(--site-primary);
  border-radius: 999px;
  padding: 0.4rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 750;
}

.setup-progress {
  height: 7px;
  background: #ebefec;
  border-radius: 999px;
  overflow: hidden;
  margin: 1.5rem 0 1.8rem;
}

.setup-progress span {
  display: block;
  width: 67%;
  height: 100%;
  background: var(--site-primary);
}

.setup-field {
  margin-top: 1rem;
}

.setup-field label {
  display: block;
  color: #46554c;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.setup-value {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid #d4ddd7;
  border-radius: 11px;
  padding: 0 0.9rem;
}

.setup-value span {
  color: var(--site-muted);
  font-size: 0.85rem;
}

.setup-field small {
  display: block;
  color: var(--site-muted);
  font-size: 0.73rem;
  margin-top: 0.4rem;
}

.timing-example {
  background: var(--site-surface-soft);
  border-radius: 16px;
  padding: 1rem;
  margin-top: 1.5rem;
}

.timing-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.7rem;
}

.timing-heading strong {
  font-size: 0.77rem;
}

.timing-heading span {
  color: var(--site-muted);
  font-size: 0.7rem;
}

.timing-bar {
  display: grid;
  grid-template-columns: 5fr 1fr;
  min-height: 58px;
  border-radius: 10px;
  overflow: hidden;
}

.timing-bar > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.7rem;
  font-size: 0.66rem;
}

.timing-session {
  background: #dceee3;
  color: #275b43;
}

.timing-buffer {
  background: #eee9dc;
  color: #746541;
}

.timing-example p {
  color: var(--site-muted);
  font-size: 0.7rem;
  margin: 0.6rem 0 0;
}



/* CTA */

.cta-section {
  padding: 6rem 0;
}

.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  background: #153d30;
  color: #ffffff;
  border-radius: 28px;
  padding: clamp(2rem, 5vw, 4.5rem);
}

.cta-content {
  max-width: 690px;
}

.cta-content .section-label {
  background: rgba(255, 255, 255, 0.1);
  color: #d6e9dd;
  border-color: rgba(255, 255, 255, 0.14);
}

.cta-content h2 {
  color: #ffffff;
  font-size: clamp(2.4rem, 4.4vw, 4rem);
  line-height: 1.08;
  margin: 1rem 0;
}

.cta-content p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.cta-actions .primary-button {
  background: #ffffff;
  color: var(--site-primary-dark);
  box-shadow: none;
}

.cta-actions > span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.73rem;
  margin-top: 0.7rem;
}

@media (max-width: 991px) {
  .hero-grid,
  .simple-grid {
    grid-template-columns: 1fr;
  }

  .product-showcase {
    max-width: 780px;
    margin: 1rem auto 0;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-box {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .hero-section {
    padding-top: 3.5rem;
  }

  .hero-content h1 {
    font-size: clamp(3rem, 13vw, 4.3rem);
  }

  .mockup-body {
    grid-template-columns: 1fr;
  }

  .mock-sidebar {
    display: none;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .phone-mockup {
    right: 0;
    transform: scale(0.9);
    transform-origin: bottom right;
  }
}

@media (max-width: 575px) {
  .hero-content h1 {
    font-size: clamp(2.7rem, 13vw, 3.6rem);
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions a {
    width: 100%;
  }

  .hero-checks {
    display: grid;
    grid-template-columns: 1fr;
  }

  .calendar-preview {
    grid-template-columns: repeat(2, 1fr);
  }

  .calendar-column:nth-child(n + 3) {
    display: none;
  }

  .phone-mockup {
    display: none;
  }

  .feature-card,
  .setup-preview {
    padding: 1.4rem;
  }

  .cta-box {
    border-radius: 22px;
    padding: 2rem 1.4rem;
  }

  .cta-actions,
  .cta-actions .primary-button {
    width: 100%;
  }
}
 /* Pricing */

.pricing-section {
  padding: 7rem 0;
  background: #ffffff;
  border-top: 1px solid var(--site-border);
  border-bottom: 1px solid var(--site-border);
}

.pricing-card {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
  background: var(--site-background);
  border: 1px solid var(--site-border);
  border-radius: 26px;
  padding: clamp(1.5rem, 5vw, 3rem);
  box-shadow: 0 24px 65px rgba(25, 47, 37, 0.1);
}

.pricing-card-header {
  text-align: center;
}

.pricing-badge {
  display: inline-flex;
  background: var(--site-primary-soft);
  color: var(--site-primary);
  border: 1px solid #d4e5da;
  border-radius: 999px;
  padding: 0.4rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 750;
}

.pricing-card-header h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  margin: 1rem 0 0.6rem;
}

.pricing-card-header p {
  color: var(--site-text);
  line-height: 1.65;
  margin-bottom: 0;
}

.pricing-options {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 1rem;
  margin: 2rem 0;
}

.pricing-option {
  background: #ffffff;
  border: 1px solid var(--site-border);
  border-radius: 16px;
  padding: 1.35rem;
  text-align: center;
}

.pricing-option > span {
  display: block;
  min-height: 38px;
  color: var(--site-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.pricing-amount {
  margin-top: 0.75rem;
}

.pricing-amount strong {
  display: block;
  color: var(--site-heading);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 2.8rem);
  line-height: 1;
}

.pricing-amount small {
  display: block;
  color: var(--site-muted);
  font-size: 0.75rem;
  margin-top: 0.5rem;
}

.pricing-divider {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-divider span {
  color: var(--site-muted);
  font-size: 0.75rem;
  font-weight: 700;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem 1.5rem;
}

.pricing-features li {
  position: relative;
  color: var(--site-text);
  font-size: 0.88rem;
  padding-left: 1.5rem;
}

.pricing-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--site-primary);
  font-weight: 800;
}

.pricing-button {
  width: 100%;
  min-height: 54px;
}

.pricing-note {
  color: var(--site-muted);
  text-align: center;
  font-size: 0.75rem;
  margin: 0.85rem 0 0;
}

@media (max-width: 575px) {
  .pricing-section {
    padding: 5rem 0;
  }

  .pricing-options {
    grid-template-columns: 1fr;
  }

  .pricing-divider {
    min-height: 20px;
  }

  .pricing-features {
    grid-template-columns: 1fr;
  }
}