:root {
  --navy: #061b35;
  --navy-2: #0b2d54;
  --blue: #0a4b83;
  --gold: #f2a900;
  --gold-2: #ffc33d;
  --cream: #f6f4ef;
  --ink: #142033;
  --muted: #5f6b7a;
  --line: #dbe2ea;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--font-body), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.topbar { background: #031426; color: #becbdd; font-size: 12px; letter-spacing: .02em; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar-links { display: flex; gap: 24px; }
.topbar-links a:hover { color: var(--gold-2); }

.site-header { position: absolute; z-index: 20; top: 36px; width: 100%; border-bottom: 1px solid rgba(255,255,255,.18); color: white; }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { width: 52px; height: 52px; object-fit: cover; border-radius: 7px; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-family: var(--font-heading); font-size: 25px; letter-spacing: .08em; }
.brand small { margin-top: 6px; color: #d2ddeb; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 36px; font-size: 13px; font-weight: 700; letter-spacing: .04em; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; left: 0; bottom: -9px; width: 0; height: 2px; background: var(--gold); transition: width .2s ease; }
nav a:hover::after { width: 100%; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 4px; padding: 0 25px; font-size: 13px; font-weight: 800; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 19px; font-size: 12px; }
.button-gold { background: var(--gold); color: #142033; }
.button-gold:hover { background: var(--gold-2); }
.button-outline { border-color: rgba(255,255,255,.62); color: white; background: rgba(0,0,0,.08); }
.button-outline:hover { border-color: white; background: rgba(255,255,255,.1); }
.button-navy { background: var(--navy); color: white; }
.button-navy:hover { background: var(--blue); }
.button-whatsapp { width: 100%; background: #179c58; color: white; }
.button-whatsapp:hover { background: #128148; }

.hero { position: relative; min-height: 790px; background: url('./mbr-hero.jpg') center/cover no-repeat; color: white; overflow: hidden; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,20,38,.98) 0%, rgba(4,27,50,.91) 45%, rgba(4,20,36,.38) 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0 auto; width: 40%; height: 160px; background: linear-gradient(135deg, transparent 50%, rgba(242,169,0,.14) 50%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(330px, .72fr); gap: 76px; align-items: center; padding-top: 192px; padding-bottom: 80px; }
.hero-copy { max-width: 700px; }
.eyebrow { display: inline-block; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-2); }
.hero h1 { max-width: 680px; margin: 20px 0 22px; font-family: var(--font-heading); font-size: clamp(45px, 5.3vw, 72px); line-height: 1.04; letter-spacing: -.04em; }
.hero-copy > p { max-width: 650px; color: #d8e2ee; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 33px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-top: 48px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.22); }
.hero-proof div { display: flex; flex-direction: column; gap: 6px; }
.hero-proof strong { color: white; font-family: var(--font-heading); font-size: 17px; }
.hero-proof span { color: #aebcd0; font-size: 12px; }
.hero-card { padding: 35px; background: rgba(255,255,255,.97); color: var(--ink); border-top: 4px solid var(--gold); box-shadow: 0 25px 80px rgba(0,0,0,.28); }
.card-kicker { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-card h2 { margin: 12px 0; font-family: var(--font-heading); font-size: 28px; line-height: 1.2; }
.hero-card > p { margin-bottom: 24px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.contact-row { display: flex; flex-direction: column; gap: 4px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.contact-row span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.contact-row strong { font-size: 14px; }
.contact-row:hover strong { color: var(--blue); }
.hero-card small { display: block; margin-top: 18px; color: #7b8797; font-size: 11px; }

.trust-strip { background: var(--gold); color: var(--navy); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid span { padding: 20px 18px; border-right: 1px solid rgba(6,27,53,.22); text-align: center; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.trust-grid span:last-child { border-right: 0; }

.section { padding: 110px 0; }
.section-heading { max-width: 720px; margin-bottom: 52px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .company-copy h2, .faq h2, .cta h2 { margin: 15px 0 18px; font-family: var(--font-heading); font-size: clamp(34px, 4vw, 50px); line-height: 1.16; letter-spacing: -.035em; }
.section-heading p, .company-copy p, .faq p { color: var(--muted); line-height: 1.8; }
.solutions { background: var(--cream); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card { position: relative; padding: 44px; background: white; border: 1px solid #e4e8ed; box-shadow: 0 12px 35px rgba(14,35,58,.05); overflow: hidden; }
.service-card.featured { border-top: 4px solid var(--gold); }
.service-number { position: absolute; top: 25px; right: 28px; color: #e7ebef; font-family: var(--font-heading); font-size: 58px; font-weight: 800; }
.service-card h3 { margin: 0 0 12px; font-family: var(--font-heading); font-size: 30px; }
.service-card > p { max-width: 470px; color: var(--muted); line-height: 1.65; }
.service-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 22px; margin: 28px 0 35px; padding: 0; list-style: none; }
.service-card li { position: relative; padding-left: 19px; color: #354457; font-size: 13px; line-height: 1.45; }
.service-card li::before { content: ""; position: absolute; top: 6px; left: 0; width: 7px; height: 7px; background: var(--gold); border-radius: 50%; }
.service-card > a { color: var(--blue); font-size: 13px; font-weight: 800; }
.service-card > a span { margin-left: 6px; }

.company-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 78px; align-items: center; }
.company-visual { position: relative; min-height: 520px; }
.company-visual img { width: 100%; height: 520px; object-fit: cover; }
.company-visual::before { content: ""; position: absolute; z-index: -1; top: -20px; left: -20px; width: 58%; height: 44%; background: var(--gold); }
.experience-seal { position: absolute; right: -25px; bottom: 36px; display: flex; width: 150px; height: 150px; flex-direction: column; align-items: center; justify-content: center; padding: 20px; background: var(--navy); color: white; text-align: center; border: 6px solid white; border-radius: 50%; }
.experience-seal strong { font-family: var(--font-heading); color: var(--gold); font-size: 38px; }
.experience-seal span { font-size: 11px; line-height: 1.4; text-transform: uppercase; }
.company-copy p { margin: 0 0 16px; }
.checks { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 25px; margin: 28px 0 34px; }
.checks span { position: relative; padding-left: 27px; font-size: 13px; font-weight: 700; }
.checks span::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }

.specials { background: var(--navy); color: white; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.split-heading h2 { max-width: 650px; }
.split-heading p { color: #afbed1; }
.special-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.special-item { min-height: 122px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.special-item span { color: var(--gold); font-size: 11px; }
.special-item strong { font-family: var(--font-heading); font-size: 16px; }

.process { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.process-grid > div { padding: 0 28px; border-right: 1px solid #ccd5df; }
.process-grid > div:first-child { padding-left: 0; }
.process-grid > div:last-child { border: 0; }
.process-grid span { display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; background: var(--gold); font-family: var(--font-heading); font-weight: 800; border-radius: 50%; }
.process-grid h3 { margin: 22px 0 10px; font-family: var(--font-heading); font-size: 19px; }
.process-grid p { color: var(--muted); font-size: 13px; line-height: 1.7; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.faq h2 { font-size: 38px; }
.faq-grid > div:first-child > a { display: inline-block; margin-top: 15px; color: var(--blue); font-size: 13px; font-weight: 800; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 45px 24px 0; font-family: var(--font-heading); font-size: 16px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 3px; top: 20px; color: var(--blue); font-size: 24px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 45px 23px 0; font-size: 14px; }

.cta { padding: 70px 0; background: linear-gradient(115deg, var(--blue), var(--navy)); color: white; }
.cta-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; }
.cta h2 { margin-bottom: 10px; font-size: 40px; }
.cta p { max-width: 680px; color: #c9d7e7; line-height: 1.7; }
.cta-actions { display: flex; flex-direction: column; gap: 12px; }

footer { padding: 65px 0 24px; background: #031426; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr 1fr .8fr; gap: 48px; }
.footer-brand p, footer p { color: #9fb0c5; font-size: 13px; line-height: 1.8; }
.footer-logo { margin-bottom: 20px; }
footer h3 { margin: 0 0 18px; color: var(--gold); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
footer .footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
footer a { color: #c7d3e0; font-size: 13px; }
footer a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 22px; color: #73859b; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }

.floating-whatsapp { position: fixed; z-index: 50; right: 22px; bottom: 22px; display: flex; min-height: 48px; align-items: center; padding: 0 20px; background: #179c58; color: white; border-radius: 999px; box-shadow: 0 10px 35px rgba(0,0,0,.22); font-size: 12px; font-weight: 800; }
.floating-whatsapp::before { content: "●"; margin-right: 9px; color: white; font-size: 18px; }
.floating-whatsapp:hover { background: #128148; transform: translateY(-2px); }

.legal-page { min-height: 100vh; background: var(--cream); }
.legal-header { background: var(--navy); color: white; }
.legal-nav { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.legal-content { max-width: 850px; padding-top: 80px; padding-bottom: 100px; }
.legal-content h1 { margin: 16px 0 24px; font-family: var(--font-heading); font-size: clamp(40px, 6vw, 64px); line-height: 1.08; }
.legal-content h2 { margin: 38px 0 10px; font-family: var(--font-heading); font-size: 22px; }
.legal-content p { color: var(--muted); font-size: 15px; line-height: 1.85; }
.legal-content a { color: var(--blue); font-weight: 700; }
.legal-intro { padding-bottom: 28px; border-bottom: 1px solid var(--line); font-size: 17px !important; }
.legal-update { margin-top: 50px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 12px !important; }

.service-page { min-height: 100vh; }
.service-hero { padding: 105px 0 95px; background: linear-gradient(120deg, rgba(3,20,38,.98), rgba(10,75,131,.9)), url('./mbr-hero.jpg') center/cover no-repeat; color: white; }
.service-hero-inner { max-width: 900px; }
.service-hero h1 { max-width: 850px; margin: 18px 0 22px; font-family: var(--font-heading); font-size: clamp(42px, 6vw, 68px); line-height: 1.08; letter-spacing: -.04em; }
.service-hero p { max-width: 760px; margin-bottom: 32px; color: #d4e0ec; font-size: 18px; line-height: 1.75; }
.service-detail { background: var(--cream); }
.service-detail-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: start; }
.service-article { display: grid; gap: 42px; }
.service-article h2, .service-sidebar h2 { margin: 0 0 12px; font-family: var(--font-heading); font-size: 27px; line-height: 1.25; }
.service-article p { margin: 0; color: var(--muted); line-height: 1.85; }
.service-sidebar { padding: 34px; background: white; border-top: 4px solid var(--gold); box-shadow: 0 15px 45px rgba(14,35,58,.08); }
.service-sidebar ul { display: grid; gap: 14px; margin: 24px 0 30px; padding: 0; list-style: none; }
.service-sidebar li { position: relative; padding-left: 20px; color: #354457; font-size: 13px; line-height: 1.55; }
.service-sidebar li::before { content: ""; position: absolute; top: 7px; left: 0; width: 7px; height: 7px; background: var(--gold); border-radius: 50%; }
.service-footer { margin-top: 0; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero-card { max-width: 600px; }
  .company-grid { gap: 50px; }
  .experience-seal { right: -10px; }
  .service-card ul { grid-template-columns: 1fr; }
  .special-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 35px 0; }
  .process-grid > div:nth-child(2) { border-right: 0; }
  .faq-grid { gap: 50px; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1160px); }
  .topbar-inner > span, .topbar-links a:first-child { display: none; }
  .topbar-inner { justify-content: center; }
  .site-header { top: 36px; }
  .nav-wrap { min-height: 74px; }
  .brand img { width: 44px; height: 44px; }
  .brand strong { font-size: 20px; }
  .brand small { font-size: 8px; }
  .nav-wrap > .button { min-height: 38px; padding-inline: 13px; font-size: 10px; }
  .hero { min-height: auto; }
  .hero-grid { padding-top: 155px; padding-bottom: 55px; }
  .hero h1 { font-size: 42px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; gap: 17px; }
  .hero-proof div { flex-direction: row; justify-content: space-between; }
  .hero-card { padding: 27px 23px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid span { border-bottom: 1px solid rgba(6,27,53,.22); font-size: 10px; }
  .section { padding: 75px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .company-copy h2, .cta h2 { font-size: 34px; }
  .service-grid, .company-grid, .split-heading, .faq-grid, .cta-grid, .footer-grid { grid-template-columns: 1fr; }
  .service-card { padding: 34px 25px; }
  .company-grid { gap: 65px; }
  .company-visual, .company-visual img { min-height: 390px; height: 390px; }
  .experience-seal { width: 126px; height: 126px; right: 5px; bottom: -38px; }
  .checks { grid-template-columns: 1fr; }
  .split-heading { gap: 5px; }
  .special-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid > div { padding: 0 0 25px; border-right: 0; border-bottom: 1px solid #ccd5df; }
  .process-grid > div:last-child { border-bottom: 0; }
  .faq-grid { gap: 35px; }
  .cta-grid { gap: 30px; }
  .footer-grid { gap: 38px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .floating-whatsapp { right: 14px; bottom: 14px; }
  .legal-nav { min-height: 78px; }
  .legal-content { padding-top: 58px; padding-bottom: 75px; }
  .service-hero { padding: 78px 0 70px; }
  .service-hero h1 { font-size: 40px; }
  .service-detail-grid { grid-template-columns: 1fr; gap: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
