/* Global Styles */
:root {
    --primary: #d68aba;
    --primary-dark: #b2618f;
    --secondary: #332c54;
    --text: #433f4c;
    --muted: #7c7485;
    --bg-light: #fff9fb;
    --bg-alt: #f4f1fb;
    --accent: #f6dce7;
    --lilac-mist: #efe6ff;
    --max-width: 1200px;
    --shadow-soft: 0 18px 42px rgba(51, 44, 84, 0.09);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    color: var(--text);
    background: linear-gradient(180deg, #fff, var(--bg-light));
    line-height: 1.6;
}

h1,
h2,
h3,
.section-title,
.gallery-header h2,
.experts-title,
.atelier-copy h2 {
    font-family: 'Cormorant Garamond', 'Poppins', serif;
    letter-spacing: 0.5px;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

section {
    padding: 80px 20px;
    scroll-margin-top: 110px;
}

/* Header */
.header {
    position: sticky;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
    box-shadow: 0 15px 30px rgba(51, 44, 84, 0.08);
    z-index: 999;
}

.header-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--secondary);
}

.brand-mark {
    width: 58px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 2px solid var(--primary);
    color: var(--primary-dark);
    font-family: 'Cormorant Garamond', 'Poppins', serif;
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: 0;
    box-shadow: 0 10px 22px rgba(178, 97, 143, 0.14);
}

.brand-text {
    display: grid;
    gap: 0;
    line-height: 1;
}

.brand-text span {
    font-family: 'Cormorant Garamond', 'Poppins', serif;
    font-size: 1.55rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.brand-text small {
    font-size: 0.66rem;
    text-transform: uppercase;
    letter-spacing: 2.6px;
    color: var(--primary-dark);
    font-weight: 700;
}

.brand-logo-footer {
    color: #fff;
}

.brand-logo-footer .brand-mark {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.72);
    color: #fff;
}

.brand-logo-footer .brand-text small {
    color: rgba(255, 255, 255, 0.75);
}

.nav-menu-desktop {
    display: flex;
    gap: 14px;
    font-size: 0.8rem;
    color: var(--muted);
}

.nav-menu-desktop li {
    white-space: nowrap;
}

