/* ============================================
   Welflow Solutions — Custom Styles
   Built on top of Tailwind CSS
   ============================================ */

@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/space-grotesk-latin-wght.woff2') format('woff2');
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

@font-face {
  font-family: 'Marcellus';
  src: url('../fonts/marcellus_5.2.6_latin-400-normal.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* ---- Brand Variables ---- */
:root {
  /* Fonts */
  --welfont:      'Space Grotesk', sans-serif;
  --welfont-two:  'Marcellus', serif;

  /* Font Sizes */
  --text-xs:   12px;   /* labels, badges */
  --text-sm:   14px;   /* small text, captions */
  --text-base: 16px;   /* body, nav links, form inputs */
  --text-md:   18px;   /* body large, descriptions */
  --text-lg:   20px;   /* sub-headings, card titles */
  --text-xl:   24px;   /* section sub-titles */
  --text-2xl:  30px;   /* section titles small */
  --text-3xl:  36px;   /* section titles */
  --text-4xl:  42px;   /* hero headings */
  --text-5xl:  52px;   /* large hero */

  /* Line Heights */
  --leading-tight:  1.2;
  --leading-normal: 1.5;
  --leading-relaxed: 1.7;

  /* Font Weights */
  --weight-normal:   400;
  --weight-medium:   500;
  --weight-semibold: 600;
  --weight-bold:     700;

  /* Primary Blue */
  --welbase:      #0074C8;
  --welbase-rgb:  0, 116, 200;

  /* Accent Pink */
  --welaccent:    #E94B87;
  --welaccent-rgb: 233, 75, 135;

  /* Deep Navy */
  --welblack:     #0B1B33;
  --welblack-rgb: 11, 27, 51;

  /* White */
  --welwhite:     #FFFFFF;
  --welwhite-rgb: 255, 255, 255;

  /* Muted Gray */
  --welgray:      #C7D1E0;
  --welgray-rgb:  199, 209, 224;

  /* Dropdown bg (slightly lighter than navy) */
  --weldropdown:  #0d1f38;
  --weldropdown-rgb: 13, 31, 56;

  /* Alternate section bg */
  --welalt: rgba(255, 255, 255, 0.06);
  --welwhite-03: rgba(var(--welwhite-rgb), 0.03);
  --welwhite-04: rgba(var(--welwhite-rgb), 0.04);
  --welwhite-05: rgba(var(--welwhite-rgb), 0.05);
  --welwhite-06: rgba(var(--welwhite-rgb), 0.06);
  --welwhite-08: rgba(var(--welwhite-rgb), 0.08);
  --welwhite-10: rgba(var(--welwhite-rgb), 0.10);
  --welwhite-15: rgba(var(--welwhite-rgb), 0.15);
  --welwhite-20: rgba(var(--welwhite-rgb), 0.20);
  --welwhite-30: rgba(var(--welwhite-rgb), 0.30);
  --welwhite-35: rgba(var(--welwhite-rgb), 0.35);
  --welwhite-36: rgba(var(--welwhite-rgb), 0.36);
  --welwhite-70: rgba(var(--welwhite-rgb), 0.70);
  --welwhite-75: rgba(var(--welwhite-rgb), 0.75);
  --welwhite-76: rgba(var(--welwhite-rgb), 0.76);
  --welwhite-78: rgba(var(--welwhite-rgb), 0.78);
  --welwhite-88: rgba(var(--welwhite-rgb), 0.88);
  --welwhite-90: rgba(var(--welwhite-rgb), 0.90);

  --welbase-08: rgba(var(--welbase-rgb), 0.08);
  --welbase-14: rgba(var(--welbase-rgb), 0.14);
  --welbase-15: rgba(var(--welbase-rgb), 0.15);
  --welbase-20: rgba(var(--welbase-rgb), 0.20);
  --welbase-24: rgba(var(--welbase-rgb), 0.24);
  --welbase-50: rgba(var(--welbase-rgb), 0.50);
  --welbase-65: rgba(var(--welbase-rgb), 0.65);

  --welaccent-08: rgba(var(--welaccent-rgb), 0.08);
  --welaccent-18: rgba(var(--welaccent-rgb), 0.18);
  --welaccent-20: rgba(var(--welaccent-rgb), 0.20);
  --welaccent-65: rgba(var(--welaccent-rgb), 0.65);

  --welblack-40: rgba(0, 0, 0, 0.4);
  --welblack-50: rgba(0, 0, 0, 0.5);
  --welblack-70: rgba(0, 0, 0, 0.7);
  --welblack-80: rgba(var(--welblack-rgb), 0.80);

  /* Footer/heading gradient colors */
  --welblue-light: #5CB0E9;
  --welblue-deep:  #3D72FC;

  /* Gradient */
  --wel-gradient:         linear-gradient(270deg, #E94B87 0%, #0074C8 100%);
  --wel-gradient-blue:    linear-gradient(270deg, #5CB0E9 0%, #3D72FC 100%);

  /* Shadow */
  --wel-shadow:       0 4px 20px rgba(0, 116, 200, 0.15);
  --wel-shadow-dark:  0 4px 30px rgba(0, 0, 0, 0.5);

  /* Button */
  --btn-height:    48px;
  --btn-padding-x: 28px;
  --btn-radius:    9999px;
  --btn-font-size: var(--text-base);

  /* Radius */
  --radius-sm: 8px;
  --radius-md: 10px;
  --radius-xl: 24px;
  --radius-2xl: 32px;

  /* Borders */
  --welborder-blue-soft: #132e56;
  --welborder-blue-strong: #172f53;

  /* Subpage header */
  --subpage-header-title-size: 26px;
  --subpage-header-title-size-mobile: 22px;
  --subpage-header-breadcrumb-size: 15px;
  --subpage-header-breadcrumb-size-mobile: 14px;
}

/* ---- Top Bar ---- */
.topbar {
  background-color: var(--welwhite-10);
  overflow: hidden;
}
.topbar-inner {
  padding: 15px 0;
  overflow: hidden;
}
.topbar-text {
  color: var(--welwhite-75);
  white-space: nowrap;
  font-size: var(--text-base);
  letter-spacing: 0.04em;
  font-weight: var(--weight-normal);
}
.topbar-text a {
  color: var(--welwhite-75);
  text-decoration: underline;
}
.topbar-text a:hover {
  color: var(--welbase);
}

/* ---- Base ---- */
body {
  font-family: var(--welfont);
  font-size: var(--text-base);
  line-height: var(--leading-normal);
  font-weight: var(--weight-normal);
  background-color: var(--welblack);
  color: var(--welgray);
  overflow-x: hidden;
}

p { font-size: var(--text-base); line-height: var(--leading-relaxed); }

.site-main {
  padding-top: 138px;
}

/* ---- Marquee ---- */
.marquee-track {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 25s linear infinite;
}
.marquee-track:hover { animation-play-state: paused; }
@keyframes marquee {
  from { transform: translateX(100%); }
  to   { transform: translateX(-100%); }
}

/* ---- Gradient Text ---- */
.gradient-text {
  background: var(--wel-gradient-blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ---- Gradient Button ---- */
.btn-gradient {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: var(--btn-height);
  padding: 0 var(--btn-padding-x);
  border-radius: var(--btn-radius);
  font-size: var(--btn-font-size);
  font-weight: var(--weight-semibold);
  background: var(--wel-gradient);
  color: var(--welwhite);
  transition: opacity 0.2s ease;
  white-space: nowrap;
}
.btn-gradient:hover { opacity: 0.88; }
.btn-gradient.hidden { display: none; }

@media (min-width: 1024px) {
  .btn-gradient.hidden.lg\:inline-flex { display: inline-flex; }
}

#mobile-menu .btn-gradient {
  max-width: 550px;
  width: 100%;
  justify-content: center;
}

/* ---- Nav Dropdown ---- */
.nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.25s ease;
}

.services-dropdown {
  width: 23rem;
}

.services-dropdown a {
  white-space: nowrap;
}

/* ---- Sticky Nav ---- */
#sticky-nav {
  position: relative;
  z-index: 50;
  width: 100%;
  transition: box-shadow 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}
#sticky-nav.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  transform: translateZ(0);
  box-shadow: var(--wel-shadow-dark);
}

/* ---- Section Spacing ---- */
.section { padding: 90px 0; }

/* ---- Section Tag ---- */
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: var(--text-base);
  font-weight: 500;
}
.section-tag::before,
.section-tag::after {
  content: '';
  display: inline-block;
  height: 2px;
  background: var(--wel-gradient);
  border-radius: 2px;
}
.section-tag::before { width: 14px; }
.section-tag::after  { width: 40px; }

/* ---- Preloader ---- */
.preloader {
  position: fixed;
  inset: 0;
  background: var(--welblack);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transition: opacity 0.4s ease;
}
.preloader.hide { opacity: 0; pointer-events: none; }

/* ---- Hero ---- */
.hero-section {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 138px 0 0;
}

.page-hero-section {
  position: relative;
  overflow: hidden;
  padding: 180px 0 100px;
  background-color: var(--welblack);
}

.subpage-header {
  background:
    linear-gradient(180deg, var(--welwhite-10) 0%, rgba(var(--welwhite-rgb), 0.09) 55%, rgba(var(--welwhite-rgb), 0.08) 100%);
  border-top: 1px solid var(--welwhite-06);
  border-bottom: 1px solid var(--welwhite-06);
  padding: 0;
  position: relative;
  overflow: hidden;
}

.subpage-header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--welwhite-06);
  opacity: 1;
}

.subpage-header-inner {
  display: flex;
  align-items: center;
  min-height: 0;
  padding: 18px 0;
}

.subpage-header-title {
  font-size: var(--subpage-header-title-size);
  font-weight: var(--weight-medium);
  color: var(--welwhite);
  line-height: 1.08;
  margin: 0 0 6px;
}

.subpage-header-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.subpage-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  color: var(--welwhite-70);
  font-size: var(--subpage-header-breadcrumb-size);
  font-weight: var(--weight-medium);
  letter-spacing: 0.01em;
}

.subpage-breadcrumb a {
  color: var(--welwhite-76);
  transition: color 0.2s ease;
}

.subpage-breadcrumb a:hover {
  color: var(--welbase);
}

.subpage-breadcrumb span[aria-current="page"] {
  color: var(--welwhite);
}

.subpage-breadcrumb-sep {
  color: var(--welwhite-36);
}

.page-intro-section {
  padding-top: 56px;
  padding-bottom: 100px;
}

.page-intro-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, var(--welbase-24), transparent 35%),
              radial-gradient(circle at bottom right, var(--welaccent-18), transparent 28%);
  pointer-events: none;
}

.page-intro-grid {
  position: relative;
  display: grid;
  gap: 56px;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: flex-start;
}

