/*
Theme Name: SCS Base44 Hero Center Fix
Theme URI: https://example.com/
Author: OpenAI
Author URI: https://openai.com/
Description: Tema WordPress construído a partir de um export Base44, com foco em alta fidelidade visual.
Version: 3.2.1
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: scs-base44-fidelity-rebuild
*/

:root {
  --font-heading: 'Space Grotesk', sans-serif;
  --font-body: 'Inter', sans-serif;
  --background: #fafafa;
  --foreground: #141414;
  --card: #ffffff;
  --card-foreground: #141414;
  --primary: #121212;
  --primary-foreground: #fafafa;
  --secondary: #f2f2f2;
  --secondary-foreground: #141414;
  --muted: #f0f0f0;
  --muted-foreground: rgba(20, 20, 20, 0.68);
  --accent: #a91919;
  --accent-foreground: #ffffff;
  --border: #e0e0e0;
  --success: #34d399;
  --radius: 6px;
  --shadow-lg: 0 18px 44px rgba(0, 0, 0, 0.18);
  --shadow-md: 0 14px 30px rgba(0, 0, 0, 0.12);
  --container: 1280px;
  --nav-height: 80px;
  --gutter-desktop: 96px;
  --gutter-tablet: 72px;
  --gutter-mobile: 52px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--foreground);
  background: var(--background);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.site-main { overflow: clip; }
.scs-container {
  width: min(calc(100% - var(--gutter-desktop)), var(--container));
  margin: 0 auto;
}
.scs-section { position: relative; }
.scs-section-light { background: var(--background); }
.scs-section-dark { background: var(--primary); color: var(--primary-foreground); }
.scs-grid-overlay::before,
.scs-grid-overlay::after { content: ''; position: absolute; inset: 0; pointer-events: none; }
.scs-grid-overlay-light::before {
  opacity: .30;
  background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 80px 80px;
}
.scs-grid-overlay-dark::before {
  opacity: .05;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 60px 60px;
}
.scs-grid-overlay-dark.fine::before {
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 40px 40px;
}
.scs-eyebrow {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
}
.scs-title,
.scs-title-xl,
.scs-card-title,
.scs-stat-value,
.scs-number,
.scs-nav-link,
.scs-pill,
.scs-badge,
.scs-button,
.scs-project-type,
.scs-footer-title,
.scs-kpi,
.scs-logo-word,
.scs-method-num {
  font-family: var(--font-heading);
}
.scs-title {
  margin: 16px 0 0;
  font-size: clamp(2rem, 2.7vw, 3.5rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.scs-title-xl {
  margin: 0;
  font-size: clamp(2.9rem, 6vw, 5.3rem);
  line-height: .98;
  letter-spacing: -0.04em;
  font-weight: 700;
}
.scs-title .accent,
.scs-title-xl .accent { color: var(--accent); }
.scs-intro,
.scs-text {
  font-size: 18px;
  line-height: 1.75;
  color: var(--muted-foreground);
}
.scs-section-dark .scs-intro,
.scs-section-dark .scs-text { color: rgba(250, 250, 250, 0.62); }
.scs-muted { color: var(--muted-foreground); }
.scs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 15px 30px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: .3s ease;
}
.scs-button-primary {
  color: var(--accent-foreground);
  background: var(--accent);
  clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
}
.scs-button-primary:hover { background: #901414; }
.scs-button-outline {
  border-color: rgba(255,255,255,.3);
  color: var(--primary-foreground);
  background: transparent;
}
.scs-button-outline:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.scs-button-full { width: 100%; }
.scs-button .scs-icon { width: 28px; height: 28px; }
.scs-nav-toggle .scs-icon { width: 28px; height: 28px; }
.scs-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  line-height: 1;
}
.scs-icon svg { width: 100%; height: 100%; stroke: currentColor; vector-effect: non-scaling-stroke; }
.scs-icon.size-16 { width: 16px; height: 16px; }
.scs-icon.size-20 { width: 20px; height: 20px; }
.scs-icon.size-28 { width: 28px; height: 28px; }
.scs-icon.size-30 { width: 30px; height: 30px; }
.scs-icon.size-32 { width: 32px; height: 32px; }
.scs-icon.size-40 { width: 40px; height: 40px; }
.scs-icon.size-48 { width: 48px; height: 48px; }

/* Header */
.site-header-placeholder { display: none; }
.scs-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 70;
  transition: background-color .45s ease, backdrop-filter .45s ease, box-shadow .45s ease;
}
.scs-navbar.is-scrolled {
  background: rgba(18,18,18,.95);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-md);
}
.scs-navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--nav-height);
}
.scs-brand img,
.scs-footer-brand img { height: 48px; width: auto; filter: brightness(0) invert(1); }
.scs-footer-brand img { height: 40px; margin-bottom: 24px; }
.scs-nav-desktop {
  display: flex;
  align-items: center;
  gap: 32px;
}
.scs-nav-link {
  color: rgba(250,250,250,.8);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .3s ease;
}
.scs-nav-link:hover { color: var(--accent); }
.scs-nav-cta { margin-left: 16px; min-height: 48px; padding: 12px 24px; font-size: 13px; }
.scs-nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--primary-foreground);
  padding: 8px;
}
.scs-mobile-menu {
  display: none;
  border-top: 1px solid rgba(255,255,255,.1);
  background: rgba(18,18,18,.98);
  backdrop-filter: blur(12px);
}
.scs-mobile-menu.is-open { display: block; }
.scs-mobile-menu-inner { padding: 24px 0; }
.scs-mobile-link {
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: left;
  background: transparent;
  border: 0;
  color: rgba(250,250,250,.85);
  font-size: 16px;
}
.scs-mobile-link:hover { color: var(--accent); }
.scs-mobile-cta { margin-top: 16px; width: 100%; }

/* Hero */
.scs-hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.scs-hero-bg,
.scs-proof-bg {
  position: absolute;
  inset: 0;
}
.scs-hero-bg img,
.scs-proof-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scs-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18,18,18,.95) 0%, rgba(18,18,18,.85) 44%, rgba(18,18,18,.60) 100%);
}
.scs-proof-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(18,18,18,.92);
}
.scs-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 128px 0 0;
}
.scs-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, .9fr);
  gap: 48px;
  align-items: center;
}
.scs-status-bar {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
  padding: 10px 16px;
  border: 1px solid rgba(169,25,25,.3);
  background: rgba(169,25,25,.1);
  backdrop-filter: blur(8px);
}
.scs-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  animation: pulse 1.5s ease infinite;
}
.scs-hero-copy p { max-width: 620px; margin: 24px 0 0; color: rgba(250,250,250,.70); }
.scs-hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.scs-hero-panel {
  background: rgba(255,255,255,.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.10);
  padding: 32px;
}
.scs-panel-title {
  margin: 0 0 24px;
  color: var(--accent);
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.scs-progress-item + .scs-progress-item { margin-top: 20px; }
.scs-progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}
.scs-progress-label { color: rgba(250,250,250,.6); font-size: 12px; letter-spacing: .03em; }
.scs-progress-value { color: var(--accent); font-size: 12px; font-weight: 600; }
.scs-progress-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  overflow: hidden;
}
.scs-progress-fill {
  width: 0;
  height: 100%;
  border-radius: 999px;
  background: var(--accent);
  transition: width 1.1s ease;
}
.scs-client-bar {
  position: relative;
  z-index: 2;
  margin-top: 96px;
  padding: 32px 0 0;
  border-top: 1px solid rgba(255,255,255,.1);
}
.scs-client-label {
  margin: 0 0 24px;
  color: rgba(250,250,250,.4);
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.scs-client-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 54px;
}
.scs-client-list span {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 700;
  color: rgba(250,250,250,.25);
  transition: color .45s ease;
}
.scs-client-list span:hover { color: rgba(169,25,25,.6); }
.scs-scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 32px;
  z-index: 3;
  transform: translateX(-50%);
  color: rgba(250,250,250,.3);
  animation: bounce 1.8s infinite;
}
.scs-scroll-indicator .scs-icon { width: 72px; height: 72px; }