.nav-menu-desktop li a {
    position: relative;
    padding-bottom: 4px;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.nav-menu-desktop li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.nav-menu-desktop li a:hover,
.nav-menu-desktop li a:focus {
    color: var(--primary);
}

.nav-menu-desktop li a:hover::after,
.nav-menu-desktop li a:focus::after {
    transform: scaleX(1);
}

.btn-agenda-desktop {
    padding: 11px 24px;
    border-radius: 999px;
    background: #fff;
    color: var(--primary-dark);
    font-weight: 600;
    border: 1px solid rgba(214, 138, 186, 0.4);
    box-shadow: 0 10px 20px rgba(214, 138, 186, 0.2);
}

.menu-icon {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}

.menu-icon-line {
    width: 26px;
    height: 3px;
    background: var(--text);
    border-radius: 999px;
}

.nav-mobile {
    display: none;
}

/* Hero */
.hero {
    position: relative;
    min-height: 78vh;
    padding: clamp(3rem, 7vw, 5.5rem);
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    align-items: center;
    gap: clamp(2rem, 5vw, 5rem);
    border-radius: 0 0 36px 36px;
    overflow: hidden;
    color: var(--secondary);
    background:
        radial-gradient(circle at 82% 22%, rgba(246, 220, 231, 0.78), transparent 28%),
        linear-gradient(135deg, #fff8f5 0%, #fff 48%, #f7edf3 100%);
    box-shadow: 0 30px 70px rgba(51, 44, 84, 0.11);
    isolation: isolate;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.9), rgba(255,255,255,0.18)),
        radial-gradient(circle at 13% 78%, rgba(214, 138, 186, 0.13), transparent 22%);
    z-index: -1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 640px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.hero-media {
    position: relative;
    z-index: 1;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-media::before {
    content: '';
    position: absolute;
    width: min(34vw, 430px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: #f7d6e3;
    right: 3%;
    top: 5%;
    z-index: -1;
}

.hero-media img {
    width: min(100%, 460px);
    aspect-ratio: 0.82;
    object-fit: cover;
    object-position: center;
    border-radius: 999px 999px 18px 18px;
    box-shadow: 0 28px 70px rgba(51, 44, 84, 0.18);
}

.hero-media-card {
    position: relative;
    z-index: 2;
    margin-top: -54px;
    max-width: 230px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(214, 138, 186, 0.28);
    border-radius: 8px;
    padding: 16px 18px;
    box-shadow: var(--shadow-soft);
}

.hero-media-card strong {
    display: block;
    color: var(--secondary);
    margin-bottom: 4px;
}

.hero-media-card span {
    color: var(--muted);
    font-size: 0.9rem;
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.hero-tags span {
    font-size: 0.82rem;
    padding: 6px 18px;
    border-radius: 999px;
    border: 1px solid rgba(214, 138, 186, 0.32);
    color: var(--primary-dark);
    background: rgba(255, 255, 255, 0.65);
    letter-spacing: 3px;
}

.hero-signature {
    margin-top: 12px;
    padding-left: 18px;
    border-left: 2px solid rgba(255, 255, 255, 0.5);
}

.hero-signature p {
    font-family: 'Cormorant Garamond', 'Poppins', serif;
    font-size: 1.2rem;
    color: #fff;
}

.hero-signature span {
    font-size: 0.85rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.hero-badge {
    position: absolute;
    bottom: 28px;
    right: clamp(20px, 5vw, 68px);
    z-index: 1;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    padding: 18px 26px;
    border-radius: 24px;
    max-width: 250px;
    box-shadow: var(--shadow-soft);
    text-align: left;
}

.hero-badge strong {
    color: var(--secondary);
    font-size: 1.05rem;
    display: block;
    margin-bottom: 6px;
}

.hero-badge p {
    color: var(--muted);
    font-size: 0.92rem;
}

/* Atelier */
.atelier {
    background: linear-gradient(135deg, #fff, var(--lilac-mist));
}

.atelier-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
}

.atelier-copy span {
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--primary-dark);
    font-size: 0.8rem;
}

.atelier-copy h2 {
    font-size: 2.6rem;
    color: var(--secondary);
    margin: 14px 0;
}

.atelier-copy p {
    color: var(--muted);
}

.atelier-copy ul {
    margin-top: 18px;
    display: grid;
    gap: 10px;
    color: var(--text);
}

.atelier-copy ul li {
    position: relative;
    padding-left: 18px;
}

.atelier-copy ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary);
}

.atelier-portrait {
    position: relative;
}

.atelier-portrait img {
    width: 100%;
    border-radius: 50px 18px 50px 18px;
    object-fit: cover;
    box-shadow: 0 35px 70px rgba(51, 44, 84, 0.25);
}

.atelier-note {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.92);
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 600;
    color: var(--primary-dark);
    box-shadow: var(--shadow-soft);
}


.hero .subheading {
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 0.78rem;
    color: var(--primary-dark);
}

.hero h1 {
    font-size: clamp(3rem, 7vw, 5rem);
    color: var(--secondary);
    line-height: 1.1;
}

.hero p {
    font-size: 1.1rem;
    color: var(--muted);
    max-width: 620px;
}

.hero .hero-badge p {
    color: var(--muted);
    font-size: 0.92rem;
}

.hero-proof {
    max-width: 560px;
    padding: 18px 22px;
    border-left: 3px solid var(--primary);
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow-soft);
}

.hero-proof .rating {
    margin-bottom: 6px;
}

.hero-proof p {
    font-size: 0.98rem;
    color: var(--text);
}

.buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btn {
    padding: 14px 32px;
    border-radius: 999px;
    font-weight: 600;
    border: 2px solid transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn.primary {
    background: linear-gradient(135deg, #f0bfd6, #d68aba);
    color: var(--secondary);
    box-shadow: 0 18px 28px rgba(214, 138, 186, 0.35);
}

.btn.secondary {
    border-color: rgba(51, 44, 84, 0.15);
    color: var(--secondary);
    background: rgba(255, 255, 255, 0.6);
}

.btn:hover {
    transform: translateY(-3px);
}

/* Sales proof above the fold */
.decision-strip {
    padding: 26px 20px 54px;
    background: #fff;
}

.decision-strip-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.decision-strip article {
    background: var(--bg-light);
    border: 1px solid rgba(214, 138, 186, 0.2);
    border-radius: 8px;
    padding: 18px;
    min-height: 118px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: var(--shadow-soft);
}

.decision-strip strong {
    color: var(--secondary);
    font-size: 1.25rem;
}

.decision-strip span {
    color: var(--muted);
    font-size: 0.92rem;
}

/* Trust ribbons */
.trust-ribbons {
    padding-top: 24px;
    padding-bottom: 70px;
    background:
        radial-gradient(circle at 12% 20%, rgba(246, 220, 231, 0.58), transparent 26%),
        linear-gradient(180deg, #fffaf7 0%, #fff4f8 100%);
}

.trust-ribbons-container {
    max-width: var(--max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.ribbon-card {
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 16px;
    background: transparent;
    border-radius: 8px;
    padding: 12px 18px;
    box-shadow: none;
    border: 0;
}

.ribbon-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--primary-dark);
    box-shadow: 0 12px 24px rgba(51, 44, 84, 0.08);
}

.ribbon-card h3 {
    font-size: 1rem;
    margin-bottom: 4px;
    color: var(--secondary);
}

.ribbon-card p {
    color: var(--muted);
    font-size: 0.92rem;
}

/* Original local content */
.original-depth {
    background: #fff;
    padding-top: 28px;
    padding-bottom: 72px;
}

.original-depth-inner {
    max-width: var(--max-width);
    margin: 0 auto;
}

.original-depth span {
    display: block;
    color: var(--primary-dark);
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 0.78rem;
    text-align: center;
}

.original-depth h2 {
    max-width: 860px;
    margin: 12px auto 30px;
    text-align: center;
    font-size: clamp(2rem, 4vw, 3.2rem);
    color: var(--secondary);
}

.original-depth-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
}

.original-depth article {
    background: var(--bg-light);
    border: 1px solid rgba(214, 138, 186, 0.22);
    border-radius: 8px;
    padding: 22px;
    box-shadow: var(--shadow-soft);
}

.original-depth h3 {
    color: var(--secondary);
    font-size: 1.05rem;
    margin-bottom: 10px;
}

.original-depth p {
    color: var(--muted);
    font-size: 0.95rem;
}

/* Testimonial sales block */
.sales-proof {
    background: linear-gradient(180deg, #fff, var(--bg-light));
}

.sales-proof-header {
    max-width: 820px;
    margin: 0 auto 34px;
    text-align: center;
}

.sales-proof-header span {
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--primary-dark);
    font-size: 0.8rem;
}

.sales-proof-header h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--secondary);
    margin: 10px 0;
}

.sales-proof-header p {
    color: var(--muted);
}