.page-intro-actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.page-intro-secondary-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: var(--btn-radius);
  border: 1px solid var(--welwhite-15);
  color: var(--welwhite);
  font-size: var(--text-base);
  font-weight: var(--weight-medium);
  transition: border-color 0.2s ease, color 0.2s ease;
}

.page-intro-secondary-btn:hover {
  border-color: var(--welbase);
  color: var(--welbase);
}

.page-intro-media {
  position: relative;
  padding-top: 2px;
}

.page-intro-media-glow {
  position: absolute;
  inset: -20px;
  border-radius: var(--radius-2xl);
  background: linear-gradient(to bottom right, var(--welbase-20), transparent, var(--welaccent-20));
  filter: blur(32px);
}

.page-intro-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-2xl);
  border: 1px solid var(--welwhite-10);
  background: var(--welwhite-05);
  padding: 16px;
  box-shadow: var(--wel-shadow-dark);
  backdrop-filter: blur(12px);
}

.page-intro-image {
  width: 100%;
  border-radius: var(--radius-xl);
  object-fit: cover;
}

.page-intro-note {
  margin-top: 20px;
  border-radius: var(--radius-xl);
  background: var(--welblack-80);
  padding: 20px;
}

.page-intro-note-label {
  font-size: var(--text-xs);
  font-weight: var(--weight-medium);
  color: var(--welbase);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.page-intro-note-text {
  margin-top: 12px;
  font-size: var(--text-md);
  font-weight: var(--weight-normal);
  color: var(--welwhite);
  line-height: var(--leading-relaxed);
}

.about-copy-wrap {
  max-width: 760px;
}

.about-context-card {
  margin-top: 34px;
  padding: 24px 26px;
  border-radius: var(--radius-md);
  border: 1px solid var(--welwhite-10);
  background: linear-gradient(180deg, var(--welwhite-05) 0%, var(--welwhite-03) 100%);
  box-shadow: inset 0 1px 0 var(--welwhite-06);
}

.about-context-title {
  font-size: var(--text-lg);
  font-weight: var(--weight-medium);
  color: var(--welwhite);
  margin-bottom: 10px;
}

.about-context-text {
  font-size: var(--text-base);
  color: var(--welgray);
  line-height: var(--leading-relaxed);
}

.about-copy-wrap .about-text {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.about-copy-wrap .about-tagline {
  display: inline-block;
  position: relative;
  margin-top: 30px;
  padding-top: 24px;
}

.about-copy-wrap .about-tagline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 76px;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent 0%, var(--welbase) 25%, var(--welaccent) 75%, transparent 100%);
}

.testimonial-section-head {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-intro {
  margin-bottom: 0;
}

.testimonial-showcase {
  margin-top: 46px;
}

.testimonial-slider {
  position: relative;
  overflow: hidden;
  padding: 0 56px;
}

.testimonial-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--welwhite-10);
  background: linear-gradient(180deg, var(--welwhite-08) 0%, var(--welwhite-04) 100%);
  color: var(--welwhite-88);
  box-shadow: 0 10px 24px var(--welblack-40);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.testimonial-arrow:hover {
  border-color: var(--welwhite-20);
  color: var(--welwhite);
}

.testimonial-slider:hover .testimonial-arrow,
.testimonial-slider:focus-within .testimonial-arrow {
  opacity: 1;
  pointer-events: auto;
}

.testimonial-arrow svg {
  width: 18px;
  height: 18px;
}

.testimonial-arrow-prev {
  left: 0;
}

.testimonial-arrow-next {
  right: 0;
}

.testimonial-track {
  display: flex;
  gap: 24px;
  transition: transform 0.7s ease;
  will-change: transform;
}

.testimonial-slide {
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 0;
}

.testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 340px;
  height: 100%;
  padding: 30px 26px 24px;
  border-radius: 20px;
  border: 1px solid var(--welwhite-10);
  background: linear-gradient(180deg, var(--welwhite-06) 0%, var(--welwhite-03) 100%);
  box-shadow:
    inset 0 1px 0 var(--welwhite-06),
    0 14px 28px var(--welblack-40);
  overflow: hidden;
}

.testimonial-card-body {
  position: relative;
  padding-bottom: 26px;
}

.testimonial-card-body::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 82px;
  height: 1px;
  background: linear-gradient(90deg, var(--welbase) 0%, var(--welaccent) 100%);
  opacity: 0.8;
}

.testimonial-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, var(--welbase-08) 0%, transparent 32%),
    radial-gradient(circle at bottom right, var(--welaccent-08) 0%, transparent 28%);
  pointer-events: none;
}

.testimonial-card > * {
  position: relative;
  z-index: 1;
}

.testimonial-mark {
  display: block;
  margin-bottom: 8px;
  margin-top: -4px;
  font-size: 28px;
  line-height: 1;
  font-family: var(--welfont-two);
  color: var(--welwhite-70);
}

.testimonial-quote {
  margin: 0;
  font-size: var(--text-base);
  line-height: 1.75;
  color: var(--welwhite-88);
}

.testimonial-meta {
  margin-top: 18px;
  padding-top: 0;
  border-top: none;
}

.testimonial-meta-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 0;
}

.testimonial-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--welwhite-08);
  background: var(--welwhite-04);
  color: var(--welwhite-70);
  font-size: 13px;
  font-weight: var(--weight-medium);
  flex-shrink: 0;
  overflow: hidden;
}

.testimonial-avatar svg {
  width: 22px;
  height: 22px;
}

.testimonial-identity {
  min-width: 0;
}

.testimonial-name {
  font-size: var(--text-base);
  font-weight: var(--weight-medium);
  color: var(--welwhite);
  line-height: var(--leading-tight);
  margin: 0;
  letter-spacing: 0.01em;
}

.testimonial-brand {
  margin-top: 3px;
  font-size: var(--text-sm);
  color: var(--welwhite-70);
  line-height: 1.4;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
}

.testimonial-dot {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 999px;
  background: var(--welwhite-20);
  transition: width 0.25s ease, background-color 0.25s ease;
  cursor: pointer;
}

.testimonial-dot.is-active {
  width: 26px;
  background: linear-gradient(90deg, var(--welbase) 0%, var(--welaccent) 100%);
}

.hero-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-slide {
  display: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
  animation: kenburns 8s ease-in-out forwards;
}

.hero-slide.active {
  display: block;
}

/* Ken Burns zoom on bg */
@keyframes kenburns {
  from { background-size: 110%; }
  to   { background-size: 100%; }
}

/* Slide-in from right */
.hero-slide.slide-in {
  animation: slideInRight 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards, kenburns 8s ease-in-out forwards;
}

/* Slide-out to left */
.hero-slide.slide-out {
  display: block;
  position: absolute;
  inset: 0;
  animation: slideOutLeft 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes slideInRight {
  from { transform: translateX(100%); }
  to   { transform: translateX(0); }
}

@keyframes slideOutLeft {
  from { transform: translateX(0); }
  to   { transform: translateX(-100%); }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: var(--welblack-40);
  min-height: 500px;
  display: flex;
  align-items: center;
  width: 100%;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 60px 0;
}

.hero-content.left  { max-width: 55%; }
.hero-content.right { padding-left: 45%; }

/* Content slide-up animation */
.hero-slide.active .hero-title,
.hero-slide.active .hero-subtitle,
.hero-slide.active .hero-btn {
  animation: contentUp 0.8s ease forwards;
  opacity: 0;
}
.hero-slide.active .hero-subtitle { animation-delay: 0.15s; }
.hero-slide.active .hero-btn      { animation-delay: 0.3s; }

@keyframes contentUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-title {
  font-size: var(--text-4xl);
  font-weight: var(--weight-semibold);
  color: var(--welwhite);
  line-height: var(--leading-tight);
  margin-bottom: 20px;
}

.hero-title span {
  color: var(--welbase);
  font-family: var(--welfont-two);
  font-weight: 400;
  display: inline-block;
  margin-top: 10px;
}

.hero-subtitle {
  font-size: var(--text-base);
  color: var(--welwhite-90);
  margin: 30px 0;
  line-height: var(--leading-relaxed);
}

/* Dots */
.hero-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--welwhite-35);
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.hero-dot.active {
  background: var(--welbase);
  transform: scale(1.2);
}

@media (max-width: 992px) {
  .hero-section { padding: 110px 0 0; }
  .page-hero-section { padding: 150px 0 100px; }
  .subpage-header-inner { padding: 20px 0; }
  .hero-content.left  { max-width: 100%; }
  .hero-content.right { padding-left: 0; }
}

@media (max-width: 768px) {
  .hero-section { padding: 98px 0 0; }
  .page-hero-section { padding: 132px 0 80px; }
  .subpage-header-inner { padding: 18px 0; }
  .subpage-header-title { font-size: var(--subpage-header-title-size-mobile); line-height: 1.1; margin-bottom: 5px; }
  .subpage-breadcrumb { gap: 8px; font-size: var(--subpage-header-breadcrumb-size-mobile); }
  .page-intro-section { padding-top: 48px; padding-bottom: 80px; }
  .page-intro-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-title {
    font-size: 30px;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
  }
  .hero-subtitle {
    font-size: 15px;
    line-height: 1.65;
    max-width: 31ch;
  }
  .hero-overlay { background: var(--welblack-70); }
}

@media (max-width: 992px) {
  .testimonial-slider { padding: 0 48px; }
  .testimonial-slide { flex-basis: calc((100% - 24px) / 2); }
  .testimonial-card { min-height: 320px; }
}

@media (max-width: 600px) {
  .testimonial-showcase { margin-top: 34px; }
  .testimonial-slider { padding: 0 40px; }
  .testimonial-slide { flex-basis: 100%; }
  .testimonial-card {
    min-height: auto;
    padding: 26px 22px 22px;
    border-radius: 18px;
  }
  .testimonial-arrow {
    width: 36px;
    height: 36px;
  }
  .testimonial-arrow svg { width: 16px; height: 16px; }
  .testimonial-card-body { padding-bottom: 22px; }
  .testimonial-meta-top { gap: 10px; }
  .testimonial-avatar { width: 42px; height: 42px; font-size: 12px; }
  .testimonial-avatar svg { width: 18px; height: 18px; }
  .testimonial-quote { font-size: var(--text-base); }
  .testimonial-name { font-size: var(--text-base); }
  .testimonial-brand { font-size: var(--text-sm); }
}

@media (max-width: 450px) {
  .hero-title {
    font-size: 26px;
    line-height: 1.16;
  }
  .hero-subtitle {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* ---- About ---- */
.about-section {
  background-color: var(--welblack);
  padding: 120px 0;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 48px;
  align-items: center;
}

.about-img-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, var(--welblack) 0%, transparent 22%, transparent 78%, var(--welblack) 100%),
    linear-gradient(to bottom, var(--welblack) 0%, transparent 8%, transparent 92%, var(--welblack) 100%);
  pointer-events: none;
  z-index: 1;
}

