/* =========================================================
   WEBCRAFT.GROWTH — COMPLETE STYLE SHEET
   ========================================================= */

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", sans-serif;
  background: #0a0a0a;
  color: #f4f0e8;
  line-height: 1.5;
  overflow-x: hidden;
}

/* =========================================================
   NOISE
   ========================================================= */

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.035;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* =========================================================
   NAVIGATION
   ========================================================= */

.nav {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6vw;
  border-bottom: 1px solid #242424;
  position: sticky;
  top: 0;
  background: rgba(10, 10, 10, 0.86);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 10;
}

.brand {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.15rem;
  letter-spacing: -0.05em;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.brand b {
  color: #c8ff43;
}

.nav nav {
  display: flex;
  gap: 32px;
}

.nav nav a {
  color: #aaa;
  text-decoration: none;
  font-size: 0.88rem;
  transition: color 0.25s ease;
}

.nav nav a:hover {
  color: #fff;
}

.nav-cta {
  border: 1px solid #444;
  color: #fff;
  text-decoration: none;
  padding: 11px 17px;
  border-radius: 999px;
  font-size: 0.82rem;
  transition: all 0.25s ease;
}

.nav-cta:hover {
  background: #c8ff43;
  border-color: #c8ff43;
  color: #0a0a0a;
}

/* =========================================================
   HERO
   ========================================================= */

.hero {
  min-height: calc(100vh - 82px);
  padding: 9vh 8vw 7vh;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 5vw;
  max-width: 1500px;
  margin: auto;
}

.eyebrow,
.section-label {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #aaa;
}

.dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c8ff43;
  margin-right: 9px;
  box-shadow: 0 0 16px #c8ff43;
}

.hero h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(4rem, 8vw, 8.2rem);
  line-height: 0.89;
  letter-spacing: -0.075em;
  margin: 24px 0;
}

.hero h1 em {
  color: #c8ff43;
  font-style: normal;
}

.hero-text {
  font-size: 1.12rem;
  color: #aaa;
  max-width: 590px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin: 34px 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 15px 21px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.86rem;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn.primary {
  background: #c8ff43;
  color: #0a0a0a;
}

.btn.ghost {
  border: 1px solid #3b3b3b;
  color: #fff;
}

.btn.light {
  background: #f4f0e8;
  color: #0a0a0a;
}

.micro-proof {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  margin-top: 40px;
}

.micro-proof span {
  font-weight: 700;
}

.micro-proof small {
  color: #777;
}

.micro-proof i {
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #555;
  margin: 0 7px;
}

/* =========================================================
   HERO ART
   ========================================================= */

.hero-art {
  height: 620px;
  position: relative;
  display: grid;
  place-items: center;
}

.orbit {
  position: absolute;
  border: 1px solid #292929;
  border-radius: 50%;
  aspect-ratio: 1;
}

.orbit-one {
  width: 90%;
  transform: rotate(25deg);
}

.orbit-two {
  width: 65%;
  border-color: #383838;
  transform: rotate(-35deg);
}

.phone-card {
  position: relative;
  width: 270px;
  height: 520px;
  border: 7px solid #262626;
  background: #161616;
  border-radius: 38px;
  padding: 17px;
  box-shadow: 0 40px 90px #000;
  transform: rotate(7deg);
  z-index: 2;
}

.phone-top {
  font-size: 0.55rem;
  color: #777;
  display: flex;
  justify-content: space-between;
}

.mini-brand {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.6rem;
  line-height: 0.8;
  margin: 70px 0 20px;
}

.mini-brand strong {
  color: #c8ff43;
}

.mini-image {
  height: 175px;
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    #353535,
    #9c8f70 55%,
    #242424
  );
}

.mini-lines {
  margin: 18px 0;
}

.mini-lines b {
  display: block;
  height: 5px;
  background: #333;
  margin: 8px 0;
  border-radius: 8px;
}

.mini-lines b:nth-child(1) {
  width: 90%;
}

.mini-lines b:nth-child(2) {
  width: 65%;
}

.mini-lines b:nth-child(3) {
  width: 80%;
}

.mini-button {
  background: #c8ff43;
  color: #000;
  text-align: center;
  padding: 12px;
  border-radius: 10px;
  font-size: 0.68rem;
  font-weight: 800;
}

.floating-card {
  position: absolute;
  background: #161616;
  border: 1px solid #383838;
  padding: 15px 18px;
  z-index: 3;
  box-shadow: 0 20px 50px #000;
}

.card-price {
  top: 18%;
  right: 0;
  transform: rotate(-4deg);
}

.card-price small {
  display: block;
  color: #777;
  font-size: 0.55rem;
}

.card-price strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.8rem;
  color: #c8ff43;
}