/* Generic sections */
.scs-section-pad { padding: 96px 0 128px; }
.scs-section-header { max-width: 720px; margin-bottom: 64px; }
.scs-section-header.center { text-align: center; margin-left: auto; margin-right: auto; }
.scs-card-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--border);
}
.scs-card-grid-3 > article,
.scs-card-grid-3 > div { background: var(--card); }
.scs-diff-card,
.scs-pain-card,
.scs-article-card,
.scs-stat-card,
.scs-testimonial,
.scs-project-card,
.scs-metric-card,
.scs-project-detail-card,
.scs-filter-btn,
.scs-method-step,
.scs-trans-box,
.scs-solution-tab,
.scs-solution-panel,
.scs-form-success,
.scs-form-box {
  transition: .35s ease;
}
.scs-pain-grid,
.scs-diff-grid,
.scs-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--border);
}
.scs-pain-card,
.scs-diff-card,
.scs-article-card {
  padding: 40px;
  background: var(--card);
}
.scs-pain-card:hover,
.scs-diff-card:hover { background: rgba(169,25,25,.05); }
.scs-card-icon-box {
  width: 112px;
  height: 112px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  color: var(--accent);
}
.scs-card-icon-box .scs-icon { width: 88px; height: 88px; }
.scs-card-title {
  margin: 0 0 12px;
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
.scs-card-desc { margin: 0; font-size: 14px; line-height: 1.75; color: var(--muted-foreground); }

/* Solution */
.scs-solution { overflow: hidden; }
.scs-solution-header { max-width: 640px; margin-bottom: 64px; }
.scs-solution-layout {
  display: grid;
  grid-template-columns: minmax(260px, .5fr) minmax(0, 1fr);
  gap: 32px;
}
.scs-solution-tabs { display: flex; flex-direction: column; gap: 8px; }
.scs-solution-tab {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.05);
  color: rgba(250,250,250,.5);
  text-align: left;
}
.scs-solution-tab.is-active {
  color: var(--primary-foreground);
  background: rgba(169,25,25,.10);
  border-color: rgba(169,25,25,.4);
}
.scs-pill {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
}
.scs-solution-panel {
  padding: 40px 48px;
  min-height: 100%;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  backdrop-filter: blur(8px);
}
.scs-solution-head { display: flex; align-items: center; gap: 24px; margin-bottom: 24px; }
.scs-solution-head > .scs-icon { width: 140px; height: 140px; color: var(--primary-foreground); flex: 0 0 140px; }
.scs-kpis { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.scs-kpi {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid rgba(169,25,25,.3);
  color: var(--accent);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .04em;
}

/* Transformation */
.scs-transform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
.scs-trans-box {
  position: relative;
  padding: 40px 48px;
  border: 1px solid;
}
.scs-trans-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
}
.scs-trans-box.before { border-color: rgba(220,38,38,.2); background: rgba(220,38,38,.05); }
.scs-trans-box.before::before { background: rgba(220,38,38,.3); }
.scs-trans-box.after { border-color: rgba(169,25,25,.3); background: rgba(169,25,25,.05); }
.scs-trans-box.after::before { background: var(--accent); }
.scs-trans-label {
  font-family: var(--font-heading);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
}
.scs-trans-box.before .scs-trans-label { color: rgba(220,38,38,.7); }
.scs-trans-box.after .scs-trans-label { color: var(--accent); }
.scs-list-checks { margin: 32px 0 0; padding: 0; list-style: none; display: grid; gap: 20px; }
.scs-list-checks li { display: flex; align-items: flex-start; gap: 16px; font-size: 14px; line-height: 1.65; }
.scs-small-box {
  width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; border: 1px solid;
}
.scs-small-box .scs-icon { width: 14px; height: 14px; }
.scs-trans-box.before .scs-small-box { border-color: rgba(220,38,38,.3); color: #dc2626; }
.scs-trans-box.after .scs-small-box { border-color: rgba(169,25,25,.4); color: var(--accent); background: rgba(169,25,25,.1); }

/* Proof */
.scs-proof { color: var(--primary-foreground); }
.scs-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255,255,255,.1);
  margin-bottom: 80px;
}
.scs-stat-card {
  padding: 48px 32px;
  text-align: center;
  background: rgba(18,18,18,.8);
  backdrop-filter: blur(8px);
}
.scs-stat-value { font-size: clamp(2rem, 3.5vw, 3.6rem); font-weight: 700; line-height: 1; color: var(--accent); }
.scs-stat-label { margin-top: 12px; font-size: 14px; color: rgba(250,250,250,.6); letter-spacing: .02em; }
.scs-testimonials { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.scs-testimonial {
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.05);
  backdrop-filter: blur(8px);
  padding: 40px;
}
.scs-quote-mark { color: var(--accent); font-family: var(--font-heading); font-size: 3rem; line-height: 1; margin-bottom: 8px; }
.scs-testimonial p { margin: 0 0 24px; font-size: 16px; line-height: 1.8; color: rgba(250,250,250,.8); }
.scs-testimonial footer { border-top: 1px solid rgba(255,255,255,.1); padding-top: 16px; }
.scs-testimonial strong { display: block; font-family: var(--font-heading); font-size: 14px; }
.scs-testimonial span { display: block; margin-top: 4px; color: rgba(250,250,250,.5); font-size: 12px; }

/* Methodology */
.scs-method-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 64px;
  align-items: start;
}
.scs-method-image { margin-top: 32px; }
.scs-method-image img { width: 100%; height: 420px; object-fit: cover; }
.scs-method-steps { display: grid; gap: 16px; }
.scs-method-step {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
}
.scs-method-num {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--accent);
}
.scs-method-step h3 { margin: 0 0 8px; font-size: 1.125rem; font-weight: 600; font-family: var(--font-heading); }
.scs-method-step p { margin: 0; font-size: 14px; line-height: 1.7; color: var(--muted-foreground); }
.scs-method-step .scs-icon { width: 30px; height: 30px; color: var(--accent); margin-bottom: 12px; }

