.elementor-812 .elementor-element.elementor-element-ba2e9d2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9057c7d */:root {
  --black: #0a0a0a;
  --white: #faf8f4;
  --lilac: #8f3ce8;
  --lilac-dark: #6b1fd4;
  --lilac-glow: rgba(143, 60, 232, 0.55);
  --lilac-soft: rgba(143, 60, 232, 0.18);
  --beige: #f0ebe3;
  --font-display: "Bebas Neue", sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  --font-hand: "Caveat", cursive;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background: var(--black);
  color: var(--white);
  line-height: 1.5;
  overflow-x: hidden;
}

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

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

/* â”€â”€ Logo & nav â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.logo {
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

/* â”€â”€ Headlines â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.headline {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 4.8rem);
  letter-spacing: 0.02em;
  line-height: 0.95;
  text-transform: uppercase;
}

.headline--white {
  color: var(--white);
}

.headline--lilac {
  color: var(--lilac);
  text-shadow: 0 0 40px rgba(143, 60, 232, 0.35);
}

.headline--hit {
  -webkit-text-stroke: 2px var(--lilac);
  color: var(--white);
  paint-order: stroke fill;
  text-shadow: 0 0 36px rgba(143, 60, 232, 0.55);
}

.section-title {
  color: var(--lilac);
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: 0.04em;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

/* â”€â”€ Handwritten notes â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.hand-note {
  color: var(--lilac);
  font-family: var(--font-hand);
  font-size: 1.35rem;
  position: relative;
}

.hand-note--hero {
  bottom: -0.5rem;
  color: #f0e6ff;
  margin-top: 0;
  max-width: 200px;
  position: absolute;
  right: -0.5rem;
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.95),
    0 0 18px rgba(200, 170, 255, 0.9),
    0 0 32px rgba(143, 60, 232, 0.75);
  z-index: 3;
}

.hand-note--hero .arrow {
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.85))
    drop-shadow(0 0 14px rgba(143, 60, 232, 0.7));
}

.hand-note--heart {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

.hand-note--cta {
  color: var(--black);
  font-size: 1.3rem;
  margin-top: 1.25rem;
  position: static;
}

.arrow {
  color: var(--lilac);
  height: 32px;
  left: -10px;
  position: absolute;
  top: -28px;
  width: 50px;
}

.arrow--flip {
  color: var(--black);
  left: auto;
  right: -10px;
  top: -30px;
  transform: scaleX(-1);
}

.heart {
  color: var(--lilac);
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 0.25rem;
}

.heart--small {
  font-size: 1rem;
}

/* â”€â”€ Torn paper notes â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.torn-note {
  clip-path: polygon(
    0% 4%, 3% 0%, 8% 3%, 14% 0%, 20% 2%, 28% 0%, 35% 3%,
    42% 0%, 50% 2%, 58% 0%, 65% 3%, 72% 1%, 80% 3%, 88% 0%,
    95% 2%, 100% 0%, 100% 96%, 97% 100%, 90% 97%, 82% 100%,
    74% 96%, 66% 100%, 58% 97%, 50% 100%, 42% 96%, 34% 100%,
    26% 97%, 18% 100%, 10% 96%, 4% 100%, 0% 97%
  );
  font-family: var(--font-hand);
  font-size: 1.15rem;
  line-height: 1.35;
  max-width: 300px;
  padding: 1.1rem 1.35rem;
}

.torn-note--dark {
  background: var(--black);
  border: 1px solid rgba(143, 60, 232, 0.35);
  color: var(--white);
}

.torn-note--light {
  background: var(--white);
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.12);
  color: var(--black);
  font-weight: 700;
  margin-top: 2rem;
  text-align: center;
}

.circled {
  border: 2px solid var(--lilac);
  border-radius: 50%;
  display: inline-block;
  padding: 0 0.5rem;
}

/* â”€â”€ Hero â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.hero {
  background: var(--black);
  overflow: hidden;
  padding: 1.25rem clamp(1.5rem, 5vw, 4rem) 1.5rem;
  position: relative;
}

.hero::after {
  background: linear-gradient(
    160deg,
    transparent 55%,
    rgba(143, 60, 232, 0.22) 55%,
    rgba(143, 60, 232, 0.22) 58%,
    transparent 58%
  );
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.hero__grid {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 1;
}

@media (min-width: 900px) {
  .hero__grid {
    gap: 2rem;
    grid-template-columns: 1.05fr 0.95fr;
  }
}

.hero__sub {
  color: rgba(250, 248, 244, 0.85);
  font-size: 1rem;
  margin-top: 1rem;
  max-width: 480px;
}

.hero__sub strong {
  color: var(--white);
  display: block;
  margin-top: 0.35rem;
}

.hero__note {
  margin-top: 1rem;
}

.hero__pitch {
  color: rgba(250, 248, 244, 0.78);
  font-size: 0.95rem;
  line-height: 1.55;
  margin-top: 0.85rem;
  max-width: 460px;
}

.btn-hero {
  align-items: center;
  background: var(--lilac);
  border-radius: 999px;
  color: var(--black);
  display: inline-flex;
  font-family: var(--font-display);
  font-size: 0.95rem;
  gap: 0.5rem;
  letter-spacing: 0.06em;
  margin-top: 1rem;
  padding: 0.75rem 1.4rem;
  text-transform: uppercase;
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
}

.btn-hero:hover {
  background: #a855f7;
  box-shadow: 0 0 32px var(--lilac-glow);
  transform: translateY(-2px);
}

.hero__visual {
  margin-bottom: 0;
  position: relative;
}

@media (min-width: 900px) {
  .hero__visual {
    margin-bottom: -1.25rem;
  }
}

/* â”€â”€ Photo frames â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.photo-frame {
  aspect-ratio: 3 / 4;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.photo-frame img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.photo-burst {
  background: var(--lilac);
  border-radius: 2px;
  height: 88%;
  left: -8%;
  opacity: 0.95;
  position: absolute;
  top: 8%;
  transform: rotate(-7deg);
  width: 72%;
  z-index: 0;
}

.photo-frame--hero {
  border: 3px solid var(--white);
  box-shadow:
    14px 14px 0 var(--lilac),
    0 0 60px rgba(143, 60, 232, 0.65);
  clip-path: polygon(
    2% 0%, 98% 1%, 100% 4%, 99% 96%, 97% 100%,
    3% 99%, 0% 95%, 1% 3%
  );
  margin-left: auto;
  max-width: 360px;
  transform: rotate(5deg);
  z-index: 2;
}

.photo-frame--hero img {
  filter: contrast(1.08) saturate(1.1);
}

@media (min-width: 900px) {
  .photo-frame--hero {
    max-width: 380px;
    transform: rotate(6deg) scale(1.02);
  }

  .photo-burst {
    height: 92%;
    left: -4%;
    width: 78%;
  }
}

@media (max-width: 899px) {
  .hero::after {
    display: none;
  }

  .hero__grid {
    gap: 1.25rem;
  }

  .headline {
    font-size: clamp(2.75rem, 12vw, 3.5rem);
    line-height: 0.92;
  }

  .hero__sub {
    font-size: 0.95rem;
    margin-top: 0.75rem;
  }

  .hero__note {
    margin-top: 0.75rem;
  }

  .hero__pitch {
    font-size: 0.9rem;
    margin-top: 0.75rem;
  }

  .btn-hero {
    justify-content: center;
    margin-top: 1.25rem;
    width: 100%;
  }

  .hero__visual {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.25rem;
    padding-bottom: 0;
  }

  .photo-burst {
    display: none;
  }

  .photo-frame--hero {
    aspect-ratio: 4 / 3;
    box-shadow: 8px 8px 0 var(--lilac);
    clip-path: none;
    margin-left: auto;
    margin-right: 0;
    max-height: 200px;
    max-width: 68%;
    transform: rotate(2deg);
  }

  .photo-frame--hero img {
    object-position: center 20%;
  }

  .hand-note--hero {
    display: none;
  }
}

.photo-frame--cta {
  max-width: 340px;
}

.photo-placeholder {
  display: none;
}

.photo-frame--placeholder img {
  display: none;
}

.photo-frame--placeholder .photo-placeholder {
  align-items: center;
  background: linear-gradient(145deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
  border: 2px dashed rgba(143, 60, 232, 0.45);
  color: rgba(250, 248, 244, 0.5);
  display: flex;
  font-family: var(--font-hand);
  font-size: 1.4rem;
  height: 100%;
  justify-content: center;
  width: 100%;
}

/* â”€â”€ Value section â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.value {
  background: var(--beige);
  background-image: radial-gradient(circle at 20% 80%, rgba(0, 0, 0, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, var(--lilac-soft) 0%, transparent 40%);
  color: var(--black);
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1.5rem, 5vw, 4rem);
  position: relative;
  z-index: 0;
}

.value__grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
  margin: 0 auto;
  max-width: 1100px;
}

@media (min-width: 800px) {
  .value__grid {
    grid-template-columns: 1.1fr 0.9fr;
  }
}

@media (max-width: 799px) {
  .value {
    padding: 2rem 1.5rem;
  }

  .value__grid {
    gap: 2rem;
  }

  .section-title {
    font-size: clamp(1.85rem, 8vw, 2.4rem);
    margin-bottom: 1.25rem;
  }

  .hand-note--heart {
    font-size: 1.35rem;
    margin-bottom: 1rem;
    text-align: center;
  }

  .notebook {
    margin: 0 auto;
    max-width: 100%;
    transform: none;
  }

  .value__scrap {
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }
}

.checklist {
  list-style: none;
}

.checklist li {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.x-mark {
  color: var(--lilac);
  flex-shrink: 0;
  font-family: var(--font-display);
  font-size: 1.4rem;
  line-height: 1.2;
}

.checklist strong {
  border-bottom: 2px solid var(--lilac);
  display: inline-block;
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}

.checklist p {
  color: rgba(10, 10, 10, 0.7);
  font-size: 0.95rem;
}

/* â”€â”€ Notebook card â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.notebook {
  background: var(--white);
  border-radius: 2px;
  box-shadow: 3px 6px 20px rgba(0, 0, 0, 0.1);
  padding: 2.5rem 2rem 2rem;
  position: relative;
  transform: rotate(-1.5deg);
}

.notebook::before {
  background: repeating-linear-gradient(
    transparent,
    transparent 27px,
    rgba(143, 60, 232, 0.2) 27px,
    rgba(143, 60, 232, 0.2) 28px
  );
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.paperclip {
  background: var(--lilac);
  border-radius: 8px 8px 2px 2px;
  height: 36px;
  left: 50%;
  position: absolute;
  top: -18px;
  transform: translateX(-50%);
  width: 14px;
}

.paperclip::after {
  border: 3px solid var(--lilac);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  content: "";
  height: 22px;
  left: -6px;
  position: absolute;
  top: 8px;
  width: 26px;
}

.notebook__inner {
  position: relative;
  z-index: 1;
}

.notebook__label {
  background: var(--black);
  color: var(--white);
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  padding: 0.3rem 0.75rem;
  text-transform: uppercase;
}

.notebook ol {
  font-size: 0.95rem;
  line-height: 1.8;
  list-style: none;
  padding: 0;
}

.notebook li::before {
  color: var(--lilac);
  content: counter(list-item) ". ";
  font-family: var(--font-display);
  font-weight: bold;
}

.value__scrap {
  margin-left: auto;
  margin-right: 0;
  max-width: 260px;
  transform: rotate(2deg);
}

/* â”€â”€ CTA â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.cta {
  background: linear-gradient(135deg, var(--lilac) 0%, #7a2fd8 100%);
  color: var(--black);
  overflow: hidden;
  padding: clamp(3rem, 8vw, 5rem) clamp(1.5rem, 5vw, 4rem);
  position: relative;
}

.cta__grid {
  align-items: center;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
  margin: 0 auto;
  max-width: 1100px;
}

@media (min-width: 800px) {
  .cta__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.cta__title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.cta__sub {
  font-family: var(--font-hand);
  font-size: 1.8rem;
  margin: 1rem 0 2rem;
}

.btn-whatsapp {
  align-items: center;
  background: var(--black);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-family: var(--font-display);
  font-size: 1.1rem;
  gap: 0.6rem;
  letter-spacing: 0.06em;
  padding: 1rem 2rem;
  text-transform: uppercase;
  transition: background 0.2s, transform 0.2s;
}

.btn-whatsapp:hover {
  background: #1a1a1a;
  transform: translateY(-2px);
}

.btn-arrow {
  font-size: 1.3rem;
}

.cta__visual {
  position: relative;
}

.cta__note {
  bottom: -10px;
  position: absolute;
  right: -10px;
  transform: rotate(-3deg);
  z-index: 2;
}

@media (max-width: 799px) {
  .cta {
    padding: 2.5rem 1.5rem;
  }

  .cta__grid {
    gap: 1.75rem;
  }

  .cta__title {
    font-size: clamp(2rem, 9vw, 2.6rem);
  }

  .cta__sub {
    font-size: 1.5rem;
    margin: 0.75rem 0 1.25rem;
  }

  .btn-whatsapp {
    font-size: 0.95rem;
    justify-content: center;
    padding: 0.9rem 1.25rem;
    width: 100%;
  }

  .hand-note--cta {
    font-size: 1.1rem;
    margin-top: 0.75rem;
    text-align: center;
  }

  .cta__visual {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .photo-frame--cta {
    aspect-ratio: 4 / 3;
    max-height: 220px;
    max-width: 75%;
    width: 100%;
  }

  .cta__note {
    bottom: auto;
    margin-top: 1rem;
    max-width: 280px;
    position: relative;
    right: auto;
    text-align: center;
    transform: none;
  }
}

/* â”€â”€ Footer â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.footer {
  align-items: center;
  background: var(--black);
  color: rgba(250, 248, 244, 0.7);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8rem;
  gap: 1rem 2rem;
  justify-content: space-between;
  padding: 1.5rem clamp(1.5rem, 5vw, 4rem);
}

.footer__tagline {
  font-family: var(--font-hand);
  font-size: 1.15rem;
  letter-spacing: 0.02em;
}

.logo--footer {
  color: var(--white);
}

.footer__copy {
  font-size: 0.75rem;
  opacity: 0.6;
}/* End custom CSS */