body[data-page="home"] .hero-bg-shell--full {
    min-height: 88vh;
}

body[data-page="home"] {
    --type-display: clamp(2.05rem, 5vw, 3.15rem);
    --type-h2: clamp(1.35rem, 2.2vw, 1.8rem);
    --type-h3: clamp(1.08rem, 1.55vw, 1.3rem);
    --type-h4: clamp(1.04rem, 1.5vw, 1.2rem);
    --type-body: 1rem;
    --type-body-sm: 0.95rem;
    --type-overline: 0.68rem;
}

body[data-page="home"] p {
    line-height: 1.62;
}

body[data-page="home"] h1 {
    font-size: var(--type-display);
    line-height: 1.04;
    letter-spacing: -0.025em;
    font-weight: 700;
}

body[data-page="home"] h2 {
    font-size: var(--type-h2);
    line-height: 1.14;
    letter-spacing: -0.018em;
    font-weight: 700;
}

body[data-page="home"] h3 {
    font-size: var(--type-h3);
    line-height: 1.24;
    letter-spacing: -0.012em;
}

body[data-page="home"] h4,
body[data-page="home"] h5,
body[data-page="home"] h6 {
    font-size: var(--type-h4);
    line-height: 1.3;
}

body[data-page="home"] .home-blog-head h2,
body[data-page="home"] .before-after-head h2,
body[data-page="home"] .social-trio-head h2,
body[data-page="home"] .seo-rich-content h2 {
    font-size: var(--type-h2);
}

body[data-page="home"] .before-after-content h3,
body[data-page="home"] .services-highlight-card h3,
body[data-page="home"] .about-hub-col h3,
body[data-page="home"] .instagram-feed-head h3,
body[data-page="home"] .youtube-feed-head h3,
body[data-page="home"] .tiktok-feed-head h3,
body[data-page="home"] .seo-rich-content h3 {
    font-size: var(--type-h3);
    line-height: 1.26;
}

body[data-page="home"] .home-blog-content h3 {
    font-size: clamp(0.9rem, 1vw, 0.98rem);
    line-height: 1.28;
}

body[data-page="home"] .home-blog-date,
body[data-page="home"] .about-hub-kicker,
body[data-page="home"] .before-after-kicker,
body[data-page="home"] .home-blog-kicker,
body[data-page="home"] .instagram-eyebrow,
body[data-page="home"] .youtube-eyebrow,
body[data-page="home"] .tiktok-eyebrow,
body[data-page="home"] .cta-kicker {
    font-size: var(--type-overline);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 1.05;
}

body[data-page="home"] .before-after-kicker,
body[data-page="home"] .home-blog-kicker {
    font-weight: 700;
    font-size: 0.66rem;
    letter-spacing: 0.13em;
}

body[data-page="home"] .before-after-head h2,
body[data-page="home"] .home-blog-head h2 {
    font-size: clamp(1.28rem, 2vw, 1.62rem);
    line-height: 1.14;
}

body[data-page="home"] .before-after-head p,
body[data-page="home"] .home-blog-desc {
    font-size: 0.9rem;
    line-height: 1.55;
}

