/* Premiuminaja public landing: bright, optimistic visual system. */
.landing-page.landing-v3 {
  --happy-ink: #102d43;
  --happy-muted: #547083;
  --happy-blue: #1479d1;
  --happy-blue-dark: #0b5fa9;
  --happy-cyan: #1bc5c8;
  --happy-sky: #c9f3ff;
  --happy-sky-soft: #eefbff;
  --happy-yellow: #ffd45f;
  --happy-coral: #ff6f61;
  --happy-green: #41c98a;
  --happy-white: #fffefa;
  --happy-line: #c9dce5;
  --happy-shadow: 0 20px 50px rgba(24, 78, 111, 0.14);
  color: var(--happy-ink);
  background: var(--happy-white);
  font-family: "DM Sans", sans-serif;
  overflow-x: clip;
}

.landing-v3 *,
.landing-v3 *::before,
.landing-v3 *::after {
  letter-spacing: 0;
}

.landing-v3 h1,
.landing-v3 h2,
.landing-v3 h3,
.landing-v3 .landing-brand-name {
  color: var(--happy-ink);
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: 0;
}

.landing-v3 p {
  color: var(--happy-muted);
}

.landing-v3 .btn {
  min-height: 44px;
  border-radius: 8px;
  padding: 0.72rem 1.15rem;
  color: var(--happy-ink);
  font-weight: 700;
  box-shadow: none;
}

.landing-v3 .btn:hover {
  transform: translateY(-2px);
}

.landing-v3 .btn-primary {
  color: #fff;
  border-color: var(--happy-blue);
  background: var(--happy-blue);
  box-shadow: 0 12px 24px rgba(20, 121, 209, 0.24);
}

.landing-v3 .btn-primary:hover {
  color: #fff;
  border-color: var(--happy-blue-dark);
  background: var(--happy-blue-dark);
  box-shadow: 0 14px 28px rgba(20, 121, 209, 0.28);
}

.landing-v3 .btn-outline {
  color: var(--happy-ink);
  border-color: #9dbbc9;
  background: rgba(255, 255, 255, 0.78);
}

.landing-v3 .btn-outline:hover {
  color: var(--happy-blue-dark);
  border-color: var(--happy-blue);
  background: #fff;
}

.landing-v3 .btn-ghost {
  color: var(--happy-ink);
  background: transparent;
}

.landing-v3 .btn-ghost:hover {
  color: var(--happy-blue-dark);
  background: #eaf7fb;
}

.landing-v3 .btn-lg {
  min-height: 54px;
  padding: 0.9rem 1.45rem;
  font-size: 1rem;
}

.landing-v3 .landing-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  min-height: 76px;
  padding: 0.6rem max(1rem, calc((100vw - 1360px) / 2));
  border-bottom: 1px solid #d9e8ee;
  background: rgba(255, 254, 250, 0.94);
  backdrop-filter: blur(18px);
}

.landing-v3 .landing-brand {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  width: auto;
  height: 58px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.landing-v3 .landing-brand:hover {
  transform: translateY(-1px);
  box-shadow: none;
}

.landing-v3 .landing-brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  flex: 0 0 auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.landing-v3 .landing-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.landing-v3 .landing-brand-name {
  color: var(--happy-ink);
  font-size: 1.02rem;
  font-weight: 800;
}

.landing-v3 .landing-menu {
  display: flex;
  justify-content: center;
  gap: 2rem;
  color: #35566a;
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: none;
}

.landing-v3 .landing-menu a {
  position: relative;
  padding: 0.75rem 0;
}

.landing-v3 .landing-menu a::after {
  position: absolute;
  right: 100%;
  bottom: 3px;
  left: 0;
  height: 3px;
  content: "";
  background: var(--happy-coral);
  transition: right 0.2s ease;
}

.landing-v3 .landing-menu a:hover::after {
  right: 0;
}

.landing-v3 .landing-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.landing-v3 .landing-menu-toggle {
  display: none;
}

.landing-v3 .landing-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 570px;
  place-items: center;
  overflow: hidden;
  padding: 64px max(1rem, calc((100vw - 1360px) / 2)) 72px;
  background: var(--happy-sky);
  isolation: isolate;
}

