:root {
  --orange: #ff8a00;
  --orange-dark: #df6d00;
  --orange-soft: #fff1df;
  --yellow: #ffc900;
  --ink: #292827;
  --ink-soft: #4d4b48;
  --muted: #7d7972;
  --line: #e9e4dc;
  --paper: #ffffff;
  --cream: #fbf7f0;
  --blue: #4d76da;
  --shadow: 0 24px 70px rgba(68, 49, 22, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 173, 52, 0.11), transparent 23%),
    #fff;
  font-family:
    "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", system-ui,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: white;
  background: var(--ink);
  border-radius: 8px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.section-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
  width: min(1260px, calc(100% - 32px));
  height: 78px;
  margin: 14px auto 0;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(228, 222, 212, 0.9);
  border-radius: 20px;
  box-shadow: 0 14px 40px rgba(66, 47, 20, 0.07);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-mark,
.brand-emblem {
  position: relative;
  flex: none;
  background-color: white;
  overflow: hidden;
}

.brand-mark img,
.brand-emblem img {
  position: absolute;
  top: -18%;
  left: 50%;
  display: block;
  width: 205%;
  max-width: none;
  height: auto;
  transform: translateX(-50%);
}

.brand-mark {
  width: 48px;
  height: 48px;
  border: 1px solid #f2eee8;
  border-radius: 14px;
  box-shadow: 0 7px 18px rgba(67, 47, 20, 0.08);
}

.brand > span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand strong {
  font-size: 18px;
  letter-spacing: 0.04em;
}

.brand small {
  margin-top: 4px;
  color: #9c978e;
  font-size: 10px;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: 34px;
}

.desktop-nav a {
  position: relative;
  color: #65615b;
  font-size: 13px;
  font-weight: 650;
}

.desktop-nav a::after {
  position: absolute;
  right: 50%;
  bottom: -10px;
  left: 50%;
  height: 2px;
  content: "";
  background: var(--orange);
  transition: inset 0.18s ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  right: 0;
  left: 0;
}

.mobile-menu {
  display: none;
}

.header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  color: white;
  background: var(--ink);
  border-radius: 12px;
  font-size: 13px;
  font-weight: 750;
}

.header-action span,
.button span,
.platform-card a span {
  transition: transform 0.18s ease;
}

.header-action:hover span,
.button:hover span,
.platform-card a:hover span {
  transform: translate(2px, -2px);
}

.hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  min-height: 690px;
  padding-block: 70px 54px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-left: 8px;
}