/* Projects */
.scs-project-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
}
.scs-project-filters { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.scs-filter-btn {
  padding: 10px 16px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--muted-foreground);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-weight: 600;
}
.scs-filter-btn.is-active,
.scs-filter-btn:hover { background: var(--primary); border-color: var(--primary); color: var(--primary-foreground); }
.scs-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.scs-project-card {
  border: 1px solid var(--border);
  background: var(--card);
  overflow: hidden;
}
.scs-project-card:hover { border-color: rgba(169,25,25,.3); }
.scs-project-image-wrap {
  position: relative;
  height: 208px;
  overflow: hidden;
}
.scs-project-image-wrap img {
  width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease;
}
.scs-project-card:hover .scs-project-image-wrap img { transform: scale(1.05); }
.scs-project-overlay {
  position: absolute; inset: 0; background: rgba(18,18,18,.4); transition: background-color .5s ease;
}
.scs-project-card:hover .scs-project-overlay { background: rgba(18,18,18,.2); }
.scs-project-zoom {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .4s ease;
}
.scs-project-card:hover .scs-project-zoom { opacity: 1; }
.scs-project-zoom span {
  width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; background: rgba(169,25,25,.9); color: #fff;
}
.scs-badge,
.scs-project-type {
  position: absolute; top: 16px; padding: 7px 12px; font-size: 12px; font-weight: 600; letter-spacing: .05em;
}
.scs-badge { right: 16px; border: 1px solid; backdrop-filter: blur(8px); }
.scs-badge.done { color: #34d399; border-color: rgba(52,211,153,.3); background: rgba(52,211,153,.1); }
.scs-badge.live { color: var(--accent); border-color: rgba(169,25,25,.3); background: rgba(169,25,25,.1); }
.scs-project-type { left: 16px; background: rgba(18,18,18,.8); color: var(--primary-foreground); }
.scs-project-content { padding: 24px; }
.scs-project-content h3 { margin: 0 0 4px; font-size: 16px; font-family: var(--font-heading); font-weight: 600; transition: color .3s ease; }
.scs-project-card:hover .scs-project-content h3 { color: var(--accent); }
.scs-project-meta,
.scs-project-footer { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--muted-foreground); }
.scs-project-footer { justify-content: space-between; gap: 10px; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--border); }
.scs-project-area { font-family: var(--font-heading); font-weight: 500; color: rgba(20,20,20,.6); }
.scs-project-hidden { display: none; }

/* Modal */
.scs-modal {
  position: fixed; inset: 0; z-index: 90; display: none; align-items: center; justify-content: center; padding: 16px;
}
.scs-modal.is-open { display: flex; }
.scs-modal-backdrop { position: absolute; inset: 0; background: rgba(18,18,18,.9); backdrop-filter: blur(6px); }
.scs-modal-dialog {
  position: relative; z-index: 2; width: min(100%, 1024px); max-height: 90vh; overflow: hidden; background: var(--card); border: 1px solid var(--border); display: flex; flex-direction: column;
}
.scs-modal-close {
  position: absolute; top: 16px; right: 16px; z-index: 4; width: 40px; height: 40px; border: 0; background: rgba(18,18,18,.8); color: var(--primary-foreground); display: inline-flex; align-items: center; justify-content: center;
}
.scs-modal-close:hover { background: var(--accent); }
.scs-modal-image { position: relative; height: 320px; overflow: hidden; }
.scs-modal-image img { width: 100%; height: 100%; object-fit: cover; }
.scs-modal-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,.12) 100%); }
.scs-modal-body { padding: 32px; overflow-y: auto; }
.scs-modal-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.scs-modal-head h3 { margin: 0; font-family: var(--font-heading); font-weight: 700; font-size: 2rem; }
.scs-modal-body > p { margin: 0 0 32px; line-height: 1.8; color: var(--muted-foreground); }
.scs-project-detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.scs-project-detail-card { padding: 16px; border: 1px solid var(--border); background: rgba(242,242,242,.6); }
.scs-project-detail-card .scs-icon { width: 16px; height: 16px; color: var(--accent); margin-bottom: 8px; }
.scs-project-detail-card p { margin: 0; font-size: 12px; color: var(--muted-foreground); }
.scs-project-detail-card strong { display: block; margin-top: 4px; font-family: var(--font-heading); font-size: 14px; }
.scs-modal-cta { margin-top: 32px; width: 100%; }

/* Authority */
.scs-authority-grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}
.scs-authority-image { display: none; margin-top: 32px; }
.scs-authority-image img { width: 100%; height: 256px; object-fit: cover; }
.scs-authority-list { display: grid; gap: 16px; }
.scs-article-card {
  border: 1px solid var(--border);
  background: var(--card);
  padding: 32px;
  cursor: default;
}
.scs-article-card:hover { border-color: rgba(169,25,25,.3); }
.scs-article-top {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 16px;
}
.scs-article-tag {
  display: inline-block;
  font-size: 12px;
  font-family: var(--font-heading);
  font-weight: 500;
  letter-spacing: .16em;
  color: var(--accent);
}
.scs-article-card h3 { margin: 10px 0 0; font-family: var(--font-heading); font-weight: 600; font-size: 1.125rem; line-height: 1.4; }
.scs-article-card:hover h3 { color: var(--accent); }
.scs-article-card p { margin: 10px 0 0; font-size: 14px; line-height: 1.7; color: var(--muted-foreground); }
.scs-article-arrow { width: 20px; height: 20px; color: var(--muted-foreground); transition: .3s ease; margin-top: 24px; }
.scs-article-card:hover .scs-article-arrow { color: var(--accent); transform: translateX(4px); }

/* CTA/form */
.scs-cta-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  align-items: center;
}
.scs-check-list { margin: 40px 0 0; padding: 0; list-style: none; display: grid; gap: 16px; }
.scs-check-list li { display: flex; align-items: center; gap: 12px; color: rgba(250,250,250,.7); font-size: 14px; }
.scs-check-list .scs-icon { width: 18px; height: 18px; color: var(--accent); }
.scs-form-box,
.scs-form-success {
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.05);
  backdrop-filter: blur(8px);
}
.scs-form-box { padding: 32px 40px; }
.scs-form-success { padding: 48px; text-align: center; }
.scs-form-success .scs-icon { width: 48px; height: 48px; color: var(--accent); margin: 0 auto 24px; }
.scs-form-success h3 { margin: 0 0 12px; font-size: 2rem; font-family: var(--font-heading); font-weight: 700; color: var(--primary-foreground); }
.scs-form-success p { margin: 0; color: rgba(250,250,250,.6); }
.scs-form-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.scs-field { margin-bottom: 20px; }
.scs-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(250,250,250,.5);
}
.scs-field input,
.scs-field select,
.scs-field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.05);
  color: var(--primary-foreground);
  padding: 12px 14px;
  outline: none;
}
.scs-field textarea { min-height: 96px; resize: vertical; }
.scs-field input::placeholder,
.scs-field textarea::placeholder { color: rgba(250,250,250,.3); }
.scs-field input:focus,
.scs-field select:focus,
.scs-field textarea:focus {
  border-color: rgba(169,25,25,.6);
  box-shadow: 0 0 0 2px rgba(169,25,25,.18);
}
.scs-form-note { margin: 16px 0 0; font-size: 12px; text-align: center; color: rgba(250,250,250,.3); }

