:root {
  --color-primary: #162a50;
  --color-primary-dark: #0d1d3a;
  --color-primary-light: #355d8a;
  --color-accent: #b45f4b;
  --color-accent-dark: #8d4437;
  --color-ink: #182238;
  --color-muted: #5f6878;
  --color-bg: #f8fbff;
  --color-soft: #edf4fa;
  --color-white: #ffffff;
  --color-border: #d7e1ec;
  --color-whatsapp: #25d366;
  --color-whatsapp-dark: #128c4a;
  --shadow-sm: 0 12px 32px rgba(22, 42, 80, 0.11);
  --shadow-lg: 0 24px 60px rgba(13, 29, 58, 0.18);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --container: 1180px;
}

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

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

body {
  margin: 0;
  color: var(--color-ink);
  background: var(--color-bg);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

button {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 4px solid rgba(180, 95, 75, 0.55);
  outline-offset: 4px;
}

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

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: var(--color-white);
  background: var(--color-primary-dark);
  border-radius: 10px;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  background: rgba(248, 251, 255, 0.95);
  border-bottom: 1px solid rgba(22, 42, 80, 0.11);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  gap: 28px;
}

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

.brand-mark {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  flex: 0 0 auto;
  color: var(--color-white);
  background: linear-gradient(145deg, #c37461, var(--color-accent));
  border-radius: 50%;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow: 0 8px 22px rgba(22, 42, 80, 0.22);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-text strong {
  color: var(--color-primary-dark);
  font-size: 19px;
  letter-spacing: -0.02em;
}

.brand-primary {
  color: var(--color-primary-dark);
}

.brand-accent {
  color: var(--color-accent);
}

.brand-text small {
  margin-top: 5px;
  color: var(--color-muted);
  font-size: 13px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 16px;
  font-weight: 700;
}

.main-nav a {
  text-decoration: none;
}

.main-nav a:not(.nav-cta):hover {
  color: var(--color-primary);
}

.nav-cta {
  padding: 11px 18px;
  color: var(--color-white);
  background: var(--color-primary);
  border-radius: 999px;
}

.nav-cta:hover {
  background: var(--color-primary-dark);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 80px 0 68px;
}

.hero::before {
  position: absolute;
  z-index: -1;
  top: -180px;
  left: -160px;
  width: 520px;
  height: 520px;
  content: "";
  background: radial-gradient(circle, rgba(53, 93, 138, 0.17), rgba(53, 93, 138, 0));
  border-radius: 50%;
}

.hero::after {
  position: absolute;
  z-index: -1;
  right: -180px;
  bottom: -280px;
  width: 620px;
  height: 620px;
  content: "";
  background: radial-gradient(circle, rgba(180, 95, 75, 0.15), rgba(180, 95, 75, 0));
  border-radius: 50%;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(0, 1.07fr);
  align-items: center;
  gap: clamp(42px, 6vw, 86px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--color-primary-dark);
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  line-height: 1.15;
  text-wrap: balance;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(46px, 5.4vw, 76px);
  letter-spacing: -0.045em;
}

h1 span {
  color: var(--color-accent);
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(36px, 4vw, 54px);
  letter-spacing: -0.035em;
}

h3 {
  margin-bottom: 12px;
  font-size: 25px;
  letter-spacing: -0.02em;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 30px;
  color: var(--color-muted);
  font-size: clamp(19px, 2vw, 22px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 2px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-whatsapp {
  gap: 12px;
  color: var(--color-white);
  background: var(--color-whatsapp);
  box-shadow: 0 12px 26px rgba(37, 211, 102, 0.28);
}

.button-whatsapp:hover {
  color: var(--color-white);
  background: var(--color-whatsapp-dark);
}

.whatsapp-icon {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  fill: currentColor;
}

.button-whatsapp-large {
  min-height: 62px;
  padding: 17px 30px;
  font-size: 19px;
}

.button-primary {
  color: var(--color-white);
  background: var(--color-primary);
  box-shadow: 0 12px 24px rgba(22, 42, 80, 0.22);
}

.button-primary:hover {
  background: var(--color-primary-dark);
}

.button-secondary {
  color: var(--color-primary-dark);
  background: transparent;
  border-color: rgba(22, 42, 80, 0.35);
}

.button-secondary:hover {
  background: var(--color-soft);
  border-color: var(--color-primary);
}

.button-light {
  color: var(--color-primary-dark);
  background: var(--color-white);
}

.button-light:hover {
  background: #edf4fa;
}

.button-accent {
  width: 100%;
  color: #2d1808;
  background: #f3ad62;
}

.button-accent:hover {
  background: #ffc17e;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 0;
  padding: 0;
  color: var(--color-muted);
  list-style: none;
  font-size: 16px;
  font-weight: 700;
}

.hero-points li {
  position: relative;
  padding-left: 24px;
}

.hero-points li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: var(--color-accent);
  border-radius: 50%;
  transform: translateY(-50%);
}

.hero-media {
  position: relative;
  min-width: 0;
  padding: 0 0 42px 26px;
}

.image-card {
  overflow: hidden;
  background: var(--color-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.image-card-main {
  position: relative;
}

.image-card-main::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 60%, rgba(13, 29, 58, 0.22));
  pointer-events: none;
}

.image-card img {
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
}

.floating-note {
  position: absolute;
  right: -12px;
  bottom: 0;
  width: min(310px, 72%);
  padding: 18px 22px;
  color: var(--color-white);
  background: var(--color-primary-dark);
  border: 5px solid var(--color-bg);
  border-radius: 20px;
  box-shadow: var(--shadow-sm);
}

.floating-note strong,
.floating-note span {
  display: block;
}

.floating-note strong {
  margin-bottom: 3px;
  font-size: 18px;
}

.floating-note span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.45;
}

.intro-strip {
  padding: 24px 0;
  color: var(--color-white);
  background: var(--color-primary-dark);
}

.intro-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.intro-strip-grid > div {
  padding: 14px 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.intro-strip-grid > div:first-child {
  padding-left: 0;
}

.intro-strip-grid > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.intro-strip strong,
.intro-strip span {
  display: block;
}

.intro-strip strong {
  margin-bottom: 4px;
  font-size: 18px;
}

.intro-strip span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.5;
}

.section {
  padding: 100px 0;
}

.section-soft {
  background: var(--color-soft);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: end;
  gap: 52px;
  margin-bottom: 48px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading > p {
  margin-bottom: 3px;
  color: var(--color-muted);
}

.section-heading.centered {
  max-width: 860px;
  grid-template-columns: 1fr;
  margin-right: auto;
  margin-left: auto;
  gap: 12px;
  text-align: center;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.activity-card {
  padding: 30px 26px 28px;
  background: var(--color-white);
  border: 1px solid rgba(22, 42, 80, 0.12);
  border-radius: var(--radius-md);
  box-shadow: 0 14px 34px rgba(22, 42, 80, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.activity-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-sm);
}

.activity-card p {
  margin-bottom: 0;
  color: var(--color-muted);
  font-size: 16px;
  line-height: 1.65;
}

.icon-wrap {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  place-items: center;
  color: var(--color-primary);
  background: var(--color-soft);
  border-radius: 18px;
}

.icon-wrap svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: center;
  gap: clamp(44px, 7vw, 94px);
}

.story-media {
  position: relative;
  padding: 0 42px 42px 0;
}

.story-media img {
  width: 100%;
  aspect-ratio: 1.13 / 1;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.story-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 250px;
  padding: 22px 24px;
  color: var(--color-primary-dark);
  background: var(--color-white);
  border-radius: 20px;
  box-shadow: var(--shadow-sm);
}

.story-badge strong,
.story-badge span {
  display: block;
}

.story-badge strong {
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 27px;
}

.story-badge span {
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.45;
}

.story-copy p {
  color: var(--color-muted);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--color-primary);
  font-weight: 800;
  text-decoration: none;
}

.text-link:hover {
  color: var(--color-primary-dark);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  position: relative;
  display: flex;
  min-height: 240px;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background: var(--color-white);
  border: 1px solid rgba(22, 42, 80, 0.13);
  border-radius: var(--radius-md);
}

.steps li:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -35px;
  width: 48px;
  content: "→";
  color: var(--color-accent);
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  transform: translateY(-50%);
}

.step-number {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 34px;
  place-items: center;
  color: var(--color-white);
  background: var(--color-primary);
  border-radius: 50%;
  font-size: 21px;
  font-weight: 800;
}

.steps h3 {
  margin-bottom: 8px;
}

.steps p {
  margin-bottom: 0;
  color: var(--color-muted);
  font-size: 16px;
}

.gallery-section {
  overflow: hidden;
  color: var(--color-white);
  background: var(--color-primary);
}

.gallery-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  align-items: center;
  gap: clamp(42px, 7vw, 96px);
}

