/* ===== Lumio — Design System v2 ===== */
:root {
  --bg: #0a0c16;
  --bg-2: #0e1120;
  --card: #13172b;
  --card-2: #171c34;
  --line: #232a47;
  --text: #eef1ff;
  --muted: #aab2d6;
  --brand: #6c8cff;
  --brand-2: #b06cff;
  --accent: #45e6c8;
  --gold: #ffd479;
  --glow: 0 18px 50px -18px rgba(108, 140, 255, 0.55);
  --radius: 20px;
  --maxw: 1180px;
  --font: "Tajawal", "Segoe UI", system-ui, -apple-system, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 17.5px; }
body {
  font-family: var(--font);
  background:
    radial-gradient(900px 500px at 88% -8%, rgba(176,108,255,.16), transparent 60%),
    radial-gradient(820px 480px at 6% 4%, rgba(108,140,255,.18), transparent 58%),
    var(--bg);
  color: var(--text); line-height: 1.7; min-height: 100vh; overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.muted { color: var(--muted); }

/* ===== Logo ===== */
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; }
.brand .mark { width: 38px; height: 38px; flex: 0 0 auto; object-fit: contain; filter: drop-shadow(0 6px 16px rgba(108,140,255,.5)); transition: transform .15s; }
.brand:hover .mark { transform: translateY(-1px) scale(1.04); }
.brand .word { font-size: 1.5rem; letter-spacing: .3px; background: linear-gradient(110deg,#fff 25%, var(--accent)); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 26px; border-radius: 14px; font-weight: 700; font-family: var(--font);
  font-size: 1rem; cursor: pointer; border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s, border-color .2s;
}
.btn-primary { background: linear-gradient(120deg, var(--brand), var(--brand-2)); color: #fff; box-shadow: var(--glow); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 22px 60px -16px rgba(140,120,255,.85); }
.btn-ghost { background: rgba(255,255,255,.03); border-color: var(--line); color: var(--text); }
.btn-ghost:hover { border-color: var(--brand); color: #fff; }
.btn-sm { padding: 10px 18px; font-size: .92rem; border-radius: 11px; }
.btn-block { width: 100%; }

/* ===== Header ===== */
header.site { position: sticky; top: 0; z-index: 60; backdrop-filter: blur(16px);
  background: linear-gradient(180deg, rgba(10,12,22,.9), rgba(10,12,22,.55)); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 15px 0; gap: 16px; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: var(--muted); font-weight: 600; transition: color .2s; }
.nav-links a:hover { color: #fff; }
.nav-right { display: flex; align-items: center; gap: 14px; }
.nav-toggle { display: none; background: none; border: 0; color: #fff; font-size: 1.6rem; cursor: pointer; }

/* ===== Hero (asymmetric) ===== */
.hero { padding: 70px 0 50px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; }
.badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 15px; border-radius: 999px;
  font-size: .85rem; font-weight: 700; border: 1px solid var(--line); background: rgba(255,255,255,.03); color: var(--accent); margin-bottom: 22px; }
.hero h1 { font-size: clamp(2.1rem, 5vw, 3.5rem); font-weight: 800; line-height: 1.25; letter-spacing: -.5px; }
.hero h1 span { background: linear-gradient(110deg, var(--brand), var(--brand-2) 55%, var(--accent)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p { color: var(--muted); font-size: 1.15rem; max-width: 520px; margin: 20px 0 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 32px; margin-top: 38px; flex-wrap: wrap; }
.hero-stats .s b { display: block; font-size: 1.6rem; font-weight: 800; }
.hero-stats .s span { color: var(--muted); font-size: .9rem; }

/* hero visual */
.hero-visual { position: relative; min-height: 380px; display: flex; align-items: center; justify-content: center; }
.hero-visual .blob { position: absolute; inset: 10% 6%; border-radius: 40% 60% 55% 45%;
  background: linear-gradient(135deg, rgba(108,140,255,.35), rgba(176,108,255,.3)); filter: blur(40px); z-index: 0; }
.hero-card { position: relative; z-index: 2; width: 300px; background: linear-gradient(180deg,var(--card),#0f1326);
  border: 1px solid var(--line); border-radius: 22px; padding: 16px; box-shadow: 0 40px 90px -30px rgba(0,0,0,.8); transform: rotate(-3deg); }
.hero-card .cover { border-radius: 14px; overflow: hidden; aspect-ratio: 16/11; }
.hero-card .row { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; }
.hero-card .row b { font-size: 1.05rem; }
.float-chip { position: absolute; z-index: 3; background: rgba(19,23,43,.95); border: 1px solid var(--line);
  padding: 9px 14px; border-radius: 12px; font-size: .85rem; font-weight: 700; box-shadow: 0 14px 30px -12px rgba(0,0,0,.6); display: flex; align-items: center; gap: 7px; }
.float-chip.c1 { top: 8%; inset-inline-start: -6%; color: var(--accent); }
.float-chip.c2 { bottom: 10%; inset-inline-end: -4%; color: var(--gold); }

/* ===== Section ===== */
section.block { padding: 58px 0; }
.section-head { margin-bottom: 40px; }
.section-head h2 { font-size: clamp(2rem, 4.5vw, 2.7rem); font-weight: 800; margin-top: 14px; line-height: 1.25; }

/* tag / eyebrow chip */
.eyebrow { display: inline-block; color: #c9d3ff; font-weight: 800; font-size: 1.02rem; letter-spacing: .5px;
  background: linear-gradient(120deg, rgba(108,140,255,.2), rgba(176,108,255,.18)); border: 1px solid rgba(108,140,255,.4);
  padding: 7px 18px; border-radius: 999px; line-height: 1; box-shadow: 0 6px 18px -8px rgba(108,140,255,.5); }
.section-head p { color: #ccd3ee; margin-top: 12px; max-width: 620px; font-size: 1.15rem; line-height: 1.75; font-weight: 500; }

/* ===== Product cards ===== */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 26px; }
.product { background: linear-gradient(180deg, var(--card), #0f1326); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .2s, border-color .2s, box-shadow .25s; }
.product:hover { transform: translateY(-6px); border-color: var(--brand); box-shadow: var(--glow); }
.product .cover { aspect-ratio: 16/10; position: relative; overflow: hidden; display: block; }
.cover-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.product:hover .cover-img { transform: scale(1.05); }
.product .cover .tag { position: absolute; top: 12px; inset-inline-start: 12px; z-index: 2; background: rgba(10,12,22,.7);
  backdrop-filter: blur(6px); border: 1px solid var(--line); padding: 5px 11px; border-radius: 999px; font-size: .78rem; font-weight: 700; color: var(--accent); }
.product .body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.product .meta { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: .82rem; }
.product .meta .star { color: var(--gold); }
.product h3 { font-size: 1.18rem; font-weight: 800; }
.product .desc { color: var(--muted); font-size: .92rem; flex: 1; }
.product .foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 6px; }
.price { font-size: 1.35rem; font-weight: 800; }
.price .old { font-size: .9rem; color: var(--muted); text-decoration: line-through; font-weight: 500; margin-inline-start: 8px; }
.price small { font-size: .82rem; color: var(--muted); font-weight: 600; }
.product .actions { display: flex; gap: 10px; padding: 0 20px 20px; }

/* ===== Services ===== */
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.service { background: linear-gradient(180deg, var(--card), #0f1326); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column; transition: transform .2s, border-color .2s, box-shadow .25s; }
.service:hover { transform: translateY(-6px); border-color: var(--brand); box-shadow: var(--glow); }
.service .scover { display: block; aspect-ratio: 16/9; overflow: hidden; border-bottom: 1px solid var(--line); }
.service .scover svg { width: 100%; height: 100%; display: block; transition: transform .35s ease; }
.service:hover .scover svg { transform: scale(1.04); }
.service .sbody { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.service .srow { display: flex; align-items: center; gap: 11px; }
.service .sic { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; font-size: 1.25rem; flex: 0 0 auto;
  background: linear-gradient(135deg, rgba(108,140,255,.22), rgba(176,108,255,.22)); border: 1px solid var(--line); }
.service h4 { font-size: 1.14rem; font-weight: 800; }
.service p { color: var(--muted); font-size: .93rem; flex: 1; }
.service .req { align-self: stretch; margin-top: 6px; }

/* ===== Features ===== */
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; }
.feature { background: linear-gradient(180deg, var(--card-2), #11162a); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.feature .ic { width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center; font-size: 1.7rem;
  background: linear-gradient(135deg, rgba(108,140,255,.2), rgba(176,108,255,.2)); border: 1px solid var(--line); margin-bottom: 18px; }
.feature h4 { font-size: 1.35rem; margin-bottom: 10px; }
.feature p { color: #ccd3ee; font-size: 1.08rem; line-height: 1.85; font-weight: 500; }

/* ===== About ===== */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.about-grid p { color: var(--muted); font-size: 1.06rem; margin-bottom: 14px; }
.about-card { background: linear-gradient(135deg, rgba(108,140,255,.12), rgba(176,108,255,.1)); border: 1px solid var(--line);
  border-radius: 24px; padding: 34px; }
.about-card ul { list-style: none; display: grid; gap: 14px; }
.about-card li { display: flex; align-items: center; gap: 12px; font-weight: 600; }
.about-card li .dot { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; flex: 0 0 auto;
  background: linear-gradient(135deg, var(--brand), var(--brand-2)); }

/* ===== Contact ===== */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: stretch;
  background: linear-gradient(135deg, rgba(108,140,255,.1), rgba(176,108,255,.08)); border: 1px solid var(--line); border-radius: 26px; padding: 38px; }
.contact-info h2 { font-size: 1.9rem; font-weight: 800; }
.contact-info p { color: var(--muted); margin: 12px 0 22px; }
.contact-info .line { display: flex; align-items: center; gap: 11px; margin-bottom: 12px; color: var(--text); }
.contact-info .line a:hover { color: var(--accent); }
form.lead { display: flex; flex-direction: column; gap: 13px; }
.field { width: 100%; padding: 13px 16px; border-radius: 13px; background: #0c0f1f; border: 1px solid var(--line); color: var(--text); font-family: var(--font); font-size: 1rem; }
.field:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(108,140,255,.18); }
.field::placeholder { color: #6b73a0; }
#formStatus { text-align: center; min-height: 22px; margin: 2px 0 0; }

/* ===== Footer ===== */
footer.site { border-top: 1px solid var(--line); margin-top: 40px; padding: 40px 0 56px; }
.foot { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 18px; }
.foot-links { display: flex; gap: 22px; flex-wrap: wrap; }
.foot-links a { color: var(--muted); font-size: .92rem; }
.foot-links a:hover { color: #fff; }
.foot .copy { color: var(--muted); font-size: .9rem; }

/* ===== Product detail page ===== */
.pd { display: grid; grid-template-columns: 1.05fr .95fr; gap: 46px; padding: 50px 0; align-items: start; }
.pd-gallery .main { border-radius: 20px; overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16/11; }
.pd-thumbs { display: flex; gap: 12px; margin-top: 14px; }
.pd-thumbs button { flex: 1; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); background: none; cursor: pointer; padding: 0; aspect-ratio: 16/10; transition: border-color .2s; }
.pd-thumbs button.active, .pd-thumbs button:hover { border-color: var(--brand); }
.pd-info .eyebrow { margin-bottom: 6px; }
.pd-info h1 { font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 800; margin: 8px 0 12px; }
.pd-info .lead { color: var(--muted); font-size: 1.08rem; }
.pd-price { display: flex; align-items: baseline; gap: 12px; margin: 22px 0; }
.pd-price .now { font-size: 2.1rem; font-weight: 800; }
.pd-price .was { color: var(--muted); text-decoration: line-through; }
.pd-price .save { background: rgba(69,230,200,.14); color: var(--accent); padding: 4px 12px; border-radius: 999px; font-size: .85rem; font-weight: 700; }
.pd-list { display: grid; gap: 11px; margin: 22px 0; }
.pd-list li { list-style: none; display: flex; gap: 11px; align-items: flex-start; color: #cdd3f0; }
.pd-list li .chk { color: var(--accent); font-weight: 800; flex: 0 0 auto; }
.pd-buy { display: flex; gap: 12px; margin-top: 26px; }
.pd-note { color: var(--muted); font-size: .9rem; margin-top: 16px; display: flex; align-items: center; gap: 8px; }
.crumb { color: var(--muted); font-size: .9rem; padding-top: 26px; }
.crumb a:hover { color: #fff; }

/* ===== Service order page ===== */
.svc-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; padding: 40px 0; align-items: start; }
.scover-lg { border-radius: 18px; overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16/9; margin-bottom: 22px; }
.scover-lg svg { width: 100%; height: 100%; display: block; }
.svc-info .eyebrow { margin-bottom: 6px; }
.svc-info h1 { font-size: clamp(1.7rem, 4vw, 2.4rem); font-weight: 800; margin: 8px 0 12px; }
.svc-info .lead { color: var(--muted); font-size: 1.06rem; }
.svc-note { margin-top: 18px; color: var(--accent); font-size: .95rem; font-weight: 600; }
.svc-order { background: linear-gradient(135deg, rgba(108,140,255,.1), rgba(176,108,255,.08)); border: 1px solid var(--line);
  border-radius: 22px; padding: 30px; position: sticky; top: 90px; }
.svc-order h3 { font-size: 1.4rem; font-weight: 800; }
.svc-order > p { margin: 8px 0 18px; }
.svc-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }

/* ===== Legal pages ===== */
.legal { max-width: 820px; margin: 0 auto; padding: 70px 0; }
.legal h1 { font-size: 2.1rem; margin-bottom: 6px; }
.legal .updated { color: var(--muted); margin-bottom: 30px; }
.legal h2 { font-size: 1.3rem; margin: 28px 0 9px; color: var(--accent); }
.legal p, .legal li { color: #c9cfee; }
.legal ul { padding-inline-start: 22px; margin: 10px 0; }
.legal a.back { color: var(--brand); font-weight: 700; }

/* ===== Unified trust + payments bar ===== */
.trustbar { background: linear-gradient(120deg, rgba(108,140,255,.1), rgba(176,108,255,.08)); border: 1px solid var(--line);
  border-radius: 24px; padding: 30px 34px; display: flex; flex-direction: column; gap: 22px; align-items: center; text-align: center; }
.tb-feats { display: flex; align-items: center; justify-content: center; gap: 14px 34px; flex-wrap: wrap; }
.tb-feats .g { display: flex; align-items: center; gap: 10px; color: #d4d9f4; font-weight: 700; font-size: 1rem; }
.tb-feats .g .ic { font-size: 1.25rem; }
.tb-divider { width: 100%; max-width: 680px; height: 1px; background: var(--line); }
.tb-pays { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; justify-content: center; }
.tb-lbl { color: var(--muted); font-weight: 700; font-size: .95rem; }
.paycards { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: center; }
.paycard { height: 40px; width: auto; border-radius: 7px; box-shadow: 0 6px 16px -8px rgba(0,0,0,.6);
  border: 1px solid rgba(255,255,255,.08); transition: transform .15s; }
.paycard:hover { transform: translateY(-2px); }

/* ===== Testimonials ===== */
.tcards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.tcard { background: linear-gradient(180deg, var(--card-2), #11162a); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; display: flex; flex-direction: column; gap: 16px; }
.tcard .stars { color: var(--gold); letter-spacing: 3px; font-size: 1.25rem; }
.tcard .quote { color: #eef1fb; font-size: 1.18rem; line-height: 1.9; flex: 1; font-weight: 500; }
.tcard .who { display: flex; align-items: center; gap: 13px; }
.tcard .av { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; color: #fff; font-size: 1.15rem;
  background: linear-gradient(135deg, var(--brand), var(--brand-2)); flex: 0 0 auto; }
.tcard .who b { display: block; font-size: 1.1rem; }
.tcard .who span { color: #aab2d4; font-size: .95rem; }

/* ===== FAQ ===== */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq details { background: linear-gradient(180deg, var(--card), #0f1326); border: 1px solid var(--line); border-radius: 14px; padding: 4px 20px; }
.faq summary { cursor: pointer; list-style: none; padding: 16px 0; font-weight: 700; font-size: 1.05rem; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--brand); font-size: 1.5rem; font-weight: 700; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--muted); padding: 0 0 18px; margin: 0; }

/* ===== Guarantee strip ===== */
.guarantee { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; justify-content: center; text-align: center;
  background: linear-gradient(120deg, rgba(69,230,200,.1), rgba(108,140,255,.1)); border: 1px solid var(--line); border-radius: 20px; padding: 24px 28px; }
.guarantee .g { display: flex; align-items: center; gap: 10px; color: #d4d9f4; font-weight: 600; }
.guarantee .g .ic { font-size: 1.3rem; }
.guarantee .sep { width: 1px; height: 22px; background: var(--line); }

/* ===== Richer footer ===== */
.foot-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.foot-col h5 { font-size: .95rem; margin-bottom: 14px; color: #fff; }
.foot-col a { display: block; color: var(--muted); font-size: .92rem; margin-bottom: 9px; }
.foot-col a:hover { color: var(--accent); }
.foot-col p { color: var(--muted); font-size: .92rem; }
.foot-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 24px; flex-wrap: wrap; }
.foot-bottom .copy { color: var(--muted); font-size: .88rem; }

/* ===== Scroll reveal ===== */
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].in { opacity: 1; transform: none; }

/* ===== Responsive ===== */
@media (max-width: 920px) {
  .foot-top { grid-template-columns: 1fr 1fr; }
  .hero-grid, .about-grid, .contact-grid, .pd, .svc-grid { grid-template-columns: 1fr; }
  .svc-order { position: static; }
  .hero-visual { min-height: 320px; margin-top: 10px; }
  .contact-grid { padding: 26px; }
}
@media (max-width: 720px) {
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; align-items: flex-start; position: absolute; top: 66px; inset-inline: 0;
    background: #0c0f1f; border-bottom: 1px solid var(--line); padding: 18px 24px; gap: 16px; }
  .nav-toggle { display: block; }
  .foot { flex-direction: column; text-align: center; }
}
