:root{--ink:#17131d;--muted:#625d68;--purple:#4a3fd4;--purple-dark:#2d257e;--lav:#eeedfe;--lav2:#f7f6ff;--line:#dedbe8;--white:#fff;--shadow:0 18px 50px rgba(35,27,84,.12);--radius:24px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;background:#fff;line-height:1.6}img{max-width:100%;display:block}a{color:inherit}.container{width:min(1160px,calc(100% - 40px));margin-inline:auto}.site-header{min-height:86px;display:flex;align-items:center;gap:26px;border-bottom:1px solid var(--line);position:relative;z-index:5}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;margin-right:auto}.brand-mark{width:40px;height:40px;border:3px solid var(--purple);border-radius:50%;display:grid;place-items:center}.brand-mark span{width:14px;height:14px;background:var(--purple);border-radius:50%}.brand-copy{display:flex;flex-direction:column;line-height:1.1}.brand-name{font-weight:800}.brand-line{font-size:.8rem;color:var(--muted)}.nav{display:flex;align-items:center;gap:22px}.nav a{text-decoration:none;font-weight:650}.nav a:hover{color:var(--purple)}.nav-button{border:1px solid var(--purple);padding:9px 14px;border-radius:999px}.language-label{display:flex;align-items:center;gap:8px;font-size:.82rem;color:var(--muted)}.language-select{border:1px solid var(--line);border-radius:10px;padding:8px;background:#fff;color:var(--ink)}
.hero,.product-hero{display:grid;grid-template-columns:1.15fr .85fr;gap:64px;align-items:center;padding-block:88px}.eyebrow{color:var(--purple);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem}.hero h1,.product-hero h1{font-size:clamp(2.7rem,5vw,5.4rem);line-height:1.02;letter-spacing:-.045em;margin:.35em 0 .28em}.product-hero h1{font-size:clamp(2.4rem,4.5vw,4.6rem)}.lead{font-size:clamp(1.08rem,2vw,1.35rem);color:var(--muted);max-width:760px}.hero-actions,.store-row{display:flex;flex-wrap:wrap;gap:14px;margin:28px 0}.button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800;padding:13px 20px;border-radius:999px}.button.primary{background:var(--purple);color:#fff}.button.primary:hover{background:var(--purple-dark)}.button.secondary{border:1px solid var(--purple);color:var(--purple)}.tag-row{display:flex;flex-wrap:wrap;gap:10px}.tag,.status{display:inline-flex;background:var(--lav);color:var(--purple-dark);border-radius:999px;padding:7px 11px;font-weight:750;font-size:.83rem}.principle-card{background:linear-gradient(145deg,var(--purple-dark),#5c4df0);color:#fff;padding:42px;border-radius:32px;box-shadow:var(--shadow)}.principle-card h2{font-size:2rem;line-height:1.15}.principle-kicker{font-weight:800;color:#d8d3ff}.principle-note{border-top:1px solid rgba(255,255,255,.25);padding-top:20px;font-weight:700}.section{padding-block:84px}.band{background:var(--lav2)}.section h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1.1;margin:0 0 18px}.section-lead{font-size:1.15rem;color:var(--muted);max-width:850px;margin-bottom:34px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature-card{border:1px solid var(--line);border-radius:var(--radius);padding:25px;background:#fff}.feature-card h3{font-size:1.18rem;margin:.5em 0}.feature-card p{color:var(--muted);margin:0}.feature-icon{width:44px;height:44px;border-radius:14px;background:var(--lav);color:var(--purple);display:grid;place-items:center;font-weight:900}.featured-app{border-top:1px solid var(--line)}.featured-app-head{display:flex;align-items:center;gap:24px;margin-bottom:30px}.featured-app-head img,.product-title img{width:104px;height:104px;border-radius:24px;box-shadow:var(--shadow)}.featured-app-head h2{margin:5px 0}.feature-split{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin:20px 0 30px}.feature-split>div{background:var(--lav2);border-radius:20px;padding:24px}.footer{background:#17131d;color:#fff;padding:48px 0}.footer-layout{display:flex;justify-content:space-between;gap:30px}.footer p{color:#c9c4cf}.footer-links{display:flex;flex-direction:column;gap:8px}.footer a{color:#fff}.product-title{display:flex;align-items:center;gap:22px}.hero-shot{display:flex;justify-content:center}.hero-shot img{max-height:650px;width:auto;border-radius:28px;box-shadow:var(--shadow);border:1px solid var(--line)}.store-placeholder{display:flex;flex-direction:column;border:1px dashed #aaa3bd;border-radius:16px;padding:12px 18px;color:var(--muted);background:#faf9ff;min-width:190px}.store-placeholder small{font-size:.72rem}.mode-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.mode-grid article{background:#fff;border-radius:28px;padding:28px}.mode-grid img{max-height:620px;width:auto;margin:24px auto 0;border-radius:22px;box-shadow:var(--shadow)}.privacy-panel{background:linear-gradient(135deg,var(--purple-dark),var(--purple));color:#fff;padding-block:78px}.privacy-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.privacy-layout h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1.08}.proof-image{max-height:650px;width:auto;margin:auto;border-radius:24px;box-shadow:var(--shadow)}.screenshot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.screenshot-grid figure{margin:0;background:var(--lav2);border-radius:24px;padding:16px}.screenshot-grid img{height:520px;width:100%;object-fit:contain}.screenshot-grid figcaption{text-align:center;font-weight:750;padding:12px}.callout{text-align:center}.policy{max-width:850px;padding-block:64px}.policy h1{font-size:clamp(2.4rem,5vw,4rem)}.policy h2{margin-top:36px}.policy p,.policy li{color:var(--muted)}
[dir="rtl"] .brand{margin-right:0;margin-left:auto}[dir="rtl"] .site-header,[dir="rtl"] .product-title,[dir="rtl"] .featured-app-head{direction:rtl}
@media(max-width:980px){.site-header{flex-wrap:wrap;padding-block:16px}.nav{order:3;width:100%;overflow:auto;padding-bottom:8px}.hero,.product-hero{grid-template-columns:1fr;padding-block:55px}.feature-grid{grid-template-columns:repeat(2,1fr)}.privacy-layout{grid-template-columns:1fr}.screenshot-grid{grid-template-columns:1fr 1fr}.hero-shot img{max-height:560px}}
@media(max-width:650px){.container{width:min(100% - 26px,1160px)}.nav{gap:15px;font-size:.9rem}.language-label>span{display:none}.hero h1,.product-hero h1{font-size:2.6rem}.feature-grid,.mode-grid,.feature-split,.screenshot-grid{grid-template-columns:1fr}.section{padding-block:58px}.principle-card{padding:28px}.featured-app-head,.product-title{align-items:flex-start}.featured-app-head img,.product-title img{width:76px;height:76px;border-radius:18px}.footer-layout{flex-direction:column}.screenshot-grid img{height:440px}}

/* Image sizing correction — keeps app visuals readable without dominating the page. */
.product-title > img,
.featured-app-head > img {
  width: 76px !important;
  height: 76px !important;
  max-width: 76px !important;
  max-height: 76px !important;
  object-fit: cover;
  flex: 0 0 76px;
  border-radius: 18px;
}

.product-hero {
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  gap: 48px;
}

.hero-shot {
  align-items: center;
}

.hero-shot img {
  width: min(100%, 330px) !important;
  height: auto !important;
  max-height: 620px !important;
  object-fit: contain;
}

.mode-grid img {
  width: min(100%, 300px) !important;
  height: auto !important;
  max-height: 560px !important;
  object-fit: contain;
}

.proof-image {
  width: min(100%, 390px) !important;
  height: auto !important;
  max-height: 650px !important;
  object-fit: contain;
}

.screenshot-grid img {
  width: 100% !important;
  height: 360px !important;
  max-height: 360px !important;
  object-fit: contain;
}

.store-placeholder {
  min-width: 210px;
  max-width: 250px;
}

@media(max-width:980px){
  .product-hero {grid-template-columns:1fr;}
  .hero-shot img {width:min(100%,300px) !important;}
  .mode-grid img {width:min(100%,280px) !important;}
}

@media(max-width:650px){
  .product-title > img,
  .featured-app-head > img {
    width:64px !important;
    height:64px !important;
    max-width:64px !important;
    max-height:64px !important;
    flex-basis:64px;
  }
  .hero-shot img {width:min(100%,270px) !important;}
  .mode-grid img {width:min(100%,260px) !important;}
  .proof-image {width:min(100%,320px) !important;}
  .screenshot-grid img {height:320px !important;max-height:320px !important;}
  .store-placeholder {width:100%;max-width:none;}
}

/* Brand palette restoration — preserves the revised layout and image sizing. */
:root{
  --ink:#241038;
  --muted:#594B65;
  --purple:#3B1768;
  --purple-dark:#241038;
  --lav:#FFF3CE;
  --lav2:#FFF9EE;
  --line:#E9D8A8;
  --white:#fff;
  --gold:#D8A63A;
  --soft-gold:#FFF3CE;
  --cream:#FFF9EE;
  --shadow:0 18px 50px rgba(36,16,56,.14);
}
body{background:var(--cream);color:var(--ink)}
.site-header{border-bottom-color:var(--line)}
.brand-mark{
  width:48px;height:48px;border:0;border-radius:18px;background:var(--purple-dark);
  position:relative;overflow:hidden;box-shadow:0 18px 40px rgba(36,16,56,.16)
}
.brand-mark::before,.brand-mark::after,.brand-mark span{
  content:"";position:absolute;border:3px solid var(--gold);border-radius:999px;
  left:50%;top:50%;transform:translate(-50%,-50%);background:transparent
}
.brand-mark::before{width:35px;height:35px}.brand-mark::after{width:23px;height:23px}
.brand-mark span{width:11px;height:11px;background:var(--gold)}
.brand-name{color:var(--purple-dark)}
.brand-line{color:#8A6E3A;letter-spacing:.16em;text-transform:uppercase;font-weight:800}
.nav{color:var(--muted)}.nav a:hover{color:var(--purple)}
.nav-button{background:var(--purple);border-color:var(--purple);color:#fff;box-shadow:0 16px 35px rgba(59,23,104,.18)}
.language-select{border-color:var(--line);background:#fff;color:var(--ink);border-radius:999px}
.eyebrow{display:inline-flex;background:#fff;border:1px solid var(--line);color:#6B5520;border-radius:999px;padding:9px 14px;letter-spacing:0;text-transform:none;box-shadow:0 7px 24px rgba(36,16,56,.06)}
.hero h1,.product-hero h1,.section h2{color:var(--purple-dark)}
.button.primary{background:var(--purple);color:#fff;box-shadow:0 16px 35px rgba(59,23,104,.18)}
.button.primary:hover{background:var(--purple-dark)}
.button.secondary{background:#fff;color:var(--purple);border-color:var(--gold)}
.tag,.status{background:var(--soft-gold);color:#7A5A12;border:1px solid var(--line)}
.principle-card{background:linear-gradient(145deg,var(--purple-dark),var(--purple));box-shadow:0 28px 70px rgba(36,16,56,.16)}
.principle-kicker{color:#F4E4B8}.principle-note{border-top-color:rgba(255,255,255,.22)}
.band{background:rgba(255,255,255,.56);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.feature-card,.mode-grid article{background:rgba(255,255,255,.9);border-color:var(--line);box-shadow:0 7px 24px rgba(36,16,56,.05)}
.feature-icon{background:var(--soft-gold);color:var(--purple)}
.feature-split>div,.screenshot-grid figure{background:#fff;border:1px solid var(--line);box-shadow:0 7px 24px rgba(36,16,56,.05)}
.featured-app{border-top-color:var(--line)}
.hero-shot img,.mode-grid img,.proof-image{border-color:var(--line)}
.store-placeholder{border-color:var(--gold);background:#fff;color:var(--muted)}
.privacy-panel{background:var(--purple-dark)}
.footer{background:#fff;color:var(--purple-dark);border-top:1px solid var(--line)}
.footer p{color:var(--muted)}.footer a{color:var(--purple-dark)}
.policy{background:transparent}.policy p,.policy li{color:var(--muted)}
@media(max-width:650px){.brand-mark{width:43px;height:43px;border-radius:16px}}
