/**********************
01.variables
02.helper
03.Components
04.general
05.Loader
06.menu
07 hero
08.shape
09.brand
10.about
11.price
12.counter
13.fnq
14.testimonials
15.cta
16.login
17.footer
***********************/
/* 
// 01.variables
*/
/* 
// 02.Helper
*/
@import url("https://api.fontshare.com/v2/css?f[]=satoshi@100,200,300,400,500,600,700,800,900&display=swap");
.section {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .section {
    padding: 40px 0px;
  }
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.ls-3 {
  letter-spacing: 3px;
}

.ls-4 {
  letter-spacing: 4px;
}

.ls-5 {
  letter-spacing: 5px;
}

/* 
// 03.COMPONENTS
*/
.bg-primary {
  background-color: #0b363d !important;
}

.text-primary {
  color: #000000 !important;
}

.btn-primary {
  background-color: #4246da !important;
  color: #ffffff !important;
  border: none !important;
}
.btn-primary:hover {
  background-color: #3538c4 !important;
}

.border-primary {
  border-color: #0b363d !important;
}

.btn-outline-primary {
  color: #000000 !important;
  border: 1.5px solid #d1d5db !important;
  background-color: #ffffff !important;
}
.btn-outline-primary:hover {
  background-color: #0b363d !important;
  border-color: #0b363d !important;
  color: #fff !important;
}
.btn-outline-primary:active {
  background-color: #2563EB !important;
  border-color: #2563EB !important;
  color: #fff !important;
}
.btn-outline-primary:focus {
  background-color: #2563EB !important;
  border-color: #2563EB !important;
  color: #fff !important;
}

.bg-secondary {
  background-color: #959797 !important;
}

.text-secondary {
  color: #959797 !important;
}

.btn-secondary {
  background-color: #959797 !important;
}

.border-secondary {
  border-color: #959797 !important;
}

.btn-outline-secondary {
  color: #959797 !important;
  border: 1px solid #959797 !important;
}
.btn-outline-secondary:hover {
  background-color: #959797 !important;
  color: #fff9f5 !important;
}
.btn-outline-secondary:active {
  background-color: #959797 !important;
  color: #fff9f5 !important;
}
.btn-outline-secondary:focus {
  background-color: #959797 !important;
  color: #fff9f5 !important;
}

.bg-success {
  background-color: #81d86f !important;
}

.counter-no .bg-success-subtle {
  background-color: #ffffff !important;
}

.counter-part.bg-primary {
  background: linear-gradient(to right, #054e65, #001113) !important;
}

.text-success {
  color: #81d86f !important;
}

.btn-success {
  background-color: #81d86f !important;
}

.border-success {
  border-color: #81d86f !important;
}

.btn-outline-success {
  color: #81d86f !important;
  border: 1px solid #81d86f !important;
}
.btn-outline-success:hover {
  background-color: #81d86f !important;
  color: #fff9f5 !important;
}
.btn-outline-success:active {
  background-color: #81d86f !important;
  color: #fff9f5 !important;
}
.btn-outline-success:focus {
  background-color: #81d86f !important;
  color: #fff9f5 !important;
}

.bg-info {
  background-color: #adefd1 !important;
}

.text-info {
  color: #adefd1 !important;
}

.btn-info {
  background-color: #adefd1 !important;
}

.border-info {
  border-color: #adefd1 !important;
}

.btn-outline-info {
  color: #adefd1 !important;
  border: 1px solid #adefd1 !important;
}
.btn-outline-info:hover {
  background-color: #adefd1 !important;
  color: #fff9f5 !important;
}
.btn-outline-info:active {
  background-color: #adefd1 !important;
  color: #fff9f5 !important;
}
.btn-outline-info:focus {
  background-color: #adefd1 !important;
  color: #fff9f5 !important;
}

.bg-warning {
  background-color: #eea47f !important;
}

.text-warning {
  color: #eea47f !important;
}

.btn-warning {
  background-color: #eea47f !important;
}

.border-warning {
  border-color: #eea47f !important;
}

.btn-outline-warning {
  color: #eea47f !important;
  border: 1px solid #eea47f !important;
}
.btn-outline-warning:hover {
  background-color: #eea47f !important;
  color: #fff9f5 !important;
}
.btn-outline-warning:active {
  background-color: #eea47f !important;
  color: #fff9f5 !important;
}
.btn-outline-warning:focus {
  background-color: #eea47f !important;
  color: #fff9f5 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.btn-danger {
  background-color: #dc3545 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.btn-outline-danger {
  color: #dc3545 !important;
  border: 1px solid #dc3545 !important;
}
.btn-outline-danger:hover {
  background-color: #dc3545 !important;
  color: #fff9f5 !important;
}
.btn-outline-danger:active {
  background-color: #dc3545 !important;
  color: #fff9f5 !important;
}
.btn-outline-danger:focus {
  background-color: #dc3545 !important;
  color: #fff9f5 !important;
}

.bg-light {
  background-color: #fff9f5 !important;
}

.text-light {
  color: #fff9f5 !important;
}

.btn-light {
  background-color: #fff9f5 !important;
}

.border-light {
  border-color: #fff9f5 !important;
}

.btn-outline-light {
  color: #fff9f5 !important;
  border: 1px solid #fff9f5 !important;
}
.btn-outline-light:hover {
  background-color: #fff9f5 !important;
  color: #fff9f5 !important;
}
.btn-outline-light:active {
  background-color: #fff9f5 !important;
  color: #fff9f5 !important;
}
.btn-outline-light:focus {
  background-color: #fff9f5 !important;
  color: #fff9f5 !important;
}

.bg-purple {
  background-color: #6f42c1 !important;
}

.text-purple {
  color: #6f42c1 !important;
}

.btn-purple {
  background-color: #6f42c1 !important;
}

.border-purple {
  border-color: #6f42c1 !important;
}

.btn-outline-purple {
  color: #6f42c1 !important;
  border: 1px solid #6f42c1 !important;
}
.btn-outline-purple:hover {
  background-color: #6f42c1 !important;
  color: #fff9f5 !important;
}
.btn-outline-purple:active {
  background-color: #6f42c1 !important;
  color: #fff9f5 !important;
}
.btn-outline-purple:focus {
  background-color: #6f42c1 !important;
  color: #fff9f5 !important;
}

.bg-orange {
  background-color: #06b6d4 !important;
}

.text-orange {
  color: #06b6d4 !important;
}

.btn-orange {
  background-color: #06b6d4 !important;
}

.border-orange {
  border-color: #06b6d4 !important;
}

.btn-outline-orange {
  color: #06b6d4 !important;
  border: 1px solid #06b6d4 !important;
}
.btn-outline-orange:hover {
  background-color: #06b6d4 !important;
  color: #ffffff !important;
}
.btn-outline-orange:active {
  background-color: #06b6d4 !important;
  color: #ffffff !important;
}
.btn-outline-orange:focus {
  background-color: #06b6d4 !important;
  color: #ffffff !important;
}

.bg-dark {
  background-color: #141822 !important;
}

.text-dark {
  color: #000000 !important;
}

.btn-dark {
  background-color: #141822 !important;
}

.border-dark {
  border-color: #141822 !important;
}

.btn-outline-dark {
  color: #000000 !important;
  border: 1px solid #141822 !important;
}
.btn-outline-dark:hover {
  background-color: #141822 !important;
  color: #fff9f5 !important;
}
.btn-outline-dark:active {
  background-color: #141822 !important;
  color: #fff9f5 !important;
}
.btn-outline-dark:focus {
  background-color: #141822 !important;
  color: #fff9f5 !important;
}

.btn {
  padding: 10px 28px;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.4s;
  border-radius: 15px;
}
.btn:focus {
  border-color: transparent !important;
}
.btn:hover {
  transform: none;
  box-shadow: none;
}

.btn-lg {
  padding: 15px 30px;
  font-size: 16px;
}

.btn:focus {
  box-shadow: 0 0 0 0.15rem rgba(37, 99, 235, 0.35);
}

.btn-success:focus {
  box-shadow: 0 0 0 0.15rem rgba(129, 216, 111, 0.5);
}

/* 
// 04.general
*/
body {
  font-family: "Satoshi", sans-serif;
}

a {
  text-decoration: none;
  font-size: 20px;
}

ul {
  list-style: none;
  padding: 0;
}

p {
  font-size: 17px;
  color: #616c6e;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400 !important;
}

h6 {
  font-size: 18px !important;
  font-weight: 400;
}

.logo i {
  font-weight: normal !important;
}

.form-control {
  box-shadow: none !important;
}

.bg-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 41, 54, 0.91);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-overlay-2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 41, 54, 0.71);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.section-title-border {
  width: 50px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #81d86f;
}

.title-sm span {
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 17px;
  color: #000000;
}

.shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.shape svg {
  width: 100%;
  height: auto;
}

.text-line {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 10px;
}
.text-line::after {
  content: "";
  background: rgba(6, 182, 212, 0.25);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34%;
  width: 100%;
  z-index: -1;
}

