:root {
  color: #17201d;
  background: #f7faf8;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
}

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

button,
input,
textarea {
  min-width: 0;
  font: inherit;
}

button {
  cursor: pointer;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 14px 40px;
  border-bottom: 1px solid rgba(215, 225, 220, 0.72);
  background: rgba(247, 250, 248, 0.9);
  backdrop-filter: blur(18px);
}

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

.brand {
  gap: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark {
  position: relative;
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 8px;
  background: #17201d;
}

.brand-mark::before,
.brand-mark::after {
  position: absolute;
  content: "";
  border-radius: 999px;
}

.brand-mark::before {
  width: 20px;
  height: 10px;
  border: 4px solid #bff1cf;
  border-top: 0;
  transform: translateY(3px);
}

.brand-mark::after {
  width: 7px;
  height: 7px;
  background: #ffb05c;
  box-shadow: 12px 0 0 #7db7ff;
  transform: translate(-6px, -5px);
}

.top-nav {
  gap: 8px;
  padding: 5px;
  border: 1px solid #dbe7e1;
  border-radius: 8px;
  background: #ffffff;
}

.top-nav a,
.header-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 800;
}

.top-nav a {
  padding: 0 13px;
  color: #4f635b;
}

.top-nav a:hover,
.top-nav a:focus-visible {
  background: #eef5f1;
  color: #17201d;
}

.header-action {
  justify-self: end;
  padding: 0 18px;
  border: 1px solid #17201d;
  background: #17201d;
  color: #ffffff;
}

.hero {
  position: relative;
  display: grid;
  min-height: 78svh;
  overflow: hidden;
  border-bottom: 1px solid #d9e5df;
  background: #17201d;
  color: #ffffff;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 70px 24px 22px;
  opacity: 0.86;
}

.product-canvas {
  width: min(1120px, 96vw);
  min-height: 470px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 22% 26%, rgba(191, 241, 207, 0.34), transparent 28%),
    linear-gradient(135deg, rgba(255, 176, 92, 0.23), transparent 33%),
    linear-gradient(150deg, rgba(125, 183, 255, 0.28), rgba(23, 32, 29, 0.96) 50%, rgba(57, 80, 91, 0.92));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
  transform: rotate(-1.6deg) scale(1.03);
}

.browser-bar {
  display: flex;
  gap: 8px;
  height: 38px;
  align-items: center;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ff7c74;
}

.browser-bar span:nth-child(2) {
  background: #ffcf66;
}

.browser-bar span:nth-child(3) {
  background: #8fe0a9;
}

.product-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr;
  gap: 18px;
  padding: 24px;
}

.panel {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: #17201d;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
}

.schedule-panel {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.panel-kicker,
.eyebrow,
.feature-index {
  color: #2f7e68;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.calendar-row {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid #dce7e2;
  border-radius: 8px;
  background: #f8fbf9;
}

.calendar-row.active {
  border-color: #ffd4a8;
  background: #fff2e3;
}

.calendar-row strong {
  font-size: 0.9rem;
}

.calendar-row span {
  color: #52665e;
  font-weight: 750;
}

.call-panel {
  display: grid;
  grid-template-columns: 164px 1fr;
  align-items: center;
  min-height: 210px;
  padding: 22px;
  background: #13201c;
  color: #ffffff;
}

.call-orbit {
  position: relative;
  width: 128px;
  height: 128px;
  border-radius: 999px;
  border: 1px solid rgba(191, 241, 207, 0.42);
}

.call-orbit span {
  position: absolute;
  border-radius: 999px;
}

.call-orbit span:first-child {
  inset: 24px;
  background: #bff1cf;
}

.call-orbit span:nth-child(2) {
  width: 40px;
  height: 40px;
  right: -4px;
  top: 16px;
  background: #7db7ff;
}

.call-orbit span:nth-child(3) {
  width: 34px;
  height: 34px;
  left: 6px;
  bottom: 8px;
  background: #ffb05c;
}

.call-panel p {
  margin: 0 0 8px;
  color: #b9c9c1;
  font-weight: 800;
}

.call-panel strong {
  display: block;
  max-width: 18ch;
  font-size: 1.65rem;
  line-height: 1.08;
}

.note-panel {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.note-line {
  height: 14px;
  border-radius: 999px;
  background: #dbe7e2;
}

.note-line.long {
  width: 92%;
}

.note-line.short {
  width: 58%;
}

.note-tag {
  justify-self: start;
  margin-top: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #dff4ff;
  color: #165b83;
  font-size: 0.86rem;
  font-weight: 900;
}

.admin-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 18px;
}

.admin-panel span {
  display: grid;
  min-height: 48px;
  place-items: center;
  border: 1px solid #dce7e2;
  border-radius: 8px;
  background: #f8fbf9;
  color: #43584f;
  font-weight: 850;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  align-self: end;
  width: min(1020px, calc(100% - 48px));
  gap: 18px;
  margin: 0 auto;
  padding: 160px 0 76px;
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(23, 32, 29, 0.94), rgba(23, 32, 29, 0.78) 36%, rgba(23, 32, 29, 0.22)),
    linear-gradient(0deg, rgba(23, 32, 29, 0.78), transparent 44%);
}

.hero h1,
.section-heading h2,
.trust-copy h2 {
  margin: 0;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 11ch;
  font-size: 5.6rem;
  line-height: 0.96;
}

.hero-copy {
  max-width: 690px;
  margin: 0;
  color: #e5eee9;
  font-size: 1.18rem;
  font-weight: 650;
}

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

.button {
  min-width: 176px;
  padding: 0 20px;
}

.button.primary {
  background: #bff1cf;
  color: #17201d;
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.summary-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #d9e5df;
}