.landing-v3 .landing-hero::before {
  display: none;
}

.landing-v3 .landing-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 18px;
  content: "";
  background: var(--happy-cyan);
}

.landing-v3 .hero-shape {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.landing-v3 .hero-shape-yellow {
  top: 70px;
  left: -55px;
  width: 155px;
  height: 155px;
  background: var(--happy-yellow);
  transform: rotate(20deg);
}

.landing-v3 .hero-shape-coral {
  right: 5.5%;
  bottom: 58px;
  width: 90px;
  height: 90px;
  border: 18px solid var(--happy-coral);
  transform: rotate(14deg);
}

.landing-v3 .hero-grid-mark {
  position: absolute;
  top: 92px;
  right: 4%;
  z-index: -1;
  width: 116px;
  height: 76px;
  opacity: 0.55;
  background-image: radial-gradient(#0d75bd 2px, transparent 2px);
  background-size: 14px 14px;
}

.landing-v3 .landing-hero-copy {
  position: relative;
  z-index: 3;
  width: min(100%, 940px);
  max-width: 940px;
  padding-top: 0;
  text-align: center;
}

.landing-v3 .landing-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  color: #0c668d;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.landing-v3 .landing-hero .landing-kicker {
  margin-inline: auto;
}

.landing-v3 .landing-kicker i {
  display: block;
  width: 11px;
  height: 11px;
  background: var(--happy-coral);
  transform: rotate(45deg);
}

.landing-v3 .landing-hero h1 {
  max-width: 12ch;
  margin: 1.2rem auto 1.35rem;
  color: var(--happy-ink);
  font-size: 66px;
  font-weight: 800;
  line-height: 1.04;
}

.landing-v3 .landing-hero h1 em {
  position: relative;
  color: var(--happy-blue-dark);
  font-style: normal;
  white-space: nowrap;
}

.landing-v3 .landing-hero h1 em::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  z-index: -1;
  height: 12px;
  content: "";
  background: var(--happy-yellow);
}

.landing-v3 .landing-hero-copy > p {
  max-width: 54ch;
  margin: 0 auto;
  color: #3f6377;
  font-size: 1.08rem;
  line-height: 1.75;
}

.landing-v3 .landing-cta {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 1.8rem;
}

.landing-v3 .landing-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 2.1rem;
}

.landing-v3 .landing-trust span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.78rem;
  border: 1px solid rgba(66, 124, 151, 0.3);
  border-radius: 8px;
  color: #375d72;
  background: rgba(255, 255, 255, 0.78);
  font-size: 0.76rem;
}

.landing-v3 .landing-trust b {
  color: var(--happy-coral);
  font-size: 0.65rem;
}

.landing-v3 .landing-trust strong {
  color: var(--happy-ink);
  font-weight: 700;
}

.landing-v3 .landing-hero-media {
  position: absolute;
  top: 145px;
  right: max(24px, calc((100vw - 1360px) / 2));
  z-index: 2;
  width: min(690px, 49vw);
  overflow: visible;
  border: 8px solid #fff;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(22, 91, 126, 0.24);
  transform: rotate(1.8deg);
}

.landing-v3 .hero-media-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  padding: 0 0.7rem;
  border-bottom: 1px solid #d7e7ed;
  color: #648395;
  background: #fff;
}

.landing-v3 .hero-media-topbar > span {
  display: flex;
  gap: 5px;
}

.landing-v3 .hero-media-topbar i {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--happy-coral);
}

.landing-v3 .hero-media-topbar i:nth-child(2) {
  background: var(--happy-yellow);
}

.landing-v3 .hero-media-topbar i:nth-child(3) {
  background: var(--happy-green);
}

.landing-v3 .hero-media-topbar small {
  font-size: 0.68rem;
}

