* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--blue);
    background: #fff;
    font-family: "Montserrat", "Arial", sans-serif;
    font-weight: 600;
    overflow-x: hidden;
    text-rendering: geometricPrecision;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.btn-hover,
.product-card,
.bank-card,
.testimonial-card,
.socials a {
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease, color .22s ease;
}
.btn-hover:hover,
.product-card:hover,
.bank-card:hover,
.testimonial-card:hover,
.socials a:hover {
    transform: translateY(-3px);
}
svg {
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.icon-fa {
    display: inline-grid;
    place-items: center;
    line-height: 1;
}
.icon-fa::before {
    content: none !important;
}
.icon-fa svg {
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.45;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.topbar {
    position: relative;
    width: min(100%, 1716px);
    margin: 0 auto;
    padding: 28px 54px 14px;
    display: grid;
    grid-template-columns: 360px minmax(620px, 1fr) 330px;
    align-items: center;
    gap: 18px;
    overflow: hidden;
}
.brand img { width: 360px; }
.menu-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 24px;
    right: auto;
    left: min(326px, calc(100vw - 64px));
    z-index: 999;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 12px;
    background: var(--blue);
    padding: 11px;
    cursor: pointer;
}
.menu-toggle span {
    display: none;
    width: 20px;
    height: 2px;
    margin: 5px 0;
    border-radius: 2px;
    background: #fff;
}
.menu-toggle::before {
    content: "";
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 -6px 0 #fff, 0 6px 0 #fff;
}
.mainnav { display: flex; justify-content: center; gap: clamp(18px, 2vw, 42px); font-size: 15px; white-space: nowrap; }
.mainnav a:first-child, .mainnav a:hover { color: var(--orange); }
.mainnav a:first-child::after {
    content: "";
    display: block;
    height: 4px;
    margin-top: 14px;
    border-radius: 3px;
    background: var(--orange);
}
.top-whatsapp {
    min-height: 86px;
    border: 3px solid var(--orange);
    border-radius: 24px;
    display: grid;
    grid-template-columns: 44px 1fr;
    align-items: center;
    padding: 14px 18px;
    column-gap: 12px;
    box-shadow: 0 8px 20px rgba(255, 79, 18, .08);
}
.top-whatsapp > i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #12c964;
    border: 2px solid currentColor;
    border-radius: 50%;
    font-size: 19px;
}
.top-whatsapp span {
    display: grid;
    gap: 6px;
}
.top-whatsapp strong { display: block; font-size: 21px; line-height: 1; white-space: nowrap; }
.top-whatsapp small { display: block; font-size: 13px; white-space: nowrap; }
.hero {
    width: min(100%, 1716px);
    margin: 0 auto;
    padding: 0 32px 34px 64px;
    display: grid;
    grid-template-columns: 46% 54%;
    align-items: center;
}
.hero h1 { margin: 24px 0 22px; font-size: clamp(48px, 4.45vw, 88px); line-height: 1; letter-spacing: 0; }
.hero h1 span { display: block; }
em, .subtitle strong { color: var(--orange); font-style: normal; }
.subtitle { margin: 0 0 52px; font-size: clamp(23px, 1.75vw, 34px); font-weight: 500; }
.hero-badges { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-bottom: 70px; }
.hero-badges div { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: center; font-size: 15px; line-height: 1.3; }
.hero-badges svg, .line-icon svg { color: var(--orange); font-size: 46px; }
.hero-card {
    width: min(650px, 100%);
    min-height: 146px;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(0, 21, 60, .12);
    display: grid;
    grid-template-columns: 146px 1fr;
    align-items: center;
    padding: 22px;
}
.hero-card:hover { box-shadow: 0 18px 38px rgba(0, 21, 60, .16); }
.hero-copy, .hero-visual, .hero-card span { min-width: 0; }
.hero-card b, .hero-card small { overflow-wrap: anywhere; }
.big-wa {
    width: 104px;
    height: 104px;
    display: grid;
    place-items: center;
    border-radius: 22px;
    background: var(--blue);
    color: #fff;
    font-size: 40px;
}
.hero-card b { display: block; font-size: 21px; }
.hero-card strong { display: block; color: var(--orange); font-size: 34px; margin: 10px 0 6px; white-space: nowrap; }
.hero-card small { font-size: 18px; }
.hero-visual { position: relative; min-height: 775px; display: grid; grid-template-columns: 65% 35%; align-items: center; }
.hero-visual img { width: 650px; margin-left: -10px; z-index: 2; align-self: end; }
.hero-visual aside {
    width: 340px;
    min-height: 660px;
    margin-left: -54px;
    padding: 58px 44px;
    background: var(--blue);
    color: #fff;
    border-radius: 30px;
    z-index: 1;
}
.hero-visual aside div {
    display: grid;
    grid-template-columns: 58px 1fr;
    align-items: center;
    gap: 18px;
    min-height: 132px;
    border-bottom: 2px solid rgba(255,255,255,.22);
    font-size: 21px;
    line-height: 1.45;
}
.hero-visual aside span {
    white-space: normal;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
}
.hero-visual aside div:last-child { border-bottom: 0; }
.hero-visual aside svg { color: var(--orange); font-size: 48px; }
.section {
    width: min(100%, 1580px);
    margin: 0 auto;
    padding: 36px 34px;
    border-top: 3px solid #e7ecf3;
    text-align: center;
}
.products { border-top: 0; }
.kicker {
    margin: 0 auto 18px;
    color: var(--orange);
    font-size: 21px;
    font-weight: 800;
}
.kicker::before, .kicker::after {
    content: "";
    display: inline-block;
    width: 44px;
    height: 3px;
    margin: 0 18px 8px;
    background: #ff9b77;
}
.section h2 { margin: 0 0 42px; font-size: clamp(29px, 2.05vw, 40px); line-height: 1.22; }
.product-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px 32px;
}
.product-card {
    width: calc((100% - 96px) / 4);
    max-width: 365px;
    min-height: 390px;
    padding: 38px 36px 32px;
    border: 1px solid #e3eaf3;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 28, 76, .05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.product-card:hover {
    border-color: rgba(255, 79, 18, .38);
    box-shadow: 0 16px 36px rgba(0, 28, 76, .1);
}
.line-icon { color: var(--orange); font-size: 68px; line-height: 1; margin-bottom: 22px; }
.product-card h3 { margin: 0 0 24px; font-size: 24px; line-height: 1.26; }
.product-card p { margin: 0; font-size: 17px; line-height: 1.62; font-weight: 500; }
.banks h2 { font-size: 24px; margin-bottom: 34px; }
.bank-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px 28px; }
.bank-card {
    width: 260px;
    height: 112px;
    display: grid;
    place-items: center;
    padding: 18px 24px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #edf1f6;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 21, 60, .08);
}
.bank-card:hover { box-shadow: 0 14px 28px rgba(0, 21, 60, .12); }
.bank-card img {
    width: 100%;
    height: 100%;
    max-width: 190px;
    max-height: 68px;
    object-fit: contain;
    object-position: center;
}
.testimonials h2 { margin-bottom: 34px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; max-width: 1400px; margin: 0 auto; }
.testimonial-card {
    min-height: 330px;
    padding: 28px 48px 26px;
    text-align: left;
    border: 1px solid #e5ebf2;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 28, 76, .04);
}
.testimonial-card:hover { box-shadow: 0 14px 30px rgba(0, 28, 76, .08); }
.stars { color: var(--orange); font-size: 27px; letter-spacing: 4px; }
.stars span { font-size: 56px; line-height: .3; vertical-align: -16px; margin-right: 22px; letter-spacing: 0; }
.testimonial-card p { font-size: 18px; line-height: 1.58; font-weight: 600; margin: 20px 0 30px; }
.testimonial-card footer { display: flex; gap: 24px; align-items: center; }
.testimonial-card img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; }
.testimonial-card strong, .testimonial-card small { display: block; font-size: 21px; }
.testimonial-card small { font-size: 17px; margin-top: 6px; }
.dots { display: flex; justify-content: center; gap: 20px; margin-top: 22px; }
.dots span { width: 16px; height: 16px; border-radius: 50%; background: var(--blue); }
.dots span:first-child { background: var(--orange); }
.cta {
    width: min(100%, 1548px);
    margin: 28px auto 0;
    min-height: 190px;
    padding: 34px 48px;
    background: #f8fafc;
    border-radius: 24px 24px 0 0;
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr) 400px;
    gap: 30px;
    align-items: center;
    box-shadow: 0 -10px 30px rgba(0, 28, 76, .06) inset;
}
.cta-icon {
    width: 96px;
    height: 96px;
    display: grid;
    place-items: center;
    border: 3px solid var(--orange);
    border-radius: 50%;
    color: var(--orange);
    font-size: 42px;
}
.cta h2 { margin: 0; font-size: 38px; }
.cta p { margin: 12px 0 28px; color: var(--orange); font-size: 28px; }
.cta-features {
    display: flex;
    align-items: center;
    gap: clamp(18px, 3.2vw, 54px);
    flex-wrap: nowrap;
    font-size: 15px;
}
.cta-features span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    white-space: nowrap;
}
.cta-features i {
    width: 24px;
    color: var(--orange);
    font-size: 22px;
    text-align: center;
}
.cta-button {
    min-height: 108px;
    color: #fff;
    background: var(--orange);
    border-radius: 18px;
    display: grid;
    grid-template-columns: 70px 1fr;
    align-items: center;
    padding: 20px 28px;
    box-shadow: 0 12px 26px rgba(255, 79, 18, .25);
}
.cta-button:hover {
    background: #e6420c;
    box-shadow: 0 16px 34px rgba(255, 79, 18, .32);
}
.cta-button span { font-size: 42px; }
.cta-button strong { font-size: 27px; line-height: 1; }
.cta-button b { grid-column: 2; font-size: 19px; margin-top: 8px; }
.site-footer {
    position: relative;
    min-height: 320px;
    padding: 28px 330px 40px;
    text-align: center;
    color: #fff;
    background: radial-gradient(circle at 50% 0%, #0d4380, #05295a 52%, #032149);
}
.footer-logo { width: 190px; margin: 0 auto 10px; object-fit: contain; }
.socials { display: flex; justify-content: center; gap: 12px; margin-bottom: 20px; }
.socials a {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 2px solid var(--orange);
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    background: rgba(255,255,255,.04);
}
.socials a:hover {
    background: var(--orange);
    box-shadow: 0 10px 20px rgba(255, 79, 18, .25);
}
.site-footer p { max-width: 1080px; margin: 0 auto 20px; font-size: 15px; line-height: 1.5; font-weight: 500; }
.site-footer strong { display: block; font-size: 16px; line-height: 1.35; font-weight: 600; }
.security {
    position: absolute;
    right: 130px;
    top: 122px;
    width: 150px;
    font-size: 15px;
    line-height: 1.28;
    font-weight: 700;
}
.security svg {
    color: var(--orange);
    font-size: 54px;
    margin-bottom: 12px;
    stroke-width: 1.45;
}
.floating-whatsapp {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 20;
    display: none;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 12px 16px;
    border-radius: 999px;
    background: var(--orange);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 14px 32px rgba(255, 79, 18, .34);
}
.floating-whatsapp .icon-fa {
    font-size: 22px;
}
@media (min-width: 821px) {
    .menu-toggle { display: none !important; }
}
@media (max-width: 1500px) {
    .topbar {
        grid-template-columns: 280px minmax(520px, 1fr) 310px;
        padding-left: 34px;
        padding-right: 34px;
    }
    .brand img { width: 280px; }
    .mainnav { font-size: 13px; gap: 22px; }
    .top-whatsapp { min-height: 92px; border-radius: 24px; }
    .top-whatsapp strong { font-size: 20px; }
}
@media (max-width: 1180px) {
    .topbar {
        grid-template-columns: 1fr auto;
        gap: 18px 24px;
    }
    .brand img { width: 260px; }
    .mainnav {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .top-whatsapp { width: 310px; justify-self: end; }
    .hero { grid-template-columns: 1fr; padding-left: 38px; padding-right: 38px; }
    .hero h1 { margin-top: 20px; }
    .hero-badges, .testimonial-grid { grid-template-columns: 1fr 1fr; }
    .product-card { width: calc((100% - 32px) / 2); }
    .hero-visual { grid-template-columns: 1fr; min-height: auto; }
    .hero-visual img { width: 100%; margin: 0; }
    .hero-visual aside { width: 100%; margin: -20px 0 0; min-height: auto; }
    .cta {
        grid-template-columns: 110px minmax(0, 1fr);
    }
    .cta-button { grid-column: 2; max-width: 470px; }
    .site-footer { padding: 28px 24px 250px; }
    .security { left: 50%; right: auto; top: auto; bottom: 36px; transform: translateX(-50%); }
}
@media (max-width: 820px) {
    .topbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 18px 20px 10px;
        overflow: visible;
    }
    .brand {
        flex: 0 1 auto;
    }
    .brand img { width: min(220px, 68vw); margin: 0; }
    body .menu-toggle {
        display: inline-flex !important;
        flex: 0 0 44px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 24px;
        right: auto;
        left: min(326px, calc(100vw - 64px));
        z-index: 999;
        box-shadow: 0 10px 22px rgba(0, 21, 60, .16);
    }
    .top-whatsapp {
        display: none;
    }
    .mainnav {
        flex: 0 0 100%;
        width: 100%;
        max-width: 330px;
        margin: 8px 0 0 auto;
        font-size: 13px;
        gap: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 10px;
        border: 1px solid #e7edf5;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 12px 28px rgba(0, 21, 60, .1);
        white-space: nowrap;
    }
    .mainnav.is-open { display: flex; }
    .mainnav a {
        padding: 12px 10px;
        border-radius: 10px;
    }
    .mainnav a:first-child::after { display: none; }
    .floating-whatsapp {
        left: 20px;
        right: 20px;
        justify-content: center;
        max-width: calc(100vw - 40px);
        display: inline-flex;
    }
    .hero {
        padding: 18px 20px 26px;
        text-align: center;
    }
    .hero h1 {
        font-size: clamp(31px, 8vw, 46px);
        line-height: 1.02;
        margin-bottom: 16px;
    }
    .hero h1 em { display: block; }
    .subtitle { font-size: 21px; margin-bottom: 32px; }
    .hero-badges {
        max-width: 560px;
        margin: 0 auto 34px;
        text-align: left;
        gap: 18px;
    }
    .hero-card { margin: 0 auto; text-align: left; }
    .hero-visual { margin-top: 22px; }
    .hero-visual img { max-width: 540px; margin: 0 auto; }
    .hero-visual aside {
        width: min(100%, 540px);
        max-width: 540px;
        margin: -8px auto 0;
        padding: 30px 28px;
        border-radius: 22px;
        overflow: hidden;
    }
    .hero-visual aside div {
        grid-template-columns: 44px minmax(0, 1fr);
        min-height: 84px;
        font-size: 17px;
        text-align: left;
    }
    .section { padding: 30px 20px; }
    .section h2 { font-size: 28px; }
    .kicker { font-size: 18px; }
    .kicker::before, .kicker::after { width: 28px; margin-left: 8px; margin-right: 8px; }
    .product-card { min-height: auto; padding: 30px 24px; }
    .bank-card { width: 220px; height: 96px; padding: 16px 22px; }
    .testimonial-card { min-height: auto; }
    .cta {
        grid-template-columns: 1fr;
        margin-left: 20px;
        margin-right: 20px;
        width: auto;
        text-align: center;
        padding: 30px 24px;
        gap: 18px;
    }
    .cta-icon { margin: 0 auto; }
    .cta-features {
        justify-content: center;
        flex-wrap: wrap;
        gap: 14px 28px;
    }
    .cta-button { margin: 0 auto; width: min(100%, 430px); text-align: left; }
    .cta-button { grid-column: auto; }
}
@media (max-width: 620px) {
    .hero-badges, .testimonial-grid { grid-template-columns: 1fr; }
    .product-card { width: 100%; }
    .top-whatsapp strong { font-size: 19px; }
    .top-whatsapp small { font-size: 13px; }
    .subtitle { font-size: 18px; line-height: 1.35; }
    .hero-card {
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 12px;
        min-height: 110px;
        padding: 14px;
        overflow: hidden;
    }
    .big-wa {
        width: 60px;
        height: 60px;
        font-size: 32px;
        border-radius: 16px;
    }
    .hero-card b { font-size: 13px; line-height: 1.2; }
    .hero-card strong { font-size: 21px; }
    .hero-card small { font-size: 13px; }
    .bank-grid { gap: 18px; }
    .bank-card { width: min(100%, 250px); }
    .bank-card img { max-width: 180px; max-height: 60px; }
    .testimonial-card { padding: 24px; }
    .cta h2 { font-size: 29px; }
    .cta p { font-size: 22px; }
    .products h2 {
        font-size: 24px;
        line-height: 1.3;
    }
    .hero-visual aside div span {
        display: block;
        max-width: 210px;
        line-height: 1.35;
    }
    .products h2 em {
        display: block;
    }
    .cta-features {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, max-content));
        justify-content: center;
        gap: 14px 22px;
    }
    .cta-features span:last-child {
        grid-column: 1 / -1;
        justify-self: center;
    }
    .cta-button {
        grid-template-columns: 62px 1fr;
        min-height: 102px;
        padding: 18px;
    }
    .cta-button span { font-size: 52px; }
    .cta-button strong { font-size: 23px; white-space: nowrap; }
    .cta-button b { font-size: 17px; }
}
@media (max-width: 430px) {
    .mainnav { font-size: 12px; gap: 12px; }
    .floating-whatsapp {
        min-height: 48px;
        padding: 11px 14px;
        font-size: 13px;
    }
    .top-whatsapp {
        width: min(100%, 310px);
        grid-template-columns: 34px minmax(0, 1fr);
        padding: 14px;
    }
    .top-whatsapp > i { width: 34px; height: 34px; border-width: 2px; font-size: 16px; }
    .top-whatsapp strong { font-size: 17px; }
    .hero {
        padding-left: 16px;
        padding-right: 16px;
    }
    .hero h1 { font-size: 30px; }
    .subtitle { font-size: 17px; }
    .hero-badges div { grid-template-columns: 36px 1fr; font-size: 15px; }
    .hero-badges svg { font-size: 38px; }
    .hero-visual aside {
        width: 100%;
        max-width: calc(100vw - 32px);
        padding: 24px 22px;
    }
    .hero-visual aside div {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 14px;
        font-size: 14px;
    }
    .hero-visual aside div span {
        display: block;
        max-width: 190px;
        line-height: 1.35;
    }
    .hero-visual aside svg {
        font-size: 34px;
    }
    .hero-card b { font-size: 12px; }
    .hero-card strong { font-size: 20px; }
    .hero-card small { font-size: 12px; }
    .section h2 { font-size: 22px; }
    .section h2 {
        max-width: 100%;
        line-height: 1.28;
        overflow-wrap: normal;
    }
    .products h2 em {
        display: block;
    }
    .product-card h3 { font-size: 22px; }
    .product-card p { font-size: 16px; }
    .testimonial-card p { font-size: 16px; }
    .cta-button strong { font-size: 21px; }
    .cta-features {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .cta-features span:last-child {
        grid-column: auto;
    }
}
