/* ==========================================================================
   DIGITAL BEE — Master Unified Design System (Light Theme)
   "Build • Brand • Grow" | digitalbee.tech
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800;900&display=swap');

:root {
  --primary-color: #FFB800;
  --primary-hover: #E5A600;
  --primary-light: #FFF9EB;
  --primary-border: #FDE68A;

  --bg-white: #FFFFFF;
  --bg-light: #F9FAFB;
  --bg-subtle: #F3F4F6;
  --bg-muted: #F8FAFC;

  --text-dark: #111827;
  --text-body: #4B5563;
  --text-muted: #6B7280;
  --text-light: #9CA3AF;

  --border-color: #E5E7EB;
  --border-light: #F0F2F5;

  --card-bg: #FFFFFF;
  --card-border: #E5E7EB;

  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.08);
  --shadow-amber: 0 4px 16px rgba(255, 184, 0, 0.3);

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;

  --font-main: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --max-width: 1280px;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-main);
  background-color: var(--bg-white);
  color: var(--text-body);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--text-dark);
  font-weight: 700;
  line-height: 1.25;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul { list-style: none; }

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ==========================================================================
   BUTTONS (UNIFIED)
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: var(--radius-full);
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
  text-decoration: none;
  white-space: nowrap;
}

.btn-primary,
.btn-primary-pill {
  background: var(--primary-color);
  color: #000000;
  padding: 0.8rem 1.85rem;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(255, 184, 0, 0.3);
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
}
.btn-primary:hover,
.btn-primary-pill:hover {
  background: var(--primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 184, 0, 0.4);
  color: #000000;
}

.btn-sm {
  padding: 0.55rem 1.2rem;
  font-size: 0.85rem;
}

.btn-lg {
  padding: 0.85rem 2rem;
  font-size: 1rem;
}

.btn-outline-dark,
.btn-ghost-dark {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  color: var(--text-dark);
  padding: 0.75rem 1.75rem;
}
.btn-outline-dark:hover,
.btn-ghost-dark:hover {
  background: var(--bg-light);
  border-color: #D1D5DB;
  transform: translateY(-2px);
  color: var(--text-dark);
}

.btn-outline-amber {
  background: transparent;
  border: 2px solid var(--primary-color);
  color: #B45309;
  padding: 0.75rem 1.75rem;
}
.btn-outline-amber:hover {
  background: var(--primary-light);
  transform: translateY(-2px);
}

.btn-white-pill {
  background: #FFFFFF;
  color: #1F2937;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.8rem 1.8rem;
  border-radius: var(--radius-full);
  border: 1px solid #E5E7EB;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease;
}
.btn-white-pill:hover {
  background: #F9FAFB;
  border-color: #D1D5DB;
  transform: translateY(-2px);
}
.btn-white-pill i { color: var(--primary-color); }

.btn-ghost-white {
  background: rgba(255,255,255,0.1);
  border: 2px solid rgba(255,255,255,0.25);
  color: #FFFFFF;
  padding: 0.75rem 1.75rem;
}
.btn-ghost-white:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-2px);
  color: #FFFFFF;
}

.btn-header-quote {
  background: var(--primary-color);
  color: #000000;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.65rem 1.4rem;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(255, 184, 0, 0.25);
}
.btn-header-quote:hover {
  background: var(--primary-hover);
  transform: translateY(-1px);
  color: #000000;
}

/* Badges & Accents */
.badge-eyebrow,
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #D97706;
  background: #FEF3C7;
  padding: 6px 14px;
  border-radius: var(--radius-full);
}

.badge-main-work {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: var(--primary-color);
  color: #000000;
  padding: 3px 8px;
  border-radius: var(--radius-full);
}

.amber-text,
.highlight-yellow {
  color: var(--primary-color);
}

