:root{
  --bg:#f1f9ff;
  --surface:#ffffff;
  --surface2:#e8f6ff;
  --text:#082947;
  --muted:#587187;
  --brand:#006bb6;
  --brand2:#0aa7e5;
  --brand3:#004f9f;
  --ok:#079669;
  --danger:#dc2626;
  --line:rgba(0,91,160,.14);
  --shadow:0 14px 36px rgba(0,92,160,.12);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:linear-gradient(180deg,#f4fbff 0,#fff 45%,#edf8ff 100%);font-family:system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif;color:var(--text);direction:rtl}
button,input{font:inherit}button{cursor:pointer;border:0}a{text-decoration:none;color:inherit}.app-shell{max-width:720px;margin:auto;min-height:100dvh;padding:14px 14px 96px}
.topbar{position:sticky;top:0;z-index:20;margin:-14px -14px 12px;padding:12px 14px;background:rgba(244,251,255,.94);backdrop-filter:blur(16px);display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line)}
.logo{width:46px;height:46px;border-radius:17px;background:linear-gradient(145deg,var(--brand),var(--brand2));display:grid;place-items:center;color:#fff;font-size:25px;font-weight:1000;box-shadow:0 12px 25px rgba(0,107,182,.22);border:1px solid rgba(255,255,255,.65)}.logo span{display:block;line-height:1;transform:translateY(-1px)}.brand h1{margin:0;font-size:21px}.brand p{margin:2px 0 0;color:var(--muted);font-size:13px}.spacer{flex:1}.icon-btn{width:42px;height:42px;border-radius:15px;background:#fff;color:var(--brand3);box-shadow:0 8px 18px rgba(0,92,160,.10);font-size:20px;font-weight:900}
.hero{border-radius:30px;padding:22px 18px;background:linear-gradient(135deg,#fff 0,#e3f5ff 100%);box-shadow:var(--shadow);border:1px solid rgba(0,107,182,.16);overflow:hidden;position:relative}.hero:before{content:"";position:absolute;inset:-80px auto auto -70px;width:190px;height:190px;border-radius:50%;background:rgba(0,163,224,.16)}.hero h2{position:relative;font-size:30px;line-height:1.35;margin:0 0 8px;font-weight:1000}.hero p{position:relative;margin:0;color:#36566f;line-height:1.8;font-size:16px}.quick-steps{position:relative;margin-top:16px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.step{background:rgba(255,255,255,.86);border:1px solid rgba(0,107,182,.13);border-radius:18px;padding:11px 8px;text-align:center}.step b{display:grid;place-items:center;margin:auto auto 7px;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--brand),var(--brand2));color:white;font-size:14px}.step span{display:block;font-size:12px;font-weight:900;color:#064c86;line-height:1.45}.search{margin:14px 0}.search input{width:100%;padding:17px 18px;border:1px solid var(--line);border-radius:20px;background:#fff;outline:none;box-shadow:0 10px 24px rgba(0,92,160,.07);color:var(--text);font-size:16px}.search input:focus{border-color:rgba(0,163,224,.55);box-shadow:0 0 0 4px rgba(0,163,224,.12)}
.help-card{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:14px;margin:12px 0;box-shadow:0 10px 24px rgba(0,92,160,.08)}.help-card .big{font-size:30px}.help-card b{display:block;margin-bottom:3px}.help-card span{display:block;color:var(--muted);font-size:13px;line-height:1.55}.section-title{display:flex;align-items:end;justify-content:space-between;margin:22px 4px 12px}.section-title h3{margin:0;font-size:22px}.section-title small{color:var(--muted)}.grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.category-card{min-height:142px;border-radius:24px;padding:16px;background:linear-gradient(180deg,#ffffff,#f0f9ff);box-shadow:0 10px 28px rgba(0,92,160,.10);border:1px solid var(--line);text-align:right;transition:transform .16s ease}.category-card:active{transform:scale(.985)}.cat-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.cat-icon{width:54px;height:54px;border-radius:20px;background:linear-gradient(135deg,#e1f3ff,#ffffff);color:var(--brand);display:grid;place-items:center;font-size:27px;border:1px solid rgba(0,107,182,.12)}.cat-count{font-size:12px;color:#005c99;background:#e3f4ff;border-radius:99px;padding:6px 8px;font-weight:900}.category-card h4{font-size:21px;margin:12px 0 5px}.category-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}
.tone-list{display:grid;gap:12px}.tone-card{display:grid;grid-template-columns:92px 1fr;gap:12px;padding:12px;border-radius:24px;background:#fff;box-shadow:0 10px 26px rgba(0,92,160,.10);border:1px solid var(--line)}.cover{width:92px;height:92px;border-radius:20px;overflow:hidden;background:#dff3ff}.cover img{width:100%;height:100%;object-fit:cover}.tone-info h4{margin:2px 0 4px;font-size:20px;line-height:1.35}.tone-info p{margin:0 0 9px;color:var(--muted);font-size:14px}.badges{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}.badge{font-size:11px;padding:5px 8px;border-radius:99px;background:#e3f4ff;color:#005c99;font-weight:900}.actions{display:flex;gap:7px;flex-wrap:wrap}.primary{background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;border-radius:15px;padding:11px 14px;font-weight:950;box-shadow:0 9px 18px rgba(0,107,182,.18)}.secondary{background:#eff8ff;color:#005c99;border-radius:15px;padding:11px 12px;font-weight:900}.play{min-width:76px;height:43px;border-radius:15px;background:#083b67;color:#fff;font-weight:900}.empty{padding:28px 16px;text-align:center;color:var(--muted);background:#fff;border-radius:22px;border:1px solid var(--line);line-height:1.8}
.detail-hero{background:#fff;border-radius:30px;padding:15px;box-shadow:var(--shadow);border:1px solid var(--line)}.detail-cover{height:255px;border-radius:24px;overflow:hidden;background:#dff3ff;position:relative}.detail-cover img{width:100%;height:100%;object-fit:cover}.detail h2{font-size:31px;margin:16px 4px 4px;line-height:1.3}.detail .artist{color:var(--muted);margin:0 4px 14px;line-height:1.8}.info-box{background:#eff8ff;border-radius:22px;padding:14px;margin-top:12px;border:1px solid rgba(0,107,182,.10)}.info-row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--line)}.info-row:last-child{border-bottom:0}.sub-title{margin:18px 4px 10px;font-size:21px;color:var(--text)}.how{display:grid;gap:8px;margin:12px 0}.how-step{display:flex;align-items:flex-start;gap:10px;padding:13px;border-radius:18px;background:#f5fbff;border:1px solid rgba(0,107,182,.10)}.how-step b{flex:0 0 auto;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,var(--brand),var(--brand2));color:white}.how-step span{line-height:1.65;color:#31506c;font-weight:800}.subscriptions{display:grid;gap:10px;margin:10px 0 16px}.subscription-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border-radius:20px;background:#fff;border:1px solid rgba(0,107,182,.16);box-shadow:0 10px 24px rgba(0,107,182,.08)}.subscription-card b{display:block;color:var(--text);margin-bottom:5px;font-size:17px}.subscription-card span{display:block;color:var(--muted);font-size:13px;line-height:1.6}.subscribe{width:100%;padding:16px;border-radius:18px;background:linear-gradient(135deg,#0574bd,#00a3e0);color:#fff;font-size:19px;font-weight:1000;box-shadow:0 12px 24px rgba(0,107,182,.20)}.subscribe.small{width:auto;min-width:128px;padding:12px 15px;border-radius:15px;font-size:15px;white-space:nowrap}.sticky-subscribe{position:sticky;bottom:88px;z-index:15;margin-top:12px}.bottom-nav{position:fixed;bottom:14px;left:50%;transform:translateX(-50%);width:min(92%,520px);background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border:1px solid var(--line);box-shadow:0 16px 44px rgba(0,92,160,.16);border-radius:22px;padding:7px;display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.nav-item{padding:11px 6px;border-radius:16px;background:transparent;color:var(--muted);font-weight:950;font-size:13px}.nav-item.active{background:#e3f4ff;color:#005c99}.toast{position:fixed;right:18px;left:18px;bottom:96px;background:#083b67;color:#fff;padding:14px;border-radius:18px;text-align:center;z-index:50;opacity:0;transform:translateY(10px);transition:.25s;font-weight:900}.toast.show{opacity:1;transform:translateY(0)}.loading{min-height:100dvh;display:grid;place-items:center;color:#005c99;font-weight:900}.policy{max-width:820px;margin:0 auto;padding:28px 18px 80px;line-height:1.9;color:#0a2540}.policy h1{font-size:30px}.policy h2{font-size:22px;margin-top:28px}
@media(max-width:460px){.app-shell{padding-inline:12px}.hero h2{font-size:27px}.quick-steps{grid-template-columns:1fr}.step{display:flex;text-align:right;gap:10px;align-items:center}.step b{margin:0}.grid{gap:9px}.category-card{min-height:134px;padding:14px}.tone-card{grid-template-columns:82px 1fr}.cover{width:82px;height:82px}.primary,.secondary{padding:10px 11px;font-size:14px}.play{min-width:64px;height:40px;font-size:14px}.detail-cover{height:220px}.subscription-card{align-items:stretch;flex-direction:column}.subscribe.small{width:100%}.info-row{font-size:14px}.help-card{padding:12px}}
/* Outside-the-box journey experience */
.journey-hero{position:relative;overflow:hidden;border-radius:34px;padding:24px 18px 18px;background:radial-gradient(circle at 18% 0%,rgba(0,163,224,.20),transparent 34%),linear-gradient(135deg,#ffffff 0%,#e7f6ff 55%,#d9f1ff 100%);border:1px solid rgba(0,107,182,.18);box-shadow:var(--shadow)}
.journey-hero:after{content:"";position:absolute;inset:auto -70px -90px auto;width:220px;height:220px;border-radius:50%;background:rgba(0,107,182,.10)}
.hero-kicker{display:inline-flex;margin-bottom:10px;padding:7px 12px;border-radius:999px;background:#fff;color:#005c99;font-size:12px;font-weight:1000;border:1px solid var(--line)}
.journey-hero h2{position:relative;margin:0 0 8px;font-size:32px;line-height:1.28;font-weight:1000;color:var(--text)}
.journey-hero p{position:relative;margin:0;color:#315a78;line-height:1.75;font-weight:750}
.hero-actions{position:relative;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:9px;margin-top:18px}.big-action{min-height:104px;border-radius:23px;padding:13px 10px;background:rgba(255,255,255,.92);border:1px solid rgba(0,107,182,.14);box-shadow:0 10px 25px rgba(0,92,160,.08);color:var(--text);text-align:center}.big-action span{display:block;font-size:25px}.big-action b{display:block;margin-top:6px;font-size:15px}.big-action small{display:block;color:var(--muted);font-size:11px;margin-top:3px}.primary-glow{background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;box-shadow:0 16px 34px rgba(0,107,182,.25)}.primary-glow small{color:rgba(255,255,255,.86)}
.smart-steps{margin:13px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.smart-steps div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:10px 6px;text-align:center;box-shadow:0 8px 18px rgba(0,92,160,.06)}.smart-steps b{display:grid;place-items:center;margin:0 auto 6px;width:26px;height:26px;border-radius:50%;background:#e3f4ff;color:#005c99}.smart-steps span{font-size:12px;font-weight:950;color:#31506c}.mood-grid{display:flex;gap:8px;overflow-x:auto;padding:2px 2px 8px;scrollbar-width:none}.mood-grid::-webkit-scrollbar{display:none}.mood-chip{flex:0 0 auto;display:flex;align-items:center;gap:7px;border-radius:999px;padding:12px 14px;background:#fff;border:1px solid var(--line);box-shadow:0 7px 18px rgba(0,92,160,.07);font-weight:950;color:#0b426e}.mood-chip span{font-size:18px}.cat-cta{display:inline-block;margin-top:12px;color:#006bb6;font-weight:1000;font-size:13px}.route-banner{margin:12px 0 16px;padding:16px;border-radius:24px;background:linear-gradient(135deg,#fff,#edf8ff);border:1px solid var(--line);box-shadow:0 10px 24px rgba(0,92,160,.08)}.route-banner b{display:block;font-size:19px;margin-bottom:5px}.route-banner span{display:block;color:var(--muted);line-height:1.7;font-size:14px}.route-banner button{margin-top:11px;border-radius:15px;padding:11px 14px;background:var(--brand);color:#fff;font-weight:1000}.compact-list .tone-card:nth-child(n+7){display:none}.deck-screen{min-height:calc(100dvh - 170px);display:grid;gap:12px}.deck-card{background:#fff;border-radius:32px;border:1px solid var(--line);box-shadow:var(--shadow);overflow:hidden}.deck-cover{height:310px;position:relative;background:#dff3ff}.deck-cover img{width:100%;height:100%;object-fit:cover}.deck-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,41,71,.72))}.deck-progress{position:absolute;top:14px;left:14px;z-index:2;background:rgba(255,255,255,.9);color:#005c99;border-radius:999px;padding:7px 11px;font-weight:1000}.deck-body{padding:17px}.deck-label{display:inline-flex;margin-bottom:8px;background:#e3f4ff;color:#005c99;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:1000}.deck-body h2{font-size:30px;line-height:1.25;margin:0 0 6px}.deck-body p{margin:0;color:var(--muted);font-weight:850}.deck-actions{display:grid;grid-template-columns:64px 1fr;gap:10px;margin-top:15px}.round-play{width:64px;height:64px;border-radius:50%;background:#083b67;color:#fff;font-size:22px;font-weight:1000;box-shadow:0 10px 24px rgba(0,41,71,.22)}.round-play.big{position:absolute;left:50%;bottom:-32px;transform:translateX(-50%);z-index:3;border:5px solid #fff}.big-subscribe{border-radius:20px;background:linear-gradient(135deg,#0574bd,#00a3e0);color:#fff;font-weight:1000;font-size:17px;box-shadow:0 10px 24px rgba(0,107,182,.22)}.deck-secondary{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:10px}.deck-secondary button{border-radius:15px;background:#eff8ff;color:#005c99;padding:11px 6px;font-weight:950}.deck-nav{display:grid;grid-template-columns:1fr 1fr;gap:10px}.deck-nav button{border-radius:19px;background:#fff;border:1px solid var(--line);padding:14px;font-weight:1000;color:#005c99;box-shadow:0 8px 20px rgba(0,92,160,.07)}.deck-nav button:disabled{opacity:.45}.deck-hint{margin:0;color:var(--muted);text-align:center;font-size:13px;line-height:1.7}.recommend-hero{border-radius:28px;padding:22px;background:linear-gradient(135deg,#ffffff,#e4f5ff);border:1px solid var(--line);box-shadow:var(--shadow)}.recommend-hero h2{font-size:30px;margin:0 0 8px}.recommend-hero p{margin:0;color:var(--muted);line-height:1.8}.recommend-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:14px}.recommend-card{min-height:138px;border-radius:25px;background:#fff;border:1px solid var(--line);box-shadow:0 10px 24px rgba(0,92,160,.08);padding:15px;text-align:right}.recommend-card span{font-size:30px}.recommend-card b{display:block;font-size:18px;margin:9px 0 5px}.recommend-card small{display:block;color:var(--muted);line-height:1.55}.listen-first{position:relative;display:flex;align-items:center;justify-content:center;margin-top:-8px;height:28px}.listen-first span{position:absolute;right:10px;top:-18px;background:#fff;color:#005c99;border-radius:999px;padding:7px 12px;font-weight:1000;border:1px solid var(--line);box-shadow:0 8px 18px rgba(0,92,160,.10)}.main-subscribe-panel{margin:14px 0;padding:16px;border-radius:24px;background:linear-gradient(135deg,#e8f6ff,#fff);border:1px solid rgba(0,107,182,.14);box-shadow:0 10px 24px rgba(0,92,160,.07)}.main-subscribe-panel b{display:block;font-size:20px;margin-bottom:5px}.main-subscribe-panel span{display:block;color:var(--muted);line-height:1.7;margin-bottom:12px}.how.compact{grid-template-columns:repeat(3,1fr)}.how.compact .how-step{display:grid;text-align:center;place-items:center}.carrier-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.carrier-pill{border-radius:20px;padding:14px;background:#fff;border:1px solid rgba(0,107,182,.16);box-shadow:0 8px 20px rgba(0,92,160,.08);text-align:right}.carrier-pill b{display:block;font-size:16px;color:var(--text)}.carrier-pill span{display:block;color:#006bb6;font-weight:1000;margin-top:5px}.modal-backdrop{position:fixed;inset:0;background:rgba(8,41,71,.45);display:grid;place-items:end center;z-index:200;padding:16px}.subscribe-modal{width:min(100%,520px);background:#fff;border-radius:28px;padding:18px;box-shadow:0 20px 60px rgba(0,41,71,.30);position:relative}.modal-close{position:absolute;left:14px;top:14px;width:38px;height:38px;border-radius:14px;background:#eff8ff;color:#005c99;font-size:24px}.subscribe-modal h3{font-size:24px;margin:8px 0}.subscribe-modal p{color:var(--muted);line-height:1.7;margin:0 0 12px}.modal-companies{display:grid;gap:9px}.modal-company{display:block;border-radius:18px;padding:14px;background:#eff8ff;border:1px solid var(--line)}.modal-company b{display:block;color:var(--text);font-size:17px}.modal-company span{display:block;color:#005c99;font-weight:900;margin-top:5px;font-size:13px}
@media(max-width:460px){.journey-hero h2{font-size:28px}.hero-actions{grid-template-columns:1fr}.big-action{min-height:auto;display:grid;grid-template-columns:42px 1fr;gap:8px;text-align:right;align-items:center}.big-action span{grid-row:1/3}.smart-steps{grid-template-columns:repeat(2,1fr)}.deck-cover{height:280px}.deck-body h2{font-size:26px}.recommend-grid{grid-template-columns:1fr}.how.compact{grid-template-columns:1fr}.carrier-grid{grid-template-columns:1fr}.deck-secondary{grid-template-columns:1fr 1fr 1fr}.big-subscribe{font-size:15px}.modal-backdrop{padding:10px}.subscribe-modal{border-radius:24px}}

/* v8-simple-clear: شاشة أضبط، كلام أقل، أزرار أوضح */
html,body{max-width:100%;overflow-x:hidden}
.app-shell{width:100%;max-width:640px;padding:10px 12px 92px;overflow-x:hidden}
.topbar{margin:-10px -12px 10px;padding:9px 12px;gap:8px;min-width:0}
.logo{width:38px;height:38px;border-radius:14px;font-size:21px;flex:0 0 auto}.brand{min-width:0}.brand h1{font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand p{display:none}.icon-btn{width:38px;height:38px;border-radius:14px;flex:0 0 auto}.simple-hero{border-radius:24px;padding:18px 15px;background:linear-gradient(135deg,#fff,#e4f6ff);border:1px solid var(--line);box-shadow:0 10px 26px rgba(0,92,160,.10);text-align:right}.simple-hero h2{margin:0 0 8px;font-size:25px;line-height:1.35;color:var(--text)}.simple-hero p{margin:0;color:#385a73;font-weight:800;line-height:1.7;font-size:14px}.simple-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:13px}.secondary.wide{width:100%;text-align:center}.compact-search{margin:11px 0}.compact-search input{padding:14px 15px;border-radius:18px}.section-title{margin:16px 3px 10px}.section-title h3{font-size:20px}.section-title small{font-size:12px}.grid{gap:9px}.category-card{min-height:112px;border-radius:20px;padding:13px}.cat-icon{width:46px;height:46px;border-radius:17px;font-size:24px}.cat-count{padding:5px 8px;font-size:11px}.category-card h4{font-size:19px;margin:9px 0 4px}.category-card p{font-size:12px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cat-cta{display:none}.tone-list{gap:10px}.tone-card{grid-template-columns:74px 1fr;gap:10px;padding:10px;border-radius:20px}.cover{width:74px;height:74px;border-radius:16px}.tone-info h4{font-size:17px;margin:0 0 3px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.tone-info p{font-size:12px;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.badges{display:none}.actions{gap:6px}.play,.primary,.secondary{height:38px;border-radius:13px;padding:8px 11px;font-size:13px;display:inline-flex;align-items:center;justify-content:center}.fav-only{width:38px;padding:0}.detail-cover{height:205px;border-radius:20px}.detail-hero{border-radius:24px;padding:12px}.detail h2{font-size:25px;margin:13px 3px 2px}.detail .artist{font-size:13px;margin-bottom:10px}.primary-row{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:12px 0}.big-play{width:100%;background:#083b67;color:#fff;font-weight:1000}.sms-note{margin:8px 0 12px;color:var(--muted);line-height:1.7;font-size:13px;background:#f1f9ff;border:1px solid var(--line);padding:10px;border-radius:16px}.simple-actions-inline{display:grid;grid-template-columns:1fr 1fr}.sub-title{font-size:18px;margin:14px 4px 8px}.carrier-grid{grid-template-columns:1fr;gap:8px}.carrier-pill{border-radius:16px;padding:12px}.carrier-pill b{font-size:15px}.carrier-pill span{font-size:12px}.bottom-nav{bottom:10px;width:min(94%,480px);border-radius:20px;padding:6px}.nav-item{padding:10px 4px;font-size:12px}.deck-screen{min-height:auto}.deck-cover{height:230px}.deck-card{border-radius:24px}.deck-body{padding:13px}.deck-label{display:none}.deck-body h2{font-size:24px}.deck-actions{grid-template-columns:52px 1fr}.round-play{width:52px;height:52px}.big-subscribe{font-size:14px;border-radius:17px}.deck-secondary button{font-size:12px;padding:9px 4px}.deck-hint{display:none}.recommend-hero,.route-banner,.help-card,.smart-steps,.mood-grid{display:none!important}
@media(max-width:380px){.simple-hero h2{font-size:23px}.simple-actions{grid-template-columns:1fr}.grid{grid-template-columns:1fr 1fr}.category-card{min-height:104px;padding:11px}.cat-icon{width:42px;height:42px}.category-card h4{font-size:18px}.tone-card{grid-template-columns:68px 1fr}.cover{width:68px;height:68px}.play,.primary,.secondary{height:35px;font-size:12px;padding:7px 9px}.fav-only{width:35px}.detail-cover{height:190px}}


/* v9-journey-clean: إعادة فكرة رحلة اختيار النغمة بشكل مختصر ومضبوط على الجوال */
.app-shell{max-width:560px;overflow-x:hidden;padding-inline:12px}.topbar{overflow:hidden}.journey-choice{position:relative;overflow:hidden;border-radius:26px;padding:17px 14px;background:linear-gradient(135deg,#ffffff 0%,#eaf7ff 70%,#d9f1ff 100%);border:1px solid rgba(0,107,182,.16);box-shadow:0 12px 28px rgba(0,92,160,.11);margin-bottom:12px}.journey-choice:before{content:"";position:absolute;inset:-70px auto auto -70px;width:170px;height:170px;border-radius:50%;background:rgba(0,163,224,.14)}.journey-kicker{position:relative;display:inline-flex;background:#fff;color:#006bb6;border:1px solid var(--line);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:1000;margin-bottom:9px}.journey-choice h2{position:relative;margin:0 0 7px;font-size:24px;line-height:1.42;font-weight:1000;color:var(--text);letter-spacing:-.2px}.journey-choice p{position:relative;margin:0;color:#3c607a;font-size:13.5px;line-height:1.75;font-weight:800}.choice-grid{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}.choice-card{min-height:76px;border-radius:18px;background:rgba(255,255,255,.92);border:1px solid rgba(0,107,182,.13);box-shadow:0 8px 18px rgba(0,92,160,.07);padding:10px 6px;display:grid;place-items:center;text-align:center;color:var(--text)}.choice-card span{font-size:24px;line-height:1}.choice-card b{font-size:13px;line-height:1.35;font-weight:1000}.choice-card:active{transform:scale(.98)}.journey-mini-actions{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.journey-mini-actions .subscribe,.journey-mini-actions .secondary{height:44px;font-size:14px;border-radius:15px}.search.compact-search{margin-top:8px}.section-title{margin-top:14px}.deck-hint{display:block!important;font-size:13px;line-height:1.7}.recommend-hero,.route-banner{display:block!important}.recommend-hero{border-radius:24px;padding:16px 14px;background:#fff;border:1px solid var(--line);box-shadow:0 10px 22px rgba(0,92,160,.08)}.recommend-hero h2{margin:0 0 6px;font-size:23px}.recommend-hero p{margin:0;color:var(--muted);line-height:1.7;font-size:13px}.recommend-grid{display:grid!important;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}.recommend-card{border-radius:20px;padding:14px 10px;background:#fff;border:1px solid var(--line);box-shadow:0 8px 20px rgba(0,92,160,.08);display:grid;gap:4px;text-align:center;color:var(--text)}.recommend-card span{font-size:25px}.recommend-card b{font-size:16px}.recommend-card small{font-size:12px;color:var(--muted);line-height:1.45}.route-banner{background:#fff;border:1px solid var(--line);border-radius:22px;padding:14px;margin-bottom:12px;box-shadow:0 10px 22px rgba(0,92,160,.08)}.route-banner b,.route-banner span{display:block}.route-banner span{color:var(--muted);font-size:13px;margin:4px 0 10px}.route-banner button{background:#e4f5ff;color:#006bb6;border-radius:14px;padding:10px 12px;font-weight:1000}.smart-steps,.mood-grid{display:none!important}
@media(max-width:430px){.journey-choice{padding:15px 12px;border-radius:23px}.journey-choice h2{font-size:22px}.choice-grid{grid-template-columns:repeat(2,1fr);gap:7px}.choice-card{min-height:66px;border-radius:16px;grid-template-columns:32px 1fr;text-align:right;place-items:center stretch;padding:9px 10px}.choice-card span{font-size:22px}.choice-card b{font-size:13px}.journey-mini-actions{grid-template-columns:1fr 1fr}.journey-mini-actions .subscribe,.journey-mini-actions .secondary{height:41px;font-size:13px}.recommend-grid{grid-template-columns:1fr}.deck-hint{display:none!important}}
@media(max-width:340px){.choice-grid{grid-template-columns:1fr}.journey-mini-actions{grid-template-columns:1fr}.journey-choice h2{font-size:21px}}

/* phase5-unicell-journey-from-zero-v1: تجربة رحلة جديدة من الصفر */
:root{
  --journey-blue:#006bb6;
  --journey-blue2:#0aa7e5;
  --journey-deep:#043a65;
  --journey-soft:#eef9ff;
}
body{background:linear-gradient(180deg,#eaf7ff 0%,#ffffff 44%,#eef9ff 100%)}
.app-shell{max-width:560px;width:100%;padding:10px 12px 92px;overflow-x:hidden}
.compact-top{margin:-10px -12px 10px;padding:9px 12px;background:rgba(244,251,255,.96)}
.compact-top .brand h1{font-size:18px}.compact-top .brand p{display:block;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logo{background:linear-gradient(145deg,#0077c8,#0aa7e5);font-family:Arial,sans-serif;font-weight:1000}
.welcome-screen,.intro-screen{min-height:calc(100dvh - 30px);display:grid;place-items:center;text-align:center;padding:24px 14px;background:radial-gradient(circle at 50% 20%,rgba(10,167,229,.18),transparent 34%)}
.welcome-logo{width:112px;height:112px;border-radius:34px;background:linear-gradient(145deg,#006bb6,#0aa7e5);display:grid;place-items:center;color:#fff;font-size:64px;font-weight:1000;margin:auto auto 18px;box-shadow:0 22px 50px rgba(0,107,182,.25)}
.welcome-screen h1{font-size:27px;line-height:1.45;margin:0;color:#063b66;font-weight:1000}.welcome-screen p{font-size:19px;color:#006bb6;font-weight:900;margin:8px 0 0}.intro-card{width:100%;background:linear-gradient(145deg,#fff,#e9f7ff);border:1px solid rgba(0,107,182,.16);box-shadow:0 22px 50px rgba(0,92,160,.14);border-radius:32px;padding:26px 18px}.intro-kicker{display:inline-flex;margin-bottom:14px;padding:7px 12px;border-radius:999px;background:#fff;color:#006bb6;border:1px solid var(--line);font-size:12px;font-weight:1000}.intro-card h1{font-size:30px;line-height:1.55;margin:0 0 22px;color:#052f52;font-weight:1000;letter-spacing:-.4px}.yes-btn{width:100%;height:58px;border-radius:20px;background:linear-gradient(135deg,#006bb6,#0aa7e5);color:#fff;font-size:23px;font-weight:1000;box-shadow:0 14px 28px rgba(0,107,182,.22)}
.question-card,.sub-question{border-radius:28px;padding:18px 15px;background:linear-gradient(145deg,#fff,#e8f7ff);border:1px solid rgba(0,107,182,.15);box-shadow:0 12px 28px rgba(0,92,160,.10);margin-bottom:12px}.question-card h2,.sub-question h2{margin:0 0 7px;font-size:26px;line-height:1.42;color:#063b66;font-weight:1000}.question-card p,.sub-question p{margin:0;color:#466982;line-height:1.7;font-size:13px;font-weight:800}.sub-question span{display:grid;place-items:center;width:58px;height:58px;border-radius:22px;background:#fff;margin-bottom:10px;font-size:30px;border:1px solid rgba(0,107,182,.12)}
.type-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.type-card{min-height:142px;border-radius:26px;padding:15px 10px;background:#fff;border:1px solid rgba(0,107,182,.14);box-shadow:0 10px 24px rgba(0,92,160,.09);display:grid;align-content:center;justify-items:center;text-align:center;color:#062f52}.type-card span{font-size:36px;line-height:1;margin-bottom:9px}.type-card b{font-size:21px;font-weight:1000;line-height:1.3}.type-card small{margin-top:6px;color:#5b778e;line-height:1.5;font-size:12px;max-width:150px}.type-card:active,.subtype-card:active{transform:scale(.985)}
.subtype-list{display:grid;gap:10px}.subtype-card{width:100%;min-height:82px;border-radius:24px;padding:12px;background:#fff;border:1px solid rgba(0,107,182,.14);box-shadow:0 10px 24px rgba(0,92,160,.08);display:grid;grid-template-columns:56px 1fr auto;align-items:center;gap:10px;text-align:right;color:#062f52}.sub-icon{width:56px;height:56px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(145deg,#e6f7ff,#fff);font-size:28px}.subtype-card b{display:block;font-size:20px;font-weight:1000}.subtype-card small{display:block;color:#5b778e;font-size:12px;line-height:1.5;margin-top:4px}.subtype-card strong{min-width:38px;height:32px;border-radius:999px;display:grid;place-items:center;background:#e3f4ff;color:#006bb6;font-size:13px}
.reels-screen{display:grid;gap:10px}.reel-card{background:#fff;border:1px solid rgba(0,107,182,.14);box-shadow:0 18px 42px rgba(0,92,160,.13);border-radius:30px;overflow:hidden}.reel-image{height:390px;position:relative;background:#dff3ff;overflow:hidden}.reel-image img{width:100%;height:100%;object-fit:cover}.reel-image:after{content:"";position:absolute;inset:auto 0 0;height:48%;background:linear-gradient(180deg,transparent,rgba(3,31,54,.48))}.reel-play{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:86px;height:86px;border-radius:50%;background:rgba(255,255,255,.86);color:#006bb6;font-size:34px;font-weight:1000;box-shadow:0 16px 35px rgba(0,0,0,.20);z-index:2}.reel-progress{position:absolute;top:12px;left:12px;z-index:2;background:rgba(255,255,255,.88);color:#006bb6;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:1000}.reel-content{padding:14px}.reel-content h2{margin:0 0 4px;font-size:27px;line-height:1.35;color:#052f52;font-weight:1000}.reel-content p{margin:0 0 12px;color:#5b778e;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reel-main-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.listen-btn,.subscribe-btn{height:50px;border-radius:18px;font-size:18px;font-weight:1000}.listen-btn{background:#083b67;color:#fff}.subscribe-btn{background:linear-gradient(135deg,#006bb6,#0aa7e5);color:#fff;box-shadow:0 12px 24px rgba(0,107,182,.20)}.reel-small-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:9px}.reel-small-actions button{height:39px;border-radius:15px;background:#eef8ff;color:#006bb6;font-weight:950;font-size:13px}.reel-nav{display:grid;grid-template-columns:1fr 1fr;gap:9px}.reel-nav button{height:47px;border-radius:17px;background:#fff;color:#006bb6;border:1px solid var(--line);font-weight:1000;box-shadow:0 8px 20px rgba(0,92,160,.07)}.reel-nav button:disabled{opacity:.45}.tiny-note{text-align:center;color:#5b778e;font-size:12px;line-height:1.6;margin:0 4px 4px;font-weight:800}.clean-detail .detail-hero{border-radius:28px}.primary-row{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:12px 0}.big-play{border-radius:18px;background:#083b67;color:#fff;font-weight:1000}.simple-actions-inline{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.carrier-grid{margin-top:12px}
@media(max-width:440px){.intro-card h1{font-size:26px}.question-card h2,.sub-question h2{font-size:24px}.type-grid{gap:8px}.type-card{min-height:128px;border-radius:23px;padding:13px 8px}.type-card span{font-size:32px}.type-card b{font-size:19px}.type-card small{font-size:11.5px}.subtype-card{grid-template-columns:50px 1fr auto;min-height:76px;border-radius:21px}.sub-icon{width:50px;height:50px;border-radius:18px}.subtype-card b{font-size:18px}.reel-image{height:340px}.reel-play{width:76px;height:76px}.reel-content h2{font-size:24px}.listen-btn,.subscribe-btn{height:47px;font-size:16px}}
@media(max-width:360px){.type-grid{grid-template-columns:1fr}.type-card{min-height:104px}.intro-card h1{font-size:24px}.welcome-screen h1{font-size:24px}.reel-image{height:305px}.reel-small-actions button{font-size:12px}}

/* v2: Professional journey list UX - one-by-one entrance from right */
:root{
  --tap-scale:.972;
  --uni-blue:#006bb6;
  --uni-cyan:#0aa7e5;
  --uni-ink:#052f52;
  --uni-card:#ffffff;
}
*{-webkit-tap-highlight-color:transparent}
body{overscroll-behavior-y:none;background:linear-gradient(180deg,#f6fcff 0%,#eaf7ff 45%,#f8fdff 100%)}
.app-shell{max-width:520px;min-height:100dvh;margin:0 auto;padding:10px 14px 100px;overflow-x:hidden}
button{touch-action:manipulation;transition:transform .14s ease,box-shadow .18s ease,filter .18s ease,background .18s ease,border-color .18s ease}
button:active{transform:scale(var(--tap-scale));filter:saturate(1.06)}
.icon-btn:active,.nav-item:active{transform:scale(.94)}
.compact-top{position:sticky;top:0;z-index:20;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,107,182,.09);box-shadow:0 10px 24px rgba(0,72,120,.06)}
.compact-top .logo{box-shadow:0 10px 26px rgba(0,107,182,.20)}

.pro-flow{padding-top:4px;display:block}
.pro-hero{position:relative;overflow:hidden;margin:0 0 14px;padding:22px 18px 20px;border-radius:32px;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(229,247,255,.96));border:1px solid rgba(0,107,182,.14);box-shadow:0 18px 38px rgba(0,92,160,.11);animation:heroRise .55s cubic-bezier(.2,.8,.2,1) both}
.pro-hero:before{content:"";position:absolute;inset:-54px auto auto -42px;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,rgba(10,167,229,.22),transparent 68%)}
.pro-hero:after{content:"";position:absolute;inset:auto -42px -70px auto;width:170px;height:170px;border-radius:50%;background:radial-gradient(circle,rgba(0,107,182,.13),transparent 66%)}
.pro-hero>*{position:relative;z-index:1}.eyebrow{display:inline-flex;align-items:center;gap:6px;margin-bottom:10px;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.85);border:1px solid rgba(0,107,182,.12);color:var(--uni-blue);font-size:12px;font-weight:1000;box-shadow:0 8px 18px rgba(0,92,160,.06)}
.pro-hero h2{margin:0;color:var(--uni-ink);font-size:25px;line-height:1.45;font-weight:1000;letter-spacing:-.35px}.pro-hero p{margin:9px 0 0;color:#486a82;font-size:13.5px;line-height:1.85;font-weight:850}.hero-icon{width:58px;height:58px;border-radius:22px;display:grid;place-items:center;background:#fff;border:1px solid rgba(0,107,182,.12);box-shadow:0 12px 24px rgba(0,92,160,.08);font-size:30px;margin-bottom:10px}

.pro-list{display:grid;gap:10px}.pro-row{--delay:calc(var(--i) * 80ms);width:100%;min-height:86px;display:grid;grid-template-columns:58px 1fr 38px;gap:12px;align-items:center;text-align:right;padding:12px;border-radius:26px;background:linear-gradient(145deg,#fff,#f2fbff);border:1px solid rgba(0,107,182,.13);box-shadow:0 12px 28px rgba(0,92,160,.085);color:var(--uni-ink);opacity:0;transform:translateX(64px) scale(.985);animation:slideInRight .58s cubic-bezier(.18,.84,.22,1) var(--delay) forwards;will-change:transform,opacity}.pro-row:hover{box-shadow:0 16px 34px rgba(0,92,160,.12);border-color:rgba(0,107,182,.22)}.pro-row:active{box-shadow:0 6px 18px rgba(0,92,160,.10);background:linear-gradient(145deg,#e9f8ff,#fff)}
.row-icon{width:58px;height:58px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(145deg,#e1f5ff,#fff);border:1px solid rgba(0,107,182,.11);box-shadow:inset 0 -6px 18px rgba(0,107,182,.04);font-size:29px}.row-text{min-width:0;display:block}.row-text b{display:block;font-size:20px;line-height:1.35;font-weight:1000;color:var(--uni-ink)}.row-text small{display:block;margin-top:4px;color:#607c91;font-size:12.5px;line-height:1.55;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.row-arrow{width:34px;height:34px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,var(--uni-blue),var(--uni-cyan));color:#fff;font-size:30px;font-weight:900;line-height:1;box-shadow:0 10px 20px rgba(0,107,182,.18)}.row-count{min-width:42px;height:36px;border-radius:999px;display:grid;place-items:center;background:#e3f5ff;color:var(--uni-blue);font-size:14px;font-weight:1000;border:1px solid rgba(0,107,182,.08)}
.subtype-row{grid-template-columns:58px 1fr 46px}.type-grid,.question-card,.sub-question,.subtype-list{display:none!important}

.reel-card{border-radius:34px;box-shadow:0 22px 48px rgba(0,92,160,.15)}.reel-play,.subscribe-btn,.yes-btn,.row-arrow{position:relative;overflow:hidden}.reel-play:after,.subscribe-btn:after,.yes-btn:after,.row-arrow:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent,rgba(255,255,255,.36),transparent);transform:translateX(120%);transition:transform .45s ease}.reel-play:active:after,.subscribe-btn:active:after,.yes-btn:active:after,.row-arrow:active:after{transform:translateX(-120%)}
.bottom-nav{left:50%;right:auto;transform:translateX(-50%);max-width:500px;width:calc(100% - 28px);border:1px solid rgba(0,107,182,.10);box-shadow:0 18px 38px rgba(0,92,160,.14)}.nav-item.active{box-shadow:inset 0 0 0 1px rgba(0,107,182,.08)}
@keyframes slideInRight{from{opacity:0;transform:translateX(64px) scale(.985)}to{opacity:1;transform:translateX(0) scale(1)}}
@keyframes heroRise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:440px){.app-shell{padding-left:12px;padding-right:12px}.pro-hero{border-radius:28px;padding:20px 15px}.pro-hero h2{font-size:23px}.pro-row{min-height:80px;border-radius:23px;grid-template-columns:54px 1fr 34px;padding:11px;gap:10px}.subtype-row{grid-template-columns:54px 1fr 42px}.row-icon{width:54px;height:54px;border-radius:20px;font-size:27px}.row-text b{font-size:18.5px}.row-text small{font-size:12px}.row-arrow{width:32px;height:32px;font-size:27px}.row-count{min-width:38px;height:34px}.compact-top .brand h1{font-size:17px}.compact-top .brand p{max-width:190px}}
@media(max-width:340px){.pro-row{grid-template-columns:48px 1fr 30px}.subtype-row{grid-template-columns:48px 1fr 38px}.row-icon{width:48px;height:48px;font-size:24px}.row-text b{font-size:17px}.row-text small{font-size:11.5px}.pro-hero h2{font-size:21px}.pro-hero p{font-size:12.5px}.bottom-nav{width:calc(100% - 18px)}}

/* v3: remove favorites, refine mobile layout, two-column tone cards */
.app-shell{max-width:500px;padding:10px 12px 96px;overflow-x:hidden}
.topbar{margin:-10px -12px 12px;padding:10px 12px;min-height:62px}
.compact-top .brand h1{font-size:18px;line-height:1.25;max-width:270px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.compact-top .brand p{display:block;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}
.spacer{display:block}.icon-btn{box-shadow:0 8px 18px rgba(0,92,160,.10)}
.bottom-nav.two-tabs{grid-template-columns:1fr 1fr;max-width:430px;width:calc(100% - 28px)}

.section-page{padding-top:2px}.section-hero-clean{display:grid;grid-template-columns:58px 1fr;gap:12px;align-items:center;margin:0 0 12px;padding:14px;border-radius:26px;background:linear-gradient(145deg,#ffffff,#eaf8ff);border:1px solid rgba(0,107,182,.13);box-shadow:0 14px 32px rgba(0,92,160,.10);animation:heroRise .45s cubic-bezier(.2,.8,.2,1) both}.section-emoji{width:58px;height:58px;border-radius:21px;display:grid;place-items:center;background:#fff;border:1px solid rgba(0,107,182,.11);box-shadow:0 10px 20px rgba(0,92,160,.07);font-size:30px}.section-hero-clean h2{margin:0 0 4px;color:var(--uni-ink);font-size:22px;line-height:1.35;font-weight:1000}.section-hero-clean p{margin:0;color:#5b778e;font-size:12.5px;font-weight:850;line-height:1.6}
.tone-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-items:stretch}.tone-grid .empty{grid-column:1/-1}.grid-tone-card{display:flex!important;flex-direction:column!important;gap:0!important;padding:9px!important;border-radius:24px!important;background:linear-gradient(180deg,#fff,#f4fbff)!important;border:1px solid rgba(0,107,182,.12)!important;box-shadow:0 12px 28px rgba(0,92,160,.10)!important;min-width:0;overflow:hidden;animation:cardPop .42s cubic-bezier(.18,.84,.22,1) both}.grid-tone-card:active{transform:scale(.975)}.tone-cover-button{position:relative;width:100%;aspect-ratio:1.08/1;border-radius:19px;overflow:hidden;background:#dff3ff;padding:0;display:block;box-shadow:inset 0 -16px 28px rgba(0,50,100,.06)}.tone-cover-button img{width:100%;height:100%;object-fit:cover;display:block}.tone-cover-button:after{content:"";position:absolute;inset:auto 0 0;height:48%;background:linear-gradient(180deg,transparent,rgba(5,47,82,.34))}.tone-cover-button span{position:absolute;left:10px;bottom:10px;z-index:1;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.92);color:#006bb6;font-size:16px;font-weight:1000;box-shadow:0 8px 18px rgba(0,0,0,.12)}.grid-tone-card .tone-info{padding:10px 3px 2px}.grid-tone-card .tone-info h4{font-size:17px!important;line-height:1.35!important;margin:0 0 4px!important;color:#052f52;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:46px}.grid-tone-card .tone-info p{font-size:11.5px!important;margin:0 0 9px!important;color:#607c91;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tone-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important}.tone-actions .play,.tone-actions .primary{width:100%;height:39px!important;border-radius:14px!important;padding:0 5px!important;font-size:12.5px!important;font-weight:1000!important}.tone-actions .play{background:#083b67}.tone-actions .primary{box-shadow:0 8px 16px rgba(0,107,182,.16)}
.fav-only,[aria-label="المفضلة"]{display:none!important}.simple-actions-inline.one-action{grid-template-columns:1fr!important}.reel-small-actions{grid-template-columns:1fr 1fr}.reel-small-actions button:first-child:nth-last-child(2),.reel-small-actions button:first-child:nth-last-child(2)~button{height:42px}.carrier-grid{display:grid;gap:8px}.carrier-pill{width:100%;border:1px solid rgba(0,107,182,.13);background:#f4fbff;color:#052f52;border-radius:17px;padding:12px;text-align:right}.carrier-pill:active{transform:scale(.98)}
.pro-hero{margin-bottom:12px}.pro-row{box-shadow:0 12px 26px rgba(0,92,160,.08)}
@keyframes cardPop{from{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(max-width:390px){.app-shell{padding-left:10px;padding-right:10px}.topbar{margin-left:-10px;margin-right:-10px}.tone-grid{gap:8px}.grid-tone-card{border-radius:21px!important;padding:7px!important}.tone-cover-button{border-radius:17px}.grid-tone-card .tone-info h4{font-size:15.5px!important;min-height:42px}.tone-actions .play,.tone-actions .primary{height:36px!important;font-size:12px!important}.section-hero-clean{border-radius:23px;padding:12px;grid-template-columns:52px 1fr}.section-emoji{width:52px;height:52px;border-radius:19px}.section-hero-clean h2{font-size:20px}.compact-top .brand h1{font-size:17px;max-width:220px}.compact-top .brand p{max-width:220px}.logo{width:38px;height:38px}}
@media(max-width:330px){.tone-grid{grid-template-columns:1fr}.grid-tone-card .tone-info h4{min-height:auto}.bottom-nav.two-tabs{width:calc(100% - 18px)}}

/* v4: mobile scrolling + true app-like interactions */
html,body{
  width:100%;
  min-height:100%;
  height:auto!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  -webkit-overflow-scrolling:touch;
  touch-action:pan-y;
  overscroll-behavior-y:auto;
}
body{padding:0;}
#app{min-height:100dvh;display:block;overflow:visible!important;}
.app-shell,.type-screen,.subtype-screen,.section-page,.reels-screen,.detail{
  overflow:visible!important;
  touch-action:pan-y;
  -webkit-overflow-scrolling:touch;
}
.app-shell{
  max-width:520px!important;
  width:100%!important;
  padding:10px 12px calc(126px + env(safe-area-inset-bottom))!important;
  min-height:auto!important;
}
.type-screen,.subtype-screen,.section-page{padding-bottom:118px!important;}
.tone-grid{padding-bottom:20px!important;}
.bottom-nav{
  bottom:calc(12px + env(safe-area-inset-bottom))!important;
  z-index:80!important;
}
button,a,.pro-row,.tone-card,.tone-cover-button,.nav-item{
  -webkit-tap-highlight-color:transparent;
  touch-action:manipulation;
  user-select:none;
}
.pro-row,.grid-tone-card,.category-card,.subscription-card,.carrier-pill,.modal-company,
.primary,.secondary,.play,.subscribe,.listen-btn,.subscribe-btn,.yes-btn,.big-play,.nav-item,.icon-btn,.tone-cover-button{
  transition:transform .16s cubic-bezier(.2,.8,.2,1), box-shadow .16s ease, filter .16s ease, background .16s ease;
}
.pro-row:active,.grid-tone-card:active,.category-card:active,.subscription-card:active,.carrier-pill:active,.modal-company:active,
.primary:active,.secondary:active,.play:active,.subscribe:active,.listen-btn:active,.subscribe-btn:active,.yes-btn:active,.big-play:active,.nav-item:active,.icon-btn:active,.tone-cover-button:active{
  transform:translateY(2px) scale(.975)!important;
  filter:saturate(1.08);
}
.pro-row{
  background:linear-gradient(145deg,#fff,#f2fbff)!important;
  border:1px solid rgba(0,107,182,.13)!important;
  box-shadow:0 14px 30px rgba(0,92,160,.10), inset 0 1px 0 rgba(255,255,255,.85)!important;
}
.pro-row:active{box-shadow:0 7px 16px rgba(0,92,160,.10), inset 0 3px 8px rgba(0,107,182,.08)!important;}
.row-arrow,.primary,.subscribe,.subscribe-btn,.yes-btn{
  background:linear-gradient(135deg,#006bb6,#09a7e5)!important;
  color:#fff!important;
  box-shadow:0 12px 24px rgba(0,107,182,.20)!important;
}
.play,.listen-btn,.big-play{
  background:linear-gradient(135deg,#072f53,#0c568e)!important;
  color:#fff!important;
  box-shadow:0 10px 20px rgba(7,47,83,.18)!important;
}
.secondary,.nav-item.active{
  background:linear-gradient(135deg,#eaf8ff,#dff3ff)!important;
  color:#005c99!important;
  box-shadow:inset 0 0 0 1px rgba(0,107,182,.08)!important;
}
.tone-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  align-items:stretch!important;
}
.grid-tone-card{
  min-height:0!important;
  will-change:transform;
  box-shadow:0 14px 30px rgba(0,92,160,.11)!important;
}
.tone-actions .play,.tone-actions .primary{
  height:41px!important;
  border-radius:15px!important;
  letter-spacing:0!important;
}
.tone-cover-button span{
  backdrop-filter:blur(10px);
  transition:transform .16s ease, background .16s ease;
}
.tone-cover-button:active span{transform:scale(.92);background:#fff;}
.pro-list .pro-row,.tone-grid .grid-tone-card{animation-duration:.42s!important;animation-timing-function:cubic-bezier(.18,.84,.22,1)!important;}
@media(max-width:390px){
  .app-shell{padding-left:10px!important;padding-right:10px!important;}
  .tone-grid{gap:8px!important;}
  .tone-actions .play,.tone-actions .primary{height:38px!important;font-size:12px!important;}
}
@media(max-width:330px){.tone-grid{grid-template-columns:1fr!important;}}

/* v6: clean journey screens, balanced cards, fixed detail image and SMS buttons */
.journey-minimal{
  min-height:54px!important;
  margin:-10px -12px 6px!important;
  padding:8px 12px!important;
  justify-content:flex-start!important;
  background:rgba(244,251,255,.86)!important;
}
.journey-minimal .logo{margin-inline-start:auto!important;}
.clean-choice-screen,.clean-section-screen{padding-top:4px!important;}
.choice-title{
  margin:4px 0 18px!important;
  padding:6px 10px!important;
  text-align:center!important;
  animation:heroRise .42s cubic-bezier(.2,.8,.2,1) both;
}
.choice-title h2{
  margin:0!important;
  color:#006bb6!important;
  font-size:32px!important;
  line-height:1.25!important;
  font-weight:1000!important;
  letter-spacing:-.5px;
}
.section-title-only{margin-top:2px!important;margin-bottom:14px!important;}
.section-hero-clean,.subtype-hero .hero-icon,.subtype-hero .eyebrow,.subtype-hero p{display:none!important;}
.subtype-list-pro .subtype-row{
  grid-template-columns:1fr 54px!important;
  min-height:78px!important;
  padding:13px 16px!important;
}
.subtype-list-pro .subtype-row .row-text{text-align:right!important;}
.subtype-list-pro .subtype-row .row-text b{font-size:22px!important;}
.subtype-list-pro .subtype-row .row-text small{font-size:13px!important;color:#6a8295!important;}
.subtype-list-pro .subtype-row .row-count{justify-self:end!important;background:linear-gradient(135deg,#eaf8ff,#d8f1ff)!important;color:#006bb6!important;}
.tone-cover-static{cursor:default!important;}
.tone-cover-static span,.tone-cover-button span{display:none!important;}
.tone-cover-button:after{display:none!important;}
.grid-tone-card .tone-info{padding:8px 3px 2px!important;}
.grid-tone-card .tone-info h4{
  margin:0 0 2px!important;
  min-height:42px!important;
  line-height:1.25!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
}
.grid-tone-card .tone-info p{margin:0 0 7px!important;line-height:1.25!important;}
.tone-actions .play,.tone-actions .primary{height:40px!important;border-radius:15px!important;font-size:13px!important;}
.detail-v6{
  min-height:auto!important;
  padding-bottom:130px!important;
  overflow:visible!important;
}
.detail-v6 .detail-hero{
  padding:12px!important;
  border-radius:30px!important;
  overflow:visible!important;
}
.detail-v6 .detail-cover{
  height:auto!important;
  aspect-ratio:1.18/1!important;
  border-radius:25px!important;
  background:#dff3ff!important;
  overflow:hidden!important;
}
.detail-v6 .detail-cover img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center!important;
}
.detail-v6 h2{
  margin:13px 4px 2px!important;
  text-align:right!important;
  font-size:29px!important;
  line-height:1.22!important;
}
.detail-v6 .artist{
  margin:0 4px 12px!important;
  line-height:1.35!important;
  color:#6a8295!important;
}
.detail-v6 .primary-row{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
  margin:10px 0 12px!important;
}
.detail-v6 .big-play,.detail-v6 .share-big{
  width:100%!important;
  height:58px!important;
  border-radius:22px!important;
  display:grid!important;
  place-items:center!important;
  text-align:center!important;
  font-size:18px!important;
  font-weight:1000!important;
}
.share-big{background:linear-gradient(135deg,#eaf8ff,#d8f1ff)!important;color:#005c99!important;border:1px solid rgba(0,107,182,.12)!important;}
.sms-instruction{
  margin:10px 0 10px!important;
  padding:13px 14px!important;
  border-radius:20px!important;
  background:linear-gradient(135deg,#f6fcff,#eaf8ff)!important;
  border:1px solid rgba(0,107,182,.12)!important;
  text-align:center!important;
}
.sms-instruction b{display:block!important;color:#052f52!important;font-size:19px!important;margin-bottom:4px!important;font-weight:1000!important;}
.sms-instruction span{display:block!important;color:#607c91!important;font-size:13px!important;line-height:1.6!important;font-weight:850!important;}
.detail-carriers{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-top:10px!important;padding-bottom:16px!important;}
.sms-carrier{
  min-height:74px!important;
  border:0!important;
  border-radius:23px!important;
  color:#fff!important;
  text-align:center!important;
  display:grid!important;
  place-items:center!important;
  gap:2px!important;
  padding:13px!important;
  box-shadow:0 14px 28px rgba(0,92,160,.16)!important;
}
.sms-carrier b{font-size:20px!important;color:#fff!important;margin:0!important;}
.sms-carrier span{font-size:14px!important;color:rgba(255,255,255,.92)!important;margin:0!important;font-weight:1000!important;}
.carrier-yemen{background:linear-gradient(135deg,#8c1d3d,#d73564)!important;}
.carrier-sabafon{background:linear-gradient(135deg,#e31f26,#f7b500)!important;}
.carrier-you{background:linear-gradient(135deg,#006bb6,#00a3e0)!important;}
.carrier-default{background:linear-gradient(135deg,#052f52,#0b76bd)!important;}
.clean-detail .simple-actions-inline,.clean-detail .sms-note{display:none!important;}
@media(max-width:390px){
  .choice-title h2{font-size:28px!important;}
  .subtype-list-pro .subtype-row .row-text b{font-size:20px!important;}
  .detail-v6 h2{font-size:26px!important;}
  .detail-v6 .big-play,.detail-v6 .share-big{height:54px!important;font-size:17px!important;}
  .sms-carrier{min-height:68px!important;border-radius:20px!important;}
  .sms-carrier b{font-size:18px!important;}
}


/* v7: no top header, no counts, tighter cards, smoother audio-focused UI */
.no-top-flow{padding-top:18px!important;}
.type-screen.no-top-flow{padding-top:22px!important;}
.subtype-screen.no-top-flow,.section-page.no-top-flow,.detail-v6.no-top-flow{padding-top:18px!important;}
.topbar.compact-top,.topbar.journey-minimal{display:none!important;}
.choice-title{margin:2px 0 18px!important;padding:0 8px!important;}
.choice-title h2{font-size:34px!important;text-align:center!important;line-height:1.22!important;}
.subtype-list-pro .subtype-row{grid-template-columns:1fr 42px!important;padding:14px 17px!important;min-height:76px!important;}
.subtype-list-pro .subtype-row .row-text b{font-size:23px!important;line-height:1.25!important;}
.subtype-list-pro .subtype-row .row-text small,.subtype-list-pro .row-count{display:none!important;}
.subtype-list-pro .row-arrow{display:grid!important;justify-self:end;width:36px;height:36px;border-radius:15px;place-items:center;font-size:28px;background:linear-gradient(135deg,#006bb6,#09a7e5)!important;color:#fff!important;box-shadow:0 10px 18px rgba(0,107,182,.16)!important;}

/* Remove external category numbers everywhere */
.row-count,.category-count,.count-badge,.tone-count{display:none!important;}

/* More balanced two-column tone cards */
.grid-tone-card{padding:8px!important;border-radius:23px!important;}
.tone-cover-button{aspect-ratio:1.12/1!important;border-radius:18px!important;}
.grid-tone-card .tone-info{padding:7px 3px 2px!important;display:flex!important;flex-direction:column!important;gap:0!important;}
.grid-tone-card .tone-info h4{
  min-height:0!important;
  margin:0 0 1px!important;
  line-height:1.2!important;
  font-size:16.5px!important;
  -webkit-line-clamp:2!important;
}
.grid-tone-card .tone-info p{
  margin:0 0 6px!important;
  line-height:1.15!important;
  font-size:11.5px!important;
  color:#6a8295!important;
}
.tone-actions{gap:7px!important;margin-top:auto!important;}
.tone-actions .play,.tone-actions .primary{
  height:38px!important;
  border-radius:14px!important;
  font-size:12.8px!important;
  display:grid!important;
  place-items:center!important;
  text-align:center!important;
}

/* Detail page scroll + SMS buttons polish */
.detail-v6{padding-bottom:150px!important;overflow:visible!important;}
.detail-v6 .detail-hero{margin-top:0!important;}
.detail-carriers .sms-carrier{display:grid!important;place-items:center!important;text-align:center!important;justify-content:center!important;align-content:center!important;}
.sms-carrier b,.sms-carrier span{text-align:center!important;width:100%;}

@media(max-width:390px){
  .no-top-flow{padding-top:14px!important;}
  .choice-title h2{font-size:30px!important;}
  .subtype-list-pro .subtype-row .row-text b{font-size:21px!important;}
  .grid-tone-card{padding:7px!important;}
  .tone-cover-button{border-radius:17px!important;}
  .grid-tone-card .tone-info h4{font-size:15.5px!important;}
  .tone-actions .play,.tone-actions .primary{height:36px!important;font-size:12px!important;}
}

/* v8: centered ringtone cards, blue outline, corrected carrier colors */
.grid-tone-card{
  border:1.5px solid rgba(0,107,182,.42)!important;
  box-shadow:0 12px 26px rgba(0,92,160,.10), inset 0 0 0 1px rgba(255,255,255,.70)!important;
}
.grid-tone-card .tone-info{
  text-align:center!important;
  align-items:center!important;
}
.grid-tone-card .tone-info h4{
  width:100%!important;
  text-align:center!important;
  margin:0 auto 1px!important;
  font-size:17px!important;
  line-height:1.22!important;
}
.grid-tone-card .tone-info p{
  width:100%!important;
  text-align:center!important;
  margin:0 auto 5px!important;
  line-height:1.15!important;
  font-size:11.5px!important;
}
.tone-actions{width:100%!important;}
/* Correct company identity colors: Sabafon blue, YOU yellow */
.carrier-sabafon{
  background:linear-gradient(135deg,#006bb6,#00a3e0)!important;
}
.carrier-you{
  background:linear-gradient(135deg,#f3b300,#ffd84a)!important;
  color:#052f52!important;
}
.carrier-you b,.carrier-you span{color:#052f52!important;}
.modal-company.carrier-sabafon{background:linear-gradient(135deg,#006bb6,#00a3e0)!important;color:#fff!important;}
.modal-company.carrier-you{background:linear-gradient(135deg,#f3b300,#ffd84a)!important;color:#052f52!important;}
@media(max-width:390px){
  .grid-tone-card .tone-info h4{font-size:16px!important;}
  .grid-tone-card .tone-info p{font-size:11px!important;margin-bottom:5px!important;}
}


/* v9: direct entry, no bottom strip, audio stops on navigation, cleaner app look */
.app-shell{
  padding-bottom:calc(34px + env(safe-area-inset-bottom))!important;
}
.bottom-nav{display:none!important;}
.type-screen,.subtype-screen,.section-page{padding-bottom:34px!important;}
.detail-v6{padding-bottom:42px!important;}
.no-top-flow{padding-top:10px!important;}
.type-screen.no-top-flow{padding-top:10px!important;}
.direct-hero{
  margin:8px 0 18px!important;
  padding:22px 16px!important;
  border-radius:30px!important;
  text-align:center!important;
  background:linear-gradient(145deg,#ffffff 0%,#e8f7ff 100%)!important;
  box-shadow:0 18px 38px rgba(0,92,160,.12)!important;
}
.direct-hero .eyebrow{display:none!important;}
.direct-hero h2{
  margin:0!important;
  color:#052f52!important;
  font-size:31px!important;
  line-height:1.28!important;
  font-weight:1000!important;
  letter-spacing:-.4px!important;
}
.direct-hero p{
  margin:8px 0 0!important;
  color:#55758c!important;
  font-size:14px!important;
  line-height:1.5!important;
  font-weight:850!important;
}
.type-list{padding-bottom:18px!important;}
.toast{display:none!important;}
.grid-tone-card{
  border:1.5px solid rgba(0,107,182,.46)!important;
}
@media(max-width:390px){
  .direct-hero h2{font-size:27px!important;}
  .direct-hero{padding:20px 14px!important;border-radius:27px!important;}
}

/* v10: direct flat sections, polished details */
.flat-section-list .type-row{
  grid-template-columns:64px 1fr 46px!important;
  min-height:86px!important;
  padding:14px 16px!important;
  border:1px solid rgba(0,107,182,.14)!important;
}
.flat-section-list .row-icon{
  width:58px!important;
  height:58px!important;
  border-radius:21px!important;
  background:linear-gradient(145deg,#eef9ff,#ffffff)!important;
  border:1px solid rgba(0,107,182,.10)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9), 0 8px 18px rgba(0,92,160,.06)!important;
}
.flat-section-list .row-text b{font-size:23px!important;line-height:1.25!important;}
.flat-section-list .row-text small{font-size:13px!important;line-height:1.35!important;display:block!important;}
.flat-section-list .row-arrow{width:38px!important;height:38px!important;border-radius:16px!important;}
/* remove any old counts in the external category list */
.flat-section-list .row-count,.flat-section-list .cat-count{display:none!important;}

/* Details page: centered identity and clearer subscription */
.detail-v6 .detail-hero{padding:14px!important;}
.detail-v6 .detail-cover{margin-bottom:14px!important;}
.detail-v6 h2{
  text-align:center!important;
  margin:10px auto 3px!important;
  font-size:30px!important;
  line-height:1.22!important;
  max-width:96%!important;
}
.detail-v6 .artist{
  text-align:center!important;
  margin:0 auto 12px!important;
  font-size:14px!important;
  line-height:1.4!important;
  max-width:92%!important;
}
.detail-v6 .primary-row{margin:12px 0 12px!important;}
.sms-instruction{
  padding:15px 14px!important;
  margin:12px 0 12px!important;
  border-radius:22px!important;
}
.sms-instruction b{
  font-size:21px!important;
  line-height:1.25!important;
}
.sms-instruction span{
  font-size:14px!important;
  line-height:1.55!important;
}
.sms-carrier{
  min-height:78px!important;
  border-radius:24px!important;
  cursor:pointer!important;
}
.sms-carrier b{font-size:21px!important;line-height:1.15!important;}
.sms-carrier span{font-size:14px!important;line-height:1.2!important;}

@media(max-width:390px){
  .flat-section-list .type-row{grid-template-columns:58px 1fr 42px!important;min-height:80px!important;padding:12px 14px!important;}
  .flat-section-list .row-icon{width:52px!important;height:52px!important;border-radius:19px!important;}
  .flat-section-list .row-text b{font-size:21px!important;}
  .flat-section-list .row-text small{font-size:12px!important;}
  .detail-v6 h2{font-size:27px!important;}
  .sms-instruction b{font-size:19px!important;}
  .sms-instruction span{font-size:13px!important;}
  .sms-carrier{min-height:70px!important;border-radius:21px!important;}
}

/* v11: polished home section cards + first-visit-only entrance */
.direct-home.no-home-entrance .pro-row,
.direct-home.no-home-entrance .pro-hero{
  opacity:1!important;
  transform:none!important;
  animation:none!important;
}
.direct-home.home-entrance .pro-row{
  animation:slideInRight .50s cubic-bezier(.18,.84,.22,1) calc(var(--i) * 70ms) forwards!important;
}
.flat-section-list{
  padding:0 8px 24px!important;
  gap:12px!important;
}
.flat-section-list .type-row{
  width:100%!important;
  margin:0 auto!important;
  min-height:82px!important;
  border:1.5px solid rgba(0,107,182,.28)!important;
  border-radius:25px!important;
  background:linear-gradient(145deg,#ffffff 0%,#f3fbff 100%)!important;
  box-shadow:0 10px 24px rgba(0,92,160,.075), inset 0 0 0 1px rgba(255,255,255,.75)!important;
}
.flat-section-list .type-row:active{
  border-color:rgba(0,107,182,.48)!important;
  background:linear-gradient(145deg,#eaf8ff 0%,#ffffff 100%)!important;
}
.flat-section-list .row-icon{
  border:1px solid rgba(0,107,182,.20)!important;
  background:linear-gradient(145deg,#f8fdff,#e5f6ff)!important;
}
.flat-section-list .row-arrow{
  background:linear-gradient(135deg,#0078c8,#09a7e5)!important;
  color:#fff!important;
  box-shadow:0 8px 16px rgba(0,107,182,.18)!important;
}
.direct-hero{
  margin-left:8px!important;
  margin-right:8px!important;
  border:1.5px solid rgba(0,107,182,.18)!important;
}
@media(max-width:390px){
  .app-shell{padding-left:10px!important;padding-right:10px!important;}
  .flat-section-list{padding-left:7px!important;padding-right:7px!important;gap:11px!important;}
  .flat-section-list .type-row{border-radius:23px!important;min-height:78px!important;}
  .direct-hero{margin-left:7px!important;margin-right:7px!important;}
}


/* v12: smart search inside name sections */
.name-search-wrap{
  width:min(92%,520px)!important;
  margin:12px auto 4px!important;
  position:relative!important;
  display:block!important;
}
.name-search-input{
  width:100%!important;
  height:56px!important;
  border-radius:22px!important;
  border:1.5px solid rgba(0,107,182,.30)!important;
  background:linear-gradient(180deg,#fff,#f2fbff)!important;
  box-shadow:0 10px 24px rgba(0,92,160,.08), inset 0 1px 0 rgba(255,255,255,.95)!important;
  padding:0 20px 0 86px!important;
  font-size:18px!important;
  font-weight:900!important;
  color:#052f52!important;
  text-align:right!important;
  outline:none!important;
}
.name-search-input::placeholder{color:#6b879a!important;font-weight:800!important;opacity:.9!important;}
.name-search-input:focus{
  border-color:#009bd8!important;
  box-shadow:0 12px 30px rgba(0,123,199,.14), 0 0 0 4px rgba(0,163,224,.12)!important;
}
.name-search-wrap span{
  position:absolute!important;
  left:12px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  height:34px!important;
  min-width:64px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(135deg,#0078c8,#09a7e5)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:1000!important;
  box-shadow:0 8px 16px rgba(0,107,182,.16)!important;
}
.grid-tone-card.is-hidden-by-search{display:none!important;}
.name-search-empty{grid-column:1/-1!important;margin-top:8px!important;}
@media(max-width:390px){
  .name-search-wrap{width:94%!important;margin-top:10px!important;}
  .name-search-input{height:52px!important;border-radius:20px!important;font-size:16px!important;padding-right:16px!important;padding-left:78px!important;}
  .name-search-wrap span{left:10px!important;height:31px!important;min-width:58px!important;font-size:11px!important;}
}

/* v13: request missing name via WhatsApp */
.name-search-empty {
  text-align: center;
  grid-column: 1 / -1;
  padding: 18px 14px;
}
.name-search-empty p {
  margin: 0 0 12px;
  color: var(--muted, #5f7280);
  font-weight: 800;
}
.request-name-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 18px;
  text-decoration: none;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, #0b93d5, #06426d);
  box-shadow: 0 14px 28px rgba(0, 136, 204, .22);
  border: 1px solid rgba(255,255,255,.42);
  transform: translateZ(0);
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}
.request-name-btn:active {
  transform: scale(.97);
  box-shadow: 0 8px 18px rgba(0, 136, 204, .18);
  filter: brightness(.96);
}

/* v14: stable home return + polished contact footer */
.direct-home.no-home-entrance,
.direct-home.no-home-entrance *{
  animation:none!important;
}
.direct-home.no-home-entrance .pro-row,
.direct-home.no-home-entrance .pro-hero,
.direct-home.no-home-entrance .home-contact-footer{
  opacity:1!important;
  transform:none!important;
}
.home-contact-footer{
  margin:18px 8px 8px!important;
  padding:18px 14px 20px!important;
  border-radius:28px!important;
  border:1.5px solid rgba(0,107,182,.20)!important;
  background:linear-gradient(145deg,#ffffff 0%,#f1fbff 100%)!important;
  box-shadow:0 14px 32px rgba(0,92,160,.09), inset 0 1px 0 rgba(255,255,255,.90)!important;
  text-align:center!important;
}
.home-contact-footer h3{
  margin:0 0 4px!important;
  color:#052f52!important;
  font-size:24px!important;
  line-height:1.25!important;
  font-weight:1000!important;
}
.home-contact-footer p{
  margin:0 0 14px!important;
  color:#617b8f!important;
  font-size:13px!important;
  line-height:1.6!important;
  font-weight:800!important;
}
.contact-grid{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:9px!important;
}
.contact-chip{
  min-height:58px!important;
  border-radius:20px!important;
  padding:10px 14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  text-decoration:none!important;
  border:1px solid rgba(0,107,182,.14)!important;
  background:linear-gradient(145deg,#f8fdff,#e8f8ff)!important;
  color:#052f52!important;
  box-shadow:0 8px 18px rgba(0,92,160,.06)!important;
  transition:transform .16s cubic-bezier(.2,.8,.2,1), box-shadow .16s ease, filter .16s ease!important;
}
.contact-chip:active{transform:scale(.975)!important;filter:brightness(.98)!important;box-shadow:0 5px 12px rgba(0,92,160,.07)!important;}
.contact-chip b{font-size:16px!important;font-weight:1000!important;}
.contact-chip span{font-size:13px!important;font-weight:900!important;color:#607c91!important;direction:ltr!important;unicode-bidi:embed!important;}
.contact-chip.whatsapp{border-color:rgba(37,211,102,.28)!important;background:linear-gradient(145deg,#f7fff9,#e9fff1)!important;}
.contact-chip.phone{border-color:rgba(0,107,182,.24)!important;}
.contact-chip.email{border-color:rgba(10,76,120,.18)!important;}
.social-row{
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:center!important;
  gap:7px!important;
  margin-top:13px!important;
}
.social-row a{
  min-height:34px!important;
  padding:8px 11px!important;
  border-radius:999px!important;
  text-decoration:none!important;
  font-size:12px!important;
  font-weight:900!important;
  color:#006bb6!important;
  background:rgba(0,163,224,.08)!important;
  border:1px solid rgba(0,107,182,.12)!important;
}
.social-row a:active{transform:scale(.96)!important;}
@media(max-width:390px){
  .home-contact-footer{margin-left:7px!important;margin-right:7px!important;border-radius:25px!important;padding:16px 12px 18px!important;}
  .home-contact-footer h3{font-size:22px!important;}
  .contact-chip{min-height:54px!important;border-radius:18px!important;}
  .social-row a{font-size:11px!important;padding:7px 9px!important;}
}

/* v15: professional app-like return from tone details to the exact section position */
html.is-restoring-section,
body.is-restoring-section{
  scroll-behavior:auto!important;
}
.is-restoring-section *{
  animation:none!important;
  transition:none!important;
}
.restore-section-state .grid-tone-card,
.restore-section-state .tone-grid,
.restore-section-state .choice-title,
.restore-section-state .section-title-only{
  animation:none!important;
  transform:none!important;
  opacity:1!important;
}
.tone-grid{
  contain:layout paint;
}
.grid-tone-card{
  border-color:rgba(0,107,182,.28)!important;
  transform:translateZ(0);
  will-change:auto;
}
.tone-cover-button{
  flex:0 0 auto!important;
}
.grid-tone-card .tone-info h4,
.grid-tone-card .tone-info p{
  text-align:center!important;
}

/* v16: detail page actions moved to image corners */
.detail-v16 .detail-cover-actions{
  position:relative!important;
  isolation:isolate!important;
}
.detail-v16 .primary-row,
.detail-v16 .big-play,
.detail-v16 .share-big{
  display:none!important;
}
.detail-float-btn{
  position:absolute!important;
  top:13px!important;
  z-index:5!important;
  width:46px!important;
  height:46px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:rgba(255,255,255,.92)!important;
  color:#006bb6!important;
  border:1px solid rgba(0,107,182,.18)!important;
  box-shadow:0 12px 28px rgba(0,52,96,.20)!important;
  backdrop-filter:blur(12px)!important;
  -webkit-backdrop-filter:blur(12px)!important;
  font-size:20px!important;
  line-height:1!important;
  font-weight:1000!important;
  padding:0!important;
  transition:transform .16s ease, box-shadow .16s ease, background .16s ease!important;
}
.detail-float-btn:active{
  transform:scale(.92)!important;
  box-shadow:0 8px 18px rgba(0,52,96,.18)!important;
}
.detail-float-play{
  right:13px!important;
  background:linear-gradient(135deg,#ffffff,#eaf8ff)!important;
}
.detail-float-share{
  left:13px!important;
}
.detail-v16 h2,
.detail-v16 .artist{
  text-align:center!important;
}
.detail-v16 .sms-instruction{
  margin-top:14px!important;
}
.detail-v16 .sms-instruction b{
  font-size:22px!important;
}
.detail-v16 .sms-instruction span{
  font-size:14px!important;
}
@media(max-width:390px){
  .detail-float-btn{width:42px!important;height:42px!important;top:11px!important;font-size:18px!important;}
  .detail-float-play{right:11px!important;}
  .detail-float-share{left:11px!important;}
}

/* v17: جذريًا: تنقل ثابت بدون اهتزاز + بطاقة تواصل احترافية */
html, body { scroll-behavior: auto !important; }
::view-transition-old(root), ::view-transition-new(root){ animation:none!important; }
#app.is-silent-restore{
  visibility:hidden!important;
}
html.is-restoring-section, body.is-restoring-section{
  scroll-behavior:auto!important;
  overflow-anchor:none!important;
}
html.is-restoring-section *, body.is-restoring-section *{
  animation:none!important;
  transition:none!important;
}
.section-page, .clean-section-screen, .detail, .clean-detail{
  animation:none!important;
  transform:none!important;
}
.section-page .choice-title,
.section-page .tone-grid,
.section-page .grid-tone-card,
.detail .detail-hero,
.detail .detail-cover,
.detail h2,
.detail .artist,
.detail .sms-instruction,
.detail .carrier-pill{
  animation:none!important;
}
.tone-grid{overflow-anchor:none!important; contain:none!important;}
.grid-tone-card{overflow-anchor:none!important; backface-visibility:hidden;}
.tone-cover-button,.tone-cover-static{
  aspect-ratio: 1.08 / 1!important;
  min-height:0!important;
}
.tone-cover-button img,.detail-cover img{
  transform:translateZ(0);
  backface-visibility:hidden;
}

.contact-pro{
  position:relative!important;
  overflow:hidden!important;
  margin:22px 10px 10px!important;
  padding:18px 14px 16px!important;
  border-radius:30px!important;
  border:1.5px solid rgba(0,107,182,.24)!important;
  background:
    radial-gradient(circle at 88% 0%, rgba(0,163,224,.20), transparent 32%),
    radial-gradient(circle at 5% 100%, rgba(0,107,182,.13), transparent 34%),
    linear-gradient(145deg,#ffffff 0%,#f2fbff 100%)!important;
  box-shadow:0 18px 40px rgba(0,72,126,.12), inset 0 1px 0 rgba(255,255,255,.92)!important;
  text-align:initial!important;
}
.contact-pro:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(120deg,rgba(255,255,255,.65),transparent 48%);
}
.contact-head{
  position:relative;
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
  text-align:right;
}
.contact-logo{
  width:48px;
  height:48px;
  border-radius:18px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  background:linear-gradient(135deg,#006bb6,#00a3e0);
  color:#fff;
  font-size:25px;
  font-weight:1000;
  box-shadow:0 13px 28px rgba(0,107,182,.24);
}
.contact-pro h3{margin:0 0 3px!important;font-size:23px!important;color:#052f52!important;font-weight:1000!important;line-height:1.2!important;text-align:right!important;}
.contact-pro p{margin:0!important;color:#607c91!important;font-size:13px!important;font-weight:850!important;line-height:1.55!important;text-align:right!important;}
.contact-pro .contact-grid{position:relative;display:grid!important;grid-template-columns:1fr!important;gap:10px!important;}
.contact-pro .contact-chip{
  min-height:62px!important;
  border-radius:22px!important;
  padding:10px 12px!important;
  display:grid!important;
  grid-template-columns:42px 1fr auto!important;
  align-items:center!important;
  gap:10px!important;
  text-decoration:none!important;
  background:rgba(255,255,255,.78)!important;
  border:1px solid rgba(0,107,182,.16)!important;
  box-shadow:0 9px 22px rgba(0,92,160,.08)!important;
  color:#052f52!important;
}
.contact-pro .contact-chip:active{transform:scale(.982)!important;box-shadow:0 5px 15px rgba(0,92,160,.10)!important;}
.contact-ico{
  width:42px;
  height:42px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#eaf8ff,#d9f2ff);
  color:#006bb6;
  font-size:19px;
  font-weight:1000;
}
.contact-copy{display:flex;flex-direction:column;gap:2px;min-width:0;text-align:right;}
.contact-copy b{font-size:15px!important;font-weight:1000!important;color:#052f52!important;line-height:1.25!important;}
.contact-copy small{font-size:12px!important;font-weight:900!important;color:#607c91!important;direction:ltr;unicode-bidi:embed;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.contact-pro .contact-chip em{
  font-style:normal;
  font-size:11px;
  font-weight:1000;
  color:#006bb6;
  background:rgba(0,163,224,.10);
  border:1px solid rgba(0,107,182,.10);
  border-radius:999px;
  padding:7px 9px;
  white-space:nowrap;
}
.contact-pro .contact-chip.whatsapp .contact-ico{background:linear-gradient(135deg,#eafff2,#d6ffe6);color:#159a48;}
.contact-pro .contact-chip.whatsapp em{color:#159a48;background:rgba(37,211,102,.12);}
.contact-pro .contact-chip.email .contact-ico{background:linear-gradient(135deg,#eef8ff,#e2f1ff);color:#06426d;}
.contact-pro .social-row{
  position:relative;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:7px!important;
  margin-top:12px!important;
}
.contact-pro .social-row a{
  min-height:36px!important;
  padding:8px 6px!important;
  border-radius:14px!important;
  display:grid!important;
  place-items:center!important;
  text-decoration:none!important;
  font-size:11.5px!important;
  font-weight:1000!important;
  color:#006bb6!important;
  background:rgba(0,163,224,.08)!important;
  border:1px solid rgba(0,107,182,.13)!important;
}
@media(max-width:390px){
  .contact-pro{margin-left:8px!important;margin-right:8px!important;border-radius:27px!important;padding:16px 12px 14px!important;}
  .contact-logo{width:44px;height:44px;border-radius:16px;font-size:23px;}
  .contact-pro h3{font-size:21px!important;}
  .contact-pro .contact-chip{grid-template-columns:39px 1fr auto!important;min-height:58px!important;border-radius:20px!important;padding:9px 10px!important;}
  .contact-ico{width:39px;height:39px;border-radius:15px;font-size:18px;}
  .contact-copy b{font-size:14px!important;}
  .contact-copy small{font-size:11.3px!important;}
  .contact-pro .contact-chip em{font-size:10.5px;padding:6px 8px;}
  .contact-pro .social-row{gap:6px!important;}
  .contact-pro .social-row a{font-size:10.5px!important;min-height:34px!important;border-radius:13px!important;}
}

/* v18: تطبيق احترافي ثابت: حفظ موضع الرجوع + أيقونات رسمية + أزرار تفاعلية */
html,body{overscroll-behavior-y:none!important;scroll-behavior:auto!important;}
#app{min-height:100svh;contain:layout paint;}
.is-restoring-section #app{overflow-anchor:none!important;}
.is-restoring-section .section-page,.is-restoring-section .tone-grid,.is-restoring-section .grid-tone-card{
  animation:none!important;transition:none!important;transform:none!important;
}
.section-page.restore-section-state .tone-grid,.section-page.restore-section-state .grid-tone-card{animation:none!important;transition:none!important;}
.tone-grid{align-items:start!important;content-visibility:visible!important;}
.grid-tone-card{border:1.4px solid rgba(0,107,182,.34)!important;box-shadow:0 7px 18px rgba(0,92,160,.09)!important;will-change:auto!important;transform:translateZ(0);}
.grid-tone-card .tone-info{text-align:center!important;align-items:center!important;justify-content:flex-start!important;}
.grid-tone-card .tone-info h4,.grid-tone-card .tone-info p{text-align:center!important;width:100%!important;}
.grid-tone-card .tone-info h4{margin:4px 0 1px!important;line-height:1.16!important;min-height:34px!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.grid-tone-card .tone-info p{margin:0 0 5px!important;line-height:1.15!important;min-height:18px!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.tone-actions{width:100%!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:auto!important;}
.tone-actions .play,.tone-actions .primary{height:40px!important;border-radius:15px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;transition:transform .12s ease, box-shadow .12s ease, filter .12s ease, background .16s ease!important;}
.tone-actions .play:active,.tone-actions .primary:active{transform:scale(.965)!important;filter:brightness(.98)!important;}
.play-icon, .detail-float-btn svg, .contact-ico svg, .social-row svg{width:20px;height:20px;display:block;fill:currentColor;}
.tone-actions .play .play-icon{width:18px;height:18px;display:grid;place-items:center;color:#fff;}
.tone-actions .play.is-playing{background:linear-gradient(135deg,#0787d0,#00a7e5)!important;box-shadow:0 9px 18px rgba(0,163,224,.24)!important;}
.tone-actions .play.is-playing .play-icon{animation:pulsePlay 1.15s ease-in-out infinite;}
@keyframes pulsePlay{0%,100%{transform:scale(1)}50%{transform:scale(.88)}}
.detail-cover-actions{position:relative!important;}
.detail-float-btn{display:grid!important;place-items:center!important;border:1px solid rgba(255,255,255,.7)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;}
.detail-float-btn svg{width:22px!important;height:22px!important;}
.detail-float-play{background:rgba(0,107,182,.92)!important;color:#fff!important;}
.detail-float-play.is-playing{background:linear-gradient(135deg,#00a3e0,#006bb6)!important;box-shadow:0 11px 24px rgba(0,107,182,.35)!important;}
.detail-float-play.is-playing svg{animation:pulsePlay 1.15s ease-in-out infinite;}
.detail-float-share{background:rgba(255,255,255,.92)!important;color:#06426d!important;}
.detail-float-share:hover{background:#fff!important;}
.detail-hero h2,.detail-hero .artist{text-align:center!important;margin-left:auto!important;margin-right:auto!important;}
.detail-hero h2{font-size:30px!important;line-height:1.2!important;margin-top:14px!important;margin-bottom:2px!important;}
.detail-hero .artist{font-size:16px!important;margin-bottom:14px!important;}
.sms-instruction{text-align:center!important;border-radius:22px!important;padding:14px 12px!important;}
.sms-instruction b{display:block!important;font-size:22px!important;line-height:1.25!important;margin-bottom:4px!important;}
.sms-instruction span{display:block!important;font-size:15px!important;line-height:1.55!important;color:#526f83!important;font-weight:850!important;}
.carrier-sabafon{background:linear-gradient(135deg,#006bb6,#00a3e0)!important;color:#fff!important;}
.carrier-you{background:linear-gradient(135deg,#f3b300,#ffd84a)!important;color:#052f52!important;}
.carrier-you b,.carrier-you span{color:#052f52!important;}
.modal-company.carrier-sabafon{background:linear-gradient(135deg,#006bb6,#00a3e0)!important;color:#fff!important;}
.modal-company.carrier-you{background:linear-gradient(135deg,#f3b300,#ffd84a)!important;color:#052f52!important;}
.contact-pro{border:1.5px solid rgba(0,107,182,.18)!important;background:linear-gradient(165deg,#ffffff 0%,#f4fbff 100%)!important;box-shadow:0 12px 34px rgba(0,92,160,.11)!important;}
.contact-pro .contact-chip{border-width:1.4px!important;background:#fff!important;}
.contact-pro .contact-chip.whatsapp{border-color:rgba(37,211,102,.32)!important;background:linear-gradient(135deg,#ffffff,#f1fff6)!important;}
.contact-pro .contact-chip.phone{border-color:rgba(0,107,182,.28)!important;background:linear-gradient(135deg,#ffffff,#eef8ff)!important;}
.contact-pro .contact-chip.email{border-color:rgba(6,66,109,.22)!important;background:linear-gradient(135deg,#ffffff,#f4faff)!important;}
.contact-ico{display:grid!important;place-items:center!important;flex:0 0 auto;}
.contact-ico svg{width:22px!important;height:22px!important;}
.contact-chip.whatsapp .contact-ico{color:#25D366!important;}
.contact-chip.phone .contact-ico{color:#006bb6!important;}
.contact-chip.email .contact-ico{color:#06426d!important;}
.contact-pro .social-row{grid-template-columns:repeat(4,1fr)!important;}
.contact-pro .social-row a{display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;}
.contact-pro .social-row svg{width:15px!important;height:15px!important;}
@media(max-width:390px){
  .grid-tone-card .tone-info h4{min-height:32px!important;font-size:15.5px!important;}
  .grid-tone-card .tone-info p{min-height:16px!important;font-size:11.2px!important;}
  .tone-actions .play,.tone-actions .primary{height:38px!important;font-size:12.5px!important;}
  .detail-hero h2{font-size:27px!important;}
  .detail-hero .artist{font-size:14px!important;}
  .sms-instruction b{font-size:20px!important;}
  .contact-pro .social-row{grid-template-columns:1fr 1fr!important;}
}


/* v19: إصلاح جذري للتمرير والرجوع بدون شاشة بيضاء */
html, body{
  height:auto!important;
  min-height:100%!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  overscroll-behavior-y:auto!important;
  touch-action:auto!important;
  -webkit-overflow-scrolling:touch!important;
  scroll-behavior:auto!important;
}
body{position:static!important;}
#app{
  contain:none!important;
  overflow:visible!important;
  min-height:100dvh!important;
  visibility:visible!important;
}
#app.is-silent-restore{visibility:visible!important;opacity:1!important;}
.app-shell,.type-screen,.section-page,.clean-section-screen,.detail,.clean-detail,.tone-grid{
  overflow:visible!important;
  contain:none!important;
  touch-action:auto!important;
}
html.is-restoring-section *, body.is-restoring-section *{
  animation:none!important;
  transition:none!important;
  scroll-behavior:auto!important;
}
.section-page.restore-section-state .tone-grid,
.section-page.restore-section-state .grid-tone-card{
  animation:none!important;
  transition:none!important;
  transform:none!important;
  opacity:1!important;
}
.tone-grid{padding-bottom:36px!important;}
.detail-v6{padding-bottom:36px!important;}
.detail-cover img,.tone-cover-button img{background:#eaf8ff!important;}

/* v20: native-app navigation stability */
html, body { scroll-behavior: auto !important; }
.is-returning-home #app,
.is-returning-home #app *,
.is-restoring-section #app,
.is-restoring-section #app *{
  scroll-behavior:auto!important;
}
.is-returning-home .direct-home,
.is-returning-home .direct-home *,
.is-returning-home .flat-section-list .type-row,
.is-restoring-section .section-page,
.is-restoring-section .section-page *,
.restore-section-state,
.restore-section-state *{
  animation:none!important;
  transition:none!important;
}
.section-page .tone-cover-button,
.grid-tone-card .tone-cover-button{contain:layout paint;}
.tone-cover-button img,.detail-cover img{background:#dff3ff;}

/* v20: more premium contact card */
.contact-pro{
  margin:28px 10px 42px!important;
  padding:18px!important;
  border-radius:30px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f0faff 100%)!important;
  border:1.5px solid rgba(0,107,182,.22)!important;
  box-shadow:0 18px 45px rgba(0,92,160,.13)!important;
}
.contact-pro .contact-head{align-items:center!important;gap:12px!important;margin-bottom:14px!important;}
.contact-pro .contact-logo{width:52px!important;height:52px!important;border-radius:18px!important;background:linear-gradient(145deg,#008fd3,#006bb6)!important;color:#fff!important;box-shadow:0 12px 24px rgba(0,107,182,.22)!important;}
.contact-pro h3{text-align:right!important;margin:0!important;font-size:25px!important;}
.contact-pro p{text-align:right!important;margin:3px 0 0!important;color:#607c91!important;font-size:13px!important;}
.contact-chip{border-radius:22px!important;border-width:1.5px!important;min-height:74px!important;background:#fff!important;box-shadow:0 10px 24px rgba(0,92,160,.075)!important;}
.contact-chip.whatsapp{border-color:rgba(37,211,102,.30)!important;background:linear-gradient(90deg,#fff,#f0fff6)!important;}
.contact-chip.phone{border-color:rgba(0,143,211,.28)!important;background:linear-gradient(90deg,#fff,#f0fbff)!important;}
.contact-chip.email{border-color:rgba(8,59,103,.22)!important;background:linear-gradient(90deg,#fff,#f4fbff)!important;}
.contact-ico{width:48px!important;height:48px!important;border-radius:17px!important;}
.contact-chip.whatsapp .contact-ico svg{fill:#25D366!important;}
.contact-chip.phone .contact-ico svg{fill:#008fd3!important;}
.contact-chip.email .contact-ico svg{fill:#083b67!important;}
.contact-chip em{border-radius:999px!important;font-style:normal!important;font-weight:1000!important;}
.social-row a{border-radius:18px!important;border:1.4px solid rgba(0,107,182,.18)!important;background:linear-gradient(180deg,#ffffff,#edf9ff)!important;box-shadow:0 8px 18px rgba(0,92,160,.06)!important;}
.social-row svg{width:20px!important;height:20px!important;fill:#0079be!important;}

/* phase5-sections-ui: horizontal, equal-height section cards */
.flat-section-list{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
  padding:0 6px 24px!important;
}
.flat-section-list .type-row{
  width:100%!important;
  min-height:82px!important;
  max-width:none!important;
  grid-template-columns:56px minmax(0,1fr) 34px!important;
  align-items:center!important;
  gap:11px!important;
  padding:11px 12px!important;
  border-radius:22px!important;
  background:linear-gradient(135deg,#ffffff 0%,#f2fbff 100%)!important;
  border:1.5px solid rgba(0,107,182,.24)!important;
  box-shadow:0 8px 20px rgba(0,92,160,.08)!important;
  overflow:hidden!important;
}
.flat-section-list .row-icon{
  width:56px!important;
  height:56px!important;
  min-width:56px!important;
  border-radius:18px!important;
  background:linear-gradient(145deg,#e6f7ff,#ffffff)!important;
  color:#006bb6!important;
  font-size:27px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 6px 14px rgba(0,107,182,.08)!important;
}
.flat-section-list .row-text{
  min-width:0!important;
  overflow:hidden!important;
}
.flat-section-list .row-text b{
  margin:0!important;
  color:#052f52!important;
  font-size:20px!important;
  line-height:1.22!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.flat-section-list .row-text small{
  display:block!important;
  margin-top:5px!important;
  color:#5f788d!important;
  font-size:12.5px!important;
  line-height:1.25!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.flat-section-list .row-arrow{
  width:34px!important;
  height:34px!important;
  border-radius:14px!important;
  justify-self:end!important;
  background:linear-gradient(135deg,#006bb6,#0aa7e5)!important;
  box-shadow:0 7px 14px rgba(0,107,182,.16)!important;
}
.grid:has(> .category-card){
  grid-template-columns:1fr!important;
  gap:10px!important;
}
.grid > .category-card{
  min-height:82px!important;
  display:grid!important;
  grid-template-columns:56px minmax(0,1fr)!important;
  align-items:center!important;
  gap:11px!important;
  padding:11px 12px!important;
  border-radius:22px!important;
  overflow:hidden!important;
}
.grid > .category-card .cat-top{display:contents!important;}
.grid > .category-card .cat-count{display:none!important;}
.grid > .category-card .cat-icon{
  width:56px!important;
  height:56px!important;
  border-radius:18px!important;
  font-size:27px!important;
}
.grid > .category-card h4,
.grid > .category-card p{
  min-width:0!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.grid > .category-card h4{
  margin:0 0 5px!important;
  font-size:20px!important;
  line-height:1.22!important;
}
.grid > .category-card p{
  grid-column:2!important;
  margin:0!important;
  display:block!important;
  font-size:12.5px!important;
  line-height:1.25!important;
}
@media(max-width:390px){
  .flat-section-list{padding-left:4px!important;padding-right:4px!important;gap:9px!important;}
  .flat-section-list .type-row,
  .grid > .category-card{
    min-height:78px!important;
    gap:10px!important;
    padding:10px 11px!important;
    border-radius:20px!important;
  }
  .flat-section-list .type-row{grid-template-columns:52px minmax(0,1fr) 32px!important;}
  .grid > .category-card{grid-template-columns:52px minmax(0,1fr)!important;}
  .flat-section-list .row-icon,
  .grid > .category-card .cat-icon{
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
    border-radius:17px!important;
    font-size:25px!important;
  }
  .flat-section-list .row-text b,
  .grid > .category-card h4{font-size:18.5px!important;}
  .flat-section-list .row-text small,
  .grid > .category-card p{font-size:12px!important;}
  .flat-section-list .row-arrow{
    width:32px!important;
    height:32px!important;
    border-radius:13px!important;
  }
}

/* phase6-tones-ui: lighter professional ringtone cards */
.tone-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:9px!important;
  align-items:stretch!important;
}
.tone-grid .empty{grid-column:1/-1!important;}
.grid-tone-card{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  gap:0!important;
  padding:7px!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f5fbff 100%)!important;
  border:1.3px solid rgba(0,107,182,.24)!important;
  box-shadow:0 7px 18px rgba(0,92,160,.075)!important;
  overflow:hidden!important;
}
.tone-cover-button{
  width:100%!important;
  aspect-ratio:1.22/1!important;
  border-radius:16px!important;
  background:#e5f6ff!important;
  box-shadow:inset 0 -10px 20px rgba(0,76,130,.045)!important;
  overflow:hidden!important;
}
.tone-cover-button img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
.grid-tone-card .tone-info{
  flex:1 1 auto!important;
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  padding:7px 2px 0!important;
  text-align:right!important;
  align-items:stretch!important;
}
.grid-tone-card .tone-info h4{
  width:100%!important;
  min-height:38px!important;
  margin:0 0 2px!important;
  color:#052f52!important;
  font-size:16.2px!important;
  line-height:1.18!important;
  font-weight:1000!important;
  text-align:right!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.grid-tone-card .tone-info p{
  width:100%!important;
  min-height:15px!important;
  margin:0 0 5px!important;
  color:#607c91!important;
  font-size:11.3px!important;
  line-height:1.2!important;
  text-align:right!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  display:block!important;
}
.tone-actions{
  width:100%!important;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  direction:rtl!important;
  gap:7px!important;
  margin-top:auto!important;
  align-items:center!important;
}
.tone-actions .play,
.tone-actions .primary{
  height:38px!important;
  min-height:38px!important;
  max-height:38px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  border:0!important;
  font-size:12.5px!important;
  font-weight:1000!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.tone-actions .play{
  width:42px!important;
  min-width:42px!important;
  padding:0!important;
  border-radius:50%!important;
  background:linear-gradient(135deg,#083b67,#006bb6)!important;
  color:#fff!important;
  box-shadow:0 7px 15px rgba(8,59,103,.18)!important;
}
.tone-actions .play .play-label{display:none!important;}
.tone-actions .play .play-icon{
  width:18px!important;
  height:18px!important;
  display:grid!important;
  place-items:center!important;
}
.tone-actions .primary{
  width:100%!important;
  min-width:0!important;
  padding:0 10px!important;
  border-radius:15px!important;
  background:linear-gradient(135deg,#0078c8,#0aa7e5)!important;
  color:#fff!important;
  box-shadow:0 7px 15px rgba(0,107,182,.16)!important;
}
.tone-actions .play.is-playing{
  background:linear-gradient(135deg,#0aa7e5,#006bb6)!important;
  box-shadow:0 8px 18px rgba(0,163,224,.22)!important;
}
@media(max-width:390px){
  .tone-grid{gap:8px!important;}
  .grid-tone-card{
    padding:6px!important;
    border-radius:18px!important;
  }
  .tone-cover-button{border-radius:14px!important;}
  .grid-tone-card .tone-info{padding-top:6px!important;}
  .grid-tone-card .tone-info h4{
    min-height:36px!important;
    font-size:15.4px!important;
    line-height:1.17!important;
  }
  .grid-tone-card .tone-info p{
    margin-bottom:4px!important;
    font-size:10.8px!important;
  }
  .tone-actions{
    grid-template-columns:40px minmax(0,1fr)!important;
    gap:6px!important;
  }
  .tone-actions .play,
  .tone-actions .primary{
    height:36px!important;
    min-height:36px!important;
    max-height:36px!important;
    font-size:12px!important;
  }
  .tone-actions .play{
    width:40px!important;
    min-width:40px!important;
  }
  .tone-actions .primary{border-radius:14px!important;}
}
@media(max-width:330px){
  .tone-grid{grid-template-columns:1fr!important;}
}


/* v024-final-clean: تنسيق نهائي موحد لبطاقات النغمات على الجوال */
.app-shell{
  padding-left:14px!important;
  padding-right:14px!important;
  overflow-x:hidden!important;
}
.tone-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  padding-inline:1px!important;
  align-items:stretch!important;
}
.tone-grid .empty{grid-column:1/-1!important;}
.grid-tone-card{
  box-sizing:border-box!important;
  width:100%!important;
  min-width:0!important;
  height:100%!important;
  display:flex!important;
  flex-direction:column!important;
  gap:0!important;
  padding:8px!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f5fbff 100%)!important;
  border:1.3px solid rgba(0,107,182,.24)!important;
  box-shadow:0 7px 18px rgba(0,92,160,.075)!important;
  overflow:hidden!important;
}
.tone-cover-button{
  width:100%!important;
  aspect-ratio:1.16/1!important;
  border-radius:17px!important;
  flex:0 0 auto!important;
  background:#e5f6ff!important;
  overflow:hidden!important;
}
.tone-cover-button img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
.grid-tone-card .tone-info{
  flex:1 1 auto!important;
  width:100%!important;
  min-width:0!important;
  padding:5px 1px 0!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  align-items:center!important;
  text-align:center!important;
  gap:0!important;
}
.grid-tone-card .tone-info h4{
  width:100%!important;
  min-height:31px!important;
  max-height:36px!important;
  margin:0!important;
  color:#052f52!important;
  font-size:16px!important;
  line-height:1.10!important;
  font-weight:1000!important;
  text-align:center!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.grid-tone-card .tone-info p{
  width:100%!important;
  min-height:12px!important;
  max-height:14px!important;
  margin:0 0 4px!important;
  color:#607c91!important;
  font-size:11px!important;
  line-height:1.02!important;
  text-align:center!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  display:block!important;
}
.tone-actions{
  width:100%!important;
  display:flex!important;
  flex-direction:row-reverse!important;
  align-items:stretch!important;
  gap:7px!important;
  margin-top:auto!important;
}
.tone-actions .play,
.tone-actions .primary{
  height:42px!important;
  min-height:42px!important;
  max-height:42px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  border:0!important;
  border-radius:12px!important;
  font-weight:1000!important;
  line-height:1!important;
  text-align:center!important;
  white-space:nowrap!important;
}
.tone-actions .play{
  flex:0 0 42px!important;
  width:42px!important;
  min-width:42px!important;
  padding:0!important;
  background:linear-gradient(135deg,#083b67,#006bb6)!important;
  color:#fff!important;
  box-shadow:0 7px 15px rgba(8,59,103,.18)!important;
}
.tone-actions .play .play-label{display:none!important;}
.tone-actions .play .play-icon{
  width:18px!important;
  height:18px!important;
  display:grid!important;
  place-items:center!important;
}
.tone-actions .primary{
  flex:1 1 auto!important;
  width:auto!important;
  min-width:0!important;
  padding:0 12px!important;
  font-size:12.8px!important;
  background:linear-gradient(135deg,#0078c8,#0aa7e5)!important;
  color:#fff!important;
  box-shadow:0 7px 15px rgba(0,107,182,.16)!important;
}
.tone-actions .play.is-playing{
  background:linear-gradient(135deg,#0aa7e5,#006bb6)!important;
  box-shadow:0 8px 18px rgba(0,163,224,.22)!important;
}
@media(max-width:390px){
  .app-shell{padding-left:13px!important;padding-right:13px!important;}
  .tone-grid{gap:8px!important;}
  .grid-tone-card{padding:7px!important;border-radius:20px!important;}
  .tone-cover-button{aspect-ratio:1.12/1!important;border-radius:16px!important;}
  .grid-tone-card .tone-info{padding-top:5px!important;}
  .grid-tone-card .tone-info h4{font-size:15px!important;min-height:29px!important;max-height:34px!important;line-height:1.08!important;}
  .grid-tone-card .tone-info p{font-size:10.7px!important;min-height:11px!important;max-height:13px!important;margin:0 0 3px!important;}
  .tone-actions{gap:6px!important;}
  .tone-actions .play,.tone-actions .primary{height:40px!important;min-height:40px!important;max-height:40px!important;}
  .tone-actions .play{flex-basis:40px!important;width:40px!important;min-width:40px!important;}
}
@media(max-width:330px){
  .app-shell{padding-left:12px!important;padding-right:12px!important;}
  .tone-grid{grid-template-columns:1fr!important;gap:10px!important;}
  .grid-tone-card{max-width:290px!important;margin:0 auto!important;}
}


/* v025: تبديل مواضع الأزرار داخل بطاقات النغمات */
.tone-actions{
  flex-direction:row!important;
  direction:rtl!important;
}
.tone-actions .play{
  order:1!important;
}
.tone-actions .primary{
  order:2!important;
}


/* v026: شريط تثبيت التطبيق كتطبيق PWA */
.pwa-install-banner{
  position:fixed!important;
  left:14px!important;
  right:14px!important;
  bottom:14px!important;
  z-index:9999!important;
  max-width:520px!important;
  margin:0 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  padding:12px!important;
  border-radius:20px!important;
  background:rgba(255,255,255,.96)!important;
  border:1px solid rgba(0,107,182,.20)!important;
  box-shadow:0 16px 40px rgba(0,63,110,.22)!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
  direction:rtl!important;
}
.pwa-install-banner.is-hidden{display:none!important;}
.pwa-install-text{min-width:0!important;text-align:right!important;line-height:1.45!important;}
.pwa-install-text b{display:block!important;color:#052f52!important;font-size:15px!important;margin-bottom:2px!important;}
.pwa-install-text span{display:block!important;color:#607c91!important;font-size:12px!important;font-weight:800!important;}
.pwa-install-actions{display:flex!important;align-items:center!important;gap:7px!important;flex:0 0 auto!important;}
.pwa-install-btn{height:40px!important;padding:0 14px!important;border-radius:13px!important;background:linear-gradient(135deg,#0078c8,#0aa7e5)!important;color:#fff!important;font-weight:1000!important;box-shadow:0 8px 18px rgba(0,107,182,.18)!important;}
.pwa-install-close{width:40px!important;height:40px!important;border-radius:13px!important;background:#eef8ff!important;color:#083b67!important;font-size:22px!important;font-weight:1000!important;}
@media(max-width:390px){
  .pwa-install-banner{left:10px!important;right:10px!important;bottom:10px!important;padding:10px!important;border-radius:18px!important;}
  .pwa-install-text b{font-size:14px!important;}
  .pwa-install-text span{font-size:11px!important;}
  .pwa-install-btn{height:38px!important;padding:0 11px!important;}
  .pwa-install-close{width:38px!important;height:38px!important;}
}


/* v027: تعريب شركات الاتصالات وتوحيد نص الاشتراك مع أيقونة رسائل متحركة */
.sms-instruction-single{
  text-align:center!important;
}
.sms-instruction-single b{
  display:none!important;
}
.sms-instruction-single span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  width:100%!important;
  color:#466579!important;
  font-size:15px!important;
  line-height:1.75!important;
  font-weight:950!important;
}
.sms-carrier span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
}
.sms-inline-icon{
  display:inline-grid!important;
  place-items:center!important;
  width:18px!important;
  height:18px!important;
  color:currentColor!important;
  animation:smsIconFloat 1.15s ease-in-out infinite!important;
}
.sms-inline-icon svg{
  width:18px!important;
  height:18px!important;
  display:block!important;
  fill:currentColor!important;
}
@keyframes smsIconFloat{
  0%,100%{transform:translateY(0) scale(1);opacity:1;}
  50%{transform:translateY(-3px) scale(1.08);opacity:.88;}
}
@media(max-width:390px){
  .sms-instruction-single span{font-size:14px!important;gap:6px!important;}
  .sms-inline-icon,.sms-inline-icon svg{width:17px!important;height:17px!important;}
}


/* v028: تثبيت لون شركة يو بالأصفر بعد التعريب */
.carrier-you,
.modal-company.carrier-you{
  background:linear-gradient(135deg,#f3b300,#ffd84a)!important;
  color:#052f52!important;
}
.carrier-you b,
.carrier-you span,
.carrier-you .sms-inline-icon{
  color:#052f52!important;
}


/* v029: تكبير عنوان تعليمات الاشتراك وجعله مع الأيقونة في سطر واحد */
.sms-instruction-single{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:98px!important;
  padding:16px 14px!important;
}
.sms-instruction-single span{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:nowrap!important;
  white-space:nowrap!important;
  width:100%!important;
  gap:8px!important;
  font-size:16.4px!important;
  line-height:1.25!important;
  font-weight:1000!important;
}
.sms-instruction-single .sms-inline-icon,
.sms-instruction-single .sms-inline-icon svg{
  width:20px!important;
  height:20px!important;
}
@media(max-width:390px){
  .sms-instruction-single{min-height:92px!important;padding:15px 12px!important;}
  .sms-instruction-single span{font-size:14.6px!important;gap:7px!important;}
  .sms-instruction-single .sms-inline-icon,
  .sms-instruction-single .sms-inline-icon svg{width:18px!important;height:18px!important;}
}


/* v030: إبراز صندوق تعليمات SMS - أصغر، أوضح، ونص أكبر */
.sms-instruction-single{
  background:linear-gradient(180deg,#dbeaf3 0%, #d3e4ee 100%)!important;
  border:1px solid rgba(116,150,170,.26)!important;
  border-radius:20px!important;
  min-height:74px!important;
  padding:12px 14px!important;
  box-shadow:none!important;
}
.sms-instruction-single span{
  color:#34586c!important;
  font-size:18px!important;
  line-height:1.15!important;
  font-weight:1000!important;
  gap:9px!important;
}
.sms-instruction-single .sms-inline-icon,
.sms-instruction-single .sms-inline-icon svg{
  width:22px!important;
  height:22px!important;
}
@media(max-width:390px){
  .sms-instruction-single{
    min-height:70px!important;
    padding:11px 12px!important;
    border-radius:18px!important;
  }
  .sms-instruction-single span{
    font-size:16.2px!important;
    line-height:1.1!important;
    gap:8px!important;
  }
  .sms-instruction-single .sms-inline-icon,
  .sms-instruction-single .sms-inline-icon svg{
    width:20px!important;
    height:20px!important;
  }
}


/* v031: تكبير نص صندوق تعليمات SMS درجتين */
.sms-instruction-single span{
  font-size:20px!important;
}
@media(max-width:390px){
  .sms-instruction-single span{
    font-size:18px!important;
  }
}


/* v033: تكبير وإبراز نص صندوق تعليمات SMS */
.sms-instruction-single span{
  font-size:22px!important;
  line-height:1.12!important;
  font-weight:1000!important;
  gap:10px!important;
}
.sms-instruction-single .sms-inline-icon,
.sms-instruction-single .sms-inline-icon svg{
  width:24px!important;
  height:24px!important;
}
@media(max-width:390px){
  .sms-instruction-single span{
    font-size:19px!important;
    line-height:1.1!important;
    gap:8px!important;
  }
  .sms-instruction-single .sms-inline-icon,
  .sms-instruction-single .sms-inline-icon svg{
    width:21px!important;
    height:21px!important;
  }
}


/* v034: جعل نص صندوق التعليمات بحجم قريب من عنوان النغمة دون تكبير الصندوق */
.sms-instruction-single{
  min-height:74px!important;
  padding:10px 12px!important;
  overflow:hidden!important;
}
.sms-instruction-single span{
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
  white-space:normal!important;
  text-align:center!important;
  font-size:28px!important;
  line-height:1.02!important;
  font-weight:1000!important;
  gap:6px 8px!important;
}
.sms-instruction-single .sms-inline-icon,
.sms-instruction-single .sms-inline-icon svg{
  width:23px!important;
  height:23px!important;
}
@media(max-width:390px){
  .sms-instruction-single{
    min-height:72px!important;
    padding:9px 11px!important;
  }
  .sms-instruction-single span{
    font-size:26px!important;
    line-height:1!important;
    gap:5px 7px!important;
  }
  .sms-instruction-single .sms-inline-icon,
  .sms-instruction-single .sms-inline-icon svg{
    width:21px!important;
    height:21px!important;
  }
}


/* v035: فرض حجم واضح جدًا لنص صندوق تعليمات SMS مع محددات أقوى */
.detail .sms-instruction.sms-instruction-single,
.detail-v16 .sms-instruction.sms-instruction-single,
.clean-detail .sms-instruction.sms-instruction-single{
  min-height:72px!important;
  padding:10px 12px!important;
  border-radius:18px!important;
}
.detail .sms-instruction.sms-instruction-single span,
.detail-v16 .sms-instruction.sms-instruction-single span,
.clean-detail .sms-instruction.sms-instruction-single span{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  flex-wrap:nowrap!important;
  white-space:nowrap!important;
  text-align:center!important;
  font-size:30px!important;
  line-height:1!important;
  font-weight:1000!important;
  color:#34586c!important;
  gap:8px!important;
}
.detail .sms-instruction.sms-instruction-single .sms-inline-icon,
.detail .sms-instruction.sms-instruction-single .sms-inline-icon svg,
.detail-v16 .sms-instruction.sms-instruction-single .sms-inline-icon,
.detail-v16 .sms-instruction.sms-instruction-single .sms-inline-icon svg,
.clean-detail .sms-instruction.sms-instruction-single .sms-inline-icon,
.clean-detail .sms-instruction.sms-instruction-single .sms-inline-icon svg{
  width:24px!important;
  height:24px!important;
}
@media(max-width:390px){
  .detail .sms-instruction.sms-instruction-single,
  .detail-v16 .sms-instruction.sms-instruction-single,
  .clean-detail .sms-instruction.sms-instruction-single{
    min-height:70px!important;
    padding:9px 11px!important;
  }
  .detail .sms-instruction.sms-instruction-single span,
  .detail-v16 .sms-instruction.sms-instruction-single span,
  .clean-detail .sms-instruction.sms-instruction-single span{
    font-size:28px!important;
    gap:7px!important;
  }
  .detail .sms-instruction.sms-instruction-single .sms-inline-icon,
  .detail .sms-instruction.sms-instruction-single .sms-inline-icon svg,
  .detail-v16 .sms-instruction.sms-instruction-single .sms-inline-icon,
  .detail-v16 .sms-instruction.sms-instruction-single .sms-inline-icon svg,
  .clean-detail .sms-instruction.sms-instruction-single .sms-inline-icon,
  .clean-detail .sms-instruction.sms-instruction-single .sms-inline-icon svg{
    width:22px!important;
    height:22px!important;
  }
}


/* v036: موازنة حجم نص صندوق SMS ليظهر كاملًا وواضحًا بدون اختفاء الأطراف */
.detail .sms-instruction.sms-instruction-single,
.detail-v16 .sms-instruction.sms-instruction-single,
.clean-detail .sms-instruction.sms-instruction-single{
  min-height:74px!important;
  padding:10px 12px!important;
  overflow:hidden!important;
}
.detail .sms-instruction.sms-instruction-single span,
.detail-v16 .sms-instruction.sms-instruction-single span,
.clean-detail .sms-instruction.sms-instruction-single span{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  flex-wrap:wrap!important;
  white-space:normal!important;
  text-align:center!important;
  font-size:18px!important;
  line-height:1.15!important;
  font-weight:1000!important;
  color:#34586c!important;
  gap:4px 7px!important;
}
.detail .sms-instruction.sms-instruction-single .sms-inline-icon,
.detail .sms-instruction.sms-instruction-single .sms-inline-icon svg,
.detail-v16 .sms-instruction.sms-instruction-single .sms-inline-icon,
.detail-v16 .sms-instruction.sms-instruction-single .sms-inline-icon svg,
.clean-detail .sms-instruction.sms-instruction-single .sms-inline-icon,
.clean-detail .sms-instruction.sms-instruction-single .sms-inline-icon svg{
  width:19px!important;
  height:19px!important;
}
@media(max-width:390px){
  .detail .sms-instruction.sms-instruction-single,
  .detail-v16 .sms-instruction.sms-instruction-single,
  .clean-detail .sms-instruction.sms-instruction-single{
    min-height:72px!important;
    padding:9px 10px!important;
  }
  .detail .sms-instruction.sms-instruction-single span,
  .detail-v16 .sms-instruction.sms-instruction-single span,
  .clean-detail .sms-instruction.sms-instruction-single span{
    font-size:17px!important;
    line-height:1.12!important;
    gap:4px 6px!important;
  }
  .detail .sms-instruction.sms-instruction-single .sms-inline-icon,
  .detail .sms-instruction.sms-instruction-single .sms-inline-icon svg,
  .detail-v16 .sms-instruction.sms-instruction-single .sms-inline-icon,
  .detail-v16 .sms-instruction.sms-instruction-single .sms-inline-icon svg,
  .clean-detail .sms-instruction.sms-instruction-single .sms-inline-icon,
  .clean-detail .sms-instruction.sms-instruction-single .sms-inline-icon svg{
    width:18px!important;
    height:18px!important;
  }
}


/* v039: إظهار شريط التثبيت كل زيارة وتعديل زر لاحقًا */
.pwa-install-close{
  width:auto!important;
  min-width:58px!important;
  padding:0 10px!important;
  font-size:13px!important;
  border-radius:13px!important;
}


/* v040: هوية رناتي */
.logo,.welcome-logo,.contact-logo{font-family:"Noto Kufi Arabic","Noto Sans Arabic",Tahoma,sans-serif!important;}
.logo span,.welcome-logo,.contact-logo{line-height:1!important;}
.logo span{transform:translateY(-1px)!important;}


/* v053: privacy policy link under contact card */
.contact-pro .privacy-link{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:42px!important;
  margin-top:12px!important;
  border-radius:16px!important;
  text-decoration:none!important;
  font-size:13px!important;
  font-weight:1000!important;
  color:#006bb6!important;
  background:rgba(0,107,182,.08)!important;
  border:1px solid rgba(0,107,182,.16)!important;
}
.legal-page{background:#eef8ff;color:#052f52;font-family:system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif;margin:0;}
.legal-wrap{max-width:860px;margin:0 auto;padding:22px 14px 110px;box-sizing:border-box;}
.legal-back{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#006bb6;background:#fff;border:1px solid rgba(0,107,182,.16);border-radius:16px;padding:10px 14px;font-weight:900;margin-bottom:14px;box-shadow:0 8px 22px rgba(0,92,160,.08);}
.legal-card{background:#fff;border:1px solid rgba(0,107,182,.16);border-radius:24px;padding:22px 18px;box-shadow:0 14px 36px rgba(0,92,160,.10);line-height:1.9;}
.legal-card h1{margin:0 0 8px;font-size:26px;color:#052f52;}
.legal-card h2{margin:22px 0 6px;font-size:18px;color:#006bb6;}
.legal-card p{margin:8px 0;color:#24485f;font-weight:700;}
.legal-muted{color:#607c91!important;font-weight:800!important;}
.legal-card a{color:#006bb6;font-weight:900;}

/* v055: premium rotating professional marketing hero */
.hero-rotator{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate;
  min-height:208px;
  border:1px solid rgba(255,255,255,.18)!important;
  background-size:150% 150%!important;
  transition:background .95s cubic-bezier(.22,.74,.2,1), border-color .75s ease, box-shadow .75s ease, transform .75s cubic-bezier(.22,.74,.2,1);
}
.hero-rotator::before,
.hero-rotator::after{
  transition:opacity .9s ease, transform 1.1s cubic-bezier(.22,.74,.2,1), background 1s ease;
}
.hero-rotator::before{
  content:"";
  position:absolute;
  inset:-24% auto auto -16%;
  width:210px;
  height:210px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.30),transparent 68%);
  opacity:.9;
}
.hero-rotator::after{
  content:"";
  position:absolute;
  inset:auto -10% -34% auto;
  width:250px;
  height:250px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.18),transparent 70%);
  opacity:.85;
}
.hero-rotator .hero-rotator-copy{
  position:relative;
  min-height:112px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding-inline:4px;
  transition:opacity .46s ease, transform .72s cubic-bezier(.22,.74,.2,1), filter .46s ease;
  will-change:transform, opacity;
  transform-origin:center center;
}
.hero-rotator .hero-rotator-copy.is-leaving{
  opacity:0;
  transform:translateY(-16px) scale(.972) rotateX(11deg);
  filter:blur(2px);
}
.hero-rotator .hero-rotator-copy.is-entering{
  opacity:0;
  transform:translateY(18px) scale(.975) rotateX(-13deg);
  filter:blur(2px);
}
.hero-rotator .hero-rotator-copy.is-entering.is-active{
  opacity:1;
  transform:translateY(0) scale(1) rotateX(0);
  filter:blur(0);
}
.hero-rotator.is-animating{
  transform:translateY(-1px) scale(1.005);
}
.hero-rotator.is-animating::before{transform:translate3d(8px,10px,0) scale(1.05); opacity:1;}
.hero-rotator.is-animating::after{transform:translate3d(-10px,-12px,0) scale(1.07); opacity:1;}
.hero-rotator h2,
.hero-rotator p{transition:color .6s ease, text-shadow .6s ease;}
.hero-rotator h2{ text-shadow:0 10px 24px rgba(0,0,0,.10); }
.hero-rotator p{ text-shadow:0 6px 18px rgba(0,0,0,.08); }
.hero-rotator .hero-rotator-meta{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
  margin-top:16px;
}
.hero-rotator .hero-progress-line{
  position:relative;
  width:104px;
  height:5px;
  border-radius:999px;
  overflow:hidden;
  background:rgba(255,255,255,.22);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.14);
}
.hero-rotator .hero-progress-line::after{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:100%;
  transform:scaleX(0);
  transform-origin:right center;
  border-radius:inherit;
  background:linear-gradient(90deg,rgba(255,255,255,.55),#ffffff 55%,rgba(255,255,255,.88));
}
.hero-rotator.hero-progress-running .hero-progress-line::after{
  animation:heroProgress var(--hero-progress-duration, 4800ms) linear forwards;
}
.hero-rotator .hero-rotator-dots{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
}
.hero-rotator .hero-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:rgba(255,255,255,.34);
  border:1px solid rgba(255,255,255,.28);
  transform:scale(.9);
  transition:transform .35s ease, background .45s ease, box-shadow .45s ease, width .35s ease, opacity .35s ease;
  opacity:.9;
}
.hero-rotator .hero-dot.is-active{
  width:28px;
  border-radius:999px;
  transform:scale(1);
  opacity:1;
  background:#fff;
  box-shadow:0 8px 18px rgba(255,255,255,.34);
}
.hero-rotator.hero-theme-sky{
  background:linear-gradient(135deg,#0e5f9e 0%,#1f88cc 38%,#37b6ea 72%,#96e3ff 100%)!important;
  box-shadow:0 24px 48px rgba(6,79,132,.24)!important;
}
.hero-rotator.hero-theme-violet{
  background:linear-gradient(135deg,#44278f 0%,#6a49c8 34%,#9873f2 72%,#c7b3ff 100%)!important;
  box-shadow:0 24px 48px rgba(76,53,162,.24)!important;
}
.hero-rotator.hero-theme-mint{
  background:linear-gradient(135deg,#0d6b6f 0%,#15959a 36%,#28c0b2 72%,#97f2dc 100%)!important;
  box-shadow:0 24px 48px rgba(12,104,105,.22)!important;
}
.hero-rotator.hero-theme-gold{
  background:linear-gradient(135deg,#a96d06 0%,#cf8f14 34%,#ebb23c 72%,#ffe59e 100%)!important;
  box-shadow:0 24px 48px rgba(158,107,7,.22)!important;
}
.hero-rotator.hero-theme-sky h2,
.hero-rotator.hero-theme-sky p,
.hero-rotator.hero-theme-violet h2,
.hero-rotator.hero-theme-violet p,
.hero-rotator.hero-theme-mint h2,
.hero-rotator.hero-theme-mint p,
.hero-rotator.hero-theme-gold h2,
.hero-rotator.hero-theme-gold p{color:#fff!important;}
.hero-rotator.hero-theme-gold p{color:#fff7e1!important;}
@keyframes heroProgress{
  from{transform:scaleX(0); opacity:.9;}
  85%{transform:scaleX(1); opacity:1;}
  to{transform:scaleX(1); opacity:1;}
}
@media(max-width:390px){
  .hero-rotator{min-height:188px!important;}
  .hero-rotator .hero-rotator-copy{min-height:100px;padding-inline:0;}
  .hero-rotator .hero-rotator-meta{margin-top:12px;gap:10px;}
  .hero-rotator .hero-progress-line{width:88px;height:4px;}
}

/* v057: luxury premium hero with softer movement and richer blue opening */
.hero-rotator{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate;
  min-height:214px;
  border:1px solid rgba(255,255,255,.22)!important;
  border-bottom-color:rgba(0,61,108,.20)!important;
  background-size:165% 165%!important;
  backdrop-filter:blur(8px);
  box-shadow:
    0 24px 54px rgba(0,73,122,.22),
    inset 0 1px 0 rgba(255,255,255,.26),
    inset 0 -10px 28px rgba(0,34,60,.10)!important;
  transition:
    background 1.1s cubic-bezier(.22,.74,.2,1),
    border-color .8s ease,
    box-shadow .8s ease,
    transform .8s cubic-bezier(.22,.74,.2,1);
}
.hero-rotator::before,
.hero-rotator::after{
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none;
  transition:opacity 1s ease, transform 1.2s cubic-bezier(.22,.74,.2,1), background 1s ease;
}
.hero-rotator::before{
  inset:-30% auto auto -12%;
  width:220px;
  height:220px;
  background:radial-gradient(circle,rgba(255,255,255,.26),transparent 68%);
  opacity:.9;
  animation:heroOrbFloat 9s ease-in-out infinite;
}
.hero-rotator::after{
  inset:auto -12% -42% auto;
  width:260px;
  height:260px;
  background:radial-gradient(circle,rgba(255,255,255,.18),transparent 70%);
  opacity:.8;
  animation:heroOrbFloat 10.5s ease-in-out infinite reverse;
}
.hero-luxury-glow,
.hero-luxury-sheen{
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:inherit;
}
.hero-luxury-glow{
  background:
    radial-gradient(circle at 18% 14%, rgba(255,255,255,.14), transparent 30%),
    radial-gradient(circle at 84% 82%, rgba(255,255,255,.10), transparent 28%);
  mix-blend-mode:screen;
  opacity:.95;
}
.hero-luxury-sheen{
  inset:-40% auto -40% -55%;
  width:46%;
  transform:skewX(-18deg) translateX(-180%);
  background:linear-gradient(90deg, transparent 0%, rgba(255,255,255,.04) 20%, rgba(255,255,255,.28) 50%, rgba(255,255,255,.04) 80%, transparent 100%);
  opacity:.7;
}
.hero-rotator .hero-rotator-copy{
  position:relative;
  z-index:2;
  min-height:116px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding-inline:6px;
  transition:opacity .5s ease, transform .84s cubic-bezier(.22,.74,.2,1), filter .5s ease;
  will-change:transform, opacity;
  transform-origin:center center;
}
.hero-rotator .hero-rotator-copy.is-leaving{
  opacity:0;
  transform:translateY(-18px) scale(.972);
  filter:blur(2px);
}
.hero-rotator .hero-rotator-copy.is-entering{
  opacity:0;
  transform:translateY(20px) scale(.975);
  filter:blur(2px);
}
.hero-rotator .hero-rotator-copy.is-entering.is-active{
  opacity:1;
  transform:translateY(0) scale(1);
  filter:blur(0);
}
.hero-rotator.is-animating{
  transform:translateY(-1px) scale(1.006);
}
.hero-rotator.is-animating::before{transform:translate3d(10px,12px,0) scale(1.05);}
.hero-rotator.is-animating::after{transform:translate3d(-12px,-14px,0) scale(1.06);}
.hero-rotator.is-animating .hero-luxury-sheen{
  animation:heroSheenPass 1.5s cubic-bezier(.22,.74,.2,1) forwards;
}
.hero-rotator h2,
.hero-rotator p{
  transition:color .7s ease, text-shadow .7s ease;
}
.hero-rotator h2{
  text-shadow:0 12px 28px rgba(0,0,0,.12);
  letter-spacing:-.35px;
}
.hero-rotator p{
  text-shadow:0 8px 20px rgba(0,0,0,.10);
  max-width:92%;
}
.hero-rotator .hero-rotator-meta{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  margin-top:14px!important;
}
.hero-rotator .hero-progress-line,
.hero-rotator .hero-progress-line::after{display:none!important;content:none!important;}
.hero-rotator .hero-rotator-dots{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
}
.hero-rotator .hero-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:rgba(255,255,255,.30);
  border:1px solid rgba(255,255,255,.32);
  transform:scale(.92);
  opacity:.92;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);
  transition:transform .4s ease, background .48s ease, box-shadow .48s ease, width .4s ease, opacity .4s ease;
}
.hero-rotator .hero-dot.is-active{
  width:28px;
  border-radius:999px;
  transform:scale(1);
  opacity:1;
  background:#fff;
  box-shadow:0 8px 18px rgba(255,255,255,.34), inset 0 0 0 1px rgba(255,255,255,.40);
}
.hero-rotator.hero-theme-sky{
  background:linear-gradient(135deg,#0d67a9 0%,#1985c7 35%,#2ea9e4 68%,#89dfff 100%)!important;
}
.hero-rotator.hero-theme-violet{
  background:linear-gradient(135deg,#42248a 0%,#6544c4 34%,#936ded 70%,#c9b8ff 100%)!important;
  box-shadow:0 24px 54px rgba(65,43,145,.23), inset 0 1px 0 rgba(255,255,255,.24), inset 0 -10px 28px rgba(28,18,74,.12)!important;
}
.hero-rotator.hero-theme-mint{
  background:linear-gradient(135deg,#0c666a 0%,#148d94 34%,#1fb7ad 68%,#91f0dc 100%)!important;
  box-shadow:0 24px 54px rgba(10,95,96,.22), inset 0 1px 0 rgba(255,255,255,.24), inset 0 -10px 28px rgba(8,57,58,.10)!important;
}
.hero-rotator.hero-theme-gold{
  background:linear-gradient(135deg,#9c6504 0%,#c88810 34%,#e6ad34 68%,#ffe29a 100%)!important;
  box-shadow:0 24px 54px rgba(136,95,15,.22), inset 0 1px 0 rgba(255,255,255,.24), inset 0 -10px 28px rgba(77,47,0,.10)!important;
}
.hero-rotator.hero-theme-sky h2,
.hero-rotator.hero-theme-sky p,
.hero-rotator.hero-theme-violet h2,
.hero-rotator.hero-theme-violet p,
.hero-rotator.hero-theme-mint h2,
.hero-rotator.hero-theme-mint p,
.hero-rotator.hero-theme-gold h2,
.hero-rotator.hero-theme-gold p{color:#fff!important;}
.hero-rotator.hero-theme-sky h2,
.hero-rotator.hero-theme-sky p{color:#ffffff!important;}
.hero-rotator.hero-theme-gold p{color:#fff5dc!important;}
@keyframes heroOrbFloat{
  0%,100%{transform:translate3d(0,0,0) scale(1);}
  50%{transform:translate3d(8px,-10px,0) scale(1.05);}
}
@keyframes heroSheenPass{
  0%{transform:skewX(-18deg) translateX(-180%); opacity:0;}
  22%{opacity:.45;}
  50%{opacity:.68;}
  100%{transform:skewX(-18deg) translateX(360%); opacity:0;}
}
@media(max-width:390px){
  .hero-rotator{min-height:190px!important;}
  .hero-rotator .hero-rotator-copy{min-height:102px;padding-inline:0;}
  .hero-rotator .hero-rotator-meta{margin-top:12px!important;}
  .hero-luxury-sheen{width:58%;}
}


/* v058: remove bottom indicators completely and enlarge hero title/description */
.hero-rotator .hero-rotator-meta,
.hero-rotator .hero-rotator-dots,
.hero-rotator .hero-dot{
  display:none!important;
}
.hero-rotator .hero-rotator-copy{
  min-height:132px!important;
  gap:12px!important;
}
.hero-rotator h2,
.direct-hero.hero-rotator h2,
.pro-hero.hero-rotator h2{
  font-size:36px!important;
  line-height:1.28!important;
  font-weight:1000!important;
  max-width:95%!important;
}
.hero-rotator p,
.direct-hero.hero-rotator p,
.pro-hero.hero-rotator p{
  font-size:18px!important;
  line-height:1.7!important;
  font-weight:900!important;
  max-width:94%!important;
  margin-top:2px!important;
}
@media(max-width:390px){
  .hero-rotator{min-height:196px!important;}
  .hero-rotator .hero-rotator-copy{min-height:122px!important;gap:10px!important;}
  .hero-rotator h2,
  .direct-hero.hero-rotator h2,
  .pro-hero.hero-rotator h2{font-size:31px!important;line-height:1.26!important;}
  .hero-rotator p,
  .direct-hero.hero-rotator p,
  .pro-hero.hero-rotator p{font-size:16.5px!important;line-height:1.62!important;}
}


/* v064: compact top marketing hero only - details page untouched */
.hero-rotator,
.direct-hero.hero-rotator,
.pro-hero.hero-rotator{
  min-height:auto!important;
  height:auto!important;
  padding:18px 16px 16px!important;
  border-radius:30px!important;
}
.hero-rotator .hero-rotator-copy{
  min-height:auto!important;
  height:auto!important;
  gap:8px!important;
  padding:0!important;
}
.hero-rotator h2,
.direct-hero.hero-rotator h2,
.pro-hero.hero-rotator h2{
  margin:0!important;
  font-size:33px!important;
  line-height:1.2!important;
}
.hero-rotator p,
.direct-hero.hero-rotator p,
.pro-hero.hero-rotator p{
  margin:0!important;
  font-size:17px!important;
  line-height:1.58!important;
  max-width:95%!important;
}
.hero-rotator::before{
  inset:-38% auto auto -16%!important;
  width:180px!important;
  height:180px!important;
}
.hero-rotator::after{
  inset:auto -14% -46% auto!important;
  width:210px!important;
  height:210px!important;
}
.hero-luxury-glow{opacity:.82!important;}
@media(max-width:390px){
  .hero-rotator,
  .direct-hero.hero-rotator,
  .pro-hero.hero-rotator{
    min-height:auto!important;
    padding:16px 14px 14px!important;
    border-radius:28px!important;
  }
  .hero-rotator .hero-rotator-copy{
    min-height:auto!important;
    gap:7px!important;
  }
  .hero-rotator h2,
  .direct-hero.hero-rotator h2,
  .pro-hero.hero-rotator h2{
    font-size:29px!important;
    line-height:1.18!important;
  }
  .hero-rotator p,
  .direct-hero.hero-rotator p,
  .pro-hero.hero-rotator p{
    font-size:15.6px!important;
    line-height:1.5!important;
    max-width:97%!important;
  }
}


/* v065: refined professional gradients for rotating title card */
.hero-rotator,
.direct-hero.hero-rotator,
.pro-hero.hero-rotator{
  border:1px solid rgba(255,255,255,.22)!important;
  box-shadow:
    0 18px 40px rgba(8,65,110,.14),
    inset 0 1px 0 rgba(255,255,255,.28),
    inset 0 -8px 18px rgba(0,0,0,.06)!important;
}
.hero-rotator::before{
  background:radial-gradient(circle,rgba(255,255,255,.22),transparent 70%)!important;
}
.hero-rotator::after{
  background:radial-gradient(circle,rgba(255,255,255,.14),transparent 72%)!important;
}
.hero-luxury-glow{
  background:
    radial-gradient(circle at 14% 12%, rgba(255,255,255,.13), transparent 32%),
    radial-gradient(circle at 84% 82%, rgba(255,255,255,.10), transparent 30%)!important;
}
.hero-rotator h2,
.direct-hero.hero-rotator h2,
.pro-hero.hero-rotator h2{
  text-shadow:0 10px 22px rgba(0,0,0,.12)!important;
}
.hero-rotator p,
.direct-hero.hero-rotator p,
.pro-hero.hero-rotator p{
  text-shadow:0 6px 16px rgba(0,0,0,.09)!important;
}
.hero-rotator.hero-theme-sky{
  background:linear-gradient(135deg,#0f5f9c 0%, #1678b8 34%, #2498d6 70%, #77d4f4 100%)!important;
  box-shadow:
    0 18px 40px rgba(8,78,128,.18),
    inset 0 1px 0 rgba(255,255,255,.26),
    inset 0 -8px 18px rgba(0,37,66,.10)!important;
}
.hero-rotator.hero-theme-violet{
  background:linear-gradient(135deg,#49319a 0%, #5f47bc 34%, #7f68dc 70%, #b8a6f5 100%)!important;
  box-shadow:
    0 18px 40px rgba(74,52,153,.18),
    inset 0 1px 0 rgba(255,255,255,.24),
    inset 0 -8px 18px rgba(34,20,86,.12)!important;
}
.hero-rotator.hero-theme-mint{
  background:linear-gradient(135deg,#0e6e75 0%, #14888f 34%, #1ea6a7 70%, #7edbd1 100%)!important;
  box-shadow:
    0 18px 40px rgba(11,102,104,.17),
    inset 0 1px 0 rgba(255,255,255,.24),
    inset 0 -8px 18px rgba(6,54,56,.10)!important;
}
.hero-rotator.hero-theme-gold{
  background:linear-gradient(135deg,#a36a08 0%, #be8615 34%, #dbab36 70%, #f4d98a 100%)!important;
  box-shadow:
    0 18px 40px rgba(143,102,18,.17),
    inset 0 1px 0 rgba(255,255,255,.24),
    inset 0 -8px 18px rgba(78,51,6,.10)!important;
}
.hero-rotator.hero-theme-sky h2,
.hero-rotator.hero-theme-sky p,
.hero-rotator.hero-theme-violet h2,
.hero-rotator.hero-theme-violet p,
.hero-rotator.hero-theme-mint h2,
.hero-rotator.hero-theme-mint p,
.hero-rotator.hero-theme-gold h2{
  color:#ffffff!important;
}
.hero-rotator.hero-theme-gold p{
  color:#fff8e8!important;
}


/* v066: blue-first brand-aligned gradients for all hero rotations */
.hero-rotator,
.direct-hero.hero-rotator,
.pro-hero.hero-rotator{
  border:1px solid rgba(255,255,255,.20)!important;
  box-shadow:
    0 18px 42px rgba(5,76,128,.16),
    inset 0 1px 0 rgba(255,255,255,.26),
    inset 0 -8px 18px rgba(4,34,60,.08)!important;
}
.hero-rotator::before{
  background:radial-gradient(circle,rgba(255,255,255,.20),transparent 70%)!important;
}
.hero-rotator::after{
  background:radial-gradient(circle,rgba(255,255,255,.12),transparent 72%)!important;
}
.hero-luxury-glow{
  background:
    radial-gradient(circle at 14% 12%, rgba(255,255,255,.12), transparent 32%),
    radial-gradient(circle at 84% 82%, rgba(255,255,255,.08), transparent 30%)!important;
}
/* all rotations now lean into the blue brand identity */
.hero-rotator.hero-theme-sky{
  background:linear-gradient(135deg,#0d5d99 0%, #1678b7 36%, #2596d5 72%, #79d2f1 100%)!important;
  box-shadow:
    0 18px 42px rgba(8,78,128,.18),
    inset 0 1px 0 rgba(255,255,255,.24),
    inset 0 -8px 18px rgba(0,43,77,.10)!important;
}
.hero-rotator.hero-theme-violet{
  background:linear-gradient(135deg,#174b94 0%, #255ea9 30%, #3177c3 66%, #77b7ec 100%)!important;
  box-shadow:
    0 18px 42px rgba(21,79,145,.18),
    inset 0 1px 0 rgba(255,255,255,.24),
    inset 0 -8px 18px rgba(10,40,78,.10)!important;
}
.hero-rotator.hero-theme-mint{
  background:linear-gradient(135deg,#0f5b84 0%, #157096 32%, #1d8faf 68%, #73c6da 100%)!important;
  box-shadow:
    0 18px 42px rgba(12,88,122,.17),
    inset 0 1px 0 rgba(255,255,255,.24),
    inset 0 -8px 18px rgba(7,47,66,.10)!important;
}
.hero-rotator.hero-theme-gold{
  background:linear-gradient(135deg,#144582 0%, #1d5a9f 30%, #2a79bc 66%, #84bfe8 100%)!important;
  box-shadow:
    0 18px 42px rgba(17,79,137,.17),
    inset 0 1px 0 rgba(255,255,255,.24),
    inset 0 -8px 18px rgba(8,36,70,.10)!important;
}
.hero-rotator.hero-theme-sky h2,
.hero-rotator.hero-theme-sky p,
.hero-rotator.hero-theme-violet h2,
.hero-rotator.hero-theme-violet p,
.hero-rotator.hero-theme-mint h2,
.hero-rotator.hero-theme-mint p,
.hero-rotator.hero-theme-gold h2,
.hero-rotator.hero-theme-gold p{
  color:#ffffff!important;
}


/* v067: slightly larger blue-brand hero card for better balance */
.hero-rotator,
.direct-hero.hero-rotator,
.pro-hero.hero-rotator{
  padding:22px 18px 20px!important;
  border-radius:32px!important;
}
.hero-rotator .hero-rotator-copy{
  gap:10px!important;
}
.hero-rotator h2,
.direct-hero.hero-rotator h2,
.pro-hero.hero-rotator h2{
  font-size:36px!important;
  line-height:1.22!important;
  max-width:96%!important;
}
.hero-rotator p,
.direct-hero.hero-rotator p,
.pro-hero.hero-rotator p{
  font-size:18px!important;
  line-height:1.62!important;
  max-width:94%!important;
}
@media(max-width:390px){
  .hero-rotator,
  .direct-hero.hero-rotator,
  .pro-hero.hero-rotator{
    padding:19px 15px 17px!important;
    border-radius:29px!important;
  }
  .hero-rotator .hero-rotator-copy{
    gap:8px!important;
  }
  .hero-rotator h2,
  .direct-hero.hero-rotator h2,
  .pro-hero.hero-rotator h2{
    font-size:31px!important;
    line-height:1.2!important;
  }
  .hero-rotator p,
  .direct-hero.hero-rotator p,
  .pro-hero.hero-rotator p{
    font-size:16.3px!important;
    line-height:1.54!important;
  }
}
