:root {
  --navy-950: #030b23;
  --navy-900: #06143c;
  --navy-850: #081b4e;
  --navy-800: #0a2a79;
  --blue-600: #1668e8;
  --blue-500: #2f7cff;
  --blue-300: #77afff;
  --ink: #0a1530;
  --muted: #60708e;
  --line: #dce5f3;
  --surface: #f4f7fc;
  --white: #ffffff;
  --green: #25d366;
  --shadow: 0 24px 70px rgba(4, 20, 60, .14);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--white);
  background: var(--blue-600);
  transform: translateY(-160%);
}

.skip-link:focus { transform: none; }

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: rgba(3, 11, 35, .72);
  backdrop-filter: blur(18px);
  transition: background .25s ease, box-shadow .25s ease;
}

.site-header.scrolled {
  background: rgba(3, 11, 35, .96);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .18);
}

.nav-shell {
  width: min(calc(100% - 48px), 1320px);
  min-height: 84px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand { flex: 0 0 auto; width: 262px; }
.brand img { width: 100%; height: auto; }

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 27px;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  font-weight: 650;
}

.nav-menu > a:not(.button) { position: relative; transition: color .2s ease; }
.nav-menu > a:not(.button):hover { color: var(--white); }
.nav-menu > a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: var(--blue-500);
  transition: right .2s ease;
}
.nav-menu > a:not(.button):hover::after { right: 0; }

.nav-instagram { display: inline-flex; align-items: center; gap: 8px; }
.nav-instagram svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.nav-instagram .fill-dot { fill: currentColor; stroke: none; }

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  border-radius: 2px;
  background: var(--white);
  transition: .25s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--white);
  background: var(--blue-600);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(22, 104, 232, .28); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid var(--blue-300); outline-offset: 3px; }
.button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button-small { min-height: 44px; padding-inline: 20px; }
.button-large { min-height: 58px; padding-inline: 28px; }

.button-whatsapp { background: var(--green); color: #062915; }
.button-whatsapp:hover { background: #36df74; box-shadow: 0 13px 30px rgba(37, 211, 102, .22); }
.button-whatsapp svg { fill: currentColor; stroke: none; }

.button-outline {
  border-color: rgba(255, 255, 255, .44);
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(10px);
}
.button-outline:hover { background: rgba(255,255,255,.14); box-shadow: none; }

.button-light { color: var(--navy-900); background: var(--white); }
.button-light:hover { box-shadow: 0 14px 32px rgba(0,0,0,.18); }

.hero {
  position: relative;
  min-height: 790px;
  display: grid;
  align-items: center;
  color: var(--white);
  background: var(--navy-950);
  isolation: isolate;
}

.hero-media, .hero-overlay { position: absolute; inset: 0; z-index: -2; }
.hero-media {
  background-image: url("assets/hero-workshop.webp");
  background-position: center;
  background-size: cover;
  transform: scale(1.01);
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 11, 35, .99) 0%, rgba(3, 11, 35, .88) 39%, rgba(3, 11, 35, .34) 70%, rgba(3, 11, 35, .16) 100%),
    linear-gradient(0deg, rgba(3, 11, 35, .82) 0%, transparent 36%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 84px auto 0 52%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.18), transparent);
  z-index: 0;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 345px;
  align-items: center;
  gap: 88px;
  padding-top: 126px;
  padding-bottom: 94px;
}

.hero-copy { max-width: 760px; }

.eyebrow {
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--blue-300);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.eyebrow span { width: 32px; height: 2px; background: currentColor; }
.eyebrow-blue { color: var(--blue-600); }

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3rem, 6.3vw, 6.2rem);
  font-weight: 900;
  line-height: .96;
  letter-spacing: -.065em;
  text-wrap: balance;
}

.hero-lead {
  max-width: 630px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.77);
  font-size: clamp(1.05rem, 1.65vw, 1.25rem);
  line-height: 1.65;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 38px; }
.hero-note { margin-top: 22px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.67); font-size: 14px; }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(37,211,102,.12); }

