/* =====================================================
   WEB STYLES SHOWCASE — theme + page styles
   web-styles.css
   Loaded in addition to styles.css (which handles
   nav, footer, and global resets).
   ===================================================== */

/* =====================================================
   THEME VARIABLES
   Each theme block overrides these custom properties.
   Adding a new theme = one new [data-theme="x"] block.
   ===================================================== */

/* --- Theme 1: Gladstone Solutions (default) --- */
:root,
[data-theme="gladstone"] {
  --ws-hero-bg:          #1e2d3d;
  --ws-hero-text:        #ffffff;
  --ws-hero-sub:         rgba(255,255,255,.72);
  --ws-hero-label:       #e89b5d;
  --ws-section-bg:       #ffffff;
  --ws-section-alt-bg:   #f5f0e8;
  --ws-section-dark-bg:  #1e2d3d;
  --ws-section-dark-text:#ffffff;
  --ws-accent:           #c76a2f;
  --ws-accent-hover:     #b55a22;
  --ws-accent-text:      #ffffff;
  --ws-text-heading:     #1e2d3d;
  --ws-text-body:        #3a4a5c;
  --ws-text-muted:       #5f6d7e;
  --ws-card-bg:          #ffffff;
  --ws-card-border:      #e0d8cc;
  --ws-card-shadow:      0 4px 16px rgba(0,0,0,.08);
  --ws-card-radius:      10px;
  --ws-btn-radius:       6px;
  --ws-tier-highlight:   #c76a2f;
  --ws-step-num-bg:      #1e2d3d;
  --ws-step-num-text:    #e89b5d;
  --ws-font-heading:     'Barlow Condensed', 'Arial Narrow', Impact, sans-serif;
  --ws-font-body:        'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --ws-font-heading-weight: 700;
  --ws-font-heading-transform: uppercase;
  --ws-font-heading-spacing: 0.01em;
  --ws-switcher-bg:      #162230;
  --ws-switcher-border:  rgba(255,255,255,.1);
  --ws-switcher-btn-active-bg:    #c76a2f;
  --ws-switcher-btn-active-text:  #ffffff;
  --ws-switcher-btn-bg:           rgba(255,255,255,.07);
  --ws-switcher-btn-text:         rgba(255,255,255,.7);
  --ws-switcher-label:            rgba(255,255,255,.5);
  --ws-divider:          #e0d8cc;
  --ws-tag-bg:           rgba(199,106,47,.1);
  --ws-tag-text:         #c76a2f;
  --ws-icon-color:       #287d6e;
  --ws-check-color:      #287d6e;
  --ws-process-line:     #e0d8cc;
}

/* --- Theme 2: Trade & Industrial --- */
[data-theme="trade"] {
  --ws-hero-bg:          #141414;
  --ws-hero-text:        #ffffff;
  --ws-hero-sub:         rgba(255,255,255,.65);
  --ws-hero-label:       #e85c00;
  --ws-section-bg:       #1c1c1c;
  --ws-section-alt-bg:   #242424;
  --ws-section-dark-bg:  #0e0e0e;
  --ws-section-dark-text:#ffffff;
  --ws-accent:           #e85c00;
  --ws-accent-hover:     #cc4f00;
  --ws-accent-text:      #ffffff;
  --ws-text-heading:     #ffffff;
  --ws-text-body:        #c8c8c8;
  --ws-text-muted:       #888888;
  --ws-card-bg:          #222222;
  --ws-card-border:      #333333;
  --ws-card-shadow:      0 4px 20px rgba(0,0,0,.4);
  --ws-card-radius:      4px;
  --ws-btn-radius:       3px;
  --ws-tier-highlight:   #e85c00;
  --ws-step-num-bg:      #e85c00;
  --ws-step-num-text:    #ffffff;
  --ws-font-heading:     'Oswald', 'Arial Narrow', Impact, sans-serif;
  --ws-font-body:        'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --ws-font-heading-weight: 700;
  --ws-font-heading-transform: uppercase;
  --ws-font-heading-spacing: 0.04em;
  --ws-switcher-bg:      #0e0e0e;
  --ws-switcher-border:  rgba(255,255,255,.08);
  --ws-switcher-btn-active-bg:    #e85c00;
  --ws-switcher-btn-active-text:  #ffffff;
  --ws-switcher-btn-bg:           rgba(255,255,255,.06);
  --ws-switcher-btn-text:         rgba(255,255,255,.6);
  --ws-switcher-label:            rgba(255,255,255,.4);
  --ws-divider:          #333333;
  --ws-tag-bg:           rgba(232,92,0,.15);
  --ws-tag-text:         #e85c00;
  --ws-icon-color:       #e85c00;
  --ws-check-color:      #e85c00;
  --ws-process-line:     #333333;
}