/* ==========================================================================
   HEADER / NAVBAR
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid #F0F2F5;
  transition: box-shadow 0.2s ease;
}
.site-header.scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  gap: 1.5rem;
}

.brand-logo {
  display: flex;
  align-items: center;
  transition: transform 0.25s ease;
}
.brand-logo:hover {
  transform: scale(1.04);
}
.brand-logo-img {
  height: 74px;
  width: auto;
  object-fit: contain;
  display: block;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-item { position: relative; }

.nav-link {
  font-size: 0.95rem;
  font-weight: 600;
  color: #374151;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0.5rem 0;
}
.nav-link:hover,
.nav-link.active {
  color: var(--primary-color);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  padding: 0.75rem;
  min-width: 270px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 100;
}

.nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.dropdown-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0.65rem 0.85rem;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  font-weight: 600;
  color: #374151;
}
.dropdown-link:hover {
  background: var(--primary-light);
  color: #111827;
}
.dropdown-link .icon {
  width: 30px;
  height: 30px;
  background: #F3F4F6;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: #4B5563;
}
.dropdown-link:hover .icon {
  background: var(--primary-color);
  color: #000000;
}
.dropdown-badge-flagship {
  margin-left: auto;
  font-size: 0.65rem;
  font-weight: 700;
  background: var(--primary-color);
  color: #000;
  padding: 2px 6px;
  border-radius: var(--radius-full);
}

.header-cta-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hamburger-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 38px;
  height: 38px;
  background: transparent;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 8px;
  cursor: pointer;
}
.hamburger-btn span {
  display: block;
  height: 2px;
  width: 100%;
  background: #111827;
  border-radius: 2px;
}

/* Mobile Drawer */
.mobile-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 1010;
}
.mobile-backdrop.open { display: block; }

.mobile-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100vh;
  width: min(300px, 80vw);
  background: #FFFFFF;
  z-index: 1020;
  padding: 5rem 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: right 0.3s ease;
  box-shadow: -10px 0 30px rgba(0,0,0,0.1);
}
.mobile-drawer.open { right: 0; }

.mobile-menu-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.mobile-menu-links a {
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #374151;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.mobile-menu-links a.active-mobile,
.mobile-menu-links a:hover {
  background: var(--primary-light);
  color: var(--primary-color);
}

/* ==========================================================================
   HOMEPAGE: HERO + 3D DEVICES
   ========================================================================== */
.hero-wrapper {
  padding-top: 126px;
  padding-bottom: 2rem;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 3.5rem;
  align-items: center;
}

.hero-text-col {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.hero-h1 {
  font-size: clamp(2.4rem, 4.2vw, 3.4rem);
  font-weight: 800;
  color: #111827;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.hero-p {
  font-size: 1.05rem;
  color: #4B5563;
  line-height: 1.65;
  max-width: 520px;
}

.hero-btn-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-trust-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #F3F4F6;
  margin-top: 0.5rem;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.trust-icon-box {
  width: 36px;
  height: 36px;
  background: #FFFBEB;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: #D97706;
  flex-shrink: 0;
}
.trust-text {
  font-size: 0.8rem;
  font-weight: 700;
  color: #1F2937;
  line-height: 1.25;
}

.hero-visual-col {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-mockup-img {
  width: 100%;
  max-width: 620px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.08));
}

/* ==========================================================================
   HOMEPAGE: FLOATING SERVICES STRIP (6 COLUMNS)
   ========================================================================== */
.services-strip-wrap {
  padding: 2.5rem 0 3.5rem;
}

.services-strip-card {
  background: #FFFFFF;
  border: 1px solid #EAECEF;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 1.75rem 1rem;
  gap: 0;
}

.strip-item {
  padding: 0 1.25rem;
  border-right: 1px solid #F0F2F5;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.strip-item:last-child { border-right: none; }
.strip-icon {
  font-size: 1.5rem;
  color: #111827;
  margin-bottom: 0.35rem;
}
.strip-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #111827;
}
.strip-desc {
  font-size: 0.78rem;
  color: #6B7280;
  line-height: 1.5;
}

/* ==========================================================================
   HOMEPAGE: RECENT WORK (4 CARDS)
   ========================================================================== */
.recent-work-section {
  padding: 3rem 0 5rem;
  background: #FFFFFF;
}

.recent-work-header {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}

.work-eyebrow {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FFB800;
}

.work-h2 {
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  font-weight: 800;
  color: #111827;
}

.work-filter-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 2.5rem;
}

.filter-btn-pill {
  font-family: var(--font-main);
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.45rem 1.2rem;
  border-radius: var(--radius-full);
  border: none;
  background: transparent;
  color: #4B5563;
  cursor: pointer;
}
.filter-btn-pill.active {
  background: var(--primary-color);
  color: #000000;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(255, 184, 0, 0.3);
}

