﻿:root {
  --white: #ffffff;
  --text-primary: #f0f0f0;
  --text-secondary: #fafafa;
  --accent: #E6C99A;
  --accent-gold: #d4af37;
  --accent-sandal: #e6c99a;
  --primary-clr: #000000;
  --secondary-clr: #ffffff;
  --logo-transition: 0.4s;
  --bg-overlay: linear-gradient(rgba(0, 0, 0, 0.13) 100%);
  --primary-clr-rgb: 0, 0, 0;
  --secondary-clr-rgb: 255, 255, 255;
  --secondary-light-rgb: 244, 244, 244;
}

/* Standardized CTA Button */
.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
  background: var(--accent-sandal);
  color: var(--primary-clr);
  border-radius: 50px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  margin-top: 1rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background: var(--accent-gold);
}

.cta-button i {
  transition: transform 0.3s ease;
}

.cta-button:hover i {
  transform: translateX(5px);
}


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

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap");

body {
  font-family: 'Cormorant Garamond', serif;
  color: var(--white);
  background-color: #0d1117;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display {
  font-family: 'Cormorant Garamond', serif;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: normal;
}


.panels-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  will-change: height;
  overflow: hidden;

}

.panel-inner {
  position: absolute;

  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.panel-1 {
  z-index: 10;
}

.panel-2 {
  z-index: 9;
}

.panel-3 {
  z-index: 8;
}

.panel-4 {
  z-index: 7;
}

.panel-5 {
  z-index: 6;
}

.panel-6 {
  z-index: 5;
}

.panel-7 {
  z-index: 4;
}

.panel-8 {
  z-index: 3;
}

.panel-9 {
  z-index: 2;
}

.panel-10 {
  z-index: 1;

}

.panel-11 {
  z-index: 0;
}


.hero {
  height: 100vh;
  width: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(var(--primary-clr-rgb), 0.7) 0%, rgba(var(--primary-clr-rgb), 0.4) 100%), url('https://images.unsplash.com/photo-1617478755490-e21232a5eeaf?crop=entropy&cs=srgb&fm=jpg&ixid=MnwxNDU4OXwwfDF8cmFuZG9tfHx8fHx8fHx8MTYxNzU1NjM5NA&ixlib=rb-1.2.1&q=75&w=1920') no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 5%;
}


.dreams-section {
  height: 100vh;
  width: 100%;
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.35)), url('https://images.unsplash.com/photo-1617128734662-66da6c1d3505?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxNDU4OXwwfDF8cmFuZG9tfHx8fHx8fHx8MTYxNzc3NTM3MA&ixlib=rb-1.2.1&q=75&w=1920') no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 5%;
}

.dreams-content {
  max-width: 59.375rem;
  animation: fadeIn 1.5s ease-out;
}

.dreams-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.1875rem;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  text-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.5);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.dreams-icon {
  font-style: normal;
  font-size: 1.5em;
}

.dreams-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 53.125rem;
  margin: 0 auto;
  font-weight: 300;
  text-shadow: 0 0.0625rem 0.3125rem rgba(0, 0, 0, 0.5);
}


.traffic-section {
  height: 100vh;
  width: 100%;
  position: absolute;

  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1506905925346-21bda4d32df4?crop=entropy&cs=srgb&fm=jpg&ixid=MnwxNDU4OXwwfDF8cmFuZG9tfHx8fHx8fHx8MTYxNzU2MDgzMQ&ixlib=rb-1.2.1&q=75&w=1920') no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 5%;
}

.traffic-content {
  max-width: 59.375rem;
  animation: fadeIn 1.5s ease-out;
}

.traffic-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.1875rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  text-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.5);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}



.traffic-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 53.125rem;
  margin: 0 auto 2rem auto;
  font-weight: 300;
  text-shadow: 0 0.0625rem 0.3125rem rgba(0, 0, 0, 0.5);
}

.pixi-insight {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  font-style: italic;
  max-width: 43.75rem;
  margin: 0 auto;
  text-shadow: 0 0.0625rem 0.3125rem rgba(0, 0, 0, 0.5);
}

.insight-label {
  color: var(--accent-gold);
  font-weight: 500;
  font-style: normal;
}


@media (max-width: 48rem) {
  .traffic-title {
    font-size: 1.8rem;
  }

  .traffic-subtitle {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }

  .pixi-insight {
    font-size: 1.125rem;
  }
}


.ux-section {
  height: 100vh;
  width: 100%;
  position: absolute;

  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1617438817509-70e91ad264a5?crop=entropy&cs=srgb&fm=jpg&ixid=MnwxNDU4OXwwfDF8cmFuZG9tfHx8fHx8fHx8MTYxNzU2MDk4Mg&ixlib=rb-1.2.1&q=75&w=1920') no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
}

.ux-content {
  width: 100%;
  max-width: 62.5rem;
  text-align: center;
  animation: fadeIn 1.5s ease-out;

  margin-top: 0;
}

.ux-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.1875rem;
  color: var(--white);
  margin-bottom: 2.5rem;
  text-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.ux-section .card-title {
  font-weight: bold;
  font-size: 1.5rem;
}

.ux-icon {
  font-size: 0.9em;
  transform: rotate(-10deg);
}


.cards-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 2rem;
  margin: 4rem auto 1rem;
  flex-wrap: wrap;
  text-align: center;
}

.cards-container .sub-heading {
  text-align: center;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.ux-section .card,
.blueprint-section .card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(0.125rem);
  -webkit-backdrop-filter: blur(0.125rem);
  border-radius: 0.75rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.5);
  padding: 1rem;
  transition: all 0.4s ease;
  width: clamp(7.5rem, 30vw, 13.75rem);
  height: clamp(7.5rem, 30vw, 13.75rem);
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.36);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}


.ux-section .card:hover,
.blueprint-section .card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-0.3125rem);
  box-shadow: 0 0.9375rem 2.1875rem 0 rgba(0, 0, 0, 0.4);
  border: 0.0625rem solid rgba(255, 255, 255, 0.25);
}


.ux-section .card.spotlight {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
  box-shadow: 0 0 1.5625rem rgba(255, 255, 255, 0.3);
  border: 0.0625rem solid rgba(255, 255, 255, 0.6);
  z-index: 10;
}


.blueprint-cards {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin: 2rem auto;
}


.card-title {
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: var(--secondary-clr);
  letter-spacing: 0.0625rem;
  text-align: center;
}


.card-desc {
  font-size: 0.95rem;
  color: var(--secondary-clr);
  text-align: center;
  line-height: 1.5;
  text-transform: none;
  margin: 0;
}



@media (max-width: 48rem) {
  .cards-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.5rem;
    width: 100%;
    padding: 0 1rem;
    max-width: 31.25rem;

    margin: 2rem auto;
  }


  .blueprint-cards .card:nth-child(3) {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .ux-section .card,
  .blueprint-cards .card {
    width: 42vw;

    height: auto;
    min-height: 11.25rem;
    padding: 1.5rem 1rem;
    margin: 0 auto;
    flex: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
  }

  .card-desc {
    font-size: 1.1rem;
  }
}

