:root {
    --bg-deep: #020a17;
    --bg-mid: #071933;
    --bg-right: #14335e;
    --text: #f6f8fc;
    --muted: rgba(255, 255, 255, .78);
    --muted-2: rgba(255, 255, 255, .58);
    --line: rgba(255, 255, 255, .14);
    --glass-1: rgba(208, 219, 233, .16);
    --glass-2: rgba(255, 255, 255, .06);
    --glass-stroke: rgba(255, 255, 255, .24);
    --blue: #a6b8ff;
    --container: 1280px;
    --shadow-xl: 0 35px 80px rgba(0, 0, 0, .45);
    --shadow-card: 0 18px 36px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .18);
    --radius-lg: 28px;
    --radius-md: 22px;
    --radius-sm: 14px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE e Edge */
}

html::-webkit-scrollbar {
    display: none; /* Chrome, Safari e Opera */
}

body {
    margin: 0;
    font-family: 'Inter', system-ui, sans-serif;
    color: var(--text);
    background: 
        radial-gradient(circle at 50% 20%, rgba(104, 169, 255, 0.15), transparent 40%),
        linear-gradient(180deg, rgba(2, 10, 23, 0.8) 0%, rgba(2, 10, 23, 0.95) 100%),
        url('/images/background2.png') center top / cover no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .28;
    background:
        repeating-linear-gradient(90deg,
            rgba(255, 255, 255, .015) 0 2.4%,
            transparent 2.4% 7%,
            rgba(255, 255, 255, .012) 7% 8.8%,
            transparent 8.8% 14.5%);
    mix-blend-mode: soft-light;
}

body::after {
    display: none;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(calc(100% - 42px), var(--container));
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.site-header {
    padding: 20px 0 12px;
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 58px;
    transition: all 0.3s ease;
}

.brand-mini {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
}

.brand-mini img {
    width: clamp(100px, 12vw, 140px);
    height: auto;
    object-fit: contain;
}

.top-copy {
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    color: rgba(255, 255, 255, .92);
    font-weight: 500;
    letter-spacing: -.01em;
    max-width: 240px;
}

@media (max-width: 820px) {
    .top-copy {
        display: none;
    }
}

.top-copy .brand-highlight {
    color: #8ec9ff;
}

.top-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

.chip-btn {
    padding: clamp(8px, 1.5vw, 10px) clamp(14px, 2vw, 20px);
    border-radius: 999px;
    font-size: clamp(11px, 2vw, 13px);
    font-weight: 700;
    color: rgba(18, 24, 36, .88);
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(255, 255, 255, .82);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
    white-space: nowrap;
}

.chip-btn.secondary {
    background: rgba(255, 255, 255, .16);
    color: #fff;
    border-color: rgba(255, 255, 255, .16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}

.hero {
    position: relative;
    padding-top: 6px;
}

.hero-topline {
    width: clamp(170px, 18vw, 270px);
    margin: 0 0 8px;
}

.hero-wrap {
    position: relative;
    min-height: 365px;
    padding-top: 40px;
    display: grid;
    place-items: flex-start center;
}

.hero-title {
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    z-index: 1;
    padding-top: 40px;
}

.hero-title h1 {
    margin: 0;
    font-size: clamp(4rem, 7.2vw, 6.75rem);
    font-weight: 800;
    line-height: .86;
    letter-spacing: -.08em;
    color: #f5f6fb;
    text-transform: uppercase;
    text-shadow: 0 12px 40px rgba(0, 0, 0, .22);
}

.hero-content-center {
    width: 100%;
    position: relative;
}

.hero-message {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    max-width: 800px;
    text-align: center !important;
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    letter-spacing: -.04em;
    z-index: 3;
    animation: float 5.3s ease-in-out infinite;
    text-shadow: 0 10px 30px rgba(0, 0, 0, .3);
}

.hero-message .brand-highlight {
    color: #8ec9ff;
    font-size: 1.1em;
}

.hero-brand-display {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -30px;
    z-index: 1;
}

.hero-brand-main {
    display: flex;
    justify-content: center;
    position: relative;
}

.hero-penguin-display {
    width: clamp(280px, 48vw, 620px);
    height: auto;
    margin: 0;
    z-index: 2;
    filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.6));
    transform: translateY(45px);
    position: relative;
}

.hero-brand-quote {
    position: absolute;
    /* Alinha a citação à direita do centro da imagem */
    left: calc(50% + clamp(150px, 24vw, 320px) + 20px);
    font-size: clamp(0.9rem, 1.4vw, 1.3rem);
    line-height: 1.1;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.92);
    text-align: left;
    max-width: 320px;
    padding-left: 0;
}

