:root {
  --navy: #0b2a5b;
  --navy-dark: #071b3d;
  --blue: #2455d6;
  --indigo: #4f46e5;
  --cloud: #e7ecf3;
  --slate: #64748b;
  --graphite: #09111f;
  --white: #ffffff;
  --line: rgba(11, 42, 91, 0.13);
  --shadow: 0 22px 60px rgba(7, 27, 61, 0.12);
  --radius: 18px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--graphite); background: var(--white); font-family: Inter, sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 104px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 16px; background: var(--white); color: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid #7aa2ff; outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-shell { min-height: 82px; display: grid; grid-template-columns: 88px 1fr auto; align-items: center; gap: 30px; }
.brand { width: 58px; height: 58px; display: grid; place-items: center; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.main-nav { display: flex; justify-content: center; gap: clamp(18px, 2.5vw, 38px); font: 600 14px Manrope, sans-serif; color: var(--navy); }
.main-nav a { position: relative; padding: 29px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 21px; height: 2px; background: var(--blue); transition: right .25s ease; }
.main-nav a:hover::after { right: 0; }
.main-nav .staff-nav-link { color: var(--blue); white-space: nowrap; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { width: 24px; height: 2px; margin: 5px; display: block; background: var(--navy); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.phone-link { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; padding: 0 15px; color: var(--navy); border: 1px solid rgba(11,42,91,.3); border-radius: 8px; font: 700 13px Manrope, sans-serif; white-space: nowrap; }
.phone-link span { color: var(--blue); font-size: 18px; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 24px; border: 1px solid transparent; border-radius: 8px; font: 700 14px Manrope, sans-serif; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 10px 24px rgba(36,85,214,.24); }
.button-primary:hover { background: #1746c5; }
.button-secondary { color: var(--navy); border-color: var(--blue); background: transparent; }
.button-light { color: var(--navy); background: var(--white); }

.hero { overflow: hidden; background: #fff; }
.hero-grid { min-height: 640px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: stretch; position: relative; }
.hero-copy { padding: 72px 20px 56px 0; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 3; }
.eyebrow { display: flex; align-items: center; gap: 14px; margin: 0 0 22px; color: var(--blue); font: 700 12px Manrope, sans-serif; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow i { width: 4px; height: 4px; border-radius: 50%; background: var(--blue); }
h1, h2, h3 { margin-top: 0; color: var(--navy); font-family: Sora, sans-serif; line-height: 1.15; }
h1 { max-width: 650px; margin-bottom: 22px; font-size: clamp(40px, 4.05vw, 62px); letter-spacing: -.045em; }
h1 em { font-style: normal; color: var(--blue); }
.hero-lead { max-width: 630px; margin: 0; color: #52627a; font-size: 18px; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.service-area { display: flex; align-items: center; gap: 9px; margin: 18px 0 0; color: var(--navy); font: 700 12px Manrope, sans-serif; }
.service-area span { color: var(--blue); font-size: 8px; box-shadow: 0 0 0 5px rgba(36,85,214,.1); border-radius: 50%; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 56px; }
.trust-row div { padding-left: 16px; border-left: 2px solid var(--blue); }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { color: var(--navy); font: 700 13px Manrope, sans-serif; }
.trust-row span { margin-top: 3px; color: var(--slate); font-size: 11px; }
.hero-media { position: absolute; z-index: 1; top: 0; bottom: 0; left: 38%; right: calc((100vw - min(1180px, calc(100vw - 40px))) / -2); min-width: 0; }
.hero-media::before { content: ""; position: absolute; z-index: 1; inset: 0 auto 0 0; width: 18%; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.76) 40%, rgba(255,255,255,0) 100%); pointer-events: none; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,27,61,.06), transparent 45%); pointer-events: none; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: right center; filter: saturate(.9) contrast(1.02); }
.media-badge { position: absolute; left: 35%; bottom: 50px; z-index: 2; display: flex; align-items: center; gap: 14px; padding: 15px 22px; color: var(--navy); background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
.media-badge b { color: var(--blue); font: 700 26px Sora, sans-serif; }
.media-badge span { font-size: 12px; line-height: 1.35; }

.section-heading { max-width: 700px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .field-copy h2, .process h2, .about h2, .contact h2 { margin-bottom: 15px; font-size: clamp(30px, 3vw, 44px); letter-spacing: -.035em; }
.section-heading p:last-child { color: var(--slate); }
.kicker { margin: 0 0 12px; color: var(--blue); font: 700 11px Manrope, sans-serif; letter-spacing: .22em; text-transform: uppercase; }
.kicker.light { color: #83a5ff; }
.services { background: #fbfcfe; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 145px; display: flex; gap: 18px; padding: 25px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 8px 24px rgba(7,27,61,.05); transition: transform .22s ease, border .22s ease; }
.service-card:hover { transform: translateY(-4px); border-color: rgba(36,85,214,.4); }
.service-icon { position: relative; flex: 0 0 58px; height: 58px; display: grid; place-items: center; color: var(--blue); background: #eef3ff; border-radius: 14px; }
.service-icon-image { width: 30px; height: 30px; filter: invert(31%) sepia(98%) saturate(2147%) hue-rotate(219deg) brightness(84%) contrast(92%); }
.service-icon b { position: absolute; right: -5px; bottom: -5px; width: 22px; height: 22px; display: grid; place-items: center; color: var(--white); background: var(--blue); border: 3px solid var(--white); border-radius: 50%; font: 700 8px Sora, sans-serif; }
.service-card h3 { margin-bottom: 7px; font-size: 16px; }
.service-card p { margin: 0; color: var(--slate); font-size: 13px; line-height: 1.55; }
.service-card.featured { grid-column: span 3; color: var(--white); background: linear-gradient(110deg, var(--navy-dark), var(--navy)); border-color: transparent; }
.service-card.featured .service-icon { color: var(--white); background: var(--blue); }
.service-card.featured .service-icon-image { filter: brightness(0) invert(1); }
.service-card.featured .service-icon b { color: var(--blue); background: var(--white); border-color: var(--navy); }
.service-card.featured h3 { color: var(--white); }
.service-card.featured p { color: #b8c7dd; }
.new-label { margin-bottom: 5px !important; color: #83a5ff !important; font: 700 10px Manrope, sans-serif !important; letter-spacing: .16em; text-transform: uppercase; }

.field-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(48px, 8vw, 110px); }
.field-photo { position: relative; }
.field-photo::before { content: ""; position: absolute; inset: -18px 24px 18px -18px; z-index: -1; background: var(--cloud); border-radius: var(--radius); }
.field-photo img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: var(--radius); filter: saturate(.72); }
.photo-index { position: absolute; left: -1px; bottom: -1px; padding: 12px 18px; color: var(--white); background: var(--navy); border-radius: 0 10px 0 16px; font: 600 10px Manrope, sans-serif; letter-spacing: .14em; }
.field-copy > p:not(.kicker) { color: var(--slate); font-size: 17px; }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 24px; margin: 32px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 27px; color: var(--navy); font: 600 13px Manrope, sans-serif; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 19px; height: 19px; display: grid; place-items: center; color: var(--white); background: var(--blue); border-radius: 50%; font-size: 11px; }
.text-link { display: inline-flex; gap: 28px; align-items: center; color: var(--blue); font: 700 14px Manrope, sans-serif; }

.process { color: var(--white); background: var(--navy-dark); position: relative; overflow: hidden; }
.process::after { content: ""; position: absolute; width: 480px; height: 480px; right: -180px; bottom: -260px; border: 1px solid rgba(131,165,255,.25); border-radius: 50%; box-shadow: 80px 0 0 0 rgba(131,165,255,.07); }
.process-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 50px; }
.process h2 { max-width: 650px; margin-bottom: 0; color: var(--white); }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; position: relative; z-index: 1; }
.process-list li { padding: 28px; border: 1px solid rgba(255,255,255,.16); border-right: 0; }
.process-list li:last-child { border-right: 1px solid rgba(255,255,255,.16); }
.process-list span { color: #5d87ff; font: 700 22px Sora, sans-serif; }
.process-list h3 { margin: 22px 0 10px; color: var(--white); font-size: 17px; }
.process-list p { margin: 0; color: #aebbd0; font-size: 13px; }

.about { padding-block: 80px; }
.about-grid { display: grid; grid-template-columns: .5fr 1.5fr 1.2fr; align-items: start; gap: 40px; }
.about h2 { margin: 0; }
.about-grid > p:last-child { margin: 0; color: var(--slate); }

.contact { padding-top: 30px; background: linear-gradient(#fff 50%, #f3f6fa 50%); }
.contact-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: clamp(36px, 6vw, 76px); color: var(--white); background: linear-gradient(125deg, var(--navy), #143b7a); border-radius: 24px; box-shadow: var(--shadow); }
.contact h2 { color: var(--white); }
.contact-card > div > p:not(.kicker) { color: #becbe0; }
.contact-details { display: grid; gap: 7px; margin-top: 28px; }
.contact-details a { color: var(--white); font: 700 24px Sora, sans-serif; }
.contact-details span { color: #aebed7; font-size: 13px; }
.contact-details .contact-whatsapp { width: fit-content; margin-top: 12px; color: #fff; font: 700 13px Manrope, sans-serif; border-bottom: 1px solid rgba(255,255,255,.45); }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.contact-form label { display: grid; gap: 6px; }
.contact-form label span { color: #dce5f4; font-size: 11px; font-weight: 600; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 12px 13px; color: var(--white); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.24); border-radius: 8px; outline: none; }
.contact-form select option { color: var(--graphite); }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #9db6ff; background: rgba(255,255,255,.12); }
.full { grid-column: 1/-1; }
.form-status { min-height: 22px; margin: 0; color: #cdd9eb; font-size: 12px; }

.site-footer { padding: 64px 0 24px; color: #516079; background: #f3f6fa; border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: clamp(34px, 5vw, 70px); }
.footer-brand { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 12px; text-align: center; }
.footer-brand .brand-mark { width: 72px; height: 72px; flex: 0 0 72px; object-fit: contain; opacity: .96; }
.footer-brand strong { display: block; color: var(--navy); font: 700 18px Sora, sans-serif; letter-spacing: .13em; }
.footer-brand p { max-width: 280px; margin: 8px auto 0; font-size: 12px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-size: 12px; }
.footer-column h2 { margin: 0 0 8px; color: var(--navy); font: 700 13px Sora, sans-serif; }
.footer-column a { color: #516079; transition: color .2s ease; }
.footer-column a:hover { color: var(--blue); }
.footer-contact a:first-of-type { color: var(--navy); font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 11px; }
.footer-bottom p { margin: 0; }

@media (max-width: 1000px) {
  .phone-link { display: none; }
  .nav-shell { grid-template-columns: 74px 1fr auto; }
  .main-nav { gap: 15px; }
  .main-nav a { font-size: 12px; }
  .hero-grid { min-height: 610px; }
  .hero-copy { padding-right: 35px; }
  .trust-row { grid-template-columns: 1fr; margin-top: 35px; }
  .trust-row div:nth-child(n+2) { display: none; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card.featured { grid-column: span 2; }
  .about-grid { grid-template-columns: 1fr 2fr; }
  .about-grid > p:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 28px, 620px); }
  .section { padding: 72px 0; }
  .site-header { position: sticky; }
  .nav-shell { min-height: 70px; grid-template-columns: 1fr auto; }
  .brand, .brand img { width: 48px; height: 48px; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; left: 14px; right: 14px; top: 70px; flex-direction: column; gap: 0; padding: 12px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 12px; }
  .main-nav a::after { display: none; }
  .nav-cta { display: none; }
  .nav-actions { display: none; }
  .hero { background: var(--white); }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; width: 100%; }
  .hero-copy { width: var(--container); margin-inline: auto; padding: 62px 0 46px; }
  .eyebrow { flex-wrap: wrap; font-size: 10px; }
  h1 { font-size: clamp(38px, 12vw, 54px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .trust-row { grid-template-columns: 1fr; margin-top: 34px; }
  .hero-media { position: relative; inset: auto; min-height: 460px; }
  .hero-media::before { width: 100%; height: 24%; inset: 0 0 auto; background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,0) 100%); }
  .media-badge { left: 14px; bottom: 14px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card.featured { grid-column: auto; }
  .field-grid { grid-template-columns: 1fr; }
  .field-photo { order: 2; }
  .check-list { grid-template-columns: 1fr; }
  .process-heading { display: block; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { border-right: 1px solid rgba(255,255,255,.16); border-bottom: 0; }
  .process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
  .about-grid { grid-template-columns: 1fr; gap: 14px; }
  .about-grid > p:last-child { grid-column: auto; }
  .contact-card { grid-template-columns: 1fr; gap: 35px; border-radius: 16px; }
  .contact-form { grid-template-columns: 1fr; }
  .full { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; gap: 6px; }
}

@media (max-width: 520px) {
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

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