/* Gisel Microblading LLC - public site */
:root {
  --accent: #c9a96e; --accent-soft: #c9a96e1f; --accent-dark: #a9894f;
  --cream: #faf8f4; --cream-2: #f3efe8; --ink: #1c1a17; --ink-2: #4a4641; --muted: #8a847c; --line: #e9e3d9; --white: #fff;
  --serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif; --sans: 'Jost', 'Helvetica Neue', Arial, sans-serif;
  --shadow: 0 20px 60px -20px rgba(28, 26, 23, .25); --radius: 4px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--sans); font-weight: 300; color: var(--ink-2); background: var(--cream); line-height: 1.65; font-size: 16px; }
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; color: var(--ink); line-height: 1.15; margin: 0 0 .5em; letter-spacing: .01em; }
h1 { font-size: clamp(2.6rem, 6vw, 4.8rem); }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: 1.55rem; }
p { margin: 0 0 1em; }
.wrap { width: min(1180px, 92vw); margin: 0 auto; }
.wrap.narrow { width: min(760px, 92vw); }
.center { text-align: center; }
.mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; }
.muted { color: var(--muted); } .small { font-size: .85rem; } .light { color: #fff; }
.eyebrow { font-size: .72rem; letter-spacing: .32em; text-transform: uppercase; color: var(--accent); margin-bottom: .9rem; font-weight: 500; }
.eyebrow.light { color: var(--accent); }
.link-accent { color: var(--accent); font-size: .8rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 500; transition: letter-spacing .3s; }
.link-accent:hover { letter-spacing: .28em; }
.req { color: #d0453c; }
.hp { position: absolute; left: -9999px; opacity: 0; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .95rem 2rem; font-family: var(--sans); font-size: .78rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 500; border: 1px solid transparent; cursor: pointer; transition: all .3s ease; border-radius: var(--radius); line-height: 1; }
.btn-accent { background: var(--accent); color: #fff; box-shadow: 0 10px 30px -12px var(--accent); }
.btn-accent:hover { background: var(--accent-dark); transform: translateY(-2px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #000; transform: translateY(-2px); }
.btn-outline-light { border-color: rgba(255,255,255,.75); color: #fff; background: transparent; }
.btn-outline-light:hover { background: #fff; color: var(--ink); }
.btn-ghost { background: transparent; border-color: var(--line); color: var(--ink); padding: .7rem 1.3rem; }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn-wa { background: #fff; border-color: #bfe8cd; color: #128c4a; padding: .7rem 1rem; }
.btn-wa:hover { background: #25d366; border-color: #25d366; color: #fff; }
.btn-wa svg { width: 16px; height: 16px; fill: currentColor; }
.service-actions { display: flex; gap: .5rem; align-items: center; }
.service-price .btn-wa { margin-top: .3rem; }
.wa-alt { margin-top: 1.2rem; } .wa-alt a { color: #128c4a; font-weight: 500; }
.btn-lg { padding: 1.15rem 2.6rem; font-size: .8rem; }
.btn-sm { padding: .65rem 1.2rem; font-size: .7rem; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: .5; cursor: not-allowed; transform: none !important; }
.link-btn { background: none; border: 0; color: var(--muted); font-family: var(--sans); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; padding: .5rem 0; }
.link-btn:hover { color: var(--ink); }

/* Nav */
.site-nav { position: fixed; inset: 0 0 auto 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(233,227,217,.7); transition: background .3s; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: flex; align-items: center; gap: .8rem; }
.brand-logo { height: 52px; width: auto; object-fit: contain; }
.brand-name { font-family: var(--serif); font-size: 1.35rem; letter-spacing: .06em; color: var(--ink); }
.nav-links { display: flex; align-items: center; gap: 1.8rem; }
.nav-links > a:not(.btn) { font-size: .72rem; letter-spacing: .25em; text-transform: uppercase; color: var(--muted); transition: color .2s; position: relative; }
.nav-links > a:not(.btn):hover, .nav-links > a.active { color: var(--ink); }
.nav-links > a.active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -6px; height: 1px; background: var(--accent); }
.nav-cta { padding: .7rem 1.4rem; }
.nav-admin { color: var(--accent) !important; }
.lang-switch { display: flex; gap: .25rem; }
.lang-switch a { display: inline-flex; align-items: center; gap: .3rem; padding: .35rem .55rem; border-radius: 20px; font-size: .7rem; letter-spacing: .1em; color: var(--muted); border: 1px solid transparent; }
.lang-switch a.on { border-color: var(--accent); color: var(--ink); background: var(--accent-soft); }
.lang-switch.light a { color: #bbb; } .lang-switch.light a.on { color: #fff; border-color: #fff; background: transparent; }
.flag { font-size: 1rem; line-height: 1; }
.nav-toggle { display: none; background: none; border: 0; width: 40px; height: 40px; cursor: pointer; flex-direction: column; justify-content: center; gap: 5px; align-items: center; }
.nav-toggle span { width: 22px; height: 1.5px; background: var(--ink); transition: .3s; }
@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav-links { position: fixed; top: 76px; left: 0; right: 0; background: #fff; flex-direction: column; align-items: stretch; padding: 1.5rem 4vw 2rem; gap: 1.2rem; border-bottom: 1px solid var(--line); transform: translateY(-12px); opacity: 0; pointer-events: none; transition: .3s; }
  .nav-links.open { transform: none; opacity: 1; pointer-events: auto; }
  .nav-links > a.active::after { display: none; }
  .brand-name { font-size: 1.05rem; }
}

/* Hero */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; background: var(--ink); }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background-size: cover; background-position: center; transform: scale(1.04); animation: heroZoom 14s ease-out forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(20,18,15,.78) 0%, rgba(20,18,15,.45) 55%, rgba(20,18,15,.15) 100%); }
.hero-content { position: relative; z-index: 2; padding: 140px 0 100px; max-width: 720px; }
.hero-logo { height: clamp(110px, 18vw, 220px); width: auto; max-width: 100%; object-fit: contain; margin-bottom: 1.6rem; filter: drop-shadow(0 4px 14px rgba(0,0,0,.45)); }
.hero-logo.plate { height: clamp(90px, 14vw, 160px); background: rgba(255,255,255,.9); padding: .6rem 1.4rem; border-radius: 4px; filter: none; box-shadow: 0 10px 40px -10px rgba(0,0,0,.45); }
.hero-logo.dark { height: clamp(90px, 14vw, 160px); background: rgba(20,18,15,.55); backdrop-filter: blur(6px); padding: .6rem 1.4rem; border-radius: 4px; filter: none; }
.hero h1 { color: #fff; margin-bottom: 1.2rem; }
.hero .lead { color: rgba(255,255,255,.82); font-size: 1.12rem; max-width: 560px; margin-bottom: 2.4rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.scroll-cue { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); width: 26px; height: 42px; border: 1.5px solid rgba(255,255,255,.5); border-radius: 14px; z-index: 2; }
.scroll-cue span { position: absolute; top: 8px; left: 50%; width: 3px; height: 8px; margin-left: -1.5px; background: #fff; border-radius: 2px; animation: cue 1.8s infinite; }
@keyframes cue { 0% { opacity: 1; transform: translateY(0) } 100% { opacity: 0; transform: translateY(14px) } }
.page-hero { position: relative; min-height: 380px; display: flex; align-items: center; background: var(--ink) center/cover; }
.page-hero.small { min-height: 300px; }
.page-hero .hero-overlay { background: rgba(20,18,15,.7); }
.page-hero .hero-content { padding: 130px 0 60px; max-width: none; }
.page-hero h1 { color: #fff; font-size: clamp(2.4rem, 5vw, 3.8rem); }

/* Trust + stats */
.trust-bar { background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; gap: .8rem; padding: 1.4rem 1rem; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-2); justify-content: center; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item svg { width: 26px; height: 26px; color: var(--accent); flex-shrink: 0; }
.stats { background: #fff; padding: 2.5rem 0; border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); text-align: center; }
.stats-grid strong { display: block; font-family: var(--serif); font-size: 2.8rem; font-weight: 400; color: var(--accent); line-height: 1; }
.stats-grid span { font-size: .72rem; letter-spacing: .25em; text-transform: uppercase; color: var(--muted); }
@media (max-width: 800px) { .trust-grid { grid-template-columns: repeat(2, 1fr); } .trust-item { border-bottom: 1px solid var(--line); } .trust-item:nth-child(2n) { border-right: 0; } }

/* Sections */
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-soft { background: var(--cream-2); }
.section-head { text-align: center; margin-bottom: 3.5rem; }
.section-head h2::after { content: ''; display: block; width: 44px; height: 1px; background: var(--accent); margin: 1.2rem auto 0; }

/* Service cards */
.service-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 1.6rem; }
.service-card { background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .35s, box-shadow .35s; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-img { aspect-ratio: 4/3; background: center/cover; }
.service-body { padding: 2rem; display: flex; flex-direction: column; flex: 1; }
.service-body::before { content: ''; width: 34px; height: 1px; background: var(--accent); margin-bottom: 1.2rem; }
.cat { font-size: .65rem; letter-spacing: .22em; text-transform: uppercase; color: var(--accent); font-weight: 500; }
.service-body h3 { margin: .4rem 0 .6rem; }
.service-body p { font-size: .93rem; flex: 1; }
.service-meta { display: flex; justify-content: space-between; align-items: baseline; margin: 1rem 0 1.4rem; }
.price { font-family: var(--serif); font-size: 1.9rem; color: var(--accent); }
.dur { font-size: .78rem; color: var(--muted); }

/* Services page */
.filters { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin-bottom: 3rem; }
.chip { background: transparent; border: 1px solid var(--line); color: var(--muted); padding: .6rem 1.4rem; font-family: var(--sans); font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; cursor: pointer; transition: .25s; border-radius: 30px; }
.chip.on, .chip:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.service-list { display: flex; flex-direction: column; gap: 1rem; }
.service-row { display: grid; grid-template-columns: auto 1fr auto; gap: 1.8rem; align-items: center; background: #fff; border: 1px solid var(--line); padding: 1.8rem 2rem; transition: .3s; }
.service-row:hover { border-color: var(--accent); box-shadow: var(--shadow); }
.service-row[hidden] { display: none; }
.service-thumb { width: 110px; height: 110px; background: center/cover; border-radius: 2px; }
.service-info h3 { margin: .3rem 0 .4rem; }
.service-info p { font-size: .93rem; margin-bottom: .4rem; max-width: 600px; }
.service-price { text-align: right; display: flex; flex-direction: column; align-items: flex-end; gap: .3rem; }
.service-price .dep { font-size: .72rem; color: var(--muted); letter-spacing: .05em; margin-bottom: .5rem; }
@media (max-width: 720px) { .service-row { grid-template-columns: 1fr; } .service-thumb { width: 100%; height: 180px; } .service-price { align-items: flex-start; text-align: left; } }
.empty-note { text-align: center; color: var(--muted); padding: 3rem 0; }
.cta-card { margin-top: 4rem; background: var(--ink); color: #ccc; text-align: center; padding: 4rem 2rem; }
.cta-card h2 { color: #fff; }

/* Home gallery */
.home-gallery { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 240px; gap: .8rem; }
.home-gallery-item { overflow: hidden; display: block; position: relative; }
.home-gallery-item:first-child { grid-row: span 2; }
.home-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s ease; }
.home-gallery-item:hover img { transform: scale(1.07); }
@media (max-width: 720px) { .home-gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; } }

/* Gallery page */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: .8rem; }
.gallery-item { margin: 0; aspect-ratio: 1; overflow: hidden; position: relative; cursor: pointer; background: var(--cream-2); }
.gallery-item[hidden] { display: none; }
.gallery-item img, .gallery-item video { width: 100%; height: 100%; object-fit: cover; transition: transform 1s; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item .play { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 1.2rem; }
.gallery-item .play::before { content: ''; position: absolute; width: 56px; height: 56px; border-radius: 50%; background: rgba(0,0,0,.5); }
.gallery-item .play { text-indent: 4px; z-index: 1; }
.gallery-item figcaption { position: absolute; inset: auto 0 0 0; padding: 2rem 1rem .9rem; background: linear-gradient(transparent, rgba(0,0,0,.7)); color: #fff; font-size: .85rem; opacity: 0; transition: .3s; }
.gallery-item:hover figcaption { opacity: 1; }
.lightbox { position: fixed; inset: 0; background: rgba(10,9,8,.94); z-index: 100; display: flex; align-items: center; justify-content: center; }
.lightbox[hidden] { display: none; }
.lb-body img, .lb-body video { max-width: 92vw; max-height: 84vh; object-fit: contain; box-shadow: 0 30px 80px rgba(0,0,0,.6); }
.lightbox button { position: absolute; background: none; border: 0; color: rgba(255,255,255,.7); font-size: 2.6rem; cursor: pointer; padding: .5rem 1rem; }
.lightbox button:hover { color: #fff; }
.lb-close { top: 14px; right: 18px; } .lb-prev { left: 8px; top: 50%; transform: translateY(-50%); } .lb-next { right: 8px; top: 50%; transform: translateY(-50%); }
.lb-caption { position: absolute; bottom: 20px; left: 0; right: 0; text-align: center; color: rgba(255,255,255,.75); font-size: .9rem; }

/* About */
body { overflow-x: hidden; }
.about { overflow: hidden; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-img { position: relative; }
.about-img img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.about-frame { position: absolute; inset: 22px -22px -22px 22px; border: 1px solid var(--accent); z-index: -1; }
.about-text p { font-size: 1.02rem; margin-bottom: 2rem; }
@media (max-width: 860px) { .about-grid { grid-template-columns: 1fr; gap: 3rem; } .about-img { max-width: 420px; } }

/* Testimonials + FAQ */
.testimonials { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.4rem; }
.testimonial { margin: 0; background: #fff; border: 1px solid var(--line); padding: 2.2rem; position: relative; }
.testimonial::before { content: '\201C'; position: absolute; top: .4rem; right: 1.4rem; font-family: var(--serif); font-size: 5rem; color: var(--accent-soft); line-height: 1; }
.stars { color: var(--accent); letter-spacing: .15em; margin-bottom: .8rem; font-size: .9rem; }
.testimonial p { font-family: var(--serif); font-size: 1.15rem; color: var(--ink); font-style: italic; }
.testimonial cite { font-style: normal; font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 1.2rem 2.4rem 1.2rem 0; font-family: var(--serif); font-size: 1.3rem; color: var(--ink); position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: .4rem; top: 50%; transform: translateY(-50%); color: var(--accent); font-size: 1.6rem; font-weight: 300; transition: .3s; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details div { padding: 0 0 1.4rem; font-size: .96rem; max-width: 640px; }

/* CTA band, map, footer */
.cta-band { background: var(--ink) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80"><circle cx="40" cy="40" r="39" fill="none" stroke="%23ffffff10"/></svg>'); color: #bbb; text-align: center; padding: 6rem 0; }
.cta-band h2 { color: #fff; }
.cta-band p { max-width: 520px; margin: 0 auto 2rem; }
.map iframe { width: 100%; height: 360px; border: 0; display: block; filter: grayscale(.3); }
.site-footer { background: #fff; border-top: 1px solid var(--line); padding: 4rem 0 1.5rem; font-size: .92rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 3rem; }
.footer-logo { height: 60px; width: auto; margin-bottom: .8rem; }
.footer-brand { font-family: var(--serif); font-size: 1.4rem; color: var(--ink); margin-bottom: .2rem; }
.footer-tag { color: var(--muted); font-size: .85rem; }
.site-footer h4 { font-family: var(--sans); font-size: .7rem; letter-spacing: .28em; text-transform: uppercase; color: var(--ink); margin-bottom: 1.2rem; }
.site-footer p { margin: 0 0 .5rem; }
.site-footer a:hover { color: var(--accent); }
.social { display: flex; gap: .7rem; margin-top: 1rem; }
.social a { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; transition: .25s; }
.social a:hover { border-color: var(--accent); background: var(--accent); }
.social svg { width: 16px; height: 16px; fill: var(--ink); } .social a:hover svg { fill: #fff; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; margin-top: 3rem; padding-top: 1.3rem; border-top: 1px solid var(--line); font-size: .78rem; color: var(--muted); }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr; gap: 2rem; } }
.wa-float { position: fixed; right: 22px; bottom: 22px; width: 56px; height: 56px; border-radius: 50%; background: #25d366; display: grid; place-items: center; box-shadow: 0 10px 30px rgba(37,211,102,.45); z-index: 40; transition: transform .25s; }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; transition-delay: var(--d, 0ms); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .hero-media { animation: none; } }

/* Forms & booking */
.card { background: #fff; border: 1px solid var(--line); padding: 2rem; margin-bottom: 1.4rem; }
.card h3 { font-size: 1.25rem; padding-bottom: .9rem; border-bottom: 1px solid var(--line); margin-bottom: 1.4rem; }
label { display: block; }
label > span, .lbl { display: block; font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-bottom: .45rem; }
input[type=text], input[type=email], input[type=tel], input[type=date], input[type=number], input[type=password], select, textarea { width: 100%; font: inherit; font-weight: 300; padding: .8rem .95rem; border: 1px solid var(--line); background: #fff; color: var(--ink); border-radius: var(--radius); transition: border-color .2s; }
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
input[readonly] { background: var(--cream); color: var(--ink-2); }
textarea { resize: vertical; min-height: 90px; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.4rem; }
.grid2 .span2 { grid-column: span 2; }
@media (max-width: 640px) { .grid2 { grid-template-columns: 1fr; } .grid2 .span2 { grid-column: auto; } }
.form-error { background: #fff3f2; color: #b3261e; border: 1px solid #f5c6c2; padding: .8rem 1rem; font-size: .9rem; border-radius: var(--radius); }
.form-error[hidden] { display: none; }
.steps { list-style: none; padding: 0; margin: 0 0 3rem; display: flex; align-items: flex-start; counter-reset: s; }
.steps li { flex: 1; text-align: center; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); position: relative; }
.steps li span { display: flex; width: 36px; height: 36px; border-radius: 50%; background: #e5e0d7; color: #999; margin: 0 auto .6rem; align-items: center; justify-content: center; font-family: var(--serif); font-size: 1.05rem; position: relative; z-index: 1; }
.steps li::before { content: ''; position: absolute; top: 18px; left: -50%; right: 50%; height: 1px; background: #e5e0d7; }
.steps li:first-child::before { display: none; }
.steps li.on span, .steps li.done span { background: var(--accent); color: #fff; }
.steps li.done::before, .steps li.on::before { background: var(--accent); }
.steps li.on { color: var(--ink); }
.step[hidden] { display: none; }
.service-picker { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: .8rem; }
.service-option { position: relative; cursor: pointer; }
.service-option input { position: absolute; opacity: 0; }
.so-body { display: block; border: 1px solid var(--line); padding: 1rem 1.1rem; border-radius: var(--radius); transition: .2s; }
.so-name { display: block; font-family: var(--serif); font-size: 1.15rem; color: var(--ink); }
.so-meta { display: block; font-size: .8rem; color: var(--muted); margin-top: .15rem; }
.service-option input:checked + .so-body { border-color: var(--accent); background: var(--accent-soft); box-shadow: 0 0 0 1px var(--accent); }
.slots { display: flex; flex-wrap: wrap; gap: .45rem; min-height: 46px; }
.slot { border: 1px solid var(--line); background: #fff; padding: .55rem .8rem; font: inherit; font-size: .85rem; cursor: pointer; border-radius: var(--radius); transition: .2s; }
.slot:hover { border-color: var(--accent); }
.slot.on { background: var(--accent); border-color: var(--accent); color: #fff; }
.slot[disabled] { opacity: .35; cursor: not-allowed; text-decoration: line-through; }
.pay-options { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.pay-option { position: relative; cursor: pointer; }
.pay-option input { position: absolute; opacity: 0; }
.pay-option > span { display: block; border: 1px solid var(--line); padding: 1rem 1.1rem; border-radius: var(--radius); }
.pay-option strong { display: block; font-weight: 500; color: var(--ink); }
.pay-option small { color: var(--muted); }
.pay-option input:checked + span { border-color: var(--accent); background: var(--accent-soft); box-shadow: 0 0 0 1px var(--accent); }
@media (max-width: 560px) { .pay-options { grid-template-columns: 1fr; } }

/* Consent form */
.consent-head { background: var(--ink); color: #fff; text-align: center; padding: 2.2rem 1.5rem; margin-bottom: 1.2rem; }
.consent-head svg { width: 36px; height: 36px; color: var(--accent); margin: 0 auto .6rem; }
.consent-head h2 { color: #fff; font-size: 1.6rem; margin-bottom: .3rem; }
.consent-head p { color: #aaa; font-size: .88rem; margin: 0; }
.c-section { border: 1px solid var(--line); background: #fff; padding: 1.6rem 1.8rem; margin: 0 0 1rem; min-width: 0; }
.c-section legend { font-size: .72rem; letter-spacing: .25em; text-transform: uppercase; color: var(--ink); font-weight: 500; padding: 0 .6rem; }
.c-field { margin-bottom: 1rem; }
.radios { display: flex; flex-wrap: wrap; gap: .5rem .9rem; align-items: center; }
.radio, .check { display: inline-flex; align-items: flex-start; gap: .55rem; cursor: pointer; font-size: .93rem; color: var(--ink-2); margin-bottom: .45rem; }
.radio input, .check input { width: 18px; height: 18px; margin: .15rem 0 0; accent-color: var(--accent); flex-shrink: 0; }
.check-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: .2rem .8rem; }
.c-text { font-size: .92rem; color: var(--ink-2); }
.c-list { font-size: .92rem; padding-left: 1.2rem; margin: 0; }
.c-list li { margin-bottom: .4rem; }
.check.ack { padding: .5rem .7rem; border: 1px solid transparent; border-radius: var(--radius); }
.check.ack:has(input:checked) { background: var(--accent-soft); }
.check.strong span { font-weight: 500; color: var(--ink); }
.sig-wrap { position: relative; border: 1px dashed #b9b2a6; background: #fff; border-radius: var(--radius); touch-action: none; }
.sig-wrap canvas { width: 100%; height: auto; display: block; cursor: crosshair; }
.sig-placeholder { position: absolute; inset: 0; display: grid; place-items: center; color: #c7c1b6; font-family: var(--serif); font-size: 1.4rem; pointer-events: none; }
.sig-wrap.signed .sig-placeholder { display: none; }
.sig-tools { display: flex; justify-content: space-between; align-items: center; margin-top: .5rem; }
.initials input { text-align: center; letter-spacing: .3em; font-weight: 500; }

/* Payment */
.pay-card { background: #fff; border: 1px solid var(--line); padding: 2rem; }
.pay-summary { background: var(--cream); border: 1px solid var(--line); padding: 1rem 1.2rem; margin-bottom: 1.2rem; }
.pay-summary div { display: flex; justify-content: space-between; padding: .3rem 0; font-size: .95rem; }
.pay-summary .accent { color: var(--accent); font-weight: 500; }
.pay-element { min-height: 120px; margin: 1rem 0; }
.spinner { width: 28px; height: 28px; border: 3px solid var(--line); border-top-color: var(--accent); border-radius: 50%; animation: spin .8s linear infinite; margin: 2rem auto; }
@keyframes spin { to { transform: rotate(360deg) } }
.lock { margin-top: 1rem; }

/* Done */
.done { text-align: center; padding: 2rem 0; }
.done-icon { width: 76px; height: 76px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 2.2rem; display: grid; place-items: center; margin: 0 auto 1.4rem; box-shadow: 0 14px 40px -12px var(--accent); }
.done-icon.bad { background: #d0453c; box-shadow: none; }
.lead-sm { max-width: 520px; margin: 0 auto 1.6rem; }
.summary { text-align: left; max-width: 480px; margin: 0 auto 1.6rem; }
.summary div { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem 0; border-bottom: 1px solid var(--cream-2); font-size: .95rem; }
.summary div:last-child { border-bottom: 0; }
.summary span { color: var(--muted); }

/* Complete page */
.complete-page main { padding-top: 0; }
.complete-head { background: var(--ink); padding: 2.2rem 0 1.8rem; }
.complete-head .brand-name { font-size: 1.6rem; }
.complete-logo { height: 80px; width: auto; object-fit: contain; margin: 0 auto .6rem; }
.complete-head .lang-switch { justify-content: center; margin-top: .6rem; }
.complete-page .site-nav { display: none; }