.ice-line {
    display: none;
}

.features-primary {
    margin-top: 14px;
    position: relative;
    z-index: 10; /* Valor alto para ficar sobre a imagem do pinguim */
}

.features-grid,
.features-grid-secondary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}

.features-grid-secondary {
    margin-top: 22px;
}

.feature-card {
    min-height: 182px;
    padding: 24px 18px 18px;
    border-radius: 22px;
    position: relative;
    background:
        linear-gradient(180deg, rgba(227, 236, 247, .20) 0%, rgba(201, 214, 230, .12) 100%),
        linear-gradient(135deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .04));
    border: 1px solid var(--glass-stroke);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow-card);
    overflow: hidden;
}

.feature-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(255, 255, 255, .12), transparent 36%, rgba(255, 255, 255, .03));
    pointer-events: none;
}

.feature-arrow {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 30px;
    line-height: 1;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.97);
}

.feature-check {
    position: absolute;
    top: 20px;
    right: 24px;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 2px;
    opacity: .92;
}

.feature-title {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.06;
    letter-spacing: -0.05em;
    font-weight: 800;
    color: #fff;
    padding-right: 35px;
}

.feature-title span {
    display: inline;
    color: var(--blue);
}

.feature-desc {
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: -.02em;
    color: rgba(255, 255, 255, .82);
    max-width: 92%;
}

.marquee {
    margin-top: 12px;
    background: #030303;
    border-top: 1px solid rgba(255, 255, 255, .05);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 5;
}

.marquee-track {
    display: inline-flex;
    min-width: 200%;
    gap: 42px;
    padding: 8px 0 10px;
    animation: marquee 22s linear infinite;
    font-size: clamp(19px, 1.9vw, 34px);
    font-weight: 700;
    letter-spacing: -.05em;
    color: #fff;
}

.marquee-track span {
    flex: none;
}

.marquee-track .accent {
    color: #9ab5ff;
}

.feature-stack {
    padding-top: 18px;
}

.dashboard-section {
    padding: 22px 0 10px;
}

.dashboard-shot {
    width: min(665px, 82vw);
    margin: 0 auto;
    border-radius: 0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .22);
}

.pricing {
    padding: 12px 0 0;
    text-align: center;
}

.pricing h2 {
    margin: 0 0 60px;
    font-size: clamp(24px, 2vw, 32px);
    line-height: 1.15;
    letter-spacing: -.05em;
    font-weight: 400;
    color: rgba(255, 255, 255, .95);
}

.plans {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
    max-width: 960px;
    margin: 0 auto;
}

.plan {
    min-height: 480px;
    border-radius: 10px;
    padding: 24px 20px 24px;
    text-align: left;
    position: relative;
    /* Removido overflow: hidden para o selo aparecer */
    box-shadow: 0 20px 44px rgba(0, 0, 0, .18);
    display: flex;
    flex-direction: column;
}

.plan::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit; /* Garante que o grid siga o arredondamento do card */
    background:
        radial-gradient(circle at 15% 12%, rgba(255, 255, 255, .22), transparent 32%),
        radial-gradient(circle at 88% 0%, rgba(255, 255, 255, .16), transparent 28%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, .03) 0 2px, transparent 2px 4px);
    opacity: .9;
    pointer-events: none;
}

