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

:root {
    --navy: #0b1437;
    --navy-2: #10245a;
    --sky: #0ea5e9;
    --sky-2: #38bdf8;
    --green: #22c55e;
    --whatsapp: #25d366;
    --text: #1e293b;
    --muted: #64748b;
    --off: #f8fafc;
    --off-2: #eef6fb;
    --border: #dbe7ef;
    --white: #fff;
    --shadow: 0 16px 45px rgba(11, 20, 55, .12);
    --shadow-soft: 0 8px 28px rgba(14, 165, 233, .1);
    --radius: 12px;
    --radius-lg: 22px;
    --radius-pill: 999px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'DM Sans', Arial, sans-serif;
    color: var(--text);
    background: var(--white);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; height: auto; }
ul { list-style: none; padding: 0; margin: 0; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
section { padding: 82px 0; }
h1, h2, h3 { font-family: 'Poppins', sans-serif; color: var(--navy); line-height: 1.15; margin: 0; }
p { margin: 0; }

.top-bar { background: var(--navy); color: rgba(255,255,255,.78); font-size: .83rem; padding: 8px 0; }
.top-bar-content { display: flex; flex-wrap: wrap; gap: 14px 22px; align-items: center; justify-content: center; }
.top-bar i { color: var(--sky-2); margin-right: 6px; }
.top-bar a:hover { color: var(--white); }
#site-header { position: fixed; inset: 0 0 auto; z-index: 1000; transition: box-shadow .2s ease; }
#site-header.scrolled .nav-wrapper { box-shadow: 0 10px 28px rgba(11,20,55,.1); }
.nav-wrapper { background: rgba(255,255,255,.96); border-bottom: 1px solid var(--border); backdrop-filter: blur(14px); }
.navbar { display: flex; align-items: center; gap: 18px; min-height: 76px; }
.logo, .footer-logo { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 1.35rem; color: var(--navy); letter-spacing: -.01em; display: inline-flex; align-items: center; gap: 9px; }
.logo span, .footer-logo span { color: var(--sky); }
.logo-mark { width: 36px; height: 36px; border-radius: 10px; background: var(--sky); color: var(--white); display: inline-flex; align-items: center; justify-content: center; }
.nav-links { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav-links a { display: inline-flex; align-items: center; gap: 7px; padding: 10px 12px; border-radius: 8px; font-weight: 700; font-size: .88rem; color: var(--navy); white-space: nowrap; }
.nav-links a:hover, .nav-links a.active { background: #e0f2fe; color: #0369a1; }
.nav-links i { color: var(--sky); }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; background: var(--whatsapp); color: var(--white); padding: 11px 18px; border-radius: var(--radius-pill); font-weight: 800; box-shadow: 0 9px 20px rgba(37,211,102,.25); }
.mobile-toggle { display: none; border: 0; background: var(--off); color: var(--navy); border-radius: 10px; padding: 10px 12px; font-weight: 800; gap: 8px; align-items: center; }
.header-spacer { height: 119px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: var(--radius-pill); padding: 12px 22px; border: 0; font-weight: 800; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--sky); color: var(--white); box-shadow: 0 10px 25px rgba(14,165,233,.25); }
.btn-navy { background: var(--navy); color: var(--white); box-shadow: 0 10px 25px rgba(11,20,55,.2); }
.btn-whatsapp { background: var(--whatsapp); color: var(--white); box-shadow: 0 10px 25px rgba(37,211,102,.25); }
.btn-outline { border: 1px solid var(--border); color: var(--navy); background: var(--white); }
.btn-outline-white { border: 1px solid rgba(255,255,255,.5); color: var(--white); background: transparent; }
.btn-lg { padding: 15px 30px; font-size: 1rem; }

.hero { background: linear-gradient(135deg, var(--navy) 0%, #0f255e 58%, #07385f 100%); color: var(--white); position: relative; overflow: hidden; padding: 94px 0 86px; }
.hero:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 72% 30%, rgba(56,189,248,.24), transparent 35%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: 54px; align-items: center; }
.hero h1 { color: var(--white); font-size: clamp(2.2rem, 2.5vw, 4rem); letter-spacing: 0; }
.hero h1 span { color: var(--sky-2); }
.hero-copy { color: rgba(255,255,255,.78); font-size: 1.08rem; margin: 22px 0 30px; max-width: 610px; }
/* .hero-actions, .cta-buttons { display: flex; gap: 13px; flex-wrap: wrap; align-items: center; } */
.hero-actions, .cta-buttons { gap: 13px; flex-wrap: wrap; align-items: center; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 28px; color: rgba(255,255,255,.75); font-weight: 700; font-size: .9rem; }
.hero-proof i { color: var(--sky-2); }
.eyebrow, .sec-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: var(--radius-pill); background: #e0f2fe; color: #0369a1; font-weight: 800; font-size: .78rem; letter-spacing: .05em; text-transform: uppercase; margin-bottom: 16px; }
.hero .eyebrow { color: rgba(255,255,255,.9); background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); }

.dashboard-mock { background: var(--white); border-radius: 24px; padding: 18px; box-shadow: 0 28px 70px rgba(0,0,0,.32); color: var(--text); }
.mock-top { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border); padding-bottom: 14px; margin-bottom: 16px; }
.mock-dots span { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 5px; background: var(--border); }
.mock-dots span:first-child { background: #ef4444; } .mock-dots span:nth-child(2) { background: #f59e0b; } .mock-dots span:nth-child(3) { background: var(--green); }
.mock-title { font-weight: 800; color: var(--navy); }
.mock-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 14px; }
.mock-stat, .mock-panel, .mock-list li { background: var(--off); border: 1px solid var(--border); border-radius: 12px; padding: 14px; }
.mock-stat strong { color: var(--navy); font-size: 1.35rem; display: block; }
.mock-stat span, .mock-list span { color: var(--muted); font-size: .82rem; }
.mock-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: end; min-height: 170px; }
.bar { border-radius: 8px 8px 0 0; background: linear-gradient(180deg, var(--sky-2), var(--sky)); min-height: 48px; }
.bar:nth-child(2) { min-height: 92px; } .bar:nth-child(3) { min-height: 70px; } .bar:nth-child(4) { min-height: 122px; }
.mock-list { display: grid; gap: 10px; margin-top: 14px; }
.mock-list li { display: flex; justify-content: space-between; gap: 10px; align-items: center; }
.mock-list i { color: var(--green); }