.eyebrow {
  margin: 0;
  color: var(--orange-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-copy > .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  color: #9e4c00;
  background: var(--orange-soft);
  border: 1px solid #ffdfb5;
  border-radius: 999px;
  letter-spacing: 0.06em;
}

.hero-copy > .eyebrow span {
  color: var(--orange);
  font-size: 8px;
}

.hero h1 {
  margin: 23px 0 22px;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.09;
  letter-spacing: -0.065em;
}

.hero h1 em {
  color: var(--orange);
  font-style: normal;
}

.hero-description {
  max-width: 570px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 800;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: white;
  background: var(--orange);
  box-shadow: 0 13px 28px rgba(239, 119, 0, 0.26);
}

.button-primary:hover {
  box-shadow: 0 17px 34px rgba(239, 119, 0, 0.34);
}

.button-secondary {
  color: var(--ink);
  background: white;
  border-color: #dcd6cd;
}

.text-action {
  padding: 11px 5px;
  color: #5e5952;
  font-size: 13px;
  font-weight: 750;
}

.text-action:hover {
  color: var(--orange-dark);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 26px 0 0;
  padding: 0;
  color: #76716a;
  list-style: none;
  font-size: 11px;
}

.hero-proof li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero-proof li span {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #987600;
  background: #fff1a8;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
}

.hero-visual {
  position: relative;
  min-width: 0;
  height: 570px;
}

.visual-orbit {
  position: absolute;
  border: 1px solid rgba(255, 138, 0, 0.18);
  border-radius: 50%;
}

.orbit-one {
  top: 1%;
  right: -2%;
  width: 510px;
  height: 510px;
}

.orbit-two {
  top: 12%;
  right: 9%;
  width: 390px;
  height: 390px;
  border-style: dashed;
}

.desktop-window {
  position: absolute;
  top: 48px;
  right: 12px;
  width: 560px;
  height: 385px;
  background: #f6f4ef;
  border: 1px solid #ded8cf;
  border-radius: 22px;
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
  overflow: hidden;
}

.window-top {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 40px;
  padding: 0 14px;
  background: white;
  border-bottom: 1px solid #e9e5de;
}

.window-top > span {
  width: 8px;
  height: 8px;
  background: #d8d2c9;
  border-radius: 50%;
}

.window-top > span:first-child {
  background: #ff8b6f;
}

.window-top > span:nth-child(2) {
  background: #ffc75f;
}

.window-top > span:nth-child(3) {
  background: #68c895;
}

.window-top p {
  margin: 0 0 0 10px;
  color: #aaa49b;
  font-size: 9px;
}

.window-body {
  display: grid;
  grid-template-columns: 54px 1fr;
  height: calc(100% - 40px);
}

.mini-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding-top: 21px;
  background: white;
  border-right: 1px solid #ebe7e0;
}

.mini-sidebar i {
  width: 23px;
  height: 23px;
  background: #efebe5;
  border-radius: 7px;
}

.mini-sidebar i:first-child {
  background: var(--orange-soft);
  box-shadow: inset 3px 0 var(--orange);
}

.market-preview {
  padding: 21px;
}

.preview-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.preview-heading span {
  font-size: 14px;
  font-weight: 850;
}

.preview-heading i {
  width: 120px;
  height: 21px;
  background: white;
  border: 1px solid #e6e1d9;
  border-radius: 7px;
}

.preview-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 112px;
  margin-top: 14px;
  padding: 18px 26px;
  background:
    radial-gradient(circle at 76% 24%, rgba(255, 212, 104, 0.48), transparent 35%),
    #2f2c28;
  border-radius: 15px;
  overflow: hidden;
}

.preview-banner small,
.preview-banner strong {
  display: block;
}

.preview-banner small {
  color: #ffc880;
  font-size: 9px;
}

.preview-banner strong {
  margin-top: 7px;
  color: white;
  font-size: 18px;
}

.brand-emblem {
  width: 76px;
  height: 76px;
  border-radius: 22px;
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 13px;
}

.preview-grid article {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 10px;
  background: white;
  border: 1px solid #eae5dd;
  border-radius: 12px;
}

.device-art {
  position: relative;
  display: grid;
  place-items: center;
  width: 60px;
  height: 72px;
  color: white;
  background: #2d2c2a;
  border: 4px solid #464440;
  border-radius: 12px;
  box-shadow: inset 0 0 0 2px #181817;
  font-size: 13px;
  font-weight: 850;
}

.device-art::after {
  position: absolute;
  top: 5px;
  width: 18px;
  height: 2px;
  content: "";
  background: #77736d;
  border-radius: 4px;
}

.device-art.blue {
  background: #4d76da;
}

.device-art.orange {
  background: var(--orange);
}

.preview-grid article div {
  min-width: 0;
}

.preview-grid strong,
.preview-grid small,
.preview-grid b {
  display: block;
  white-space: nowrap;
}

.preview-grid strong {
  overflow: hidden;
  font-size: 9px;
  text-overflow: ellipsis;
}

.preview-grid small {
  margin-top: 3px;
  color: #aaa49b;
  font-size: 8px;
}

.preview-grid b {
  margin-top: 8px;
  color: var(--orange-dark);
  font-size: 12px;
}

