@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
    --benefix-blue: #1857a4;
    --benefix-blue-dark: #0b2d59;
    --benefix-blue-soft: #eaf3fd;
    --benefix-orange: #f29022;
    --benefix-orange-soft: #fff3e4;
    --benefix-ink: #10243e;
    --benefix-muted: #5b6878;
    --benefix-surface: #f7faff;
    --benefix-border: #dbe6f2;
    --bs-primary: #1857a4;
    --bs-primary-rgb: 24, 87, 164;
    --bs-link-color: #1857a4;
    --bs-link-hover-color: #0b2d59;
}

html { scroll-behavior: smooth; }

body {
    color: var(--benefix-ink);
    font-family: 'Manrope', sans-serif;
    line-height: 1.7;
    overflow-x: hidden;
}

a { text-decoration: none; }
img { max-width: 100%; }

.skip-link {
    position: fixed;
    left: 1rem;
    top: -6rem;
    z-index: 2000;
    padding: .7rem 1rem;
    color: #fff;
    background: var(--benefix-blue-dark);
    border-radius: .5rem;
}
.skip-link:focus { top: 1rem; }

.transition-bar {
    padding: .45rem 0;
    color: var(--benefix-blue-dark);
    background: var(--benefix-blue-soft);
    font-size: .82rem;
    font-weight: 600;
}
.transition-bar a { font-weight: 800; }

.site-header {
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(219, 230, 242, .85);
    backdrop-filter: blur(12px);
}
.navbar { min-height: 88px; }
.navbar-brand img { height: 46px; width: auto; object-fit: contain; }
.site-header .btn { white-space: nowrap; }
.navbar .nav-link {
    color: var(--benefix-ink);
    font-size: .9rem;
    font-weight: 700;
    padding: .75rem .72rem !important;
    position: relative;
}
.navbar .nav-link:hover,
.navbar .nav-link.active { color: var(--benefix-blue); }
.navbar .nav-link.active::after {
    content: '';
    position: absolute;
    left: .72rem;
    right: .72rem;
    bottom: .35rem;
    height: 2px;
    background: var(--benefix-orange);
    border-radius: 2px;
}
.dropdown-item { font-weight: 600; padding: .65rem 1rem; }
.dropdown-item:active { background: var(--benefix-blue); }