/* Footer */
.site-footer { background: var(--primary); color: var(--primary-foreground); border-top: 1px solid rgba(255,255,255,.1); }
.scs-footer-grid {
  display: grid;
  grid-template-columns: 1.1fr .8fr .9fr .8fr;
  gap: 48px;
  padding: 64px 0;
}
.scs-footer-copy { font-size: 14px; line-height: 1.75; color: rgba(250,250,250,.5); }
.scs-footer-title {
  margin: 0 0 24px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.scs-footer-links,
.scs-footer-contact { display: grid; gap: 14px; }
.scs-footer-links a,
.scs-footer-links button,
.scs-footer-contact a,
.scs-footer-contact div {
  border: 0; background: transparent; padding: 0; text-align: left; color: rgba(250,250,250,.5); font-size: 14px;
}
.scs-footer-links a:hover,
.scs-footer-links button:hover,
.scs-footer-contact a:hover { color: var(--accent); }
.scs-footer-contact .row { display: flex; align-items: flex-start; gap: 12px; }
.scs-footer-contact .scs-icon { width: 16px; height: 16px; color: var(--accent); margin-top: 2px; }
.scs-social-btn {
  display: inline-flex; align-items: center; gap: 12px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.1); color: rgba(250,250,250,.6); font-size: 14px;
}
.scs-social-btn:hover { border-color: rgba(169,25,25,.4); color: var(--accent); }
.scs-footer-cta { margin-top: 32px; }
.scs-footer-bottom {
  padding: 32px 0;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.scs-footer-bottom p { margin: 0; font-size: 12px; }
.scs-footer-bottom .left { color: rgba(250,250,250,.3); }
.scs-footer-bottom .right { color: rgba(250,250,250,.2); }

/* WP content pages */
.scs-generic-content { padding: 140px 0 80px; }
.scs-entry-card {
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--border);
  padding: 40px;
}
.scs-entry-card h1,
.scs-entry-card h2,
.scs-entry-card h3,
.scs-entry-card h4 { font-family: var(--font-heading); }

/* Utilities */
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .65; transform: scale(1.18); }
}
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* Responsive */
@media (max-width: 1199px) {
  .scs-project-grid,
  .scs-pain-grid,
  .scs-diff-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .scs-authority-grid,
  .scs-method-grid,
  .scs-cta-layout,
  .scs-hero-grid,
  .scs-solution-layout { grid-template-columns: 1fr; }
  .scs-hero-panel { display: none; }
  .scs-authority-image { display: block; }
  .scs-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 991px) {
  .scs-container { width: min(calc(100% - var(--gutter-tablet)), var(--container)); }
  .scs-nav-desktop { display: none; }
  .scs-nav-toggle { display: inline-flex; }
  .scs-section-pad { padding: 88px 0 112px; }
  .scs-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .scs-testimonials,
  .scs-transform-grid,
  .scs-project-grid,
  .scs-project-detail-grid,
  .scs-pain-grid,
  .scs-diff-grid,
  .scs-articles-grid,
  .scs-form-grid-2 { grid-template-columns: 1fr; }
  .scs-project-head,
  .scs-footer-bottom { flex-direction: column; align-items: flex-start; }
  .scs-method-image img { height: 320px; }
  .scs-modal-image { height: 260px; }
}
@media (max-width: 767px) {
  .scs-container { width: min(calc(100% - var(--gutter-mobile)), var(--container)); }
  .scs-title { font-size: clamp(1.85rem, 8vw, 2.6rem); }
  .scs-title-xl { font-size: clamp(2.5rem, 11vw, 3.8rem); }
  .scs-intro, .scs-text { font-size: 16px; }
  .scs-section-header { margin-bottom: 48px; }
  .scs-section-pad { padding: 72px 0 96px; }
  .scs-hero-inner { padding-top: 120px; }
  .scs-hero-actions { flex-direction: column; }
  .scs-button { width: 100%; }
  .scs-client-bar { margin-top: 72px; }
  .scs-project-image-wrap { height: 240px; }
  .scs-pain-card,
  .scs-diff-card,
  .scs-article-card,
  .scs-form-box,
  .scs-testimonial,
  .scs-trans-box,
  .scs-solution-panel,
  .scs-stat-card { padding: 28px; }
  .scs-method-step { grid-template-columns: 1fr; gap: 12px; }
  .scs-footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .scs-modal-body { padding: 24px; }
  .scs-modal-head { flex-direction: column; align-items: flex-start; }
  .scs-badge, .scs-project-type { font-size: 11px; padding: 6px 10px; }
}


/* Hero rebuild */
.scs-hero { min-height: 100svh; position: relative; }
.scs-hero-inner { padding-top: clamp(7.5rem, 10vw, 10rem); padding-bottom: 2.5rem; }
.scs-hero-grid { display:grid; grid-template-columns:minmax(0,7fr) minmax(360px,5fr); gap:clamp(2.5rem,4vw,4.5rem); align-items:center; }
.scs-hero-copy { max-width:52rem; }
.scs-hero-copy .scs-title-xl { margin:0; max-width:13ch; font-size:clamp(3rem,6vw,5.2rem); line-height:1.02; letter-spacing:-0.04em; }
.scs-hero-copy .scs-intro { max-width:40rem; margin-top:1.5rem; font-size:clamp(1.125rem,1.45vw,1.35rem); line-height:1.72; }
.scs-status-bar { gap:.75rem; margin-bottom:2rem; padding:.7rem 1rem; }
.scs-eyebrow { font-size:.74rem; letter-spacing:.22em; }
.scs-hero-actions { margin-top:2.5rem; gap:1rem; }
.scs-hero-actions .scs-button:first-child { min-width:min(100%,24rem); }
.scs-hero-actions .scs-button:last-child { min-width:min(100%,14rem); }
.scs-hero-panel { padding:2rem; max-width:31rem; width:100%; justify-self:end; }
.scs-panel-title { margin-bottom:1.5rem; }
.scs-progress-item + .scs-progress-item { margin-top:1.2rem; }
.scs-client-bar { margin-top:clamp(3.5rem,7vw,5.5rem); padding-top:2rem; }
.scs-client-label { margin:0 0 1.25rem; }
.scs-client-list { gap:clamp(1.5rem,3vw,3.5rem); }
.scs-client-list span { font-size:clamp(1.4rem,2.2vw,2rem); }
.scs-scroll-indicator { bottom:1.75rem; }
.scs-reveal { opacity:0; transform:translate3d(0,32px,0); transition:opacity .8s ease, transform .8s ease; transition-delay:var(--reveal-delay,0s); will-change:opacity,transform; }
.scs-reveal.is-visible { opacity:1; transform:translate3d(0,0,0); }
.scs-reveal-right { transform:translate3d(40px,0,0); }
.scs-reveal-right.is-visible { transform:translate3d(0,0,0); }
.scs-reveal-fade { transform:none; }
.scs-reveal-fade.is-visible { transform:none; }
@media (max-width:1199px){ .scs-hero-inner{padding-top:8.5rem;} .scs-hero-grid{grid-template-columns:minmax(0,1fr);gap:2.5rem;} .scs-hero-copy,.scs-hero-copy .scs-title-xl,.scs-hero-copy .scs-intro{max-width:100%;} .scs-hero-panel{display:none;} .scs-client-bar{margin-top:3rem;} }
@media (max-width:767px){ .scs-hero-inner{padding-top:7rem;padding-bottom:2rem;} .scs-status-bar{width:100%;justify-content:flex-start;} .scs-hero-copy .scs-title-xl{font-size:clamp(2.5rem,11vw,3.6rem);} .scs-hero-copy .scs-intro{font-size:1rem;line-height:1.7;} .scs-hero-actions{flex-direction:column;} .scs-hero-actions .scs-button,.scs-hero-actions .scs-button:first-child,.scs-hero-actions .scs-button:last-child{width:100%;min-width:0;} .scs-client-list{row-gap:1rem;column-gap:1.5rem;} .scs-client-list span{font-size:1.25rem;} }