.work-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.work-card-item {
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 380px;
}
.work-card-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.work-card-item.dark-card {
  background: #111625;
  color: #FFFFFF;
}
.work-card-item.dark-card .card-heading { color: #FFFFFF; }
.work-card-item.dark-card .card-sub { color: #9CA3AF; }

.work-card-item.light-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  color: #111827;
}
.work-card-item.light-card .card-heading { color: #111827; }
.work-card-item.light-card .card-sub { color: #6B7280; }

.card-top-content {
  padding: 1.5rem 1.4rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.card-heading {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.25;
}
.card-sub {
  font-size: 0.8rem;
  font-weight: 500;
}
.card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--primary-color);
  font-size: 0.82rem;
  font-weight: 700;
  margin-top: 0.5rem;
}

.card-bottom-visual {
  margin-top: auto;
  padding: 0.8rem 1.2rem 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 220px;
  overflow: hidden;
}
.card-phone-mockup {
  width: 82%;
  height: auto;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  transform: translateY(10px);
  transition: transform 0.3s ease;
}
.work-card-item:hover .card-phone-mockup { transform: translateY(0); }

.card-web-mockup {
  width: 90%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 8px 8px 0 0;
  border: 1px solid #E5E7EB;
  border-bottom: none;
}

.card-metrics-box {
  width: 90%;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 10px 10px 0 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.stat-row-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stat-metric-label {
  font-size: 0.75rem;
  color: #6B7280;
  font-weight: 500;
}
.stat-metric-num {
  font-size: 1.15rem;
  font-weight: 800;
  color: #111827;
}
.stat-metric-badge {
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
}
.stat-metric-badge.green {
  background: #ECFDF5;
  color: #059669;
}
.metric-chart-wave {
  height: 38px;
  width: 100%;
}

/* ==========================================================================
   SERVICE PAGES: HERO & HEADER
   ========================================================================== */
.service-hero-wrap {
  padding-top: 110px;
  padding-bottom: 4rem;
  background: #FFFFFF;
  border-bottom: 1px solid var(--border-light);
}

.service-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.service-hero-text {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.service-hero-h1 {
  font-size: clamp(2.2rem, 3.8vw, 3rem);
  font-weight: 800;
  color: #111827;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.service-hero-p {
  font-size: 1.05rem;
  color: #4B5563;
  line-height: 1.7;
  max-width: 520px;
}

.service-hero-stats {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
  padding-top: 0.5rem;
}
.sh-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sh-stat-num {
  font-size: 1.9rem;
  font-weight: 900;
  color: var(--primary-color);
  line-height: 1;
}
.sh-stat-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #6B7280;
}

.service-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.sh-vis-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  box-shadow: var(--shadow-sm);
  transition: all 0.2s ease;
}
.sh-vis-card:hover {
  border-color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.sh-vis-icon {
  width: 38px;
  height: 38px;
  background: #FFFBEB;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #D97706;
}
.sh-vis-card h4 {
  font-size: 0.95rem;
  font-weight: 800;
  color: #111827;
}
.sh-vis-card p {
  font-size: 0.82rem;
  color: #6B7280;
  line-height: 1.5;
}

/* ==========================================================================
   SERVICE PAGES: CAPABILITIES GRID
   ========================================================================== */
.site-section {
  padding: 5rem 0;
}
.site-section.dark,
.site-section.darker,
.section-light-bg {
  background: #F9FAFB;
}
.site-section.white,
.section-white-bg {
  background: #FFFFFF;
}

.section-header-center {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.section-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: #111827;
}

.section-title-large {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: #111827;
}

.section-body-text {
  font-size: 1rem;
  color: #6B7280;
  line-height: 1.65;
  max-width: 600px;
}

.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

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

@media (max-width: 640px) {
  .capabilities-grid {
    grid-template-columns: 1fr;
  }
}

.cap-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  box-shadow: var(--shadow-sm);
  transition: all 0.2s ease;
}
.cap-card:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.cap-icon {
  width: 48px;
  height: 48px;
  background: #FFFBEB;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #D97706;
}
.cap-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #111827;
}
.cap-card p {
  font-size: 0.9rem;
  color: #4B5563;
  line-height: 1.65;
}

/* ==========================================================================
   SERVICE PAGES: ESTIMATOR
   ========================================================================== */
.estimator-section {
  padding: 5.5rem 0;
  background: #F9FAFB;
}

.estimator-box {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  box-shadow: var(--shadow-md);
  max-width: 850px;
  margin: 2rem auto 0;
}

.estimator-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.estimator-label {
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #111827;
}
.estimator-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.est-option {
  font-family: var(--font-main);
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.55rem 1.2rem;
  border-radius: var(--radius-full);
  border: 1px solid #D1D5DB;
  background: #FFFFFF;
  color: #4B5563;
  cursor: pointer;
  transition: all 0.2s ease;
}
.est-option:hover {
  border-color: var(--primary-color);
  color: #111827;
  background: #FFFBEB;
}
.est-option.active,
.est-option.selected {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #000000;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(255, 184, 0, 0.3);
}

.estimator-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  background: #F9FAFB;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.est-result-label {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6B7280;
  margin-bottom: 4px;
}
.est-result-value {
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--primary-color);
}

