@font-face{
  font-family:Inter;
  src:url('/assets/fonts/Inter.ttf') format('truetype');
  font-style:normal;
  font-weight:100 900;
  font-display:swap
}
:root{
  --ink:#101112;
  --muted:#686963;
  --paper:#f7f7f2;
  --yellow:#f5b000;
  --line:#dedfd7;
  --white:#fff;
  --radius:22px
}
*{
  box-sizing:border-box
}
html{
  scroll-behavior:smooth;
  scroll-padding-top:110px
}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Inter,Arial,sans-serif;
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased
}
::selection{
  background:var(--yellow);
  color:var(--ink)
}
a{
  color:inherit;
  text-decoration:none
}
a:hover{
  text-decoration:none
}
button,input,summary{
  font:inherit
}
svg{
  display:block;
  width:24px;
  height:24px;
  flex-shrink:0
}
img{
  max-width:100%;
  display:block
}
h1,h2,h3,p{
  margin:0
}
h1,h2,h3{
  line-height:1.1;
  letter-spacing:-.045em
}
h1,h2{
  font-weight:650;
  white-space:normal
}
h1{
  font-size:clamp(48px,5.5vw,80px)
}
h2{
  font-size:clamp(36px,3.8vw,54px)
}
h3{
  font-size:23px;
  font-weight:600;
  letter-spacing:-.035em
}
p{
  color:var(--muted)
}
a:focus-visible,summary:focus-visible{
  outline:3px solid var(--yellow);
  outline-offset:6px;
  border-radius:3px
}
.container{
  max-width:1248px;
  margin-inline:auto;
  padding-inline:48px
}
.section{
  padding-block:104px
}
.eyebrow{
  font-size:11px;
  font-weight:650;
  letter-spacing:.14em;
  line-height:1.5;
  color:var(--muted);
  margin-bottom:23px
}
.section-description{
  font-size:18px;
  max-width:490px;
  margin-top:22px;
  line-height:1.7
}
.accent{
  color:var(--yellow)
}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  background:var(--yellow);
  color:var(--ink);
  font-size:14px;
  font-weight:650;
  padding:19px 24px;
  border-radius:9px;
  transition:background .2s,transform .2s
}
.button:hover{
  background:#ffc532;
  transform:translateY(-2px)
}
.button-dark{
  background:var(--ink);
  color:white
}
.button-dark:hover{
  background:#303232
}
.text-link{
  display:inline-flex;
  font-size:14px;
  font-weight:550;
  align-items:center;
  gap:10px;
  padding-block:10px;
  text-underline-offset:5px
}
.text-link:hover{
  text-decoration:underline
}
.skip-link{
  position:fixed;
  top:10px;
  left:12px;
  z-index:100;
  background:var(--yellow);
  color:var(--ink);
  padding:12px 20px;
  transform:translateY(-160%)
}
.skip-link:focus{
  transform:translateY(0)
}
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
.site-header{
  position:sticky;
  top:0;
  z-index:30;
  background:var(--ink);
  color:#fff;
  border-bottom:1px solid #ffffff15
}
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:92px;
  gap:24px
}
.brand{
  display:inline-flex;
  align-items:center;
  gap:11px;
  flex-shrink:0;
  line-height:1.2
}
.brand strong{
  display:block;
  font-size:21px;
  letter-spacing:.12em;
  font-weight:650
}
.brand small{
  display:block;
  color:#aaa;
  font-size:9px;
  letter-spacing:.1em;
  margin-top:5px
}
.desktop-nav nav{
  display:flex;
  gap:30px;
  font-size:12px;
  color:#bcbdb8
}
.desktop-nav a:hover,.desktop-nav a[aria-current]{
  color:var(--yellow)
}
.header-download{
  border:1px solid #62635d;
  padding:11px 16px;
  border-radius:7px;
  font-size:12px;
  font-weight:500;
  transition:border-color .2s
}
.header-download:hover{
  border-color:var(--yellow);
  color:var(--yellow)
}
.mobile-menu{
  display:none
}
.hero{
  background:var(--ink);
  color:var(--paper);
  overflow:hidden
}
.hero-grid{
  display:grid;
  grid-template-columns:1.08fr 1fr;
  gap:35px;
  align-items:center;
  min-height:660px;
  padding-top:58px;
  padding-bottom:68px
}
.hero-eyebrow{
  color:#c6c6bc;
  display:flex;
  align-items:center;
  gap:11px;
  margin-bottom:29px
}
.hero-eyebrow:before{
  content:'';
  width:7px;
  height:7px;
  background:var(--yellow);
  border-radius:50%
}
.hero h1{
  font-size:clamp(48px,5.25vw,76px);
  letter-spacing:-.055em;
  line-height:1.035;
  font-weight:600
}
.hero-description{
  color:#b6b8b2;
  max-width:408px;
  font-size:17px;
  line-height:1.7;
  margin-top:28px
}
.hero-actions{
  display:flex;
  align-items:center;
  gap:27px;
  margin-top:32px;
  flex-wrap:wrap
}
.hero-actions .text-link{
  font-size:12px;
  color:#e5e5dd
}
.privacy-note{
  display:flex;
  align-items:center;
  gap:9px;
  margin-top:27px;
  font-size:11px;
  color:#91958f
}
.privacy-note svg{
  width:16px;
  height:16px
}
.hero-bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding-block:23px;
  border-top:1px solid #ffffff1c;
  color:#95988f;
  font-size:10px;
  letter-spacing:.04em
}
.hero-bottom span:first-child{
  font-size:9px;
  letter-spacing:.13em
}
.hero-art{
  position:relative;
  height:545px;
  isolation:isolate
}
.hero-art:before{
  content:'';
  position:absolute;
  width:430px;
  height:430px;
  max-width:100%;
  border:1px solid #ffffff12;
  border-radius:50%;
  top:50px;
  left:20px;
  z-index:-1;
  box-shadow:0 0 0 47px #ffffff03,0 0 0 48px #ffffff08,0 0 0 94px #ffffff02
}
.hero-art:after{
  content:'SH';
  position:absolute;
  right:-15px;
  top:50px;
  font-size:310px;
  font-weight:800;
  letter-spacing:-.15em;
  color:#ffffff02;
  z-index:-1;
  transform:rotate(-12deg)
}
.phone{
  position:absolute;
  top:12px;
  left:130px;
  width:272px;
  height:506px;
  padding:7px;
  border:2px solid #4b4d49;
  border-radius:37px;
  background:#202221;
  box-shadow:18px 28px 55px #0008;
  transform:rotate(7deg);
  overflow:hidden
}
.phone-status{
  height:36px;
  background:#f1f2eb;
  border-radius:26px 26px 0 0;
  color:#222;
  padding:12px 17px 5px;
  font-size:9px;
  display:flex;
  justify-content:space-between;
  font-weight:650;
  position:relative
}
.phone-status:after{
  content:'';
  position:absolute;
  top:9px;
  width:71px;
  height:16px;
  border-radius:12px;
  background:#202221;
  left:50%;
  transform:translateX(-50%)
}
.phone-header{
  background:var(--yellow);
  display:flex;
  align-items:center;
  gap:13px;
  padding:13px 15px;
  color:#17180f
}
.phone-header strong{
  font-size:12px;
  display:block
}
.phone-header small{
  display:block;
  font-size:9px;
  opacity:.65;
  margin-top:2px
}
.phone-back{
  font-size:30px;
  line-height:1
}
.phone-header .avatar{
  margin-left:auto;
  width:29px;
  height:29px;
  font-size:12px
}
.avatar{
  width:35px;
  height:35px;
  background:#e8e9e1;
  border:1px solid #d1d3c5;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  color:#555b42;
  flex-shrink:0
}
.phone-chat{
  height:305px;
  background:#edeee7;
  background-image:radial-gradient(circle at 20% 60%,transparent 35%,#d9dcd459 35.4%,transparent 35.8%),radial-gradient(circle at 80% 10%,transparent 35%,#d9dcd45c 35.4%,transparent 35.8%);
  padding:16px 13px;
  color:var(--ink)
}
.chat-date{
  display:block;
  text-align:center;
  font-size:8px;
  color:#8a8e80;
  margin-bottom:21px
}
.bubble{
  font-size:11px;
  line-height:1.55;
  padding:13px 13px 7px;
  border-radius:13px;
  width:90%;
  box-shadow:0 2px 3px #00000006
}
.bubble p{
  color:inherit
}
.bubble small{
  display:block;
  text-align:right;
  font-size:8px;
  opacity:.55;
  margin-top:6px
}
.bubble-out{
  background:#f8db8d;
  margin-left:auto;
  border-bottom-right-radius:3px
}
.bubble-in{
  background:#fff;
  margin-top:14px;
  max-width:170px;
  border-bottom-left-radius:3px
}
.resolved{
  font-size:9px;
  margin-top:23px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  color:#5a6850
}
.resolved svg{
  width:13px;
  height:13px
}
.phone-input{
  background:#f8f9f4;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 12px;
  color:#969a8e;
  font-size:10px;
  height:46px
}
.phone-input svg{
  width:16px;
  height:16px
}
.phone-input svg:last-child{
  color:#242720;
  background:var(--yellow);
  padding:4px;
  width:24px;
  height:24px;
  border-radius:50%
}
.phone-bottom{
  height:22px;
  background:#f8f9f4;
  border-radius:0 0 26px 26px;
  position:relative
}
.phone-bottom:after{
  content:'';
  position:absolute;
  width:80px;
  height:3px;
  border-radius:4px;
  background:#262822;
  left:50%;
  top:9px;
  transform:translateX(-50%)
}
.search-ticket{
  position:absolute;
  z-index:3;
  left:12px;
  top:78px;
  transform:rotate(-7deg);
  background:#fff;
  border:1px solid #e4e6dc;
  border-radius:13px;
  padding:17px 18px;
  color:#171916;
  box-shadow:0 12px 30px #0004;
  display:flex;
  gap:13px;
  align-items:center;
  flex-wrap:wrap;
  width:250px
}
.scene-label{
  width:100%;
  font-size:8px;
  letter-spacing:.12em;
  font-weight:650;
  color:#777c6f
}
.search-ticket>svg{
  background:var(--yellow);
  padding:8px;
  width:36px;
  height:36px;
  border-radius:8px
}
.plate{
  display:inline-flex;
  align-items:stretch;
  flex-shrink:0;
  line-height:1;
  background:#fafbf7;
  border:2px solid #1b1c18;
  border-radius:5px;
  color:#151713;
  overflow:hidden;
  font-family:Arial,sans-serif;
  vertical-align:middle;
  max-width:100%
}
.plate-number{
  padding:7px 7px 6px;
  font-size:22px;
  font-weight:700;
  letter-spacing:-1px;
  white-space:nowrap
}
.plate-region{
  border-left:1px solid #1b1c18;
  padding:3px 5px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:3px
}
.plate-region b{
  font-size:19px
}
.plate-region small{
  font-size:7px;
  display:flex;
  align-items:center;
  gap:4px
}
.flag{
  display:inline-block;
  width:11px;
  height:7px;
  background:linear-gradient(#fff 33%,#285bb2 33%,#285bb2 66%,#d95146 66%);
  border:1px solid #9994
}
.floating-note{
  position:absolute;
  bottom:57px;
  left:6px;
  z-index:4;
  border:1px solid #494b41;
  border-radius:13px;
  background:#292c27;
  color:#e4e6d9;
  display:flex;
  align-items:center;
  gap:12px;
  padding:17px 21px;
  transform:rotate(-5deg);
  box-shadow:0 12px 30px #0003;
  white-space:normal;
  font-size:11px;
  line-height:1.7
}
.floating-note svg{
  color:var(--yellow);
  width:28px;
  height:28px
}
.demo-caption{
  position:absolute;
  bottom:0;
  right:35px;
  font-size:9px;
  color:#7b8074
}
.situations{
  background:var(--paper)
}
.scenario-picker{
  border:0;
  padding:0;
  margin:39px 0 0;
  min-width:0;
  position:relative
}
.scenario-radio{
  position:absolute;
  left:0;
  top:0;
  width:1px;
  height:1px;
  opacity:0
}
.scenario-options{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:28px
}
.scenario-options label{
  display:flex;
  align-items:center;
  gap:9px;
  cursor:pointer;
  padding:12px 17px;
  border:1px solid var(--line);
  border-radius:7px;
  font-size:12px;
  color:#5b5e55;
  transition:background .2s,border-color .2s
}
.scenario-options svg{
  width:18px;
  height:18px
}
.scenario-options label:hover{
  border-color:var(--ink)
}
#situation-0:checked~.scenario-options label[for='situation-0'],#situation-1:checked~.scenario-options label[for='situation-1'],#situation-2:checked~.scenario-options label[for='situation-2'],#situation-3:checked~.scenario-options label[for='situation-3']{
  background:var(--ink);
  color:var(--paper);
  border-color:var(--ink)
}
#situation-0:focus-visible~.scenario-options label[for='situation-0'],#situation-1:focus-visible~.scenario-options label[for='situation-1'],#situation-2:focus-visible~.scenario-options label[for='situation-2'],#situation-3:focus-visible~.scenario-options label[for='situation-3']{
  outline:3px solid var(--yellow);
  outline-offset:4px
}
.scenario-panel{
  display:none;
  grid-template-columns:1fr 1fr;
  min-height:312px;
  background:#eceee5;
  border-radius:var(--radius);
  overflow:hidden
}
#situation-0:checked~.scenario-panels .scenario-0,#situation-1:checked~.scenario-panels .scenario-1,#situation-2:checked~.scenario-panels .scenario-2,#situation-3:checked~.scenario-panels .scenario-3{
  display:grid
}
.scenario-copy{
  padding:36px 44px
}
.scenario-index{
  display:block;
  color:#8f9681;
  font-size:11px;
  margin-bottom:25px
}
.scenario-copy h3{
  font-size:31px;
  line-height:1.18;
  white-space:normal
}
.scenario-copy p{
  font-size:13px;
  max-width:310px;
  margin-top:17px
}
.scenario-chat{
  border-left:1px solid #d5dacb;
  align-self:center;
  padding:30px 45px
}
.scenario-chat .eyebrow{
  font-size:9px;
  margin-bottom:20px;
  color:#929886
}
.example-message{
  background:var(--white);
  border-radius:13px 13px 3px 13px;
  padding:19px 21px;
  max-width:340px;
  margin-left:auto;
  box-shadow:0 4px 12px #39402005;
  font-size:13px
}
.example-message p{
  color:#373d2e
}
.example-message small{
  display:block;
  text-align:right;
  font-size:9px;
  color:#8c9582;
  margin-top:12px
}
.example-reply{
  display:flex;
  align-items:flex-end;
  gap:12px;
  margin-top:16px
}
.example-reply p{
  font-size:12px;
  background:#dae0ce;
  padding:13px 16px;
  color:#475039;
  border-radius:10px 10px 10px 2px;
  max-width:280px
}
.how-section{
  border-top:1px solid var(--line);
  padding-top:98px
}
.how-grid{
  display:grid;
  grid-template-columns:1fr 1.05fr;
  gap:80px
}
.steps-heading .text-link{
  margin-top:25px
}
.steps{
  list-style:none;
  padding:0;
  margin:0
}
.steps li{
  display:flex;
  gap:26px;
  border-bottom:1px solid var(--line);
  padding:25px 0
}
.steps li:first-child{
  padding-top:0
}
.steps li:last-child{
  border-bottom:0;
  padding-bottom:0
}
.step-number{
  font-size:12px;
  background:var(--yellow);
  width:35px;
  height:35px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0
}
.steps h3{
  font-size:21px;
  line-height:1.3
}
.steps p{
  font-size:14px;
  line-height:1.75;
  margin-top:10px;
  max-width:380px
}
.privacy-section{
  background:#e9ece3
}
.privacy-grid{
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:85px
}
.privacy-copy h2{
  font-size:44px
}
.privacy-copy .section-description{
  font-size:15px;
  max-width:380px
}
.privacy-copy .text-link{
  margin-top:21px
}
.benefits{
  display:flex;
  flex-direction:column;
  gap:32px;
  padding-top:3px
}
.benefit{
  display:flex;
  gap:19px
}
.benefit>svg{
  width:42px;
  height:42px;
  padding:10px;
  background:#d9dfcf;
  border-radius:10px
}
.benefit h3{
  font-size:18px;
  line-height:1.4
}
.benefit p{
  font-size:13px;
  line-height:1.75;
  margin-top:8px;
  max-width:360px
}
.faq-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:85px
}
.faq-heading>p:not(.eyebrow){
  font-size:14px;
  margin-top:24px
}
.faq-heading .text-link{
  font-size:14px
}
.faq-item{
  border-bottom:1px solid var(--line)
}
.faq-item:first-child{
  border-top:1px solid var(--line)
}
summary{
  list-style:none;
  cursor:pointer
}
summary::-webkit-details-marker{
  display:none
}
.faq-item summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  font-size:15px;
  font-weight:500;
  line-height:1.5;
  padding-block:22px
}
.faq-item summary svg{
  width:17px;
  height:17px;
  transition:transform .2s
}
.faq-item[open] summary svg{
  transform:rotate(45deg)
}
.faq-item[open] summary{
  padding-bottom:14px
}
.faq-item>p{
  font-size:14px;
  line-height:1.8;
  padding-bottom:24px;
  max-width:500px
}
.faq-item summary:hover{
  color:#8b6200
}
.download-section{
  background:var(--yellow);
  overflow:hidden;
  padding-block:77px
}
.download-inner{
  display:grid;
  grid-template-columns:1.4fr 1fr;
  align-items:center;
  gap:45px
}
.download-copy .eyebrow{
  color:#725400
}
.download-copy h2{
  font-size:clamp(36px,3.5vw,49px)
}
.download-copy>p:not(.eyebrow){
  max-width:415px;
  font-size:15px;
  line-height:1.7;
  color:#654b08;
  margin-top:23px
}
.download-actions{
  display:flex;
  align-items:center;
  gap:31px;
  margin-top:31px;
  flex-wrap:wrap
}
.store-link{
  display:flex;
  align-items:center;
  gap:15px;
  background:var(--ink);
  color:#fff;
  padding:15px 20px;
  border-radius:9px;
  transition:transform .2s
}
.store-link:hover{
  transform:translateY(-3px)
}
.store-link>svg:first-child{
  width:27px;
  height:27px
}
.store-link>svg:last-child{
  width:16px;
  height:16px;
  margin-left:14px
}
.store-link small{
  display:block;
  font-size:9px;
  color:#a8aaa0;
  line-height:1.5
}
.store-link strong{
  display:block;
  font-size:20px;
  letter-spacing:-.04em;
  line-height:1.3
}
.store-soon strong{
  display:block;
  font-size:19px;
  font-weight:600
}
.store-soon span{
  font-size:11px;
  color:#6d5100
}
.download-copy>p.download-note{
  font-size:10px;
  margin-top:20px
}
.download-art{
  position:relative;
  padding:30px 0 25px
}
.membership-card{
  position:relative;
  width:320px;
  max-width:100%;
  height:218px;
  background:#171916;
  border-radius:17px;
  transform:rotate(10deg);
  box-shadow:12px 18px 0 #00000013,24px 36px 0 #00000007;
  padding:28px;
  color:#f6f6ec;
  overflow:hidden
}
.membership-card:after{
  content:'';
  position:absolute;
  width:200px;
  height:200px;
  border:1px solid #ffffff0d;
  right:-50px;
  top:-40px;
  border-radius:50%;
  box-shadow:0 0 0 35px #ffffff04,0 0 0 70px #ffffff03
}
.membership-card>img{
  width:34px;
  height:34px;
  float:left;
  margin-right:10px
}
.membership-card>strong{
  font-size:20px;
  letter-spacing:.12em;
  line-height:34px
}
.membership-card>p{
  font-size:10px;
  margin-top:17px;
  color:#909788
}
.membership-card .plate{
  margin-top:24px
}
.membership-card .plate-number{
  font-size:26px
}
.card-caption{
  display:block;
  font-size:9px;
  letter-spacing:.2em;
  color:#7f5d00;
  margin-top:49px;
  text-align:center;
  transform:rotate(10deg)
}
.site-footer{
  background:var(--ink);
  color:#eceee6;
  padding-top:63px
}
.footer-top{
  display:grid;
  grid-template-columns:1.5fr 1fr 1.1fr;
  gap:28px;
  padding-bottom:52px
}
.footer-tagline{
  font-size:11px;
  margin-top:16px;
  color:#7e8477
}
.footer-top .eyebrow{
  font-size:9px;
  color:#7e8477;
  margin-bottom:10px
}
.footer-top>div>a:not(.brand){
  font-size:13px
}
.footer-top>div>a:not(.brand):hover{
  color:var(--yellow)
}
.footer-top .muted{
  font-size:10px;
  color:#7e8477;
  margin-top:6px
}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:9px;
  border-top:1px solid #ffffff15;
  padding-block:23px;
  color:#94998c;
  flex-wrap:wrap
}
.footer-bottom nav{
  display:flex;
  gap:22px;
  flex-wrap:wrap
}
.footer-bottom a:hover{
  color:var(--yellow)
}
.footer-bottom p{
  color:inherit
}
.page-intro{
  padding-block:54px 67px;
  background:var(--ink);
  color:var(--paper)
}
.back-link{
  display:inline-block;
  font-size:12px;
  color:#92978b;
  margin-bottom:46px
}
.back-link:hover{
  color:var(--yellow)
}
.page-intro .eyebrow{
  color:var(--yellow);
  font-size:10px
}
.page-intro h1{
  font-size:clamp(38px,5vw,65px);
  max-width:950px
}
.page-intro .lead{
  margin-top:26px;
  max-width:660px;
  font-size:17px;
  line-height:1.7;
  color:#a6ac9e
}
.content-grid{
  display:grid;
  grid-template-columns:260px 1fr;
  gap:75px;
  padding-block:74px 100px;
  align-items:start
}
.contents-nav{
  position:sticky;
  top:130px
}
.contents-nav .eyebrow{
  font-size:9px;
  margin-bottom:20px
}
.contents-nav nav{
  display:flex;
  flex-direction:column;
  gap:14px;
  border-left:1px solid var(--line);
  padding-left:20px
}
.contents-nav a{
  font-size:12px;
  line-height:1.6;
  color:var(--muted)
}
.contents-nav a:hover{
  color:var(--ink)
}
.article-section{
  border-bottom:1px solid var(--line);
  padding-bottom:35px;
  margin-bottom:35px;
  scroll-margin-top:110px
}
.article-section:last-child{
  border:0;
  margin:0;
  padding:0
}
.article-number{
  font-size:10px;
  font-weight:600;
  color:#90866b;
  display:block;
  margin-bottom:13px
}
.article-section h2{
  font-size:30px;
  line-height:1.25;
  white-space:normal
}
.article-section p{
  margin-top:18px;
  font-size:15px;
  line-height:1.9
}
.article-section .plate{
  margin-top:24px
}
.legal-container{
  padding-block:40px 90px
}
.legal-nav{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:43px
}
.legal-nav a{
  border:1px solid var(--line);
  border-radius:7px;
  padding:11px 16px;
  font-size:12px
}
.legal-nav a[aria-current]{
  background:var(--ink);
  color:var(--paper);
  border-color:var(--ink)
}
.legal-nav a:hover{
  border-color:var(--ink)
}
.legal-columns{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:55px
}
.legal-single{
  max-width:830px;
  margin-inline:auto
}
.legal-document{
  min-width:0
}
.legal-document h2{
  font-size:27px;
  line-height:1.25;
  margin-bottom:27px;
  white-space:normal
}
.legal-text{
  margin:0;
  font-family:inherit;
  font-size:13px;
  line-height:1.9;
  white-space:pre-wrap;
  overflow-wrap:anywhere;
  color:#5b6054
}
.not-found{
  padding-block:45px 85px
}
@media(min-width:1450px){
  .hero-grid{
    min-height:720px
  }
  .hero-art{
    margin-left:20px
  }
}
@media(max-width:1100px){
  .container{
    padding-inline:32px
  }
  .hero-grid{
    gap:10px;
    grid-template-columns:1.1fr 1fr
  }
  .hero-art{
    transform:scale(.88);
    transform-origin:center right
  }
  .hero-actions{
    gap:18px
  }
  .hero h1{
    font-size:59px
  }
  .desktop-nav nav{
    gap:20px
  }
  .how-grid,.privacy-grid,.faq-grid{
    gap:45px
  }
  .scenario-copy{
    padding:32px
  }
  .scenario-chat{
    padding:28px
  }
  .download-inner{
    gap:25px
  }
  .content-grid{
    gap:40px;
    grid-template-columns:210px 1fr
  }
}
@media(max-width:850px){
  .container{
    padding-inline:26px
  }
  .header-inner{
    height:78px;
    gap:18px
  }
  .desktop-nav{
    display:none
  }
  .header-download{
    margin-left:auto
  }
  .mobile-menu{
    display:block
  }
  .mobile-menu summary{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:12px;
    padding:10px 0
  }
  .mobile-menu summary svg{
    width:18px;
    height:18px
  }
  .mobile-menu[open] summary svg{
    transform:rotate(45deg)
  }
  .mobile-menu nav{
    position:absolute;
    right:0;
    left:0;
    top:78px;
    background:#1c1e19;
    border-bottom:1px solid #44483d;
    display:flex;
    flex-direction:column;
    padding:25px 30px;
    gap:20px;
    font-size:15px;
    box-shadow:0 15px 20px #0002
  }
  .hero-grid{
    grid-template-columns:1fr 1fr;
    padding-top:45px;
    padding-bottom:45px;
    min-height:580px
  }
  .hero h1{
    font-size:48px
  }
  .hero-description{
    font-size:15px
  }
  .hero-art{
    transform:scale(.75);
    transform-origin:center right;
    width:420px;
    justify-self:end;
    margin-left:-100px;
    margin-right:-12px;
    height:545px
  }
  .hero-actions .text-link{
    font-size:12px
  }
  .hero-actions .button{
    padding:17px 18px;
    font-size:12px;
    gap:14px
  }
  .hero-bottom span:last-child{
    max-width:240px;
    text-align:right
  }
  .section{
    padding-block:72px
  }
  .scenario-options{
    gap:7px
  }
  .scenario-options label{
    font-size:11px;
    padding:11px 12px
  }
  .scenario-copy h3{
    font-size:25px
  }
  .scenario-copy{
    padding:27px
  }
  .scenario-chat{
    padding:25px
  }
  .how-grid{
    grid-template-columns:1fr 1fr;
    gap:35px
  }
  .how-grid h2,.privacy-copy h2{
    font-size:36px
  }
  .steps li{
    gap:17px
  }
  .steps h3{
    font-size:18px
  }
  .steps p{
    font-size:13px
  }
  .privacy-grid{
    gap:35px
  }
  .faq-grid{
    grid-template-columns:.7fr 1.3fr;
    gap:40px
  }
  .faq-item summary{
    font-size:13px
  }
  .download-inner{
    grid-template-columns:1.3fr .8fr
  }
  .membership-card{
    width:260px;
    height:200px;
    padding:24px
  }
  .download-copy h2{
    font-size:37px
  }
  .footer-top{
    grid-template-columns:1fr 1fr
  }
  .footer-top>div:first-child{
    grid-column:1/-1
  }
  .footer-top{
    gap:30px
  }
  .content-grid{
    grid-template-columns:180px 1fr;
    gap:30px
  }
  .legal-columns{
    gap:30px
  }
}
@media(max-width:620px){
  html{
    scroll-padding-top:95px
  }
  .container{
    padding-inline:22px
  }
  .header-inner{
    height:72px;
    gap:16px
  }
  .brand img{
    width:31px;
    height:31px
  }
  .brand{
    gap:8px
  }
  .brand strong{
    font-size:17px
  }
  .brand small{
    font-size:7px;
    margin-top:4px
  }
  .header-download{
    font-size:10px;
    padding:9px 11px
  }
  .mobile-menu summary span{
    display:none
  }
  .mobile-menu nav{
    top:72px
  }
  .hero-grid{
    display:flex;
    flex-direction:column;
    gap:0;
    align-items:stretch;
    padding-top:43px;
    padding-bottom:16px
  }
  .hero h1{
    font-size:clamp(44px,10.7vw,65px);
    line-height:1.045
  }
  .hero-eyebrow{
    font-size:9px;
    margin-bottom:24px
  }
  .hero-description{
    font-size:15px;
    max-width:350px;
    margin-top:23px
  }
  .hero-actions{
    margin-top:27px;
    gap:22px
  }
  .hero-actions .button{
    padding:17px 18px;
    gap:20px
  }
  .privacy-note{
    font-size:10px;
    margin-top:22px
  }
  .hero-art{
    transform:none;
    width:340px;
    max-width:100%;
    height:456px;
    margin:35px auto 0;
    align-self:center
  }
  .hero-art:before{
    width:310px;
    height:310px;
    top:70px;
    left:10px;
    box-shadow:0 0 0 28px #ffffff03,0 0 0 29px #ffffff08
  }
  .hero-art:after{
    font-size:240px;
    right:0
  }
  .phone{
    transform:rotate(7deg) scale(.79);
    transform-origin:top left;
    left:85px;
    top:12px
  }
  .search-ticket{
    transform:rotate(-7deg) scale(.82);
    transform-origin:left top;
    left:0;
    top:65px
  }
  .floating-note{
    left:0;
    bottom:41px;
    transform:rotate(-5deg) scale(.9);
    transform-origin:left bottom
  }
  .demo-caption{
    right:0;
    bottom:10px;
    font-size:8px
  }
  .hero-bottom{
    padding-block:18px;
    gap:12px;
    flex-direction:column
  }
  .hero-bottom span:first-child{
    font-size:8px
  }
  .hero-bottom span:last-child{
    max-width:none;
    text-align:left;
    font-size:9px
  }
  .section{
    padding-block:60px
  }
  .eyebrow{
    font-size:9px;
    margin-bottom:19px
  }
  h2{
    font-size:36px
  }
  .section-description{
    font-size:15px;
    margin-top:17px
  }
  .scenario-picker{
    margin-top:28px
  }
  .scenario-options{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin-bottom:20px
  }
  .scenario-options label{
    font-size:10px;
    padding:12px 10px;
    gap:7px
  }
  .scenario-options svg{
    width:16px;
    height:16px
  }
  .scenario-panel{
    grid-template-columns:1fr!important;
    border-radius:15px
  }
  .scenario-copy{
    padding:25px 25px 20px
  }
  .scenario-index{
    margin-bottom:14px;
    font-size:10px
  }
  .scenario-copy h3{
    font-size:28px
  }
  .scenario-copy p{
    font-size:12px;
    margin-top:14px
  }
  .scenario-chat{
    border-left:0;
    border-top:1px solid #d5dacb;
    padding:23px 25px 28px
  }
  .scenario-chat .eyebrow{
    font-size:8px;
    margin-bottom:16px
  }
  .example-message{
    font-size:12px;
    padding:16px 18px
  }
  .example-reply p{
    font-size:11px
  }
  .how-grid,.privacy-grid,.faq-grid{
    grid-template-columns:1fr;
    gap:36px
  }
  .steps-heading .text-link{
    margin-top:19px
  }
  .steps li{
    gap:20px;
    padding-block:22px
  }
  .steps h3{
    font-size:20px
  }
  .steps p{
    font-size:14px
  }
  .privacy-copy h2{
    font-size:36px
  }
  .privacy-copy .section-description{
    font-size:15px
  }
  .benefit h3{
    font-size:18px
  }
  .benefit p{
    font-size:13px
  }
  .faq-heading h2{
    white-space:normal
  }
  .faq-heading>p:not(.eyebrow){
    margin-top:18px
  }
  .faq-item summary{
    font-size:14px;
    padding-block:20px
  }
  .faq-item>p{
    font-size:13px
  }
  .download-section{
    padding-block:55px 45px
  }
  .download-inner{
    grid-template-columns:1fr;
    gap:30px
  }
  .download-copy h2{
    font-size:36px
  }
  .download-copy>p:not(.eyebrow){
    font-size:14px;
    margin-top:21px
  }
  .download-actions{
    gap:27px;
    margin-top:26px
  }
  .store-link{
    padding:13px 16px
  }
  .store-link strong{
    font-size:19px
  }
  .download-art{
    justify-self:center;
    width:285px;
    padding-block:20px 10px
  }
  .membership-card{
    width:275px;
    height:205px
  }
  .card-caption{
    margin-top:36px;
    font-size:8px
  }
  .site-footer{
    padding-top:44px
  }
  .footer-top{
    grid-template-columns:1fr;
    gap:25px;
    padding-bottom:33px
  }
  .footer-top>div:first-child{
    grid-column:auto
  }
  .footer-top .brand strong{
    font-size:21px
  }
  .footer-top .brand img{
    width:39px;
    height:39px
  }
  .footer-bottom{
    flex-direction:column;
    gap:18px;
    padding-block:24px
  }
  .footer-bottom nav{
    gap:17px
  }
  .footer-bottom{
    font-size:10px
  }
  .page-intro{
    padding-block:33px 45px
  }
  .back-link{
    margin-bottom:32px;
    font-size:11px
  }
  .page-intro h1{
    font-size:39px
  }
  .page-intro .lead{
    font-size:15px;
    margin-top:22px
  }
  .page-intro .eyebrow{
    font-size:8px
  }
  .content-grid{
    grid-template-columns:1fr;
    gap:40px;
    padding-block:40px 60px
  }
  .contents-nav{
    position:static
  }
  .contents-nav nav{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:13px 18px
  }
  .contents-nav a{
    font-size:11px
  }
  .article-section h2{
    font-size:27px
  }
  .article-section p{
    font-size:14px;
    line-height:1.85
  }
  .article-section{
    margin-bottom:30px;
    padding-bottom:30px
  }
  .legal-container{
    padding-block:28px 55px
  }
  .legal-nav{
    gap:7px;
    margin-bottom:30px
  }
  .legal-nav a{
    font-size:10px;
    padding:9px 11px
  }
  .legal-columns{
    grid-template-columns:1fr;
    gap:55px
  }
  .legal-document h2{
    font-size:27px
  }
  .legal-text{
    margin:0;
    font-family:inherit;
    font-size:12px;
    line-height:1.9
  }
}
@media(max-width:360px){
  .container{
    padding-inline:17px
  }
  .header-inner{
    gap:11px
  }
  .brand strong{
    font-size:15px
  }
  .brand img{
    width:28px;
    height:28px
  }
  .header-download{
    font-size:9px
  }
  .hero-actions{
    gap:12px
  }
  .hero-actions .text-link{
    font-size:10px
  }
  .phone{
    left:72px
  }
  .hero-art{
    height:444px
  }
  .scenario-options label{
    font-size:9px
  }
  .download-actions{
    gap:20px
  }
  .store-soon span{
    font-size:10px
  }
}
@media(prefers-reduced-motion:reduce){
  html{
    scroll-behavior:auto
  }
  *,*:before,*:after{
    animation:none!important;
    transition:none!important
  }
}
@media print{
  .site-header,.site-footer,.legal-nav,.back-link,.skip-link,.download-section,.contents-nav{
    display:none
  }
  .page-intro{
    background:white;
    color:black;
    padding:20px 0
  }
  .page-intro .eyebrow,.page-intro .lead{
    color:#333
  }
  .container{
    max-width:none;
    padding-inline:0
  }
  .legal-columns,.content-grid{
    display:block
  }
  .legal-document{
    margin-bottom:35px
  }
  .legal-text{
    color:black;
    font-size:10pt
  }
  .legal-container{
    padding-block:20px
  }
  .article-section{
    break-inside:avoid
  }
}
