:root {
  --ink: #071f33;
  --muted: #536878;
  --line: #d7e7f2;
  --paper: #f4faff;
  --white: #ffffff;
  --deep: #062a4a;
  --green: #008ee8;
  --gold: #e50919;
  --coral: #00aeef;
  --brand-blue: #008ee8;
  --brand-cyan: #00c6ff;
  --brand-red: #e50919;
  --brand-dark: #071f33;
  --whatsapp: #25d366;
  --whatsapp-deep: #075e54;
  --dock: #e7f4fb;
  --shadow: 0 18px 48px rgba(19, 33, 39, .12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(0, 198, 255, .16), transparent 28%),
    radial-gradient(circle at 88% 36%, rgba(229, 9, 25, .12), transparent 24%),
    linear-gradient(115deg, rgba(255, 255, 255, .9), rgba(244, 250, 255, .92) 48%, rgba(229, 244, 252, .94)),
    var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 1rem;
  z-index: 10;
  background: var(--white);
  padding: .7rem 1rem;
}

.skip-link:focus {
  left: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .86);
  border-bottom: 1px solid rgba(18, 52, 59, .12);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .85rem;
  text-decoration: none;
}

.brand-logo {
  width: 190px;
  height: 50px;
  object-fit: contain;
  object-position: left center;
  padding: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1.02rem;
  color: var(--brand-dark);
}

.brand small {
  color: var(--muted);
  font-size: .76rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.05rem;
  font-size: .95rem;
}

.nav-links a {
  text-decoration: none;
  color: var(--muted);
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--ink);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: .15rem;
  padding: .18rem;
  border: 1px solid rgba(0, 142, 232, .22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .72);
}

.language-switch a {
  min-width: 34px;
  padding: .34rem .42rem;
  border-radius: 6px;
  color: var(--deep);
  font-size: .78rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0;
}

.language-switch a:hover,
.language-switch a[aria-current="page"] {
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-cyan));
  color: var(--white);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  font-size: 1.35rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .78rem 1.1rem;
  border: 1px solid var(--deep);
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--deep), #004f8f);
  color: var(--white);
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  background: linear-gradient(135deg, #041d34, #0072c6);
}

.button.ghost {
  background: transparent;
  color: var(--deep);
}

.button.whatsapp {
  gap: .55rem;
  border-color: var(--whatsapp);
  background: var(--whatsapp);
  color: #062f25;
  box-shadow: 0 14px 30px rgba(37, 211, 102, .3);
}

.button.whatsapp:hover {
  border-color: #1ec45d;
  background: #1ec45d;
}

.button.whatsapp::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23075e54' d='M12 2.75c-5.1 0-9.25 3.88-9.25 8.67 0 1.65.5 3.22 1.38 4.55L3.1 21.25l5.43-1.42a9.8 9.8 0 0 0 3.47.63c5.1 0 9.25-3.88 9.25-8.67S17.1 2.75 12 2.75Zm4.68 12.1c-.2.56-1.18 1.07-1.63 1.13-.43.06-.98.09-1.58-.1-.36-.12-.83-.27-1.43-.52-2.5-1.04-4.14-3.46-4.27-3.62-.13-.17-1.02-1.35-1.02-2.57s.65-1.82.88-2.07c.23-.25.5-.31.67-.31h.48c.15 0 .36-.06.56.42.2.5.7 1.72.76 1.85.06.12.1.27.02.43-.08.17-.12.27-.25.42-.12.15-.26.33-.37.45-.12.12-.25.26-.1.51.15.25.66 1.08 1.42 1.75.97.86 1.78 1.13 2.04 1.25.25.13.4.1.55-.06.17-.18.63-.72.8-.97.17-.25.34-.2.57-.12.23.08 1.47.68 1.72.8.25.13.42.19.48.3.06.13.06.71-.14 1.27Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.button.small {
  min-height: 38px;
  padding: .55rem .8rem;
  color: var(--white);
  box-shadow: 0 8px 22px rgba(0, 142, 232, .18);
}

.button.inline-button {
  width: auto;
}