.landing-v3 .landing-preview-grid {
  position: relative;
  display: block;
  padding: 0;
}

.landing-v3 .landing-preview-card {
  overflow: hidden;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #e8f3f7;
}

.landing-v3 .landing-preview-main {
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 10;
}

.landing-v3 .landing-preview-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}

.landing-v3 .hero-floating-note {
  position: absolute;
  right: 22px;
  bottom: -48px;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.78rem 0.92rem;
  border: 2px solid var(--happy-ink);
  border-radius: 8px;
  color: var(--happy-ink);
  background: var(--happy-yellow);
  box-shadow: 8px 8px 0 rgba(16, 45, 67, 0.12);
}

.landing-v3 .hero-floating-note strong,
.landing-v3 .hero-floating-note small {
  display: block;
}

.landing-v3 .hero-floating-note strong {
  font-size: 0.78rem;
}

.landing-v3 .hero-floating-note small {
  margin-top: 0.12rem;
  color: #5e5d43;
  font-size: 0.67rem;
}

.landing-v3 .pulse-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--happy-green);
  box-shadow: 0 0 0 5px rgba(65, 201, 138, 0.2);
}

.landing-v3 .service-showcase {
  position: relative;
  overflow: hidden;
  padding: 58px 0 64px;
  color: #fff;
  background: #111027;
}

.landing-v3 .service-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 22%, rgba(124, 92, 255, 0.24), transparent 34%),
    linear-gradient(90deg, rgba(45, 31, 93, 0.18), transparent 38%, rgba(56, 35, 118, 0.18));
}

.landing-v3 .service-showcase-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.6fr);
  align-items: end;
  gap: 2rem;
  width: min(1240px, calc(100% - 2rem));
  margin: 0 auto 30px;
}

.landing-v3 .service-showcase-kicker {
  display: block;
  margin-bottom: 0.45rem;
  color: #7fe7dc;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.landing-v3 .service-showcase h2 {
  max-width: 18ch;
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 3.1vw, 2.75rem);
  line-height: 1.12;
}

.landing-v3 .service-showcase-head p {
  margin: 0;
  color: #a8abc0;
  font-size: 0.9rem;
  line-height: 1.6;
}

