@font-face {
  font-family:Ubuntu;
  src:url('../fonts/Ubuntu-Regular-latin-cyrillic.woff2') format('woff2');
  font-style:normal;
  font-weight:400;
  font-display:swap
}

@font-face {
  font-family:Ubuntu;
  src:url('../fonts/Ubuntu-Medium-latin-cyrillic.woff2') format('woff2');
  font-style:normal;
  font-weight:500;
  font-display:swap
}

@font-face {
  font-family:Ubuntu;
  src:url('../fonts/Ubuntu-Bold-latin-cyrillic.woff2') format('woff2');
  font-style:normal;
  font-weight:700;
  font-display:swap
}

:root {
  --green:#27b443;
  --green-dark:#177d2b;
  --ink:#10160f;
  --muted:#4e554d;
  --footer:#142016;
  --line:#dce7dd;
  --container:1400px;
  --radius:24px;
  font-family:Ubuntu,Arial,sans-serif;
  color:var(--ink);
  background:#fff;
  font-synthesis:none
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:105px
}

body {
  margin:0;
  font-size:16px;
  line-height:1.55
}

body.menu-open {
  overflow:hidden
}

button,input,textarea,select {
  font:inherit
}

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

button {
  cursor:pointer
}

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

img {
  display:block;
  max-width:100%;
  height:auto
}

button {
  color:inherit
}

h1,h2,h3,p {
  margin:0
}

h1,h2,h3 {
  line-height:1.18
}

h1 {
  font-size:clamp(36px,4vw,60px);
  font-weight:700;
  letter-spacing:-1.6px
}

h2 {
  font-size:clamp(28px,2.9vw,42px);
  font-weight:700;
  letter-spacing:-.75px
}

h3 {
  font-size:23px;
  font-weight:500
}

p {
  color:var(--muted)
}

a:focus-visible,button:focus-visible,summary:focus-visible {
  outline:3px solid #137d2b;
  outline-offset:5px;
  border-radius:5px
}

.container {
  width:min(var(--container),calc(100% - 100px));
  margin-inline:auto
}

.section {
  padding-block:90px
}

.skip-link {
  position:fixed;
  top:-70px;
  left:20px;
  padding:12px 20px;
  background:#fff;
  z-index:100
}

.skip-link:focus {
  top:12px
}

.site-header {
  position:sticky;
  top:0;
  z-index:30;
  background:#fff;
  border-bottom:1px solid #eef2ed
}

.header-inner {
  min-height:98px;
  display:flex;
  align-items:center;
  gap:35px
}

.brand {
  display:inline-block;
  flex-shrink:0
}

.brand img {
  width:160px;
  height:76px;
  object-fit:contain
}

.navigation {
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:25px
}

.navigation a {
  border:1px solid #a5d2ab;
  border-radius:999px;
  padding:6px 28px;
  line-height:1.35;
  transition:background .18s,color .18s,border-color .18s;
  white-space:nowrap
}

.navigation a:hover {
  background:#edf9ef;
  border-color:var(--green)
}

.navigation a[aria-current=page] {
  background:var(--green);
  border-color:var(--green);
  color:#fff
}

.language {
  display:flex;
  align-items:center;
  gap:8px;
  white-space:nowrap;
  font-size:15px
}

.menu-toggle {
  display:none;
  border:0;
  background:none;
  width:44px;
  height:44px;
  padding:9px
}

.menu-toggle span {
  display:block;
  height:2px;
  background:var(--ink);
  margin:6px 0;
  transition:transform .2s,opacity .2s
}

