/* ==========================================================================
   Holdviola Masszázs — v2 — home.css
   Page-specific sections for the HOME page + reusable section components
   (service cards, CTA bands, testimonials, FAQ, contact) the pages agent reuses.
   ========================================================================== */

/* ============================ HERO ============================ */
.hero {
  position: relative; min-height: clamp(560px, 88vh, 820px);
  display: flex; align-items: center;
  color: #fff; overflow: hidden;
  margin-top: calc(-1 * var(--nav-h));
  padding-top: var(--nav-h);
}
.hero__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero__bg img { width: 100%; height: 120%; object-fit: cover; will-change: transform; }
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 3, 40, 0.34) 0%, rgba(20, 3, 40, 0.28) 40%, rgba(28, 5, 53, 0.72) 100%),
    radial-gradient(120% 80% at 18% 30%, rgba(74, 2, 146, 0.35), transparent 60%);
}
.hero__inner { position: relative; z-index: 1; width: 100%; padding-block: clamp(3rem, 8vh, 6rem); }
.hero__content { max-width: 38rem; }
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--font-btn); font-weight: 500; text-transform: uppercase;
  letter-spacing: 0.16em; font-size: 0.74rem; color: #f3d9ff;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25);
  padding: 0.45rem 0.95rem; border-radius: 999px; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
  margin-bottom: 1.25rem;
}
.hero__eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); }
.hero h1 { color: #fff; font-size: clamp(2.6rem, 6.4vw, 4.2rem); line-height: 1.06; margin-bottom: 0.4rem; }
.hero h1 .accent { display: block; color: #f3d9ff; }
.hero__sub-h { font-family: var(--font-head); font-size: clamp(1.3rem, 2.6vw, 1.9rem); color: #fbe9ff; margin-bottom: 1rem; }
.hero__lead { font-size: clamp(1.05rem, 1.6vw, 1.2rem); color: rgba(255,255,255,0.92); max-width: 34rem; margin-bottom: 2rem; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 0.85rem; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 2.5rem; }
.hero__trust-item { display: flex; align-items: center; gap: 0.55rem; font-size: 0.92rem; color: rgba(255,255,255,0.9); }
.hero__trust-item svg { width: 1.15rem; height: 1.15rem; color: var(--star); }
.hero__scroll { position: absolute; bottom: 1.4rem; left: 50%; transform: translateX(-50%); z-index: 1; color: rgba(255,255,255,0.7); display: flex; flex-direction: column; align-items: center; gap: 0.4rem; font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; }
.hero__scroll .mouse { width: 22px; height: 34px; border: 2px solid rgba(255,255,255,0.55); border-radius: 12px; position: relative; }
.hero__scroll .mouse::after { content: ""; position: absolute; top: 6px; left: 50%; width: 3px; height: 7px; background: rgba(255,255,255,0.7); border-radius: 2px; transform: translateX(-50%); animation: scrolldot 1.6s var(--ease) infinite; }
@keyframes scrolldot { 0% { opacity: 0; transform: translate(-50%, 0); } 30% { opacity: 1; } 70% { opacity: 1; transform: translate(-50%, 8px); } 100% { opacity: 0; transform: translate(-50%, 10px); } }

/* ====================== ANNOUNCEMENT BANNER ====================== */
.announce { background: var(--panel-2); }
.announce__card {
  background: #fff; border: 1px solid var(--line); border-radius: 20px;
  box-shadow: var(--shadow-sm); padding: clamp(1.5rem, 3vw, 2.6rem);
  display: grid; grid-template-columns: auto 1fr; gap: clamp(1.25rem, 3vw, 2.5rem); align-items: start;
}
.announce__badge {
  flex-shrink: 0; width: 76px; height: 76px; border-radius: 18px;
  background: var(--grad-cta-b); color: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1;
}
.announce__badge .m { font-family: var(--font-btn); font-weight: 500; text-transform: uppercase; font-size: 0.7rem; letter-spacing: 0.1em; }
.announce__badge .d { font-family: var(--font-head); font-size: 1.8rem; }
.announce__body .eyebrow { margin-bottom: 0.5rem; }
.announce__body p { font-size: 1.02rem; line-height: 1.7; }
@media (max-width: 640px) { .announce__card { grid-template-columns: 1fr; } }

/* ====================== SERVICE FEATURE CARDS ====================== */
.feat__item {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center; margin-bottom: clamp(3rem, 6vw, 5rem);
}
.feat__item:last-child { margin-bottom: 0; }
.feat__item.is-reverse .feat__media { order: 2; }
.feat__media { position: relative; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-md); }
.feat__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, transparent 55%, rgba(74,2,146,0.18)); pointer-events: none; }
.feat__media img { width: 100%; aspect-ratio: 4/3.2; object-fit: cover; transition: transform var(--dur-3) var(--ease-out); }
.feat__item:hover .feat__media img { transform: scale(1.04); }
.feat__media-tag { position: absolute; top: 1rem; left: 1rem; z-index: 1; }
.feat__body .eyebrow { margin-bottom: 0.6rem; }
.feat__body h3 { margin-bottom: 0.9rem; }
.feat__body p { font-size: 1.05rem; line-height: 1.7; margin-bottom: 1.1rem; }
.feat__chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.4rem; }
.feat__cta { display: flex; flex-wrap: wrap; gap: 0.85rem; align-items: center; }
.feat__foot { margin-top: clamp(2.5rem, 5vw, 3.5rem); text-align: center; }
@media (max-width: 800px) {
  .feat__item, .feat__item.is-reverse { grid-template-columns: 1fr; }
  .feat__item.is-reverse .feat__media { order: 0; }
}

