* { font-family: 'Inter', sans-serif; }

/* ── Logo CONES ── */
.logo-cones {
    display: flex;
    flex-direction: column;
    line-height: 1;
    gap: 2px;
}
.logo-cones .logo-top {
    font-family: 'Barlow', 'Inter', sans-serif;
    font-weight: 900;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    color: #ffffff;
    text-transform: uppercase;
}
.logo-cones .logo-bottom {
    display: flex;
    align-items: center;
    gap: 5px;
}
.logo-cones .logo-bar {
    width: 3px;
    height: 14px;
    border-radius: 2px;
    background: linear-gradient(180deg, #38bdf8, #0ea5e9);
    flex-shrink: 0;
}
.logo-cones .logo-sub {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 0.65rem;
    color: #94a3b8;
    letter-spacing: 0.02em;
    white-space: nowrap;
}
.logo-cones .logo-line {
    height: 1.5px;
    background: linear-gradient(90deg, #38bdf8, #0ea5e9, transparent);
    border-radius: 1px;
    margin-top: 1px;
}

/* ── Scrollbar ── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #0f172a; }
::-webkit-scrollbar-thumb { background: #38bdf8; border-radius: 3px; }
html { scroll-behavior: smooth; }

/* ── Hero background ── */
.gradient-hero {
    background: linear-gradient(135deg, #080e1a 0%, #0f172a 40%, #0c1a3a 70%, #080e1a 100%);
}

/* ── Grid overlay ── */
.grid-pattern {
    background-image:
        linear-gradient(rgba(56,189,248,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(56,189,248,.05) 1px, transparent 1px);
    background-size: 50px 50px;
}

/* ── Glows ── */
.glow-blue { box-shadow: 0 0 30px rgba(56,189,248,.3); }
.glow-gold { box-shadow: 0 0 30px rgba(255,132,38,.3); }
.hero-text-glow { text-shadow: 0 0 40px rgba(56,189,248,.5); }

/* ── Card hover ── */
.card-hover { transition: all .3s ease; }
.card-hover:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(56,189,248,.15);
}

/* ── Nav underline ── */
.nav-link::after { content:''; display:block; width:0; height:2px; background:#38bdf8; transition:width .3s; }
.nav-link:hover::after { width:100%; }

/* ── Floating WhatsApp pulse ── */
.floating-whatsapp { animation: pulse-green 2s infinite; }
@keyframes pulse-green {
    0%,100% { box-shadow: 0 0 0  0 rgba(37,211,102,.4); }
    50%      { box-shadow: 0 0 0 15px rgba(37,211,102,0); }
}

/* ── Float animation ── */
.animate-float { animation: float 6s ease-in-out infinite; }
@keyframes float {
    0%,100% { transform: translateY(0); }
    50%      { transform: translateY(-20px); }
}

/* ── Scroll reveal ── */
.section-fade { opacity:0; transform:translateY(30px); transition: all .7s ease; }
.section-fade.visible { opacity:1; transform:translateY(0); }

/* ── Plan highlight badge ── */
.plan-highlight {
    background: linear-gradient(135deg, #1e293b, #0f172a);
    border: 2px solid #ff8426;
    position: relative;
}
.plan-highlight::before {
    content: 'MAIS POPULAR';
    position: absolute;
    top: -14px; left:50%; transform:translateX(-50%);
    background: #ff8426; color:#0f172a;
    font-size:11px; font-weight:800;
    padding:4px 16px; border-radius:20px; letter-spacing:1px;
}

/* ── Gradient text ── */
.text-gradient-blue {
    background: linear-gradient(135deg, #38bdf8, #818cf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ── Service icon ring ── */
.icon-ring {
    background: conic-gradient(from 180deg, #38bdf8 0%, transparent 60%);
    padding: 2px; border-radius: 1rem;
}

/* ── Testimonial card ── */
.testimonial-card {
    background: #1e293b;
    border: 1px solid rgba(56,189,248,.1);
    transition: all .3s ease;
}
.testimonial-card:hover {
    border-color: rgba(56,189,248,.3);
    transform: translateY(-4px);
}

/* Estilos extraídos do HTML. A especificidade preserva a prioridade
   original sobre as classes utilitárias, inclusive nos estados hover. */
.surface-darker.surface-darker.surface-darker { background:#080e1a; }
.surface-dark.surface-dark.surface-dark { background:#0f172a; }
.panel-gold.panel-gold.panel-gold { background:#1e293b;border:1px solid rgba(255,132,38,.2); }
.panel-blue.panel-blue.panel-blue { background:#1e293b;border:1px solid rgba(56,189,248,.1); }
.panel-blue-strong.panel-blue-strong.panel-blue-strong { background:#1e293b;border:1px solid rgba(56,189,248,.2); }
.contact-panel.contact-panel.contact-panel { background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid rgba(56,189,248,.2); }
.button-whatsapp.button-whatsapp.button-whatsapp { background:linear-gradient(135deg,#25d366,#128c7e); }
.button-whatsapp-glow.button-whatsapp-glow.button-whatsapp-glow { background:linear-gradient(135deg,#25d366,#128c7e);color:white;box-shadow:0 0 40px rgba(37,211,102,.4); }
.button-primary.button-primary.button-primary { background:linear-gradient(135deg,#38bdf8,#0ea5e9);color:#0f172a;box-shadow:0 0 30px rgba(56,189,248,.4); }
.button-gold.button-gold.button-gold { background:linear-gradient(135deg,#ff8426,#ef6419);color:#0f172a; }
.icon-gradient-gold.icon-gradient-gold.icon-gradient-gold { background:linear-gradient(135deg,rgba(255,132,38,.2),rgba(255,132,38,.05)); }
.icon-gradient-blue.icon-gradient-blue.icon-gradient-blue { background:linear-gradient(135deg,rgba(56,189,248,.2),rgba(56,189,248,.05)); }
.orb-blue.orb-blue.orb-blue { background:radial-gradient(circle,#38bdf8,transparent); }
.orb-violet-delayed.orb-violet-delayed.orb-violet-delayed { background:radial-gradient(circle,#818cf8,transparent);animation-delay:-1.5s; }
.orb-gold.orb-gold.orb-gold { background:radial-gradient(circle,#ff8426,transparent); }
.orb-gold-delayed.orb-gold-delayed.orb-gold-delayed { background:radial-gradient(circle,#ff8426,transparent);animation-delay:-3s; }
.glow-ellipse-blue.glow-ellipse-blue.glow-ellipse-blue { background:radial-gradient(ellipse,#38bdf8,transparent); }
.badge-gold.badge-gold.badge-gold { background:rgba(255,132,38,.1);border:1px solid rgba(255,132,38,.3);color:#ff8426; }
.icon-surface-gold.icon-surface-gold.icon-surface-gold { background:rgba(255,132,38,.12); }
.button-secondary.button-secondary.button-secondary { background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1); }
.accent-blue-outline.accent-blue-outline.accent-blue-outline { background:rgba(56,189,248,.1);border:1px solid rgba(56,189,248,.3);color:#38bdf8; }
.badge-blue.badge-blue.badge-blue { background:rgba(56,189,248,.1);color:#38bdf8; }
.icon-surface-blue.icon-surface-blue.icon-surface-blue { background:rgba(56,189,248,.12); }
.site-header.site-header.site-header { background:rgba(8,14,26,.85);backdrop-filter:blur(20px);border-bottom:1px solid rgba(56,189,248,.1); }
.accent-blue.accent-blue.accent-blue { color:#38bdf8; }
.accent-gold.accent-gold.accent-gold { color:#ff8426; }
.plan-featured-scale.plan-featured-scale.plan-featured-scale { transform:scale(1.04); }

#header.is-scrolled { background: rgba(8,14,26,.98); }

/* Marca original enquadrada no navegador, sem modificar o arquivo fornecido. */
.brand-home { display: inline-flex; flex-shrink: 0; border-radius: 8px; }
.brand-logo { position: relative; display: block; width: 234px; aspect-ratio: 1820 / 560; overflow: hidden; border-radius: 8px; }
.brand-logo img { position: absolute; width: 154.7253%; max-width: none; height: auto; left: -27.4725%; top: -80.3571%; }
footer .brand-logo { width: 292px; max-width: 100%; }
@media (max-width: 420px) { .brand-logo { width: 200px; } }

/* Apresentação comercial e atendimento local */
section, article[id] { scroll-margin-top: 110px; }
.site-container { width: min(1152px, 100% - 48px); margin-inline: auto; }
.content-section { padding: 88px 0; }
.eyebrow { color: #7dd3fc; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 18px; }
.hero-local { padding: 164px 0 56px; }
.hero-local h1 { max-width: 1050px; font-size: clamp(2.5rem, 5.8vw, 4.8rem); line-height: 1.08; font-weight: 800; letter-spacing: -.045em; }
.hero-local h1 span { color: #7dd3fc; }
.hero-description { max-width: 680px; color: #bac7d9; font-size: 1.125rem; line-height: 1.8; margin: 28px 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; }
.service-link { display: inline-flex; align-items: center; justify-content: center; gap: 12px; background: #ff8426; color: #0b1628; padding: 14px 20px; border: 1px solid transparent; border-radius: 10px; font-size: .9rem; font-weight: 700; line-height: 1.5; transition: background .2s; }
.service-link:hover { background: #ffad66; }
.secondary-link { display: inline-block; color: #e2e8f0; font-size: .9rem; font-weight: 600; padding: 12px 0; }
.secondary-link:hover { color: #7dd3fc; }
.local-facts { display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 24px; border-top: 1px solid #29374d; margin-top: 64px; padding-top: 28px; }
.local-facts strong, .local-facts span { display: block; }
.local-facts strong { font-size: .95rem; margin-bottom: 7px; }
.local-facts span { color: #a6b5c9; font-size: .85rem; }
.audience-grid, .services-grid, .about-local, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.audience-card { padding: 36px; border: 1px solid #29374d; border-radius: 16px; background: #132035; }
.business-card { border-left: 4px solid #ff8426; background: #172a42; }
.content-section h2 { font-size: clamp(1.9rem, 3.3vw, 2.8rem); font-weight: 750; line-height: 1.18; letter-spacing: -.035em; margin-bottom: 20px; }
.audience-card h2 { font-size: 1.7rem; }
.content-section p:not(.eyebrow), .service-card li { color: #b5c2d4; line-height: 1.75; }
.audience-card > p:not(.eyebrow) { margin-bottom: 22px; }
.about-local { gap: 64px; align-items: start; }
.about-local p + p { margin-top: 18px; }
.section-heading { margin-bottom: 36px; max-width: 700px; }
.service-card { display: flex; flex-direction: column; padding: 32px; border: 1px solid #2c3b51; background: #132035; border-radius: 16px; min-width: 0; }
.service-featured { border-color: #4a93b5; background: linear-gradient(145deg, #1b344c, #132035); }
.service-top { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.service-top .eyebrow { margin: 0; }
.service-number { color: #7dd3fc; font-size: 1.5rem; font-weight: 700; }
.service-card h3 { font-size: 1.4rem; font-weight: 700; line-height: 1.35; margin-bottom: 16px; }
.service-card ul { padding-left: 20px; list-style: disc; margin: 22px 0; }
.service-card li { padding-left: 4px; font-size: .925rem; margin-bottom: 7px; }
.service-bottom { margin-top: auto; padding-top: 24px; }
.service-bottom strong { font-size: 1.4rem; }
.service-bottom p { font-size: .85rem; margin: 8px 0 20px; }
.engagement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.contact-grid { gap: 64px; }
.contact-details { display: grid; gap: 14px; font-style: normal; margin-top: 28px; }
.contact-details a { color: #7dd3fc; overflow-wrap: anywhere; }
.quote-form { padding: 32px; border-radius: 16px; background: #17263b; border: 1px solid #304259; display: flex; flex-direction: column; min-width: 0; }
.quote-form label { font-size: .9rem; font-weight: 600; margin-bottom: 8px; }
.quote-form label span { color: #b5c2d4; font-weight: 400; }
.quote-form select, .quote-form textarea { width: 100%; min-width: 0; background: #0f1b2d; color: #f1f5f9; border: 1px solid #516177; border-radius: 8px; padding: 12px; margin-bottom: 22px; font-size: 1rem; }
.quote-form textarea { resize: vertical; }
.quote-form textarea::placeholder { color: #9aaec6; }
.quote-form .form-note { font-size: .78rem; margin-top: 14px; }
a:focus-visible, button:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #ffad66; outline-offset: 5px; }
footer a { overflow-wrap: anywhere; }
.quote-form h3 { font-size: 1.35rem; font-weight: 700; margin-bottom: 24px; }
.quote-form input:not([type="checkbox"]) { width: 100%; min-width: 0; background: #0f1b2d; color: #f1f5f9; border: 1px solid #516177; border-radius: 8px; padding: 12px; margin-bottom: 22px; font-size: 1rem; color-scheme: dark; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-row > div { min-width: 0; }
.form-row label { display: block; }
.quote-form fieldset { margin-bottom: 20px; min-width: 0; border-top: 1px solid #516177; padding-top: 20px; }
.quote-form fieldset[hidden] { display: none; }
.quote-form legend { font-weight: 700; color: #ffad66; }
.quote-form fieldset p { font-size: .85rem; margin-bottom: 20px; }
.quote-form .consent-label { display: flex; align-items: flex-start; gap: 10px; font-size: .8rem; line-height: 1.6; margin-bottom: 22px; }
.consent-label input { width: 18px; height: 18px; margin-top: 3px; flex-shrink: 0; accent-color: #ff8426; }
.form-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.whatsapp-submit { border: 1px solid #69d7a3; color: #b2f5d3; border-radius: 10px; padding: 14px; font-size: .9rem; font-weight: 600; }
.quote-form button:disabled { opacity: .55; cursor: wait; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
#form-status:not(:empty) { margin-top: 20px; border-left: 3px solid #ff8426; padding: 12px; background: #0f1b2d; }
input:focus-visible { outline: 3px solid #ffad66; outline-offset: 3px; }
.fingo-banner { display: grid; grid-template-columns: 1.4fr 1fr; align-items: center; gap: 48px; padding: 48px; border: 1px solid #4073a1; border-radius: 22px; background: radial-gradient(ellipse at right top, #204564, transparent 65%), #101f34; }
.fingo-banner h2 span { color: #ffad66; }
.fingo-banner p:not(.eyebrow) { max-width: 600px; margin-bottom: 24px; }
.fingo-wordmark { font-size: clamp(3rem, 8vw, 6rem); font-weight: 800; letter-spacing: -.07em; text-align: center; color: #fff; }
.fingo-wordmark span { display: block; font-size: .75rem; font-weight: 500; letter-spacing: .05em; color: #8ec8ed; }
@media (max-width: 640px) { .form-row, .fingo-banner { grid-template-columns: 1fr; } .fingo-banner { padding: 28px; gap: 24px; } .fingo-wordmark { text-align: left; } }
@media (max-width: 900px) {
    .engagement-grid { grid-template-columns: 1fr; }
    .contact-grid, .about-local { gap: 32px; }
}
@media (max-width: 640px) {
    .site-container { width: calc(100% - 40px); }
    .hero-local { padding-top: 130px; }
    .content-section { padding: 56px 0; }
    .audience-grid, .services-grid, .about-local, .contact-grid, .local-facts { grid-template-columns: 1fr; }
    .audience-card, .service-card, .quote-form { padding: 24px; }
    .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }
    .local-facts { margin-top: 36px; gap: 18px; }
    #whatsapp-float { width: 48px; height: 48px; right: 16px; bottom: 16px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; transition: none !important; }
    .section-fade { opacity: 1; transform: none; }
}

/* Apresentação do FinGo na abertura */
.hero-product-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 380px); align-items: start; gap: 48px; }
.hero-product-grid .hero-copy { min-width: 0; }
.hero-product-grid .hero-copy h1 { font-size: clamp(2.5rem, 4.3vw, 4rem); }
.hero-product-grid.promo-dismissed { grid-template-columns: 1fr; }
.fingo-promo { min-width: 0; overflow: hidden; border: 1px solid #b8dfd6; border-radius: 20px; background: #f7fbfa; color: #153c56; box-shadow: 0 24px 60px #0004; }
.fingo-promo[hidden], .fingo-reopen[hidden], #fingo-close[hidden] { display: none; }
.fingo-promo-top { display: flex; justify-content: space-between; align-items: center; min-height: 52px; padding: 4px 10px 4px 22px; color: #236048; font-size: .8rem; font-weight: 700; }
#fingo-close { width: 44px; height: 44px; font-size: 1.6rem; border-radius: 50%; color: #285168; }
#fingo-close:hover { background: #dceee8; }
.fingo-art { display: block; width: 100%; height: auto; }
.fingo-promo-copy { padding: 22px 26px 26px; }
.fingo-kicker { font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #26734f; margin-bottom: 10px; }
.fingo-promo h2 { font-size: 1.5rem; line-height: 1.2; font-weight: 800; letter-spacing: -.035em; margin-bottom: 14px; }
.fingo-promo-copy > p:not(.fingo-kicker) { font-size: .875rem; line-height: 1.65; color: #426071; margin-bottom: 20px; }
.fingo-try { display: flex; justify-content: center; align-items: center; gap: 16px; padding: 14px; border-radius: 10px; background: #086447; color: #fff; font-weight: 700; font-size: .95rem; }
.fingo-try:hover { background: #074e3a; }
.fingo-try-note { display: block; text-align: center; font-size: .7rem; color: #426071; margin-top: 10px; }
.fingo-reopen { margin-top: 24px; border: 1px solid #56b99c; color: #b5efdd; border-radius: 30px; padding: 10px 18px; font-size: .85rem; font-weight: 600; }
.fingo-banner-art { width: 100%; height: auto; border-radius: 14px; }
@media (min-width: 1500px) { #hero > .site-container { width: min(1400px, 100% - 80px); } .hero-product-grid { gap: 64px; grid-template-columns: minmax(0, 1fr) 400px; } .hero-product-grid.promo-dismissed { grid-template-columns: 1fr; } }
@media (max-width: 1000px) { .hero-product-grid { grid-template-columns: 1fr; gap: 32px; } .fingo-promo { max-width: 480px; width: 100%; } }