/* ==========================================================================
   PORTFOLIO PAGE (GRID & CARDS)
   ========================================================================== */
.portfolio-full-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.portfolio-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: all 0.25s ease;
}
.portfolio-card:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}
.portfolio-card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.portfolio-card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex: 1;
}
.pc-category {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #D97706;
  background: #FEF3C7;
  padding: 3px 10px;
  border-radius: var(--radius-full);
  width: fit-content;
}
.pc-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #111827;
  line-height: 1.3;
}
.pc-desc {
  font-size: 0.88rem;
  color: #4B5563;
  line-height: 1.6;
  flex: 1;
}
.pc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 0.75rem;
}
.pc-tag {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--radius-full);
  background: #F3F4F6;
  color: #4B5563;
}

/* ==========================================================================
   ABOUT & CONTACT PAGE
   ========================================================================== */
.about-values-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.value-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  box-shadow: var(--shadow-sm);
}
.value-icon {
  width: 42px;
  height: 42px;
  background: #FFFBEB;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #D97706;
}
.value-card h3 {
  font-size: 1rem;
  font-weight: 800;
  color: #111827;
}
.value-card p {
  font-size: 0.85rem;
  color: #4B5563;
  line-height: 1.6;
}

.contact-form-wrap {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: var(--shadow-md);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
}
.form-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
}
.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid #D1D5DB;
  border-radius: 10px;
  background: #FFFFFF;
  font-family: var(--font-main);
  font-size: 0.9rem;
  color: #111827;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(255, 184, 0, 0.2);
}
.form-textarea { resize: vertical; min-height: 120px; }

.contact-info-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  padding: 1.25rem 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  box-shadow: var(--shadow-sm);
}
.contact-card-icon {
  width: 44px;
  height: 44px;
  background: #FFFBEB;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #D97706;
  flex-shrink: 0;
}
.contact-card-label {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6B7280;
}
.contact-card-value {
  font-size: 1rem;
  font-weight: 800;
  color: #111827;
  margin: 2px 0;
}
.contact-card-value a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
}
.contact-card-value a:hover {
  opacity: 0.85;
}
.contact-card-sub {
  font-size: 0.8rem;
  color: #6B7280;
}

/* ==========================================================================
   PROCESS TIMELINE & WHY US (ALL PAGES)
   ========================================================================== */
.timeline-container {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 2rem;
  position: relative;
}
.timeline-container::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--primary-color), #E5E7EB);
}
.timeline-step {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  gap: 2rem;
  align-items: center;
  padding: 2rem 0;
  position: relative;
}
.step-content {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
}
.step-label {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--primary-color);
  margin-bottom: 0.35rem;
}
.step-content h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 0.5rem;
}
.step-content p {
  font-size: 0.9rem;
  color: #4B5563;
  line-height: 1.6;
}
.step-circle {
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 800;
  color: #000000;
  box-shadow: 0 4px 14px rgba(255, 184, 0, 0.4);
  z-index: 1;
  justify-self: center;
}

/* Why Us Section */
.why-us-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.why-left {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.stats-row {
  display: flex;
  gap: 2.5rem;
  margin: 0.5rem 0;
}
.stat-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.stat-number {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--primary-color);
  line-height: 1;
}
.stat-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #4B5563;
}
.why-right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.why-feature-row {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.25rem;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
}
.why-icon {
  width: 40px;
  height: 40px;
  background: #FFFBEB;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #D97706;
  flex-shrink: 0;
}
.why-feature-text h4 {
  font-size: 0.95rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 0.2rem;
}
.why-feature-text p {
  font-size: 0.85rem;
  color: #4B5563;
  line-height: 1.5;
}