@media (max-width: 30rem) {
  .cards-container {
    gap: 1rem;
  }
}


.pixi-note {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 2rem;
  font-style: italic;
  letter-spacing: 0.0312rem;
}

@media (max-width: 37.5rem) {
  .ux-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }

  .pixi-note {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}



@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.3125rem);
  }
}


.hard-questions-section {
  width: 100%;
  height: 100vh;
  position: absolute;

  background: linear-gradient(180deg, rgba(var(--primary-clr-rgb), 0.6) 0%, rgba(var(--primary-clr-rgb), 0.3) 100%), url("https://images.unsplash.com/photo-1617141636403-f511e2d5dc17?crop=entropy&cs=srgb&fm=jpg&ixid=MnwxNDU4OXwwfDF8cmFuZG9tfHx8fHx8fHx8MTYxODAzMjc4Mw&ixlib=rb-1.2.1&q=75&w=1920");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 1rem 3rem;
  overflow: hidden;
}

.hard-questions-section .section-heading {
  margin-top: -3rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}


.flipCard-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  max-width: 75rem;
  margin: 0 auto;
}

.flip-card {
  width: 40vw;
  max-width: 12.5rem;

  height: auto;
  aspect-ratio: 1/1;
  perspective: 62.5rem;
  opacity: 0;

  position: relative;
  overflow: hidden;
  cursor: pointer;
}

@media(min-width: 48rem) {
  .flip-card {
    width: clamp(10rem, 15vw, 13.75rem);
  }
}

.flip-card::before {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, rgba(var(--secondary-clr-rgb), 0.4) 0%, rgba(var(--secondary-clr-rgb), 0.2) 20%, rgba(var(--secondary-clr-rgb), 0) 70%);
  transform: translate(0, 0) rotate(45deg);
  transition: transform 0.6s ease;
  pointer-events: none;
}

.flip-card:hover::before {
  transform: translate(50%, 50%) rotate(45deg);
}

.flip-card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
  transform: rotateY(0deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  inset: 0;
  border: 0.0625rem solid rgba(var(--secondary-clr-rgb), 0.2);
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  backface-visibility: hidden;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  text-align: center;
  color: var(--white);
}

.flip-card-front {
  background: transparent;
}

.flip-card-front .icon {
  width: 2rem;
  aspect-ratio: 1;
  margin-bottom: 0.4rem;

}



.flip-card-front .sub-heading {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0.5rem;
}

.flip-card-back {
  background: rgba(var(--secondary-clr-rgb), 0.05);
  color: var(--secondary-clr);
  transform: rotateY(180deg);
}

.flip-card-back p {
  font-size: 1.1rem;
  margin: 0;
  line-height: normal;
  color: var(--white);
  font-family: 'Cormorant Garamond', serif;
}


@media (max-width: 48rem) {
  .hard-questions-section {
    padding: 2rem 1rem;
  }

  .hard-questions-section .section-heading {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    margin-top: -1rem;

  }

  .flip-card {
    width: 45vw;

    max-width: 10rem;
  }

  .flip-card-front,
  .flip-card-back {
    padding: 0.5rem;
  }

  .flip-card-front .sub-heading {
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 600;
  }

  .flip-card-front .icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .flip-card-back p {
    font-size: 0.9rem;
    line-height: 1.3;
  }
}



.clarity-section {
  --primary: #000;
  --secondary: #fff;
  --gold: #D4AF37;
  min-height: 100vh;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 50%, rgba(255, 255, 255, 0.08), transparent 24%),
    radial-gradient(circle at 76% 38%, rgba(212, 175, 55, 0.14), transparent 22%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 36%, rgba(212, 175, 55, 0.18) 50%, rgba(255, 255, 255, 0) 64%, rgba(255, 255, 255, 0.04) 100%),
    linear-gradient(135deg, #040404 0%, #0b0b0b 48%, #111 100%);
}

.clarity-section::before,
.clarity-section::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
}

.clarity-section::before {
  width: 34vw;
  height: 34vw;
  left: -8vw;
  top: 18%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.06) 0 10%, transparent 11% 100%),
    radial-gradient(circle, transparent 0 57%, rgba(255, 255, 255, 0.08) 58% 59%, transparent 60% 100%);
  opacity: 0.45;
}

.clarity-section::after {
  width: 28rem;
  height: 1px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.9), transparent);
  box-shadow: 0 0 1.5rem rgba(212, 175, 55, 0.5);
}

.clarity-content {
  width: min(100%, 74rem);
  text-align: center;
  position: relative;
  z-index: 1;
}

.clarity-heading {
  font-size: 2.1875rem;
  color: var(--secondary);
  margin-bottom: 1rem;
  line-height: 1;
  text-wrap: balance;
  max-width: 37.5rem;
  margin-inline: auto;
}

.clarity-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3rem);
  margin: 2.5rem 0 1.75rem;
}

.clarity-card {
  min-height: 24rem;
  padding: 1.35rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.28);
  text-align: left;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.clarity-card:hover {
  transform: translateY(-0.35rem);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 1.35rem 3.25rem rgba(0, 0, 0, 0.34);
}

.clarity-card-label {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
}

.clarity-card-visual {
  height: 15rem;
  border-radius: 1.1rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 1.2rem;
}

.clarity-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.clarity-card p {
  font-size: 1.125rem;
  line-height: 1.3;
  color: var(--secondary);
  max-width: 37.5rem;
}

.before-card {
  transform: rotate(-2.5deg);
  filter: saturate(0.82);
}

.before-card .clarity-card-label,
.before-card p {
  filter: blur(0.03rem);
  opacity: 0.75;
}

.before-card .clarity-card-visual img {
  filter: grayscale(0.15) blur(0.02rem);
}

.after-card {
  transform: rotate(2deg) scale(1.02);
  border-color: rgba(212, 175, 55, 0.55);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.08));
  box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.32), 0 0 2rem rgba(212, 175, 55, 0.16);
}

.after-card .clarity-card-label {
  color: var(--gold);
  background: rgba(212, 175, 55, 0.12);
}

.pixi-center {
  position: relative;
  width: clamp(11rem, 16vw, 15rem);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(212, 175, 55, 0.18) 38%, rgba(255, 255, 255, 0.04) 62%, transparent 72%);
  box-shadow: inset 0 0 2rem rgba(255, 255, 255, 0.08), 0 0 2.5rem rgba(212, 175, 55, 0.18);
  transform-style: preserve-3d;
  cursor: pointer;
}

.pixi-center img {
  width: 80%;
  height: auto;
  filter: drop-shadow(0 1rem 1.8rem rgba(0, 0, 0, 0.4));
  animation: float 4.5s ease-in-out infinite;
}