.btn {
    border-radius: .7rem;
    font-weight: 700;
    padding: .72rem 1.15rem;
}
.btn-lg { padding: .9rem 1.4rem; }
.btn-primary {
    --bs-btn-bg: var(--benefix-blue);
    --bs-btn-border-color: var(--benefix-blue);
    --bs-btn-hover-bg: #104788;
    --bs-btn-hover-border-color: #104788;
    box-shadow: 0 8px 22px rgba(24, 87, 164, .18);
}
.btn-outline-primary {
    --bs-btn-color: var(--benefix-blue);
    --bs-btn-border-color: var(--benefix-blue);
    --bs-btn-hover-bg: var(--benefix-blue);
    --bs-btn-hover-border-color: var(--benefix-blue);
}
.btn-orange {
    color: #fff;
    background: var(--benefix-orange);
    border-color: var(--benefix-orange);
    box-shadow: 0 8px 22px rgba(242, 144, 34, .22);
}
.btn-orange:hover { color: #fff; background: #d9780c; border-color: #d9780c; }
.btn-outline-orange { color: #c96800; border: 2px solid var(--benefix-orange); }
.btn-outline-orange:hover { color: #fff; background: var(--benefix-orange); }

h1, h2, h3, h4, h5, h6 { color: var(--benefix-blue-dark); font-weight: 800; letter-spacing: -.025em; }
.display-title { font-size: clamp(2.45rem, 5vw, 4.6rem); line-height: 1.08; }
.section-title { font-size: clamp(2rem, 3.3vw, 3rem); }
.lead { color: var(--benefix-muted); }
.eyebrow {
    display: inline-block;
    margin-bottom: .7rem;
    color: var(--benefix-orange);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.text-orange { color: var(--benefix-orange) !important; }
.text-white-75 { color: rgba(255,255,255,.75); }
.bg-soft { background: var(--benefix-surface); }
.bg-blue-soft { background: var(--benefix-blue-soft); }
.section-pad { padding: 6rem 0; }

.hero {
    position: relative;
    min-height: 680px;
    overflow: hidden;
    background: #fff;
}
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #fff 0%, #fff 39%, rgba(255,255,255,.91) 51%, rgba(255,255,255,.05) 72%);
    z-index: 1;
}
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero .container { position: relative; z-index: 2; }
.hero-copy { max-width: 690px; padding: 7rem 0; }
.hero .lead { max-width: 590px; font-size: 1.18rem; }

.trust-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.trust-pill {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .7rem .9rem;
    color: var(--benefix-blue-dark);
    background: rgba(255,255,255,.94);
    border: 1px solid var(--benefix-border);
    border-radius: .8rem;
    box-shadow: 0 8px 30px rgba(20, 53, 91, .07);
    font-size: .82rem;
    font-weight: 700;
}
.trust-pill i { color: var(--benefix-blue); font-size: 1.1rem; }

.feature-card,
.plan-card,
.partner-card,
.content-card,
.contact-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--benefix-border);
    border-radius: 1.25rem;
    box-shadow: 0 16px 45px rgba(20, 53, 91, .07);
}
.feature-card { padding: 2rem; transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-6px); box-shadow: 0 22px 55px rgba(20, 53, 91, .12); }
.feature-icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    margin-bottom: 1.25rem;
    color: var(--benefix-blue);
    background: var(--benefix-blue-soft);
    border-radius: 1rem;
    font-size: 1.55rem;
}
.feature-card:nth-child(even) .feature-icon,
.icon-orange { color: #c96800; background: var(--benefix-orange-soft); }
.feature-card p { color: var(--benefix-muted); margin: 0; }

.media-panel { overflow: hidden; border-radius: 1.5rem; box-shadow: 0 25px 70px rgba(20,53,91,.14); }
.media-panel img { display: block; width: 100%; min-height: 380px; object-fit: cover; }
.check-list { list-style: none; padding: 0; }
.check-list li { display: flex; gap: .75rem; margin-bottom: .8rem; }
.check-list i { color: var(--benefix-blue); }

.plan-card { position: relative; padding: 2rem 1.6rem; }
.plan-card.featured { border: 2px solid var(--benefix-orange); transform: translateY(-8px); }
.plan-badge {
    position: absolute;
    top: -14px;
    right: 20px;
    padding: .35rem .75rem;
    color: #fff;
    background: var(--benefix-orange);
    border-radius: 2rem;
    font-size: .72rem;
    font-weight: 800;
}
.plan-name { min-height: 52px; color: var(--benefix-blue); font-size: 1.05rem; text-transform: uppercase; }
.plan-price { color: var(--benefix-blue-dark); font-size: 2.4rem; font-weight: 800; line-height: 1; }
.plan-price sup { font-size: 1rem; top: -.8rem; }
.plan-price small { color: var(--benefix-muted); font-size: .8rem; }

.partner-card { display: grid; min-height: 145px; place-items: center; padding: 1.25rem; text-align: center; }
.partner-card img { width: 100%; height: 72px; object-fit: contain; filter: saturate(.9); }
.partner-card span { display: block; margin-top: .75rem; color: var(--benefix-muted); font-size: .75rem; font-weight: 700; }
.partner-group + .partner-group { margin-top: 3.5rem; }

.page-hero { padding: 5.5rem 0; background: linear-gradient(120deg, var(--benefix-blue-soft), #fff 70%); }
.page-hero .breadcrumb { --bs-breadcrumb-divider-color: #7890aa; }
.page-hero .breadcrumb-item.active { color: var(--benefix-muted); }
.hero-mini-img { border-radius: 1.5rem; box-shadow: 0 24px 70px rgba(20,53,91,.15); }

.app-section { background: linear-gradient(105deg, #edf6ff 0%, #fff 70%); }
.phone-card {
    position: relative;
    padding: 2rem;
    overflow: hidden;
    background: var(--benefix-blue);
    border-radius: 1.5rem;
}
.phone-card::after { content: ''; position: absolute; width: 220px; height: 220px; right: -70px; bottom: -90px; background: var(--benefix-orange); border-radius: 50%; opacity: .95; }
.phone-card > * { position: relative; z-index: 1; }

.steps { counter-reset: step; }
.step { position: relative; padding-left: 4.3rem; }
.step::before {
    counter-increment: step;
    content: '0' counter(step);
    position: absolute;
    left: 0;
    top: -.3rem;
    color: var(--benefix-orange);
    font-size: 1.6rem;
    font-weight: 800;
}

.notice-card { padding: 1.4rem; color: #6c3b00; background: var(--benefix-orange-soft); border-left: 4px solid var(--benefix-orange); border-radius: .8rem; }
.notice-card strong { color: #874a00; }

.accordion { --bs-accordion-active-color: var(--benefix-blue-dark); --bs-accordion-active-bg: var(--benefix-blue-soft); }
.accordion-item { border-color: var(--benefix-border); }
.accordion-button { color: var(--benefix-ink); font-weight: 700; }

.form-control, .form-select {
    min-height: 52px;
    border-color: #cbd9e7;
    border-radius: .75rem;
}
textarea.form-control { min-height: 150px; }
.form-control:focus, .form-select:focus { border-color: var(--benefix-blue); box-shadow: 0 0 0 .22rem rgba(24,87,164,.12); }
.form-label { font-weight: 700; }
.form-note { color: var(--benefix-muted); font-size: .8rem; }
.hp-field { position: absolute !important; left: -9999px !important; opacity: 0 !important; }

.cta-band { background: #fff; }
.cta-panel { padding: 3rem; background: linear-gradient(120deg, var(--benefix-blue-dark), var(--benefix-blue)); border-radius: 1.5rem; box-shadow: 0 24px 70px rgba(11,45,89,.2); }

.site-footer { color: rgba(255,255,255,.72); background: #08274d; }
.site-footer a { color: rgba(255,255,255,.78); }
.site-footer a:hover { color: #fff; }
.footer-logo { max-height: 70px; width: auto; object-fit: contain; }
.footer-title { color: #fff; font-size: .95rem; }
.footer-links li { margin-bottom: .55rem; }
.contact-list i { width: 22px; color: var(--benefix-orange); }
.store-badges img { display: block; max-width: 138px; max-height: 44px; margin-bottom: .65rem; object-fit: contain; }
.footer-divider { border-color: rgba(255,255,255,.18); }

.floating-whatsapp {
    position: fixed;
    right: 1.2rem;
    bottom: 1.2rem;
    z-index: 1040;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    color: #fff;
    background: #25d366;
    border-radius: 50%;
    box-shadow: 0 12px 32px rgba(0,0,0,.22);
    font-size: 1.7rem;
}
.floating-whatsapp:hover { color: #fff; transform: translateY(-3px); }

.landing-header { padding: 1rem 0; background: #fff; border-bottom: 1px solid var(--benefix-border); }
.landing-hero { padding: 5rem 0; background: linear-gradient(125deg, #fff, var(--benefix-blue-soft)); }
.landing-form { padding: 2rem; background: #fff; border: 1px solid var(--benefix-border); border-radius: 1.35rem; box-shadow: 0 26px 80px rgba(20,53,91,.16); }
.sticky-mobile-cta { display: none; }

@media (max-width: 1199.98px) {
    .navbar .nav-link.active::after { display: none; }
    .navbar-collapse { padding: 1rem 0 1.4rem; }
}

@media (max-width: 991.98px) {
    .section-pad { padding: 4.5rem 0; }
    .hero { min-height: auto; background: var(--benefix-surface); }
    .hero::before { background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.86) 64%, rgba(255,255,255,.28) 100%); }
    .hero-image { opacity: .5; object-position: 68% center; }
    .hero-copy { padding: 5rem 0 11rem; }
    .plan-card.featured { transform: none; }
}

@media (max-width: 575.98px) {
    .transition-bar { font-size: .72rem; }
    .navbar { min-height: 74px; }
    .navbar-brand img { height: 38px; }
    .display-title { font-size: 2.45rem; }
    .hero-copy { padding-top: 4rem; }
    .trust-row { display: grid; grid-template-columns: 1fr; }
    .cta-panel { padding: 2rem; }
    .sticky-mobile-cta { display: block; position: fixed; inset: auto 0 0; z-index: 1030; padding: .65rem; background: rgba(255,255,255,.95); border-top: 1px solid var(--benefix-border); backdrop-filter: blur(10px); }
    body.landing-page { padding-bottom: 72px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
