* {
  box-sizing: border-box;
}

:root {
  --ink: #10261f;
  --muted: #66746e;
  --green: #0f7b57;
  --green-dark: #07553d;
  --cream: #f7f4ec;
  --card: rgba(255,255,255,.78);
  --line: rgba(16,38,31,.10);
}

html, body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 10%, rgba(202, 229, 213, .7), transparent 32%),
    radial-gradient(circle at 90% 80%, rgba(246, 220, 168, .35), transparent 30%),
    var(--cream);
}

.page {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

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

.brand {
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
  font-size: 23px;
  letter-spacing: -.7px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.brand > span:last-child span {
  color: var(--green);
}

.brand-mark {
  width: 37px;
  height: 37px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--green);
  color: white;
  transform: rotate(-7deg);
  font-size: 19px;
  box-shadow: 0 10px 24px rgba(15,123,87,.2);
}

.nav-badge {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--green-dark);
  border: 1px solid rgba(15,123,87,.22);
  background: rgba(255,255,255,.5);
  padding: 9px 13px;
  border-radius: 999px;
}

.hero {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr .92fr;
  align-items: center;
  gap: clamp(40px, 7vw, 90px);
  padding: 55px 0 70px;
}

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

.eyebrow {
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .13em;
  display: flex;
  align-items: center;
  gap: 9px;
}

.eyebrow span {
  width: 25px;
  height: 2px;
  background: var(--green);
}

h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(58px, 7vw, 94px);
  line-height: .92;
  letter-spacing: -4px;
  margin: 19px 0 27px;
}

h1 em {
  color: var(--green);
  font-style: italic;
}

.lead {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
  max-width: 520px;
  margin-bottom: 30px;
}

.notify-form {
  display: flex;
  max-width: 510px;
  padding: 6px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.75);
  border-radius: 15px;
  box-shadow: 0 15px 45px rgba(29,57,46,.08);
}

.notify-form input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 13px 15px;
  color: var(--ink);
  font: inherit;
}

.notify-form button {
  border: 0;
  border-radius: 11px;
  padding: 13px 19px;
  color: white;
  background: var(--green);
  font: 700 14px "DM Sans", sans-serif;
  cursor: pointer;
  transition: .2s ease;
}

.notify-form button:hover {
  background: var(--green-dark);
  transform: translateY(-1px);
}

.notify-form button span {
  font-size: 18px;
  margin-left: 7px;
}

.form-message {
  min-height: 21px;
  margin: 8px 4px 0;
  color: var(--green);
  font-size: 13px;
}

.trust {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

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

.avatars {
  display: flex;
}

.avatars span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: white;
  border: 2px solid var(--cream);
  margin-left: -7px;
  font-size: 14px;
}

.avatars span:first-child {
  margin-left: 0;
}

.visual {
  position: relative;
  height: 530px;
  overflow: hidden;
  border-radius: 38px;
  background:
    linear-gradient(180deg, #cfe9e4 0%, #e8d4a6 57%, #7db6aa 57%, #3d8e7e 100%);
  box-shadow: 0 30px 70px rgba(25,55,45,.16);
}

.sun {
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: #f8c969;
  top: 76px;
  right: 80px;
  box-shadow: 0 0 65px rgba(248,201,105,.6);
}

.mountain {
  position: absolute;
  bottom: 175px;
  width: 0;
  height: 0;
  border-left: 170px solid transparent;
  border-right: 170px solid transparent;
  border-bottom: 235px solid #8aab9f;
}

.mountain-back {
  left: -70px;
  border-bottom-color: #abc2b8;
}

.mountain-front {
  left: 105px;
  border-left-width: 210px;
  border-right-width: 210px;
  border-bottom-width: 285px;
  border-bottom-color: #789b8e;
}

.water {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 47%;
  background:
    repeating-linear-gradient(
      175deg,
      transparent 0 15px,
      rgba(255,255,255,.18) 16px 18px
    ),
    linear-gradient(180deg, #68a99a, #377d70);
  opacity: .92;
}

.island {
  position: absolute;
  width: 280px;
  height: 80px;
  background: #315e4e;
  border-radius: 50% 45% 45% 50%;
  left: 24%;
  bottom: 22%;
  transform: rotate(-4deg);
  box-shadow: 0 8px 0 rgba(25,67,54,.25);
}

.palm {
  position: absolute;
  z-index: 3;
  bottom: 21%;
  width: 80px;
  height: 180px;
}

.palm i {
  position: absolute;
  width: 7px;
  height: 135px;
  bottom: 0;
  left: 37px;
  background: #244c3f;
  border-radius: 100%;
  transform: rotate(7deg);
}

.palm b {
  position: absolute;
  width: 70px;
  height: 28px;
  border-radius: 100% 0 100% 0;
  background: #244c3f;
  left: 6px;
  top: 27px;
  transform-origin: 85% 90%;
}

.palm b:nth-of-type(1) { transform: rotate(-40deg); }
.palm b:nth-of-type(2) { transform: rotate(-5deg); }
.palm b:nth-of-type(3) { transform: rotate(30deg); }
.palm b:nth-of-type(4) { transform: rotate(65deg); }

.palm-one {
  left: 8%;
  transform: scale(1.15);
}

.palm-two {
  right: 6%;
  bottom: 17%;
  transform: scale(.8) rotate(4deg);
}

.floating-card {
  position: absolute;
  z-index: 5;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 15px;
  box-shadow: 0 18px 40px rgba(21,50,42,.15);
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.floating-card small {
  display: block;
  color: #77827e;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 3px;
}

.floating-card strong {
  font-size: 13px;
}

.card-top {
  top: 27px;
  left: 25px;
}

.mini-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #e1f1e9;
  display: grid;
  place-items: center;
}

.card-bottom {
  bottom: 28px;
  right: 25px;
}

.rating {
  color: #a56b13;
  font-weight: 800;
  font-size: 12px;
  background: #fff2d4;
  padding: 9px;
  border-radius: 9px;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding-bottom: 35px;
}

.features article {
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 17px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.48);
  border-radius: 16px;
}

.feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #e6f1eb;
}

.features h3 {
  font-size: 13px;
  margin: 0 0 4px;
}

.features p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}

footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding: 19px 0 24px;
  color: #7a8580;
  font-size: 11px;
}

@media (max-width: 850px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 35px;
  }

  .visual {
    height: 430px;
    order: -1;
  }

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

  h1 {
    font-size: clamp(55px, 13vw, 80px);
  }
}

@media (max-width: 600px) {
  .page {
    width: min(100% - 24px, 1180px);
  }

  .nav {
    height: 75px;
  }

  .nav-badge {
    font-size: 10px;
    padding: 8px 10px;
  }

  .hero {
    padding: 22px 0 45px;
    gap: 32px;
  }

  .visual {
    height: 350px;
    border-radius: 26px;
  }

  .sun {
    width: 82px;
    height: 82px;
    top: 52px;
    right: 55px;
  }

  .floating-card {
    transform: scale(.88);
  }

  .card-top {
    left: 8px;
  }

  .card-bottom {
    right: 8px;
  }

  .notify-form {
    flex-direction: column;
    padding: 7px;
  }

  .notify-form button {
    width: 100%;
  }

  .features {
    grid-template-columns: 1fr;
  }

  footer {
    gap: 10px;
    flex-direction: column;
  }
}