.gallery-copy h2 {
  color: var(--color-white);
}

.gallery-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.gallery-copy .eyebrow {
  color: #ffd9cf;
}

.gallery-copy .button {
  margin-top: 12px;
}

.gallery-images {
  position: relative;
  min-height: 540px;
}

.gallery-image {
  position: absolute;
  object-fit: cover;
  border: 7px solid rgba(255, 255, 255, 0.92);
  border-radius: 26px;
  box-shadow: 0 24px 50px rgba(13, 29, 58, 0.27);
}

.gallery-image-large {
  top: 0;
  right: 0;
  width: 82%;
  height: 72%;
}

.gallery-image-small {
  bottom: 0;
  left: 0;
  width: 62%;
  height: 48%;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(40px, 7vw, 90px);
}

.faq-intro {
  position: sticky;
  top: 130px;
}

.faq-intro p {
  color: var(--color-muted);
}

.faq-list {
  border-top: 1px solid var(--color-border);
}

.faq-list details {
  border-bottom: 1px solid var(--color-border);
}

.faq-list summary {
  position: relative;
  padding: 24px 52px 24px 0;
  cursor: pointer;
  color: var(--color-primary-dark);
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 32px;
  height: 32px;
  content: "+";
  color: var(--color-primary);
  font-family: Inter, "Segoe UI", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 29px;
  text-align: center;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  padding: 0 52px 24px 0;
  color: var(--color-muted);
}