.clarity-orbit {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.clarity-orbit-chaos {
  inset: 12%;
  border: 1px dashed rgba(255, 255, 255, 0.24);
  transform: rotate(-16deg);
}

.clarity-orbit-focus {
  inset: -6%;
  border: 1px solid rgba(212, 175, 55, 0.4);
  box-shadow: 0 0 1.75rem rgba(212, 175, 55, 0.24);
}

.clarity-footer-text {
  max-width: 34rem;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
}

@media (max-width: 64rem) {
  .clarity-section {
    justify-content: flex-start;
    min-height: 100vh;
    padding: 6.25rem 1.25rem 1.25rem;
  }

  .clarity-heading {
    font-size: 2.1875rem;
    margin-bottom: 0.5rem;
  }

  .clarity-wrapper {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    margin: 1rem 0 0.85rem;
  }

  .before-card,
  .after-card,
  .pixi-center {
    transform: none;
  }

  .clarity-card {
    min-height: auto;
    padding: 0.95rem;
  }

  .clarity-card-visual {
    height: 9rem;
  }

  .clarity-card p {
    font-size: 1.125rem;
    line-height: 1.3;
  }

  .pixi-center {
    order: 2;
    margin-inline: auto;
    width: 7.5rem;
  }

  .after-card {
    order: 3;
  }
}

@media (max-width: 48rem) {
  .clarity-section {
    min-height: auto;
    padding: 5.5rem 0.85rem 0.85rem;
  }

  .clarity-wrapper {
    gap: 0.65rem;
    margin: 0.85rem 0 0.75rem;
  }

  .clarity-card {
    padding: 0.8rem;
  }

  .clarity-card-visual {
    height: 7.5rem;
    margin-bottom: 0.7rem;
  }

  .pixi-center {
    width: 5.25rem;
  }

  .clarity-footer-text {
    max-width: 18rem;
    font-size: 0.9rem;
    line-height: 1.3;
  }
}


.clarity-compare-section {
  min-height: 100vh;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.62) 48%, rgba(61, 42, 8, 0.58) 100%),
    url('assets/images/chaos-clarity-bg.png') no-repeat center center / cover;
}

.clarity-compare-content {
  width: min(100%, 74rem);
  text-align: center;
}

.clarity-compare-heading {
  max-width: 37.5rem;
  font-size: 2.1875rem;
  line-height: 1;
  color: var(--white);
  margin-bottom: 1rem;
  text-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.35);
  margin-inline: auto;
}

.clarity-compare-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 3rem);
  margin: 2.5rem 0 1.75rem;
}

.clarity-compare-card {
  min-height: 24rem;
  padding: 1.35rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.25);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.clarity-compare-card:hover {
  transform: translateY(-0.3rem);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(0, 0, 0, 0.34);
  box-shadow: 0 1.2rem 2.8rem rgba(0, 0, 0, 0.32);
}

.clarity-compare-visual {
  height: 15rem;
  margin: 0 0 1.2rem;
  border-radius: 1.1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.clarity-compare-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.45s ease;
}

.clarity-compare-card:hover .clarity-compare-visual img {
  transform: scale(1.03);
}

.clarity-compare-card.after-card {
  border-color: rgba(212, 175, 55, 0.5);
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.16), rgba(0, 0, 0, 0.28));
  box-shadow: 0 1.1rem 2.7rem rgba(0, 0, 0, 0.32), 0 0 1.8rem rgba(212, 175, 55, 0.16);
}

.clarity-compare-card.after-card .clarity-card-label {
  color: var(--gold);
  background: rgba(212, 175, 55, 0.14);
}

.clarity-compare-card.after-card:hover {
  border-color: rgba(212, 175, 55, 0.42);
  box-shadow: 0 1.2rem 2.8rem rgba(0, 0, 0, 0.34), 0 0 1.8rem rgba(212, 175, 55, 0.22);
}

.clarity-compare-card p {
  max-width: 37.5rem;
  font-size: 1.125rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.96);
  margin-inline: auto;
}

.clarity-compare-footer {
  max-width: 37.5rem;
  font-size: 1.125rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.86);
  font-style: italic;
  margin-inline: auto;
}

@media (max-width: 64rem) {
  .clarity-compare-section {
    justify-content: flex-start;
    padding: 6.25rem 1.25rem 1.25rem;
    min-height: 100vh;
  }

  .clarity-compare-content {
    width: min(100%, 32rem);
  }

  .clarity-compare-heading {
    font-size: 2.1875rem;
  }

  .clarity-compare-wrapper {
    gap: 0.85rem;
    margin: 1rem 0 0.85rem;
  }

  .clarity-compare-card {
    min-height: auto;
    padding: 0.95rem;
  }

  .clarity-compare-visual {
    height: 9rem;
    margin-bottom: 0.8rem;
  }

  .clarity-compare-card p {
    font-size: 1.125rem;
    line-height: 1.3;
  }
}

.blueprint-section {
  min-height: 100vh;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background:
    linear-gradient(180deg, rgba(4, 8, 19, 0.2) 0%, rgba(4, 8, 19, 0.72) 100%),
    linear-gradient(90deg, rgba(4, 8, 19, 0.82) 0%, rgba(17, 19, 34, 0.46) 45%, rgba(212, 175, 55, 0.16) 100%),
    url('https://images.unsplash.com/photo-1500375592092-40eb2168fd21?auto=format&fit=crop&w=1600&q=80') no-repeat center center / cover;
}

.blueprint-content {
  width: min(100%, 74rem);
  text-align: center;
}

.blueprint-title {
  max-width: 56rem;
  margin: 0 auto 1rem;
  font-size: 2.1875rem;
  line-height: 1;
  color: var(--white);
  text-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.35);
}

.blueprint-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.75rem);
  margin: 2rem auto 1.5rem;
}

.blueprint-card {
  position: relative;
  min-height: 25rem;
  padding: 1rem;
  border-radius: 1.65rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.28);
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
}

.blueprint-card::before {
  content: "";
  position: absolute;
  inset: auto 1rem 1rem 1rem;
  height: 35%;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, transparent, rgba(4, 8, 19, 0.82));
  pointer-events: none;
}

.blueprint-card:hover {
  transform: translateY(-0.5rem) rotateX(4deg);
  border-color: rgba(212, 175, 55, 0.35);
  box-shadow: 0 1.5rem 3.25rem rgba(0, 0, 0, 0.34), 0 0 1.6rem rgba(212, 175, 55, 0.14);
}

.blueprint-media {
  height: 15rem;
  border-radius: 1.2rem;
  overflow: hidden;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.blueprint-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.blueprint-card:hover .blueprint-media img {
  transform: scale(1.06);
}

.blueprint-card h3,
.blueprint-card p {
  position: relative;
  z-index: 1;
}

.blueprint-card h3 {
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 0.65rem;
}

.blueprint-card p {
  font-size: 1.05rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
  max-width: 15rem;
  margin: 0 auto;
}

.blueprint-subtitle {
  max-width: 42rem;
  margin: 0 auto;
  font-size: clamp(1.1rem, 1.5vw, 1.4rem);
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.86);
  font-style: italic;
}