.trust-bar { background: var(--off); border-bottom: 1px solid var(--border); padding: 22px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.trust-item { display: flex; align-items: center; gap: 10px; color: var(--muted); font-weight: 800; justify-content: center; }
.trust-item i { color: var(--sky); }

.sec-header { margin-bottom: 42px; }
.center { text-align: center; }
.center .sec-sub { margin-inline: auto; }
.sec-title { font-size: clamp(1.8rem, 3vw, 2.55rem); margin-bottom: 13px; }
.sec-sub { color: var(--muted); max-width: 710px; font-size: 1.03rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; align-items: center; }
.card, .feature-card, .info-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-soft); transition: transform .22s ease, box-shadow .22s ease; }
.card:hover, .feature-card:hover, .info-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.icon-box { width: 52px; height: 52px; border-radius: 14px; background: #e0f2fe; color: var(--sky); display: inline-flex; align-items: center; justify-content: center; font-size: 1.2rem; margin-bottom: 18px; }
.feature-card h3, .info-card h3 { font-size: 1.08rem; margin-bottom: 9px; }
.feature-card p, .info-card p, .rich-text p, .rich-text li { color: var(--muted); }
.learn-link { display: inline-flex; align-items: center; gap: 7px; color: var(--sky); font-weight: 800; margin-top: 18px; }

.split-section { background: var(--off); }
.check-list { display: grid; gap: 13px; margin-top: 22px; }
.check-list li { display: flex; gap: 11px; align-items: flex-start; color: var(--text); font-weight: 700; }
.check-list i { color: var(--green); margin-top: 4px; }
.module-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.mini-module { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; font-weight: 800; color: var(--navy); }
.mini-module i { color: var(--sky); margin-right: 8px; }
.legacy-brand { margin-top: 26px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow-soft); }
.legacy-brand img { max-width: 260px; }
.legacy-brand figcaption { color: var(--muted); font-size: .88rem; margin-top: 10px; }
.guide-section-list { display: grid; gap: 30px; }
.guide-section { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-soft); }
.guide-section-head { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 22px; }
.guide-section-head h2 { font-size: 1.35rem; margin-bottom: 6px; }
.guide-section-head p { color: var(--muted); }
.guide-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.guide-shot { margin: 0; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: var(--off); box-shadow: var(--shadow-soft); }
.guide-shot img { width: 100%; height: 100%; object-fit: contain; background: var(--white); }
.guide-shot-featured img { max-height: 380px; }

