:root {
  --text: #050505;
  --muted: #5f6368;
  --line: #e8eaed;
  --panel: #f8fafd;
  --cyan: #4fc3bd;
  --blue: #7196f2;
  --green: #55bfa6;
  --amber: #f2a33a;
  --shadow: 0 24px 70px rgba(60, 64, 67, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: "Google Sans", Inter, Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 18px 30px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
}

.brand,
.site-nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  font-size: 24px;
  font-weight: 600;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 2px solid #050505;
  border-radius: 50%;
  overflow: hidden;
}

.brand-mark span {
  position: absolute;
  width: 4px;
  height: 32px;
  background: #050505;
  transform: rotate(35deg);
}

.brand-mark span:nth-child(1) {
  left: 6px;
}

.brand-mark span:nth-child(2) {
  left: 13px;
}

.brand-mark span:nth-child(3) {
  left: 20px;
}

.site-nav {
  gap: 28px;
  font-size: 16px;
  font-weight: 500;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

.site-nav a.active::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
}

.nav-cta {
  margin-left: 12px;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 3px 0;
  background: #111;
}

.hero {
  padding: 78px 24px 0;
  overflow: hidden;
  text-align: center;
}

.hero-copy {
  max-width: 960px;
  margin: 0 auto;
}

.hero-copy .announcement {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 28px;
  max-width: min(100%, 720px);
  padding: 6px 16px;
  border: 1px solid #f0c04f;
  border-radius: 4px;
  color: #6f4c00;
  background:
    linear-gradient(90deg, rgba(255, 247, 214, 0.96), rgba(234, 246, 255, 0.96), rgba(237, 255, 248, 0.96)) padding-box,
    linear-gradient(95deg, #f0a800, var(--blue), var(--green)) border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 10px 28px rgba(240, 168, 0, 0.16);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-family: Bitter, Georgia, serif;
  font-size: clamp(56px, 7vw, 92px);
  font-weight: 800;
  line-height: 1.02;
}

.hero h1 span {
  color: transparent;
  background: linear-gradient(95deg, var(--cyan) 0%, var(--blue) 52%, var(--green) 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-copy p {
  max-width: 880px;
  margin: 40px auto 0;
  color: var(--muted);
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.46;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 48px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 64px;
  padding: 0 28px;
  border-radius: 16px;
  font-size: 20px;
  font-weight: 600;
}

.button-primary {
  color: #fff;
  background: #050505;
}

.button-secondary {
  border: 1px solid var(--line);
  color: #1f1f1f;
  background: #fff;
}

.section-kicker {
  margin: 110px auto 58px;
  font-size: clamp(32px, 4vw, 42px);
  line-height: 1.15;
}

.hero-visual,
.editor-visual {
  width: min(1120px, calc(100vw - 36px));
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-visual img,
.editor-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.cover-showcase {
  max-width: 1180px;
  margin: 64px auto 0;
  padding: 0 24px;
}

.showcase-header {
  margin: 0 auto 38px;
  text-align: center;
}

.showcase-header h2 {
  max-width: 850px;
  margin: 0 auto;
  font-family: Bitter, Georgia, serif;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.08;
}

.showcase-header p {
  max-width: 760px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.5;
}

.slideshow {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.slide {
  display: none;
}

.slide.active {
  display: block;
}

.slide img {
  display: block;
  width: 100%;
  height: auto;
}

.slide-controls {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border: 1px solid rgba(232, 234, 237, 0.92);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 28px rgba(60, 64, 67, 0.12);
}

.slide-controls button {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #111;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 24px;
  line-height: 1;
}

.slide-controls button:hover,
.slide-controls button:focus-visible {
  background: #f1f3f4;
  outline: none;
}

.slide-dots {
  display: flex;
  gap: 7px;
}

.slide-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  background: #cfd5dc;
}

.slide-dots button.active {
  background: #111;
}

.press-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 1fr);
  gap: 18px;
  width: 100%;
  max-width: 1180px;
  margin: 72px auto 0;
  padding: 0 24px 18px;
  overflow-x: auto;
}

.press-strip a,
.feature-grid article,
.plan-grid article,
.managed-service {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.press-strip a {
  min-height: 170px;
  padding: 24px;
  text-align: left;
}

.press-strip p {
  margin: 0 0 22px;
  color: #202124;
  font-size: 19px;
  line-height: 1.35;
}

.press-strip strong {
  font-size: 14px;
  color: var(--muted);
}

.feature-band,
.benefits,
.plans {
  max-width: 1180px;
  margin: 110px auto 0;
  padding: 0 24px;
}

.feature-band > div:first-child,
.benefits-header,
.plans {
  text-align: center;
}

.feature-band h2,
.benefits h2,
.plans h2 {
  max-width: 780px;
  margin: 0 auto;
  font-family: Bitter, Georgia, serif;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.08;
}

.feature-band > div:first-child p {
  max-width: 760px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.5;
}

.benefits-header p {
  max-width: 850px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.5;
}

.benefits-visual {
  margin: 52px auto 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.benefits-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 56px;
  text-align: left;
}

.editor-visual {
  margin-top: 52px;
}

.feature-grid article,
.benefit-grid article,
.plan-grid article {
  min-height: 225px;
  padding: 28px;
}

.chip {
  display: block;
  width: 34px;
  height: 10px;
  margin-bottom: 34px;
  border-radius: 999px;
}

.chip.cyan {
  background: var(--cyan);
}

.chip.green {
  background: var(--green);
}

.chip.amber {
  background: var(--amber);
}

.feature-grid h3,
.benefit-grid h3,
.plan-grid h3 {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 600;
}

.feature-grid p,
.benefit-grid p,
.plan-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 18px;
  text-align: left;
}

.benefit-grid article {
  min-height: 210px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.benefit-grid article:nth-child(3n + 1) {
  border-color: #d8ece9;
  background: #f4fbfa;
}

.benefit-grid article:nth-child(3n + 2) {
  border-color: #dbe5fb;
  background: #f6f8ff;
}

.benefit-grid article:nth-child(3n) {
  border-color: #f2e2bd;
  background: #fffaf0;
}

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

.plan-grid strong {
  display: block;
  margin-top: 34px;
  font-size: 28px;
}

.plan-grid span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
}

.compare-plans {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 26px;
  padding: 0 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #1f1f1f;
  background: #fff;
  font-size: 17px;
  font-weight: 600;
}

.waitlist-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin-top: 34px;
  padding: 0 30px;
  border-radius: 8px;
  color: #fff;
  background: #050505;
  font-size: 19px;
  font-weight: 700;
}

.waitlist-cta {
  padding: 58px 34px;
  border: 1px solid #c8d3f7;
  border-radius: 8px;
  color: #071223;
  background:
    linear-gradient(120deg, rgba(244, 251, 250, 0.94), rgba(246, 248, 255, 0.96), rgba(255, 250, 240, 0.94)),
    linear-gradient(95deg, var(--cyan), var(--blue), var(--green));
  box-shadow: var(--shadow);
}

.waitlist-cta h2 {
  color: #050505;
}

.waitlist-cta p {
  max-width: 760px;
  margin: 22px auto 0;
  color: #3c4043;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.42;
}

.waitlist-cta .button {
  margin-top: 34px;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(5, 5, 5, 0.38);
  backdrop-filter: blur(10px);
}

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

.waitlist-modal {
  position: relative;
  width: min(560px, 100%);
  max-height: min(760px, calc(100vh - 44px));
  overflow: auto;
  padding: 34px;
  border: 1px solid #dbe5fb;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(244, 251, 250, 0.98), rgba(246, 248, 255, 0.98), rgba(255, 250, 240, 0.98));
  box-shadow: 0 28px 80px rgba(5, 5, 5, 0.22);
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

.modal-eyebrow {
  margin: 0 0 12px;
  color: #356c66;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.waitlist-modal h2 {
  max-width: 440px;
  margin: 0;
  font-family: Bitter, Georgia, serif;
  font-size: clamp(36px, 6vw, 54px);
  font-weight: 800;
  line-height: 1.02;
}

.waitlist-modal p {
  margin: 18px 0 0;
  color: #3c4043;
  font-size: 18px;
  line-height: 1.45;
}

.waitlist-form {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.waitlist-form label {
  display: grid;
  gap: 8px;
  color: #202124;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}

.waitlist-form input[type="text"],
.waitlist-form input[type="email"] {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid #d8dfe8;
  border-radius: 8px;
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 17px;
}

.check-row {
  display: flex !important;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 10px !important;
  color: var(--muted) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.check-row input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.waitlist-form .button {
  width: 100%;
  margin-top: 4px;
  border: 0;
  cursor: pointer;
}

.thanks-state {
  min-height: 410px;
  text-align: center;
}

.thanks-state h2 {
  margin: 8px auto 0;
}

.thanks-state p {
  margin: 14px auto 0;
}

.thanks-cloud {
  position: relative;
  min-height: 285px;
  margin-top: 24px;
}

.thanks-cloud span {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(219, 229, 251, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #1f1f1f;
  box-shadow: 0 8px 24px rgba(60, 64, 67, 0.08);
  font-size: 14px;
  font-weight: 700;
  animation: floatThanks 4.8s ease-in-out infinite;
}

.thanks-cloud span:nth-child(1) { top: 6%; left: 36%; color: #356c66; }
.thanks-cloud span:nth-child(2) { top: 18%; left: 8%; animation-delay: -0.4s; }
.thanks-cloud span:nth-child(3) { top: 15%; right: 10%; animation-delay: -0.8s; }
.thanks-cloud span:nth-child(4) { top: 36%; left: 20%; animation-delay: -1.2s; }
.thanks-cloud span:nth-child(5) { top: 34%; right: 22%; animation-delay: -1.6s; }
.thanks-cloud span:nth-child(6) { top: 56%; left: 4%; animation-delay: -2s; }
.thanks-cloud span:nth-child(7) { top: 56%; right: 6%; color: #3f6fd8; animation-delay: -2.4s; }
.thanks-cloud span:nth-child(8) { top: 72%; left: 28%; animation-delay: -2.8s; }
.thanks-cloud span:nth-child(9) { top: 74%; right: 28%; animation-delay: -3.2s; }
.thanks-cloud span:nth-child(10) { top: 44%; left: 42%; color: #a36300; animation-delay: -3.6s; }
.thanks-cloud span:nth-child(11) { top: 4%; left: 4%; animation-delay: -0.2s; }
.thanks-cloud span:nth-child(12) { top: 4%; right: 5%; animation-delay: -0.6s; }
.thanks-cloud span:nth-child(13) { top: 86%; left: 5%; animation-delay: -1s; }
.thanks-cloud span:nth-child(14) { top: 88%; right: 8%; animation-delay: -1.4s; }
.thanks-cloud span:nth-child(15) { top: 24%; left: 39%; animation-delay: -1.8s; }
.thanks-cloud span:nth-child(16) { top: 64%; left: 42%; animation-delay: -2.2s; }
.thanks-cloud span:nth-child(17) { top: 84%; left: 44%; animation-delay: -2.6s; }
.thanks-cloud span:nth-child(18) { top: 46%; left: 2%; animation-delay: -3s; }
.thanks-cloud span:nth-child(19) { top: 46%; right: 0; animation-delay: -3.4s; }
.thanks-cloud span:nth-child(20) { top: 2%; left: 48%; animation-delay: -3.8s; }

@keyframes floatThanks {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.managed-service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 18px;
  padding: 30px;
  text-align: left;
}

.managed-service h3 {
  margin: 0 0 12px;
  font-size: 28px;
}

.managed-service p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  margin: 120px auto 0;
  padding: 32px 24px 46px;
  color: var(--muted);
}

.site-footer p {
  margin: 0;
  color: var(--text);
  font-weight: 600;
}

.site-footer nav {
  display: flex;
  gap: 22px;
  font-weight: 500;
}

@media (max-width: 760px) {
  .site-header {
    min-height: 66px;
    padding: 14px 18px;
  }

  .brand {
    font-size: 22px;
  }

  .menu-button {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 66px;
    right: 14px;
    left: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(60, 64, 67, 0.12);
  }

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

  .site-nav a {
    padding: 14px 0;
  }

  .nav-cta {
    margin-left: 0;
  }

  .hero {
    padding-top: 62px;
  }

  .hero h1 {
    font-size: clamp(40px, 13vw, 54px);
  }

  .hero h1 span {
    display: block;
  }

  .hero-copy p {
    margin-top: 28px;
    font-size: 20px;
  }

  .button {
    width: min(100%, 260px);
    min-height: 58px;
    font-size: 18px;
  }

  .section-kicker {
    margin: 82px auto 38px;
  }

  .feature-grid,
  .benefit-grid,
  .plan-grid {
    grid-template-columns: 1fr;
  }

  .managed-service {
    align-items: stretch;
    flex-direction: column;
    padding: 24px;
  }

  .feature-band,
  .plans {
    margin-top: 84px;
  }

  .press-strip {
    margin-top: 52px;
    grid-auto-columns: minmax(260px, 82vw);
  }

  .cover-showcase {
    margin-top: 44px;
    padding: 0 14px;
  }

  .slide-controls {
    right: 12px;
    bottom: 12px;
    gap: 8px;
    padding: 6px;
  }

  .slide-controls button {
    width: 30px;
    height: 30px;
    font-size: 21px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-top: 80px;
  }
}
