.elementor-419 .elementor-element.elementor-element-005640f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-9b4eb72 *//*
==================================================
DESIGN SYSTEM & BASE STYLES
==================================================
*/
:root {
    --primary-brand: #3A322F;
    --primary-action: #C97B62;
    --accent-whatsapp: #25D366;
    --accent-whatsapp-hover: #1DA851;
    --background-main: #F5EFE6;
    --background-white: #FFFFFF;
    --text-dark: #3A322F;
    --text-light: #5c5552;
    --white: #FFFFFF;
    --border-color: #e0d9cf;

    --font-heading-serif: 'Playfair Display', serif;
    --font-heading-sans: 'Montserrat', sans-serif;
    --font-body: 'Open Sans', sans-serif;
}

/* Base Reset */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--text-dark);
    background-color: var(--background-main);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
h1, h2, h3, h4 { font-family: var(--font-heading-sans); font-weight: 700; color: var(--text-dark); line-height: 1.3; }
p { color: var(--text-light); }

/* Scroll Animation */
.animate-on-scroll { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.animate-on-scroll.is-visible { opacity: 1; transform: translateY(0); }

/*
==================================================
1. WHATSAPP HERO
==================================================
*/
.hero { background-color: var(--background-white); padding: 4rem 0; }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; }
.hero-visual .main-image { width: 100%; border-radius: 8px; box-shadow: 0 15px 40px rgba(0,0,0,0.1); }
.thumbnail-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 1rem; }
.thumbnail { width: 100%; aspect-ratio: 4 / 3; border-radius: 6px; border: 2px solid transparent; overflow: hidden; cursor: pointer; transition: all 0.3s; }
.thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.thumbnail.active, .thumbnail:hover { border-color: var(--primary-action); }

.hero-info h1 { font-family: var(--font-heading-serif); font-size: 2.5rem; margin-bottom: 1rem; }
.hero-info .description { font-size: 1.125rem; margin-bottom: 2rem; }
.key-data-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-bottom: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid var(--border-color); }
.key-data-item { display: flex; align-items: center; gap: 0.75rem; }
.key-data-item .icon { font-size: 1.25rem; color: var(--primary-action); }
.key-data-item .label { font-weight: 600; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.75rem; width: 100%; text-align: center; padding: 1rem; font-family: var(--font-heading-sans); font-weight: 700; text-decoration: none; border-radius: 6px; transition: all 0.3s; cursor: pointer; border: none; font-size: 1.125rem; }
.btn-whatsapp { background-color: var(--accent-whatsapp); color: var(--white); }
.btn-whatsapp:hover { background-color: var(--accent-whatsapp-hover); box-shadow: 0 5px 15px rgba(0,0,0,0.1); transform: translateY(-2px); }
.secondary-cta { text-align: center; margin-top: 1rem; font-size: 0.9rem; }
.secondary-cta a { color: var(--text-dark); font-weight: 600; }

/*
==================================================
2. TRUST BAR
==================================================
*/
.trust-bar { padding: 3rem 0; }
.trust-bar h4 { text-align: center; font-size: 1rem; font-weight: 600; color: #777; margin-bottom: 2rem; letter-spacing: 0.5px; }
.logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 2rem 3rem; }
.logo-item { max-height: 45px; max-width: 120px; filter: grayscale(100%); opacity: 0.7; transition: all 0.3s; object-fit: contain; }
.logo-item:hover { filter: none; opacity: 1; }