.landing-v3 .service-marquee-viewport {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.landing-v3 .service-marquee-track {
  --service-duration: 40s;
  display: flex;
  width: max-content;
  animation: premium-service-scroll var(--service-duration) linear infinite;
  will-change: transform;
}

.landing-v3 .service-marquee-viewport:hover .service-marquee-track,
.landing-v3 .service-marquee-viewport:focus-within .service-marquee-track {
  animation-play-state: paused;
}

.landing-v3 .service-marquee-group {
  display: flex;
  flex: none;
  gap: 18px;
  padding-right: 18px;
}

.landing-v3 .service-marquee-card {
  display: grid;
  grid-template-rows: 62px auto;
  place-items: center;
  gap: 13px;
  width: 154px;
  min-height: 148px;
  padding: 20px 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  color: #f8f8ff;
  background: rgba(8, 8, 25, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  text-align: center;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.landing-v3 .service-marquee-card:hover {
  transform: translateY(-4px);
  border-color: rgba(127, 231, 220, 0.65);
  color: #7fe7dc;
  background: rgba(32, 27, 73, 0.88);
}

.landing-v3 .service-marquee-icon {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  overflow: hidden;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(145deg, #6254e9, #22b8a7);
}

.landing-v3 .service-marquee-icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing-v3 .service-marquee-initials {
  font-size: 0.85rem;
  font-weight: 800;
}

.landing-v3 .service-marquee-card strong {
  max-width: 100%;
  overflow: hidden;
  font-size: 0.78rem;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.landing-v3 .service-marquee-loading,
.landing-v3 .service-marquee-empty {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 120px;
  padding: 0 2rem;
  color: #a8abc0;
}

.landing-v3 .service-marquee-loading span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7fe7dc;
  box-shadow: 0 0 0 6px rgba(127, 231, 220, 0.12);
}

@keyframes premium-service-scroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.landing-v3 .landing-section {
  width: min(1240px, calc(100% - 2rem));
  max-width: 1240px;
  margin: 0 auto;
  padding: 96px 0;
}

.landing-v3 .landing-story {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: start;
  gap: 6rem;
  padding-top: 115px;
  padding-bottom: 70px;
}

.landing-v3 .story-heading h2,
.landing-v3 .landing-section-head h2 {
  margin: 0.9rem 0 0;
  color: var(--happy-ink);
  font-size: 48px;
  line-height: 1.12;
}

.landing-v3 .story-copy {
  padding-top: 2rem;
}

.landing-v3 .story-copy > p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.8;
}

.landing-v3 .story-points {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.55rem;
}

.landing-v3 .story-points span {
  position: relative;
  padding: 0.85rem 0.95rem 0.85rem 2.65rem;
  border-bottom: 1px solid var(--happy-line);
  color: var(--happy-ink);
  font-weight: 700;
}

.landing-v3 .story-points span::before {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  width: 18px;
  height: 18px;
  content: "";
  border: 5px solid var(--happy-cyan);
  transform: translateY(-50%) rotate(45deg);
}

.landing-v3 .landing-intro {
  padding-top: 65px;
}

.landing-v3 .landing-section-head {
  max-width: 740px;
}

.landing-v3 .landing-section-head > p,
.landing-v3 .split-head > p {
  line-height: 1.75;
}

.landing-v3 .split-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: end;
  gap: 3rem;
  max-width: none;
  text-align: left;
}

.landing-v3 .feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}

.landing-v3 .feature-card {
  position: relative;
  min-height: 350px;
  padding: 1.5rem;
  overflow: hidden;
  border: 2px solid var(--happy-ink);
  border-radius: 8px;
  color: var(--happy-ink);
  background: #fff8d9;
  box-shadow: 7px 7px 0 var(--happy-ink);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.landing-v3 .feature-card:hover {
  transform: translate(-2px, -4px);
  box-shadow: 10px 12px 0 var(--happy-ink);
}

.landing-v3 .feature-card-cyan {
  background: #d9f8f8;
}

.landing-v3 .feature-card-coral {
  background: #ffe2dc;
}

.landing-v3 .feature-index {
  position: absolute;
  top: 1.3rem;
  right: 1.3rem;
  color: rgba(16, 45, 67, 0.46);
  font-size: 0.74rem;
  font-weight: 800;
}

.landing-v3 .feature-icon {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
}

.landing-v3 .feature-icon img {
  width: 100%;
  height: 100%;
}

.landing-v3 .feature-card h3 {
  max-width: 14ch;
  margin: 3.2rem 0 0.7rem;
  font-size: 1.35rem;
  line-height: 1.3;
}

.landing-v3 .feature-card p {
  margin: 0;
  color: #476578;
  line-height: 1.7;
}

.landing-v3 .how-section {
  width: 100%;
  border-top: 2px solid var(--happy-ink);
  border-bottom: 2px solid var(--happy-ink);
  background: var(--happy-coral);
}

.landing-v3 .how-shell {
  max-width: 1240px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.landing-v3 .how-section .landing-kicker,
.landing-v3 .how-section .landing-section-head p {
  color: #573f45;
}

.landing-v3 .how-section .landing-section-head h2 {
  max-width: 720px;
}

.landing-v3 .how-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}

.landing-v3 .how-grid::before {
  position: absolute;
  top: 31px;
  right: 10%;
  left: 10%;
  height: 2px;
  content: "";
  background: rgba(16, 45, 67, 0.35);
}

.landing-v3 .how-step {
  position: relative;
  padding: 0 1.2rem;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.landing-v3 .how-step span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 62px;
  height: 62px;
  margin: 0 auto 1.35rem;
  place-items: center;
  border: 2px solid var(--happy-ink);
  border-radius: 50%;
  color: var(--happy-ink);
  background: var(--happy-yellow);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  box-shadow: 5px 5px 0 rgba(16, 45, 67, 0.18);
}

.landing-v3 .how-step h3 {
  margin: 0 0 0.6rem;
  font-size: 1.03rem;
}

.landing-v3 .how-step p {
  margin: 0;
  color: #5f4145;
  font-size: 0.88rem;
  line-height: 1.65;
}

.landing-v3 .landing-tutorial-band {
  width: 100%;
  background: var(--happy-sky-soft);
}

.landing-v3 .landing-tutorial-card {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 0;
  max-width: none;
  margin-top: 3rem;
  padding: 0;
  overflow: hidden;
  border: 2px solid var(--happy-ink);
  border-radius: 8px;
  color: var(--happy-ink);
  background: #fff;
  box-shadow: 9px 9px 0 var(--happy-yellow);
}

.landing-v3 .landing-tutorial-card:hover {
  transform: translateY(-3px);
  border-color: var(--happy-blue-dark);
}

.landing-v3 .landing-tutorial-thumb {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-right: 2px solid var(--happy-ink);
  border-radius: 0;
  background: #bfeef7;
}

.landing-v3 .landing-tutorial-thumb img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.landing-v3 .landing-tutorial-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border: 2px solid var(--happy-ink);
  border-radius: 50%;
  color: var(--happy-ink);
  background: var(--happy-yellow);
  box-shadow: 5px 5px 0 rgba(16, 45, 67, 0.2);
  transform: translate(-50%, -50%);
}

.landing-v3 .landing-tutorial-play svg {
  width: 30px;
  height: 30px;
  fill: var(--happy-ink);
  stroke: none;
}

.landing-v3 .landing-tutorial-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem;
}