.sales-proof-grid {
    max-width: var(--max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.9fr 0.9fr;
    gap: 18px;
}

.proof-card {
    background: #fff;
    border: 1px solid rgba(214, 138, 186, 0.22);
    border-radius: 8px;
    padding: 26px;
    box-shadow: var(--shadow-soft);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.proof-card-featured {
    background: linear-gradient(135deg, #fff, #f9e7f2);
}

.proof-card p {
    color: var(--text);
    font-size: 1rem;
}

.proof-card-featured p {
    font-size: 1.12rem;
}

.proof-card strong {
    color: var(--secondary);
}

.sales-proof-cta {
    max-width: var(--max-width);
    margin: 28px auto 0;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

/* Conversion sections */
.conversion-panel {
    background: #fff;
}

.conversion-panel-inner,
.hair-fit-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    display: grid;
    gap: 28px;
}

.conversion-copy {
    max-width: 780px;
}

.conversion-copy span,
.hair-fit span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--primary-dark);
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.conversion-copy h2,
.hair-fit h2 {
    color: var(--secondary);
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 12px;
}

.conversion-copy p,
.hair-fit p {
    color: var(--muted);
}

.conversion-cards,
.hair-fit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.conversion-cards article,
.hair-fit-grid article {
    background: var(--bg-light);
    border: 1px solid rgba(214, 138, 186, 0.22);
    border-radius: 8px;
    padding: 24px;
    box-shadow: var(--shadow-soft);
}

.conversion-cards article {
    display: flex;
    flex-direction: column;
}

.conversion-cards h3,
.hair-fit-grid strong {
    display: block;
    color: var(--secondary);
    font-size: 1.1rem;
    margin-bottom: 12px;
}

.conversion-cards ul {
    display: grid;
    gap: 10px;
    color: var(--muted);
}

.conversion-highlight {
    background: linear-gradient(135deg, #fff, #f9e7f2) !important;
    gap: 22px;
}

.conversion-highlight .btn {
    align-self: flex-start;
    display: inline-block;
    margin-top: 0;
}

.hair-fit {
    background: linear-gradient(180deg, var(--bg-light), #fff);
}

.hair-fit-inner {
    grid-template-columns: 0.9fr 1.4fr;
    align-items: start;
}

.hair-fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Services */
.services {
    background: #29272a;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.services::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 8% 18%, rgba(214, 138, 186, 0.14), transparent 18%),
        radial-gradient(circle at 92% 82%, rgba(255, 255, 255, 0.08), transparent 20%);
    pointer-events: none;
}

.section-kicker {
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #eab7ce;
    font-size: 0.78rem;
    margin-bottom: 10px;
}

.section-title {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: clamp(2rem, 4vw, 2.6rem);
    margin-bottom: 48px;
    color: inherit;
}

.services-container {
    position: relative;
    z-index: 1;
    max-width: var(--max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}

.service-box {
    padding: 30px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.12);
    position: relative;
    overflow: hidden;
    min-height: 250px;
}

.service-box::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(214, 138, 186, 0.22), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.service-box:hover::after {
    opacity: 1;
}

.service-content h2 {
    font-size: 1.22rem;
    color: #fff;
    margin-bottom: 12px;
}

.service-content p {
    color: rgba(255, 255, 255, 0.72);
}

.service-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    color: #f2bad3;
    margin-bottom: 22px;
}

/* Gallery */
.gallery {
    background: var(--bg-light);
}

.gallery-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 40px;
}

.gallery-header span {
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--primary-dark);
    font-size: 0.8rem;
}

.gallery-header h2 {
    font-size: 2.3rem;
    color: var(--secondary);
    margin: 10px 0;
}

.gallery-header p {
    color: var(--muted);
}

.gallery-grid {
    max-width: var(--max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.gallery-grid figure {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow-soft);
    transform: rotate(-1deg);
}

.gallery-grid figure:nth-child(even) {
    transform: rotate(1deg);
}

.gallery-grid img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.gallery-grid figcaption {
    padding: 14px 18px;
    font-size: 0.95rem;
    color: var(--muted);
}

/* Experts */
.experts {
    background: var(--bg-alt);
}

.experts-grid {
    max-width: var(--max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: center;
}

.experts-content {
    max-width: 640px;
}

.experts-title {
    font-size: 2.4rem;
    color: var(--secondary);
    margin-bottom: 18px;
}

.experts-description {
    color: var(--muted);
    margin-bottom: 40px;
}

.experts-content ul {
    list-style: disc;
    padding-left: 20px;
    color: var(--muted);
    display: grid;
    gap: 8px;
}

.stats-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    gap: 18px;
}

.stat-box {
    background: #fff;
    padding: 28px;
    border-radius: 28px;
    text-align: center;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(137, 181, 225, 0.12);
}

.stat-number {
    font-size: 2.1rem;
    font-weight: 700;
    color: var(--primary-dark);
}

.stat-text {
    color: var(--muted);
}

/* Testimonials */
.testimonials {
    background: #fff;
}

.testimonials-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 50px;
}

.testimonials-header span {
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--primary-dark);
    font-size: 0.8rem;
}

.testimonials-header h2 {
    font-size: 2.3rem;
    color: var(--secondary);
    margin: 10px 0;
}

.testimonials-header p {
    color: var(--muted);
}

.testimonial-carousel {
    position: relative;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 58px;
}

.testimonial-cards {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 1fr);
    grid-template-columns: none;
    gap: 18px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.testimonial-cards::-webkit-scrollbar {
    display: none;
}

.testimonial-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 220, 231, 0.9));
    border-radius: 8px;
    padding: 22px;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(214, 138, 186, 0.2);
    min-height: 310px;
    scroll-snap-align: start;
}

.testimonial-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(214, 138, 186, 0.45);
    background: #fff;
    color: var(--primary-dark);
    box-shadow: var(--shadow-soft);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.testimonial-arrow span {
    font-size: 2rem;
    line-height: 1;
    margin-top: -2px;
}

.testimonial-arrow-prev {
    left: 0;
}