/*
==================================================
3. CUSTOMIZATION SHOWCASE
==================================================
*/
.customization-section { background-color: var(--background-white); padding: 5rem 0; }
.section-header { text-align: center; margin-bottom: 4rem; }
.section-header h2 { font-size: 2.25rem; }
.section-header p { max-width: 600px; margin: 1rem auto 0 auto; }
.customization-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
.customization-item { background-color: var(--background-light); border: 1px solid var(--border-color); border-radius: 8px; padding: 2rem; text-align: center; }
.customization-item .icon { font-size: 2rem; color: var(--primary-action); margin-bottom: 1rem; }
.customization-item h3 { font-size: 1.125rem; font-weight: 700; margin-bottom: 0.5rem; }
.customization-item p { font-size: 0.95rem; color: #5c5552; margin: 0; }

/*
==================================================
4. PROCESS TIMELINE
==================================================
*/
.process-section { padding: 5rem 0; }
.process-flow { display: grid; grid-template-columns: 1fr; gap: 3.5rem; }
.process-step { text-align: center; position: relative; }
.step-module { background-color: var(--background-white); border: 1px solid var(--border-color); border-radius: 8px; padding: 2rem; box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
.step-number { font-size: 1.5rem; font-weight: 800; color: var(--primary-action); line-height: 1; margin-bottom: 1rem; display: block; }
.process-step h3 { font-size: 1.25rem; }
.doodle-wrapper { position: absolute; top: -30px; left: 50%; transform: translateX(-50%); width: 220px; height: 180px; pointer-events: none; }
.doodle-svg { width: 100%; height: 100%; overflow: visible; }
.doodle-svg path { stroke: var(--primary-action); stroke-width: 3; stroke-linecap: round; fill: none; }
.doodle-svg text { font-family: 'Caveat', cursive; font-size: 18px; fill: var(--primary-action); font-weight: bold; opacity: 0; }
.process-step.has-doodle.is-visible .doodle-svg path { stroke-dasharray: 500; stroke-dashoffset: 500; animation: draw-doodle 1.5s ease-out 0.5s forwards; }
.process-step.has-doodle.is-visible .doodle-svg text { animation: fade-in-text 0.5s ease-out 1.5s forwards; }
@keyframes draw-doodle { to { stroke-dashoffset: 0; } }
@keyframes fade-in-text { to { opacity: 1; } }

/*
==================================================
5. TECHNICAL SPECS & 6. FAQ
==================================================
*/
.specs-section { background-color: var(--background-white); padding: 5rem 0; }
.specs-list { display: grid; grid-template-columns: 1fr; }
.specs-item { display: contents; }
.specs-item dt, .specs-item dd { padding: 1rem; border-bottom: 1px solid var(--border-color); }
.specs-item dt { font-weight: 600; background-color: var(--background-light); }

.faq-section { padding: 5rem 0; }
.faq-container { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border-color); }
.faq-item summary { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 0; font-size: 1.125rem; font-weight: 600; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .icon { transition: transform 0.3s; }
.faq-item[open] summary .icon { transform: rotate(45deg); }
.faq-item .answer { padding: 0 0 1.5rem 0; }

/*
==================================================
7. STICKY WHATSAPP BAR
==================================================
*/
.sticky-cta-bar {
    position: fixed; bottom: 0; left: 0; right: 0; background-color: var(--accent-whatsapp); color: var(--white);
    padding: 1rem; z-index: 100; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.1); transform: translateY(100%); animation: slide-up 0.5s ease-out 1s forwards; text-align: center;
}
@keyframes slide-up { to { transform: translateY(0); } }
.sticky-cta-bar p { color: var(--white); margin: 0; font-weight: 600; font-size: 1rem; }
.btn-sticky { background-color: var(--white); color: var(--accent-whatsapp); padding: 0.75rem 1.5rem; font-size: 1rem; }
.btn-sticky:hover { background-color: #f0f0f0; }
body { padding-bottom: 120px; }

/* RESPONSIVE STYLES */
@media (min-width: 576px) {
    .customization-grid { grid-template-columns: 1fr 1fr; }
    .specs-list { grid-template-columns: 200px 1fr; }
    .key-data-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 768px) {
    .process-flow { grid-template-columns: repeat(3, 1fr); }
    .sticky-cta-bar { flex-direction: row; gap: 1.5rem; }
    body { padding-bottom: 80px; }
}
@media (min-width: 1024px) {
    .hero-grid { grid-template-columns: 55% 45%; }
    .customization-grid { grid-template-columns: repeat(4, 1fr); }
}/* End custom CSS */