/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

:root {
  /* Brand — SB Blue / SB Pink / SB Purple */
  --smart-blue: #3d8bff;
  --smart-blue-hover: #2568e6;
  --smart-blue-soft: #8eb9ff;
  --smart-pink: #ff6b6b;
  --smart-purple: #74526c;
  --smart-purple-muted: #a891a4;

  --smart-black: #131313;
  --smart-white: #ffffff;
  --smart-cream: #fafaf7;
  --smart-muted: #2a2a2a;
  --smart-border: rgba(19, 19, 19, 0.12);
}

@font-face {
  font-family: 'NeueMontreal';
  src: url('assets/fonts/NeueMontrealBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/Inter18ptRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.display-title, .section-title, .metric-number, .metric-card-number, .step-number {
  font-family: 'NeueMontreal', 'Inter', system-ui, sans-serif;
}

/* Helpers */
.text-blue { color: var(--smart-blue) !important; }
.text-black { color: var(--smart-black) !important; }

/* Hero headline accent — uses full brand spectrum */
.hero-section .display-title .text-blue {
  background: linear-gradient(
    135deg,
    var(--smart-blue) 0%,
    var(--smart-pink) 52%,
    var(--smart-purple) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}
.text-muted-custom { color: var(--smart-muted) !important; }
.text-white-75 { color: rgba(255, 255, 255, 0.75) !important; }
.background-white { background-color: var(--smart-white) !important; }
.background-black { background-color: var(--smart-black) !important; }
.background-cream { background-color: var(--smart-cream) !important; }
.border-soft { border: 1px solid var(--smart-border) !important; border-radius: 0.375rem; }
.border-soft-bottom { border-bottom: 1px solid var(--smart-border) !important; }
.border-soft-top { border-top: 1px solid var(--smart-border) !important; }
.section-space { padding-top: 5rem; padding-bottom: 5rem; }
.section-space-lg { padding-top: 7rem; padding-bottom: 7rem; }

.eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.display-title {
  font-size: clamp(2.1rem, 4.8vw, 4.25rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.hero-sub {
  max-width: 35rem;
}

.hero-text-link {
  color: var(--smart-black);
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1.5px solid var(--smart-black);
  padding-bottom: 0.15rem;
}

.hero-text-link:hover,
.hero-text-link:focus {
  color: var(--smart-blue);
  border-color: var(--smart-blue);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  color: #8a8a8a;
  font-size: 0.95rem;
}

.hero-visual-col {
  display: flex;
  justify-content: center;
}

.hero-graphic {
  position: relative;
  width: min(100%, 380px);
  aspect-ratio: 1 / 1;
}

.hero-pattern-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  opacity: 0.22;
  background-color: #efefef;
  background-image:
    radial-gradient(circle at 14% 14%, #d9d9d9 0 8%, transparent 8.5%),
    radial-gradient(circle at 30% 14%, #d9d9d9 0 8%, transparent 8.5%),
    radial-gradient(circle at 47% 14%, #d9d9d9 0 8%, transparent 8.5%),
    radial-gradient(circle at 64% 14%, #d9d9d9 0 8%, transparent 8.5%),
    radial-gradient(circle at 81% 14%, #d9d9d9 0 8%, transparent 8.5%),
    radial-gradient(circle at 14% 31%, #d9d9d9 0 8%, transparent 8.5%),
    radial-gradient(circle at 30% 31%, #d9d9d9 0 8%, transparent 8.5%),
    radial-gradient(circle at 47% 31%, #d9d9d9 0 8%, transparent 8.5%),
    radial-gradient(circle at 64% 31%, #d9d9d9 0 8%, transparent 8.5%),
    radial-gradient(circle at 81% 31%, #d9d9d9 0 8%, transparent 8.5%),
    radial-gradient(circle at 14% 48%, #d9d9d9 0 8%, transparent 8.5%),
    radial-gradient(circle at 30% 48%, #d9d9d9 0 8%, transparent 8.5%),
    radial-gradient(circle at 47% 48%, #d9d9d9 0 8%, transparent 8.5%),
    radial-gradient(circle at 64% 48%, #d9d9d9 0 8%, transparent 8.5%),
    radial-gradient(circle at 81% 48%, #d9d9d9 0 8%, transparent 8.5%),
    radial-gradient(circle at 14% 65%, #d9d9d9 0 8%, transparent 8.5%),
    radial-gradient(circle at 30% 65%, #d9d9d9 0 8%, transparent 8.5%),
    radial-gradient(circle at 47% 65%, #d9d9d9 0 8%, transparent 8.5%),
    radial-gradient(circle at 64% 65%, #d9d9d9 0 8%, transparent 8.5%),
    radial-gradient(circle at 81% 65%, #d9d9d9 0 8%, transparent 8.5%),
    radial-gradient(circle at 14% 82%, #d9d9d9 0 8%, transparent 8.5%),
    radial-gradient(circle at 30% 82%, #d9d9d9 0 8%, transparent 8.5%),
    radial-gradient(circle at 47% 82%, #d9d9d9 0 8%, transparent 8.5%),
    radial-gradient(circle at 64% 82%, #d9d9d9 0 8%, transparent 8.5%),
    radial-gradient(circle at 81% 82%, #d9d9d9 0 8%, transparent 8.5%);
}

.hero-metric {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.hero-metric-label {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8a8a8a;
  font-size: 0.86rem;
  margin-top: 0.4rem;
  line-height: 1.25;
}

/* Portfolio marquee section */
.portfolio-marquee-section {
  padding: 2.25rem 0 3rem;
  overflow: hidden;
}

.portfolio-marquee-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.portfolio-marquee {
  display: flex;
  width: max-content;
  gap: 1.25rem;
  will-change: transform;
}

.portfolio-marquee-top {
  animation: portfolio-marquee-left 60s linear infinite;
}

.portfolio-marquee-bottom {
  margin-left: -180px;
  animation: portfolio-marquee-right 66s linear infinite;
}

.portfolio-marquee-track {
  display: flex;
  gap: 1.25rem;
}

.portfolio-marquee-item {
  width: clamp(260px, 30vw, 360px);
  /* Match source assets (1390×952) so previews are not cropped */
  aspect-ratio: 1390 / 952;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(19, 19, 19, 0.16);
  background: #fff;
}

.portfolio-marquee-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@keyframes portfolio-marquee-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes portfolio-marquee-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.section-title {
  font-size: clamp(1.85rem, 3.2vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.metric-number {
  font-size: clamp(2.8rem, 8vw, 5.75rem);
  font-weight: 700;
  line-height: 1;
}

.metric-card-number {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
}

.step-number {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.text-link-blue {
  color: var(--smart-blue);
  font-weight: 600;
  text-decoration: none;
  text-underline-offset: 0.2em;
}

.text-link-blue:hover,
.text-link-blue:focus {
  color: var(--smart-blue-hover);
}

/* Three doors section (mockup match) */
.doors-header {
  margin-bottom: 4rem;
}

.doors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--smart-black);
}

.door {
  display: flex;
  flex-direction: column;
  padding: 3rem 2.5rem 3.25rem;
  border-right: 1px solid var(--smart-black);
  transition: all .5s;
}

.door:last-child {
  border-right: none;
}

.door:hover {
  background: rgba(19, 19, 19, 0.03);
  transition: all .5s;
}

.door:hover .door-num {
  color: var(--smart-black);
  opacity: initial;
  transition: all .5s;
}

@media (prefers-reduced-motion: reduce) {
  .door {
    transition-duration: 0.01ms;
  }
}

.door-num {
  font-family: 'NeueMontreal', 'Inter', system-ui, sans-serif;
  font-weight: 700;
  font-size: 7.5rem;
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--smart-black);
  margin-bottom: 2rem;
  opacity: 0.16;
}

.door-label {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.door p {
  color: var(--smart-muted);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.door .text-link-blue {
  margin-top: auto;
}

/* Why smartboost section (mockup match) */
.why-header {
  max-width: 44rem;
  margin-bottom: 4.5rem;
}

.why-header .text-muted-custom {
  font-size: 1.125rem;
  line-height: 1.55;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

.pillar {
  padding: 3rem;
  border: 1px solid var(--smart-border);
}

.pillar-label {
  display: inline-block;
  background-color: var(--smart-blue);
  padding: 6px 15px;
  border-radius: 5px;
  color: var(--smart-white);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.pillar h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 0.75rem;
}

.pillar p {
  color: var(--smart-muted);
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 0;
}

/* How section (mockup match) */
.how-header {
  margin-bottom: 4.5rem;
  max-width: 38rem;
}

.how-header .text-muted-custom {
  font-size: 18px;
  line-height: 1.55;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--smart-border);
}

.step {
  padding: 3rem 2.5rem;
  border-right: 1px solid var(--smart-border);
}

.step:last-child {
  border-right: none;
}

.step-num {
  font-family: 'NeueMontreal', 'Inter', system-ui, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--smart-black);
  opacity: 0.18;
  margin-bottom: 1.5rem;
}

.step h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 0.625rem;
  line-height: 1.2;
}

.step p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--smart-muted);
  margin: 0;
}

.how-cta {
  margin-top: 4rem;
  text-align: center;
}

/* Proof section (mockup match) */
.proof-header {
  margin-bottom: 4.5rem;
}

.case-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--smart-black);
  margin-bottom: 4.5rem;
}

.case-tile {
  display: flex;
  flex-direction: column;
  padding: 3rem 2.5rem;
  border-right: 1px solid var(--smart-black);
}

.case-tile:last-child {
  border-right: none;
}

.tile-metric {
  font-family: 'NeueMontreal', 'Inter', system-ui, sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 1rem;
}

/* ~48px at 88px title size; scales with .tile-metric in responsive rules */
.tile-metric .unit {
  font-size: 0.545em;
  margin-left: 0.12em;
  vertical-align: baseline;
}

.tile-metric--count .tile-metric__value {
  font-variant-numeric: tabular-nums;
}

.tile-metric__prefix {
  margin-right: 0.08em;
}

.tile-metric--rank {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.tile-metric__rank-label {
  margin-right: 0.06em;
}

.tile-metric__rank-hash {
  font-size: 48px;
  margin-right: 0.06em;
}

.tile-metric--rank .tile-metric__value {
  font-size: 48px;
  margin-left: 0.06em;
  vertical-align: baseline;
}

.how-intro {
  max-width: 500px;
}

.tile-client {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--smart-blue);
  margin-bottom: 0.625rem;
  font-weight: 500;
}

.tile-context {
  font-size: 15px;
  line-height: 1.6;
  color: var(--smart-muted);
  margin-bottom: 1.25rem;
}

.case-tile .text-link-blue {
  margin-top: auto;
}

.proof-testimonial {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: 0 2.5rem;
}

.testimonial-quote {
  font-style: italic;
  font-size: 22px;
  line-height: 1.55;
  color: var(--smart-black);
  margin-bottom: 1.5rem;
}

.testimonial-attr {
  font-size: 14px;
  color: #888;
}

.testimonial-attr strong {
  color: var(--smart-black);
}

/* Testimonial fade carousel */
.testimonial-carousel {
  /* No controls or indicators — pure auto-advance fade */
}

.testimonial-carousel .carousel-inner {
  /* Keep the container tall enough during fade so layout doesn't jump.
     The active item is in normal flow; inactive items are position:absolute.
     Using a min-height prevents collapse on short quotes. */
  min-height: 140px;
}

.testimonial-carousel .carousel-item {
  transition: opacity 1.6s ease-in-out !important;
  /* Align absolutely-positioned inactive items to the same top edge */
  top: 0;
}

.testimonial-carousel .carousel-item .testimonial-quote {
  margin-bottom: 1.5rem;
}

@media (max-width: 575.98px) {
  .testimonial-carousel .carousel-inner {
    min-height: 180px;
  }
}

/* Case study single */
.case-study-single {
  min-height: 50vh;
}

.case-study-intro {
  max-width: 760px;
  font-size: 1.125rem;
  line-height: 1.6;
}

.case-study-client-logo {
  max-height: 56px;
  width: auto;
}

.case-study-block {
  border: 1px solid var(--smart-border);
  border-radius: 6px;
  padding: 2rem;
}

/* Pricing section (mockup match) */
.pricing-header {
  margin-bottom: 3.5rem;
}

.pricing-header .eyebrow {
  color: var(--smart-blue);
}

.pricing-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--smart-border);
  margin-bottom: 3.5rem;
}

.tab-btn {
  font-family: 'NeueMontreal', 'Inter', system-ui, sans-serif;
  font-weight: 700;
  font-size: 17px;
  padding: 0.875rem 2rem 0.75rem;
  border: 0;
  background: none;
  color: #aaa;
  border-bottom: 2px solid transparent;
  transition: color 0.15s, border-color 0.15s;
  letter-spacing: -0.01em;
}

.tab-btn.active,
.tab-btn[aria-selected="true"] {
  color: var(--smart-black);
  border-bottom-color: var(--smart-black);
}

.tab-btn:hover {
  color: var(--smart-black);
}

.pricing-intro {
  font-size: 17px;
  color: var(--smart-muted);
  max-width: 620px;
  line-height: 1.6;
  margin-bottom: 3rem;
}

.tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--smart-black);
}

.tier {
  padding: 3rem 2.5rem;
  border-right: 1px solid var(--smart-black);
}

.tier:last-child {
  border-right: none;
}

.tier-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 1.25rem;
}

.badge-blue {
  background: var(--smart-blue);
  color: #fff;
}

.badge-pink {
  background: var(--smart-pink);
  color: var(--smart-white);
}

.badge-amber {
  background: #E8A53A;
  color: var(--smart-black);
}

.badge-purple {
  background: var(--smart-purple);
  color: #fff;
}

.tier-name {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 0.35rem;
}

.tier-price {
  font-family: 'NeueMontreal', 'Inter', system-ui, sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.25rem;
  line-height: 1.1;
}

.tier-price span {
  font-size: 18px;
  color: #888;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 400;
}

.tier-badge-spacer {
  visibility: hidden;
}

.tier-for {
  font-size: 15px;
  color: #888;
  margin-bottom: 1.75rem;
  line-height: 1.5;
}

.tier-items {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin: 0;
  padding: 0;
}

.tier-items li {
  font-size: 15px;
  color: var(--smart-muted);
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  line-height: 1.4;
}

.tier-items li::before {
  content: '—';
  color: var(--smart-blue);
  font-weight: 700;
  flex-shrink: 0;
}

.pricing-footer {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.pricing-link {
  font-size: 15px;
  font-weight: 500;
  color: var(--smart-blue);
  border-bottom: 1px solid var(--smart-blue);
  padding-bottom: 1px;
  text-decoration: none;
}

.bundle-info {
  background: var(--smart-cream);
  border: 1px solid var(--smart-border);
  border-radius: 4px;
  padding: 3rem;
}

.bundle-info h3 {
  font-size: 28px;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
}

.bundle-info p {
  font-size: 17px;
  color: var(--smart-muted);
  line-height: 1.6;
  margin-bottom: 0.75rem;
  max-width: 580px;
}

.bundle-perks {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1.5rem 0 2rem;
}

.bundle-perk {
  font-size: 15px;
  color: var(--smart-muted);
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}

.bundle-perk::before {
  content: '→';
  color: var(--smart-blue);
  font-weight: 700;
}

/* Dark modern-way section (mockup match) */
.dark-section {
  background: var(--smart-black);
  color: #fff;
  padding: 7.5rem 0;
}

.dark-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}

.dark-content .eyebrow {
  color: var(--smart-blue-soft);
  margin-bottom: 1.25rem;
}

.dark-content h2 {
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
  color: #fff;
}

.dark-sub {
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 3rem;
}

.dark-pillars {
  display: flex;
  flex-direction: column;
}

.dark-pillar {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dark-pillar:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dark-pillar h4 {
  font-size: 17px;
  letter-spacing: -0.01em;
  margin-bottom: 0.375rem;
  color: #fff;
}

.dark-pillar p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

.dark-quote {
  margin-top: 3rem;
  padding: 1.75rem 2rem;
  border-left: 3px solid var(--smart-purple-muted);
}

.dark-quote blockquote {
  font-style: italic;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.dashboard-mockup {
  background: #1A1A1A;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
  position: sticky;
  top: 100px;
}

.dash-titlebar {
  background: #111;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.dash-dots { display: flex; gap: 6px; }
.dash-dots span { width: 10px; height: 10px; border-radius: 50%; }
.dash-dots span:nth-child(1) { background: #FF5F57; }
.dash-dots span:nth-child(2) { background: #FFBD2E; }
.dash-dots span:nth-child(3) { background: #28C840; }
.dash-title { font-size: 0.75rem; color: rgba(255,255,255,0.4); letter-spacing: 0.05em; margin: 0 auto; }

.dash-body { display: flex; height: 420px; }
.dash-sidebar {
  width: 160px;
  background: #111;
  border-right: 1px solid rgba(255,255,255,0.07);
  padding: 20px 0;
  flex-shrink: 0;
}

.dash-sidebar-logo {
  padding: 0 16px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.75);
}

.dash-nav-item {
  padding: 9px 16px;
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  display: flex;
  align-items: center;
  gap: 8px;
}

.dash-nav-item.active { color: #fff; background: rgba(255,255,255,0.06); }
.dash-nav-dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; opacity: 0.5; }
.dash-nav-item.active .dash-nav-dot { background: var(--smart-blue); opacity: 1; }

.dash-main { flex: 1; padding: 20px; overflow: hidden; }
.dash-section-label { font-size: 10px; color: rgba(255,255,255,0.3); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 12px; }
.dash-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 16px; }
.dash-metric {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 4px;
  padding: 12px;
}

.dash-metric-val { font-size: 22px; font-weight: 700; color: #fff; line-height: 1; }
.dash-metric-val .up { color: #4ADE80; font-size: 11px; font-family: 'Inter', system-ui, sans-serif; margin-left: 4px; }
.dash-metric-lbl { font-size: 10px; color: rgba(255,255,255,0.35); margin-top: 4px; }

.dash-chart-area {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 4px;
  padding: 14px;
  margin-bottom: 10px;
}

.dash-chart-title { font-size: 11px; color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.dash-bars { display: flex; align-items: flex-end; gap: 6px; height: 60px; }
.dash-bar { flex: 1; background: rgba(61, 139, 255, 0.32); border-radius: 2px 2px 0 0; }
.dash-bar.highlight { background: var(--smart-blue); }

.dash-tasks { display: flex; flex-direction: column; gap: 6px; }
.dash-task {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 3px;
}

.task-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
.task-dot.done { background: #4ADE80; }
.task-dot.active { background: var(--smart-blue); }
.task-dot.pending { background: rgba(255,255,255,0.2); }
.task-text { font-size: 11px; color: rgba(255,255,255,0.55); flex: 1; }
.task-date { font-size: 10px; color: rgba(255,255,255,0.2); }

/* CTA buttons */
.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 1px solid transparent;
  border-radius: 0.3125rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 0.8rem 1.3rem;
  text-decoration: none;
  transition: all .5s ease;
}

.btn-cta:hover {
  transition: all .5s ease;
}

.btn-cta-equal {
  min-width: 168px;
}

.btn-cta-blue {
  background-color: var(--smart-blue);
  border-color: var(--smart-blue);
  color: var(--smart-white);
}

.btn-cta-blue:hover,
.btn-cta-blue:focus {
  background-color: var(--smart-blue-hover);
  border-color: var(--smart-blue-hover);
  color: var(--smart-white);
}

.btn-cta-white {
  background-color: transparent;
  border-color: var(--smart-white);
  color: var(--smart-white);
}

.btn-cta-white:hover,
.btn-cta-white:focus {
  background-color: var(--smart-white);
  color: var(--smart-black);
}

.cta-max-width { max-width: 30rem; }

/* Header/footer */
.smart-logo {
  max-width: 180px;
  height: auto;
}

.site-header .nav-link {
  color: var(--smart-muted);
  font-weight: 500;
  font-size: 15px;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus {
  color: var(--smart-black);
}

@media (min-width: 992px) {
  .smart-brand {
    position: relative;
    min-height: 36px;
    min-width: 180px;
  }

  .smart-logo-wide,
  .smart-logo-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .smart-logo-wide {
    opacity: 1;
    transform: translateY(-50%);
  }

  .smart-logo-icon {
    max-width: 36px;
    opacity: 0;
    transform: translateY(-40%);
  }

  body.smart-header-scrolled .smart-logo-wide {
    opacity: 0;
    transform: translateY(-60%);
  }

  body.smart-header-scrolled .smart-logo-icon {
    opacity: 1;
    transform: translateY(-50%);
  }

  .smart-header-inner {
    position: relative;
  }

  #smartboost-nav {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
  }

  .nav-center-links {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    gap: 2rem;
    margin: 0;
  }

  .nav-cta-wrap {
    margin-left: auto;
  }
}

@media (max-width: 991.98px) {
  .smart-logo-icon {
    display: none;
  }

  .nav-center-links {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
    gap: 0;
  }

  .how .step,
  .proof .case-tile,
  .pricing .tier {
    padding-left: 0;
  }

}

.footer-link {
  color: var(--smart-muted);
  text-decoration: none;
}

.footer-link:hover,
.footer-link:focus {
  color: var(--smart-black);
  text-decoration: underline;
}

/* FAQ section (mockup match) */
.faq-header {
  margin-bottom: 3.5rem;
}

.faq-header .section-title {
  max-width: 560px;
}

.faq-items {
  max-width: 800px;
}

.faq-item {
  border-top: 1px solid var(--smart-black);
}

.faq-item:last-child {
  border-bottom: 1px solid var(--smart-black);
}

.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 1.5rem 0;
  font-family: 'NeueMontreal', 'Inter', system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: var(--smart-black);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  line-height: 1.3;
}

.faq-arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border: 1.5px solid var(--smart-black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, background 0.2s, color 0.2s;
  font-size: 14px;
}

.faq-item.open .faq-arrow {
  transform: rotate(45deg);
  background: var(--smart-black);
  color: #fff;
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-a-inner {
  padding: 0 0 1.75rem;
  font-size: 16px;
  line-height: 1.7;
  color: var(--smart-muted);
  max-width: 680px;
}

/* Final CTA section (mockup match) */
.final-cta {
  background-image: url(https://new.smartboost.dev/wp-content/uploads/2026/05/smartboost-office-01.webp);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: #fff;
  padding: 10rem 0;
  text-align: center;
  border-top: 1px solid var(--smart-border);
  position: relative;
}

/* Fixed attachment is ignored on iOS — fall back to scroll */
@media (hover: none) {
  .final-cta {
    background-attachment: scroll;
  }
}

.final-cta .eyebrow {
  color: var(--smart-pink);
  margin-bottom: 1.75rem;
}

.final-cta h2 {
  font-size: clamp(2.625rem, 5vw, 4.75rem);
  line-height: 1.06;
  letter-spacing: -0.025em;
  color: #fff;
  max-width: 760px;
  margin: 0 auto 1.5rem;
}

.final-cta p {
  font-size: 20px;
  color: rgba(255,255,255,0.6);
  max-width: 460px;
  margin: 0 auto 2.75rem;
  line-height: 1.55;
}

.final-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

/* Footer (mockup match) */
.site-footer {
  background: var(--smart-white);
  border-top: 1px solid var(--smart-border);
  padding: 4.5rem 0 2.5rem;
}

.site-footer-grid {
  display: grid;
  grid-template-columns: 280px 1fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 4rem;
}

.site-footer-logo {
  height: 22px;
  width: auto;
  margin-bottom: 1rem;
}

.site-footer-brand p {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  color: #888;
  max-width: 220px;
  margin: 0;
}

.site-footer-col h4 {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 1.25rem;
}

.site-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.site-footer-col a {
  font-size: 15px;
  color: var(--smart-muted);
  text-decoration: none;
}

.site-footer-col a:hover,
.site-footer-col a:focus {
  color: var(--smart-blue);
}

.site-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  border-top: 1px solid var(--smart-border);
  flex-wrap: wrap;
  gap: 0.75rem;
}

.site-footer-legal {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.site-footer-legal a {
  font-size: 13px;
  color: #aaa;
  text-decoration: none;
}

.site-footer-legal a:hover,
.site-footer-legal a:focus {
  color: var(--smart-muted);
}

.site-footer-copy {
  font-size: 13px;
  color: #aaa;
}

@media (max-width: 767.98px) {
  .section-space,
  .section-space-lg {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 991.98px) {
  .hero-graphic {
    display: none;
  }

  .doors-grid {
    grid-template-columns: 1fr;
  }

  .door {
    border-right: none;
    border-bottom: 1px solid var(--smart-black);
  }

  .door:last-child {
    border-bottom: none;
  }

  .door-num {
    font-size: 5rem;
    margin-bottom: 1.25rem;
  }

  .portfolio-marquee-section {
    padding: 1.5rem 0 2.25rem;
  }

  .portfolio-marquee-wrap {
    gap: 1rem;
  }

  .portfolio-marquee-item {
    width: clamp(220px, 64vw, 300px);
  }

  .dark-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .dashboard-mockup {
    display: none;
  }

  .pillars-grid {
    grid-template-columns: 1fr;
  }

  .pillar {
    padding: 2.25rem 1.5rem;
  }

  .why-header {
    margin-bottom: 3rem;
  }

  .why-header .text-muted-custom {
    font-size: 1.15rem;
  }

  .pillar h3 {
    font-size: 1.6rem;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .step {
    border-right: none;
    border-bottom: 1px solid var(--smart-border);
  }

  .step:last-child {
    border-bottom: none;
  }

  .case-tiles {
    grid-template-columns: 1fr;
  }

  .case-tile {
    border-right: none;
    border-bottom: 1px solid var(--smart-black);
  }

  .case-tile:last-child {
    border-bottom: none;
  }

  .tile-metric {
    font-size: 64px;
  }

  .tiers {
    grid-template-columns: 1fr;
  }

  .tier {
    border-right: none;
    border-bottom: 1px solid var(--smart-black);
  }

  .tier:last-child {
    border-bottom: none;
  }

  .tab-btn {
    padding: 0.75rem 1rem;
    font-size: 15px;
  }

  .site-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

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

@media (max-width: 560px) {
  .site-footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .portfolio-marquee-top,
  .portfolio-marquee-bottom {
    animation: none;
  }
}

/* ============================================================
   About page
   ============================================================ */

/* Hero */
.about-hero .display-title {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.about-hero .lead {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

/* Tool logos */
.about-tool-logos {
  margin-top: 4rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--smart-border);
  display: flex;
  align-items: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.about-tool-logo-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #aaa;
  font-weight: 500;
  white-space: nowrap;
}

.about-tool-logo-row {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.about-tool-logo-row span {
  font-size: 13px;
  font-weight: 600;
  color: #bbb;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* Who We Are */
.about-origin-text {
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.75;
  color: var(--smart-black);
  font-weight: 300;
}

/* Team grid */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 2rem;
  margin-top: 3.5rem;
}

.team-card {
  display: flex;
  flex-direction: column;
}

.team-photo {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 4px;
  background: var(--smart-cream);
  margin-bottom: 1rem;
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.team-photo-placeholder {
  width: 100%;
  height: 100%;
  background: #eeece6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--smart-blue);
  letter-spacing: -0.02em;
  user-select: none;
}

.team-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--smart-black);
  margin-bottom: 0.2rem;
}

.team-role {
  font-size: 13px;
  color: var(--smart-blue);
  margin-bottom: 0;
  line-height: 1.4;
}

/* Why Work With Us — full-width dark content */
.dark-content--full {
  max-width: 100%;
}

.about-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 5rem;
  margin-top: 2.5rem;
}

.about-why-label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.about-why-cta {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Responsive */
@media (max-width: 1199.98px) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991.98px) {
  .about-why-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

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

  .about-tool-logos {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

@media (max-width: 575.98px) {
  .team-grid {
    gap: 2rem 1rem;
  }
}

/* ============================================================
   Growth Driven Design page
   ============================================================ */

/* GDD vs Traditional comparison — lives inside dark-section */
.gdd-comparison {
  margin-top: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  overflow: hidden;
}

.gdd-comparison-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: rgba(255, 255, 255, 0.06);
  margin-left: calc(140px + 2rem); /* offset to align with data columns */
}

.gdd-comparison-col-label {
  padding: 1rem 1.5rem;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.gdd-col-traditional {
  color: rgba(255, 255, 255, 0.4);
}

.gdd-col-gdd {
  color: var(--smart-blue-soft);
}

.gdd-comparison-row {
  display: grid;
  grid-template-columns: 140px 1fr 1fr;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  align-items: center;
}

.gdd-comparison-row:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.gdd-comparison-aspect {
  padding: 1.25rem 1.5rem;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(255, 255, 255, 0.35);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.gdd-comparison-row .gdd-col-traditional,
.gdd-comparison-row .gdd-col-gdd {
  padding: 1.25rem 1.5rem;
  font-size: 15px;
  line-height: 1.5;
}

.gdd-comparison-row .gdd-col-traditional {
  color: rgba(255, 255, 255, 0.45);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.gdd-comparison-row .gdd-col-gdd {
  color: rgba(255, 255, 255, 0.9);
}

/* Phases */
.gdd-phases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 3rem;
  border-top: 1px solid var(--smart-border);
}

.gdd-phase {
  padding: 2.5rem 2rem 2.5rem 0;
  border-right: 1px solid var(--smart-border);
}

.gdd-phase:last-child {
  border-right: none;
  padding-right: 0;
  padding-left: 2rem;
}

.gdd-phase:not(:first-child):not(:last-child) {
  padding-left: 2rem;
}

.gdd-phase-time {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--smart-blue);
  background: rgba(61, 139, 255, 0.08);
  padding: 0.3rem 0.75rem;
  border-radius: 2px;
  margin-bottom: 1.25rem;
}

.gdd-phase .step-num {
  /* reuse step-num styling */
  margin-bottom: 1rem;
}

.gdd-phase h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 0.75rem;
  color: var(--smart-black);
}

.gdd-phase p {
  font-size: 15px;
  line-height: 1.65;
  color: #666;
  margin-bottom: 0.5rem;
}

.gdd-phase-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.gdd-phase-list li {
  font-size: 14px;
  color: #666;
  padding: 0.35rem 0;
  padding-left: 1.25rem;
  position: relative;
  border-top: 1px solid var(--smart-border);
}

.gdd-phase-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--smart-blue);
  font-size: 12px;
}

/* Benefits grid */
.gdd-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 3rem;
  border-top: 1px solid var(--smart-border);
  border-left: 1px solid var(--smart-border);
}

.gdd-benefit {
  padding: 2.5rem 2rem;
  border-right: 1px solid var(--smart-border);
  border-bottom: 1px solid var(--smart-border);
}

.gdd-benefit-num {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--smart-blue);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.gdd-benefit h3 {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 0.75rem;
  color: var(--smart-black);
}

.gdd-benefit p {
  font-size: 15px;
  line-height: 1.65;
  color: #666;
  margin: 0;
}

/* Responsive — GDD */
@media (max-width: 991.98px) {
  .gdd-comparison-header {
    display: none; /* collapsed on mobile — labels move into rows */
  }

  .gdd-comparison-row {
    grid-template-columns: 1fr;
    padding: 1rem 1.25rem;
    gap: 0.5rem;
  }

  .gdd-comparison-aspect {
    padding: 0;
    border-right: none;
  }

  .gdd-comparison-row .gdd-col-traditional,
  .gdd-comparison-row .gdd-col-gdd {
    padding: 0.35rem 0;
    font-size: 14px;
  }

  .gdd-comparison-row .gdd-col-traditional::before {
    content: 'Traditional: ';
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.3);
    display: block;
  }

  .gdd-comparison-row .gdd-col-gdd::before {
    content: 'GDD: ';
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--smart-blue-soft);
    display: block;
  }

  .gdd-comparison-row .gdd-col-traditional {
    border-right: none;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 0.5rem;
    margin-top: 0.25rem;
  }

  .gdd-phases {
    grid-template-columns: 1fr;
  }

  .gdd-phase,
  .gdd-phase:last-child,
  .gdd-phase:not(:first-child):not(:last-child) {
    padding: 2rem 0;
    border-right: none;
    border-bottom: 1px solid var(--smart-border);
  }

  .gdd-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .gdd-benefits-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   Website Design page
   ============================================================ */

/* Services grid — 3 × 2 */
.wd-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 3rem;
  border-top: 1px solid var(--smart-border);
  border-left: 1px solid var(--smart-border);
}

.wd-service-card {
  padding: 2.5rem 2rem;
  border-right: 1px solid var(--smart-border);
  border-bottom: 1px solid var(--smart-border);
}

.wd-service-num {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--smart-blue);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.wd-service-card h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 0.75rem;
  color: var(--smart-black);
}

.wd-service-card p {
  font-size: 15px;
  line-height: 1.65;
  color: #666;
  margin-bottom: 1.25rem;
}

.wd-service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wd-service-list li {
  font-size: 14px;
  color: #555;
  padding: 0.4rem 0 0.4rem 1.25rem;
  border-top: 1px solid var(--smart-border);
  position: relative;
  line-height: 1.5;
}

.wd-service-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--smart-blue);
  font-size: 12px;
}

/* Process track — 5-step horizontal */
.wd-process-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 3rem;
  border-top: 3px solid var(--smart-border);
  position: relative;
}

.wd-process-track::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--smart-blue) 0%, var(--smart-blue-soft) 100%);
}

.wd-process-step {
  padding: 2rem 1.5rem 2rem 0;
  border-right: 1px solid var(--smart-border);
  position: relative;
}

.wd-process-step:last-child {
  border-right: none;
  padding-right: 0;
}

.wd-process-step:not(:first-child) {
  padding-left: 1.5rem;
}

.wd-process-step::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--smart-blue);
  border: 3px solid var(--smart-cream);
}

.wd-process-week {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--smart-blue);
  background: rgba(61, 139, 255, 0.08);
  padding: 0.25rem 0.7rem;
  border-radius: 2px;
  margin-bottom: 1.25rem;
}

.wd-process-num {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #bbb;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.wd-process-step h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 0.6rem;
  color: var(--smart-black);
}

.wd-process-step p {
  font-size: 14px;
  line-height: 1.6;
  color: #777;
  margin-bottom: 1rem;
}

.wd-process-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wd-process-list li {
  font-size: 13px;
  color: #888;
  padding: 0.3rem 0 0.3rem 1rem;
  border-top: 1px solid var(--smart-border);
  position: relative;
}

.wd-process-list li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--smart-blue);
  font-weight: 900;
}

/* Case studies */
.wd-case-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 3rem;
}

.wd-case-card {
  border: 1px solid var(--smart-border);
  border-radius: 4px;
  padding: 2.5rem;
  background: var(--smart-cream);
}

.wd-case-metric {
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--smart-black);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.wd-case-metric .unit {
  font-size: 0.45em;
  font-weight: 700;
  vertical-align: super;
  color: var(--smart-blue);
}

.wd-case-industry {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--smart-blue);
  margin-bottom: 1.5rem;
}

.wd-case-block {
  padding: 1rem 0;
  border-top: 1px solid var(--smart-border);
}

.wd-case-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #aaa;
  margin-bottom: 0.35rem;
}

.wd-case-block p {
  font-size: 15px;
  line-height: 1.55;
  color: #444;
  margin: 0;
}

.wd-case-result {
  font-size: 15px;
  font-weight: 600;
  color: var(--smart-black);
  padding-top: 1rem;
  border-top: 1px solid var(--smart-border);
  margin: 0;
}

/* What makes us different — inside dark-section */
.wd-diff-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.wd-diff-item {
  padding: 2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.wd-diff-num {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--smart-blue-soft);
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.wd-diff-item h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 0.5rem;
}

.wd-diff-item p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

/* Responsive — Website Design */
@media (max-width: 1199.98px) {
  .wd-process-track {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

  .wd-process-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .wd-process-track::before,
  .wd-process-step::before {
    display: none;
  }

  .wd-process-step,
  .wd-process-step:not(:first-child) {
    padding: 2rem 1.5rem;
    border-right: none;
    border-bottom: 1px solid var(--smart-border);
  }

  .wd-diff-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .wd-services-grid {
    grid-template-columns: 1fr;
  }

  .wd-process-track {
    grid-template-columns: 1fr;
  }

  .wd-case-grid {
    grid-template-columns: 1fr;
  }
}