.summary-band div {
  display: grid;
  gap: 6px;
  min-height: 132px;
  align-content: center;
  padding: 24px 40px;
  background: #f7faf8;
}

.summary-band strong {
  font-size: 1.04rem;
}

.summary-band span {
  color: #52665e;
  font-weight: 650;
}

.section,
.journey-section,
.trust-section,
.contact-section {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 88px 0;
}

.section-heading {
  display: grid;
  gap: 10px;
  max-width: 700px;
  margin-bottom: 30px;
}

.section-heading h2,
.trust-copy h2 {
  font-size: 2.55rem;
  line-height: 1.04;
}

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

.feature-card {
  display: grid;
  gap: 14px;
  min-height: 268px;
  padding: 22px;
  border: 1px solid #dce7e2;
  border-top: 5px solid var(--accent);
  border-radius: 8px;
  background: #ffffff;
}

.feature-card h3 {
  margin: 0;
  font-size: 1.28rem;
}

.feature-card p {
  margin: 0;
  color: #52665e;
  font-weight: 650;
}

.accent-mint {
  --accent: #6acb8d;
}

.accent-sky {
  --accent: #69a9ef;
}

.accent-coral {
  --accent: #ff8f7a;
}

.accent-gold {
  --accent: #e9b949;
}

.accent-ink {
  --accent: #17201d;
}

.accent-rose {
  --accent: #d889b6;
}

.journey-section {
  border-top: 1px solid #dce7e2;
}

.journey-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.journey-rail div {
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 210px;
  padding: 18px;
  border-radius: 8px;
  background: #ecf4ef;
}

.journey-rail span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  background: #17201d;
  color: #ffffff;
  font-weight: 900;
}

.journey-rail strong {
  font-size: 1.1rem;
}

.journey-rail p {
  margin: 0;
  color: #52665e;
  font-weight: 650;
}

.trust-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: start;
  border-top: 1px solid #dce7e2;
}

.trust-copy {
  display: grid;
  gap: 16px;
}

.trust-copy p:last-child {
  margin: 0;
  color: #52665e;
  font-size: 1.03rem;
  font-weight: 650;
}

.trust-list {
  display: grid;
  gap: 12px;
}

.trust-list div {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 18px;
  padding: 18px;
  border: 1px solid #dce7e2;
  border-radius: 8px;
  background: #ffffff;
}

.trust-list strong {
  color: #17201d;
}

.trust-list span {
  color: #52665e;
  font-weight: 650;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 36px;
  align-items: start;
  border-top: 1px solid #dce7e2;
}

.contact-section .section-heading {
  margin-bottom: 0;
}

.contact-section .section-heading p:last-child {
  margin: 0;
  color: #52665e;
  font-weight: 650;
}

.contact-section .section-heading a {
  color: #176b55;
  font-weight: 900;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 20px;
  border: 1px solid #dce7e2;
  border-radius: 8px;
  background: #ffffff;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #31443c;
  font-size: 0.9rem;
  font-weight: 900;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #ccdad4;
  border-radius: 8px;
  background: #f8fbf9;
  color: #17201d;
  font-weight: 650;
}

.contact-form input {
  min-height: 46px;
  padding: 0 13px;
}

.contact-form textarea {
  min-height: 138px;
  padding: 12px 13px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #2f7e68;
  outline: 3px solid rgba(47, 126, 104, 0.18);
}

.wide-field,
.contact-form button {
  grid-column: 1 / -1;
}

.contact-form button {
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: #17201d;
  color: #ffffff;
  font-weight: 900;
}

.site-footer {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 24px 40px;
  border-top: 1px solid #d9e5df;
  background: #17201d;
  color: #f6faf7;
}

.site-footer span {
  font-weight: 900;
}

.site-footer a {
  color: #bff1cf;
  font-weight: 850;
}

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

  .top-nav {
    display: none;
  }

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

  .hero-backdrop {
    place-items: start center;
  }

  .product-canvas {
    min-height: 420px;
    transform: rotate(-1.4deg) scale(1);
  }

  .product-grid,
  .feature-grid,
  .journey-rail,
  .trust-section,
  .contact-section,
  .summary-band {
    grid-template-columns: 1fr 1fr;
  }

  .call-panel {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .journey-rail div {
    min-height: 184px;
  }

  .trust-list div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 68px;
    padding: 12px 16px;
  }

  .brand {
    font-size: 0.98rem;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .header-action {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.86rem;
  }

  .hero {
    min-height: 82svh;
  }

  .hero-backdrop {
    padding: 72px 10px 20px;
    opacity: 0.48;
  }

  .product-canvas {
    width: 760px;
    min-height: 390px;
    transform: translateX(120px) rotate(-2deg) scale(0.78);
    transform-origin: top center;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(23, 32, 29, 0.99) 0%, rgba(23, 32, 29, 0.95) 64%, rgba(23, 32, 29, 0.72)),
      linear-gradient(0deg, rgba(23, 32, 29, 0.9), transparent 56%);
  }

  .hero-content {
    width: calc(100% - 32px);
    padding: 180px 0 48px;
  }

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

  .hero-copy {
    font-size: 1rem;
  }

  .button {
    width: 100%;
  }

  .summary-band,
  .product-grid,
  .feature-grid,
  .journey-rail,
  .trust-section,
  .contact-section,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .summary-band div {
    min-height: 112px;
    padding: 22px 24px;
  }

  .section,
  .journey-section,
  .trust-section,
  .contact-section {
    width: calc(100% - 32px);
    padding: 64px 0;
  }

  .section-heading h2,
  .trust-copy h2 {
    font-size: 2rem;
  }

  .feature-card {
    min-height: 220px;
  }

  .site-footer {
    display: grid;
    padding: 22px 24px;
  }
}