.about-img {
  width: 100%;
  max-width: 440px;
  height: auto;
  border-radius: 20px;
  display: block;
  border-left: 1px solid var(--welborder-blue-soft);
  border-right: 1px solid var(--welborder-blue-soft);
}

.about-content {}

.about-text {
  font-size: var(--text-base);
  color: var(--welgray);
  line-height: var(--leading-relaxed);
}

.about-tagline {
  font-size: var(--text-xl);
  font-weight: var(--weight-normal);
  color: var(--welwhite);
  margin: 24px 0 20px;
  font-family: var(--welfont-two);
}

.about-tagline span {
  color: var(--welbase);
}

.about-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.about-points li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: var(--text-base);
  color: var(--welwhite);
  font-weight: var(--weight-normal);
}

.about-point-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--welbase);
  color: var(--welwhite);
  font-size: var(--text-xs);
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* ---- Services ---- */
.services-section {
  background-color: var(--welalt);
  padding: 100px 0;
}

.section-head {
  text-align: center;
  margin-bottom: 56px;
}

.section-title {
  font-size: var(--text-3xl);
  font-weight: var(--weight-bold);
  color: var(--welwhite);
  line-height: var(--leading-tight);
  margin-top: 16px;
  text-transform: capitalize;
}

.section-title span {
  color: var(--welbase);
  font-family: var(--welfont-two);
  font-weight: 400;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  background: var(--welwhite-04);
  border: 1px solid var(--welwhite-10);
  border-radius: 10px;
  padding: 30px;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.service-card:hover {
  border-color: var(--welbase);
  transform: translateY(-4px);
}

.service-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
}

.service-icon svg {
  width: 100%;
  height: 100%;
  stroke: url(#grad) var(--welbase);
}

/* gradient stroke on icons */
.service-icon svg {
  stroke: var(--welbase);
}

.service-title {
  font-size: var(--text-lg);
  font-weight: var(--weight-medium);
  color: var(--welwhite);
  margin-bottom: 12px;
  line-height: var(--leading-tight);
}

.service-text {
  font-size: var(--text-base);
  color: var(--welgray);
  line-height: var(--leading-relaxed);
  margin-bottom: 16px;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-list li {
  font-size: var(--text-base);
  color: var(--welwhite);
  display: flex;
  align-items: center;
  gap: 8px;
}

.service-list li::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(var(--welbase-rgb), 0.15);
  color: var(--welbase);
  font-size: var(--text-xs);
  flex-shrink: 0;
}

.service-link {
  font-size: var(--text-base);
  font-weight: var(--weight-medium);
  color: var(--welwhite);
  transition: color 0.2s ease;
}

.service-link:hover { color: var(--welbase); }

@media (max-width: 992px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .services-grid { grid-template-columns: 1fr; }
  .section-title { font-size: var(--text-2xl); }
}

/* ---- Scroll Animations ---- */
[data-animate] {
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-animate="fade-up"]   { transform: translateY(40px); }
[data-animate="fade-left"]  { transform: translateX(-50px); }
[data-animate="fade-right"] { transform: translateX(50px); }
[data-animate="fade-in"]    { transform: none; }

[data-animate].animated {
  opacity: 1;
  transform: translate(0);
}

/* stagger delays for cards */
[data-delay="1"] { transition-delay: 0.1s; }
[data-delay="2"] { transition-delay: 0.2s; }
[data-delay="3"] { transition-delay: 0.3s; }
[data-delay="4"] { transition-delay: 0.1s; }
[data-delay="5"] { transition-delay: 0.2s; }
[data-delay="6"] { transition-delay: 0.3s; }

/* ---- Why Choose Us ---- */
.why-section {
  background-color: var(--welblack);
  padding: 100px 0;
}
.why-intro {
  font-size: var(--text-base);
  color: var(--welgray);
  line-height: var(--leading-relaxed);
  text-align: justify;
  max-width: 900px;
  margin: 0 auto 48px;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.why-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.why-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
  background: linear-gradient(270deg, var(--welbase) 0%, var(--welaccent) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  margin-top: 4px;
}
.why-icon svg { width: 100%; height: 100%; stroke: var(--welwhite); }
.why-title {
  font-size: var(--text-lg);
  font-weight: var(--weight-medium);
  color: var(--welwhite);
  margin-bottom: 8px;
}
.why-text {
  font-size: var(--text-base);
  color: var(--welgray);
  line-height: var(--leading-relaxed);
}
@media (max-width: 992px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .why-grid { grid-template-columns: 1fr; } }

/* ---- CTA ---- */
.cta-section {
  border-top: 1px solid var(--welborder-blue-strong);
  border-bottom: 1px solid var(--welborder-blue-strong);
  background-color: var(--welalt);
  padding: 60px 0;
}
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.cta-title {
  font-size: var(--text-2xl);
  font-weight: var(--weight-bold);
  color: var(--welwhite);
  line-height: var(--leading-tight);
}
.cta-title span {
  color: var(--welbase);
  font-family: var(--welfont-two);
  font-weight: 400;
}
.cta-sub {
  font-size: var(--text-base);
  color: var(--welgray);
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}
.cta-contact { display: flex; align-items: center; gap: 20px; }
.cta-icon {
  width: 52px; height: 52px;
  display: flex; align-items: center; justify-content: center;
  padding: 2px;
  flex-shrink: 0;
  overflow: visible;
}
.cta-icon svg { overflow: visible; }
.cta-icon svg { width: 100%; height: 100%; stroke: var(--welwhite); }
.cta-label { font-size: var(--text-base); color: var(--welwhite); }
.cta-number { font-size: var(--text-xl); font-weight: var(--weight-semibold); margin-top: 4px; }
.cta-number a { color: var(--welbase); }
.cta-number a:hover { color: var(--welwhite); }

/* ---- FAQ ---- */
.faq-section {
  background-color: var(--welblack);
  padding: 100px 0;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.faq-exp-box {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
  background: linear-gradient(270deg, var(--welbase) 0%, var(--welaccent) 100%);
  padding: 24px 32px;
  border-radius: 10px;
  max-width: 260px;
}
.faq-exp-year {
  font-size: var(--text-4xl);
  font-weight: var(--weight-bold);
  color: var(--welwhite);
  line-height: 1;
}
.faq-exp-text {
  font-size: var(--text-base);
  color: var(--welwhite);
  font-weight: var(--weight-medium);
  line-height: var(--leading-normal);
}
.faq-list { display: flex; flex-direction: column; gap: 16px; }
.faq-item {
  border: 1px solid var(--welwhite-15);
  border-radius: 16px;
  overflow: hidden;
  background: var(--welwhite-03);
  transition: border-color 0.3s ease;
}
.faq-item.open { border-color: var(--welwhite-30); }
.faq-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: var(--welwhite);
  font-size: var(--text-base);
  font-weight: var(--weight-semibold);
  font-family: var(--welfont);
}
.faq-arrow {
  width: 20px; height: 20px; min-width: 20px;
  stroke: var(--welwhite);
  transition: transform 0.3s ease;
}
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 24px;
}
.faq-item.open .faq-answer {
  max-height: 200px;
  padding: 0 24px 20px;
}
.faq-answer p {
  font-size: var(--text-base);
  color: var(--welgray);
  line-height: var(--leading-relaxed);
}
@media (max-width: 992px) { .faq-grid { grid-template-columns: 1fr; } }

/* ---- Contact ---- */
.contact-section {
  background-color: var(--welalt);
  padding: 100px 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.contact-text {
  font-size: var(--text-base);
  color: var(--welgray);
  line-height: var(--leading-relaxed);
  margin-bottom: 28px;
}
.contact-block-tag {
  align-items: center;
  background: linear-gradient(180deg, var(--welwhite-06) 0%, var(--welwhite-04) 100%);
  border: 1px solid var(--welwhite-10);
  border-radius: 999px;
  color: var(--welwhite);
  display: inline-flex;
  gap: 10px;
  padding: 9px 16px;
  position: relative;
}
.contact-block-tag::after {
  background: linear-gradient(270deg, var(--welbase) 0%, var(--welaccent) 100%);
  border-radius: 999px;
  content: "";
  height: 1px;
  opacity: 0.8;
  position: absolute;
  right: 16px;
  width: 28px;
}
.contact-block-tag span:last-child {
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.08em;
  padding-right: 38px;
  text-transform: uppercase;
}
.contact-block-tag-dot {
  background: linear-gradient(180deg, var(--welbase) 0%, var(--welaccent) 100%);
  border-radius: 999px;
  display: block;
  height: 8px;
  width: 8px;
}
.contact-info-list { display: flex; flex-direction: column; gap: 16px; }
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--welwhite-04);
  border: 1px solid var(--welwhite-10);
  border-radius: 16px;
  padding: 16px;
}
.contact-info-icon {
  width: 44px; height: 44px; min-width: 44px;
  background: linear-gradient(270deg, var(--welbase) 0%, var(--welaccent) 100%);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center; padding: 10px;
}
.contact-info-icon svg { width: 100%; height: 100%; stroke: var(--welwhite); }
.contact-info-label {
  font-size: var(--text-base);
  background: linear-gradient(270deg, var(--welbase-rgb) 0%, var(--welblue-deep) 100%);
  color: var(--welbase);
  font-weight: var(--weight-medium);
  display: block;
  margin-bottom: 4px;
}
.contact-info-item p { font-size: var(--text-md); color: var(--welwhite); font-weight: var(--weight-medium); }
.contact-info-item a { color: var(--welwhite); }
.contact-info-item a:hover { color: var(--welbase); }
.contact-form {
  background: var(--welwhite-05);
  border: 1px solid var(--welwhite-10);
  border-radius: 16px;
  padding: 32px;
}
.contact-form-quick-actions {
  margin-bottom: 24px;
}
.contact-quick-link {
  align-items: flex-start;
  background: var(--welwhite-04);
  border: 1px solid var(--welwhite-10);
  border-radius: 14px;
  color: var(--welwhite);
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}
.contact-quick-link:hover,
.contact-quick-link:focus-visible {
  background: var(--welwhite-06);
  border-color: var(--welbase-24);
  color: var(--welwhite);
  transform: translateY(-1px);
}
.contact-quick-link-title {
  font-size: var(--text-base);
  font-weight: var(--weight-semibold);
}
.contact-quick-link-text {
  color: var(--welgray);
  font-size: var(--text-sm);
  line-height: var(--leading-relaxed);
}
.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group-full { grid-column: 1 / -1; }
.form-group label {
  font-size: var(--text-base);
  font-weight: var(--weight-semibold);
  color: var(--welgray);
}
.form-group input,
.form-group textarea {
  background: transparent;
  border: 1px solid var(--welwhite-15);
  border-radius: 12px;
  padding: 12px 16px;
  font-size: var(--text-base);
  color: var(--welwhite);
  font-family: var(--welfont);
  outline: none;
  transition: border-color 0.2s ease;
  width: 100%;
}
.form-group input:focus,
.form-group textarea:focus { border-color: var(--welbase); }
.form-group textarea { resize: vertical; }
.custom-select {
  position: relative;
}
.custom-select-trigger {
  align-items: center;
  background: transparent;
  border: 1px solid var(--welwhite-15);
  border-radius: 12px;
  color: var(--welwhite);
  cursor: pointer;
  display: flex;
  font-family: var(--welfont);
  font-size: var(--text-base);
  justify-content: space-between;
  min-height: 52px;
  padding: 12px 16px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  width: 100%;
}
.custom-select.is-open .custom-select-trigger,
.custom-select-trigger:focus-visible {
  border-color: var(--welbase);
}
.custom-select-value {
  color: var(--welwhite);
  display: block;
  padding-right: 16px;
  text-align: left;
}
.custom-select-value.is-placeholder {
  color: var(--welgray);
}
.custom-select-icon {
  color: var(--welgray);
  flex: 0 0 auto;
  height: 18px;
  transition: transform 0.2s ease;
  width: 18px;
}
.custom-select.is-open .custom-select-icon {
  transform: rotate(180deg);
}
.custom-select-menu {
  background: var(--welblack);
  border: 1px solid var(--welwhite-10);
  border-radius: 14px;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.32);
  display: none;
  left: 0;
  margin-top: 10px;
  max-height: 280px;
  overflow-y: auto;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 20;
}
.custom-select.is-open .custom-select-menu {
  display: block;
}
.custom-select-option {
  background: transparent;
  border: 0;
  border-radius: 10px;
  color: var(--welwhite);
  cursor: pointer;
  display: block;
  font-family: var(--welfont);
  font-size: var(--text-base);
  padding: 11px 12px;
  text-align: left;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: 100%;
}
.custom-select-option:hover,
.custom-select-option:focus-visible,
.custom-select-option.is-selected {
  background: var(--welwhite-06);
  color: var(--welwhite);
}
.contact-form-trust {
  color: var(--welgray);
  font-size: var(--text-xs);
  line-height: var(--leading-relaxed);
  margin-top: 12px;
}
.form-alert {
  border-radius: 12px;
  border: 1px solid var(--welwhite-10);
  font-size: var(--text-sm);
  line-height: var(--leading-relaxed);
  margin-bottom: 20px;
  padding: 12px 16px;
}
.form-alert-success {
  background: var(--welbase-14);
  border-color: var(--welbase-24);
  color: var(--welwhite);
}
.form-alert-notice {
  background: rgba(var(--welbase-rgb), 0.1);
  border-color: rgba(var(--welbase-rgb), 0.24);
  color: var(--welwhite);
}
.form-error {
  color: var(--welaccent);
  font-size: var(--text-xs);
  line-height: var(--leading-normal);
  margin: 2px 0 0;
}
@media (max-width: 992px) { .contact-grid { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .contact-form-grid { grid-template-columns: 1fr; } }

/* ---- Newsletter ---- */
.newsletter-section {
  background-color: var(--welblack);
  border-top: 1px solid var(--welwhite-06);
  padding: 50px 0;
}
.newsletter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  padding: 50px 0;
}
.newsletter-inner > div:first-child {
  max-width: 480px;
}
.newsletter-title {
  font-size: var(--text-2xl);
  font-weight: var(--weight-medium);
  background: linear-gradient(270deg, var(--welaccent) 0%, var(--welbase) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.newsletter-text {
  font-size: var(--text-base);
  color: var(--welgray);
  margin-top: 8px;
}
.newsletter-form {
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 480px;
  width: 100%;
  position: relative;
}
.newsletter-form input {
  flex: 1;
  height: 60px;
  background: transparent;
  border: 1px solid var(--welwhite-20);
  border-radius: var(--btn-radius);
  padding: 0 180px 0 24px;
  font-size: var(--text-base);
  color: var(--welwhite);
  font-family: var(--welfont);
  outline: none;
  width: 100%;
}
.newsletter-form input:focus { border-color: var(--welbase); }
.newsletter-form .btn-gradient {
  position: absolute;
  right: 6px;
  top: 6px;
  height: 48px;
}
@media (max-width: 768px) {
  .newsletter-inner { flex-direction: column; align-items: flex-start; }
  .newsletter-form { max-width: 100%; }
}

/* ---- Section Divider ---- */
.section-divider {
  display: none;
}

.about-section,
.services-section,
.why-section,
.cta-section,
.faq-section,
.contact-section,
.newsletter-section {
  position: relative;
}

.about-section::before,
.services-section::before,
.why-section::before,
.cta-section::before,
.faq-section::before,
.contact-section::before,
.newsletter-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--welbase-20) 20%, var(--welbase-50) 50%, var(--welbase-20) 80%, transparent 100%);
  pointer-events: none;
  z-index: 2;
}

