:root {
  --navy: #004874;
  --navy-dark: #002d49;
  --teal: #004874;
  --teal-light: #e9f1f5;
  --gold: #808285;
  --ink: #152638;
  --muted: #5f6f7f;
  --line: #dce5eb;
  --surface: #f5f8fa;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(5, 25, 45, .14);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(220,229,235,.8);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.main-nav { display:flex; align-items:center; justify-content:center; gap:22px; margin-left:auto; }
.main-nav a { color:var(--ink); font-size:13px; font-weight:700; text-decoration:none; }
.main-nav a:hover { color:var(--navy); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo { position: relative; width: 262px; height: 58px; overflow: hidden; flex: 0 0 auto; }
.brand-logo img { position: absolute; width: 600px; max-width: none; left: -31px; top: -186px; }
.header-cta { padding: 11px 18px; color: var(--navy); border: 1px solid var(--line); border-radius: 999px; font-weight: 700; text-decoration: none; }
.header-cta:hover { border-color: var(--teal); color: var(--teal); }

.hero { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(130deg, var(--navy-dark), var(--navy) 64%, #0b5d8b); }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 56px 56px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .35; }
.hero-glow-one { width: 400px; height: 400px; right: -80px; top: -170px; background: radial-gradient(circle, #5e94b5, transparent 70%); }
.hero-glow-two { width: 300px; height: 300px; left: 32%; bottom: -240px; background: radial-gradient(circle, #808285, transparent 70%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); gap: 72px; align-items: center; min-height: 680px; padding-block: 84px; }
.eyebrow { display: inline-block; color: #d6e0e6; font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.hero h1, .section h2, .lead-section h2 { font-family: "Manrope", sans-serif; letter-spacing: -.04em; }
.hero h1 { max-width: 740px; margin: 18px 0 20px; font-size: clamp(42px, 5.3vw, 70px); line-height: 1.03; }
.hero h1 em { color: #d7e1e7; font-style: normal; }
.hero-lead { max-width: 660px; margin: 0; color: #d6e1ea; font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0 26px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border: 0; border-radius: 999px; font-family: inherit; font-size: 15px; font-weight: 800; text-decoration: none; cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy); background: var(--white); box-shadow: 0 10px 30px rgba(0,0,0,.16); }
.button-ghost { color: var(--white); border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.07); }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px; margin: 0; padding: 0; list-style: none; color: #d6e1ea; font-size: 13px; }
.hero-points li::before { content: "✓"; margin-right: 7px; color: #d7e1e7; font-weight: 800; }

.hero-card { padding: 34px; color: var(--ink); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.6); border-radius: var(--radius); box-shadow: var(--shadow); }
.card-kicker { color: var(--navy); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.hero-card h2 { margin: 12px 0 22px; color: var(--navy); font: 700 25px/1.2 "Manrope", sans-serif; letter-spacing: -.03em; }
.check-list { display: grid; gap: 0; }
.check-list > div { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 12px; padding: 13px 0; border-top: 1px solid var(--line); }
.check-list span { color: var(--navy); font-size: 12px; font-weight: 800; }
.check-list p { margin: 0; font-size: 14px; }
.text-link { display: inline-flex; gap: 10px; margin-top: 20px; color: var(--teal); font-weight: 800; text-decoration: none; }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { display: grid; gap: 2px; padding: 24px 20px; border-right: 1px solid var(--line); }
.trust-grid div:first-child { border-left: 1px solid var(--line); }
.trust-grid strong { color: var(--navy); font-size: 14px; }
.trust-grid span { color: var(--muted); font-size: 12px; }

.section { padding: 100px 0; }
.services { background: var(--surface); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .65fr); gap: 80px; align-items: end; margin-bottom: 44px; }
.section-heading.compact { grid-template-columns: 1fr; }
.section-heading h2, .sector-copy h2, .lead-copy h2 { margin: 12px 0 0; color: var(--navy); font-size: clamp(34px, 4vw, 50px); line-height: 1.08; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 17px; }
.eyebrow-dark { color: var(--teal); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; transition: .2s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 20px 46px rgba(12,43,71,.1); }
.service-card.featured { color: var(--white); background: var(--navy); border-color: var(--navy); }
.service-number { color: var(--gold); font-size: 12px; font-weight: 800; }
.service-card h3 { margin: 20px 0 10px; color: var(--navy); font: 700 23px/1.2 "Manrope", sans-serif; }
.service-card.featured h3 { color: var(--white); }
.service-card p { margin: 0 0 22px; color: var(--muted); }
.service-card.featured p { color: #d6e1ea; }
.service-card a { color: var(--teal); font-weight: 800; text-decoration: none; }
.service-card.featured a { color: #d7e1e7; }

.tax-benefits { color:var(--white); background:linear-gradient(135deg,var(--navy-dark),var(--navy)); }
.benefits-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:70px; align-items:center; }
.benefits-copy h2 { margin:14px 0 20px; font:700 clamp(34px,4vw,50px)/1.08 "Manrope",sans-serif; letter-spacing:-.04em; }
.benefits-copy p { margin:0 0 28px; color:#d5e1e9; font-size:17px; }
.benefit-cards { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.benefit-cards article { padding:24px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.2); border-radius:18px; }
.benefit-cards span { font-size:12px; font-weight:800; color:#b7ccd9; }
.benefit-cards h3 { margin:14px 0 8px; font:700 19px/1.2 "Manrope",sans-serif; }
.benefit-cards p { margin:0; color:#d5e1e9; font-size:14px; }
.legal-note { margin-top:28px; color:#b7ccd9; font-size:12px; }

.news-section { background:var(--surface); }
.news-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.news-card { overflow:hidden; background:var(--white); border:1px solid var(--line); border-radius:20px; box-shadow:0 14px 35px rgba(12,43,71,.07); }
.news-visual { min-height:145px; display:flex; align-items:flex-end; padding:22px; color:#fff; background:linear-gradient(135deg,var(--navy-dark),#1472a5); position:relative; overflow:hidden; }
.news-visual::after { content:""; position:absolute; width:150px; height:150px; right:-35px; top:-55px; border:28px solid rgba(255,255,255,.12); transform:rotate(35deg); }
.news-visual span { position:relative; z-index:1; padding:6px 10px; background:rgba(255,255,255,.15); border:1px solid rgba(255,255,255,.25); border-radius:999px; font-size:11px; font-weight:800; }
.news-body { padding:24px; }
.news-meta { display:flex; justify-content:space-between; gap:12px; color:var(--muted); font-size:11px; }
.news-card h3 { margin:14px 0 10px; color:var(--navy); font:700 20px/1.25 "Manrope",sans-serif; }
.news-card p { margin:0 0 18px; color:var(--muted); font-size:14px; }
.news-card a { color:var(--navy); font-weight:800; text-decoration:none; }
.news-foot { display:flex; justify-content:space-between; gap:20px; margin-top:20px; color:var(--muted); font-size:12px; }

.experience-section { background:var(--white); }
.experience-mosaic { display:grid; grid-template-columns:repeat(3,1fr); grid-auto-rows:250px; gap:14px; }
.experience-mosaic figure { position:relative; overflow:hidden; margin:0; border-radius:18px; background:var(--surface); }
.experience-mosaic .photo-wide { grid-column:span 2; }
.experience-mosaic img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.experience-mosaic figure:hover img { transform:scale(1.035); }
.experience-mosaic figcaption { position:absolute; inset:auto 0 0; padding:34px 18px 16px; color:#fff; font-weight:800; background:linear-gradient(transparent,rgba(0,28,46,.9)); }

.sector-section { color: var(--white); background: linear-gradient(135deg, var(--navy), #0b5d8b); }
.sector-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.sector-copy h2 { color: var(--white); }
.sector-copy p { margin: 22px 0 30px; color: #d9f1ee; font-size: 17px; }
.button-light { color: var(--navy); background: var(--white); }
.sector-list { border-top: 1px solid rgba(255,255,255,.22); }
.sector-list > div { display: grid; grid-template-columns: 45px 1fr; column-gap: 14px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.sector-list span { grid-row: 1 / span 2; color: #abe5df; font-size: 12px; font-weight: 800; }
.sector-list strong { font: 700 19px/1.2 "Manrope", sans-serif; }
.sector-list small { margin-top: 5px; color: #d9f1ee; font-size: 13px; }

.process { background: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.process-grid li { padding: 27px; border: 1px solid var(--line); border-radius: 18px; }
.process-grid span { width: 34px; height: 34px; display: grid; place-items: center; color: var(--white); background: var(--navy); border-radius: 50%; font-weight: 800; }
.process-grid h3 { margin: 22px 0 8px; color: var(--navy); font: 700 19px/1.2 "Manrope", sans-serif; }
.process-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.lead-section { padding: 100px 0; color: var(--white); background: var(--navy-dark); }
.lead-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.lead-copy h2 { color: var(--white); }
.lead-copy > p { margin: 22px 0 30px; color: #c9d7e3; font-size: 17px; }
.contact-card { display: grid; gap: 3px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); }
.contact-card span { color: #8fd8d1; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.contact-card strong { font: 700 25px "Manrope", sans-serif; }
.contact-card small { color: #c9d7e3; }

.lead-form { padding: 32px; color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.lead-form label { display: grid; gap: 7px; margin-bottom: 15px; color: var(--navy); font-size: 13px; font-weight: 700; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; min-height: 50px; padding: 12px 13px; color: var(--ink); background: #fbfcfd; border: 1px solid #ccd8df; border-radius: 10px; font: 400 15px "DM Sans", sans-serif; outline: none; }
.lead-form textarea { min-height: 90px; resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(13,129,121,.1); }
.lead-form .consent { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 8px; color: var(--muted); font-size: 12px; font-weight: 400; }
.consent input { width: 17px; min-height: 17px; margin: 2px 0 0; }
.consent a { color: var(--teal); }
.button-submit { width: 100%; color: var(--white); background: var(--navy); }
.form-note { margin: 11px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.form-status { min-height: 20px; margin-top: 8px; color: #a32828; font-size: 12px; text-align: center; }

.site-footer { padding: 30px 0; background: var(--white); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.3fr .7fr; gap: 30px; align-items: center; }
.footer-brand { transform: scale(.86); transform-origin: left center; }
.site-footer p { color: var(--muted); }
.site-footer p { margin: 0; font-size: 12px; text-align: center; }
.site-footer nav { display: flex; justify-content: flex-end; gap: 18px; }
.site-footer nav a { color: var(--navy); font-size: 12px; text-decoration: none; }
.floating-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 15; width: 58px; height: 58px; display: grid; place-items: center; color: var(--white); background: #16a879; border: 4px solid var(--white); border-radius: 50%; box-shadow: 0 12px 30px rgba(0,0,0,.22); text-decoration: none; }
.floating-whatsapp span { font-size: 12px; font-weight: 800; }

@media (max-width: 900px) {
  .main-nav { display:none; }
  .brand-logo { width: 232px; height: 50px; }
  .brand-logo img { width: 530px; left: -27px; top: -164px; }
  .hero-grid, .sector-grid, .lead-grid, .section-heading, .benefits-grid { grid-template-columns: 1fr; gap: 38px; }
  .service-grid { grid-template-columns:repeat(2,1fr); }
  .news-grid { grid-template-columns:1fr; }
  .hero-grid { min-height: 0; padding-block: 64px; }
  .trust-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { margin-inline: auto; transform-origin: center; }
  .site-footer nav { justify-content: center; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand-logo { width: 205px; height: 45px; }
  .brand-logo img { width: 470px; left: -24px; top: -145px; }
  .header-cta { padding: 9px 13px; font-size: 12px; }
  .hero h1 { font-size: 40px; }
  .hero-lead { font-size: 17px; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-card { padding: 25px; }
  .trust-grid, .service-grid, .process-grid, .form-row, .benefit-cards { grid-template-columns: 1fr; }
  .experience-mosaic { grid-template-columns:1fr; grid-auto-rows:230px; }
  .experience-mosaic .photo-wide { grid-column:auto; }
  .news-foot { flex-direction:column; }
  .trust-grid div { border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .section, .lead-section { padding: 72px 0; }
  .section-heading h2, .sector-copy h2, .lead-copy h2 { font-size: 34px; }
  .lead-form { padding: 23px; }
}

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