/* =========================================================
   CENTRO BELLA MUJER — Complete Stylesheet
   Typography: Playfair Display (headings) + Inter (body)
   Color system: Magenta/Purple brand palette
   ========================================================= */

/* ─── CSS Variables ──────────────────────────────────────── */
:root {
    --primary:        #c84dd9;
    --primary-dark:   #9c27b0;
    --primary-light:  #e879f9;
    --secondary:      #7c3aed;
    --accent:         #f472b4;

    --gradient:       linear-gradient(135deg, #c84dd9 0%, #7c3aed 100%);
    --gradient-warm:  linear-gradient(135deg, #e879f9 0%, #f472b4 100%);

    --bg-body:   #faf7ff;
    --bg-light:  #fdf4ff;
    --bg-dark:   #120a1e;
    --bg-deep:   #0d0614;

    --text-dark:  #1e1b4b;
    --text-mid:   #4b4569;
    --text-muted: #8b80a8;
    --text-light: #f8f4ff;
    --white:      #ffffff;

    --card-shadow:       0 4px 24px rgba(180, 60, 210, 0.12);
    --card-shadow-hover: 0 16px 52px rgba(180, 60, 210, 0.26);

    --radius:    16px;
    --radius-sm:  8px;
    --radius-lg: 24px;

    --ease: cubic-bezier(0.4, 0, 0.2, 1);
    --t:    0.35s;

    --header-h:    80px;
    --container-w: 1200px;
}

/* ─── Reset ──────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-h);
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--bg-body);
    color: var(--text-dark);
    line-height: 1.65;
    overflow-x: hidden;
}

::-webkit-scrollbar          { width: 5px; }
::-webkit-scrollbar-track    { background: var(--bg-light); }
::-webkit-scrollbar-thumb    { background: var(--primary); border-radius: 3px; }

img    { max-width: 100%; display: block; }
a      { text-decoration: none; }
button { cursor: pointer; font-family: inherit; }
ul     { list-style: none; }

/* ─── Utility: gradient text ─────────────────────────────── */
.gradient-text {
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ─── Utility: eyebrow label ─────────────────────────────── */
.eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 0.65rem;
}
.eyebrow.light { color: var(--primary-light); }

/* ─── Utility: section title ─────────────────────────────── */
.section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.9rem, 3.8vw, 2.9rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-dark);
    margin-bottom: 1rem;
}
.section-title.light { color: var(--white); }

/* ─── Utility: section description ──────────────────────── */
.section-desc {
    font-size: 1.02rem;
    color: var(--text-mid);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.75;
}

/* ─── Utility: centered section header ──────────────────── */
.section-header {
    text-align: center;
    margin-bottom: 3.5rem;
}

/* ─── Utility: container ─────────────────────────────────── */
.container {
    max-width: var(--container-w);
    margin: 0 auto;
    padding: 0 2rem;
}

/* ─── Section base padding ───────────────────────────────── */
section { position: relative; padding: 6.5rem 0; }

/* ─── Scroll-reveal animation ────────────────────────────── */
[data-aos] {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity  0.72s var(--ease) var(--aos-delay, 0s),
        transform 0.72s var(--ease) var(--aos-delay, 0s);
}
[data-aos].aos-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ─── Buttons ─────────────────────────────────────────────── */
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.85rem 2.1rem;
    background: var(--gradient);
    color: var(--white);
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
    box-shadow: 0 4px 22px rgba(200, 77, 217, 0.38);
}
.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 36px rgba(200, 77, 217, 0.52);
}

.btn-ghost {
    display: inline-flex;
    align-items: center;
    padding: 0.85rem 2.1rem;
    border: 2px solid rgba(255, 255, 255, 0.65);
    color: var(--white);
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.08);
    transition: background var(--t) var(--ease), transform var(--t) var(--ease);
}
.btn-ghost:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: var(--white);
    transform: translateY(-3px);
}

/* ─── Social buttons ─────────────────────────────────────── */
.social-row { display: flex; gap: 0.7rem; }