/* 
// 06.menu
*/
.navbar.nav-sticky {
  background-color: #ffffff;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.navbar.nav-sticky .logo a {
  color: #000000 !important;
}
.navbar.nav-sticky .navbar-nav .nav-item .nav-link {
  color: #000000 !important;
}
.navbar.nav-sticky .navbar-nav .nav-item .nav-link:hover, .navbar.nav-sticky .navbar-nav .nav-item .nav-link:active, .navbar.nav-sticky .navbar-nav .nav-item .nav-link.active {
  color: #06b6d4 !important;
}
@media (max-width: 991px) {
  .navbar.nav-sticky .navbar-nav .nav-item .nav-link {
    color: #000000 !important;
  }
}
.navbar.nav-sticky .navbar-toggler {
  color: #000000;
}
.navbar.nav-sticky.nav-bg {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .navbar {
    background-color: #fff9f5;
  }
}
.navbar .navbar-toggler {
  color: #000000;
  font-size: 16px;
  border: 1px solid transparent;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
@media (max-width: 991px) {
  .navbar .logo a {
    color: #000000 !important;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  padding: 20px;
  transition: all 0.3s ease;
  position: relative;
  font-weight: 500;
  color: #000000;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 14px 14px;
  }
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:active, .navbar .navbar-nav .nav-item .nav-link.active {
  color: #06b6d4 !important;
}
@media (max-width: 991px) {
  .navbar .navbar-nav .nav-item .nav-link {
    color: #000000 !important;
  }
}
.navbar .nav-btn .nav-item .nav-link {
  color: #fff9f5;
  padding: 20px;
}
.navbar.navbar-light .nav-item .nav-link {
  color: #fff9f5;
}


.lang-switcher {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border: 1.5px solid #d1d5db;
  border-radius: 999px;
  padding: 3px;
  gap: 0;
  margin-right: 16px;
}
.lang-switcher .lang-btn {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #9395a5 !important;
  cursor: pointer;
  padding: 5px 13px;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
  line-height: 1;
  user-select: none;
}
.lang-switcher .lang-btn.active {
  background: #4246da !important;
  color: #ffffff !important;
}
.lang-switcher .lang-btn:not(.active):hover {
  color: #555770 !important;
}
@media (max-width: 991px) {
  .lang-switcher {
    margin: 8px 14px;
  }
}

.hero-section {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.hero-section .img-fluid {
  will-change: transform;
  transition: transform 0.05s linear;
}

.bg-img-1 {
  background-image: radial-gradient(ellipse 120% 80% at 50% 120%, #9ca3af 0%, #c4cad4 30%, #dde2e8 60%, #eff1f4 80%, #ffffff 100%);
}

.bg-home-1 {
  padding: 200px 0;
}
.bg-home-1 h1 span {
  color: #ff8945;
}

.hero-dashboard-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 3rem;
}

.hero-dash-img {
  position: relative;
  z-index: 1;
  width: 100%;
}

.hero-character-img {
  position: absolute;
  bottom: 10%;
  right: -20%;
  height: 139%;
  width: auto;
  z-index: 0;
  pointer-events: none;
  object-fit: contain;
  object-position: bottom;
}

@media (max-width: 991px) {
  .hero-character-img {
    height: 110%;
    right: -1%;
  }
}

@media (max-width: 575px) {
  .hero-character-img {
    display: none;
  }
}

.bg-img-2 {
  background-image: url("/assets/images/banner-1.jpg");
}

.bg-home-2 {
  padding: 200px 0;
}
.bg-home-2 h1 span {
  color: #ff8945;
}
.bg-home-2 .dashbord-img {
  max-width: 270%;
  transform: scale(1.2);
}
@media (max-width: 1199.98px) {
  .bg-home-2 .dashbord-img {
    max-width: 100%;
    transform: scale(1);
    margin-top: 20px;
  }
}
.bg-home-2 .rounded-img {
  position: absolute;
  top: 0;
  left: 40%;
  animation: rotate-center 30s linear infinite both;
}
@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.bg-home-3 {
  padding: 100px 0;
}
.bg-home-3 .back-img {
  position: relative;
}
.bg-home-3 .back-img .earth-img {
  position: absolute;
  top: 0%;
  left: 0;
  animation: rotate-center 30s linear infinite both;
}
.bg-home-3 .back-img .chart-img {
  position: absolute;
  top: 10%;
  left: 90%;
  border-radius: 10px;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
.bg-home-3 .back-img .chat-img {
  position: absolute;
  top: 40%;
  left: -10%;
  animation-delay: -0.1s;
  animation: up-down-img 1.7s ease-in-out infinite alternate both;
}
@keyframes up-down-img {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@media (max-width: 991px) {
  .bg-home-3 .back-img .chat-img {
    display: none;
  }
}
.bg-home-3 .back-img .chat-img-2 {
  position: absolute;
  top: 60%;
  left: 60%;
}
@media (max-width: 991px) {
  .bg-home-3 .back-img .chat-img-2 {
    display: none;
  }
}
.bg-home-3 .back-img .chat-img-3 {
  position: absolute;
  top: 80%;
  left: 0%;
}
@media (max-width: 991px) {
  .bg-home-3 .back-img .chat-img-3 {
    display: none;
  }
}
.bg-home-3 .form-button form {
  position: relative;
}
.bg-home-3 .form-button input {
  padding: 15px 10px;
  box-shadow: none;
  border-color: transparent;
  background-color: rgba(129, 216, 111, 0.1);
  color: #fff9f5;
}
.bg-home-3 .form-button input::-moz-placeholder {
  color: #fff9f5;
}
.bg-home-3 .form-button input::placeholder {
  color: #fff9f5;
}
.bg-home-3 .form-button a {
  background-color: #ff8945;
  display: inline-block;
  padding: 7px 35px;
  border-radius: 5px;
  color: #fff;
  position: absolute;
  right: 0;
  font-size: 17px;
}

.bg-home-4 {
  padding: 150px 0;
}
.bg-home-4 .hand-phone {
  position: relative;
}
.bg-home-4 .hand-phone .phone-img {
  max-width: 130%;
}
@media (max-width: 991px) {
  .bg-home-4 .hand-phone .phone-img {
    max-width: 100%;
  }
}
.bg-home-4 .hand-phone .card-img {
  position: absolute;
  top: 10%;
  left: 30%;
  animation-delay: -0.1s;
  animation: up-down-img 1.7s ease-in-out infinite alternate both;
}
@media (max-width: 991px) {
  .bg-home-4 .hand-phone .card-img {
    display: none;
  }
}
.bg-home-4 .hand-phone .card-img-2 {
  position: absolute;
  top: 50%;
  left: 0%;
}
@media (max-width: 991px) {
  .bg-home-4 .hand-phone .card-img-2 {
    display: none;
  }
}
.bg-home-4 .hand-phone::after {
  content: " ";
  position: absolute;
  z-index: -1;
  bottom: 7rem;
  left: -4rem;
  width: 55rem;
  height: 35rem;
  border-radius: 20rem;
  transform: rotate(120deg);
  opacity: 0.9;
  background-color: rgba(255, 137, 69, 0.4);
}
@media (max-width: 991px) {
  .bg-home-4 .hand-phone::after {
    display: none;
  }
}

.bg-home-5 {
  padding: 300px 0;
}

.bg-img-5 {
  background-image: url("/assets/images/group-img.jpg");
}
.bg-img-5 .carousel-control-next-icon,
.bg-img-5 .carousel-control-prev-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #ff8945;
  background-size: 100% 40%;
  border-radius: 50%;
}

.bg-home-6 {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .bg-home-6 .shape-svg {
    display: none;
  }
}
.bg-home-6 .map-svg {
  position: absolute;
  top: 0;
  left: 50%;
}
@media (max-width: 991px) {
  .bg-home-6 .map-svg {
    display: none;
  }
}
.bg-home-6 .country-1 {
  position: absolute;
  top: 10%;
  left: 70%;
}
.bg-home-6 .country-2 {
  position: absolute;
  top: 30%;
  left: 97%;
}
.bg-home-6 .country-3 {
  position: absolute;
  top: 40%;
  left: 90%;
}
.bg-home-6 .country-4 {
  position: absolute;
  top: 22%;
  left: 70%;
}
.bg-home-6 .country-5 {
  position: absolute;
  top: 16%;
  left: 90%;
}

.bg-img-7 {
  padding: 200px 0;
}
.bg-img-7 .phone-bg-2 {
  position: absolute;
  top: 20%;
  left: 10%;
}
@media (max-width: 991px) {
  .bg-img-7 .phone-bg-2 {
    display: none;
  }
}
.bg-img-7 .svg-img img {
  position: absolute;
  width: 6%;
  top: 13%;
  left: 15%;
}
.bg-img-7 .svg-img-2 img {
  position: absolute;
  width: 12%;
  top: 50%;
  left: 43%;
  animation-delay: -0.1s;
  animation: up-down-img 1.7s ease-in-out infinite alternate both;
}
.bg-img-7 .svg-img-3 img {
  position: absolute;
  width: 6%;
  top: 27%;
  left: 78%;
  transform: rotate(45deg);
}

.bg-home-8 {
  padding: 200px 0;
}
.bg-home-8 .img-shape {
  position: relative;
}
.bg-home-8 .img-shape .shape-1 {
  position: absolute;
  top: 10%;
  left: 20%;
  animation-delay: -0.1s;
  animation: up-down-img 1.7s ease-in-out infinite alternate both;
}
@media (max-width: 991px) {
  .bg-home-8 .img-shape .shape-1 {
    display: none;
  }
}
.bg-home-8 .img-shape .shape-2 {
  position: absolute;
  top: 40%;
  left: 90%;
  animation-delay: -0.1s;
  animation: rotate-center 10s linear infinite both;
}
@media (max-width: 991px) {
  .bg-home-8 .img-shape .shape-2 {
    display: none;
  }
}
.bg-home-8 .img-shape .shape-3 {
  position: absolute;
  top: 37%;
  left: 90%;
  animation-delay: -0.1s;
  animation: rotate-center 4s linear infinite both;
}
@media (max-width: 991px) {
  .bg-home-8 .img-shape .shape-3 {
    display: none;
  }
}
.bg-home-8 .shape-4 {
  position: absolute;
  top: 10%;
  left: 10%;
}
@media (max-width: 991px) {
  .bg-home-8 .shape-4 {
    display: none;
  }
}
.bg-home-8 .shape-5 {
  position: absolute;
  top: 70%;
  left: 10%;
}
@media (max-width: 991px) {
  .bg-home-8 .shape-5 {
    display: none;
  }
}
.bg-home-8 .shape-6 {
  position: absolute;
  top: 70%;
  left: 80%;
}
@media (max-width: 991px) {
  .bg-home-8 .shape-6 {
    display: none;
  }
}
.bg-home-8 .shape-1 {
  position: absolute;
  top: 30%;
  left: 90%;
  animation-delay: -0.1s;
  animation: up-down-img 1.7s ease-in-out infinite alternate both;
}
@media (max-width: 991px) {
  .bg-home-8 .shape-1 {
    display: none;
  }
}
.bg-home-8 .shape-2 {
  position: absolute;
  top: 40%;
  left: 20%;
  animation-delay: -0.1s;
  animation: rotate-center 10s linear infinite both;
}
@media (max-width: 991px) {
  .bg-home-8 .shape-2 {
    display: none;
  }
}
.bg-home-8 .shape-3 {
  position: absolute;
  top: 38%;
  left: 20%;
  animation-delay: -0.1s;
  animation: rotate-center 4s linear infinite both;
}
@media (max-width: 991px) {
  .bg-home-8 .shape-3 {
    display: none;
  }
}

.brand-logo {
  max-width: 100px;
}

.main-title h2 {
  font-weight: 600 !important;
  font-size: 42px;
  line-height: 1.05;
}

#diagnostic-form .feature-title .d-flex {
  max-width: 100%;
}

#diagnostic-form .feature-title h2 {
  font-size: clamp(32px, 7.8vw, 42px);
  line-height: 1.12;
  overflow-wrap: normal;
  word-break: normal;
}

#diagnostic-form .feature-title img {
  height: clamp(34px, 8vw, 48px) !important;
}

#diagnostic-form .feature-title .text-line {
  max-width: 100%;
  padding-left: 0.12em;
  padding-right: 0.12em;
}

