:root {
    color-scheme: light;
}

body {
    background: #fff;
}

.site-main {
    overflow-x: hidden;
}

.site-navbar {
    background: transparent;
    box-shadow: none;
}

.site-navbar.is-inner,
.site-navbar.is-scrolled {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.site-navbar .nav-link,
.site-navbar .mobile-toggle-icon {
    color: rgba(255, 255, 255, 0.9);
}

.site-navbar.is-inner .nav-link,
.site-navbar.is-inner .mobile-toggle-icon,
.site-navbar.is-scrolled .nav-link,
.site-navbar.is-scrolled .mobile-toggle-icon {
    color: #374151;
}

.site-navbar .nav-link:hover {
    color: #fdba74;
}

.site-navbar.is-inner .nav-link:hover,
.site-navbar.is-scrolled .nav-link:hover {
    color: #f97316;
}

body.mobile-nav-open {
    overflow: hidden;
}

.service-page-content > * + * {
    margin-top: 1rem;
}

.service-page-content ul,
.service-page-content ol {
    padding-left: 1.25rem;
}

.service-page-content ul {
    list-style: disc;
}

.service-page-content ol {
    list-style: decimal;
}

.service-page-content a {
    color: #f97316;
    font-weight: 600;
}

.service-page-content strong {
    color: #111827;
}

.preview-success-card,
.preview-error-card {
    min-height: 100%;
}

.hero-preview-background {
    background-color: #08111f;
}

.hero-preview-background::before,
.hero-preview-background::after {
    content: "";
    position: absolute;
    inset: 0;
}

.hero-preview-background::before {
    background:
        radial-gradient(circle at 15% 20%, rgba(249, 115, 22, 0.28), transparent 30%),
        radial-gradient(circle at 82% 22%, rgba(59, 130, 246, 0.22), transparent 28%),
        linear-gradient(135deg, rgba(4, 10, 20, 0.96) 0%, rgba(12, 27, 51, 0.92) 52%, rgba(10, 18, 34, 0.98) 100%);
}

.hero-preview-background::after {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent 92%);
}

.hero-preview-background--2::before {
    background:
        radial-gradient(circle at 18% 24%, rgba(251, 191, 36, 0.18), transparent 28%),
        radial-gradient(circle at 82% 26%, rgba(34, 197, 94, 0.14), transparent 26%),
        linear-gradient(135deg, rgba(7, 16, 31, 0.98) 0%, rgba(17, 36, 66, 0.94) 46%, rgba(9, 22, 40, 0.98) 100%);
}

.hero-preview-background--3::before {
    background:
        radial-gradient(circle at 20% 18%, rgba(14, 165, 233, 0.2), transparent 28%),
        radial-gradient(circle at 78% 22%, rgba(249, 115, 22, 0.2), transparent 26%),
        linear-gradient(135deg, rgba(4, 12, 24, 0.98) 0%, rgba(13, 32, 58, 0.94) 48%, rgba(7, 18, 35, 0.98) 100%);
}

.hero-preview-overlay {
    background:
        linear-gradient(90deg, rgba(6, 14, 28, 0.9) 0%, rgba(6, 14, 28, 0.74) 38%, rgba(6, 14, 28, 0.38) 68%, rgba(6, 14, 28, 0.2) 100%),
        linear-gradient(180deg, rgba(249, 115, 22, 0.14) 0%, rgba(2, 6, 23, 0) 42%, rgba(2, 6, 23, 0.42) 100%);
}

.hero-preview-shell {
    z-index: 2;
    display: flex;
    align-items: stretch;
}

.hero-preview-shell__inner {
    width: min(100%, 1360px);
    margin: 0 auto;
    min-height: 100%;
    display: flex;
    align-items: center;
    padding: clamp(6rem, 8vw, 7.5rem) clamp(1.25rem, 3vw, 2.75rem) clamp(10rem, 13vw, 12rem);
}

.hero-preview-copy {
    width: 100%;
    padding: 1.6rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(10, 18, 34, 0.72) 0%, rgba(10, 18, 34, 0.52) 100%);
    box-shadow: 0 22px 60px rgba(2, 6, 23, 0.28);
    backdrop-filter: blur(14px);
}

.hero-preview-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.8fr);
    gap: clamp(1.5rem, 3vw, 2.75rem);
    align-items: stretch;
}

.hero-preview-main {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-preview-badge {
    padding: 0.6rem 0.95rem;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.92);
    color: #ffffff;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    box-shadow: 0 16px 36px rgba(249, 115, 22, 0.28);
}

.hero-preview-title {
    text-shadow: 0 8px 24px rgba(2, 6, 23, 0.4);
}

.hero-preview-subtitle {
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.75;
    text-shadow: 0 4px 12px rgba(2, 6, 23, 0.35);
}

.hero-preview-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.hero-preview-point {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.94);
    font-size: 0.88rem;
    font-weight: 600;
}

.hero-preview-point i {
    color: #fdba74;
    font-size: 1rem;
}

.hero-preview-actions {
    margin-top: 1.5rem;
}

.hero-preview-aside {
    min-width: 0;
    display: grid;
    gap: 1rem;
    align-content: stretch;
}

.hero-preview-panel {
    position: relative;
    overflow: hidden;
    padding: 1.35rem;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%),
        linear-gradient(145deg, rgba(15, 23, 42, 0.8) 0%, rgba(8, 15, 29, 0.88) 100%);
    box-shadow: 0 18px 45px rgba(2, 6, 23, 0.22);
    backdrop-filter: blur(14px);
}

