/* ============================================================================
   Holdviola v3 — HOME page sections
   ============================================================================ */

/* =========================== HERO =========================== */
.hero {
  position: relative; min-height: 100dvh; display: flex; align-items: center;
  padding-top: var(--nav-h); color: #fff; overflow: hidden;
}
.hero__inner { position: relative; z-index: 2; max-width: 52rem; padding-block: 3rem; }
.hero__eyebrow { display: inline-flex; align-items: center; gap: .5rem; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28); padding: .4rem 1rem; border-radius: var(--r-pill); font-family: var(--font-btn); font-weight: 500; text-transform: uppercase; letter-spacing: .12em; font-size: var(--tiny); margin-bottom: 1.4rem; }
.hero__eyebrow .star { color: var(--star); }
.hero h1 { color: #fff; font-size: var(--h1); line-height: 1.12; margin-bottom: 1rem; text-shadow: 0 2px 30px rgba(20,3,52,.5); overflow-wrap: break-word; }
.hero h1 .nowrap { white-space: nowrap; }
@media (max-width: 420px) { .hero h1 .nowrap { white-space: normal; } }
.hero__tagline { font-family: var(--font-head); font-size: clamp(1.3rem, 1rem + 1.6vw, 1.9rem); color: #f3e9ff; margin-bottom: 1rem; }
.hero__sub { font-size: var(--body-md); color: #e8dcf7; max-width: 34rem; margin-bottom: 2rem; }
.hero__actions { display: flex; gap: .9rem; flex-wrap: wrap; }
.hero__scroll { position: absolute; left: 50%; bottom: 1.6rem; transform: translateX(-50%); z-index: 2; color: #fff; display: flex; flex-direction: column; align-items: center; gap: .4rem; font-size: var(--tiny); letter-spacing: .15em; text-transform: uppercase; opacity: .85; }
.hero__scroll .mouse { width: 24px; height: 38px; border: 1.6px solid rgba(255,255,255,.7); border-radius: 12px; position: relative; }
.hero__scroll .mouse::after { content: ""; position: absolute; left: 50%; top: 7px; width: 4px; height: 7px; background: #fff; border-radius: 2px; transform: translateX(-50%); animation: scrolldot 1.6s var(--ease) infinite; }
@keyframes scrolldot { 0% { opacity: 0; transform: translate(-50%, -4px); } 40% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 10px); } }

/* =========================== ANNOUNCEMENT BANNER =========================== */
.announce { background: linear-gradient(135deg, #f7f1fd 0%, #fbf6ff 100%); border-top: 1px solid #efe6fa; border-bottom: 1px solid #efe6fa; }
.announce__card { display: grid; grid-template-columns: auto 1fr; gap: 1.4rem; align-items: start; max-width: 56rem; margin-inline: auto; }
.announce__badge { width: 56px; height: 56px; border-radius: 50%; background: var(--grad-cta-a); color: #fff; display: grid; place-items: center; box-shadow: var(--shadow-badge); flex: 0 0 auto; }
.announce__badge svg { width: 26px; height: 26px; }
.announce__body .eyebrow { display: block; margin-bottom: .35rem; }
.announce__body h3 { font-size: 1.5rem; margin-bottom: .6rem; }
.announce__body p { color: var(--muted); }
@media (max-width: 560px) { .announce__card { grid-template-columns: 1fr; } }

/* =========================== SERVICE HIGHLIGHTS =========================== */
.svc { display: grid; gap: clamp(2.5rem, 2rem + 4vw, 5rem); }
.svc__row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 1rem + 3vw, 4rem); align-items: center; }
.svc__row:nth-child(even) .svc__media { order: 2; }
.svc__media { position: relative; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-card); aspect-ratio: 4 / 3; }
.svc__media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow) var(--ease-out); }
.svc__row:hover .svc__media img { transform: scale(1.04); }
.svc__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, transparent 55%, rgba(74,2,146,.22)); }
.svc__body h3 { margin-bottom: .8rem; }
.svc__body p { color: var(--muted); margin-bottom: 1rem; }
.svc__price { display: inline-flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.4rem; }
.svc__price .chip { background: #fff; border-color: #e7dcf6; font-family: var(--font-btn); font-size: .85rem; }
.svc__actions { display: flex; gap: .9rem; flex-wrap: wrap; align-items: center; }
.svc__all { text-align: center; margin-top: clamp(2rem, 1rem + 3vw, 3rem); }
@media (max-width: 760px) {
  .svc__row, .svc__row:nth-child(even) .svc__media { grid-template-columns: 1fr; order: 0; }
  .svc__row:nth-child(even) .svc__media { order: -1; }
}

/* =========================== CTA BANDS =========================== */
.cta-band { border-radius: 18px; padding: clamp(2.2rem, 1.5rem + 3vw, 3.6rem); color: #fff; text-align: center; position: relative; overflow: hidden; }
.cta-band--a { background: var(--grad-cta-a); }
.cta-band--b { background: var(--grad-cta-b); }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 120% at 80% -10%, rgba(255,255,255,.18), transparent 50%); pointer-events: none; }
.cta-band h2 { color: #fff; max-width: 40rem; margin-inline: auto; }
.cta-band h3 { color: #f3e3ff; font-size: 1.4rem; margin-top: 1rem; }
.cta-band p { color: #efe1fb; max-width: 36rem; margin: 1rem auto; }
.cta-band .btn { margin-top: 1.6rem; }
.cta-band__note { display: inline-block; margin-top: 1rem; font-family: var(--font-head); color: #ffd9f4; }

/* =========================== GIFT CARD CTA =========================== */
.gift { position: relative; border-radius: 18px; overflow: hidden; color: #fff; }
.gift__bg { position: absolute; inset: 0; background-image: linear-gradient(120deg, rgba(37,7,121,.82), rgba(143,61,199,.7)), url("/assets/img/66113a960d6ae853942a2744_home_giftcard_bgr.webp"); background-size: cover; background-position: center; }
.gift__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr 1fr; gap: 2.5rem; align-items: center; padding: clamp(2.4rem, 1.5rem + 4vw, 4rem); }
.gift__inner h2 { color: #fff; margin-bottom: 1.2rem; }
.gift__list li { display: flex; gap: .7rem; align-items: flex-start; margin-bottom: .7rem; color: #f3e9ff; }
.gift__list li svg { width: 22px; height: 22px; flex: 0 0 auto; color: var(--star); margin-top: 2px; }
.gift__img { border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-card-hover); }
.gift .btn { margin-top: 1.4rem; }
@media (max-width: 760px) { .gift__inner { grid-template-columns: 1fr; } .gift__img { display: none; } }

/* =========================== TESTIMONIALS =========================== */
.tm { overflow: hidden; }
.tm__track { display: flex; gap: 1.4rem; padding: .5rem .25rem 1.5rem; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.tm__track::-webkit-scrollbar { display: none; }
.tm__card { flex: 0 0 min(22rem, 82vw); scroll-snap-align: start; background: #fff; border: 1px solid #efe6fa; border-radius: var(--r-card); padding: 1.6rem; box-shadow: var(--shadow-card); display: flex; flex-direction: column; }
.tm__stars { color: var(--star); letter-spacing: 2px; margin-bottom: .8rem; }
.tm__text { color: var(--muted); font-size: var(--small); flex: 1; margin-bottom: 1.2rem; }
.tm__who { display: flex; align-items: center; gap: .7rem; }
.tm__avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--grad-cta-a); color: #fff; display: grid; place-items: center; font-family: var(--font-head); flex: 0 0 auto; }
.tm__name { font-family: var(--font-head); color: var(--brand); font-size: .95rem; }
.tm__src { font-size: var(--tiny); color: var(--muted-2); display: flex; align-items: center; gap: .3rem; }
.tm__src img { width: 14px; height: 14px; }
.tm__ctrls { display: flex; justify-content: center; gap: .75rem; margin-top: 1rem; }
.tm__btn { width: 44px; height: 44px; border-radius: 50%; border: 1.6px solid #eadcf7; background: #fff; color: var(--brand); font-size: 1.2rem; display: grid; place-items: center; transition: background var(--t-fast) var(--ease); }
.tm__btn:hover { background: var(--brand); color: #fff; }

/* =========================== FAQ =========================== */
.faq { position: relative; }
.faq__bg { position: absolute; inset: 0; background-image: linear-gradient(180deg, rgba(255,255,255,.92), rgba(247,241,253,.95)), url("/assets/img/66113a86609bdb50ce86f258_faq_bgr.webp"); background-size: cover; background-position: center; }
.faq__inner { position: relative; z-index: 1; max-width: 50rem; margin-inline: auto; }
.faq__item { border: var(--stroke) solid #e3d4f5; border-radius: var(--r-md); margin-bottom: .8rem; overflow: hidden; background: var(--bg-faq-question); }
.faq__q { width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.1rem 1.3rem; font-family: var(--font-head); font-size: 1.1rem; color: var(--brand); background: none; border: none; }
.faq__icon { width: 24px; height: 24px; flex: 0 0 auto; position: relative; }
.faq__icon::before, .faq__icon::after { content: ""; position: absolute; top: 50%; left: 50%; width: 13px; height: 1.8px; background: var(--brand); border-radius: 2px; transform: translate(-50%, -50%); transition: transform var(--t-med) var(--ease); }
.faq__icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq__item.is-open .faq__icon::after { transform: translate(-50%, -50%) rotate(0); }
.faq__a { max-height: 0; overflow: hidden; background: var(--bg-faq-answer); transition: max-height var(--t-med) var(--ease); }
.faq__a-inner { padding: 0 1.3rem 1.2rem; color: var(--muted); }
.faq__item.is-open .faq__a { max-height: 22rem; }

/* =========================== CONTACT =========================== */
.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 1rem + 3vw, 3.5rem); align-items: center; }
.contact__cards { display: grid; gap: 1rem; }
.contact__card { display: flex; gap: 1rem; align-items: center; padding: 1.1rem 1.2rem; border: 1px solid #efe6fa; border-radius: var(--r-card); background: #fff; box-shadow: var(--shadow-card); }
.contact__card-ic { width: 46px; height: 46px; border-radius: 12px; background: #f5effb; color: var(--brand); display: grid; place-items: center; flex: 0 0 auto; }
.contact__card-ic svg { width: 22px; height: 22px; }
.contact__card .lab { font-size: var(--tiny); text-transform: uppercase; letter-spacing: .1em; color: var(--muted-2); }
.contact__card .val { font-family: var(--font-head); color: var(--brand); font-size: 1.05rem; }
.contact__map { border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-card); }
.contact__cta { margin-top: 1.4rem; }
@media (max-width: 760px) { .contact__grid { grid-template-columns: 1fr; } }

/* =========================== ABOUT =========================== */
.about__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(1.5rem, 1rem + 3vw, 3.5rem); align-items: center; }
.about__portrait { border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-card-hover); position: relative; }
.about__portrait img { width: 100%; }
.about__cap { position: absolute; left: 1rem; bottom: 1rem; background: rgba(255,255,255,.92); color: var(--brand); font-family: var(--font-head); padding: .4rem .9rem; border-radius: var(--r-pill); font-size: .9rem; }
.about__body h3 { margin-bottom: 1.2rem; }
.about__body p { color: var(--muted); }
.about__disclaimer { margin-top: 1.6rem; padding: 1.1rem 1.3rem; background: #f7f1fd; border-left: 3px solid var(--brand-bright); border-radius: 0 var(--r-card) var(--r-card) 0; font-size: var(--small); color: var(--muted-2); }
@media (max-width: 760px) { .about__grid { grid-template-columns: 1fr; } .about__portrait { max-width: 22rem; margin-inline: auto; } }