@media (max-width: 64rem) {
  .blueprint-section {
    justify-content: flex-start;
    padding: 6.25rem 1.25rem 1.25rem;
  }

  .blueprint-title {
    font-size: 2.1875rem;
  }

  .blueprint-showcase {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 1.5rem auto 1rem;
    max-width: 32rem;
  }

  .blueprint-card {
    min-height: auto;
    padding: 0.95rem;
  }

  .blueprint-media {
    height: 10rem;
  }
}

@media (max-width: 48rem) {
  .blueprint-section {
    min-height: auto;
    padding: 5.5rem 0.85rem 0.85rem;
  }

  .blueprint-showcase {
    gap: 0.75rem;
    margin: 1rem auto 0.85rem;
  }

  .blueprint-card {
    padding: 0.8rem;
    border-radius: 1.2rem;
  }

  .blueprint-media {
    height: 8rem;
    border-radius: 0.95rem;
    margin-bottom: 0.8rem;
  }

  .blueprint-card h3 {
    font-size: 1.5rem;
  }

  .blueprint-card p,
  .blueprint-subtitle {
    font-size: 0.95rem;
    line-height: 1.35;
  }
}

.decision-section {
  min-height: 100vh;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background:
    linear-gradient(180deg, rgba(3, 7, 15, 0.24) 0%, rgba(3, 7, 15, 0.88) 100%),
    linear-gradient(90deg, rgba(3, 7, 15, 0.92) 0%, rgba(10, 16, 31, 0.72) 52%, rgba(212, 175, 55, 0.16) 100%),
    url('https://images.unsplash.com/photo-1522543558187-768b6df7c25c?auto=format&fit=crop&w=1800&q=80') no-repeat center center / cover;
}

.decision-content {
  width: min(100%, 78rem);
  text-align: center;
  position: relative;
  z-index: 1;
}

.decision-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 auto 0.75rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.24);
  background: rgba(212, 175, 55, 0.08);
  color: rgba(255, 237, 189, 0.92);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 0 0 1.25rem rgba(212, 175, 55, 0.12);
}

.decision-title {
  max-width: 40rem;
  margin: 0 auto 0.75rem;
  font-size: 2.1875rem;
  line-height: 1;
  color: var(--white);
  text-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.34);
}

.decision-lead {
  max-width: 40rem;
  margin: 0 auto 1.75rem;
  font-size: 1.125rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.86);
}

.decision-game-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(18rem, 0.9fr);
  gap: 1.25rem;
  align-items: stretch;
  margin-bottom: 1.2rem;
}

.decision-game-shell,
.decision-sidebar-card {
  border-radius: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(0.85rem);
  -webkit-backdrop-filter: blur(0.85rem);
  box-shadow: 0 1rem 2.6rem rgba(0, 0, 0, 0.24);
}

.decision-game-shell {
  padding: 1rem;
}

.decision-game-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.decision-toolbar-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.7rem;
}

.decision-maze-wrap {
  display: grid;
  gap: 1rem;
  justify-items: center;
}

.decision-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.75rem;
}

.decision-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  backdrop-filter: blur(0.5rem);
}

.decision-badge i {
  color: #f6d67b;
  font-size: 0.88em;
}

.decision-maze-board {
  position: relative;
  width: min(100%, 52rem);
  height: 27rem;
  border-radius: 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(circle at 65% 18%, rgba(212, 175, 55, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
    linear-gradient(145deg, rgba(10, 16, 31, 0.92), rgba(7, 11, 22, 0.98));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1.5rem 3rem rgba(255, 255, 255, 0.03), 0 1.2rem 3.4rem rgba(0, 0, 0, 0.32);
  overflow: hidden;
  outline: none;
}

.decision-maze-label {
  position: absolute;
  z-index: 3;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 600;
}

.decision-maze-label.label-start {
  left: 6%;
  bottom: 7%;
}

.decision-maze-label.label-end {
  right: 5%;
  top: 10%;
  color: rgba(246, 214, 123, 0.82);
}

.decision-maze-board::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 3.25rem 3.25rem;
  opacity: 0.24;
}

.decision-maze-board::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, transparent 45%, rgba(0, 0, 0, 0.32) 100%);
  pointer-events: none;
}

.decision-corridor,
.decision-node,
.decision-token,
.decision-goal,
.decision-popup {
  position: absolute;
}

.decision-corridor,
.decision-node,
.decision-token,
.decision-goal {
  z-index: 2;
}

.decision-corridor {
  border-radius: 1.25rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
    linear-gradient(90deg, rgba(212, 175, 55, 0.08), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0.45rem 0.9rem rgba(255, 255, 255, 0.05), inset 0 -0.55rem 0.9rem rgba(0, 0, 0, 0.2);
}

.corridor-a {
  left: 5%;
  top: 79%;
  width: 26%;
  height: 10%;
}

.corridor-b {
  left: 25%;
  top: 47%;
  width: 9%;
  height: 42%;
}

.corridor-c {
  left: 25%;
  top: 47%;
  width: 23%;
  height: 10%;
}

.corridor-d {
  left: 42%;
  top: 20%;
  width: 9%;
  height: 37%;
}

.corridor-e {
  left: 42%;
  top: 20%;
  width: 25%;
  height: 10%;
}

.corridor-f {
  left: 60%;
  top: 20%;
  width: 9%;
  height: 38%;
}

.corridor-g {
  left: 60%;
  top: 48%;
  width: 29%;
  height: 10%;
}

.decision-node,
.decision-token {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
}

.decision-node {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 0 0.8rem rgba(255, 255, 255, 0.08);
}

.node-start {
  left: 7.5%;
  top: 82.5%;
}

.node-1 {
  left: 28%;
  top: 82.5%;
}

.node-2 {
  left: 28%;
  top: 50%;
}

.node-3 {
  left: 45%;
  top: 50%;
}

.node-4 {
  left: 45%;
  top: 23%;
}

.node-5 {
  left: 63%;
  top: 50%;
}

.decision-token {
  left: 7.5%;
  top: 82.5%;
  width: 1.7rem;
  height: 1.7rem;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.95), rgba(255, 242, 194, 0.82) 18%, rgba(212, 175, 55, 0.94) 58%, rgba(123, 88, 12, 0.96) 100%);
  box-shadow: inset -0.25rem -0.35rem 0.5rem rgba(0, 0, 0, 0.22), inset 0.22rem 0.2rem 0.4rem rgba(255, 255, 255, 0.26), 0 0.85rem 1.4rem rgba(0, 0, 0, 0.28), 0 0 1.6rem rgba(212, 175, 55, 0.48);
  transform: translateZ(0);
}

