:root {
  --orange: #ff8a2b;
  --orange-2: #ff6f2c;
  --sand: #fff4df;
  --sand-soft: #fffaf1;
  --ink: #15202b;
  --muted: #667085;
  --aqua: #dff8f5;
  --white: #fff;
  --line: #eef0f2;
  --line-warm: #f4e9d7;
  --shadow: 0 24px 70px rgba(21, 32, 43, 0.18);
  --shadow-soft: 0 12px 40px rgba(21, 32, 43, 0.06);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.5;
}

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

a {
  text-decoration: none;
  color: inherit;
}

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

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 14px;
  backdrop-filter: blur(10px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  left: 0;
  right: 0;
  padding: 18px 0;
  transition: 0.25s;
}

.site-header--overlay {
  position: fixed;
  background: transparent;
}

.site-header--solid {
  background: rgba(11, 20, 24, 0.78);
  backdrop-filter: blur(14px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  height: 42px;
  width: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 700;
}

.nav-links a {
  opacity: 0.92;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  opacity: 1;
}

.nav-links--light {
  color: #fff;
}

.nav-links--dark {
  color: #fff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(255, 111, 44, 0.25);
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.hero--home {
  display: grid;
  align-items: center;
  min-height: 100vh;
  padding: 120px 0 70px;
  background:
    linear-gradient(120deg, rgba(12, 57, 62, 0.76), rgba(255, 111, 44, 0.58)),
    url("./assets/leblon.jpg") center / cover no-repeat;
}

.hero--home::after {
  content: "";
  position: absolute;
  inset: auto -10% -120px -10%;
  height: 220px;
  border-radius: 50% 50% 0 0 / 70% 70% 0 0;
  background: #fff;
}

.hero--legal {
  padding: 120px 0 80px;
  background:
    linear-gradient(135deg, rgba(16, 42, 45, 0.9), rgba(255, 111, 44, 0.82)),
    url("./assets/leblon.jpg") center / cover no-repeat;
}

.hero--terms {
  background:
    linear-gradient(135deg, rgba(255, 111, 44, 0.88), rgba(15, 118, 110, 0.82)),
    url("./assets/leblon.jpg") center / cover no-repeat;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.hero h1 {
  margin: 24px 0 20px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.hero p {
  max-width: 650px;
  margin: 0 0 30px;
  font-size: clamp(18px, 2vw, 22px);
  color: rgba(255, 255, 255, 0.9);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.hero-actions--center {
  justify-content: center;
}

.store {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 168px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.76);
  color: #fff;
}

.store small {
  display: block;
  font-size: 10px;
  line-height: 1;
  opacity: 0.8;
}

.store strong {
  display: block;
  font-size: 16px;
  line-height: 1.05;
}

.phone-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}

.blob {
  position: absolute;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 138, 43, 0.36));
  transform: translate(45px, 20px);
  filter: blur(3px);
}

.phone {
  position: relative;
  width: 315px;
  height: 680px;
  padding: 12px;
  border-radius: 48px;
  background: #111;
  box-shadow: var(--shadow);
  transform: rotate(3deg);
}

.phone::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 3;
  width: 112px;
  height: 28px;
  border-radius: 0 0 18px 18px;
  background: #111;
  transform: translateX(-50%);
}

.phone img {
  width: 100%;
  height: 100%;
  border-radius: 38px;
  object-fit: cover;
}

.floating-card {
  position: absolute;
  right: 0;
  bottom: 60px;
  z-index: 5;
  max-width: 250px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.floating-card strong {
  display: block;
  font-size: 18px;
}

.floating-card span {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: 92px 0;
}

.section--soft {
  background: linear-gradient(180deg, #fff, var(--sand));
}

.eyebrow {
  color: var(--orange-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow--warm {
  color: #ffd2a6;
}

.section h2,
.legal-card h2 {
  margin: 10px 0 16px;
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.lead {
  max-width: 760px;
  font-size: 19px;
  color: var(--muted);
}

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

.card,
.legal-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--aqua);
  font-size: 24px;
}

.card h3 {
  margin: 20px 0 8px;
  font-size: 22px;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.beach-photo {
  min-height: 540px;
  border-radius: 38px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1)),
    url("./assets/leblon.jpg") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.steps {
  display: grid;
  gap: 16px;
}

.step {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 20px;
  border: 1px solid #edf0f2;
  border-radius: 24px;
  background: #fff;
}

.step strong {
  display: block;
  margin-bottom: 4px;
}

.step span {
  color: var(--muted);
}

.num {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-weight: 900;
}

.benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 34px;
}

.benefit {
  padding: 24px;
  border: 1px solid var(--line-warm);
  border-radius: 26px;
  background: linear-gradient(135deg, #ffffff, #fff7eb);
}

.benefit h3 {
  margin: 0 0 10px;
  font-size: 24px;
}

.benefit ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.quote {
  padding: 26px;
  border: 1px solid #edf0f2;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(21, 32, 43, 0.05);
}

.quote p {
  margin: 0;
  color: #344054;
  font-size: 17px;
}

.quote strong {
  display: block;
  margin-top: 18px;
}

.quote span {
  color: var(--muted);
  font-size: 14px;
}

.vendor {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
  align-items: center;
  overflow: hidden;
  padding: 54px;
  border-radius: 42px;
  background: linear-gradient(135deg, #102a2d, #0f766e);
  color: #fff;
}

.vendor p {
  color: rgba(255, 255, 255, 0.82);
}

.vendor-list {
  display: grid;
  gap: 12px;
}

.vendor-list div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 700;
}

.cta {
  padding: 100px 0;
  background:
    linear-gradient(135deg, rgba(255, 111, 44, 0.9), rgba(15, 118, 110, 0.88)),
    url("./assets/leblon.jpg") center / cover no-repeat;
  color: #fff;
  text-align: center;
}

.cta h2 {
  max-width: 860px;
  margin: 0 auto 18px;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.cta p {
  max-width: 680px;
  margin: 0 auto 30px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.88);
}

.legal-page {
  background: linear-gradient(180deg, #fff, var(--sand-soft));
}

.legal-page .container {
  width: min(980px, calc(100% - 40px));
}

.legal-card {
  padding: 32px;
}

.legal-card h2 {
  margin-bottom: 24px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
}

.legal-card h3 {
  margin: 32px 0 12px;
  color: var(--ink);
  font-size: 22px;
}

.legal-card p {
  margin: 0 0 14px;
  color: var(--muted);
  white-space: pre-line;
}

.legal-block {
  color: var(--muted);
  white-space: pre-line;
}

.foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

footer {
  padding: 36px 0;
  background: #0b1418;
  color: #fff;
}

.foot img {
  height: 36px;
}

.foot small {
  color: rgba(255, 255, 255, 0.62);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .nav-links {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: 13px;
  }

  .hero-grid,
  .split,
  .vendor {
    grid-template-columns: 1fr;
  }

  .hero--home {
    padding-top: 105px;
  }

  .phone {
    width: 285px;
    height: 615px;
  }

  .floating-card {
    right: 10px;
  }

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

  .section {
    padding: 68px 0;
  }

  .vendor {
    padding: 34px;
  }

  .beach-photo {
    min-height: 380px;
  }

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