:root {
    --site-blue: #1d4ed8;
    --site-blue-deep: #1e3a8a;
    --site-blue-soft: #eff6ff;
    --site-navy: #0f172a;
    --site-text: #0f172a;
    --site-muted: #475569;
    --site-line: rgba(15, 23, 42, 0.08);
    --site-card: #ffffff;
    --site-radius: 1.25rem;
    --bs-primary: #1d4ed8;
    --bs-primary-rgb: 29, 78, 216;
    --bs-link-color: #1d4ed8;
    --bs-link-hover-color: #1e40af;
}

body.site-landing {
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color: var(--site-text);
    background: #f8fafc;
    letter-spacing: -0.01em;
}

.site-landing h1,
.site-landing h2,
.site-landing h3,
.site-section-title {
    letter-spacing: -0.035em;
    color: var(--site-navy);
}

.site-navbar {
    backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, 0.86) !important;
}

.site-brand-mark {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 0.7rem;
    background: linear-gradient(160deg, #3b82f6 0%, #1d4ed8 100%);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(29, 78, 216, 0.28);
}

.site-navbar .nav-link {
    color: #334155;
    font-weight: 600;
    font-size: 0.95rem;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus {
    color: var(--site-blue);
}

.site-btn-primary {
    background: linear-gradient(180deg, #3b82f6 0%, #1d4ed8 100%);
    border: 1px solid #1e40af;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(29, 78, 216, 0.22);
}

.site-btn-primary:hover,
.site-btn-primary:focus {
    background: linear-gradient(180deg, #2563eb 0%, #1e40af 100%);
    border-color: #1e3a8a;
    color: #fff;
}

.site-btn-ghost {
    border: 1px solid rgba(29, 78, 216, 0.28);
    color: var(--site-blue);
    background: #fff;
    font-weight: 700;
}

.site-btn-ghost:hover,
.site-btn-ghost:focus {
    background: var(--site-blue-soft);
    border-color: var(--site-blue);
    color: var(--site-blue-deep);
}

.site-btn-whatsapp {
    background: #16a34a;
    border: 1px solid #15803d;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(22, 163, 74, 0.22);
}

.site-btn-whatsapp:hover,
.site-btn-whatsapp:focus {
    background: #15803d;
    border-color: #166534;
    color: #fff;
}

.site-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(900px 420px at 12% -10%, rgba(59, 130, 246, 0.22), transparent 55%),
        radial-gradient(700px 360px at 100% 10%, rgba(14, 165, 233, 0.16), transparent 50%),
        linear-gradient(180deg, #f0f7ff 0%, #ffffff 62%, #f8fafc 100%);
}

.site-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(15, 23, 42, 0.045) 1px, transparent 1px);
    background-size: 22px 22px;
    mask-image: linear-gradient(180deg, #000 0%, transparent 88%);
    pointer-events: none;
}

.site-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(29, 78, 216, 0.16);
    color: var(--site-blue);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-hero-visual {
    position: relative;
    min-height: 28rem;
    padding-right: 0;
}

@media (min-width: 992px) {
    .site-hero-visual {
        padding-right: 4.5rem;
        padding-bottom: 1.5rem;
    }
}

.site-phone {
    width: min(100%, 18.5rem);
    margin-inline: auto;
    border-radius: 2rem;
    border: 10px solid #0f172a;
    background: #f8fafc;
    box-shadow:
        0 30px 60px rgba(15, 23, 42, 0.18),
        0 0 0 1px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

.site-phone-bar {
    height: 1.4rem;
    background: #0f172a;
    position: relative;
}

.site-phone-bar::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0.28rem;
    transform: translateX(-50%);
    width: 4.5rem;
    height: 0.55rem;
    border-radius: 999px;
    background: #1e293b;
}

.site-phone-screen {
    padding: 0.85rem 0.85rem 1rem;
}

.site-phone-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.site-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.22rem 0.55rem;
}

.site-chip-open {
    background: #ecfdf5;
    color: #047857;
}

.site-item {
    background: #fff;
    border: 1px solid var(--site-line);
    border-radius: 0.85rem;
    padding: 0.7rem 0.8rem;
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.site-item-status {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    margin-top: 0.35rem;
    flex-shrink: 0;
}

.site-float-card {
    position: absolute;
    right: 0;
    bottom: 1.5rem;
    width: 13.5rem;
    background: #fff;
    border-radius: 1.1rem;
    padding: 0.9rem 1rem;
    border: 1px solid var(--site-line);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.site-card-hover {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 1.25rem 2.4rem rgba(29, 78, 216, 0.12) !important;
}

.site-product-card {
    border: 1px solid var(--site-line);
    background: var(--site-card);
}

.site-product-card--featured {
    box-shadow: 0 1.15rem 2.4rem rgba(29, 78, 216, 0.1) !important;
    border-color: rgba(29, 78, 216, 0.16);
}

.site-product-card--soon {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.site-feature-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--site-blue-soft);
    color: var(--site-blue);
    font-size: 1.25rem;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 5.75rem;
}

.site-op-card {
    border: 1px solid var(--site-line);
    background: #fff;
    border-radius: var(--site-radius);
    padding: 1.4rem 1.35rem;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.site-op-card:hover {
    transform: translateY(-4px);
    border-color: rgba(29, 78, 216, 0.2);
    box-shadow: 0 1rem 1.8rem rgba(15, 23, 42, 0.07);
}

.site-step-num {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.8rem;
    background: linear-gradient(160deg, #3b82f6, #1d4ed8);
    color: #fff;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 16px rgba(29, 78, 216, 0.22);
}

.site-cta-band {
    background:
        radial-gradient(600px 220px at 10% 0%, rgba(147, 197, 253, 0.35), transparent 60%),
        linear-gradient(135deg, #1e3a8a 0%, #1d4ed8 55%, #2563eb 100%);
}

.site-check i {
    color: #059669;
}

.site-price-note {
    color: var(--site-muted);
    font-size: 0.95rem;
    font-weight: 600;
}

.site-price-note strong {
    color: var(--site-navy);
}

.site-price-card {
    background: #fff;
    border: 1px solid rgba(29, 78, 216, 0.18);
    border-radius: 1.5rem;
    padding: 1.75rem 1.6rem 1.6rem;
    box-shadow: 0 1.15rem 2.4rem rgba(29, 78, 216, 0.1);
    height: 100%;
}

.site-price-amount {
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
    flex-wrap: wrap;
    margin: 0.15rem 0 0.35rem;
}

.site-price-amount .site-price-currency {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--site-navy);
}

.site-price-amount .site-price-value {
    font-size: clamp(2.4rem, 6vw, 3.25rem);
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1;
    color: var(--site-navy);
}

.site-price-amount .site-price-period {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--site-muted);
}

.site-price-trial {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
    padding: 0.35rem 0.8rem;
    letter-spacing: 0.02em;
}

.site-footer {
    background: #0b1220;
}

@media (max-width: 991.98px) {
    .site-hero-visual {
        min-height: 0;
        margin-top: 1rem;
    }

    .site-float-card {
        position: static;
        width: 100%;
        margin-top: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .site-card-hover,
    .site-op-card {
        transition: none;
    }
}