.decision-goal {
  right: 4.5%;
  top: 48.5%;
  width: 3.6rem;
  height: 3.6rem;
  display: grid;
  place-items: center;
  color: #f6d67b;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.35);
  background: rgba(212, 175, 55, 0.1);
  box-shadow: 0 0 2rem rgba(212, 175, 55, 0.18);
  font-size: 1.2rem;
}

.decision-popup {
  left: 50%;
  top: 1rem;
  z-index: 4;
  min-width: 16rem;
  max-width: 22rem;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(212, 175, 55, 0.24);
  background: rgba(6, 10, 20, 0.9);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.3);
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
}

.decision-popup-tag {
  display: inline-flex;
  margin-bottom: 0.35rem;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.14);
  color: rgba(246, 214, 123, 0.94);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.decision-popup-text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.9);
}

.decision-control-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font: inherit;
  font-size: 0.92rem;
  cursor: pointer;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  backdrop-filter: blur(0.55rem);
  -webkit-backdrop-filter: blur(0.55rem);
}

.decision-control-btn:hover {
  transform: translateY(-0.2rem);
  border-color: rgba(212, 175, 55, 0.3);
  background: rgba(212, 175, 55, 0.1);
  box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.2), 0 0 1rem rgba(212, 175, 55, 0.14);
}

.decision-control-btn i {
  color: #f6d67b;
}

.decision-touch-controls {
  display: grid;
  grid-template-columns: repeat(3, 3.2rem);
  grid-template-areas:
    ". up ."
    "left down right";
  gap: 0.6rem;
  justify-content: center;
}

.decision-pad-btn {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.decision-pad-btn:hover {
  transform: translateY(-0.12rem);
  border-color: rgba(212, 175, 55, 0.32);
  background: rgba(212, 175, 55, 0.12);
}

.pad-up {
  grid-area: up;
}

.pad-left {
  grid-area: left;
}

.pad-down {
  grid-area: down;
}

.pad-right {
  grid-area: right;
}

.decision-sidebar {
  display: grid;
  gap: 1rem;
}

.decision-sidebar-card {
  padding: 1rem;
  text-align: left;
}

.decision-sidebar-card h3 {
  margin-bottom: 0.85rem;
  font-size: 1.45rem;
  line-height: 1.05;
  color: var(--white);
}

.decision-step-list {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.decision-step-item {
  display: grid;
  grid-template-columns: 2.6rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  padding: 0.8rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.decision-step-item.is-active,
.decision-step-item.is-complete {
  border-color: rgba(212, 175, 55, 0.3);
  background: rgba(212, 175, 55, 0.08);
  box-shadow: 0 0 1.2rem rgba(212, 175, 55, 0.1);
}

.decision-step-icon {
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.24);
  background: rgba(212, 175, 55, 0.1);
  color: #f6d67b;
}

.decision-step-item strong {
  display: block;
  margin-bottom: 0.22rem;
  color: var(--white);
  font-size: 1rem;
}

.decision-step-item span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.35;
}

.decision-sidebar-media img {
  width: 100%;
  height: 11rem;
  object-fit: cover;
  display: block;
  border-radius: 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 0.9rem;
}

.decision-sidebar-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.95rem;
  line-height: 1.4;
}

.decision-footer {
  max-width: 40rem;
  margin: 0 auto;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.86);
}

@media (max-width: 64rem) {
  .decision-section {
    justify-content: flex-start;
    padding: 6.25rem 1.25rem 1.25rem;
  }

  .decision-game-layout {
    grid-template-columns: 1fr;
  }

  .decision-game-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .decision-badges,
  .decision-toolbar-actions {
    justify-content: center;
  }

  .decision-maze-board {
    width: min(100%, 44rem);
    height: 23rem;
  }
}

@media (max-width: 48rem) {
  .decision-section {
    min-height: auto;
    padding: 5.5rem 0.85rem 0.85rem;
  }

  .decision-title {
    font-size: 2.1875rem;
  }

  .decision-lead {
    font-size: 0.95rem;
    margin-bottom: 1rem;
  }

  .decision-badges {
    gap: 0.5rem;
  }

  .decision-badge {
    font-size: 0.82rem;
    padding: 0.4rem 0.7rem;
  }

  .decision-maze-board {
    height: 17rem;
    border-radius: 1.1rem;
  }

  .decision-goal {
    width: 2.5rem;
    height: 2.5rem;
  }

  .decision-maze-label {
    font-size: 0.68rem;
  }

  .decision-control-btn {
    font-size: 0.82rem;
    padding: 0.6rem 0.9rem;
  }

  .decision-touch-controls {
    grid-template-columns: repeat(3, 2.8rem);
    gap: 0.5rem;
  }

  .decision-pad-btn {
    width: 2.8rem;
    height: 2.8rem;
  }

  .decision-sidebar-card {
    padding: 0.85rem;
  }

  .decision-sidebar-card h3 {
    font-size: 1.25rem;
  }

  .decision-step-item {
    grid-template-columns: 2.3rem minmax(0, 1fr);
    gap: 0.6rem;
    padding: 0.72rem;
  }

  .decision-step-icon {
    width: 2.3rem;
    height: 2.3rem;
  }

  .decision-step-item strong {
    font-size: 0.92rem;
  }

  .decision-step-item span,
  .decision-sidebar-note,
  .decision-footer,
  .decision-popup-text {
    font-size: 0.9rem;
  }
}

@media (max-width: 48rem) {
  .clarity-compare-section {
    min-height: auto;
    padding: 5.5rem 0.85rem 0.85rem;
  }

  .clarity-compare-content {
    width: 100%;
  }

  .clarity-compare-wrapper {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    margin: 0.85rem 0 0.75rem;
  }

  .clarity-compare-card {
    min-height: auto;
    padding: 0.8rem;
  }

  .clarity-compare-visual {
    height: 7.5rem;
    margin-bottom: 0.7rem;
  }

  .clarity-compare-card p {
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .clarity-compare-footer {
    font-size: 0.9rem;
    line-height: 1.3;
  }
}


.gift-section {
  height: 100vh;
  width: 100%;
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url('https://images.unsplash.com/photo-1519608487953-e999c86e7455?q=80&w=2070&auto=format&fit=crop') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5%;
}

.gift-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  width: 100%;
  max-width: 68.75rem;
}


.gift-left {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.pixi-gift-wrapper {
  position: relative;
  width: 18.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pixi-gift-img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 1.875rem rgba(255, 215, 0, 0.2));
  animation: float 4s ease-in-out infinite;
}

.pixi-speech-bubble {
  background: rgba(30, 30, 40, 0.9);
  border: 0.0625rem solid rgba(255, 215, 0, 0.3);
  color: var(--white);
  padding: 1rem 1.5rem;
  border-radius: 0.9375rem;
  border-bottom-left-radius: 0;
  margin-top: -1.25rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  text-align: center;
  position: relative;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.4);
  z-index: 2;
  backdrop-filter: blur(0.3125rem);
}