.card-tag {
  bottom: 15%;
  left: 0;
  font-size: 0.65rem;
  color: #888;
  transform: rotate(4deg);
}

.card-tag strong {
  color: #fff;
}

/* =========================================================
   TICKER
   ========================================================= */

.ticker {
  overflow: hidden;
  border-block: 1px solid #242424;
  padding: 19px 0;
  white-space: nowrap;
  color: #888;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}

.ticker div {
  animation: marquee 22s linear infinite;
}

.ticker span {
  color: #c8ff43;
  margin: 0 24px;
}

@keyframes marquee {
  to {
    transform: translateX(-25%);
  }
}

/* =========================================================
   SECTIONS
   ========================================================= */

.section {
  padding: 130px 8vw;
  max-width: 1500px;
  margin: auto;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 8vw;
  margin-top: 35px;
}

.intro h2,
.section h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3rem, 6vw, 6.5rem);
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.intro h2 span,
.section h2 span {
  color: #c8ff43;
}

.intro-grid p {
  font-size: 1.25rem;
  color: #d5d0c7;
  margin-bottom: 25px;
  max-width: 560px;
}

.intro-grid .muted {
  font-size: 1rem;
  color: #777;
}

/* =========================================================
   WORK SECTION
   ========================================================= */

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 45px;
}

.section-head > p {
  max-width: 320px;
  color: #777;
}

.projects {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.project {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.project:hover {
  transform: translateY(-6px);
}

.project-large {
  grid-column: span 2;
}

.project-visual {
  height: 470px;
  border: 1px solid #2b2b2b;
  overflow: hidden;
  position: relative;
}

.project:not(.project-large) .project-visual {
  height: 430px;
}

/* =========================================================
   GRILANZA PREVIEW
   ========================================================= */

.grilanza {
  background: radial-gradient(
    circle at 65% 40%,
    #70421d,
    #15110e 55%
  );
  display: grid;
  place-items: center;
}

.browser {
  width: 76%;
  height: 76%;
  background: #f1e9dc;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 30px 70px #0008;
  transform: rotate(-2deg);
}

.browser-bar {
  height: 27px;
  background: #ddd1c0;
  color: #756957;
  font-size: 0.5rem;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
}

.browser-bar i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9b8f80;
}

.browser-bar span {
  margin-left: auto;
}

.browser-content {
  height: calc(100% - 27px);
  padding: 38px 35px;
  color: #281a11;
  position: relative;
}

.browser-content small {
  font-size: 0.5rem;
  letter-spacing: 0.2em;
}

.browser-content strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 3.5rem;
  line-height: 0.8;
  display: block;
  margin-top: 25px;
}

.mock-food {
  position: absolute;
  right: -10%;
  bottom: -20%;
  width: 50%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(
    circle at 40% 35%,
    #d79c51,
    #6b3118 35%,
    #2b160d 62%,
    transparent 63%
  );
  filter: blur(1px);
}

/* =========================================================
   DREAMS SALON PREVIEW
   ========================================================= */

.salon {
  background: linear-gradient(
    135deg,
    #d7c5bd,
    #5b4a46
  );
  display: grid;
  place-items: center;
}

.salon-window {
  width: 65%;
  height: 72%;
  background: #ede5dfd9;
  padding: 55px 40px;
  color: #3c2b28;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 20px 30px 60px #0004;
}

.salon-window small {
  letter-spacing: 0.3em;
}

.salon-window strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 3.4rem;
  line-height: 0.85;
  margin: 20px 0;
}

.salon-window span {
  font-size: 0.6rem;
  letter-spacing: 0.18em;
}

/* =========================================================
   LOTUS C STUDIOS PREVIEW
   ========================================================= */

.lotus {
  position: relative;
  background:
    radial-gradient(
      circle at 70% 25%,
      rgba(255, 255, 255, 0.08),
      transparent 35%
    ),
    linear-gradient(
      135deg,
      #111,
      #080808 60%,
      #151515
    );
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Cinematic light streaks */
.lotus::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 160%;
  top: -30%;
  left: 15%;
  background: linear-gradient(
    110deg,
    transparent 35%,
    rgba(255, 255, 255, 0.06) 45%,
    transparent 55%
  );
  transform: rotate(-8deg);
}

/* Cinematic frame */
.lotus-window {
  position: relative;
  width: 82%;
  height: 76%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.035),
      transparent 55%
    );
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.65),
    inset 0 0 50px rgba(255, 255, 255, 0.02);
}

.lotus-window::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.035);
  pointer-events: none;
}

.lotus-window small {
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  color: #aaa;
}

.lotus-window strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 0.85;
  letter-spacing: -0.06em;
  color: #fff;
}

.lotus-window span {
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  color: #777;
}

/* =========================================================
   LORA PHYSIOTHERAPY PREVIEW
   ========================================================= */