/* --- Theme 3: Warm Artisan --- */
[data-theme="artisan"] {
  --ws-hero-bg:          #3b2a1e;
  --ws-hero-text:        #fdf8f0;
  --ws-hero-sub:         rgba(253,248,240,.72);
  --ws-hero-label:       #d4956a;
  --ws-section-bg:       #fdf8f0;
  --ws-section-alt-bg:   #f5ede0;
  --ws-section-dark-bg:  #3b2a1e;
  --ws-section-dark-text:#fdf8f0;
  --ws-accent:           #c47c5a;
  --ws-accent-hover:     #ad6848;
  --ws-accent-text:      #ffffff;
  --ws-text-heading:     #2e1f14;
  --ws-text-body:        #4a3728;
  --ws-text-muted:       #7a6658;
  --ws-card-bg:          #ffffff;
  --ws-card-border:      #e8d9c8;
  --ws-card-shadow:      0 4px 20px rgba(59,42,30,.1);
  --ws-card-radius:      16px;
  --ws-btn-radius:       50px;
  --ws-tier-highlight:   #c47c5a;
  --ws-step-num-bg:      #c47c5a;
  --ws-step-num-text:    #ffffff;
  --ws-font-heading:     'Playfair Display', Georgia, 'Times New Roman', serif;
  --ws-font-body:        'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --ws-font-heading-weight: 700;
  --ws-font-heading-transform: none;
  --ws-font-heading-spacing: -0.01em;
  --ws-switcher-bg:      #2e1f14;
  --ws-switcher-border:  rgba(255,255,255,.1);
  --ws-switcher-btn-active-bg:    #c47c5a;
  --ws-switcher-btn-active-text:  #ffffff;
  --ws-switcher-btn-bg:           rgba(255,255,255,.08);
  --ws-switcher-btn-text:         rgba(253,248,240,.65);
  --ws-switcher-label:            rgba(253,248,240,.45);
  --ws-divider:          #e8d9c8;
  --ws-tag-bg:           rgba(196,124,90,.12);
  --ws-tag-text:         #c47c5a;
  --ws-icon-color:       #7a9e7e;
  --ws-check-color:      #7a9e7e;
  --ws-process-line:     #e8d9c8;
}


/* =====================================================
   THEME SWITCHER BAR
   ===================================================== */

.ws-theme-bar {
  position: sticky;
  top: var(--nav-height, 72px);
  z-index: 90;
  background: var(--ws-switcher-bg);
  border-bottom: 1px solid var(--ws-switcher-border);
  padding: 10px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: background .35s ease, border-color .35s ease;
}

.ws-theme-bar-label {
  font-family: var(--ws-font-body);
  font-size: .78rem;
  font-weight: 500;
  color: var(--ws-switcher-label);
  white-space: nowrap;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: color .35s ease;
}

.ws-theme-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.ws-theme-btn {
  font-family: var(--ws-font-body);
  font-size: .8rem;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
  background: var(--ws-switcher-btn-bg);
  color: var(--ws-switcher-btn-text);
  transition: background .2s, color .2s, border-color .2s, transform .15s;
  line-height: 1;
}

.ws-theme-btn:hover {
  background: rgba(255,255,255,.14);
  color: #fff;
  transform: translateY(-1px);
}

.ws-theme-btn.active {
  background: var(--ws-switcher-btn-active-bg);
  color: var(--ws-switcher-btn-active-text);
  border-color: transparent;
}

.ws-theme-btn .ws-btn-sub {
  display: block;
  font-size: .68rem;
  opacity: .72;
  margin-top: 2px;
  font-weight: 400;
}

/* Custom build CTA inside the theme bar */
.ws-custom-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
  flex-shrink: 0;
}

.ws-custom-divider {
  display: block;
  width: 1px;
  height: 32px;
  background: var(--ws-switcher-border);
  transition: background .35s ease;
}

.ws-custom-link {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: var(--ws-font-body);
  font-size: .82rem;
  font-weight: 600;
  color: var(--ws-switcher-btn-active-bg);
  text-decoration: none;
  line-height: 1.2;
  transition: color .35s ease, opacity .2s;
  white-space: nowrap;
}

.ws-custom-link svg {
  display: none;
}

.ws-custom-link:hover {
  opacity: .8;
}

.ws-custom-link-sub {
  display: block;
  font-size: .68rem;
  font-weight: 400;
  color: var(--ws-switcher-label);
  transition: color .35s ease;
}