/* v2 full rebuild tweaks */
.scs-section-header .scs-title br, .scs-solution-header .scs-title br{display:none;}
@media (min-width: 768px){.scs-section-header .scs-title br, .scs-solution-header .scs-title br{display:block;}}
.scs-reveal{opacity:0;transform:translateY(28px);transition:opacity .65s ease, transform .65s ease;transition-delay:var(--reveal-delay,0s);}
.scs-reveal-right{transform:translateX(28px);}
.scs-reveal.is-visible{opacity:1;transform:none;}
.scs-pain-card,.scs-diff-card,.scs-stat-card,.scs-testimonial,.scs-method-step,.scs-article-card,.scs-project-card,.scs-trans-box{transition:transform .45s ease, border-color .45s ease, background-color .45s ease, box-shadow .45s ease;}
.scs-pain-card:hover,.scs-diff-card:hover,.scs-article-card:hover,.scs-project-card:hover{transform:translateY(-4px);}


/* Icon adjustments from penultimate version */
.scs-card-icon-box .scs-icon{width:28px;height:28px;}
.scs-pain-card .scs-card-icon-box .scs-icon{width:32px;height:32px;}
.scs-diff-card .scs-card-icon-box .scs-icon{width:34px;height:34px;}
.scs-solution-head > .scs-icon{width:34px;height:34px;flex:0 0 34px;}
.scs-article-arrow{width:30px;height:30px;}
.scs-check-list .scs-icon{width:22px;height:22px;}
.scs-nav-toggle .scs-icon{width:36px;height:36px;}
@media (max-width: 767px){
  .scs-pain-card .scs-card-icon-box{width:auto;height:auto;justify-content:flex-start;margin:0 0 24px;color:var(--accent);}
  .scs-pain-card .scs-card-icon-box .scs-icon{width:32px;height:32px;}
  .scs-diff-card .scs-card-icon-box{width:104px;height:104px;margin-bottom:34px;border:1px solid rgba(169,25,25,.18);color:var(--accent);}
  .scs-diff-card .scs-card-icon-box .scs-icon{width:34px;height:34px;}
  .scs-solution-head > .scs-icon{width:34px;height:34px;flex:0 0 34px;margin-top:6px;}
  .scs-article-arrow{width:30px;height:30px;}
  .scs-check-list .scs-icon{width:22px;height:22px;margin-top:3px;padding:4px;border:2px solid var(--accent);border-radius:50%;}
  .scs-nav-toggle .scs-icon{width:36px;height:36px;}

  /* Methodology timeline restored from previous mobile pass */
  #metodologia .scs-method-grid { grid-template-columns: 1fr; gap: 26px; }
  #metodologia .scs-method-image { display: none; }
  #metodologia .scs-title, #metodologia .scs-intro { display: none; }
  .scs-method-steps {
    position: relative;
    gap: 0;
    padding: 4px 0 0;
  }
  .scs-method-steps::before {
    content: '';
    position: absolute;
    left: 23px;
    top: 14px;
    bottom: 14px;
    width: 1px;
    background: #d9d9d9;
  }
  .scs-method-step {
    position: relative;
    display: block;
    padding: 24px 0 44px 78px;
    border: 0;
  }
  .scs-method-step > div:first-child {
    position: absolute;
    left: 0;
    top: 24px;
    width: 100px;
    z-index: 2;
  }
  .scs-method-step > div:first-child::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border: 2px solid rgba(169,25,25,.92);
    background: #fff;
    box-shadow: inset 0 0 0 7px rgba(169,25,25,.92);
  }
  .scs-method-num {
    display: block;
    margin-left: 46px;
    margin-top: 4px;
    font-size: 1rem;
    letter-spacing: .08em;
  }
  .scs-method-step .scs-icon { display: none; }
  .scs-method-step h3 { margin: 0 0 14px; font-size: 1.18rem; line-height: 1.28; }
  .scs-method-step p { font-size: 1rem; line-height: 1.75; }
}

/* request: mobile hero spacing + centered CTA + pain cards hover style */
.scs-pain-card{
  position:relative;
  border:1px solid rgba(169,25,25,.18);
  background:rgba(255,255,255,.88);
  overflow:hidden;
}
.scs-pain-card::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:6px;
  height:100%;
  background:transparent;
  transition:background-color .35s ease, opacity .35s ease;
  opacity:0;
}
.scs-pain-card:hover,
.scs-pain-card.is-active{
  background:#fff;
  border-color:rgba(169,25,25,.28);
  box-shadow:0 16px 30px rgba(20,20,20,.06);
  transform:translateY(-4px);
}
.scs-pain-card:hover::before,
.scs-pain-card.is-active::before{
  background:var(--accent);
  opacity:1;
}

@media (max-width: 767px){
  .scs-hero{
    min-height:100svh;
    align-items:flex-start;
  }
  .scs-hero-inner{
    padding-top:6.65rem;
    padding-bottom:.4rem;
  }
  .scs-hero-grid{
    gap:1.05rem;
  }
  .scs-hero-copy{
    max-width:100%;
  }
  .scs-status-bar{
    margin-bottom:.95rem;
    padding:.76rem .95rem;
  }
  .scs-hero-copy .scs-title-xl{
    max-width:7.8ch;
    font-size:clamp(2.78rem,10.1vw,3.9rem);
    line-height:1.01;
    letter-spacing:-0.048em;
  }
  .scs-hero-copy .scs-intro{
    max-width:100%;
    margin-top:.95rem;
    font-size:.94rem;
    line-height:1.5;
  }
  .scs-hero-actions{
    margin-top:1.15rem;
    gap:.75rem;
  }
  .scs-hero-actions .scs-button{
    min-height:4.15rem;
    font-size:.92rem;
    letter-spacing:.03em;
  }
  .scs-hero-actions .scs-button-primary{
    position:relative;
    justify-content:center;
    text-align:center;
    padding:.92rem 4rem .92rem 1.65rem;
  }
  .scs-hero-actions .scs-button-primary .scs-icon{
    position:absolute;
    right:1.35rem;
    top:50%;
    transform:translateY(-50%);
  }
  .scs-hero-actions .scs-button-outline{
    min-height:3.95rem;
  }
  .scs-client-bar{
    margin-top:.7rem;
    padding-top:.55rem;
  }

  .scs-pain-grid{
    gap:1.35rem;
    background:transparent;
    grid-template-columns:1fr;
  }
  .scs-pain-card{
    padding:2.5rem 2.3rem 2.35rem;
    background:rgba(255,255,255,.94);
    min-height:17.6rem;
  }
  .scs-pain-card::before{
    opacity:1;
    background:transparent;
  }
  .scs-pain-card:first-child::before,
  .scs-pain-card:hover::before{
    background:var(--accent);
  }
  .scs-pain-card:first-child{
    border-color:rgba(169,25,25,.28);
  }
  .scs-pain-card .scs-card-icon-box{
    margin:0 0 2rem;
  }
  .scs-pain-card .scs-card-title{
    margin:0 0 1.25rem;
    font-size:1.08rem;
    line-height:1.25;
  }
  .scs-pain-card .scs-card-desc{
    font-size:1rem;
    line-height:1.62;
  }
}