.plan-bronze {
    background: 
        radial-gradient(circle at 70% 30%, rgba(255, 172, 107, 0.22) 0%, transparent 60%),
        linear-gradient(165deg, #4a2d1d 0%, #2a1911 45%, #150d09 100%);
    color: #fff;
}

.plan-silver {
    background: linear-gradient(135deg, #808080 0%, #202020 100%);
    color: #fff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

.is-recommended {
    transform: scale(1.05);
    z-index: 10;
}

.plan-gold {
    background: linear-gradient(135deg, #b88d2e 0%, #5c4008 100%);
    color: #fff;
}

.plan-head,
.plan-copy,
.plan-list,
.plan-cta {
    position: relative;
    z-index: 1;
}

.plan-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.plan-name {
    margin: 0;
    font-size: 31px;
    line-height: .95;
    letter-spacing: -.05em;
    font-weight: 400;
}

.plan-price {
    text-align: right;
    font-size: 12px;
    line-height: 1.05;
    font-weight: 500;
}

.plan-price strong {
    display: block;
    font-size: 21px;
    letter-spacing: -.05em;
    font-weight: 500;
    margin-bottom: 2px;
}

.plan-copy {
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 1.3;
    opacity: .92;
}

.plan-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
    font-size: 12px;
    line-height: 1.2;
}

.plan-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.plan-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #00d2ff;
    background: linear-gradient(90deg, #00d2ff 0%, #3a7bd5 100%);
    color: #fff;
    padding: 6px 18px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 15px rgba(0, 210, 255, 0.4);
    z-index: 20;
    text-transform: uppercase;
}

.plan-check {
    width: 22px;
    height: 22px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.08); /* Fundo circular sutil */
}

/* No bronze, prata e ouro que agora têm texto claro, o check é diferente */
.plan-bronze .plan-check,
.plan-silver .plan-check,
.plan-gold .plan-check {
    background: rgba(255, 255, 255, 0.15);
}

.plan-check svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    stroke-width: 4;
}

.plan-footer-copy {
    margin-top: 18px;
    font-size: 11px;
    font-weight: 600;
    opacity: 0.6;
    text-align: center;
    width: 100%;
}

.plan-cta {
    position: relative; /* Mudando de absoluto para relativo para o rodapé caber */
    margin-top: auto;
    padding-top: 24px;
}

.plan-button {
    width: 100%;
    height: 46px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: #161616;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .14);
    cursor: pointer;
}

.plan-button .arrow {
    font-size: 28px;
    line-height: 1;
    transform: translateY(-1px);
}

.footer {
    margin-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 16px 0 20px;
}

.footer-brand {
    width: 112px;
    opacity: .95;
    margin-bottom: 12px;
}

.footer-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 14px;
    font-size: 12px;
    color: rgba(255, 255, 255, .66);
}

.footer-row div:last-child {
    text-align: right;
}

.footer-links {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    align-items: center;
}

.footer-links a {
    transition: color 0.2s ease, text-decoration 0.2s ease;
}

.footer-links a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-links span {
    opacity: 0.4;
    font-size: 10px;
}

@keyframes float {
    0%, 100% {
        transform: translateX(-49%) translateY(0);
    }
    50% {
        transform: translateX(-49%) translateY(-10px);
    }
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 1180px) {
    .features-grid,
    .features-grid-secondary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hero-side {
        width: 120px;
        font-size: 15px;
    }
    .plans {
        max-width: 920px;
    }
}

@media (max-width: 820px) {
    .container {
        width: min(calc(100% - 32px), var(--container));
    }
    
    .topbar {
        align-items: center; /* Centraliza verticalmente no mobile */
        gap: 10px;
    }

    .hero-wrap {
        min-height: auto;
        padding-top: 20px;
    }

    .hero-title {
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding-top: 30px;
    }

    .hero-title h1 {
        font-size: clamp(3rem, 15vw, 4.5rem);
        text-align: center;
    }

    .hero-message {
        font-size: clamp(1.4rem, 6vw, 2.2rem);
        max-width: 90%;
        margin-top: 10px;
    }

    .hero-brand-display {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0;
        gap: 20px;
    }

    .hero-brand-main {
        position: relative;
        left: auto;
        transform: none;
    }

    .hero-penguin-display {
        width: clamp(200px, 50vw, 320px);
        margin: 0;
        transform: translateY(10px);
    }

    .hero-brand-quote {
        position: static;
        text-align: center;
        max-width: 320px;
        font-size: 1.1rem;
        padding: 0 10px;
        order: 3;
    }

    .features-grid,
    .features-grid-secondary,
    .plans {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .feature-card {
        min-height: auto;
        padding: 20px;
    }

    .feature-title {
        font-size: 20px;
    }

    .feature-desc {
        font-size: 15px;
    }

    .dashboard-shot {
        width: 100%;
        margin-top: 20px;
    }

    .pricing h2 {
        font-size: 24px;
        padding: 0 20px;
        margin-bottom: 40px;
    }

    .plan {
        min-height: auto;
    }

    .footer-row {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 20px;
    }

    .footer-links {
        justify-content: center;
    }

    .footer-row div:last-child {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .container {
        width: min(calc(100% - 24px), var(--container));
    }

    .top-actions {
        gap: 4px;
    }

    .feature-card {
        padding: 16px;
    }

    .hero-title h1 {
        font-size: 3.2rem;
    }

    .hero-message {
        font-size: 1.5rem;
    }

    .plan-name {
        font-size: 26px;
    }
}
