:root { --navy: #1B2D5E; --navy-deep: #111E3F; --gold: #C8A84B; --gold-light: #E2C97A; --gold-pale: #FDF6E3; --white: #FFFFFF; --off-white: #F8F7F4; --text: #2A2A3A; --text-light: #6B6B7B; --border: rgba(200,168,75,0.2); }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; line-height: 1.6; }
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(27,45,94,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(200,168,75,0.15); padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; height: 68px; }
.nav-brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.nav-brand img { height: 44px; width: auto; }
.nav-brand-text strong { display: block; font-family: 'Playfair Display', serif; font-size: 1rem; color: var(--white); font-weight: 700; letter-spacing: 0.02em; }
.nav-brand-text span { display: block; font-family: 'DM Mono', monospace; font-size: 0.7rem; color: var(--gold); letter-spacing: 0.15em; text-transform: uppercase; }
.nav-links { display: flex; list-style: none; gap: 2rem; align-items: center; }
.nav-links a { color: rgba(255,255,255,0.85); text-decoration: none; font-size: 0.9rem; font-weight: 500; letter-spacing: 0.02em; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { background: var(--gold); color: var(--navy-deep) !important; padding: 0.5rem 1.2rem; border-radius: 4px; font-weight: 600 !important; font-size: 0.85rem !important; }
.nav-cta:hover { background: var(--gold-light); color: var(--navy-deep) !important; }
.hero { background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%); color: var(--white); padding: 9rem 5vw 5rem; text-align: center; position: relative; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 20% 30%, rgba(200,168,75,0.08), transparent 50%), radial-gradient(circle at 80% 70%, rgba(200,168,75,0.05), transparent 50%); pointer-events: none; }
.hero-inner { max-width: 900px; margin: 0 auto; position: relative; z-index: 1; }
.hero-kicker { font-family: 'DM Mono', monospace; font-size: 0.78rem; color: var(--gold); letter-spacing: 0.25em; text-transform: uppercase; margin-bottom: 1.5rem; }
.hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 5.5vw, 4rem); font-weight: 700; line-height: 1.1; margin-bottom: 1.5rem; letter-spacing: -0.01em; }
.hero p { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: rgba(255,255,255,0.85); max-width: 700px; margin: 0 auto 2.5rem; font-weight: 300; }
.hero-cta { display: inline-block; background: var(--gold); color: var(--navy-deep); padding: 1.1rem 2.5rem; font-size: 1rem; font-weight: 600; text-decoration: none; border-radius: 4px; transition: all 0.2s; letter-spacing: 0.02em; }
.hero-cta:hover { background: var(--gold-light); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(200,168,75,0.3); }
.trust { background: var(--off-white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 2.25rem 5vw; }
.trust-strip { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.trust-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0.35rem; flex: 1; min-width: 160px; }
.trust-label { font-family: 'DM Mono', monospace; font-size: 0.62rem; color: var(--text-light); letter-spacing: 0.22em; text-transform: uppercase; }
.trust-value { font-family: 'Playfair Display', serif; font-size: 0.95rem; color: var(--navy); font-weight: 600; line-height: 1.3; }
.trust-divider { width: 1px; height: 40px; background: var(--border); flex-shrink: 0; }
section { padding: 5rem 5vw; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-kicker { font-family: 'DM Mono', monospace; font-size: 0.72rem; color: var(--gold); letter-spacing: 0.22em; text-transform: uppercase; margin-bottom: 1rem; }
h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3.2vw, 2.6rem); color: var(--navy); font-weight: 700; line-height: 1.2; margin-bottom: 1.5rem; letter-spacing: -0.01em; }
h3 { font-family: 'Playfair Display', serif; font-size: 1.25rem; color: var(--navy); font-weight: 600; margin-bottom: 0.6rem; }
.section-lead { font-size: 1.1rem; color: var(--text-light); max-width: 720px; margin-bottom: 2.5rem; }
p { margin-bottom: 1rem; }
.problem { background: var(--white); }
.problem-text { max-width: 760px; }
.problem-text p { font-size: 1.05rem; }
.problem-text strong { color: var(--navy); font-weight: 600; }
.offer { background: var(--off-white); }
.offer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.offer-card { background: var(--white); padding: 1.75rem; border: 1px solid var(--border); border-radius: 6px; }
.offer-card-icon { font-family: 'DM Mono', monospace; font-size: 0.7rem; color: var(--gold); letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 0.6rem; }
.offer-card p { color: var(--text-light); font-size: 0.95rem; margin: 0; }
.offer-note { margin-top: 2.5rem; padding: 1.5rem 1.75rem; background: var(--gold-pale); border-left: 3px solid var(--gold); border-radius: 4px; font-size: 0.95rem; color: var(--text); }
.who { background: var(--white); }
.who-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.who-item { padding: 1.5rem; border: 1px solid var(--border); border-radius: 6px; background: var(--off-white); }
.who-item-label { font-family: 'DM Mono', monospace; font-size: 0.65rem; color: var(--gold); letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 0.5rem; }
.who-item-value { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--navy); font-weight: 600; line-height: 1.4; }
.proof { background: var(--navy); color: var(--white); }
.proof h2 { color: var(--white); }
.proof .section-kicker { color: var(--gold-light); }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; margin-top: 2.5rem; }
.proof-text p { color: rgba(255,255,255,0.8); }
.proof-credentials { background: rgba(255,255,255,0.05); border: 1px solid rgba(200,168,75,0.25); border-radius: 6px; padding: 2rem; }
.proof-credentials ul { list-style: none; padding: 0; }
.proof-credentials li { padding: 0.75rem 0; border-bottom: 1px solid rgba(255,255,255,0.08); color: rgba(255,255,255,0.85); font-size: 0.95rem; }
.proof-credentials li:last-child { border-bottom: none; }
.proof-credentials strong { color: var(--gold-light); font-weight: 600; display: block; margin-bottom: 0.15rem; font-family: 'Playfair Display', serif; font-size: 1rem; }
.how { background: var(--off-white); }
.how-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
.how-step { padding: 2rem 1.75rem; background: var(--white); border: 1px solid var(--border); border-radius: 6px; }
.how-step-num { font-family: 'Playfair Display', serif; font-size: 2.5rem; color: var(--gold); font-weight: 700; line-height: 1; margin-bottom: 1rem; }
.how-step h3 { margin-bottom: 0.5rem; }
.how-step p { color: var(--text-light); font-size: 0.95rem; margin: 0; }
.final-cta { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%); color: var(--white); text-align: center; padding: 5rem 5vw; }
.final-cta h2 { color: var(--white); margin-bottom: 1rem; }
.final-cta p { color: rgba(255,255,255,0.85); font-size: 1.1rem; max-width: 600px; margin: 0 auto 2.5rem; }
.final-cta-small { display: block; margin-top: 1.5rem; font-family: 'DM Mono', monospace; font-size: 0.75rem; color: rgba(200,168,75,0.7); letter-spacing: 0.18em; text-transform: uppercase; }
footer { background: var(--navy-deep); color: rgba(255,255,255,0.7); padding: 3rem 5vw 2rem; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand p { font-size: 0.88rem; line-height: 1.7; margin-top: 1rem; max-width: 360px; }
.footer-col h4 { font-family: 'Playfair Display', serif; color: var(--gold); font-size: 0.95rem; font-weight: 600; margin-bottom: 1rem; letter-spacing: 0.02em; }
.footer-col ul { list-style: none; padding: 0; }
.footer-col ul li { padding: 0.35rem 0; }
.footer-col ul li a { color: rgba(255,255,255,0.7); text-decoration: none; font-size: 0.88rem; transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--gold); }
.footer-bottom { max-width: 1200px; margin: 1.5rem auto 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; }
.footer-bottom p { font-size: 0.78rem; color: rgba(255,255,255,0.5); margin: 0; }
.footer-cima { color: var(--gold-light) !important; }
@media (max-width: 880px) { .nav-links li:not(:last-child) { display: none; } .proof-grid { grid-template-columns: 1fr; gap: 2rem; } .how-steps { grid-template-columns: 1fr; } .footer-inner { grid-template-columns: 1fr; gap: 2rem; } .trust-strip { gap: 2rem; } .trust-divider { display: none; } .trust-item { flex-basis: 45%; } section { padding: 4rem 5vw; } .hero { padding: 7rem 5vw 4rem; } }