/* mobile pass refined from video reference */
@media (max-width: 767px){
  :root{ --gutter-mobile: 52px; }
  .scs-navbar-inner{ min-height: 76px; }
  .scs-navbar{ background: rgba(10,10,12,.9); }

  .scs-hero{ min-height: auto; }
  .scs-hero-inner{ padding-top: 5.8rem; padding-bottom: .35rem; }
  .scs-hero-grid{ gap: .78rem; }
  .scs-status-bar{ margin-bottom: .9rem; padding: .72rem .92rem; }
  .scs-hero-copy .scs-title-xl{ max-width: 7.1ch; font-size: clamp(2.7rem, 10.4vw, 3.95rem); line-height: .99; }
  .scs-hero-copy .scs-intro{ margin-top: .78rem; max-width: 100%; font-size: .92rem; line-height: 1.46; }
  .scs-hero-actions{ margin-top: 1rem; gap: .68rem; }
  .scs-hero-actions .scs-button,
  .scs-hero-actions .scs-button:first-child,
  .scs-hero-actions .scs-button:last-child{ width: 100%; min-width: 0; }
  .scs-hero-actions .scs-button{ min-height: 4rem; }
  .scs-hero-actions .scs-button-primary{ padding: .88rem 3.8rem .88rem 1.4rem; font-size: .92rem; letter-spacing: .025em; }
  .scs-hero-actions .scs-button-primary .scs-icon{ right: 1.15rem; }
  .scs-client-bar{ margin-top: .5rem; padding-top: .45rem; }

  .scs-section{ padding-top: 4.35rem; padding-bottom: 4.35rem; }
  .scs-section-pad{ padding-top: 4.35rem; padding-bottom: 4.35rem; }
  .scs-section-header{ margin-bottom: 2.4rem; }
  .scs-section-header .scs-eyebrow{ margin-bottom: .95rem; }
  .scs-section-header .scs-title{ font-size: clamp(2.15rem, 9vw, 3.05rem); line-height: 1.08; max-width: 8.6ch; }
  .scs-section-header .scs-text{ margin-top: 1rem; font-size: .98rem; line-height: 1.72; }

  .scs-pain-grid{ gap: 1.28rem; }
  .scs-pain-card{ min-height: 15.6rem; padding: 2.25rem 2.1rem 2.12rem; }
  .scs-pain-card .scs-card-icon-box{ width: auto; height: auto; border: 0; margin: 0 0 1.6rem; padding: 0; }
  .scs-pain-card .scs-card-icon-box .scs-icon{ width: 1.8rem; height: 1.8rem; }
  .scs-pain-card .scs-card-title{ font-size: 1rem; margin-bottom: 1rem; }
  .scs-pain-card .scs-card-desc{ font-size: .96rem; line-height: 1.58; }

  .scs-solution-header{ max-width: 100%; margin-bottom: 2.1rem; }
  .scs-solution-header .scs-title{ max-width: 8.5ch; }
  .scs-solution-layout{ gap: 1.25rem; }
  .scs-solution-tabs{ gap: .65rem; }
  .scs-solution-tab{ min-height: 4.5rem; padding: 0 1.35rem; font-size: 1rem; }
  .scs-solution-panel{ padding: 1.75rem 1.45rem; }
  .scs-solution-head{ gap: 1rem; margin-bottom: 1.15rem; align-items: flex-start; }
  .scs-solution-head > .scs-icon{ width: 1.8rem; height: 1.8rem; flex: 0 0 1.8rem; margin-top: .15rem; }
  .scs-solution-panel .scs-title{ font-size: 1.05rem; line-height: 1.2; }
  .scs-solution-panel .scs-text{ font-size: .97rem; line-height: 1.64; }
  .scs-kpis{ gap: .65rem; margin-top: 1.35rem; }
  .scs-kpi{ padding: .8rem 1rem; font-size: .9rem; }

  .scs-diff-grid{ gap: 0; }
  .scs-diff-card{ padding: 2.25rem 0 2.55rem; min-height: 0; border-left: 0; border-right: 0; border-top: 1px solid rgba(20,20,20,.12); border-bottom: 0; background: transparent; }
  .scs-diff-grid .scs-diff-card:last-child{ border-bottom: 1px solid rgba(20,20,20,.12); }
  .scs-diff-card .scs-card-icon-box{ width: 6.4rem; height: 6.4rem; margin: 0 0 1.7rem; border: 1px solid rgba(169,25,25,.18); }
  .scs-diff-card .scs-card-icon-box .scs-icon{ width: 1.72rem; height: 1.72rem; }
  .scs-diff-card .scs-card-title{ font-size: 1rem; line-height: 1.24; margin-bottom: 1rem; }
  .scs-diff-card .scs-card-desc{ font-size: .97rem; line-height: 1.62; max-width: 18rem; }

  .scs-method-grid{ gap: 0; }
  .scs-method-steps{ margin-top: .4rem; }
  .scs-method-step{ padding: 1.9rem 0 2.35rem 5.2rem; }
  .scs-method-step > div:first-child{ width: 5.1rem; top: 1.9rem; }
  .scs-method-step > div:first-child::before{ width: 1.9rem; height: 1.9rem; box-shadow: inset 0 0 0 .46rem rgba(169,25,25,.92); }
  .scs-method-num{ margin-left: 2.55rem; margin-top: .15rem; font-size: .98rem; }
  .scs-method-step h3{ font-size: 1.02rem; margin-bottom: .8rem; }
  .scs-method-step p{ font-size: .96rem; line-height: 1.68; }

  .scs-articles-grid{ gap: 1rem; }
  .scs-article-card{ padding: 2rem 2rem 2.1rem; min-height: 17rem; }
  .scs-article-top{ align-items: flex-start; }
  .scs-article-tag{ font-size: .88rem; letter-spacing: .12em; }
  .scs-article-card h3{ font-size: 1.02rem; line-height: 1.42; max-width: 11ch; }
  .scs-article-card p{ margin-top: .95rem; font-size: .96rem; line-height: 1.68; }
  .scs-article-arrow{ width: 1.7rem; height: 1.7rem; margin-top: 0; }

  .scs-cta-layout{ gap: 1.9rem; }
  .scs-check-list{ gap: .9rem; margin-top: 1.6rem; }
  .scs-check-list li{ gap: .75rem; font-size: .98rem; line-height: 1.5; }
  .scs-check-list .scs-icon{ width: 1.45rem; height: 1.45rem; }
  .scs-form-box{ padding: 1.7rem 1.35rem; }
  .scs-field input,
  .scs-field select,
  .scs-field textarea{ min-height: 3.65rem; font-size: .98rem; }
}

