@font-face {
  font-family: Manrope;
  src: url("/assets/manrope-regular.ttf") format("truetype");
  font-weight: 400 600;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("/assets/manrope-extrabold.ttf") format("truetype");
  font-weight: 700 900;
  font-display: swap;
}
@font-face {
  font-family: NotoArabic;
  src: url("/assets/noto-arabic-regular.ttf") format("truetype");
  font-weight: 400 600;
  font-display: swap;
}
@font-face {
  font-family: NotoArabic;
  src: url("/assets/noto-arabic-bold.ttf") format("truetype");
  font-weight: 700 900;
  font-display: swap;
}
:root {
  --paper: #faf8f3;
  --ink: #262821;
  --muted: #676960;
  --orange: #d94b12;
  --line: #e6e5dd;
  --green: #233f34;
  --font: Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a,
button,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 800;
  line-height: 1.14;
}
h2 {
  font-size: 42px;
  letter-spacing: -1.9px;
}
h3 {
  font-size: 21px;
  letter-spacing: -0.5px;
}
svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #bd4312;
  outline-offset: 6px;
}
.icon-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.icon {
  width: 23px;
  height: 23px;
  flex-shrink: 0;
}
.wrap {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.orange {
  color: var(--orange);
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  padding: 12px;
  background: var(--ink);
  color: white;
  z-index: 20;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  font-size: 29px;
  letter-spacing: -1.5px;
  font-weight: 800;
  line-height: 1;
}
.brand img {
  margin-inline-end: 10px;
  border-radius: 11px;
}
.brand-dot {
  color: var(--orange);
}
.desktop-nav {
  display: flex;
  gap: 30px;
  font-size: 13px;
  font-weight: 700;
}
.desktop-nav a:hover,
.site-footer a:hover {
  color: var(--orange);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.language-toggle {
  border: 0;
  background: transparent;
  padding: 8px 0;
  color: var(--ink);
  font-family: NotoArabic, var(--font);
  font-size: 14px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 9px;
  padding: 17px 24px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  transition:
    transform 0.2s,
    background 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-dark {
  background: var(--ink);
  color: #fff;
}
.button-dark:hover {
  background: #41443b;
}
.button-small {
  padding: 12px 21px;
  font-size: 12px;
}
.button-orange {
  background: var(--orange);
  color: #fff;
}
.button-orange:hover {
  background: #b83c0a;
}
.button-cream {
  background: var(--paper);
  color: var(--green);
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
  padding-block: 60px 64px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.4px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
}
.status-dot {
  width: 6px;
  height: 6px;
  background: var(--orange);
  border-radius: 50%;
  flex-shrink: 0;
}
.hero h1 {
  font-size: clamp(48px, 5.4vw, 78px);
  letter-spacing: -4.5px;
  line-height: 1.07;
  margin-bottom: 27px;
}
.hero-description {
  font-size: 16px;
  line-height: 1.85;
  max-width: 415px;
  color: var(--muted);
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 23px;
  margin-top: 31px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 800;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.hero-notes {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 10px;
  margin-top: 29px;
  color: var(--muted);
}
.hero-notes > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hero-notes .icon {
  width: 15px;
  height: 15px;
}
.hero-visual {
  position: relative;
  padding-block: 4px;
}
.hero-image {
  width: 100%;
  height: auto;
  border-radius: 20px 90px 20px 20px;
  aspect-ratio: 1;
  object-fit: cover;
}
.visual-label {
  position: absolute;
  bottom: 28px;
  left: -20px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px 21px;
  background: #fffdf7;
  border-radius: 12px;
  box-shadow: 0 8px 28px #38311a12;
  transform: rotate(-3deg);
}
.visual-label strong {
  display: block;
  font-size: 13px;
}
.visual-label div > span {
  display: block;
  color: var(--muted);
  font-size: 10px;
  margin-top: 3px;
}
.label-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: #e8eedf;
  border-radius: 50%;
  color: var(--green);
}
.visual-stamp {
  position: absolute;
  right: -16px;
  top: 16px;
  background: var(--orange);
  color: #fff3d9;
  width: 73px;
  height: 73px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transform: rotate(14deg);
}
.visual-stamp .icon {
  width: 46px;
  height: 46px;
  stroke-width: 1.2;
}
.benefits {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 25px;
  border-block: 1px solid var(--line);
}
.benefits p {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 11px;
  font-weight: 700;
}
.benefits .icon {
  color: #687558;
  width: 21px;
  height: 21px;
}
.section {
  padding-block: 85px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 38px;
}
.section-heading .eyebrow {
  color: var(--orange);
  margin-bottom: 14px;
}
.section-heading > p {
  font-size: 12px;
  color: var(--muted);
  padding-bottom: 5px;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.category {
  min-width: 0;
}
.category-icon {
  height: 127px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  transition: transform 0.2s;
}
.category:hover .category-icon {
  transform: translateY(-4px);
}
.category svg {
  width: 49px;
  height: 49px;
  stroke-width: 1.25;
}
.category h3 {
  font-size: 12px;
  letter-spacing: 0;
  margin-top: 17px;
}
.category > span:last-child {
  font-size: 10px;
  display: block;
  color: var(--muted);
  margin-top: 6px;
}
.peach {
  background: #f5e1d1;
  color: #955933;
}
.sage {
  background: #e5ebdf;
  color: #4d6245;
}
.yellow {
  background: #f5eccd;
  color: #8f6d23;
}
.lavender {
  background: #e8e5ef;
  color: #68567f;
}
.pink {
  background: #f0e1e2;
  color: #97676b;
}
.blue {
  background: #e2eaed;
  color: #4b7285;
}
.how-section {
  background: #f0f0e8;
}
.little-note {
  font-size: 16px;
  color: #74806a;
  transform: rotate(-5deg);
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  margin-top: 54px;
  padding: 0;
  list-style: none;
}
.step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d9dccf;
  padding-bottom: 17px;
  margin-bottom: 24px;
}
.step-top > span {
  font-size: 42px;
  line-height: 1;
  font-weight: 400;
  color: #69765e;
  letter-spacing: -2px;
}
.step-top .icon {
  color: #536547;
  width: 27px;
  height: 27px;
}
.step h3 {
  font-size: 21px;
}
.step p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
  margin-top: 13px;
  max-width: 315px;
}
.rental-guide {
  row-gap: 48px;
}
.rental-guide-note {
  margin-top: 36px;
  padding: 22px 26px;
  border-inline-start: 3px solid #69765e;
  border-radius: 0 12px 12px 0;
  background: #e5ebdf;
  font-size: 13px;
  line-height: 1.85;
}
[dir="rtl"] .rental-guide-note {
  border-radius: 12px 0 0 12px;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.benefit-card {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fffdf8;
}
.benefit-icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #e5ebdf;
  color: #4d6245;
}
.benefit-card:nth-child(2) .benefit-icon,
.benefit-card:nth-child(3) .benefit-icon {
  background: #f5e1d1;
  color: #955933;
}
.benefit-card h3 {
  font-size: 20px;
}
.benefit-card p {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.85;
  color: var(--muted);
}
.benefits-section + #for-owners {
  padding-top: 0;
}
.owners-panel {
  background: var(--green);
  color: #f8f6ed;
  border-radius: 20px;
  padding: 62px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 95px;
  position: relative;
  overflow: hidden;
}
.owners-copy .eyebrow {
  color: #bbcbaf;
  margin-bottom: 20px;
}
.owners-copy h2 {
  font-size: 46px;
  line-height: 1.15;
}
.owners-copy > p:not(.eyebrow) {
  color: #ccd5c8;
  font-size: 13px;
  line-height: 1.9;
  margin-block: 22px 27px;
  max-width: 380px;
}
.owner-checklist {
  align-self: center;
  border: 1px solid #62765f;
  border-radius: 15px;
  background: #2d4a3d;
  padding: 28px 30px;
  transform: rotate(2deg);
}
.owner-symbol {
  width: 62px;
  height: 62px;
  background: #dce4bf;
  color: #2d4a3d;
  display: grid;
  place-items: center;
  border-radius: 50%;
  margin-bottom: 23px;
}
.owner-symbol svg {
  width: 36px;
  height: 36px;
}
.owner-checklist h3 {
  font-size: 23px;
}
.owner-checklist ul {
  padding: 0;
  list-style: none;
  margin: 24px 0 0;
  display: grid;
  gap: 19px;
}
.owner-checklist li {
  display: flex;
  gap: 10px;
  font-size: 12px;
  color: #e0e6d8;
}
.owner-checklist .icon {
  width: 17px;
  height: 17px;
  color: #c6dcab;
  margin-top: 2px;
}
.trust-strip {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0 25px 70px;
  border-bottom: 1px solid var(--line);
}
.trust-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  color: var(--green);
}
.trust-strip h3 {
  font-size: 19px;
}
.trust-strip p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 7px;
}
.trust-strip .text-link {
  margin-inline-start: auto;
  white-space: nowrap;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  padding-block: 90px;
}
.faq-section .eyebrow {
  color: var(--orange);
  margin-bottom: 18px;
}
.faq-help {
  font-size: 12px;
  color: var(--muted);
  margin-top: 25px;
}
.faq-help a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  list-style: none;
  position: relative;
  padding: 21px 35px 21px 0;
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}
summary:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 14px;
  font-size: 27px;
  font-weight: 400;
  color: #777d6e;
}
details[open] summary:after {
  content: "−";
}
details p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.85;
  padding: 0 25px 23px 0;
}
details a {
  text-decoration: underline;
  color: var(--orange);
}
.download-panel {
  background: #f97222;
  border-radius: 20px;
  padding: 62px 30px 42px;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #292615;
}
.download-panel > .eyebrow {
  justify-content: center;
  font-size: 10px;
  margin-bottom: 17px;
}
.download-panel h2 {
  font-size: 43px;
  max-width: 650px;
  margin-inline: auto;
  position: relative;
}
.download-panel > p:not(.eyebrow) {
  margin-top: 16px;
  font-size: 13px;
}
.download-spark {
  position: absolute;
  top: -43px;
  right: 38px;
  width: 180px;
  height: 180px;
  color: #ffad66;
  stroke-width: 0.8;
  transform: rotate(12deg);
}
.store-links {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}
.store-link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 172px;
  text-align: start;
  background: #242820;
  color: white;
  border-radius: 10px;
  padding: 10px 18px;
  line-height: 1.2;
  transition: transform 0.2s;
}
.store-link:hover {
  transform: translateY(-3px);
}
.store-link > svg {
  width: 29px;
  height: 33px;
  stroke: none;
  flex-shrink: 0;
}
.store-link small {
  font-size: 9px;
  display: block;
  margin-bottom: 3px;
}
.store-link strong {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.store-pending {
  background: #fda664;
  color: #4d3723;
}
.store-pending:hover {
  transform: none;
}
.open-app {
  display: inline-block;
  margin-top: 22px;
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.site-footer {
  padding-top: 62px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 32px;
}
.footer-top p {
  font-size: 11px;
  color: var(--muted);
  margin-top: 13px;
}
.footer-top nav {
  display: flex;
  gap: 28px;
  font-size: 11px;
  align-items: center;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-block: 20px 28px;
  color: var(--muted);
  font-size: 10px;
}
html[lang="ar"] {
  --font: NotoArabic, Arial, sans-serif;
}
html[lang="ar"] .hero h1 {
  font-size: clamp(45px, 5vw, 70px);
  line-height: 1.4;
  letter-spacing: -2px;
}
html[lang="ar"] h2 {
  line-height: 1.5;
  letter-spacing: -1px;
}
html[lang="ar"] h3 {
  line-height: 1.5;
}
html[lang="ar"] .eyebrow {
  letter-spacing: 0;
}
html[lang="ar"] .brand {
  letter-spacing: 0;
}
html[lang="ar"] .directional {
  transform: scaleX(-1);
}
html[lang="ar"] .hero-description {
  line-height: 2;
}
html[lang="ar"] summary {
  padding: 21px 0 21px 35px;
}
html[lang="ar"] summary:after {
  right: auto;
  left: 0;
}
html[lang="ar"] details p {
  padding: 0 0 23px 25px;
}
html[lang="ar"] .store-link {
  direction: ltr;
}
html[lang="ar"] .language-toggle {
  font-family: Manrope, sans-serif;
}
@media (min-width: 1440px) {
  .hero {
    gap: 64px;
    padding-block: 70px 75px;
  }
  .hero h1 {
    font-size: 84px;
  }
  .hero-description {
    font-size: 17px;
  }
  .hero-actions {
    gap: 28px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 28px;
  }
  .hero h1 {
    letter-spacing: -3px;
  }
  .hero-actions {
    gap: 18px;
  }
  .hero .button {
    font-size: 12px;
    padding: 16px;
  }
  .hero .text-link {
    font-size: 11px;
  }
  .desktop-nav {
    gap: 22px;
  }
  .hero-notes {
    flex-wrap: wrap;
    gap: 7px;
    font-size: 9px;
  }
  .owners-panel {
    gap: 40px;
    padding: 43px;
  }
  .category-grid {
    gap: 12px;
  }
  .category h3 {
    font-size: 11px;
  }
  .category > span:last-child {
    font-size: 9px;
  }
  .benefits p {
    font-size: 10px;
  }
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
  .benefit-card {
    padding: 24px;
    gap: 16px;
  }
  h2 {
    font-size: 36px;
  }
  .faq-section {
    gap: 40px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 82px;
    gap: 14px;
  }
  .brand {
    font-size: 27px;
  }
  .brand img {
    width: 33px;
    height: 33px;
  }
  .desktop-nav {
    display: none;
  }
  .header-actions {
    gap: 17px;
  }
  .language-toggle {
    font-size: 12px;
  }
  .button-small {
    padding: 11px 14px;
    font-size: 11px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 42px 36px;
    gap: 34px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  .hero h1 {
    font-size: clamp(48px, 11vw, 74px);
    letter-spacing: -3px;
    margin-bottom: 20px;
  }
  .hero-description {
    font-size: 15px;
    max-width: 470px;
  }
  .hero-actions {
    margin-top: 24px;
    gap: 23px;
  }
  .hero .button {
    font-size: 12px;
    padding: 16px 20px;
  }
  .hero-notes {
    font-size: 10px;
    margin-top: 22px;
    gap: 10px;
  }
  .hero-visual {
    margin: 0 8px;
  }
  .hero-image {
    max-height: 540px;
    border-radius: 16px 65px 16px 16px;
  }
  .visual-label {
    left: -12px;
    bottom: 24px;
    padding: 13px 16px;
  }
  .visual-stamp {
    right: -12px;
    top: 10px;
    width: 61px;
    height: 61px;
  }
  .visual-stamp .icon {
    width: 38px;
    height: 38px;
  }
  .benefits {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    padding-block: 23px;
  }
  .benefits p {
    font-size: 10px;
  }
  .benefits p:last-child {
    display: none;
  }
  .section {
    padding-block: 58px;
  }
  .section-heading {
    display: block;
    margin-bottom: 29px;
  }
  .section-heading > p {
    margin-top: 13px;
  }
  h2 {
    font-size: 33px;
    letter-spacing: -1.4px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.2px;
  }
  .category-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 13px;
  }
  .category-icon {
    height: 105px;
  }
  .category svg {
    width: 40px;
    height: 40px;
  }
  .category h3 {
    font-size: 11px;
    margin-top: 12px;
  }
  .category > span:last-child {
    font-size: 9px;
    line-height: 1.5;
  }
  .little-note {
    display: block;
    margin-top: 18px;
    font-size: 14px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 35px;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .benefit-card {
    padding: 24px 20px;
  }
  .step {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 0 17px;
  }
  .step-top {
    grid-row: span 2;
    border: 0;
    display: block;
    margin: 0;
    padding: 0;
  }
  .step-top > span {
    font-size: 33px;
  }
  .step-top .icon {
    display: none;
  }
  .step h3 {
    font-size: 20px;
  }
  .step p {
    max-width: none;
    margin-top: 10px;
    font-size: 13px;
  }
  .owners-panel {
    grid-template-columns: 1fr;
    padding: 33px 25px;
    gap: 35px;
    border-radius: 15px;
  }
  .owners-copy h2 {
    font-size: 36px;
  }
  .owners-copy .eyebrow {
    font-size: 8px;
  }
  .owners-copy > p:not(.eyebrow) {
    max-width: none;
  }
  .owner-checklist {
    padding: 26px;
    transform: rotate(1deg);
  }
  .owner-checklist h3 {
    font-size: 21px;
  }
  .owner-checklist ul {
    gap: 17px;
  }
  .owner-symbol {
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
  }
  .owner-symbol svg {
    width: 30px;
    height: 30px;
  }
  .trust-strip {
    padding: 0 5px 48px;
    gap: 16px;
    flex-wrap: wrap;
  }
  .trust-icon {
    width: 32px;
    height: 32px;
  }
  .trust-strip > div {
    flex: 1;
  }
  .trust-strip h3 {
    font-size: 17px;
  }
  .trust-strip p {
    font-size: 11px;
    line-height: 1.8;
  }
  .trust-strip .text-link {
    margin-inline-start: 48px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .faq-help {
    margin-top: 17px;
  }
  .faq-section h2 br {
    display: none;
  }
  .faq-section h2 span + span:before {
    content: " ";
  }
  .faq-list summary {
    font-size: 12px;
  }
  .download-panel {
    padding: 45px 20px 35px;
    border-radius: 15px;
  }
  .download-panel h2 {
    font-size: 34px;
    max-width: 360px;
  }
  .download-panel > p:not(.eyebrow) {
    font-size: 12px;
    max-width: 285px;
    margin-inline: auto;
  }
  .download-panel > .eyebrow {
    font-size: 8px;
    position: relative;
  }
  .download-spark {
    right: -35px;
    width: 150px;
    height: 150px;
  }
  .store-links {
    gap: 10px;
  }
  .store-link {
    padding: 10px 12px;
    min-width: 0;
    gap: 8px;
  }
  .store-link strong {
    font-size: 17px;
  }
  .store-link small {
    font-size: 8px;
  }
  .store-link > svg {
    width: 23px;
    height: 29px;
  }
  .site-footer {
    padding-top: 43px;
  }
  .footer-top {
    display: block;
    padding-bottom: 24px;
  }
  .footer-top nav {
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 26px;
  }
  .footer-bottom {
    font-size: 9px;
    display: block;
  }
  .footer-bottom > span {
    display: block;
    margin-bottom: 8px;
  }
  html[lang="ar"] .hero h1 {
    font-size: clamp(46px, 11vw, 65px);
    line-height: 1.45;
  }
  html[lang="ar"] .hero .eyebrow {
    letter-spacing: 0;
    font-size: 9px;
  }
  html[lang="ar"] .hero-notes {
    font-size: 9px;
  }
}
@media (max-width: 370px) {
  .wrap {
    width: calc(100% - 30px);
  }
  .brand {
    font-size: 24px;
  }
  .brand img {
    width: 28px;
    height: 28px;
    margin-inline-end: 7px;
  }
  .header-actions {
    gap: 12px;
  }
  .button-small {
    padding: 10px;
  }
  .hero h1 {
    font-size: 46px;
  }
  .hero-actions {
    gap: 17px;
  }
  .hero .button {
    padding: 15px;
  }
  .hero .text-link {
    font-size: 10px;
  }
  .category h3 {
    font-size: 10px;
  }
  .category > span:last-child {
    font-size: 8px;
  }
  .store-link {
    padding: 10px;
    gap: 6px;
  }
  .store-link strong {
    font-size: 15px;
  }
  .owners-panel {
    padding: 30px 20px;
  }
  .owner-checklist {
    padding: 23px;
  }
  .download-panel {
    padding-inline: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
@media (max-width: 760px) {
  .trust-strip {
    display: grid;
    grid-template-columns: 32px 1fr;
  }
  .trust-strip .text-link {
    grid-column: 2;
    margin-inline-start: 0;
  }
}