/* ---- FAQ Pagination ---- */
.faq-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--welwhite-10);
}
.faq-page-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: 1px solid var(--welwhite-20);
  color: var(--welwhite);
  font-size: var(--text-base);
  font-family: var(--welfont);
  font-weight: var(--weight-medium);
  padding: 8px 18px;
  border-radius: var(--btn-radius);
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  line-height: 1;
}
.faq-page-btn svg { width: 16px; height: 16px; flex-shrink: 0; display: inline-block; vertical-align: middle; }
.faq-page-btn:hover:not(:disabled) {
  background: var(--welbase);
  border-color: var(--welbase);
}
.faq-page-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.faq-page-info {
  font-size: var(--text-base);
  color: var(--welgray);
  font-weight: var(--weight-medium);
}

/* ---- Footer Social ---- */
.footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--welwhite-20);
  color: var(--welgray);
  transition: all 0.2s ease;
}
.footer-social svg { width: 16px; height: 16px; }
.footer-social:hover {
  background: var(--wel-gradient);
  border-color: transparent;
  color: var(--welwhite);
}

/* ---- Products Page ---- */
.product-card {
  position: relative;
  padding-top: 44px;
}

.product-status-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid transparent;
}

.badge-coming {
  background: var(--welbase-15);
  border-color: var(--welbase-24);
  color: var(--welbase);
}

.badge-beta {
  background: rgba(var(--welaccent-rgb), 0.12);
  border-color: rgba(var(--welaccent-rgb), 0.28);
  color: var(--welaccent);
}

.badge-research {
  background: var(--welwhite-08);
  border-color: var(--welwhite-15);
  color: var(--welgray);
}

.product-tagline {
  font-size: var(--text-sm);
  color: var(--welbase);
  font-weight: var(--weight-medium);
  margin-bottom: 12px;
  margin-top: -6px;
}

/* Product hero mockup visual */
.product-hero-visual {
  padding: 8px 4px 4px;
}

.product-hero-mockup {
  background: var(--welblack);
  border: 1px solid var(--welwhite-10);
  border-radius: 14px;
  overflow: hidden;
}

.product-hero-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--welwhite-08);
  background: var(--welwhite-04);
}

.product-hero-bar span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--welwhite-20);
}

.product-hero-bar span:first-child { background: #ff5f57; }
.product-hero-bar span:nth-child(2) { background: #febc2e; }
.product-hero-bar span:nth-child(3) { background: #28c840; }

.product-hero-content {
  padding: 18px 20px 20px;
}

.product-hero-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.product-hero-label {
  font-size: var(--text-base);
  font-weight: var(--weight-semibold);
  color: var(--welwhite);
}

.product-hero-badge-coming {
  font-size: 11px;
  font-weight: var(--weight-semibold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--welbase-15);
  border: 1px solid var(--welbase-24);
  color: var(--welbase);
}

.product-hero-badge-beta {
  font-size: 11px;
  font-weight: var(--weight-semibold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(var(--welaccent-rgb), 0.12);
  border: 1px solid rgba(var(--welaccent-rgb), 0.28);
  color: var(--welaccent);
}

.product-hero-stat-row {
  display: flex;
  gap: 16px;
  margin-bottom: 4px;
}

.product-hero-stat {
  flex: 1;
  background: var(--welwhite-05);
  border: 1px solid var(--welwhite-08);
  border-radius: 10px;
  padding: 10px 12px;
  text-align: center;
}

.product-hero-stat-val {
  font-size: var(--text-lg);
  font-weight: var(--weight-bold);
  color: var(--welwhite);
  line-height: 1;
}

.product-hero-stat-key {
  font-size: var(--text-xs);
  color: var(--welgray);
  margin-top: 4px;
}

.product-hero-divider {
  height: 1px;
  background: var(--welwhite-08);
  margin: 16px 0 14px;
}

.product-hero-progress-wrap {
  margin-top: 8px;
}

.product-hero-progress-label {
  font-size: var(--text-xs);
  color: var(--welgray);
  margin-bottom: 8px;
}

.product-hero-progress-bar {
  height: 6px;
  background: var(--welwhite-10);
  border-radius: 999px;
  overflow: hidden;
}

.product-hero-progress-fill {
  height: 100%;
  background: var(--wel-gradient);
  border-radius: 999px;
}

/* Waitlist extras */
.product-waitlist-products {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--welwhite-10);
}

.product-waitlist-label {
  font-size: var(--text-sm);
  color: var(--welgray);
  margin-bottom: 10px;
}

.product-waitlist-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-waitlist-tag {
  font-size: var(--text-sm);
  font-weight: var(--weight-medium);
  color: var(--welwhite);
  background: var(--welwhite-06);
  border: 1px solid var(--welwhite-10);
  border-radius: 999px;
  padding: 4px 14px;
}

/* ---- Contact Page Improvements ---- */

/* Hero visual card */
.contact-hero-visual {
  padding: 4px 4px 8px;
}

.contact-hero-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 4px;
}

.contact-hero-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 10px;
  background: var(--wel-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  color: var(--welwhite);
}

.contact-hero-icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--welwhite);
}

.contact-hero-label {
  font-size: var(--text-xs);
  color: var(--welbase);
  font-weight: var(--weight-medium);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.contact-hero-value {
  font-size: var(--text-base);
  font-weight: var(--weight-medium);
  color: var(--welwhite);
  display: block;
  transition: color 0.2s ease;
}

a.contact-hero-value:hover {
  color: var(--welbase);
}

.contact-hero-divider {
  height: 1px;
  background: var(--welwhite-08);
  margin: 0 4px;
}

.contact-hero-response {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 10px 14px;
  background: var(--welbase-08);
  border: 1px solid var(--welbase-15);
  border-radius: 10px;
  font-size: var(--text-sm);
  color: var(--welbase);
  font-weight: var(--weight-medium);
}

.contact-hero-response svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  stroke: var(--welbase);
}

/* Trust list */
.contact-trust-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}

.contact-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: var(--text-base);
  color: var(--welgray);
  line-height: var(--leading-relaxed);
}

.contact-trust-item svg {
  width: 18px;
  height: 18px;
  min-width: 18px;
  stroke: var(--welbase);
  margin-top: 2px;
}

