:root {
  --ink: #0b1513;
  --canopy: #183a31;
  --cream: #fff6e6;
  --rice: #d8e7c7;
  --gold: #f0b64a;
  --coral: #e87955;
  --ocean: #1f6f78;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: ui-sans-serif, "Aptos", "Segoe UI", sans-serif;
  background: var(--ink);
  color: var(--cream);
}

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

.hero {
  min-height: 100dvh;
  padding: 28px clamp(20px, 5vw, 72px) 80px;
  background:
    radial-gradient(circle at 82% 18%, rgba(232, 121, 85, .28), transparent 28%),
    radial-gradient(circle at 20% 70%, rgba(216, 231, 199, .18), transparent 34%),
    linear-gradient(145deg, #08110f, #15332a 54%, #0b1513);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto 72px;
  padding: 12px 12px 12px 22px;
  border: 1px solid rgba(255, 246, 230, .16);
  border-radius: 999px;
  background: rgba(255, 246, 230, .06);
}

.nav a {
  background: var(--cream);
  color: var(--ink);
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 800;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .8fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.kicker {
  display: inline-flex;
  border: 1px solid rgba(216, 231, 199, .32);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--rice);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 900;
}

.kicker.dark {
  color: var(--canopy);
  border-color: rgba(24, 58, 49, .22);
}

h1,
h2,
h3 {
  letter-spacing: -.06em;
  margin: 0;
}

h1 {
  max-width: 780px;
  margin-top: 22px;
  font-size: clamp(58px, 9vw, 124px);
  line-height: .86;
}

.lede {
  max-width: 610px;
  color: rgba(255, 246, 230, .74);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
  margin: 28px 0 0;
}

.actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: var(--gold);
  color: var(--ink);
  border-radius: 999px;
  padding: 8px 8px 8px 22px;
  font-weight: 900;
}

.button span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(11, 21, 19, .1);
}

.text-link {
  color: rgba(255, 246, 230, .78);
  font-weight: 800;
}

.phone {
  border-radius: 54px;
  padding: 10px;
  background: rgba(255, 246, 230, .11);
  border: 1px solid rgba(255, 246, 230, .18);
  box-shadow: 0 40px 100px rgba(0, 0, 0, .34);
}

.phone-screen {
  min-height: 620px;
  border-radius: 44px;
  padding: 28px;
  background: var(--cream);
  color: var(--ink);
  overflow: hidden;
}

.mini {
  color: var(--ocean);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  font-weight: 900;
}

.ring {
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  margin: 28px 0;
  border: 12px solid var(--gold);
  border-left-color: rgba(240, 182, 74, .18);
  border-radius: 50%;
  font-size: 34px;
  font-weight: 950;
}

.phone h2 {
  font-size: 42px;
  line-height: .96;
}

.phone p {
  color: rgba(11, 21, 19, .68);
  line-height: 1.5;
}

.pulse {
  position: relative;
  height: 150px;
  border-radius: 30px;
  margin-top: 34px;
  background: #d9e8d2;
  overflow: hidden;
}

.pulse span {
  position: absolute;
  border-radius: 999px;
  transform: rotate(-10deg);
}

.pulse span:nth-child(1) {
  width: 220px;
  height: 70px;
  background: rgba(31, 111, 120, .42);
  left: -20px;
  top: 44px;
}

.pulse span:nth-child(2) {
  width: 210px;
  height: 76px;
  background: rgba(232, 121, 85, .5);
  right: -34px;
  top: 22px;
}

.pulse span:nth-child(3) {
  width: 260px;
  height: 62px;
  background: rgba(73, 111, 67, .4);
  left: 80px;
  bottom: -10px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding: 120px clamp(20px, 5vw, 72px);
  background: var(--cream);
  color: var(--ink);
}

.split h2,
.plus h2 {
  font-size: clamp(42px, 6vw, 86px);
  line-height: .92;
  margin-top: 20px;
}

.panel {
  border-radius: 38px;
  padding: 32px;
  background: #eef0dc;
}

.panel p,
.panel li {
  color: rgba(11, 21, 19, .72);
  font-size: 18px;
  line-height: 1.55;
}

.bento {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
  padding: 40px clamp(20px, 5vw, 72px) 120px;
  background: var(--cream);
  color: var(--ink);
}

.bento article {
  min-height: 260px;
  border-radius: 42px;
  padding: 30px;
  background: #e7dcc2;
}

.bento article:first-child {
  grid-row: span 2;
  background: var(--canopy);
  color: var(--cream);
}

.bento article:first-child .kicker {
  color: var(--rice);
  border-color: rgba(216, 231, 199, .28);
}

.bento h3 {
  font-size: clamp(30px, 4vw, 58px);
  line-height: .98;
  margin-top: 22px;
}

.plus {
  padding: 120px clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 75% 20%, rgba(240, 182, 74, .24), transparent 26%),
    var(--ink);
}

.pricing {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 32px;
  margin-top: 36px;
  border: 1px solid rgba(255, 246, 230, .14);
  border-radius: 42px;
  padding: 32px;
  background: rgba(255, 246, 230, .06);
}

.pricing strong {
  display: block;
  color: var(--gold);
  font-size: clamp(58px, 8vw, 110px);
  letter-spacing: -.06em;
}

.pricing span {
  color: rgba(255, 246, 230, .72);
  font-weight: 900;
}

.pricing p {
  color: rgba(255, 246, 230, .72);
  font-size: 22px;
  line-height: 1.45;
}

@media (max-width: 800px) {
  .hero-grid,
  .split,
  .bento,
  .pricing {
    grid-template-columns: 1fr;
  }

  .nav {
    margin-bottom: 42px;
  }

  .phone-screen {
    min-height: 520px;
  }
}
