:root {
  --navy-950: #020d22;
  --navy-900: #061630;
  --navy-800: #0a244a;
  --navy-700: #0b3c78;
  --blue: #0d57ad;
  --gold: #d99a1c;
  --gold-2: #f0c55a;
  --cream: #f7f3ea;
  --light: #f4f6fa;
  --text: #0b1730;
  --muted: #667087;
  --white: #ffffff;
  --line: rgba(11, 23, 48, .12);
  --shadow: 0 22px 60px rgba(1, 14, 40, .14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: #fff; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; background: rgba(2, 13, 34, .86); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.08); }
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; color: #fff; min-width: 0; }
.brand img { width: 54px; height: 54px; min-width: 54px; min-height: 54px; flex: 0 0 54px; aspect-ratio: 1 / 1; object-fit: contain; object-position: center; border-radius: 50%; box-shadow: 0 0 0 1px rgba(240,197,90,.35); }
.brand span { display: flex; flex-direction: column; line-height: 1.15; min-width: 0; }
.brand strong { font-family: Georgia, 'Times New Roman', serif; font-size: 25px; letter-spacing: .3px; }
.brand small { color: rgba(255,255,255,.68); font-size: 11px; text-transform: uppercase; letter-spacing: 1.4px; margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav > a:not(.btn) { color: rgba(255,255,255,.8); font-weight: 600; font-size: 14px; }
.main-nav > a:not(.btn):hover { color: var(--gold-2); }
.menu-toggle { display: none; background: transparent; color: white; border: 0; font-size: 28px; cursor: pointer; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 14px; font-weight: 800; border: 1px solid transparent; transition: .25s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-sm { min-height: 44px; padding: 0 18px; border-radius: 12px; }
.btn-gold { background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: #07152f; box-shadow: 0 12px 28px rgba(217,154,28,.2); }
.btn-gold:hover { box-shadow: 0 18px 32px rgba(217,154,28,.32); }
.btn-outline { color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.04); }
.btn-navy { background: var(--navy-900); color: #fff; }

.hero { min-height: 790px; padding: 170px 0 100px; color: #fff; overflow: hidden; position: relative; background: radial-gradient(circle at 15% 10%, rgba(217,154,28,.22), transparent 31%), linear-gradient(135deg, #030d1d 0%, #061936 52%, #072655 100%); }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; filter: blur(90px); opacity: .18; }
.hero-glow-1 { background: var(--gold); top: 10%; left: -160px; }
.hero-glow-2 { background: #2368d8; right: -140px; bottom: -80px; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 76px; }
.eyebrow { display: inline-flex; font-size: 12px; font-weight: 900; letter-spacing: 2.3px; color: var(--gold-2); margin-bottom: 18px; }
.eyebrow.dark { color: #9a690b; }
.hero h1 { font-family: Georgia, 'Times New Roman', serif; margin: 0; font-size: clamp(48px, 6vw, 76px); line-height: 1.03; letter-spacing: -2.2px; }
.hero h1 em { color: var(--gold-2); font-style: normal; }
.hero-copy > p { max-width: 680px; color: rgba(255,255,255,.76); font-size: 18px; margin: 26px 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: rgba(255,255,255,.7); font-size: 13px; }
.hero-card { background: rgba(255,255,255,.95); color: var(--text); border: 1px solid rgba(255,255,255,.8); border-radius: 28px; padding: 28px; box-shadow: 0 30px 90px rgba(0,0,0,.35); backdrop-filter: blur(8px); }
.hero-card-top { display: flex; align-items: center; justify-content: space-between; font-size: 11px; font-weight: 900; letter-spacing: 1.5px; color: var(--muted); }
.status-dot { color: #1f7f4d; letter-spacing: normal; }
.status-dot::before { content: ''; display: inline-block; width: 8px; height: 8px; background: #34bd74; border-radius: 50%; margin-right: 7px; box-shadow: 0 0 0 5px rgba(52,189,116,.13); }
.hero-card h2 { font-family: Georgia, 'Times New Roman', serif; font-size: 33px; margin: 18px 0 3px; }
.hero-card > p { margin: 0 0 20px; color: var(--muted); }
.quick-links { display: grid; gap: 10px; }
.quick-links a { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 12px; transition: .2s; }
.quick-links a:hover { transform: translateX(4px); border-color: rgba(217,154,28,.5); box-shadow: 0 10px 24px rgba(11,23,48,.08); }
.q-icon { width: 46px; height: 46px; display: grid; place-items: center; color: white; background: linear-gradient(145deg, var(--blue), var(--navy-900)); border-radius: 13px; font-size: 20px; }
.quick-links span:nth-child(2) { display: flex; flex-direction: column; }
.quick-links strong { font-size: 15px; }
.quick-links small { color: var(--muted); }
.quick-links b { color: var(--gold); font-size: 25px; }

.proof-strip { background: var(--cream); border-bottom: 1px solid #e7dfcf; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { padding: 27px 24px; border-right: 1px solid #e4dac8; }
.proof-grid div:first-child { padding-left: 0; }
.proof-grid div:last-child { border-right: 0; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { font-size: 15px; }
.proof-grid span { color: #6e6657; font-size: 12px; margin-top: 2px; }

.section { padding: 112px 0; }
.section-heading { max-width: 780px; margin-bottom: 52px; }
.section-heading h2, .about-copy h2, .faq-intro h2, .cta-section h2 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(38px, 5vw, 55px); line-height: 1.08; letter-spacing: -1.4px; margin: 0 0 20px; }
.section-heading p { color: var(--muted); font-size: 17px; margin: 0; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; overflow: hidden; background: #fff; border: 1px solid var(--line); padding: 30px; border-radius: 22px; min-height: 315px; box-shadow: 0 12px 36px rgba(4,18,45,.06); transition: .25s; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card.featured { background: linear-gradient(145deg, var(--navy-900), var(--navy-700)); color: #fff; border: 0; }
.service-card.featured p { color: rgba(255,255,255,.67); }
.service-card.featured a { color: var(--gold-2); }
.service-number { position: absolute; top: 24px; right: 26px; color: rgba(11,23,48,.14); font-weight: 900; font-size: 24px; }
.featured .service-number { color: rgba(255,255,255,.18); }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: #edf3ff; color: var(--blue); font-size: 22px; }
.featured .service-icon { background: rgba(255,255,255,.09); color: var(--gold-2); }
.service-card h3 { font-size: 21px; margin: 24px 0 10px; }
.service-card p { color: var(--muted); min-height: 74px; }
.service-card a { display: inline-block; color: var(--navy-700); font-weight: 800; font-size: 13px; margin-top: 14px; }

.section-dark { color: #fff; background: radial-gradient(circle at 18% 22%, rgba(217,154,28,.18), transparent 30%), var(--navy-950); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.about-visual { position: relative; min-height: 510px; }
.gold-frame { position: absolute; left: 30px; top: -25px; right: -25px; bottom: 35px; border: 1px solid rgba(240,197,90,.5); border-radius: 28px; }
.visual-panel { position: absolute; inset: 25px 20px 0 0; padding: 54px; border-radius: 28px; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; background: linear-gradient(180deg, rgba(4,17,39,.2), rgba(4,17,39,.95)), radial-gradient(circle at 70% 15%, rgba(31,89,188,.45), transparent 35%), #0a244a; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.visual-panel::after { content: ''; position: absolute; inset: 0; border-radius: inherit; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 34px 34px; }
.visual-panel img { position: relative; z-index: 1; width: 138px; height: 138px; min-width: 138px; min-height: 138px; flex: 0 0 138px; aspect-ratio: 1 / 1; object-fit: contain; object-position: center; align-self: flex-start; margin-bottom: auto; border-radius: 0; }
.visual-panel span, .visual-panel strong { position: relative; z-index: 1; }
.visual-panel span { color: var(--gold-2); font-size: 12px; letter-spacing: 2px; font-weight: 900; }
.visual-panel strong { font-family: Georgia, 'Times New Roman', serif; font-size: 29px; line-height: 1.15; margin-top: 12px; }
.about-copy p { color: rgba(255,255,255,.7); font-size: 17px; }
.check-list { list-style: none; padding: 0; margin: 28px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.check-list span { color: var(--gold-2); margin-right: 8px; }
.text-link { color: var(--gold-2); font-weight: 800; }

.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step { padding: 28px; border-top: 3px solid var(--gold); background: var(--light); border-radius: 0 0 20px 20px; }
.step > span { width: 42px; height: 42px; display: grid; place-items: center; background: var(--navy-900); color: #fff; border-radius: 50%; font-weight: 900; }
.step h3 { margin: 22px 0 9px; }
.step p { color: var(--muted); margin: 0; font-size: 14px; }

.testimonial-section { background: #f4f6fa; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial { margin: 0; background: white; padding: 30px; border-radius: 22px; box-shadow: 0 12px 30px rgba(4,18,45,.07); }
.quote { font-family: Georgia, serif; font-size: 70px; line-height: .7; color: var(--gold); }
.testimonial p { font-size: 17px; min-height: 110px; }
.testimonial footer { display: flex; flex-direction: column; border-top: 1px solid var(--line); padding-top: 18px; }
.testimonial footer small { color: var(--muted); }
.placeholder-note { color: #8a6b32; font-size: 12px; text-align: center; margin-top: 22px; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 75px; align-items: start; }
.faq-intro p { color: var(--muted); margin-bottom: 25px; }
.accordion { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 16px; padding: 0 22px; background: #fff; }
summary { cursor: pointer; list-style: none; font-weight: 800; padding: 21px 0; display: flex; justify-content: space-between; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; color: var(--gold); font-size: 22px; }
details[open] summary::after { content: '−'; }
details p { color: var(--muted); margin: 0; padding: 0 0 21px; }

.cta-section { padding: 100px 0; color: #fff; background: linear-gradient(135deg, var(--navy-900), var(--navy-700)); }
.cta-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 80px; }
.cta-section p { color: rgba(255,255,255,.72); font-size: 17px; }
.contact-data { display: grid; gap: 9px; margin-top: 24px; color: rgba(255,255,255,.75); font-size: 14px; }
.contact-form { background: #fff; color: var(--text); padding: 28px; border-radius: 24px; box-shadow: 0 30px 80px rgba(0,0,0,.25); display: grid; gap: 14px; }
.contact-form label { display: grid; gap: 6px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; }
.contact-form input, .contact-form select { width: 100%; min-height: 51px; border: 1px solid #d8deea; border-radius: 12px; padding: 0 14px; background: #f9fafc; color: var(--text); }
.contact-form small { color: var(--muted); font-size: 10px; text-align: center; }

.site-footer { background: #020915; color: #fff; padding: 60px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .65fr .75fr 1.2fr; gap: 40px; }
.footer-grid > div:not(.brand) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid > div > strong { color: var(--gold-2); margin-bottom: 8px; }
.footer-grid a, .footer-grid span { color: rgba(255,255,255,.62); font-size: 13px; }
.footer-brand { align-items: flex-start; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.08); margin-top: 45px; padding-top: 20px; color: rgba(255,255,255,.45); font-size: 12px; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #1ebc63; box-shadow: 0 12px 35px rgba(30,188,99,.35); font-size: 25px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: 75px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; background: rgba(2,13,34,.98); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav > a { padding: 12px; }
  .hero-grid, .about-grid, .cta-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 140px; }
  .hero-grid { gap: 44px; }
  .proof-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid, .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { gap: 50px; }
  .faq-grid, .cta-grid { gap: 45px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .container { width: min(100% - 26px, 1180px); }
  .nav-wrap { height: 74px; }
  .brand img { width: 46px; height: 46px; min-width: 46px; min-height: 46px; flex-basis: 46px; }
  .brand strong { font-size: 21px; }
  .brand small { font-size: 8px; }
  .hero { padding: 120px 0 70px; min-height: auto; }
  .hero h1 { font-size: 45px; letter-spacing: -1.3px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions .btn { width: 100%; }
  .hero-card { padding: 20px; border-radius: 22px; }
  .hero-card h2 { font-size: 28px; }
  .quick-links a { grid-template-columns: 42px 1fr auto; }
  .q-icon { width: 42px; height: 42px; }
  .proof-grid, .services-grid, .steps-grid, .testimonial-grid, .footer-grid { grid-template-columns: 1fr; }
  .proof-grid div { border-right: 0; border-bottom: 1px solid #e4dac8; padding-inline: 0; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .about-copy h2, .faq-intro h2, .cta-section h2 { font-size: 38px; }
  .about-visual { min-height: 410px; }
  .visual-panel { padding: 34px; }
  .visual-panel strong { font-size: 24px; }
  .check-list { grid-template-columns: 1fr; }
  .testimonial p { min-height: 0; }
  .cta-section { padding: 70px 0; }
  .contact-form { padding: 20px; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}