.hero {
  overflow:hidden;
  position:relative;
  background:linear-gradient(162deg,#79d289 0%,#bce8c3 23%,#fff 48%,#fff 100%)
}

.hero-inner {
  min-height:850px;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  position:relative;
  gap:20px
}

.hero-copy {
  align-self:start;
  padding-top:202px;
  position:relative;
  z-index:2
}

.hero-copy p {
  font-size:19px;
  margin-top:24px;
  line-height:1.45;
  max-width:430px;
  color:#20271f
}

.store-links {
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap
}

.hero-copy .store-links {
  margin-top:30px
}

.store-link {
  display:block;
  padding:0;
  border:0;
  background:transparent;
  border-radius:19px;
  transition:transform .18s,filter .18s;
  max-width:47%
}

.store-link:hover {
  transform:translateY(-3px);
  filter:brightness(1.05)
}

.store-link img {
  height:52px;
  width:auto;
  border-radius:17px
}

.hero-art {
  width:100%;
  max-width:660px;
  justify-self:end;
  align-self:start;
  margin-top:70px;
  clip-path:polygon(47% 0,100% 0,100% 100%,0 100%,0 34%,47% 34%);
  mix-blend-mode:multiply
}

.map-surface {
  position:relative
}

.how-section {
  padding-top:35px;
  background:radial-gradient(ellipse at 50% 40%,#f6faf4,transparent 62%)
}

.section-heading {
  text-align:center;
  margin-bottom:50px
}

.section-heading h2 {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px
}

.inline-logo {
  width:155px;
  height:76px;
  object-fit:contain;
  mix-blend-mode:multiply
}

.section-heading p {
  margin-top:18px
}

.steps-layout {
  display:grid;
  grid-template-columns:1fr 1.2fr 1fr;
  grid-template-rows:1fr 1fr;
  column-gap:55px;
  row-gap:80px;
  align-items:center;
  max-width:1200px;
  margin:0 auto
}

.step {
  text-align:center;
  max-width:290px;
  justify-self:center
}

.step-number {
  display:inline-grid;
  place-items:center;
  width:55px;
  height:55px;
  background:linear-gradient(140deg,#38c85c,#26a941);
  color:#fff;
  border-radius:9px;
  font-size:30px;
  box-shadow:0 10px 22px #20863024;
  margin-bottom:17px
}

.step h3 {
  font-size:23px;
  margin-bottom:13px
}

.step p {
  font-size:17px;
  line-height:1.5
}

.step-one {
  grid-column:1;
  grid-row:1
}

.step-two {
  grid-column:3;
  grid-row:1
}

.step-three {
  grid-column:1;
  grid-row:2
}

.step-four {
  grid-column:3;
  grid-row:2
}

.phone-stage {
  grid-column:2;
  grid-row:1/3;
  position:relative;
  display:grid;
  place-items:center;
  padding:8px 0
}

.phone-stage:before {
  content:"";
  position:absolute;
  aspect-ratio:1;
  width:125%;
  max-width:550px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 65px 20px #45d96422
}

.phone-image {
  position:relative;
  width:90%;
  max-width:330px;
  border-radius:47px;
  overflow:hidden
}

.phone-image img {
  width:100%
}

.phone-category {
  position:absolute;
  top:15.2%;
  left:8%;
  right:7%;
  height:6.5%;
  display:flex;
  align-items:center;
  background:#fff;
  padding-left:2%;
  font-family:Arial,sans-serif;
  font-size:12px
}

.phone-category span {
  display:inline-block;
  border-radius:99px;
  padding:4px 18px;
  background:var(--green);
  color:white
}

.download-block {
  text-align:center;
  margin-top:46px
}

.download-block h3 {
  font-size:30px;
  font-weight:700;
  margin-bottom:17px
}

.download-block .store-links {
  justify-content:center
}

.site-footer {
  background:var(--footer);
  color:#fff;
  padding:36px 0 22px;
  margin-top:50px
}

.footer-nav {
  display:flex;
  justify-content:center;
  gap:50px;
  padding-bottom:32px;
  border-bottom:1px solid #ffffff1f;
  font-size:15px
}

.footer-nav a {
  color:#d6e2d6
}

.footer-nav a:hover,.footer-nav a[aria-current=page] {
  color:#6ddd81
}

.footer-main {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  padding:28px 0
}

.footer-brand img {
  filter:invert(1) hue-rotate(180deg);
  mix-blend-mode:screen
}

.footer-main p {
  font-size:14px;
  color:#c3cfc2;
  line-height:1.7;
  margin-top:5px
}

.footer-download {
  text-align:center
}

.footer-download h3 {
  font-size:22px;
  margin-bottom:20px
}

.footer-download .store-link img {
  height:43px
}

.footer-download .store-links {
  justify-content:center
}

.footer-bottom {
  display:flex;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid #ffffff1f;
  padding-top:20px;
  font-size:13px;
  color:#95a594
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  background:var(--green);
  color:white;
  border:1px solid var(--green);
  padding:13px 32px;
  border-radius:13px;
  line-height:1.3;
  transition:background .2s,transform .2s
}

.button:hover {
  background:var(--green-dark);
  border-color:var(--green-dark);
  transform:translateY(-2px)
}

.button-outline {
  color:var(--green-dark);
  background:#fff;
  border-color:#9cd4a6
}

.button-outline:hover {
  color:white
}

.info-dialog {
  position:fixed;
  border:1px solid var(--line);
  border-radius:24px;
  padding:40px;
  width:min(480px,calc(100% - 32px));
  max-height:80vh;
  box-shadow:0 30px 120px #1026163d
}

.info-dialog::backdrop {
  background:#0b1c13a6;
  backdrop-filter:blur(4px)
}

.info-dialog h2 {
  font-size:30px;
  margin-right:20px
}

.info-dialog p {
  margin:20px 0 26px
}

.dialog-close {
  position:absolute;
  right:15px;
  top:12px;
  width:40px;
  height:40px;
  border:0;
  background:transparent;
  font-size:32px
}

.dialog-done {
  width:100%
}

@media(min-width:1600px) {
  .hero-inner {
    min-height:880px
  }
  .hero-copy {
    padding-top:225px
  }
}

@media(max-width:1199px) {
  .container {
    width:calc(100% - 60px)
  }
  .header-inner {
    gap:20px;
    min-height:85px
  }
  .brand img {
    width:132px;
    height:68px
  }
  .navigation {
    gap:15px
  }
  .navigation a {
    padding:6px 21px
  }
  .hero-inner {
    min-height:670px
  }
  .hero-copy {
    padding-top:135px
  }
  .hero-art {
    margin-top:50px
  }
  .hero-copy p {
    font-size:17px
  }
  .store-link img {
    height:43px
  }
  .steps-layout {
    column-gap:32px;
    row-gap:60px
  }
  .step h3 {
    font-size:20px
  }
  .step p {
    font-size:16px
  }
  .phone-category {
    font-size:10px
  }
  .phone-category span {
    padding:3px 14px
  }
  .section {
    padding-block:70px
  }
  .how-section {
    padding-top:20px
  }
}

@media(max-width:991px) {
  h1 {
    font-size:40px
  }
  .container {
    width:calc(100% - 40px)
  }
  .header-inner {
    gap:17px
  }
  .navigation {
    gap:10px
  }
  .navigation a {
    padding:6px 15px;
    font-size:14px
  }
  .brand img {
    width:112px
  }
  .hero-inner {
    min-height:580px;
    gap:0
  }
  .hero-copy {
    padding-top:95px
  }
  .hero-copy p {
    font-size:16px
  }
  .hero-art {
    margin-top:42px
  }
  .store-links {
    gap:10px
  }
  .store-link img {
    height:37px
  }
  .steps-layout {
    column-gap:25px;
    row-gap:35px
  }
  .phone-stage:before {
    width:130%
  }
  .step-number {
    width:43px;
    height:43px;
    font-size:25px
  }
  .step h3 {
    font-size:18px
  }
  .step p {
    font-size:15px
  }
  .phone-category {
    font-size:8px
  }
  .phone-category span {
    padding:2px 11px
  }
  .footer-nav {
    gap:40px
  }
}

@media(max-width:767px) {
  html {
    scroll-padding-top:80px
  }
  .container {
    width:calc(100% - 36px)
  }
  .header-inner {
    min-height:78px;
    gap:14px
  }
  .brand img {
    width:116px;
    height:62px
  }
  .language {
    margin-left:auto
  }
  .menu-toggle {
    display:block
  }
  .navigation {
    display:none;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    margin:0;
    padding:25px 25px 35px;
    background:white;
    border-bottom:1px solid var(--line);
    box-shadow:0 24px 35px #12231312;
    flex-direction:column;
    gap:14px
  }
  .navigation.is-open {
    display:flex
  }
  .navigation a {
    width:min(100%,400px);
    padding:12px 25px;
    text-align:center;
    font-size:18px
  }
  .menu-toggle[aria-expanded=true] span:nth-child(1) {
    transform:translateY(8px) rotate(45deg)
  }
  .menu-toggle[aria-expanded=true] span:nth-child(2) {
    opacity:0
  }
  .menu-toggle[aria-expanded=true] span:nth-child(3) {
    transform:translateY(-8px) rotate(-45deg)
  }
  .hero-inner {
    grid-template-columns:1fr;
    min-height:0;
    gap:0;
    padding-bottom:30px
  }
  .hero-copy {
    padding-top:55px;
    text-align:center
  }
  .hero-copy h1 {
    font-size:clamp(33px,7.4vw,47px);
    letter-spacing:-1px
  }
  .hero-copy p {
    margin:18px auto 0
  }
  .hero-copy .store-links {
    justify-content:center;
    margin-top:23px
  }
  .store-link img {
    height:43px
  }
  .hero-art {
    max-width:470px;
    width:90%;
    margin:35px auto 0;
    justify-self:center
  }
  .hero {
    background:linear-gradient(155deg,#8bd998 0%,#d8f1db 20%,#fff 48%)
  }
  .section {
    padding-block:52px
  }
  .section-heading {
    margin-bottom:35px
  }
  .section-heading h2 {
    gap:8px;
    font-size:29px
  }
  .section-heading p {
    font-size:15px;
    max-width:320px;
    margin:12px auto 0
  }
  .inline-logo {
    width:112px;
    height:60px
  }
  .steps-layout {
    grid-template-columns:1fr 1fr;
    gap:40px 25px
  }
  .phone-stage {
    grid-row:3;
    grid-column:1/3;
    margin:15px auto;
    width:min(75%,330px)
  }
  .phone-image {
    width:83%
  }
  .phone-stage:before {
    width:125%
  }
  .step {
    max-width:260px
  }
  .step-one {
    grid-column:1;
    grid-row:1
  }
  .step-two {
    grid-column:2;
    grid-row:1
  }
  .step-three {
    grid-column:1;
    grid-row:2
  }
  .step-four {
    grid-column:2;
    grid-row:2
  }
  .step p {
    font-size:15px
  }
  .step h3 {
    font-size:19px
  }
  .phone-category {
    font-size:10px
  }
  .phone-category span {
    padding:3px 14px
  }
  .download-block {
    margin-top:25px
  }
  .download-block h3 {
    font-size:26px
  }
  .footer-main {
    align-items:flex-start
  }
  .footer-main p {
    max-width:230px
  }
  .footer-download .store-links {
    flex-direction:column
  }
  .footer-download .store-link {
    max-width:none
  }
  .footer-download h3 {
    font-size:18px
  }
  .footer-nav {
    gap:25px;
    flex-wrap:wrap
  }
  .footer-bottom {
    font-size:12px
  }
}

@media(max-width:420px) {
  .container {
    width:calc(100% - 32px)
  }
  .hero-copy {
    padding-top:42px
  }
  .hero-copy h1 {
    font-size:34px
  }
  .hero-art {
    width:100%;
    margin-top:26px
  }
  .store-links {
    gap:9px
  }
  .store-link img {
    height:39px
  }
  .steps-layout {
    grid-template-columns:1fr;
    gap:34px
  }
  .step {
    max-width:285px
  }
  .step-one,.step-two,.step-three,.step-four {
    grid-column:1;
    grid-row:auto
  }
  .step-one {
    order:1
  }
  .step-two {
    order:2
  }
  .step-three {
    order:3
  }
  .step-four {
    order:4
  }
  .phone-stage {
    grid-row:5;
    grid-column:1;
    width:77%;
    margin-top:18px
  }
  .phone-stage:before {
    width:125%
  }
  .phone-category {
    font-size:9px
  }
  .section-heading h2 {
    font-size:26px
  }
  .inline-logo {
    width:100px
  }
  .step p {
    font-size:16px
  }
  .footer-nav {
    gap:17px
  }
  .footer-main {
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:28px
  }
  .footer-main p {
    max-width:none
  }
  .footer-download .store-links {
    flex-direction:row
  }
  .footer-download .store-link img {
    height:37px
  }
  .footer-bottom {
    flex-direction:column;
    align-items:center;
    gap:8px
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    transition:none!important;
    animation:none!important
  }
}

/* Shared sections and document pages. */
.hero-art {
  clip-path:none;
  mix-blend-mode:normal;
  max-width:615px;
  width:93%;
  margin-top:90px
}

.footer-brand img {
  filter:none;
  mix-blend-mode:normal
}

.ride-section {
  padding-top:35px
}

.ride-card {
  padding:65px 50px;
  display:grid;
  grid-template-columns:1fr .85fr;
  gap:70px;
  align-items:center;
  border-radius:28px;
  background:linear-gradient(165deg,#75cc85 0%,#b9e4c0 35%,#fff 75%);
  box-shadow:0 20px 45px #17351b09
}

.ride-card h2 {
  font-size:48px;
  margin-bottom:20px
}

.ride-card p {
  font-size:18px;
  color:#293729;
  line-height:1.5;
  margin-bottom:27px
}

.ride-card img {
  width:100%;
  border-radius:24px
}

.benefits-section {
  padding-top:50px
}

.benefits-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:45px;
  margin-top:60px
}

.benefit-icon {
  color:var(--green);
  width:58px;
  height:58px;
  margin-bottom:23px
}

.benefit h3 {
  font-size:22px;
  margin-bottom:14px
}

.benefit p {
  font-size:17px;
  line-height:1.55
}

.split-section {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:80px;
  align-items:center
}

.split-section > * {
  min-width:0
}

.support-copy p {
  margin:22px 0 26px;
  max-width:490px;
  font-size:18px
}

.support-visual {
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr);
  place-items:center;
  min-width:0;
  padding:20px;
  min-height:460px
}

.support-visual img {
  position:relative;
  width:85%;
  max-width:440px;
  z-index:1
}

.support-disc {
  position:absolute;
  width:88%;
  aspect-ratio:1;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 60px 20px #2bbe4930
}

.safety-summary {
  padding-top:45px
}

.safety-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
  align-items:center
}

.safety-grid h3 {
  font-size:25px;
  margin-bottom:20px
}

.numbered-list {
  padding-left:24px;
  color:var(--muted);
  margin:0 0 25px;
  font-size:17px;
  line-height:1.65
}

.numbered-list li {
  padding-left:5px;
  margin-bottom:5px
}

.numbered-list li::marker {
  color:var(--green-dark)
}

.fraud-note {
  text-align:center
}

.fraud-note p {
  max-width:480px;
  margin:auto;
  font-size:17px
}

.warning-link {
  display:inline-block;
  margin-top:26px;
  color:var(--green);
  transition:transform .2s
}

.warning-link:hover {
  transform:translateY(-4px)
}

.warning-link svg {
  width:78px;
  height:78px
}

.page-intro {
  padding:75px 0 55px;
  text-align:center
}

.page-intro h1 {
  font-size:48px
}

.page-intro p {
  max-width:700px;
  margin:22px auto 0;
  font-size:18px
}

.editorial {
  max-width:1300px
}

.editorial-row {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:90px;
  margin:30px 0 105px
}

.editorial-row.reverse .editorial-image {
  order:-1
}

.editorial-copy h2 {
  margin-bottom:23px;
  font-size:36px
}

.editorial-copy h3 {
  font-size:25px;
  margin:27px 0 15px
}

.editorial-copy p {
  font-size:18px;
  margin-bottom:17px;
  line-height:1.65
}

.editorial-copy ul {
  padding-left:22px;
  color:var(--muted);
  font-size:17px;
  line-height:1.6
}

.editorial-copy li {
  margin:12px 0;
  padding-left:4px
}

.editorial-copy li::marker {
  color:var(--green)
}

.editorial-image {
  width:100%;
  border-radius:26px
}

.editorial-copy .store-links {
  margin-top:25px
}

.centered-title {
  text-align:center;
  margin-bottom:35px
}

.about-intro {
  padding-top:55px
}

.about-intro .hero-inner {
  min-height:700px
}

.about-intro .hero-copy {
  padding-top:75px
}

.about-intro .hero-art {
  margin-top:10px
}

.text-section {
  max-width:920px;
  margin:0 auto;
  padding:65px 0
}

.text-section h2 {
  margin-bottom:28px
}

.text-section p {
  font-size:19px;
  line-height:1.7;
  margin-bottom:20px
}

.values-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:45px;
  margin-top:45px
}

.values-grid h3 {
  margin:17px 0
}

.safety-document {
  max-width:1050px
}

.safety-document section {
  padding:20px 0 55px
}

.safety-document h2 {
  font-size:33px;
  margin:25px 0
}

.safety-document p {
  font-size:18px;
  line-height:1.7;
  margin:15px 0
}

.safety-document ol,.safety-document ul {
  color:var(--muted);
  padding-left:27px;
  font-size:18px;
  line-height:1.65
}

.safety-document li {
  padding-left:6px;
  margin:17px 0
}

.safety-document strong {
  color:var(--ink);
  font-weight:500
}

.safety-callout {
  border:1px solid #c8e6cc;
  background:#f1faf2;
  border-radius:22px;
  padding:30px 36px;
  display:flex;
  gap:26px;
  align-items:center
}

.safety-callout svg {
  width:60px;
  height:60px;
  flex-shrink:0;
  color:var(--green)
}

.safety-callout p {
  margin:0
}

.contact-block {
  scroll-margin-top:60px
}

@media(max-width:1199px) {
  .hero-art {
    max-width:540px;
    margin-top:65px
  }
  .ride-card {
    padding:45px 35px;
    gap:40px
  }
  .ride-card h2 {
    font-size:42px
  }
  .benefits-grid {
    gap:30px
  }
  .benefit h3 {
    font-size:20px
  }
  .benefit p {
    font-size:16px
  }
  .split-section {
    gap:50px
  }
  .editorial-row {
    gap:60px
  }
  .safety-grid {
    gap:55px
  }
  .support-visual {
    min-height:370px
  }
}

@media(max-width:991px) {
  .benefits-grid {
    grid-template-columns:1fr 1fr;
    gap:50px 65px
  }
  .hero-art {
    margin-top:60px
  }
  .ride-card {
    padding:40px 30px;
    gap:30px
  }
  .ride-card h2 {
    font-size:36px
  }
  .ride-card p {
    font-size:16px
  }
  .support-copy p {
    font-size:17px
  }
  .support-visual {
    min-height:300px;
    padding:5px
  }
  .safety-grid {
    gap:40px
  }
  .safety-grid h3 {
    font-size:22px
  }
  .numbered-list {
    font-size:16px
  }
  .editorial-row {
    gap:40px
  }
  .editorial-copy h2 {
    font-size:31px
  }
  .editorial-copy p,.editorial-copy ul {
    font-size:16px
  }
  .editorial-copy h3 {
    font-size:22px
  }
  .values-grid {
    gap:25px
  }
  .page-intro h1 {
    font-size:42px
  }
  .about-intro .hero-inner {
    min-height:560px
  }
}

@media(max-width:767px) {
  .hero-art {
    max-width:430px;
    margin:38px auto 5px;
    width:93%
  }
  .ride-card {
    grid-template-columns:1fr;
    gap:30px;
    padding:35px 25px
  }
  .ride-card h2 {
    font-size:35px
  }
  .ride-card p {
    font-size:17px;
    margin-bottom:23px
  }
  .ride-card img {
    max-height:350px;
    object-fit:cover;
    border-radius:20px
  }
  .benefits-grid {
    gap:40px 30px;
    margin-top:35px
  }
  .benefit-icon {
    width:49px;
    height:49px;
    margin-bottom:17px
  }
  .benefit h3 {
    font-size:20px
  }
  .benefit p {
    font-size:16px
  }
  .split-section {
    grid-template-columns:minmax(0,1fr);
    gap:35px
  }
  .support-copy {
    text-align:center
  }
  .support-copy p {
    margin:18px auto 24px;
    max-width:450px
  }
  .support-visual {
    min-height:0;
    max-width:380px;
    width:90%;
    padding:0;
    margin-inline:auto
  }
  .safety-grid {
    grid-template-columns:1fr;
    gap:50px
  }
  .safety-grid h3 {
    font-size:24px
  }
  .safety-summary {
    padding-top:20px
  }
  .fraud-note p {
    font-size:17px
  }
  .warning-link svg {
    width:62px;
    height:62px
  }
  .page-intro {
    padding:45px 0 30px
  }
  .page-intro h1 {
    font-size:38px
  }
  .page-intro p {
    font-size:17px
  }
  .editorial-row {
    grid-template-columns:1fr;
    gap:32px;
    margin:20px 0 65px
  }
  .editorial-row.reverse .editorial-image {
    order:0
  }
  .editorial-copy h2 {
    font-size:30px
  }
  .editorial-copy p,.editorial-copy ul {
    font-size:17px
  }
  .editorial-image {
    max-height:390px;
    object-fit:cover
  }
  .about-intro {
    padding-top:15px
  }
  .about-intro .hero-inner {
    min-height:0
  }
  .about-intro .hero-copy {
    padding-top:25px
  }
  .about-intro .hero-art {
    margin-top:30px
  }
  .text-section {
    padding:40px 0
  }
  .text-section p {
    font-size:17px
  }
  .values-grid {
    grid-template-columns:1fr;
    gap:30px
  }
  .values-grid article {
    max-width:480px
  }
  .safety-document h2 {
    font-size:27px
  }
  .safety-document p,.safety-document ol,.safety-document ul {
    font-size:17px
  }
  .safety-document section {
    padding-bottom:30px
  }
  .safety-callout {
    padding:25px;
    gap:20px;
    align-items:flex-start
  }
  .safety-callout svg {
    width:40px;
    height:40px
  }
}

@media(max-width:420px) {
  .benefits-grid {
    grid-template-columns:1fr;
    gap:35px
  }
  .benefit {
    max-width:290px;
    margin:auto;
    text-align:center
  }
  .benefit-icon {
    margin-inline:auto
  }
  .ride-card {
    padding:30px 20px
  }
  .page-intro h1 {
    font-size:34px
  }
  .safety-callout {
    display:block
  }
  .safety-callout svg {
    margin-bottom:12px
  }
}

.rides-page .editorial-copy {
  text-align:center
}

.rides-page .store-links {
  justify-content:center
}

.reasons-list {
  list-style:none;
  padding:0!important;
  margin:22px 0
}

.reasons-list li {
  margin:10px 0
}

.reasons-list strong {
  display:block;
  color:var(--ink);
  font-weight:500
}

.editorial-copy .editorial-emphasis {
  font-size:17px;
  font-weight:500;
  color:var(--ink);
  margin-top:26px
}

.rides-page .editorial-row {
  gap:65px
}

.rides-page .editorial-copy h2 {
  font-size:32px
}

.rides-page .editorial-copy p {
  font-size:17px
}

.rides-page .editorial-copy ul {
  font-size:16px
}

.about-page .page-intro p {
  max-width:1200px;
  font-size:17px;
  margin-top:15px
}

.about-page .page-intro {
  padding-bottom:25px
}

.about-hero-image {
  width:100%;
  max-width:570px;
  justify-self:end
}

.about-service {
  margin-top:20px
}

.unique-section .editorial-copy {
  text-align:center
}

.unique-section h2 {
  font-size:34px
}

.philosophy {
  text-align:center;
  padding-top:0
}

.philosophy h2 {
  font-size:36px
}

.philosophy p {
  font-size:18px
}

.philosophy .editorial-emphasis {
  font-weight:500;
  color:var(--ink)
}

.chat-image {
  border-radius:0;
  mix-blend-mode:multiply
}

.support-visual img {
  width:100%;
  min-width:0;
  max-width:min(100%,490px);
  height:auto;
  object-fit:contain;
  object-position:center;
  mix-blend-mode:multiply
}

.about-page .editorial-copy .editorial-emphasis {
  font-size:18px
}

.hero-art {
  height:auto
}

@media(max-width:767px) {
  .about-hero-image {
    max-width:440px;
    justify-self:center
  }
  .unique-section h2 {
    font-size:29px
  }
  .philosophy h2 {
    font-size:30px
  }
  .about-page .page-intro p {
    font-size:16px
  }
  .chat-image {
    max-height:none;
    object-fit:contain
  }
  .about-page .editorial-row {
    gap:35px
  }
  .about-page .editorial-copy .store-links {
    justify-content:flex-start
  }
}

.safety-page .page-intro p {
  max-width:1180px;
  margin-top:12px;
  font-size:17px
}

.safety-page .editorial-row {
  gap:50px;
  margin:30px 0 35px
}

.safety-rules h2 {
  font-size:34px
}

.safety-rules-list {
  padding-left:23px;
  margin:0;
  color:var(--muted)
}

.safety-rules-list>li {
  padding-left:6px;
  margin:25px 0
}

.safety-rules-list>li::marker {
  font-size:23px;
  font-weight:700;
  color:var(--green)
}

.safety-rules-list h3 {
  font-size:19px;
  font-weight:500;
  line-height:1.45;
  margin:0 0 12px
}

.safety-rules-list p {
  font-size:17px;
  line-height:1.6;
  margin:0 0 9px
}

.safety-art {
  mix-blend-mode:multiply;
  border-radius:0
}

.fraud-columns {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px
}

.fraud-section {
  padding-top:50px
}

.safety-priority {
  margin-top:35px
}

.safety-priority h3 {
  font-size:20px;
  margin-bottom:15px
}

.safety-priority p {
  margin:0 0 24px
}

.button {
  background:#17812c;
  border-color:#17812c
}

.navigation a[aria-current=page] {
  background:#17812c;
  border-color:#17812c
}

.button-outline {
  background:#fff;
  color:#177d2b
}

.step-number {
  background:#17812c
}

.navigation {
  max-height:calc(100dvh - 78px);
  overflow-y:auto;
  overscroll-behavior:contain
}

.navigation:not(.is-open) {
  overflow-y:visible
}

@media(max-width:767px) {
  .safety-page .page-intro p {
    font-size:16px
  }
  .safety-rules h2 {
    font-size:29px
  }
  .fraud-columns {
    grid-template-columns:1fr;
    gap:0
  }
  .safety-rules-list h3 {
    font-size:18px
  }
  .safety-rules-list p {
    font-size:16px
  }
  .safety-page .editorial-row {
    gap:25px
  }
  .fraud-section .section-heading h2 {
    font-size:28px
  }
  .navigation.is-open {
    overflow-y:auto
  }
}


@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-VariableFont_wght-latin-cyrillic.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

.site-footer {
  background: #191f18;
  color: #fff;
  padding: 24px 0 0;
  font-family: Raleway, Arial, sans-serif;
  font-weight: 400;
}

.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 30px;
  padding: 0;
  border: 0;
}

