:root {
    --primary-color: #FFCC00;
    /* Yellow */
    --secondary-color: #4B2E1E;
    /* Brown/Chocolate */
    --accent-color: #FFFFFF;
    --text-color: #2D1B12;
    /* Darker Brown for text */
    --text-muted: #6B4E3D;
    --bg-color: #FFFFFF;
    --bg-alt: #FFF9E6;
    /* Light Yellow background */
    --container-width: 1200px;
    --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

[v-cloak] {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

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

.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 2rem;
}

.text-center {
    text-align: center;
}

h1,
h2,
h3 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul {
    list-style: none;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    text-transform: none;
    letter-spacing: 0.5px;
    font-size: 1rem;
    border: none;
    box-shadow: 0 4px 15px rgba(75, 46, 30, 0.1);
}

.btn.primary {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.btn.primary:hover {
    background-color: #5d3a26;
    transform: scale(1.05);
}

.btn.cta-hero {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(75, 46, 30, 0.4);
    }

    70% {
        transform: scale(1.02);
        box-shadow: 0 0 0 15px rgba(75, 46, 30, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(75, 46, 30, 0);
    }
}

.btn.whatsapp-float {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background-color: #25d366;
    color: white;
    z-index: 2000;
    width: 60px;
    height: 60px;
    padding: 0;
    border-radius: 50%;
    font-size: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 1.5rem 0;
    transition: var(--transition);
}

header.scrolled {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 1rem 0;
    box-shadow: 0 2px 15px rgba(75, 46, 30, 0.1);
}

header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    /* Guaranteed space between logo, links and button */
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.logo h1 {
    display: none;
    /* Substituted by .brand-text */
}

.brand-text {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--secondary-color);
    /* Reverted to dark */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Outfit', sans-serif;
    white-space: nowrap;
    transition: var(--transition);
}

header.scrolled .brand-text {
    color: var(--secondary-color);
    font-size: 1.1rem;
}

.brand-logo {
    height: 65px;
    width: 65px;
    object-fit: contain;
    border-radius: 50%;
    transition: var(--transition);
}

header.scrolled .brand-logo {
    height: 45px;
    width: 45px;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

.nav-links a {
    color: var(--secondary-color);
    /* Reverted to dark */
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Outfit', sans-serif;
    transition: var(--transition);
    white-space: nowrap;
}

header.scrolled .nav-links a {
    color: var(--secondary-color);
}

.nav-links a:hover {
    color: #8B4513;
    /* A darker shade of brown for hover */
    transform: translateY(-2px);
}

/* Hero Section */
.wave-texture::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 1000 600' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,100 Q250,50 500,100 T1000,100' fill='none' stroke='rgb(75, 46, 30)' stroke-opacity='0.08' stroke-width='3' /%3E%3Cpath d='M0,250 Q250,200 500,250 T1000,250' fill='none' stroke='rgb(75, 46, 30)' stroke-opacity='0.06' stroke-width='5' /%3E%3Cpath d='M0,400 Q250,350 500,400 T1000,400' fill='none' stroke='rgb(75, 46, 30)' stroke-opacity='0.1' stroke-width='2' /%3E%3Cpath d='M0,550 Q250,500 500,550 T1000,550' fill='none' stroke='rgb(75, 46, 30)' stroke-opacity='0.09' stroke-width='4' /%3E%3Cpath d='M-100,175 Q150,125 400,175 T900,175' fill='none' stroke='rgb(75, 46, 30)' stroke-opacity='0.05' stroke-width='6' /%3E%3C/svg%3E");
    background-size: cover;
    opacity: 0.8;
    pointer-events: none;
    z-index: 1;
}

.hero-section {
    min-height: 85vh;
    padding-top: 100px;
    background-color: var(--bg-alt);
    /* Light creamy base */
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Ensures horizontal centering */
}

/* Diagonal cut with textured "torn paper" effect - Subtle & Full Width */
.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background-color: var(--primary-color);
    z-index: 0;
    /* Mask for textured edge - Smoother organic feel */
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0 v75 c125,5 250,-5 375,5 c125,10 250,-10 375,0 c125,5 125,-10 250,0 V0 Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0 v75 c125,5 250,-5 375,5 c125,10 250,-10 375,0 c125,5 125,-10 250,0 V0 Z'/%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    /* Use the standard container width */
    width: 100%;
    margin: 0 auto;
}

.hero-mini-logo {
    width: 60px;
    height: auto;
    margin-bottom: 2rem;
    filter: drop-shadow(0 5px 15px rgba(75, 46, 30, 0.2));
}

.hero-text {
    text-align: left;
    color: var(--secondary-color);
    /* Restored dark text */
}

.hero-text h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: var(--secondary-color);
    margin-bottom: 1.5rem;
    line-height: 1.1;
    font-weight: 800;
}

.hero-text p {
    font-size: 1.2rem;
    color: var(--secondary-color);
    max-width: 500px;
    margin-bottom: 2.5rem;
    font-weight: 400;
    opacity: 0.9;
}

.hero-image-container {
    background: var(--primary-color);
    padding: 12px;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    /* Dynamic "blob" base */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    animation: floating 6s ease-in-out infinite, morph 8s ease-in-out infinite;
    /* Added morph animation */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transform: rotate(3deg);
    /* Angled as requested */
    transition: var(--transition);
}

.hero-main-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 70%;
    /* Matches container's flow */
    display: block;
    transition: var(--transition);
}

@keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@keyframes floating {
    0% {
        transform: translateY(0px) rotate(3deg);
    }

    50% {
        transform: translateY(-15px) rotate(5deg);
    }

    100% {
        transform: translateY(0px) rotate(3deg);
    }
}



