:root {
  --navy: #1B2D4F;
  --navy-deep: #0F1A2E;
  --gold: #C5A55A;
  --gold-light: #D4BA7A;
  --blue: #2E75B6;
  --white: #FFFFFF;
  --off-white: #F8F9FB;
  --light-bg: #F0F3F7;
  --grey: #6B7280;
  --dark: #1F2937;
  --border: #E5E7EB;
  --green: #059669;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--dark); line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4 { font-family: 'DM Serif Display', serif; color: var(--navy); line-height: 1.2; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
section { padding: 80px 0; }
.section-alt { background: var(--off-white); }
.section-label { font-size: .8125rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--gold); margin-bottom: 12px; }
.section-title { font-size: 2.25rem; margin-bottom: 16px; }
.section-desc { color: var(--grey); font-size: 1.0625rem; max-width: 640px; margin-bottom: 48px; }
.section-desc.center { margin-left: auto; margin-right: auto; text-align: center; }
.text-center { text-align: center; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(15,26,46,.97); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(197,165,90,.15); }
.nav-inner { max-width: 1140px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 64px; }
.nav-logo { font-family: 'DM Serif Display', serif; font-size: 1.25rem; color: var(--gold); text-decoration: none; letter-spacing: .5px; }
.nav-logo span { color: var(--white); }
.nav-links { display: flex; gap: 24px; align-items: center; }
.nav-links a { color: rgba(255,255,255,.7); text-decoration: none; font-size: .8125rem; font-weight: 500; transition: color .2s; }
.nav-links a:hover { color: var(--gold); }
.nav-portal { border: 1px solid rgba(255,255,255,.2) !important; padding: 6px 14px !important; border-radius: 6px; }
.nav-portal:hover { border-color: var(--gold) !important; }
.nav-cta { background: var(--gold) !important; color: var(--navy-deep) !important; padding: 8px 20px !important; border-radius: 6px; font-weight: 600 !important; }
.nav-cta:hover { background: var(--gold-light) !important; }
.mobile-menu { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.mobile-menu svg { width: 24px; height: 24px; stroke: white; }

/* BUTTONS */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--gold); color: var(--navy-deep); padding: 14px 32px; border-radius: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; border: none; cursor: pointer; transition: all .2s; font-family: 'DM Sans', sans-serif; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); box-shadow: 0 4px 20px rgba(197,165,90,.3); }
.btn-secondary { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--white); padding: 14px 32px; border-radius: 8px; font-weight: 600; font-size: 1rem; text-decoration: none; border: 2px solid rgba(255,255,255,.25); transition: all .2s; }
.btn-secondary:hover { border-color: var(--gold); color: var(--gold); }
.btn-text { color: var(--blue); text-decoration: none; font-weight: 600; font-size: .9375rem; }
.btn-text:hover { text-decoration: underline; }

