:root {
  --ink: #111827;
  --muted: #687186;
  --brand-blue: #0b2a4a;
  --brand-orange: #ff6f1a;
  --accent: #705bea;
  --accent-soft: #eeeafe;
  --sky-soft: #e9f5ff;
  --paper: #ffffff;
  --line: #e6e9f0;
  --section: #f7f9fc;
  --shadow: 0 18px 50px rgba(15, 23, 42, 0.10);
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

section {
  scroll-margin-top: 96px;
}

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

.mobile-break {
  display: none;
}

.hero-copy,
.final-copy,
.appointment-form,
.benefit-card,
.program-card,
.program-body,
.calendar-card,
.form-row,
.appointment-form label {
  min-width: 0;
}

.benefits h2,
.programs h2,
.final-cta h2,
.benefit-card h3,
.program-card h3,
.benefit-card p,
.program-card p,
.final-cta p {
  overflow-wrap: anywhere;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  transition: box-shadow 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  border-bottom: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.header-inner {
  width: min(calc(100% - 48px), var(--max));
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand img {
  width: 154px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #364154;
  font-size: 0.95rem;
  font-weight: 700;
}

.nav-links a,
.nav-contact {
  position: relative;
  padding: 8px 0;
}

.nav-contact {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: inherit;
  cursor: pointer;
}

.nav-links a::after,
.nav-contact::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--brand-orange);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after,
.nav-contact:hover::after,
.nav-contact:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-contact:focus-visible {
  outline: none;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 24px;
  background: rgba(10, 31, 52, 0.46);
  overflow: auto;
}

.contact-modal[hidden] {
  display: none;
}

.contact-dialog {
  position: relative;
  width: min(100%, 470px);
  max-height: calc(100vh - 48px);
  padding: 32px;
  overflow: auto;
  border: 1px solid rgba(112, 91, 234, 0.18);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 28px 80px rgba(10, 31, 52, 0.28);
}

.contact-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--brand-blue);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.contact-close:hover,
.contact-close:focus-visible {
  border-color: rgba(255, 111, 26, 0.46);
  outline: none;
}

.contact-dialog h2 {
  margin: 10px 0 16px;
  color: var(--brand-blue);
  font-size: 2rem;
  line-height: 1.05;
}

.contact-logo {
  display: block;
  width: 112px;
  height: auto;
  margin: 0 0 22px;
}

.contact-list {
  display: grid;
  gap: 14px;
}

.contact-list p {
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  line-height: 1.45;
}

.contact-list span {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-weight: 900;
}

.contact-list a {
  color: var(--accent);
  font-weight: 900;
}

body.modal-open {
  overflow: hidden;
}

.header-cta,
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 30px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(112, 91, 234, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta {
  min-width: 142px;
}

.header-cta:hover,
.primary-button:hover,
.header-cta:focus-visible,
.primary-button:focus-visible {
  background: #5d48dd;
  box-shadow: 0 16px 32px rgba(112, 91, 234, 0.30);
  transform: translateY(-2px);
}

.hero {
  min-height: 740px;
  display: flex;
  align-items: flex-start;
  padding: 72px 0 76px;
}

.hero-inner {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 56px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--brand-orange);
  font-size: 0.92rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: 5.2rem;
  line-height: 0.98;
  font-weight: 900;
  overflow-wrap: break-word;
}

.hero h1 span {
  position: relative;
  display: inline;
  color: var(--accent);
  --underline-size: 10px;
  padding-bottom: 0.08em;
  background-image: linear-gradient(var(--brand-orange), var(--brand-orange));
  background-repeat: no-repeat;
  background-position: 0 96%;
  background-size: 100% var(--underline-size);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.hero-subtitle {
  max-width: 490px;
  margin: 48px 0 22px;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.55;
}

.trial-note {
  width: min(100%, 460px);
  margin: 0 0 28px;
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 1rem;
}

.trial-note strong {
  color: var(--brand-blue);
  font-size: 1.35rem;
}

.hero-visual {
  position: relative;
  min-height: 470px;
  display: grid;
  align-items: center;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: 78%;
  height: 76%;
  right: 0;
  bottom: 22px;
  border: 3px solid var(--brand-blue);
  border-radius: 8px;
  transform: rotate(-2deg);
}

.hero-visual img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-badge {
  position: absolute;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  color: var(--brand-blue);
  border: 1px solid var(--line);
  font-size: 0.92rem;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
}

.hero-badge-top {
  top: 44px;
  right: 24px;
}

.hero-badge-bottom {
  left: 24px;
  bottom: 42px;
}

.section-inner {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
}

.benefits {
  padding: 82px 0;
  background: linear-gradient(180deg, #fff 0%, var(--section) 100%);
}

.benefits h2,
.programs h2,
.final-cta h2 {
  max-width: 790px;
  margin: 0;
  color: var(--brand-blue);
  font-size: 3.35rem;
  line-height: 1.05;
  font-weight: 900;
}

.benefit-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.benefit-card,
.program-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.benefit-card {
  min-height: 300px;
  padding: 28px;
  display: grid;
  align-content: start;
  gap: 18px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.benefit-card:hover {
  border-color: rgba(255, 111, 26, 0.45);
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.benefit-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 1.35rem;
  font-weight: 900;
}

.benefit-card h3,
.program-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.25rem;
  line-height: 1.22;
  font-weight: 900;
}

.benefit-card p,
.program-card p,
.final-cta p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.programs {
  padding: 88px 0;
  background: #fff;
}

.section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 42px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--accent);
  font-weight: 900;
  border-bottom: 3px solid currentColor;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
}

.program-card {
  overflow: hidden;
  min-height: 100%;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.program-card:hover {
  border-color: rgba(112, 91, 234, 0.38);
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.program-card-split,
.program-card-feature {
  display: grid;
  grid-template-columns: minmax(170px, 0.82fr) minmax(0, 1.18fr);
}

.program-content {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
}

.program-photo,
.program-logo-strip {
  display: block;
  width: 100%;
  height: 170px;
  border-bottom: 1px solid var(--line);
}

.program-photo {
  object-fit: cover;
}

.program-logo-strip {
  display: grid;
  place-items: center;
  padding: 24px;
  background: #fff;
}

.program-logo-strip .savalas-logo {
  width: min(210px, 82%);
  max-height: 110px;
  object-fit: contain;
}

.book-panel {
  width: 100%;
}

.program-body {
  padding: 22px;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 13px;
}

.program-tag {
  width: fit-content;
  max-width: 100%;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--sky-soft);
  color: var(--brand-blue);
  font-size: 0.78rem;
  font-weight: 900;
}

.program-type {
  color: var(--accent);
  font-weight: 900;
}

.program-meta {
  margin-top: auto;
  padding-top: 16px;
  display: grid;
  gap: 8px;
  color: var(--brand-blue);
  font-size: 0.92rem;
  font-weight: 900;
  border-top: 1px solid var(--line);
}

.book-panel {
  display: grid;
  place-items: center;
  gap: 14px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(255, 111, 26, 0.13), rgba(112, 91, 234, 0.15)),
    #f8fafc;
}

.program-card-split .book-panel,
.program-card-feature .book-panel {
  height: 100%;
  min-height: 100%;
  aspect-ratio: auto;
}

.program-logo-panel {
  align-content: center;
}

.book-panel img {
  width: 142px;
  height: auto;
}

.book-panel span {
  color: var(--brand-blue);
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.program-card-feature {
  border-color: rgba(112, 91, 234, 0.32);
}

.final-cta {
  padding: 86px 0 94px;
  background: var(--brand-blue);
  color: #fff;
}

.final-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 520px);
  align-items: start;
  gap: 66px;
}