/* Highlights Bar */
.highlights-bar {
    background: white;
    padding: 2.5rem 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 5;
}

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

.highlight-item {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.highlight-icon {
    font-size: 2rem;
    background: var(--bg-alt);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

.highlight-info strong {
    display: block;
    color: var(--secondary-color);
    font-size: 1.1rem;
}

.highlight-info span {
    color: var(--text-muted);
    font-size: 0.9rem;
}

/* Sections */
.section {
    padding: 6rem 0;
}

.section.alt {
    background-color: var(--bg-alt);
}

.subtitle {
    color: var(--secondary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    font-weight: 700;
    display: block;
    margin-bottom: 1rem;
    opacity: 0.7;
}

h2 {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 2rem;
}

/* Feature Product */
.featured-product-box {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: center;
    margin-top: 4rem;
    text-align: left;
}

.featured-img-container {
    background: var(--primary-color);
    padding: 10px;
    border-radius: 20px;
}

.featured-img-container .featured-product-image {
    width: 100%;
    height: 450px;
    border-radius: 12px;
    object-fit: cover;
    display: block;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 3rem;
    margin-top: 5rem;
    position: relative;
}

.process-step {
    position: relative;
    padding: 0;
    background: transparent;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 2;
}

.step-connector {
    position: absolute;
    top: 40px;
    left: calc(50% + 40px);
    width: calc(100% - 80px);
    height: 2px;
    border-top: 2px dashed rgba(75, 46, 30, 0.2);
    z-index: -1;
}

.product-mini-img {
    width: 100%;
    max-width: 200px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(75, 46, 30, 0.1);
    border: 4px solid white;
}

.process-step:hover .product-mini-img {
    transform: scale(1.05);
}

.step-icon-circle {
    width: 80px;
    height: 80px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 2rem;
    color: var(--secondary-color);
    transition: var(--transition);
    box-shadow: 0 5px 15px rgba(255, 204, 0, 0.3);
}

.step-icon-circle svg {
    width: 32px;
    height: 32px;
}

.process-step:hover .step-icon-circle {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(255, 204, 0, 0.5);
}

.step-cta {
    display: inline-block;
    margin-top: 1.5rem;
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    border-bottom: 2px solid var(--primary-color);
    transition: var(--transition);
}

.step-cta:hover {
    color: #8B4513;
    border-color: var(--secondary-color);
}

/* Humanized Block */
.humanized-section {
    padding: 8rem 0;
}

.humanized-content {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.5rem;
    font-style: italic;
    color: var(--secondary-color);
    line-height: 1.5;
}

.quote-icon {
    font-size: 3rem;
    color: var(--primary-color);
    display: block;
    margin-bottom: 1rem;
}

/* Info Bar */
.info-bar {
    background: var(--secondary-color);
    color: var(--primary-color);
    padding: 3rem 0;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    text-align: center;
}

.info-item h4 {
    color: white;
    margin-bottom: 0.5rem;
}

footer {
    padding: 2rem 0;
    background: #fdfdfd;
    border-top: 1px solid #eee;
}


.hero-logo {
    width: 250px;
    height: auto;
    object-fit: contain;
    margin-bottom: -1rem;
    filter: drop-shadow(0 10px 15px rgba(75, 46, 30, 0.2));
    border: none;
    border-radius: 50%;
}

/* Testimonials WhatsApp Style */
.testimonials-section {
    padding: 6rem 0;
    background: var(--bg-alt);
}

.chat-container {
    max-width: 500px;
    margin: 3rem auto;
    background: #e5ddd5;
    /* WhatsApp background color */
    background-image: url('https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png');
    /* WhatsApp pattern */
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: 8px solid var(--secondary-color);
}

.message {
    max-width: 85%;
    padding: 0.8rem 1rem;
    font-size: 0.95rem;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.message.received {
    background: white;
    align-self: flex-start;
    border-radius: 0 15px 15px 15px;
    color: #333;
}

.message.sent {
    background: #FFCC00;
    /* Primary Yellow */
    color: var(--secondary-color);
    align-self: flex-end;
    border-radius: 15px 0 15px 15px;
    font-weight: 600;
}

.message .time {
    display: block;
    font-size: 0.7rem;
    text-align: right;
    margin-top: 0.3rem;
    opacity: 0.6;
}

.message .name {
    display: block;
    font-weight: 700;
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
    color: var(--secondary-color);
}

/* Animations */
.fade-in {
    opacity: 0;
    animation: fadeIn 1s ease forwards;
}

.delay-1 {
    animation-delay: 0.2s;
}

.delay-2 {
    animation-delay: 0.4s;
}

.delay-3 {
    animation-delay: 0.6s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {

    .nav-links {
        display: none;
        /* Keep hidden on small mobile, but we could add a toggle later if needed */
    }

    .cta-button {
        display: none;
    }

    .hero-content h2 {
        font-size: 2.5rem;
    }

    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 3rem;
    }

    .hero-text {
        text-align: center;
    }

    .hero-text p {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-section::after {
        display: block;
        width: 100%;
        left: 0;
        height: 60%;
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0 v75 c125,5 250,-5 375,5 c125,10 250,-10 375,0 c125,5 125,-10 250,0 V0 Z'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0 v75 c125,5 250,-5 375,5 c125,10 250,-10 375,0 c125,5 125,-10 250,0 V0 Z'/%3E%3C/svg%3E");
    }

    .highlights-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .step-connector {
        display: none;
    }

    .hero-content {
        padding-top: 40px;
    }

    .featured-product-box {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .featured-img-container .featured-product-image {
        height: 300px;
    }

    .process-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .process-step {
        padding: 1.5rem;
    }

    .product-mini-img {
        max-width: 180px;
    }
}