.lora {
  background:
    radial-gradient(
      circle at 70% 35%,
      rgba(130, 190, 170, 0.28),
      transparent 40%
    ),
    linear-gradient(
      135deg,
      #17231f,
      #0d1513
    );
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}

.lora::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px solid rgba(180, 230, 210, 0.18);
  right: 10%;
  top: 12%;
  box-shadow:
    0 0 80px rgba(130, 210, 180, 0.12);
}

.lora-window {
  width: 78%;
  height: 72%;
  padding: 40px;
  border: 1px solid rgba(220, 255, 240, 0.2);
  background: rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.lora-window small {
  font-size: 0.55rem;
  letter-spacing: 0.24em;
  color: #9fc7b8;
}

.lora-window strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 0.88;
  margin: 20px 0;
}

.lora-window span {
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  color: #8da99f;
}

/* =========================================================
   COMING SOON
   ========================================================= */

.coming-art {
  background:
    radial-gradient(
      circle,
      #202020,
      #0d0d0d 65%
    );
  display: grid;
  place-items: center;
  text-align: center;
  color: #555;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.2rem;
  letter-spacing: -0.05em;
}

.project-info {
  display: flex;
  justify-content: space-between;
  padding: 18px 2px 5px;
}

.project-info span {
  font-size: 0.65rem;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.project-info h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.5rem;
  margin-top: 4px;
}

.project-info > b {
  font-size: 0.75rem;
  color: #c8ff43;
}

/* =========================================================
   SERVICES
   ========================================================= */

.service-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 1px;
  background: #2b2b2b;
  margin-top: 55px;
  border: 1px solid #2b2b2b;
}

.service-grid > div {
  background: #0a0a0a;
  padding: 38px;
  min-height: 260px;
}

.service-intro {
  grid-row: span 2;
}

.service-intro h2 {
  font-size: 4rem;
}

.service-intro p {
  color: #777;
  max-width: 280px;
  margin-top: 25px;
}

.service-item span {
  color: #c8ff43;
  font-size: 0.7rem;
}

.service-item h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.5rem;
  margin: 30px 0 12px;
}

.service-item p {
  color: #777;
  font-size: 0.9rem;
  max-width: 320px;
}

/* =========================================================
   PRICING
   ========================================================= */

.pricing {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 8vw;
  align-items: center;
  background: #101010;
  max-width: none;
  padding-inline: 12vw;
}

.price-copy h2 {
  margin: 25px 0;
}

.price-copy > p {
  color: #777;
  max-width: 470px;
  margin: 25px 0 35px;
}

.price-card {
  background: #c8ff43;
  color: #0a0a0a;
  padding: 38px;
  max-width: 460px;
  transform: rotate(2deg);
  box-shadow: 25px 30px 0 #272727;
}

.price-top {
  display: flex;
  justify-content: space-between;
  font-size: 0.65rem;
  font-weight: 800;
}

.price-top small {
  opacity: 0.55;
}

.big-price {
  font-family: "Space Grotesk", sans-serif;
  font-size: 5rem;
  letter-spacing: -0.08em;
  margin: 35px 0 20px;
}

.big-price span {
  font-size: 1rem;
}

.price-card ul {
  list-style: none;
  border-top: 1px solid #0a0a0a55;
}

.price-card li {
  padding: 11px 0;
  border-bottom: 1px solid #0a0a0a33;
  font-size: 0.9rem;
}

.price-card li::before {
  content: "✓";
  margin-right: 10px;
}

.fine {
  display: block;
  opacity: 0.55;
  font-size: 0.62rem;
  margin-top: 18px;
}

/* =========================================================
   PROCESS
   ========================================================= */

.process > h2 {
  margin: 25px 0 60px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #2b2b2b;
}

.steps > div {
  padding: 30px 25px;
  border-right: 1px solid #2b2b2b;
  min-height: 250px;
}

.steps > div:last-child {
  border-right: 0;
}

.steps b {
  font-family: "Space Grotesk", sans-serif;
  color: #c8ff43;
}

.steps h3 {
  font-family: "Space Grotesk", sans-serif;
  margin: 50px 0 12px;
  font-size: 1.35rem;
}

.steps p {
  color: #777;
  font-size: 0.9rem;
}

/* =========================================================
   CTA
   ========================================================= */

.cta {
  position: relative;
  text-align: center;
  padding: 150px 8vw;
  background: #c8ff43;
  color: #0a0a0a;
  overflow: hidden;
}

.cta .section-label {
  color: #0a0a0a99;
}

.cta h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3.2rem, 7vw, 7.5rem);
  letter-spacing: -0.07em;
  line-height: 0.9;
  margin: 25px auto;
  position: relative;
}