.hero {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  min-height: calc(94vh - 76px);
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 5.5rem) 0 3rem;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(430px, 1fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.hero::before {
  content: "";
  position: absolute;
  inset: clamp(1rem, 3vw, 2.5rem) calc(50% - 50vw) 0;
  z-index: -2;
  background:
    radial-gradient(circle at 78% 28%, rgba(0, 198, 255, .18), transparent 32%),
    radial-gradient(circle at 88% 52%, rgba(229, 9, 25, .10), transparent 26%),
    linear-gradient(90deg, rgba(244, 250, 255, .98) 0%, rgba(244, 250, 255, .92) 48%, rgba(0, 142, 232, .10) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  bottom: 0;
  z-index: -1;
  height: 1px;
  background: rgba(18, 52, 59, .12);
}

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

.eyebrow {
  margin: 0 0 .9rem;
  color: var(--brand-blue);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.25rem, 4.8vw, 4.45rem);
  max-width: 13ch;
}

h2 {
  font-size: clamp(1.65rem, 3vw, 3rem);
}

p {
  margin: 0;
}

.lead {
  max-width: 540px;
  margin-top: 1.35rem;
  color: #34464c;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.7rem;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  max-width: 620px;
  margin: 2rem 0 0;
}

.proof-grid div {
  padding: 1rem;
  border-left: 3px solid var(--brand-red);
  background: #ffffff;
  box-shadow: 0 8px 26px rgba(19, 33, 39, .06);
}

.proof-grid dt {
  font-size: 1.35rem;
  font-weight: 850;
}

.proof-grid dd {
  margin: .15rem 0 0;
  color: var(--muted);
  font-size: .9rem;
}

.hero-visual {
  min-height: 520px;
  display: grid;
  align-content: center;
  gap: .9rem;
}

.hero-photo-feature {
  position: relative;
  overflow: hidden;
  min-height: min(62vh, 620px);
  border: 1px solid rgba(18, 52, 59, .12);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 22px 60px rgba(19, 33, 39, .16);
}

.hero-photo-feature::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(7, 31, 51, .82));
}

.hero-photo-feature img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 45% 20%;
}

.hero-photo-feature div {
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 1;
  color: var(--white);
}

.hero-photo-feature strong,
.hero-photo-feature span {
  display: block;
}

.hero-photo-feature strong {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.1;
}

.hero-photo-feature span {
  max-width: 28rem;
  margin-top: .25rem;
  color: rgba(255, 255, 255, .86);
}

.hero-photo-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: 132px 1fr;
  align-items: stretch;
  min-height: 112px;
  border: 1px solid rgba(18, 52, 59, .12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 44px rgba(19, 33, 39, .12);
}

.hero-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 18%;
}

.hero-photo-card div {
  display: grid;
  align-content: center;
  padding: 1rem 1.1rem;
  background:
    linear-gradient(135deg, rgba(0, 142, 232, .1), rgba(229, 9, 25, .08)),
    var(--white);
}

.hero-photo-card strong,
.hero-photo-card span {
  display: block;
}

.hero-photo-card strong {
  font-size: 1.25rem;
}

.hero-photo-card span {
  margin-top: .15rem;
  color: var(--muted);
}

.map-card {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(18, 52, 59, .12);
  border-radius: var(--radius);
  box-shadow: 0 22px 60px rgba(19, 33, 39, .16);
}

