/* LoveLikeTH Monoka homepage refresh — loaded after monoka.css */

:root {
  --ll-primary: #6b2ee6;
  --ll-primary-dark: #42159d;
  --ll-primary-deep: #29105f;
  --ll-accent: #ff5f8f;
  --ll-ink: #17182a;
  --ll-muted: #696b7c;
  --ll-line: #e8e6f0;
  --ll-soft: #f7f5fc;
  --ll-white: #ffffff;
  --ll-shadow-sm: 0 10px 30px rgba(38, 20, 78, 0.08);
  --ll-shadow-md: 0 24px 70px rgba(39, 18, 82, 0.15);
}

html {
  scroll-behavior: smooth;
}

/* Navigation */
.monoka-home-nav.navbar-custom {
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(45, 15, 105, 0.36);
  box-shadow: none;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.monoka-home-nav.navbar-custom.top-nav-collapse {
  padding: 0.55rem 0;
  border-bottom-color: rgba(255, 255, 255, 0.14);
  background: rgba(40, 13, 92, 0.94);
  box-shadow: 0 12px 35px rgba(23, 6, 55, 0.2);
}

.monoka-home-nav .navbar-brand.logo-image img {
  height: 42px;
  max-width: 190px;
  object-fit: contain;
}

.monoka-home-nav .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
  align-items: center;
}

.monoka-home-nav .nav-item .nav-link {
  padding: 0.8rem 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
  font-weight: 600;
}

.monoka-home-nav .nav-item .nav-link:hover,
.monoka-home-nav .nav-item .nav-link.active {
  color: #fff;
}

.monoka-home-nav .nav-item .btn-outline-sm {
  margin: 0 0 0 0.6rem;
  padding: 0.72rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  box-shadow: none;
}

.monoka-home-nav .nav-item .btn-outline-sm:hover {
  border-color: #fff;
  background: #fff;
  color: var(--ll-primary-dark);
}

/* Hero */
.monoka-home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 111, 161, 0.26), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(134, 104, 255, 0.34), transparent 33%),
    linear-gradient(135deg, #32106f 0%, #5620bd 50%, #7d38e9 100%);
}

.monoka-home-hero .header-content {
  position: relative;
  z-index: 3;
  padding-top: 10.5rem;
  padding-bottom: 8.2rem;
  text-align: left;
}

.monoka-home-hero .monoka-hero-row {
  row-gap: 3rem;
}

.monoka-home-hero .monoka-hero-copy {
  max-width: 690px;
}

.monoka-home-hero .monoka-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.15rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.35;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.monoka-home-hero .monoka-hero-eyebrow i {
  color: #ffd36c;
}

.monoka-home-hero h1 {
  max-width: 680px;
  margin: 0 0 1.3rem;
  color: #fff;
  font-size: clamp(2.7rem, 5.3vw, 4.8rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.08;
  text-wrap: balance;
}

.monoka-home-hero .p-large {
  max-width: 630px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.06rem;
  line-height: 1.85;
}

.monoka-home-hero .monoka-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.monoka-home-hero .monoka-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 3.15rem;
  padding: 0.8rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.8rem;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.monoka-home-hero .monoka-hero-button:hover,
.monoka-home-hero .monoka-hero-button:focus {
  text-decoration: none;
  transform: translateY(-2px);
  outline: none;
}

.monoka-home-hero .monoka-hero-button-primary {
  border-color: #fff;
  background: #fff;
  color: var(--ll-primary-dark);
  box-shadow: 0 14px 32px rgba(28, 8, 67, 0.2);
}

.monoka-home-hero .monoka-hero-button-primary:hover,
.monoka-home-hero .monoka-hero-button-primary:focus {
  color: var(--ll-primary-dark);
  box-shadow: 0 18px 42px rgba(28, 8, 67, 0.28);
}

.monoka-home-hero .monoka-hero-button-secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.monoka-home-hero .monoka-hero-button-secondary:hover,
.monoka-home-hero .monoka-hero-button-secondary:focus {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.monoka-home-hero .monoka-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  line-height: 1.45;
}

.monoka-home-hero .monoka-trust-list span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.07);
}

.monoka-home-hero .monoka-trust-list i {
  color: #fff;
  font-size: 0.8rem;
}

.monoka-home-hero .monoka-login-card {
  position: relative;
  width: 100%;
  max-width: 470px;
  margin-left: auto;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 28px 80px rgba(25, 7, 60, 0.32);
  color: #252936;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.monoka-home-hero .monoka-login-card::before {
  position: absolute;
  top: -1px;
  left: 18%;
  width: 64%;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, transparent, var(--ll-accent), var(--ll-primary), transparent);
  content: "";
}

.monoka-home-hero .monoka-login-heading {
  margin-bottom: 1.45rem;
  text-align: center;
}

