:root {
  color-scheme: dark;
  --ink: #171326;
  --night: #171326;
  --night-2: #241c34;
  --cream: #fff8e8;
  --sand: #e7b86e;
  --gold: #ffcc66;
  --orange: #ff8a00;
  --teal: #4fc7bf;
  --wine: #83353a;
  --white: #fffdf7;
  --muted: #bcb4ca;
  --line: rgba(255,255,255,.12);
  --shadow: 0 28px 80px rgba(8, 5, 16, .35);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--night); color: var(--cream); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, Arial, sans-serif; line-height: 1.65; text-rendering: optimizeLegibility; }
html[dir="rtl"] body { font-family: Tahoma, "Segoe UI", Arial, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.section-shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; inset: 12px auto auto 12px; z-index: 100; padding: 10px 16px; transform: translateY(-160%); background: var(--gold); color: var(--ink); border-radius: 10px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 20; width: 100%; min-height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 14px max(20px, calc((100vw - 1180px) / 2)); background: rgba(23, 19, 38, .88); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.company-mark { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; width: max-content; }
.company-mark > span:last-child { display: flex; align-items: baseline; gap: 6px; }
.company-mark strong { font-size: 1.02rem; letter-spacing: -.02em; }
.company-mark small { color: var(--sand); font-size: .64rem; font-weight: 800; letter-spacing: .13em; }
.mark-tile { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px 12px 4px 12px; background: var(--orange); color: var(--ink); font-weight: 900; box-shadow: inset 0 -3px rgba(0,0,0,.14); }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: var(--muted); text-decoration: none; font-size: .9rem; font-weight: 650; white-space: nowrap; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a.active { color: var(--white); }
.site-nav a.active::after { content: ""; display: block; width: 16px; height: 2px; margin: 4px auto 0; border-radius: 999px; background: var(--gold); }
.language-toggle { justify-self: end; padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.06); color: var(--cream); font-weight: 700; cursor: pointer; }
.language-toggle:hover, .language-toggle:focus-visible { background: var(--cream); color: var(--ink); }