.landing-v3 .tutorial-badge,
.landing-v3 .tutorial-action {
  width: fit-content;
  color: var(--happy-blue-dark);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.landing-v3 .landing-tutorial-body h3 {
  margin: 0.8rem 0 0.7rem;
  font-size: 2rem;
  line-height: 1.2;
}

.landing-v3 .landing-tutorial-body p {
  line-height: 1.7;
}

.landing-v3 .tutorial-action {
  margin-top: 1rem;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid var(--happy-coral);
}

.landing-v3 .price-heading {
  margin: 0 auto;
  text-align: center;
}

.landing-v3 .price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 3rem;
}

.landing-v3 .price-card {
  display: flex;
  min-height: 475px;
  flex-direction: column;
  padding: 1.45rem;
  border: 1px solid var(--happy-line);
  border-radius: 8px;
  color: var(--happy-ink);
  background: #fff;
  box-shadow: 0 16px 36px rgba(24, 78, 111, 0.1);
}

.landing-v3 .price-card.promo-price {
  border: 2px solid var(--happy-ink);
  background: #fff6cd;
  box-shadow: 8px 8px 0 var(--happy-coral);
}

.landing-v3 .price-card.featured {
  border: 2px solid var(--happy-blue);
  background: #e4f7ff;
}

.landing-v3 .price-card h3 {
  margin: 2rem 0 0.4rem;
  font-size: 1.2rem;
}

.landing-v3 .price-card .price {
  margin: 0.55rem 0;
  color: var(--happy-ink);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
}

.landing-v3 .price-card .price small {
  display: block;
  color: #7f919b;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: line-through;
}

.landing-v3 .price-card > p:not(.price) {
  min-height: 3.3rem;
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.6;
}

.landing-v3 .price-card ul {
  display: grid;
  gap: 0.7rem;
  margin: 1.2rem 0 1.8rem;
  padding: 1.2rem 0 0;
  border-top: 1px solid var(--happy-line);
  color: #476578;
  font-size: 0.82rem;
  list-style: none;
}

.landing-v3 .price-card li::before {
  margin-right: 0.5rem;
  color: var(--happy-green);
  content: "\2713";
  font-weight: 800;
}

.landing-v3 .price-card .btn {
  margin-top: auto;
}

