@import url('https://api.fontshare.com/v2/css?f[]=cabinet-grotesk@800,900&f[]=satoshi@500,700&display=swap');

body {
    font-family: 'Satoshi', sans-serif;
    color: #000;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, .font-heading {
    font-family: 'Cabinet Grotesk', sans-serif;
}

/* Verde de fundo do hero / dot pattern */
.bg-dot-pattern {
    background-color: #00E676;
    background-image:
        radial-gradient(rgba(0,0,0,0.08) 1.5px, transparent 1.5px);
    background-size: 22px 22px;
}

/* Fundo escuro com degradê */
.bg-void {
    background: linear-gradient(160deg, #071210 0%, #0d1a12 50%, #0a1f14 100%) !important;
}

/* Texto contornado (efeito stroke) */
.text-stroke {
    -webkit-text-stroke: 2px #000;
    color: transparent;
}

/* ===== Botão CTA Hero ===== */
.cta-hero-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 1.1rem 2.4rem;
    border-radius: 9999px;
    border: 2px solid #000;
    background: linear-gradient(135deg, #00E676 0%, #00c45e 100%);
    color: #000;
    font-family: 'Cabinet Grotesk', sans-serif;
    font-weight: 900;
    font-size: 1.1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 5px 5px 0px 0px #000, 0 0 0 0 rgba(0,230,118,0.5);
    animation: cta-pulse 2.5s ease-in-out infinite;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    overflow: hidden;
    cursor: pointer;
}

.cta-hero-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 55%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.35), transparent);
    animation: cta-shimmer 3s ease-in-out infinite;
}

.cta-hero-btn:hover {
    transform: translate(3px, 3px);
    box-shadow: 2px 2px 0px 0px #000, 0 0 30px rgba(0,230,118,0.5);
    animation: none;
}

@keyframes cta-pulse {
    0%, 100% { box-shadow: 5px 5px 0px 0px #000, 0 0 0px 0px rgba(0,230,118,0); }
    50%       { box-shadow: 5px 5px 0px 0px #000, 0 0 22px 6px rgba(0,230,118,0.45); }
}

@keyframes cta-shimmer {
    0%   { left: -100%; }
    60%  { left: 150%; }
    100% { left: 150%; }
}

/* ===== Botão Brutal (genérico) ===== */
.btn-brutal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    border: 2px solid #000;
    border-radius: 9999px;
    box-shadow: 4px 4px 0px 0px #000;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    cursor: pointer;
}

.btn-brutal:hover {
    transform: translate(4px, 4px);
    box-shadow: 0px 0px 0px 0px #000;
}

.btn-brutal-black { background-color: #171e19; color: #fff; }
.btn-brutal-black:hover { background-color: #000; }
.btn-brutal-white { background-color: #fff; color: #000; }
.btn-brutal-primary { background-color: #00E676; color: #000; }

/* ===== Cards ===== */
.card-hard {
    border: 2px solid #000;
    box-shadow: 4px 4px 0px 0px #000;
    border-radius: 1rem;
}

.testimonial-card {
    border: 2px solid #000;
    box-shadow: 4px 4px 0px 0px #000;
    border-radius: 2px 24px 2px 24px;
    background: #fff;
}

/* ===== Liquid section borders ===== */
.liquid-bottom {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 120px;
}

.liquid-top {
    border-top-left-radius: 120px;
    border-top-right-radius: 40px;
}

/* ===== Marquee ===== */
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
}

.marquee-content {
    display: inline-flex;
    animation: marquee 20s linear infinite;
    min-width: 100%;
    flex-shrink: 0;
}

@keyframes marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/* ===== Inputs do cartão ===== */
.cc-input {
    width: 100%;
    margin-top: 4px;
    border: 2px solid #000;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 15px;
    font-weight: 600;
    outline: none;
    background: #fff;
    transition: box-shadow 0.15s ease;
}
.cc-input:focus {
    box-shadow: 0 0 0 3px rgba(0, 230, 118, 0.4);
}
.cc-input::placeholder { color: #9ca3af; font-weight: 500; }

/* Cartões de plano (Individual / Casal) */
.plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    border: 2px solid #000;
    border-radius: 14px;
    padding: 12px 14px;
    background: #fff;
    cursor: pointer;
    transition: all 0.15s ease;
    text-align: left;
}
.plan-card:hover { background: #f7faf8; }
.plan-card.selected {
    background: #eafff4;
    box-shadow: 0 0 0 3px #00E676, 3px 3px 0 0 #000;
}
.plan-card .plan-name { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.plan-card .plan-price { font-family: 'Cabinet Grotesk', sans-serif; font-weight: 900; font-size: 24px; line-height: 1; }
.plan-card .plan-desc { font-size: 11px; color: #6b7280; font-weight: 600; }
.plan-card .plan-badge {
    position: absolute; top: -9px; right: 8px;
    background: #000; color: #00E676;
    font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
    padding: 2px 6px; border-radius: 9999px;
}
/* aviso "Pagamento único" nos planos vitalícios */
.plan-card .plan-once {
    font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em;
    color: #047857; background: #d1fae5; border-radius: 9999px;
    padding: 1px 7px; margin-top: 4px;
}

/* ===== Versão Empresarial (destaque dourado, largura total) ===== */
.plan-card-wide {
    display: flex; flex-direction: column; align-items: stretch;
    width: 100%; text-align: left; cursor: pointer;
    border: 2px solid #000; border-radius: 16px;
    padding: 14px 16px; margin-bottom: 16px;
    background: linear-gradient(135deg, #fffdf3 0%, #fff7dd 100%);
    box-shadow: 3px 3px 0 0 #000; transition: all 0.15s ease;
}
.plan-card-wide:hover { filter: brightness(0.99); }
.plan-card-wide.selected {
    box-shadow: 0 0 0 3px #E8B923, 3px 3px 0 0 #000;
    background: linear-gradient(135deg, #fff7dd 0%, #ffedb3 100%);
}
.plan-gold-badge {
    display: inline-flex; align-items: center; gap: 5px; align-self: flex-start;
    background: #000; color: #E8B923;
    font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase;
    padding: 3px 9px; border-radius: 9999px; margin-bottom: 8px;
}
.plan-gold-feats { list-style: none; margin: 8px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 4px 10px; }
.plan-gold-feats li { display: flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 600; color: #3f3a1e; }
.plan-gold-feats li i { color: #B8860B; font-size: 10px; }

/* Carrossel — esconde a barra de scroll */
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
.no-scrollbar::-webkit-scrollbar { display: none; }

/* Opções de parcelamento */
.inst-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    cursor: pointer;
    background: #fff;
    transition: background 0.12s ease;
}
.inst-row:hover { background: #f7faf8; }
.inst-row .inst-radio {
    width: 20px; height: 20px;
    border: 2px solid #000;
    border-radius: 9999px;
    flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
}
.inst-row.selected { background: #eafff4; }
.inst-row.selected .inst-radio { background: #00E676; }
.inst-row.selected .inst-radio::after {
    content: '';
    width: 8px; height: 8px;
    background: #000; border-radius: 9999px;
}
.inst-row .inst-main { font-weight: 800; font-size: 15px; }
.inst-row .inst-sub { margin-left: auto; font-size: 12px; color: #6b7280; font-weight: 700; }

/* ===== Glass ===== */
.glass-panel {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
