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

:root {
  --forest: #164f32;
  --forest-deep: #0b2d1d;
  --green: #60b84b;
  --green-light: #a7d878;
  --charcoal: #252a2d;
  --warm-white: #f7f8f5;
  --orange: #f59e0b;
  --muted: #66706a;
  --line: #dbe2db;
  --white: #ffffff;
  --shadow-sm: 0 10px 30px rgba(12, 45, 29, 0.08);
  --shadow-lg: 0 26px 70px rgba(8, 35, 22, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body {
  margin: 0;
  background: var(--warm-white);
  color: var(--charcoal);
  font-family: "Inter", Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-is-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }

.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link {
  position: fixed; top: -80px; left: 24px; z-index: 999;
  background: var(--orange); color: #172019; padding: 13px 18px; border-radius: 0 0 10px 10px;
  font-weight: 800; transition: top .2s ease;
}
.skip-link:focus { top: 0; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto; height: 92px;
  color: var(--white); transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { background: rgba(247,248,245,.96); color: var(--charcoal); box-shadow: 0 8px 30px rgba(5,32,20,.09); backdrop-filter: blur(12px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 242px; }
.brand img { width: 52px; height: 66px; object-fit: contain; background: transparent; border-radius: 0; padding: 0; filter: drop-shadow(0 4px 9px rgba(0,0,0,.16)); }
.brand span { display: flex; flex-direction: column; line-height: 1.05; letter-spacing: -.02em; }
.brand strong { font: 700 12px/1.2 "Montserrat", sans-serif; letter-spacing: .06em; }
.brand b { font: 800 14px/1.3 "Montserrat", sans-serif; color: var(--green-light); }
.is-scrolled .brand b { color: var(--forest); }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 25px; flex: 1; }
.desktop-nav a { position: relative; font-size: 14px; font-weight: 650; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 -8px; height: 2px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px;
  border: 1px solid transparent; border-radius: 7px; padding: 0 23px;
  font: 750 14px/1 "Inter", sans-serif; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding-inline: 18px; background: var(--green); color: #0a2919; white-space: nowrap; }
.button-primary { background: var(--green); color: #0b291a; box-shadow: 0 14px 34px rgba(96,184,75,.22); }
.button-primary:hover { background: var(--green-light); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.06); }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.12); }
.menu-button { display: none; border: 0; background: transparent; color: inherit; padding: 9px; cursor: pointer; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 790px; height: 100svh; max-height: 980px; color: white; overflow: hidden; background: var(--forest-deep); }
.hero-image, .hero-overlay, .hero-grid { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 52% 50%; }
.hero-overlay { background: linear-gradient(90deg, rgba(6,27,18,.94) 0%, rgba(7,35,23,.79) 46%, rgba(4,18,12,.36) 78%, rgba(4,18,12,.5) 100%), linear-gradient(0deg, rgba(4,24,15,.82) 0%, transparent 38%); }
.hero-grid { opacity: .13; background-image: linear-gradient(rgba(255,255,255,.24) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.24) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 75%); }
.hero-content { position: relative; z-index: 2; height: calc(100% - 128px); display: flex; align-items: center; padding-top: 78px; }
.hero-copy { max-width: 840px; animation: rise-in .7s ease both; }
.eyebrow { margin: 0 0 19px; color: var(--forest); text-transform: uppercase; letter-spacing: .16em; font: 800 12px/1.2 "Montserrat", sans-serif; }
.eyebrow span { display: inline-block; width: 34px; height: 2px; margin: 0 12px 3px 0; background: var(--green); }
.eyebrow.light { color: var(--green-light); }
.hero h1 { max-width: 890px; margin: 0; font: 760 clamp(48px, 6.1vw, 82px)/1.01 "Montserrat", sans-serif; letter-spacing: -.048em; text-wrap: balance; }
.hero h1 em { color: var(--green-light); font-style: normal; }
.hero-lead { max-width: 720px; margin: 28px 0 0; color: rgba(255,255,255,.84); font-size: clamp(17px, 1.55vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 37px; }
.hero-status { position: absolute; right: 0; top: 49%; display: flex; align-items: center; gap: 13px; padding: 15px 18px; background: rgba(8,37,23,.74); border: 1px solid rgba(167,216,120,.35); border-radius: 9px; backdrop-filter: blur(10px); }
.hero-status small, .hero-status strong { display: block; }
.hero-status small { color: rgba(255,255,255,.62); text-transform: uppercase; font-size: 10px; letter-spacing: .14em; }
.hero-status strong { margin-top: 3px; font-size: 13px; }
.pulse { width: 10px; height: 10px; background: var(--green-light); border-radius: 50%; box-shadow: 0 0 0 6px rgba(167,216,120,.14); animation: pulse 2s infinite; }
.hero-facts-wrap { position: absolute; z-index: 3; inset: auto 0 0; background: rgba(8,35,23,.91); border-top: 1px solid rgba(255,255,255,.14); }
.hero-facts { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 128px; }
.hero-facts > div { display: flex; align-items: center; gap: 16px; padding: 22px 30px; border-left: 1px solid rgba(255,255,255,.13); }
.hero-facts > div:last-child { border-right: 1px solid rgba(255,255,255,.13); }
.hero-facts svg { color: var(--green-light); flex: 0 0 auto; }
.hero-facts span, .hero-facts strong { display: block; }
.hero-facts strong { margin-bottom: 5px; color: rgba(255,255,255,.63); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.hero-facts span { color: white; font-size: 14px; font-weight: 700; }

.about { background: var(--warm-white); }
.about-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 92px; align-items: center; }
.about-visual { position: relative; padding: 0 36px 45px 0; }
.image-frame { position: relative; border-radius: 4px 34px 4px 4px; overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 1 / 1.04; }
.image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,46,28,.35), transparent 50%); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.ruc-card { position: absolute; z-index: 2; right: 0; bottom: 0; min-width: 245px; padding: 21px 25px; background: var(--forest); color: white; box-shadow: var(--shadow-sm); }
.ruc-card span, .ruc-card strong { display: block; }
.ruc-card span { margin-bottom: 6px; color: var(--green-light); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.ruc-card strong { font: 750 15px/1.4 "Montserrat", sans-serif; }
.corner-mark { position: absolute; left: -18px; top: -18px; width: 74px; height: 74px; border-left: 3px solid var(--green); border-top: 3px solid var(--green); }
.about-copy h2, .section-heading h2 { margin: 0; color: var(--charcoal); font: 750 clamp(36px, 4vw, 55px)/1.08 "Montserrat", sans-serif; letter-spacing: -.042em; text-wrap: balance; }
.section-lead { margin: 27px 0 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.purpose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 38px; }
.purpose-grid article { position: relative; padding: 28px 24px 25px; background: white; border: 1px solid var(--line); border-top: 4px solid var(--green); box-shadow: var(--shadow-sm); }
.purpose-number { position: absolute; top: 18px; right: 19px; color: #d5ded7; font: 800 28px/1 "Montserrat", sans-serif; }
.purpose-grid h3 { margin: 0 0 13px; color: var(--forest); font: 750 18px/1.3 "Montserrat", sans-serif; }
.purpose-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.services { background: #edf1ec; }
.split-heading { display: grid; grid-template-columns: 1.45fr .55fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.split-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { overflow: hidden; background: white; border: 1px solid #dfe5df; border-radius: 4px; box-shadow: 0 9px 30px rgba(10,45,27,.06); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); }
.service-image { position: relative; height: 250px; overflow: hidden; }
.service-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,35,21,.37), transparent 50%); }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover .service-image img { transform: scale(1.035); }
.service-icon { position: absolute; z-index: 2; left: 25px; bottom: 0; display: grid; place-items: center; width: 54px; height: 54px; color: #0a2b1a; background: var(--green-light); }
.service-body { padding: 28px 25px 29px; }
.service-eyebrow { margin: 0 0 11px; color: var(--forest); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.service-body h3 { min-height: 54px; margin: 0; color: var(--charcoal); font: 750 21px/1.3 "Montserrat", sans-serif; letter-spacing: -.02em; }
.service-body > p:not(.service-eyebrow) { min-height: 72px; margin: 15px 0 20px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-body ul { display: grid; gap: 11px; min-height: 125px; margin: 0 0 25px; padding: 0; list-style: none; }
.service-body li { display: flex; align-items: flex-start; gap: 9px; color: #465149; font-size: 13px; line-height: 1.45; }
.service-body li svg { flex: 0 0 auto; color: var(--green); margin-top: 1px; }
.service-body > a { display: inline-flex; align-items: center; gap: 8px; color: var(--forest); font-size: 14px; font-weight: 800; }
.service-body > a svg { transition: transform .2s ease; }
.service-body > a:hover svg { transform: translateX(4px); }

.tracking { position: relative; overflow: hidden; color: white; background: var(--forest-deep); }
.tracking::before { content: ""; position: absolute; width: 520px; height: 520px; left: -280px; top: -270px; border: 1px solid rgba(167,216,120,.16); border-radius: 50%; box-shadow: 0 0 0 80px rgba(167,216,120,.025), 0 0 0 160px rgba(167,216,120,.02); }
.tracking-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 78px; }
.tracking-copy h2, .insurance-heading h2, .contact-heading h2 { margin: 0; color: white; font: 750 clamp(36px, 4vw, 55px)/1.08 "Montserrat", sans-serif; letter-spacing: -.042em; text-wrap: balance; }
.tracking-copy > p:not(.eyebrow) { margin: 25px 0 32px; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.75; }
.tracking-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 18px; margin: 0; padding: 0; list-style: none; }
.tracking-copy li { display: flex; align-items: flex-start; gap: 10px; color: rgba(255,255,255,.86); font-size: 13px; line-height: 1.45; }
.tracking-copy li > span { display: grid; place-items: center; flex: 0 0 auto; width: 25px; height: 25px; margin-top: -3px; color: var(--green-light); border: 1px solid rgba(167,216,120,.35); border-radius: 50%; }
.monitor-panel { overflow: hidden; background: #103a27; border: 1px solid rgba(255,255,255,.14); border-radius: 7px; box-shadow: 0 35px 90px rgba(0,0,0,.28); }
.monitor-head { display: flex; align-items: center; justify-content: space-between; min-height: 66px; padding: 0 22px; border-bottom: 1px solid rgba(255,255,255,.1); }
.monitor-head > div { display: flex; align-items: center; gap: 11px; }
.monitor-head strong { font-size: 13px; }
.monitor-head small { color: rgba(255,255,255,.44); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.monitor-stage { position: relative; overflow: hidden; height: 360px; background-color: #0d3322; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 35px 35px; }
.monitor-stage::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 74% 25%, rgba(96,184,75,.16), transparent 28%), radial-gradient(circle at 22% 76%, rgba(167,216,120,.1), transparent 26%); }
.monitor-stage svg { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; }
.route-base, .route-live { fill: none; vector-effect: non-scaling-stroke; }
.route-base { stroke: rgba(255,255,255,.13); stroke-width: 9; }
.route-live { stroke: var(--green-light); stroke-width: 3; stroke-dasharray: 8 10; animation: route-flow 5s linear infinite; }
.radar { position: absolute; z-index: 1; border: 1px solid rgba(167,216,120,.17); border-radius: 50%; box-shadow: 0 0 0 20px rgba(167,216,120,.025), 0 0 0 42px rgba(167,216,120,.018); }
.radar-one { width: 122px; height: 122px; right: 31px; top: 8px; }
.radar-two { width: 88px; height: 88px; left: 10px; bottom: 24px; }
.route-stop { position: absolute; z-index: 3; display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.58); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.route-stop span { width: 11px; height: 11px; background: var(--forest-deep); border: 3px solid var(--green-light); border-radius: 50%; box-shadow: 0 0 0 5px rgba(167,216,120,.12); }
.stop-one { left: 5%; bottom: 17%; }
.stop-two { left: 55%; top: 40%; }
.stop-three { right: 4%; top: 15%; }
.unit-marker { position: absolute; z-index: 4; left: 37%; top: 50%; display: flex; align-items: center; gap: 8px; padding: 9px 11px; color: #0b2d1d; background: var(--green-light); border-radius: 5px; box-shadow: 0 12px 25px rgba(0,0,0,.22); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.monitor-stats { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 76px; border-top: 1px solid rgba(255,255,255,.1); }
.monitor-stats div { display: grid; align-content: center; padding: 12px 20px; border-right: 1px solid rgba(255,255,255,.09); }
.monitor-stats div:last-child { border: 0; }
.monitor-stats small { margin-bottom: 4px; color: rgba(255,255,255,.44); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.monitor-stats strong { color: var(--green-light); font-size: 13px; }

.security { background: white; }
.security-layout { display: grid; grid-template-columns: .77fr 1.23fr; gap: 86px; align-items: start; }
.security-intro { position: sticky; top: 125px; }
.security-intro h2, .coverage-copy h2, .quote-intro h2 { margin: 0; color: var(--charcoal); font: 750 clamp(36px, 4vw, 55px)/1.08 "Montserrat", sans-serif; letter-spacing: -.042em; text-wrap: balance; }
.security-intro > p:not(.eyebrow) { margin: 26px 0 31px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.safety-callout { display: flex; align-items: center; gap: 17px; max-width: 340px; padding: 20px 22px; color: white; background: var(--forest); box-shadow: var(--shadow-sm); }
.safety-callout > svg { color: var(--green-light); }
.safety-callout small, .safety-callout strong { display: block; }
.safety-callout small { margin-bottom: 5px; color: var(--green-light); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.safety-callout strong { font: 700 15px/1.3 "Montserrat", sans-serif; }
.security-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0 0 27px; padding: 0; list-style: none; }
.security-list li { display: flex; align-items: center; gap: 14px; min-height: 78px; padding: 15px 17px; color: #37423b; background: var(--warm-white); border: 1px solid var(--line); font-size: 13px; font-weight: 650; line-height: 1.45; }
.security-list li span { display: grid; place-items: center; flex: 0 0 auto; width: 34px; height: 34px; color: var(--forest); background: white; border-radius: 50%; font: 800 10px/1 "Montserrat", sans-serif; }
.training-accordion { background: var(--forest-deep); color: white; border-radius: 5px; overflow: hidden; }
.training-accordion summary { display: flex; align-items: center; justify-content: space-between; min-height: 78px; padding: 0 24px; cursor: pointer; list-style: none; }
.training-accordion summary::-webkit-details-marker { display: none; }
.training-accordion summary > span { display: flex; align-items: center; gap: 12px; font: 700 16px/1.3 "Montserrat", sans-serif; }
.training-accordion summary svg { color: var(--green-light); }
.training-accordion summary b { color: var(--green-light); font-size: 27px; font-weight: 400; transition: transform .2s ease; }
.training-accordion[open] summary b { transform: rotate(45deg); }
.training-content { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 20px; padding: 3px 24px 26px; }
.training-content p { display: flex; align-items: center; gap: 9px; margin: 0; color: rgba(255,255,255,.75); font-size: 12px; }
.training-content p svg { flex: 0 0 auto; color: var(--green-light); }

.process { background: #edf1ec; }
.process-heading { margin-bottom: 48px; }
.process-heading h2 { max-width: 650px; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.process-grid::before { content: ""; position: absolute; top: 34px; left: 8%; right: 8%; height: 1px; background: #c4cec6; }
.process-grid article { position: relative; z-index: 1; padding: 0 21px 25px; }
.process-top { display: flex; align-items: center; gap: 12px; margin-bottom: 26px; }
.process-top span { display: grid; place-items: center; width: 68px; height: 68px; color: white; background: var(--forest); border: 7px solid #edf1ec; border-radius: 50%; font: 800 14px/1 "Montserrat", sans-serif; box-shadow: 0 0 0 1px #bdc9bf; }
.process-top i { flex: 1; height: 1px; background: transparent; }
.process-grid h3 { margin: 0 0 12px; color: var(--forest); font: 750 19px/1.3 "Montserrat", sans-serif; }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.coverage { background: var(--warm-white); }
.coverage-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 92px; align-items: center; }
.peru-map-card { position: relative; overflow: hidden; min-height: 650px; color: white; background: var(--forest-deep); border-radius: 5px; box-shadow: var(--shadow-lg); }
.peru-map-card::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 42px 42px; }
.map-caption { position: absolute; z-index: 4; top: 25px; left: 25px; display: flex; align-items: center; gap: 12px; padding: 11px 14px; background: rgba(5,27,17,.74); border: 1px solid rgba(255,255,255,.16); border-radius: 5px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.peru-map { position: absolute; inset: 62px 28px 66px; }
.peru-map-svg { position: relative; z-index: 2; width: 100%; height: 100%; overflow: visible; }
.peru-outline { fill: url(#peru-fill); stroke: rgba(255,255,255,.28); stroke-width: 1.6; vector-effect: non-scaling-stroke; filter: drop-shadow(0 22px 25px rgba(0,0,0,.28)); }
.peru-coastal-route { fill: none; stroke: rgba(255,255,255,.8); stroke-width: 2.2; stroke-linecap: round; stroke-dasharray: 5 8; vector-effect: non-scaling-stroke; }
.peru-marker .marker-halo { fill: rgba(245,158,11,.28); stroke: rgba(255,255,255,.18); stroke-width: 1; }
.peru-marker .marker-core { fill: var(--orange); stroke: white; stroke-width: 3; vector-effect: non-scaling-stroke; }
.peru-label { fill: rgba(8,49,29,.44); font: 900 27px/1 "Montserrat", sans-serif; letter-spacing: .14em; text-anchor: middle; transform: rotate(-8deg); transform-origin: 230px 337px; }
.map-route { position: absolute; z-index: 1; border: 1px dashed rgba(255,255,255,.18); border-radius: 50%; }
.route-one { width: 410px; height: 410px; left: 50%; top: 49%; transform: translate(-50%, -50%); }
.route-two { width: 520px; height: 520px; left: 50%; top: 49%; transform: translate(-50%, -50%); }
.map-foot { position: absolute; z-index: 3; left: 25px; right: 25px; bottom: 22px; display: flex; align-items: end; justify-content: space-between; }
.map-foot strong { color: var(--green-light); font: 800 20px/1 "Montserrat", sans-serif; letter-spacing: .18em; }
.map-foot span { color: rgba(255,255,255,.55); font-size: 10px; }
.coverage-copy > .section-lead { margin-bottom: 31px; }
.load-points { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.load-points > div { display: flex; align-items: center; gap: 13px; min-height: 68px; padding: 11px 13px; background: white; border: 1px solid var(--line); }
.load-points > div > span { display: grid; place-items: center; flex: 0 0 auto; width: 34px; height: 34px; color: white; background: var(--forest); font: 800 9px/1 "Montserrat", sans-serif; }
.load-points p, .load-points strong, .load-points small { display: block; margin: 0; }
.load-points strong { color: var(--charcoal); font-size: 12px; line-height: 1.3; }
.load-points small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.coverage-note { display: flex; align-items: flex-start; gap: 10px; margin: 24px 0 0; padding: 17px 18px; color: #566159; background: #edf2ec; border-left: 3px solid var(--green); font-size: 11px; line-height: 1.6; }
.coverage-note svg { flex: 0 0 auto; color: var(--forest); margin-top: 1px; }

.insurance { color: white; background: var(--charcoal); }
.insurance-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.insurance-heading > p { margin: 0 0 5px; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.65; }
.insurance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.insurance-grid article { position: relative; overflow: hidden; min-height: 260px; padding: 36px; background: #30383a; border: 1px solid rgba(255,255,255,.12); }
.insurance-grid article::after { content: ""; position: absolute; width: 140px; height: 140px; right: -68px; bottom: -70px; border: 1px solid rgba(167,216,120,.22); border-radius: 50%; box-shadow: 0 0 0 32px rgba(167,216,120,.03); }
.insurance-mark { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 30px; color: var(--forest-deep); background: var(--green-light); }
.insurance-grid small { color: var(--green-light); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.insurance-grid h3 { margin: 8px 0 12px; font: 760 28px/1.2 "Montserrat", sans-serif; }
.insurance-grid p { max-width: 460px; margin: 0; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.65; }
.insurance-disclaimer { margin: 24px 0 0; color: rgba(255,255,255,.43); font-size: 10px; line-height: 1.6; }

.references-band { padding: 96px 0; color: white; background: var(--forest); }
.references-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; }
.references-heading h2 { max-width: 700px; margin: 0; font: 750 clamp(36px, 4vw, 52px)/1.08 "Montserrat", sans-serif; letter-spacing: -.04em; text-wrap: balance; }
.references-heading > p { margin: 0 0 4px; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.7; }
.reference-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 46px; overflow: hidden; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); }
.reference-grid span { position: relative; display: flex; align-items: center; min-height: 82px; padding: 20px 24px 20px 48px; background: rgba(8,47,29,.62); font: 700 13px/1.45 "Montserrat", sans-serif; }
.reference-grid span::before { content: ""; position: absolute; left: 24px; width: 8px; height: 8px; background: var(--green-light); box-shadow: 0 0 0 5px rgba(167,216,120,.1); }
.references-foot { display: flex; align-items: center; justify-content: space-between; gap: 34px; margin-top: 25px; }
.references-foot p { margin: 0; color: rgba(255,255,255,.56); font-size: 11px; line-height: 1.6; }
.references-foot a { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; color: var(--green-light); font-size: 12px; font-weight: 800; }

.quote { background: #edf1ec; }
.quote-layout { display: grid; grid-template-columns: .67fr 1.33fr; gap: 72px; align-items: start; }
.quote-intro { position: sticky; top: 122px; }
.quote-intro > p:not(.eyebrow) { margin: 25px 0 31px; color: var(--muted); font-size: 16px; line-height: 1.72; }
.quote-benefits { display: grid; gap: 14px; }
.quote-benefits > div { display: flex; align-items: center; gap: 14px; }
.quote-benefits > div > span { display: grid; place-items: center; flex: 0 0 auto; width: 47px; height: 47px; color: var(--forest); background: white; border: 1px solid var(--line); }
.quote-benefits p, .quote-benefits strong, .quote-benefits small { display: block; margin: 0; }
.quote-benefits strong { margin-bottom: 4px; color: var(--charcoal); font-size: 13px; }
.quote-benefits small { color: var(--muted); font-size: 10px; line-height: 1.4; }
.direct-contact { margin-top: 30px; padding: 19px 20px; color: white; background: var(--forest); }
.direct-contact small { display: block; margin-bottom: 10px; color: var(--green-light); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.direct-contact a { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; }
.quote-form { padding: 34px; background: white; border-top: 5px solid var(--green); box-shadow: var(--shadow-lg); }
.form-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 27px; padding-bottom: 19px; border-bottom: 1px solid var(--line); }
.form-heading span { color: var(--forest); font: 750 18px/1.3 "Montserrat", sans-serif; }
.form-heading small { color: var(--muted); font-size: 9px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px 17px; }
.form-grid label { display: grid; gap: 8px; color: #39433d; font-size: 11px; font-weight: 750; }
.form-grid .form-wide { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 48px; padding: 12px 13px; color: var(--charcoal); background: #fafbf9; border: 1px solid #ced7cf; border-radius: 3px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; font-size: 13px; }
.form-grid textarea { min-height: 112px; resize: vertical; line-height: 1.5; }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: #949d96; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(96,184,75,.13); }
.privacy-check { display: flex; align-items: flex-start; gap: 10px; margin: 22px 0 19px; color: var(--muted); font-size: 10px; line-height: 1.55; }
.privacy-check input { width: 17px; height: 17px; margin: 0; accent-color: var(--forest); flex: 0 0 auto; }
.privacy-check a { color: var(--forest); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.form-message { margin: 0 0 17px; padding: 13px 14px; border-left: 3px solid; font-size: 11px; line-height: 1.5; }
.form-message.success { color: #14532d; background: #edf8ef; border-color: #22c55e; }
.form-message.error { color: #7f1d1d; background: #fff1f2; border-color: #ef4444; }
.form-submit { width: 100%; border: 0; cursor: pointer; }
.form-submit:disabled { cursor: wait; opacity: .7; transform: none; }
.form-security { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 13px 0 0; color: #7b857e; font-size: 9px; }
.form-security svg { color: var(--forest); }

.contact { color: white; background: var(--forest-deep); }
.contact-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; align-items: end; margin-bottom: 45px; }
.contact-heading > p { margin: 0 0 5px; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.65; }
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.13); }
.contact-grid > * { min-width: 0; min-height: 230px; padding: 29px 24px; border-right: 1px solid rgba(255,255,255,.13); transition: background .2s ease; }
.contact-grid > *:last-child { border: 0; }
.contact-grid > a:hover { background: rgba(255,255,255,.055); }
.contact-grid > * > span { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 27px; color: var(--forest-deep); background: var(--green-light); }
.contact-grid small, .contact-grid strong, .contact-grid em { display: block; }
.contact-grid small { margin-bottom: 9px; color: rgba(255,255,255,.46); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-grid strong { overflow-wrap: anywhere; font: 680 15px/1.5 "Montserrat", sans-serif; }
.contact-grid em { margin-top: 20px; color: var(--green-light); font-size: 10px; font-style: normal; font-weight: 800; }
.location-note { display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin: 18px 0 0; color: rgba(255,255,255,.4); font-size: 9px; }

.site-footer { padding: 76px 0 0; color: white; background: #071d13; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .55fr .72fr 1fr; gap: 55px; padding-bottom: 55px; }
.footer-brand .brand { margin-bottom: 20px; }
.footer-brand .brand span { display: flex; }
.footer-brand > p { max-width: 330px; margin: 0 0 18px; color: rgba(255,255,255,.52); font-size: 12px; line-height: 1.7; }
.footer-ruc { color: var(--green-light); font-size: 11px; letter-spacing: .08em; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-column h3 { margin: 5px 0 12px; color: var(--green-light); font: 750 12px/1.2 "Montserrat", sans-serif; text-transform: uppercase; letter-spacing: .11em; }
.footer-column a, .footer-column p { margin: 0; color: rgba(255,255,255,.54); font-size: 11px; line-height: 1.55; }
.footer-column a:hover { color: white; }
.footer-contact a, .footer-contact p { overflow-wrap: anywhere; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 76px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p, .footer-bottom a { color: rgba(255,255,255,.42); font-size: 9px; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 20px; }
.footer-bottom a:hover { color: white; }

.legal-page { min-height: 100vh; color: var(--charcoal); background: var(--warm-white); }
.legal-header { height: 92px; background: var(--forest-deep); color: white; }
.legal-header .container { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.legal-brand { display: flex; align-items: center; gap: 11px; font: 700 11px/1.25 "Montserrat", sans-serif; letter-spacing: .07em; }
.legal-brand img { width: 47px; height: 60px; object-fit: contain; padding: 0; background: transparent; filter: drop-shadow(0 4px 9px rgba(0,0,0,.16)); }
.legal-brand strong { color: var(--green-light); font-size: 13px; }
.legal-back { padding: 11px 15px; border: 1px solid rgba(255,255,255,.25); border-radius: 4px; font-size: 11px; font-weight: 750; }
.legal-content { max-width: 860px; padding-top: 90px; padding-bottom: 110px; }
.legal-content h1 { max-width: 760px; margin: 0; color: var(--forest-deep); font: 760 clamp(43px, 6vw, 68px)/1.04 "Montserrat", sans-serif; letter-spacing: -.045em; }
.legal-updated { margin: 17px 0 32px; color: var(--muted); font-size: 11px; }
.legal-lead { margin: 0 0 55px; padding: 25px 28px; color: #425048; background: white; border-left: 4px solid var(--green); box-shadow: var(--shadow-sm); font-size: 16px; line-height: 1.75; }
.legal-content section { padding: 30px 0; border-top: 1px solid var(--line); }
.legal-content section h2 { margin: 0 0 14px; color: var(--forest); font: 750 20px/1.35 "Montserrat", sans-serif; }
.legal-content section p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.legal-content section a { color: var(--forest); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }

.floating-whatsapp { position: fixed; z-index: 80; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; padding: 13px 18px; color: white; background: #15803d; border-radius: 999px; box-shadow: 0 12px 34px rgba(5,56,27,.28); font-size: 13px; font-weight: 800; }

@keyframes rise-in { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 5px rgba(167,216,120,.13); } 50% { box-shadow: 0 0 0 10px rgba(167,216,120,0); } }
@keyframes route-flow { to { stroke-dashoffset: -72; } }

@media (max-width: 1080px) {
  .desktop-nav { gap: 16px; }
  .desktop-nav a { font-size: 13px; }
  .brand { min-width: 210px; }
  .brand span { display: none; }
  .about-grid { gap: 55px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: .9fr 1.1fr; }
  .service-card:last-child .service-image { height: 100%; }
  .tracking-grid { gap: 42px; }
  .tracking-copy ul { grid-template-columns: 1fr; }
  .coverage-grid { gap: 52px; }
  .reference-grid { grid-template-columns: repeat(2, 1fr); }
  .quote-layout { gap: 42px; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid > *:nth-child(2) { border-right: 0; }
  .contact-grid > *:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .footer-grid { grid-template-columns: 1.2fr .7fr .8fr; }
  .footer-contact { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); align-items: start; }
  .footer-contact h3 { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 34px, 680px); }
  .section { padding: 88px 0; }
  .site-header { height: 76px; }
  .brand { min-width: auto; flex: 1; }
  .brand img { width: 43px; height: 55px; }
  .brand span { display: flex; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: inline-grid; place-items: center; }
  .mobile-menu { display: block; position: fixed; inset: 76px 0 0; padding: 22px 17px 32px; background: rgba(11,45,29,.98); color: white; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .23s ease; }
  .mobile-menu.is-open { opacity: 1; visibility: visible; transform: none; }
  .mobile-menu nav { max-width: 680px; margin: 0 auto; }
  .mobile-menu nav > a { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; padding: 18px 8px; border-bottom: 1px solid rgba(255,255,255,.13); font: 700 20px/1.2 "Montserrat", sans-serif; }
  .mobile-menu nav > a span { color: var(--green-light); font: 750 10px/1 "Montserrat", sans-serif; }
  .mobile-menu .mobile-quote, .mobile-menu .mobile-whatsapp { display: flex; justify-content: center; gap: 9px; margin-top: 16px; border: 0; border-radius: 6px; padding: 16px; background: var(--green); color: #0b291a; font-size: 14px; }
  .mobile-menu .mobile-whatsapp { margin-top: 10px; background: transparent; color: white; border: 1px solid rgba(255,255,255,.25); }
  .hero { height: auto; min-height: 820px; }
  .hero-content { min-height: 690px; height: auto; align-items: center; padding: 102px 0 125px; }
  .hero-status { display: none; }
  .hero h1 { font-size: clamp(43px, 10vw, 64px); }
  .hero-facts { grid-template-columns: 1fr 1fr; }
  .hero-facts > div { min-height: 92px; padding: 18px 20px; }
  .hero-facts > div:nth-child(3) { border-top: 1px solid rgba(255,255,255,.13); }
  .hero-facts > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.13); }
  .about-grid { grid-template-columns: 1fr; gap: 64px; }
  .about-visual { max-width: 560px; }
  .split-heading { grid-template-columns: 1fr; gap: 23px; }
  .tracking-grid { grid-template-columns: 1fr; gap: 50px; }
  .tracking-copy { max-width: 620px; }
  .tracking-copy ul { grid-template-columns: 1fr 1fr; }
  .security-layout { grid-template-columns: 1fr; gap: 48px; }
  .security-intro, .quote-intro { position: static; }
  .security-intro { max-width: 650px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid::before { display: none; }
  .coverage-grid { grid-template-columns: 1fr; gap: 58px; }
  .peru-map-card { width: min(100%, 560px); min-height: 620px; }
  .insurance-heading, .contact-heading { grid-template-columns: 1fr; gap: 23px; }
  .references-heading { grid-template-columns: 1fr; gap: 22px; }
  .quote-layout { grid-template-columns: 1fr; gap: 50px; }
  .quote-intro { max-width: 620px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: auto; display: flex; }
}

@media (max-width: 600px) {
  .container { width: calc(100% - 28px); }
  .section { padding: 74px 0; }
  .brand strong { font-size: 10px; }
  .brand b { font-size: 12px; }
  .hero { min-height: 900px; }
  .hero-content { min-height: 694px; padding-bottom: 120px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(38px, 12.4vw, 53px); line-height: 1.03; }
  .hero-lead { margin-top: 22px; font-size: 16px; line-height: 1.58; }
  .hero-actions { margin-top: 29px; }
  .hero-actions .button { width: 100%; }
  .hero-facts > div { padding: 16px 12px; gap: 10px; }
  .hero-facts svg { width: 19px; }
  .hero-facts strong { font-size: 8px; }
  .hero-facts span { font-size: 11px; }
  .about-visual { padding-right: 18px; padding-bottom: 38px; }
  .ruc-card { min-width: 218px; padding: 17px 19px; }
  .about-copy h2, .section-heading h2 { font-size: 35px; }
  .section-lead { font-size: 15.5px; line-height: 1.72; }
  .purpose-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; display: block; }
  .service-card:last-child .service-image { height: 250px; }
  .service-body h3, .service-body > p:not(.service-eyebrow), .service-body ul { min-height: 0; }
  .service-body > p:not(.service-eyebrow) { margin-bottom: 19px; }
  .service-body ul { margin-bottom: 24px; }
  .tracking-copy h2, .insurance-heading h2, .contact-heading h2, .security-intro h2, .coverage-copy h2, .quote-intro h2 { font-size: 35px; }
  .tracking-copy ul { grid-template-columns: 1fr; }
  .monitor-head small { display: none; }
  .monitor-stage { height: 300px; }
  .unit-marker { left: 30%; }
  .monitor-stats div { padding: 12px 10px; }
  .monitor-stats small { font-size: 7px; }
  .monitor-stats strong { font-size: 10px; }
  .security-list, .training-content { grid-template-columns: 1fr; }
  .training-accordion summary { padding-inline: 18px; }
  .training-accordion summary > span { font-size: 13px; }
  .process-grid { grid-template-columns: 1fr; gap: 6px; }
  .process-grid article { display: grid; grid-template-columns: 68px 1fr; column-gap: 17px; padding: 0 0 24px; }
  .process-top { grid-row: 1 / 3; margin: 0; }
  .process-top i { display: none; }
  .process-grid h3 { align-self: end; margin-bottom: 7px; }
  .peru-map-card { min-height: 540px; }
  .peru-map { inset-inline: 12px; }
  .peru-map-svg { max-width: 360px; margin-inline: auto; }
  .route-one { width: 330px; height: 330px; }
  .route-two { width: 440px; height: 440px; }
  .map-foot span { max-width: 150px; text-align: right; }
  .load-points { grid-template-columns: 1fr; }
  .insurance-grid { grid-template-columns: 1fr; }
  .insurance-grid article { padding: 29px; }
  .references-band { padding: 72px 0; }
  .reference-grid { grid-template-columns: 1fr; margin-top: 34px; }
  .reference-grid span { min-height: 70px; }
  .references-foot { align-items: flex-start; flex-direction: column; }
  .quote-form { padding: 25px 20px; }
  .form-heading { display: grid; gap: 7px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .form-wide { grid-column: auto; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid > * { min-height: 195px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .contact-grid > *:nth-child(2) { border-right: 0; }
  .contact-grid > *:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .contact-grid > *:last-child { border-bottom: 0; }
  .location-note { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-contact { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 22px 0; }
  .legal-header { height: 78px; }
  .legal-brand span { display: none; }
  .legal-content { padding-top: 68px; padding-bottom: 80px; }
  .legal-lead { padding: 21px 19px; font-size: 14px; }
  .floating-whatsapp { right: 14px; bottom: 14px; width: 52px; height: 52px; justify-content: center; padding: 0; }
  .floating-whatsapp span { display: none; }
}

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