:root {
    --primary-orange: #FF6B35;
    --primary-blue: #2196F3;
    --primary-purple: #9C27B0;
    --primary-green: #4CAF50;
    --primary-yellow: #FFC107;
    --primary-color: #FF6B35;
    --primary-dark: #E55A2B;
    --text-dark: #111827;
    --text-medium: #4B5563;
    --text-light: #6B7280;
    --bg-white: #FFFFFF;
    --bg-light: #F9FAFB;
    --bg-lighter: #F3F4F6;
    --border-light: #E5E7EB;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    background-color: var(--bg-white);
    text-align: center;
}

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

.process-step li {
    padding: 10px 0 10px 28px;
    color: var(--text-medium);
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    text-align: left;
    display: inline-block;
}

.process-step ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

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

.footer-col ul {
    list-style: none;
    padding: 0;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 32px;
    align-items: center;
    text-align: left;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.header {
    background-color: var(--bg-white);
    box-shadow: var(--shadow-sm);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}

.logo {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: contain;
    mix-blend-mode: darken;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.nav-toggle span {
    width: 24px;
    height: 3px;
    background-color: var(--text-dark);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 32px;
    align-items: center;
}

.nav-menu a {
    color: var(--text-medium);
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s ease;
    white-space: nowrap;
}

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

.btn-cta {
    background-color: var(--primary-color);
    color: white !important;
    padding: 10px 24px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-cta:hover {
    background-color: var(--primary-dark);
    transform: translateY(-2px);
}

.hero {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    overflow: hidden;
}

.hero-slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.8s ease;
}

.hero-slide.active {
    opacity: 1;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.hero-logo-container {
    width: 300px;
    height: 300px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.hero-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero h1 {
    font-size: clamp(32px, 5vw, 60px);
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.hero p {
    font-size: 20px;
    margin-bottom: 32px;
    font-weight: 300;
    opacity: 0.95;
}

.hero-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
}

.hero-dots .dot {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-dots .dot.active {
    background-color: white;
    width: 32px;
    border-radius: 6px;
}

.trust-signals {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    padding: 60px 0;
    background-color: var(--bg-light);
}

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

.trust-number {
    font-size: 48px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 8px;
}

.trust-text {
    color: var(--text-medium);
    font-weight: 500;
}

.services {
    padding: 80px 0;
}

.services h2 {
    font-size: 40px;
    margin-bottom: 24px;
    text-align: center;
}

.section-intro {
    text-align: center;
    font-size: 18px;
    color: var(--text-medium);
    margin-bottom: 60px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.service-card {
    background-color: var(--bg-light);
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    border: 1px solid var(--border-light);
    text-align: center;
}

.service-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-8px);
}

.service-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-card h3 {
    font-size: 20px;
    margin: 20px 20px 12px;
    color: var(--text-dark);
    text-align: center;
}

.service-card p {
    padding: 0 20px 20px;
    color: var(--text-medium);
    font-size: 14px;
    text-align: center;
}

.benefits {
    background-color: var(--bg-light);
    padding: 80px 0;
}

.benefits h2 {
    font-size: 40px;
    margin-bottom: 60px;
    text-align: center;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.benefits-list {
    padding: 60px 0;
}

.benefits-list h2 {
    font-size: 40px;
    margin-bottom: 40px;
    margin-top: 20px;
    text-align: center;
}

.benefits-grid-two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.benefit-card,
.benefit-item {
    background-color: white;
    padding: 32px;
    border-radius: 12px;
    border: 1px solid var(--border-light);
    transition: all 0.3s ease;
    text-align: center;
}

.benefit-card:hover,
.benefit-item:hover {
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-color);
}

.benefit-card h3,
.benefit-item h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: var(--text-dark);
    text-align: center;
}

.benefit-card p,
.benefit-item p {
    color: var(--text-medium);
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

.btn-white,
.btn-link {
    display: inline-block;
    background-color: white;
    color: var(--primary-color);
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid white;
    cursor: pointer;
    border: none;
}

.btn-white:hover,
.btn-link:hover {
    background-color: var(--bg-light);
    transform: translateY(-2px);
}

.btn-link {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 12px 28px;
}

.btn-link:hover {
    background-color: var(--primary-color);
    color: white;
}

.btn-primary {
    display: inline-block;
    background-color: var(--primary-color);
    color: white;
    padding: 18px 48px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.btn-primary:hover {
    background-color: var(--primary-dark);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

.text-center {
    text-align: center;
    margin-top: 40px;
}

.transformations-highlight {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.transformations-highlight h2 {
    font-size: 42px;
    margin-bottom: 12px;
    color: white;
}

.transformations-highlight .section-intro {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 10px;
}

.cta-section {
    background: linear-gradient(135deg, var(--primary-orange) 0%, var(--primary-blue) 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.cta-section h2 {
    font-size: 40px;
    margin-bottom: 16px;
}

.cta-section p {
    font-size: 18px;
    margin-bottom: 32px;
    opacity: 0.95;
}

.testimonials {
    padding: 80px 0;
    background-color: var(--bg-light);
}

.testimonials h2 {
    font-size: 40px;
    margin-bottom: 60px;
    text-align: center;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
}

.testimonial-card {
    background-color: white;
    padding: 32px;
    border-radius: 12px;
    border: 1px solid var(--border-light);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-color);
}

.stars {
    color: var(--primary-yellow);
    margin-bottom: 12px;
    font-size: 18px;
}

.testimonial-card p {
    color: var(--text-medium);
    margin-bottom: 20px;
    font-style: italic;
    font-size: 14px;
    line-height: 1.6;
}

.testimonial-author {
    font-weight: 600;
    color: var(--text-dark);
    font-size: 14px;
}

.footer {
    background-color: #1F2937;
    color: #E5E7EB;
    padding: 60px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-col h4 {
    color: white;
    margin-bottom: 20px;
    font-size: 16px;
}

.footer-col p {
    color: #9CA3AF;
    font-size: 14px;
    margin-bottom: 12px;
}

.footer-col a {
    color: #9CA3AF;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-col a:hover {
    color: var(--primary-color);
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-logo {
    height: 50px;
    width: 50px;
    margin-bottom: 16px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: contain;
    mix-blend-mode: darken;
}

.footer-bottom {
    border-top: 1px solid #374151;
    padding-top: 32px;
    text-align: center;
}

.footer-bottom p {
    color: #9CA3AF;
    font-size: 14px;
}

.page-hero {
    background: linear-gradient(135deg, var(--primary-orange) 0%, var(--primary-blue) 100%);
    color: white;
    padding: 80px 0 60px;
    text-align: center;
}

.page-hero h1 {
    font-size: 48px;
    margin-bottom: 16px;
}

.page-hero p {
    font-size: 18px;
    opacity: 0.95;
}

.content-section {
    padding: 80px 0;
}

.content-section .container {
    background: #fff;
    border-radius: 12px;
    padding: 50px 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-left: 4px solid var(--primary-orange);
}

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

.content-section.alt-bg .container {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: white;
    border-left: 4px solid var(--primary-orange);
}

.content-section.alt-bg .container h2 {
    color: white;
}

.content-section.alt-bg .container p {
    color: rgba(255, 255, 255, 0.9);
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.content-text h2 {
    font-size: 36px;
    margin-bottom: 24px;
}

.content-text p {
    color: var(--text-medium);
    margin-bottom: 16px;
    line-height: 1.8;
}

.content-image {
    border-radius: 12px;
    overflow: hidden;
}

.content-image img {
    width: 100%;
    height: auto;
    display: block;
}

.static-comparison-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 40px auto;
    max-width: 1000px;
}

.comparison-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    background-color: var(--bg-light);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid var(--border-light);
}

.comparison-item {
    position: relative;
    text-align: center;
}

.static-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--primary-orange);
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
}

.comparison-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

@media (max-width: 768px) {
    .comparison-pair {
        grid-template-columns: 1fr;
    }
    .comparison-item img {
        height: 300px;
    }
}

.process-section {
    padding: 80px 0;
    background-color: var(--bg-light);
}

.process-section h2 {
    font-size: 40px;
    margin-bottom: 60px;
    text-align: center;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
}

.process-step {
    background-color: white;
    padding: 40px;
    border-radius: 12px;
    border: 1px solid var(--border-light);
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
}

.process-step:hover {
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-color);
    transform: translateY(-4px);
}

.step-number {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-orange) 0%, var(--primary-blue) 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.process-step h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--text-dark);
    font-weight: 600;
    text-align: center;
}

.process-step ul {
    list-style: none;
    padding: 0;
}

.process-step li {
    padding: 10px 0 10px 28px;
    color: var(--text-medium);
    font-size: 14px;
    line-height: 1.6;
    position: relative;
}

.process-step li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary-orange);
    font-weight: 700;
    font-size: 16px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    padding: 60px 0;
}

.gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.quote-form {
    max-width: 600px;
    margin: 40px auto;
    background-color: var(--bg-light);
    padding: 40px;
    border-radius: 12px;
    border: 1px solid var(--border-light);
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--text-dark);
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--border-light);
    border-radius: 6px;
    font-family: inherit;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.btn-submit {
    background-color: var(--primary-color);
    color: white;
    padding: 14px 32px;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: var(--primary-dark);
    transform: translateY(-2px);
}

/* Floating WhatsApp Button */
.whatsapp-button {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: var(--shadow-lg);
    z-index: 999;
    transition: all 0.3s ease;
    font-size: 30px;
}

.whatsapp-button:hover {
    background-color: #1fab54;
    transform: scale(1.1);
    bottom: 28px;
}

@media (max-width: 768px) {
    .whatsapp-button {
        bottom: 16px;
        right: 16px;
        width: 55px;
        height: 55px;
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .nav-toggle {
        display: flex;
    }

    .nav-menu {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        flex-direction: column;
        gap: 0;
        background-color: var(--bg-white);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        box-shadow: var(--shadow-md);
        padding: 0;
        align-items: flex-start;
        width: 100%;
    }

    .nav-menu.active {
        max-height: 400px;
        padding: 16px 0;
    }

    .nav-menu li {
        width: 100%;
    }

    .nav-menu a {
        display: block;
        padding: 12px 24px;
        width: 100%;
    }

    .nav-menu a.btn-cta {
        border-radius: 0;
    }

    .hero {
        min-height: 400px;
    }

    .hero h1 {
        font-size: 28px;
    }

    .hero p {
        font-size: 16px;
    }

    .hero-logo-container {
        width: 220px;
        height: 220px;
        padding: 10px;
    }

    .hero-logo img {
        width: 120px;
        height: 120px;
    }

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

    .content-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .content-text h2 {
        font-size: 28px;
    }

    .benefits-grid,
    .benefits-grid-two {
        grid-template-columns: 1fr;
    }

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

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .page-hero h1 {
        font-size: 32px;
    }

    .page-hero p {
        font-size: 16px;
    }

    .cta-section h2 {
        font-size: 32px;
    }

    .cta-section p {
        font-size: 16px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-section h2 {
        font-size: 32px;
    }

    .process-steps {
        grid-template-columns: 1fr;
    }

    .process-step {
        padding: 32px;
    }
}

.about-with-photo {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.about-photo {
    flex-shrink: 0;
    text-align: center;
}

.about-photo img {
    width: 280px;
    height: 340px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: var(--shadow-lg);
    border: 4px solid var(--primary-color);
}

.photo-caption {
    margin-top: 12px;
    font-weight: 600;
    color: var(--text-dark);
    font-size: 1.05rem;
}

@media (max-width: 768px) {
    .about-with-photo {
        flex-direction: column;
        align-items: center;
    }

    .about-photo img {
        width: 220px;
        height: 270px;
    }
}

.review-form-section {
    padding: 80px 0;
    background: var(--bg-light);
}

.review-form-section h2 {
    text-align: center;
    margin-bottom: 8px;
}

.review-form-section .section-subtitle {
    text-align: center;
    color: var(--text-medium);
    margin-bottom: 40px;
    font-size: 1.1rem;
}

.review-form-card {
    max-width: 600px;
    margin: 0 auto;
    background: var(--bg-white);
    border-radius: 12px;
    padding: 40px;
    box-shadow: var(--shadow-md);
    border-top: 4px solid var(--primary-color);
}

.review-form-card .form-group {
    margin-bottom: 24px;
}

.review-form-card label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-dark);
}

.review-form-card input[type="text"],
.review-form-card textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid var(--border-light);
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.review-form-card input[type="text"]:focus,
.review-form-card textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

.star-rating {
    display: flex;
    gap: 8px;
    cursor: pointer;
}

.star-rating .star {
    font-size: 2rem;
    color: #FFC107;
    transition: transform 0.2s ease, color 0.2s ease;
    user-select: none;
}

.star-rating .star:hover,
.star-rating .star.active {
    transform: scale(1.15);
}

.star-rating .star.inactive {
    color: #ddd;
}

.btn-submit-review {
    width: 100%;
    padding: 14px;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

.btn-submit-review:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
}

.btn-submit-review:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
}

.form-message {
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
    display: none;
}

.form-message.success {
    display: block;
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-message.error {
    display: block;
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}