.hero-panel {
  align-self: end;
  margin-bottom: 42px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 24px;
  background: rgba(4, 15, 48, .74);
  box-shadow: 0 25px 70px rgba(0,0,0,.27);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.panel-kicker { margin: 0; padding: 24px 26px 16px; color: var(--blue-300); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.hero-panel ul { margin: 0; padding: 0 26px 24px; list-style: none; }
.hero-panel li { padding: 13px 0; display: flex; gap: 15px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); font-weight: 700; }
.hero-panel li:last-child { border-bottom: 0; }
.hero-panel li span { color: var(--blue-300); font-size: 12px; font-weight: 800; }
.hero-panel > a { display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 19px 26px; color: var(--white); background: var(--blue-600); }
.hero-panel > a span { grid-column: 1; font-size: 12px; opacity: .75; }
.hero-panel > a strong { grid-column: 1; font-size: 17px; }
.hero-panel > a svg { grid-column: 2; grid-row: 1 / 3; width: 24px; fill: none; stroke: currentColor; stroke-width: 2; }

.hero-scroll { position: absolute; left: 50%; bottom: 25px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.55); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transform: translateX(-50%); }
.hero-scroll span { position: relative; width: 28px; height: 42px; border: 1px solid rgba(255,255,255,.35); border-radius: 20px; }
.hero-scroll span::after { content: ""; position: absolute; top: 8px; left: 50%; width: 3px; height: 7px; border-radius: 3px; background: var(--white); transform: translateX(-50%); animation: scrollDot 1.7s infinite; }
@keyframes scrollDot { 0% { opacity: 0; transform: translate(-50%, 0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 14px); } }

.trust-bar { position: relative; z-index: 2; border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { min-height: 122px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid > div { min-height: 56px; padding: 0 38px; display: grid; align-content: center; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { display: block; margin-bottom: 2px; color: var(--navy-900); font-size: 17px; }
.trust-grid span { color: var(--muted); font-size: 14px; }

.section { padding: 120px 0; }
.section-heading { margin-bottom: 48px; display: grid; grid-template-columns: minmax(0, 1fr) 440px; gap: 48px; align-items: end; }
.section-heading .eyebrow { margin-bottom: 17px; }
.section-heading h2, .about-copy h2, .location h2 {
  margin: 0;
  color: var(--navy-900);
  font-size: clamp(2.3rem, 4.3vw, 4.4rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -.05em;
  text-wrap: balance;
}
.section-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 17px; line-height: 1.75; }

.services { background: var(--surface); }
.rescue-card { position: relative; min-height: 430px; margin-bottom: 18px; display: flex; align-items: center; border-radius: var(--radius-lg); color: var(--white); background: var(--navy-950); box-shadow: 0 20px 48px rgba(4,20,60,.16); overflow: hidden; isolation: isolate; }
.rescue-card > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 64% center; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.rescue-card:hover > img { transform: scale(1.035); }
.rescue-card-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3,11,35,.98) 0%, rgba(3,11,35,.88) 42%, rgba(3,11,35,.28) 78%, rgba(3,11,35,.12) 100%); }
.rescue-card-content { width: min(620px, 62%); padding: 46px; }
.rescue-label { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 17px; color: var(--blue-300); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.rescue-label i { width: 9px; height: 9px; border-radius: 50%; background: #ffbf3f; box-shadow: 0 0 0 6px rgba(255,191,63,.14); }
.rescue-card h3 { max-width: 590px; margin: 0; font-size: clamp(2rem, 3.7vw, 3.7rem); line-height: 1.02; letter-spacing: -.05em; }
.rescue-card p { max-width: 540px; margin: 18px 0 27px; color: rgba(255,255,255,.75); font-size: 17px; line-height: 1.65; }
.rescue-card .button { width: fit-content; }
.service-feature-grid { display: grid; grid-template-columns: 1.18fr .82fr; grid-template-rows: repeat(2, minmax(290px, 360px)); gap: 18px; }
.service-feature { position: relative; min-height: 300px; border-radius: var(--radius-lg); overflow: hidden; color: var(--white); background: var(--navy-900); box-shadow: 0 16px 38px rgba(4,20,60,.12); }
.service-wide { grid-row: 1 / 3; }
.service-feature img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.service-feature:hover img { transform: scale(1.045); }
.service-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 24%, rgba(3,11,35,.88) 100%); }
.service-wide .service-shade { background: linear-gradient(90deg, rgba(3,11,35,.82), transparent 70%), linear-gradient(0deg, rgba(3,11,35,.86), transparent 55%); }
.service-content { position: absolute; inset: auto 0 0; padding: 30px; }
.service-wide .service-content { max-width: 560px; padding: 42px; }
.service-number { display: inline-grid; place-items: center; width: 42px; height: 27px; margin-bottom: 13px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; color: var(--blue-300); font-size: 11px; font-weight: 850; }
.service-content h3 { max-width: 540px; margin: 0; font-size: clamp(1.45rem, 2.4vw, 2.15rem); line-height: 1.08; letter-spacing: -.035em; }
.service-wide .service-content h3 { font-size: clamp(2rem, 3.2vw, 3rem); }
.service-content p { max-width: 480px; margin: 12px 0 0; color: rgba(255,255,255,.75); line-height: 1.55; }
.service-content a { margin-top: 18px; display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 800; }
.service-content a span { color: var(--blue-300); font-size: 18px; }

