@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Poppins:wght@400;500;600;700&display=swap');

:root {
    --BeCrafty-Pink: #F7A3C6;
    --Light-Pink: #F9C9DA;
    --Deep-Pink: #E8659A;
    --Aqua: #65D4D4;
    --Light-Aqua: #93E3E5;
    --Lavender: #C6B6DF;
    --Yellow: #F5D34A;
    --Warm-White: #FDF8F7;
    --Soft-Black: #1B1B1B;
    --font-script: 'Pacifico', cursive;
    --font-sans: 'Poppins', sans-serif;
    --border-radius: 50px;
    --border-radius-card: 30px;
    --transition: all 0.3s ease;
}

*, *::before, *::after { box-sizing: border-box; }

body {
    font-family: var(--font-sans);
    color: var(--Soft-Black);
    background-color: #FEE8F0;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Ctext y='25' x='5' font-size='16' fill='%23F7A3C6' opacity='0.3'%3E%E2%99%A5%3C/text%3E%3Ctext y='55' x='40' font-size='20' fill='%23F9C9DA' opacity='0.25'%3E%E2%99%A5%3C/text%3E%3Ctext y='75' x='15' font-size='12' fill='%23E8659A' opacity='0.15'%3E%E2%99%A0%3C/text%3E%3C/svg%3E");
    background-size: 80px 80px;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

h1, h2, h3, h4, .logo-text, .hero-title, .section-title {
    font-family: var(--font-script);
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

.logo-text { font-size: 2rem; color: var(--BeCrafty-Pink); }
.logo-text .crafty { color: var(--Aqua); }

/* HEADER */
.site-header {
    position: sticky; top: 0; z-index: 100;
    background-color: rgba(253, 248, 247, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(247, 163, 198, 0.2);
    padding: 12px 0;
}
.header-content { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.primary-menu { display: flex; list-style: none; margin: 0; padding: 0; gap: 10px; align-items: center; }
.primary-menu li a { font-family: var(--font-sans); font-weight: 500; font-size: 0.95rem; color: var(--Soft-Black); padding: 8px 16px; border-radius: var(--border-radius); transition: var(--transition); display: block; }
.primary-menu li a:hover, .primary-menu li.current-menu-item a { background-color: var(--Light-Pink); color: var(--Deep-Pink); }
.mobile-menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.mobile-menu-toggle span { display: block; width: 24px; height: 2px; background-color: var(--BeCrafty-Pink); border-radius: 2px; transition: var(--transition); }

/* MARQUESINA (toldo rayas turquesa) */
.hero-section { position: relative; padding: 0; background: transparent; border-radius: 0; }

.marquesina-wrap {
    display: flex; justify-content: center; position: relative; z-index: 2; padding-top: 10px;
}
.marquesina-box {
    width: min(65%, 680px);
    position: relative;
    text-align: center;
}
.marquesina-toldo {
    width: 100%; height: 90px;
    background: repeating-linear-gradient(90deg, #65D4D4 0px, #65D4D4 40px, #ffffff 40px, #ffffff 80px);
    border-radius: 0 0 100% 100% / 0 0 40px 40px;
    box-shadow: 0 8px 25px rgba(101,212,212,0.35);
    position: relative;
}
.marquesina-toldo::after {
    content: '';
    position: absolute;
    bottom: -3px; left: 0; right: 0;
    height: 6px;
    background: #4FBFBF;
    border-radius: 0 0 100% 100%;
}
.marquesina-label {
    display: block;
    font-family: var(--font-sans); font-weight: 600; font-size: 1.5rem;
    letter-spacing: 6px; text-transform: uppercase;
    color: var(--Soft-Black);
    margin-top: 10px;
}

/* HERO BODY — 3 columnas */
.hero-body {
    display: grid;
    grid-template-columns: 260px 1fr 260px;
    min-height: 480px;
    align-items: center;
    padding: 30px 0 50px;
    position: relative;
}

/* COLUMNA IZQUIERDA */
.hero-left {
    display: flex; flex-direction: column; align-items: center; gap: 20px; padding: 0 10px 0 20px;
}
.logo-circle {
    width: 175px; height: 175px; border-radius: 50%;
    border: 4px dashed var(--BeCrafty-Pink);
    background: white;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(247,163,198,0.3);
}
.logo-circle img { width: 100%; height: 100%; object-fit: cover; }
.logo-circle-text {
    font-family: var(--font-script);
    font-size: 1.8rem; color: var(--Deep-Pink); text-align: center; line-height: 1.1;
}
.logo-circle-text .owl-emoji { font-size: 3rem; display: block; }

.brand-lockup { text-align: center; }
.brand-lockup .brand-name {
    font-family: var(--font-script); font-size: 3.2rem; line-height: 1;
    color: var(--Aqua);
    display: block;
}
.brand-lockup .brand-sub {
    font-family: var(--font-sans); font-size: 0.6rem; font-weight: 700;
    letter-spacing: 3.5px; color: var(--Deep-Pink); text-transform: uppercase;
    display: block; margin-top: 4px;
}

/* COLUMNA CENTRAL */
.hero-center {
    display: flex; flex-direction: column; align-items: center; gap: 35px; padding: 20px;
}

/* ÍCONOS CIRCULARES DE SERVICIOS */
.servicios-iconos { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }

.servicio-icono { display: flex; flex-direction: column; align-items: center; gap: 8px; cursor: pointer; transition: var(--transition); }
.servicio-icono:hover { transform: translateY(-6px); }

.s-circle {
    width: 90px; height: 90px; border-radius: 50%;
    background: white; border: 3px solid var(--BeCrafty-Pink);
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 8px 20px rgba(247,163,198,0.25);
    font-size: 2.2rem;
    transition: var(--transition);
}
.servicio-icono:hover .s-circle { border-color: var(--Aqua); box-shadow: 0 12px 30px rgba(101,212,212,0.3); }
.s-circle img { width: 60px; height: 60px; object-fit: contain; }
.s-label { font-family: var(--font-sans); font-size: 0.78rem; font-weight: 600; color: var(--Deep-Pink); text-align: center; }

/* BOTÓN COTIZA YA 3D */
.btn-cotiza {
    display: inline-block;
    font-family: var(--font-sans); font-weight: 700; font-size: 1.15rem;
    letter-spacing: 2px; text-transform: uppercase;
    padding: 16px 55px; color: white; border-radius: 50px;
    text-decoration: none; border: none; cursor: pointer;
    background: linear-gradient(180deg, #e891bc 0%, #d4679d 50%, #c55890 100%);
    box-shadow: 0 8px 0 #9e3570, 0 12px 20px rgba(160,60,120,0.35), inset 0 1px 0 rgba(255,255,255,0.3);
    transition: all 0.12s ease;
    position: relative;
}
.btn-cotiza:hover { transform: translateY(3px); box-shadow: 0 5px 0 #9e3570, 0 8px 15px rgba(160,60,120,0.3), inset 0 1px 0 rgba(255,255,255,0.3); color: white; }
.btn-cotiza:active { transform: translateY(7px); box-shadow: 0 1px 0 #9e3570, 0 3px 8px rgba(160,60,120,0.2); color: white; }

/* COLUMNA DERECHA: sociales + foto */
.hero-right { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; padding: 0 20px 0 10px; }

/* Botón "Contáctame" pill */
.social-pill-main {
    display: flex; align-items: center; gap: 8px;
    background: var(--Deep-Pink); color: white;
    font-family: var(--font-sans); font-size: 0.75rem; font-weight: 700;
    letter-spacing: 0.5px; text-transform: uppercase;
    padding: 12px 18px; border-radius: 50px;
    box-shadow: 0 5px 15px rgba(232,101,154,0.4);
    transition: var(--transition); white-space: nowrap;
}
.social-pill-main:hover { background: var(--Aqua); transform: translateX(-4px); color: white; }

/* Íconos sociales circulares */
.social-icons-row { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }

.s-icon {
    width: 52px; height: 52px; border-radius: 50%;
    background: var(--BeCrafty-Pink); color: white;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 5px 15px rgba(247,163,198,0.4);
    transition: var(--transition); text-decoration: none; font-size: 1rem;
}
.s-icon:hover { background: var(--Aqua); transform: scale(1.1); color: white; }
.s-icon svg { width: 22px; height: 22px; fill: white; }

/* Ícono correo grande (solitario) */
.s-icon-mail {
    width: 52px; height: 52px; border-radius: 50%;
    background: var(--BeCrafty-Pink); color: white;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 5px 15px rgba(247,163,198,0.4);
    transition: var(--transition); text-decoration: none;
}
.s-icon-mail:hover { background: var(--Aqua); transform: scale(1.1); }
.s-icon-mail svg { width: 24px; height: 24px; fill: white; }

/* Foto de escritorio */
.desk-photo { width: 100%; max-width: 240px; border-radius: 18px; box-shadow: 0 15px 40px rgba(0,0,0,0.12); margin-top: 5px; }

/* ONDA DECORATIVA entre secciones */
.section-wave { display: block; width: 100%; overflow: hidden; line-height: 0; margin: 0; }
.section-wave svg { display: block; width: 100%; }

/* BOTONES genéricos */
.btn { font-family: var(--font-sans); font-weight: 500; padding: 14px 35px; border-radius: var(--border-radius); transition: var(--transition); border: none; cursor: pointer; text-decoration: none; display: inline-block; font-size: 1rem; }
.btn-primary { background-color: var(--BeCrafty-Pink); color: white; }
.btn-primary:hover { background-color: var(--Aqua); transform: translateY(-3px); box-shadow: 0 10px 20px rgba(247,163,198,0.3); color: white; }
.btn-secondary { background-color: var(--Aqua); color: white; }
.btn-secondary:hover { background-color: var(--Lavender); transform: translateY(-3px); color: white; }

/* SECCIONES */
section { padding: 80px 0; }
.section-title { color: var(--Deep-Pink); font-size: 2.5rem; margin-bottom: 2rem; text-align: center; display: block; position: relative; }
.section-title::after { content: ''; display: block; width: 80px; height: 4px; background: linear-gradient(90deg, var(--BeCrafty-Pink), var(--Aqua)); border-radius: 50px; margin: 10px auto 0; }
.section-subtitle { text-align: center; color: var(--Aqua); font-size: 1.1rem; margin-bottom: 2rem; }

/* SERVICIOS sección completa */
.servicios-section { background: white; border-radius: 40px; margin: 0 20px; text-align: center; box-shadow: 0 20px 60px rgba(247,163,198,0.1); }
.servicios-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 25px; margin-top: 40px; }
.servicio-card { border-radius: var(--border-radius-card); overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.05); transition: var(--transition); background-color: var(--Warm-White); border: 2px solid var(--Light-Pink); text-align: left; }
.servicio-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(247,163,198,0.2); border-color: var(--BeCrafty-Pink); }
.card-header { height: 12px; background: linear-gradient(90deg, var(--BeCrafty-Pink), var(--Aqua), var(--Lavender)); }
.card-body { padding: 25px; }
.card-body h3 { color: var(--Deep-Pink); margin: 0 0 10px; }

/* GALERÍA */
.galeria-section { text-align: center; }
.instagram-gallery { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; margin-top: 30px; }
.instagram-item { border-radius: 20px; overflow: hidden; position: relative; aspect-ratio: 1; background: var(--Light-Pink); }
.instagram-item img { width: 100%; height: 100%; object-fit: cover; transition: var(--transition); }
.instagram-overlay { position: absolute; inset: 0; background: rgba(247,163,198,0.85); display: flex; align-items: center; justify-content: center; opacity: 0; transition: var(--transition); color: white; font-weight: 600; border-radius: 20px; }
.instagram-item:hover img { transform: scale(1.05); }
.instagram-item:hover .instagram-overlay { opacity: 1; }

/* TESTIMONIOS */
.testimonios-section { text-align: center; }
.testimonials-carousel { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 25px; margin-top: 30px; }
.testimonial-item { background: white; border-radius: 25px; padding: 30px; border: 2px solid var(--Light-Pink); box-shadow: 0 10px 30px rgba(247,163,198,0.1); text-align: left; }
.testimonial-content p { font-style: italic; color: var(--Soft-Black); margin-bottom: 15px; }
.testimonial-author strong { display: block; color: var(--Deep-Pink); font-family: var(--font-script); font-size: 1.1rem; }
.testimonial-author span { font-size: 0.85rem; color: var(--Aqua); }

/* BLOG */
.blog-section { text-align: center; }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: 25px; margin-top: 30px; }
.blog-card { border-radius: var(--border-radius-card); overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.05); transition: var(--transition); background: white; border: 2px solid var(--Light-Pink); text-align: left; }
.blog-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(247,163,198,0.15); }
.blog-thumbnail img { width: 100%; height: 200px; object-fit: cover; }
.blog-content { padding: 20px; }
.blog-content .blog-title a { color: var(--Deep-Pink); }
.blog-content .blog-title a:hover { color: var(--Aqua); }
.read-more { color: var(--BeCrafty-Pink); font-weight: 600; transition: var(--transition); }
.read-more:hover { color: var(--Aqua); }

/* FAQ */
.faq-section { text-align: center; }
.faq-accordion { max-width: 800px; margin: 30px auto 0; display: flex; flex-direction: column; gap: 15px; text-align: left; }
.faq-item { background: white; border-radius: 20px; border: 2px solid var(--Light-Pink); overflow: hidden; box-shadow: 0 5px 20px rgba(247,163,198,0.1); }
.faq-question { padding: 20px 25px; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: var(--Deep-Pink); transition: var(--transition); }
.faq-question:hover { background: var(--Light-Pink); }
.faq-question::after { content: '✨'; font-size: 0.9rem; }
.faq-answer { padding: 0 25px; max-height: 0; overflow: hidden; transition: all 0.35s ease; color: var(--Soft-Black); opacity: 0.8; }
.faq-item.active .faq-answer { padding: 0 25px 20px; max-height: 200px; }

/* CONTACTO */
.contacto-section { background: white; border-radius: 40px; margin: 0 20px; box-shadow: 0 20px 60px rgba(247,163,198,0.1); }
.contacto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.contacto-info .section-title { text-align: left; }
.contacto-info .section-title::after { margin: 10px 0 0; }
.contact-details p { margin: 8px 0; }
.contact-details a { color: var(--Aqua); }
.simple-contact-form { display: flex; flex-direction: column; gap: 15px; }
.simple-contact-form input, .simple-contact-form textarea { width: 100%; padding: 14px 20px; border: 2px solid var(--Light-Pink); border-radius: 20px; font-family: var(--font-sans); font-size: 0.95rem; transition: var(--transition); background: var(--Warm-White); outline: none; color: var(--Soft-Black); }
.simple-contact-form input:focus, .simple-contact-form textarea:focus { border-color: var(--BeCrafty-Pink); box-shadow: 0 0 0 3px rgba(247,163,198,0.2); }
.simple-contact-form textarea { resize: vertical; min-height: 120px; }
.form-status { padding: 10px 15px; border-radius: 15px; font-size: 0.9rem; font-weight: 500; }
.form-status.success { background: #d4edda; color: #155724; }
.form-status.error { background: #f8d7da; color: #721c24; }

/* FOOTER */
.site-footer { background: linear-gradient(135deg, var(--BeCrafty-Pink) 0%, var(--Light-Pink) 100%); padding: 40px 0 20px; margin-top: 60px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 20px; padding-top: 20px; border-top: 2px solid rgba(255,255,255,0.3); }
.copyright { color: white; font-size: 0.9rem; }
.social-links { display: flex; gap: 12px; align-items: center; }
.social-links a { display: flex; align-items: center; gap: 6px; color: white; font-size: 0.85rem; font-weight: 500; padding: 8px 15px; background: rgba(255,255,255,0.2); border-radius: 50px; transition: var(--transition); }
.social-links a:hover { background: rgba(255,255,255,0.4); }
.social-links svg { width: 18px; height: 18px; fill: white; flex-shrink: 0; }

/* WHATSAPP FLOTANTE */
.whatsapp-float { position: fixed; bottom: 30px; right: 30px; width: 62px; height: 62px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 25px rgba(37,211,102,0.5); z-index: 999; transition: var(--transition); }
.whatsapp-float:hover { transform: scale(1.15); box-shadow: 0 12px 35px rgba(37,211,102,0.6); }
.whatsapp-float svg { width: 32px; height: 32px; fill: white; }

/* RESPONSIVE */
@media (max-width: 960px) {
    .hero-body { grid-template-columns: 1fr; padding: 30px 20px 40px; gap: 30px; }
    .hero-left { flex-direction: row; justify-content: center; }
    .logo-circle { width: 120px; height: 120px; }
    .brand-lockup .brand-name { font-size: 2.2rem; }
    .hero-right { align-items: center; }
    .desk-photo { display: none; }
    .social-icons-row { justify-content: center; }
    .instagram-gallery { grid-template-columns: repeat(2,1fr); }
    .contacto-grid { grid-template-columns: 1fr; gap: 30px; }
    .mobile-menu-toggle { display: flex; }
    .main-navigation { display: none; }
    .main-navigation.is-open { display: block; }
    .primary-menu { flex-direction: column; padding: 15px 0; gap: 5px; }
}
@media (max-width: 600px) {
    .marquesina-toldo { height: 60px; }
    .marquesina-label { font-size: 1.1rem; letter-spacing: 3px; }
    .servicios-grid { grid-template-columns: 1fr 1fr; }
    .blog-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; text-align: center; }
}