.hero { min-height: 690px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(38px, 6vw, 90px); padding-block: clamp(68px, 10vw, 128px); }
.eyebrow { margin: 0 0 18px; color: var(--sand); font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
html[dir="rtl"] .eyebrow { letter-spacing: 0; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-inline-end: 9px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(79,199,191,.12); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.04em; }
html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3 { letter-spacing: 0; }
.hero h1 { margin-bottom: 28px; font-size: clamp(3.4rem, 7vw, 7rem); max-width: 760px; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
html[dir="rtl"] .hero h1 em { font-family: Tahoma, "Segoe UI", Arial, sans-serif; font-weight: 700; }
.hero-lede { max-width: 620px; color: #d8d0df; font-size: clamp(1rem, 1.6vw, 1.2rem); }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 20px; border-radius: 999px; text-decoration: none; font-size: .9rem; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button.primary { background: var(--gold); color: var(--ink); }
.button.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.05); color: var(--cream); }
.button.light { background: var(--cream); color: var(--ink); }
.text-link { color: var(--gold); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.hero-art { position: relative; min-height: 510px; display: grid; place-items: center; }
.hero-art > img { position: relative; z-index: 2; width: 92%; aspect-ratio: 16/9; object-fit: cover; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; box-shadow: var(--shadow); transform: rotate(2deg); }
.hero-art::before { content: ""; position: absolute; inset: 10% 0 0 12%; border: 1px solid rgba(255,204,102,.28); border-radius: 50%; transform: rotate(-9deg); }
.sun-orbit { position: absolute; width: 180px; height: 180px; top: 0; right: 2%; border-radius: 50%; background: var(--orange); opacity: .85; }
html[dir="rtl"] .sun-orbit { right: auto; left: 2%; }
.hero-art-caption { position: absolute; z-index: 3; right: 1%; bottom: 24px; display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(23,19,38,.92); box-shadow: var(--shadow); }
html[dir="rtl"] .hero-art-caption { right: auto; left: 1%; }
.hero-art-caption img { width: 50px; border-radius: 12px; }
.hero-art-caption strong, .hero-art-caption span { display: block; }
.hero-art-caption span { color: var(--muted); font-size: .78rem; }

.principles { display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid var(--line); }
.principles article { padding: 42px clamp(18px, 3vw, 38px); border-inline-end: 1px solid var(--line); }
.principles article:last-child { border-inline-end: 0; }
.principles article > span, .future-grid article > span { color: var(--orange); font-size: .72rem; font-weight: 900; }
.principles h2 { margin: 30px 0 12px; font-size: 1.24rem; }
.principles p { color: var(--muted); margin-bottom: 0; font-size: .92rem; }

.feature, .about, .product-detail, .support-product, .coming-soon { padding-block: clamp(82px, 10vw, 132px); }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading h2, .about h2, .coming-soon > div:first-child h2 { font-size: clamp(2.1rem, 4.3vw, 4rem); }
.feature-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(36px, 6vw, 76px); align-items: center; }
.feature-image { position: relative; padding: 12px; background: var(--wine); border-radius: var(--radius); transform: rotate(-1.5deg); }
html[dir="rtl"] .feature-image { transform: rotate(1.5deg); }
.feature-image img { border-radius: 15px; }
.app-title { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.app-title img { width: 74px; height: 74px; object-fit: cover; border-radius: 18px; box-shadow: 0 12px 30px rgba(0,0,0,.24); }
.app-title h2, .app-title h3 { margin: 0 0 4px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.app-title p { margin: 0; color: var(--muted); }
.feature-copy > p { color: #d8d0df; }
.check-list { list-style: none; margin: 24px 0; padding: 0; }
.check-list li { position: relative; padding-inline-start: 30px; margin: 12px 0; }
.check-list li::before { content: "✓"; position: absolute; inset-inline-start: 0; color: var(--teal); font-weight: 900; }
.about { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(42px, 8vw, 110px); border-top: 1px solid var(--line); }
.about-copy > p { color: #d8d0df; }
.company-facts { margin: 32px 0 0; }
.company-facts div { display: grid; grid-template-columns: 130px 1fr; gap: 18px; padding: 14px 0; border-top: 1px solid var(--line); }
.company-facts dt { color: var(--muted); font-size: .82rem; }
.company-facts dd { margin: 0; font-weight: 700; }
.contact-band { margin-bottom: 90px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; padding: clamp(32px, 6vw, 64px); background: var(--wine); border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-band h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); }
.contact-band > div:last-child > p { color: #f6e4d3; }
.light-link { display: block; margin-top: 18px; color: var(--white); }

.page-hero { max-width: 920px; padding-block: clamp(76px, 10vw, 120px) clamp(54px, 8vw, 88px); text-align: center; }
.page-hero h1 { margin-bottom: 24px; font-size: clamp(3rem, 7vw, 6.3rem); }
.page-hero > p:last-child { max-width: 700px; margin: 0 auto; color: var(--muted); font-size: 1.08rem; }
.product-detail { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 100px); align-items: center; border-top: 1px solid var(--line); }
.large-copy { font-size: 1.3rem; color: #e6dfea; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }
.tag-row span { padding: 6px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--sand); font-size: .78rem; font-weight: 700; }
.fine-print { margin-top: 20px; color: var(--muted); font-size: .78rem; }
.screenshot-stack { min-height: 500px; position: relative; }
.screenshot-stack img { position: absolute; width: 78%; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.screenshot-stack img:nth-child(1) { top: 0; right: 0; z-index: 3; }
.screenshot-stack img:nth-child(2) { top: 25%; left: 0; z-index: 2; }
.screenshot-stack img:nth-child(3) { top: 50%; right: 8%; z-index: 1; }
html[dir="rtl"] .screenshot-stack img:nth-child(1) { right: auto; left: 0; }
html[dir="rtl"] .screenshot-stack img:nth-child(2) { left: auto; right: 0; }
.coming-soon { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; border-top: 1px solid var(--line); }
.future-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.future-grid article { min-height: 220px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--night-2); }
.future-grid h3 { margin: 56px 0 10px; }
.future-grid p { color: var(--muted); margin: 0; }

.support-product { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(46px, 8vw, 100px); border-top: 1px solid var(--line); }
.support-aside { align-self: start; position: sticky; top: 110px; }
.support-aside > img { width: 104px; border-radius: 24px; margin-bottom: 28px; }
.support-aside h2 { font-size: clamp(2.1rem, 4vw, 3.4rem); }
.support-aside > p:not(.eyebrow) { color: var(--muted); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 44px 24px 0; cursor: pointer; list-style: none; font-size: 1.05rem; font-weight: 800; }
html[dir="rtl"] .faq-list summary { padding: 24px 0 24px 44px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 6px; top: 19px; color: var(--gold); font-size: 1.5rem; font-weight: 400; }
html[dir="rtl"] .faq-list summary::after { right: auto; left: 6px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0 0 24px; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; padding-bottom: 80px; }
.contact-card { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: var(--night-2); }
.contact-card h2 { margin: 24px 0 12px; font-size: 1.3rem; }
.contact-card p { color: var(--muted); font-size: .9rem; }
.contact-card a { color: var(--gold); font-weight: 700; overflow-wrap: anywhere; }
.contact-icon { width: 44px; height: 44px; display: grid; place-items: center; background: var(--wine); border-radius: 50%; color: var(--cream); font-weight: 900; }
.response-note { display: grid; grid-template-columns: repeat(3,1fr); margin-bottom: 100px; padding: 26px; border: 1px solid var(--line); border-radius: 18px; }
.response-note div { padding: 8px 22px; border-inline-end: 1px solid var(--line); }
.response-note div:last-child { border-inline-end: 0; }
.response-note strong, .response-note span { display: block; }
.response-note strong { color: var(--sand); font-size: .75rem; text-transform: uppercase; }
.response-note span { margin-top: 5px; }
.policy-main { padding-bottom: 100px; }
.policy-card { max-width: 880px; padding: clamp(28px, 5vw, 58px); color: #292335; background: var(--cream); border-radius: var(--radius); box-shadow: var(--shadow); }
.policy-summary { margin-bottom: 46px; padding: 24px; border-inline-start: 5px solid var(--orange); background: #f2e4ca; }
.policy-summary strong { color: var(--wine); text-transform: uppercase; font-size: .75rem; letter-spacing: .1em; }
.policy-summary p { margin: 8px 0 0; font-size: 1.05rem; }
.policy-card section { margin-top: 40px; }
.policy-card h2 { font-size: 1.28rem; }
.policy-card p { color: #51475a; }
.policy-card a { color: #702b31; font-weight: 800; }

.site-footer { width: var(--shell); margin-inline: auto; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px 40px; padding: 42px 0 50px; border-top: 1px solid var(--line); }
.site-footer > p { margin: 0; color: var(--muted); font-size: .86rem; }
.site-footer nav { display: flex; gap: 22px; grid-row: 1; grid-column: 2; }
.site-footer nav a { color: var(--muted); text-decoration: none; font-size: .82rem; }
.site-footer nav a:hover { color: var(--cream); }
.site-footer > small { color: #81798c; grid-column: 2; text-align: end; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; gap: 18px; overflow-x: auto; padding-bottom: 3px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 70px; }
  .hero-art { min-height: 420px; }
  .principles, .contact-grid { grid-template-columns: 1fr; }
  .principles article { border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .principles article:last-child { border-bottom: 0; }
  .feature-grid, .about, .product-detail, .coming-soon, .support-product, .contact-band { grid-template-columns: 1fr; }
  .screenshot-stack { min-height: 520px; }
  .support-aside { position: static; }
  .response-note { grid-template-columns: 1fr; }
  .response-note div { border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .response-note div:last-child { border-bottom: 0; }
}

@media (max-width: 600px) {
  :root { --shell: min(100% - 28px, 1180px); --radius: 18px; }
  .site-header { min-height: 68px; padding: 12px 14px; gap: 12px; }
  .mark-tile { width: 34px; height: 34px; }
  .site-nav { margin-inline: -14px; padding: 0 14px 5px; }
  .site-nav a { font-size: .8rem; }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.5rem); }
  .hero-art { min-height: 300px; }
  .hero-art > img { width: 100%; }
  .sun-orbit { width: 100px; height: 100px; }
  .hero-art-caption { right: -3%; bottom: 0; }
  html[dir="rtl"] .hero-art-caption { right: auto; left: -3%; }
  .button-row .button { width: 100%; }
  .feature, .about, .product-detail, .support-product, .coming-soon { padding-block: 72px; }
  .company-facts div { grid-template-columns: 1fr; gap: 3px; }
  .contact-band { margin-bottom: 64px; padding: 30px 22px; }
  .screenshot-stack { min-height: 390px; }
  .screenshot-stack img { width: 88%; }
  .future-grid { grid-template-columns: 1fr; }
  .page-hero { text-align: start; }
  .page-hero h1 { font-size: clamp(2.7rem, 15vw, 4.7rem); }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav, .site-footer > small { grid-column: 1; grid-row: auto; text-align: start; }
}

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