@import url('https://fonts.googleapis.com/css2?family=Sansita:wght@400;500;600;700;800&family=Sarala:wght@400;500;600;700&display=swap');

:root {
  --purple: #461061;
  --purple-light: #6b2d8b;
  --purple-deep: #2e0a42;
  --gold: #d4a843;
  --gold-light: #e8c96a;
  --ink: #454757;
  --muted: #686978;
  --cream: #faf8fb;
  --surface: #edebef;
  --lavender: #f2edf5;
  --white: #fff;
  --green: #25d366;
  --shadow: 0 24px 70px rgba(70, 16, 97, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Sarala", Arial, sans-serif; font-weight: 500; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4, .brand { font-family: "Sansita", Georgia, serif; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 108px 0; position: relative; }
.icon { display: inline-block; flex: 0 0 auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 16px 0; transition: .35s ease; color: var(--purple); }
.site-header.scrolled { padding: 9px 0; background: rgba(255,255,255,.9); backdrop-filter: blur(18px); box-shadow: 0 8px 30px rgba(70,16,97,.08); }
.site-header.over-hero:not(.scrolled) { color: white; }
.site-header.over-hero:not(.scrolled) .desktop-nav > a { color: rgba(255,255,255,.82); }
.nav-wrap { display: flex; align-items: center; min-height: 50px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 22px; font-weight: 700; margin-right: auto; letter-spacing: -.02em; }
.brand-mark { width: 40px; height: 40px; display: inline-grid; place-items: center; border-radius: 50%; color: var(--gold); background: linear-gradient(145deg, var(--purple-deep), var(--purple)); box-shadow: 0 8px 20px rgba(70,16,97,.18); }
.desktop-nav { display: flex; align-items: center; gap: 24px; margin-right: 28px; }
.desktop-nav > a { position: relative; font-size: 13px; font-weight: 700; color: var(--ink); padding: 10px 0; }
.desktop-nav > a:not(.mobile-cta)::after { content: ""; position: absolute; left: 0; bottom: 5px; width: 0; height: 2px; background: var(--gold); transition: width .25s ease; }
.desktop-nav > a:hover::after { width: 100%; }
.mobile-cta { display: none; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--lavender); color: var(--purple); align-items: center; justify-content: center; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; border-radius: 999px; padding: 13px 25px; border: 1.5px solid transparent; font-family: "Sansita", Georgia, serif; font-weight: 700; line-height: 1; transition: transform .3s ease, box-shadow .3s ease, background .3s ease; }
.btn:hover { transform: translateY(-3px); }
.btn-gold { color: var(--purple-deep); background: linear-gradient(135deg, var(--gold), var(--gold-light) 55%, var(--gold)); box-shadow: 0 10px 28px rgba(212,168,67,.28); }
.btn-gold:hover { box-shadow: 0 16px 38px rgba(212,168,67,.42); }
.btn-purple { color: white; background: linear-gradient(135deg, var(--purple), var(--purple-light)); box-shadow: 0 12px 28px rgba(70,16,97,.2); }
.btn-outline { color: var(--purple); background: rgba(255,255,255,.54); border-color: rgba(70,16,97,.25); backdrop-filter: blur(8px); }
.nav-cta { min-height: 42px; padding: 11px 19px; font-size: 14px; }
.full-btn { width: calc(100% - 36px); margin: 12px 18px 20px; }

.hero { min-height: 780px; height: 100svh; max-height: 940px; display: flex; align-items: center; position: relative; overflow: hidden; padding: 110px 0 60px; background-image: linear-gradient(105deg, rgba(46,10,66,.93) 0%, rgba(70,16,97,.84) 45%, rgba(46,10,66,.76) 100%), url('../images/hero-tarot.jpg'); background-size: cover; background-position: center; background-attachment: scroll, fixed; }
.hero::before { content:""; position:absolute; inset:0; opacity:.24; background-image: radial-gradient(rgba(255,255,255,.5) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(to right, black, transparent 70%); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 76px; position: relative; z-index: 2; }
.hero-copy { max-width: 650px; }
.eyebrow { display: inline-flex; align-items: center; gap: 7px; color: var(--gold); font-family: "Sansita", Georgia, serif; font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.gold-pill { padding: 8px 14px; color: var(--purple-deep); background: linear-gradient(135deg, rgba(212,168,67,.8), rgba(232,201,106,.9)); border-radius: 999px; letter-spacing: .08em; box-shadow: 0 8px 24px rgba(212,168,67,.18); }
.hero h1 { color: white; font-size: clamp(48px, 5.4vw, 76px); line-height: .98; letter-spacing: -.045em; margin: 25px 0; text-wrap: balance; text-shadow: 0 8px 32px rgba(24,4,35,.2); }
.hero h1 em { display: block; color: var(--gold-light); font-style: normal; }
.hero-lead { max-width: 610px; color: rgba(255,255,255,.8); font-size: 18px; line-height: 1.75; margin-bottom: 30px; }
.home-hero .btn-outline { color: white; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.1); }
.home-hero .btn-outline:hover { color: var(--purple); background: white; }
.home-hero .trust-bar { color: rgba(255,255,255,.66); }
.home-hero .image-orbit { border-color: rgba(255,255,255,.4); }
.home-hero .orbit-b { border-color: rgba(232,201,106,.65); }
.home-hero .scroll-cue { border-color: rgba(255,255,255,.5); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.trust-bar { display: flex; flex-wrap: wrap; gap: 22px; color: var(--muted); font-size: 12px; }
.trust-bar span, .mini-trust span { display: inline-flex; align-items: center; gap: 6px; }
.trust-bar .icon { color: var(--gold); }
.hero-visual { position: relative; justify-self: stretch; padding: 20px; }
.portrait-frame { position: relative; z-index: 2; height: min(64vh, 580px); min-height: 470px; overflow: hidden; border-radius: 54% 46% 44% 56% / 38% 42% 58% 62%; box-shadow: var(--shadow); border: 7px solid rgba(255,255,255,.82); animation: float 7s ease-in-out infinite; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }
.image-orbit { position: absolute; border: 1px solid rgba(70,16,97,.22); border-radius: 50%; z-index: 1; }
.orbit-a { inset: -22px 6px 12px -8px; transform: rotate(10deg); }
.orbit-b { inset: 4px -19px -20px 20px; transform: rotate(-9deg); border-color: rgba(212,168,67,.5); }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 13px 17px; border-radius: 15px; background: rgba(255,255,255,.88); color: var(--purple); box-shadow: 0 15px 40px rgba(70,16,97,.13); backdrop-filter: blur(12px); font-family: "Sansita", Georgia, serif; font-weight: 700; }
.floating-note .icon { color: var(--gold); }
.note-top { right: -10px; top: 19%; }
.note-bottom { left: -24px; bottom: 16%; flex-direction: column; gap: 0; align-items: flex-start; }
.note-bottom strong { color: var(--gold); font-size: 26px; line-height: 1; }
.note-bottom span { font-size: 12px; color: var(--muted); }
.orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .75; }
.orb-one { width: 330px; height: 330px; left: -170px; bottom: -70px; background: rgba(107,45,139,.08); }
.orb-two { width: 190px; height: 190px; right: 5%; top: 9%; background: rgba(212,168,67,.12); }
.star { position: absolute; color: var(--gold); opacity: .3; animation: twinkle 3.2s ease-in-out infinite; }
.star-one { top: 18%; left: 4%; font-size: 28px; }
.star-two { top: 22%; right: 4%; font-size: 39px; animation-delay: .8s; }
.star-three { bottom: 14%; left: 47%; font-size: 22px; animation-delay: 1.5s; }
.scroll-cue { position: absolute; z-index: 5; left: 50%; bottom: 28px; transform: translateX(-50%); width: 30px; height: 48px; border: 1.5px solid rgba(70,16,97,.25); border-radius: 99px; }
.scroll-cue span { position: absolute; width: 4px; height: 8px; border-radius: 99px; background: var(--gold); left: 50%; top: 9px; transform: translateX(-50%); animation: scroll 2s ease-in-out infinite; }

.section-heading { margin-bottom: 50px; }
.section-heading.centered { text-align: center; max-width: 650px; margin-inline: auto; margin-bottom: 52px; }
.section-heading h2, .about-copy h2, .offer-copy h2 { color: var(--purple); font-size: clamp(36px, 4vw, 54px); line-height: 1.08; letter-spacing: -.03em; margin: 12px 0 16px; }
.section-heading p, .about-copy p, .offer-copy p { color: var(--muted); line-height: 1.75; }
.services-section { background: white; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }
.service-card { display:flex; flex-direction:column; min-height:600px; padding:0; overflow:hidden; border-radius:18px; background:white; border:0; border-bottom:2px solid rgba(70,16,97,.08); transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.service-card:hover { transform: translateY(-6px); border-bottom-color:var(--gold); box-shadow: 0 20px 45px rgba(70,16,97,.08); }
.service-image { height: 340px; overflow: hidden; position: relative; }
.service-image::after { display:none; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.service-card:hover .service-image img { transform: scale(1.045); }
.service-price { position: absolute; z-index: 2; right: 16px; bottom: 16px; padding: 8px 14px; border-radius: 99px; color: var(--purple-deep); background: var(--gold-light); font-family: "Sansita", serif; font-weight: 700; }
.service-card-top { display:flex; align-items:center; gap:10px; padding:22px 24px 10px; }
.service-card-top .round-icon { width:34px; height:34px; border-radius:10px; background:var(--lavender); }
.service-card-top .icon { width:17px; height:17px; }
.service-badge { padding:6px 14px; border-radius:999px; color:var(--purple); background:var(--lavender); font-family:"Sansita",serif; font-size:11px; font-weight:700; text-transform:uppercase; }
.service-body { display:flex; flex:1; flex-direction:column; position:relative; padding: 6px 24px 24px; }
.round-icon { width: 46px; height: 46px; display: inline-grid; place-items: center; border-radius: 14px; color: var(--purple); background: var(--lavender); }
.service-body h3 { color: var(--purple); font-size: 20px; margin-bottom: 10px; }
.service-body p { color: var(--muted); font-size: 13px; line-height: 1.7; margin-bottom:24px; }
.service-card-footer { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-top:auto; }
.service-card-footer > strong { color:var(--gold); font-family:"Sansita",serif; font-size:23px; }
.service-card-footer .text-link { font-size:13px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--purple); font-family: "Sansita", serif; font-weight: 700; }
.text-link .icon { transition: transform .25s ease; }
.text-link:hover .icon { transform: translateX(5px); }

.intro-offer { background: var(--lavender); }
.offer-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; padding: 58px 70px; border-radius: 38px; background: white; box-shadow: var(--shadow); overflow: hidden; }
.offer-copy { max-width: 640px; }
.offer-copy h2 { font-size: clamp(34px, 3.7vw, 48px); }
.mini-trust { display: flex; gap: 20px; margin-top: 24px; color: var(--muted); font-size: 12px; }
.mini-trust .icon { color: var(--gold); }
.offer-price { min-width: 225px; display: flex; flex-direction: column; align-items: center; padding: 25px; border-radius: 28px; background: linear-gradient(145deg, #f8f3fa, #fff); border: 1px solid rgba(70,16,97,.09); }
.price-big { color: var(--purple); font-family: "Sansita", serif; font-size: 74px; font-weight: 800; line-height: .9; }
.offer-price small { color: var(--muted); margin: 11px 0 20px; }

.about-section { background: white; }
.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.about-image { position: relative; height: 600px; padding: 18px; border-radius: 46% 46% 28px 28px; background: linear-gradient(150deg, var(--lavender), #fff); }
.about-image::before { content:""; position:absolute; width:130px; height:130px; border:1px solid rgba(212,168,67,.5); border-radius:50%; left:-42px; top:18%; }
.about-image img { width:100%; height:100%; object-fit:cover; object-position:top; border-radius:46% 46% 18px 18px; }
.image-caption { position:absolute; left:50%; bottom:0; transform:translate(-50%, 50%); display:flex; align-items:center; gap:8px; padding:12px 22px; border-radius:99px; white-space:nowrap; background:var(--gold-light); color:var(--purple-deep); font-family:"Sansita",serif; font-weight:700; box-shadow:0 10px 30px rgba(70,16,97,.15); }
.about-copy p { font-size: 16px; margin-bottom: 16px; }
.about-copy .text-link { margin-top: 16px; }

.reviews-section { background: var(--surface); }
.review-wrap { position: relative; padding: 0 35px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.review-card { position: relative; padding: 0; background: white; border: 0; border-radius: 22px; overflow: hidden; box-shadow: 0 8px 35px rgba(70,16,97,.08); cursor: zoom-in; transition: transform .3s ease; }
.review-card:hover { transform: translateY(-6px); }
.review-card img { width: 100%; height: 355px; object-fit: contain; background: white; }
.review-card span { position: absolute; right: 12px; bottom: 12px; display: inline-flex; gap: 6px; align-items: center; padding: 8px 11px; border-radius: 99px; background: rgba(46,10,66,.84); color: white; font-size: 11px; }
.slider-button { position: absolute; z-index: 3; top: 50%; width: 46px; height: 46px; display: grid; place-items: center; border: 0; border-radius: 50%; color: var(--purple); background: white; box-shadow: 0 8px 25px rgba(70,16,97,.15); cursor: pointer; transition: .25s; }
.slider-button:hover { color: white; background: var(--purple); }
.slider-button.prev { left: 0; }
.slider-button.next { right: 0; }
.slider-dots { display: flex; justify-content: center; gap: 7px; margin-top: 30px; }
.slider-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 99px; background: rgba(70,16,97,.22); transition: .25s; }
.slider-dots button.active { width: 26px; background: var(--purple); }
.lightbox { position: fixed; z-index: 500; inset: 0; display: grid; place-items: center; padding: 50px 20px; background: rgba(23,5,34,.92); backdrop-filter: blur(8px); }
.lightbox img { max-width: min(880px, 92vw); max-height: 86vh; object-fit: contain; border-radius: 18px; }
.lightbox button { position: absolute; top: 22px; right: 22px; width: 46px; height: 46px; display:grid; place-items:center; border:0; border-radius:50%; color:white; background:rgba(255,255,255,.15); }

.pricing-section { background: white; }
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.price-card { display: flex; flex-direction: column; border-radius: 24px; overflow: hidden; background: var(--cream); border: 1px solid rgba(70,16,97,.09); box-shadow: 0 8px 30px rgba(70,16,97,.05); }
.price-card.gold { border-top: 4px solid var(--gold); }
.price-card.green { border-top: 4px solid var(--green); }
.price-card.purple { border-top: 4px solid var(--purple-light); }
.price-card.deep { border-top: 4px solid var(--purple-deep); }
.price-card-head { display: flex; align-items: center; gap: 13px; padding: 22px 20px 18px; border-bottom: 1px solid rgba(70,16,97,.08); }
.price-card-head .round-icon { width: 42px; height: 42px; }
.price-card-head h3 { color: var(--purple); font-size: 18px; margin-bottom: 2px; }
.price-card-head p { color: var(--muted); font-size: 11px; margin: 0; }
.price-rows { padding: 12px; }
.price-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 46px; padding: 10px 9px; border-radius: 10px; font-size: 12px; }
.price-row.featured { background: rgba(212,168,67,.1); border: 1px solid rgba(212,168,67,.22); }
.price-row strong { color: var(--purple); font-family: "Sansita", serif; font-size: 17px; white-space: nowrap; }
.price-note { margin: auto 20px 16px; color: var(--muted); font-size: 11px; font-style: italic; }

.parallax-cta { min-height: 500px; display: flex; align-items: center; position: relative; background: url('../images/hero-tarot.jpg') center 38% / cover fixed; overflow: hidden; }
.parallax-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(46,10,66,.94), rgba(70,16,97,.78)); }
.cta-content { position: relative; z-index: 2; text-align: center; max-width: 760px; color: white; }
.eyebrow.light { color: var(--gold-light); }
.cta-content h2 { color: white; font-size: clamp(39px, 5vw, 62px); line-height: 1.06; letter-spacing: -.035em; margin: 16px 0; }
.cta-content p { color: rgba(255,255,255,.72); margin-bottom: 26px; }

.site-footer { color: rgba(255,255,255,.72); background: var(--purple-deep); padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 60px; }
.light-brand { color: white; }
.footer-brand p { margin: 18px 0; }
.socials { display: flex; gap: 9px; }
.socials a { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); color: white; transition: .25s; }
.socials a:hover { color: var(--purple-deep); background: var(--gold-light); transform: translateY(-3px); }
.footer-column { display: flex; flex-direction: column; gap: 11px; font-size: 13px; }
.footer-column h3 { color: var(--gold-light); font-size: 16px; margin-bottom: 5px; }
.footer-column a:hover { color: white; }
.copyright { padding-top: 25px; margin-top: 55px; border-top: 1px solid rgba(255,255,255,.1); text-align: center; font-size: 10px; color: rgba(255,255,255,.38); }
.wa-fab { position: fixed; z-index: 90; right: 24px; bottom: 24px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); box-shadow: 0 10px 30px rgba(37,211,102,.34); animation: pulse 2.6s infinite; }