.phone-window {
  position: absolute;
  z-index: 4;
  bottom: 14px;
  left: 8px;
  width: 216px;
  height: 405px;
  padding: 8px;
  background: #242321;
  border: 1px solid #494640;
  border-radius: 33px;
  box-shadow: 0 28px 70px rgba(41, 32, 20, 0.3);
  transform: rotate(-4deg);
}

.phone-speaker {
  position: absolute;
  z-index: 3;
  top: 14px;
  left: 50%;
  width: 54px;
  height: 5px;
  background: #44413c;
  border-radius: 5px;
  transform: translateX(-50%);
}

.phone-screen {
  height: 100%;
  padding: 28px 13px 12px;
  background: #f7f6f3;
  border-radius: 26px;
  overflow: hidden;
}

.phone-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.phone-brand .brand-emblem {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}

.phone-brand small,
.phone-brand strong {
  display: block;
}

.phone-brand small {
  color: #aaa49b;
  font-size: 7px;
}

.phone-brand strong {
  margin-top: 2px;
  font-size: 12px;
}

.phone-search {
  height: 30px;
  margin-top: 14px;
  padding: 9px 10px;
  color: #aaa49b;
  background: white;
  border: 1px solid #e8e3db;
  border-radius: 8px;
  font-size: 7px;
}

.phone-card {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  padding: 10px;
  background: white;
  border: 1px solid #e9e4dc;
  border-radius: 12px;
}

.phone-card .device-art {
  width: 62px;
  height: 78px;
  flex: none;
}

.phone-card strong,
.phone-card small,
.phone-card b {
  display: block;
  white-space: nowrap;
}

.phone-card strong {
  margin-top: 4px;
  font-size: 9px;
}

.phone-card small {
  margin-top: 5px;
  color: #9c978e;
  font-size: 6px;
}

.phone-card b {
  margin-top: 16px;
  color: var(--orange-dark);
  font-size: 12px;
}

.phone-nav {
  position: absolute;
  right: 17px;
  bottom: 17px;
  left: 17px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 10px 13px;
  background: white;
  border: 1px solid #ebe6de;
  border-radius: 12px;
}

.phone-nav i {
  height: 9px;
  background: #d7d2ca;
  border-radius: 6px;
}

.phone-nav i:first-child {
  background: var(--orange);
}

.floating-card {
  position: absolute;
  z-index: 6;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(228, 221, 211, 0.95);
  border-radius: 15px;
  box-shadow: 0 16px 35px rgba(57, 42, 23, 0.13);
  backdrop-filter: blur(10px);
}

.floating-safe {
  right: -12px;
  bottom: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
}

.floating-safe > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #227758;
  background: #e6f6ee;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 850;
}

.floating-safe small,
.floating-safe strong,
.floating-order small,
.floating-order strong,
.floating-order span {
  display: block;
}

.floating-safe small {
  color: #99938a;
  font-size: 8px;
}

.floating-safe strong {
  margin-top: 3px;
  font-size: 10px;
}

.floating-order {
  top: 21px;
  right: 62px;
  padding: 13px 16px;
}

.floating-order small {
  color: #a09a91;
  font-size: 8px;
}

.floating-order strong {
  margin-top: 4px;
  font-size: 11px;
}

.floating-order span {
  margin-top: 7px;
  color: var(--orange-dark);
  font-size: 9px;
  font-weight: 750;
}

.trust-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 96px;
  background: var(--ink);
  border-radius: 18px;
}

.trust-bar > div {
  padding: 24px 27px;
}

.trust-bar > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.trust-bar strong,
.trust-bar span {
  display: block;
}

.trust-bar strong {
  color: white;
  font-size: 13px;
}

.trust-bar span {
  margin-top: 6px;
  color: #aaa59d;
  font-size: 10px;
}