/* WhatsApp shortcut block */
.contact-wa-shortcut {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  background: linear-gradient(135deg, var(--welwhite-05) 0%, var(--welwhite-03) 100%);
  border: 1px solid var(--welwhite-10);
  border-radius: 16px;
  transition: border-color 0.2s ease, transform 0.2s ease;
  text-decoration: none;
}

.contact-wa-shortcut:hover {
  border-color: var(--welbase-24);
  transform: translateY(-2px);
}

.contact-wa-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  background: var(--wel-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: var(--welwhite);
}

.contact-wa-icon svg {
  width: 100%;
  height: 100%;
}

.contact-wa-title {
  font-size: var(--text-base);
  font-weight: var(--weight-semibold);
  color: var(--welwhite);
  margin-bottom: 3px;
}

.contact-wa-text {
  font-size: var(--text-sm);
  color: var(--welgray);
  line-height: var(--leading-normal);
}

.contact-wa-arrow {
  width: 20px;
  height: 20px;
  min-width: 20px;
  stroke: var(--welgray);
  margin-left: auto;
  transition: stroke 0.2s ease;
}

.contact-wa-shortcut:hover .contact-wa-arrow {
  stroke: var(--welbase);
}

/* Required field marker */
.form-required {
  color: var(--welaccent);
  font-size: var(--text-sm);
}

/* ---- Pricing Page ---- */

/* Hero summary visual */
.pricing-hero-visual {
  padding: 4px 4px 8px;
}

.pricing-hero-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 8px;
  border-bottom: 1px solid var(--welwhite-08);
}

.pricing-hero-service {
  font-size: var(--text-base);
  color: var(--welgray);
}

.pricing-hero-price {
  font-size: var(--text-base);
  font-weight: var(--weight-semibold);
  color: var(--welwhite);
  background: var(--welbase-15);
  border: 1px solid var(--welbase-24);
  border-radius: 999px;
  padding: 3px 12px;
}

/* Pricing cards grid */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pricing-card {
  background: var(--welwhite-04);
  border: 1px solid var(--welwhite-10);
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.pricing-card:hover {
  border-color: var(--welbase-50);
  transform: translateY(-4px);
}

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

.pricing-card-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

.pricing-card-icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--welbase);
}

.pricing-card-tag {
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--welwhite-06);
  border: 1px solid var(--welwhite-10);
  color: var(--welgray);
  white-space: nowrap;
}

.pricing-card-title {
  font-size: var(--text-lg);
  font-weight: var(--weight-semibold);
  color: var(--welwhite);
  line-height: var(--leading-tight);
  margin-bottom: 6px;
}

.pricing-card-ideal {
  font-size: var(--text-sm);
  color: var(--welbase);
  font-weight: var(--weight-medium);
  margin-bottom: 18px;
  line-height: var(--leading-normal);
}

.pricing-card-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 20px;
}

.pricing-card-amount {
  font-size: var(--text-3xl);
  font-weight: var(--weight-bold);
  color: var(--welwhite);
  line-height: 1;
  font-family: var(--welfont);
}

.pricing-card-unit {
  font-size: var(--text-base);
  color: var(--welgray);
  font-weight: var(--weight-normal);
}

.pricing-card-divider {
  height: 1px;
  background: var(--welwhite-08);
  margin-bottom: 18px;
}

.pricing-card-includes-label {
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--welgray);
  margin-bottom: 12px;
}

.pricing-card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  flex: 1;
}

.pricing-card-list li {
  font-size: var(--text-base);
  color: var(--welwhite-88);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: var(--leading-normal);
}

.pricing-card-list li::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
  background: var(--welbase-15);
  color: var(--welbase);
  font-size: 10px;
  margin-top: 1px;
}

.pricing-card-extra {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 12px 14px;
  background: var(--welwhite-04);
  border: 1px solid var(--welwhite-08);
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: var(--text-sm);
  color: var(--welgray);
  line-height: var(--leading-relaxed);
}

.pricing-card-extra svg {
  width: 15px;
  height: 15px;
  min-width: 15px;
  stroke: var(--welgray);
  margin-top: 1px;
}

.pricing-card-cta {
  font-size: var(--text-base);
  font-weight: var(--weight-semibold);
  color: var(--welbase);
  transition: color 0.2s ease;
  margin-top: auto;
}

.pricing-card-cta:hover {
  color: var(--welwhite);
}

/* GST note */
.pricing-gst-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 36px;
  padding: 14px 20px;
  background: var(--welwhite-04);
  border: 1px solid var(--welwhite-08);
  border-radius: 12px;
  font-size: var(--text-sm);
  color: var(--welgray);
  line-height: var(--leading-relaxed);
}

.pricing-gst-note svg {
  width: 18px;
  height: 18px;
  min-width: 18px;
  stroke: var(--welgray);
}

@media (max-width: 992px) {
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card-amount { font-size: var(--text-2xl); }
}

/* ---- Pricing Maintenance Card ---- */
.pricing-maintenance-card {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 32px;
  align-items: start;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid var(--welaccent-20);
  background: linear-gradient(135deg, rgba(var(--welaccent-rgb), 0.06) 0%, var(--welwhite-03) 60%, rgba(var(--welbase-rgb), 0.06) 100%);
  position: relative;
  overflow: hidden;
}

.pricing-maintenance-card::before {
  content: 'Annual Plan';
  position: absolute;
  top: 18px;
  right: -28px;
  background: var(--wel-gradient);
  color: var(--welwhite);
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 40px;
  transform: rotate(45deg);
  transform-origin: center;
}

.pricing-maintenance-left {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.pricing-maintenance-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(var(--welaccent-rgb), 0.18) 0%, rgba(var(--welbase-rgb), 0.18) 100%);
  border: 1px solid var(--welaccent-20);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
}

.pricing-maintenance-icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--welaccent);
}

.pricing-maintenance-tag {
  background: rgba(var(--welaccent-rgb), 0.10) !important;
  border-color: var(--welaccent-20) !important;
  color: var(--welaccent) !important;
}

.pricing-maintenance-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-left: 1px solid var(--welwhite-08);
  padding-left: 32px;
}

.pricing-maintenance-note {
  font-size: var(--text-sm);
  color: var(--welgray);
  line-height: var(--leading-normal);
  margin-top: 4px;
}

@media (max-width: 992px) {
  .pricing-maintenance-card {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .pricing-maintenance-right {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid var(--welwhite-08);
    padding-top: 24px;
  }
  .pricing-maintenance-card::before {
    display: none;
  }
}

/* Maintenance row in hero summary */
.pricing-hero-price-maintenance {
  background: rgba(var(--welaccent-rgb), 0.12) !important;
  border-color: var(--welaccent-20) !important;
  color: var(--welaccent) !important;
}

/* ---- Pricing range display ---- */
.pricing-card-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 20px;
}

.pricing-card-from {
  display: none; /* ₹ already in the value strings */
}

.pricing-card-amount {
  font-size: var(--text-2xl);
  font-weight: var(--weight-bold);
  color: var(--welwhite);
  line-height: 1;
  font-family: var(--welfont);
}

.pricing-card-range-sep {
  font-size: var(--text-lg);
  color: var(--welgray);
  font-weight: var(--weight-normal);
  padding: 0 2px;
}

.pricing-card-to {
  font-size: var(--text-2xl);
  font-weight: var(--weight-bold);
  color: var(--welwhite-70);
  line-height: 1;
  font-family: var(--welfont);
}

.pricing-card-unit {
  font-size: var(--text-sm);
  color: var(--welgray);
  font-weight: var(--weight-normal);
  width: 100%;
  margin-top: 2px;
}

/* ---- How We Price page ---- */

/* Quote process visual */
.pricing-process-visual {
  padding: 4px 4px 8px;
}

.ppv-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 6px;
}

.ppv-num {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background: var(--wel-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  color: var(--welwhite);
  flex-shrink: 0;
}

.ppv-title {
  font-size: var(--text-base);
  font-weight: var(--weight-semibold);
  color: var(--welwhite);
  margin-bottom: 3px;
}

.ppv-text {
  font-size: var(--text-sm);
  color: var(--welgray);
  line-height: var(--leading-relaxed);
}

.ppv-connector {
  width: 1px;
  height: 20px;
  background: linear-gradient(180deg, var(--welbase-50) 0%, var(--welaccent-65) 100%);
  margin-left: 15px;
  margin-bottom: 6px;
}

/* Pricing factors grid */
.pricing-factors-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.pricing-factor-card {
  background: var(--welwhite-04);
  border: 1px solid var(--welwhite-10);
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: border-color 0.3s ease;
}

.pricing-factor-card:hover {
  border-color: var(--welbase-50);
}

.pricing-factor-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--welbase-15);
  border: 1px solid var(--welbase-24);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
}

.pricing-factor-icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--welbase);
}

.pricing-factor-title {
  font-size: var(--text-lg);
  font-weight: var(--weight-semibold);
  color: var(--welwhite);
  line-height: var(--leading-tight);
}

.pricing-factor-text {
  font-size: var(--text-base);
  color: var(--welgray);
  line-height: var(--leading-relaxed);
}

@media (max-width: 768px) {
  .pricing-factors-grid { grid-template-columns: 1fr; }
}

/* ---- Website Design & Development page ---- */

/* Browser mockup */
.wdd-hero-visual {
  padding: 4px 4px 8px;
}

.wdd-browser {
  background: var(--welblack);
  border: 1px solid var(--welwhite-10);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 14px;
}

.wdd-browser-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: var(--welwhite-05);
  border-bottom: 1px solid var(--welwhite-08);
}

.wdd-browser-dots {
  display: flex;
  gap: 5px;
  flex-shrink: 0;
}

.wdd-browser-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--welwhite-20);
}

.wdd-browser-dots span:first-child  { background: #ff5f57; }
.wdd-browser-dots span:nth-child(2) { background: #febc2e; }
.wdd-browser-dots span:nth-child(3) { background: #28c840; }

.wdd-browser-url {
  flex: 1;
  background: var(--welwhite-08);
  border-radius: 6px;
  padding: 4px 10px;
  font-size: var(--text-xs);
  color: var(--welgray);
  text-align: center;
}

.wdd-browser-body {
  padding: 14px;
}

.wdd-browser-hero-block {
  height: 60px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--welbase-20) 0%, var(--welaccent-18) 100%);
  margin-bottom: 12px;
}

.wdd-browser-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wdd-browser-line {
  height: 8px;
  border-radius: 4px;
  background: var(--welwhite-10);
}

.wdd-browser-line.wide   { width: 80%; }
.wdd-browser-line.medium { width: 55%; }

.wdd-browser-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 4px;
}

.wdd-browser-card {
  height: 40px;
  border-radius: 6px;
  background: var(--welwhite-06);
  border: 1px solid var(--welwhite-08);
}