.social-btn {
    width: 42px; height: 42px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--white);
    font-size: 0.9rem;
    transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.social-btn.fb { background: #1877f2; }
.social-btn.wa { background: #25d366; }
.social-btn.ig { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.social-btn:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
}

/* ─────────────────────────────────────────────────────────
   HEADER / NAVIGATION
────────────────────────────────────────────────────────── */
#header {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: var(--header-h);
    z-index: 1000;
    transition:
        background var(--t) var(--ease),
        box-shadow  var(--t) var(--ease);
}

#header.scrolled {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    box-shadow: 0 2px 24px rgba(180, 60, 210, 0.1);
}

.nav-container {
    max-width: 1300px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    gap: 1.5rem;
}

.logo-link { flex-shrink: 0; }
.logo-img {
    height: 66px;
    width: auto;
    object-fit: contain;
}

.nav-menu {
    display: flex;
    gap: 0.15rem;
    margin-left: auto;
}

.nav-link {
    padding: 0.5rem 0.9rem;
    font-weight: 500;
    font-size: 0.88rem;
    border-radius: 6px;
    position: relative;
    color: var(--text-dark);
    transition: color var(--t) var(--ease);
}
.nav-link::after {
    content: '';
    position: absolute;
    bottom: 2px; left: 0.9rem; right: 0.9rem;
    height: 2px;
    background: var(--gradient);
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--t) var(--ease);
}
.nav-link:hover { color: var(--primary); }
.nav-link:hover::after { transform: scaleX(1); }

/* Transparent nav over hero */
#header:not(.scrolled) .nav-link { color: rgba(255, 255, 255, 0.9); }
#header:not(.scrolled) .nav-link:hover { color: var(--white); }
#header:not(.scrolled) .nav-link::after { background: var(--gradient-warm); }

.nav-cta {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.52rem 1.2rem;
    background: #25d366;
    color: var(--white);
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.85rem;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background var(--t), transform var(--t), box-shadow var(--t);
}
.nav-cta:hover {
    background: #1ea855;
    transform: translateY(-1px);
    box-shadow: 0 4px 18px rgba(37, 211, 102, 0.42);
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
}
.hamburger span {
    display: block;
    width: 24px; height: 2px;
    background: var(--text-dark);
    border-radius: 2px;
    transition: var(--t) var(--ease);
}
#header:not(.scrolled) .hamburger span { background: var(--white); }

/* ─────────────────────────────────────────────────────────
   HERO SECTION
────────────────────────────────────────────────────────── */
#main {
    min-height: 100vh;
    background-image: url('Imagen/Nosotros.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        140deg,
        rgba(13, 6, 20, 0.90) 0%,
        rgba(50, 15, 80, 0.72) 55%,
        rgba(13, 6, 20, 0.78) 100%
    );
    z-index: 1;
}

/* Animated background shapes */
.hero-shapes { position: absolute; inset: 0; z-index: 1; overflow: hidden; pointer-events: none; }
.hero-shape  { position: absolute; border-radius: 50%; animation: floatShape 10s ease-in-out infinite; }

.hero-shape.s1 {
    width: 560px; height: 560px;
    background: radial-gradient(circle, rgba(232, 121, 249, 0.2), transparent 70%);
    top: -120px; right: -100px;
    animation-duration: 12s;
}
.hero-shape.s2 {
    width: 320px; height: 320px;
    background: radial-gradient(circle, rgba(124, 58, 237, 0.22), transparent 70%);
    bottom: 80px; left: -60px;
    animation-duration: 8s;
    animation-delay: -4s;
}
.hero-shape.s3 {
    width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(244, 114, 180, 0.2), transparent 70%);
    top: 42%; left: 58%;
    animation-duration: 10s;
    animation-delay: -6s;
}

@keyframes floatShape {
    0%, 100% { transform: translateY(0) scale(1); }
    50%       { transform: translateY(-35px) scale(1.06); }
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: calc(var(--header-h) + 3rem) 2rem 4rem 9%;
    max-width: 740px;
    animation: heroIn 1.1s var(--ease) both;
}
@keyframes heroIn {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: translateY(0); }
}