/* desktop + tablet pass from reference screenshots */
@media (min-width: 1200px){
  :root{ --container: 1320px; --gutter-desktop: 92px; }
  .scs-navbar-inner{ min-height: 82px; }
  .scs-nav-desktop{ gap: 30px; }
  .scs-nav-link{ font-size: 13px; letter-spacing: .06em; }
  .scs-nav-cta{ min-height: 52px; padding: 14px 28px; }

  .scs-hero{ min-height: 100vh; }
  .scs-hero-inner{ padding-top: 150px; padding-bottom: 28px; }
  .scs-hero-grid{ grid-template-columns: minmax(0, 1.18fr) minmax(420px, .82fr); gap: 56px; align-items: start; }
  .scs-status-bar{ margin-bottom: 38px; padding: 13px 18px; }
  .scs-hero-copy .scs-title-xl{ max-width: 8.2ch; font-size: clamp(4.6rem, 5.7vw, 6.3rem); line-height: .95; }
  .scs-hero-copy .scs-intro{ max-width: 660px; margin-top: 28px; font-size: 18px; line-height: 1.48; }
  .scs-hero-actions{ margin-top: 38px; gap: 18px; }
  .scs-hero-actions .scs-button:first-child{ min-width: 410px; justify-content: space-between; }
  .scs-hero-actions .scs-button:last-child{ min-width: 250px; }
  .scs-hero-panel{ max-width: 500px; margin-top: 110px; padding: 34px 34px 30px; }
  .scs-panel-title{ margin-bottom: 26px; }
  .scs-progress-item + .scs-progress-item{ margin-top: 24px; }
  .scs-client-bar{ margin-top: 94px; padding-top: 38px; }
  .scs-client-label{ margin-bottom: 28px; }
  .scs-client-list{ gap: 18px 44px; }
  .scs-client-list span{ font-size: 1.2rem; opacity: .9; }
  .scs-scroll-indicator{ bottom: 18px; }
  .scs-scroll-indicator .scs-icon{ width: 22px; height: 22px; }

  .scs-section-pad{ padding: 108px 0 118px; }
  .scs-section-header{ max-width: 760px; margin-bottom: 58px; }
  .scs-section-header .scs-title{ font-size: clamp(3.9rem, 5.4vw, 5rem); line-height: .98; max-width: 8.3ch; }
  .scs-section-header .scs-intro{ max-width: 760px; margin-top: 22px; font-size: 17px; line-height: 1.6; }
  .scs-section-header.center .scs-title{ max-width: 12ch; margin-left: auto; margin-right: auto; }

  .scs-pain-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; background: transparent; }
  .scs-pain-card{ min-height: 252px; padding: 40px 38px 34px; border: 1px solid rgba(20,20,20,.10); background: rgba(255,255,255,.82); box-shadow: none; transform: none; }
  .scs-pain-card::before{ display: none; }
  .scs-pain-card .scs-card-icon-box{ width: auto; height: auto; margin: 0 0 22px; border: 0; }
  .scs-pain-card .scs-card-icon-box .scs-icon{ width: 26px; height: 26px; }
  .scs-pain-card .scs-card-title{ font-size: 1rem; margin-bottom: 16px; }
  .scs-pain-card .scs-card-desc{ font-size: 15px; line-height: 1.6; }

  .scs-solution-header{ max-width: 470px; margin-bottom: 54px; }
  .scs-solution-header .scs-title{ max-width: 6ch; }
  .scs-solution-header .scs-intro{ max-width: 500px; }
  .scs-solution-layout{ grid-template-columns: 425px minmax(0, 1fr); gap: 34px; align-items: start; }
  .scs-solution-tabs{ gap: 10px; }
  .scs-solution-tab{ min-height: 68px; padding: 20px 26px; font-size: 16px; }
  .scs-solution-panel{ min-height: 455px; padding: 48px 54px 44px; }
  .scs-solution-head{ gap: 18px; margin-bottom: 28px; }
  .scs-solution-head > .scs-icon{ width: 32px; height: 32px; flex-basis: 32px; margin-top: 6px; }
  .scs-solution-panel .scs-card-title{ font-size: 1.55rem !important; }
  .scs-solution-panel .scs-text{ max-width: 760px; font-size: 17px; line-height: 1.65; }
  .scs-kpis{ gap: 14px; }
  .scs-kpi{ padding: 10px 18px; }

  .scs-diff-grid{ grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1px; background: rgba(20,20,20,.10); }
  .scs-diff-card{ min-height: 286px; padding: 46px 46px 40px; background: rgba(255,255,255,.72); border: 0; }
  .scs-diff-card .scs-card-icon-box{ width: 56px; height: 56px; margin: 0 0 30px; border: 1px solid rgba(169,25,25,.22); }
  .scs-diff-card .scs-card-icon-box .scs-icon{ width: 22px; height: 22px; }
  .scs-diff-card .scs-card-title{ font-size: 18px; line-height: 1.38; margin-bottom: 16px; max-width: 17ch; }
  .scs-diff-card .scs-card-desc{ max-width: 31ch; font-size: 15px; line-height: 1.65; }

  #metodologia .scs-method-grid{ grid-template-columns: minmax(420px,.92fr) minmax(0,1.08fr); gap: 88px; }
  #metodologia .scs-title{ max-width: 8ch; font-size: clamp(3.2rem,4.6vw,4.4rem); }
  #metodologia .scs-intro{ max-width: 630px; font-size: 17px; line-height: 1.68; }
  #metodologia .scs-method-image{ margin-top: 40px; }
  #metodologia .scs-method-image img{ height: 360px; }
  #metodologia .scs-method-steps{ position: relative; gap: 0; padding-top: 6px; }
  #metodologia .scs-method-steps::before{ content:''; position:absolute; left: 18px; top: 18px; bottom: 18px; width:1px; background:#d8d8d8; }
  #metodologia .scs-method-step{ grid-template-columns: 78px minmax(0,1fr); gap: 26px; padding: 0 0 48px; border:0; position: relative; }
  #metodologia .scs-method-step:last-child{ padding-bottom: 0; }
  #metodologia .scs-method-step > div:first-child{ position: relative; min-height: 34px; }
  #metodologia .scs-method-step > div:first-child::before{ content:''; position:absolute; left:0; top:4px; width: 30px; height:30px; border:2px solid rgba(169,25,25,.9); background:#fff; box-shadow: inset 0 0 0 7px rgba(169,25,25,.9); z-index:2; }
  #metodologia .scs-method-num{ display:block; margin-left: 58px; margin-top: 4px; font-size: 12px; letter-spacing: .12em; }
  #metodologia .scs-method-step .scs-icon{ display:none; }
  #metodologia .scs-method-step h3{ margin: 0 0 10px; font-size: 18px; line-height: 1.35; }
  #metodologia .scs-method-step p{ font-size: 15px; line-height: 1.62; max-width: 44ch; }
}