.testimonial-arrow-next {
    right: 0;
}

.client-info {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 16px;
}

.client-info img {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    object-fit: cover;
}

.client-info h3 {
    font-size: 1.05rem;
    color: var(--secondary);
}

.client-info p {
    color: var(--muted);
    font-size: 0.9rem;
}

.rating {
    color: #f8b84e;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.testimonial-quote {
    color: var(--text);
    line-height: 1.5;
}

/* CTA */
.cta-section {
    background:
        radial-gradient(circle at 82% 50%, rgba(255,255,255,0.42), transparent 18%),
        linear-gradient(120deg, #f9d0c2, #f7e8f0);
}

.cta-container {
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 8px;
    padding: clamp(26px, 5vw, 48px);
    box-shadow: var(--shadow-soft);
}

.cta-copy span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--primary-dark);
    font-size: 0.76rem;
    margin-bottom: 8px;
}

.cta-text {
    font-family: 'Cormorant Garamond', 'Poppins', serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    line-height: 1.05;
    color: var(--secondary);
    max-width: 620px;
}

.cta-button {
    background: #fff;
    color: var(--secondary);
    padding: 14px 32px;
    border-radius: 999px;
    font-weight: 600;
    border: 1px solid rgba(51, 44, 84, 0.1);
}

/* Local SEO Links */
.local-seo {
    background: #fff;
}

.local-seo-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    display: grid;
    gap: 34px;
}

.local-seo-copy {
    max-width: 860px;
}

.local-seo-copy span {
    color: var(--primary-dark);
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 0.78rem;
}

.local-seo-copy h2 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    color: var(--secondary);
    margin: 12px 0;
}

.local-seo-copy p {
    color: var(--muted);
}