/* FAQ */
#faq-section,
.faq-section {
  padding: 5.5rem 0 6.5rem;
  position: relative;
}
.faq-box-wrap {
  max-width: 820px;
  margin: 2.5rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.faq-item {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.faq-item.active { border-color: var(--primary-color); }
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.2rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-main);
  font-size: 0.95rem;
  font-weight: 700;
  color: #111827;
  text-align: left;
}
.faq-question i.fa-plus {
  font-size: 0.85rem;
  color: #9CA3AF;
  transition: transform 0.2s ease;
}
.faq-item.active .faq-question i.fa-plus {
  transform: rotate(45deg);
  color: var(--primary-color);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq-item.active .faq-answer { max-height: 350px; }
.faq-answer p {
  padding: 0 1.5rem 1.25rem;
  font-size: 0.9rem;
  color: #4B5563;
  line-height: 1.6;
}

/* CTA Banners */
.cta-banner-section,
.cta-glow-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #111827 0%, #1F2937 100%);
  color: #FFFFFF;
}
.cta-banner-content,
.cta-glow-content {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.cta-bee-deco {
  width: 54px;
  height: 54px;
  background: rgba(255, 184, 0, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--primary-color);
}
.cta-h2,
.cta-glow-h2 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.2;
}
.cta-h2 span,
.cta-glow-h2 span { color: var(--primary-color); }
.cta-p,
.cta-glow-sub {
  font-size: 1rem;
  color: #9CA3AF;
  line-height: 1.6;
}
.cta-btn-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.cta-trust-line {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255,255,255,0.4);
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Site Footer */
.site-footer-official {
  background: #0B1120;
  color: #94A3B8;
  padding: 4.5rem 0 0;
}
.footer-top {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 4rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand-area {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-brand-logo {
  display: inline-flex;
  align-items: center;
  background: #FFFFFF;
  padding: 6px 12px;
  border-radius: 10px;
  width: fit-content;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.footer-brand-logo img {
  height: 48px;
  width: auto;
  display: block;
}
.footer-tagline {
  font-size: 0.88rem;
  line-height: 1.7;
  color: #94A3B8;
}
.footer-social-row {
  display: flex;
  gap: 0.6rem;
}
.footer-social-btn {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: #CBD5E1;
}
.footer-social-btn:hover {
  background: var(--primary-color);
  color: #000000;
  border-color: var(--primary-color);
}
.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.footer-col-title {
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.footer-official-links {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.footer-official-links li a {
  font-size: 0.88rem;
  color: #94A3B8;
}
.footer-official-links li a:hover,
.footer-official-links li a.footer-featured-link {
  color: var(--primary-color);
}
.footer-contact-items {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.footer-contact-items li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.88rem;
  color: #94A3B8;
}
.footer-contact-items li i {
  color: var(--primary-color);
  margin-top: 3px;
}
.footer-contact-items li a:hover { color: var(--primary-color); }

.footer-official-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  font-size: 0.82rem;
  color: #64748B;
}

/* ==========================================================================
   SERVICE HERO: 3D FLOATING SCENE (FLOATING LAPTOP, MOBILE & LOGOS)
   ========================================================================== */
.service-3d-scene {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 480px;
  background: radial-gradient(circle at 50% 50%, rgba(255, 184, 0, 0.08) 0%, rgba(240, 246, 255, 0.04) 50%, rgba(255, 255, 255, 0) 75%);
  border-radius: 24px;
  overflow: visible !important;
}

.service-3d-graphic-wrap {
  position: relative;
  width: 100%;
  max-width: 580px;
  animation: floatSlow 6s ease-in-out infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes floatSlow {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
  }
}

.service-3d-main-img {
  width: 100%;
  max-height: 460px;
  object-fit: contain;
  transform: scale(1.08);
  filter: drop-shadow(0 22px 42px rgba(0, 0, 0, 0.12));
  transition: transform 0.4s ease;
  display: block;
}

.service-3d-main-img:hover {
  transform: scale(1.12);
}

/* Floating Glassmorphic 3D Badges ("Hawa me floating badges") */
.floating-badge {
  position: absolute;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.95);
  padding: 0.7rem 1.15rem;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 50 !important;
  white-space: nowrap;
  pointer-events: auto;
}

.floating-badge.badge-top-left {
  top: -12px;
  left: -15px;
  animation: floatBadgeTop 5s ease-in-out infinite;
}

.floating-badge.badge-bottom-right {
  bottom: -15px;
  right: -15px;
  animation: floatBadgeBottom 5.5s ease-in-out infinite;
}

.floating-badge.badge-bottom-left {
  bottom: -12px;
  left: -10px;
  animation: floatBadgeBottom 6s ease-in-out infinite;
}

@media (max-width: 768px) {
  .floating-badge.badge-top-left {
    top: 5px;
    left: 10px;
  }
  .floating-badge.badge-bottom-right {
    bottom: 5px;
    right: 10px;
  }
}

@keyframes floatBadgeTop {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

@keyframes floatBadgeBottom {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(10px); }
}

.badge-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.badge-icon.amber { background: #FFFBEB; color: #D97706; }
.badge-icon.blue  { background: #EFF6FF; color: #2563EB; }
.badge-icon.green { background: #ECFDF5; color: #059669; }
.badge-icon.purple{ background: #F5F3FF; color: #7C3AED; }
.badge-icon.red   { background: #FEF2F2; color: #DC2626; }

.badge-info-title {
  font-size: 0.72rem;
  font-weight: 600;
  color: #6B7280;
  line-height: 1.2;
}

.badge-info-value {
  font-size: 0.92rem;
  font-weight: 800;
  color: #111827;
  line-height: 1.2;
}

/* Secondary Feature Pills Strip Under Hero */
.service-tech-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-light);
}

.tech-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.45rem 1rem;
  background: var(--bg-light);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 700;
  color: #374151;
}
.tech-pill i {
  color: var(--primary-color);
}

/* Floating Action Buttons (Fixed Positioning & No Page-Ending Gap) */
.floating-action-btns {
  position: fixed !important;
  bottom: 2rem !important;
  right: 2rem !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.75rem !important;
  z-index: 9999 !important;
}

.btn-scroll-top,
.scroll-top-btn {
  position: fixed !important;
  bottom: 5.5rem !important;
  right: 2rem !important;
  width: 48px;
  height: 48px;
  background: var(--primary-color);
  color: #000000;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(255, 184, 0, 0.4);
  transition: all 0.2s ease;
  z-index: 9999 !important;
}
.btn-scroll-top:hover,
.scroll-top-btn:hover {
  transform: translateY(-2px);
  background: var(--primary-hover);
}

.btn-whatsapp-float,
.whatsapp-float-btn {
  position: fixed !important;
  bottom: 2rem !important;
  right: 2rem !important;
  width: 48px;
  height: 48px;
  background: #25D366;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  transition: all 0.2s ease;
  z-index: 9999 !important;
}
.btn-whatsapp-float:hover,
.whatsapp-float-btn:hover {
  transform: translateY(-2px) scale(1.05);
  color: #FFFFFF;
}

.floating-action-btns .btn-scroll-top,
.floating-action-btns .scroll-top-btn,
.floating-action-btns .btn-whatsapp-float,
.floating-action-btns .whatsapp-float-btn {
  position: static !important;
}

/* ==========================================================================
   META & GOOGLE ADS EXPANDED SECTIONS
   ========================================================================== */
.ads-highlight-banner {
  background: linear-gradient(135deg, #111827 0%, #1F2937 100%);
  border: 1px solid #374151;
  border-radius: 20px;
  padding: 3rem 2.5rem;
  margin: 3.5rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 2.5rem;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
  position: relative;
  overflow: hidden;
}
.ads-highlight-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.18), transparent 70%);
  pointer-events: none;
}
.ads-banner-left .banner-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.9rem;
  background: rgba(245, 158, 11, 0.15);
  border: 1px solid rgba(245, 158, 11, 0.35);
  color: #FBBF24;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.ads-banner-left h3 {
  font-size: 2.2rem;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1.15;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}
.ads-banner-left p {
  color: #D1D5DB;
  font-size: 1.05rem;
  line-height: 1.6;
}
.ads-banner-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.banner-metric-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.25rem;
  border-radius: 14px;
  text-align: center;
}
.banner-metric-val {
  font-size: 2rem;
  font-weight: 900;
  color: #F59E0B;
  display: block;
  margin-bottom: 0.25rem;
}
.banner-metric-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #9CA3AF;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* 5 Pillars Grid */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.pillar-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  padding: 2rem 1.75rem;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  display: flex;
  flex-direction: column;
}
.pillar-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  border-color: #F59E0B;
}
.pillar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.pillar-num {
  font-size: 0.85rem;
  font-weight: 800;
  color: #D97706;
  background: #FFFBEB;
  padding: 0.25rem 0.65rem;
  border-radius: 6px;
  border: 1px solid #FDE68A;
}
.pillar-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #111827, #1F2937);
  color: #F59E0B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}