.final-cta .section-kicker,
.final-cta h2,
.final-cta p {
  color: #fff;
}

.final-cta h2 {
  max-width: 630px;
}

.final-cta p {
  max-width: 600px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.1rem;
}

.all-programs-cta {
  padding: 56px 0;
  background: #fff;
}

.all-programs-inner {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 28px 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: 0 20px 54px rgba(12, 46, 78, 0.08);
}

.all-programs-copy {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.all-programs-copy h2 {
  margin: 0;
  color: var(--brand-blue);
  font-size: 2rem;
  line-height: 1.12;
}

.site-footer {
  padding: 42px 0;
  border-top: 1px solid var(--line);
  background: #f6f8fc;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) minmax(180px, 0.8fr) minmax(220px, 0.9fr);
  align-items: center;
  gap: 32px;
}

.footer-brand-block {
  display: grid;
  justify-items: start;
  gap: 12px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.footer-brand img {
  width: 164px;
  height: auto;
}

.footer-brand-block h2 {
  max-width: 360px;
  margin: 0;
  color: var(--brand-blue);
  font-size: 1.22rem;
  line-height: 1.22;
}

.footer-block {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.footer-title {
  margin: 0 0 8px;
  color: var(--brand-blue);
  font-weight: 900;
}

.footer-block p {
  margin: 0;
}

.footer-block a {
  color: var(--brand-blue);
  font-weight: 800;
}

.footer-block a:hover,
.footer-block a:focus-visible {
  color: var(--brand-purple);
}

.appointment-form {
  display: grid;
  gap: 22px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.appointment-form label {
  display: grid;
  gap: 9px;
}

.time-field {
  max-width: 220px;
}

.appointment-form label span,
.calendar-card legend {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
}

.appointment-form input,
.appointment-form select {
  width: 100%;
  min-width: 0;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.appointment-form input:focus,
.appointment-form select:focus {
  border-color: var(--brand-orange);
  box-shadow: 0 0 0 4px rgba(255, 111, 26, 0.14);
}

.appointment-form input::placeholder {
  color: #8a94a7;
}

.appointment-form option:disabled {
  color: #a7afbe;
}

.calendar-card {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 24px 20px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.calendar-legend {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.calendar-header {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-bottom: 18px;
  text-align: center;
}

.calendar-title {
  display: grid;
  justify-items: center;
  gap: 2px;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
}

.calendar-title strong {
  color: var(--brand-blue);
  font-size: 1.08rem;
  font-weight: 950;
}

.calendar-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0;
}

.calendar-nav button {
  width: 44px;
  height: 44px;
  border: 2px solid rgba(12, 46, 78, 0.16);
  border-radius: 50%;
  background: #fff;
  color: var(--brand-blue);
  font-size: 1.12rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(12, 46, 78, 0.08);
}

.calendar-nav button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.calendar-grid {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.calendar-grid > span {
  min-height: 28px;
  display: grid;
  place-items: center;
  color: #516079;
  font-size: 0.82rem;
  font-weight: 800;
}

.calendar-grid button {
  aspect-ratio: 1;
  min-width: 0;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #f5f3f4;
  color: #a7afbe;
  cursor: not-allowed;
  font-weight: 900;
  font-size: 0.9rem;
}

.calendar-grid .calendar-empty {
  visibility: hidden;
}

.calendar-grid .calendar-day:not(:disabled) {
  background: #fff;
  color: var(--brand-blue);
  cursor: pointer;
}

.calendar-grid .calendar-day:not(:disabled):hover,
.calendar-grid .calendar-day:not(:disabled):focus-visible {
  border-color: rgba(255, 111, 26, 0.46);
  outline: none;
}

.calendar-grid .calendar-day.is-selected {
  border-color: var(--brand-orange);
  background: #fff7f2;
  color: var(--brand-blue);
}

.calendar-grid .calendar-day.is-today:not(.is-selected) {
  border-color: rgba(112, 91, 234, 0.35);
}

.form-submit {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--brand-orange));
  color: #fff;
  font: inherit;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(112, 91, 234, 0.24);
}

.form-submit:not(:disabled) {
  cursor: pointer;
}

.form-submit:disabled {
  cursor: not-allowed;
  filter: grayscale(0.08);
  opacity: 0.74;
}

.form-status {
  min-height: 1.4em;
  margin: -4px 0 0;
  color: var(--brand-blue);
  font-size: 0.95rem;
  font-weight: 800;
}

.form-status.is-error {
  color: #b42318;
}

.form-status.is-success {
  color: #087443;
}

.primary-button-dark {
  background: var(--brand-orange);
  color: #fff;
  box-shadow: 0 16px 30px rgba(255, 111, 26, 0.22);
}

.primary-button-dark:hover,
.primary-button-dark:focus-visible {
  background: #e85f0d;
  box-shadow: 0 18px 36px rgba(255, 111, 26, 0.30);
}

.section-reveal {
  opacity: 1;
  transform: translateY(0);
}

.js .section-reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

.js .section-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

@media (max-width: 980px) {
  .header-inner {
    min-height: auto;
    padding: 14px 0 12px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
  }

  .brand {
    order: 1;
  }

  .header-cta {
    order: 2;
  }

  .nav-links {
    order: 3;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 22px;
    text-align: center;
  }

  .nav-benefits {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 38px 0 64px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .hero h1 {
    font-size: 4rem;
  }

  .hero-visual {
    min-height: auto;
  }

  .benefits h2,
  .programs h2,
  .final-cta h2 {
    font-size: 2.65rem;
  }

  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .program-grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: 860px;
  }

  .program-card-split,
  .program-card-feature {
    grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.1fr);
  }

  .program-photo,
  .program-logo-strip {
    height: 210px;
  }

  .final-cta-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .header-inner,
  .hero-inner,
  .section-inner {
    width: min(calc(100% - 32px), var(--max));
  }

  .header-inner {
    gap: 10px 14px;
    justify-content: center;
  }

  .brand img {
    width: 126px;
  }

  .header-cta {
    min-width: 118px;
    min-height: 44px;
    padding: 0 18px;
    font-size: 0.88rem;
  }

  .hero {
    padding-top: 26px;
  }

  .hero h1 {
    font-size: 2.55rem;
    line-height: 1.04;
  }

  .mobile-break {
    display: block;
  }

  .hero h1 span {
    --underline-size: 7px;
  }

  .hero-subtitle {
    margin-top: 36px;
    font-size: 1.03rem;
  }

  .trial-note strong {
    font-size: 1.16rem;
  }

  .hero-visual::before {
    right: 8px;
    bottom: 12px;
  }

  .hero-badge {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.78rem;
  }

  .hero-badge-top {
    top: 16px;
    right: auto;
    left: 14px;
  }

  .hero-badge-bottom {
    left: 14px;
    bottom: 22px;
  }

  .benefits,
  .programs,
  .final-cta {
    padding: 62px 0;
  }

  .benefits h2,
  .programs h2,
  .final-cta h2 {
    font-size: 2.08rem;
  }

  .benefit-grid,
  .program-card-split,
  .program-card-feature {
    grid-template-columns: 1fr;
  }

  .program-photo,
  .program-logo-strip {
    height: 190px;
  }

  .program-card-split .book-panel,
  .program-card-feature .book-panel {
    height: auto;
    min-height: 190px;
  }

  .book-panel img {
    width: 144px;
  }

  .section-heading-row {
    align-items: start;
    flex-direction: column;
  }

  .final-cta-inner {
    gap: 32px;
  }

  .all-programs-inner {
    padding: 24px;
  }

  .all-programs-copy {
    justify-items: center;
    text-align: center;
  }

  .all-programs-copy h2 {
    font-size: 1.65rem;
  }

  .site-footer {
    padding: 34px 0;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 24px;
    text-align: center;
  }

  .footer-brand-block {
    justify-items: center;
  }

  .footer-brand img {
    width: 148px;
  }

  .footer-brand-block h2 {
    max-width: 280px;
    font-size: 1.05rem;
  }

  .appointment-form {
    width: 100%;
    padding: 16px;
    gap: 18px;
  }

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

  .appointment-form input,
  .appointment-form select {
    min-height: 52px;
    padding: 0 14px;
    font-size: 0.92rem;
  }

  .time-field {
    max-width: none;
  }

  .calendar-card {
    padding: 20px 10px 14px;
  }

  .calendar-header {
    margin-bottom: 14px;
  }

  .calendar-nav {
    justify-content: center;
  }

  .calendar-nav button {
    width: 36px;
    height: 36px;
  }

  .calendar-grid {
    gap: 6px;
  }

  .calendar-grid button {
    font-size: 0.8rem;
  }
}

@media (max-width: 380px) {
  .hero h1 {
    font-size: 2.16rem;
  }
}