/* Tags below browser */
.wdd-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wdd-hero-tag {
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.06em;
  color: var(--welbase);
  background: var(--welbase-08);
  border: 1px solid var(--welbase-15);
  border-radius: 999px;
  padding: 4px 12px;
}

/* Process grid */
.wdd-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.wdd-process-step {
  background: var(--welwhite-04);
  border: 1px solid var(--welwhite-10);
  border-radius: 16px;
  padding: 28px;
  position: relative;
  transition: border-color 0.3s ease;
}

.wdd-process-step:hover {
  border-color: var(--welbase-50);
}

.wdd-process-num {
  font-size: var(--text-3xl);
  font-weight: var(--weight-bold);
  line-height: 1;
  margin-bottom: 16px;
  background: var(--wel-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: var(--welfont-two);
}

.wdd-process-title {
  font-size: var(--text-lg);
  font-weight: var(--weight-semibold);
  color: var(--welwhite);
  margin-bottom: 10px;
  line-height: var(--leading-tight);
}

.wdd-process-text {
  font-size: var(--text-base);
  color: var(--welgray);
  line-height: var(--leading-relaxed);
}

@media (max-width: 992px) {
  .wdd-process-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .wdd-process-grid { grid-template-columns: 1fr; }
}

/* ---- E-Commerce page hero visual ---- */
.ecom-hero-visual {
  padding: 4px 4px 8px;
}

.ecom-store-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: var(--welwhite-05);
  border: 1px solid var(--welwhite-08);
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}

.ecom-store-logo {
  width: 60px;
  height: 10px;
  border-radius: 4px;
  background: var(--wel-gradient);
  opacity: 0.7;
}

.ecom-store-nav {
  display: flex;
  gap: 12px;
}

.ecom-store-nav span {
  width: 28px;
  height: 6px;
  border-radius: 3px;
  background: var(--welwhite-15);
}

.ecom-store-cart {
  position: relative;
  width: 22px;
  height: 22px;
  color: var(--welgray);
}

.ecom-store-cart svg {
  width: 100%;
  height: 100%;
}

.ecom-cart-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--welaccent);
  color: var(--welwhite);
  font-size: 9px;
  font-weight: var(--weight-bold);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ecom-product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px;
  background: var(--welwhite-03);
  border: 1px solid var(--welwhite-08);
  border-top: none;
}

.ecom-product-card {
  background: var(--welwhite-05);
  border: 1px solid var(--welwhite-08);
  border-radius: 8px;
  overflow: hidden;
}

.ecom-product-img {
  height: 56px;
  background: linear-gradient(135deg, var(--welbase-20) 0%, var(--welbase-08) 100%);
}

.ecom-product-img.accent {
  background: linear-gradient(135deg, var(--welaccent-18) 0%, var(--welaccent-08) 100%);
}

.ecom-product-info {
  padding: 8px 10px 4px;
}

.ecom-product-name {
  height: 6px;
  border-radius: 3px;
  background: var(--welwhite-15);
  margin-bottom: 6px;
  width: 70%;
}

.ecom-product-price {
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  color: var(--welbase);
}

.ecom-product-btn {
  margin: 6px 10px 10px;
  background: var(--wel-gradient);
  color: var(--welwhite);
  font-size: 10px;
  font-weight: var(--weight-semibold);
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
}

.ecom-checkout-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: var(--welwhite-05);
  border: 1px solid var(--welwhite-08);
  border-top: none;
  border-radius: 0 0 10px 10px;
}

.ecom-checkout-label {
  font-size: var(--text-xs);
  color: var(--welgray);
  font-weight: var(--weight-medium);
}

.ecom-payment-icons {
  display: flex;
  gap: 6px;
}

.ecom-payment-icons span {
  font-size: 9px;
  font-weight: var(--weight-bold);
  color: var(--welgray);
  background: var(--welwhite-08);
  border: 1px solid var(--welwhite-10);
  border-radius: 4px;
  padding: 2px 6px;
  letter-spacing: 0.04em;
}

/* ---- Mobile App page hero visual ---- */
.app-hero-visual {
  padding: 4px 4px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.app-phone {
  width: 180px;
  background: var(--welblack);
  border: 2px solid var(--welwhite-15);
  border-radius: 28px;
  padding: 10px 8px 8px;
  position: relative;
  box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

.app-phone-notch {
  width: 50px;
  height: 8px;
  background: var(--welwhite-15);
  border-radius: 4px;
  margin: 0 auto 8px;
}

.app-phone-screen {
  background: linear-gradient(160deg, #0d1f38 0%, #0B1B33 100%);
  border-radius: 18px;
  padding: 12px 10px;
  border: 1px solid var(--welwhite-08);
  min-height: 180px;
}

.app-screen-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.app-screen-greeting {
  font-size: 10px;
  font-weight: var(--weight-semibold);
  color: var(--welwhite);
}

.app-screen-avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--wel-gradient);
}

.app-screen-card {
  background: var(--welwhite-06);
  border: 1px solid var(--welwhite-10);
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 10px;
}

.app-screen-card-label {
  font-size: 9px;
  color: var(--welgray);
  margin-bottom: 4px;
  letter-spacing: 0.04em;
}

.app-screen-card-val {
  font-size: 16px;
  font-weight: var(--weight-bold);
  color: var(--welwhite);
  margin-bottom: 8px;
  line-height: 1;
}

.app-screen-bar-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.app-screen-bar {
  height: 4px;
  border-radius: 2px;
  background: var(--wel-gradient);
  flex: 1;
}

.app-screen-bar-row span {
  font-size: 9px;
  font-weight: var(--weight-bold);
  color: #28c840;
}

.app-screen-nav-row {
  display: flex;
  justify-content: space-around;
  padding-top: 8px;
  border-top: 1px solid var(--welwhite-08);
}

.app-nav-item {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--welgray);
}

.app-nav-item svg {
  width: 16px;
  height: 16px;
}

.app-nav-item.active {
  background: var(--welbase-20);
  color: var(--welbase);
}

.app-phone-home {
  width: 40px;
  height: 4px;
  background: var(--welwhite-20);
  border-radius: 2px;
  margin: 8px auto 0;
}

/* Platform tags */
.app-platform-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.app-platform-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.06em;
  color: var(--welbase);
  background: var(--welbase-08);
  border: 1px solid var(--welbase-15);
  border-radius: 999px;
  padding: 4px 12px;
}

.app-platform-tag svg {
  width: 12px;
  height: 12px;
  fill: var(--welbase);
}

/* ---- SEO page hero visual ---- */
.seo-hero-visual {
  padding: 4px 4px 8px;
}

.seo-dash-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.seo-dash-title {
  font-size: var(--text-base);
  font-weight: var(--weight-semibold);
  color: var(--welwhite);
}

.seo-dash-period {
  font-size: var(--text-xs);
  color: var(--welgray);
  background: var(--welwhite-06);
  border: 1px solid var(--welwhite-10);
  border-radius: 999px;
  padding: 3px 10px;
}

.seo-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.seo-stat {
  background: var(--welwhite-05);
  border: 1px solid var(--welwhite-08);
  border-radius: 10px;
  padding: 10px;
  position: relative;
}

.seo-stat-val {
  font-size: var(--text-lg);
  font-weight: var(--weight-bold);
  color: var(--welwhite);
  line-height: 1;
  margin-bottom: 4px;
}

.seo-stat-key {
  font-size: 10px;
  color: var(--welgray);
  line-height: 1.3;
}

.seo-stat-trend {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 12px;
  font-weight: var(--weight-bold);
}

.seo-stat-trend.up { color: #28c840; }

.seo-chart {
  background: var(--welwhite-04);
  border: 1px solid var(--welwhite-08);
  border-radius: 10px;
  padding: 12px 10px 8px;
  margin-bottom: 12px;
}

.seo-chart-bars {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 60px;
  margin-bottom: 6px;
}

.seo-bar {
  flex: 1;
  background: var(--welbase-20);
  border-radius: 3px 3px 0 0;
  transition: background 0.2s ease;
}

.seo-bar.active {
  background: var(--wel-gradient);
}

.seo-chart-labels {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: var(--welgray);
}

.seo-keyword-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  background: var(--welbase-08);
  border: 1px solid var(--welbase-15);
  border-radius: 8px;
  flex-wrap: wrap;
}

.seo-kw-label {
  font-size: 10px;
  color: var(--welgray);
  white-space: nowrap;
}

.seo-kw-val {
  font-size: 10px;
  color: var(--welwhite);
  font-weight: var(--weight-medium);
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seo-kw-pos {
  font-size: 11px;
  font-weight: var(--weight-bold);
  color: var(--welbase);
  background: var(--welbase-15);
  border-radius: 999px;
  padding: 2px 8px;
  white-space: nowrap;
}

/* ---- Social Media page hero visual ---- */
.smm-hero-visual {
  padding: 4px 4px 8px;
}

.smm-profile-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.smm-avatar {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background: var(--wel-gradient);
  border: 2px solid var(--welwhite-15);
}

.smm-handle {
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
  color: var(--welwhite);
  margin-bottom: 4px;
}

.smm-platform-row {
  display: flex;
  gap: 5px;
  align-items: center;
}

.smm-platform-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.smm-platform-dot.ig { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.smm-platform-dot.fb { background: #1877f2; }
.smm-platform-dot.li { background: #0a66c2; }

.smm-status-badge {
  margin-left: auto;
  font-size: 10px;
  font-weight: var(--weight-semibold);
  color: #28c840;
  background: rgba(40, 200, 64, 0.12);
  border: 1px solid rgba(40, 200, 64, 0.25);
  border-radius: 999px;
  padding: 3px 10px;
}

.smm-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 14px;
}

.smm-stat {
  background: var(--welwhite-05);
  border: 1px solid var(--welwhite-08);
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}

.smm-stat-val {
  font-size: var(--text-base);
  font-weight: var(--weight-bold);
  color: var(--welwhite);
  line-height: 1;
  margin-bottom: 4px;
}

.smm-stat-key {
  font-size: 10px;
  color: var(--welgray);
}

.smm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-bottom: 12px;
  border-radius: 8px;
  overflow: hidden;
}

.smm-post {
  aspect-ratio: 1;
  border-radius: 4px;
  position: relative;
}

.smm-post.p1 { background: linear-gradient(135deg, var(--welbase-20), var(--welbase-08)); }
.smm-post.p2 { background: linear-gradient(135deg, var(--welaccent-18), var(--welaccent-08)); }
.smm-post.p3 { background: linear-gradient(135deg, var(--welwhite-10), var(--welwhite-05)); }
.smm-post.p4 { background: linear-gradient(135deg, var(--welaccent-08), var(--welbase-08)); }
.smm-post.p5 { background: linear-gradient(135deg, var(--welbase-15), var(--welwhite-05)); }

.smm-post.smm-post-new {
  background: linear-gradient(135deg, var(--welbase-24), var(--welaccent-18));
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--welbase-24);
}

.smm-post-new span {
  font-size: 9px;
  font-weight: var(--weight-bold);
  color: var(--welwhite);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.smm-schedule-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  background: var(--welwhite-04);
  border: 1px solid var(--welwhite-08);
  border-radius: 8px;
  font-size: var(--text-xs);
  color: var(--welgray);
}

.smm-schedule-row svg {
  width: 14px;
  height: 14px;
  min-width: 14px;
  stroke: var(--welbase);
}

/* ---- Brand Identity page hero visual ---- */
.brand-hero-visual {
  padding: 4px 4px 8px;
}

.brand-logo-showcase {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: var(--welwhite-05);
  border: 1px solid var(--welwhite-10);
  border-radius: 12px;
  margin-bottom: 14px;
}

.brand-logo-mark {
  width: 48px;
  height: 48px;
  min-width: 48px;
}

.brand-logo-mark svg {
  width: 100%;
  height: 100%;
}

.brand-logo-name {
  font-size: var(--text-xl);
  font-weight: var(--weight-bold);
  color: var(--welwhite);
  line-height: 1;
  margin-bottom: 4px;
  font-family: var(--welfont-two);
}

.brand-logo-tagline {
  font-size: var(--text-xs);
  color: var(--welgray);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: var(--weight-medium);
}

.brand-palette-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-bottom: 12px;
}