.landing-v3 .plan-badge {
  width: fit-content;
  padding: 0.42rem 0.6rem;
  border-radius: 6px;
  color: var(--happy-blue-dark);
  background: #dff5ff;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.landing-v3 .discount-badge {
  color: #653826;
  background: var(--happy-yellow);
}

.landing-v3 .faq-band {
  width: 100%;
  border-top: 1px solid var(--happy-line);
  background: #f1faf7;
}

.landing-v3 .faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  max-width: none;
  margin-top: 3rem;
}

.landing-v3 .faq-list details {
  padding: 1.25rem 1.35rem;
  border: 1px solid #bad8ce;
  border-radius: 8px;
  color: var(--happy-ink);
  background: #fff;
  box-shadow: none;
}

.landing-v3 .faq-list details[open] {
  border-color: var(--happy-cyan);
  box-shadow: 5px 5px 0 #bcefea;
}

.landing-v3 .faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--happy-ink);
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

.landing-v3 .faq-list summary::-webkit-details-marker {
  display: none;
}

.landing-v3 .faq-list summary::after {
  color: var(--happy-coral);
  content: "+";
  font-size: 1.25rem;
}

.landing-v3 .faq-list details[open] summary::after {
  content: "\2212";
}

.landing-v3 .faq-list details p {
  margin: 0.85rem 0 0;
  line-height: 1.7;
}

.landing-v3 .landing-final-cta {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  align-items: end;
  gap: 3rem;
  width: min(1240px, calc(100% - 2rem));
  margin: 90px auto;
  padding: 3.6rem;
  overflow: hidden;
  border: 2px solid var(--happy-ink);
  border-radius: 8px;
  color: var(--happy-ink);
  background: var(--happy-yellow);
  box-shadow: 10px 10px 0 var(--happy-cyan);
}

.landing-v3 .landing-final-cta::after {
  position: absolute;
  right: -65px;
  bottom: -65px;
  width: 180px;
  height: 180px;
  border: 28px solid var(--happy-coral);
  content: "";
  transform: rotate(20deg);
}

.landing-v3 .landing-final-cta h2 {
  margin: 0.9rem 0 0;
  font-size: 54px;
  line-height: 1.08;
}

.landing-v3 .landing-final-cta p {
  color: #4e5b54;
  line-height: 1.7;
}

.landing-v3 .landing-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 2.2rem max(1rem, calc((100vw - 1360px) / 2));
  border-top: 0;
  color: #d9ebef;
  background: var(--happy-ink);
  text-align: left;
}

.landing-v3 .footer-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.landing-v3 .landing-footer img {
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  object-fit: contain;
}

.landing-v3 .footer-brand strong {
  color: #fff;
  font: 800 1rem "Plus Jakarta Sans", sans-serif;
}

.landing-v3 .landing-footer p {
  margin-right: auto;
  color: #a9c5cf;
}

.landing-v3 .landing-footer > div:nth-of-type(2) {
  display: flex;
  gap: 1.1rem;
  color: #d7e7eb;
  font-size: 0.8rem;
}

.landing-v3 .landing-footer small {
  grid-column: 1 / -1;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #7ea0ad;
}

.landing-v3 .landing-auth-backdrop {
  background: rgba(16, 45, 67, 0.55);
  backdrop-filter: blur(8px);
}

.landing-v3 .landing-auth-card {
  border: 2px solid var(--happy-ink);
  border-radius: 8px;
  color: var(--happy-ink);
  background: #fff;
  box-shadow: 10px 10px 0 var(--happy-yellow);
}

.landing-v3 .landing-auth-card h2 {
  color: var(--happy-ink);
}

.landing-v3 .landing-auth-card p,
.landing-v3 .landing-auth-note {
  color: var(--happy-muted);
}

.landing-v3 .landing-auth-logo {
  border: 0;
  background: transparent;
}