.service-list { margin-top: 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-list article { min-height: 160px; display: flex; gap: 20px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-list article:hover { transform: translateY(-4px); border-color: #bfd4f4; box-shadow: 0 16px 38px rgba(4,20,60,.08); }
.service-icon { flex: 0 0 auto; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--blue-600); background: #e9f1ff; }
.service-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-list article:last-child .service-icon svg { fill: currentColor; stroke: none; }
.service-list h3 { margin: 1px 0 6px; color: var(--navy-900); font-size: 18px; line-height: 1.25; }
.service-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 92px; align-items: center; }
.about-visual { position: relative; }
.about-visual::before { content: ""; position: absolute; inset: 24px -24px -24px 24px; z-index: 0; border-radius: var(--radius-lg); background: #dfeafb; }
.about-visual img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/4.2; border-radius: var(--radius-lg); object-fit: cover; object-position: 70% center; box-shadow: var(--shadow); }
.about-badge { position: absolute; right: -34px; bottom: 34px; z-index: 2; width: 150px; height: 150px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 8px solid var(--white); border-radius: 50%; color: var(--white); background: var(--blue-600); box-shadow: 0 16px 40px rgba(7,27,77,.25); }
.about-badge strong { font-size: 44px; line-height: 1; }
.about-badge span { font-size: 12px; font-weight: 800; line-height: 1.25; letter-spacing: .04em; text-transform: uppercase; }
.about-copy > p:not(.eyebrow) { margin: 26px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.guarantee-note { margin-top: 24px; display: flex; gap: 15px; align-items: center; padding: 17px 19px; border: 1px solid #cfe0f8; border-radius: 15px; background: #f2f7ff; }
.guarantee-note svg { flex: 0 0 auto; width: 35px; height: 35px; fill: none; stroke: var(--blue-600); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.guarantee-note strong, .guarantee-note span { display: block; }
.guarantee-note strong { color: var(--navy-900); }
.guarantee-note span { margin-top: 1px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.steps { margin: 32px 0; padding: 0; list-style: none; }
.steps li { display: flex; gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.steps li > span { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: var(--blue-600); background: #eaf2ff; font-size: 13px; font-weight: 850; }
.steps strong { display: block; color: var(--navy-900); font-size: 16px; }
.steps small { display: block; margin-top: 2px; color: var(--muted); font-size: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-600); font-weight: 850; }
.text-link svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(5px); }

.location { color: var(--white); background: var(--navy-900); }
.location-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 70px; align-items: center; }
.location h2 { color: var(--white); }
.location-copy > p:not(.eyebrow) { max-width: 470px; margin: 24px 0 30px; color: rgba(255,255,255,.7); font-size: 17px; }
.contact-lines { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); }
.contact-lines a, .contact-lines > div { display: block; padding: 11px 0; }
.contact-lines span { display: block; color: rgba(255,255,255,.5); font-size: 12px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.contact-lines strong { display: block; margin-top: 2px; font-size: 17px; }
.map-frame { position: relative; min-height: 490px; border: 8px solid rgba(255,255,255,.08); border-radius: var(--radius-lg); background: #cfd8e6; overflow: hidden; box-shadow: 0 25px 65px rgba(0,0,0,.25); }
.map-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.8) contrast(1.04); }
.map-frame > a { position: absolute; right: 18px; bottom: 18px; z-index: 2; padding: 11px 17px; border-radius: 999px; color: var(--navy-900); background: var(--white); box-shadow: 0 8px 24px rgba(0,0,0,.16); font-size: 13px; font-weight: 850; }

.cta-band { padding: 66px 0; color: var(--white); background: var(--blue-600); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.cta-inner p { margin: 0 0 5px; color: rgba(255,255,255,.75); font-weight: 700; }
.cta-inner h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.05; letter-spacing: -.045em; }

.site-footer { padding: 60px 0 26px; color: rgba(255,255,255,.62); background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 280px 1fr auto; gap: 50px; align-items: center; }
.footer-brand { display: block; width: 265px; }
.footer-grid p { max-width: 500px; margin: 0; font-size: 14px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; color: var(--white); font-size: 14px; font-weight: 750; }
.footer-links a:hover { color: var(--blue-300); }
.footer-bottom { margin-top: 38px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; }

.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 5px solid var(--white);
  border-radius: 50%;
  color: #062915;
  background: var(--green);
  box-shadow: 0 14px 34px rgba(0,0,0,.24);
  transition: transform .2s ease;
}
.floating-whatsapp:hover { transform: scale(1.07); }
.floating-whatsapp svg { width: 29px; fill: currentColor; }
.mobile-actions { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Logo concepts */
.logo-page { min-height: 100vh; color: var(--white); background: var(--navy-950); }
.logo-hero { padding: 72px 0 62px; background: radial-gradient(circle at 80% 10%, rgba(47,124,255,.25), transparent 32%), var(--navy-950); }
.back-link { display: inline-block; margin-bottom: 58px; color: var(--blue-300); font-size: 14px; font-weight: 750; }
.logo-hero h1 { max-width: 900px; margin: 0; font-size: clamp(2.6rem, 6vw, 5.5rem); line-height: .98; letter-spacing: -.06em; }
.logo-hero > .container > p:last-child { max-width: 760px; margin: 28px 0 0; color: rgba(255,255,255,.67); font-size: 18px; }
.logo-gallery { padding: 28px 0 100px; }
.logo-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.logo-card { position: relative; padding: 18px 18px 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.055); }
.logo-card.recommended { border-color: rgba(47,124,255,.7); box-shadow: 0 20px 70px rgba(22,104,232,.15); }
.logo-card-head { min-height: 34px; padding: 0 4px 12px; display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.5); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.logo-card-head em { padding: 5px 9px; border-radius: 999px; color: var(--blue-300); background: rgba(47,124,255,.14); font-style: normal; letter-spacing: .04em; }
.logo-stage { min-height: 220px; display: grid; place-items: center; padding: 28px; border-radius: 16px; background: linear-gradient(135deg, #06143c, #0b2a78); overflow: hidden; }
.logo-stage img { width: 100%; height: auto; }
.logo-card h2 { margin: 25px 6px 8px; font-size: 25px; }
.logo-card p { margin: 0 6px; color: rgba(255,255,255,.63); font-size: 15px; }
.logo-card ul { margin: 22px 6px 0; padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.1); list-style: none; }
.logo-card li { position: relative; margin-top: 7px; padding-left: 18px; color: rgba(255,255,255,.76); font-size: 14px; }
.logo-card li::before { content: ""; position: absolute; left: 0; top: .7em; width: 6px; height: 6px; border-radius: 50%; background: var(--blue-500); }
.logo-next { padding: 60px 0 90px; text-align: center; background: var(--navy-900); }
.logo-next p { max-width: 740px; margin: 0 auto 27px; color: rgba(255,255,255,.7); font-size: 17px; }

@media (max-width: 1080px) {
  .nav-menu { gap: 18px; }
  .nav-menu > a:not(.button):not(.nav-instagram) { display: none; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) 310px; gap: 48px; }
  .about-grid { gap: 58px; }
  .logo-cards { grid-template-columns: 1fr; max-width: 780px; }
  .logo-stage { min-height: 250px; }
}

@media (max-width: 820px) {
  .container, .nav-shell { width: min(calc(100% - 32px), var(--container)); }
  .nav-shell { min-height: 72px; }
  .brand { width: 218px; }
  .menu-toggle { display: block; }
  .nav-menu {
    position: fixed;
    inset: 72px 0 auto;
    height: calc(100vh - 72px);
    padding: 42px 24px 110px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    color: var(--white);
    background: rgba(3,11,35,.99);
    transform: translateX(100%);
    visibility: hidden;
    transition: transform .28s ease, visibility .28s;
  }
  .nav-menu.open { transform: none; visibility: visible; }
  .nav-menu > a:not(.button):not(.nav-instagram), .nav-menu > a.nav-instagram { display: flex; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 18px; }
  .nav-menu > a::after { display: none; }
  .nav-menu .button { margin-top: 26px; }

  .hero { min-height: auto; }
  .hero::before { display: none; }
  .hero-media { background-position: 68% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(3,11,35,.96), rgba(3,11,35,.62)), linear-gradient(0deg, rgba(3,11,35,.96), transparent 60%); }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; padding-top: 145px; padding-bottom: 105px; }
  .hero-copy { max-width: 680px; }
  .hero-panel { align-self: auto; margin: 0; max-width: 470px; }
  .hero-scroll { display: none; }
  .hero h1 { font-size: clamp(3rem, 11vw, 5.3rem); }

  .trust-grid { grid-template-columns: 1fr; padding: 20px 0; }
  .trust-grid > div, .trust-grid > div:first-child { min-height: auto; padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section { padding: 86px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading > p { max-width: 640px; }
  .service-feature-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .rescue-card-content { width: 72%; }
  .service-feature, .service-wide { min-height: 440px; grid-row: auto; }
  .service-content, .service-wide .service-content { padding: 30px; }
  .service-list { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 70px; }
  .about-visual { max-width: 620px; }
  .about-badge { right: -10px; }
  .location-grid { grid-template-columns: 1fr; gap: 50px; }
  .map-frame { min-height: 430px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .footer-links { flex-direction: row; align-items: center; flex-wrap: wrap; gap: 18px; }
}

@media (max-width: 560px) {
  .container, .nav-shell { width: min(calc(100% - 28px), var(--container)); }
  .brand { width: 196px; }
  .hero-grid { padding-top: 126px; padding-bottom: 70px; }
  .hero h1 { font-size: clamp(2.8rem, 14.5vw, 4.4rem); line-height: .96; }
  .hero-lead { margin-top: 23px; font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; margin-top: 30px; }
  .button { width: 100%; min-height: 55px; }
  .hero-note { font-size: 13px; }
  .hero-panel { margin-top: 3px; }
  .panel-kicker { padding: 21px 22px 12px; }
  .hero-panel ul { padding: 0 22px 18px; }
  .hero-panel > a { padding: 17px 22px; }
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2, .about-copy h2, .location h2 { font-size: clamp(2.2rem, 11.5vw, 3.4rem); }
  .service-feature, .service-wide { min-height: 390px; }
  .rescue-card { min-height: 500px; align-items: flex-end; }
  .rescue-card > img { object-position: 67% center; }
  .rescue-card-overlay { background: linear-gradient(0deg, rgba(3,11,35,.98) 0%, rgba(3,11,35,.77) 56%, rgba(3,11,35,.14) 100%); }
  .rescue-card-content { width: 100%; padding: 26px 23px 28px; }
  .rescue-card h3 { font-size: 2.25rem; }
  .rescue-card p { margin: 14px 0 22px; font-size: 15px; }
  .rescue-card .button { width: 100%; }
  .service-feature img { object-position: center; }
  .service-content, .service-wide .service-content { padding: 24px; }
  .service-content p { font-size: 14px; }
  .service-list article { min-height: auto; padding: 23px 20px; }
  .about-grid { gap: 58px; }
  .about-visual::before { inset: 14px -8px -14px 14px; }
  .about-badge { right: -4px; bottom: 20px; width: 126px; height: 126px; border-width: 6px; }
  .about-badge strong { font-size: 37px; }
  .about-copy > p:not(.eyebrow), .location-copy > p:not(.eyebrow) { font-size: 16px; }
  .map-frame { min-height: 355px; border-width: 5px; }
  .cta-band { padding: 54px 0 62px; }
  .cta-inner .button { width: 100%; }
  .site-footer { padding-bottom: 100px; }
  .footer-brand { width: 230px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 3px; }
  .floating-whatsapp { display: none; }
  .mobile-actions {
    position: fixed;
    inset: auto 0 0;
    z-index: 90;
    display: grid;
    grid-template-columns: 1fr 1.18fr;
    padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(255,255,255,.15);
    background: rgba(3,11,35,.96);
    box-shadow: 0 -10px 35px rgba(0,0,0,.2);
    backdrop-filter: blur(14px);
  }
  .mobile-actions a { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 14px; color: var(--white); font-size: 14px; font-weight: 850; }
  .mobile-actions a + a { margin-left: 8px; }
  .mobile-actions svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
  .mobile-actions .mobile-whatsapp { color: #062915; background: var(--green); }
  .mobile-actions .mobile-whatsapp svg { fill: currentColor; stroke: none; }
  .logo-hero { padding: 36px 0 44px; }
  .back-link { margin-bottom: 42px; }
  .logo-hero h1 { font-size: clamp(2.6rem, 13vw, 4rem); }
  .logo-hero > .container > p:last-child { font-size: 16px; }
  .logo-gallery { padding-bottom: 70px; }
  .logo-stage { min-height: 180px; padding: 13px; }
  .logo-card { padding: 14px 14px 25px; }
  .logo-next .button { width: auto; }
}