.hero-badge {
    display: inline-block;
    padding: 0.4rem 1.1rem;
    background: rgba(200, 77, 217, 0.2);
    border: 1px solid rgba(200, 77, 217, 0.45);
    color: var(--primary-light);
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(8px);
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.6rem, 5.8vw, 4.6rem);
    font-weight: 900;
    line-height: 1.1;
    color: var(--white);
    margin-bottom: 1.2rem;
}
.hero-title-accent {
    display: block;
    font-style: italic;
    background: var(--gradient-warm);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 1.08rem;
    color: rgba(255, 255, 255, 0.78);
    max-width: 500px;
    line-height: 1.75;
    margin-bottom: 2rem;
}

.hero-card {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 0.9rem 1.5rem;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius-sm);
    backdrop-filter: blur(16px);
    margin-bottom: 2.25rem;
}
.hero-card-icon {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: var(--gradient);
    display: flex; align-items: center; justify-content: center;
    color: var(--white);
    font-size: 1.1rem;
    flex-shrink: 0;
}
.hero-card-name {
    font-weight: 600;
    color: var(--white);
    font-size: 0.93rem;
}
.hero-card-code {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 2px;
}

.hero-btns {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.scroll-down {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: rgba(255, 255, 255, 0.55);
    font-size: 1.1rem;
    animation: bounce 2.2s ease infinite;
}
@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50%       { transform: translateX(-50%) translateY(9px); }
}

/* ─────────────────────────────────────────────────────────
   INFO CARDS SECTION
────────────────────────────────────────────────────────── */
#info {
    padding: 0 0 2.5rem;
    margin-top: -64px;
    position: relative;
    z-index: 10;
}

.info-cards-row {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.info-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 2rem 1.75rem;
    width: 300px;
    box-shadow: var(--card-shadow);
    text-align: center;
    border: 1px solid rgba(200, 77, 217, 0.1);
    position: relative;
    overflow: hidden;
    transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.info-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: var(--gradient);
}
.info-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--card-shadow-hover);
}

.info-card-icon-wrap {
    width: 60px; height: 60px;
    border-radius: 50%;
    background: var(--bg-light);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1.2rem;
    font-size: 1.4rem;
    color: var(--primary);
    transition: background var(--t) var(--ease), color var(--t) var(--ease);
}
.info-card:hover .info-card-icon-wrap {
    background: var(--gradient);
    color: var(--white);
}

.info-card h3 {
    font-weight: 700;
    font-size: 1rem;
    color: var(--text-dark);
    margin-bottom: 0.45rem;
}
.info-card p {
    color: var(--text-mid);
    font-size: 0.9rem;
    margin-bottom: 0.2rem;
}
.info-card span {
    display: block;
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 0.75rem;
    line-height: 1.4;
}
.info-card-link {
    font-size: 0.83rem;
    font-weight: 600;
    color: var(--primary);
    transition: color var(--t);
}
.info-card-link:hover { color: var(--primary-dark); }

/* ─────────────────────────────────────────────────────────
   ABOUT SECTION
────────────────────────────────────────────────────────── */
#about {
    background: var(--bg-light);
    padding: 7rem 0;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.about-img-frame {
    position: relative;
    display: inline-block;
    width: 100%;
}
.about-img-frame img {
    width: 100%;
    max-width: 460px;
    height: 520px;
    object-fit: cover;
    border-radius: var(--radius-lg);
    box-shadow: 0 22px 65px rgba(150, 40, 190, 0.22);
}

.about-img-badge {
    position: absolute;
    bottom: -20px;
    right: -16px;
    background: var(--gradient);
    color: var(--white);
    border-radius: var(--radius);
    padding: 1.3rem 1.6rem;
    text-align: center;
    box-shadow: 0 10px 36px rgba(200, 77, 217, 0.38);
}
.about-img-badge strong {
    display: block;
    font-size: 2.1rem;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    line-height: 1;
}
.about-img-badge span {
    font-size: 0.75rem;
    opacity: 0.88;
    line-height: 1.35;
}

.about-img-deco {
    position: absolute;
    top: -18px; left: -18px;
    width: 130px; height: 130px;
    border: 3px solid rgba(200, 77, 217, 0.35);
    border-radius: var(--radius-lg);
    z-index: -1;
}

.about-lead {
    font-size: 1.04rem;
    color: var(--text-mid);
    line-height: 1.82;
    margin-bottom: 2rem;
}

.mv-cards { display: flex; flex-direction: column; gap: 1rem; }