.map-toolbar {
  min-height: 66px;
  padding: .9rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: linear-gradient(90deg, #ffffff, #edf8ff);
  border-bottom: 1px solid rgba(18, 52, 59, .12);
}

.map-toolbar strong {
  color: var(--deep);
}

.map-toolbar span {
  color: var(--muted);
  font-size: .86rem;
  text-align: right;
}

.route-map {
  height: 494px;
  width: 100%;
  background: #dcefed;
  filter: saturate(.86) contrast(.92);
}

.leaflet-container {
  font-family: inherit;
}

.port-marker {
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(19, 33, 39, .24);
}

.port-marker.origin {
  background: var(--brand-blue);
}

.port-marker.destination {
  background: var(--brand-blue);
}

.whatsapp-panel {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: .95rem 1rem;
  background: linear-gradient(135deg, var(--whatsapp), #6cf08f);
  color: #063327;
  border-radius: var(--radius);
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(37, 211, 102, .28);
}

.whatsapp-panel:hover {
  background: linear-gradient(135deg, #1ec45d, #64e986);
}

.wa-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #ffffff;
  color: transparent;
  font-weight: 900;
  position: relative;
}

.wa-icon::before {
  content: "";
  position: absolute;
  inset: 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23075e54' d='M12 2.75c-5.1 0-9.25 3.88-9.25 8.67 0 1.65.5 3.22 1.38 4.55L3.1 21.25l5.43-1.42a9.8 9.8 0 0 0 3.47.63c5.1 0 9.25-3.88 9.25-8.67S17.1 2.75 12 2.75Zm4.68 12.1c-.2.56-1.18 1.07-1.63 1.13-.43.06-.98.09-1.58-.1-.36-.12-.83-.27-1.43-.52-2.5-1.04-4.14-3.46-4.27-3.62-.13-.17-1.02-1.35-1.02-2.57s.65-1.82.88-2.07c.23-.25.5-.31.67-.31h.48c.15 0 .36-.06.56.42.2.5.7 1.72.76 1.85.06.12.1.27.02.43-.08.17-.12.27-.25.42-.12.15-.26.33-.37.45-.12.12-.25.26-.1.51.15.25.66 1.08 1.42 1.75.97.86 1.78 1.13 2.04 1.25.25.13.4.1.55-.06.17-.18.63-.72.8-.97.17-.25.34-.2.57-.12.23.08 1.47.68 1.72.8.25.13.42.19.48.3.06.13.06.71-.14 1.27Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.whatsapp-panel strong,
.whatsapp-panel small {
  display: block;
}

.whatsapp-panel small {
  opacity: .9;
}

.map-person-chip {
  position: absolute;
  left: 1rem;
  top: 5.2rem;
  z-index: 500;
  display: flex;
  align-items: center;
  gap: .7rem;
  width: min(280px, calc(100% - 2rem));
  padding: .65rem .75rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 28px rgba(19, 33, 39, .18);
}

.map-person-chip img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 44% 18%;
}

.map-person-chip strong,
.map-person-chip small {
  display: block;
}

.map-person-chip small {
  color: var(--muted);
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.map-section {
  padding-top: clamp(1rem, 2.5vw, 2.25rem);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 1.2rem;
}

.intro-band {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  border-top: 1px solid rgba(18, 52, 59, .12);
  border-bottom: 1px solid rgba(18, 52, 59, .12);
}

.intro-band p:last-child,
.split p,
.feature-list li,
.process li {
  color: #405157;
  font-size: 1.04rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.service-grid article,
.quote-panel,
.feature-list,
.person-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(250, 246, 238, .88));
  border: 1px solid rgba(18, 52, 59, .12);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(19, 33, 39, .08);
}

.service-grid article {
  min-height: 255px;
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.service-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-cyan), var(--brand-red));
}

.service-grid article h2 {
  margin-top: 1.4rem;
  font-size: 1.35rem;
}

.service-grid article p {
  margin: .75rem 0 1.2rem;
  color: var(--muted);
}

.service-grid article a {
  margin-top: auto;
  color: var(--brand-blue);
  font-weight: 800;
  text-decoration-thickness: 2px;
}

.icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--deep), #0076c8);
  color: #ffffff;
  font-weight: 850;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
}

.split p + p {
  margin-top: 1rem;
}

.text-link {
  display: inline-block;
  margin-top: 1.2rem;
  color: var(--brand-blue);
  font-weight: 800;
}

.quote-panel {
  padding: 1.5rem;
  border-top: 5px solid var(--brand-red);
}

blockquote {
  margin: 0 0 1rem;
  font-size: clamp(1.7rem, 4vw, 2.8rem);
  font-weight: 850;
  line-height: 1.08;
}

.andre-photo-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.andre-photo-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 50% 18%;
}

.andre-photo-card div {
  padding: 1rem 1.15rem 1.15rem;
}