/* URGENCY */
.urgency-bar { background: linear-gradient(90deg, #D97706, #B45309); padding: 14px 0; text-align: center; margin-top: 64px; }
.urgency-bar p { color: var(--white); font-weight: 600; font-size: .9375rem; }

/* HERO */
.hero { background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 60%, #1E3A5F 100%); padding: 80px 0; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -50%; right: -20%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(197,165,90,.08) 0%, transparent 70%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero h1 { font-size: 2.75rem; color: var(--white); margin-bottom: 20px; }
.hero h1 em { font-style: normal; color: var(--gold); }
.hero-sub { color: rgba(255,255,255,.75); font-size: 1.0625rem; margin-bottom: 24px; line-height: 1.7; }
.hero-badges { display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-badge { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.85); font-size: .8125rem; font-weight: 500; }
.hero-badge .dot { width: 7px; height: 7px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }

/* FORM */
.hero-form-card { background: var(--white); border-radius: 16px; padding: 32px; box-shadow: 0 20px 60px rgba(0,0,0,.3); }
.hero-form-card h3 { font-size: 1.375rem; margin-bottom: 4px; }
.form-sub { color: var(--grey); font-size: .875rem; margin-bottom: 24px; }
.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: .8125rem; font-weight: 600; color: var(--navy); margin-bottom: 5px; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 11px 14px; border: 1.5px solid var(--border); border-radius: 8px; font-size: .9375rem; font-family: 'DM Sans', sans-serif; transition: border-color .2s; background: var(--white); }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: var(--blue); }
.form-group textarea { resize: vertical; min-height: 60px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-submit { width: 100%; padding: 14px; background: var(--navy); color: var(--white); border: none; border-radius: 8px; font-size: 1rem; font-weight: 700; cursor: pointer; transition: all .2s; font-family: 'DM Sans', sans-serif; }
.form-submit:hover { background: var(--blue); }
.form-note { font-size: .75rem; color: var(--grey); text-align: center; margin-top: 10px; }

/* TRUST */
.trust-strip { padding: 48px 0; background: var(--white); border-bottom: 1px solid var(--border); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; text-align: center; }
.trust-item .trust-num { font-family: 'DM Serif Display', serif; font-size: 2rem; color: var(--navy); }
.trust-item .trust-label { font-size: .875rem; color: var(--grey); margin-top: 4px; }

/* SERVICES */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.service-card { background: var(--white); border-radius: 14px; padding: 32px; border: 1px solid var(--border); transition: box-shadow .3s; }
.service-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,.06); }
.service-flag { font-size: 2rem; margin-bottom: 12px; }
.service-card h3 { font-size: 1.375rem; margin-bottom: 10px; }
.service-card p { color: var(--grey); font-size: .9375rem; margin-bottom: 16px; }
.service-price { font-family: 'DM Serif Display', serif; font-size: 1.5rem; color: var(--navy); }
.service-detail { font-size: .8125rem; color: var(--grey); margin-top: 4px; }

/* PROCESS */
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.process-step { background: var(--white); border-radius: 12px; padding: 32px; border: 1px solid var(--border); transition: box-shadow .3s; }
.process-step:hover { box-shadow: 0 8px 30px rgba(0,0,0,.06); }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: var(--navy); color: var(--gold); border-radius: 50%; font-weight: 700; margin-bottom: 16px; }
.process-step h3 { font-size: 1.25rem; margin-bottom: 10px; }
.process-step p { color: var(--grey); font-size: .9375rem; }

/* PRICING */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.price-card { background: var(--white); border-radius: 16px; padding: 36px; border: 2px solid var(--border); display: flex; flex-direction: column; transition: all .3s; }
.price-card.featured { border-color: var(--gold); box-shadow: 0 12px 40px rgba(197,165,90,.15); position: relative; }
.popular-tag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--navy-deep); padding: 4px 18px; border-radius: 20px; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.price-flag { font-size: .8125rem; font-weight: 600; color: var(--blue); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.price-card h3 { font-size: 1.5rem; margin-bottom: 10px; }
.price-amount { font-family: 'DM Serif Display', serif; font-size: 2.25rem; color: var(--navy); margin-bottom: 4px; }
.price-amount small { font-size: .875rem; color: var(--grey); font-family: 'DM Sans', sans-serif; }
.price-detail { font-size: .8125rem; color: var(--grey); margin-bottom: 24px; line-height: 1.5; }
.price-features { list-style: none; margin-bottom: 28px; flex-grow: 1; }
.price-features li { padding: 8px 0; font-size: .9375rem; color: var(--dark); border-bottom: 1px solid var(--border); display: flex; align-items: flex-start; gap: 10px; }
.price-features li:last-child { border: none; }
.check { color: var(--green); font-weight: 700; flex-shrink: 0; }
.price-card .btn-primary { width: 100%; justify-content: center; }
.price-note { text-align: center; margin-top: 32px; color: var(--grey); font-size: .875rem; }

/* COMPARE */
.compare-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.04); }
.compare-table th, .compare-table td { padding: 16px 20px; text-align: left; border-bottom: 1px solid var(--border); font-size: .9375rem; }
.compare-table thead th { background: var(--navy); color: var(--white); font-weight: 600; }
.compare-table thead th:last-child { color: var(--gold); }
.compare-table tbody tr:last-child td { border: none; }
.compare-table .feat { color: var(--grey); }

