/* Shadi Card Video — site styles (dark maroon + gold, motion-first) */
:root {
  --bg: #12030a; --bg2: #1c0610; --card: rgba(255, 240, 220, 0.05); --line: rgba(247, 216, 138, 0.18);
  --gold: #f2cd7a; --gold2: #b8862c; --cream: #fff4e2; --muted: #d9c3a8; --rose: #e0567a; --wa: #25d366;
  --grad: linear-gradient(100deg, #9c6a1c 0%, #f7d88a 30%, #fff4cf 48%, #e2b04f 62%, #9c6a1c 100%);
  --serif: "Cormorant Garamond", "Tiro Devanagari Hindi", serif; --hi: "Tiro Devanagari Hindi", "Rozha One", serif;
  --sans: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans Devanagari", "Tiro Devanagari Hindi", sans-serif; --script: "Cormorant Garamond", serif;
  --r: 22px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { background: var(--bg); color-scheme: dark; overflow-x: hidden; }
body { font-family: var(--sans); color: var(--cream); background: var(--bg); overflow-x: hidden; line-height: 1.6; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
.wrap { width: min(1180px, 100% - 32px); margin-inline: auto; }
/* padding-block widens the painted area so Devanagari matras above the line get the gold too */
.gold { background: var(--grad); background-size: 220% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: shine 6s linear infinite;
  padding-block: .28em .12em; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
@keyframes shine { to { background-position: -220% 0; } }
.eyebrow { font-family: var(--serif); letter-spacing: .32em; text-transform: uppercase; color: var(--gold); font-size: .85rem; }
.h2 { font-family: var(--hi); font-size: clamp(2rem, 5.2vw, 3.6rem); line-height: 1.15; margin: 10px 0 14px; }
.lead { color: var(--muted); max-width: 640px; }
section { position: relative; padding: clamp(70px, 11vw, 140px) 0; }

/* ambient: moving gold/rose orbs + film grain */
.orbs { position: fixed; inset: 0; z-index: -2; overflow: hidden; pointer-events: none; }
.orbs i { position: absolute; width: 46vmax; height: 46vmax; border-radius: 50%; filter: blur(90px); opacity: .32; animation: drift 26s ease-in-out infinite alternate; }
.orbs i:nth-child(1) { background: #8e1430; left: -12vmax; top: -10vmax; }
.orbs i:nth-child(2) { background: #b8862c; right: -16vmax; top: 30vh; animation-duration: 32s; opacity: .2; }
.orbs i:nth-child(3) { background: #5a0a1c; left: 20vw; bottom: -20vmax; animation-duration: 38s; }
@keyframes drift { to { transform: translate(8vmax, 6vmax) scale(1.15); } }
.grain { position: fixed; inset: -50%; z-index: 50; pointer-events: none; opacity: .05; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); animation: grain 1s steps(4) infinite; }
@keyframes grain { 25% { transform: translate(-3%, 2%); } 50% { transform: translate(2%, -3%); } 75% { transform: translate(-2%, -2%); } }
#petals { position: fixed; inset: 0; width: 100%; height: 100%; z-index: -1; pointer-events: none; }
.cursor-glow { position: fixed; width: 420px; height: 420px; border-radius: 50%; pointer-events: none; z-index: -1; transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(242, 205, 122, .13), transparent 65%); transition: opacity .3s; }

/* nav */
.nav { position: fixed; top: 14px; left: 50%; transform: translateX(-50%); z-index: 40; width: min(1180px, 100% - 24px); display: flex; align-items: center; justify-content: space-between;
  gap: 12px; padding: 10px 12px 10px 18px; border-radius: 999px; background: rgba(28, 6, 16, .55); backdrop-filter: blur(16px) saturate(1.4); border: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--serif); font-weight: 700; letter-spacing: .08em; font-size: 1.05rem; }
.brand svg { width: 34px; height: 34px; }
.nav-links { display: flex; gap: 26px; font-size: .92rem; color: var(--muted); }
.nav-links a:hover { color: var(--gold); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 26px; border-radius: 999px; font-weight: 600; font-size: .98rem; position: relative; isolation: isolate;
  transition: transform .25s cubic-bezier(.2, .8, .2, 1), box-shadow .25s; will-change: transform; }
.btn-gold { color: #2a0610; background: var(--grad); background-size: 200% 100%; box-shadow: 0 10px 40px -10px rgba(242, 205, 122, .6); }
.btn-gold:hover { background-position: 100% 0; box-shadow: 0 18px 50px -12px rgba(242, 205, 122, .8); }
.btn-ghost { border: 1px solid var(--line); background: rgba(255, 255, 255, .04); }
.btn-ghost:hover { border-color: var(--gold); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-sm { padding: 10px 18px; font-size: .88rem; }

/* hero */
.hero { min-height: 100svh; display: grid; align-items: center; padding-top: 120px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; }
.hero h1 { font-family: var(--hi); font-size: clamp(2.6rem, 7.4vw, 5.6rem); line-height: 1.08; font-weight: 400; }
/* mask box is padded so Devanagari matras / reph above the line are not clipped */
.hero h1 .w { display: inline-block; overflow: hidden; vertical-align: top; padding: .32em .04em .12em; margin: -.32em -.04em -.12em; }
.hero h1 .w > span { display: inline-block; }
.hero .script { font-family: var(--script); font-style: italic; font-weight: 500; font-size: clamp(2rem, 5vw, 3.6rem); color: var(--gold); line-height: 1; }
.hero p { color: var(--muted); font-size: 1.08rem; margin: 22px 0 32px; max-width: 540px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.trust { display: flex; gap: 18px; margin-top: 34px; color: var(--muted); font-size: .85rem; flex-wrap: wrap; }
.trust b { color: var(--gold); font-size: 1.2rem; display: block; font-family: var(--serif); }

/* phone mockup */
.phone { position: relative; width: min(330px, 78vw); aspect-ratio: 9/19.2; margin-inline: auto; border-radius: 46px; padding: 11px; background: linear-gradient(145deg, #3a2a1a, #0d0a08 40%, #2a1c10);
  box-shadow: 0 0 0 1.5px rgba(242, 205, 122, .35), 0 50px 120px -30px rgba(0, 0, 0, .9), 0 0 80px -10px rgba(224, 86, 122, .35); transform-style: preserve-3d; }
.phone::before { content: ""; position: absolute; top: 20px; left: 50%; transform: translateX(-50%); width: 34%; height: 22px; border-radius: 20px; background: #000; z-index: 2; }
.phone video, .phone img { width: 100%; height: 100%; object-fit: cover; border-radius: 36px; background: #000; }
.hero-phone-wrap { perspective: 1200px; position: relative; }
.halo { position: absolute; inset: 8% 0; border-radius: 50%; background: conic-gradient(from 0deg, transparent, rgba(242, 205, 122, .5), transparent 30%, rgba(224, 86, 122, .45), transparent 60%);
  filter: blur(40px); animation: spin 9s linear infinite; z-index: -1; }
@keyframes spin { to { transform: rotate(1turn); } }
.float-chip { position: absolute; padding: 10px 14px; border-radius: 16px; background: rgba(28, 6, 16, .7); border: 1px solid var(--line); backdrop-filter: blur(10px); font-size: .82rem; white-space: nowrap; }
.float-chip b { color: var(--gold); }
.chip-a { left: -6%; top: 18%; } .chip-b { right: -8%; top: 52%; } .chip-c { left: 2%; bottom: 10%; }
.sound-btn { position: absolute; bottom: 28px; right: 26px; z-index: 3; width: 42px; height: 42px; border-radius: 50%; background: rgba(0, 0, 0, .55); border: 1px solid var(--line); display: grid; place-items: center; }

/* marquee */
.marquee { border-block: 1px solid var(--line); padding: 18px 0; overflow: hidden; background: rgba(255, 255, 255, .02); }
.marquee .track { display: flex; gap: 48px; width: max-content; animation: marq 28s linear infinite; font-family: var(--serif); font-size: clamp(1.2rem, 2.6vw, 1.9rem); white-space: nowrap; }
.marquee .track span:nth-child(odd) { color: var(--gold); }
@keyframes marq { to { transform: translateX(-50%); } }

/* reels */
.filters { display: flex; gap: 10px; flex-wrap: wrap; margin: 26px 0 34px; }
.chipf { padding: 9px 18px; border-radius: 999px; border: 1px solid var(--line); font-size: .9rem; color: var(--muted); transition: .25s; }
.chipf.on, .chipf:hover { color: #2a0610; background: var(--grad); border-color: transparent; }
.reels { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 22px; }
.reel { position: relative; border-radius: var(--r); overflow: hidden; aspect-ratio: 9/16; background: #000; border: 1px solid var(--line); cursor: pointer; transform-style: preserve-3d;
  transition: box-shadow .3s; }
.reel:hover { box-shadow: 0 30px 70px -25px rgba(242, 205, 122, .45); }
.reel video, .reel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.reel .meta { position: absolute; inset: auto 0 0 0; padding: 40px 14px 14px; background: linear-gradient(transparent, rgba(10, 2, 6, .92)); }
.reel .meta b { font-family: var(--serif); font-size: 1.12rem; display: block; }
.reel .tags { display: flex; gap: 6px; margin-top: 6px; flex-wrap: wrap; }
.reel .tags span { font-size: .7rem; padding: 3px 9px; border-radius: 999px; background: rgba(242, 205, 122, .16); color: var(--gold); }
.reel .play { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; border-radius: 50%; background: rgba(0, 0, 0, .5); display: grid; place-items: center; border: 1px solid var(--line); }
.reel.hide { display: none; }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; position: relative; }
.step { padding: 30px 26px; border-radius: var(--r); background: var(--card); border: 1px solid var(--line); backdrop-filter: blur(6px); }
.step .n { font-family: var(--serif); font-size: 3.2rem; line-height: 1; }
.step h3 { font-family: var(--hi); font-size: 1.5rem; margin: 10px 0 6px; font-weight: 400; }
.step p { color: var(--muted); font-size: .95rem; }
.draw-line { position: absolute; left: 0; right: 0; top: -24px; height: 4px; }

/* bento */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 190px; gap: 18px; margin-top: 46px; }
.tile { position: relative; border-radius: var(--r); padding: 24px; background: var(--card); border: 1px solid var(--line); overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; }
.tile::after { content: ""; position: absolute; inset: 0; background: radial-gradient(400px circle at var(--mx, 50%) var(--my, 50%), rgba(242, 205, 122, .16), transparent 45%); opacity: 0; transition: opacity .3s; }
.tile:hover::after { opacity: 1; }
.tile .ic { font-size: 2rem; margin-bottom: auto; }
.tile h4 { font-family: var(--hi); font-size: 1.3rem; font-weight: 400; }
.tile p { color: var(--muted); font-size: .88rem; }
.t-wide { grid-column: span 2; } .t-tall { grid-row: span 2; }

/* pricing */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; align-items: stretch; }
.plan { position: relative; border-radius: 26px; padding: 34px 28px; background: var(--card); border: 1px solid var(--line); display: flex; flex-direction: column; transform-style: preserve-3d; }
.plan.hot { background: linear-gradient(180deg, rgba(142, 20, 48, .45), rgba(28, 6, 16, .6)); border-color: transparent; }
.plan.hot::before { content: ""; position: absolute; inset: -1.5px; border-radius: 27px; padding: 1.5px; background: conic-gradient(from var(--a, 0deg), #f7d88a, #e0567a, #b8862c, #f7d88a);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; animation: rot 4s linear infinite; }
@property --a { syntax: "<angle>"; initial-value: 0deg; inherits: false; }
@keyframes rot { to { --a: 360deg; } }
.plan .tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); padding: 5px 14px; border-radius: 999px; background: var(--grad); color: #2a0610; font-size: .78rem; font-weight: 700; white-space: nowrap; }
.plan h3 { font-family: var(--serif); font-size: 1.7rem; letter-spacing: .05em; }
.price { font-family: var(--serif); font-size: 3.3rem; line-height: 1; margin: 12px 0 18px; }
.price small { font-size: 1rem; color: var(--muted); }
.plan ul { list-style: none; display: grid; gap: 10px; margin-bottom: 26px; flex: 1; }
.plan li { display: flex; gap: 10px; color: var(--muted); font-size: .93rem; }
.plan li::before { content: "✦"; color: var(--gold); }

/* faq */
.faq { max-width: 820px; margin: 40px auto 0; display: grid; gap: 12px; }
.faq details { border-radius: 18px; border: 1px solid var(--line); background: var(--card); padding: 18px 22px; }
.faq summary { cursor: pointer; font-weight: 600; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::after { content: "+"; color: var(--gold); font-size: 1.4rem; line-height: 1; transition: transform .3s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq p { color: var(--muted); margin-top: 10px; }

/* final cta */
.final { text-align: center; }
.final h2 { font-family: var(--hi); font-size: clamp(2.4rem, 8vw, 6rem); line-height: 1.05; }
.final .btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 34px; }
footer { border-top: 1px solid var(--line); padding: 34px 0 110px; color: var(--muted); font-size: .88rem; }
footer .wrap { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

/* floating whatsapp + lightbox */
.wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 45; width: 60px; height: 60px; border-radius: 50%; background: var(--wa); display: grid; place-items: center;
  box-shadow: 0 12px 30px rgba(37, 211, 102, .45); }
.wa-float::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--wa); animation: ping 2s infinite; }
@keyframes ping { to { transform: scale(1.7); opacity: 0; } }
.lightbox { position: fixed; inset: 0; z-index: 60; background: rgba(8, 1, 4, .88); backdrop-filter: blur(10px); display: none; place-items: center; padding: 20px; }
.lightbox.open { display: grid; }
.lightbox video { max-height: 88svh; width: auto; border-radius: 22px; border: 1px solid var(--line); }
.lightbox .x { position: absolute; top: 18px; right: 22px; font-size: 2rem; color: var(--gold); }

/* content is always visible; GSAP (fast networks only) animates it in from below */

@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero p { margin-inline: auto; }
  .hero-cta, .trust { justify-content: center; }
  .steps, .plans { grid-template-columns: 1fr; }
  .bento { grid-template-columns: 1fr 1fr; grid-auto-rows: 170px; }
  .t-wide { grid-column: span 2; } .t-tall { grid-row: span 1; }
  .chip-a { left: -2%; } .chip-b { right: -2%; }
}
@media (max-width: 520px) {
  .reels { grid-template-columns: 1fr 1fr; gap: 12px; }
  .bento { grid-template-columns: 1fr; } .t-wide { grid-column: span 1; }
  .float-chip { font-size: .72rem; padding: 7px 10px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* reviews + launch offer */
.reviews { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; margin-top: 40px; }
.review { padding: 24px; border-radius: var(--r); background: var(--card); border: 1px solid var(--line); }
.review .stars { color: var(--gold); letter-spacing: 3px; font-size: 1.1rem; }
.review p { margin: 12px 0 16px; color: var(--cream); }
.review .who { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: .88rem; }
.review .who img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; border: 1px solid var(--line); }
.review .who b { color: var(--cream); display: block; }
.offer { margin-top: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 22px 26px; border-radius: 22px;
  background: linear-gradient(100deg, rgba(142, 20, 48, .55), rgba(184, 134, 44, .25)); border: 1px solid var(--line); font-size: 1.05rem; }
/* footer socials + legal links */
.social { display: flex; gap: 10px; margin-bottom: 10px; }
.social a { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line); transition: .25s; }
.social a:hover { background: var(--grad); }
.social a:hover svg { fill: #2a0610; }
.social svg { width: 18px; height: 18px; fill: var(--gold); }
.flinks { display: flex; gap: 18px; flex-wrap: wrap; align-items: flex-end; }
.flinks a:hover { color: var(--gold); }
.review .stars { position: relative; display: inline-block; line-height: 1; }
.review .st-bg { color: rgba(242, 205, 122, .22); }
.review .st-fg { position: absolute; left: 0; top: 0; overflow: hidden; white-space: nowrap; color: var(--gold); }
.review .st-num { margin-left: 8px; font-size: .8rem; color: var(--muted); vertical-align: 2px; }
.review .liked { margin: -6px 0 16px; font-size: .84rem; color: var(--gold); background: rgba(242, 205, 122, .08); border: 1px solid var(--line); border-radius: 12px; padding: 7px 11px; display: inline-block; }

/* live name preview */
.try-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 50px; align-items: center; }
.try-form { margin-top: 26px; }
.try-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.try-form .fl { display: block; margin-bottom: 14px; }
.try-form .fl span { display: block; font-size: .84rem; color: var(--muted); margin-bottom: 6px; }
.try-form input:not([type=radio]) { width: 100%; padding: 13px 16px; border-radius: 14px; border: 1px solid var(--line); background: rgba(255, 255, 255, .05); color: var(--cream); font: inherit; font-size: 1.05rem; outline: none; }
.try-form input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(242, 205, 122, .15); }
.try-form input[type=date] { color-scheme: dark; }
.try-form .pills { display: flex; gap: 10px; flex-wrap: wrap; }
.try-form .pills input { display: none; }
.try-form .pills span { display: inline-block; padding: 9px 16px; border-radius: 999px; border: 1px solid var(--line); cursor: pointer; font-size: .9rem; transition: .2s; }
.try-form .pills input:checked + span { background: var(--grad); color: #2a0610; border-color: transparent; font-weight: 600; }
.sw::before { content: ""; display: inline-block; width: 11px; height: 11px; border-radius: 50%; margin-right: 7px; vertical-align: -1px; }
.sw-royal::before { background: linear-gradient(135deg, #5a0a1c, #f2cd7a); } .sw-floral::before { background: linear-gradient(135deg, #f7c6d0, #fff4ec); } .sw-ivory::before { background: linear-gradient(135deg, #f7f3ec, #a8864a); }
.hint { color: var(--muted); font-size: .85rem; }
.try-phone { overflow: hidden; }
.try-phone > img { position: absolute; inset: 11px; width: calc(100% - 22px); height: calc(100% - 22px); object-fit: cover; border-radius: 36px; }
.try-names { position: absolute; left: 0; right: 0; top: 11%; text-align: center; z-index: 2; }
.tn { font-family: "Amita", var(--hi); font-weight: 700; font-size: clamp(2.3rem, 9vw, 3.4rem); line-height: 1.15; padding-top: .15em;
  background: linear-gradient(100deg, #c8962b 0%, #f7d88a 25%, #fffbe8 45%, #f7d88a 62%, #c8962b 100%); background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .6)); animation: shine 5s linear infinite; }
.tamp { font-family: var(--script); font-style: italic; font-size: 2rem; color: #f7d88a; line-height: .9; filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .6)); }
.try-date { position: absolute; left: 0; right: 0; bottom: 9%; text-align: center; z-index: 2; font-family: var(--serif); letter-spacing: .18em; color: #f7d88a; font-size: .95rem;
  text-shadow: 0 2px 8px #000; }
.try-watermark { position: absolute; left: 0; right: 0; bottom: 3.2%; text-align: center; font-size: .62rem; letter-spacing: .12em; color: rgba(255, 255, 255, .55); z-index: 2; }
.try-phone[data-theme=floral] .tn { background-image: linear-gradient(100deg, #7a2e3e 0%, #b4566a 30%, #f3b9a8 48%, #b4566a 65%, #7a2e3e 100%); filter: drop-shadow(0 2px 6px rgba(255, 250, 246, .9)); }
.try-phone[data-theme=floral] .tamp, .try-phone[data-theme=floral] .try-date { color: #8a4455; text-shadow: 0 1px 6px #fff; filter: none; }
.try-phone[data-theme=ivory] .try-names { top: 30%; }
.try-phone[data-theme=ivory] .tn { background-image: linear-gradient(100deg, #6e5424, #a8864a 40%, #e6cf98 50%, #a8864a 60%, #6e5424); filter: none; }
.try-phone[data-theme=ivory] .tamp, .try-phone[data-theme=ivory] .try-date { color: #7a6a58; text-shadow: none; filter: none; }
.try-phone[data-theme=ivory] .try-date { bottom: 30%; }
.try-phone[data-theme=ivory] .try-watermark, .try-phone[data-theme=floral] .try-watermark { color: rgba(90, 40, 50, .5); }
.tn.en { font-family: var(--serif); font-style: italic; font-weight: 500; }
.pop { animation: pop .5s cubic-bezier(.2, 1.4, .4, 1); }
@keyframes pop { from { transform: scale(.7); opacity: 0; filter: blur(6px); } }
@media (max-width: 900px) { .try-grid { grid-template-columns: 1fr; } }

/* content protection: no selecting / dragging / long-press saving of media (form fields stay usable) */
body { -webkit-user-select: none; user-select: none; -webkit-touch-callout: none; }
input, textarea, select, [contenteditable] { -webkit-user-select: text; user-select: text; -webkit-touch-callout: default; }
img, video { -webkit-user-drag: none; user-drag: none; pointer-events: none; }
.lightbox video { pointer-events: auto; }             /* needs taps for play / seek */
.reel, .phone, .try-phone { -webkit-touch-callout: none; }
.reel::after, .try-phone::after { content: ""; position: absolute; inset: 0; z-index: 1; }   /* invisible shield over the media */
.reel .meta, .reel .play { z-index: 2; }
.mini-plans { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 26px; }
.mini-title { grid-column: 1 / -1; font-family: var(--hi); font-size: 1.3rem; margin-top: 10px; }
.mini { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 22px; border-radius: 20px; border: 1px dashed var(--line); background: var(--card); transition: .25s; }
.mini:hover { border-color: var(--gold); border-style: solid; }
.mini b { font-family: var(--serif); font-size: 1.25rem; display: block; }
.mini small { color: var(--muted); font-size: .8rem; }
.mini .mp { font-family: var(--serif); font-size: 1.9rem; color: var(--gold); white-space: nowrap; }
@media (max-width: 640px) { .mini-plans { grid-template-columns: 1fr; } }
.addon-ad { grid-column: 1 / -1; border-style: solid; border-color: rgba(242, 205, 122, .35); background: linear-gradient(100deg, rgba(142, 20, 48, .35), rgba(184, 134, 44, .12)); }
/* e-card samples */
.ecards { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 18px; margin-top: 34px; }
.ecard { position: relative; border-radius: 18px; overflow: hidden; border: 1px solid var(--line); cursor: zoom-in; aspect-ratio: 9/16; background: #1c0610; transition: box-shadow .3s, transform .3s; }
.ecard:hover { box-shadow: 0 24px 60px -24px rgba(242, 205, 122, .5); transform: translateY(-4px); }
.ecard img { width: 100%; height: 100%; object-fit: cover; }
.ecard::after { content: ""; position: absolute; inset: 0; }
.ecard .meta { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 12px 10px; background: linear-gradient(transparent, rgba(10, 2, 6, .9)); z-index: 2; }
.ecard .meta b { font-family: var(--serif); display: block; }
.ecard .meta span { font-size: .78rem; color: var(--gold); }
@media (max-width: 520px) { .ecards { grid-template-columns: 1fr 1fr; gap: 12px; } }
/* phones: one-line nav, hero clears the fixed nav */
@media (max-width: 520px) {
  .nav { padding: 8px 8px 8px 12px; }
  .brand { font-size: .8rem; letter-spacing: .04em; gap: 7px; white-space: nowrap; }
  .brand svg { width: 26px; height: 26px; }
  .nav .btn-sm { padding: 9px 13px; font-size: .8rem; white-space: nowrap; }
  .hero { padding-top: 104px; }
  .eyebrow { font-size: .72rem; letter-spacing: .22em; }
}
.seo-links{width:100%;font-size:.8rem;gap:10px 16px;margin-top:10px;opacity:.8}
.occ-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;max-width:900px;margin:0 auto}.occ-chips a{padding:9px 16px;border-radius:99px;border:1px solid var(--line);font-size:.92rem;color:var(--text,inherit);background:rgba(255,255,255,.03)}.occ-chips a:hover{border-color:var(--gold);color:var(--gold)}