.pixi-speech-bubble::before {
  content: '';
  position: absolute;
  bottom: 100%;

  left: 1.25rem;
  border-width: 0.625rem;
  border-style: solid;
  border-color: transparent transparent rgba(30, 30, 40, 0.9) transparent;
  display: none;

}


.gift-right {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}

.gift-form-card {
  background: rgba(10, 10, 15, 0.75);
  backdrop-filter: blur(0.9375rem);
  -webkit-backdrop-filter: blur(0.9375rem);
  padding: 2.5rem;
  border-radius: 1.25rem;
  border: 0.0625rem solid rgba(255, 215, 0, 0.2);
  width: 100%;
  max-width: 28.125rem;
  box-shadow: 0 1.25rem 3.125rem rgba(0, 0, 0, 0.5), inset 0 0 1.25rem rgba(0, 0, 0, 0.5);
}

.gift-title {
  font-family: 'Cormorant Garamond', serif;
  color: gold;
  font-size: 2.1875rem;
  text-align: center;
  margin-bottom: 0.5rem;
  text-shadow: 0 0 0.625rem rgba(255, 215, 0, 0.3);
}

.gift-question {
  color: rgba(255, 255, 255, 0.92);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.125rem;
  line-height: 1.35;
  text-align: center;
  max-width: 24rem;
  margin: 0 auto 1rem;
}

.gift-subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 2rem;
}

.gift-subtitle .arrow {
  margin: 0 0.3rem;
  color: gold;
}

.pixi-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.input-group {
  position: relative;
}

.input-group input,
.input-group textarea {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  border-radius: 0.625rem;
  padding: 1rem 1rem 1rem 2.8rem;

  color: var(--white);
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.3s ease;
  resize: none;
}

.input-group input:focus,
.input-group textarea:focus {
  border-color: rgba(255, 215, 0, 0.5);
  background: rgba(0, 0, 0, 0.6);
}

.input-icon {
  position: absolute;
  left: 1rem;
  top: 1.1rem;
  color: gold;
  opacity: 0.7;
  font-size: 1rem;
}

.gift-btn {
  background: linear-gradient(135deg, #e6c99a, #d4af37);
  border: none;
  border-radius: 1.875rem;
  padding: 1rem;
  color: #000;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  margin-top: 1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 0.3125rem 0.9375rem rgba(212, 175, 55, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.gift-btn:hover {
  transform: translateY(-0.125rem);
  box-shadow: 0 0.5rem 1.25rem rgba(212, 175, 55, 0.5);
  background: linear-gradient(135deg, #f0d5a8, #e5c14d);
}

.gift-footer-note {
  text-align: center;
  font-style: italic;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 1.5rem;
  font-family: 'Cormorant Garamond', serif;
}


@media (max-width: 56.25rem) {
  .gift-container {
    flex-direction: column;
    gap: 1.5rem;
  }

  .gift-left,
  .gift-right {
    justify-content: center;
    flex: none;
    width: 100%;
  }

  .pixi-gift-wrapper {
    width: 17.5rem;
    /* Increased width */
    flex-direction: column;
    /* Stack vertically */
    gap: 0.75rem;
    align-items: center;
    /* Center items */
    margin: 0 auto;
    /* Center wrapper */
  }

  .pixi-speech-bubble {
    font-size: 1rem;
    /* Increased font size */
    padding: 0.75rem 1rem;
    margin-top: 0;
    margin-left: 0;
    /* Remove negative margin */
    text-align: center;
  }

  .gift-form-card {
    padding: 1.5rem;
    max-width: 25rem;
  }

  .gift-title {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
  }

  .gift-question {
    font-size: 1rem;
    margin-bottom: 0.85rem;
  }

  .gift-subtitle {
    font-size: 0.75rem;
    margin-bottom: 1.5rem;
  }

  .input-group input,
  .input-group textarea {
    font-size: 0.85rem;
    padding: 0.85rem 0.85rem 0.85rem 2.5rem;
  }

  .input-icon {
    font-size: 0.9rem;
    left: 0.85rem;
    top: 0.95rem;
  }

  .gift-btn {
    font-size: 0.9rem;
    padding: 0.85rem;
  }

  .gift-footer-note {
    font-size: 0.7rem;
    margin-top: 1rem;
  }
}


@media (max-width: 37.5rem) {
  .gift-section {
    padding: 0 1rem;
  }

  .gift-container {
    gap: 1rem;
  }

  .pixi-gift-wrapper {
    width: 15rem;
    /* Increased width for mobile */
    gap: 0.5rem;
  }

  .pixi-speech-bubble {
    font-size: 0.9rem;
    /* Increased font size for mobile */
    padding: 0.6rem 0.8rem;
    border-radius: 0.625rem;
  }

  .gift-form-card {
    padding: 1.25rem;
    border-radius: 0.9375rem;
  }

  .gift-title {
    font-size: 1.2rem;
  }

  .gift-question {
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
  }

  .gift-subtitle {
    font-size: 0.7rem;
    margin-bottom: 1.25rem;
  }

  .input-group input,
  .input-group textarea {
    font-size: 0.8rem;
    padding: 0.75rem 0.75rem 0.75rem 2.2rem;
    border-radius: 0.5rem;
  }

  .input-icon {
    font-size: 0.85rem;
    left: 0.75rem;
    top: 0.85rem;
  }

  .gift-btn {
    font-size: 0.85rem;
    padding: 0.75rem;
    border-radius: 1.5625rem;
  }

  .gift-footer-note {
    font-size: 0.65rem;
  }
}

.blueprint-pixi img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 1.25rem rgba(0, 0, 0, 0.6));
  animation: float 5s ease-in-out infinite;
}

@keyframes shine {
  0% {
    text-shadow: 0 0 0.3125rem gold;
  }

  100% {
    text-shadow: 0 0 1.25rem gold, 0 0 1.875rem orange;
  }
}


@media (max-width: 64rem) {
  .blueprint-container {
    flex-direction: column;
    align-items: center;
  }

  .blueprint-pixi {
    margin-left: 0;
    margin-top: -1rem;
    width: 8.75rem;
    order: 2;

  }

  .blueprint-grid {
    width: 100%;
    order: 1;
    gap: 0.75rem;
    max-width: 32.5rem;
  }

  .blueprint-title {
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
  }

  .blueprint-subtitle {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
}


@media (max-width: 37.5rem) {
  .blueprint-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }

  .card-large {
    grid-column: 1 / -1;
    min-height: 5.625rem;
  }

  .card-small {
    min-height: 6.25rem;
  }

  .blueprint-card {
    padding: 0.75rem;
    border-radius: 0.625rem;
  }

  .card-icon-circle {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
  }

  .blueprint-card h3 {
    font-size: 0.8rem;
  }

  .blueprint-title {
    font-size: 1.8rem;
  }

  .blueprint-subtitle {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }

  .blueprint-pixi {
    width: 5.625rem;
    margin-top: -0.5rem;
  }
}