.feature-section,
.platform-section,
.faq-section {
  padding-block: 28px 110px;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.section-heading h2,
.process-copy h2,
.safety-heading h2,
.faq-heading h2,
.final-cta h2 {
  margin: 10px 0 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.17;
  letter-spacing: -0.045em;
}

.section-heading > p,
.safety-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 41px;
}

.feature-card {
  position: relative;
  min-height: 315px;
  padding: 24px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 17px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
  overflow: hidden;
}

.feature-card:hover {
  border-color: #ffc87f;
  box-shadow: 0 20px 50px rgba(76, 54, 25, 0.1);
  transform: translateY(-5px);
}

.feature-card > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feature-card > div span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
}

.feature-card > div small {
  padding: 5px 8px;
  color: #8b857d;
  background: #f5f2ed;
  border-radius: 7px;
  font-size: 9px;
}

.feature-card h3 {
  margin: 55px 0 14px;
  font-size: 21px;
  letter-spacing: -0.02em;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.85;
}

.feature-card > i {
  position: absolute;
  right: 24px;
  bottom: 23px;
  color: #b7b1a8;
  font-size: 18px;
  font-style: normal;
}

.feature-card::after {
  position: absolute;
  right: -35px;
  bottom: -48px;
  width: 130px;
  height: 130px;
  content: "";
  background: radial-gradient(circle, rgba(255, 166, 54, 0.18), transparent 68%);
}

.process-section {
  padding: 96px 0;
  color: white;
  background:
    radial-gradient(circle at 13% 8%, rgba(255, 151, 38, 0.18), transparent 30%),
    var(--ink);
}

.process-inner {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 90px;
  align-items: center;
}

.process-copy .eyebrow,
.safety-section .eyebrow {
  color: #ffad4f;
}

.process-copy > p:not(.eyebrow) {
  max-width: 400px;
  margin: 22px 0 0;
  color: #aaa59d;
  font-size: 13px;
  line-height: 1.85;
}

.button-light {
  margin-top: 31px;
  color: var(--ink);
  background: white;
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  gap: 20px;
  align-items: center;
  min-height: 116px;
  padding: 20px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.process-list li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.process-list li > span {
  color: #ffad4f;
  font-size: 12px;
  font-weight: 850;
}

.process-list h3 {
  margin: 0;
  font-size: 18px;
}

.process-list p {
  margin: 7px 0 0;
  color: #a8a39b;
  font-size: 11px;
  line-height: 1.65;
}

.process-list li > i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #d2ccc4;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  font-style: normal;
}

.platform-section {
  padding-top: 105px;
}

.section-heading.centered {
  display: block;
  text-align: center;
}

.section-heading.centered > p:last-child {
  margin-top: 16px;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 43px;
}

.platform-grid-single {
  grid-template-columns: minmax(0, 520px);
  justify-content: center;
}

.platform-card {
  min-height: 360px;
  padding: 29px;
  color: var(--ink);
  background: white;
  border: 1px solid var(--line);
  border-radius: 19px;
}

.platform-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.platform-card-top > span {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  color: white;
  background: var(--orange);
  border-radius: 18px;
  font-size: 15px;
  font-weight: 900;
}

.platform-card-top small {
  color: #9a958d;
  font-size: 9px;
  letter-spacing: 0.12em;
}

.platform-card h3 {
  margin: 54px 0 13px;
  font-size: 24px;
}

.platform-card p {
  min-height: 69px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.85;
}

.platform-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  font-weight: 850;
}

.platform-blue .platform-card-top > span {
  background: var(--blue);
}

.platform-dark {
  color: white;
  background: var(--ink);
  border-color: var(--ink);
}

.platform-dark p,
.platform-dark .platform-card-top small {
  color: #aaa59d;
}

.platform-dark > a {
  border-color: rgba(255, 255, 255, 0.13);
}

.platform-dark .platform-card-top > span {
  color: var(--ink);
  background: var(--yellow);
}