.contact-section {
  padding: 0 0 100px;
}

.contact-card {
  padding: clamp(42px, 7vw, 82px);
  color: var(--color-white);
  background: var(--color-primary-dark);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  text-align: center;
}

.contact-copy {
  max-width: 820px;
  margin-inline: auto;
}

.contact-copy h2 {
  color: var(--color-white);
}

.contact-copy p:not(.eyebrow) {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.76);
}

.eyebrow-light {
  color: #ffd9cf;
}

.contact-action {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.contact-person {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.site-footer {
  padding: 24px 0;
  color: rgba(255, 255, 255, 0.78);
  background: #09152d;
}

.copyright {
  margin: 0;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 1060px) {
  .main-nav {
    gap: 18px;
  }

  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps li:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 900px) {
  .main-nav a:not(.nav-cta) {
    display: none;
  }

  .hero {
    padding-top: 58px;
  }

  .hero-grid,
  .story-grid,
  .gallery-layout,
  .faq-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-media {
    max-width: 760px;
    margin-inline: auto;
  }

  .intro-strip-grid {
    grid-template-columns: 1fr;
  }

  .intro-strip-grid > div,
  .intro-strip-grid > div:first-child,
  .intro-strip-grid > div:last-child {
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .intro-strip-grid > div:last-child {
    border-bottom: 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .story-copy {
    max-width: 780px;
  }

  .gallery-copy {
    max-width: 780px;
  }

  .gallery-images {
    min-height: 500px;
  }

  .faq-intro {
    position: static;
  }

}

@media (max-width: 720px) {
  body {
    font-size: 17px;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .header-inner {
    min-height: 76px;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
  }

  .brand-text strong {
    font-size: 17px;
  }

  .brand-text small {
    display: none;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    padding: 44px 0 54px;
  }

  h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  h2 {
    font-size: clamp(34px, 9vw, 45px);
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-points {
    display: grid;
    gap: 10px;
  }

  .hero-media {
    padding-left: 0;
  }

  .floating-note {
    right: 10px;
    width: min(310px, 82%);
  }

  .section {
    padding: 74px 0;
  }

  .cards-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .activity-card {
    padding: 26px 24px;
  }

  .steps li {
    min-height: auto;
  }

  .story-media {
    padding: 0 18px 48px 0;
  }

  .story-badge {
    right: 0;
    max-width: 220px;
  }

  .gallery-images {
    min-height: 430px;
  }

  .gallery-image-large {
    width: 92%;
    height: 68%;
  }

  .gallery-image-small {
    width: 72%;
    height: 45%;
  }

  .contact-section {
    padding-bottom: 0px !important;
  }

  .contact-action .button-whatsapp {
    width: 100%;
  }

  .contact-card {
    width: 100%;
    padding: 44px 22px;
    border-radius: 0;
  }

  .contact-action .button {
    width: 100%;
    max-width: 420px;
  }
}

@media (max-width: 430px) {
  .brand-text strong {
    max-width: 126px;
    line-height: 1.05;
  }

  .nav-cta {
    padding: 9px 11px;
  }

  .hero-media {
    padding-bottom: 72px;
  }

  .floating-note {
    right: 0;
    bottom: 8px;
    width: 92%;
  }

  .image-card,
  .story-media img {
    border-radius: 24px;
  }

  .story-media {
    padding-right: 0;
  }

  .story-badge {
    right: 10px;
  }

  .gallery-images {
    min-height: 350px;
  }

  .gallery-image {
    border-width: 4px;
    border-radius: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