.monoka-home-hero .monoka-login-heading h2 {
  margin: 0 0 0.45rem;
  color: var(--ll-ink);
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.monoka-home-hero .monoka-login-heading p {
  max-width: 360px;
  margin: 0 auto;
  color: var(--ll-muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.monoka-home-hero .monoka-login-card .form-group {
  margin-bottom: 0.88rem;
}

.monoka-home-hero .monoka-auth-input {
  width: 100%;
  height: 3.25rem;
  padding: 0 1rem;
  border: 1px solid #dfdce9;
  border-radius: 0.75rem;
  background: #fbfafe;
  color: #272936;
  font-family: inherit;
  font-size: 0.93rem;
  line-height: 1.5;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.monoka-home-hero .monoka-auth-input::placeholder {
  color: #9693a2;
  opacity: 1;
}

.monoka-home-hero .monoka-auth-input:focus {
  border-color: var(--ll-primary);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(107, 46, 230, 0.11);
  outline: none;
}

.monoka-home-hero .monoka-auth-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0.3rem 0 1.05rem;
  font-size: 0.8rem;
  line-height: 1.45;
}

.monoka-home-hero .monoka-remember-option {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  color: #656774;
  cursor: pointer;
}

.monoka-home-hero .monoka-remember-option input {
  width: 1rem;
  height: 1rem;
  margin: 0;
  accent-color: var(--ll-primary);
}

.monoka-home-hero .monoka-auth-meta a,
.monoka-home-hero .monoka-signup-prompt a {
  color: var(--ll-primary);
  font-weight: 700;
  text-decoration: none;
}

.monoka-home-hero .monoka-auth-meta a:hover,
.monoka-home-hero .monoka-signup-prompt a:hover {
  text-decoration: underline;
}

.monoka-home-hero .monoka-login-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.25rem;
  padding: 0.8rem 1rem;
  border: 1px solid var(--ll-primary);
  border-radius: 0.75rem;
  background: linear-gradient(135deg, var(--ll-primary) 0%, #8449ef 100%);
  color: #fff;
  font-family: inherit;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(107, 46, 230, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.monoka-home-hero .monoka-login-submit:hover,
.monoka-home-hero .monoka-login-submit:focus {
  color: #fff;
  box-shadow: 0 14px 30px rgba(107, 46, 230, 0.3);
  text-decoration: none;
  transform: translateY(-1px);
  filter: brightness(0.96);
  outline: none;
}

.monoka-home-hero .monoka-social-login .google-auth-box {
  margin: 1rem 0 0 !important;
}

.monoka-home-hero .monoka-social-login .google-auth-divider {
  margin: 0.95rem 0 !important;
  color: #8b8994 !important;
  font-size: 0.78rem !important;
}

.monoka-home-hero .monoka-social-login .google-auth-divider::before,
.monoka-home-hero .monoka-social-login .google-auth-divider::after {
  background: #e7e4ed !important;
}

.monoka-home-hero .monoka-social-login .google-auth-button {
  min-height: 3.2rem !important;
  padding: 0.75rem 1rem !important;
  border: 1px solid #dedbe6 !important;
  border-radius: 0.75rem !important;
  background: #fff !important;
  color: #30313b !important;
  font-family: inherit !important;
  font-size: 0.92rem !important;
  font-weight: 600 !important;
}

.monoka-home-hero .monoka-social-login .google-auth-button:hover,
.monoka-home-hero .monoka-social-login .google-auth-button:focus {
  border-color: #c9c4d3 !important;
  background: #faf9fc !important;
  box-shadow: 0 7px 18px rgba(28, 21, 42, 0.08) !important;
}

.monoka-home-hero .monoka-signup-prompt {
  margin: 1.05rem 0 0;
  color: #6d6e79;
  font-size: 0.82rem;
  line-height: 1.55;
  text-align: center;
}

.monoka-home-hero .monoka-recaptcha-wrap {
  overflow-x: auto;
  padding-bottom: 0.25rem;
}

.monoka-home-hero .alert-message-reponse:empty {
  display: none;
}

.monoka-home-hero .monoka-hero-orb,
.monoka-home-hero .monoka-hero-grid {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.monoka-home-hero .monoka-hero-orb {
  border-radius: 50%;
  filter: blur(2px);
}

.monoka-home-hero .monoka-hero-orb-one {
  top: 10%;
  right: 5%;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.035);
}

.monoka-home-hero .monoka-hero-orb-two {
  bottom: -120px;
  left: -90px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.025);
}

.monoka-home-hero .monoka-hero-grid {
  inset: 0;
  opacity: 0.16;
  background-image: linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 82%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 82%);
}

.monoka-hero-divider {
  position: relative;
  z-index: 4;
  height: 70px;
  margin-top: -69px;
  background: #fff;
  clip-path: polygon(0 70%, 18% 45%, 40% 68%, 65% 38%, 82% 58%, 100% 30%, 100% 100%, 0 100%);
}

/* Platform strip */
.monoka-platform-strip.social-icon {
  position: relative;
  z-index: 5;
  padding: 1.4rem 0 3rem;
  background: #fff;
}

.monoka-platform-strip .monoka-platform-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 1.2rem;
  padding: 0.42rem 0.75rem;
  border-radius: 999px;
  background: rgba(107, 46, 230, 0.08);
  color: #8a8794;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.monoka-platform-strip .slider-container {
  max-width: 960px;
  margin: 0 auto;
}

.monoka-platform-strip .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  padding: 1rem;
  border: 1px solid #ece9f2;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 8px 24px rgba(34, 20, 69, 0.055);
}

.monoka-platform-strip .swiper-slide img {
  width: auto;
  max-width: 100%;
  height: 44px;
  object-fit: contain;
  filter: saturate(0.86);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.monoka-platform-strip .swiper-slide:hover img {
  filter: saturate(1.1);
  transform: translateY(-2px) scale(1.03);
}

/* Shared section styling */
.monoka-section {
  position: relative;
  overflow: hidden;
}

.monoka-section .above-heading,
.monoka-growth-section::before {
  letter-spacing: 0.08em;
}

.monoka-section .above-heading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
  padding: 0.42rem 0.75rem;
  border-radius: 999px;
  background: rgba(107, 46, 230, 0.08);
  color: var(--ll-primary);
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.monoka-section .h2-heading,
.monoka-growth-section h2 {
  color: var(--ll-ink);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.2;
  text-wrap: balance;
}

/* Why choose us */
.about-us.monoka-section {
  padding: 5.6rem 0 5.2rem;
  background: #fff;
  text-align: center;
}

.about-us.monoka-section::before {
  position: absolute;
  top: 5%;
  right: -100px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(107, 46, 230, 0.08), transparent 68%);
  content: "";
}

.about-us.monoka-section .h2-heading {
  max-width: 760px;
  margin: 0 auto 3rem;
}

.about-us.monoka-section .row:last-child .col-lg-12 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.about-us.monoka-section .card {
  max-width: none;
  min-height: 100%;
  margin: 0;
  padding: 1.75rem;
  border: 1px solid var(--ll-line);
  border-radius: 1.2rem;
  background: linear-gradient(180deg, #fff 0%, #fcfbff 100%);
  box-shadow: var(--ll-shadow-sm);
  text-align: left;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-us.monoka-section .card:hover {
  border-color: rgba(107, 46, 230, 0.26);
  box-shadow: 0 18px 48px rgba(38, 20, 78, 0.12);
  transform: translateY(-5px);
}

.about-us.monoka-section .card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin: 0 0 1.3rem;
  padding: 0.75rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(107, 46, 230, 0.1), rgba(255, 95, 143, 0.1));
}

.about-us.monoka-section .card-image img {
  max-width: 48px;
  max-height: 48px;
  object-fit: contain;
}

.about-us.monoka-section .card-body {
  padding: 0;
}

.about-us.monoka-section .card-title {
  margin-bottom: 0.7rem;
  color: var(--ll-ink);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.4;
}

.about-us.monoka-section .card p {
  margin: 0;
  color: var(--ll-muted);
  font-size: 0.9rem;
  line-height: 1.75;
}

/* How it works */
.how-it-works.monoka-section {
  min-height: 0;
  padding: 5.6rem 0;
  background: var(--ll-soft);
}

.how-it-works.monoka-section .header-top h2 {
  max-width: 760px;
  margin: 0 auto 3rem;
  color: var(--ll-ink);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.how-it-works.monoka-section .how-it-works-row {
  position: relative;
  margin-right: -0.55rem;
  margin-left: -0.55rem;
}

.how-it-works.monoka-section .how-it-works-col {
  padding-right: 0.55rem;
  padding-left: 0.55rem;
}

.how-it-works.monoka-section .how-it-works-row .how-it-works-col:nth-child(odd) .how-it-works-card,
.how-it-works.monoka-section .how-it-works-card {
  min-height: 100%;
  margin: 0;
  padding: 1.55rem 1.25rem;
  border: 1px solid #e7e3ef;
  border-radius: 1.15rem;
  background: #fff;
  box-shadow: 0 12px 34px rgba(38, 20, 78, 0.07);
  text-align: left;
}

.how-it-works.monoka-section .how-it-works-arrow-top,
.how-it-works.monoka-section .how-it-works-arrow-bottom {
  display: none !important;
}

.how-it-works.monoka-section .how-it-works-preview {
  justify-content: flex-start !important;
}

.how-it-works.monoka-section .how-it-works-number {
  width: 48px;
  height: 48px;
  margin: 0 0 1.25rem;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, var(--ll-primary), #8f58f2);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(107, 46, 230, 0.23);
}

.how-it-works.monoka-section .how-it-works-title p,
.how-it-works.monoka-section .how-it-works-description p {
  text-align: left !important;
}

.how-it-works.monoka-section .how-it-works-title p {
  margin-bottom: 0.65rem;
  color: var(--ll-ink);
  font-size: 1rem;
  line-height: 1.45;
}

.how-it-works.monoka-section .how-it-works-description p {
  margin: 0;
  color: var(--ll-muted);
  font-size: 0.86rem;
  line-height: 1.7;
}

/* Growth/offer section */
.monoka-growth-section.we-offer {
  position: relative;
  overflow: hidden;
  padding: 5.7rem 0;
  background: #fff;
}

.monoka-growth-section::before {
  position: absolute;
  top: -130px;
  left: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 95, 143, 0.1), transparent 68%);
  content: "";
}