.mv-card {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.3rem;
    background: var(--white);
    border-radius: var(--radius-sm);
    border-left: 4px solid var(--primary);
    box-shadow: var(--card-shadow);
    transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.mv-card:hover {
    transform: translateX(5px);
    box-shadow: var(--card-shadow-hover);
}
.mv-card-icon {
    width: 44px; height: 44px;
    border-radius: 10px;
    background: var(--gradient);
    display: flex; align-items: center; justify-content: center;
    color: var(--white);
    font-size: 1rem;
    flex-shrink: 0;
}
.mv-card h4 {
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--primary);
    margin-bottom: 0.35rem;
}
.mv-card p {
    font-size: 0.87rem;
    color: var(--text-mid);
    line-height: 1.65;
}

/* ─────────────────────────────────────────────────────────
   SERVICES SECTION
────────────────────────────────────────────────────────── */
#services { background: var(--bg-body); padding: 7rem 0; }

.services-bg-layer {
    position: absolute;
    inset: 0;
    background-image: url('Imagen/about.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: 0.04;
    pointer-events: none;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.service-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 2.1rem 1.75rem;
    text-align: center;
    box-shadow: var(--card-shadow);
    border: 1px solid rgba(200, 77, 217, 0.08);
    position: relative;
    overflow: hidden;
    transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
/* Gradient fill on hover */
.service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gradient);
    opacity: 0;
    transition: opacity var(--t) var(--ease);
    z-index: 0;
}
.service-card:hover { transform: translateY(-9px); box-shadow: var(--card-shadow-hover); }
.service-card:hover::before { opacity: 1; }
.service-card:hover .service-card-icon { background: rgba(255,255,255,0.22); color: var(--white); }
.service-card:hover h3 { color: var(--white); }
.service-card:hover p  { color: rgba(255,255,255,0.84); }

.service-card-icon {
    width: 66px; height: 66px;
    border-radius: 50%;
    background: var(--bg-light);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1.3rem;
    font-size: 1.55rem;
    color: var(--primary);
    transition: background var(--t) var(--ease), color var(--t) var(--ease);
    position: relative; z-index: 1;
}
.service-card h3 {
    font-weight: 700;
    font-size: 1rem;
    color: var(--text-dark);
    margin-bottom: 0.65rem;
    line-height: 1.35;
    position: relative; z-index: 1;
    transition: color var(--t) var(--ease);
}
.service-card p {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.65;
    position: relative; z-index: 1;
    transition: color var(--t) var(--ease);
}

/* ─────────────────────────────────────────────────────────
   GALLERY SECTION
────────────────────────────────────────────────────────── */
#gallery { background: var(--bg-light); padding: 7rem 0; }

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.gallery-item {
    position: relative;
    height: 300px;
    border-radius: var(--radius);
    overflow: hidden;
    cursor: pointer;
}
.gallery-item img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.55s var(--ease);
}
.gallery-item:hover img { transform: scale(1.07); }

.gallery-item-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(80, 10, 120, 0.72), rgba(40, 5, 60, 0.2));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.6rem;
    opacity: 0;
    transition: opacity var(--t) var(--ease);
}
.gallery-item:hover .gallery-item-overlay { opacity: 1; }

/* span modifiers */
.gallery-item.gi-wide { grid-column: span 2; }
.gallery-item.gi-full { grid-column: 1 / -1; height: 220px; }

/* ─────────────────────────────────────────────────────────
   CONTACT SECTION
────────────────────────────────────────────────────────── */
#contact { padding: 7rem 0; }

.contact-bg-layer {
    position: absolute;
    inset: 0;
    background-image: url('Imagen/Contacta.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 0;
}
.contact-bg-layer::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(12, 5, 20, 0.93), rgba(38, 10, 68, 0.9));
}
#contact .container { position: relative; z-index: 1; }

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.5rem;
    align-items: start;
}

.contact-lead {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 2.5rem;
}