.footer-nav a,
.footer-nav button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 125px;
  min-height: 36px;
  padding: 5px 22px;
  border: 1px solid #27b443;
  border-radius: 30px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  transition: background .18s ease;
}

.footer-nav a:hover,
.footer-nav a[aria-current='page'],
.footer-nav button:hover {
  color: #fff;
}

.footer-nav a:hover,
.footer-nav button:hover {
  background: #244329;
}

.footer-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  padding: 48px 0 50px;
  text-align: left;
}

.footer-brand {
  display: inline-block;
  vertical-align: top;
}

.footer-brand img {
  width: 296px;
  height: auto;
  filter: none;
  mix-blend-mode: normal;
}

.footer-main p {
  max-width: 450px;
  margin: 23px 0 0;
  color: #d2d3d1;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.footer-download {
  flex: 0 0 372px;
  margin-top: 18px;
  text-align: right;
}

.footer-download h3 {
  margin: 0 0 25px;
  font-family: Ubuntu, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0;
}

.footer-download .store-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px;
}

.footer-store {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 0;
  min-width: 0;
  height: 55px;
  padding: 5px 17px 5px 13px;
  border: 1px solid #27b443;
  border-radius: 20px;
  color: #fff;
  background: transparent;
  line-height: 1.1;
  transition: filter .18s ease;
}

