/* Balaji Home Solutions — 2026 visual system */
:root {
    --tg-ink: #211A24;
    --tg-body: #5F5260;
    --tg-muted: #7B6A78;
    --tg-primary: #D04098;
    --tg-primary-dark: #9E276F;
    --tg-orange: #EB92C3;
    --tg-gold: #F6C4DF;
    --tg-surface: #ffffff;
    --tg-tint: #FFF6FB;
    --tg-sand: #FFF9FC;
    --tg-line: #F1CAE2;
    --tg-dark: #251423;
    --tg-shadow: 0 16px 42px rgba(6, 63, 67, 0.10);
    --tg-shadow-hover: 0 22px 48px rgba(6, 63, 67, 0.16);
    --tg-radius: 22px;
}

html { scroll-padding-top: 90px; }
body {
    background: var(--tg-surface);
    color: var(--tg-body);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0.002em;
}
body::selection { color: #fff; background: var(--tg-primary); }
.container { width: min(1180px, calc(100% - 48px)); }
.section { padding: clamp(68px, 8vw, 112px) 0; }
.soft-bg { background: var(--tg-tint); }
h1, h2, h3 { color: var(--tg-ink); }
h1 { font-size: clamp(2.45rem, 5.1vw, 4.65rem); font-weight: 800; letter-spacing: -0.055em; line-height: 1.01; }
h2 { font-size: clamp(2rem, 3.5vw, 3.2rem); font-weight: 800; letter-spacing: -0.045em; line-height: 1.08; }
h3 { font-weight: 760; letter-spacing: -0.02em; }
p { color: var(--tg-muted); line-height: 1.72; }
a, button { -webkit-tap-highlight-color: transparent; }
a { transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
:focus-visible { outline: 3px solid var(--tg-orange); outline-offset: 4px; }

.skip-link { background: var(--tg-dark); color: #fff; border-radius: 0 0 10px 0; }
.site-header { position: sticky; background: rgba(255,255,255,.93); color: var(--tg-ink); border-bottom: 1px solid rgba(220,235,231,.85); backdrop-filter: blur(18px); }
.site-header.scrolled { background: rgba(255,255,255,.97); box-shadow: 0 8px 26px rgba(18,57,53,.08); }
.top-strip { display: block; color: rgba(255,255,255,.88); background: var(--tg-dark); font-size: .78rem; }
.top-strip-inner { min-height: 34px; justify-content: flex-start; gap: 24px; }
.top-strip a { color: #fff; }
.top-strip i { color: var(--tg-gold); }
.nav-shell { min-height: 78px; gap: 22px; }
.brand { flex: 0 0 auto; }
.brand img { width: 234px; max-height: 58px; object-fit: contain; object-position: left center; }
.site-nav { margin-left: auto; }
.site-nav ul { gap: 2px; }
.site-nav a, .submenu-toggle { color: var(--tg-body); font-size: .9rem; font-weight: 750; padding: 10px 13px; }
.site-nav a:hover, .site-nav a.active, .submenu-toggle:hover { color: var(--tg-primary); background: transparent; }
.site-nav a.active { position: relative; }
.site-nav a.active::after { content: ""; position: absolute; right: 13px; bottom: 4px; left: 13px; height: 2px; background: var(--tg-orange); border-radius: 999px; }
.dropdown-menu { top: calc(100% + 14px); padding: 10px !important; border: 1px solid var(--tg-line); border-radius: 16px; box-shadow: var(--tg-shadow); }
.dropdown-menu a { border-radius: 10px; }
.header-call { min-height: 44px; margin-left: 6px; padding: 10px 16px; color: #fff; background: var(--tg-primary); border: 1px solid var(--tg-primary); box-shadow: none; font-size: .9rem; }
.header-call:hover { color: #fff; background: var(--tg-primary-dark); border-color: var(--tg-primary-dark); transform: translateY(-1px); }
.menu-toggle { border-color: var(--tg-line); color: var(--tg-ink); background: #fff; }
.menu-toggle span { background: var(--tg-primary); }

.page-hero {
    isolation: isolate;
    padding: clamp(54px, 7.5vw, 106px) 0;
    background: linear-gradient(122deg, #FFF6FB 0%, #FFFBFE 47%, #fff6e9 100%);
    overflow: hidden;
}
.page-hero::before, .page-hero::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; pointer-events: none; }
.page-hero::before { width: 34rem; height: 34rem; top: -18rem; right: -12rem; background: rgba(237,122,50,.11); }
.page-hero::after { width: 22rem; height: 22rem; bottom: -13rem; left: 34%; background: rgba(11,107,99,.10); }
.hero-grid { grid-template-columns: minmax(0, 1fr) minmax(420px, .89fr); gap: clamp(38px, 6vw, 82px); }
.hero-copy { max-width: 680px; }
.hero-copy > p:not(.eyebrow) { max-width: 620px; margin-bottom: 0; color: var(--tg-body); font-size: clamp(1rem, 1.45vw, 1.16rem); }
.hero-copy h1 { max-width: 750px; margin-bottom: 24px; }
.page-hero h1, .page-hero h2 { color: var(--tg-ink); }
.page-hero h1 strong, .page-hero h1 em { color: var(--tg-primary); }
.page-hero .eyebrow, .eyebrow {
    gap: 8px;
    padding: 7px 12px;
    color: var(--tg-primary-dark);
    background: #FCE6F3;
    border: 1px solid #F5C5E0;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .11em;
}
.page-hero .eyebrow::before { width: 8px; height: 8px; background: var(--tg-orange); box-shadow: none; }
.section-title { max-width: 700px; margin-bottom: 48px; }
.section-title > p:not(.eyebrow) { max-width: 610px; margin: 0 auto; }
.section-title.align-left > p:not(.eyebrow) { margin-left: 0; }
.section-title .eyebrow, .hero-copy .eyebrow { display: inline-flex; width: fit-content; }

.btn { min-height: 50px; padding: 13px 22px; border-radius: 12px; font-size: .94rem; font-weight: 800; box-shadow: none; }
.btn-primary { background: var(--tg-primary); border-color: var(--tg-primary); box-shadow: 0 10px 20px rgba(11,107,99,.18); }
.btn-primary:hover { color: #fff; background: var(--tg-primary-dark); border-color: var(--tg-primary-dark); box-shadow: 0 14px 26px rgba(11,107,99,.24); transform: translateY(-2px); }
.btn-outline { color: var(--tg-primary); background: rgba(255,255,255,.82); border-color: #F3B6D9; }
.btn-outline:hover { color: var(--tg-primary-dark); background: #fff; border-color: var(--tg-primary); transform: translateY(-2px); }
.btn-outline.light { color: var(--tg-dark); background: #fff; border-color: #fff; }
.btn-full { width: 100%; }
.hero-actions, .cta-actions { gap: 12px; margin-top: 30px; }
.hero-points { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 18px; margin-top: 34px; }
.page-hero .hero-points span { align-items: flex-start; color: var(--tg-body); font-size: .9rem; font-weight: 650; line-height: 1.45; }
.page-hero .hero-points i { flex: 0 0 auto; margin-top: 3px; color: var(--tg-orange); }
.hero-visual { overflow: visible; border-radius: 0; }
.hero-visual::before { content: ""; position: absolute; z-index: -1; top: 28px; right: -22px; width: 72%; height: calc(100% - 52px); border: 1px solid #F3B6D9; border-radius: var(--tg-radius); }
.hero-visual img, .image-stack img { aspect-ratio: 4 / 3; border-radius: var(--tg-radius); box-shadow: 0 22px 55px rgba(14,51,48,.16); }
.service-hero .hero-visual img { aspect-ratio: 4 / 3; }
.hero-visual:hover img, .hero-visual.is-tapped img, .image-stack:hover img, .image-stack.is-tapped img { filter: none; transform: scale(1.018); }
.hero-card { left: -22px; bottom: 24px; max-width: 255px; padding: 18px 20px; color: var(--tg-ink); background: #fff; border: 1px solid var(--tg-line); border-radius: 16px; box-shadow: var(--tg-shadow); }
.hero-card strong { color: var(--tg-primary); font-size: 1rem; line-height: 1.25; }
.hero-card p { margin-top: 5px; color: var(--tg-muted); font-size: .84rem; }

.about-section { position: relative; overflow: hidden; background: linear-gradient(135deg, #f5fbf8 0%, #fff 48%, #fff8ee 100%); }
.about-section::before { content: ""; position: absolute; top: -210px; left: -150px; width: 460px; height: 460px; border: 78px solid rgba(11,107,99,.075); border-radius: 50%; pointer-events: none; }
.about-section .container { position: relative; }
.about-heading { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(280px,.65fr); gap: clamp(34px, 7vw, 110px); align-items: end; max-width: 1040px; margin: 0 auto 46px; }
.about-heading .eyebrow { margin-bottom: 14px; }
.about-heading h2 { max-width: 680px; margin: 0; font-size: clamp(2.15rem, 4.1vw, 3.9rem); }
.about-heading > p { max-width: 405px; margin: 0 0 5px; color: var(--tg-body); font-size: 1.03rem; line-height: 1.72; }
.about-layout { display: grid; grid-template-columns: minmax(290px,.83fr) minmax(0,1.17fr); gap: 18px; align-items: stretch; }
.about-commitment { display: flex; flex-direction: column; min-height: 456px; padding: clamp(28px, 4vw, 44px); color: #fff; background: var(--tg-dark); border-radius: var(--tg-radius); box-shadow: 0 24px 50px rgba(9,45,43,.20); }
.about-kicker { display: inline-flex; width: fit-content; align-items: center; gap: 8px; padding: 8px 11px; color: #fff1d4; background: rgba(244,183,64,.14); border: 1px solid rgba(244,183,64,.29); border-radius: 999px; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.about-kicker i { color: var(--tg-gold); }
.about-commitment h3 { max-width: 430px; margin: 29px 0 12px; color: #fff; font-size: clamp(1.75rem, 3vw, 2.55rem); line-height: 1.1; }
.about-commitment > p { max-width: 455px; margin: 0; color: rgba(255,255,255,.76); font-size: .96rem; }
.about-commitment ul { display: grid; gap: 13px; margin: 29px 0 30px; }
.about-commitment li { display: flex; align-items: flex-start; gap: 10px; color: rgba(255,255,255,.91); font-size: .9rem; font-weight: 650; line-height: 1.45; }
.about-commitment li i { display: grid; flex: 0 0 20px; width: 20px; height: 20px; place-items: center; margin-top: 2px; color: var(--tg-dark); background: var(--tg-gold); border-radius: 50%; font-size: .62rem; }
.about-contact-link { display: inline-flex; width: fit-content; align-items: center; gap: 9px; margin-top: auto; padding-bottom: 4px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.44); font-size: .91rem; font-weight: 800; }
.about-contact-link:hover { color: #fff3d8; border-color: #fff3d8; }
.about-contact-link i { font-size: .8rem; transition: transform .2s ease; }
.about-contact-link:hover i { transform: translateX(4px); }
.about-benefits-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.about-benefit-card { position: relative; display: flex; min-height: 342px; flex-direction: column; overflow: hidden; background: rgba(255,255,255,.9); border: 1px solid var(--tg-line); border-radius: 18px; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.about-benefit-card:hover, .about-benefit-card.is-tapped { border-color: #E486BA; box-shadow: var(--tg-shadow); transform: translateY(-4px); }
.about-card-media { position: relative; height: 134px; flex: 0 0 134px; overflow: hidden; background: var(--tg-primary-dark); }
.about-card-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(135deg, rgba(4,52,55,.2), rgba(199,123,82,.1)); pointer-events: none; }
.about-card-media picture, .about-card-media img { display: block; width: 100%; height: 100%; }
.about-card-media img { object-fit: cover; transition: transform .4s ease; }
.about-benefit-card:hover .about-card-media img { transform: scale(1.045); }
.about-benefit-card > i { display: grid; position: relative; z-index: 1; width: 42px; height: 42px; place-items: center; margin: -21px 0 18px 24px; color: var(--tg-primary); background: #FCEAF4; border: 3px solid #fff; border-radius: 13px; box-shadow: 0 7px 14px rgba(4,52,55,.12); font-size: 1.05rem; }
.about-benefit-card h3 { max-width: calc(100% - 52px); margin: 0 24px 8px; color: var(--tg-ink); font-size: 1.08rem; }
.about-benefit-card p { max-width: 290px; margin: 0 24px 24px; color: var(--tg-muted); font-size: .87rem; line-height: 1.58; }
.about-card-number { position: absolute; z-index: 1; top: 15px; right: 15px; min-width: 35px; padding: 5px 7px; color: #fff; background: rgba(4,52,55,.72); border: 1px solid rgba(255,255,255,.36); border-radius: 999px; font-size: .67rem; font-weight: 850; letter-spacing: .09em; text-align: center; backdrop-filter: blur(5px); }
.about-benefit-card-wide { grid-column: span 2; min-height: 194px; padding: 26px calc(43% + 24px) 22px 26px; }
.about-benefit-card-wide .about-card-media { position: absolute; top: 0; right: 0; bottom: 0; width: 40%; height: auto; }
.about-benefit-card-wide .about-card-media::after { background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.48) 28%, rgba(4,52,55,.1) 100%); }
.about-benefit-card-wide > i { margin: 0 0 14px; }
.about-benefit-card-wide h3 { max-width: none; margin: 0 0 7px; }
.about-benefit-card-wide p { max-width: 350px; margin: 0; }

.trust-grid { grid-template-columns: repeat(5, minmax(0,1fr)); gap: 14px; }
.trust-card, .feature-card, .problem-card, .counter-card, .process-card, .testimonial-card, .booking-card, .info-panel, .safety-box {
    color: var(--tg-body); background: #fff; border: 1px solid var(--tg-line); border-radius: 18px; box-shadow: none; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}
.trust-card { min-height: 210px; padding: 22px; }
.trust-card i, .feature-card i, .problem-card i, .safety-box > i { width: 42px; height: 42px; margin-bottom: 16px; color: var(--tg-primary); background: #FCEAF4; border-radius: 12px; }
.trust-card h3 { font-size: 1.03rem; }
.trust-card p { font-size: .88rem; line-height: 1.55; }
.trust-card:hover, .feature-card:hover, .problem-card:hover, .counter-card:hover, .testimonial-card:hover, .trust-card.is-tapped, .feature-card.is-tapped, .problem-card.is-tapped, .counter-card.is-tapped, .testimonial-card.is-tapped {
    color: var(--tg-body); background: #fff; border-color: #9fcfc2; box-shadow: var(--tg-shadow-hover); transform: translateY(-5px);
}
.trust-card:hover p, .feature-card:hover p, .counter-card:hover p, .testimonial-card:hover p, .testimonial-card:hover span, .trust-card.is-tapped p, .feature-card.is-tapped p, .counter-card.is-tapped p, .testimonial-card.is-tapped p, .testimonial-card.is-tapped span { color: var(--tg-muted); }
.trust-card:hover h3, .feature-card:hover h3, .problem-card:hover h3, .counter-card:hover h3, .counter-card:hover strong, .testimonial-card:hover h3, .testimonial-card:hover strong, .trust-card.is-tapped h3, .feature-card.is-tapped h3, .problem-card.is-tapped h3, .counter-card.is-tapped h3, .counter-card.is-tapped strong, .testimonial-card.is-tapped h3, .testimonial-card.is-tapped strong { color: var(--tg-ink); }

.services-section { position: relative; overflow: hidden; background: #FFF8FC; }
.services-section::after { content: ""; position: absolute; right: -210px; bottom: -330px; width: 600px; height: 600px; border: 100px solid rgba(237,122,50,.08); border-radius: 50%; pointer-events: none; }
.services-section .container { position: relative; z-index: 1; }
.services-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(285px,.57fr); gap: clamp(34px, 8vw, 130px); align-items: end; margin-bottom: 44px; }
.services-heading .eyebrow { margin-bottom: 14px; }
.services-heading h2 { max-width: 720px; margin: 0; font-size: clamp(2.15rem, 4vw, 3.8rem); }
.services-heading-note { padding: 2px 0 2px 20px; border-left: 2px solid var(--tg-orange); }
.services-heading-note > i { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 12px; color: var(--tg-orange); background: #fff0e4; border-radius: 11px; font-size: .95rem; }
.services-heading-note p { max-width: 360px; margin: 0 0 10px; color: var(--tg-body); font-size: .95rem; line-height: 1.62; }
.services-heading-note a { display: inline-flex; align-items: center; gap: 7px; color: var(--tg-primary); font-size: .9rem; font-weight: 800; }
.services-heading-note a i { font-size: .72rem; transition: transform .2s ease; }
.services-heading-note a:hover i { transform: translateX(4px); }
.service-grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 18px; }
.service-grid .service-card { display: flex; grid-column: span 3; min-width: 0; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--tg-line); border-radius: 20px; box-shadow: none; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-grid .service-card:first-child { grid-column: span 6; }
.service-grid .service-card:nth-child(4), .service-grid .service-card:nth-child(5) { grid-column: span 6; }
.service-grid .service-card:hover, .service-grid .service-card.is-tapped { border-color: #E486BA; box-shadow: var(--tg-shadow-hover); transform: translateY(-5px); }
.service-media { position: relative; display: block; overflow: hidden; background: #F5D6E9; }
.service-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,23,42,.06) 20%, rgba(4,23,42,.42) 100%); pointer-events: none; }
.service-media img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .42s ease; }
.service-card:first-child .service-media img { aspect-ratio: 16 / 8.2; }
.service-card:hover .service-media img, .service-card.is-tapped .service-media img { transform: scale(1.045); }
.service-number { position: absolute; z-index: 1; top: 16px; left: 17px; color: #fff; font-size: .8rem; font-weight: 850; letter-spacing: .11em; }
.service-photo-label { position: absolute; z-index: 1; right: 15px; bottom: 14px; display: inline-flex; align-items: center; gap: 6px; padding: 7px 9px; color: #fff; background: rgba(4,25,48,.76); border: 1px solid rgba(255,255,255,.24); border-radius: 999px; backdrop-filter: blur(7px); font-size: .68rem; font-weight: 750; }
.service-photo-label i { color: #FFD7EC; }
.service-card-body { display: flex; flex: 1; flex-direction: column; padding: 24px 24px 21px; text-align: left; }
.service-card:first-child .service-card-body { padding: 29px 30px 25px; }
.service-card-kicker { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 12px; color: var(--tg-primary); font-size: .71rem; font-weight: 850; letter-spacing: .065em; text-transform: uppercase; }
.service-card-kicker i { color: var(--tg-orange); font-size: .9rem; }
.service-card h3 { max-width: 420px; margin: 0 0 10px; color: var(--tg-ink); font-size: 1.22rem; }
.service-card:first-child h3 { font-size: clamp(1.5rem, 2.3vw, 2rem); }
.service-card p { max-width: 560px; margin: 0; color: var(--tg-muted); font-size: .9rem; line-height: 1.62; }
.service-card-footer { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 21px; }
.service-tags { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 6px; }
.service-tags span { padding: 5px 8px; color: var(--tg-primary-dark); background: #FFF0F9; border: 0; border-radius: 7px; font-size: .66rem; font-weight: 750; white-space: nowrap; }
.service-book-link { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; color: var(--tg-primary); font-size: .82rem; font-weight: 850; white-space: nowrap; }
.service-book-link i { font-size: .7rem; transition: transform .2s ease; }
.service-book-link:hover { color: var(--tg-primary-dark); }
.service-book-link:hover i { transform: translateX(4px); }
.services-reassurance { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 28px; margin-top: 30px; color: var(--tg-body); font-size: .85rem; font-weight: 700; }
.services-reassurance span { display: inline-flex; align-items: center; gap: 7px; }
.services-reassurance i { color: var(--tg-primary); font-size: .95rem; }

.issues-section { position: relative; overflow: hidden; color: #fff; background: #082f2d; }
.issues-section::before { content: ""; position: absolute; top: -280px; right: -160px; width: 620px; height: 620px; border: 92px solid rgba(140,219,203,.08); border-radius: 50%; pointer-events: none; }
.issues-section::after { content: ""; position: absolute; bottom: -130px; left: -100px; width: 370px; height: 370px; background: radial-gradient(circle, rgba(237,122,50,.15), rgba(237,122,50,0) 70%); pointer-events: none; }
.issues-section .container { position: relative; z-index: 1; }
.issues-heading { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(280px,.62fr); gap: clamp(34px, 8vw, 130px); align-items: end; margin-bottom: 42px; }
.issues-heading .eyebrow { margin-bottom: 14px; color: #F8CDE6; background: rgba(140,219,203,.1); border-color: rgba(140,219,203,.22); }
.issues-heading h2 { max-width: 720px; margin: 0; color: #fff; font-size: clamp(2.15rem, 4vw, 3.8rem); }
.issues-heading > div:last-child { padding: 2px 0 2px 20px; border-left: 2px solid var(--tg-orange); }
.issues-heading > div:last-child p { max-width: 390px; margin: 0 0 14px; color: rgba(255,255,255,.76); font-size: .98rem; line-height: 1.7; }
.issues-book-link { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: .9rem; font-weight: 800; }
.issues-book-link i { color: #ffad62; font-size: .74rem; transition: transform .2s ease; }
.issues-book-link:hover { color: #fff; }
.issues-book-link:hover i { transform: translateX(4px); }
.issues-layout { display: grid; grid-template-columns: minmax(285px,.72fr) minmax(0,1.28fr); gap: 18px; align-items: stretch; }
.gas-safety-panel { display: flex; flex-direction: column; min-height: 390px; padding: clamp(26px, 3.5vw, 38px); background: linear-gradient(160deg, #D04098 0%, #9E276F 100%); border-radius: var(--tg-radius); box-shadow: 0 22px 48px rgba(0,0,0,.17); }
.safety-panel-label { display: inline-flex; width: fit-content; align-items: center; gap: 7px; padding: 7px 10px; color: #5a260b; background: rgba(255,255,255,.72); border-radius: 999px; font-size: .7rem; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
.gas-safety-panel h3 { max-width: 390px; margin: 29px 0 12px; color: #fff; font-size: clamp(1.55rem, 2.5vw, 2.25rem); line-height: 1.13; }
.gas-safety-panel p { margin: 0; color: rgba(255,255,255,.86); font-size: .93rem; line-height: 1.68; }
.gas-safety-panel a { display: inline-flex; width: fit-content; align-items: center; gap: 8px; margin-top: auto; padding: 12px 15px; color: #712f0a; background: #fff; border-radius: 10px; font-size: .86rem; font-weight: 850; }
.gas-safety-panel a:hover { color: #712f0a; background: #FFF4FA; transform: translateY(-2px); }
.problems-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.problem-card { position: relative; display: block; min-height: 0; padding: 0; overflow: hidden; aspect-ratio: 405 / 205; color: #FFF6FB; background: rgba(255,255,255,.055); border: 1px solid rgba(187,229,219,.34); border-radius: 16px; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.problem-card img { display: block; width: 100%; height: 100%; object-fit: cover; }
.problem-card:hover, .problem-card.is-tapped { color: #FFF6FB; border-color: rgba(221,160,110,.9); box-shadow: 0 13px 27px rgba(0,0,0,.2); transform: translateY(-3px); }
.problem-card-urgent { border-color: rgba(221,160,110,.8); }
.problem-card-urgent:hover, .problem-card-urgent.is-tapped { border-color: #FFE8F5; }
.split-layout, .split-layout.reverse { grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); gap: clamp(36px, 7vw, 100px); align-items: center; }
.split-layout.reverse .image-stack { order: 2; }
.image-stack { position: relative; }
.image-stack::after { content: ""; position: absolute; z-index: -1; right: -16px; bottom: -16px; width: 72%; height: 72%; border: 1px solid #F0B1D5; border-radius: var(--tg-radius); }
.check-list { display: grid; gap: 13px; margin: 28px 0 0; }
.check-list li { padding: 0; color: var(--tg-body); font-weight: 600; line-height: 1.45; }
.check-list li::before { width: 20px; height: 20px; margin-right: 10px; color: #fff; background: var(--tg-primary); font-size: .65rem; }
.plain-points { display: grid; gap: 0; margin: 25px 0 0; padding: 0; list-style: none; }
.plain-points li { padding: 11px 0; color: var(--tg-body); border-bottom: 1px solid var(--tg-line); font-size: .94rem; font-weight: 600; line-height: 1.45; }
.plain-points li:first-child { border-top: 1px solid var(--tg-line); }
.plain-points strong { color: var(--tg-ink); font-weight: 800; }
.why-choose-lead { max-width: 575px; margin: 18px 0 0 !important; color: var(--tg-body); font-size: 1rem; line-height: 1.72; }
.why-choose-callout { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 18px; align-items: end; margin-top: 25px; padding: 21px; color: #fff; background: linear-gradient(135deg, var(--tg-dark), var(--tg-primary)); border-radius: 16px; box-shadow: 0 15px 30px rgba(4,52,55,.16); }
.why-choose-callout span { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 8px; color: #FFD2E8; font-size: .7rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.why-choose-callout strong { display: block; max-width: 355px; color: #fff; font-size: 1rem; line-height: 1.35; }
.why-choose-callout p { max-width: 400px; margin: 7px 0 0; color: rgba(255,255,255,.75); font-size: .84rem; line-height: 1.55; }
.why-choose-actions { display: grid; gap: 9px; min-width: 164px; }
.why-choose-actions .btn { min-height: 45px; padding: 10px 14px; color: var(--tg-dark); background: #fff; border-color: #fff; font-size: .82rem; box-shadow: none; white-space: nowrap; }
.why-choose-actions .btn:hover { color: #fff; background: var(--tg-orange); border-color: var(--tg-orange); }
.why-choose-actions > a:last-child { display: inline-flex; align-items: center; justify-content: center; gap: 6px; color: #fff; font-size: .8rem; font-weight: 800; }
.why-choose-actions > a:last-child:hover { color: #FFD2E8; }
.why-choose-actions > a:last-child i { font-size: .67rem; }

.counter-grid { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.counter-card { min-height: 170px; padding: 25px; border: 0; background: transparent; box-shadow: none; }
.counter-card:nth-child(odd) { background: #FCEAF4; }
.counter-card:nth-child(even) { background: #fff0e5; }
.counter-card strong { color: var(--tg-primary-dark); font-size: clamp(2.4rem, 4vw, 3.5rem); letter-spacing: -.06em; }
.counter-card:nth-child(even) strong { color: #bf571d; }
.counter-card p { margin: 4px 0 0; color: var(--tg-body); font-weight: 720; }

.trust-story-section { padding: clamp(68px, 8vw, 112px) 0; background: var(--tg-dark); }
.trust-story { max-width: 1000px; padding: 0; color: #fff; background: transparent; border: 0; box-shadow: none; }
.trust-story-top { align-items: flex-start; gap: 28px; margin-bottom: 24px; }
.trust-pill { display: inline-flex; flex: 0 0 auto; align-items: center; min-height: 38px; padding: 8px 14px; color: #fff3d2; background: rgba(244,183,64,.14); border: 1px solid rgba(244,183,64,.3); border-radius: 999px; font-weight: 750; }
.trust-story h2, .trust-story h2 span, .trust-story strong { color: #fff; }
.trust-story h2 span { color: #F1A1CB; }
.trust-story p { max-width: 900px; color: rgba(255,255,255,.76); font-size: 1.08rem; line-height: 1.8; }

.testimonial-marquee { overflow: visible; mask-image: none; }
.testimonial-grid { display: grid; width: auto; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; animation: none; }
.testimonial-card { min-height: 260px; padding: 28px; }
.testimonial-card::before { content: "“"; display: block; height: 28px; color: var(--tg-orange); font-family: Georgia, serif; font-size: 4rem; line-height: .8; }
.review-stars { margin: 8px 0 16px; color: var(--tg-gold); }
.testimonial-card p { color: var(--tg-body); font-size: .98rem; line-height: 1.7; }
.testimonial-card strong { color: var(--tg-ink); }
.testimonial-card span { color: var(--tg-muted); }

.reviews-section { position: relative; overflow: hidden; background: #fff; }
.reviews-section::before { content: ""; position: absolute; top: -180px; right: -140px; width: 440px; height: 440px; border: 78px solid rgba(244,183,64,.11); border-radius: 50%; pointer-events: none; }
.reviews-section .container { position: relative; }
.reviews-overview { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin: 38px 0 22px; padding: 16px 20px; background: var(--tg-sand); border: 1px solid #f7e0bd; border-radius: 16px; }
.reviews-overview > div { display: flex; align-items: center; gap: 10px; color: var(--tg-ink); font-size: .92rem; font-weight: 800; }
.reviews-overview i { display: grid; width: 34px; height: 34px; place-items: center; color: #fff; background: var(--tg-orange); border-radius: 10px; }
.reviews-overview p { margin: 0; font-size: .88rem; text-align: right; }
.reviews-marquee { position: relative; margin: 0 -20px; padding: 8px 20px 10px; overflow: hidden; mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%); }
.reviews-track { display: flex; width: max-content; animation: reviews-scroll 28s linear infinite; will-change: transform; }
.reviews-set { display: flex; flex: 0 0 auto; gap: 18px; padding-right: 18px; }
.reviews-marquee:hover .reviews-track, .reviews-marquee:focus-within .reviews-track { animation-play-state: paused; }
.review-card { display: flex; flex: 0 0 350px; flex-direction: column; min-height: 255px; padding: 25px; }
.review-card::before { display: none; }
.review-card-top { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 10px; margin-bottom: 19px; }
.review-avatar { display: grid; width: 42px; height: 42px; place-items: center; color: var(--tg-primary-dark); background: #dff1eb; border-radius: 50%; font-size: .92rem; font-weight: 850; }
.review-card-top strong { display: block; font-size: .95rem; }
.review-card-top span:not(.review-avatar) { display: block; margin-top: 2px; font-size: .77rem; line-height: 1.35; }
.review-stars { display: flex; gap: 2px; margin: 0; color: var(--tg-gold); font-size: .75rem; white-space: nowrap; }
.review-card p { margin: 0; }
.review-score { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--tg-line); }
.review-score span { font-size: .77rem; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.review-score strong { color: var(--tg-primary); font-size: .9rem; }
.reviews-marquee .review-card:hover, .reviews-marquee .review-card.is-tapped { color: var(--tg-body); background: #fff; border-color: #9fcfc2; box-shadow: var(--tg-shadow-hover); transform: translateY(-4px); }
@keyframes reviews-scroll { to { transform: translateX(-50%); } }
.reviews-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 28px; padding: 26px 30px; color: #fff; background: var(--tg-dark); border-radius: var(--tg-radius); box-shadow: var(--tg-shadow); }
.reviews-cta .eyebrow { margin-bottom: 5px; color: #ffb56d; }
.reviews-cta h3 { margin: 0; color: #fff; font-size: clamp(1.2rem, 2vw, 1.55rem); }
.reviews-cta .btn { flex: 0 0 auto; min-height: 48px; }

.process-grid { position: relative; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.process-grid::before { content: ""; position: absolute; top: 47px; right: 12%; left: 12%; height: 1px; background: #F0B1D5; }
.process-card { position: relative; min-height: 235px; padding: 26px; background: #fff; }
.process-number { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-bottom: 20px; color: #fff; background: var(--tg-primary); border-radius: 50%; font-size: .8rem; font-weight: 800; }
.process-card > i { display: none; }
.process-card h3 { font-size: 1.08rem; }
.process-card p { font-size: .9rem; }

.info-panel, .booking-card, .safety-box { padding: clamp(24px, 3vw, 34px); }
.info-panel { background: #f0f8f5; }
.info-panel h3 { margin-bottom: 20px; }
.pill-list { gap: 8px; }
.pill-list span { padding: 8px 10px; color: var(--tg-primary-dark); background: #fff; border: 1px solid #cbe6de; border-radius: 8px; font-size: .84rem; font-weight: 700; }
.feature-grid { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.feature-card { min-height: 210px; padding: 26px; }
.feature-card i { margin-bottom: 18px; }
.safety-box { background: #fff6e8; border-color: #f3d39a; }
.safety-box > i { color: #a64a16; background: #ffe6b9; }
.safety-box p { color: var(--tg-body); }

.faq-list { gap: 10px; }
.faq-list::before { display: none; }
.faq-item { border: 1px solid var(--tg-line); border-radius: 14px; background: #fff; box-shadow: none; }
.faq-item::before { width: 3px; background: var(--tg-orange); }
.faq-item:hover { box-shadow: 0 8px 20px rgba(17,55,51,.06); transform: none; }
.faq-question { padding: 19px 22px; color: var(--tg-ink); font-weight: 760; }
.faq-question span { padding-left: 0; }
.faq-question span::before { display: none; }
.faq-question i { color: var(--tg-primary); background: #FCEAF4; }
.faq-item.open .faq-question i { color: #fff; background: var(--tg-primary); }
.faq-answer p { padding: 0 22px 0; color: var(--tg-muted); }
.faq-item.open .faq-answer p { padding-bottom: 22px; }

.cta-section { padding-top: 0; }
.cta-panel { overflow: hidden; position: relative; padding: clamp(30px, 4vw, 52px); color: #fff; background: linear-gradient(120deg, var(--tg-primary-dark), var(--tg-primary)); border-radius: var(--tg-radius); box-shadow: 0 22px 52px rgba(6,75,70,.20); }
.cta-panel::after { content: ""; position: absolute; width: 22rem; height: 22rem; top: -12rem; right: -4rem; border: 38px solid rgba(255,255,255,.09); border-radius: 50%; }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel .eyebrow { color: #d7f1ea; background: transparent; border-color: rgba(255,255,255,.28); }
.cta-panel h2 { color: #fff; }
.cta-panel p { color: rgba(255,255,255,.78); }

.form-grid { gap: 16px; }
.form-grid label { color: var(--tg-ink); font-weight: 730; }
input, select, textarea { min-height: 50px; color: var(--tg-ink); border-color: #cfe2dc; border-radius: 10px; background: #fff; }
input:focus, select:focus, textarea:focus { border-color: var(--tg-primary); box-shadow: 0 0 0 4px rgba(11,107,99,.12); }
.form-help { color: var(--tg-muted); }
.form-privacy-note { display: flex; align-items: center; gap: 7px; margin: 13px 0 0; color: var(--tg-muted); font-size: .78rem; line-height: 1.45; }
.form-privacy-note i { color: var(--tg-primary); }

.contact-grid { grid-template-columns: minmax(0,1fr) minmax(380px,.86fr); }
.contact-methods { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.contact-method { min-height: 105px; align-items: flex-start; padding: 16px; background: rgba(255,255,255,.88); border-color: #d3e5df; border-radius: 14px; }
.contact-method i { flex: 0 0 32px; width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; margin: 0; color: var(--tg-primary); background: #FCEAF4; border-radius: 9px; }
.contact-method span { color: var(--tg-muted); font-size: .83rem; }
.contact-method strong { color: var(--tg-ink); font-size: .91rem; }
.contact-info-section { background: var(--tg-tint); }
.contact-card-grid { gap: 16px; }
.contact-info-card { min-height: 240px; padding: 30px; border-color: var(--tg-line); border-radius: 18px; box-shadow: none; }
.contact-info-card.featured { background: var(--tg-dark); }
.contact-info-card.featured h3, .contact-info-card.featured p, .contact-info-card.featured a { color: #fff; }
.contact-info-card.featured p { color: rgba(255,255,255,.72); }
.contact-info-card:hover, .contact-info-card.is-tapped { background: #fff; border-color: #9fcfc2; box-shadow: var(--tg-shadow); color: var(--tg-ink); transform: translateY(-5px); }
.contact-info-card.featured:hover, .contact-info-card.featured.is-tapped { background: var(--tg-dark); border-color: var(--tg-dark); }
.contact-info-card:hover h3, .contact-info-card:hover p, .contact-info-card:hover a, .contact-info-card.is-tapped h3, .contact-info-card.is-tapped p, .contact-info-card.is-tapped a { color: inherit; }
.contact-symbol { margin-bottom: 16px; color: var(--tg-orange); font-size: 2.2rem; }
.contact-symbol i { color: inherit; }
.contact-info-card h3 { font-size: 1.35rem; }
.contact-info-card p, .contact-info-card a { font-size: .94rem; }
.contact-call-action .btn { min-height: 54px; padding: 14px 28px; background: var(--tg-primary); box-shadow: 0 12px 24px rgba(11,107,99,.18); }

.disclaimer-section { padding: 52px 0; background: var(--tg-sand); }
.disclaimer-panel { padding: 32px; background: #fff; border: 1px solid #f0dfc8; border-radius: 18px; box-shadow: none; text-align: left; }
.disclaimer-panel h2 { color: var(--tg-ink); font-size: 1.5rem; }
.disclaimer-panel p { color: var(--tg-body); font-size: .95rem; }

.booking-section { position: relative; overflow: hidden; background: linear-gradient(135deg, #edf7f4 0%, #fff8ef 100%); }
.booking-section::before { position: absolute; top: -210px; right: -145px; width: 470px; height: 470px; border: 70px solid rgba(199,123,82,.09); border-radius: 50%; content: ""; pointer-events: none; }
.booking-section .container { position: relative; z-index: 1; }
.booking-heading { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(285px,.62fr); gap: clamp(30px, 7vw, 105px); align-items: end; max-width: 1040px; margin: 0 auto 42px; }
.booking-heading h2 { max-width: 620px; margin: 0; font-size: clamp(2.15rem, 4.1vw, 3.9rem); }
.booking-heading > p { max-width: 410px; margin: 0 0 5px; color: var(--tg-body); font-size: 1.02rem; line-height: 1.72; }
.booking-layout { display: grid; grid-template-columns: minmax(0,.84fr) minmax(400px,1fr); gap: clamp(28px, 6vw, 84px); align-items: stretch; }
.booking-intro { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.booking-contact-links { display: grid; gap: 10px; }
.booking-contact-links a { display: grid; grid-template-columns: 42px minmax(0,1fr) 16px; align-items: center; gap: 12px; min-height: 78px; padding: 13px 15px; color: #fff; background: var(--tg-dark); border: 1px solid rgba(255,255,255,.12); border-radius: 15px; box-shadow: 0 12px 24px rgba(4,52,55,.12); font-size: .82rem; line-height: 1.35; }
.booking-contact-links a:hover { color: #fff; background: var(--tg-primary); border-color: rgba(221,160,110,.72); transform: translateY(-2px); }
.booking-contact-links a > i:first-child { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; color: #ffe2bd; background: rgba(221,160,110,.16); border: 1px solid rgba(221,160,110,.3); border-radius: 11px; font-size: 1rem; }
.booking-contact-links a > i:last-child { color: #dca071; font-size: .72rem; transition: transform .2s ease; }
.booking-contact-links a:hover > i:last-child { transform: translateX(3px); }
.booking-contact-links span { display: grid; gap: 2px; color: rgba(255,255,255,.74); }
.booking-contact-links strong { overflow-wrap: anywhere; color: #fff; font-size: .94rem; }
.booking-contact-whatsapp { background: #D04098 !important; }
.booking-contact-whatsapp:hover, .booking-contact-whatsapp:focus-visible { background: #9E276F !important; border-color: #F1A1CB !important; }
.booking-contact-email { background: #B62F84 !important; }
.booking-contact-email:hover, .booking-contact-email:focus-visible { background: #7F1B5D !important; border-color: #F1A1CB !important; }
.booking-map-card { display: grid; grid-template-columns: minmax(0,.88fr) minmax(170px,1.12fr); min-height: 188px; overflow: hidden; background: #fff; border: 1px solid var(--tg-line); border-radius: 16px; box-shadow: 0 14px 28px rgba(4,52,55,.08); }
.booking-map-copy { display: flex; flex-direction: column; padding: 19px; }
.booking-map-copy > span { display: inline-flex; align-items: center; gap: 7px; width: fit-content; margin-bottom: 12px; color: var(--tg-primary); font-size: .72rem; font-weight: 850; letter-spacing: .065em; text-transform: uppercase; }
.booking-map-copy > span i { color: var(--tg-orange); }
.booking-map-copy strong { color: var(--tg-ink); font-size: .9rem; line-height: 1.55; }
.booking-map-copy a { display: inline-flex; align-items: center; gap: 6px; width: fit-content; margin-top: auto; padding-top: 13px; color: var(--tg-primary); font-size: .82rem; font-weight: 800; }
.booking-map-copy a:hover { color: var(--tg-primary-dark); }
.booking-map-copy a i { font-size: .68rem; }
.booking-map-card iframe { width: 100%; min-height: 188px; border: 0; filter: saturate(.82) contrast(.98); }
.booking-form-panel { position: relative; padding: clamp(25px, 3vw, 38px); overflow: hidden; background: #fff; border: 1px solid rgba(199,123,82,.22); box-shadow: 0 24px 55px rgba(13,65,59,.14); }
.booking-form-panel::before { position: absolute; top: 0; right: 0; left: 0; height: 5px; content: ""; background: linear-gradient(90deg, var(--tg-primary), var(--tg-orange)); }
.booking-form-heading { padding-bottom: 20px; border-bottom: 1px solid var(--tg-line); }
.booking-form-panel h3 { margin-bottom: 6px; font-size: 1.55rem; }
.booking-form-heading > p:not(.form-kicker) { margin: 0; font-size: .92rem; }
.form-kicker { margin-bottom: 8px; color: var(--tg-orange); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.form-steps { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.form-steps span { display: inline-flex; align-items: center; gap: 6px; color: var(--tg-body); background: var(--tg-tint); border: 1px solid var(--tg-line); border-radius: 999px; padding: 6px 9px; font-size: .7rem; font-weight: 750; }
.form-steps b { display: inline-grid; width: 17px; height: 17px; place-items: center; color: #fff; background: var(--tg-primary); border-radius: 50%; font-size: .61rem; }
.booking-form-panel .form-grid { gap: 14px; }
.booking-form-panel input, .booking-form-panel select, .booking-form-panel textarea { width: 100%; min-height: 52px; padding: 12px 13px; border-color: #c9dfd9; font-size: .92rem; }
.booking-form-panel textarea { min-height: 92px; resize: vertical; }
.booking-form-panel .btn-full { min-height: 54px; margin-top: 19px; border: 0; box-shadow: 0 12px 24px rgba(7,87,91,.2); }
.booking-form-panel .btn-full i { margin-right: 7px; }

.privacy-section { background: #fff; }
.privacy-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 7vw, 96px); align-items: start; }
.privacy-panel > div > p:not(.eyebrow) { max-width: 520px; }
.privacy-list { display: grid; gap: 1px; overflow: hidden; border: 1px solid var(--tg-line); border-radius: 16px; background: var(--tg-line); }
.privacy-list article { padding: 20px 22px; background: #fff; }
.privacy-list h3 { margin-bottom: 5px; font-size: 1rem; }
.privacy-list p { margin: 0; font-size: .91rem; }
.privacy-list a { color: var(--tg-primary); font-weight: 750; }

.policy-page-layout { display: grid; grid-template-columns: minmax(280px,.7fr) minmax(0,1.3fr); gap: clamp(28px, 6vw, 84px); align-items: start; max-width: 1110px; }
.policy-summary { position: sticky; top: 118px; padding: clamp(26px, 3.5vw, 38px); color: #fff; background: linear-gradient(160deg, var(--tg-dark), var(--tg-primary)); border-radius: 20px; box-shadow: 0 20px 44px rgba(4,52,55,.2); }
.policy-summary .form-kicker { color: #f3c59e; }
.policy-summary h2 { margin: 0 0 14px; color: #fff; font-size: clamp(1.55rem, 2.3vw, 2.12rem); line-height: 1.15; }
.policy-summary > p:not(.form-kicker) { margin: 0; color: rgba(255,255,255,.78); font-size: .92rem; line-height: 1.68; }
.policy-summary dl { display: grid; gap: 13px; margin: 28px 0 0; }
.policy-summary dl > div { padding-top: 13px; border-top: 1px solid rgba(255,255,255,.17); }
.policy-summary dt { margin-bottom: 4px; color: #d5eee8; font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.policy-summary dd { margin: 0; color: #fff; font-size: .86rem; font-weight: 650; overflow-wrap: anywhere; }
.policy-summary a { color: #ffd0a5; }
.policy-summary a:hover { color: #fff; }
.policy-content { overflow: hidden; background: #fff; border: 1px solid var(--tg-line); border-radius: 20px; box-shadow: 0 16px 36px rgba(4,52,55,.07); }
.policy-content section { padding: 27px clamp(24px, 4vw, 40px); border-bottom: 1px solid var(--tg-line); }
.policy-content section:last-child { border-bottom: 0; }
.policy-content h2 { margin: 0 0 9px; color: var(--tg-ink); font-size: 1.14rem; }
.policy-content p { max-width: 720px; margin: 0; color: var(--tg-body); font-size: .93rem; line-height: 1.75; }
.policy-content p + p { margin-top: 13px; }
.policy-content a { color: var(--tg-primary); font-weight: 750; }
.policy-content a:hover { color: var(--tg-primary-dark); }
.policy-contact-box { background: var(--tg-tint); }

.site-footer { color: rgba(255,255,255,.7); background: var(--tg-dark); padding: 72px 0 0; }
.site-footer::before, .site-footer::after { display: none; }
.footer-grid { grid-template-columns: 1.45fr .75fr 1fr 1.3fr; gap: 42px; }
.footer-brand img { width: 250px; max-height: 64px; padding: 5px 9px; background: #fffdf8; border-radius: 12px; }
.footer-brand p { color: rgba(255,255,255,.82); font-size: .92rem; }
.footer-actions { gap: 8px; }
.footer-actions a { color: #fff; background: transparent; border-color: rgba(255,255,255,.25); border-radius: 9px; }
.footer-actions a:hover { color: #fff; background: rgba(255,255,255,.1); }
.site-footer h2 { color: #fff; font-size: 1rem; letter-spacing: .04em; text-transform: uppercase; }
.site-footer ul { gap: 10px; }
.site-footer li, .site-footer a { color: rgba(255,255,255,.86); font-size: .9rem; }
.site-footer .contact-list li { color: rgba(255,255,255,.84); }
.site-footer a:hover { color: #fff; }
.footer-contact .contact-list { gap: 12px; }
.footer-contact .contact-list i { color: #F1A1CB; }
.footer-bottom { margin-top: 54px; padding: 20px 0; border-top-color: rgba(255,255,255,.13); background: rgba(0,0,0,.12); }
.footer-bottom p, .managed-credit { color: rgba(255,255,255,.72); }
.managed-credit a { color: #f0bb8c; font-weight: 750; }
.managed-credit a:hover { color: #fff; }

.mobile-sticky-cta { display: none; }
.back-to-top { right: 24px; bottom: 24px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; width: auto; min-width: 72px; height: 46px; padding: 0 14px; color: #fff; background: var(--tg-primary); border-radius: 999px; box-shadow: 0 10px 20px rgba(11,107,99,.25); font-size: .82rem; font-weight: 800; }
.back-to-top:hover { background: var(--tg-primary-dark); transform: translateY(-2px); }
.urgent-popup { display: none !important; }

@media (max-width: 1100px) {
    .trust-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .trust-card:last-child { grid-column: span 2; }
    .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .contact-grid { grid-template-columns: 1fr; }
    .booking-layout { grid-template-columns: 1fr; }
    .privacy-panel { grid-template-columns: 1fr; }
    .policy-page-layout { grid-template-columns: 1fr; }
    .policy-summary { position: static; }
}
@media (max-width: 900px) {
    .hero-grid, .split-layout, .split-layout.reverse, .problems-wrap { grid-template-columns: 1fr; }
    .split-layout.reverse .image-stack { order: initial; }
    .hero-copy { max-width: 760px; }
    .hero-visual { max-width: 650px; }
    .problems-wrap { gap: 32px; }
    .booking-heading { grid-template-columns: 1fr; gap: 16px; margin-bottom: 32px; }
    .booking-heading > p { max-width: 600px; }
    .services-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 32px; }
    .services-heading-note { max-width: 600px; }
    .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .service-grid .service-card, .service-grid .service-card:nth-child(4), .service-grid .service-card:nth-child(5) { grid-column: span 1; }
    .service-grid .service-card:first-child { grid-column: span 2; }
    .feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .process-grid::before { display: none; }
    .testimonial-grid { grid-template-columns: 1fr; }
    .testimonial-card { min-height: 0; }
    .about-heading { grid-template-columns: 1fr; gap: 16px; margin-bottom: 34px; }
    .about-heading > p { max-width: 610px; }
    .about-layout { grid-template-columns: 1fr; }
    .about-commitment { min-height: 0; }
    .issues-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 32px; }
    .issues-heading > div:last-child { max-width: 610px; }
    .issues-layout { grid-template-columns: 1fr; }
    .gas-safety-panel { min-height: 0; }
}
@media (max-width: 820px) {
    body { padding-bottom: 82px; }
    .top-strip { display: none; }
    .nav-shell { min-height: 70px; }
    .brand img { width: 200px; max-height: 52px; }
    .site-nav { top: 70px; background: #fff; border-top-color: var(--tg-line); }
    .site-nav a { color: var(--tg-ink); }
    .site-nav a.active::after { display: none; }
    .site-nav a.active { color: var(--tg-primary); background: #FCEAF4; }
    .header-call { margin-left: auto; }
    .mobile-sticky-cta { position: fixed; right: 12px; bottom: 12px; left: 12px; z-index: 1001; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 7px; background: rgba(255,255,255,.94); border: 1px solid var(--tg-line); border-radius: 14px; box-shadow: var(--tg-shadow); backdrop-filter: blur(14px); }
    .mobile-sticky-cta a { min-height: 48px; gap: 7px; color: #fff; background: var(--tg-primary); border-radius: 9px; font-size: .88rem; font-weight: 800; }
    .mobile-sticky-cta a:last-child { background: #1d8e7b; }
    .back-to-top { right: 18px; bottom: 94px; display: inline-flex; }
}
@media (max-width: 640px) {
    .container { width: min(100% - 32px, 1180px); }
    .section { padding: 64px 0; }
    h1 { font-size: clamp(2.35rem, 12vw, 3.25rem); }
    h2 { font-size: clamp(1.9rem, 9vw, 2.45rem); }
    .page-hero { padding: 54px 0 62px; }
    .hero-copy, .hero-copy h1, .hero-copy > p:not(.eyebrow), .section-title { text-align: left; }
    .page-hero .eyebrow { margin-right: 0; margin-left: 0; justify-content: flex-start; }
    .hero-copy > p:not(.eyebrow) { margin-right: 0; margin-left: 0; }
    .hero-actions { display: grid; grid-template-columns: 1fr; }
    .hero-actions .btn { width: 100%; }
    .hero-points { grid-template-columns: 1fr; gap: 9px; }
    .hero-visual::before { top: 16px; right: -10px; }
    .hero-card { position: relative; bottom: auto; left: auto; max-width: none; margin: -18px 16px 0; }
    .section-title { margin-bottom: 34px; }
    .section-title > p:not(.eyebrow) { margin-left: 0; }
    .trust-grid, .counter-grid, .feature-grid, .process-grid, .contact-card-grid, .form-grid { grid-template-columns: 1fr; }
    .trust-card:last-child { grid-column: auto; }
    .trust-card { min-height: 0; }
    .about-section::before { top: -230px; left: -240px; }
    .about-heading { margin-bottom: 30px; }
    .about-heading h2 { font-size: clamp(2rem, 9vw, 2.65rem); }
    .about-heading > p { font-size: .98rem; }
    .booking-heading h2 { font-size: clamp(2rem, 9vw, 2.65rem); }
    .why-choose-callout { grid-template-columns: 1fr; gap: 17px; padding: 20px; }
    .why-choose-actions { grid-template-columns: 1fr; min-width: 0; }
    .why-choose-actions .btn { width: 100%; }
    .policy-summary { padding: 26px 23px; border-radius: 18px; }
    .policy-content { border-radius: 18px; }
    .policy-content section { padding: 23px; }
    .booking-map-card { grid-template-columns: 1fr; }
    .booking-map-card iframe { min-height: 210px; }
    .booking-map-copy a { margin-top: 14px; }
    .form-steps { gap: 6px; }
    .form-steps span { padding: 6px 8px; font-size: .65rem; }
    .about-commitment { padding: 28px 24px; border-radius: 18px; }
    .about-commitment h3 { margin-top: 25px; }
    .about-benefits-grid { grid-template-columns: 1fr; gap: 12px; }
    .about-benefit-card { min-height: 0; }
    .about-benefit-card > i { margin-bottom: 16px; }
    .about-benefit-card-wide { grid-column: auto; min-height: 0; padding: 0; }
    .about-benefit-card-wide .about-card-media { position: relative; width: auto; height: 134px; }
    .about-benefit-card-wide .about-card-media::after { background: linear-gradient(135deg, rgba(4,52,55,.2), rgba(199,123,82,.1)); }
    .about-benefit-card-wide > i { margin: -21px 0 16px 22px; }
    .about-benefit-card-wide h3 { margin: 0 22px 8px; }
    .about-benefit-card-wide p { margin: 0 22px 22px; }
    .issues-heading h2 { font-size: clamp(2rem, 9vw, 2.65rem); }
    .issues-heading > div:last-child { padding-left: 15px; }
    .gas-safety-panel { padding: 27px 23px; border-radius: 18px; }
    .problems-grid { gap: 9px; }
    .problem-card { min-height: 0; padding: 0; }
    .services-heading h2 { font-size: clamp(2rem, 9vw, 2.65rem); }
    .services-heading-note { padding-left: 15px; }
    .service-grid { grid-template-columns: 1fr; gap: 14px; }
    .service-grid .service-card, .service-grid .service-card:first-child, .service-grid .service-card:nth-child(4), .service-grid .service-card:nth-child(5) { grid-column: auto; }
    .service-card:first-child .service-media img { aspect-ratio: 16 / 10; }
    .service-card-body, .service-card:first-child .service-card-body { padding: 22px; }
    .service-card p { min-height: 0; }
    .service-card-footer { display: grid; align-items: start; gap: 14px; }
    .services-reassurance { justify-content: flex-start; gap: 10px 18px; margin-top: 24px; font-size: .8rem; }
    .problems-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .problem-card { min-height: 0; padding: 0; }
    .counter-card { min-height: 130px; }
    .trust-story-top { display: grid; gap: 18px; }
    .trust-story p { font-size: 1rem; }
    .reviews-overview { display: grid; gap: 10px; margin-top: 26px; padding: 16px; }
    .reviews-overview p { text-align: left; }
    .reviews-marquee { margin-right: -16px; margin-left: -16px; padding-right: 16px; padding-left: 16px; }
    .review-card { flex-basis: min(300px, calc(100vw - 48px)); min-height: 0; padding: 22px; }
    .reviews-cta { display: grid; gap: 20px; padding: 24px 22px; }
    .reviews-cta .btn { width: 100%; }
    .contact-methods { grid-template-columns: 1fr; }
    .cta-panel { display: grid; gap: 24px; }
    .cta-actions { display: grid; grid-template-columns: 1fr; }
    .cta-actions .btn { width: 100%; }
    .faq-question { padding: 17px; font-size: .94rem; }
    .faq-answer p { padding-right: 17px; padding-left: 17px; }
    .site-footer { padding-top: 52px; text-align: left; }
    .footer-grid { grid-template-columns: 1fr; gap: 34px; text-align: left; justify-items: start; }
    .footer-brand img { display: block; width: 240px; }
    .footer-brand::before { display: none; }
    .site-footer ul { justify-items: start; margin: 0; }
    .footer-bottom { padding-bottom: 100px; }
    .footer-bottom-inner { align-items: flex-start; text-align: left; }
    .footer-bottom p { max-width: none; margin: 0; text-align: left; }
    .footer-bottom p:first-child { width: auto; white-space: normal; margin: 0; text-align: left; }
    .managed-credit { display: block; margin: 0; text-align: left; }
}

/* Balaji Home Solutions — pink, editorial conversion system */
:root {
    --tg-ink: #211A24;
    --tg-body: #5F5260;
    --tg-muted: #7B6A78;
    --tg-primary: #D04098;
    --tg-primary-dark: #9E276F;
    --tg-orange: #EB92C3;
    --tg-gold: #F6C4DF;
    --tg-surface: #FFFFFF;
    --tg-tint: #FFF6FB;
    --tg-sand: #FFF9FC;
    --tg-line: #F1CAE2;
    --tg-dark: #251423;
    --tg-shadow: 0 18px 45px rgba(62, 20, 50, .10);
    --tg-shadow-hover: 0 24px 60px rgba(62, 20, 50, .17);
    --tg-radius: 28px;
}

body { background: #fff; }
body::selection { background: var(--tg-primary); }
.site-header { border-bottom-color: rgba(208,64,152,.12); }
.top-strip { background: #251423; }
.brand img { width: 258px; height: 64px; }
.header-call, .btn-primary { background: var(--tg-primary); border-color: var(--tg-primary); }
.header-call:hover, .btn-primary:hover { background: var(--tg-primary-dark); border-color: var(--tg-primary-dark); }
.btn { border-radius: 999px; }
.section { padding: clamp(68px, 9vw, 128px) 0; }
.section-title h2, .about-heading h2, .services-heading h2, .issues-heading h2 { letter-spacing: -.055em; }
.service-grid .service-card, .trust-card, .feature-card, .problem-card, .counter-card, .process-card, .testimonial-card, .booking-card, .info-panel, .safety-box { border-radius: 24px; }
.service-grid .service-card:hover, .service-grid .service-card.is-tapped { border-color: #E486BA; transform: translateY(-8px) rotate(-.25deg); }
.service-card:first-child { border-radius: 32px; }
.site-footer { background: #251423; }
.footer-brand img { width: 270px; height: auto; background: #fff; border-radius: 12px; padding: 8px; }

.page-index .site-header { background: rgba(37,20,35,.92); }
.page-index .site-header.scrolled { background: rgba(37,20,35,.98); }
.page-index .dropdown-menu { background: linear-gradient(145deg, #251423, #5d1747); border-color: rgba(246,196,223,.38); }
.page-index .header-call { background: #fff; border-color: #fff; color: #9E276F; box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.page-index .header-call:hover { color: #fff; background: var(--tg-primary); border-color: var(--tg-primary); }
.page-index .page-hero {
    min-height: auto;
    padding: 174px 0 92px;
    background:
        radial-gradient(circle at 90% 12%, rgba(246,196,223,.72) 0 6%, transparent 24%),
        radial-gradient(circle at 8% 88%, rgba(208,64,152,.12) 0 9%, transparent 30%),
        linear-gradient(132deg, #251423 0%, #401632 48%, #7d245f 100%);
}
.page-index .page-hero::before { display:block; width: 27rem; height: 27rem; top: 12%; right: 31%; background: rgba(246,196,223,.10); filter: blur(1px); }
.page-index .page-hero::after { display:block; width: 12rem; height: 12rem; bottom: -5rem; left: 47%; background: rgba(255,255,255,.08); }
.home-page .hero-grid { display:grid; grid-template-columns: minmax(0,1.05fr) minmax(350px,.78fr); align-items:center; gap: clamp(38px, 6vw, 84px); }
.home-page .hero-copy { max-width: 680px; margin: 0; text-align:left; }
.home-page .hero-copy .eyebrow { margin: 0 0 20px; padding: 8px 13px; color:#FFE3F3; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.20); border-radius:999px; font-size:.72rem; letter-spacing:.12em; }
.home-page .hero-copy .eyebrow::before { width:7px; height:7px; background:#F6C4DF; border-radius:50%; }
.home-page .hero-copy h1 { margin:0 0 22px; color:#fff; font-size:clamp(3rem, 5.2vw, 5.5rem); text-align:left; text-transform:none; letter-spacing:-.065em; line-height:.96; }
.home-page .hero-copy h1 em { color:#FFD0E8; }
.home-page .hero-copy > p:not(.eyebrow) { margin:0; max-width: 610px; color:rgba(255,255,255,.82); text-align:left; }
.home-page .hero-actions { justify-content:flex-start; }
.home-page .hero-actions .btn-primary { color:#fff; background:#D04098; border-color:#D04098; }
.home-page .hero-actions .btn-primary:hover { background:#fff; border-color:#fff; color:#9E276F; }
.home-page .hero-points { display:grid; grid-template-columns:1fr 1fr; justify-content:start; margin-top:28px; }
.home-page .page-hero .hero-points span { color:rgba(255,255,255,.85); text-align:left; }
.home-location { text-align:left; }
.home-page .hero-visual { position:relative; display:block; overflow:visible; }
.home-page .hero-visual::before { top:-17px; right:-17px; width:78%; height:74%; border-color:rgba(255,255,255,.28); }
.home-page .hero-visual img { width:100%; aspect-ratio:4/5; object-fit:cover; object-position:68% center; border-radius: 220px 220px 30px 30px; box-shadow:0 34px 70px rgba(0,0,0,.27); }
.home-page .hero-card { left:-34px; bottom:30px; max-width:250px; padding:20px 22px; border-color:rgba(208,64,152,.20); border-radius:18px; box-shadow:0 19px 46px rgba(22,9,20,.28); }
.home-page .hero-card strong { color:#9E276F; }
.about-section { background: linear-gradient(140deg, #FFF8FC 0%, #fff 52%, #FCEAF5 100%); }
.about-commitment { background: linear-gradient(145deg, #2C1527, #6A1E51); border-radius: 30px 30px 80px 30px; }
.services-section { background: #fff; }
.services-section::after { border-color: rgba(208,64,152,.06); }
.issues-section { background: linear-gradient(135deg, #291524, #641b4e); }
.gas-safety-panel { background: linear-gradient(150deg, #D04098, #8F2467); border-radius:30px; }
.trust-story { background: linear-gradient(135deg, #FFF0F8, #fff); border-radius:32px; padding:clamp(28px,5vw,60px); }
.trust-story h2, .trust-story strong { color:#281824; }
.trust-story h2 span { color:#9E276F; }
.trust-story p { color:#5D4A58; }
.trust-story .trust-pill { color:#982464; background:#fff; border-color:rgba(208,64,152,.24); }
.reviews-section { background:#FFF8FC; }
.booking-section { background:linear-gradient(132deg, #fff 0%, #FFF1F9 100%); }

@media (max-width: 820px) {
    .brand img { width: 208px; height: 52px; }
    .page-index .page-hero { min-height: auto; padding: 132px 0 68px; }
    .home-page .hero-grid { grid-template-columns:1fr; }
    .home-page .hero-copy { max-width:680px; text-align:center; }
    .home-page .hero-copy h1, .home-page .hero-copy > p:not(.eyebrow), .home-location { text-align:center; }
    .home-page .hero-copy .eyebrow { margin-right:auto; margin-left:auto; }
    .home-page .hero-actions { justify-content:center; }
    .home-page .hero-points { max-width:580px; margin-right:auto; margin-left:auto; }
    .home-page .hero-visual { width:min(520px, 88%); margin: 6px auto 0; }
    .page-index .site-nav a.active { color:var(--tg-primary); background:#FCEAF4; }
}
@media (max-width: 640px) {
    .container { width:min(100% - 32px, 1180px); }
    .page-index .page-hero { padding:122px 0 58px; }
    .home-page .hero-copy h1 { font-size:clamp(2.85rem, 14vw, 4rem); text-align:center; }
    .home-page .hero-copy > p:not(.eyebrow) { text-align:center; }
    .home-page .hero-points { grid-template-columns:1fr; }
    .home-page .hero-visual { width:min(400px, 92%); }
    .home-page .hero-visual img { aspect-ratio:1/1.13; border-radius:140px 140px 25px 25px; }
    .home-page .hero-card { left:-8px; bottom:12px; max-width:220px; padding:15px 16px; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reviews-marquee { overflow-x: auto; mask-image: none; scrollbar-width: thin; }
    .reviews-track { animation: none !important; }
}

/* Homepage landing hero legacy base — superseded below by the Balaji system. */
.page-index .site-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    color: #fff;
    background: rgba(4, 52, 55, .94);
    border-bottom: 1px solid rgba(255,255,255,.10);
    backdrop-filter: blur(12px);
}
.page-index .site-header.scrolled { background: rgba(4, 52, 55, .98); box-shadow: 0 10px 28px rgba(0,0,0,.20); }
.page-index .top-strip { display: none; }
.page-index .nav-shell { min-height: 108px; }
.page-index .site-nav a, .page-index .submenu-toggle { color: rgba(255,255,255,.88); }
.page-index .site-nav a:hover, .page-index .site-nav a.active, .page-index .submenu-toggle:hover { color: #fff; }
.page-index .site-nav a.active::after { background: var(--tg-orange); }
.page-index .dropdown-menu { background: linear-gradient(145deg, #251423 0%, #D04098 100%); border-color: rgba(221,160,110,.48); box-shadow: 0 18px 38px rgba(2,38,40,.34); }
.page-index .dropdown-menu a { color: rgba(255,255,255,.94); }
.page-index .dropdown-menu a:hover, .page-index .dropdown-menu a:focus-visible { color: #fff; background: rgba(221,160,110,.18); }
.page-index .header-call {
    min-height: 52px;
    padding-right: 23px;
    padding-left: 23px;
    color: #fff;
    background: var(--tg-orange);
    border-color: var(--tg-orange);
    border-radius: 999px;
    box-shadow: 0 10px 26px rgba(237,122,50,.34);
}
.page-index .header-call:hover { background: #A52474; border-color: #A52474; }
.page-index .page-hero {
    display: grid;
    min-height: min(790px, 100svh);
    padding: 190px 0 112px;
    background:
        linear-gradient(90deg, rgba(3,50,53,.85) 0%, rgba(4,67,70,.72) 45%, rgba(3,43,46,.78) 100%),
        url("../images/services/tirupati-gas-stove-brand.webp") center / cover no-repeat;
}
.page-index .page-hero::before, .page-index .page-hero::after { display: none; }
.home-page .hero-grid { display: block; align-self: center; }
.home-page .hero-copy { max-width: 1080px; margin: 0 auto; text-align: center; }
.home-page .hero-copy .eyebrow {
    display: inline-flex;
    margin-bottom: 23px;
    padding: 0;
    color: #FFD2E8;
    background: transparent;
    border: 0;
    font-size: clamp(.78rem, 1.1vw, .98rem);
    letter-spacing: .18em;
}
.home-page .hero-copy .eyebrow::before { width: 0; height: 0; }
.home-page .hero-copy h1 {
    max-width: 1050px;
    margin: 0 auto 24px;
    color: #fff;
    font-size: clamp(2.6rem, 5.5vw, 5.15rem);
    font-weight: 850;
    letter-spacing: -.035em;
    line-height: 1.04;
    text-transform: uppercase;
}
.home-page .hero-copy h1 em { color: #F7B2D6; }
.home-page .hero-copy > p:not(.eyebrow) {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
    color: rgba(255,255,255,.88);
    font-size: clamp(1rem, 1.5vw, 1.23rem);
    line-height: 1.75;
}
.home-page .hero-actions { justify-content: center; margin-top: 32px; }
.home-page .hero-actions .btn { min-height: 58px; padding-right: 30px; padding-left: 30px; border-radius: 999px; font-size: 1rem; }
.home-page .hero-actions .btn-primary { background: var(--tg-orange); border-color: var(--tg-orange); box-shadow: 0 12px 30px rgba(237,122,50,.36); }
.home-page .hero-actions .btn-primary:hover { background: #A52474; border-color: #A52474; }
.home-page .hero-actions .btn-outline { color: #fff; background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.48); }
.home-page .hero-actions .btn-outline:hover { color: #fff; background: rgba(255,255,255,.20); border-color: #fff; }
.home-page .hero-points { display: flex; justify-content: center; gap: 10px 22px; margin-top: 29px; }
.home-page .page-hero .hero-points span { color: rgba(255,255,255,.86); font-size: .9rem; font-weight: 650; }
.home-page .page-hero .hero-points i { color: #FFD2E8; }
.home-location { margin: 21px 0 0; color: #fff4df !important; font-size: .95rem !important; font-weight: 750; }
.home-location i { margin-right: 5px; color: #FFD2E8; }

@media (max-width: 820px) {
    .page-index .nav-shell { min-height: 76px; }
    .page-index .site-nav { top: 76px; }
    .page-index .site-nav a, .page-index .submenu-toggle { color: var(--tg-ink); }
    .page-index .site-nav a.active { color: var(--tg-primary); background: #FCEAF4; }
    .page-index .dropdown-menu { background: #fff; border-color: var(--tg-line); }
    .page-index .dropdown-menu a:hover { background: #FFF0F9; }
    .page-index .menu-toggle { background: transparent; border-color: rgba(255,255,255,.30); }
    .page-index .menu-toggle span { background: #fff; }
    .page-index .header-call { display: inline-flex; align-items: center; justify-content: center; width: 44px; min-height: 44px; padding: 0; overflow: hidden; color: #fff; background: var(--tg-orange); font-size: 0; line-height: 1; white-space: nowrap; }
    .page-index .header-call i { margin: 0; font-size: 1.05rem; }
    .page-index .page-hero { min-height: 760px; padding: 148px 0 90px; background-position: 56% center; }
}
@media (max-width: 640px) {
    .page-index .page-hero { min-height: min(760px, 100svh); padding: 142px 0 76px; }
    .home-page .hero-copy { text-align: center; }
    .home-page .hero-copy .eyebrow { margin-right: auto; margin-left: auto; font-size: .73rem; }
    .home-page .hero-copy h1 { font-size: clamp(2.3rem, 11vw, 3.45rem); line-height: 1.06; }
    .home-page .hero-copy > p:not(.eyebrow) { text-align: center; font-size: 1rem; }
    .home-page .hero-actions { display: grid; grid-template-columns: 1fr; }
    .home-page .hero-actions .btn { width: 100%; min-height: 54px; }
    .home-page .hero-points { display: grid; justify-content: stretch; text-align: left; }
    .home-page .page-hero .hero-points span { font-size: .84rem; }
    .home-location { text-align: center; font-size: .88rem !important; }
}

/* Final homepage overrides: applies the Balaji composition after legacy responsive rules. */
.page-index .site-header { background: rgba(37,20,35,.92); }
.page-index .site-header.scrolled { background: rgba(37,20,35,.98); }
.page-index .header-call { color:#9E276F; background:#fff; border-color:#fff; }
.page-index .header-call:hover { color:#fff; background:#D04098; border-color:#D04098; }
.page-index .page-hero { min-height:auto; padding:174px 0 92px; background:radial-gradient(circle at 90% 12%, rgba(246,196,223,.72) 0 6%, transparent 24%), radial-gradient(circle at 8% 88%, rgba(208,64,152,.12) 0 9%, transparent 30%), linear-gradient(132deg, #251423 0%, #401632 48%, #7d245f 100%); }
.page-index .page-hero::before { display:block; width:27rem; height:27rem; top:12%; right:31%; background:rgba(246,196,223,.10); }
.page-index .page-hero::after { display:block; width:12rem; height:12rem; bottom:-5rem; left:47%; background:rgba(255,255,255,.08); }
.home-page .hero-grid { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(350px,.78fr); align-items:center; gap:clamp(38px,6vw,84px); }
.home-page .hero-copy { max-width:680px; margin:0; text-align:left; }
.home-page .hero-copy .eyebrow { margin:0 0 20px; padding:8px 13px; color:#FFE3F3; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.20); border-radius:999px; font-size:.72rem; letter-spacing:.12em; }
.home-page .hero-copy .eyebrow::before { width:7px; height:7px; background:#F6C4DF; border-radius:50%; }
.home-page .hero-copy h1 { max-width:680px; margin:0 0 22px; font-size:clamp(3rem,5.2vw,5.5rem); text-align:left; text-transform:none; letter-spacing:-.065em; line-height:.96; }
.home-page .hero-copy h1 em { color:#FFD0E8; }
.home-page .hero-copy > p:not(.eyebrow) { max-width:610px; margin:0; text-align:left; }
.home-page .hero-actions { justify-content:flex-start; }
.home-page .hero-actions .btn-primary { background:#D04098; border-color:#D04098; }
.home-page .hero-actions .btn-primary:hover { color:#9E276F; background:#fff; border-color:#fff; }
.home-page .hero-points { display:grid; grid-template-columns:1fr 1fr; justify-content:start; margin-top:28px; }
.home-page .page-hero .hero-points span, .home-location { text-align:left; }
.home-page .hero-visual { position:relative; display:block; overflow:visible; }
.home-page .hero-visual::before { display:block; top:-17px; right:-17px; width:78%; height:74%; border-color:rgba(255,255,255,.28); }
.home-page .hero-visual img { display:block; width:100%; aspect-ratio:4/5; object-fit:cover; object-position:68% center; border-radius:220px 220px 30px 30px; box-shadow:0 34px 70px rgba(0,0,0,.27); }
.home-page .hero-card { display:block; left:-34px; bottom:30px; max-width:250px; padding:20px 22px; border-color:rgba(208,64,152,.20); border-radius:18px; }
.home-page .hero-card strong { color:#9E276F; }
@media (max-width:820px) { .page-index .page-hero { min-height:auto; padding:132px 0 68px; } .home-page .hero-grid { grid-template-columns:1fr; } .home-page .hero-copy { max-width:680px; text-align:center; } .home-page .hero-copy h1, .home-page .hero-copy > p:not(.eyebrow), .home-location { text-align:center; } .home-page .hero-copy .eyebrow { margin-right:auto; margin-left:auto; } .home-page .hero-actions { justify-content:center; } .home-page .hero-points { max-width:580px; margin-right:auto; margin-left:auto; } .home-page .hero-visual { width:min(520px,88%); margin:6px auto 0; } }
@media (max-width:640px) { .page-index .page-hero { min-height:auto; padding:122px 0 58px; } .home-page .hero-copy h1 { font-size:clamp(2.85rem,14vw,4rem); text-align:center; } .home-page .hero-points { grid-template-columns:1fr; } .home-page .hero-visual { width:min(400px,92%); } .home-page .hero-visual img { aspect-ratio:1/1.13; border-radius:140px 140px 25px 25px; } .home-page .hero-card { left:-8px; bottom:12px; max-width:220px; padding:15px 16px; } }

/* Alternating service layout */
.service-showcase { display:grid; gap:clamp(34px, 6vw, 78px); }
.service-row { display:grid; grid-template-columns:minmax(0, 1fr) minmax(300px, .78fr); gap:clamp(38px, 8vw, 130px); align-items:center; min-width:0; }
.service-row .service-card-body { order:1; }
.service-row .service-media { order:2; min-width:0; overflow:hidden; border-radius:28px; box-shadow:0 18px 42px rgba(62,20,50,.13); }
.service-row-reverse .service-media { order:1; }
.service-row-reverse .service-card-body { order:2; text-align:right; align-items:flex-end; }
.service-row .service-media::after { background:linear-gradient(120deg, rgba(37,20,35,.04), rgba(37,20,35,.22)); }
.service-row .service-media img { width:100%; aspect-ratio:16 / 10; object-fit:cover; transition:transform .35s ease; }
.service-row:hover .service-media img, .service-row.is-tapped .service-media img { transform:scale(1.035); }
.service-row .service-card-body { display:flex; align-items:flex-start; padding:8px 0; text-align:left; }
.service-row .service-card-kicker { margin-bottom:14px; color:#D04098; }
.service-row .service-card-body h3 { max-width:530px; margin:0 0 14px; color:#211A24; font-size:clamp(1.85rem, 3vw, 3rem); line-height:1.04; }
.service-row .service-card-body p { max-width:490px; color:#5F5260; font-size:1rem; line-height:1.72; }
.service-detail-list { display:grid; gap:9px; width:100%; max-width:500px; margin:20px 0 0; padding:0; list-style:none; }
.service-detail-list li { display:flex; align-items:flex-start; gap:9px; color:#4A3C49; font-size:.9rem; font-weight:650; line-height:1.45; }
.service-detail-list i { display:grid; flex:0 0 18px; width:18px; height:18px; place-items:center; margin-top:1px; color:#fff; background:#D04098; border-radius:50%; font-size:.58rem; }
.service-row-reverse .service-detail-list { margin-left:auto; }
.service-row-reverse .service-detail-list li { flex-direction:row; justify-content:flex-start; text-align:left; }
.service-row .service-card-footer { width:100%; margin-top:22px; padding-top:0; }
.service-row-reverse .service-card-footer, .service-row-reverse .service-tags { justify-content:flex-end; }
.service-row .service-tags span { color:#9E276F; background:#FFF0F8; border-radius:999px; }
.service-row .service-book-link { min-height:46px; padding:11px 18px; color:#fff; background:#D04098; border-radius:999px; font-size:.84rem; }
.service-row .service-book-link:hover { color:#fff; background:#9E276F; transform:translateY(-2px); }
.service-showcase .service-number { top:18px; left:18px; padding:6px 9px; background:rgba(37,20,35,.6); border-radius:999px; }

@media (max-width:760px) {
    .service-showcase { gap:42px; }
    .service-row, .service-row-reverse { grid-template-columns:1fr; gap:22px; }
    .service-row .service-media, .service-row-reverse .service-media { order:0; }
    .service-row .service-card-body, .service-row-reverse .service-card-body { order:1; text-align:left; align-items:flex-start; }
    .service-row-reverse .service-detail-list { margin-left:0; }
    .service-row-reverse .service-detail-list li { flex-direction:row; text-align:left; }
    .service-row-reverse .service-card-footer, .service-row-reverse .service-tags { justify-content:flex-start; }
    .service-row .service-media { border-radius:22px; }
    .service-row .service-card-body h3 { font-size:clamp(1.75rem, 8vw, 2.3rem); }
    .service-row .service-card-footer { display:flex; align-items:center; }
}

/* Keep the desktop navigation compact, centred and on one line. */
@media (min-width:821px) {
    .site-header .nav-shell { width:min(1480px, calc(100% - 48px)); gap:12px; }
    .page-index .nav-shell { min-height:86px; }
    .brand img { width:235px; height:auto; max-height:67px; }
    .site-nav { flex:1 1 auto; min-width:0; margin-left:0; }
    .site-nav ul { justify-content:center; flex-wrap:nowrap; gap:14px; }
    .site-nav li, .site-nav a, .submenu-toggle { flex:0 0 auto; white-space:nowrap; }
    .site-nav a, .submenu-toggle { padding:8px 6px; font-size:.78rem; letter-spacing:-.01em; }
    .site-nav .has-dropdown { display:flex; align-items:center; }
    .site-nav .has-dropdown > a { padding-right:3px; }
    .submenu-toggle { padding-left:3px; }
    .site-nav a.active::after { right:6px; bottom:2px; left:6px; }
    .header-call { flex:0 0 auto; min-height:46px; margin-left:0; padding:9px 14px; font-size:.84rem; white-space:nowrap; }
}

/* On wider screens the navigation group is centred in the header itself. */
@media (min-width:1400px) {
    .site-header .nav-shell { position:relative; }
    .site-nav { position:absolute; left:50%; transform:translateX(-50%); }
    .site-nav ul { gap:16px; }
    .header-call { margin-left:auto; }
}

/* Google Ads conversion additions: keep contact actions clear and lightweight. */
.hero-book-link { display:inline-flex; align-items:center; gap:7px; min-height:46px; padding:10px 4px; color:#fff; font-size:.9rem; font-weight:800; text-decoration:underline; text-underline-offset:4px; }
.hero-book-link:hover, .hero-book-link:focus-visible { color:#FFD2E8; }
.conversion-trust-strip { color:#2A1727; background:#fff; border-bottom:1px solid rgba(208,64,152,.13); }
.conversion-trust-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:0; }
.conversion-trust-grid > span { display:grid; grid-template-columns:38px 1fr; column-gap:10px; align-items:center; min-height:90px; padding:16px 20px; border-right:1px solid rgba(208,64,152,.13); }
.conversion-trust-grid > span:last-child { border-right:0; }
.conversion-trust-grid i { grid-row:span 2; display:grid; width:36px; height:36px; place-items:center; color:#D04098; background:#FFF0F8; border-radius:50%; }
.conversion-trust-grid b { color:#2A1727; font-size:.88rem; line-height:1.2; }
.conversion-trust-grid small { color:#745D6E; font-size:.73rem; line-height:1.3; }
.services-support-heading { max-width:700px; margin:68px auto 24px; text-align:center; }
.services-support-heading .eyebrow { margin-bottom:8px; }
.services-support-heading h3 { margin:0; color:#211A24; font-size:clamp(1.5rem,3vw,2.1rem); line-height:1.1; }
.support-service-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.support-service-card { min-height:220px; padding:26px; background:#fff; border:1px solid rgba(208,64,152,.18); border-radius:20px; transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.support-service-card:hover { border-color:#D04098; box-shadow:0 15px 30px rgba(89,22,68,.12); transform:translateY(-4px); }
.support-service-card > i { display:grid; width:42px; height:42px; place-items:center; margin-bottom:20px; color:#D04098; background:#FFF0F8; border-radius:12px; }
.support-service-card h3 { margin:0 0 9px; color:#2A1727; font-size:1.05rem; }
.support-service-card p { margin:0; color:#665361; font-size:.9rem; line-height:1.6; }
.support-service-card a { display:inline-flex; align-items:center; gap:7px; margin-top:18px; color:#A52474; font-size:.83rem; font-weight:850; }
.pricing-section { background:#FFF8FC; }
.pricing-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
.pricing-card { display:flex; flex-direction:column; min-height:300px; padding:23px; background:#fff; border:1px solid rgba(208,64,152,.18); border-radius:20px; box-shadow:0 8px 24px rgba(58,17,44,.05); transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.pricing-card:hover { border-color:#D04098; box-shadow:0 15px 32px rgba(89,22,68,.13); transform:translateY(-4px); }
.pricing-card-label { display:inline-flex; width:max-content; padding:5px 8px; color:#982464; background:#FFF0F8; border-radius:999px; font-size:.66rem; font-weight:850; letter-spacing:.03em; text-transform:uppercase; }
.pricing-card h3 { margin:16px 0 8px; color:#281824; font-size:1.08rem; line-height:1.25; }
.pricing-card > p { min-height:46px; margin:0; color:#665361; font-size:.86rem; line-height:1.55; }
.price-line { display:flex; align-items:end; gap:10px; margin-top:auto; padding:18px 0; border-bottom:1px solid rgba(208,64,152,.13); }
.price-line span { color:#826F7E; font-size:.73rem; }
.price-line strong { color:#9E276F; font-size:1.65rem; line-height:1; }
.pricing-actions { display:grid; grid-template-columns:1fr auto; gap:10px; align-items:center; padding-top:16px; }
.pricing-actions .btn { min-height:40px; padding:9px 11px; font-size:.79rem; }
.pricing-call { color:#9E276F; font-size:.79rem; font-weight:850; white-space:nowrap; }
.pricing-note { display:flex; justify-content:center; gap:7px; max-width:780px; margin:22px auto 0; color:#6B5766; font-size:.78rem; line-height:1.55; text-align:center; }
.pricing-note i { margin-top:2px; color:#D04098; }
.process-section { background:#fff; }
.brands-section { background:#2A1727; }
.brands-section .section-title h2, .brands-section .section-title p { color:#fff; }
.brands-section .section-title > p:not(.eyebrow) { color:rgba(255,255,255,.75); }
.brands-section .section-title .eyebrow {
    color:#FFD2E8;
    background:rgba(255,255,255,.08);
    border-color:rgba(247,178,214,.42);
}
.brands-section .section-title .eyebrow::before { background:#F7B2D6; }
.brand-list { display:flex; flex-wrap:wrap; justify-content:center; gap:12px; }
.brand-list span { min-width:132px; padding:15px 18px; color:#fff; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.18); border-radius:12px; font-size:.95rem; font-weight:800; text-align:center; }
.service-areas-section { background:#fff; }
.area-conversion-panel { display:flex; align-items:center; justify-content:space-between; gap:28px; padding:34px; color:#fff; background:linear-gradient(125deg,#2A1727,#7A245D); border-radius:24px; }
.area-conversion-panel .eyebrow { color:#211A24; background:#FFF0F8; border-color:#F7B2D6; }
.area-conversion-panel h2 { max-width:650px; margin:0 0 10px; color:#fff; font-size:clamp(1.7rem,3vw,2.5rem); line-height:1.08; }
.area-conversion-panel p:not(.eyebrow) { max-width:670px; margin:0; color:rgba(255,255,255,.82); }
.area-conversion-panel .btn { flex:0 0 auto; color:#9E276F; background:#fff; border-color:#fff; }
.area-conversion-panel .btn:hover { color:#fff; background:#D04098; border-color:#D04098; }
.area-list-ads { justify-content:center; margin-top:22px; }
.area-list-ads span { display:inline-flex; align-items:center; gap:7px; color:#4E3B49; background:#FFF0F8; border-color:rgba(208,64,152,.17); box-shadow:none; }
.area-list-ads i { color:#D04098; }
.breadcrumbs { display:flex; flex-wrap:wrap; align-items:center; gap:7px; margin:0 0 19px; color:rgba(255,255,255,.72); font-size:.76rem; }
.breadcrumbs a { color:#FFD2E8; font-weight:750; }
.breadcrumbs span { color:rgba(255,255,255,.82); }
.service-page-trust { background:#FFF0F8; border-bottom:1px solid rgba(208,64,152,.15); }
.service-page-trust-inner { display:flex; justify-content:center; flex-wrap:wrap; gap:10px 28px; padding:15px 0; }
.service-page-trust span { display:inline-flex; align-items:center; gap:7px; color:#503D4C; font-size:.82rem; font-weight:750; }
.service-page-trust i { color:#D04098; }
.booking-quick-actions { display:flex; flex-wrap:wrap; gap:10px; margin:16px 0 20px; }
.booking-quick-actions a { display:inline-flex; align-items:center; gap:7px; min-height:40px; padding:9px 13px; color:#fff; background:#D04098; border-radius:999px; font-size:.82rem; font-weight:800; }
.booking-quick-actions a:last-child { background:#168A59; }
.booking-quick-actions a:hover { color:#fff; opacity:.9; }
.pricing-section, .process-section, .brands-section, .service-areas-section, .reviews-section, .booking-section { content-visibility:auto; contain-intrinsic-size:auto 620px; }

@media (max-width:1024px) {
    .conversion-trust-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .conversion-trust-grid > span:nth-child(2) { border-right:0; }
    .conversion-trust-grid > span:nth-child(-n+2) { border-bottom:1px solid rgba(208,64,152,.13); }
    .pricing-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:760px) {
    .hero-book-link { width:100%; justify-content:center; min-height:42px; padding:7px; }
    .conversion-trust-grid { grid-template-columns:1fr; }
    .conversion-trust-grid > span, .conversion-trust-grid > span:nth-child(2) { min-height:66px; padding:11px 4px; border-right:0; border-bottom:1px solid rgba(208,64,152,.13); }
    .conversion-trust-grid > span:last-child { border-bottom:0; }
    .support-service-grid, .pricing-grid { grid-template-columns:1fr; }
    .support-service-card { min-height:0; }
    .pricing-card { min-height:0; }
    .pricing-card > p { min-height:0; }
    .area-conversion-panel { display:grid; padding:26px 22px; }
    .area-conversion-panel .btn { width:100%; }
    .brand-list { gap:8px; }
    .brand-list span { min-width:calc(50% - 4px); padding:12px 8px; font-size:.84rem; }
    .service-page-trust-inner { justify-content:flex-start; padding:14px 0; }
    .breadcrumbs { font-size:.7rem; }
}

/* Self-contained header logo: avoids browser issues with SVG files that reference images. */
.brand-lockup { display:flex; align-items:center; gap:7px; width:260px; height:72px; padding:4px 8px 4px 4px; background:#fff; border-radius:10px; overflow:hidden; }
.brand-lockup img { display:block; max-width:none; margin:0; object-fit:contain; }
.brand-lockup .brand-mark { width:64px; height:64px; }
.brand-lockup .brand-wordmark { width:176px; height:64px; }
@media (max-width:820px) {
    .brand-lockup { width:208px; height:54px; gap:5px; padding:3px 6px 3px 3px; }
    .brand-lockup .brand-mark { width:47px; height:47px; }
    .brand-lockup .brand-wordmark { width:145px; height:49px; }
}

/* Keep the mobile header above all scrolling content. */
@media (max-width:820px) {
    html { scroll-padding-top:76px; }
    .site-header { position:fixed; inset:0 0 auto; z-index:1300; isolation:isolate; }
    .service-hero { padding-top:132px; }
}

/* Compact, readable paid-search homepage headline. */
.home-page .hero-copy h1 { max-width:650px; font-size:clamp(2.35rem,4.35vw,4.25rem); font-weight:800; letter-spacing:-.048em; line-height:1.02; }
.home-page .hero-copy h1 em { display:block; margin-top:.08em; color:#FFD0E8; font-size:.82em; font-weight:700; letter-spacing:-.025em; }
@media (max-width:640px) {
    .home-page .hero-copy h1 { font-size:clamp(2.05rem,9.2vw,2.8rem); line-height:1.08; letter-spacing:-.04em; }
}

/* Keep the review follow-up label readable on its dark call-to-action panel. */
.reviews-cta .eyebrow {
    display:inline-flex;
    width:fit-content;
    color:#FFD2E8;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(247,178,214,.42);
}
.reviews-cta .eyebrow::before { background:#F7B2D6; }

/* Footer: clearer conversion path and more comfortable small-screen layout. */
.site-footer {
    position:relative;
    overflow:hidden;
    padding-top:82px;
    background:linear-gradient(135deg,#1D101B 0%,#351529 56%,#241020 100%);
}
.site-footer::before {
    content:"";
    display:block;
    position:absolute;
    width:32rem;
    height:32rem;
    top:-22rem;
    right:-14rem;
    border:1px solid rgba(247,178,214,.16);
    border-radius:50%;
    pointer-events:none;
}
.site-footer .container { position:relative; z-index:1; }
.footer-grid { grid-template-columns:minmax(250px,1.35fr) minmax(120px,.72fr) minmax(130px,.92fr) minmax(210px,1.08fr); gap:clamp(28px,4vw,58px); }
.footer-brand > a { display:inline-flex; margin-bottom:17px; border-radius:14px; }
.footer-brand img { display:block; width:min(100%,280px); max-height:none; margin:0; padding:7px 10px; border:1px solid rgba(255,255,255,.15); border-radius:14px; }
.footer-brand p { max-width:360px; margin:0; color:rgba(255,255,255,.76); line-height:1.7; }
.footer-actions { margin-top:22px; gap:10px; }
.footer-actions a { display:inline-flex; align-items:center; justify-content:center; min-height:46px; padding:11px 15px; color:#fff; background:rgba(255,255,255,.06); border:1px solid rgba(247,178,214,.4); border-radius:999px; font-size:.86rem; font-weight:800; transition:background .2s ease, border-color .2s ease, transform .2s ease; }
.footer-actions a:first-child { background:#D04098; border-color:#D04098; }
.footer-actions a:hover { color:#fff; background:#9E276F; border-color:#9E276F; transform:translateY(-2px); }
.site-footer h2 { position:relative; margin:4px 0 17px; padding-bottom:11px; color:#fff; font-size:.78rem; font-weight:850; letter-spacing:.12em; }
.site-footer h2::after { content:""; position:absolute; bottom:0; left:0; width:28px; height:2px; background:#D04098; border-radius:99px; }
.site-footer ul { gap:12px; }
.site-footer li, .site-footer a { color:rgba(255,255,255,.78); font-size:.89rem; line-height:1.4; }
.site-footer ul a { display:inline-flex; padding:2px 0; }
.site-footer ul a:hover { color:#FFD2E8; }
.footer-contact .contact-list { gap:14px; }
.footer-contact .contact-list li { display:flex; align-items:flex-start; gap:9px; color:rgba(255,255,255,.82); }
.footer-contact .contact-list i { flex:0 0 15px; width:15px; margin-top:3px; color:#F7B2D6; text-align:center; }
.footer-bottom { margin-top:64px; padding:20px 0; border-top:1px solid rgba(255,255,255,.12); background:rgba(0,0,0,.16); }
.footer-bottom-inner { gap:16px; }
.footer-bottom p, .managed-credit { color:rgba(255,255,255,.62); font-size:.8rem; }
.managed-credit a { color:#F7B2D6; }

@media (max-width:820px) {
    .site-footer { padding-top:46px; }
    .footer-grid { grid-template-columns:1fr; gap:0; }
    .footer-brand { padding-bottom:28px; }
    .footer-brand > a { margin-bottom:14px; }
    .footer-brand img { width:min(100%,270px); }
    .footer-brand p { max-width:100%; font-size:.91rem; }
    .footer-actions { display:grid; grid-template-columns:1fr 1fr; width:100%; margin-top:19px; }
    .footer-actions a { min-height:50px; padding:10px 8px; }
    .footer-grid > div:not(.footer-brand) { width:100%; padding:25px 0; border-top:1px solid rgba(255,255,255,.12); }
    .site-footer h2 { margin:0 0 15px; }
    .footer-grid > div:not(.footer-brand):not(.footer-contact) ul { display:grid; grid-template-columns:1fr 1fr; gap:5px 18px; }
    .site-footer ul a { min-height:40px; align-items:center; padding:4px 0; }
    .footer-contact .contact-list { gap:13px; }
    .footer-contact .contact-list li { min-height:28px; }
    .footer-bottom { margin-top:0; padding:20px 0 105px; }
    .footer-bottom-inner { gap:7px; }
}

/* Service process: a consistent card rhythm keeps every step easy to scan. */
.process-grid {
    align-items:stretch;
    gap:18px;
}
.process-grid::before {
    top:48px;
    right:10%;
    left:10%;
    background:linear-gradient(90deg,rgba(208,64,152,.18),rgba(208,64,152,.7),rgba(208,64,152,.18));
}
.process-card {
    display:flex;
    flex-direction:column;
    min-height:272px;
    padding:26px;
    border-color:rgba(208,64,152,.16);
    box-shadow:0 12px 28px rgba(42,23,39,.06);
}
.process-card:hover, .process-card.is-tapped {
    border-color:rgba(208,64,152,.46);
    box-shadow:0 18px 36px rgba(42,23,39,.12);
    transform:translateY(-5px);
}
.process-number {
    flex:0 0 auto;
    width:44px;
    height:44px;
    margin:0;
    color:#fff;
    background:#D04098;
    box-shadow:0 8px 16px rgba(208,64,152,.24);
}
.process-card > i {
    display:grid;
    position:absolute;
    top:27px;
    right:26px;
    width:42px;
    height:42px;
    place-items:center;
    color:#9E276F;
    background:#FFF0F8;
    border-radius:12px;
    font-size:1.02rem;
}
.process-card h3 {
    min-height:2.5em;
    margin:30px 0 10px;
    color:#2A1727;
    font-size:1.12rem;
    line-height:1.25;
}
.process-card p {
    margin:0;
    color:#6B5766;
    font-size:.91rem;
    line-height:1.65;
}
@media (max-width:1024px) {
    .process-grid { gap:16px; }
    .process-card { min-height:248px; }
}
@media (max-width:640px) {
    .process-grid { gap:12px; }
    .process-card { min-height:0; padding:22px; }
    .process-card > i { top:22px; right:22px; }
    .process-card h3 { min-height:0; margin-top:24px; }
}

/* Centered mobile footer composition. */
@media (max-width:820px) {
    .site-footer { text-align:center; }
    .footer-grid { justify-items:center; text-align:center; }
    .footer-brand { display:flex; flex-direction:column; align-items:center; }
    .footer-brand > a { align-self:center; }
    .footer-brand p { text-align:center; }
    .footer-actions { max-width:340px; margin-right:auto; margin-left:auto; }
    .footer-grid > div:not(.footer-brand) { text-align:center; }
    .site-footer h2 { text-align:center; font-size:1rem; letter-spacing:.02em; }
    .site-footer h2::after { left:50%; width:48px; transform:translateX(-50%); }
    .footer-grid > div:not(.footer-brand):not(.footer-contact) ul { display:grid; grid-template-columns:1fr; width:100%; max-width:none; gap:3px; justify-items:stretch; }
    .site-footer ul { width:100%; max-width:none; justify-items:stretch; }
    .site-footer ul li { display:flex; justify-content:center; width:100%; text-align:center; }
    .site-footer ul a { justify-content:center; min-height:43px; margin:0 auto; text-align:center; }
    .footer-contact .contact-list { justify-items:center; }
    .footer-contact .contact-list li { justify-content:center; width:100%; text-align:center; }
    .footer-contact .contact-list i { margin-top:4px; }
    .footer-bottom-inner { align-items:center; text-align:center; }
    .footer-bottom p, .managed-credit { text-align:center; }
}

/* Paid-search hero: concise hierarchy and tap-first conversion actions. */
.page-index .page-hero {
    min-height:0;
    padding:clamp(136px,12vw,174px) 0 clamp(54px,7vw,88px);
    background:
        radial-gradient(circle at 82% 14%, rgba(255,214,237,.15) 0 4%, transparent 25%),
        radial-gradient(circle at 6% 84%, rgba(208,64,152,.28) 0, transparent 32%),
        linear-gradient(132deg,#21111F 0%,#421630 52%,#742353 100%);
}
.page-index .page-hero::before { width:25rem; height:25rem; top:-7rem; right:25%; background:rgba(247,178,214,.09); }
.page-index .page-hero::after { width:10rem; height:10rem; bottom:-4rem; left:48%; background:rgba(255,255,255,.07); }
.home-page .hero-copy { max-width:700px; }
.home-page .hero-copy .eyebrow { margin-bottom:16px; color:#FFE1F1; background:rgba(255,255,255,.09); border-color:rgba(255,255,255,.22); }
.home-page .hero-copy h1 { max-width:710px; margin-bottom:18px; font-size:clamp(2.6rem,4.65vw,4.5rem); line-height:1.01; letter-spacing:-.052em; }
.home-page .hero-copy h1 strong { display:block; color:#FFD2E8; font-weight:850; }
.home-page .hero-copy h1 em { display:block; margin-top:.09em; color:#fff; font-size:.72em; font-style:normal; font-weight:700; letter-spacing:-.025em; }
.home-page .hero-copy > p:not(.eyebrow) { max-width:590px; color:rgba(255,255,255,.86); font-size:clamp(1rem,1.35vw,1.12rem); line-height:1.62; }
.home-page .hero-actions { gap:12px; margin-top:26px; }
.home-page .hero-actions .btn {
    min-height:54px;
    padding:14px 23px;
    border-radius:14px;
    font-size:.96rem;
    transition:transform .18s ease, opacity .18s ease;
}
.home-page .hero-actions .btn-primary { color:#fff; background:#D04098; border-color:#D04098; box-shadow:0 12px 26px rgba(208,64,152,.32); }
.home-page .hero-actions .btn-outline { color:#fff; background:rgba(255,255,255,.09); border-color:rgba(255,255,255,.52); }
.home-page .hero-actions .btn:hover { color:#fff; transform:translateY(-3px); opacity:.94; }
.home-page .hero-actions .btn:active { transform:translateY(1px) scale(.98); opacity:.86; }
.hero-price-line { display:flex; align-items:center; gap:7px; margin:13px 0 0; color:rgba(255,255,255,.84); font-size:.84rem; font-weight:650; }
.hero-price-line i { color:#FFD2E8; }
.hero-price-line strong { color:#fff; font-weight:850; }
.home-page .hero-points { max-width:620px; gap:9px 16px; margin-top:22px; }
.home-page .page-hero .hero-points span { align-items:center; color:rgba(255,255,255,.9); font-size:.84rem; font-weight:700; }
.home-page .page-hero .hero-points i { margin-top:0; color:#FFD2E8; }
.home-location { margin-top:16px; color:rgba(255,255,255,.94) !important; font-size:.88rem !important; }
@media (max-width:820px) {
    .page-index .page-hero { padding:118px 0 46px; }
    .home-page .hero-copy { max-width:690px; }
    .home-page .hero-copy > p:not(.eyebrow) { margin-right:auto; margin-left:auto; }
    .hero-price-line { justify-content:center; }
    .home-page .hero-points { grid-template-columns:repeat(2,minmax(0,1fr)); max-width:560px; text-align:left; }
    .home-page .hero-visual { width:min(390px,78%); margin-top:24px; }
    .home-page .hero-card { display:none; }
}
@media (max-width:640px) {
    .page-index .page-hero { padding:108px 0 38px; }
    .home-page .hero-copy h1 { max-width:500px; margin-right:auto; margin-left:auto; font-size:clamp(2.1rem,9.3vw,3rem); line-height:1.05; }
    .home-page .hero-copy > p:not(.eyebrow) { max-width:520px; font-size:.98rem; line-height:1.58; }
    .home-page .hero-actions { display:grid; grid-template-columns:1fr; width:100%; margin-top:22px; }
    .home-page .hero-actions .btn { width:100%; min-height:54px; }
    .home-page .hero-points { width:100%; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; margin-top:19px; }
    .home-page .page-hero .hero-points span { min-height:40px; font-size:.76rem; line-height:1.25; }
    .home-location { margin-top:15px; }
    .home-page .hero-visual { width:min(270px,72%); margin-top:22px; }
}
@media (max-width:375px) {
    .home-page .hero-points { grid-template-columns:1fr; }
}