.contact-details-list {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
    margin-bottom: 2.5rem;
}
.contact-details-list li {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}
.contact-detail-icon {
    width: 40px; height: 40px;
    border-radius: 10px;
    background: rgba(200, 77, 217, 0.18);
    border: 1px solid rgba(200, 77, 217, 0.32);
    display: flex; align-items: center; justify-content: center;
    color: var(--primary-light);
    font-size: 0.9rem;
    flex-shrink: 0;
    margin-top: 2px;
}
.contact-details-list strong {
    display: block;
    color: var(--white);
    font-size: 0.83rem;
    font-weight: 600;
    margin-bottom: 0.22rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.contact-details-list span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.88rem;
    line-height: 1.55;
}
.contact-details-list em {
    font-style: normal;
    display: block;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.8rem;
    margin-top: 2px;
}

.contact-socials p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.85rem;
    margin-bottom: 0.8rem;
}

/* Form card */
.contact-form-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 2.6rem;
    box-shadow: 0 28px 72px rgba(0, 0, 0, 0.32);
}
.contact-form-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.65rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1.75rem;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 0.38rem;
    margin-bottom: 1.25rem;
}
.form-field label {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--text-mid);
    text-transform: uppercase;
    letter-spacing: 0.07em;
}
.form-field input,
.form-field textarea {
    padding: 0.82rem 1.05rem;
    border: 1.5px solid #e8e0f0;
    border-radius: var(--radius-sm);
    font-family: inherit;
    font-size: 0.94rem;
    color: var(--text-dark);
    background: var(--bg-light);
    outline: none;
    resize: none;
    transition: border-color var(--t), box-shadow var(--t), background var(--t);
}
.form-field input:focus,
.form-field textarea:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(200, 77, 217, 0.14);
    background: var(--white);
}
.form-field input::placeholder,
.form-field textarea::placeholder { color: var(--text-muted); font-size: 0.9rem; }

.btn-submit {
    width: 100%;
    padding: 0.92rem;
    background: var(--gradient);
    color: var(--white);
    border: none;
    border-radius: var(--radius-sm);
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
    box-shadow: 0 4px 22px rgba(200, 77, 217, 0.32);
}
.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 36px rgba(200, 77, 217, 0.48);
}

/* ─────────────────────────────────────────────────────────
   MAP SECTION
────────────────────────────────────────────────────────── */
#map { background: var(--bg-body); padding: 6rem 0; }

.map-wrapper {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 10px 50px rgba(150, 40, 190, 0.18);
    border: 1px solid rgba(200, 77, 217, 0.1);
}

/* ─────────────────────────────────────────────────────────
   FOOTER
────────────────────────────────────────────────────────── */
#footer {
    background: var(--bg-dark);
    color: rgba(255, 255, 255, 0.62);
    padding: 4.5rem 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr;
    gap: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-logo {
    height: 62px;
    width: auto;
    object-fit: contain;
    margin-bottom: 1rem;
    filter: brightness(1.1);
}
.footer-brand p {
    font-size: 0.88rem;
    line-height: 1.75;
    margin-bottom: 1.5rem;
    max-width: 275px;
}

.footer-nav h4,
.footer-info h4 {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--primary-light);
    margin-bottom: 1.25rem;
}

.footer-nav ul {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}
.footer-nav a {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.9rem;
    transition: color var(--t);
}
.footer-nav a:hover { color: var(--primary-light); }

.footer-info p {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-size: 0.87rem;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 0.65rem;
    line-height: 1.5;
}
.footer-info i {
    color: var(--primary);
    font-size: 0.78rem;
    margin-top: 4px;
    flex-shrink: 0;
}

.footer-bottom {
    padding: 1.5rem 0;
    text-align: center;
    font-size: 0.83rem;
    color: rgba(255, 255, 255, 0.28);
}

/* ─────────────────────────────────────────────────────────
   WHATSAPP FLOAT BUTTON
────────────────────────────────────────────────────────── */
.wa-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 60px; height: 60px;
    background: #25d366;
    color: var(--white);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.65rem;
    box-shadow: 0 4px 22px rgba(37, 211, 102, 0.48);
    z-index: 999;
    transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.wa-float:hover {
    transform: scale(1.12);
    box-shadow: 0 10px 36px rgba(37, 211, 102, 0.65);
}

.wa-tooltip {
    position: absolute;
    right: 74px;
    background: var(--bg-dark);
    color: var(--white);
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.42rem 0.9rem;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform: translateX(8px);
    transition: opacity var(--t), transform var(--t);
}
.wa-float:hover .wa-tooltip {
    opacity: 1;
    transform: translateX(0);
}