/* Inner pages */
.inner-hero { min-height: 680px; display: flex; align-items: center; position: relative; overflow: hidden; padding: 130px 0 80px; background: linear-gradient(135deg, #f8f2fa, #fff 55%, #f0e8f3); }
.inner-hero::after { content:""; position:absolute; inset:0; background-image:radial-gradient(rgba(70,16,97,.12) 1px,transparent 1px); background-size:32px 32px; opacity:.25; mask-image:linear-gradient(to right,black,transparent 65%); }
.inner-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .78fr; gap: 80px; align-items: center; }
.inner-hero h1 { color: var(--purple); font-size: clamp(48px, 5.6vw, 72px); line-height: 1; letter-spacing: -.04em; margin: 24px 0; }
.inner-hero h1 em { display: block; color: var(--purple-light); font-style: normal; }
.inner-hero p { max-width: 650px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.purple-outline { color: var(--purple); }
.inner-hero-image { height: 510px; padding: 12px; border: 1px solid rgba(212,168,67,.45); border-radius: 48% 48% 24px 24px; transform: rotate(2deg); box-shadow: var(--shadow); background: white; }
.inner-hero-image img { width:100%; height:100%; object-fit:cover; object-position:top; border-radius:47% 47% 16px 16px; }
.feature-list { display: grid; gap: 8px; }
.feature-item { display: flex; align-items: flex-start; gap: 15px; padding: 18px 0; border-bottom: 1px solid rgba(70,16,97,.08); }
.feature-item .round-icon { width: 44px; height: 44px; }
.feature-item h3 { color: var(--purple); font-size: 17px; margin-bottom: 3px; }
.feature-item p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0; }
.faq-list { max-width: 800px; margin: 0 auto; background: white; border-radius: 25px; padding: 0 28px; box-shadow: 0 12px 45px rgba(70,16,97,.07); }
.faq-list details { border-bottom: 1px solid rgba(70,16,97,.1); }
.faq-list details:last-child { border-bottom: 0; }
.faq-list summary { display:flex; justify-content:space-between; align-items:center; gap:20px; padding:22px 0; cursor:pointer; list-style:none; color:var(--purple); font-family:"Sansita",serif; font-size:17px; font-weight:700; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary span { color:var(--gold); font-size:23px; transition:.25s; }
.faq-list details[open] summary span { transform:rotate(45deg); }
.faq-list details p { padding: 0 36px 22px 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

/* Service content */
.white-section { background: white; }
.soft-section, .faq-section { background: var(--lavender); }
.content-split { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: center; }
.prose-block h2, .price-feature h2 { color: var(--purple); font-size: clamp(38px, 4.4vw, 57px); line-height: 1.06; letter-spacing: -.035em; margin: 15px 0 25px; }
.prose-block > p, .price-feature > div > p { color: var(--muted); font-size: 16px; line-height: 1.85; margin-bottom: 16px; }
.prose-block blockquote { margin: 28px 0 0; padding: 18px 22px; border-left: 3px solid var(--gold); border-radius: 0 15px 15px 0; color: var(--purple); background: var(--lavender); font-family: "Sansita", serif; font-size: 19px; }
.price-feature { display: grid; grid-template-columns: 1fr 330px; gap: 80px; align-items: center; padding: 65px 75px; border-radius: 38px; background: white; box-shadow: var(--shadow); }
.price-feature ul { margin: 25px 0 0; padding: 0; list-style: none; display: grid; gap: 11px; }
.price-feature li { position: relative; padding-left: 26px; color: var(--ink); font-size: 14px; }
.price-feature li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 800; }
.price-medallion { aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px; border-radius: 50%; background: radial-gradient(circle at 35% 20%, #fff, var(--lavender)); border: 1px solid rgba(212,168,67,.45); text-align: center; box-shadow: 0 20px 50px rgba(70,16,97,.1); }
.price-medallion strong { color: var(--purple); font-family: "Sansita", serif; font-size: 72px; line-height: 1; }
.price-medallion span { margin: 8px 0 22px; color: var(--muted); font-size: 12px; }
.price-medallion .btn { font-size: 13px; }
.payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.payment-card { display: flex; flex-direction: column; align-items: flex-start; padding: 28px 25px; border-radius: 24px; background: var(--cream); border: 1px solid rgba(70,16,97,.09); transition: transform .3s ease, box-shadow .3s ease; }
.payment-card:hover { transform: translateY(-6px); box-shadow: 0 18px 45px rgba(70,16,97,.1); }
.payment-card h3 { color: var(--purple); font-size: 20px; margin: 18px 0 8px; }
.payment-card p { flex: 1; color: var(--muted); font-size: 13px; line-height: 1.65; }
.payment-card .text-link { font-size: 13px; }
.paypal-icon { color: #2563eb; }
.payment-warning { max-width: 720px; margin: 30px auto 0; padding: 13px 18px; border-radius: 14px; color: var(--purple); background: rgba(212,168,67,.12); text-align: center; font-size: 12px; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step-card { position: relative; padding: 30px 25px; overflow: hidden; border-radius: 24px; background: white; border: 1px solid rgba(70,16,97,.08); }
.step-card > span { position: absolute; right: 16px; top: 7px; color: rgba(70,16,97,.06); font-family: "Sansita", serif; font-size: 70px; font-weight: 800; line-height: 1; }
.step-card h3 { position: relative; color: var(--purple); font-size: 20px; margin: 35px 0 9px; }
.step-card p { position: relative; color: var(--muted); font-size: 13px; line-height: 1.65; margin: 0; }
.service-final { min-height: 460px; }

.contact-hero { min-height: 670px; display: flex; align-items: center; position: relative; padding: 135px 0 80px; background: radial-gradient(circle at 80% 25%, rgba(212,168,67,.22), transparent 25%), linear-gradient(135deg,#fbf9fc,#eee6f2); }
.contact-hero-inner { text-align: center; max-width: 900px; }
.contact-hero h1 { color: var(--purple); font-size: clamp(48px, 6vw, 75px); line-height: 1; margin: 25px 0 18px; letter-spacing: -.04em; }
.contact-hero h1 em { display: block; color: var(--purple-light); font-style: normal; }
.contact-hero-inner > p { max-width: 700px; margin: 0 auto 34px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.contact-facts { display: grid; grid-template-columns: .8fr .8fr 1.4fr; gap: 13px; margin: 0 auto 32px; }
.contact-facts > div { display: flex; align-items: center; gap: 12px; padding: 18px; border-radius: 18px; background: rgba(255,255,255,.8); border: 1px solid rgba(70,16,97,.08); text-align: left; }
.contact-facts .icon { color: var(--gold); }
.contact-facts span { display: flex; flex-direction: column; color: var(--muted); font-size: 11px; }
.contact-facts strong { color: var(--purple); font-family: "Sansita",serif; font-size: 14px; }
.contact-bottom { padding: 80px 0; color: white; background: linear-gradient(135deg,var(--purple-deep),var(--purple)); }
.contact-bottom .container { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.contact-bottom h2 { color: white; font-size: clamp(35px,4vw,53px); margin: 12px 0; }
.contact-bottom p { color: rgba(255,255,255,.66); margin: 0; }

/* Campaign landing */
.landing-page { padding-bottom: 76px; }
.landing-header { background: rgba(255,255,255,.9); backdrop-filter: blur(16px); box-shadow: 0 8px 28px rgba(70,16,97,.06); }
.landing-header.over-hero:not(.scrolled) { background:transparent; box-shadow:none; backdrop-filter:none; }
.landing-hero { min-height: 790px; display: flex; align-items: center; position: relative; overflow: hidden; padding: 115px 0 70px; background-image:linear-gradient(105deg, rgba(46,10,66,.94) 0%, rgba(70,16,97,.86) 46%, rgba(46,16,97,.76) 100%), url('../images/hero-tarot.jpg'); background-size:cover; background-position:center; background-attachment:scroll, fixed; }
.landing-hero::before { content:""; position:absolute; inset:0; opacity:.24; background-image:radial-gradient(rgba(255,255,255,.5) 1px, transparent 1px); background-size:34px 34px; mask-image:linear-gradient(to right,black,transparent 70%); }
.landing-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .75fr; gap: 75px; align-items: center; }
.landing-hero-copy h1 { max-width: 690px; color: white; font-size: clamp(48px,5.5vw,74px); line-height: 1; letter-spacing: -.045em; margin: 25px 0 20px; text-shadow:0 8px 32px rgba(24,4,35,.22); }
.landing-hero-copy h1 em { display: block; color: var(--gold-light); font-style: normal; }
.landing-hero-copy > p { max-width: 640px; color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.75; margin-bottom: 6px; }
.landing-hero-copy > small { display:block; color:rgba(255,255,255,.7); font-size:12px; margin-bottom:20px; }
.landing-price { display: inline-flex; align-items: baseline; gap: 10px; padding: 10px 19px; border: 1px solid rgba(232,201,106,.55); border-radius: 16px; background: rgba(255,255,255,.1); backdrop-filter:blur(8px); }
.landing-price strong { color: var(--gold); font-family:"Sansita",serif; font-size: 42px; line-height: 1; }
.landing-price span { color: rgba(255,255,255,.76); font-size: 12px; }
.landing-hero .trust-bar { color:rgba(255,255,255,.7); }
.landing-primary { display: flex; width: fit-content; margin: 22px 0; padding: 17px 32px; font-size: 17px; }
.landing-visual { position: relative; max-width: 470px; justify-self: center; }
.landing-image { position: relative; z-index: 2; height: 610px; padding: 9px; border-radius: 48% 48% 25px 25px; background: rgba(255,255,255,.75); border: 1px solid rgba(212,168,67,.5); box-shadow: var(--shadow); }
.landing-image::before { content:""; position:absolute; inset:-22px 15px 8px -15px; z-index:-1; border:1px solid rgba(70,16,97,.2); border-radius:50%; transform:rotate(7deg); }
.landing-image img { width:100%; height:100%; object-fit:cover; object-position:top; border-radius:47% 47% 18px 18px; }
.landing-float { position:absolute; z-index:3; left:-42px; bottom:13%; display:flex; align-items:center; gap:10px; padding:13px 16px; border-radius:15px; background:rgba(255,255,255,.92); color:var(--purple); box-shadow:0 15px 40px rgba(70,16,97,.14); font-size:12px; }
.landing-float .icon { color:var(--gold); }
.landing-float strong { font-family:"Sansita",serif; }
.narrow-container { max-width: 780px; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.benefit-grid article { display:flex; gap:14px; align-items:flex-start; padding:22px; border-radius:20px; background:var(--cream); border:1px solid rgba(70,16,97,.07); }
.benefit-grid h3 { color:var(--purple); font-size:17px; margin:2px 0 5px; }
.benefit-grid p { color:var(--muted); font-size:12px; line-height:1.55; margin:0; }
.landing-steps { display: grid; gap: 9px; }
.landing-steps article { display:flex; align-items:flex-start; gap:16px; padding:20px 22px; border-radius:18px; background:white; border:1px solid transparent; }
.landing-steps article.highlight { border-color:rgba(212,168,67,.45); box-shadow:0 12px 35px rgba(70,16,97,.06); }
.landing-steps article > span { width:38px; height:38px; flex:0 0 auto; display:grid; place-items:center; border-radius:50%; color:white; background:var(--purple); font-family:"Sansita",serif; font-weight:700; }
.landing-steps article.highlight > span { color:var(--purple-deep); background:var(--gold-light); }
.landing-steps h3 { color:var(--purple); font-size:18px; margin:0 0 4px; }
.landing-steps p { color:var(--muted); font-size:13px; line-height:1.6; margin:0; }
.wizard-section { background: white; scroll-margin-top: 70px; }
.wizard-shell { overflow:hidden; border-radius:30px; background:var(--lavender); border:1px solid rgba(70,16,97,.09); box-shadow:0 24px 70px rgba(70,16,97,.1); }
.wizard-progress { display:grid; grid-template-columns:repeat(4,1fr); gap:0; padding:20px 24px; background:white; border-bottom:1px solid rgba(70,16,97,.08); }
.wizard-progress > div { position:relative; display:flex; align-items:center; justify-content:center; gap:8px; color:#9b98a1; }
.wizard-progress > div:not(:last-child)::after { content:""; position:absolute; right:-20%; width:40%; height:1px; background:rgba(70,16,97,.14); }
.wizard-progress span { width:30px; height:30px; display:grid; place-items:center; border-radius:50%; background:rgba(70,16,97,.1); font-family:"Sansita",serif; font-size:13px; }
.wizard-progress div.active { color:var(--purple); }
.wizard-progress div.active span { color:white; background:var(--purple); }
.wizard-progress small { font-family:"Sansita",serif; font-size:12px; }
.wizard-panel { padding: 32px; }
.wizard-panel > h3 { color:var(--purple); text-align:center; font-size:23px; margin:0 0 5px; }
.wizard-panel > p { color:var(--muted); text-align:center; font-size:12px; margin-bottom:22px; }
.wizard-choice-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:13px; }
.wizard-choice { position:relative; display:flex; flex-direction:column; align-items:flex-start; min-height:205px; padding:22px; border:2px solid transparent; border-radius:21px; background:white; color:var(--ink); text-align:left; cursor:pointer; transition:.25s; }
.wizard-choice:hover, .wizard-choice.selected { transform:translateY(-3px); border-color:var(--gold); box-shadow:0 15px 35px rgba(70,16,97,.09); }
.choice-icon { width:48px; height:48px; display:grid; place-items:center; border-radius:14px; margin-bottom:14px; }
.choice-icon.green { color:#17a951; background:#e9f9ef; }
.choice-icon.purple { color:var(--purple); background:var(--lavender); }
.choice-icon.gold { color:#8b6213; background:var(--gold-light); }
.wizard-choice > span:nth-child(2) { display:flex; flex-direction:column; }
.wizard-choice strong { color:var(--purple); font-family:"Sansita",serif; font-size:18px; }
.wizard-choice small { margin-top:5px; color:var(--muted); font-size:12px; line-height:1.5; }
.wizard-choice b { margin-top:auto; color:var(--gold); font-family:"Sansita",serif; font-size:22px; }
.wizard-choice i { position:absolute; right:16px; top:16px; width:24px; height:24px; display:grid; place-items:center; border-radius:50%; color:white; background:var(--purple); opacity:0; transition:.2s; }
.wizard-choice.selected i { opacity:1; }
.wizard-back { display:inline-flex; align-items:center; gap:4px; border:0; background:transparent; color:var(--purple); cursor:pointer; font-size:12px; margin:0 0 8px; }
.package-choice-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }
.package-choice-grid.five-options { grid-template-columns:repeat(5,1fr); }
.package-choice-grid.two-options { grid-template-columns:repeat(2,1fr); max-width:460px; margin-inline:auto; }
.package-choice { position:relative; min-height:150px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:7px; padding:16px 10px; border:2px solid transparent; border-radius:18px; color:var(--purple); background:white; cursor:pointer; transition:.25s; }
.package-choice:hover, .package-choice.selected { transform:translateY(-3px); border-color:var(--gold); box-shadow:0 14px 30px rgba(70,16,97,.08); }
.package-symbol { font-size:20px; line-height:1; }
.package-choice strong { font-family:"Sansita",serif; font-size:14px; text-align:center; }
.package-choice small { position:absolute; top:8px; right:8px; padding:3px 6px; border-radius:99px; color:#8a651c; background:rgba(212,168,67,.14); font-size:7px; font-weight:700; text-transform:uppercase; }
.package-choice b { color:var(--gold); font-family:"Sansita",serif; font-size:23px; }
.payment-choice-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }
.payment-choice { min-height:120px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px; padding:12px; border:2px solid transparent; border-radius:17px; color:var(--purple); background:white; cursor:pointer; transition:.25s; }
.payment-choice:hover, .payment-choice.selected { transform:translateY(-3px); border-color:var(--purple); }
.payment-choice strong { font-family:"Sansita",serif; font-size:14px; }
.payment-choice small { color:var(--muted); font-size:9px; }
.final-panel > h3 { margin-bottom:20px; }
.wizard-summary { padding:13px 18px; border-radius:18px; background:white; border:1px solid rgba(70,16,97,.08); }
.wizard-summary > div { display:flex; justify-content:space-between; align-items:center; gap:15px; padding:9px 0; border-bottom:1px solid rgba(70,16,97,.07); font-size:12px; }
.wizard-summary > div:last-child { border:0; }
.wizard-summary span { color:var(--muted); }
.wizard-summary strong { color:var(--purple); font-family:"Sansita",serif; text-align:right; }
.wizard-summary .summary-total { padding-top:13px; font-size:16px; }
.wizard-summary .summary-total strong { color:var(--gold); font-size:27px; }
.payment-action, .private-note { display:grid; grid-template-columns:auto 1fr; gap:12px; align-items:start; margin-top:13px; padding:17px; border-radius:17px; background:white; border:1px solid rgba(70,16,97,.08); }
.payment-action > span { color:var(--gold); }
.payment-action h4, .private-note h4 { color:var(--purple); font-size:15px; margin:0 0 4px; }
.payment-action p, .private-note p { color:var(--muted); font-size:11px; line-height:1.55; margin:0; }
.payment-action .btn { grid-column:1/-1; border-radius:14px; min-height:46px; font-size:13px; }
.private-note > .icon { color:var(--gold); }
.wizard-warning { display:flex; gap:10px; align-items:flex-start; margin:13px 0; padding:13px 15px; border-radius:15px; color:var(--purple); background:rgba(212,168,67,.12); border:1px solid rgba(212,168,67,.22); }
.wizard-warning p { font-size:11px; line-height:1.55; margin:0; }
.wizard-confirm { width:100%; border-radius:15px; }
.wizard-footnote { display:block; color:#8b8894; text-align:center; margin-top:10px; font-size:10px; }
.landing-profile { display:grid; grid-template-columns:210px 1fr; gap:45px; align-items:center; max-width:850px; }
.profile-photo { aspect-ratio:1; padding:8px; border-radius:50%; background:var(--lavender); border:1px solid rgba(212,168,67,.45); }
.profile-photo img { width:100%; height:100%; object-fit:cover; object-position:top; border-radius:50%; }
.landing-profile h2 { color:var(--purple); font-size:36px; margin:10px 0 12px; }
.landing-profile p { color:var(--muted); font-size:14px; line-height:1.75; margin:0; }
.landing-final { padding:90px 0; color:white; background:linear-gradient(135deg,var(--purple-deep),var(--purple)); text-align:center; }
.landing-final .icon { color:var(--gold-light); }
.landing-final h2 { color:white; font-size:clamp(38px,5vw,58px); margin:15px 0 12px; }
.landing-final p { color:rgba(255,255,255,.68); margin-bottom:25px; }
.site-footer.compact { padding-top:42px; }
.site-footer.compact .footer-grid { display:block; text-align:center; }
.site-footer.compact .footer-brand .brand, .site-footer.compact .socials { justify-content:center; margin-inline:auto; }
.sticky-booking { position:fixed; z-index:110; left:0; right:0; bottom:0; display:flex; align-items:center; gap:14px; max-width:650px; margin:0 auto; padding:10px 14px calc(10px + env(safe-area-inset-bottom)); border:1px solid rgba(70,16,97,.1); border-bottom:0; border-radius:18px 18px 0 0; background:rgba(255,255,255,.94); backdrop-filter:blur(15px); box-shadow:0 -8px 28px rgba(70,16,97,.1); }
.sticky-booking > div { display:flex; flex-direction:column; flex:1; min-width:0; }
.sticky-booking strong { color:var(--purple); font-family:"Sansita",serif; font-size:14px; }
.sticky-booking span { color:var(--muted); font-size:9px; }
.sticky-booking .btn { min-height:42px; padding:10px 18px; font-size:13px; }
.sticky-wa { width:42px; height:42px; display:grid; place-items:center; flex:0 0 auto; border-radius:50%; color:white; background:var(--green); }

@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
@keyframes twinkle { 0%,100%{opacity:.16;transform:scale(.9)} 50%{opacity:.48;transform:scale(1.15)} }
@keyframes scroll { 0%{opacity:0;transform:translate(-50%,0)} 40%{opacity:1} 100%{opacity:0;transform:translate(-50%,18px)} }
@keyframes pulse { 0%,100%{box-shadow:0 10px 30px rgba(37,211,102,.34),0 0 0 0 rgba(37,211,102,.25)} 60%{box-shadow:0 10px 30px rgba(37,211,102,.34),0 0 0 15px rgba(37,211,102,0)} }
@keyframes rise { from{opacity:0;transform:translateY(26px)} to{opacity:1;transform:translateY(0)} }
.reveal-up { animation: rise .8s ease both; }
.delay-one { animation-delay: .16s; }

@media (max-width: 1050px) {
  .desktop-nav { gap: 15px; margin-right: 16px; }
  .desktop-nav > a { font-size: 12px; }
  .hero-grid { gap: 34px; }
  .price-grid { grid-template-columns: repeat(2, 1fr); }
  .service-image { height: 300px; }
  .payment-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .landing-hero-grid { gap: 35px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 30px, 680px); }
  .section { padding: 78px 0; }
  .site-header { padding: 9px 0; background: rgba(255,255,255,.92); backdrop-filter: blur(15px); box-shadow: 0 8px 25px rgba(70,16,97,.06); }
  .site-header.over-hero:not(.scrolled) { color: var(--purple); }
  .site-header.over-hero:not(.scrolled) .desktop-nav > a { color: var(--ink); }
  .nav-cta { margin-left: auto; margin-right: 8px; font-size: 12px; padding: 10px 15px; }
  .menu-button { display: inline-flex; }
  .desktop-nav { position: fixed; inset: 68px 15px auto; display: flex; flex-direction: column; align-items: stretch; gap: 2px; padding: 14px; border-radius: 22px; background: rgba(255,255,255,.98); box-shadow: 0 20px 50px rgba(70,16,97,.2); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s; }
  .desktop-nav.mobile-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .desktop-nav > a { padding: 13px 14px; border-radius: 12px; font-size: 14px; }
  .desktop-nav > a:hover { background: var(--lavender); }
  .mobile-cta { display: block; color: white !important; background: var(--purple); text-align: center; margin-top: 5px; }
  .hero { min-height: auto; height: auto; max-height: none; padding: 125px 0 80px; background-attachment: scroll; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { text-align: center; margin: 0 auto; }
  .hero h1 { font-size: clamp(44px, 11vw, 65px); }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .trust-bar { justify-content: center; }
  .hero-visual { max-width: 520px; margin: 0 auto; }
  .portrait-frame { height: 540px; min-height: 0; }
  .scroll-cue { display: none; }
  .service-grid { grid-template-columns: 1fr; max-width: 580px; margin: 0 auto; }
  .service-image { height: 390px; }
  .service-body p { min-height: auto; }
  .offer-panel { grid-template-columns: 1fr; gap: 35px; padding: 45px 35px; text-align: center; }
  .offer-copy { margin: 0 auto; }
  .mini-trust { justify-content: center; }
  .offer-price { width: min(100%, 330px); margin: 0 auto; }
  .split-layout { grid-template-columns: 1fr; gap: 70px; }
  .about-image { height: 620px; max-width: 520px; width: 100%; margin: 0 auto; }
  .review-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .review-card:not(:first-child) { display: none; }
  .review-card img { height: auto; max-height: 540px; }
  .inner-hero { min-height: auto; padding: 130px 0 85px; }
  .inner-hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .inner-hero-image { height: 530px; max-width: 500px; width: 100%; margin: 0 auto; order: -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .content-split { grid-template-columns: 1fr; gap: 55px; }
  .price-feature { grid-template-columns: 1fr; gap: 38px; padding: 48px 40px; }
  .price-medallion { width: 320px; max-width: 100%; margin: 0 auto; }
  .contact-facts { grid-template-columns: 1fr 1fr; }
  .contact-facts > div:last-child { grid-column: 1 / -1; }
  .contact-bottom .container { flex-direction: column; align-items: flex-start; }
  .landing-hero { padding-top: 125px; }
  .landing-header.over-hero:not(.scrolled) { color:var(--purple); background:rgba(255,255,255,.92); backdrop-filter:blur(15px); box-shadow:0 8px 25px rgba(70,16,97,.06); }
  .landing-hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .landing-hero-copy { text-align: center; }
  .landing-hero-copy h1, .landing-hero-copy > p { margin-inline: auto; }
  .landing-price { display: flex; width: fit-content; margin-inline: auto; }
  .landing-primary { margin-inline: auto; }
  .landing-hero .trust-bar { justify-content: center; }
  .landing-visual { max-width: 520px; width: 100%; }
  .landing-image { height: 610px; }
  .landing-profile { grid-template-columns: 170px 1fr; gap: 30px; }
  .package-choice-grid.five-options { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 28px); }
  .brand { font-size: 18px; }
  .brand-mark { width: 36px; height: 36px; }
  .nav-cta { min-height: 39px; padding-inline: 13px; }
  .nav-cta .icon { display: none; }
  .hero { padding-top: 110px; }
  .hero h1 { font-size: 43px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .trust-bar { gap: 12px; font-size: 10px; }
  .portrait-frame { height: 410px; border-width: 5px; }
  .note-top { right: -4px; top: 12%; }
  .note-bottom { left: -5px; bottom: 10%; }
  .section-heading h2, .about-copy h2, .offer-copy h2 { font-size: 34px; }
  .section-heading.centered { margin-bottom: 36px; }
  .service-image { height: 330px; }
  .offer-panel { padding: 36px 22px; border-radius: 28px; }
  .about-image { height: 500px; }
  .price-grid { grid-template-columns: 1fr; }
  .parallax-cta { min-height: 450px; background-attachment: scroll; }
  .cta-content h2 { font-size: 38px; }
  .inner-hero h1 { font-size: 45px; }
  .inner-hero-image { height: 430px; }
  .review-wrap { padding: 0 14px; }
  .slider-button { width: 42px; height: 42px; }
  .slider-button.prev { left: -3px; }
  .slider-button.next { right: -3px; }
  .faq-list { padding-inline: 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-brand { grid-column: auto; }
  .wa-fab { right: 16px; bottom: 16px; width: 54px; height: 54px; }
  .prose-block h2, .price-feature h2 { font-size: 36px; }
  .price-feature { padding: 35px 23px; border-radius: 27px; }
  .price-medallion strong { font-size: 63px; }
  .payment-grid, .steps-grid { grid-template-columns: 1fr; }
  .contact-hero { min-height: auto; padding: 120px 0 75px; }
  .contact-hero h1 { font-size: 44px; }
  .contact-facts { grid-template-columns: 1fr; }
  .contact-facts > div:last-child { grid-column: auto; }
  .contact-bottom .btn { width: 100%; }
  .landing-hero { min-height: auto; padding: 110px 0 70px; background-attachment:scroll; }
  .landing-hero-copy h1 { font-size: 43px; }
  .landing-hero-copy > p { font-size: 15px; }
  .landing-image { height: 480px; }
  .landing-float { left: -5px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .wizard-progress { padding-inline: 10px; }
  .wizard-progress > div { flex-direction: column; gap: 3px; }
  .wizard-progress > div:not(:last-child)::after { right:-15%; width:30%; top:15px; }
  .wizard-panel { padding: 24px 18px; }
  .wizard-choice-grid { grid-template-columns: 1fr; }
  .payment-choice-grid, .package-choice-grid, .package-choice-grid.five-options, .package-choice-grid.two-options { grid-template-columns: 1fr 1fr; }
  .wizard-choice { min-height: 200px; padding: 18px; }
  .payment-choice { min-height: 112px; }
  .landing-profile { grid-template-columns: 1fr; text-align:center; }
  .profile-photo { width:150px; margin:0 auto; }
  .landing-profile h2 { font-size:32px; }
  .sticky-booking { gap:8px; }
  .sticky-booking span { display:none; }
  .sticky-booking .btn { padding-inline:14px; }
}

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

/* Versione statica HTML */
body.modal-open { overflow: hidden; }
.header-mount:empty, .footer-mount:empty { display:none; }
.icon-inline { display:inline-block; flex:0 0 auto; }
.service-image img { object-position:center; }
.service-card:nth-child(2) .service-image img { object-position:center 22%; }
.wizard-choice .choice-check svg { width:16px; height:16px; }
.static-lightbox-image { max-width:min(900px, 92vw); max-height:85vh; border-radius:18px; }
.noscript-note { margin:90px auto 30px; max-width:800px; padding:18px; border-radius:16px; background:#fff3cd; color:#664d03; text-align:center; }
