@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;600;700;800&family=Inter:wght@400;500&display=swap");

:root {
  color-scheme: light;
  background: #fffbf6;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fffbf6;
}

.bp-root,
.bp-root *,
.bp-root *::before,
.bp-root *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.bp-root {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  color: #1c140f;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.bp-root a {
  color: inherit;
  text-decoration: none;
}

.bp-root img,
.bp-root video {
  display: block;
  max-width: 100%;
}

.bp-root button,
.bp-root input {
  font: inherit;
}

.bp-root ::selection {
  background: rgba(208, 100, 50, 0.18);
}

.bp-bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background: #fffbf6;
}

.bp-bg::before,
.bp-bg::after,
.bp-bg-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(72px);
  content: "";
  will-change: transform;
}

.bp-bg::before {
  top: -14vmax;
  left: -10vmax;
  width: 44vmax;
  height: 44vmax;
  animation: bpambient1 18s ease-in-out infinite alternate;
  background: rgba(245, 138, 51, 0.12);
}

.bp-bg::after {
  top: 24vh;
  right: -14vmax;
  width: 50vmax;
  height: 50vmax;
  animation: bpambient2 22s ease-in-out infinite alternate;
  background: rgba(255, 214, 178, 0.16);
}

.bp-bg-glow {
  bottom: -24vmax;
  left: 16vw;
  width: 52vmax;
  height: 52vmax;
  animation: bpambient3 16s ease-in-out infinite alternate;
  background: rgba(255, 244, 224, 0.4);
}

.bp-content {
  position: relative;
  z-index: 2;
}

.bp-wrap {
  width: min(1180px, 92%);
  margin-inline: auto;
}

@keyframes bpambient1 {
  to {
    transform: translate3d(5vmax, 3vmax, 0);
  }
}

@keyframes bpambient2 {
  to {
    transform: translate3d(-6vmax, -3vmax, 0);
  }
}

@keyframes bpambient3 {
  to {
    transform: translate3d(2vmax, -4vmax, 0);
  }
}

.bp-hero {
  padding: clamp(40px, 6vh, 84px) 0 clamp(48px, 7vh, 96px);
}

.bp-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: clamp(32px, 4.5vw, 64px);
}