.andre-photo-card strong,
.andre-photo-card span {
  display: block;
}

.andre-photo-card span {
  margin-top: .2rem;
  color: var(--muted);
}

.process {
  border-top: 1px solid var(--line);
}

.process ol {
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
}

.process li {
  min-height: 180px;
  padding: 1.1rem;
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 10px 26px rgba(19, 33, 39, .06);
}

.contact-cta {
  margin-bottom: 2rem;
  padding-inline: clamp(1rem, 3vw, 2rem);
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
  background: var(--deep);
  color: var(--white);
  border-radius: var(--radius);
}

.contact-cta .eyebrow {
  color: #e3bf6a;
}

.contact-cta h2 {
  max-width: 740px;
}

.contact-cta .button.ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, .55);
}

.page-hero {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(3.5rem, 8vw, 7rem) 0 clamp(2.5rem, 5vw, 4.5rem);
}

.page-hero h1 {
  max-width: 13ch;
}

.person-hero {
  width: min(1180px, calc(100% - 32px));
  display: grid;
  grid-template-columns: 1fr minmax(280px, .35fr);
  gap: 2rem;
  align-items: center;
}

.person-card {
  min-height: 300px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(135deg, rgba(0, 142, 232, .15), rgba(229, 9, 25, .1)),
    var(--white);
}

.person-card span {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  margin-bottom: 1.2rem;
  border-radius: 50%;
  background: var(--deep);
  color: var(--white);
  font-size: 2rem;
  font-weight: 850;
}

.person-card strong {
  font-size: 1.65rem;
}

.person-card small {
  color: var(--muted);
  font-weight: 700;
}

.person-photo {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.person-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.person-photo div {
  padding: 1rem 1.15rem;
}

.person-photo strong,
.person-photo small {
  display: block;
}

.person-photo strong {
  font-size: 1.65rem;
}

.person-photo small {
  color: var(--muted);
  font-weight: 700;
}

.feature-list {
  padding: 1.4rem;
}

.feature-list h2 {
  font-size: 1.35rem;
}

.feature-list ul {
  margin: 1rem 0 0;
  padding-left: 1.15rem;
}

.feature-list li + li {
  margin-top: .7rem;
}

.note {
  padding: 1rem 1.15rem;
  background: #fff7e3;
  border: 1px solid #ead39c;
  border-radius: var(--radius);
  color: #554018;
}

.form-section {
  padding-top: 0;
}

.inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: .4rem;
  color: var(--ink);
  font-weight: 750;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: .75rem .85rem;
  border: 1px solid #cad4d2;
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

.consent-check {
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: .75rem;
  font-weight: 500;
  color: var(--muted);
}

.consent-check input {
  width: 20px;
  min-height: 20px;
  margin-top: .2rem;
}

.consent-check a {
  color: var(--brand-blue);
  font-weight: 800;
}

.full,
.form-note,
.inquiry-form button {
  grid-column: 1 / -1;
}

.form-note {
  color: var(--muted);
  font-size: .92rem;
}

.contact-cards article a {
  color: var(--brand-blue);
  font-weight: 800;
}

.legal {
  width: min(860px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 6rem) 0;
}

.legal h1 {
  max-width: none;
  font-size: clamp(2rem, 5vw, 4rem);
}

.legal section {
  margin-top: 2.2rem;
}

.legal h2 {
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
  line-height: 1.2;
}

.legal h3 {
  margin: 1.2rem 0 .5rem;
  font-size: 1.05rem;
}

.legal p {
  margin-top: 1.1rem;
}

.legal ul {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: #405157;
}

.legal li + li {
  margin-top: .45rem;
}

.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 2rem 0 2.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer strong {
  color: var(--ink);
}

.site-footer nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.site-footer a {
  color: var(--muted);
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: .7rem;
  align-items: center;
  padding: .65rem .95rem .65rem .65rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--whatsapp), #6cf08f);
  color: #063327;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(37, 211, 102, .38);
}