.hero-content {
  max-width: 56.25rem;
  margin-top: -5vh;

  animation: fadeIn 1.5s ease-out;
}

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.1875rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  text-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--text-secondary);
  max-width: 50rem;
  margin: 0 auto;
  font-weight: 300;
  text-shadow: 0 0.0625rem 0.3125rem rgba(0, 0, 0, 0.5);
}


.hero-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.bottom-left,
.bottom-right {
  flex: 1;
}

.circle-btn {
  width: 3.125rem;
  height: 3.125rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: monospace;
  font-size: 0.9rem;
  cursor: pointer;
  transition: transform 0.3s ease, border-color 0.3s ease;
  backdrop-filter: blur(0.3125rem);
}

.circle-btn:hover {
  transform: scale(1.05);
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.scroll-indicator {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.pill {
  width: 1.875rem;
  height: 3.125rem;
  border: 0.125rem solid #8e806a;

  border-radius: 1.25rem;
  position: relative;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
}

.pill::before {
  content: '';
  position: absolute;
  top: 0.5rem;

  left: 50%;
  transform: translateX(-50%);
  width: 0.25rem;
  height: 0.5rem;
  background-color: #8e806a;
  border-radius: 0.125rem;
  animation: scrollWheel 2s infinite ease-in-out;
}

.scroll-indicator span {
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--white);
  opacity: 0.8;
}


@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(1.25rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scrollWheel {
  0% {
    top: 0.5rem;
    opacity: 1;
    height: 0.5rem;
  }

  50% {
    top: 1.5625rem;
    opacity: 0;
    height: 0.25rem;
  }

  100% {
    top: 0.5rem;
    opacity: 0;
    height: 0.5rem;
  }


}


@media (max-width: 48rem) {
  .header {
    padding: 1.5rem;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.125rem;
    padding: 0 1rem;
  }

  .hero-bottom {
    padding: 1.5rem;
  }

  .bottom-left,
  .bottom-right {
    display: none;
  }

  .scroll-indicator {
    margin-bottom: 2rem;
  }
}


.testimonials {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.testimonials-bg {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 8rem 1rem 12rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-image: linear-gradient(180deg, rgba(212, 175, 55, 0.12) 0%, rgba(0, 0, 0, 0.45) 100%), url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2');
  background-size: cover;
  background-position: center;
}

.section-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.1875rem;
  margin: 0 0 1rem;
  color: var(--white);
  font-weight: 600;
  text-align: center;
  text-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.5);
}

.testimonials-bg .section-heading {
  margin-bottom: 3rem;
}

.testimonial-hint {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5rem;
  background: rgba(0, 0, 0, 0.35);
  padding: 0.6rem 1rem;
  border-radius: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
  font-size: 0.9rem;
  backdrop-filter: blur(0.625rem);
  -webkit-backdrop-filter: blur(0.625rem);
  pointer-events: none;
  z-index: 3;
  text-align: center;
  width: max-content;
  margin-inline: auto;
  max-width: calc(100% - 2rem);
}

.gallery_box {
  transform: translateY(0rem) rotateX(-8deg);
  transform-style: preserve-3d;
}

.gallery_box_outer {
  width: 21.875rem;
  height: 13.75rem;
  position: relative;
  transform: perspective(62.5rem);
  transform-style: preserve-3d;
  will-change: transform;
}

.gallery_box_in {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(0.5rem);
  -webkit-backdrop-filter: blur(0.5rem);
  border-radius: 0.75rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  box-sizing: border-box;
  text-align: center;
  color: var(--white);
  will-change: transform;
  transform: translateZ(0);
}

.testimonial-img {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0.75rem;
  border: 0.1875rem solid var(--accent-gold);
  box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.25);
}

.testimonial-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.95);
}

.testimonial-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--accent-gold);
}


.gallery_box_outer:focus {
  outline: 0.1875rem solid rgba(212, 175, 55, 0.18);
}


@media (max-width: 37.5rem) {
  .testimonials-bg .section-heading {
    margin-bottom: 2.5rem;
  }

  .gallery_box {
    transform: translateY(0rem) rotateX(-8deg);
  }

  .testimonial-hint {
    bottom: 1rem;
    font-size: 0.85rem;
  }

  .gallery_box_outer {
    width: 60vw;
    height: 48vw;
    max-width: 98vw;
    max-height: 60vw;
  }

  .testimonial-img {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 0.625rem;
  }

  .testimonial-text {
    font-size: 0.85rem;
  }

  .section-heading {
    font-size: 2.2rem;
    margin-top: 10vh;
  }
}






.hero,
.dreams-section,
.traffic-section,
.ux-section,
.questions-section,
.blueprint-section,
.gift-section,
.testimonials-bg {
  position: relative;

  overflow: hidden;

}

.hero::before,
.dreams-section::before,
.traffic-section::before,
.ux-section::before,
.questions-section::before,
.blueprint-section::before,
.gift-section::before,
.testimonials-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--bg-overlay);
  z-index: 1;
  pointer-events: none;

}


.hero-content,
.dreams-content,
.traffic-content,
.ux-content,
.questions-content,
.blueprint-content,
.gift-container,
.testimonials-bg>*:not(.testimonial-hint) {
  position: relative;
  z-index: 2;
}