/* =====================================================
   PAGE WRAPPER & TRANSITIONS
   ===================================================== */

.ws-page {
  transition: background .35s ease;
}

/* All transitioning elements */
.ws-hero,
.ws-section,
.ws-section-alt,
.ws-section-dark,
.ws-card,
.ws-tier,
.ws-step-num,
.ws-btn,
.ws-tag,
.ws-maint-item {
  transition: background .35s ease, color .35s ease, border-color .35s ease, box-shadow .35s ease;
}


/* =====================================================
   HERO
   ===================================================== */

.ws-hero {
  background: var(--ws-hero-bg);
  padding: 96px 0 80px;
}

.ws-hero-inner {
  max-width: var(--max-width, 1180px);
  margin: 0 auto;
  padding: 0 24px;
}

.ws-hero-label {
  display: inline-block;
  font-family: var(--ws-font-body);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ws-hero-label);
  margin-bottom: 16px;
  transition: color .35s ease;
}

.ws-hero h1 {
  font-family: var(--ws-font-heading);
  font-weight: var(--ws-font-heading-weight);
  text-transform: var(--ws-font-heading-transform);
  letter-spacing: var(--ws-font-heading-spacing);
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  line-height: 1.08;
  color: var(--ws-hero-text);
  margin: 0 0 20px;
  max-width: 680px;
  transition: color .35s ease, font-family .35s ease;
}

.ws-hero-sub {
  font-family: var(--ws-font-body);
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--ws-hero-sub);
  max-width: 580px;
  margin: 0 0 36px;
  transition: color .35s ease;
}

.ws-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ws-font-body);
  font-size: .95rem;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: var(--ws-btn-radius);
  background: var(--ws-accent);
  color: var(--ws-accent-text);
  text-decoration: none;
  transition: background .2s, transform .15s, border-radius .35s;
}

.ws-hero-btn:hover {
  background: var(--ws-accent-hover);
  transform: translateY(-2px);
}

.ws-hero-btn svg {
  width: 16px;
  height: 16px;
  transition: transform .2s;
}

.ws-hero-btn:hover svg {
  transform: translateX(3px);
}


/* =====================================================
   SECTIONS
   ===================================================== */

.ws-section {
  background: var(--ws-section-bg);
  padding: 88px 0;
}

.ws-section-alt {
  background: var(--ws-section-alt-bg);
  padding: 88px 0;
}

.ws-section-dark {
  background: var(--ws-section-dark-bg);
  padding: 88px 0;
}

.ws-container {
  max-width: var(--max-width, 1180px);
  margin: 0 auto;
  padding: 0 24px;
}

.ws-section-label {
  display: inline-block;
  font-family: var(--ws-font-body);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ws-accent);
  margin-bottom: 12px;
  transition: color .35s ease;
}

.ws-section-title {
  font-family: var(--ws-font-heading);
  font-weight: var(--ws-font-heading-weight);
  text-transform: var(--ws-font-heading-transform);
  letter-spacing: var(--ws-font-heading-spacing);
  font-size: clamp(1.7rem, 3.5vw, 2.6rem);
  line-height: 1.12;
  color: var(--ws-text-heading);
  margin: 0 0 16px;
  transition: color .35s ease, font-family .35s ease;
}

.ws-section-dark .ws-section-title {
  color: var(--ws-section-dark-text);
}

.ws-section-subtitle {
  font-family: var(--ws-font-body);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ws-text-muted);
  max-width: 560px;
  margin: 0 0 48px;
  transition: color .35s ease;
}

.ws-section-dark .ws-section-subtitle {
  color: rgba(255,255,255,.6);
}

.ws-section-header {
  margin-bottom: 48px;
}

.ws-section-header--center {
  text-align: center;
}

.ws-section-header--center .ws-section-subtitle {
  margin-left: auto;
  margin-right: auto;
}

.ws-divider {
  border: none;
  border-top: 1px solid var(--ws-divider);
  margin: 0;
  transition: border-color .35s ease;
}


/* =====================================================
   WEBSITE TYPE CARDS
   ===================================================== */

.ws-types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.ws-card {
  background: var(--ws-card-bg);
  border: 1px solid var(--ws-card-border);
  border-radius: var(--ws-card-radius);
  box-shadow: var(--ws-card-shadow);
  padding: 32px 28px;
  transition: background .35s ease, border-color .35s ease, box-shadow .35s ease,
              border-radius .35s ease, transform .2s ease;
}

.ws-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,.14);
}