.cta h2 em {
  font-style: normal;
}

.cta p {
  margin: 20px 0 30px;
  position: relative;
}

.cta-number {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  margin-top: 30px;
  position: relative;
}

.cta-glow {
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: #fff5;
  filter: blur(80px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* =========================================================
   FOOTER
   ========================================================= */

footer {
  padding: 35px 6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #777;
  font-size: 0.75rem;
}

footer .brand {
  color: #fff;
}

footer .brand b {
  color: #c8ff43;
}

/* =========================================================
   REVEAL ANIMATIONS
   ========================================================= */

.reveal-item {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.reveal-item.visible {
  opacity: 1;
  transform: none;
}

.project.reveal-item:nth-child(2),
.service-item.reveal-item:nth-child(3),
.steps > div.reveal-item:nth-child(2) {
  transition-delay: 0.08s;
}

.project.reveal-item:nth-child(3),
.service-item.reveal-item:nth-child(4),
.steps > div.reveal-item:nth-child(3) {
  transition-delay: 0.16s;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

  .nav {
    padding: 0 5vw;
  }

  .nav nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 70px;
  }

  .hero-art {
    height: 500px;
  }

  .hero h1 {
    font-size: clamp(4rem, 15vw, 7rem);
  }

  .intro-grid,
  .pricing {
    grid-template-columns: 1fr;
  }

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

  .project-large {
    grid-column: auto;
  }

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

  .service-intro {
    grid-row: auto;
  }

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

  .steps > div:nth-child(2) {
    border-right: 0;
  }

  .steps > div:nth-child(-n + 2) {
    border-bottom: 1px solid #2b2b2b;
  }

  .pricing {
    padding-inline: 8vw;
  }

  .price-card {
    margin: 20px auto 0;
  }

  .section-head {
    display: block;
  }

  .section-head > p {
    margin-top: 20px;
  }

  .lotus-window {
    width: 82%;
    height: 74%;
  }

  .lora-window {
    width: 80%;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

  .nav {
    height: 70px;
  }

  .nav-cta {
    padding: 9px 12px;
    font-size: 0.7rem;
  }

  .hero {
    min-height: auto;
    padding: 70px 6vw 40px;
  }

  .hero-text {
    font-size: 1rem;
  }

  .hero-actions {
    flex-wrap: wrap;
  }

  .micro-proof {
    flex-wrap: wrap;
  }

  .hero-art {
    height: 430px;
  }

  .phone-card {
    width: 220px;
    height: 410px;
  }

  .mini-brand {
    margin-top: 45px;
  }

  .mini-image {
    height: 135px;
  }

  .floating-card {
    font-size: 0.65rem;
  }

  .section {
    padding: 90px 6vw;
  }

  .intro-grid p {
    font-size: 1.05rem;
  }

  .project-visual,
  .project:not(.project-large) .project-visual {
    height: 330px;
  }

  .browser-content {
    padding: 25px;
  }

  .browser-content strong,
  .salon-window strong {
    font-size: 2.3rem;
  }

  .salon-window {
    padding: 30px;
    width: 75%;
    height: 75%;
  }

  /* Lotus mobile */
  .lotus-window {
    width: 84%;
    height: 76%;
    padding: 22px;
  }

  .lotus-window strong {
    font-size: 2.5rem;
  }

  .lotus-window small {
    font-size: 0.5rem;
  }

  .lotus-window span {
    font-size: 0.48rem;
  }

  /* LORA mobile */
  .lora-window {
    width: 82%;
    height: 76%;
    padding: 25px;
  }

  .lora-window strong {
    font-size: 2.4rem;
  }

  .lora-window small {
    font-size: 0.48rem;
  }

  .lora-window span {
    font-size: 0.5rem;
  }

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

  .service-grid > div {
    min-height: 220px;
  }

  .service-intro h2 {
    font-size: 3.2rem;
  }

  .pricing {
    padding: 90px 6vw;
  }

  .big-price {
    font-size: 4rem;
  }

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

  .steps > div {
    border-right: 0 !important;
    border-bottom: 1px solid #2b2b2b !important;
  }

  .steps > div:last-child {
    border-bottom: 0 !important;
  }

  footer {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .cta {
    padding: 110px 6vw;
  }

  .cta h2 {
    font-size: 3.4rem;
  }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 380px) {

  .brand {
    font-size: 1rem;
  }

  .nav-cta {
    font-size: 0.62rem;
  }

  .hero h1 {
    font-size: 3.6rem;
  }

  .phone-card {
    width: 200px;
    height: 380px;
  }

  .card-price {
    right: -10px;
  }

  .card-tag {
    left: -10px;
  }

  .lotus-window strong {
    font-size: 2.15rem;
  }

  .lora-window strong {
    font-size: 2.1rem;
  }
}