.card-image {
  width: 100%;
  height: 10rem;
  overflow: hidden;
  border-radius: 0.625rem;
  margin-bottom: 1rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.pixi-card:hover .card-image img {
  transform: scale(1.1);
}


.mouse-scroll {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.mouse-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.mouse {
  position: relative;
  width: 3rem;
  height: 5.6875rem;
  animation: nudgeMouse 5.5s ease-out infinite;
}

.mouse::after {
  content: '';
  background-color: #ffffff;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 100%;
  animation: trackBallSlide 5.5s linear infinite;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: translateY(-0.9375rem);
}

.mouse .frame {
  width: 100%;
  position: absolute;
  z-index: 1;
}

.mouse .frame path {
  fill: none;
  stroke: var(--accent-sandal);
  stroke-width: 3;
  opacity: 0.5;
}

.mouse .mouse-left,
.mouse .mouse-right {
  width: 50%;
  position: absolute;
  z-index: 2;
}

.mouse .mouse-right {
  right: 0;
}

.mouse .Animate-Draw {
  fill: none;
  stroke: var(--accent-gold);
  stroke-width: 3;
  fill-opacity: 1;
}

.mouse .mouse-left .Animate-Draw {
  animation: DrawLine 5.5s ease-out infinite;
}

.mouse .mouse-right .Animate-Draw {
  animation: DrawLineBack 5.5s ease-out infinite;
}

.mouse-wrap p {
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.5rem;
  font-size: 0.75rem;
  color: #ffffff;
  animation: nudgeText 5.5s ease-out infinite;
  text-align: center;
  margin: 0.625rem 0 0 0;
  padding-right: 0.5rem;

  text-transform: uppercase;
}

.fade-in-mouse {
  opacity: 0;
  transform: translateY(3.75rem) scale(0.92);
  animation: fadeInMouseUp 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s forwards;
}


@keyframes fadeInMouseUp {
  0% {
    opacity: 0;
    transform: translateY(3.75rem) scale(0.92);
  }

  60% {
    opacity: 0.7;
    transform: translateY(0.625rem) scale(1.01);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes nudgeMouse {

  0%,
  22% {
    transform: translateY(0);
  }

  38% {
    transform: translateY(0.5625rem);
  }

  48% {
    transform: translateY(0);
  }

  64% {
    transform: translateY(0.5625rem);
  }

  74% {
    transform: translateY(0);
  }

  90% {
    transform: translateY(0.5625rem);
  }
}

@keyframes nudgeText {

  0%,
  22% {
    transform: translateY(0) scaleY(1);
    opacity: 1;
  }

  38% {
    transform: translateY(0.3125rem) scaleY(0.9);
    opacity: 0.5;
  }

  48% {
    transform: translateY(0) scaleY(1);
    opacity: 1;
  }

  64% {
    transform: translateY(0.3125rem) scaleY(0.9);
    opacity: 0.5;
  }

  74% {
    transform: translateY(0) scaleY(1);
    opacity: 1;
  }

  90% {
    transform: translateY(0.3125rem) scaleY(0.9);
    opacity: 0.5;
  }
}

@keyframes trackBallSlide {

  0%,
  22% {
    transform: translateY(-0.9375rem) scale(1);
    opacity: 1;
  }

  26% {
    transform: translateY(-0.3125rem) scale(0.9);
    opacity: 1;
  }

  34% {
    transform: translateY(1.25rem) scale(0.1);
    opacity: 0;
  }

  41% {
    transform: translateY(-0.3125rem) scale(0);
    opacity: 0.3;
  }

  48% {
    transform: translateY(-0.9375rem) scale(1);
    opacity: 1;
  }

  52% {
    transform: translateY(-0.3125rem) scale(0.9);
    opacity: 1;
  }

  60% {
    transform: translateY(1.25rem) scale(0.1);
    opacity: 0;
  }

  67% {
    transform: translateY(-0.3125rem) scale(0);
    opacity: 0.3;
  }

  74% {
    transform: translateY(-0.9375rem) scale(1);
    opacity: 1;
  }

  78% {
    transform: translateY(-0.3125rem) scale(0.9);
    opacity: 1;
  }

  86% {
    transform: translateY(1.25rem) scale(0.1);
    opacity: 0;
  }

  93% {
    transform: translateY(-0.3125rem) scale(0);
    opacity: 0.3;
  }

  100% {
    transform: translateY(-0.9375rem) scale(1);
    opacity: 1;
  }
}

@keyframes DrawLine {

  0%,
  22% {
    stroke-dashoffset: 0;
    stroke-dasharray: 120;
    stroke-opacity: 1;
  }

  38% {
    stroke-dashoffset: 125;
    stroke-dasharray: 120;
    stroke-opacity: 1;
  }

  38.1% {
    stroke-dashoffset: 0;
    stroke-dasharray: 120;
    stroke-opacity: 0;
  }

  48% {
    stroke-dashoffset: 0;
    stroke-dasharray: 120;
    stroke-opacity: 1;
  }

  64% {
    stroke-dashoffset: 125;
    stroke-dasharray: 120;
    stroke-opacity: 1;
  }

  64.1% {
    stroke-dashoffset: 0;
    stroke-dasharray: 120;
    stroke-opacity: 0;
  }

  74% {
    stroke-dashoffset: 0;
    stroke-dasharray: 120;
    stroke-opacity: 1;
  }

  90% {
    stroke-dashoffset: 125;
    stroke-dasharray: 120;
    stroke-opacity: 1;
  }

  90.1% {
    stroke-dashoffset: 0;
    stroke-dasharray: 120;
    stroke-opacity: 0;
  }
}

@keyframes DrawLineBack {

  0%,
  22% {
    stroke-dashoffset: 0;
    stroke-dasharray: 120;
    stroke-opacity: 1;
  }

  38% {
    stroke-dashoffset: -114;
    stroke-dasharray: 120;
    stroke-opacity: 1;
  }

  38.1% {
    stroke-dashoffset: 0;
    stroke-dasharray: 120;
    stroke-opacity: 0;
  }

  48% {
    stroke-dashoffset: 0;
    stroke-dasharray: 120;
    stroke-opacity: 1;
  }

  64% {
    stroke-dashoffset: -114;
    stroke-dasharray: 120;
    stroke-opacity: 1;
  }

  64.1% {
    stroke-dashoffset: 0;
    stroke-dasharray: 120;
    stroke-opacity: 0;
  }

  74% {
    stroke-dashoffset: 0;
    stroke-dasharray: 120;
    stroke-opacity: 1;
  }

  90% {
    stroke-dashoffset: -114;
    stroke-dasharray: 120;
    stroke-opacity: 1;
  }

  90.1% {
    stroke-dashoffset: 0;
    stroke-dasharray: 120;
    stroke-opacity: 0;
  }
}

@media (max-width: 48rem) {

  .dreams-subtitle,
  .gift-subtitle {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
}

/* Initial Hidden State for GSAP Elements to prevent fade-glitch */
.flip-card,
.before-card,
.after-card,
.pixi-center,
.clarity-footer-text,
.clarity-compare-card,
.clarity-compare-footer,
.blueprint-card,
.blueprint-subtitle,
.decision-title,
.decision-kicker,
.decision-lead,
.decision-badge,
.decision-game-shell,
.decision-sidebar-card,
.decision-footer,
.testimonials .section-heading,
.gallery_box_outer,
.testimonial-hint,
.pixi-gift-wrapper,
.gift-form-card,
.clarity-heading,
.clarity-compare-heading,
.blueprint-title {
  opacity: 0;
}

@media (max-width: 56.25rem) {
  .blueprint-section .blueprint-title {
    font-size: 2.1875rem;
    margin-bottom: 1rem;
  }

  .blueprint-section .blueprint-subtitle {
    font-size: 1rem;
    line-height: 1.35;
    margin-bottom: 0;
  }
}

@media (max-width: 37.5rem) {
  .blueprint-section .blueprint-card {
    padding: 0.8rem;
    border-radius: 1.2rem;
  }

  .blueprint-section .blueprint-card h3 {
    font-size: 1.5rem;
  }

  .blueprint-section .blueprint-title {
    font-size: 2rem;
  }

  .blueprint-section .blueprint-subtitle {
    font-size: 0.95rem;
    line-height: 1.35;
    margin-bottom: 0;
  }
}
