:root {
  --blue: #254972;
  --deep: #163756;
  --ink: #193b60;
  --muted: #53677b;
  --paper: #fafaf8;
  --line: #d7dfe5;
  --cream: #f5f3ef;
  --gold: #865b12;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: ui-monospace, "SFMono-Regular", Consolas, monospace;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  font: 400 16px/1.6 var(--sans);
  background: var(--paper);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
button {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #b78024;
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.06;
  letter-spacing: -0.05em;
}
h1 {
  font-size: clamp(54px, 5.55vw, 84px);
  font-weight: 650;
}
h2 {
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 600;
}
h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.13;
}
p + p {
  margin-top: 20px;
}
.wrap {
  width: min(1184px, calc(100% - 96px));
  margin: auto;
}
.section {
  padding: 108px 0;
}
.eyebrow {
  font: 600 14px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}
.mono {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.09em;
}
.lead {
  font-size: 20px;
  line-height: 1.65;
  color: var(--muted);
  margin-top: 28px;
  max-width: 560px;
}
.small-note,
.image-caption,
.plan-note {
  font-size: 12px;
  line-height: 1.65;
  color: var(--muted);
}
.small-note {
  margin-top: 24px;
  max-width: 480px;
}
.image-caption {
  text-align: center;
  margin-top: 24px;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  transform: translateY(-150%);
  padding: 12px;
  background: white;
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  background: rgba(250, 250, 248, 0.94);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.header-inner {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-brand {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.045em;
  text-decoration: none;
  white-space: nowrap;
}
.site-brand em {
  font-weight: 300;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 13px;
}
.site-nav a {
  text-decoration: none;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.site-nav a:hover {
  text-decoration: underline;
}
.site-nav .nav-product {
  border-left: 1px solid var(--line);
  padding-left: 34px;
  gap: 16px;
}
.menu-toggle {
  display: none;
}
.hero {
  color: #f7f5ef;
  background:
    radial-gradient(ellipse at 80% 20%, #426c96 0, transparent 50%), var(--blue);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.17fr 1fr;
  gap: 50px;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 80px;
  min-height: 760px;
}
.product-lockup {
  display: flex;
  gap: 19px;
  align-items: center;
  margin-bottom: 44px;
  font-size: 30px;
  letter-spacing: -0.05em;
  font-weight: 500;
}
.product-lockup img {
  border-radius: 17px;
  box-shadow: 0 8px 22px #102e5540;
}
.product-lockup b {
  font-weight: 400;
  font-size: 17px;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid #ffffff45;
  border-radius: 9px;
  margin-left: 5px;
  vertical-align: middle;
}
.hero .eyebrow {
  color: #cfdeed;
  margin-bottom: 22px;
}
.hero-description {
  font-size: 20px;
  line-height: 1.65;
  color: #d5e1ee;
  max-width: 490px;
  margin-top: 30px;
}
.hero-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  min-height: 54px;
  padding: 14px 23px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  transition:
    background 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  box-shadow: 0 6px 22px #17375520;
}
.button-light {
  background: #f9faf8;
  color: var(--deep);
}
.button-light:hover {
  background: #e7f0f7;
}
.button-outline {
  border-color: #b5c5d4;
  background: #ffffff50;
}
.button-blue {
  background: var(--blue);
  color: white;
}
.button-blue:hover {
  background: var(--deep);
}
.text-link {
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
}
.text-link:hover {
  text-decoration: underline;
}
.hero-note {
  font-size: 12px;
  line-height: 1.9;
  color: #c1d2e3;
  margin-top: 22px;
}
.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 10px;
}
.phone {
  padding: 6px;
  border: 1px solid #c6d0da;
  background: #e1e6eb;
  border-radius: 41px;
  overflow: hidden;
  box-shadow: 0 20px 50px #112d4526;
  position: relative;
}
.phone img {
  border-radius: 34px;
  width: 100%;
}
.hero-phone {
  width: 288px;
  box-shadow: 0 36px 70px #09254066;
  border-color: #f0f5fc;
  background: #e8eef4;
  z-index: 2;
}
.feature-nav {
  border-bottom: 1px solid var(--line);
  background: #f3f5f6;
}
.feature-nav > .wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.feature-nav a {
  font: 500 11px var(--mono);
  padding: 26px 0;
  text-decoration: none;
  white-space: nowrap;
}
.feature-nav a:hover {
  text-decoration: underline;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 80px;
  align-items: start;
}
.intro-grid .lead {
  margin-top: 6px;
}
.intro-section {
  padding-bottom: 85px;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 110px;
  align-items: center;
}
.feature-grid.reverse {
  grid-template-columns: 1fr 1.1fr;
}
.feature-copy h2 {
  font-size: clamp(38px, 3.8vw, 54px);
}
.feature-copy .lead {
  font-size: 18px;
}
.timeline-section {
  padding-top: 25px;
}
.pill {
  font-size: 9px;
  letter-spacing: 0.04em;
  display: inline-block;
  background: #e8eef4;
  color: #315879;
  border: 1px solid #d3dfeb;
  border-radius: 7px;
  padding: 4px 7px;
  margin-left: 6px;
  white-space: nowrap;
  vertical-align: middle;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
}
.feature-list li {
  font-size: 14px;
  color: var(--muted);
  padding: 18px 0 18px 24px;
  border-top: 1px solid var(--line);
  position: relative;
}
.feature-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid #6d91b4;
}
.feature-list strong {
  font-weight: 600;
  color: var(--ink);
}
.feature-phone {
  width: 272px;
  margin: auto;
  border-radius: 38px;
}
.feature-phone img {
  border-radius: 31px;
}
.appearance-demo {
  padding: 38px 30px 26px;
  background: #edf2f6;
  border-radius: 32px;
  position: relative;
}
.appearance-controls {
  display: flex;
  border: 1px solid #c6d4df;
  width: max-content;
  border-radius: 10px;
  margin: 0 auto 27px;
  padding: 3px;
  background: #dde7ef;
  gap: 4px;
}
.appearance-controls button {
  background: transparent;
  border: 0;
  color: var(--ink);
  padding: 10px 23px;
  min-height: 44px;
  border-radius: 7px;
  cursor: pointer;
  font-size: 12px;
}
.appearance-controls button[aria-pressed="true"] {
  background: white;
  box-shadow: 0 1px 5px #132a4420;
}
.shots-section {
  background: var(--cream);
}
.screenshot-stage {
  background: #e7e8e4;
  border-radius: 32px;
  padding: 32px 20px 0;
  overflow: hidden;
  max-height: 660px;
}
.light-section {
  background: #f9f6ee;
}
.light-section h2 {
  color: #644c23;
}
.pill-gold {
  color: #79530f;
  background: #f6edd7;
  border-color: #e9d7ac;
}
.weather-stage {
  position: relative;
  padding: 28px 0;
}
.weather-stage .phone {
  z-index: 2;
}
.section-heading {
  max-width: 710px;
  margin: 0 auto 55px;
  text-align: center;
}
.section-heading .lead {
  margin-left: auto;
  margin-right: auto;
}
.detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.detail-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #edf3f8;
  overflow: hidden;
}
.detail-card:nth-child(2) {
  background: #f3f1ed;
}
.detail-copy {
  padding: 36px 36px 30px;
}
.detail-copy .eyebrow {
  margin-bottom: 16px;
}
.detail-copy h3 {
  font-size: 28px;
}
.detail-copy p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
  margin-top: 18px;
}
.detail-phone {
  width: 280px;
  margin: 0 auto 38px;
}
.teamwork-section {
  background: #122e49;
  color: #eef4fa;
}
.teamwork-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: start;
}
.teamwork-section .lead {
  margin-top: 0;
  color: #d2e0ec;
}
.teamwork-section .pill {
  background: #ffffff10;
  color: #d8e6f4;
  border-color: #ffffff30;
}
.teamwork-section p:not(.eyebrow) {
  color: #c5d7e7;
}
.teamwork-section .small-note {
  color: #b4cadd;
}
.plan-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  max-width: 940px;
  margin: auto;
}
.plan-card {
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: white;
}
.plan-card h3 {
  font-size: 38px;
  margin-bottom: 14px;
}
.plan-card > p:not(.eyebrow) {
  color: var(--muted);
}
.premium-plan {
  border-color: #94b2cf;
  background: #edf3f8;
}
.check-list {
  list-style: none;
  margin: 28px 0;
  padding: 0;
  font-size: 14px;
}
.check-list li {
  padding: 10px 0 10px 25px;
  position: relative;
}
.check-list li:before {
  content: "✓";
  color: #456c90;
  position: absolute;
  left: 0;
}
.plan-card .button {
  width: 100%;
  margin-top: 12px;
}
.plan-note {
  max-width: 650px;
  text-align: center;
  margin: 24px auto 0;
}
.maker-section {
  background: var(--cream);
}
.maker-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 95px;
  align-items: center;
}
.maker-grid > img {
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
  max-width: 340px;
}
.maker-grid h2 {
  font-size: clamp(34px, 3.5vw, 50px);
}
.maker-grid .lead {
  font-size: 18px;
}
.maker-grid p:not(.eyebrow) {
  color: var(--muted);
}
.maker-grid .text-link {
  margin-top: 20px;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 95px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 0;
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  padding: 23px 32px 23px 0;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary:after {
  content: "+";
  position: absolute;
  right: 3px;
  font: 22px/1.2 var(--mono);
  font-weight: 300;
}
.faq-list details[open] summary:after {
  content: "−";
}
.faq-list details p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  padding: 0 25px 26px 0;
}
.final-cta {
  text-align: center;
  padding: 82px 0 88px;
  background:
    radial-gradient(ellipse at 50% 0%, #41678e, transparent 65%), var(--blue);
  color: #f4f7fa;
}
.final-cta img {
  border-radius: 17px;
  margin: 0 auto 25px;
}
.final-cta h2 {
  font-size: clamp(46px, 5.5vw, 72px);
  margin-bottom: 32px;
}
.final-cta p:last-child {
  font-size: 12px;
  color: #cfdeed;
  margin-top: 18px;
}
.site-footer {
  padding: 45px 0;
  background: #0d2236;
  color: #d3e0ed;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: start;
}
.footer-grid p {
  font-size: 12px;
  line-height: 1.9;
}
.footer-grid p span {
  color: #a3b7cb;
}
.footer-grid nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 15px 22px;
  font-size: 12px;
}
.footer-grid nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.site-nav a:hover,
.footer-grid a:hover {
  color: #7a9fbe;
}
@media (min-width: 1500px) {
  .hero-grid {
    min-height: 800px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero-grid {
    gap: 24px;
    grid-template-columns: 1.2fr 1fr;
  }
  .hero-phone {
    width: 250px;
  }
  .hero h1 {
    font-size: 58px;
  }
  .hero-description {
    font-size: 18px;
  }
  .hero-grid {
    min-height: 700px;
  }
  .feature-grid,
  .feature-grid.reverse {
    gap: 60px;
  }
  .feature-copy h2 {
    font-size: 42px;
  }
  .feature-phone {
    width: 245px;
  }
  .feature-nav a {
    font-size: 10px;
  }
  .teamwork-grid,
  .maker-grid,
  .faq-grid {
    gap: 55px;
  }
  .detail-copy {
    padding: 30px;
  }
  .plan-card {
    padding: 30px;
  }
  .site-nav {
    gap: 24px;
  }
  .site-nav .nav-product {
    padding-left: 24px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 85px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 68px;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 70px;
    min-height: 44px;
    border: 0;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    padding: 8px 0;
    font-size: 13px;
  }
  .site-nav {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 15px 20px;
    box-shadow: 0 12px 24px #16375610;
  }
  .site-nav.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .site-nav a {
    padding: 10px 4px;
    min-height: 48px;
  }
  .site-nav .nav-product {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 4px;
  }
  .hero-grid {
    display: block;
    padding-top: 40px;
    padding-bottom: 36px;
    min-height: 0;
  }
  .product-lockup {
    margin-bottom: 36px;
    font-size: 27px;
  }
  .product-lockup img {
    width: 60px;
    height: 60px;
    border-radius: 15px;
  }
  .hero h1 {
    font-size: clamp(46px, 8.4vw, 64px);
  }
  .hero-description {
    font-size: 18px;
    max-width: 470px;
    margin-top: 24px;
  }
  .hero-actions {
    gap: 15px 24px;
    margin-top: 26px;
  }
  .hero-note {
    margin-top: 16px;
  }
  .hero-visual {
    margin: 44px auto 0;
    max-width: 430px;
    padding-bottom: 10px;
  }
  .hero-phone {
    width: 248px;
  }
  .feature-nav {
    overflow: auto;
  }
  .feature-nav > .wrap {
    width: max-content;
    padding: 0 20px;
    gap: 28px;
  }
  .feature-nav a {
    padding: 22px 0;
  }
  .section {
    padding: 70px 0;
  }
  .intro-grid {
    display: block;
  }
  .intro-section {
    padding-bottom: 45px;
  }
  .intro-grid h2 {
    font-size: 42px;
  }
  .intro-grid .lead {
    margin-top: 24px;
  }
  .lead {
    font-size: 18px;
    margin-top: 24px;
  }
  .feature-grid,
  .feature-grid.reverse {
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: stretch;
  }
  .reverse .feature-copy {
    order: -1;
  }
  .feature-copy h2 {
    font-size: 42px;
  }
  .feature-copy .lead {
    font-size: 17px;
  }
  .timeline-section {
    padding-top: 20px;
  }
  .feature-list {
    margin-top: 24px;
  }
  .feature-list li {
    font-size: 14px;
  }
  .appearance-demo {
    max-width: 430px;
    width: 100%;
    margin: auto;
    padding: 28px 20px 24px;
  }
  .feature-phone {
    width: 252px;
  }
  .pill {
    margin-left: 3px;
    font-size: 8px;
  }
  .screenshot-stage {
    width: 100%;
    max-width: 430px;
    margin: auto;
    max-height: 650px;
  }
  .weather-stage {
    padding-top: 10px;
  }
  .section-heading {
    margin-bottom: 35px;
  }
  .section-heading h2 {
    font-size: 40px;
  }
  .detail-grid,
  .plan-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .detail-copy {
    padding: 28px;
  }
  .detail-copy h3 {
    font-size: 28px;
  }
  .detail-phone {
    width: 252px;
    margin-bottom: 28px;
  }
  .image-caption {
    font-size: 11px;
  }
  .teamwork-grid,
  .maker-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .teamwork-section h2 {
    font-size: 42px;
  }
  .plan-card {
    padding: 28px;
  }
  .maker-grid > img {
    width: 180px;
  }
  .maker-grid h2 {
    font-size: 37px;
  }
  .maker-grid .lead {
    font-size: 17px;
  }
  .faq-grid h2 {
    font-size: 40px;
  }
  .faq-list summary {
    font-size: 15px;
  }
  .final-cta {
    padding: 65px 0;
  }
  .final-cta h2 {
    font-size: 52px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .footer-grid nav {
    justify-content: flex-start;
  }
  .site-footer {
    padding: 38px 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
  }
}
@media print {
  .site-header,
  .feature-nav,
  .hero-visual,
  .phone,
  .appearance-controls,
  .final-cta,
  .menu-toggle {
    display: none;
  }
  .section {
    padding: 30px 0;
  }
  .hero {
    background: white;
    color: var(--ink);
  }
  .hero-grid {
    min-height: 0;
    padding: 20px 0;
    display: block;
  }
  .hero-description,
  .hero-note,
  .hero .eyebrow,
  .wrap {
    width: 100%;
  }
  .detail-grid,
  .feature-grid,
  .intro-grid,
  .teamwork-grid,
  .maker-grid,
  .faq-grid {
    display: block;
  }
  details {
    break-inside: avoid;
  }
  .hero-actions {
    display: none;
  }
}

/* Keep the two reference screens aligned when their descriptions wrap differently. */
.detail-card {
  display: flex;
  flex-direction: column;
}
.detail-copy {
  flex: 1;
}
.detail-phone {
  flex-shrink: 0;
}

/* Screens remain fully visible, with breathing room at every breakpoint. */
.feature-grid > *,
.detail-grid > *,
.hero-grid > * {
  min-width: 0;
}
.phone {
  max-width: 100%;
}
.screenshot-stage {
  max-height: none;
  overflow: visible;
  padding: 36px 32px 44px;
}
.detail-phone {
  max-width: calc(100% - 64px);
}
.appearance-demo {
  padding-left: 32px;
  padding-right: 32px;
}
.weather-stage {
  padding: 40px 28px;
  background: #f1e7d0;
  border-radius: 32px;
}
@media (max-width: 760px) {
  .screenshot-stage {
    max-height: none;
    padding: 30px 28px 36px;
  }
  .appearance-demo {
    padding-left: 28px;
    padding-right: 28px;
  }
  .detail-phone {
    max-width: calc(100% - 56px);
  }
}
.hero .handwritten {
  color: #e9eff6;
  font-size: 20px;
  margin-top: 22px;
}
.support-section {
  background: var(--cream);
}
.support-intro .lead {
  margin-top: 24px;
  font-size: 18px;
}
.support-intro p:not(.lead) {
  color: var(--muted);
  font-size: 14px;
}
.support-intro .button {
  margin-top: 28px;
}
.support-intro .text-link {
  display: flex;
  width: fit-content;
  margin-top: 10px;
}
.faq-list details p a {
  color: var(--ink);
  text-decoration: underline;
}