.brand-swatch {
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: flex-end;
  padding: 4px 6px;
  position: relative;
  overflow: hidden;
}

.brand-swatch span {
  font-size: 9px;
  font-weight: var(--weight-semibold);
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.04em;
}

.brand-type-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: var(--welwhite-04);
  border: 1px solid var(--welwhite-08);
  border-radius: 10px;
  margin-bottom: 12px;
}

.brand-type-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
}

.brand-type-label {
  font-size: 9px;
  color: var(--welgray);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-type-name {
  font-size: var(--text-base);
  font-weight: var(--weight-medium);
  color: var(--welwhite);
  line-height: 1;
}

.brand-type-divider {
  width: 1px;
  height: 32px;
  background: var(--welwhite-10);
}

.brand-deliverables-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.brand-deliverable-tag {
  font-size: 10px;
  font-weight: var(--weight-semibold);
  letter-spacing: 0.06em;
  color: var(--welbase);
  background: var(--welbase-08);
  border: 1px solid var(--welbase-15);
  border-radius: 999px;
  padding: 3px 10px;
}

/* ---- Who We Are page ---- */

/* Stats visual */
.wwa-stats-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 4px 4px 12px;
}

.wwa-stat-card {
  background: var(--welwhite-05);
  border: 1px solid var(--welwhite-10);
  border-radius: 12px;
  padding: 18px 16px;
  text-align: center;
  transition: border-color 0.3s ease;
}

.wwa-stat-card:hover {
  border-color: var(--welbase-24);
}

.wwa-stat-val {
  font-size: var(--text-2xl);
  font-weight: var(--weight-bold);
  color: var(--welwhite);
  line-height: 1;
  margin-bottom: 6px;
  background: var(--wel-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.wwa-stat-key {
  font-size: var(--text-xs);
  color: var(--welgray);
  line-height: var(--leading-normal);
}

.wwa-origin-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  background: var(--welwhite-04);
  border: 1px solid var(--welwhite-08);
  border-radius: 10px;
  margin-bottom: 12px;
  font-size: var(--text-sm);
  color: var(--welgray);
}

.wwa-origin-badge svg {
  width: 14px;
  height: 14px;
  min-width: 14px;
  stroke: var(--welbase);
}

/* Story section */
.wwa-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.wwa-values-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wwa-value-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: var(--welwhite-04);
  border: 1px solid var(--welwhite-10);
  border-radius: 14px;
  transition: border-color 0.3s ease;
}

.wwa-value-item:hover {
  border-color: var(--welbase-24);
}

.wwa-value-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 10px;
  background: var(--welbase-15);
  border: 1px solid var(--welbase-24);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
}

.wwa-value-icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--welbase);
}

.wwa-value-title {
  font-size: var(--text-base);
  font-weight: var(--weight-semibold);
  color: var(--welwhite);
  margin-bottom: 6px;
  line-height: var(--leading-tight);
}

.wwa-value-text {
  font-size: var(--text-base);
  color: var(--welgray);
  line-height: var(--leading-relaxed);
}

@media (max-width: 992px) {
  .wwa-story-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* ---- Career page ---- */

/* Culture items in hero */
.career-hero-visual {
  padding: 4px 4px 8px;
}

.career-culture-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--welwhite-08);
  margin-bottom: 0;
}

.career-culture-item:first-child {
  padding-top: 0;
}

.career-culture-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 9px;
  background: var(--welbase-15);
  border: 1px solid var(--welbase-24);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.career-culture-icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--welbase);
}

.career-culture-title {
  font-size: var(--text-base);
  font-weight: var(--weight-semibold);
  color: var(--welwhite);
  margin-bottom: 3px;
}

.career-culture-text {
  font-size: var(--text-sm);
  color: var(--welgray);
  line-height: var(--leading-normal);
}

/* Open roles grid */
.career-roles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 28px;
}

.career-role-card {
  background: var(--welwhite-04);
  border: 1px solid var(--welwhite-10);
  border-radius: 16px;
  padding: 28px;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.career-role-card:hover {
  border-color: var(--welbase-50);
  transform: translateY(-3px);
}

.career-role-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.career-role-title {
  font-size: var(--text-lg);
  font-weight: var(--weight-semibold);
  color: var(--welwhite);
  line-height: var(--leading-tight);
  margin-bottom: 8px;
}

.career-role-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.career-role-badge {
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.06em;
  color: var(--welbase);
  background: var(--welbase-08);
  border: 1px solid var(--welbase-15);
  border-radius: 999px;
  padding: 3px 10px;
}

.career-role-location {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: var(--text-xs);
  color: var(--welgray);
}

.career-role-location svg {
  width: 12px;
  height: 12px;
  stroke: var(--welgray);
}

.career-role-apply {
  font-size: var(--text-base);
  font-weight: var(--weight-semibold);
  color: var(--welbase);
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 0.2s ease;
}

.career-role-apply:hover {
  color: var(--welwhite);
}

.career-role-desc {
  font-size: var(--text-base);
  color: var(--welgray);
  line-height: var(--leading-relaxed);
  margin-bottom: 16px;
}

.career-role-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.career-skill-tag {
  font-size: var(--text-xs);
  color: var(--welgray);
  background: var(--welwhite-06);
  border: 1px solid var(--welwhite-10);
  border-radius: 999px;
  padding: 3px 10px;
}

/* Open note */
.career-open-note {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  background: var(--welwhite-04);
  border: 1px solid var(--welwhite-08);
  border-radius: 12px;
  font-size: var(--text-base);
  color: var(--welgray);
  line-height: var(--leading-relaxed);
}

.career-open-note svg {
  width: 18px;
  height: 18px;
  min-width: 18px;
  stroke: var(--welbase);
}

@media (max-width: 768px) {
  .career-roles-grid { grid-template-columns: 1fr; }
}

/* ---- Career no-roles state ---- */
.career-no-roles-wrap {
  max-width: 680px;
  margin: 0 auto;
}

.career-no-roles-card {
  background: var(--welwhite-04);
  border: 1px solid var(--welwhite-10);
  border-radius: 20px;
  padding: 48px 40px;
  text-align: center;
}

.career-no-roles-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--welbase-15);
  border: 1px solid var(--welbase-24);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  margin: 0 auto 24px;
}

.career-no-roles-icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--welbase);
}

.career-no-roles-title {
  font-size: var(--text-xl);
  font-weight: var(--weight-semibold);
  color: var(--welwhite);
  margin-bottom: 16px;
  line-height: var(--leading-tight);
}

.career-no-roles-text {
  font-size: var(--text-base);
  color: var(--welgray);
  line-height: var(--leading-relaxed);
  max-width: 520px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .career-no-roles-card { padding: 32px 24px; }
}

/* ---- Career CV file upload ---- */
.career-file-hint {
  font-size: var(--text-xs);
  color: var(--welgray);
  font-weight: var(--weight-normal);
  margin-left: 6px;
}

.career-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}

.career-file-upload {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1px dashed var(--welwhite-20);
  border-radius: 12px;
  background: var(--welwhite-04);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
  width: 100%;
}

.career-file-upload:hover {
  border-color: var(--welbase-50);
  background: var(--welbase-08);
}

.career-file-upload.has-file {
  border-color: var(--welbase-50);
  border-style: solid;
  background: var(--welbase-08);
}

.career-file-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 10px;
  background: var(--welbase-15);
  border: 1px solid var(--welbase-24);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
}

.career-file-icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--welbase);
}

.career-file-cta {
  display: block;
  font-size: var(--text-base);
  font-weight: var(--weight-semibold);
  color: var(--welwhite);
  margin-bottom: 2px;
}

.career-file-sub {
  display: block;
  font-size: var(--text-xs);
  color: var(--welgray);
}

.career-file-name {
  margin-left: auto;
  font-size: var(--text-xs);
  color: var(--welgray);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px;
}

.career-file-upload.has-file .career-file-name {
  color: var(--welbase);
}

/* ---- Testimonial page ---- */

/* Hero trust visual */
.testi-hero-visual {
  padding: 4px 4px 8px;
}

.testi-rating-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.testi-stars {
  display: flex;
  gap: 3px;
}

.testi-stars svg {
  width: 18px;
  height: 18px;
  color: #f59e0b;
  fill: #f59e0b;
}

.testi-rating-val {
  font-size: var(--text-xl);
  font-weight: var(--weight-bold);
  color: var(--welwhite);
}

.testi-rating-label {
  font-size: var(--text-xs);
  color: var(--welgray);
  margin-bottom: 12px;
}

.testi-divider {
  height: 1px;
  background: var(--welwhite-08);
  margin: 12px 0;
}

.testi-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.testi-stat {
  background: var(--welwhite-05);
  border: 1px solid var(--welwhite-08);
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}