.download-notice {
  display: grid;
  grid-template-columns: 104px 1fr auto;
  align-items: center;
  gap: 28px;
  margin-top: 18px;
  padding: 22px 25px;
  background: var(--orange-soft);
  border: 1px solid #ffd6a0;
  border-radius: 18px;
  scroll-margin-top: 120px;
}

.download-visual {
  position: relative;
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  background: white;
  border-radius: 19px;
}

.download-visual .brand-emblem {
  width: 78px;
  height: 78px;
}

.download-visual i {
  position: absolute;
  right: 5px;
  bottom: 5px;
  padding: 4px 6px;
  color: white;
  background: var(--ink);
  border-radius: 6px;
  font-size: 7px;
  font-style: normal;
  font-weight: 900;
}

.download-notice h3 {
  margin: 7px 0 6px;
  font-size: 21px;
}

.download-notice > div:nth-child(2) > p:last-child {
  max-width: 630px;
  margin: 0;
  color: #786e62;
  font-size: 11px;
  line-height: 1.75;
}

.download-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.download-actions > span {
  color: #a05a11;
  font-size: 10px;
  font-weight: 750;
}

.safety-section {
  padding: 102px 0;
  color: white;
  background: #242321;
}

.safety-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.safety-heading > p {
  color: #9f9a92;
}

.safety-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 49px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 17px;
  overflow: hidden;
}

.safety-grid article {
  min-height: 230px;
  padding: 27px;
  background: #2c2b29;
}

.safety-grid span {
  color: #ffad4f;
  font-size: 11px;
  font-weight: 850;
}

.safety-grid h3 {
  margin: 65px 0 13px;
  font-size: 18px;
}

.safety-grid p {
  margin: 0;
  color: #a6a198;
  font-size: 11px;
  line-height: 1.8;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 90px;
  padding-top: 110px;
}

.faq-heading {
  position: sticky;
  top: 120px;
  align-self: start;
}

.faq-heading > p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 18px 3px;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  font-weight: 750;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #8e8880;
  background: #f5f2ed;
  border-radius: 50%;
  font-style: normal;
  transition: transform 0.2s ease;
}

.faq-list details[open] summary i {
  color: white;
  background: var(--orange);
  transform: rotate(45deg);
}

.faq-list details > p {
  max-width: 650px;
  margin: -3px 50px 25px 3px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
}

.final-cta {
  position: relative;
  margin-bottom: 80px;
  padding: 74px 35px;
  text-align: center;
  background:
    radial-gradient(circle at 50% -20%, rgba(255, 187, 82, 0.32), transparent 38%),
    var(--cream);
  border: 1px solid #efe6d9;
  border-radius: 25px;
  overflow: hidden;
}

.cta-logo {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  margin: 0 auto 26px;
  background: white;
  border: 1px solid #eee7dc;
  border-radius: 22px;
  box-shadow: 0 15px 34px rgba(67, 48, 24, 0.09);
}

.cta-logo .brand-emblem {
  width: 74px;
  height: 74px;
}

.final-cta h2 {
  font-size: clamp(34px, 4vw, 50px);
}

.final-cta > p:not(.eyebrow) {
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.final-cta > div:last-child {
  display: flex;
  justify-content: center;
  gap: 11px;
  margin-top: 29px;
}

.site-footer {
  color: white;
  background: #22211f;
}

.footer-main,
.footer-bottom {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(2, minmax(150px, 0.5fr));
  align-items: start;
  gap: 72px;
  padding: 54px 0 42px;
}

.footer-brand strong {
  color: white;
}

.footer-brand small {
  color: #817d77;
}

.footer-intro p {
  max-width: 460px;
  margin: 22px 0 14px;
  color: #918d86;
  font-size: 11px;
  line-height: 1.85;
}

.footer-intro > span {
  color: #b3aea6;
  font-size: 10px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  color: #b3aea6;
  font-size: 11px;
}

.footer-links strong {
  margin-bottom: 7px;
  color: white;
  font-size: 12px;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: white;
}

.footer-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  padding: 17px 0 21px;
  color: #77736d;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-copyright {
  grid-column: 1;
  justify-self: start;
  color: #b9b4ac;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.footer-icp {
  grid-column: 2;
  justify-self: center;
  color: #8f8a82;
  font-size: 10px;
  letter-spacing: 0.05em;
  transition: color 0.18s ease;
}