@media (min-width: 768px) and (max-width: 1199px){
  :root{ --gutter-tablet: 56px; }
  .scs-container{ width: min(calc(100% - var(--gutter-tablet)), 1120px); }
  .scs-navbar-inner{ min-height: 78px; }
  .scs-nav-desktop{ display:flex; gap:22px; }
  .scs-nav-link{ font-size: 12px; letter-spacing: .05em; }
  .scs-nav-cta{ min-height: 46px; padding: 12px 20px; font-size: 12px; }
  .scs-nav-toggle{ display:none; }

  .scs-hero{ min-height: auto; }
  .scs-hero-inner{ padding-top: 128px; padding-bottom: 24px; }
  .scs-hero-grid{ grid-template-columns: minmax(0,1fr) 380px; gap: 32px; align-items: start; }
  .scs-hero-panel{ display:block; justify-self:end; max-width: 380px; margin-top: 86px; padding: 28px 28px 24px; }
  .scs-hero-copy .scs-title-xl{ max-width: 8.2ch; font-size: clamp(3.5rem, 6vw, 4.8rem); line-height: .96; }
  .scs-hero-copy .scs-intro{ max-width: 560px; font-size: 17px; line-height: 1.52; }
  .scs-status-bar{ margin-bottom: 24px; }
  .scs-hero-actions{ margin-top: 28px; gap: 14px; flex-direction: row; }
  .scs-hero-actions .scs-button{ width:auto; }
  .scs-hero-actions .scs-button:first-child{ min-width: 320px; }
  .scs-hero-actions .scs-button:last-child{ min-width: 220px; }
  .scs-client-bar{ margin-top: 64px; padding-top: 24px; }
  .scs-client-list{ gap: 16px 32px; }
  .scs-client-list span{ font-size: 1.1rem; }
  .scs-scroll-indicator{ display:none; }

  .scs-section-pad{ padding: 88px 0 96px; }
  .scs-section-header{ margin-bottom: 48px; }
  .scs-section-header .scs-title{ font-size: clamp(3rem,5vw,4.1rem); line-height: 1; }
  .scs-section-header .scs-intro{ font-size: 16px; line-height: 1.6; max-width: 660px; }
  .scs-section-header.center .scs-title{ max-width: 11ch; }

  .scs-pain-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; background: transparent; }
  .scs-pain-card{ min-height: 230px; padding: 34px 30px; border: 1px solid rgba(20,20,20,.10); background: rgba(255,255,255,.82); }
  .scs-pain-card::before{ display:none; }
  .scs-pain-card .scs-card-icon-box{ width:auto; height:auto; margin:0 0 18px; border:0; }
  .scs-pain-card .scs-card-icon-box .scs-icon{ width:24px; height:24px; }

  .scs-solution-layout{ grid-template-columns: 320px minmax(0,1fr); gap: 24px; }
  .scs-solution-tab{ min-height: 62px; padding: 18px 20px; font-size: 15px; }
  .scs-solution-panel{ padding: 34px 34px 30px; }
  .scs-solution-head > .scs-icon{ width: 30px; height: 30px; flex-basis: 30px; }
  .scs-solution-panel .scs-card-title{ font-size: 1.35rem !important; }
  .scs-kpi{ padding: 9px 14px; font-size: 12px; }

  .scs-diff-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .scs-diff-card{ padding: 36px 34px; min-height: 258px; background: rgba(255,255,255,.72); }
  .scs-diff-card .scs-card-icon-box{ width: 52px; height: 52px; margin-bottom: 24px; border: 1px solid rgba(169,25,25,.22); }
  .scs-diff-card .scs-card-icon-box .scs-icon{ width: 20px; height: 20px; }

  #metodologia .scs-method-grid{ grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: 46px; }
  #metodologia .scs-method-image img{ height: 290px; }
  #metodologia .scs-method-steps{ position: relative; gap: 0; }
  #metodologia .scs-method-steps::before{ content:''; position:absolute; left: 14px; top: 14px; bottom: 14px; width:1px; background:#d8d8d8; }
  #metodologia .scs-method-step{ grid-template-columns: 64px minmax(0,1fr); gap: 20px; padding: 0 0 34px; border:0; }
  #metodologia .scs-method-step:last-child{ padding-bottom: 0; }
  #metodologia .scs-method-step > div:first-child{ position:relative; }
  #metodologia .scs-method-step > div:first-child::before{ content:''; position:absolute; left:0; top:2px; width:24px; height:24px; border:2px solid rgba(169,25,25,.9); background:#fff; box-shadow: inset 0 0 0 6px rgba(169,25,25,.9); }
  #metodologia .scs-method-num{ display:block; margin-left: 42px; margin-top: 2px; font-size: 12px; }
  #metodologia .scs-method-step .scs-icon{ display:none; }
  #metodologia .scs-method-step h3{ margin:0 0 8px; font-size: 17px; }
  #metodologia .scs-method-step p{ font-size: 14px; line-height: 1.58; }
}


/* hero desktop/tablet structural centering fix */
.scs-hero-actions .scs-button-primary{position:relative;justify-content:center;text-align:center;padding-right:4.25rem;}
.scs-hero-actions .scs-button-primary .scs-icon{position:absolute;right:1.4rem;top:50%;transform:translateY(-50%);}
.scs-hero-actions .scs-button-outline{justify-content:center;text-align:center;}

@media (min-width: 1200px){
  .scs-hero-inner{padding-top:9.25rem;padding-bottom:2.25rem;}
  .scs-hero-grid{
    grid-template-columns:minmax(0, 640px) minmax(380px, 460px);
    justify-content:space-between;
    align-items:center;
    gap:clamp(2.25rem,3.2vw,3.5rem);
  }
  .scs-hero-copy{
    max-width:640px;
    justify-self:start;
    padding-left:0;
    margin-left:0;
  }
  .scs-status-bar{margin-bottom:1.75rem;}
  .scs-hero-copy .scs-title-xl{
    max-width:10.8ch;
    font-size:clamp(4rem,4.8vw,5.15rem);
    line-height:.98;
  }
  .scs-hero-copy .scs-intro{
    max-width:34rem;
    margin-top:1.35rem;
    font-size:1.15rem;
    line-height:1.72;
  }
  .scs-hero-actions{
    margin-top:2.1rem;
    gap:.95rem;
    align-items:center;
  }
  .scs-hero-actions .scs-button:first-child{min-width:20rem;}
  .scs-hero-actions .scs-button:last-child{min-width:13.5rem;}
  .scs-hero-panel{
    width:100%;
    max-width:460px;
    justify-self:end;
    margin-right:0;
  }
  .scs-client-bar{
    max-width:640px;
    margin-top:4.25rem;
    padding-top:1.75rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px){
  .scs-hero-inner{padding-top:8.5rem;padding-bottom:2rem;}
  .scs-hero-grid{
    grid-template-columns:minmax(0,1fr) minmax(320px,420px);
    justify-content:space-between;
    align-items:center;
    gap:2rem;
  }
  .scs-hero-copy{
    max-width:34rem;
    justify-self:start;
  }
  .scs-hero-copy .scs-title-xl{
    max-width:10ch;
    font-size:clamp(3.4rem,5.7vw,4.4rem);
    line-height:1;
  }
  .scs-hero-copy .scs-intro{
    max-width:31rem;
    margin-top:1.1rem;
    font-size:1.04rem;
    line-height:1.68;
  }
  .scs-hero-actions{margin-top:1.7rem;gap:.85rem;flex-wrap:wrap;}
  .scs-hero-actions .scs-button:first-child{min-width:18rem;}
  .scs-hero-actions .scs-button:last-child{min-width:12.5rem;}
  .scs-hero-panel{display:block;max-width:420px;padding:1.65rem;justify-self:end;}
  .scs-client-bar{margin-top:3rem;padding-top:1.5rem;}
}

/* hero margin aligned with pain section */
@media (min-width: 1200px){
  .scs-hero-inner{width:min(calc(100% - var(--gutter-desktop)), var(--container));margin-inline:auto;padding-left:0;padding-right:0;}
  .scs-hero-grid{grid-template-columns:minmax(0, 700px) minmax(360px, 430px);justify-content:space-between;gap:48px;}
  .scs-hero-copy,.scs-hero-copy .scs-title-xl,.scs-hero-copy .scs-intro,.scs-client-bar{max-width:none;}
  .scs-hero-copy{width:100%;}
  .scs-hero-copy .scs-title-xl{max-width:10.5ch;}
  .scs-hero-copy .scs-intro{max-width:36rem;}
  .scs-client-bar{width:100%;}
}
@media (min-width: 768px) and (max-width: 1199px){
  .scs-hero-inner{width:min(calc(100% - var(--gutter-tablet)), 1120px);margin-inline:auto;padding-left:0;padding-right:0;}
  .scs-hero-grid{grid-template-columns:minmax(0, 1fr) 380px;justify-content:space-between;gap:32px;}
  .scs-hero-copy,.scs-client-bar{max-width:none;width:100%;}
}