.testi-stat-val {
  font-size: var(--text-lg);
  font-weight: var(--weight-bold);
  color: var(--welwhite);
  line-height: 1;
  margin-bottom: 4px;
  background: var(--wel-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.testi-stat-key {
  font-size: 10px;
  color: var(--welgray);
}

.testi-services-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.testi-service-tag {
  font-size: 10px;
  font-weight: var(--weight-semibold);
  color: var(--welbase);
  background: var(--welbase-08);
  border: 1px solid var(--welbase-15);
  border-radius: 999px;
  padding: 3px 10px;
}

/* Star ratings on cards */
.testi-card-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 10px;
}

.testi-card-stars svg {
  width: 14px;
  height: 14px;
  color: #f59e0b;
  fill: #f59e0b;
}

/* Service label on card */
.testi-service-label {
  margin-top: 12px;
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.06em;
  color: var(--welbase);
  background: var(--welbase-08);
  border: 1px solid var(--welbase-15);
  border-radius: 999px;
  padding: 3px 10px;
  display: inline-block;
}

/* ---- Footer ---- */
.footer-wrap {
  background-color: var(--welblack);
  border-top: 1px solid var(--welwhite-08);
}

/* Newsletter strip */
.footer-newsletter {
  border-bottom: 1px solid var(--welwhite-08);
  padding: 40px 0;
  background: linear-gradient(180deg, var(--welwhite-04) 0%, transparent 100%);
}

.footer-newsletter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.footer-newsletter-title {
  font-size: var(--text-xl);
  font-weight: var(--weight-semibold);
  color: var(--welwhite);
  margin-bottom: 6px;
}

.footer-newsletter-sub {
  font-size: var(--text-base);
  color: var(--welgray);
}

/* Main footer grid */
.footer-main {
  padding: 64px 0 48px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 48px;
}

.footer-brand-col {
  /* brand column */
}

.footer-about-text {
  font-size: var(--text-base);
  color: var(--welgray);
  line-height: var(--leading-relaxed);
  margin-bottom: 20px;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

/* Column titles */
.footer-col-title {
  font-size: var(--text-base);
  font-weight: var(--weight-semibold);
  color: var(--welwhite);
  margin-bottom: 18px;
  background: var(--wel-gradient-blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Footer links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links li a {
  font-size: var(--text-base);
  color: var(--welgray);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s ease, gap 0.2s ease;
}

.footer-links li a::before {
  content: '›';
  color: var(--welbase);
  font-size: var(--text-lg);
  line-height: 1;
  flex-shrink: 0;
}

.footer-links li a:hover {
  color: var(--welbase);
  gap: 12px;
}

/* Contact list */
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.footer-contact-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 8px;
  background: var(--welbase-15);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  margin-top: 1px;
}

.footer-contact-icon svg {
  width: 100%;
  height: 100%;
  fill: var(--welbase);
  stroke: var(--welbase);
}

.footer-contact-label {
  font-size: var(--text-xs);
  color: var(--welbase);
  font-weight: var(--weight-medium);
  letter-spacing: 0.04em;
  margin-bottom: 3px;
}

.footer-contact-val {
  font-size: var(--text-base);
  color: var(--welgray);
  line-height: var(--leading-normal);
}

.footer-contact-link {
  transition: color 0.2s ease;
}

.footer-contact-link:hover {
  color: var(--welbase);
}

/* Bottom bar */
.footer-bottom {
  border-top: 1px solid var(--welwhite-08);
  padding: 20px 0;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-copy {
  font-size: var(--text-base);
  color: var(--welgray);
  opacity: 0.6;
}

.footer-copy a {
  color: var(--welgray);
  transition: color 0.2s ease;
}

.footer-copy a:hover {
  color: var(--welbase);
}

.footer-tagline {
  font-size: var(--text-base);
  color: var(--welgray);
  opacity: 0.4;
}

/* Responsive */
@media (max-width: 1100px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-newsletter-inner { flex-direction: column; align-items: flex-start; }
  .footer-bottom-inner { flex-direction: column; align-items: flex-start; }
}

/* ---- Legal pages (Privacy Policy, Terms) ---- */
.legal-wrap {
  max-width: 820px;
}

.legal-intro {
  margin-bottom: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--welwhite-08);
}

.legal-sections {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.legal-section {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.legal-section-title {
  font-size: var(--text-xl);
  font-weight: var(--weight-semibold);
  color: var(--welwhite);
  line-height: var(--leading-tight);
  padding-bottom: 12px;
  border-bottom: 1px solid var(--welwhite-08);
}

.legal-sub-title {
  font-size: var(--text-base);
  font-weight: var(--weight-semibold);
  color: var(--welwhite);
  margin-top: 4px;
  margin-bottom: -4px;
}

.legal-section p {
  font-size: var(--text-base);
  color: var(--welgray);
  line-height: var(--leading-relaxed);
}

.legal-section p strong {
  color: var(--welwhite);
  font-weight: var(--weight-semibold);
}

.legal-section a {
  color: var(--welbase);
  transition: color 0.2s ease;
}

.legal-section a:hover {
  color: var(--welwhite);
}

.legal-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.legal-list li {
  font-size: var(--text-base);
  color: var(--welgray);
  line-height: var(--leading-relaxed);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.legal-list li::before {
  content: '–';
  color: var(--welbase);
  font-weight: var(--weight-semibold);
  flex-shrink: 0;
  margin-top: 1px;
}

.legal-list li strong {
  color: var(--welwhite);
  font-weight: var(--weight-semibold);
}

.legal-contact-block {
  background: var(--welwhite-04);
  border: 1px solid var(--welwhite-10);
  border-radius: 12px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.legal-contact-block p {
  margin: 0;
}

/* ---- 404 Page ---- */
.notfound-wrap {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0;
}

.notfound-code {
  font-size: 120px;
  font-weight: var(--weight-bold);
  line-height: 1;
  margin-bottom: 16px;
  background: var(--wel-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: var(--welfont-two);
}

.notfound-title {
  font-size: var(--text-3xl);
  font-weight: var(--weight-semibold);
  color: var(--welwhite);
  margin-bottom: 16px;
  line-height: var(--leading-tight);
}

.notfound-text {
  font-size: var(--text-base);
  color: var(--welgray);
  line-height: var(--leading-relaxed);
  margin-bottom: 36px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.notfound-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.notfound-links {
  padding-top: 36px;
  border-top: 1px solid var(--welwhite-08);
}

.notfound-links-label {
  font-size: var(--text-sm);
  color: var(--welgray);
  margin-bottom: 16px;
}

.notfound-links-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.notfound-links-grid a {
  font-size: var(--text-sm);
  font-weight: var(--weight-medium);
  color: var(--welgray);
  background: var(--welwhite-05);
  border: 1px solid var(--welwhite-10);
  border-radius: 999px;
  padding: 6px 16px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.notfound-links-grid a:hover {
  color: var(--welbase);
  border-color: var(--welbase-24);
}

@media (max-width: 600px) {
  .notfound-code { font-size: 80px; }
  .notfound-title { font-size: var(--text-2xl); }
}

/* ---- Stats Bar ---- */
.stats-bar {
  background: linear-gradient(180deg, var(--welwhite-06) 0%, var(--welwhite-04) 100%);
  border-top: 1px solid var(--welwhite-08);
  border-bottom: 1px solid var(--welwhite-08);
  padding: 0;
}

.stats-bar-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 0;
  flex-wrap: wrap;
  gap: 0;
}

.stats-bar-item {
  flex: 1;
  text-align: center;
  padding: 8px 16px;
}

.stats-bar-number {
  font-size: var(--text-4xl);
  font-weight: var(--weight-bold);
  color: var(--welwhite);
  line-height: 1;
  margin-bottom: 6px;
  font-family: var(--welfont);
}

.stats-bar-number span {
  font-size: var(--text-2xl);
  background: var(--wel-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: var(--weight-bold);
}

.stats-bar-label {
  font-size: var(--text-base);
  color: var(--welgray);
  font-weight: var(--weight-normal);
}

.stats-bar-divider {
  width: 1px;
  height: 48px;
  background: var(--welwhite-10);
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .stats-bar-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
  }
  .stats-bar-divider { display: none; }
  .stats-bar-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    border: 1px solid var(--welwhite-06);
    min-height: 190px;
  }
  .stats-bar-number { font-size: var(--text-3xl); }
}

/* ---- Testimonial card stars & service label ---- */
.testi-card-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 8px;
}

.testi-card-stars svg {
  width: 14px;
  height: 14px;
  color: #f59e0b;
}

.testi-service-label {
  margin-top: 10px;
  font-size: var(--text-xs);
  font-weight: var(--weight-medium);
  color: var(--welbase);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.testi-source-link {
  display: inline-flex;
  margin-top: 8px;
  font-size: var(--text-xs);
  color: var(--welgray);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.testi-source-link:hover {
  color: var(--welwhite);
}

.modal-open {
  overflow: hidden;
}

/* ---- Testimonial page stars ---- */
.testi-stars {
  display: flex;
  gap: 4px;
}

.testi-stars svg {
  width: 18px;
  height: 18px;
  color: #f59e0b;
}

.testi-rating-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.testi-rating-val {
  font-size: var(--text-2xl);
  font-weight: var(--weight-bold);
  color: var(--welwhite);
}

.testi-rating-label {
  font-size: var(--text-sm);
  color: var(--welgray);
  margin-bottom: 0;
}

.testi-divider {
  height: 1px;
  background: var(--welwhite-08);
  margin: 16px 0;
}

.testi-stats-row {
  display: flex;
  gap: 12px;
}

.testi-stat {
  flex: 1;
  text-align: center;
  background: var(--welwhite-05);
  border: 1px solid var(--welwhite-08);
  border-radius: 10px;
  padding: 10px 8px;
}

.testi-stat-val {
  font-size: var(--text-lg);
  font-weight: var(--weight-bold);
  color: var(--welwhite);
  line-height: 1;
}

.testi-stat-key {
  font-size: var(--text-xs);
  color: var(--welgray);
  margin-top: 4px;
}

.testi-services-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.testi-service-tag {
  font-size: var(--text-xs);
  font-weight: var(--weight-medium);
  color: var(--welwhite);
  background: var(--welwhite-06);
  border: 1px solid var(--welwhite-10);
  border-radius: 999px;
  padding: 4px 12px;
}

.testi-hero-visual {
  padding: 4px 4px 8px;
}

/* ---- Testimonial Card v2 ---- */
.testi-card-v2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
  padding: 28px 26px 22px;
  /* override old min-height from .testimonial-card */
}

.testi-v2-quote {
  font-size: var(--text-base);
  line-height: 1.75;
  color: var(--welwhite-88);
  margin: 0 0 24px;
  flex: 1;
}

.testi-v2-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--welwhite-08);
}

.testi-v2-avatar {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  background: var(--wel-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
  color: var(--welwhite);
  flex-shrink: 0;
}

.testi-v2-identity {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.testi-v2-name {
  font-size: var(--text-base);
  font-weight: var(--weight-semibold);
  color: var(--welwhite);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.testi-v2-service {
  font-size: var(--text-xs);
  color: var(--welgray);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.testi-v2-country {
  font-size: var(--text-xs);
  color: var(--welgray);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.testi-v2-stars {
  display: flex;
  gap: 2px;
  flex-shrink: 0;
}

.testi-v2-stars svg {
  width: 13px;
  height: 13px;
  color: #f59e0b;
}

@media (max-width: 600px) {
  .testi-card-v2 { min-height: auto; padding: 22px 18px 18px; }
  .testi-v2-quote { font-size: var(--text-base); margin-bottom: 18px; }
}