.footer-store--apple {
  background: #27b443;
}

.footer-store:hover {
  filter: brightness(1.12);
}

.footer-store img {
  flex-shrink: 0;
  width: 40px;
  height: 44px;
  object-fit: contain;
}

.footer-store span {
  display: grid;
  gap: 5px;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}

.footer-store small {
  font-size: 9px;
  font-weight: 400;
}

.footer-contact-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 36px;
}

.footer-contact,
.footer-socials button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d2d3d1;
}

.footer-contact {
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  overflow-wrap: anywhere;
}

.footer-socials {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 4px;
}

.footer-socials button {
  width: 38px;
  color: #fff;
}

.footer-socials svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-contact:hover,
.footer-socials button:hover {
  color: #7fe28f;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 24px;
  border: 0;
  background: #161616;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

@media (max-width: 991px) {
  .footer-nav { gap: 14px; }
  .footer-nav a, .footer-nav button { min-width: 105px; padding-inline: 16px; font-size: 16px; }
  .footer-main { gap: 35px; }
  .footer-main p { max-width: 350px; font-size: 16px; line-height: 25px; }
  .footer-brand img { width: 250px; }
  .footer-download { flex-basis: 330px; }
  .footer-download h3 { font-size: 28px; }
  .footer-store { padding-inline: 10px; }
  .footer-store img { width: 35px; }
  .footer-store span { font-size: 16px; }
  .footer-contact { font-size: 16px; }
  .footer-contact-row { gap: 12px; }
}

@media (max-width: 767px) {
  .site-footer { padding-top: 28px; }
  .footer-nav { gap: 10px; }
  .footer-nav a, .footer-nav button { min-height: 40px; }
  .footer-main { flex-direction: column; align-items: flex-start; gap: 38px; padding: 38px 0 34px; text-align: left; }
  .footer-brand img { width: 250px; }
  .footer-main p { max-width: 450px; margin-top: 18px; }
  .footer-download { flex: 0 1 auto; width: 372px; max-width: 100%; margin: 0; text-align: left; }
  .footer-download h3 { font-size: 26px; line-height: 34px; margin-bottom: 20px; }
  .footer-download .store-links { flex-direction: row; justify-content: flex-start; gap: 10px; }
  .footer-store { height: 52px; border-radius: 18px; }
  .footer-contact-row { margin-top: 22px; }
  .footer-bottom { flex-direction: row; font-size: 13px; line-height: 20px; }
}

@media (max-width: 359px) {
  .footer-store { padding-inline: 8px; }
  .footer-store img { width: 30px; height: 38px; }
  .footer-store span { font-size: 14px; gap: 4px; }
  .footer-store small { font-size: 8px; }
  .footer-contact { font-size: 14px; }
  .footer-socials { gap: 0; }
  .footer-socials button { width: 34px; }
}


.language {
  flex-shrink: 0;
  gap: 4px;
}

.language a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 4px 7px;
  border-radius: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.language a[aria-current] {
  background: #edf9ef;
  color: var(--green-dark);
}

.language a:hover {
  color: var(--green-dark);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.language > span {
  color: #9baf9e;
  font-size: 12px;
}

.store-link.store-link--localized {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 179px;
  height: 52px;
  padding: 5px 14px;
  border: 1px solid #27b443;
  border-radius: 17px;
  color: #fff;
  background: #191f18;
  text-align: left;
}

.store-link--localized[data-store='google'] {
  background: #27b443;
}

.store-link--localized img.store-mark {
  flex-shrink: 0;
  width: 33px;
  height: 39px;
  border-radius: 0;
  object-fit: contain;
}

.store-link--localized .store-label {
  display: grid;
  gap: 2px;
  font-size: 19px;
  line-height: 1.1;
  white-space: nowrap;
}

.store-link--localized small {
  font-size: 10px;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-inner { gap: 12px; }
  .navigation { gap: 8px; }
  .navigation a { padding-inline: 12px; }
  html[lang='en'] .navigation a { padding-inline: 10px; }
}

@media (max-width: 1199px) {
  .store-link.store-link--localized { width: 159px; height: 46px; padding: 4px 11px; gap: 8px; border-radius: 15px; }
  .store-link--localized img.store-mark { width: 29px; height: 34px; }
  .store-link--localized .store-label { font-size: 17px; }
  .store-link--localized small { font-size: 9px; }
}

@media (max-width: 420px) {
  .header-inner { gap: 10px; }
  .language { gap: 2px; }
  .language a { padding-inline: 6px; }
  .store-link.store-link--localized { max-width: calc((100% - 10px) / 2); width: 154px; padding-inline: 9px; }
  .store-link--localized .store-label { font-size: 15px; }
  .store-link--localized img.store-mark { width: 27px; }
  .store-link--localized small { font-size: 8px; }
}