/* ─────────────────────────────────────────────────────────
   RESPONSIVE — Tablet (≤1024px)
────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .about-grid    { grid-template-columns: 1fr; gap: 3.5rem; }
    .about-img-frame img { max-width: 100%; height: 400px; }
    .contact-grid  { grid-template-columns: 1fr; gap: 3rem; }
    .footer-grid   { grid-template-columns: 1fr 1fr; }
    .footer-brand  { grid-column: 1 / -1; }
}

/* ─────────────────────────────────────────────────────────
   RESPONSIVE — Mobile (≤768px)
────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
    :root { --header-h: 68px; }
    section { padding: 4.5rem 0; }

    /* Nav */
    .nav-menu, .nav-cta { display: none; }
    .nav-menu.open {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0; right: 0;
        background: rgba(255, 255, 255, 0.97);
        backdrop-filter: blur(22px);
        padding: 1rem 2rem 2rem;
        gap: 0.2rem;
        box-shadow: 0 10px 36px rgba(0,0,0,0.14);
        z-index: 999;
    }
    .nav-menu.open .nav-link { color: var(--text-dark); }
    .hamburger { display: flex; margin-left: auto; }

    /* Hero */
    #main { background-attachment: scroll; }
    .hero-content { padding: calc(var(--header-h) + 2rem) 1.5rem 3.5rem; }
    .hero-btns { flex-direction: column; align-items: flex-start; }

    /* Info */
    #info { margin-top: -28px; }
    .info-cards-row { flex-direction: column; align-items: center; }

    /* Services */
    .services-bg-layer { background-attachment: scroll; }
    .services-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }

    /* Gallery */
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }
    .gallery-item { height: 220px; }
    .gallery-item.gi-wide,
    .gallery-item.gi-full { grid-column: span 1; height: 220px; }

    /* Contact */
    .contact-bg-layer { background-attachment: scroll; }

    /* Footer */
    .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
    .footer-brand { grid-column: 1; }
}

/* ─────────────────────────────────────────────────────────
   RESPONSIVE — Small Mobile (≤480px)
────────────────────────────────────────────────────────── */
@media (max-width: 480px) {
    .container { padding: 0 1.25rem; }
    .services-grid { grid-template-columns: 1fr; }
    .gallery-grid  { grid-template-columns: 1fr; }
    .gallery-item, .gallery-item.gi-wide, .gallery-item.gi-full { height: 240px; grid-column: span 1; }
    .hero-title { font-size: 2.3rem; }
    .contact-form-card { padding: 1.75rem; }
}

/* ─────────────────────────────────────────────────────────
   LIGHTBOX
────────────────────────────────────────────────────────── */
.lightbox {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(8, 3, 16, 0.96);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.lightbox.lb-open {
    opacity: 1;
    pointer-events: all;
}

.lb-img-wrap {
    max-width: 90vw;
    max-height: 88vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lb-img-wrap img {
    max-width: 90vw;
    max-height: 88vh;
    border-radius: 12px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.7);
    object-fit: contain;
    transform: scale(0.92);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.lightbox.lb-open .lb-img-wrap img {
    transform: scale(1);
}

/* Close button */
.lb-close {
    position: fixed;
    top: 1.25rem;
    right: 1.5rem;
    width: 44px; height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: var(--white);
    font-size: 1.1rem;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.2s, transform 0.2s;
    cursor: pointer;
    z-index: 2;
}
.lb-close:hover {
    background: rgba(200, 77, 217, 0.5);
    transform: scale(1.1) rotate(90deg);
}

/* Prev / Next arrows */
.lb-prev,
.lb-next {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 52px; height: 52px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--white);
    font-size: 1rem;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    z-index: 2;
}
.lb-prev { left: 1.25rem; }
.lb-next { right: 1.25rem; }
.lb-prev:hover,
.lb-next:hover {
    background: var(--gradient);
    transform: translateY(-50%) scale(1.08);
}

/* Counter */
.lb-counter {
    position: fixed;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    background: rgba(255, 255, 255, 0.08);
    padding: 0.35rem 1rem;
    border-radius: 50px;
}

/* Cursor hint on gallery items */
.gallery-item { cursor: zoom-in; }