.hero-preview-panel::before {
    content: "";
    position: absolute;
    inset: auto -10% 60% 45%;
    height: 160px;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.22) 0%, rgba(249, 115, 22, 0) 70%);
    pointer-events: none;
}

.hero-preview-panel--primary {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px;
}

.hero-preview-panel--secondary {
    display: grid;
    gap: 0.85rem;
}

.hero-preview-panel-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.5rem 0.8rem;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.14);
    color: #fdba74;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-preview-panel-title {
    display: block;
    margin-top: 1rem;
    color: #ffffff;
    font-size: clamp(1.5rem, 2vw, 2rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.hero-preview-panel-copy {
    margin-top: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.98rem;
    line-height: 1.7;
}

.hero-preview-tag-list {
    margin-top: 1.1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.hero-preview-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.68rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.82rem;
    font-weight: 600;
}

.hero-preview-mini-stat {
    padding: 0.95rem 1rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
}

.hero-preview-mini-stat strong {
    display: block;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
}

.hero-preview-mini-stat small {
    display: block;
    margin-top: 0.35rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    line-height: 1.55;
}

.hero-call-button,
.hero-ghost-button {
    min-height: 64px;
    padding: 0.85rem 1.1rem;
    border-radius: 18px;
    text-decoration: none;
    backdrop-filter: blur(12px);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.hero-call-button {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(234, 88, 12, 0.34);
}

.hero-call-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 44px rgba(234, 88, 12, 0.4);
}

.hero-call-button__icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(135deg, #fff7ed 0%, #fde68a 48%, #fed7aa 100%);
    font-size: 1.2rem;
    flex: 0 0 auto;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 12px 24px rgba(124, 45, 18, 0.24);
}

.hero-call-button__icon i {
    background: linear-gradient(135deg, #f97316 0%, #ef4444 55%, #facc15 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.hero-call-button__copy {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.hero-call-button__copy strong {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
}

.hero-call-button__copy small {
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.74rem;
    margin-top: 0.2rem;
}

.hero-ghost-button {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-weight: 700;
}

.hero-ghost-button:hover {
    background: rgba(255, 255, 255, 0.16);
}

.hero-preview-dots {
    z-index: 2;
}

.hero-preview-stats {
    z-index: 2;
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.22) 0%, rgba(2, 6, 23, 0.72) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

.hero-preview-stat-item {
    padding: 0.75rem 0.9rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

@media (max-width: 1023px) {
    .hero-preview-shell__inner {
        padding-top: 5.5rem;
        padding-bottom: 10.5rem;
    }

    .hero-preview-layout {
        grid-template-columns: 1fr;
    }

    .hero-preview-aside {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-preview-panel--primary {
        min-height: 0;
    }
}

.floating-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 70;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px 10px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(22, 163, 74, 0.3);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.floating-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 46px rgba(22, 163, 74, 0.34);
}

.floating-whatsapp__icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffffff 0%, #dcfce7 52%, #a7f3d0 100%);
    font-size: 1.5rem;
    flex: 0 0 auto;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 12px 24px rgba(20, 83, 45, 0.24);
}

.floating-whatsapp__icon i {
    background: linear-gradient(135deg, #22c55e 0%, #10b981 50%, #0f766e 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.floating-whatsapp__copy {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.floating-whatsapp__copy strong {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
}

.floating-whatsapp__copy small {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.72rem;
    margin-top: 2px;
}

body.menu-open .floating-whatsapp {
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 782px) {
    .admin-bar .site-navbar {
        top: 46px;
    }
}

@media (min-width: 783px) {
    .admin-bar .site-navbar {
        top: 32px;
    }
}

@media (max-width: 767px) {
    .hero-preview-shell__inner {
        width: 100%;
        align-items: flex-start;
        padding: 5.25rem 1rem 10rem;
    }

    .hero-preview-copy {
        width: 100%;
        padding: 1.1rem 1rem;
        border-radius: 22px;
    }

    .hero-preview-layout,
    .hero-preview-aside {
        grid-template-columns: 1fr;
    }

    .hero-preview-panel {
        padding: 1rem;
        border-radius: 18px;
    }

    .hero-preview-panel-title {
        font-size: 1.35rem;
    }

    .hero-preview-badge {
        font-size: 0.68rem;
        letter-spacing: 0.12em;
    }

    .hero-preview-subtitle {
        line-height: 1.6;
    }

    .hero-preview-point {
        width: 100%;
        justify-content: flex-start;
        border-radius: 14px;
    }

    .hero-preview-tag {
        width: 100%;
        justify-content: center;
    }

    .hero-call-button,
    .hero-ghost-button {
        width: 100%;
        justify-content: center;
    }

    .hero-preview-dots {
        bottom: 7.4rem;
    }

    .floating-whatsapp {
        right: 14px;
        bottom: 14px;
        width: 58px;
        height: 58px;
        padding: 0;
        justify-content: center;
    }

    .floating-whatsapp__icon {
        width: 58px;
        height: 58px;
        background: linear-gradient(135deg, #ffffff 0%, #dcfce7 52%, #a7f3d0 100%);
    }

    .floating-whatsapp__copy {
        display: none;
    }
}