.floating-whatsapp::before {
  content: "";
  width: 42px;
  height: 42px;
  grid-row: 1 / span 2;
  border-radius: 50%;
  background:
    #ffffff
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23075e54' d='M12 2.75c-5.1 0-9.25 3.88-9.25 8.67 0 1.65.5 3.22 1.38 4.55L3.1 21.25l5.43-1.42a9.8 9.8 0 0 0 3.47.63c5.1 0 9.25-3.88 9.25-8.67S17.1 2.75 12 2.75Zm4.68 12.1c-.2.56-1.18 1.07-1.63 1.13-.43.06-.98.09-1.58-.1-.36-.12-.83-.27-1.43-.52-2.5-1.04-4.14-3.46-4.27-3.62-.13-.17-1.02-1.35-1.02-2.57s.65-1.82.88-2.07c.23-.25.5-.31.67-.31h.48c.15 0 .36-.06.56.42.2.5.7 1.72.76 1.85.06.12.1.27.02.43-.08.17-.12.27-.25.42-.12.15-.26.33-.37.45-.12.12-.25.26-.1.51.15.25.66 1.08 1.42 1.75.97.86 1.78 1.13 2.04 1.25.25.13.4.1.55-.06.17-.18.63-.72.8-.97.17-.25.34-.2.57-.12.23.08 1.47.68 1.72.8.25.13.42.19.48.3.06.13.06.71-.14 1.27Z'/%3E%3C/svg%3E")
    center / 27px 27px no-repeat;
}

.floating-whatsapp span {
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.floating-whatsapp strong {
  font-size: .92rem;
}

.map-consent {
  height: 414px;
  width: 100%;
  display: grid;
  place-items: center;
  padding: 1rem;
  background:
    linear-gradient(rgba(255, 255, 255, .82), rgba(255, 255, 255, .82)),
    url("ap-trans-route-card.svg") center / cover;
}

.map-consent-box {
  max-width: 420px;
  padding: 1.2rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--shadow);
}

.map-consent-box p {
  margin-top: .55rem;
  color: var(--muted);
}

.map-consent-box .button {
  margin-top: 1rem;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  max-width: 980px;
  margin: 0 auto;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.cookie-banner h2 {
  font-size: 1.1rem;
}

.cookie-banner p {
  margin-top: .55rem;
  color: var(--muted);
  font-size: .94rem;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1rem;
}

.cookie-actions .button {
  min-height: 40px;
}

.cookie-settings {
  display: none;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.cookie-settings.open {
  display: grid;
  gap: .75rem;
}

.cookie-option {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: .7rem;
  font-weight: 500;
}

.cookie-option input {
  width: 20px;
  min-height: 20px;
  margin-top: .2rem;
}

.cookie-option strong,
.cookie-option span {
  display: block;
}

.cookie-option span {
  margin-top: .15rem;
  color: var(--muted);
  font-size: .9rem;
}

@media (max-width: 900px) {
  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .nav-links {
    position: absolute;
    inset: 76px 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .language-switch {
    width: 100%;
  }

  .language-switch a {
    flex: 1;
  }

  .nav-links.open {
    display: flex;
  }

  .hero,
  .intro-band,
  .split,
  .person-hero {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero::before {
    display: none;
  }

  .hero-visual {
    min-height: 0;
  }

  .hero-photo-feature {
    min-height: 460px;
  }

  .service-grid,
  .process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-cta,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 620px) {
  .nav,
  .hero,
  .section,
  .page-hero,
  .person-hero,
  .site-footer,
  .legal {
    width: min(100% - 24px, 1180px);
  }

  .brand small {
    display: none;
  }

  h1 {
    max-width: 11ch;
  }

  .proof-grid,
  .service-grid,
  .process ol,
  .inquiry-form {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 230px;
  }

  .hero-photo-feature {
    min-height: 360px;
  }

  .map-card {
    min-height: 390px;
  }

  .map-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .map-toolbar span {
    text-align: left;
  }

  .route-map {
    height: 320px;
  }

  .map-consent {
    height: 320px;
  }

  .floating-whatsapp {
    left: 12px;
    right: 12px;
    bottom: 12px;
    justify-items: center;
    border-radius: var(--radius);
  }

  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 86px;
  }

  .button {
    width: 100%;
  }
}