.local-link-groups {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.local-link-groups article {
    background: var(--bg-light);
    border: 1px solid rgba(214, 138, 186, 0.22);
    border-radius: 8px;
    padding: 24px;
    box-shadow: var(--shadow-soft);
}

.local-link-groups h3 {
    color: var(--secondary);
    margin-bottom: 14px;
}

.local-link-groups ul {
    display: grid;
    gap: 10px;
}

.local-link-groups li {
    color: var(--muted);
    font-size: 0.95rem;
}

.local-link-groups a {
    color: var(--primary-dark);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* Tabs */
.tabs-section {
    background: #fff;
}

.tabs-container {
    max-width: var(--max-width);
    margin: 0 auto;
}

.tabs-layout {
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    gap: 28px;
    align-items: stretch;
}

.faq-visual {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    min-height: 500px;
    box-shadow: var(--shadow-soft);
}

.faq-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq-visual div {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    padding: 18px;
    box-shadow: var(--shadow-soft);
}

.faq-visual strong {
    display: block;
    color: var(--secondary);
    margin-bottom: 4px;
}

.faq-visual span {
    color: var(--muted);
    font-size: 0.92rem;
}

.tabs-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.tab-button {
    padding: 13px 24px;
    border-radius: 40px;
    border: 1px solid rgba(214, 138, 186, 0.3);
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    font-weight: 600;
    color: var(--muted);
    transition: all 0.3s ease;
}

.tab-button.active,
.tab-button:hover {
    background: linear-gradient(135deg, rgba(214, 138, 186, 0.9), rgba(137, 181, 225, 0.8));
    color: #fff;
    border-color: transparent;
}

.tabs-content {
    background: #fff;
    box-shadow: var(--shadow-soft);
    border-radius: 8px;
    padding: 40px;
}

.tabs-content ul {
    display: grid;
    gap: 18px;
    color: var(--muted);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tabs-content li {
    line-height: 1.65;
}

.tabs-content strong {
    color: var(--secondary);
}

/* Contact */
.contact {
    background: var(--bg-light);
}

.contact-section {
    padding: 0;
}

.contact-container {
    max-width: var(--max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    align-items: stretch;
}

.contact-info {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(246, 220, 231, 0.5));
    border-radius: 36px;
    padding: 40px;
    box-shadow: var(--shadow-soft);
}

.contact-info h2 {
    margin-bottom: 24px;
}

.contact-info ul {
    display: grid;
    gap: 16px;
}

.contact-info li {
    display: flex;
    gap: 12px;
    align-items: center;
}

.material-icons {
    color: var(--primary);
}

.ribbon-icon.material-icons {
    color: var(--primary-dark);
}

.service-icon.material-icons {
    color: #f2bad3;
}

.contact-map {
    min-height: 320px;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
}

/* Floating WhatsApp button */
.whatsapp-alisados-button {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 62px;
    height: 62px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 30px rgba(214, 138, 186, 0.35);
    z-index: 1000;
    border: 1px solid rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.whatsapp-alisados-button img {
    width: 34px;
    height: 34px;
    display: block;
}

.whatsapp-alisados-badge {
    position: absolute;
    top: 6px;
    right: 6px;
    background: #ff9eb5;
    color: #fff;
    border-radius: 999px;
    padding: 2px 6px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}

/* Footer */
.footer {
    background: #1f1a36;
    color: #fff;
    padding: 70px 20px;
}

.footer-container {
    max-width: var(--max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px;
}

.footer-column h3 {
    margin-bottom: 20px;
    font-size: 1rem;
    color: #fff;
}

.footer-menu li,
.footer-contact li,
.footer-payment li {
    display: flex;
    gap: 12px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px;
}

.footer-credits {
    text-align: center;
    margin-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 24px;
    color: rgba(255, 255, 255, 0.7);
}

/* Responsive */
@media (max-width: 960px) {
    .nav-desktop,
    .btn-agenda-desktop {
        display: none;
    }

    .menu-icon {
        display: flex;
    }

    .nav-mobile {
        display: block;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
        background: #fff;
    }

    .nav-mobile.open {
        max-height: 520px;
    }

    .nav-menu-mobile {
        padding: 20px;
        display: grid;
        gap: 12px;
    }

    section {
        padding: 60px 16px;
    }

    .hero {
        min-height: 70vh;
        padding: 46px 20px 58px;
        grid-template-columns: 1fr;
        background:
            linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.68)),
            url('assets/img/seo/alisado-permanente-cabello-sano-brillante.jpg?v=20260514i');
        background-size: cover;
        background-position: center;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-media {
        display: none;
    }

    .hero-badge {
        position: static;
        max-width: none;
        margin-top: 10px;
        order: 3;
    }

    .experts-grid {
        grid-template-columns: 1fr;
    }

    .decision-strip-inner,
    .sales-proof-grid,
    .original-depth-grid {
        grid-template-columns: 1fr 1fr;
    }

    .proof-card-featured {
        grid-column: 1 / -1;
    }

    .local-link-groups {
        grid-template-columns: 1fr;
    }

    .conversion-cards,
    .hair-fit-inner,
    .hair-fit-grid {
        grid-template-columns: 1fr;
    }

    .atelier-inner {
        grid-template-columns: 1fr;
    }

    .tabs-layout {
        grid-template-columns: 1fr;
    }

    .faq-visual {
        min-height: 360px;
    }

    .tabs-content {
        padding: 20px;
    }

    .testimonial-carousel {
        padding: 0 44px;
    }

    .testimonial-cards {
        grid-auto-columns: minmax(240px, 82vw);
    }

    .whatsapp-alisados-button {
        width: 54px;
        height: 54px;
        border-radius: 16px;
    }
}

@media (max-width: 600px) {
    .buttons {
        flex-direction: column;
    }

    .btn,
    .cta-button {
        width: 100%;
        text-align: center;
        padding-left: 18px;
        padding-right: 18px;
        font-size: 0.92rem;
    }

    .conversion-highlight .btn {
        align-self: stretch;
        white-space: normal;
        line-height: 1.25;
    }

    .decision-strip-inner,
    .sales-proof-grid,
    .original-depth-grid {
        grid-template-columns: 1fr;
    }

    .decision-strip article {
        min-height: auto;
    }

    .hero-tags {
        max-width: 100%;
    }

    .hero-tags span {
        font-size: 0.72rem;
        padding: 6px 14px;
    }

    .stats-container {
        grid-template-columns: 1fr;
    }

    .cta-container {
        flex-direction: column;
        text-align: center;
    }

    .gallery-grid figure,
    .gallery-grid figure:nth-child(even) {
        transform: none;
    }

    .gallery-grid img {
        height: 220px;
    }

    .testimonial-carousel {
        padding: 0 38px;
    }

    .testimonial-arrow {
        width: 38px;
        height: 38px;
    }
}