.bp-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bp-h1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(44px, 5.2vw, 66px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.bp-h1 em {
  color: #d06432;
  font-style: normal;
}

.bp-sub {
  max-width: 34ch;
  margin-top: 22px;
  color: #6b5c50;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.5;
}

.bp-join {
  width: 100%;
  max-width: 470px;
  margin-top: 30px;
}

.bp-join-row {
  display: flex;
  gap: 10px;
}

.bp-join input[type="email"] {
  flex: 1;
  min-width: 0;
  height: 64px;
  padding: 0 22px;
  border: 1.5px solid rgba(28, 20, 15, 0.14);
  border-radius: 16px;
  outline: none;
  background: #fff;
  box-shadow: 0 6px 18px -10px rgba(60, 30, 10, 0.25);
  color: #1c140f;
  font-size: 17px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.bp-join input[type="email"]::placeholder {
  color: #a99784;
}

.bp-join input[type="email"]:focus {
  border-color: #d06432;
  box-shadow: 0 0 0 4px rgba(208, 100, 50, 0.12);
}

.bp-btn {
  height: 64px;
  padding: 0 28px;
  border: 0;
  border-radius: 16px;
  background: #d06432;
  box-shadow: 0 14px 26px -10px rgba(208, 100, 50, 0.6);
  color: #fff;
  cursor: pointer;
  font-size: 16.5px;
  font-weight: 600;
  white-space: nowrap;
  transition:
    background 0.2s ease,
    opacity 0.2s ease,
    transform 0.15s cubic-bezier(0.22, 1, 0.36, 1);
}

.bp-btn:hover {
  background: #b5532a;
}

.bp-btn:active {
  transform: scale(0.985);
}

.bp-btn:disabled {
  cursor: wait;
  opacity: 0.7;
}

.bp-note,
.bp-form-status {
  margin-top: 14px;
  color: #6b5c50;
  font-size: 13.5px;
}

.bp-form-status {
  min-height: 20px;
  margin-top: 8px;
  font-weight: 500;
}

.bp-form-status[data-state="success"] {
  color: #315b3d;
}

.bp-form-status[data-state="error"] {
  color: #9f342e;
}

.bp-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.bp-right {
  display: flex;
  justify-content: center;
}

.bp-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 480px;
  overflow: hidden;
  padding: 48px 0 26px;
  border-radius: 38px;
  background: linear-gradient(162deg, #ffe3c4 0%, #f5bd83 50%, #e2954f 100%);
  box-shadow:
    0 50px 100px -38px rgba(150, 80, 30, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  perspective: 1500px;
}

.bp-card::before {
  position: absolute;
  top: -16%;
  left: 50%;
  width: 120%;
  height: 64%;
  transform: translateX(-50%);
  background: radial-gradient(
    closest-side,
    rgba(255, 255, 255, 0.6),
    transparent 72%
  );
  content: "";
}

.bp-phone-wrap {
  position: relative;
  width: 62%;
  max-width: 286px;
  margin-bottom: 0;
  animation: bpsway 6.5s ease-in-out infinite;
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
}

@keyframes bpsway {
  0%,
  100% {
    transform: rotateY(-0.5deg) translateY(0);
  }

  50% {
    transform: rotateY(-7deg) translateY(-7px);
  }
}

.bp-phone {
  position: relative;
  width: 100%;
  padding: 9px;
  aspect-ratio: 1206 / 2622;
  border-radius: 44px;
  background: linear-gradient(
    150deg,
    #d3cac1,
    #a89c90 24%,
    #ece6df 52%,
    #9d9085 80%,
    #c5bbb0
  );
  box-shadow:
    0 34px 60px -22px rgba(60, 30, 10, 0.55),
    inset 0 1px 2px rgba(255, 255, 255, 0.55);
}

.bp-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 36px;
  background: #ede1d3;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.9);
}

.bp-screen video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.bp-screen video.is-ready {
  opacity: 1;
}

.bp-island {
  position: absolute;
  z-index: 3;
  top: 11px;
  left: 50%;
  width: 74px;
  height: 22px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #000;
}

.bp-features {
  padding: clamp(64px, 8vh, 110px) 0 0;
}

.bp-feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.bp-feat {
  padding: 30px 28px;
  border: 1px solid rgba(28, 20, 15, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.6);
}

.bp-feat-ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(208, 100, 50, 0.26);
  border-radius: 13px;
  background: rgba(208, 100, 50, 0.1);
  box-shadow: 0 8px 18px -10px rgba(208, 100, 50, 0.45);
}

.bp-feat-ic svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: #d06432;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.bp-feat h2 {
  margin: 18px 0 7px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.bp-feat p {
  color: #6b5c50;
  font-size: 15px;
  line-height: 1.55;
}

.bp-closing {
  padding: clamp(80px, 12vh, 140px) 0 clamp(72px, 9vh, 110px);
  text-align: center;
}

.bp-closing h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(36px, 4.6vw, 56px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.035em;
}

.bp-closing > .bp-wrap > p {
  max-width: 34ch;
  margin: 18px auto 0;
  color: #6b5c50;
  font-size: 18px;
}

.bp-closing .bp-join {
  margin-top: 28px;
  margin-inline: auto;
}

.bp-foot {
  padding: 30px 0;
  border-top: 1px solid rgba(28, 20, 15, 0.1);
}

.bp-foot-in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #6b5c50;
  font-size: 13.5px;
}

.bp-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.bp-ring {
  flex: none;
  width: 20px;
  height: 20px;
  border: 2.4px solid #d06432;
  border-radius: 50%;
}

.bp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

@media (max-width: 900px) {
  .bp-hero {
    padding-top: clamp(36px, 5vh, 64px);
  }

  .bp-hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .bp-left {
    align-items: center;
  }

  .bp-h1 {
    font-size: clamp(40px, 10.5vw, 58px);
  }

  .bp-sub {
    max-width: 30ch;
    margin-inline: auto;
  }

  .bp-join {
    margin-inline: auto;
  }

  .bp-card {
    max-width: 380px;
  }
}

@media (max-width: 760px) {
  .bp-feat-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .bp-join-row {
    flex-direction: column;
    gap: 12px;
  }

  .bp-join input[type="email"] {
    width: 100%;
    height: 56px;
    min-height: 56px;
    flex-shrink: 0;
    padding: 0 20px;
    font-size: 16px;
  }

  .bp-btn {
    width: 100%;
    height: 56px;
    min-height: 56px;
    flex-shrink: 0;
  }
}

@media (max-width: 520px) {
  .bp-card {
    max-width: 340px;
    padding-top: 36px;
    padding-bottom: 22px;
  }

  .bp-phone-wrap {
    width: 72%;
  }
}

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

  .bp-phone-wrap,
  .bp-bg::before,
  .bp-bg::after,
  .bp-bg-glow {
    animation: none;
  }

  .bp-screen video {
    transition: none;
  }
}