.page-hero { background: linear-gradient(135deg, var(--off), #fff); padding: 72px 0; border-bottom: 1px solid var(--border); }
.page-hero h1 { font-size: clamp(2rem, 4vw, 3.2rem); max-width: 820px; }
.page-hero p { color: var(--muted); font-size: 1.1rem; max-width: 760px; margin-top: 18px; }
.breadcrumbs { color: var(--muted); font-size: .88rem; margin-bottom: 18px; font-weight: 700; }
.breadcrumbs a { color: var(--sky); }

.faq-list { display: grid; gap: 14px; max-width: 850px; margin: 0 auto; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); overflow: hidden; }
.faq-item button { width: 100%; border: 0; background: var(--white); padding: 20px; text-align: left; font-weight: 800; color: var(--navy); display: flex; justify-content: space-between; gap: 16px; cursor: pointer; }
.faq-answer { display: none; padding: 0 20px 20px; color: var(--muted); }
.faq-item.open .faq-answer { display: block; }

.contact-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 30px; align-items: start; }
.contact-card { background: var(--navy); color: var(--white); border-radius: var(--radius-lg); padding: 30px; position: sticky; }
.contact-card h2 { color: var(--white); margin-bottom: 14px; }
.contact-card p, .contact-card li { color: rgba(255,255,255,.74); }
.contact-card ul { display: grid; gap: 14px; margin-top: 22px; }
.contact-card i { color: var(--sky-2); margin-right: 9px; }
.form-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 30px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { font-weight: 800; color: var(--navy); font-size: .92rem; }
input, textarea, select { width: 100%; border: 1px solid var(--border); border-radius: 10px; padding: 12px 13px; font: inherit; background: var(--white); color: var(--text); }
textarea { min-height: 135px; resize: vertical; }
input:focus, textarea:focus, select:focus { outline: 3px solid rgba(14,165,233,.16); border-color: var(--sky); }
.legal-content .info-card { max-width: 980px; margin: 0 auto; }
.legal-content h2 { margin: 28px 0 10px; font-size: 1.28rem; }
.legal-content h2:first-of-type { margin-top: 10px; }
.legal-content p { margin-bottom: 14px; color: var(--muted); }
.legal-content ul { list-style: disc; margin: 10px 0 18px 22px; color: var(--muted); }
.legal-content li { margin-bottom: 8px; }
.legal-content a { color: var(--sky); font-weight: 800; }
.policy-date { color: var(--navy) !important; background: var(--off); border: 1px solid var(--border); border-radius: 10px; padding: 12px 14px; }
.alert { padding: 14px 16px; border-radius: 10px; margin-bottom: 18px; font-weight: 700; }
.alert-success { background: #ecfdf5; color: #047857; border: 1px solid #bbf7d0; }
.alert-error { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }
.captcha-box { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; background: var(--off); border: 1px solid var(--border); padding: 12px; border-radius: 10px; }
.captcha-question { font-weight: 900; color: var(--navy); min-width: 118px; }
.hp-field { position: absolute; left: -9999px; opacity: 0; }

.cta-section { background: linear-gradient(135deg, var(--navy), #0d2c63); color: var(--white); text-align: center; position: relative; overflow: hidden; }
.cta-section h2 { color: var(--white); font-size: clamp(1.7rem, 3vw, 2.45rem); margin-bottom: 14px; }
.cta-section p { color: rgba(255,255,255,.74); max-width: 680px; margin: 0 auto 28px; }
.site-footer { background: #080f2a; color: rgba(255,255,255,.7); padding-top: 62px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 36px; padding-bottom: 44px; }
.footer-logo { color: var(--white); margin-bottom: 14px; }
.footer-col h3 { color: var(--white); font-size: .9rem; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 16px; }
.footer-col ul { display: grid; gap: 10px; }
.footer-col a:hover { color: var(--sky-2); }
.footer-col i { width: 18px; color: var(--sky-2); }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); display: inline-flex; align-items: center; justify-content: center; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 0; font-size: .86rem; }
.footer-bottom .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.wa-float { position: fixed; right: 22px; bottom: 22px; width: 56px; height: 56px; border-radius: 50%; background: var(--whatsapp); color: var(--white); display: inline-flex; align-items: center; justify-content: center; font-size: 1.55rem; z-index: 900; box-shadow: 0 12px 30px rgba(37,211,102,.4); }

@media (max-width: 1020px) {
    .nav-cta { display: none; }
    .mobile-toggle { display: inline-flex; margin-left: auto; }
    .nav-links { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; background: var(--white); padding: 14px 20px 22px; border-top: 1px solid var(--border); box-shadow: var(--shadow); transform: translateX(105%); transition: transform .25s ease; margin: 0; }
    .nav-links.active { transform: translateX(0); }
    .nav-links a { padding: 15px 12px; font-size: 1rem; border-bottom: 1px solid var(--border); }
    .hero-grid, .grid-2, .contact-grid { grid-template-columns: 1fr; }
    .grid-3 { grid-template-columns: repeat(2, 1fr); }
    .guide-gallery { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .contact-card { position: static; }
}

@media (max-width: 720px) {
    .container { width: min(100% - 30px, 1180px); }
    section { padding: 58px 0; }
    .top-bar { display: none; }
    .header-spacer { height: 77px; }
    .navbar { min-height: 76px; }
    .hero { padding: 66px 0; }
    .hero-grid { gap: 34px; }
    .hero-actions .btn, .cta-buttons .btn { width: 100%; }
    .trust-grid, .grid-3, .module-strip, .form-grid, .footer-grid, .guide-gallery { grid-template-columns: 1fr; }
    .guide-section { padding: 20px; }
    .guide-section-head { display: block; }
    .mock-grid { grid-template-columns: 1fr; }
    .footer-bottom .container { justify-content: center; text-align: center; }
    .logo { font-size: 1.12rem; }
    .mobile-toggle span { display: none; }
}