.landing-v3 .auth-eyebrow {
  display: block;
  margin-bottom: 0.6rem;
  color: var(--happy-blue-dark);
  text-align: center;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.landing-v3 .landing-auth-home,
.landing-v3 .landing-auth-close {
  color: var(--happy-ink);
}

@media (max-width: 1160px) {
  .landing-v3 .landing-nav {
    gap: 1rem;
  }

  .landing-v3 .landing-menu {
    gap: 1rem;
  }

  .landing-v3 .landing-hero {
    min-height: 570px;
    padding: 70px 1rem 78px;
  }

  .landing-v3 .landing-hero-copy {
    max-width: 940px;
  }

  .landing-v3 .price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-v3 .price-card {
    min-height: 430px;
  }
}

@media (max-width: 820px) {
  .landing-v3 .landing-nav {
    grid-template-columns: 1fr auto;
    right: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    min-height: 68px;
    padding: 0.45rem 0.85rem;
  }

  .landing-v3 .landing-brand {
    grid-column: 1;
    grid-row: 1;
    height: 52px;
  }

  .landing-v3 .landing-brand-mark {
    width: 43px;
    height: 43px;
  }

  .landing-v3 .landing-menu-toggle {
    position: relative;
    inset: auto;
    display: grid;
    grid-column: 2;
    grid-row: 1;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 2px solid var(--happy-ink);
    border-radius: 8px;
    color: var(--happy-ink);
    background: var(--happy-yellow);
    cursor: pointer;
  }

  .landing-v3 .landing-menu-toggle span {
    position: absolute;
    left: 50%;
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
  }

  .landing-v3 .landing-menu-toggle span:nth-child(1) {
    transform: translate(-50%, -7px);
  }

  .landing-v3 .landing-menu-toggle span:nth-child(2) {
    transform: translate(-50%, 0);
  }

  .landing-v3 .landing-menu-toggle span:nth-child(3) {
    transform: translate(-50%, 7px);
  }

  .landing-v3 .landing-nav.is-open .landing-menu-toggle span:nth-child(1) {
    transform: translate(-50%, 0) rotate(45deg);
  }

  .landing-v3 .landing-nav.is-open .landing-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .landing-v3 .landing-nav.is-open .landing-menu-toggle span:nth-child(3) {
    transform: translate(-50%, 0) rotate(-45deg);
  }

  .landing-v3 .landing-menu,
  .landing-v3 .landing-actions {
    display: none;
  }

  .landing-v3 .landing-nav.is-open {
    align-content: start;
    border-bottom-color: var(--happy-ink);
    background: #fff;
  }

  .landing-v3 .landing-nav.is-open .landing-menu {
    display: grid;
    grid-column: 1 / -1;
    grid-row: 2;
    gap: 0;
    width: 100%;
    margin-top: 0.6rem;
    padding: 0.8rem 0;
    border-top: 1px solid var(--happy-line);
    border-bottom: 1px solid var(--happy-line);
    font-size: 1rem;
  }

  .landing-v3 .landing-nav.is-open .landing-menu a {
    padding: 0.78rem 0.25rem;
    color: var(--happy-ink);
  }

  .landing-v3 .landing-nav.is-open .landing-actions {
    display: grid;
    grid-column: 1 / -1;
    grid-row: 3;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin: 0.8rem 0;
  }

  .landing-v3 .landing-nav.is-open .landing-dashboard-link:not([hidden]) {
    grid-column: 1 / -1;
  }

  .landing-v3 .landing-hero {
    display: grid;
    min-height: 0;
    padding: 88px 1rem 92px;
  }

  .landing-v3 .landing-hero h1 {
    max-width: 12ch;
    font-size: 58px;
  }

  .landing-v3 .service-showcase-head {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    align-items: start;
  }

  .landing-v3 .landing-story,
  .landing-v3 .split-head,
  .landing-v3 .landing-tutorial-card,
  .landing-v3 .landing-final-cta {
    grid-template-columns: 1fr;
  }

  .landing-v3 .landing-story {
    gap: 1rem;
  }

  .landing-v3 .story-copy {
    padding-top: 0;
  }

  .landing-v3 .feature-grid {
    grid-template-columns: 1fr;
  }

  .landing-v3 .feature-card {
    min-height: 310px;
  }

  .landing-v3 .how-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.2rem 0.8rem;
  }

  .landing-v3 .how-grid::before {
    display: none;
  }

  .landing-v3 .landing-tutorial-thumb {
    min-height: 280px;
    border-right: 0;
    border-bottom: 2px solid var(--happy-ink);
  }

  .landing-v3 .landing-tutorial-thumb img {
    min-height: 280px;
  }

  .landing-v3 .faq-list {
    grid-template-columns: 1fr;
  }

  .landing-v3 .landing-footer {
    grid-template-columns: 1fr;
    place-items: center;
    text-align: center;
  }

  .landing-v3 .landing-footer p {
    margin-right: 0;
  }

  .landing-v3 .landing-footer > div:nth-of-type(2) {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .landing-v3 .landing-brand-name {
    font-size: 0.95rem;
  }

  .landing-v3 .landing-hero {
    min-height: 0;
    padding: 72px 1rem 78px;
  }

  .landing-v3 .landing-hero-copy {
    padding-top: 0;
  }

  .landing-v3 .landing-hero h1 {
    margin-top: 1rem;
    font-size: 42px;
    line-height: 1.06;
  }

  .landing-v3 .landing-hero-copy > p {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .landing-v3 .landing-cta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .landing-v3 .landing-trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .landing-v3 .landing-trust span:last-child {
    grid-column: 1 / -1;
  }

  .landing-v3 .service-showcase {
    padding: 46px 0 52px;
  }

  .landing-v3 .service-showcase-head {
    margin-bottom: 24px;
  }

  .landing-v3 .service-marquee-card {
    grid-template-rows: 54px auto;
    width: 132px;
    min-height: 130px;
    padding: 16px 11px 13px;
  }

  .landing-v3 .service-marquee-icon {
    width: 52px;
    height: 52px;
  }

  .landing-v3 .landing-section {
    width: min(100% - 2rem, 1240px);
    padding: 70px 0;
  }

  .landing-v3 .story-heading h2,
  .landing-v3 .landing-section-head h2 {
    font-size: 34px;
  }

  .landing-v3 .landing-story {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .landing-v3 .feature-card {
    min-height: 285px;
    padding: 1.2rem;
    box-shadow: 5px 5px 0 var(--happy-ink);
  }

  .landing-v3 .feature-card h3 {
    margin-top: 2.4rem;
  }

  .landing-v3 .how-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .landing-v3 .how-step {
    display: grid;
    grid-template-columns: 56px 1fr;
    column-gap: 0.9rem;
    padding: 0;
    text-align: left;
  }

  .landing-v3 .how-step span {
    grid-row: 1 / 3;
    width: 52px;
    height: 52px;
    margin: 0;
  }

  .landing-v3 .how-step h3 {
    align-self: end;
  }

  .landing-v3 .landing-tutorial-body {
    padding: 1.4rem;
  }

  .landing-v3 .landing-tutorial-body h3 {
    font-size: 1.5rem;
  }

  .landing-v3 .price-grid {
    grid-template-columns: 1fr;
  }

  .landing-v3 .price-card {
    min-height: 0;
  }

  .landing-v3 .landing-final-cta {
    gap: 1.5rem;
    margin: 70px auto;
    padding: 2rem 1.25rem;
    box-shadow: 6px 6px 0 var(--happy-cyan);
  }

  .landing-v3 .landing-final-cta h2 {
    font-size: 40px;
  }

  .landing-v3 .landing-auth-card {
    width: calc(100% - 1.4rem);
    padding: 1.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-v3 *,
  .landing-v3 *::before,
  .landing-v3 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .landing-v3 .service-marquee-viewport {
    overflow-x: auto;
    mask-image: none;
  }

  .landing-v3 .service-marquee-track {
    animation: none !important;
  }
}
