@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

:root {
  --blue: #003590;
  --blue-dark: #002667;
  --orange: #f39a0a;
  --yellow: #fabb03;
  --ink: #10203a;
  --muted: #5f6b7c;
  --surface: #fbfcff;
  --line: rgba(0, 53, 144, .13);
  --shadow: 0 18px 48px rgba(0, 35, 98, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Poppins, Arial, sans-serif;
  line-height: 1.6;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.skip-link {
  position: absolute;
  z-index: 99;
  top: -100px;
  left: 20px;
  padding: 10px 16px;
  background: var(--blue);
  color: #fff;
  border-radius: 8px;
}
.skip-link:focus { top: 12px; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 96px 0; position: relative; overflow: hidden; }
.section-tight { padding: 56px 0; }
.surface { background: var(--surface); }
.image-section {
  background-color: var(--blue-dark);
  background-image: linear-gradient(90deg, rgba(0, 35, 98, .92), rgba(0, 53, 144, .68)), var(--section-image);
  background-position: center;
  background-size: cover;
  color: #fff;
}
.image-section .eyebrow { color: #ffd267; }
.image-section .section-title, .image-section .section-copy { color: #fff; }
.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 53, 144, .08);
}
.header-row {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand { width: 155px; flex: 0 0 auto; }
.brand img { width: 155px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 5px; }
.main-nav a {
  padding: 8px 10px;
  border-radius: 9px;
  color: #243754;
  font-size: 13px;
  font-weight: 600;
}
.main-nav a:hover, .main-nav a.active { color: var(--blue); background: #edf3ff; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.menu-toggle {
  display: none;
  padding: 7px 10px;
  color: var(--blue);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0, 35, 98, .17); }
.button-blue { color: #fff; background: var(--blue); }
.button-orange { color: #fff; background: var(--orange); }
.button-outline { color: var(--blue); border-color: var(--blue); background: #fff; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.75); background: rgba(255,255,255,.08); }
.button-small { min-height: 38px; padding: 8px 12px; font-size: 12px; }
.eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.25rem, 5vw, 4.35rem); line-height: 1.12; letter-spacing: -.045em; }
h2 { font-size: clamp(1.8rem, 3.3vw, 2.8rem); line-height: 1.18; letter-spacing: -.035em; }
h3 { font-size: 1.15rem; line-height: 1.3; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-title { margin-bottom: 14px; color: var(--blue); }
.section-copy { color: var(--muted); }
.hero { min-height: 620px; display: flex; align-items: center; }
.hero .container { width: min(1180px, calc(100% - 40px)); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: center; }
.hero-copy { max-width: 690px; }
.hero-copy h1 { margin-bottom: 20px; }
.hero-copy p { max-width: 620px; font-size: 1.06rem; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-art {
  min-height: 340px;
  display: grid;
  place-items: center;
  padding: 32px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.03));
  box-shadow: 0 24px 65px rgba(0, 17, 56, .24);
}
.hero-art img { width: min(360px, 100%); filter: drop-shadow(0 18px 20px rgba(0,0,0,.18)); }
.hero-basic { min-height: 430px; text-align: center; }
.hero-basic .hero-copy { margin: 0 auto; }
.hero-basic .hero-copy p { margin-left: auto; margin-right: auto; }
.cards { display: grid; gap: 20px; }
.cards-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cards-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(20, 46, 95, .05);
}
.card:hover { border-color: rgba(0, 53, 144, .32); box-shadow: var(--shadow); }
.card-body { padding: 24px; }
.card-body p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }
.process-card { min-height: 270px; position: relative; color: #fff; background: var(--blue); }
.process-card:before {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(180deg, rgba(0,25,72,.12), rgba(0,25,72,.9)), var(--card-image);
  background-position: center;
  background-size: cover;
}
.process-card > * { position: relative; }
.process-number { display: block; padding: 22px 24px 0; color: #ffd267; font-size: 1.5rem; font-weight: 800; }
.process-card .card-body { padding-top: 74px; }
.process-card p { color: rgba(255,255,255,.88); }
.partner-row { display: flex; flex-wrap: wrap; gap: 12px; }
.partner-row span {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: 10px 22px;
  color: #758096;
  border: 1px solid #e5e9f1;
  border-radius: 12px;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  filter: grayscale(1);
}
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat {
  padding: 22px;
  color: #fff;
  border-radius: 18px;
  background: var(--blue);
}
.stat strong { display: block; color: #ffd267; font-size: clamp(1.55rem, 3vw, 2.3rem); line-height: 1.15; }
.stat span { display: block; margin-top: 8px; font-size: .85rem; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.image-frame { overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); }
.image-frame img { width: 100%; min-height: 330px; object-fit: cover; }
.quote { max-width: 800px; }
.quote-stars { color: var(--yellow); font-size: 1.45rem; letter-spacing: .12em; }
.quote blockquote { margin: 16px 0; font-size: clamp(1.2rem, 2.2vw, 1.65rem); font-weight: 600; line-height: 1.5; }
.quote cite { font-style: normal; color: #d7e4ff; font-size: .9rem; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { padding: 4px 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.faq-list summary { padding: 15px 0; color: var(--blue); cursor: pointer; font-weight: 700; }
.faq-list p { margin: 0 0 16px; color: var(--muted); }
.cta-panel {
  padding: clamp(34px, 6vw, 66px);
  border-radius: 30px;
  background: linear-gradient(135deg, var(--blue), #0d5dcc);
  color: #fff;
}
.cta-panel h2 { margin-bottom: 12px; color: #fff; }
.cta-panel p { max-width: 680px; margin-bottom: 24px; color: rgba(255,255,255,.87); }
.value-card { min-height: 208px; }
.value-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  color: var(--blue);
  border-radius: 12px;
  background: #edf3ff;
  font-weight: 800;
}
.location-card { display: flex; min-height: 100%; flex-direction: column; }
.location-card .card-body { display: flex; height: 100%; flex-direction: column; }
.location-card .location-type { margin-bottom: 13px; color: var(--orange); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.location-address { margin-bottom: 18px; color: var(--muted); font-size: .9rem; }
.location-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: auto; }
.map-shell { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); background: #fff; }
.map-tabs { display: flex; flex-wrap: wrap; gap: 8px; padding: 16px; border-bottom: 1px solid var(--line); }
.map-tab { padding: 9px 12px; color: var(--blue); border: 1px solid var(--line); border-radius: 9px; background: #fff; font-size: 12px; font-weight: 700; }
.map-tab.active, .map-tab:hover { color: #fff; border-color: var(--blue); background: var(--blue); }
.map-shell iframe { display: block; width: 100%; min-height: 430px; border: 0; }
.form-card { padding: clamp(24px, 5vw, 44px); border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--blue); font-size: .86rem; font-weight: 700; }
.field input, .field textarea {
  width: 100%;
  padding: 12px 14px;
  color: var(--ink);
  border: 1px solid #ccd7eb;
  border-radius: 10px;
  outline: none;
  background: #fff;
}
.field input:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,53,144,.11); }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 20px 0; color: var(--muted); font-size: .8rem; }
.consent input { margin-top: 5px; }
.form-status { min-height: 24px; margin: 15px 0 0; font-size: .87rem; font-weight: 600; }
.form-status.success { color: #18754d; }
.form-status.error { color: #b2202d; }
.blog-card { display: flex; min-height: 100%; flex-direction: column; }
.blog-card .card-media { height: 190px; overflow: hidden; }
.blog-card .card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.blog-card:hover .card-media img { transform: scale(1.05); }
.blog-card .card-body { display: flex; flex: 1; flex-direction: column; }
.blog-card h2 { margin-bottom: 10px; font-size: 1.25rem; }
.post-date { color: var(--orange); font-size: .78rem; font-weight: 800; }
.blog-card .button { margin-top: 20px; align-self: flex-start; }
.article-wrap { width: min(820px, calc(100% - 40px)); margin: 0 auto; }
.article-hero { min-height: 410px; display: flex; align-items: flex-end; padding: 68px 0; background-position: center; background-size: cover; }
.article-hero:before { position: absolute; inset: 0; content: ''; background: linear-gradient(90deg, rgba(0,25,73,.93), rgba(0,53,144,.51)); }
.article-hero > * { position: relative; }
.article-hero h1 { max-width: 850px; margin-bottom: 0; color: #fff; }
.article-content { padding: 76px 0 28px; }
.article-content p, .article-content li { color: #3f4c5e; font-size: 1.02rem; }
.article-content h2 { margin-top: 40px; color: var(--blue); font-size: 1.55rem; }
.article-content ul { padding-left: 22px; }
.article-content .article-lead { color: var(--blue); font-size: 1.18rem; font-weight: 600; }
.article-cta { margin: 36px 0 0; }
.iframe-shell { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.iframe-shell iframe { display: block; width: 100%; min-height: 900px; border: 0; }
.fallback { margin-top: 20px; padding: 26px; border: 1px dashed rgba(0,53,144,.34); border-radius: 18px; background: #f3f7ff; }
.fallback h3 { color: var(--blue); }
.faq-groups { display: grid; gap: 38px; }
.faq-group h2 { font-size: 1.45rem; }
.site-footer { padding: 58px 0 22px; color: #d4e3ff; background: #001f55; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .8fr .8fr; gap: 38px; }
.footer-brand img { width: 160px; margin-bottom: 16px; filter: brightness(0) invert(1); }
.footer-title { margin-bottom: 13px; color: #fff; font-size: .9rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.footer-links { display: grid; gap: 7px; font-size: .87rem; }
.footer-links a:hover { color: #ffd267; }
.footer-bottom { display: flex; justify-content: space-between; gap: 14px; padding-top: 32px; margin-top: 38px; border-top: 1px solid rgba(255,255,255,.15); color: #b8cceb; font-size: .78rem; }
.floating-whatsapp {
  position: fixed;
  z-index: 25;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 12px 29px rgba(0,0,0,.27);
}
.floating-whatsapp img { width: 32px; height: 32px; object-fit: contain; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.04); }
.modal[hidden] { display: none; }
.modal {
  position: fixed;
  z-index: 70;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0, 17, 55, .7);
}
.modal-card { position: relative; width: min(520px, 100%); padding: 32px; border-radius: 22px; background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.3); }
.modal-card h2 { margin-bottom: 8px; color: var(--blue); font-size: 1.75rem; }
.modal-close { position: absolute; top: 11px; right: 14px; padding: 6px 10px; color: var(--blue); border: 0; background: transparent; font-size: 1.4rem; }
.notice { padding: 13px 16px; border-left: 4px solid var(--orange); border-radius: 8px; background: #fff7e9; color: #73500b; font-size: .85rem; }
.campaign-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 34px 0; }
.campaign-proof div { padding: 16px; border-radius: 13px; background: rgba(255,255,255,.12); }
.campaign-proof strong { display: block; color: #ffd267; font-size: 1.45rem; }

@media (max-width: 1000px) {
  .main-nav { gap: 0; }
  .main-nav a { padding: 8px 7px; font-size: 12px; }
  .header-actions .button-outline { display: none; }
  .cards-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .section { padding: 68px 0; }
  .header-row { min-height: 72px; }
  .brand, .brand img { width: 135px; }
  .menu-toggle { display: inline-flex; }
  .header-actions .button-orange { display: none; }
  .main-nav {
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    display: none;
    padding: 12px 20px 18px;
    border-bottom: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 12px 24px rgba(0,35,98,.09);
  }
  .main-nav.open { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .main-nav a { padding: 10px; }
  .hero { min-height: 0; }
  .hero-grid, .split, .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero { padding: 72px 0; }
  .hero-art { min-height: 250px; }
  .cards-2, .cards-3, .cards-4, .stats { grid-template-columns: 1fr; }
  .field-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-bottom { display: grid; }
  .iframe-shell iframe { min-height: 820px; }
  .map-shell iframe { min-height: 340px; }
  .article-content { padding-top: 52px; }
  .campaign-proof { grid-template-columns: 1fr; }
}
@media (max-width: 430px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-actions { display: none; }
  .hero-actions, .location-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button, .location-actions .button { width: 100%; }
  .floating-whatsapp { right: 15px; bottom: 15px; }
}