body[data-page="home"] .social-trio-kicker {
    font-size: var(--type-overline);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body[data-page="home"] .hero-home-grid h1,
body[data-page="home"] .hero-home-grid h2 {
    letter-spacing: -0.03em;
}

body[data-page="home"] .hero-home-grid h2 {
    font-size: clamp(1.4rem, 2.1vw, 1.75rem);
}

body[data-page="home"] .hero-home-grid p {
    font-size: 0.98rem;
}

body[data-page="home"] .social-trio-title,
body[data-page="home"] .instagram-handle,
body[data-page="home"] .youtube-handle,
body[data-page="home"] .tiktok-handle {
    font-weight: 700;
}

body[data-page="home"] .social-trio-card--instagram .social-trio-icon {
    background: linear-gradient(135deg, #f58529, #dd2a7b 45%, #8134af 70%, #515bd4);
}

body[data-page="home"] .social-trio-card--youtube .social-trio-icon {
    background: linear-gradient(135deg, #ff0000, #c1121f);
}

body[data-page="home"] .social-trio-card--tiktok .social-trio-icon {
    background: #111111;
}

body[data-page="home"] .social-trio-card .social-trio-icon {
    border-color: rgba(255, 255, 255, 0.52);
}

body[data-page="home"] .instagram-icon-badge {
    background: linear-gradient(135deg, #f58529, #dd2a7b 45%, #8134af 70%, #515bd4);
}

body[data-page="home"] .youtube-icon-badge {
    background: linear-gradient(135deg, #ff0000, #cc0000);
}

body[data-page="home"] .tiktok-icon-badge {
    background: #111111;
}

body[data-page="home"] .social-trio-head h2,
body[data-page="home"] .social-trio-kicker {
    text-shadow: 0 1px 8px rgba(2, 6, 23, 0.35);
}

body[data-page="home"] .home-blog-content h3,
body[data-page="home"] .before-after-content h3,
body[data-page="home"] .services-highlight-card h3 {
    font-weight: 700;
}

body[data-page="home"] .home-blog-desc,
body[data-page="home"] .home-blog-content p,
body[data-page="home"] .before-after-head p,
body[data-page="home"] .before-after-content p,
body[data-page="home"] .about-hub-text,
body[data-page="home"] .social-trio-text,
body[data-page="home"] .instagram-profile-text,
body[data-page="home"] .youtube-profile-text,
body[data-page="home"] .tiktok-profile-text,
body[data-page="home"] .cta-desc {
    font-size: var(--type-body-sm);
    line-height: 1.58;
}

@media (max-width: 1023px) {
    body[data-page="home"] .about-hub-kicker {
        font-size: 0.68rem;
    }

    body[data-page="home"] .about-hub-col h3 {
        font-size: 1rem;
    }

    body[data-page="home"] .about-hub-text {
        font-size: 0.84rem;
        line-height: 1.45;
    }

    body[data-page="home"] .about-hub-link,
    body[data-page="home"] .about-hub-cta {
        font-size: 0.82rem;
    }
}

@media (max-width: 767px) {
    body[data-page="home"] h1 {
        font-size: clamp(1.95rem, 8.2vw, 2.45rem);
    }

    body[data-page="home"] h2 {
        font-size: clamp(1.22rem, 5.2vw, 1.55rem);
    }

    body[data-page="home"] h3 {
        font-size: clamp(0.98rem, 4.2vw, 1.14rem);
    }

    body[data-page="home"] .social-trio-head h2 {
        font-size: 1.08rem;
    }

    body[data-page="home"] .social-trio-title {
        font-size: 0.82rem;
    }

    body[data-page="home"] .social-trio-btn {
        font-size: 0.78rem;
    }

    body[data-page="home"] .about-hub-kicker {
        font-size: 0.66rem;
    }

    body[data-page="home"] .about-hub-col h3 {
        font-size: 0.88rem;
    }

    body[data-page="home"] .about-hub-text {
        font-size: 0.78rem;
    }

    body[data-page="home"] .about-hub-link {
        font-size: 0.76rem;
    }
}

/* Typography color consistency (home page) */
body[data-page="home"] {
    --type-color-heading: #4e276f;
    --type-color-body: #3f4d63;
    --type-color-muted: #64748b;
    --type-color-kicker: #7c3a9c;
    --type-color-on-dark: #f8fafc;
    --type-color-on-dark-muted: rgba(226, 232, 240, 0.9);
}

body[data-page="home"] :where(
  .home-blog-head h2,
  .home-blog-content h3,
  .before-after-head h2,
  .before-after-content h3,
  .services-highlight-card h3,
  .about-hub-col h3,
  .seo-rich-content h2,
  .seo-rich-content h3
) {
    color: var(--type-color-heading);
}

body[data-page="home"] :where(
  .home-blog-desc,
  .home-blog-content p,
  .before-after-head p,
  .before-after-content p,
  .services-highlight-card p,
  .services-highlight-list li,
  .about-hub-text,
  .seo-rich-content p,
  .seo-rich-content li
) {
    color: var(--type-color-body);
}

body[data-page="home"] :where(
  .home-blog-date,
  .home-blog-kicker,
  .before-after-kicker,
  .about-hub-kicker,
  .cta-kicker
) {
    color: var(--type-color-kicker);
}

body[data-page="home"] :where(
  .social-trio-head h2,
  .social-trio-kicker,
  .social-trio-title,
  .social-trio-btn,
  .instagram-handle,
  .youtube-handle,
  .tiktok-handle,
  .instagram-feed-head h3,
  .youtube-feed-head h3,
  .tiktok-feed-head h3
) {
    color: var(--type-color-on-dark);
}

body[data-page="home"] :where(
  .social-trio-text,
  .social-trio-handle,
  .instagram-eyebrow,
  .youtube-eyebrow,
  .tiktok-eyebrow,
  .instagram-profile-text,
  .youtube-profile-text,
  .tiktok-profile-text,
  .instagram-modal-caption,
  .youtube-modal-caption,
  .tiktok-modal-caption,
  .review-text
) {
    color: var(--type-color-on-dark-muted);
}

body[data-page="home"] :where(
  .review-name,
  .reviews-brand-title,
  [data-reviews-brand-title],
  [data-reviews-rating]
) {
    color: var(--type-color-on-dark);
}

/* About page alignment with home visual language */

/* FAQ section: universal styling (blog, service, any page) – matches blog-detail-faq heading */
.faq-section {
    margin: 1.5rem 0;
}

.faq-head {
    display: grid;
    gap: 0.35rem;
    margin-bottom: 1.1rem;
}

.faq-title {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.18rem, 1.9vw, 1.5rem);
    font-weight: 700;
    color: #4e276f;
    letter-spacing: -0.018em;
    line-height: 1.14;
}

.faq-desc {
    margin: 0;
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.55;
}

.faq-list {
    display: grid;
    gap: 0.65rem;
}

.faq-item {
    border-radius: 0.9rem;
    border: 1px solid rgba(203, 213, 225, 0.58);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.9)),
    radial-gradient(300px 180px at 5% 10%, rgba(148, 46, 135, 0.04), transparent 74%);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 18px -14px rgba(15, 23, 42, 0.18);
    transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.18s ease;
}

.faq-item:hover {
    border-color: rgba(148, 46, 135, 0.26);
    box-shadow: 0 14px 22px -14px rgba(82, 39, 120, 0.24);
    transform: translateY(-1px);
}

.faq-item[open] {
    border-color: rgba(124, 58, 156, 0.34);
    box-shadow: 0 16px 26px -16px rgba(82, 39, 120, 0.28);
    background: linear-gradient(160deg, rgba(255, 255, 255, 1), rgba(250, 247, 253, 0.96));
}

.faq-question {
    cursor: pointer;
    padding: 0.85rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.72rem;
    list-style: none;
}

.faq-question::-webkit-details-marker,
.faq-question::marker {
    display: none;
}

.faq-question-text {
    font-size: clamp(0.93rem, 1.12vw, 1rem);
    font-weight: 650;
    line-height: 1.32;
    color: #2f3360;
    letter-spacing: -0.006em;
    transition: color 0.2s ease;
}

.faq-item:hover .faq-question-text,
.faq-item[open] .faq-question-text {
    color: #522778;
}

.faq-item[open] .faq-question-text {
    font-weight: 700;
}

.faq-icon {
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    border: 1px solid rgba(82, 39, 120, 0.18);
    background: rgba(82, 39, 120, 0.06);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.74rem;
    color: #522778;
    transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.faq-item:hover .faq-icon {
    border-color: rgba(148, 46, 135, 0.24);
    background: rgba(148, 46, 135, 0.1);
}

.faq-item[open] .faq-icon {
    background: linear-gradient(145deg, rgba(82, 39, 120, 0.94), rgba(148, 46, 135, 0.9));
    border-color: rgba(255, 255, 255, 0.4);
    color: #ffffff;
    transform: rotate(180deg);
    box-shadow: 0 8px 14px -10px rgba(82, 39, 120, 0.68);
}

.faq-answer {
    padding: 0 1rem 0.95rem 1rem;
}

.faq-answer p {
    margin: 0;
    color: #475569;
    font-size: 0.93rem;
    line-height: 1.64;
}

.seo-rich-content .blog-inline-cta {
    margin: 1.3rem 0 1.15rem;
    width: 100%;
    padding: 0.34rem;
    border-radius: 1rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.34rem;
    border: 1px solid rgba(148, 163, 184, 0.28);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 24px -18px rgba(15, 23, 42, 0.32);
}

.seo-rich-content .blog-inline-cta-btn {
    min-height: 2.95rem;
    width: 100%;
    border-radius: 0.76rem;
    display: grid;
    place-items: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.95);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.seo-rich-content .blog-inline-cta-btn i {
    display: inline-block;
    width: 1em;
    line-height: 1;
    font-size: 1.14rem;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    font-feature-settings: normal;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
    text-shadow: 0 0 0.01px currentColor, 0 0 0.01px currentColor;
}

.seo-rich-content .blog-inline-cta-btn:hover {
    transform: translateY(-1px) scale(1.01);
}

.seo-rich-content .blog-inline-cta-btn--appointment {
    background: linear-gradient(145deg, #6d28d9, #7c3aed);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18), 0 10px 18px -14px rgba(109, 40, 217, 0.62);
}

.seo-rich-content .blog-inline-cta-btn--whatsapp {
    background: linear-gradient(145deg, #059669, #16a34a);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18), 0 10px 18px -14px rgba(5, 150, 105, 0.62);
}

.seo-rich-content .blog-inline-cta-btn--phone {
    background: linear-gradient(145deg, #2563eb, #3b82f6);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18), 0 10px 18px -14px rgba(37, 99, 235, 0.62);
}

body[data-page="home"] .about-hub-kicker,
body[data-page="home"] .before-after-kicker,
body[data-page="home"] .home-blog-kicker {
    margin: 0;
    color: #5b2a82;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding-bottom: 0;
}

body[data-page="home"] .about-hub-kicker::after {
    display: none;
}

body[data-page="home"] .about-hub-kicker::before,
body[data-page="home"] .before-after-kicker::before,
body[data-page="home"] .home-blog-kicker::before {
    content: "";
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(82, 39, 120, 0.95), rgba(148, 46, 135, 0.92));
    box-shadow: 0 0 0 3px rgba(124, 58, 156, 0.14);
}

body[data-page="home"] .social-trio-kicker {
    margin: 0;
    color: #ffffff;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

body[data-page="home"] .social-trio-kicker::before {
    content: "";
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.22);
}