.ws-card-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ws-tag-bg);
  border-radius: calc(var(--ws-card-radius) * .8);
  margin-bottom: 20px;
  transition: background .35s ease, border-radius .35s ease;
}

.ws-card-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--ws-icon-color);
  transition: stroke .35s ease;
}

.ws-card h3 {
  font-family: var(--ws-font-heading);
  font-weight: var(--ws-font-heading-weight);
  text-transform: var(--ws-font-heading-transform);
  letter-spacing: var(--ws-font-heading-spacing);
  font-size: 1.2rem;
  color: var(--ws-text-heading);
  margin: 0 0 10px;
  transition: color .35s ease, font-family .35s ease;
}

.ws-card p {
  font-family: var(--ws-font-body);
  font-size: .9rem;
  line-height: 1.65;
  color: var(--ws-text-body);
  margin: 0 0 16px;
  transition: color .35s ease;
}

.ws-tag {
  display: inline-block;
  font-family: var(--ws-font-body);
  font-size: .72rem;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 3px;
  background: var(--ws-tag-bg);
  color: var(--ws-tag-text);
  text-transform: uppercase;
  letter-spacing: .06em;
  transition: background .35s ease, color .35s ease;
}

.ws-card-examples {
  font-family: var(--ws-font-body);
  font-size: .8rem;
  color: var(--ws-text-muted);
  margin: 12px 0 0;
  transition: color .35s ease;
}


/* =====================================================
   COMPLEXITY / SCOPE TIERS
   ===================================================== */

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

.ws-tier {
  background: var(--ws-card-bg);
  border: 2px solid var(--ws-card-border);
  border-radius: var(--ws-card-radius);
  padding: 32px 28px 36px;
  transition: background .35s ease, border-color .35s ease, border-radius .35s ease;
}

.ws-tier--highlight {
  border-color: var(--ws-tier-highlight);
  position: relative;
}

.ws-tier--highlight::before {
  content: 'Most popular';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--ws-font-body);
  font-size: .72rem;
  font-weight: 600;
  padding: 3px 12px;
  background: var(--ws-tier-highlight);
  color: #fff;
  border-radius: 20px;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background .35s ease;
}

.ws-tier-name {
  font-family: var(--ws-font-heading);
  font-weight: var(--ws-font-heading-weight);
  text-transform: var(--ws-font-heading-transform);
  letter-spacing: var(--ws-font-heading-spacing);
  font-size: 1.4rem;
  color: var(--ws-text-heading);
  margin: 0 0 4px;
  transition: color .35s ease, font-family .35s ease;
}

.ws-tier-scope {
  font-family: var(--ws-font-body);
  font-size: .82rem;
  color: var(--ws-accent);
  font-weight: 600;
  margin-bottom: 20px;
  transition: color .35s ease;
}

.ws-tier-desc {
  font-family: var(--ws-font-body);
  font-size: .88rem;
  line-height: 1.65;
  color: var(--ws-text-body);
  margin: 0 0 24px;
  transition: color .35s ease;
}

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

.ws-tier-features li {
  font-family: var(--ws-font-body);
  font-size: .85rem;
  color: var(--ws-text-body);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  transition: color .35s ease;
}

.ws-tier-features li svg {
  width: 15px;
  height: 15px;
  stroke: var(--ws-check-color);
  flex-shrink: 0;
  margin-top: 2px;
  transition: stroke .35s ease;
}


/* =====================================================
   BUILD PROCESS STEPS
   ===================================================== */

.ws-process {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.ws-process::before {
  content: '';
  position: absolute;
  left: 23px;
  top: 48px;
  bottom: 48px;
  width: 2px;
  background: var(--ws-process-line);
  transition: background .35s ease;
}

.ws-step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 24px;
  padding: 24px 0;
  position: relative;
}

.ws-step-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--ws-step-num-bg);
  color: var(--ws-step-num-text);
  font-family: var(--ws-font-heading);
  font-weight: var(--ws-font-heading-weight);
  text-transform: var(--ws-font-heading-transform);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: background .35s ease, color .35s ease;
}

.ws-step-content h3 {
  font-family: var(--ws-font-heading);
  font-weight: var(--ws-font-heading-weight);
  text-transform: var(--ws-font-heading-transform);
  letter-spacing: var(--ws-font-heading-spacing);
  font-size: 1.15rem;
  color: var(--ws-text-heading);
  margin: 0 0 6px;
  padding-top: 10px;
  transition: color .35s ease, font-family .35s ease;
}

.ws-step-content p {
  font-family: var(--ws-font-body);
  font-size: .9rem;
  line-height: 1.65;
  color: var(--ws-text-body);
  margin: 0;
  transition: color .35s ease;
}