/* ====================== CTA BANDS ====================== */
.ctaband { color: #fff; border-radius: 28px; overflow: hidden; position: relative; padding: clamp(2.5rem, 6vw, 4.5rem); }
.ctaband.is-a { background: var(--grad-cta-a); }
.ctaband.is-b { background: var(--grad-cta-b); }
.ctaband::before { content: ""; position: absolute; inset: 0; background: radial-gradient(80% 120% at 90% 10%, rgba(255,255,255,0.16), transparent 55%); pointer-events: none; }
.ctaband__inner { position: relative; max-width: 44rem; }
.ctaband.is-center .ctaband__inner { margin-inline: auto; text-align: center; }
.ctaband h2, .ctaband h3 { color: #fff; }
.ctaband h3 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); margin-top: 0.6rem; color: #fbe9ff; }
.ctaband p { color: rgba(255,255,255,0.92); margin-top: 0.8rem; }
.ctaband .cluster { margin-top: 1.8rem; }
.ctaband.is-center .cluster { justify-content: center; }

/* gift card split */
.giftcta { display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: center; gap: clamp(1.5rem, 4vw, 3rem); }
.giftcta__list { margin-top: 1.4rem; display: flex; flex-direction: column; gap: 0.85rem; }
.giftcta__list li { display: flex; gap: 0.7rem; align-items: flex-start; color: rgba(255,255,255,0.95); font-size: 1.02rem; }
.giftcta__list svg { width: 1.4rem; height: 1.4rem; flex-shrink: 0; color: #fbe9ff; }
.giftcta__media { border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-lg); }
.giftcta__media img { width: 100%; aspect-ratio: 4/3.4; object-fit: cover; }
@media (max-width: 760px) { .giftcta { grid-template-columns: 1fr; } .giftcta__media { order: -1; } }

/* ====================== TESTIMONIALS ====================== */
.testi { background: var(--panel-2); overflow: hidden; }
.testi__viewport { overflow: hidden; margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); }
.testi__track { display: flex; gap: 1.5rem; transition: transform var(--dur-3) var(--ease-out); will-change: transform; }
.testi__card {
  flex: 0 0 clamp(280px, 33.333%, 380px); background: #fff; border: 1px solid var(--line);
  border-radius: 18px; padding: 1.6rem; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
}
.testi__stars { display: flex; gap: 2px; color: var(--star); margin-bottom: 0.85rem; }
.testi__stars svg { width: 1.05rem; height: 1.05rem; }
.testi__quote { font-size: 0.98rem; line-height: 1.65; color: var(--ink-soft); flex: 1; }
.testi__foot { display: flex; align-items: center; gap: 0.7rem; margin-top: 1.25rem; padding-top: 1.1rem; border-top: 1px solid var(--line); }
.testi__avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--grad-sheen); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-head); font-size: 1.05rem; flex-shrink: 0; }
.testi__name { font-family: var(--font-head); font-size: 0.98rem; color: var(--violet); line-height: 1.1; }
.testi__src { display: flex; align-items: center; gap: 0.3rem; font-size: 0.78rem; color: var(--muted); margin-top: 0.15rem; }
.testi__src img { width: 14px; height: 14px; }
.testi__nav { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 2rem; }
.testi__arrow { width: 48px; height: 48px; border-radius: 50%; border: 1.6px solid var(--line-strong); display: inline-flex; align-items: center; justify-content: center; color: var(--violet); transition: background-color var(--dur-1) var(--ease), border-color var(--dur-1) var(--ease), transform var(--dur-1) var(--ease); background: #fff; }
.testi__arrow:hover { background: var(--violet); color: #fff; border-color: var(--violet); transform: scale(1.05); }
.testi__arrow:disabled { opacity: 0.35; cursor: not-allowed; }
.testi__arrow svg { width: 1.3rem; height: 1.3rem; }
.testi__dots { display: flex; gap: 0.45rem; }
.testi__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--line-strong); transition: background-color var(--dur-1) var(--ease), width var(--dur-2) var(--ease); }
.testi__dot.is-active { background: var(--violet); width: 22px; border-radius: 999px; }

