:root {
    --ink: #132923;
    --muted: #60736d;
    --forest: #0d3b34;
    --forest-deep: #082b26;
    --mint: #d8f5e9;
    --mint-bright: #70d6ae;
    --cream: #f6f2e9;
    --paper: #fffdf8;
    --line: #dce5df;
    --orange: #f4a261;
    --shadow: 0 26px 80px rgba(13, 59, 52, .12);
    --radius: 28px;
    --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.public-site {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Inter, "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}

html[dir="rtl"] body.public-site {
    font-family: Tahoma, Arial, sans-serif;
}

a { color: inherit; }
button { font: inherit; }
.site-container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow-container { width: min(calc(100% - 40px), 820px); }

.skip-link {
    position: fixed;
    inset-block-start: 8px;
    inset-inline-start: 8px;
    z-index: 1000;
    padding: 10px 16px;
    border-radius: 10px;
    background: #fff;
    color: var(--forest);
    transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.maintenance-banner {
    padding: 8px 20px;
    background: #ffedc8;
    color: #674210;
    font-size: .88rem;
    font-weight: 700;
    text-align: center;
}

.site-header {
    position: relative;
    z-index: 20;
    border-block-end: 1px solid rgba(220, 229, 223, .75);
    background: rgba(255, 253, 248, .94);
    backdrop-filter: blur(16px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--forest); text-decoration: none; }
.brand-mark {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 13px 13px 13px 4px;
    background: var(--forest);
    color: var(--mint-bright);
    box-shadow: 0 7px 18px rgba(13, 59, 52, .18);
    font-size: 1.35rem;
    font-weight: 900;
}
html[dir="rtl"] .brand-mark { border-radius: 13px 13px 4px 13px; }
.brand-name { font-size: 1.25rem; font-weight: 850; letter-spacing: -.04em; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-inline: auto; }
.desktop-nav a { position: relative; color: #4b615b; font-size: .91rem; font-weight: 650; text-decoration: none; }
.desktop-nav a::after { content: ""; position: absolute; inset-inline: 0; inset-block-end: -9px; height: 2px; background: var(--mint-bright); transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible, .desktop-nav a.active { color: var(--forest); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after, .desktop-nav a.active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 13px; }
.language-switch { color: var(--forest); font-size: .88rem; font-weight: 750; text-decoration: none; }
.header-download { padding: 10px 18px; border-radius: 999px; background: var(--forest); color: #fff; font-size: .86rem; font-weight: 750; text-decoration: none; }
.mobile-navigation { display: none; margin-inline-start: auto; }

.hero-section {
    position: relative;
    min-height: 680px;
    overflow: hidden;
    background: linear-gradient(135deg, #f7f2e8 0%, #fbfaf5 52%, #eaf7f1 100%);
}
.hero-grid { min-height: 680px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 70px; padding-block: 70px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; color: #467066; font-size: .78rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: var(--mint-bright); }
.hero-copy h1 { max-width: 660px; margin: 0; font-size: clamp(3rem, 5.3vw, 5.25rem); font-weight: 850; letter-spacing: -.065em; line-height: .99; }
html[dir="rtl"] .hero-copy h1 { letter-spacing: -.035em; line-height: 1.12; }
.hero-lead { max-width: 600px; margin: 28px 0 0; color: var(--muted); font-size: 1.12rem; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-block-start: 32px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 12px 23px; border: 1px solid transparent; border-radius: 999px; font-size: .92rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: #fff; box-shadow: 0 14px 32px rgba(13, 59, 52, .2); }
.button-primary:hover { background: var(--forest-deep); box-shadow: 0 17px 36px rgba(13, 59, 52, .25); }
.button-secondary { border-color: #cbd9d3; background: rgba(255,255,255,.55); color: var(--forest); }
.button-light { background: var(--mint-bright); color: var(--forest-deep); }
.trust-note { display: flex; align-items: flex-start; gap: 9px; max-width: 550px; margin: 24px 0 0; color: #6b7d77; font-size: .82rem; }
.trust-note > span { width: 19px; height: 19px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #d8f5e9; color: #0b6a52; font-weight: 900; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; inset-block-start: -220px; inset-inline-start: -110px; background: rgba(244, 162, 97, .13); }
.hero-glow-two { width: 520px; height: 520px; inset-block-end: -310px; inset-inline-end: -180px; background: rgba(112, 214, 174, .2); }

.phone-stage { position: relative; min-height: 535px; display: grid; place-items: center; }
.phone-shell { position: relative; z-index: 3; width: 294px; padding: 10px; border: 3px solid #102f29; border-radius: 43px; background: #102f29; box-shadow: 0 42px 80px rgba(13, 59, 52, .27), 0 9px 24px rgba(13, 59, 52, .16); transform: rotate(3deg); }
html[dir="rtl"] .phone-shell { transform: rotate(-3deg); }
.phone-speaker { position: absolute; z-index: 5; inset-block-start: 16px; inset-inline: 50%; width: 70px; height: 17px; border-radius: 999px; background: #102f29; transform: translateX(-50%); }
html[dir="rtl"] .phone-speaker { transform: translateX(50%); }
.phone-screen { min-height: 510px; padding: 30px 20px 21px; overflow: hidden; border-radius: 33px; background: #fbfaf6; }
.preview-top { display: flex; align-items: center; justify-content: space-between; color: #739087; }
.mini-brand { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: var(--forest); color: var(--mint-bright); font-weight: 900; }
.preview-label { margin: 28px 0 2px; color: #799087; font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.phone-screen h2 { margin: 0; color: var(--forest); font-size: 1.25rem; line-height: 1.25; }
.preview-time { margin: 7px 0 14px; color: #71827d; font-size: .67rem; }
.preview-image { height: 112px; display: grid; place-items: center; border-radius: 20px; background: radial-gradient(circle at 30% 30%, #f6bd82 0 10%, transparent 11%), linear-gradient(135deg, #e5a76b, #8f5d3e 48%, #294b42); color: rgba(255,255,255,.78); font-size: 3.3rem; font-weight: 900; }
.preview-status { display: flex; align-items: center; gap: 7px; margin: 13px 0; padding: 9px 11px; border-radius: 12px; background: #e4f7ef; color: #246450; font-size: .68rem; font-weight: 800; }
.preview-status i { width: 7px; height: 7px; border-radius: 50%; background: #43aa82; }
.preview-item, .preview-total { display: flex; justify-content: space-between; gap: 12px; padding-block: 9px; border-block-end: 1px solid #e7ebe8; font-size: .69rem; }
.preview-item b { color: #526b64; }
.preview-total { margin-block-start: 7px; border: 0; color: #536a64; }
.preview-total strong { color: var(--forest); }
.floating-chip { position: absolute; z-index: 5; padding: 12px 16px; border: 1px solid rgba(255,255,255,.7); border-radius: 14px; background: rgba(255,255,255,.86); color: var(--forest); box-shadow: 0 16px 35px rgba(13,59,52,.13); backdrop-filter: blur(12px); font-size: .72rem; font-weight: 800; }
.chip-status { inset-block-start: 112px; inset-inline-start: 3%; display: flex; align-items: center; gap: 8px; }
.chip-status span { width: 8px; height: 8px; border-radius: 50%; background: #4fc197; box-shadow: 0 0 0 5px rgba(79,193,151,.15); }
.chip-time { inset-block-end: 102px; inset-inline-end: -2%; }
.orbit { position: absolute; border: 1px solid rgba(55, 118, 99, .14); border-radius: 50%; }
.orbit-one { width: 460px; height: 460px; }
.orbit-two { width: 350px; height: 350px; border-style: dashed; }

.published-update { padding-block: 75px; border-block-end: 1px solid var(--line); background: #fff; }
.published-update h2 { margin: 0 0 18px; font-size: 2rem; line-height: 1.25; }
.benefits-section { padding-block: 110px; }
.section-heading { max-width: 720px; }
.section-heading h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: 1.1; letter-spacing: -.045em; }
html[dir="rtl"] .section-heading h2 { letter-spacing: -.02em; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-block-start: 54px; }
.benefit-card { min-height: 270px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 35px rgba(13, 59, 52, .045); }
.benefit-number { display: inline-grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--cream); color: #678178; font-size: .73rem; font-weight: 850; }
.benefit-card h3 { margin: 45px 0 9px; font-size: 1.5rem; }
.benefit-card p { margin: 0; color: var(--muted); }
.benefit-card:nth-child(2) { background: var(--forest); color: #fff; transform: translateY(-18px); }
.benefit-card:nth-child(2) .benefit-number { background: rgba(112,214,174,.15); color: var(--mint-bright); }
.benefit-card:nth-child(2) p { color: #bad0c9; }

.restaurant-section { padding: 0 0 110px; }
.restaurant-panel { position: relative; min-height: 440px; display: flex; align-items: center; overflow: hidden; padding: 70px; border-radius: 40px; background: var(--forest); color: #fff; }
.restaurant-copy { position: relative; z-index: 2; max-width: 650px; }
.eyebrow.light { color: #b9d5cb; }
.restaurant-copy h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1.08; letter-spacing: -.04em; }
.restaurant-copy > p:not(.eyebrow) { max-width: 600px; margin: 22px 0 28px; color: #bed1cb; font-size: 1.02rem; }
.restaurant-copy small { display: block; margin-block-start: 18px; color: #9dbab1; }
.restaurant-pattern { position: absolute; inset-block: 0; inset-inline-end: 0; width: 43%; opacity: .75; }
.restaurant-pattern span { position: absolute; border: 1px solid rgba(112,214,174,.28); border-radius: 50%; }
.restaurant-pattern span:nth-child(1) { width: 460px; height: 460px; inset-block-start: -30px; inset-inline-end: -160px; }
.restaurant-pattern span:nth-child(2) { width: 320px; height: 320px; inset-block-start: 40px; inset-inline-end: -90px; }
.restaurant-pattern span:nth-child(3) { width: 180px; height: 180px; inset-block-start: 110px; inset-inline-end: -20px; background: rgba(112,214,174,.08); }

.page-hero { padding-block: 105px 80px; border-block-end: 1px solid var(--line); background: linear-gradient(140deg, var(--cream), #f7fbf8); text-align: center; }
.page-hero .eyebrow { justify-content: center; }
.page-hero h1 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.8rem); line-height: 1.05; letter-spacing: -.05em; }
html[dir="rtl"] .page-hero h1 { letter-spacing: -.025em; }
.page-intro { max-width: 740px; margin: 24px auto 0; color: var(--muted); font-size: 1.12rem; }
.page-section { padding-block: 85px; }
.point-list { display: grid; gap: 0; }
.point-row { display: grid; grid-template-columns: 64px 1fr; gap: 25px; padding-block: 34px; border-block-end: 1px solid var(--line); }
.point-row:first-child { border-block-start: 1px solid var(--line); }
.point-row > span { color: #88a098; font-size: .78rem; font-weight: 850; letter-spacing: .1em; }
.point-row h2 { margin: 0 0 8px; font-size: 1.45rem; line-height: 1.35; }
.point-row p { margin: 0; color: var(--muted); }
.published-body { padding-block-start: 0; }
.prose { color: #425a53; font-size: 1.03rem; white-space: normal; }
.legal-document { background: #fff; }
.legal-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-block-end: 38px; padding-block-end: 22px; border-block-end: 1px solid var(--line); }
.legal-meta span { padding: 7px 12px; border-radius: 999px; background: var(--cream); color: #536b64; font-size: .78rem; font-weight: 750; }
.legal-meta button { margin-inline-start: auto; border: 0; background: transparent; color: var(--forest); cursor: pointer; font-weight: 800; text-decoration: underline; }
.legal-prose { line-height: 2; }
.unavailable-card { display: flex; align-items: flex-start; gap: 20px; padding: 30px; border: 1px solid #ecd8ae; border-radius: 22px; background: #fff9ea; }
.unavailable-card > span { width: 36px; height: 36px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #f2c66d; color: #63460e; font-family: Georgia, serif; font-weight: 900; }
.unavailable-card h2 { margin: 0 0 5px; font-size: 1.2rem; }
.unavailable-card p { margin: 0; color: #755f35; }
.store-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.store-card { min-height: 290px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; text-align: center; }
.store-icon { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 24px; border-radius: 22px; background: var(--forest); color: var(--mint-bright); font-size: 1.5rem; font-weight: 900; }
.store-card h2 { margin: 0 0 20px; }
.store-card p { color: var(--muted); }
.contact-section { padding-block-start: 0; }
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.contact-card { display: flex; align-items: center; gap: 18px; padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: #fff; text-decoration: none; transition: border .2s ease, transform .2s ease; }
.contact-card:hover { border-color: #82bba7; transform: translateY(-2px); }
.contact-card > span { width: 48px; height: 48px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 15px; background: var(--mint); color: var(--forest); font-size: 1.1rem; font-weight: 900; }
.contact-card small, .contact-card strong { display: block; }
.contact-card small { color: var(--muted); }
.contact-card strong { overflow-wrap: anywhere; color: var(--forest); }

.site-footer { padding-block: 72px 24px; background: #0a2e29; color: #c8d8d3; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 55px; }
.brand-footer { color: #fff; }
.brand-footer .brand-mark { background: var(--mint-bright); color: var(--forest); }
.footer-grid > div:first-child p { max-width: 290px; color: #92aea5; }
.footer-grid h2 { margin: 5px 0 17px; color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid > div > a:not(.brand) { display: block; width: fit-content; margin-block: 9px; color: #a8beb7; text-decoration: none; }
.footer-grid > div > a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-block-start: 58px; padding-block-start: 24px; border-block-start: 1px solid rgba(255,255,255,.1); color: #7f9d94; font-size: .8rem; }
.footer-bottom p { margin: 0; }
.social-links { display: flex; gap: 16px; }
.social-links a { color: #a8beb7; text-decoration: none; }

a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

@media (max-width: 980px) {
    .desktop-nav, .header-actions { display: none; }
    .mobile-navigation { position: relative; display: block; }
    .mobile-navigation summary { width: 42px; height: 42px; display: grid; align-content: center; gap: 5px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; list-style: none; }
    .mobile-navigation summary::-webkit-details-marker { display: none; }
    .mobile-navigation summary span { width: 100%; height: 2px; background: var(--forest); }
    .mobile-navigation nav { position: absolute; inset-block-start: 52px; inset-inline-end: 0; width: min(280px, calc(100vw - 40px)); padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
    .mobile-navigation nav a { display: block; padding: 10px 12px; border-radius: 8px; color: var(--forest); font-weight: 700; text-decoration: none; }
    .mobile-navigation nav a:hover { background: var(--cream); }
    .hero-grid { grid-template-columns: 1fr; gap: 25px; text-align: center; }
    .hero-copy h1, .hero-lead, .trust-note { margin-inline: auto; }
    .eyebrow, .hero-actions, .trust-note { justify-content: center; }
    .phone-stage { min-height: 555px; }
    .benefit-grid { grid-template-columns: 1fr; }
    .benefit-card:nth-child(2) { transform: none; }
    .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
    .site-container, .narrow-container { width: min(calc(100% - 28px), var(--container)); }
    .header-inner { min-height: 68px; }
    .hero-grid { min-height: auto; padding-block: 65px 45px; }
    .hero-copy h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
    .hero-lead { font-size: 1rem; }
    .hero-actions .button { width: 100%; }
    .phone-stage { min-height: 510px; transform: scale(.88); margin: -20px -20px; }
    .chip-status { inset-inline-start: -2%; }
    .chip-time { inset-inline-end: -5%; }
    .benefits-section { padding-block: 80px; }
    .section-heading h2 { font-size: 2.4rem; }
    .benefit-card { min-height: auto; }
    .restaurant-section { padding-block-end: 75px; }
    .restaurant-panel { min-height: 470px; padding: 45px 28px; border-radius: 28px; }
    .restaurant-pattern { width: 70%; opacity: .45; }
    .page-hero { padding-block: 75px 55px; }
    .page-hero h1 { font-size: 2.65rem; }
    .page-section { padding-block: 60px; }
    .point-row { grid-template-columns: 38px 1fr; gap: 12px; }
    .store-grid, .contact-grid { grid-template-columns: 1fr; }
    .legal-meta button { width: 100%; margin: 8px 0 0; text-align: start; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .footer-bottom { display: block; }
    .social-links { margin-block-start: 12px; }
}

@media print {
    .site-header, .site-footer, .maintenance-banner, .page-hero .eyebrow, .legal-meta button { display: none !important; }
    body.public-site { background: #fff; color: #000; }
    .page-hero { padding: 20px 0; border: 0; background: #fff; text-align: start; }
    .legal-document { padding: 10px 0; }
    .site-container, .narrow-container { width: 100%; }
}

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