.monoka-growth-section .monoka-growth-row {
  min-height: 430px;
  padding: 2.2rem;
  border: 1px solid #e7e3ef;
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at 92% 8%, rgba(107, 46, 230, 0.1), transparent 35%),
    linear-gradient(135deg, #fbfaff 0%, #f5f1ff 100%);
  box-shadow: var(--ll-shadow-md);
}

.monoka-growth-section .text-container {
  max-width: 570px;
  margin: 0;
  padding: 1rem 1.2rem;
}

.monoka-growth-section h2 {
  margin-bottom: 1.2rem;
}

.monoka-growth-section .text-container p {
  margin: 0;
  color: var(--ll-muted);
  font-size: 0.96rem;
  line-height: 1.85;
}

.monoka-growth-section .image-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 340px;
  margin: 0;
  padding: 1.2rem;
}

.monoka-growth-section .image-container::before {
  position: absolute;
  inset: 8% 10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(107, 46, 230, 0.18), transparent 67%);
  content: "";
}

.monoka-growth-section .image-container img {
  position: relative;
  z-index: 1;
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(49, 25, 96, 0.18));
}

/* Testimonials */
.monoka-reviews-section.testimonial {
  padding: 5.6rem 0;
  background: linear-gradient(135deg, #2e1068 0%, #4c1ca4 58%, #7032d8 100%);
}

.monoka-reviews-section.testimonial .above-heading {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.monoka-reviews-section.testimonial .header-title {
  max-width: 760px;
  margin: 0 auto 2.6rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.75;
}

.monoka-reviews-section.testimonial .slider-container {
  max-width: 850px;
  margin: 0 auto;
}

.monoka-reviews-section.testimonial .text-slider {
  padding: 0.5rem 4.2rem;
}

.monoka-reviews-section.testimonial .swiper-slide {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  min-height: 220px;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.3rem;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 50px rgba(18, 4, 43, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.monoka-reviews-section.testimonial .image-wrapper {
  flex: 0 0 auto;
  width: 82px;
  margin: 0;
}

.monoka-reviews-section.testimonial .image-wrapper img {
  width: 82px;
  height: 82px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  object-fit: cover;
}

.monoka-reviews-section.testimonial .text-wrapper {
  flex: 1 1 auto;
}

.monoka-reviews-section.testimonial .testimonial-text {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.02rem;
  line-height: 1.8;
}

.monoka-reviews-section.testimonial .testimonial-author {
  color: #f2d9ff;
  font-size: 0.86rem;
  font-weight: 700;
}

.monoka-reviews-section.testimonial .swiper-button-prev,
.monoka-reviews-section.testimonial .swiper-button-next {
  width: 42px;
  height: 42px;
  margin-top: -21px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  background-size: 12px 20px;
}

/* FAQ */
.monoka-faq-section .faq {
  padding: 5.7rem 0;
  background: var(--ll-soft);
}

.monoka-faq-section .faq .above-heading {
  margin-bottom: 0.8rem;
  color: var(--ll-primary);
  font-size: 0.74rem;
}

.monoka-faq-section .faq .header-desc {
  max-width: 700px;
  margin: 0 auto 2.5rem;
  padding: 0;
  color: var(--ll-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.monoka-faq-section .faq-block__card {
  margin-bottom: 0.8rem;
}

.monoka-faq-section .faq-block__card .card {
  padding: 0;
  overflow: hidden;
  border: 1px solid #e5e1ed;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 10px 28px rgba(38, 20, 78, 0.055);
}

.monoka-faq-section .faq-block__header {
  width: 100%;
  padding: 1.15rem 1.25rem;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  appearance: none;
}

.monoka-faq-section .faq-block__header-title h3 {
  margin: 0;
  color: var(--ll-ink);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.55;
}

.monoka-faq-section .faq-block__header-title h3 i {
  margin-right: 0.45rem;
  color: var(--ll-primary);
}

.monoka-faq-section .faq-block__header-icon {
  width: 36px;
  color: var(--ll-primary);
  font-size: 1rem;
}

.monoka-faq-section .faq-block__body-description {
  padding: 0 1.25rem 1.25rem;
}

.monoka-faq-section .faq-block__body-description p {
  margin: 0;
  color: var(--ll-muted);
  font-size: 0.88rem;
  line-height: 1.75;
}

/* Footer */
.monoka-home-footer.footer {
  padding-top: 4.5rem;
  padding-bottom: 3rem;
  background: linear-gradient(135deg, #32106f 0%, #5620bd 50%, #7d38e9 100%);
}

.monoka-home-footer .footer-col {
  margin-bottom: 1.5rem;
}

.monoka-home-footer h4 {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.monoka-home-footer p,
.monoka-home-footer .list-unstyled {
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.75;
}

.monoka-home-footer .media {
  margin-bottom: 0.65rem;
}

.monoka-home-footer .media .fas {
  margin-top: 0.18rem;
  color: #bda1ff;
  font-size: 0.62rem;
}

.monoka-home-footer a.white {
  color: rgba(255, 255, 255, 0.72);
  transition: color 0.2s ease;
}

.monoka-home-footer a.white:hover {
  color: #fff;
  text-decoration: none;
}

.monoka-home-copyright.footer {
  padding: 1.15rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(135deg, #32106f 0%, #5620bd 50%, #7d38e9 100%);
  color: rgba(255, 255, 255, 0.58);
}

.monoka-home-copyright .icon-container .social-icon {
  padding: 0;
}

.monoka-home-copyright .icon-container a {
  color: rgba(255, 255, 255, 0.72);
}

.monoka-home-copyright .icon-container a:hover {
  color: #fff;
}

/* Responsive homepage */
@media (max-width: 991.98px) {
  body.monoka-liquid-home nav.monoka-home-nav.navbar-custom {
    padding: 0.65rem 0;
    background: rgba(40, 13, 92, 0.96);
  }

  body.monoka-liquid-home nav.monoka-home-nav.navbar-custom.top-nav-collapse {
    padding: 0.55rem 0;
  }

  body.monoka-liquid-home nav.monoka-home-nav .container {
    min-height: 50px;
    padding: 0.35rem 0.55rem 0.35rem 0.7rem;
  }

  .monoka-home-nav .navbar-brand.logo-image img {
    height: 36px;
    max-width: 170px;
  }

  .monoka-home-nav .navbar-toggler {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 1.55rem;
    line-height: 1;
  }

  body.monoka-liquid-home nav.monoka-home-nav .navbar-collapse {
    width: 100%;
    max-width: 420px;
    margin-top: 0.55rem;
    margin-left: auto;
    padding: 0.55rem 0.65rem 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.85rem;
    background: rgba(34, 10, 79, 0.98);
    box-shadow: 0 16px 34px rgba(17, 4, 43, 0.22);
  }

  .monoka-home-nav .navbar-nav {
    margin: 0;
    align-items: stretch;
  }

  .monoka-home-nav .navbar-nav > .nav-item {
    margin: 0;
  }

  .monoka-home-nav .nav-item .nav-link {
    padding: 0.56rem 0.6rem;
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .monoka-home-nav .nav-item .btn-outline-sm {
    display: flex;
    min-height: 40px;
    margin: 0.3rem 0 0;
    padding: 0.62rem 1rem;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    font-size: 0.82rem;
    line-height: 1.2;
    text-align: center;
  }

  .monoka-home-hero .header-content {
    padding-top: 8.8rem;
    padding-bottom: 7rem;
  }

  .monoka-home-hero .monoka-hero-copy {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .monoka-home-hero .p-large {
    margin-right: auto;
    margin-left: auto;
  }

  .monoka-home-hero .monoka-hero-actions,
  .monoka-home-hero .monoka-trust-list {
    justify-content: center;
  }

  .monoka-home-hero .monoka-login-card {
    margin-right: auto;
    margin-left: auto;
  }

  .about-us.monoka-section .row:last-child .col-lg-12 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-us.monoka-section .card:last-child {
    grid-column: 1 / -1;
    max-width: 520px;
    justify-self: center;
  }

  .how-it-works.monoka-section .how-it-works-col {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 1.1rem;
  }

  .monoka-growth-section .monoka-growth-row {
    padding: 1.8rem;
  }

  .monoka-growth-section .text-container {
    max-width: none;
    padding: 0.5rem;
  }
}

@media (max-width: 767.98px) {
  .monoka-home-hero .header-content {
    padding-top: 8rem;
    padding-bottom: 6.2rem;
  }

  .monoka-home-hero h1 {
    font-size: clamp(2.35rem, 10vw, 3.25rem);
  }

  .monoka-hero-divider {
    height: 48px;
    margin-top: -47px;
  }

  .about-us.monoka-section,
  .how-it-works.monoka-section,
  .monoka-growth-section.we-offer,
  .monoka-reviews-section.testimonial,
  .monoka-faq-section .faq {
    padding-top: 4.4rem;
    padding-bottom: 4.4rem;
  }

  .about-us.monoka-section .row:last-child .col-lg-12 {
    grid-template-columns: 1fr;
  }

  .about-us.monoka-section .card:last-child {
    grid-column: auto;
    max-width: none;
  }

  .how-it-works.monoka-section .how-it-works-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .monoka-growth-section .monoka-growth-row {
    margin-right: 0;
    margin-left: 0;
    padding: 1.25rem;
  }

  .monoka-growth-section .image-container {
    min-height: 260px;
  }

  .monoka-reviews-section.testimonial .text-slider {
    padding: 0.5rem 2.6rem;
  }

  .monoka-reviews-section.testimonial .swiper-slide {
    flex-direction: column;
    padding: 1.6rem;
    text-align: center;
  }

  .monoka-reviews-section.testimonial .text-wrapper {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .monoka-home-nav .navbar-brand.logo-image img {
    height: 36px;
    max-width: 160px;
  }

  .monoka-home-hero .header-content {
    padding-top: 7.4rem;
    padding-bottom: 5.4rem;
  }

  .monoka-home-hero .monoka-hero-eyebrow {
    font-size: 0.7rem;
  }

  .monoka-home-hero .p-large {
    font-size: 0.95rem;
    line-height: 1.75;
  }

  .monoka-home-hero .monoka-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .monoka-home-hero .monoka-hero-button {
    width: 100%;
  }

  .monoka-home-hero .monoka-trust-list {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .monoka-home-hero .monoka-trust-list span {
    justify-content: center;
  }

  .monoka-home-hero .monoka-login-card {
    padding: 1.35rem;
    border-radius: 1.05rem;
  }

  .monoka-home-hero .monoka-login-heading h2 {
    font-size: 1.45rem;
  }

  .monoka-home-hero .monoka-auth-meta {
    align-items: flex-start;
  }

  .monoka-platform-strip .swiper-slide {
    min-height: 74px;
  }

  .about-us.monoka-section .card,
  .how-it-works.monoka-section .how-it-works-card {
    padding: 1.35rem;
  }

  .monoka-growth-section .monoka-growth-row {
    padding: 0.9rem;
    border-radius: 1.15rem;
  }

  .monoka-reviews-section.testimonial .text-slider {
    padding: 0.5rem 0.5rem 3.2rem;
  }

  .monoka-reviews-section.testimonial .swiper-button-prev,
  .monoka-reviews-section.testimonial .swiper-button-next {
    top: auto;
    bottom: 0;
  }

  .monoka-reviews-section.testimonial .swiper-button-prev {
    left: calc(50% - 50px);
  }

  .monoka-reviews-section.testimonial .swiper-button-next {
    right: calc(50% - 50px);
  }
}

/* LoveLikeTH Monoka signup page — visually aligned with the homepage login card */
.monoka-signup-page {
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 4rem 0;
  text-align: left;
}

.monoka-signup-page::before {
  background-position: center;
  background-attachment: scroll;
  opacity: 0.24;
}

.monoka-signup-page .container {
  position: relative;
  z-index: 1;
}

.monoka-signup-page .monoka-signup-card {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 65px rgba(23, 0, 64, 0.28);
  color: #252936;
}

.monoka-signup-page .monoka-login-heading {
  margin-bottom: 1.5rem;
  text-align: center;
}

.monoka-signup-page .monoka-login-heading h2 {
  margin: 0 0 0.45rem;
  color: #202431;
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.monoka-signup-page .monoka-login-heading p {
  max-width: 390px;
  margin: 0 auto;
  color: #6d7280;
  font-size: 0.9rem;
  line-height: 1.65;
}

.monoka-signup-page .form-group {
  margin-bottom: 0.9rem;
}

.monoka-signup-page .monoka-signup-name-row {
  margin-right: -0.45rem;
  margin-left: -0.45rem;
}

.monoka-signup-page .monoka-signup-name-row > [class*="col-"] {
  padding-right: 0.45rem;
  padding-left: 0.45rem;
}

.monoka-signup-page .monoka-auth-input {
  width: 100%;
  height: 3.25rem;
  padding: 0 1rem;
  border: 1px solid #d9dce4;
  border-radius: 0.7rem;
  background: #fff;
  color: #272b36;
  font-family: inherit;
  font-size: 0.94rem;
  line-height: 1.5;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.monoka-signup-page .monoka-auth-input::placeholder {
  color: #8d93a1;
  opacity: 1;
}

.monoka-signup-page .monoka-auth-input:focus {
  border-color: #6b32d9;
  box-shadow: 0 0 0 3px rgba(107, 50, 217, 0.13);
  outline: none;
}

.monoka-signup-page .monoka-signup-terms {
  margin: 0.35rem 0 1.15rem;
}

.monoka-signup-page .monoka-terms-option {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0;
  color: #5f6471;
  font-size: 0.82rem;
  line-height: 1.55;
  cursor: pointer;
}

.monoka-signup-page .monoka-terms-option input {
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  margin: 0.15rem 0 0;
  accent-color: #5b18d0;
}

.monoka-signup-page .monoka-terms-option a,
.monoka-signup-page .monoka-signup-prompt a {
  color: #5b18d0;
  font-weight: 600;
  text-decoration: none;
}

.monoka-signup-page .monoka-terms-option a:hover,
.monoka-signup-page .monoka-signup-prompt a:hover {
  text-decoration: underline;
}

.monoka-signup-page .monoka-login-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.25rem;
  padding: 0.8rem 1rem;
  border: 1px solid #5b18d0;
  border-radius: 0.7rem;
  background: #5b18d0;
  color: #fff;
  font-family: inherit;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.monoka-signup-page .monoka-login-submit:hover,
.monoka-signup-page .monoka-login-submit:focus {
  border-color: #4810ae;
  background: #4810ae;
  color: #fff;
  box-shadow: 0 8px 20px rgba(91, 24, 208, 0.23);
  text-decoration: none;
  transform: translateY(-1px);
  outline: none;
}

.monoka-signup-page .monoka-social-login .google-auth-box {
  margin: 1.05rem 0 0 !important;
}

.monoka-signup-page .monoka-social-login .google-auth-divider {
  margin: 1rem 0 !important;
  color: #858b97 !important;
  font-size: 0.8rem !important;
}

.monoka-signup-page .monoka-social-login .google-auth-divider::before,
.monoka-signup-page .monoka-social-login .google-auth-divider::after {
  background: #e1e3e8 !important;
}

.monoka-signup-page .monoka-social-login .google-auth-button {
  min-height: 3.25rem !important;
  padding: 0.75rem 1rem !important;
  border: 1px solid #d6d9e0 !important;
  border-radius: 0.7rem !important;
  color: #30343d !important;
  font-family: inherit !important;
  font-size: 0.94rem !important;
  font-weight: 600 !important;
}

.monoka-signup-page .monoka-social-login .google-auth-button:hover,
.monoka-signup-page .monoka-social-login .google-auth-button:focus {
  border-color: #b8bdc7 !important;
  background: #f7f8fa !important;
  box-shadow: 0 6px 16px rgba(29, 33, 43, 0.09) !important;
}

.monoka-signup-page .monoka-signup-prompt {
  max-width: none;
  margin: 1.1rem 0 0;
  color: #676c78;
  font-size: 0.84rem;
  line-height: 1.55;
  text-align: center;
}

.monoka-signup-page .monoka-recaptcha-wrap {
  overflow-x: auto;
  padding-bottom: 0.25rem;
}

.monoka-signup-page .alert-message-reponse:empty {
  display: none;
}

@media (max-width: 767.98px) {
  .monoka-signup-page {
    padding: 2rem 0;
  }
}

@media (max-width: 575.98px) {
  .monoka-signup-page .monoka-signup-card {
    padding: 1.4rem;
    border-radius: 1rem;
  }

  .monoka-signup-page .monoka-login-heading h2 {
    font-size: 1.45rem;
  }
}

/* Username signup fields */
.monoka-signup-page .monoka-field-label {
  display: block;
  margin: 0 0 0.45rem;
  color: #3f4450;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.45;
}

.monoka-signup-page .monoka-field-help {
  display: block;
  margin-top: 0.45rem;
  color: #7b818e;
  font-size: 0.76rem;
  line-height: 1.5;
}

.monoka-signup-page .monoka-auth-select {
  padding-right: 2.75rem;
  background-image: linear-gradient(45deg, transparent 50%, #747b88 50%), linear-gradient(135deg, #747b88 50%, transparent 50%);
  background-position: calc(100% - 1.15rem) 1.42rem, calc(100% - 0.85rem) 1.42rem;
  background-repeat: no-repeat;
  background-size: 0.3rem 0.3rem, 0.3rem 0.3rem;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.monoka-signup-page .monoka-auth-select:required:invalid {
  color: #8d93a1;
}

.monoka-signup-page .monoka-auth-select option {
  color: #272b36;
}

/* Homepage typography refinement and scalable footer — 2026-07-30 */
.monoka-home-hero,
.monoka-platform-strip,
.monoka-section,
.monoka-home-footer,
.monoka-home-copyright {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* A calmer type scale keeps Thai and Latin copy visually balanced. */
.monoka-home-nav .nav-item .nav-link {
  font-size: 0.9rem;
  line-height: 1.45;
}

.monoka-home-hero h1 {
  max-width: 690px;
  font-size: clamp(2.05rem, 3.45vw, 3.35rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.18;
}

.monoka-home-hero .p-large {
  max-width: 650px;
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.8;
}

.monoka-home-hero .monoka-hero-eyebrow,
.monoka-platform-strip .monoka-platform-heading,
.monoka-section .above-heading {
  font-size: 0.78rem;
  line-height: 1.45;
}

.monoka-section .h2-heading,
.monoka-growth-section h2,
.how-it-works.monoka-section .header-top h2 {
  font-size: clamp(1.9rem, 3.05vw, 2.7rem);
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.about-us.monoka-section .card-title,
.how-it-works.monoka-section .how-it-works-title p {
  font-size: 1.06rem;
  line-height: 1.5;
}

/* Keep the three “why choose us” cards visually balanced. */
.about-us.monoka-section .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about-us.monoka-section .card-image {
  margin-right: auto;
  margin-left: auto;
}

.about-us.monoka-section .card-body {
  width: 100%;
  text-align: center;
}

.about-us.monoka-section .card p {
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
}

.about-us.monoka-section .card p,
.how-it-works.monoka-section .how-it-works-description p,
.monoka-faq-section .faq-block__body-description p {
  font-size: 0.92rem;
  line-height: 1.78;
}

.monoka-growth-section .text-container p,
.monoka-reviews-section.testimonial .header-title,
.monoka-faq-section .faq .header-desc {
  font-size: 0.98rem;
  line-height: 1.8;
}

.monoka-reviews-section.testimonial .testimonial-text {
  font-size: 1rem;
  line-height: 1.82;
}

.monoka-faq-section .faq-block__header-title h3 {
  font-size: 0.98rem;
  line-height: 1.6;
}

/* Footer v2: category-based structure with room for future links. */
.monoka-home-footer.footer {
  position: relative;
  overflow: hidden;
  padding: 4.8rem 0 3.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 111, 161, 0.26), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(134, 104, 255, 0.34), transparent 33%),
    linear-gradient(135deg, #32106f 0%, #5620bd 50%, #7d38e9 100%);
}

.monoka-home-footer.footer::before {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), transparent 90%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), transparent 90%);
  content: "";
  pointer-events: none;
}

.monoka-home-footer .container {
  position: relative;
  z-index: 1;
}

.monoka-home-footer .monoka-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.45fr) repeat(3, minmax(150px, 0.75fr));
  gap: 2.4rem 3rem;
  align-items: start;
}

.monoka-home-footer .footer-col {
  min-width: 0;
  margin: 0;
}

.monoka-home-footer .monoka-footer-brand {
  max-width: 410px;
}

.monoka-home-footer .monoka-footer-brand-name {
  display: inline-flex;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
  text-decoration: none;
}

.monoka-home-footer .monoka-footer-brand-name:hover,
.monoka-home-footer .monoka-footer-brand-name:focus {
  color: #fff;
  text-decoration: none;
}

.monoka-home-footer .monoka-footer-description {
  max-width: 390px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
  line-height: 1.82;
}

.monoka-home-footer .monoka-footer-group h4 {
  position: relative;
  margin: 0 0 0.95rem;
  padding-bottom: 0.65rem;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.5;
}

.monoka-home-footer .monoka-footer-group h4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b28aff, #ff7ca5);
  content: "";
}

.monoka-home-footer .monoka-footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.monoka-home-footer .monoka-footer-links li + li {
  margin-top: 0.05rem;
}

.monoka-home-footer .monoka-footer-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 1.85rem;
  padding: 0.12rem 0 0.12rem 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.monoka-home-footer .monoka-footer-links a::before {
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #bda1ff;
  box-shadow: 0 0 0 4px rgba(189, 161, 255, 0.08);
  content: "";
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.monoka-home-footer .monoka-footer-links a:hover,
.monoka-home-footer .monoka-footer-links a:focus {
  color: #fff;
  text-decoration: none;
  transform: translateX(3px);
}

.monoka-home-footer .monoka-footer-links a:hover::before,
.monoka-home-footer .monoka-footer-links a:focus::before {
  background: #ff8caf;
  box-shadow: 0 0 0 4px rgba(255, 140, 175, 0.12);
}

.monoka-home-footer .monoka-footer-language {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  margin-top: 1.1rem;
  padding: 0.4rem 0.5rem 0.4rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.07);
}

.monoka-home-footer .monoka-footer-language-label {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.35;
}

.monoka-home-footer .footer-lang-selector,
.monoka-home-footer select {
  min-width: 108px;
  height: 1.95rem;
  padding: 0.15rem 1.65rem 0.15rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.45rem;
  background-color: rgba(255, 255, 255, 0.96);
  color: #24103f;
  font-family: inherit;
  font-size: 0.76rem;
  line-height: 1.3;
}

.monoka-home-copyright.footer {
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(135deg, #32106f 0%, #5620bd 50%, #7d38e9 100%);
}

.monoka-home-copyright .monoka-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 1rem 0;
}

.monoka-home-copyright .monoka-footer-copyright {
  width: 100%;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  line-height: 1.6;
  text-align: center;
}

.monoka-home-footer .monoka-footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.55rem;
  margin-top: 1.1rem;
}

.monoka-home-footer .monoka-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.monoka-home-footer .monoka-footer-social a:hover,
.monoka-home-footer .monoka-footer-social a:focus {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .monoka-home-footer .monoka-footer-grid {
    grid-template-columns: minmax(240px, 1.3fr) repeat(2, minmax(160px, 1fr));
  }

  .monoka-home-footer .monoka-footer-brand {
    grid-column: 1 / -1;
    max-width: 620px;
  }
}

@media (max-width: 767.98px) {
  .monoka-home-hero h1 {
    font-size: clamp(1.9rem, 7.2vw, 2.65rem);
    line-height: 1.2;
  }

  .monoka-section .h2-heading,
  .monoka-growth-section h2,
  .how-it-works.monoka-section .header-top h2 {
    font-size: clamp(1.75rem, 6.6vw, 2.25rem);
    line-height: 1.3;
  }

  .monoka-home-footer.footer {
    padding-top: 4rem;
    padding-bottom: 2.8rem;
  }

  .monoka-home-footer .monoka-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.25rem 1.5rem;
  }

  .monoka-home-footer .monoka-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 575.98px) {
  .monoka-home-hero h1 {
    font-size: clamp(1.75rem, 8.8vw, 2.3rem);
    line-height: 1.22;
  }

  .monoka-home-hero .p-large {
    font-size: 0.95rem;
    line-height: 1.75;
  }

  .monoka-home-footer.footer {
    padding: 3.5rem 0 2.4rem;
  }

  .monoka-home-footer .monoka-footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .monoka-home-footer .monoka-footer-brand {
    grid-column: auto;
  }

  .monoka-home-footer .monoka-footer-links a {
    min-height: 1.75rem;
  }

  .monoka-home-footer .monoka-footer-language {
    align-items: center;
    width: fit-content;
  }

  .monoka-home-footer .monoka-footer-language .footer-lang-selector,
  .monoka-home-footer .monoka-footer-language select {
    flex: 0 0 auto;
    width: auto;
    min-width: 108px;
  }

  .monoka-home-copyright .monoka-footer-bottom {
    flex-direction: column;
    justify-content: center;
    min-height: 0;
    padding: 1.35rem 0;
    text-align: center;
  }

}


/* Larger feature-card artwork — balanced for desktop and mobile */
.about-us.monoka-section .card-image {
  width: clamp(92px, 7vw, 108px);
  height: clamp(92px, 7vw, 108px);
  margin-bottom: 1.2rem;
  padding: 0.85rem;
  border-radius: 1.35rem;
}

.about-us.monoka-section .card-image img {
  width: clamp(68px, 5.35vw, 82px);
  height: clamp(68px, 5.35vw, 82px);
  max-width: none;
  max-height: none;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .about-us.monoka-section .card-image {
    width: 90px;
    height: 90px;
    margin-bottom: 1.1rem;
    padding: 0.75rem;
    border-radius: 1.2rem;
  }

  .about-us.monoka-section .card-image img {
    width: 68px;
    height: 68px;
  }
}

@media (max-width: 575.98px) {
  .about-us.monoka-section .card-image {
    width: 84px;
    height: 84px;
    margin-bottom: 1rem;
    padding: 0.7rem;
  }

  .about-us.monoka-section .card-image img {
    width: 64px;
    height: 64px;
  }
}

/* Public homepage language selector: positioned after the sign-up action only. */
.monoka-home-nav .monoka-home-language {
  display: flex;
  align-items: center;
  margin-left: 0.55rem;
}

.monoka-home-nav .monoka-home-language-label {
  display: none;
}

.monoka-home-nav .monoka-home-language-control {
  position: relative;
  display: flex;
  align-items: center;
  width: 96px;
  height: 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.monoka-home-nav .monoka-home-language-control:hover,
.monoka-home-nav .monoka-home-language-control:focus-within {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 8px 24px rgba(17, 4, 43, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.monoka-home-nav .monoka-home-language-control > .fas {
  position: absolute;
  left: 12px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  pointer-events: none;
}

.monoka-home-nav .monoka-home-language-control::after {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-right: 2px solid rgba(255, 255, 255, 0.78);
  border-bottom: 2px solid rgba(255, 255, 255, 0.78);
  content: "";
  pointer-events: none;
  transform: rotate(45deg);
}

.monoka-home-nav .monoka-home-language-select {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 27px 0 31px;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.monoka-home-nav .monoka-home-language-select::-ms-expand {
  display: none;
}

.monoka-home-nav .monoka-home-language-select option {
  background: #fff;
  color: #24103f;
}

@media (max-width: 991.98px) {
  .monoka-home-nav .monoka-home-language {
    display: grid;
    grid-template-columns: auto 132px;
    width: 100%;
    margin: 0.45rem 0 0;
    padding-top: 0.55rem;
    align-items: center;
    justify-content: space-between;
    column-gap: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
  }

  .monoka-home-nav .monoka-home-language-label {
    display: block;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.35;
  }

  .monoka-home-nav .monoka-home-language-control {
    width: 132px;
    height: 40px;
    border-radius: 0.65rem;
    background: rgba(255, 255, 255, 0.08);
  }

  .monoka-home-nav .monoka-home-language-select {
    padding-right: 27px;
    padding-left: 31px;
    font-size: 0.8rem;
  }
}

@media (max-width: 767.98px) {
  .monoka-home-footer .monoka-footer-social {
    gap: 0.75rem;
    margin-top: 1.25rem;
  }

  .monoka-home-footer .monoka-footer-social a {
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 0.85rem;
    font-size: 1.05rem;
  }
}

@media (max-width: 575.98px) {
  .monoka-home-nav .navbar-brand.logo-image img {
    height: 34px;
    max-width: 160px;
  }

  body.monoka-liquid-home nav.monoka-home-nav .container {
    min-height: 48px;
    padding: 0.3rem 0.5rem 0.3rem 0.65rem;
    border-radius: 0.95rem;
  }

  body.monoka-liquid-home nav.monoka-home-nav .navbar-collapse {
    padding: 0.5rem 0.55rem 0.6rem;
  }

  .monoka-home-nav .nav-item .nav-link {
    padding: 0.52rem 0.55rem;
  }

  .monoka-home-nav .monoka-home-language {
    grid-template-columns: auto minmax(124px, 136px);
    column-gap: 0.6rem;
  }

  .monoka-home-nav .monoka-home-language-control {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .monoka-home-footer .monoka-footer-social {
    gap: 0.65rem;
  }
}

/* Homepage back-to-top control */
body.monoka-liquid-home .monoka-back-to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 1040;
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(72, 27, 164, 0.94), rgba(111, 49, 225, 0.9));
  color: #fff;
  box-shadow: 0 14px 34px rgba(39, 14, 91, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.92);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  backdrop-filter: blur(14px) saturate(125%);
  -webkit-backdrop-filter: blur(14px) saturate(125%);
}

body.monoka-liquid-home .monoka-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

body.monoka-liquid-home .monoka-back-to-top:hover,
body.monoka-liquid-home .monoka-back-to-top:focus {
  color: #fff;
  box-shadow: 0 18px 40px rgba(39, 14, 91, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.26);
  transform: translateY(-2px) scale(1.03);
  outline: none;
}

body.monoka-liquid-home .monoka-back-to-top i {
  font-size: 1rem;
  line-height: 1;
}

@media (max-width: 767.98px) {
  body.monoka-liquid-home .monoka-back-to-top {
    right: 1rem;
    bottom: 1rem;
    width: 44px;
    height: 44px;
  }
}


/* Homepage platform/logo refresh */
.monoka-platform-strip .swiper-slide img.platform-logo-image {
  width: auto;
  max-width: 100%;
  height: 48px;
  object-fit: contain;
  filter: none;
}

.about-us.monoka-section .card-image {
  width: 74px;
  height: 74px;
  padding: 0.6rem;
  border-radius: 1.15rem;
}

.about-us.monoka-section .card-image img {
  max-width: 54px;
  max-height: 54px;
}

.about-us.monoka-section .card-image--security {
  background: linear-gradient(135deg, rgba(120, 95, 255, 0.16), rgba(255, 111, 183, 0.16));
}

.about-us.monoka-section .card-image--speed {
  background: linear-gradient(135deg, rgba(99, 126, 255, 0.16), rgba(89, 218, 255, 0.16));
}

.about-us.monoka-section .card-image--pricing {
  background: linear-gradient(135deg, rgba(175, 115, 255, 0.16), rgba(255, 155, 204, 0.16));
}

.monoka-growth-section .image-container img {
  max-width: min(100%, 560px);
  max-height: 400px;
}

@media (max-width: 767.98px) {
  .monoka-platform-strip .swiper-slide img.platform-logo-image {
    height: 40px;
  }

  .about-us.monoka-section .card-image {
    width: 68px;
    height: 68px;
  }

  .about-us.monoka-section .card-image img {
    max-width: 48px;
    max-height: 48px;
  }
}


/* Homepage platform logo sizing refinement */
.monoka-platform-strip .swiper-slide {
  min-height: 76px;
  padding: 0.72rem 0.82rem;
}

.monoka-platform-strip .swiper-slide img.platform-logo-image {
  width: 58px;
  max-width: 58px;
  height: 58px;
  max-height: 58px;
}

@media (max-width: 767.98px) {
  .monoka-platform-strip .swiper-slide {
    min-height: 68px;
    padding: 0.62rem 0.7rem;
  }

  .monoka-platform-strip .swiper-slide img.platform-logo-image {
    width: 50px;
    max-width: 50px;
    height: 50px;
    max-height: 50px;
  }
}

/* Mobile image delivery: picture wrappers must not alter the established flex layout. */
body.monoka-liquid-home .about-us.monoka-section .card-image > picture,
body.monoka-liquid-home .monoka-growth-section .image-container > picture,
body.monoka-liquid-home .monoka-payment-logo > picture {
  display: contents;
}