.pillar-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 0.65rem;
}
.pillar-card p {
  font-size: 0.92rem;
  color: #4B5563;
  line-height: 1.6;
  flex-grow: 1;
}
.pillar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px dashed #E5E7EB;
}
.pillar-tag {
  font-size: 0.75rem;
  font-weight: 600;
  background: #F3F4F6;
  color: #374151;
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
}

/* Funnel 3-Stage Cards */
.funnel-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.funnel-stage-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  padding: 2rem 1.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.funnel-badge-tofu { background: #EFF6FF; color: #2563EB; border: 1px solid #BFDBFE; }
.funnel-badge-mofu { background: #F5F3FF; color: #7C3AED; border: 1px solid #DDD6FE; }
.funnel-badge-bofu { background: #FFFBEB; color: #D97706; border: 1px solid #FDE68A; }
.funnel-badge {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}
.funnel-stage-card h3 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 0.75rem;
}
.funnel-stage-card p {
  font-size: 0.92rem;
  color: #4B5563;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
.funnel-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.funnel-features-list li {
  font-size: 0.88rem;
  color: #374151;
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  line-height: 1.45;
}
.funnel-features-list li i {
  color: #10B981;
  margin-top: 0.2rem;
  font-size: 0.85rem;
}

/* Comparison Matrix Table */
.matrix-table-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  margin-top: 2.5rem;
}
.matrix-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.matrix-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  min-width: 680px;
}
.matrix-table th {
  background: #111827;
  color: #FFFFFF;
  padding: 1.1rem 1.4rem;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.matrix-table th.highlight-col {
  background: #1F2937;
  color: #F59E0B;
  border-left: 2px solid #F59E0B;
}
.matrix-table td {
  padding: 1.1rem 1.4rem;
  font-size: 0.9rem;
  color: #374151;
  border-bottom: 1px solid #F3F4F6;
  line-height: 1.5;
}
.matrix-table tr:hover td {
  background: #F9FAFB;
}
.matrix-table td.dim-label {
  font-weight: 700;
  color: #111827;
  background: #FAFAFA;
}
.matrix-table td.highlight-cell {
  background: #FFFBEB;
  font-weight: 700;
  color: #92400E;
  border-left: 2px solid #F59E0B;
}

@media (max-width: 900px) {
  .ads-highlight-banner {
    grid-template-columns: 1fr;
    padding: 2rem 1.5rem;
  }
  .funnel-flow-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES
   ========================================================================== */
@media (max-width: 1100px) {
  .hero-grid,
  .service-hero-grid,
  .why-us-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .services-strip-card {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 0;
  }
  .strip-item:nth-child(3) { border-right: none; }
  .work-cards-grid { grid-template-columns: repeat(2, 1fr); }
  .portfolio-full-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .header-container {
    height: 72px;
  }
  .brand-logo-img {
    height: 54px;
  }
  .navbar-nav { display: none; }
  .hamburger-btn { display: flex; }

  .hero-wrapper,
  .service-hero-wrap {
    padding-top: 96px;
  }
  .hero-h1,
  .service-hero-h1 {
    font-size: 2.1rem;
  }
  .hero-trust-bar {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

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

  .services-strip-card {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 0;
  }
  .strip-item {
    border-right: none;
    border-bottom: 1px solid #F0F2F5;
    padding-bottom: 1rem;
  }

  .work-cards-grid { grid-template-columns: 1fr; }
  .portfolio-full-grid { grid-template-columns: 1fr; }

  .timeline-container::before { display: none; }
  .timeline-step {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .step-circle { display: none; }

  .why-us-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .stats-row { flex-wrap: wrap; gap: 1.5rem; }

  .form-row { grid-template-columns: 1fr; }
  .about-values-grid { grid-template-columns: 1fr; }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .footer-links-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .services-strip-card { grid-template-columns: 1fr; }
  .hero-trust-bar { grid-template-columns: 1fr; }
  .estimator-box { padding: 1.5rem; }
}