@media (max-width: 767px) {
  #diagnostic-form .feature-title .d-flex {
    flex-direction: column;
    align-items: center !important;
    gap: 10px !important;
  }

  #diagnostic-form .feature-title h2 {
    max-width: 100%;
    font-size: clamp(30px, 8.4vw, 36px);
    line-height: 1.14;
  }

  #diagnostic-form .analyse-subtitle {
    font-size: clamp(16px, 4.4vw, 18px) !important;
    line-height: 1.45 !important;
  }
}

.about-section .about-content {
  padding: 40px 30px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  border-radius: 10px;
}
.about-section .about-style-two {
  padding: 50px 37px;
  padding-bottom: 45px;
  background: rgba(6, 182, 212, 0.12);
  border-radius: 10px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.about-section .about-style-two .icon {
  margin-bottom: 30px;
}
.about-section .about-style-two .icon img {
  height: 50px;
}
.about-section .about-style-two h3 {
  font-size: 23px;
}
.about-section .about-style-two h3 a {
  color: #000000;
  font-weight: 600;
}
.about-section .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.about-section .arrow-img {
  position: absolute;
  top: 30%;
  left: 62%;
}

.services-detail li {
  display: flex;
}
.services-detail li i {
  color: #bbf489;
  margin-right: 15px;
}

/* ========== Analyse Section ========== */
.analyse-section {
  background: #f1f5f9;
}

.analyse-visual-wrap {
  position: relative;
  width: 440px;
  height: 480px;
}
.analyse-bg-blob {
  position: absolute;
  width: 110%;
  bottom: -10px;
  left: 50%;
  transform: translateX(-56%);
  z-index: 0;
  animation: amb-float 3.5s ease-in-out infinite alternate;
}
.analyse-main-img {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 82%;
  z-index: 1;
  border-radius: 16px;
}
.analyse-deco {
  position: absolute;
  z-index: 2;
}
.analyse-deco--left {
  width: 50px;
  top: 18%;
  left: 0%;
  animation: amb-float 2.6s ease-in-out infinite alternate;
}
.analyse-deco--right {
  width: 110px;
  top: 22%;
  right: -2%;
  animation: amb-float 2s ease-in-out infinite alternate-reverse;
}

.analyse-tag-label {
  color: #4246da !important;
}

.analyse-title {
  font-size: 38px;
  color: #000000;
  line-height: 1.05;
}

@media (max-width: 767px) {
  .analyse-title {
    font-size: 28px;
  }
}

.analyse-subtitle {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.6;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.analyse-form {
  text-align: left;
}

.analyse-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.analyse-input-icon {
  position: absolute;
  left: 18px;
  font-size: 18px;
  color: #9ca3af;
  pointer-events: none;
  z-index: 1;
}

.analyse-input {
  width: 100%;
  background: #ffffff;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px 20px 16px 48px;
  font-size: 15px;
  color: #000000;
  font-family: "Satoshi", sans-serif;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.analyse-input::placeholder {
  color: #9ca3af;
}

.analyse-input:focus {
  border-color: #4246da;
  box-shadow: 0 0 0 3px rgba(66, 70, 218, 0.1);
}

.analyse-btn {
  background: #4246da !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 12px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 16px 28px !important;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease !important;
  box-shadow: 0 4px 20px rgba(66, 70, 218, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.analyse-btn:hover {
  background: #3538c4 !important;
  box-shadow: 0 6px 28px rgba(66, 70, 218, 0.45) !important;
  transform: translateY(-1px) !important;
}

.analyse-note {
  font-size: 13px;
  color: #6b7280;
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.analyse-note-stars {
  color: #f59e0b;
  letter-spacing: 1px;
  font-size: 14px;
}
.analyse-note strong {
  color: #000000;
  font-weight: 600;
}
.analyse-note-sep {
  color: #d1d5db;
}
.analyse-note-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #6b7280;
}
.analyse-note-item i {
  font-size: 14px;
  color: #9ca3af;
}
/* ====================================== */

.faq-section {
  background: #f1f5f9;
}

.faq-tag-label {
  color: #4246da !important;
}

/* Ambassadors section */
.ambassadors-section {
  background-color: #fff;
}

/* Ambassadors section */
.ambassadors-section {
  background-color: #fff;
}

/* Left visual: girl + blob + decorative elements */
.amb-visual-wrap {
  position: relative;
  width: 420px;
  height: 500px;
}
.amb-bg-blob {
  position: absolute;
  width: 115%;
  bottom: -10px;
  left: 50%;
  transform: translateX(-52%);
  z-index: 0;
}
.amb-girl-img {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 78%;
  z-index: 1;
}
.amb-deco {
  position: absolute;
  z-index: 2;
}
.amb-deco--left {
  width: 48px;
  top: 20%;
  left: 2%;
  animation: amb-float 2.8s ease-in-out infinite alternate;
}
.amb-deco--right {
  width: 120px;
  top: 14%;
  right: 0%;
  animation: amb-float 2.2s ease-in-out infinite alternate-reverse;
}
@keyframes amb-float {
  from { transform: translateY(0); }
  to   { transform: translateY(-14px); }
}

.ambassador-card {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 28px 32px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.ambassador-card-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ambassador-img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}
.ambassador-card-body {
  flex: 1;
}
.ambassador-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 8px;
}
.ambassador-card-text {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}
.ambassadors-footer-line {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 20px 32px;
}
.ambassadors-footer-line p {
  font-size: 1.05rem;
  font-weight: 700;
  color: #000000;
  margin: 0;
  text-align: center;
}
@media (max-width: 576px) {
  .ambassador-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}


.faq-main-title {
  font-size: 40px;
  color: #000000;
  line-height: 1.05;
}

.faq-subtitle {
  font-size: 16px;
  color: #6b7280;
  margin-top: 8px;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
}

.faq-btn {
  width: 100%;
  background: transparent;
  border: none;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  transition: background 0.2s ease;
  font-family: "Satoshi", sans-serif;
}

.faq-btn:hover {
  background: #f8fafc;
}

.faq-chevron {
  font-size: 22px;
  color: #9ca3af;
  flex-shrink: 0;
  transition: transform 0.25s ease, color 0.25s ease;
}

.faq-btn:not(.collapsed) .faq-chevron {
  transform: rotate(180deg);
  color: #4246da;
}

.faq-body {
  padding: 0 24px 22px;
}

.faq-body p {
  margin: 0;
  font-size: 15px;
  color: #6b7280;
  line-height: 1.65;
}

.footer-part {
  position: relative;
  background: linear-gradient(to right, #054e65, #001113);
}
.footer-part .footer-about .logo {
  margin-left: -8px;
}
.footer-part p {
  font-size: 17px;
}
.footer-part li {
  margin-bottom: 17px;
}
.footer-part li a {
  font-size: 16px;
  transition: all 0.5s;
}
.footer-part li a:hover {
  color: #fff9f5 !important;
  margin: 5px;
}
.footer-part li a:hover i {
  color: #fff9f5 !important;
}
.footer-part .form-button form {
  position: relative;
}
.footer-part .form-button input {
  padding: 13px 10px;
  box-shadow: none;
  border-color: transparent;
  background-color: rgba(11, 54, 61, 0.9);
  color: #fff9f5;
}
.footer-part .form-button input::-moz-placeholder {
  color: #fff9f5;
}
.footer-part .form-button input::placeholder {
  color: #fff9f5;
}
.footer-part .form-button a {
  background-color: #4246da;
  display: inline-block;
  padding: 6px 28px;
  border-radius: 5px;
  color: #fff;
  position: absolute;
  right: 0;
  font-size: 17px;
}
.footer-part .contact-f i {
  font-size: 30px;
  color: #fff;
  margin-right: 16px;
  display: flex;
  align-items: start;
}

.footer-copyright {
  background-color: #032833 !important;
}

.footer-bottom-bar {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 18px 0 4px;
  font-size: 13.5px;
  color: rgba(255,255,255,0.45);
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 18px;
}
.footer-bottom-meta {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.footer-bottom-credit {
  color: rgba(255,255,255,0.5);
}
.footer-bottom-sep { color: rgba(255,255,255,0.25); }
.footer-bottom-link { color: rgba(255,255,255,0.72); text-decoration: none; transition: color 0.2s; font-size: inherit; }
.footer-bottom-link:hover { color: #fff; }
.footer-social-icons {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
}
.footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: rgba(255,255,255,0.66);
  font-size: 15px;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.footer-social-link:hover {
  background: #4246da;
  color: #fff;
  transform: translateY(-1px);
}
.footer-social-link svg {
  fill: currentColor;
}

@media (max-width: 767.98px) {
  .footer-bottom-bar {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 12px;
    padding-top: 20px;
  }
  .footer-bottom-copy,
  .footer-bottom-meta,
  .footer-bottom-credit,
  .footer-social-icons {
    justify-self: center;
  }
  .footer-bottom-meta {
    justify-content: center;
  }
}

.form-group {
  margin-bottom: 1rem;
}
.form-group input.form-control {
  padding: 10px;
}
.form-group input::-moz-placeholder {
  color: #ced4da;
}
.form-group input::placeholder {
  color: #ced4da;
}
.form-group p {
  font-size: 14px;
}

label {
  margin-bottom: 0.25rem;
}

.sign-up {
  padding-top: 85px;
}

.reset-section {
  padding-top: 150px;
}

.login-content {
  position: relative;
  background-image: url("/assets/images/dashboard-img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.login-section {
  height: 100vh;
}
.login-section .login-icon li {
  margin: 0 10px 0 10px;
}
.login-section .login-icon li i {
  color: #959797;
  font-size: 20px;
}

.home-icon {
  top: 5%;
  left: 90%;
}
.home-icon a {
  font-size: 30px;
  color: #000000;
}

.login-btn a {
  padding: 10px 57px !important;
  border-color: #dee2e6 !important;
}
@media (max-width: 991px) {
  .login-btn a {
    padding: 10px 28px !important;
  }
}

.form-check a {
  font-size: 15px;
  font-weight: 500;
}

.line {
  position: relative;
}
.line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  border-top: 1px dashed #959797;
  top: 15px;
}
.line small {
  display: inline-block;
  position: relative;
  z-index: 9;
  background-color: #fff;
  padding: 2px 16px;
}

/* ========== Channels Section ========== */
.channels-section {
  background: #fff9f5;
}

.channel-card {
  background: #ffffff;
  border: 1.5px solid #e5e7eb;
  border-radius: 14px;
  padding: 14px 16px;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  position: relative;
  transition: box-shadow 0.25s ease, transform 0.2s ease, border-color 0.25s ease;
  text-decoration: none;
  color: inherit;
}
.channel-card:hover {
  box-shadow: 0 6px 20px rgba(11, 54, 61, 0.09);
  transform: translateY(-3px);
  border-color: #c7d2fe;
}

.channel-card-featured {
  border-color: #4246da;
  background: linear-gradient(160deg, #f0f1fe 0%, #e8e9fd 100%);
}
.channel-card-featured:hover {
  border-color: #4246da;
  box-shadow: 0 8px 32px rgba(66, 70, 218, 0.18);
}

.channel-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.channel-icon-wrap i {
  font-size: 20px;
}

.channel-icon-web,
.channel-icon-x,
.channel-icon-linkedin,
.channel-icon-discord,
.channel-icon-youtube,
.channel-icon-instagram,
.channel-icon-tiktok   { background: #bbf489; }
.channel-icon-geo      { background: #ffffff; }
.channel-icon-web i,
.channel-icon-x i,
.channel-icon-linkedin i,
.channel-icon-discord i,
.channel-icon-youtube i,
.channel-icon-instagram i,
.channel-icon-tiktok i,
.channel-icon-geo i    { color: #111111; }

.channel-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.channel-name {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #000000;
  margin: 0 0 2px;
}

.channel-desc {
  font-size: 11.5px;
  color: #6b7280;
  line-height: 1.4;
  margin: 0;
}

/* ========== Channel Pages ========== */
.channel-hero {
  padding: 140px 0 80px;
  background: radial-gradient(ellipse 120% 80% at 50% 120%, #9ca3af 0%, #c4cad4 30%, #dde2e8 60%, #eff1f4 80%, #ffffff 100%);
}
.channel-hero-icon {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: #bbf489;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: 0 auto 24px;
}
.channel-hero-icon.geo { background: #fff; border: 1.5px solid #e5e7eb; }
.channel-stat {
  background: white;
  border-radius: 16px;
  padding: 24px 20px;
  text-align: center;
  border: 1.5px solid #e5e7eb;
}
.channel-stat-value {
  font-size: 28px;
  font-weight: 800;
  color: #4246da;
  line-height: 1;
}
.channel-stat-label { font-size: 13px; color: #6b7280; margin-top: 6px; }
.why-card {
  background: white;
  border-radius: 16px;
  padding: 28px 24px;
  border: 1.5px solid #e5e7eb;
  height: 100%;
  transition: box-shadow 0.2s;
}
.why-card:hover { box-shadow: 0 6px 20px rgba(11,54,61,.08); }
.why-card-icon {
  width: 48px; height: 48px;
  background: #bbf489;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 16px;
}
.signal-card {
  background: white;
  border-radius: 14px;
  padding: 20px 16px;
  border: 1.5px solid #e5e7eb;
  position: relative;
  height: 100%;
}
.signal-card-quote { font-size: 14px; color: #374151; line-height: 1.65; font-style: italic; }
.signal-card-author { font-size: 12px; color: #6b7280; margin-top: 12px; font-style: normal; }
.signal-score {
  position: absolute; top: 14px; right: 14px;
  background: #bbf489; color: #000;
  font-size: 11px; font-weight: 700;
  padding: 2px 8px; border-radius: 20px;
}
.step-card {
  background: white;
  border-radius: 16px;
  padding: 28px 24px;
  border: 1.5px solid #e5e7eb;
  height: 100%;
}
.step-number {
  width: 40px; height: 40px;
  background: #4246da; color: white;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 16px;
  margin-bottom: 16px; flex-shrink: 0;
}
.channel-faq-item {
  background: white;
  border-radius: 12px;
  border: 1.5px solid #e5e7eb;
  overflow: hidden;
  transition: border-color 0.2s;
}
.channel-faq-item:hover { border-color: #4246da; }
.channel-faq-item details summary {
  font-weight: 600; font-size: 15px;
  cursor: pointer;
  list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 22px;
}
.channel-faq-item details summary::-webkit-details-marker { display: none; }
.channel-faq-item details summary::after {
  content: "+"; font-size: 22px; color: #4246da; flex-shrink: 0; margin-left: 12px;
}
.channel-faq-item details[open] summary::after { content: "−"; }
.channel-faq-item details p { padding: 0 22px 18px; color: #6b7280; font-size: 14px; line-height: 1.65; margin: 0; }
.channel-cta { background: #000; padding: 80px 0; }
.breadcrumb-nav { font-size: 14px; color: #6b7280; margin-bottom: 20px; }
.breadcrumb-nav a { color: #4246da; text-decoration: none; }
.breadcrumb-nav a:hover { text-decoration: underline; }
.channels-grid-page { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }
.channel-page-card {
  background: white;
  border: 1.5px solid #e5e7eb;
  border-radius: 16px;
  padding: 22px 20px;
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.25s;
}
.channel-page-card:hover {
  box-shadow: 0 8px 24px rgba(11,54,61,.10);
  transform: translateY(-3px);
  border-color: #c7d2fe;
  color: inherit;
  text-decoration: none;
}
.channel-page-card h5 { font-size: 15px; font-weight: 700; margin: 0 0 4px; }
.channel-page-card p { font-size: 13px; color: #6b7280; margin: 0; }
.channel-nav-back { font-size: 13px; }
@media (max-width: 767px) {
  .channel-hero { padding: 100px 0 60px; }
  .channel-stat-value { font-size: 22px; }
}

.channel-new-badge {
  position: absolute;
  top: -9px;
  right: 12px;
  transform: none;
  background: #4246da;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
  white-space: nowrap;
  letter-spacing: 0.04em;
}
/* ============================================== */

/* Marketing footer alignment and social icons */
.footer-part {
  width: 100%;
}
.footer-bottom-meta {
  justify-content: flex-start;
  text-align: left;
}
.footer-social-icons {
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
}
.footer-social-link {
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
}
@media (max-width: 767.98px) {
  .footer-bottom-bar {
    justify-items: start;
    text-align: left;
  }
  .footer-bottom-copy,
  .footer-bottom-meta,
  .footer-bottom-credit,
  .footer-social-icons {
    justify-self: start;
  }
  .footer-bottom-meta {
    justify-content: flex-start;
  }
}

/* Compare pages: keep bottom sections full-bleed even after nested containers */
.compare-verdict-section,
.compare-cta-section,
footer.footer-part {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* ========== Compare Pages ========== */

/* Index grid */
.compare-grid-page { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 12px; }
.compare-page-card {
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px 22px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.compare-page-card:hover {
  border-color: #4246da;
  box-shadow: 0 4px 20px rgba(66,70,218,.1);
  color: inherit;
  text-decoration: none;
}
.compare-page-card-title { font-size: 17px; font-weight: 700; color: #111827; margin: 0 0 2px; transition: color 0.2s; }
.compare-page-card:hover .compare-page-card-title { color: #4246da; }
.compare-page-card-desc { font-size: 13px; color: #6b7280; margin: 0; line-height: 1.55; flex: 1; }
.compare-page-card-cta { font-size: 13px; font-weight: 700; color: #4246da; margin-top: 6px; display: inline-block; }

/* ── compare vs-block ── */
.compare-vs-block { display: flex; align-items: center; justify-content: center; gap: 40px; padding: 56px 0 36px; }
.compare-vs-brand { display: flex; flex-direction: column; align-items: center; gap: 12px; width: 200px; }
.compare-vs-brand-logo { height: 88px; display: flex; align-items: center; justify-content: center; }
.compare-vs-brand-logo img { height: 80px; width: auto; }
.compare-vs-brand-label { display: none; }
.compare-vs-badge { width: auto; height: auto; border-radius: 0; background: transparent; color: #4246da; font-size: 18px; font-weight: 400; display: flex; align-items: center; justify-content: center; flex-shrink: 0; letter-spacing: 0.03em; }
.compare-vs-competitor { display: flex; flex-direction: column; align-items: center; gap: 12px; width: 200px; }
.compare-vs-competitor-box { padding: 10px 28px; border: 1.5px solid #d1d5db; border-radius: 10px; background: #fff; width: 100%; display: flex; align-items: center; justify-content: center; }
.compare-vs-competitor-name { font-size: 26px; font-weight: 700; color: #111; white-space: nowrap; }
.compare-vs-competitor-label { display: none; }
.compare-vs-subtitle { text-align: center; font-size: 17px; color: #4b5563; max-width: 560px; margin: 0 auto; line-height: 1.75; padding-bottom: 32px; border-bottom: 1px solid #e5e7eb; }
.compare-vs-hero { text-align: center; padding: 64px 0 64px; }
.compare-vs-hero h1 { font-size: clamp(26px,3.5vw,40px); font-weight: 700 !important; line-height: 1.2; color: #1a1a2e; margin-bottom: 20px; }
.compare-vs-hero .compare-hero-intro { font-size: 17px; color: #4b5563; line-height: 1.75; margin-top: 0; max-width: 680px; margin-left: auto; margin-right: auto; }
.compare-vs-hero .compare-hero-intro + .compare-hero-intro { margin-top: 12px; }
.compare-vs-hero-cta { margin-top: 32px; }
.compare-vs-hero-cta a { display: inline-block; background: #4246da; color: #fff; font-weight: 700; font-size: 15px; padding: 14px 32px; border-radius: 8px; text-decoration: none; transition: background 0.18s; }
.compare-vs-hero-cta a:hover { background: #3438c4; color: #fff; }
@media (max-width: 576px) {
  .compare-vs-block { gap: 20px; }
  .compare-vs-brand-logo { height: 56px; }
  .compare-vs-brand-logo img { height: 48px; }
  .compare-vs-badge { font-size: 15px; }
  .compare-vs-competitor-box { padding: 12px 20px; }
  .compare-vs-competitor-name { font-size: 18px; }
  .compare-vs-hero-cta a { font-size: 14px; padding: 12px 24px; }
}

/* Individual page hero */
.compare-hero-tag { font-size: 13px; color: #6b7280; font-weight: 500; margin-bottom: 16px; text-transform: uppercase; letter-spacing: .04em; }
.compare-hero-intro { font-size: 16px; color: #374151; line-height: 1.75; margin-top: 20px; }
.compare-vs-hero-trust { font-size: 13px; color: #6b7280; margin-top: 10px; margin-bottom: 0; }

/* Comparison table */
.compare-table-wrap { overflow-x: auto; border-radius: 12px; border: 1.5px solid #e5e7eb; }
.compare-table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.compare-table thead tr { background: #f8fafc; }
.compare-table th { padding: 14px 20px; text-align: left; font-weight: 600; font-size: 13px; border-bottom: 1.5px solid #e5e7eb; white-space: nowrap; color: #6b7280; }
.compare-table th.col-mydid { color: #4246da; }
.compare-table td { padding: 13px 20px; border-bottom: none; vertical-align: middle; color: #9ca3af; line-height: 1.5; text-align: left; }
.compare-table tbody tr:nth-child(odd) { background: #fff; }
.compare-table tbody tr:nth-child(even) { background: #f8f9fb; }
.compare-table tbody tr:last-child td { border-bottom: none; }
.compare-table tbody tr:hover td { background: #fafbff; }
.compare-table td:first-child { font-weight: 500; color: #374151; }
.compare-table td.col-mydid { color: #4246da; font-weight: 400; }
.compare-col-mydid { background: rgba(66,70,218,.03); }
/* Check icon */
.compare-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #bbf489;
  position: relative;
}
.compare-check::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  border-left: 2px solid #111111;
  border-bottom: 2px solid #111111;
  transform: rotate(-45deg) translate(1px, -1px);
}

/* Cross icon */
.compare-cross {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid #d1d5db;
  position: relative;
}
.compare-cross::before,
.compare-cross::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1.5px;
  background: #9ca3af;
  border-radius: 2px;
}
.compare-cross::before {
  transform: rotate(45deg);
}
.compare-cross::after {
  transform: rotate(-45deg);
}
.compare-partial { color: #f59e0b; font-size: 18px; }

/* Detail sections */
.compare-detail-block { padding: 56px 0; }
.compare-detail-block h2 { font-size: 26px; font-weight: 800; color: #111827; margin-bottom: 32px; }
.compare-detail-block h3 { font-size: 18px; font-weight: 700 !important; color: #111827 !important; margin: 36px 0 10px; }

/* Why teams switch — two-column layout */
.compare-switch-title {
  font-size: 28px;
  font-weight: 800 !important;
  color: #111827;
  line-height: 1.25;
}
.compare-switch-gain-title {
  font-size: 17px;
  font-weight: 700 !important;
  color: #111827;
}
.compare-switch-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.compare-switch-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 15px;
  color: #374151;
  line-height: 1.65;
}
.compare-switch-item::before {
  flex-shrink: 0;
  margin-top: 1px;
  font-size: 15px;
  font-weight: 700;
}
.compare-switch-item.cross::before {
  content: "✕";
  color: #ef4444;
}
.compare-switch-item.check::before {
  content: "✓";
  color: #22c55e;
}
.compare-detail-block h3:first-of-type { margin-top: 0; }
.compare-detail-block p { font-size: 15px; color: #4b5563; line-height: 1.8; margin-bottom: 12px; }

/* Verdict — buska.io style */
.compare-verdict-section { padding: 80px 0; background: #fff; }
.compare-verdict-title {
  font-size: 32px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 32px;
}
.compare-verdict-card {
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  padding: 32px;
  background: #f9fafb;
  height: 100%;
}
.compare-verdict-card.mydid {
  border-color: #4246da;
  background: #f5f5fe;
}
.compare-verdict-card h3 {
  font-size: 16px;
  font-weight: 800 !important;
  color: #111827;
  margin-bottom: 20px;
}
.compare-verdict-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.compare-verdict-card ul li {
  font-size: 14.5px;
  color: #374151;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.compare-verdict-card.competitor ul li {
  color: #6b7280;
}
.compare-verdict-card.mydid ul li::before {
  content: "✓";
  color: #16a34a;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}
.compare-verdict-card.competitor ul li::before {
  content: "•";
  color: #9ca3af;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}
.compare-verdict-summary {
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px 28px;
  background: #f9fafb;
  font-size: 14.5px;
  font-weight: 500;
  color: #374151;
  line-height: 1.75;
  margin-top: 20px;
}

/* CTA section */
.compare-cta-section { background: #f0f1fe; padding: 80px 0; text-align: center; }
.compare-cta-section h2 { font-size: 30px; font-weight: 800 !important; color: #111827; max-width: 600px; margin: 0 auto 24px; line-height: 1.25; }
.compare-cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; }
.compare-cta-buttons .btn { padding-top: 8px !important; padding-bottom: 8px !important; font-size: 14.5px; font-weight: 600; }
.compare-trust-items { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; }
.compare-trust-items span { font-size: 13px; color: #6b7280; }
.compare-trust-items span::before { content: '✓ '; color: #10b981; font-weight: 700; }

/* Why section feature cards */
.compare-why-card { background: #fff; border: 1.5px solid #e5e7eb; border-radius: 14px; padding: 24px; height: 100%; }
.compare-why-card .why-card-icon { width: 44px; height: 44px; border-radius: 12px; background: #f0f1fe; display: flex; align-items: center; justify-content: center; color: #4246da; font-size: 20px; margin-bottom: 14px; }
.compare-why-card h5 { font-size: 15px; font-weight: 700; color: #111827; margin-bottom: 8px; }
.compare-why-card p { font-size: 13.5px; color: #6b7280; line-height: 1.65; margin: 0; }

@media (max-width: 767px) {
  .compare-grid-page { grid-template-columns: 1fr; }
  .compare-cta-section h2 { font-size: 24px; }
  .compare-trust-items { gap: 12px; }
  .compare-detail-block { padding: 40px 0; }
}
/* ============================================== */

/* ========== Pricing Section ========== */
.price-section {
  background: #f8fafc;
}

.pricing-toggle {
  display: flex;
  justify-content: center;
}
.pricing-period-switcher {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border: 1.5px solid #d1d5db;
  border-radius: 999px;
  padding: 3px;
  gap: 0;
}
.pricing-period-switcher .period-btn {
  background: transparent;
  border: none;
  outline: none;
  padding: 7px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.18s, color 0.18s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.pricing-period-switcher .period-btn.active {
  background: #4246da;
  color: #ffffff;
}
.pricing-period-switcher .period-btn:not(.active):hover {
  color: #4246da;
}
.pricing-save-badge {
  background: linear-gradient(135deg, #bbf489, #81d86f) !important;
  color: #000000 !important;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 999px;
}

.pricing-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 36px 32px;
  border: 1.5px solid #e5e7eb;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  display: flex;
  flex-direction: column;
}
.pricing-card:hover {
  box-shadow: 0 12px 40px rgba(11, 54, 61, 0.1);
  transform: translateY(-4px);
}
.pricing-card-featured {
  background: linear-gradient(160deg, #0b363d 0%, #054e65 100%);
  border-color: transparent;
  position: relative;
  overflow: visible;
  box-shadow: 0 20px 60px rgba(11, 54, 61, 0.25);
}
.pricing-card-featured:hover {
  box-shadow: 0 28px 70px rgba(11, 54, 61, 0.35);
  transform: translateY(-4px);
}

.pricing-popular-badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  background: #4246da;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 999px;
}

.pricing-plan-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(66, 70, 218, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.pricing-plan-icon i {
  font-size: 22px;
  color: #4246da;
}
.pricing-plan-icon-featured {
  background: rgba(255, 255, 255, 0.15);
}
.pricing-plan-icon-featured i {
  color: #bbf489;
}
.pricing-plan-name {
  font-size: 32px !important;
  font-weight: 800 !important;
  color: #000000;
  margin-bottom: 8px;
}
.pricing-card-featured .pricing-plan-name {
  color: #ffffff;
}
.pricing-plan-desc {
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 0;
  line-height: 1.5;
}
.pricing-card-featured .pricing-plan-desc {
  color: rgba(255, 255, 255, 0.65);
}

.pricing-card-price {
  margin: 24px 0 20px;
}
.price-display {
  display: flex;
  align-items: baseline;
  gap: 3px;
}
.price-amount {
  font-size: 52px;
  font-weight: 800;
  color: #000000;
  line-height: 1;
  transition: all 0.3s ease;
}
.pricing-card-featured .price-amount {
  color: #ffffff;
}
.price-currency {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  align-self: flex-start;
  margin-top: 8px;
}
.pricing-card-featured .price-currency {
  color: #ffffff;
}
.price-period {
  font-size: 15px;
  color: #9ca3af;
  margin-left: 2px;
}
.pricing-card-featured .price-period {
  color: rgba(255, 255, 255, 0.5);
}
.price-billed-note {
  font-size: 13px;
  color: #9ca3af;
  margin: 4px 0 0;
}
.pricing-card-featured .price-billed-note {
  color: rgba(255, 255, 255, 0.45);
}

.price-annual-extras {
  display: none;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}
.price-annual-extras.is-annual {
  display: flex;
}
.price-was {
  font-size: 16px;
  font-weight: 600;
  color: #9ca3af;
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
}
.pricing-card-featured .price-was {
  color: rgba(255, 255, 255, 0.35);
}
.price-save-pill {
  background: linear-gradient(135deg, #bbf489, #81d86f);
  color: #000000;
  font-size: 11px;
  font-weight: 800;
  padding: 3px 9px;
  border-radius: 999px;
  letter-spacing: 0.02em;
}

.pricing-btn-outline {
  background: transparent !important;
  border: 1.5px solid #d1d5db !important;
  color: #000000 !important;
  border-radius: 12px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  padding: 11px 24px !important;
  transition: all 0.25s ease !important;
}
.pricing-btn-outline:hover {
  background: #0b363d !important;
  border-color: #0b363d !important;
  color: #ffffff !important;
}
.pricing-btn-featured {
  background: #4246da !important;
  border: none !important;
  color: #ffffff !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  padding: 11px 24px !important;
  transition: all 0.25s ease !important;
  box-shadow: 0 4px 16px rgba(66, 70, 218, 0.35);
}
.pricing-btn-featured:hover {
  background: #3538c4 !important;
  box-shadow: 0 6px 24px rgba(66, 70, 218, 0.5) !important;
  transform: translateY(-1px) !important;
}

.pricing-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}
.pricing-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14.5px;
  color: #000000;
  padding: 9px 0;
  border-bottom: 1px solid #f3f4f6;
}
.pricing-feature-item:last-child {
  border-bottom: none;
}
.pricing-card-featured .pricing-feature-item {
  color: rgba(255, 255, 255, 0.8);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.pricing-feature-disabled {
  opacity: 0.45;
}

/* Feature pill icons — circles hidden, text only */
.feat-check {
  display: none;
}
.feat-check::after { content: none; }
.feat-check-light { display: none; }
.feat-check-light::after { content: none; }
.feat-cross {
  display: none;
}
.feat-cross::before, .feat-cross::after { content: none; }
.feat-cross-light { display: none; }
.feat-cross-light::before, .feat-cross-light::after { content: none; }
.pricing-card-featured .pricing-check.text-success {
  color: #bbf489 !important;
}

/* ========================================= */

/* ========== Feature Comparison Table ========== */
.features-compare-section {
  background: #f8fafc;
}

.features-compare-section .compare-table-wrap {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-gutter: stable;
  max-width: 100%;
}

.features-compare-section .compare-table {
  width: 100%;
  min-width: 600px;
  table-layout: fixed;
  border-collapse: collapse;
}

.features-compare-section .compare-table thead tr {
  border-bottom: 1px solid #e5e7eb;
  background: #ffffff;
}

.features-compare-section .compare-table thead th {
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #9ca3af;
  text-align: center;
}

.features-compare-section .compare-table thead th.compare-col-feature {
  text-align: left;
  color: #9ca3af;
  width: 38%;
}

.features-compare-section .compare-table thead th.compare-col-featured {
  color: #4246da !important;
}

.features-compare-section .compare-table tbody tr {
  border-bottom: 1px solid #f3f4f6;
}

.features-compare-section .compare-table tbody tr:last-child,
.features-compare-section .compare-table tbody tr.compare-row-last {
  border-bottom: none;
}

.features-compare-section .compare-table tbody td {
  padding: 14px 24px;
  font-size: 14.5px;
  color: #000000;
  text-align: center;
}

.features-compare-section .compare-table tbody td:first-child {
  text-align: left;
  color: #000000;
}

.features-compare-section .compare-row-category td:first-child {
  font-weight: 700;
  color: #000000;
}

.features-compare-section .compare-col-featured {
  background: rgba(66, 70, 218, 0.04);
}

/* No alternating row colors on home table */
.features-compare-section .compare-table tbody tr:nth-child(odd),
.features-compare-section .compare-table tbody tr:nth-child(even) {
  background: #ffffff;
}
.features-compare-section .compare-table tbody tr:hover td {
  background: #ffffff;
}
.features-compare-section .compare-table tbody tr:nth-child(odd) td.compare-col-featured,
.features-compare-section .compare-table tbody tr:nth-child(even) td.compare-col-featured {
  background: rgba(66, 70, 218, 0.04);
}

/* Force centering on plan columns — overrides global compare-page rules */
.features-compare-section .compare-table thead th.compare-col-plan,
.features-compare-section .compare-table thead th.compare-col-featured {
  text-align: center !important;
}
.features-compare-section .compare-table tbody td.compare-col-plan,
.features-compare-section .compare-table tbody td.compare-col-featured {
  text-align: center !important;
}

.features-compare-section .compare-text {
  font-size: 13.5px;
  color: #000000;
}
.features-compare-section .compare-table tbody td.compare-col-featured.compare-text,
.features-compare-section .compare-table tbody td.compare-text {
  color: #000000 !important;
}


/* ============================================================
   Two Experiences Section
   ============================================================ */
.two-exp-section {
  background: #f4f5f8;
}

.two-exp-intro {
  color: #000000;
  font-size: 1.05rem;
  line-height: 1.7;
}

.two-exp-tabs {
  display: flex;
  gap: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #fff;
}

.two-exp-tab {
  flex: 1;
  padding: 18px 24px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  cursor: default;
}

.two-exp-tab--inactive {
  background: #fff;
}

.two-exp-tab--active {
  background: #4246da;
}

.two-exp-tab-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.two-exp-tab--inactive .two-exp-tab-label { color: #9ca3af; }
.two-exp-tab--active  .two-exp-tab-label  { color: rgba(255,255,255,0.6); }

.two-exp-tab-name {
  font-size: 1rem;
  font-weight: 700;
}

.two-exp-tab--inactive .two-exp-tab-name { color: #000000; }
.two-exp-tab--active  .two-exp-tab-name  { color: #fff; }

.two-exp-tab-sub {
  font-size: 0.78rem;
}

.two-exp-tab--inactive .two-exp-tab-sub { color: #9ca3af; }
.two-exp-tab--active  .two-exp-tab-sub  { color: rgba(255,255,255,0.55); }

.two-exp-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.two-exp-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 28px;
  border: 1px solid #e5e7eb;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.two-exp-card:hover {
  box-shadow: 0 8px 32px rgba(66,70,218,0.10);
  transform: translateY(-3px);
}

.two-exp-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 14px;
}

.two-exp-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(66,70,218,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #4246da;
  flex-shrink: 0;
}

.two-exp-card-stat {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.two-exp-stat-num {
  font-size: 1.7rem;
  font-weight: 800;
  color: #000000;
  line-height: 1;
}

.two-exp-stat-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9ca3af;
}

.two-exp-card-title {
  font-weight: 800;
  color: #000000;
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.two-exp-card-desc {
  color: #6b7280;
  font-size: 0.92rem;
  line-height: 1.65;
  margin: 0;
}

/* ============================================================
   Game Mechanics Section
   ============================================================ */
.game-section {
  background: #f8faff;
}

/* Phone mockup */
.game-hand-phone {
  position: relative;
  width: 260%;
  max-width: 260%;
  transform: scale(1.2);
  transform-origin: center center;
}
.game-hand-phone .game-phone-img {
  max-width: 100%;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 40px 40px rgba(66, 70, 218, 0.18));
}
.game-hand-phone .game-card-img {
  position: absolute;
  top: 48%;
  right: 8%;
  width: 55%;
  z-index: 2;
  animation: up-down-img 1.7s ease-in-out infinite alternate both;
  animation-delay: -0.1s;
}
.game-hand-phone .game-card-img-2 {
  position: absolute;
  bottom: 18%;
  left: -12%;
  width: 60%;
  z-index: 2;
  animation: up-down-img 2s ease-in-out infinite alternate both;
  animation-delay: -0.8s;
}
@media (max-width: 991px) {
  .game-hand-phone .game-card-img,
  .game-hand-phone .game-card-img-2 {
    display: none;
  }
}

/* iPhone mockup (kept for reference) */
.game-iphone-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}

.game-iphone {
  width: 240px;
  background: #111827;
  border-radius: 38px;
  padding: 14px 10px 20px;
  box-shadow: 0 32px 80px rgba(17,24,39,0.22), 0 0 0 1.5px rgba(255,255,255,0.08) inset;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.game-iphone-notch {
  width: 72px;
  height: 20px;
  background: #000;
  border-radius: 0 0 14px 14px;
  margin-bottom: 8px;
  flex-shrink: 0;
}

.game-iphone-screen {
  width: 100%;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.game-iphone-home {
  width: 56px;
  height: 4px;
  background: rgba(255,255,255,0.25);
  border-radius: 99px;
  margin-top: 12px;
}

/* App screen content */
.gapp-header {
  background: #4246da;
  padding: 12px 14px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gapp-header-title {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.gapp-header-pts {
  color: rgba(255,255,255,0.85);
  font-size: 0.72rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 3px;
  background: rgba(255,255,255,0.15);
  padding: 3px 8px;
  border-radius: 99px;
}

.gapp-rank-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px 8px;
  border-bottom: 1px solid #f3f4f6;
}

.gapp-rank-ring {
  position: relative;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gapp-rank-ring svg {
  position: absolute;
  top: 0; left: 0;
}

.gapp-rank-label {
  font-size: 0.62rem;
  font-weight: 800;
  color: #4246da;
  position: relative;
  z-index: 1;
}

.gapp-rank-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.gapp-rank-info strong {
  font-size: 0.78rem;
  font-weight: 700;
  color: #000000;
}

.gapp-rank-info span {
  font-size: 0.68rem;
  color: #9ca3af;
}

/* Mini quests */
.gapp-quests {
  display: flex;
  flex-direction: column;
  padding: 8px 10px 6px;
  gap: 6px;
}

.gapp-quest {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 8px;
  border-radius: 10px;
  background: #f9fafb;
}

.gapp-quest--active {
  background: rgba(66,70,218,0.06);
}

.gapp-quest-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  color: #9ca3af;
  flex-shrink: 0;
}

.gapp-quest-icon--active {
  background: #4246da;
  color: #fff;
}

.gapp-quest-icon--locked {
  background: #f3f4f6;
  color: #d1d5db;
}

.gapp-quest--done .gapp-quest-icon {
  background: #d1fae5;
  color: #059669;
}

.gapp-quest-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.gapp-quest-info strong {
  font-size: 0.7rem;
  font-weight: 700;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gapp-quest-info span {
  font-size: 0.63rem;
  color: #9ca3af;
}

.gapp-quest--locked .gapp-quest-info strong,
.gapp-quest--locked .gapp-quest-info span {
  color: #d1d5db;
}

.gapp-quest-badge {
  font-size: 0.58rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 99px;
  white-space: nowrap;
  flex-shrink: 0;
}

.gapp-quest-badge--done { background: #d1fae5; color: #059669; }
.gapp-quest-badge--active { background: #4246da; color: #fff; }
.gapp-quest-badge--locked { background: #f3f4f6; color: #d1d5db; }

/* Leaderboard mini */
.gapp-leaderboard {
  padding: 8px 10px 12px;
  border-top: 1px solid #f3f4f6;
}

.gapp-lb-title {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9ca3af;
  margin-bottom: 6px;
}

.gapp-lb-row {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 6px;
  border-radius: 7px;
  margin-bottom: 3px;
}

.gapp-lb-row--me {
  background: rgba(66,70,218,0.07);
}

.gapp-lb-pos {
  font-size: 0.68rem;
  font-weight: 800;
  color: #9ca3af;
  width: 14px;
  text-align: center;
}

.gapp-lb-row--me .gapp-lb-pos { color: #4246da; }

.gapp-lb-name {
  font-size: 0.72rem;
  font-weight: 600;
  color: #000000;
  flex: 1;
}

.gapp-lb-row--me .gapp-lb-name { color: #4246da; font-weight: 700; }

.gapp-lb-pts {
  font-size: 0.68rem;
  font-weight: 700;
  color: #000000;
}

@media (max-width: 991px) {
  .game-iphone-wrap { margin-bottom: 0; }
  .game-iphone { width: 210px; }
}



.game-quests {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.game-quest-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px 22px;
  border: 1px solid #e5e7eb;
}

.game-quest-main {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.game-quest-icon {
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.game-quest-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.game-quest-info strong {
  font-size: 1.2rem;
  font-weight: 700;
  color: #000000;
}

.game-quest-info span {
  font-size: 0.82rem;
  color: #9ca3af;
}

.game-quest-pts {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.game-pts-num {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  color: #4246da;
  line-height: 1;
}

.game-pts-label {
  font-size: 0.72rem;
  color: #9ca3af;
}

.game-quest-bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.game-quest-bar {
  flex: 1;
  height: 5px;
  background: #e5e7eb;
  border-radius: 99px;
  overflow: hidden;
}

.game-quest-bar-fill {
  height: 100%;
  background: #4246da;
  border-radius: 99px;
}

.game-quest-pct {
  font-size: 0.78rem;
  font-weight: 600;
  color: #6b7280;
  white-space: nowrap;
}

.game-quest-tag {
  background: #111827;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 99px;
  white-space: nowrap;
}

/* ============================================================
   Dark CTA Section (comm3)
   ============================================================ */
.comm-cta-section {
  background: #0b0c10;
}

.comm-cta-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #bbf489;
}

.comm-cta-title {
  font-size: 42px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.05;
}

.comm-cta-desc {
  color: rgba(255,255,255,0.6);
  font-size: 1rem;
  line-height: 1.7;
}

.comm-cta-btn {
  background: #bbf489;
  color: #111111;
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 32px;
  border-radius: 12px;
  border: none;
  transition: background 0.2s, transform 0.15s;
}

.comm-cta-btn:hover {
  background: #a8e070;
  color: #111111;
  transform: translateY(-1px);
}

.comm-cta-note {
  color: rgba(255,255,255,0.35);
  font-size: 0.85rem;
  margin: 0;
}

/* Compare pages — all column headers left-aligned */
.compare-table thead th {
  text-align: left !important;
}

@media (max-width: 767px) {
  .features-compare-section .compare-table-wrap {
    width: 100%;
    margin-right: 0;
    padding-bottom: 2px;
  }
  .features-compare-section .compare-table {
    min-width: 560px;
  }
  .compare-table thead th,
  .compare-table tbody td {
    padding: 12px 10px;
    font-size: 12.5px;
  }
  .features-compare-section .compare-table thead th.compare-col-feature {
    width: 190px;
  }
  .features-compare-section .compare-table thead th.compare-col-plan,
  .features-compare-section .compare-table tbody td.compare-col-plan {
    width: 122px;
    min-width: 122px;
  }
}

/* Override inline span styles inside table cells */
/* td with compare-col-mydid class → blue */
.compare-table tbody td.compare-col-mydid { color: #4246da !important; font-weight: 400; }
.compare-table tbody td.compare-col-mydid span[style],
.compare-table tbody td.compare-col-mydid span:not([class]) { background: transparent !important; color: #4246da !important; padding: 0 !important; border-radius: 0 !important; }

.compare-table thead th.col-mydid,
.compare-table thead th.compare-col-featured {
  color: #4246da;
  font-weight: 600;
  font-size: 13px;
  text-align: left;
}
.compare-table thead th.col-mydid span,
.compare-table thead th.compare-col-featured span {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 999px;
  background: #4246da;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
/* Second th (myDid col): override text-center */
.compare-table thead th.col-mydid { text-align: left; }

/* Strip inline span backgrounds/colors inside td — myDid column (2nd col) */
.compare-table tbody td:nth-child(2) { color: #4246da; font-weight: 400; text-align: left !important; }
.compare-table tbody td:nth-child(2) span[style],
.compare-table tbody td:nth-child(2) div[style] span[style] {
  background: transparent !important;
  color: #4246da !important;
  padding: 0 !important;
  border-radius: 0 !important;
  font-size: inherit !important;
}
/* Competitor column (3rd col) — grey */
.compare-table tbody td:nth-child(3) { color: #9ca3af; font-weight: 400; text-align: left !important; }
.compare-table tbody td:nth-child(3) span[style],
.compare-table tbody td:nth-child(3) div[style] span[style] {
  background: transparent !important;
  color: #9ca3af !important;
  padding: 0 !important;
  border-radius: 0 !important;
  font-size: inherit !important;
}
/* Remove flex gap wrapper around hidden icons */
.compare-table td div[style*="display:flex"],
.compare-table td div[style*="display: flex"] {
  gap: 0 !important;
}
/* ============================================== */

/* ========== Pre-diagnosis Modal ========== */
@keyframes spin {
  to { transform: rotate(360deg); }
}
@keyframes diagFadeIn {
  from { opacity: 0; transform: scale(0.95) translateY(12px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}
@keyframes diagCountUp {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.spin {
  display: inline-block;
  animation: spin 0.9s linear infinite;
}

.diag-overlay {
  position: fixed;
  inset: 0;
  background: rgba(11, 54, 61, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.diag-overlay.is-open {
  opacity: 1;
  pointer-events: all;
}

.diag-modal {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 36px 36px;
  width: 100%;
  max-width: 480px;
  max-height: 90vh;
  overflow-y: auto;
  text-align: center;
  position: relative;
  animation: diagFadeIn 0.3s ease both;
  box-shadow: 0 24px 80px rgba(11, 54, 61, 0.2);
}

.diag-step { width: 100%; }

/* Circular ring spinner */
.diag-ring-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}
.diag-ring-svg {
  position: absolute;
  top: 0; left: 0;
  animation: diagRingSpin 1.4s linear infinite;
}
.diag-ring-track {
  fill: none;
  stroke: #e5e7eb;
  stroke-width: 4;
}
.diag-ring-progress {
  fill: none;
  stroke: #6366f1;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 213.6;
  stroke-dashoffset: 160;
}
@keyframes diagRingSpin {
  to { transform: rotate(360deg); }
}
.diag-ring-icon {
  font-size: 22px;
  color: #6366f1;
  position: relative;
  z-index: 1;
}

.diag-modal-title {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
}
.diag-modal-brand {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
}
.diag-modal-sub {
  font-size: 14px;
  color: #9ca3af;
}

/* Scan steps */
.diag-scan-steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}
.diag-scan-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  padding: 14px 16px;
  border-radius: 12px;
  background: #ffffff;
  border: 1.5px solid #e5e7eb;
  transition: all 0.3s ease;
}
.diag-scan-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #6366f1;
  flex-shrink: 0;
}
.diag-scan-icon i {
  font-size: 14px;
  color: #ffffff;
}
.diag-scan-item.is-done {
  border-color: #d1fae5;
  background: #ffffff;
  color: #000000;
}
.diag-scan-item.is-done .diag-scan-icon {
  background: #22c55e;
}
.diag-scan-item.is-done .diag-scan-icon i {
  animation: none;
  color: #ffffff;
}
.diag-scan-item.is-done .diag-scan-icon i::before {
  content: "\eb7b"; /* ri-check-line */
}

/* Results */
.diag-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  color: #9ca3af;
  cursor: pointer;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
}
.diag-close:hover {
  color: #000000;
  background: #f1f5f9;
}

.diag-results-label {
  font-size: 14px;
  color: #6b7280;
}

/* SVG gauge */
.diag-score-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.diag-gauge {
  transform: rotate(-90deg);
}
.diag-gauge-bg {
  fill: none;
  stroke: #e5e7eb;
  stroke-width: 10;
}
.diag-gauge-fill {
  fill: none;
  stroke: #4246da;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-dasharray: 314;
  stroke-dashoffset: 314;
  transition: stroke-dashoffset 1.2s cubic-bezier(0.4, 0, 0.2, 1),
              stroke 0.5s ease;
}
.diag-score-center {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.diag-score-number {
  font-size: 38px;
  font-weight: 800;
  color: #000000;
  animation: diagCountUp 0.5s ease both;
}
.diag-score-max {
  font-size: 13px;
  color: #9ca3af;
  font-weight: 500;
}

.diag-score-badge {
  display: block;
  width: fit-content;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 999px;
  letter-spacing: 0.04em;
}
.diag-score-badge.level-low    { background: #fde8e8; color: #c0392b; }
.diag-score-badge.level-medium { background: #fef3cd; color: #856404; }
.diag-score-badge.level-good   { background: rgba(129,216,111,0.18); color: #2d7a1e; }

.diag-actions-title {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  text-align: left;
}

.diag-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.diag-action-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
  background: #f8fafc;
  border-radius: 10px;
  padding: 12px 14px;
  border-left: 3px solid transparent;
}
.diag-action-card.prio-high   { border-color: #e74c3c; }
.diag-action-card.prio-medium { border-color: #f39c12; }
.diag-action-card.prio-low    { border-color: #4246da; }

.diag-action-icon {
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 1px;
}
.prio-high   .diag-action-icon { color: #e74c3c; }
.prio-medium .diag-action-icon { color: #f39c12; }
.prio-low    .diag-action-icon { color: #4246da; }

.diag-action-text strong {
  font-size: 13.5px;
  font-weight: 700;
  color: #000000;
  display: block;
  margin-bottom: 2px;
}
.diag-action-text span {
  font-size: 12.5px;
  color: #6b7280;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .diag-modal {
    padding: 28px 20px 24px;
  }
}
/* ============================================== */

/* ========== Testimonials Section ========== */
.testimonials-section {
  background: #f8fafc;
}

.testi-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 28px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 16px rgba(11, 54, 61, 0.07);
  border: 1.5px solid #e5e7eb;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.testi-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(11, 54, 61, 0.12);
}
.testi-card--featured {
  border-color: #4246da;
  box-shadow: 0 4px 24px rgba(66, 70, 218, 0.13);
}
.testi-card--featured:hover {
  box-shadow: 0 10px 40px rgba(66, 70, 218, 0.18);
}

.testi-stars {
  display: flex;
  gap: 3px;
}
.testi-stars i {
  color: #f59e0b;
  font-size: 16px;
}

.testi-quote {
  font-size: 15px;
  line-height: 1.65;
  color: #000000;
  flex: 1;
  font-style: italic;
  margin: 0;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testi-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid #e5e7eb;
}

.testi-avatar--initials {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4246da, #054e65);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0.03em;
}

.testi-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.testi-meta strong {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}
.testi-meta span {
  font-size: 12.5px;
  color: #9ca3af;
}

/* =============================================
   USE CASE PAGES
   ============================================= */

.usecase-hero-section {
  background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fd 100%);
  padding: 96px 0 64px;
  border-bottom: 1px solid #e5e7eb;
}
.usecase-breadcrumb {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 20px;
}
.usecase-breadcrumb a {
  color: #054e65;
  text-decoration: none;
  font-weight: 500;
}
.usecase-breadcrumb a:hover { text-decoration: underline; }
.usecase-hero-title {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 800;
  color: #0c1a2e;
  line-height: 1.15;
  margin-bottom: 16px;
  max-width: 780px;
}
.usecase-hero-subtitle {
  font-size: 19px;
  color: #374151;
  font-weight: 500;
  margin-bottom: 12px;
  max-width: 680px;
  line-height: 1.5;
}
.usecase-hero-desc {
  font-size: 15.5px;
  color: #6b7280;
  max-width: 680px;
  line-height: 1.7;
  margin-bottom: 32px;
}
.usecase-hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.usecase-btn-primary {
  background: #054e65;
  color: #ffffff !important;
  border: none;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  transition: background 0.2s;
}
.usecase-btn-primary:hover { background: #033d50; color: #fff !important; }
.usecase-btn-secondary {
  background: transparent;
  color: #054e65 !important;
  border: 2px solid #054e65;
  padding: 11px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}
.usecase-btn-secondary:hover { background: #054e65; color: #fff !important; }
.usecase-benefits-section { padding: 72px 0; background: #ffffff; }
.usecase-section-title {
  font-size: 28px;
  font-weight: 700;
  color: #0c1a2e;
  margin-bottom: 40px;
  text-align: center;
}
.usecase-benefit-card {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 28px 24px;
  height: 100%;
  transition: box-shadow 0.2s, transform 0.2s;
}
.usecase-benefit-card:hover {
  box-shadow: 0 8px 24px rgba(5,78,101,.10);
  transform: translateY(-3px);
}
.usecase-benefit-icon {
  width: 48px;
  height: 48px;
  background: #e8f4fd;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 22px;
  color: #054e65;
}
.usecase-benefit-title { font-size: 16px; font-weight: 700; color: #0c1a2e; margin-bottom: 8px; }
.usecase-benefit-desc { font-size: 14px; color: #6b7280; line-height: 1.6; margin: 0; }
.usecase-cases-section { padding: 72px 0; background: #f8fafc; }
.usecase-case-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 32px 28px;
  height: 100%;
  transition: box-shadow 0.2s;
}
.usecase-case-card:hover { box-shadow: 0 8px 24px rgba(5,78,101,.10); }
.usecase-case-num {
  font-size: 42px;
  font-weight: 800;
  color: #e8f4fd;
  line-height: 1;
  margin-bottom: 12px;
  font-family: monospace;
}
.usecase-case-title { font-size: 17px; font-weight: 700; color: #0c1a2e; margin-bottom: 10px; }
.usecase-case-desc { font-size: 14.5px; color: #6b7280; line-height: 1.65; margin: 0; }
.usecase-case-card ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.usecase-case-card ul li { font-size: 14.5px; color: #374151; line-height: 1.65; padding-left: 16px; position: relative; }
.usecase-case-card ul li::before { content: "→"; position: absolute; left: 0; color: #4246da; font-size: 13px; top: 2px; }
.usecase-cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #054e65 0%, #001113 100%);
}
.usecase-cta-title { font-size: 30px; font-weight: 800; color: #ffffff; margin-bottom: 12px; }
.usecase-cta-desc { font-size: 16px; color: rgba(255,255,255,.75); margin-bottom: 32px; }
.usecase-cta-section .usecase-btn-primary {
  background: #ffffff;
  color: #054e65 !important;
  font-size: 16px;
  padding: 14px 36px;
}
.usecase-cta-section .usecase-btn-primary:hover { background: #e8f4fd; }
.usecase-faq-section { padding: 72px 0; background: #ffffff; }
.usecase-faq-list { max-width: 760px; margin: 0 auto 32px; }
.usecase-faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.usecase-faq-q {
  padding: 18px 22px;
  font-size: 15.5px;
  font-weight: 600;
  color: #0c1a2e;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8fafc;
}
.usecase-faq-q::after { content: '+'; font-size: 20px; color: #054e65; font-weight: 400; flex-shrink: 0; margin-left: 12px; }
details[open] .usecase-faq-q::after { content: '\2212'; }
.usecase-faq-a {
  padding: 16px 22px 20px;
  font-size: 14.5px;
  color: #6b7280;
  line-height: 1.7;
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
}
.usecase-faq-more { text-align: center; margin-top: 8px; }
.usecase-faq-more a { color: #054e65; font-weight: 600; font-size: 14.5px; text-decoration: none; }
.usecase-faq-more a:hover { text-decoration: underline; }
.usecase-hub-link {
  display: block;
  padding: 14px 16px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  color: #0c1a2e;
  font-size: 13.5px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  text-align: center;
}
.usecase-hub-link:hover { background: #054e65; border-color: #054e65; color: #ffffff; }
@media (max-width: 768px) {
  .usecase-hero-section { padding: 72px 0 48px; }
  .usecase-hero-title { font-size: 26px; }
  .usecase-hero-subtitle { font-size: 16px; }
  .usecase-benefits-section,
  .usecase-cases-section,
  .usecase-faq-section { padding: 48px 0; }
  .usecase-cta-section { padding: 56px 0; }
  .usecase-cta-title { font-size: 24px; }
}

/* ── use-case signal quotes ── */
.usecase-signals-section { padding: 72px 0; background: #fff; }
.usecase-signal-card {
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-left: 4px solid #4246da;
  border-radius: 12px;
  padding: 24px 24px 20px;
  height: 100%;
  transition: border-color .2s, box-shadow .2s;
}
.usecase-signal-card:hover { border-color: #4246da; box-shadow: 0 4px 16px rgba(66,70,218,.10); }
.usecase-signal-quote {
  font-size: 15px;
  color: #374151;
  font-style: italic;
  line-height: 1.65;
  margin-bottom: 14px;
}
.usecase-signal-meta {
  font-size: 12.5px;
  font-weight: 600;
  color: #4246da;
  text-transform: uppercase;
  letter-spacing: .04em;
}

/* ── use-case keyword tags ── */
.usecase-kw-section { padding: 64px 0 72px; background: #f0f1fe; }
.usecase-kw-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.usecase-kw-tag {
  display: inline-block;
  padding: 7px 16px;
  background: #fff;
  border: 1.5px solid #4246da;
  border-radius: 20px;
  color: #4246da;
  font-size: 13.5px;
  font-weight: 500;
  cursor: default;
  transition: background .15s, color .15s;
}
.usecase-kw-tag:hover { background: #4246da; color: #fff; }
.usecase-kw-note { font-size: 14px; color: #6b7280; margin-top: 18px; }

/* ── use-case challenge intro ── */
.usecase-challenge-section { padding: 72px 0; background: #f8fafc; }
.usecase-challenge-lead {
  font-size: 17px;
  line-height: 1.75;
  color: #4b5563;
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}

/* ============================================== */