.footer-icp:hover,
.footer-icp:focus-visible {
  color: white;
}

@media (max-width: 1080px) {
  .desktop-nav {
    gap: 20px;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 80px;
  }

  .hero-copy {
    max-width: 740px;
  }

  .hero-visual {
    width: min(720px, 100%);
    margin: 20px auto 0;
  }

  .feature-grid,
  .safety-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-inner {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 50px;
  }

  .download-notice {
    grid-template-columns: 104px 1fr;
  }

  .download-actions {
    grid-column: 2;
    align-items: flex-start;
  }

  .footer-main {
    grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(130px, 0.5fr));
    gap: 42px;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 82px;
    scrollbar-width: none;
  }

  html::-webkit-scrollbar,
  body::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }

  .section-shell,
  .trust-bar,
  .footer-main,
  .footer-bottom {
    width: min(100% - 30px, 620px);
  }

  .site-header {
    grid-template-columns: 1fr auto;
    width: calc(100% - 20px);
    height: 66px;
    margin-top: 9px;
    padding: 0 12px;
    border-radius: 16px;
  }

  .desktop-nav,
  .desktop-header-action {
    display: none;
  }

  .mobile-menu {
    position: static;
    display: block;
  }

  .mobile-menu summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 9px;
    cursor: pointer;
    background: var(--ink);
    border-radius: 11px;
    list-style: none;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu summary span {
    display: block;
    width: 100%;
    height: 2px;
    background: white;
    border-radius: 3px;
    transition:
      transform 0.18s ease,
      opacity 0.18s ease;
  }

  .mobile-menu[open] summary span:first-child {
    transform: translateY(7px) rotate(45deg);
  }

  .mobile-menu[open] summary span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu[open] summary span:last-child {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-header .mobile-menu-panel {
    position: absolute;
    top: calc(100% + 9px);
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 10px 22px;
    color: white;
    background: rgba(41, 40, 39, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 22px 54px rgba(41, 32, 20, 0.25);
    backdrop-filter: blur(18px);
  }

  .mobile-menu-panel a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 62px;
    color: #f5f2ed;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    font-size: 15px;
    font-weight: 750;
  }

  .mobile-menu-panel a:last-child {
    border-bottom: 0;
  }

  .mobile-menu-panel a span {
    color: #ffad4f;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .brand strong {
    font-size: 16px;
  }

  .brand small {
    font-size: 8px;
  }

  .header-action {
    min-height: 40px;
    padding: 0 13px;
    border-radius: 10px;
    font-size: 11px;
  }

  .hero {
    min-height: auto;
    padding: 68px 0 45px;
  }

  .hero-copy {
    padding-left: 0;
  }

  .hero h1 {
    margin-top: 20px;
    margin-bottom: 18px;
    font-size: clamp(30px, 9.8vw, 42px);
    line-height: 1.12;
    letter-spacing: -0.05em;
  }

  .hero-description {
    font-size: 14px;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .button {
    flex: 1;
    min-width: 135px;
  }

  .hero-actions .text-action {
    width: 100%;
  }

  .hero-proof {
    gap: 10px 16px;
  }

  .hero-visual {
    width: 100vw;
    height: 440px;
    margin-top: 26px;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    transform: none;
  }

  .desktop-window {
    top: 30px;
    right: 18px;
    width: 470px;
    height: 325px;
    transform: rotate(1.5deg) scale(0.95);
    transform-origin: top right;
  }

  .phone-window {
    bottom: 6px;
    left: 22px;
    width: 184px;
    height: 348px;
    transform: rotate(-4deg) scale(0.9);
    transform-origin: bottom left;
  }

  .preview-grid article:nth-child(2) {
    display: none;
  }

  .preview-grid {
    grid-template-columns: 1fr;
  }

  .floating-safe {
    right: 18px;
    bottom: 18px;
    transform: scale(0.92);
    transform-origin: bottom right;
  }

  .floating-order {
    top: 12px;
    right: 18px;
    transform: scale(0.92);
    transform-origin: top right;
  }

  .trust-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 75px;
  }

  .trust-bar > div {
    padding: 19px;
  }

  .trust-bar > div + div {
    border-left: 0;
  }

  .trust-bar > div:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }

  .trust-bar > div:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .feature-section,
  .platform-section,
  .faq-section {
    padding-bottom: 78px;
  }

  .section-heading,
  .safety-heading {
    display: block;
  }

  .section-heading > p,
  .safety-heading > p {
    margin-top: 17px;
  }

  .section-heading > p br,
  .safety-heading > p br {
    display: none;
  }

  .feature-grid,
  .platform-grid,
  .safety-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 245px;
  }

  .feature-card h3 {
    margin-top: 38px;
  }

  .process-section {
    padding: 75px 0;
  }

  .process-inner {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .platform-section {
    padding-top: 78px;
  }

  .platform-card {
    min-height: 320px;
  }

  .platform-card h3 {
    margin-top: 37px;
  }

  .platform-card p {
    min-height: 0;
  }

  .download-notice {
    grid-template-columns: 82px 1fr;
    gap: 17px;
    padding: 18px;
  }

  .download-visual {
    width: 82px;
    height: 82px;
  }

  .download-visual .brand-emblem {
    width: 64px;
    height: 64px;
  }

  .download-actions {
    grid-column: 1 / -1;
  }

  .safety-section {
    padding: 78px 0;
  }

  .safety-grid {
    gap: 0;
  }

  .safety-grid article {
    min-height: 180px;
  }

  .safety-grid h3 {
    margin-top: 42px;
  }

  .faq-section {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-top: 80px;
  }

  .faq-heading {
    position: static;
  }

  .faq-list summary {
    min-height: 76px;
    font-size: 14px;
  }

  .final-cta {
    margin-bottom: 55px;
    padding: 58px 20px;
  }

  .final-cta > div:last-child {
    flex-direction: column;
    width: min(100%, 300px);
    margin-inline: auto;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 24px;
  }

  .footer-intro {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
    text-align: center;
  }

  .footer-copyright,
  .footer-icp {
    grid-column: 1;
    justify-self: center;
  }
}

@media (max-width: 480px) {
  .hero-visual {
    height: 380px;
  }

  .desktop-window {
    transform: rotate(1.5deg) scale(0.72);
  }

  .phone-window {
    transform: rotate(-4deg) scale(0.78);
  }

  .floating-safe,
  .floating-order {
    transform: scale(0.86);
  }
}

@media (max-width: 360px) {
  .site-header {
    padding-inline: 10px;
  }

  .brand {
    gap: 8px;
  }

  .brand-mark {
    width: 39px;
    height: 39px;
    border-radius: 11px;
  }

  .brand strong {
    font-size: 15px;
  }

  .hero {
    padding-top: 56px;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-actions .button {
    flex-basis: 100%;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: repeat(2, max-content);
  }

  .desktop-window {
    right: 14px;
    transform: rotate(1.5deg) scale(0.6);
  }

  .hero-visual {
    height: 340px;
  }

  .phone-window {
    transform: rotate(-4deg) scale(0.68);
  }

  .floating-order {
    right: 14px;
    transform: scale(0.78);
  }

  .floating-safe {
    right: 14px;
    transform: scale(0.78);
  }

  .download-notice {
    grid-template-columns: 1fr;
  }

  .download-actions {
    grid-column: auto;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-intro {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
