@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/onest-latin.woff2") format("woff2");
}

:root {
  --paper: #fff8f4;
  --paper-deep: #f4e8e1;
  --ink: #221a16;
  --muted: #72645d;
  --line: #ddcec5;
  --blue: #0b57d0;
  --blue-dark: #073c91;
  --blue-soft: #d8e2ff;
  --white: #ffffff;
  --shadow: 0 30px 80px rgb(71 47 35 / 18%);
  --shell: min(1180px, calc(100% - 48px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: "Onest", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible {
  border-radius: 6px;
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

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

section[id] {
  scroll-margin-top: 7rem;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  transform: translateY(-150%);
  border-radius: 999px;
  color: var(--white);
  background: var(--blue);
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  padding: 22px 24px 0;
}

.header-inner {
  display: grid;
  width: min(1380px, 100%);
  min-height: 72px;
  margin: 0 auto;
  padding: 0 18px 0 20px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border: 1px solid rgb(34 26 22 / 9%);
  border-radius: 24px;
  background: rgb(255 255 255 / 75%);
  box-shadow: 0 12px 40px rgb(71 47 35 / 6%);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.65rem;
  font-size: 1.32rem;
  font-weight: 760;
  letter-spacing: -0.04em;
}

.brand img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.6rem, 3vw, 3rem);
  color: #554942;
  font-size: 0.94rem;
  font-weight: 570;
}

.desktop-nav a,
.site-footer nav a {
  transition: color 160ms ease;
}

.desktop-nav a:hover,
.site-footer nav a:hover {
  color: var(--blue);
}

.header-status {
  display: inline-flex;
  width: fit-content;
  min-height: 40px;
  margin-left: auto;
  padding: 0 16px;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgb(11 87 208 / 20%);
  border-radius: 999px;
  color: var(--blue-dark);
  background: var(--blue-soft);
  font-size: 0.84rem;
  font-weight: 690;
}

.status-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 4px rgb(11 87 208 / 12%);
}

.hero {
  position: relative;
  min-height: 900px;
  padding: 130px 24px 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 24%, rgb(216 226 255 / 78%) 0 14%, transparent 36%),
    linear-gradient(115deg, transparent 0 64%, rgb(255 255 255 / 56%) 64% 100%);
}