/* dark section overrides for process steps */
.ws-section-dark .ws-step-content h3 {
  color: var(--ws-section-dark-text);
}
.ws-section-dark .ws-step-content p {
  color: rgba(255,255,255,.6);
}
.ws-section-dark .ws-process::before {
  background: rgba(255,255,255,.12);
}


/* =====================================================
   MAINTENANCE ITEMS
   ===================================================== */

.ws-maint-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-bottom: 48px;
}

.ws-maint-item {
  background: var(--ws-card-bg);
  border: 1px solid var(--ws-card-border);
  border-radius: var(--ws-card-radius);
  padding: 28px 24px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  transition: background .35s ease, border-color .35s ease, border-radius .35s ease;
}

.ws-maint-icon {
  width: 40px;
  height: 40px;
  background: var(--ws-tag-bg);
  border-radius: calc(var(--ws-card-radius) * .7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .35s ease, border-radius .35s ease;
}

.ws-maint-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--ws-icon-color);
  transition: stroke .35s ease;
}

.ws-maint-item h4 {
  font-family: var(--ws-font-heading);
  font-weight: var(--ws-font-heading-weight);
  text-transform: var(--ws-font-heading-transform);
  letter-spacing: var(--ws-font-heading-spacing);
  font-size: 1.05rem;
  color: var(--ws-text-heading);
  margin: 0 0 6px;
  transition: color .35s ease, font-family .35s ease;
}

.ws-maint-item p {
  font-family: var(--ws-font-body);
  font-size: .87rem;
  line-height: 1.6;
  color: var(--ws-text-body);
  margin: 0;
  transition: color .35s ease;
}

.ws-maint-note {
  background: var(--ws-tag-bg);
  border-left: 3px solid var(--ws-accent);
  border-radius: 0 var(--ws-card-radius) var(--ws-card-radius) 0;
  padding: 20px 24px;
  font-family: var(--ws-font-body);
  font-size: .9rem;
  line-height: 1.65;
  color: var(--ws-text-body);
  transition: background .35s ease, border-color .35s ease, color .35s ease;
}

.ws-maint-note strong {
  color: var(--ws-accent);
  transition: color .35s ease;
}


/* =====================================================
   CTA BANNER
   ===================================================== */

.ws-cta {
  background: var(--ws-section-dark-bg);
  padding: 88px 0;
}

.ws-cta-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 0 24px;
}

.ws-cta h2 {
  font-family: var(--ws-font-heading);
  font-weight: var(--ws-font-heading-weight);
  text-transform: var(--ws-font-heading-transform);
  letter-spacing: var(--ws-font-heading-spacing);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--ws-section-dark-text);
  margin: 0 0 16px;
  transition: color .35s ease, font-family .35s ease;
}

.ws-cta p {
  font-family: var(--ws-font-body);
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255,255,255,.65);
  margin: 0 0 36px;
  transition: color .35s ease;
}

.ws-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ws-font-body);
  font-size: 1rem;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: var(--ws-btn-radius);
  background: var(--ws-accent);
  color: var(--ws-accent-text);
  text-decoration: none;
  transition: background .2s, transform .15s, border-radius .35s;
}

.ws-cta-btn:hover {
  background: var(--ws-accent-hover);
  transform: translateY(-2px);
}

.ws-cta-btn svg {
  width: 16px;
  height: 16px;
  transition: transform .2s;
}

.ws-cta-btn:hover svg {
  transform: translateX(3px);
}


/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 900px) {
  .ws-tiers-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .ws-hero { padding: 72px 0 60px; }
  .ws-section, .ws-section-alt, .ws-section-dark { padding: 64px 0; }
  .ws-types-grid { grid-template-columns: 1fr; }
  .ws-theme-bar { gap: 10px; padding: 10px 16px; }
  .ws-theme-bar-label { display: none; }
  .ws-theme-btn .ws-btn-sub { display: none; }
  .ws-custom-cta { display: none; }
  .ws-process::before { display: none; }
  .ws-step { grid-template-columns: 40px 1fr; gap: 16px; }
  .ws-step-num { width: 40px; height: 40px; font-size: .95rem; }
  .ws-maint-grid { grid-template-columns: 1fr; }
  .ws-cta { padding: 64px 0; }
}

@media (max-width: 480px) {
  .ws-hero h1 { font-size: 2rem; }
  .ws-section-title { font-size: 1.5rem; }
  .ws-theme-buttons { gap: 6px; }
  .ws-theme-btn { font-size: .75rem; padding: 5px 10px; }
}
