:root {
    --ink: #152018;
    --muted: #647168;
    --paper: #fffdf8;
    --sand: #f6f3ea;
    --brand: #f7b718;
    --brand-deep: #e49d00;
    --green: #1c6a49;
    --border: rgba(21, 32, 24, .11);
    --shadow: 0 24px 60px rgba(41, 48, 37, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: "Alexandria", Tahoma, Arial, sans-serif; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; right: 18px; z-index: 100; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 0 0 10px 10px; transition: top .2s; }
.skip-link:focus { top: 0; }

.site-header { position: absolute; z-index: 10; top: 0; right: 0; left: 0; padding: 26px 0; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 21px; font-weight: 800; letter-spacing: -.7px; }
.brand-mark { display: inline-grid; place-items: center; width: 39px; height: 39px; overflow: hidden; border-radius: 13px; background: var(--brand); box-shadow: 0 7px 16px rgba(21,32,24,.16); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.primary-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 600; color: #3e483f; }
.primary-nav > a:not(.nav-download) { position: relative; transition: color .2s ease; }
.primary-nav > a:not(.nav-download)::after { content: ""; position: absolute; height: 2px; border-radius: 4px; background: var(--brand); right: 0; bottom: -7px; width: 0; transition: width .2s ease; }
.primary-nav > a:not(.nav-download):hover { color: var(--ink); }
.primary-nav > a:not(.nav-download):hover::after { width: 100%; }
.nav-download { color: #1d2b21; background: var(--brand); border-radius: 11px; padding: 10px 17px; box-shadow: 0 7px 18px rgba(247,183,24,.25); transition: transform .2s, background .2s; }
.nav-download:hover { background: #ffc62d; transform: translateY(-2px); }
.menu-toggle { display: none; appearance: none; border: 0; width: 44px; height: 42px; padding: 10px; background: rgba(255,255,255,.55); cursor: pointer; border-radius: 10px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s, opacity .2s; }

.hero { position: relative; overflow: hidden; min-height: 760px; padding: 156px 0 72px; background: radial-gradient(circle at 22% 17%, rgba(255,215,100,.42), transparent 27%), linear-gradient(126deg, #fffdf8 10%, #fbf3d7 100%); }
.hero::after { content: ""; position: absolute; width: 60vw; min-width: 700px; height: 60vw; min-height: 700px; left: -18vw; bottom: -42vw; border: 1px solid rgba(225,168,23,.16); border-radius: 50%; }
.hero-glow { position: absolute; filter: blur(3px); border-radius: 999px; pointer-events: none; }
.glow-one { width: 240px; height: 240px; background: rgba(255,201,46,.27); left: 5%; top: 7%; }
.glow-two { width: 300px; height: 300px; background: rgba(202,231,192,.36); right: -120px; bottom: 0; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; min-height: 530px; gap: 35px; }
.hero-copy { padding: 30px 0; }
.eyebrow, .section-kicker { color: var(--green); font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 16px; }
.eyebrow span { width: 25px; height: 2px; background: var(--brand-deep); border-radius: 2px; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 620px; margin-bottom: 20px; font-size: clamp(37px, 4.25vw, 66px); line-height: 1.23; letter-spacing: -2.5px; font-weight: 800; }
h1 em, h2 em { color: var(--brand-deep); font-style: normal; white-space: nowrap; }
.hero-description { max-width: 550px; color: #59635b; font-size: 16px; line-height: 2; margin-bottom: 30px; }
.store-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; direction: ltr; }
.store-button { min-width: 177px; display: inline-flex; direction: rtl; align-items: center; justify-content: center; gap: 10px; color: #fff; background: #17231a; padding: 9px 14px; border: 1px solid #17231a; border-radius: 11px; line-height: 1.25; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.store-button:hover { color: #fff; background: #0c110d; box-shadow: 0 12px 22px rgba(20,31,22,.17); transform: translateY(-3px); }
.store-button svg { width: 28px; height: 31px; flex: 0 0 auto; }
.store-button span { display: grid; gap: 2px; text-align: right; }
.store-button small { color: rgba(255,255,255,.7); font-size: 8px; font-weight: 500; }
.store-button strong { font-family: Arial, sans-serif; font-size: 17px; letter-spacing: .1px; }
.app-store strong { font-size: 16px; }
.hero-note { display: flex; align-items: center; gap: 7px; color: #657066; font-size: 11px; font-weight: 600; margin: 20px 0 0; }
.check-dot { display: inline-grid; place-items: center; width: 17px; height: 17px; color: #fff; background: var(--green); border-radius: 50%; font-size: 10px; }

.hero-visual { position: relative; isolation: isolate; min-height: 515px; }
.hero-ring { position: absolute; border: 1px solid rgba(230,171,10,.25); border-radius: 50%; }
.ring-a { width: 420px; height: 420px; top: 38px; right: 50%; transform: translateX(50%); }
.ring-b { width: 510px; height: 510px; top: -7px; right: 50%; transform: translateX(50%); border-style: dashed; opacity: .65; }
.phone { position: absolute; overflow: hidden; border: 7px solid #1a211b; background: #fff; border-radius: 35px; box-shadow: 0 25px 45px rgba(48,44,25,.23); }
.phone::before { content: ""; position: absolute; z-index: 1; top: 7px; right: 50%; transform: translateX(50%); width: 32%; height: 15px; border-radius: 0 0 10px 10px; background: #1a211b; }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.phone-main { z-index: 2; width: 237px; height: 488px; top: 20px; right: calc(50% - 118px); transform: rotate(4deg); }
.phone-back { z-index: 1; width: 178px; height: 367px; top: 91px; right: calc(50% + 98px); opacity: .95; transform: rotate(-10deg); }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; background: rgba(255,255,255,.94); padding: 10px 12px; border: 1px solid rgba(255,255,255,.85); border-radius: 14px; box-shadow: 0 14px 27px rgba(57,53,37,.14); backdrop-filter: blur(8px); }
.floating-card strong, .floating-card small { display: block; white-space: nowrap; }
.floating-card strong { color: #263027; font-size: 10px; font-weight: 800; }
.floating-card small { color: #7a837b; font-size: 8px; }
.service-card { top: 51px; left: 0; animation: bob 4s ease-in-out infinite; }
.tracking-card { bottom: 36px; left: 24px; animation: bob 4.6s .8s ease-in-out infinite; }
.mini-icon { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 10px; background: #fff0ba; color: #a96d00; font-size: 22px; line-height: 1; }
.pulse-dot { width: 11px; height: 11px; border-radius: 50%; background: #2b9b67; box-shadow: 0 0 0 5px rgba(43,155,103,.14); }
@keyframes bob { 50% { transform: translateY(-9px); } }

.trust-strip { position: relative; z-index: 2; background: #1b2a1e; color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 107px; display: flex; gap: 12px; align-items: center; padding: 20px 22px; border-left: 1px solid rgba(255,255,255,.12); }
.trust-grid > div:first-child { border: 0; }
.trust-icon { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 auto; border: 1px solid rgba(247,183,24,.55); color: var(--brand); border-radius: 11px; font-size: 17px; }
.trust-grid p { margin: 0; line-height: 1.45; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { font-size: 12px; font-weight: 700; }
.trust-grid small { color: rgba(255,255,255,.58); font-size: 9px; }

.section-space { padding: 118px 0; }
.section-heading { max-width: 650px; margin-bottom: 51px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-kicker { margin-bottom: 10px; }
h2 { font-size: clamp(29px, 3.2vw, 46px); letter-spacing: -1.8px; line-height: 1.42; margin-bottom: 15px; font-weight: 800; }
.section-heading > p:last-child { color: var(--muted); font-size: 14px; line-height: 2; margin: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 253px; overflow: hidden; padding: 27px 24px; border: 1px solid var(--border); border-radius: 19px; background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.feature-card::after { content: ""; position: absolute; width: 110px; height: 110px; left: -48px; bottom: -52px; border-radius: 50%; opacity: .8; }
.feature-card:hover { transform: translateY(-7px); border-color: transparent; box-shadow: 0 20px 35px rgba(39,49,40,.11); }
.feature-1::after { background: #fff0b7; }.feature-2::after { background: #dbf2e3; }.feature-3::after { background: #dceff4; }.feature-4::after { background: #f6e5d8; }
.feature-number { position: absolute; left: 20px; top: 18px; color: rgba(25,37,28,.11); font-size: 35px; font-weight: 800; line-height: 1; }
.feature-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 21px; color: #785a00; background: #fff2c6; border-radius: 14px; font-size: 27px; line-height: 1; }
.feature-2 .feature-icon { color: #247455; background: #e1f5e7; }.feature-3 .feature-icon { color: #1e7080; background: #e1f4f7; }.feature-4 .feature-icon { color: #a3582a; background: #faecdd; }
.feature-card h3 { position: relative; z-index: 1; margin-bottom: 9px; font-size: 16px; letter-spacing: -.5px; }
.feature-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.95; }

.app-experience { overflow: hidden; background: #f3f6ee; }
.experience-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 60px; }
.experience-copy { max-width: 470px; }
.experience-copy > p:not(.section-kicker) { margin-bottom: 22px; color: var(--muted); font-size: 14px; line-height: 2; }
.check-list { display: grid; gap: 12px; padding: 0; margin: 0 0 28px; list-style: none; color: #455047; font-size: 12px; font-weight: 600; }
.check-list span { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-left: 8px; background: var(--brand); color: #3d330d; border-radius: 50%; font-size: 10px; }
.text-link { display: inline-flex; direction: rtl; align-items: center; gap: 8px; color: var(--green); font-size: 12px; font-weight: 800; }
.text-link span { font-family: Arial, sans-serif; font-size: 17px; transition: transform .2s; }.text-link:hover span { transform: translateX(-5px); }
.screens-stage { position: relative; min-height: 480px; }
.experience-shape { position: absolute; width: 450px; height: 440px; top: 20px; right: 50%; transform: translateX(50%) rotate(-8deg); border-radius: 67px; background: #f9c630; }
.screen-screen { position: absolute; z-index: 1; overflow: hidden; border: 6px solid #17231a; border-radius: 29px; background: #fff; box-shadow: 0 20px 34px rgba(34,50,36,.19); }
.screen-screen::before { content: ""; position: absolute; z-index: 1; top: 5px; right: 50%; transform: translateX(50%); width: 36%; height: 11px; background: #17231a; border-radius: 0 0 8px 8px; }
.screen-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.screen-center { width: 214px; height: 446px; top: 14px; right: 48%; transform: translateX(50%) rotate(5deg); }
.screen-left { width: 166px; height: 345px; top: 99px; right: calc(50% + 112px); transform: rotate(-9deg); opacity: .96; }

.how-it-works { background: var(--paper); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 70px; position: relative; counter-reset: steps; }
.steps-grid::before { content: ""; position: absolute; top: 53px; right: 20%; left: 20%; height: 1px; background: repeating-linear-gradient(90deg, transparent 0 7px, #c7c9bd 7px 10px); }
.steps-grid article { position: relative; z-index: 1; text-align: center; }
.step-index { display: grid; place-items: center; width: 30px; height: 30px; margin: 0 auto 9px; color: #6d734e; background: #f5f0da; border-radius: 50%; font-size: 11px; font-weight: 700; }
.step-icon { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 18px; background: #203123; color: var(--brand); border: 6px solid var(--paper); outline: 1px solid #d7dacd; border-radius: 23px; font-size: 31px; line-height: 1; }
.steps-grid h3 { font-size: 16px; margin-bottom: 7px; }.steps-grid p { max-width: 220px; margin: auto; color: var(--muted); font-size: 11px; line-height: 1.9; }

.download-section { padding: 40px 0 110px; background: var(--paper); }
.download-card { position: relative; overflow: hidden; min-height: 323px; display: flex; align-items: center; padding: 46px 13.5% 46px 46px; background: #1c3021; color: #fff; border-radius: 30px; }
.download-card::before { content: ""; position: absolute; width: 490px; height: 490px; right: -98px; bottom: -300px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.download-card::after { content: ""; position: absolute; width: 600px; height: 600px; left: -340px; top: -420px; border: 110px solid rgba(245,180,21,.92); border-radius: 50%; }
.download-copy { position: relative; z-index: 2; max-width: 520px; margin-right: auto; }.download-copy .section-kicker { color: #f8c73d; }.download-copy h2 { margin-bottom: 10px; font-size: clamp(26px,3vw,38px); }.download-copy > p:not(.section-kicker) { color: rgba(255,255,255,.7); font-size: 12px; margin-bottom: 22px; }
.compact .store-button { min-width: 155px; padding: 8px 11px; }.compact .store-button svg { width: 24px; height: 27px; }.compact .store-button strong { font-size: 14px; }.compact .store-button small { font-size: 7px; }
.download-art { position: absolute; z-index: 2; right: 8%; bottom: -47px; width: 205px; height: 270px; transform: rotate(-10deg); }
.download-phone { overflow: hidden; height: 100%; border: 6px solid #101912; border-radius: 29px; box-shadow: 0 22px 30px rgba(0,0,0,.34); }.download-phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; }

.site-footer { color: #e3e9df; background: #132117; }.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 42px 0 33px; }.footer-brand { color: #fff; }.footer-brand .brand-mark { width: 35px; height: 35px; }.footer-wrap p { margin: 9px 0 0; color: rgba(255,255,255,.5); font-size: 10px; }.footer-contact { display: flex; direction: ltr; gap: 20px; font-size: 10px; color: rgba(255,255,255,.72); }.footer-contact a { transition: color .2s; }.footer-contact a:hover { color: var(--brand); }.footer-bottom { display: flex; justify-content: space-between; gap: 15px; padding: 15px 0; color: rgba(255,255,255,.43); border-top: 1px solid rgba(255,255,255,.09); font-size: 9px; }.footer-bottom a:hover { color: var(--brand); }

@media (max-width: 960px) {
    .hero { min-height: 0; padding-top: 132px; }.hero-grid { grid-template-columns: 1fr 1fr; gap: 14px; }.hero-visual { transform: scale(.88); transform-origin: center; }.feature-grid { grid-template-columns: repeat(2, 1fr); }.experience-grid { gap: 20px; }.download-card { padding-right: 37%; }.download-art { right: 7%; }
}
@media (max-width: 720px) {
    .container { width: min(100% - 34px, 530px); }.site-header { padding: 16px 0; background: rgba(255,253,248,.66); backdrop-filter: blur(10px); }.brand { font-size: 19px; }.brand-mark { width: 35px; height: 35px; }.brand-mark svg { width: 26px; }.menu-toggle { display: block; position: relative; z-index: 3; }.menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-toggle.is-open span:nth-child(2) { opacity: 0; }.menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }.primary-nav { display: none; position: absolute; top: 63px; right: 17px; left: 17px; padding: 17px; background: #fffdf8; border: 1px solid var(--border); border-radius: 16px; box-shadow: var(--shadow); }.primary-nav.is-open { display: grid; gap: 14px; }.primary-nav > a:not(.nav-download)::after { display: none; }.nav-download { text-align: center; }.hero { padding: 112px 0 30px; background: radial-gradient(circle at 30% 0%, rgba(255,215,100,.48), transparent 36%), linear-gradient(150deg, #fffdf8, #fbf3d7); }.hero-grid { grid-template-columns: 1fr; text-align: center; }.hero-copy { padding: 17px 0 0; }.eyebrow { justify-content: center; }h1 { max-width: 430px; margin-inline: auto; font-size: clamp(35px,10vw,49px); line-height: 1.32; letter-spacing: -1.8px; }.hero-description { font-size: 13px; line-height: 2; margin: 0 auto 23px; }.store-actions { justify-content: center; }.store-button { min-width: 148px; padding: 8px 10px; gap: 7px; }.store-button svg { width: 23px; height: 27px; }.store-button strong { font-size: 14px; }.store-button small { font-size: 7px; }.hero-note { justify-content: center; }.hero-visual { min-height: 416px; margin: 5px -25px -7px; transform: scale(.79); transform-origin: top center; }.phone-main { top: 0; }.phone-back { top: 72px; }.service-card { top: 29px; left: 5px; }.tracking-card { bottom: 20px; left: 26px; }.trust-grid { grid-template-columns: repeat(2,1fr); }.trust-grid > div { min-height: 87px; padding: 13px 10px; border-left: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }.trust-grid > div:nth-child(odd) { border-left: 0; }.trust-grid > div:nth-child(n+3) { border-bottom: 0; }.trust-icon { width: 30px; height: 30px; border-radius: 9px; }.trust-grid strong { font-size: 10px; }.trust-grid small { font-size: 7px; }.section-space { padding: 73px 0; }.section-heading { margin-bottom: 31px; }.section-heading > p:last-child { font-size: 12px; }.feature-grid { grid-template-columns: 1fr; gap: 12px; }.feature-card { min-height: 0; padding: 21px 21px 24px; }.feature-icon { margin-bottom: 14px; }.experience-grid { grid-template-columns: 1fr; }.experience-copy { text-align: center; margin-inline: auto; }.check-list { justify-content: center; text-align: right; }.screens-stage { min-height: 382px; order: -1; margin: -3px -8px 11px; transform: scale(.82); transform-origin: center top; }.experience-shape { width: 360px; height: 350px; }.screen-center { height: 386px; width: 185px; }.screen-left { height: 290px; width: 140px; right: calc(50% + 89px); top: 84px; }.steps-grid { grid-template-columns: 1fr; gap: 28px; }.steps-grid::before { top: 85px; right: 50%; left: auto; width: 1px; height: calc(100% - 150px); background: repeating-linear-gradient(180deg, transparent 0 7px, #c7c9bd 7px 10px); }.steps-grid article { display: grid; grid-template-columns: 33px 58px 1fr; align-items: center; column-gap: 10px; text-align: right; }.step-index { margin: 0; }.step-icon { width: 58px; height: 58px; margin: 0; border-radius: 18px; font-size: 24px; }.steps-grid h3 { margin: 0 0 3px; font-size: 14px; }.steps-grid p { grid-column: 3; margin: 0; max-width: none; font-size: 10px; }.download-section { padding: 5px 0 66px; }.download-card { min-height: 465px; align-items: flex-start; padding: 49px 24px 27px; text-align: center; }.download-card::after { width: 480px; height: 480px; top: auto; left: -316px; bottom: -278px; }.download-copy { margin: 0; }.download-copy > p:not(.section-kicker) { font-size: 11px; }.compact { justify-content: center; }.download-art { right: 50%; bottom: -57px; transform: translateX(50%) rotate(-7deg); width: 163px; height: 216px; opacity: .75; }.footer-wrap { display: grid; justify-content: center; padding: 33px 0 22px; text-align: center; }.footer-brand { justify-content: center; }.footer-contact { display: grid; gap: 7px; justify-content: center; }.footer-bottom { align-items: center; font-size: 8px; }.footer-bottom a { white-space: nowrap; }
}
@media (max-width: 380px) { .store-actions { gap: 7px; }.store-button { min-width: 139px; }.hero-visual { transform: scale(.72); margin-bottom: -37px; }.trust-grid > div { padding-inline: 6px; }.download-card { padding-inline: 15px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.service-card, .tracking-card { animation: none; }.feature-card, .store-button { transition: none; } }