/* ====================== FAQ ====================== */
.faq {
  position: relative;
  background-image: linear-gradient(180deg, rgba(247,244,249,0.94), rgba(240,237,239,0.96)),
                    url("/assets/img/66113a86609bdb50ce86f258_faq_bgr.webp");
  background-size: cover; background-position: center; background-attachment: fixed;
}
.faq__list { max-width: 50rem; margin-inline: auto; display: flex; flex-direction: column; gap: 0.85rem; }
.faq__item { background: rgba(255,255,255,0.9); border: 1.6px solid var(--line); border-radius: 14px; overflow: hidden; transition: border-color var(--dur-2) var(--ease), box-shadow var(--dur-2) var(--ease); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); }
.faq__item.is-open { border-color: rgba(74,2,146,0.3); box-shadow: var(--shadow-sm); }
.faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; text-align: left; padding: 1.15rem 1.4rem; font-family: var(--font-head); font-size: clamp(1.02rem, 1.6vw, 1.18rem); color: var(--violet); }
.faq__icon { flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; border: 1.6px solid rgba(74,2,146,0.3); display: inline-flex; align-items: center; justify-content: center; color: var(--violet); transition: transform var(--dur-2) var(--ease), background-color var(--dur-2) var(--ease), color var(--dur-2) var(--ease); }
.faq__item.is-open .faq__icon { background: var(--violet); color: #fff; transform: rotate(45deg); }
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows var(--dur-3) var(--ease-out); }
.faq__item.is-open .faq__a { grid-template-rows: 1fr; }
.faq__a-inner { overflow: hidden; }
.faq__a p { padding: 0 1.4rem 1.3rem; font-size: 1rem; line-height: 1.7; color: var(--ink-soft); }

/* ====================== CONTACT ====================== */
.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: stretch; }
.contact__cards { display: grid; gap: 1rem; }
.contact__card { display: flex; gap: 1rem; align-items: center; padding: 1.3rem 1.4rem; border: 1px solid var(--line); border-radius: 16px; background: #fff; transition: transform var(--dur-2) var(--ease), box-shadow var(--dur-2) var(--ease), border-color var(--dur-2) var(--ease); }
.contact__card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: rgba(74,2,146,0.2); }
.contact__ic { flex-shrink: 0; width: 50px; height: 50px; border-radius: 14px; background: rgba(74,2,146,0.08); color: var(--violet); display: inline-flex; align-items: center; justify-content: center; }
.contact__ic svg { width: 1.4rem; height: 1.4rem; }
.contact__card .lbl { font-family: var(--font-btn); font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.7rem; color: var(--muted); }
.contact__card .val { font-size: 1.05rem; color: var(--ink); }
.contact__hours { margin-top: 0.5rem; padding: 1.3rem 1.4rem; border: 1px solid var(--line); border-radius: 16px; background: var(--panel); }
.contact__hours h4 { font-size: 1.1rem; margin-bottom: 0.7rem; }
.contact__hours-row { display: flex; justify-content: space-between; font-size: 0.95rem; color: var(--ink-soft); padding: 0.3rem 0; }
.contact__hours-row span:last-child { color: var(--violet); }
.contact__map { border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-md); min-height: 100%; }
.contact__map img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
@media (max-width: 800px) { .contact__grid { grid-template-columns: 1fr; } }

/* ====================== ABOUT ====================== */
.about__grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
.about__media { position: relative; }
.about__media img { width: 100%; border-radius: 22px; box-shadow: var(--shadow-lg); aspect-ratio: 4/4.4; object-fit: cover; object-position: top center; }
.about__media-cap { position: absolute; bottom: 1rem; left: 1rem; background: rgba(255,255,255,0.94); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); border-radius: 14px; padding: 0.7rem 1.1rem; box-shadow: var(--shadow-sm); }
.about__media-cap .n { font-family: var(--font-head); color: var(--violet); font-size: 1.1rem; }
.about__media-cap .r { font-size: 0.82rem; color: var(--muted); }
.about__body .eyebrow { margin-bottom: 0.5rem; }
.about__body h2 { margin-bottom: 1.1rem; }
.about__body p { font-size: 1.08rem; line-height: 1.75; }
.about__disclaimer { margin-top: 1.6rem; padding: 1.1rem 1.3rem; background: var(--panel); border-radius: 14px; border-left: 3px solid rgba(74,2,146,0.3); }
.about__disclaimer p { font-size: 0.88rem; color: var(--muted); line-height: 1.6; }
@media (max-width: 800px) { .about__grid { grid-template-columns: 1fr; } .about__media { max-width: 22rem; margin-inline: auto; } }