/* ABOUT */
.about-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 48px; align-items: start; }
.about-creds { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cred-item { background: var(--light-bg); border-radius: 8px; padding: 16px; text-align: center; }
.cred-item .cred-title { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--gold); }
.cred-item .cred-val { font-size: .875rem; color: var(--navy); font-weight: 600; margin-top: 4px; }
.about-text { font-size: 1.0625rem; color: var(--dark); margin-bottom: 16px; }

/* FAQ */
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; cursor: pointer; font-weight: 600; font-size: 1rem; color: var(--navy); gap: 16px; }
.faq-q::after { content: '+'; font-size: 1.5rem; color: var(--gold); flex-shrink: 0; transition: transform .2s; }
.faq-item.open .faq-q::after { content: '\2212'; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; color: var(--grey); font-size: .9375rem; line-height: 1.7; }
.faq-item.open .faq-a { max-height: 400px; padding-bottom: 20px; }

/* FINAL CTA */
.final-cta { background: linear-gradient(135deg, var(--navy-deep), var(--navy)); padding: 80px 0; text-align: center; }
.final-cta h2 { color: var(--white); font-size: 2.25rem; margin-bottom: 16px; }
.final-cta p { color: rgba(255,255,255,.7); font-size: 1.0625rem; max-width: 540px; margin: 0 auto 32px; }

/* FOOTER */
footer { background: var(--navy-deep); padding: 60px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 40px; margin-bottom: 40px; }
.footer-logo { font-family: 'DM Serif Display', serif; font-size: 1.25rem; color: var(--gold); margin-bottom: 12px; }
.footer-logo span { color: var(--white); }
.footer-desc { color: rgba(255,255,255,.5); font-size: .875rem; line-height: 1.6; }
footer h4 { color: var(--white); font-size: .875rem; font-family: 'DM Sans', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.footer-grid a { display: block; color: rgba(255,255,255,.5); text-decoration: none; font-size: .875rem; margin-bottom: 10px; transition: color .2s; }
.footer-grid a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 24px; }
.footer-bottom p { color: rgba(255,255,255,.35); font-size: .75rem; line-height: 1.6; }

/* WHATSAPP */
.wa-float { position: fixed; bottom: 24px; right: 24px; z-index: 99; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(0,0,0,.2); transition: transform .2s; text-decoration: none; }
.wa-float:hover { transform: scale(1.1); }
.wa-float svg { width: 28px; height: 28px; fill: white; }

/* PAGE HEADERS (for inner pages) */
.page-header { background: linear-gradient(135deg, var(--navy-deep), var(--navy)); padding: 120px 0 60px; margin-top: 64px; }
.page-header h1 { color: var(--white); font-size: 2.5rem; margin-bottom: 12px; }
.page-header p { color: rgba(255,255,255,.7); font-size: 1.0625rem; max-width: 600px; }
.page-content { padding: 60px 0; }
.page-content p { font-size: 1.0625rem; color: var(--dark); margin-bottom: 16px; line-height: 1.7; }
.page-content h2 { margin-top: 40px; margin-bottom: 16px; font-size: 1.75rem; }
.page-content h3 { margin-top: 28px; margin-bottom: 12px; font-size: 1.25rem; color: var(--blue); font-family: 'DM Sans', sans-serif; }

/* ANIMATIONS */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.hero-grid > * { animation: fadeUp .6s ease forwards; }
.hero-grid > :nth-child(2) { animation-delay: .15s; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .nav-links { display: none; flex-direction: column; position: absolute; top: 64px; left: 0; right: 0; background: var(--navy-deep); padding: 20px 24px; gap: 16px; border-bottom: 1px solid rgba(197,165,90,.15); }
  .nav-links.show { display: flex; }
  .mobile-menu { display: block; }
  .hero-grid, .services-grid, .process-grid, .pricing-grid, .about-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 2rem; }
  .section-title { font-size: 1.75rem; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .form-row { grid-template-columns: 1fr; }
  .compare-table { font-size: .8125rem; }
  .compare-table th, .compare-table td { padding: 12px; }
  .footer-grid { gap: 28px; }
}
