@font-face {
  font-family:Inter;
  src:url('/site/inter-v4.woff2') format('woff2');
  font-style:normal;
  font-weight:100 900;
  font-display:swap
}
:root {
  color-scheme:light;
  --paper:#f7f6f2;
  --white:#fff;
  --ink:#254748;
  --muted:#536c6d;
  --petrol:#0c5d64;
  --mist:#e4efed;
  --line:#d6dfda;
  --gold:#d2ab52;
  --button-height:48px;
  --button-radius:12px;
  --shadow:0 22px 65px -32px #173d3d55
}
:root[data-theme=dark] {
  color-scheme:dark;
  --paper:#132727;
  --white:#1b3434;
  --ink:#edf5f1;
  --muted:#b2c7c3;
  --petrol:#85d5ce;
  --mist:#234242;
  --line:#385553;
  --shadow:0 22px 65px -32px #0009
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:30px
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font:400 16px/1.65 Inter,system-ui,sans-serif;
  -webkit-font-smoothing:antialiased
}
img {
  display:block;
  max-width:100%;
  height:auto
}
a {
  color:var(--petrol);
  text-underline-offset:4px
}
button,input {
  font:inherit
}
button,a,summary {
  -webkit-tap-highlight-color:transparent
}
a:focus-visible,button:focus-visible,summary:focus-visible {
  outline:3px solid var(--petrol);
  outline-offset:5px
}
button,summary {
  cursor:pointer
}
h1,h2,h3,p,figure {
  margin:0
}
h1,h2,h3 {
  font-weight:600;
  line-height:1.09;
  letter-spacing:-.045em;
  text-wrap:balance
}
h1 {
  font-size:clamp(40px,5.15vw,74px)
}
h2 {
  font-size:clamp(32px,3.65vw,52px)
}
h3 {
  font-size:24px;
  line-height:1.25;
  letter-spacing:-.025em
}
p {
  color:var(--muted);
  text-wrap:pretty
}
p+p {
  margin-top:16px
}
ul,ol {
  padding-left:22px
}
li+li {
  margin-top:8px
}
.wrap {
  width:min(1280px,calc(100% - 96px));
  margin-inline:auto
}
.section {
  padding-block:100px
}
.eyebrow {
  display:block;
  color:var(--petrol);
  font-size:12px;
  line-height:1.5;
  font-weight:700;
  letter-spacing:.13em;
  text-transform:uppercase;
  margin-bottom:20px
}
.lead {
  font-size:19px;
  line-height:1.65;
  max-width:580px
}
.section-intro {
  max-width:720px;
  margin-bottom:40px
}
.section-intro h2 {
  margin-bottom:20px
}
.skip-link {
  position:absolute;
  top:-100px;
  left:20px;
  padding:14px;
  background:var(--white);
  z-index:100
}
.skip-link:focus {
  top:10px
}
.site-header {
  position:relative;
  border-bottom:1px solid var(--line);
  z-index:20;
  background:var(--paper)
}
.nav-row {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:96px
}
.brand {
  display:inline-flex;
  align-items:center;
  gap:11px;
  color:var(--ink);
  text-decoration:none;
  font-size:25px;
  font-weight:650;
  letter-spacing:-.04em;
  flex-shrink:0
}
.brand img {
  width:40px;
  height:40px;
  border-radius:10px
}
.desktop-nav,.nav-actions {
  display:flex;
  align-items:center;
  gap:28px
}
.desktop-nav a,.menu-panel a {
  color:var(--ink);
  text-decoration:none;
  font-size:14px;
  font-weight:500
}
.desktop-nav a:hover,.menu-panel a:hover {
  text-decoration:underline
}
.nav-actions {
  align-items:stretch;
  gap:12px
}
.btn {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:8px;
  min-height:var(--button-height);
  padding:12px 20px;
  border:1px solid transparent;
  border-radius:var(--button-radius);
  font-size:14px;
  font-weight:600;
  line-height:1.4;
  text-align:center;
  text-decoration:none;
  transition:background-color .15s,color .15s
}
.btn-primary {
  background:var(--petrol);
  color:var(--white)
}
[data-theme=dark] .btn-primary {
  color:#132727
}
.btn-primary:hover {
  filter:brightness(1.08)
}
.btn-secondary {
  color:var(--ink);
  background:transparent;
  border-color:var(--line)
}
.btn-secondary:hover {
  background:var(--mist)
}
.btn-text {
  min-height:44px;
  padding:10px 0;
  color:var(--ink);
  text-decoration:underline
}
.actions {
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(0,1fr);
  grid-auto-rows:1fr;
  width:fit-content;
  max-width:100%;
  align-items:stretch;
  gap:12px;
  margin-top:28px
}
.actions .btn { min-width:0; overflow-wrap:anywhere }
.site-menu>summary {
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:72px;
  min-height:var(--button-height);
  padding:12px 16px;
  border:1px solid var(--line);
  border-radius:var(--button-radius);
  color:var(--ink);
  font-size:14px;
  font-weight:600;
  line-height:1.4;
  list-style:none
}
.site-menu>summary::-webkit-details-marker { display:none }
.site-menu>summary:hover,.site-menu[open]>summary { background:var(--mist) }
.menu-panel {
  position:absolute;
  right:48px;
  top:calc(100% - 12px);
  width:300px;
  max-width:calc(100vw - 32px);
  padding:26px;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:var(--shadow);
  background:var(--white);
  display:grid;
  gap:20px
}
.mobile-nav {
  display:none
}
.topic-nav {
  display:grid;
  gap:10px
}
.theme-switch {
  border:0;
  padding:0;
  margin:0;
  display:flex;
  gap:6px;
  flex-wrap:wrap
}
.theme-switch legend {
  font-size:12px;
  color:var(--muted);
  margin-bottom:10px
}
.theme-switch button {
  border:1px solid var(--line);
  border-radius:var(--button-radius);
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--paper);
  color:var(--ink);
  padding:8px 11px;
  min-height:44px;
  font-size:12px
}
.theme-switch button[aria-pressed=true] {
  background:var(--petrol);
  color:var(--paper)
}
.lang-links {
  display:flex;
  gap:14px;
  flex-wrap:wrap
}
.lang-links a,.lang-links>span {
  font-size:12px;
  color:var(--muted);
  min-height:44px;
  min-width:28px;
  justify-content:center;
  display:inline-flex;
  align-items:center
}
.lang-links [aria-current] {
  color:var(--ink);
  font-weight:700
}
.hero {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:52px;
  align-items:center;
  padding-block:64px 72px
}
.hero-copy h1 {
  margin-bottom:26px
}
.hero-copy h1 em {
  font-style:normal;
  color:var(--petrol)
}
.hero-copy .availability {
  font-size:12px;
  margin-top:20px
}
.hero-visual {
  position:relative;
  min-width:0;
  height:570px;
  background:var(--mist);
  border:1px solid var(--line);
  border-radius:32px;
  overflow:hidden
}
.hero-orbit {
  position:absolute;
  width:540px;
  height:540px;
  border:1px solid var(--line);
  border-radius:50%;
  left:-110px;
  top:65px
}
.hero-orbit:after {
  content:'';
  position:absolute;
  inset:45px;
  border:1px solid var(--line);
  border-radius:50%
}
.hero-compass {
  position:absolute;
  left:38px;
  top:48px;
  width:76px;
  border-radius:21px;
  transform:rotate(-8deg)
}
.hero-label {
  position:absolute;
  left:38px;
  top:140px;
  font-size:11px;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--muted)
}
.hero-phone {
  position:absolute;
  right:52px;
  top:39px;
  width:216px;
  height:468px;
  background:#101d1f;
  border:6px solid #182d30;
  border-radius:33px;
  box-shadow:0 28px 48px -20px #12333366;
  overflow:hidden;
  transform:rotate(5deg)
}
.hero-phone img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top
}
.trip-note {
  position:absolute;
  left:28px;
  bottom:42px;
  width:310px;
  max-width:calc(100% - 56px);
  padding:24px;
  border:1px solid var(--line);
  background:var(--white);
  border-radius:20px;
  box-shadow:var(--shadow)
}
.trip-note small {
  font-size:10px;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--muted)
}
.trip-note h2 {
  font-size:30px;
  margin:10px 0
}
.trip-note p {
  font-size:12px
}
.trip-note-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-top:1px solid var(--line);
  padding-top:14px;
  margin-top:17px;
  gap:12px
}
.avatars {
  display:flex;
  padding-left:0
}
.avatars span {
  display:grid;
  place-items:center;
  background:var(--mist);
  color:var(--ink);
  border:3px solid var(--white);
  border-radius:50%;
  width:34px;
  height:34px;
  font-size:10px;
  margin-left:-4px
}
.pill {
  font-size:10px;
  background:var(--mist);
  color:var(--ink);
  padding:5px 9px;
  border-radius:30px
}
.trust-strip {
  background:var(--white);
  border-block:1px solid var(--line)
}
.trust-row {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  padding-block:24px;
  font-size:13px
}
.trust-row span:before {
  content:'✓';
  color:var(--petrol);
  margin-right:12px
}
.product-window {
  border:1px solid var(--line);
  border-radius:20px;
  overflow:hidden;
  background:var(--white);
  box-shadow:var(--shadow)
}
.window-bar {
  display:flex;
  align-items:center;
  gap:6px;
  height:40px;
  padding:0 16px;
  border-bottom:1px solid var(--line);
  background:var(--white)
}
.window-bar i {
  width:7px;
  height:7px;
  background:var(--line);
  border-radius:50%
}
.window-bar span {
  margin:auto;
  font-size:10px;
  color:var(--muted);
  padding-right:28px
}
.product-window img {
  width:100%;
  height:auto
}
.features-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:28px
}
.feature-card {
  padding:30px;
  border:1px solid var(--line);
  border-radius:18px;
  background:var(--white)
}
.feature-card h3 {
  font-size:20px;
  margin:22px 0 12px
}
.feature-card p {
  font-size:14px
}
.feature-card a {
  display:inline-block;
  font-size:13px;
  font-weight:600;
  margin-top:22px
}
.step-number {
  font-size:12px;
  letter-spacing:.08em;
  color:var(--petrol)
}
.split {
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  align-items:center;
  gap:70px
}
.split h2 {
  margin-bottom:24px
}
.split p {
  font-size:17px
}
.split .product-window {
  transform:rotate(-1deg)
}
.premium-section {
  background:#254748;
  color:#fff
}
.premium-section p {
  color:#d5e4dd
}
.premium-section .eyebrow {
  color:#e8c775
}
.premium-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px
}
.premium-card {
  border-radius:20px;
  background:#f7f6f2;
  color:#254748;
  padding:36px
}
.premium-card p {
  color:#536c6d;
  font-size:15px
}
.premium-card h3 {
  margin:16px 0
}
.premium-card ul {
  color:#536c6d;
  font-size:14px
}
.plan-label {
  font-size:12px;
  color:#0c5d64;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase
}
.premium-card .price-note {
  font-size:12px;
  padding-top:20px;
  border-top:1px solid #d6dfda
}
.steps {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
  margin-top:42px
}
.steps h3 {
  font-size:21px;
  margin:20px 0 12px
}
.steps p {
  font-size:15px
}
.faq-section {
  background:var(--mist);
  border-block:1px solid var(--line)
}
.faq-layout {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:80px
}
.faq-layout h2 {
  margin-bottom:20px
}
.faq-list details {
  padding:22px 0;
  border-bottom:1px solid var(--line)
}
.faq-list details:first-child {
  padding-top:0
}
.faq-list summary {
  font-size:17px;
  font-weight:600;
  line-height:1.5;
  list-style:none;
  display:flex;
  justify-content:space-between;
  gap:20px
}
.faq-list summary:after {
  content:'＋';
  flex-shrink:0
}
.faq-list details[open] summary:after {
  content:'−'
}
.faq-list details p {
  font-size:15px;
  margin-top:14px
}
.closing {
  background:#0c5d64;
  color:#fff;
  border-radius:24px;
  padding:60px 64px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:40px
}
.closing h2 {
  font-size:40px;
  max-width:650px
}
.closing p {
  color:#cde3df;
  margin-top:18px
}
.closing .btn {
  background:#fff;
  color:#0c5d64;
  flex-shrink:0
}
.store-badges {
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:4px;
  margin-top:28px
}
.store-badge-link {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px;
  min-height:64px
}
.store-badge--apple {
  width:auto;
  height:40px
}
.store-badge--google {
  width:auto;
  height:60px
}
.store-legal {
  font-size:10px;
  text-align:center;
  margin-top:16px;
  line-height:1.6
}
.site-footer {
  border-top:1px solid var(--line);
  padding-block:55px 96px;
  background:var(--white)
}
.footer-top {
  display:flex;
  justify-content:space-between;
  gap:32px;
  padding-bottom:36px
}
.footer-top p {
  font-size:13px;
  margin-top:15px
}
.footer-top nav a {
  font-size:13px;
  color:var(--ink);
  text-decoration:none
}
.footer-bottom {
  border-top:1px solid var(--line);
  padding-top:25px;
  display:grid;
  gap:22px
}
.legal-links {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px 24px
}
.legal-links a {
  font-size:12px;
  color:var(--muted)
}
.footer-bottom small {
  font-size:11px;
  color:var(--muted)
}
.help-hero {
  padding-block:70px 48px;
  max-width:850px
}
.help-hero h1 {
  margin-bottom:22px
}
.help-topics {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px
}
.topic-link {
  display:flex;
  align-items:center;
  gap:16px;
  padding:24px;
  border-radius:16px;
  border:1px solid var(--line);
  background:var(--white);
  font-size:15px;
  font-weight:600;
  text-decoration:none;
  color:var(--ink)
}
.topic-link>span:last-child {
  margin-left:auto
}
.help-content {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
  padding-block:36px 90px
}
.help-content>section {
  padding:32px;
  background:var(--white);
  border:1px solid var(--line);
  border-radius:18px
}
.help-content h2 {
  font-size:26px;
  margin-bottom:20px
}
.help-content p,.help-content li {
  font-size:15px
}
.help-content a {
  overflow-wrap:anywhere
}
.benefit-hero {
  padding-block:64px 56px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center
}
.benefit-hero h1 {
  font-size:clamp(38px,4.2vw,60px);
  margin-bottom:25px
}
.benefit-hero figure {
  min-width:0
}
.benefit-hero figcaption {
  font-size:11px;
  margin-top:14px;
  color:var(--muted)
}
.benefit-grid {
  display:grid;
  grid-template-columns:1fr 340px;
  gap:80px;
  padding-block:24px 80px
}
.benefit-copy {
  max-width:750px
}
.benefit-copy section+section {
  margin-top:44px
}
.benefit-copy h2 {
  font-size:30px;
  margin-bottom:18px
}
.benefit-copy p,.benefit-copy li {
  font-size:17px
}
.example-card {
  align-self:start;
  padding:30px;
  background:var(--mist);
  border:1px solid var(--line);
  border-radius:20px
}
.example-card h2 {
  font-size:26px;
  margin:15px 0
}
.example-card p,.example-card li {
  font-size:14px
}
.example-card ul {
  padding-left:18px
}
.related {
  padding-block:70px
}
.related h2 {
  font-size:30px;
  margin-bottom:24px
}
@media(min-width:1441px) {
  .menu-panel {
    right:max(48px,calc((100vw - 1280px)/2))
  }
}
@media(max-width:1100px) {
  .wrap {
    width:calc(100% - 64px)
  }
  .desktop-nav {
    gap:18px
  }
  .hero {
    gap:30px
  }
  .hero-visual {
    height:530px
  }
  .hero-phone {
    right:22px
  }
  .trip-note {
    left:20px;
    bottom:26px;
    width:280px
  }
  .hero-compass {
    left:24px;
    width:62px
  }
  .hero-label {
    left:24px
  }
  .split {
    gap:40px
  }
  .faq-layout {
    gap:50px
  }
  .benefit-grid {
    gap:40px;
    grid-template-columns:1fr 300px
  }
  .feature-card {
    padding:24px
  }
}
@media(max-width:800px) {
  .desktop-nav {
    display:none
  }
  .mobile-nav {
    display:grid;
    gap:14px;
    padding-bottom:18px;
    border-bottom:1px solid var(--line)
  }
  .wrap {
    width:calc(100% - 40px)
  }
  .nav-row {
    min-height:78px;
    gap:12px
  }
  .brand {
    font-size:22px;
    gap:8px
  }
  .brand img {
    width:34px;
    height:34px
  }
  .nav-actions {
    gap:14px
  }
  .nav-actions>.btn {
    min-height:44px;
    padding:11px 14px;
    font-size:12px
  }
  .site-menu>summary {
    font-size:12px;
    gap:5px
  }
  .menu-panel {
    right:20px
  }
  .hero {
    grid-template-columns:1fr;
    padding-block:42px 48px;
    gap:36px
  }
  .hero-copy {
    max-width:650px
  }
  .hero-copy h1 {
    font-size:clamp(42px,8vw,62px);
    margin-bottom:20px;
    max-width:600px
  }
  .hero-copy .lead {
    font-size:17px
  }
  .hero-visual {
    height:430px;
    max-width:620px;
    width:100%;
    justify-self:center
  }
  .hero-phone {
    height:380px;
    width:178px;
    right:18%;
    top:22px;
    border-radius:28px
  }
  .hero-compass {
    left:10%;
    top:40px
  }
  .hero-label {
    left:10%;
    top:116px
  }
  .trip-note {
    width:280px;
    left:8%;
    bottom:25px;
    padding:20px
  }
  .trip-note h2 {
    font-size:27px
  }
  .trust-row {
    font-size:11px;
    gap:15px;
    justify-content:center;
    flex-wrap:wrap;
    padding-block:20px
  }
  .trust-row span:before {
    margin-right:6px
  }
  .section {
    padding-block:64px
  }
  .section-intro {
    margin-bottom:28px
  }
  .lead {
    font-size:17px
  }
  .features-grid {
    gap:12px
  }
  .feature-card {
    padding:20px
  }
  .feature-card h3 {
    font-size:18px
  }
  .split,.faq-layout,.benefit-hero,.benefit-grid {
    grid-template-columns:1fr;
    gap:34px
  }
  .premium-card {
    padding:28px
  }
  .steps {
    gap:22px
  }
  .steps h3 {
    font-size:19px
  }
  .closing {
    padding:38px;
    display:block
  }
  .closing h2 {
    font-size:34px
  }
  .closing .btn {
    margin-top:25px
  }
  .help-topics {
    grid-template-columns:1fr
  }
  .help-content {
    gap:18px
  }
  .help-content>section {
    padding:24px
  }
  .benefit-hero {
    padding-block:44px
  }
  .benefit-hero figure {
    max-width:680px
  }
  .benefit-grid {
    padding-bottom:50px
  }
  .example-card {
    max-width:680px
  }
  .help-hero {
    padding-top:48px
  }
}
@media(max-width:500px) {
  .wrap {
    width:calc(100% - 36px)
  }
  .nav-row {
    gap:8px
  }
  .brand {
    font-size:20px
  }
  .brand img {
    width:31px;
    height:31px
  }
  .nav-actions {
    gap:10px
  }
  .nav-actions>.btn {
    font-size:11px;
    padding:10px 11px;
    min-height:44px
  }
  .site-menu>summary {
    min-width:60px;
    min-height:44px;
    padding:10px 12px;
    font-size:12px
  }
  .menu-panel {
    right:16px;
    padding:24px
  }
  .hero {
    padding-top:36px
  }
  .hero-copy h1 {
    font-size:43px;
    letter-spacing:-.045em
  }
  .eyebrow {
    font-size:10px;
    margin-bottom:16px
  }
  .hero .lead {
    font-size:16px
  }
  .actions {
    width:100%;
    gap:10px;
    margin-top:24px
  }
  .actions .btn {
    font-size:13px;
    padding:13px 16px;
    min-height:48px
  }
  .hero-visual {
    height:390px;
    border-radius:23px
  }
  .hero-phone {
    right:23px;
    top:21px;
    width:168px;
    height:358px
  }
  .hero-compass {
    left:24px;
    width:53px;
    top:34px;
    border-radius:16px
  }
  .hero-label {
    left:24px;
    top:101px;
    font-size:8px
  }
  .trip-note {
    left:18px;
    bottom:24px;
    width:248px;
    padding:18px
  }
  .trip-note h2 {
    font-size:26px
  }
  .trip-note small {
    font-size:8px
  }
  .trip-note p {
    font-size:11px
  }
  .trip-note-bottom {
    margin-top:12px;
    padding-top:12px
  }
  .trust-row {
    gap:10px 18px;
    font-size:10px
  }
  .section {
    padding-block:54px
  }
  .features-grid,.premium-grid,.steps,.help-content {
    grid-template-columns:1fr
  }
  .feature-card {
    padding:25px
  }
  .feature-card h3 {
    margin-top:14px;
    font-size:21px
  }
  .steps {
    gap:30px
  }
  .steps h3 {
    margin-top:12px
  }
  .premium-card {
    padding:26px
  }
  .faq-list summary {
    font-size:16px
  }
  .closing {
    padding:30px 25px;
    border-radius:20px
  }
  .closing h2 {
    font-size:31px
  }
  .closing p {
    font-size:15px
  }
  .footer-top {
    display:grid;
    gap:25px
  }
  .legal-links {
    gap:6px 18px
  }
  .site-footer {
    padding-top:36px
  }
  .help-hero h1 {
    font-size:40px
  }
  .help-content {
    padding-bottom:55px
  }
  .help-content>section {
    padding:25px
  }
  .benefit-hero h1 {
    font-size:39px
  }
  .benefit-copy h2 {
    font-size:28px
  }
  .benefit-copy p,.benefit-copy li {
    font-size:16px
  }
  .related {
    padding-block:50px
  }
}
@media(max-width:359px) {
  .brand span {
    font-size:18px
  }
  .brand img {
    width:27px;
    height:27px
  }
  .nav-actions {
    gap:8px
  }
  .nav-actions>.btn {
    font-size:10px;
    padding:10px 9px
  }
  .hero-copy h1 {
    font-size:38px
  }
  .hero-phone {
    right:12px
  }
  .hero-compass {
    left:18px
  }
  .hero-label {
    left:18px
  }
  .trip-note {
    width:225px;
    left:14px
  }
  .actions .btn {
    font-size:12px;
    padding:12px 14px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  * {
    transition:none!important
  }
}