.hero::before {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero::before {
  top: 18%;
  left: -10rem;
  width: 22rem;
  height: 22rem;
  border: 1px solid rgb(11 87 208 / 10%);
  border-radius: 50%;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1380px, 100%);
  min-height: 690px;
  margin: 0 auto;
  grid-template-columns: minmax(470px, 0.83fr) minmax(620px, 1.17fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.hero-copy {
  max-width: 630px;
  padding-left: clamp(0px, 2vw, 28px);
  animation: hero-in 700ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.eyebrow,
.section-number {
  margin-bottom: 1.25rem;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow span {
  display: inline-block;
  margin-right: 0.35rem;
  font-size: 1.1em;
}

h1,
h2 {
  text-wrap: balance;
}

h1 {
  margin-bottom: 1.6rem;
  font-size: clamp(4.2rem, 6.5vw, 6.75rem);
  font-weight: 750;
  letter-spacing: -0.075em;
  line-height: 0.92;
}

h1 span {
  color: var(--blue);
}

.hero-description {
  max-width: 590px;
  margin-bottom: 2rem;
  color: #5f514a;
  font-size: clamp(1.05rem, 1.4vw, 1.23rem);
  line-height: 1.68;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.coming-soon {
  display: inline-flex;
  min-height: 54px;
  padding: 0 21px;
  align-items: center;
  gap: 0.65rem;
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 12px 26px rgb(34 26 22 / 14%);
  font-size: 0.94rem;
  font-weight: 700;
}

.status-dot-light {
  background: #8bb5ff;
  box-shadow: 0 0 0 4px rgb(139 181 255 / 18%);
}

.text-link {
  display: inline-flex;
  padding: 0.3rem 0;
  align-items: center;
  gap: 0.45rem;
  border-bottom: 1px solid currentColor;
  color: var(--blue-dark);
  font-weight: 680;
}

.text-link span {
  transition: transform 160ms ease;
}

.text-link:hover span {
  transform: translateY(3px);
}

.hero-note {
  margin: 1.2rem 0 0;
  color: #7a6d65;
  font-size: 0.82rem;
}

.hero-visual {
  position: relative;
  width: 100%;
  min-height: 680px;
  min-width: 0;
  animation: hero-in 850ms 100ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.hero-shot-shell {
  position: absolute;
  top: 50%;
  right: 0;
  width: min(1120px, 80vw);
  transform: translateY(-50%);
  perspective: 1500px;
}

.hero-browser-shot {
  width: 100%;
  height: auto;
  max-width: none;
  transform: rotateX(20.5deg) rotateY(-24.5deg) rotateZ(12.75deg);
  transform-origin: 88% 48%;
  filter: drop-shadow(0 32px 44px rgb(63 47 39 / 11%));
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgb(0 0 0 / 3%) 35%, rgb(0 0 0 / 25%) 50%, #000 68%, #000 100%),
    linear-gradient(180deg, #000 0%, #000 82%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, rgb(0 0 0 / 3%) 35%, rgb(0 0 0 / 25%) 50%, #000 68%, #000 100%),
    linear-gradient(180deg, #000 0%, #000 82%, transparent 100%);
  mask-composite: intersect;
}

.section-shell,
.feature-grid,
.privacy-card,
.final-cta-inner,
.footer-inner {
  width: var(--shell);
  margin-right: auto;
  margin-left: auto;
}

.integrations {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgb(255 255 255 / 36%);
}

.section-shell {
  padding: 34px 0 36px;
}

.strip-label {
  margin-bottom: 1.5rem;
  color: #776961;
  font-size: 0.77rem;
  font-weight: 690;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.provider-list {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
}

.provider-list li {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
  color: #514640;
  font-size: 0.85rem;
  font-weight: 630;
}

.provider-list img {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.feature-section {
  position: relative;
  padding: clamp(6rem, 11vw, 10rem) 0;
  overflow: hidden;
}

.feature-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.84fr) minmax(500px, 1.16fr);
  align-items: center;
  gap: clamp(3rem, 9vw, 8rem);
}

.feature-grid-reverse {
  grid-template-columns: minmax(500px, 1.16fr) minmax(340px, 0.84fr);
}

.feature-grid-reverse .feature-copy {
  order: 2;
}

.feature-grid-reverse .product-scene {
  order: 1;
}

.feature-copy h2,
.privacy-card h2,
.final-cta h2 {
  margin-bottom: 1.65rem;
  font-size: clamp(3rem, 5.2vw, 5.4rem);
  font-weight: 710;
  letter-spacing: -0.068em;
  line-height: 0.98;
}

.feature-copy > p:not(.section-number) {
  max-width: 510px;
  margin-bottom: 1.9rem;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.72;
}

.feature-points {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0.8rem;
  list-style: none;
}

.feature-points li {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  color: #51453f;
  font-size: 0.92rem;
  font-weight: 590;
}

.feature-points li::before {
  display: inline-grid;
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  content: "✓";
  place-items: center;
  border-radius: 50%;
  color: var(--blue);
  background: var(--blue-soft);
  font-size: 0.75rem;
  font-weight: 800;
}

.product-scene {
  position: relative;
  display: grid;
  min-height: 690px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgb(34 26 22 / 10%);
  border-radius: clamp(28px, 4vw, 50px);
}

.day-scene {
  background:
    linear-gradient(rgb(11 87 208 / 07%) 1px, transparent 1px) 0 0 / 100% 62px,
    linear-gradient(90deg, rgb(11 87 208 / 06%) 1px, transparent 1px) 0 0 / 62px 100%,
    var(--blue-soft);
}

.screen-card {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgb(34 26 22 / 18%);
  background: var(--paper);
  box-shadow: 0 28px 70px rgb(36 59 104 / 22%);
}

.screen-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.screen-card-day {
  width: min(355px, 60%);
  height: 610px;
  border-radius: 24px;
}

.scene-label {
  position: absolute;
  top: 34px;
  left: 38px;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--blue-dark);
  font-size: 0.78rem;
  font-weight: 680;
}

.scene-label span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgb(11 87 208 / 12%);
}

.calendar-chip {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  min-width: 105px;
  min-height: 42px;
  padding: 0 15px;
  align-items: center;
  gap: 0.62rem;
  border: 1px solid rgb(34 26 22 / 12%);
  border-radius: 14px;
  background: rgb(255 255 255 / 92%);
  box-shadow: 0 14px 35px rgb(34 26 22 / 12%);
  font-size: 0.76rem;
  font-weight: 680;
}

.calendar-chip i {
  width: 9px;
  height: 9px;
  border-radius: 3px;
}

.chip-google {
  top: 22%;
  right: 8%;
  transform: rotate(4deg);
}

.chip-google i {
  background: #fbbc04;
}

.chip-outlook {
  right: 5%;
  bottom: 24%;
  transform: rotate(-3deg);
}

.chip-outlook i {
  background: #0b57d0;
}

.chip-icloud {
  bottom: 12%;
  left: 8%;
  transform: rotate(3deg);
}

.chip-icloud i {
  background: #8b5cf6;
}

.feature-editor {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f9eee8;
}

.editor-scene {
  background: #f0d7c9;
}

.editor-backdrop {
  position: absolute;
  inset: 0;
  padding: 56px 42px;
  color: rgb(119 71 52 / 36%);
}

.editor-backdrop span {
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 730;
  letter-spacing: -0.08em;
}

.editor-backdrop i {
  display: block;
  height: 1px;
  margin-top: 98px;
  background: rgb(119 71 52 / 17%);
}

.screen-card-editor {
  width: min(370px, 64%);
  height: 605px;
  transform: rotate(2.2deg) translateX(34px);
  border-radius: 25px;
  box-shadow: 0 28px 70px rgb(89 46 31 / 22%);
}

.floating-note {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  min-height: 36px;
  padding: 0 14px;
  align-items: center;
  border: 1px solid rgb(34 26 22 / 12%);
  border-radius: 12px;
  background: rgb(255 255 255 / 92%);
  box-shadow: 0 12px 30px rgb(71 47 35 / 14%);
  font-size: 0.72rem;
  font-weight: 690;
  white-space: nowrap;
}

.editor-note {
  right: 7%;
  bottom: 10%;
  transform: rotate(-3deg);
  color: #78503e;
}

.feature-meetings {
  background: var(--paper);
}

.meeting-providers {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.meeting-providers span {
  display: inline-flex;
  min-height: 43px;
  padding: 0 13px;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--white);
  font-size: 0.78rem;
  font-weight: 650;
}

.meeting-providers b,
.meeting-providers img {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 7px;
  color: var(--white);
  background: var(--blue);
  font-size: 0.68rem;
}

.meeting-providers span:nth-child(2) b {
  background: #6b5bd2;
}

.meeting-providers img {
  padding: 3px;
  object-fit: contain;
  background: #e7efff;
}

.meetings-scene {
  background:
    radial-gradient(circle at center, rgb(255 255 255 / 75%) 0 8%, transparent 9%),
    var(--blue-soft);
}

.meeting-orbit {
  position: absolute;
  width: 480px;
  height: 480px;
  border: 1px solid rgb(11 87 208 / 20%);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgb(11 87 208 / 5%), 0 0 0 140px rgb(11 87 208 / 3%);
}

.meeting-orbit i {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 4px solid var(--blue-soft);
  border-radius: 50%;
  background: var(--blue);
}

.meeting-orbit i:first-child {
  top: 23px;
  left: 102px;
}

.meeting-orbit i:nth-child(2) {
  top: 47%;
  right: -8px;
}

.meeting-orbit i:last-child {
  bottom: 32px;
  left: 62px;
}

.screen-card-meetings {
  width: min(365px, 62%);
  height: 600px;
  transform: rotate(-2.4deg);
  border-radius: 25px;
}

.meeting-note {
  right: 8%;
  bottom: 14%;
  transform: rotate(3deg);
  color: var(--blue-dark);
}

.privacy-section {
  padding: 0 0 clamp(6rem, 10vw, 9rem);
}

.privacy-card {
  display: grid;
  min-height: 440px;
  padding: clamp(2rem, 5vw, 5rem);
  grid-template-columns: auto 1.1fr 0.9fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  overflow: hidden;
  border-radius: clamp(30px, 5vw, 58px);
  color: var(--paper);
  background:
    radial-gradient(circle at 92% 10%, rgb(216 226 255 / 15%) 0 12%, transparent 32%),
    var(--ink);
}

.privacy-mark {
  display: grid;
  width: clamp(86px, 10vw, 132px);
  height: clamp(86px, 10vw, 132px);
  place-items: center;
  border: 1px solid rgb(216 226 255 / 20%);
  border-radius: 30px;
  color: #a9c2ff;
  background: rgb(216 226 255 / 8%);
  transform: rotate(-5deg);
}

.privacy-mark svg {
  width: 58%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.privacy-card .section-number {
  color: #a9c2ff;
}

.privacy-card h2 {
  margin-bottom: 0;
  font-size: clamp(2.7rem, 4.8vw, 5rem);
}

.privacy-copy {
  margin: 0;
  color: #d6cac3;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.75;
}

.final-cta {
  position: relative;
  padding: clamp(6rem, 12vw, 11rem) 24px;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 50% 44%, rgb(216 226 255 / 90%) 0 10%, transparent 45%),
    var(--paper);
}

.final-cta::before,
.final-cta::after {
  position: absolute;
  width: 240px;
  height: 240px;
  content: "";
  border: 1px solid rgb(11 87 208 / 13%);
  border-radius: 50%;
}

.final-cta::before {
  top: 14%;
  left: -90px;
}

.final-cta::after {
  right: -70px;
  bottom: 10%;
  box-shadow: 0 0 0 38px rgb(11 87 208 / 3%);
}

.final-cta-inner {
  position: relative;
  z-index: 1;
}

.final-cta .eyebrow {
  margin-bottom: 1.4rem;
}

.final-cta h2 {
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 2.3rem;
  margin-left: auto;
  font-size: clamp(3.6rem, 7vw, 7.25rem);
  line-height: 0.92;
}

.coming-soon-large {
  min-height: 60px;
  padding: 0 26px;
  font-size: 1rem;
}

.legal-main {
  background:
    radial-gradient(circle at 86% 9%, rgb(216 226 255 / 72%) 0 9%, transparent 31%),
    linear-gradient(180deg, rgb(255 255 255 / 35%), transparent 360px),
    var(--paper);
}

.legal-hero {
  padding: 160px 24px 54px;
}

.legal-shell,
.legal-content {
  width: min(850px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.legal-hero h1 {
  max-width: 780px;
  margin-bottom: 1rem;
  font-size: clamp(3.4rem, 7vw, 6.5rem);
}

.legal-updated {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 610;
}

.legal-content {
  padding: 0 0 clamp(5rem, 9vw, 8rem);
  color: #514640;
}

.legal-content p {
  margin: 0 0 1.15rem;
  font-size: 1rem;
  line-height: 1.78;
}

.legal-content h2 {
  margin: 2.7rem 0 0.85rem;
  color: var(--ink);
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  font-weight: 710;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.site-footer {
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: grid;
  min-height: 128px;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
}

.brand-footer {
  font-size: 1.15rem;
}

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

.site-footer p,
.site-footer small {
  margin: 0;
  color: #7a6d65;
  font-size: 0.78rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  color: #5d5049;
  font-size: 0.8rem;
  font-weight: 610;
}

@keyframes hero-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 1025px) and (max-width: 1180px) {
  .hero-grid {
    grid-template-columns: minmax(390px, 0.82fr) minmax(0, 1.18fr);
    gap: 2rem;
  }

  .hero-copy {
    padding-left: 0;
  }

  h1 {
    font-size: clamp(4rem, 6.4vw, 4.8rem);
  }

  .hero-shot-shell {
    right: -10px;
    width: 980px;
  }
}

@media (max-width: 1024px) {
  .hero {
    min-height: auto;
    padding-top: 150px;
  }

  .hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 5rem;
  }

  .hero-copy {
    max-width: 760px;
    padding-left: 0;
  }

  h1 {
    font-size: clamp(4.6rem, 10vw, 7.2rem);
  }

  .hero-visual {
    min-height: 620px;
  }

  .hero-shot-shell {
    top: 0;
    right: -40px;
    width: min(980px, 110vw);
    transform: none;
  }

  .hero-browser-shot {
    transform: rotateX(2.5deg) rotateY(-5deg) rotateZ(-1.25deg);
  }

  .provider-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 1.5rem;
  }

  .feature-grid,
  .feature-grid-reverse {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .feature-grid-reverse .feature-copy,
  .feature-grid-reverse .product-scene {
    order: initial;
  }

  .feature-copy {
    max-width: 720px;
  }

  .feature-copy h2 {
    font-size: clamp(3.6rem, 8vw, 6rem);
  }

  .product-scene {
    width: min(760px, 100%);
    margin: 0 auto;
  }

  .privacy-card {
    grid-template-columns: auto 1fr;
  }

  .privacy-copy {
    grid-column: 2;
  }

  .footer-inner {
    grid-template-columns: 1fr auto auto;
  }

  .site-footer p {
    display: none;
  }
}

@media (max-width: 640px) {
  :root {
    --shell: min(100% - 32px, 620px);
  }

  html {
    scroll-padding-top: 5rem;
  }

  .site-header {
    padding: 10px 10px 0;
  }

  .header-inner {
    min-height: 62px;
    padding: 0 12px;
    grid-template-columns: 1fr auto;
    border-radius: 20px;
  }

  .brand {
    gap: 0.5rem;
    font-size: 1.12rem;
  }

  .brand img {
    width: 32px;
    height: 32px;
    border-radius: 9px;
  }

  .desktop-nav {
    display: none;
  }

  .header-status {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.75rem;
  }

  .hero {
    padding: 112px 16px 62px;
    background: radial-gradient(circle at 80% 28%, rgb(216 226 255 / 80%), transparent 40%);
  }

  .hero-grid {
    gap: 3.5rem;
  }

  h1 {
    margin-bottom: 1.35rem;
    font-size: clamp(3.25rem, 15.4vw, 4.6rem);
    letter-spacing: -0.07em;
  }

  .hero-description {
    font-size: 1rem;
    line-height: 1.62;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  .coming-soon {
    min-height: 50px;
    padding: 0 18px;
    font-size: 0.86rem;
  }

  .hero-note {
    max-width: 280px;
  }

  .hero-visual {
    width: calc(100% + 32px);
    min-height: 610px;
    margin-left: -16px;
    overflow: hidden;
  }

  .hero-shot-shell {
    top: 0;
    right: -8px;
    width: 955px;
    transform: none;
  }

  .hero-browser-shot {
    transform: none;
    transform-origin: center;
    filter: drop-shadow(0 18px 30px rgb(63 47 39 / 10%));
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%);
  }

  .section-shell {
    padding: 30px 0;
  }

  .strip-label {
    margin-bottom: 1.35rem;
    text-align: left;
  }

  .provider-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 0.75rem;
  }

  .provider-list li {
    justify-content: flex-start;
    font-size: 0.8rem;
  }

  .provider-list img {
    width: 22px;
    height: 22px;
  }

  .feature-section {
    padding: 5.5rem 0;
  }

  .feature-grid,
  .feature-grid-reverse {
    gap: 3rem;
  }

  .feature-copy h2,
  .privacy-card h2 {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  .feature-copy > p:not(.section-number) {
    font-size: 0.98rem;
  }

  .feature-points li {
    align-items: flex-start;
  }

  .product-scene {
    min-height: 580px;
    border-radius: 28px;
  }

  .screen-card-day,
  .screen-card-editor,
  .screen-card-meetings {
    width: min(300px, 82%);
    height: 525px;
    transform: none;
    border-radius: 20px;
  }

  .scene-label {
    top: 22px;
    left: 24px;
  }

  .calendar-chip {
    display: none;
  }

  .editor-backdrop {
    padding: 35px 25px;
  }

  .meeting-orbit {
    width: 360px;
    height: 360px;
  }

  .privacy-section {
    padding-bottom: 5.5rem;
  }

  .privacy-card {
    min-height: 0;
    padding: 34px 26px 40px;
    grid-template-columns: 1fr;
    gap: 2rem;
    border-radius: 30px;
  }

  .privacy-mark {
    width: 80px;
    height: 80px;
    border-radius: 22px;
  }

  .privacy-copy {
    grid-column: auto;
  }

  .final-cta {
    padding: 6rem 16px;
  }

  .final-cta h2 {
    font-size: clamp(3.25rem, 15vw, 4.8rem);
  }

  .footer-inner {
    padding: 28px 0;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .site-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 1.2rem;
  }

  .site-footer small {
    text-align: left;
  }

  .legal-hero {
    padding: 122px 16px 42px;
  }

  .legal-shell,
  .legal-content {
    width: min(100% - 32px, 620px);
  }

  .legal-hero h1 {
    font-size: clamp(3rem, 14vw, 4.6rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
