/*
Theme Name:   Blocksy Child — Sherman Epoxy Flooring
Theme URI:    https://shermanepoxyflooring.com
Description:  Child theme for Sherman Epoxy Flooring rank-and-rent site
Author:       Sherman Epoxy Flooring
Template:     blocksy
Version:      1.0.0
Text Domain:  blocksy-child
*/

/* ─── Google Fonts ───────────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700;800&display=swap');

/* ─── Tokens ──────────────────────────────────────────────────────── */
:root {
  --bg:           #f5f5f3;
  --surface:      #ffffff;
  --fg:           #1a1a1a;
  --muted:        #636363;
  --border:       #e0e0dd;
  --accent:       #E55C00;
  --accent-dark:  #c44d00;
  --accent-light: rgba(229,92,0,0.09);
  --dark:         #1c1c1c;
  --darker:       #111111;
  --font:         'IBM Plex Sans', -apple-system, system-ui, sans-serif;
  --r-sm:  4px;
  --r-md:  8px;
  --r-lg:  16px;
  --sh-sm: 0 1px 4px rgba(0,0,0,0.08);
  --sh-md: 0 4px 20px rgba(0,0,0,0.10);
  --sh-lg: 0 16px 48px rgba(0,0,0,0.14);
}

/* ─── Reset ───────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
a { color: inherit; }
a:hover { color: var(--accent); }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--fg);
  line-height: 1.6;
}
img  { max-width: 100%; display: block; }
a    { color: inherit; text-decoration: none; }
ul   { list-style: none; }

/* ─── Utilities ───────────────────────────────────────────────────── */
.sef-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.section-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
  font-family: var(--font);
}
.section-heading {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--fg);
  font-family: var(--font);
}
.section-sub {
  font-size: 17px;
  color: var(--muted);
  max-width: 540px;
  margin-top: 12px;
  line-height: 1.65;
  font-family: var(--font);
}

/* ─── Buttons ─────────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: var(--r-md);
  cursor: pointer;
  border: none;
  transition: all 0.18s ease;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1;
}
.btn-accent {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 2px 12px rgba(229,92,0,0.28);
}
.btn-accent:hover {
  background: var(--accent-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(229,92,0,0.36);
  color: #fff;
}
.btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.65);
}
.btn-outline:hover {
  background: rgba(255,255,255,0.12);
  border-color: #fff;
  color: #fff;
}
.btn-dark {
  background: var(--dark);
  color: #fff;
}
.btn-dark:hover {
  background: #2e2e2e;
  transform: translateY(-1px);
  color: #fff;
}
.btn-lg  { font-size: 16px; padding: 16px 34px; }
.btn-xl  { font-size: 18px; padding: 20px 44px; }

/* ─── Nav ─────────────────────────────────────────────────────────── */
.sef-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: background 0.22s, box-shadow 0.22s;
}
.sef-nav.scrolled {
  background: var(--surface);
  box-shadow: 0 1px 0 var(--border), var(--sh-sm);
}
.sef-nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.sef-logo {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  transition: color 0.22s;
  flex-shrink: 0;
  font-family: var(--font);
  text-decoration: none;
}
.sef-nav.scrolled .sef-logo { color: var(--fg); }
.sef-logo span { color: var(--accent); }
.sef-nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}
.sef-nav-links a {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  transition: color 0.15s;
  font-family: var(--font);
  text-decoration: none;
}
.sef-nav-links a:hover { color: #fff; }
.sef-nav.scrolled .sef-nav-links a { color: var(--muted); }
.sef-nav.scrolled .sef-nav-links a:hover { color: var(--fg); }
.sef-nav-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sef-nav-phone {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  transition: color 0.15s;
  font-family: var(--font);
  text-decoration: none;
  white-space: nowrap;
}
.sef-nav-phone:hover { color: var(--accent); }
.sef-nav.scrolled .sef-nav-phone { color: var(--fg); }
.sef-nav-phone svg { width: 16px; height: 16px; flex-shrink: 0; }
.sef-nav-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  flex-direction: column;
  gap: 5px;
}
.sef-nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  transition: all 0.2s;
}
.sef-nav.scrolled .sef-nav-hamburger span { background: var(--fg); }
.sef-nav-mobile {
  display: none;
  flex-direction: column;
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: 16px 24px 20px;
  gap: 4px;
}
.sef-nav-mobile.open { display: flex; }
.sef-nav-mobile a {
  font-size: 15px;
  font-weight: 600;
  color: var(--fg);
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-family: var(--font);
  text-decoration: none;
}
.sef-nav-mobile a:last-child { border-bottom: none; margin-top: 8px; }

/* ─── Hero ────────────────────────────────────────────────────────── */
.sef-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #1a1a1a;
}
.sef-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  z-index: 0;
  transition: background-position 0.75s ease, background-size 0.75s ease;
}
@media (max-width: 768px) {
  .sef-hero-bg {
    background-size: 260% auto;
    background-position: 14% 38%;
  }
}
.sef-hero-content {
  position: relative;
  z-index: 2;
  padding: 0 24px;
  margin-top: -130px;
  max-width: 760px;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.sef-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(229,92,0,0.90);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 3px;
  margin-bottom: 24px;
  font-family: var(--font);
}
.sef-hero h1 {
  font-size: clamp(28px, 3.8vw, 48px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 20px;
  font-family: var(--font);
  text-shadow: 0 2px 24px rgba(0,0,0,0.55), 0 1px 4px rgba(0,0,0,0.40);
}
.sef-hero h1 em {
  color: var(--accent);
  font-style: normal;
}
.sef-hero-sub {
  font-size: clamp(16px, 2.2vw, 19px);
  color: rgba(255,255,255,0.80);
  font-weight: 500;
  margin-bottom: 36px;
  letter-spacing: 0.01em;
  font-family: var(--font);
}
.sef-hero-sub span { color: rgba(255,255,255,0.5); margin: 0 6px; }
.sef-hero-ctas {
  position: absolute;
  bottom: clamp(182px, calc(5vw + 150px), 210px);
  left: 0;
  right: 0;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.sef-hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 0.5;
  animation: sef-bounce 2s infinite;
}
.sef-hero-scroll svg { width: 24px; height: 24px; fill: #fff; }
@keyframes sef-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(6px); }
}

/* ─── Trust Strip ─────────────────────────────────────────────────── */
.sef-trust {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 28px 0;
}
.sef-trust-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 0;
}
.sef-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  border-right: 1px solid var(--border);
}
.sef-trust-item:last-child { border-right: none; }
.sef-trust-icon {
  width: 38px;
  height: 38px;
  background: var(--accent-light);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sef-trust-icon svg { width: 20px; height: 20px; color: var(--accent); }
.sef-trust-text strong { display: block; font-size: 14px; font-weight: 700; color: var(--fg); font-family: var(--font); }
.sef-trust-text span   { font-size: 12px; color: var(--muted); font-family: var(--font); }

/* ─── Services Section ────────────────────────────────────────────── */
.sef-services {
  background: var(--surface);
  padding: 96px 0;
}
.sef-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 52px;
}
.sef-service-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  transition: transform 0.18s, box-shadow 0.18s;
}
.sef-service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-md);
}
.sef-service-icon {
  width: 52px;
  height: 52px;
  background: var(--accent-light);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.sef-service-icon svg { width: 26px; height: 26px; color: var(--accent); }
.sef-service-card h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
  font-family: var(--font);
  color: var(--fg);
}
.sef-service-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 18px;
  font-family: var(--font);
}
.sef-service-card ul {
  list-style: none;
  margin-bottom: 18px;
}
.sef-service-card ul li {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
  padding-left: 16px;
  position: relative;
  font-family: var(--font);
}
.sef-service-card ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
}
.sef-service-link {
  font-size: 14px;
  font-weight: 700;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.15s;
  font-family: var(--font);
  text-decoration: none;
}
.sef-service-link:hover { gap: 8px; color: var(--accent-dark); }

/* ─── Process Section ─────────────────────────────────────────────── */
.sef-process {
  background: var(--dark);
  padding: 96px 0;
}
.sef-process .section-heading { color: #fff; }
.sef-process .section-label   { color: var(--accent); }
.sef-process .section-sub     { color: rgba(255,255,255,0.55); }
.sef-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 56px;
  position: relative;
}
.sef-process-steps::before {
  content: '';
  position: absolute;
  top: 30px;
  left: calc(12.5% + 30px);
  right: calc(12.5% + 30px);
  height: 2px;
  background: linear-gradient(90deg, var(--accent) 0%, rgba(229,92,0,0.3) 100%);
}
.sef-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  position: relative;
}
.sef-step-num {
  width: 60px;
  height: 60px;
  background: var(--accent);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
  flex-shrink: 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 16px rgba(229,92,0,0.40);
  font-family: var(--font);
}
.sef-step h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  font-family: var(--font);
}
.sef-step p {
  font-size: 13px;
  color: rgba(255,255,255,0.50);
  line-height: 1.65;
  font-family: var(--font);
}

/* ─── Testimonials ────────────────────────────────────────────────── */
.sef-testimonials {
  background: var(--bg);
  padding: 96px 0;
}
.sef-testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 52px;
}
.sef-testi-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 32px;
  box-shadow: var(--sh-sm);
  display: flex;
  flex-direction: column;
}
.sef-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 16px;
}
.sef-stars svg { width: 16px; height: 16px; color: #F59E0B; fill: #F59E0B; }
.sef-testi-quote {
  font-size: 15px;
  line-height: 1.72;
  color: var(--fg);
  flex: 1;
  font-style: italic;
  margin-bottom: 24px;
  font-family: var(--font);
}
.sef-testi-author { display: flex; align-items: center; gap: 12px; }
.sef-testi-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--accent-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  color: var(--accent);
  flex-shrink: 0;
  font-family: var(--font);
}
.sef-testi-name  { font-size: 14px; font-weight: 700; font-family: var(--font); color: var(--fg); }
.sef-testi-loc   { font-size: 13px; color: var(--muted); font-family: var(--font); }

/* ─── Service Area Section ────────────────────────────────────────── */
.sef-area-section {
  background: var(--surface);
  padding: 96px 0;
}
.sef-area-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 52px;
}
.sef-area-item {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px 32px;
}
.sef-area-item h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 10px;
  font-family: var(--font);
  letter-spacing: -0.01em;
}
.sef-area-item p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  font-family: var(--font);
}

/* ─── About Section ───────────────────────────────────────────────── */
.sef-about-section {
  padding: 96px 0;
  background: var(--bg);
}
.sef-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-top: 52px;
}
.sef-about-body p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 20px;
  font-family: var(--font);
}
.sef-about-body p:last-child { margin-bottom: 0; }
.sef-about-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sef-about-feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 20px 24px;
}
.sef-about-feature-icon {
  width: 44px;
  height: 44px;
  background: var(--accent-light);
  border-radius: var(--r-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sef-about-feature-icon svg { width: 22px; height: 22px; color: var(--accent); }
.sef-about-feature h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 4px;
  font-family: var(--font);
}
.sef-about-feature p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 0;
  font-family: var(--font);
}

/* ─── Contact Section ─────────────────────────────────────────────── */
.sef-contact-section {
  background: var(--surface);
  padding: 96px 0;
}
.sef-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  margin-top: 52px;
  align-items: start;
}
.sef-contact-info h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 16px;
  font-family: var(--font);
}
.sef-contact-phone-display {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--accent);
  border-radius: var(--r-md);
  padding: 18px 24px;
  margin-bottom: 24px;
  text-decoration: none;
  transition: background 0.18s;
}
.sef-contact-phone-display:hover { background: var(--accent-dark); }
.sef-contact-phone-display svg { width: 24px; height: 24px; color: #fff; flex-shrink: 0; }
.sef-contact-phone-display span {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  font-family: var(--font);
  letter-spacing: -0.01em;
}
.sef-contact-info p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
  font-family: var(--font);
}
.sef-contact-badges {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}
.sef-contact-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--fg);
  font-family: var(--font);
}
.sef-contact-badge svg { width: 18px; height: 18px; color: var(--accent); flex-shrink: 0; }

/* ─── CF7 Form Styles ─────────────────────────────────────────────── */
.sef-form-wrap {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 40px;
}
.sef-form-wrap h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 24px;
  font-family: var(--font);
}
/* CF7 field containers — block-level wrappers for each field */
.sef-form-field {
  margin-bottom: 16px;
}
.sef-form-field > p {
  margin: 0;
}
.sef-form-field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
/* Legacy fallback for any unwrapped fields */
.wpcf7 form .wpcf7-form-control-wrap {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}
.wpcf7 form .wpcf7-form-control-wrap select {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}
.sef-form-group { margin-bottom: 18px; }
.sef-form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 6px;
  font-family: var(--font);
  letter-spacing: 0.02em;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  box-sizing: border-box;
  font-family: var(--font);
  font-size: 15px;
  color: var(--fg);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 12px 16px;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  -webkit-appearance: none;
  appearance: none;
}
.wpcf7 select {
  width: 100%;
  box-sizing: border-box;
  font-family: var(--font);
  font-size: 15px;
  color: var(--fg);
  background-color: var(--surface);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23888888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 12px 44px 12px 16px;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(229,92,0,0.12);
}
.wpcf7 textarea { min-height: 130px; resize: vertical; }
.wpcf7 input[type="submit"] {
  background: var(--accent);
  color: #fff;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: var(--r-md);
  border: none;
  cursor: pointer;
  width: 100%;
  transition: background 0.18s, transform 0.18s;
  box-shadow: 0 2px 12px rgba(229,92,0,0.28);
}
.wpcf7 input[type="submit"]:hover {
  background: var(--accent-dark);
  transform: translateY(-1px);
}
.wpcf7-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #dc2626;
  margin-top: 4px;
  font-family: var(--font);
}
.wpcf7 .wpcf7-response-output {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: var(--r-md);
  font-size: 14px;
  font-family: var(--font);
  border: 1px solid var(--border);
}

/* ─── Final CTA ───────────────────────────────────────────────────── */
.sef-final-cta {
  background: var(--darker);
  padding: 96px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sef-final-cta::before {
  content: '';
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(229,92,0,0.12) 0%, transparent 65%);
  pointer-events: none;
}
.sef-final-cta .section-heading { color: #fff; margin-bottom: 14px; }
.sef-final-cta .section-sub { color: rgba(255,255,255,0.55); margin: 0 auto 36px; }
.sef-final-cta-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}
.sef-cta-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.55);
  font-family: var(--font);
}
.sef-cta-badge svg { width: 14px; height: 14px; color: var(--accent); }

/* ─── Service Area Badges ─────────────────────────────────────────── */
.sef-area-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 28px;
  margin-top: 28px;
}
.sef-area-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: rgba(255,255,255,0.50);
  font-family: var(--font);
  white-space: nowrap;
}
.sef-area-badge svg { width: 13px; height: 13px; color: var(--accent); flex-shrink: 0; }

/* ─── Footer ──────────────────────────────────────────────────────── */
.sef-footer {
  background: #0d0d0d;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 56px 0 32px;
}
.sef-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.sef-footer-brand .sef-logo {
  color: #fff;
  font-size: 17px;
  display: block;
  margin-bottom: 12px;
}
.sef-footer-brand p {
  font-size: 13px;
  color: rgba(255,255,255,0.40);
  line-height: 1.70;
  max-width: 260px;
  font-family: var(--font);
}
.sef-footer-contact {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sef-footer-contact a {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.15s;
  font-family: var(--font);
  text-decoration: none;
}
.sef-footer-contact a:hover { color: var(--accent); }
.sef-footer-contact svg { width: 14px; height: 14px; flex-shrink: 0; }
.sef-footer-col h4 {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: var(--font);
}
.sef-footer-col ul { display: flex; flex-direction: column; gap: 8px; }
.sef-footer-col a {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  transition: color 0.15s;
  font-family: var(--font);
  text-decoration: none;
}
.sef-footer-col a:hover { color: var(--accent); }
.sef-footer-bottom {
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.sef-footer-bottom p {
  font-size: 12px;
  color: rgba(255,255,255,0.25);
  font-family: var(--font);
}
.sef-footer-bottom .licensed {
  color: rgba(255,255,255,0.20);
  font-size: 11px;
}

/* ─── Mobile Sticky CTA ───────────────────────────────────────────── */
.sef-mobile-sticky {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: 12px 20px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.10);
}
.sef-mobile-sticky a { width: 100%; text-align: center; display: block; }

/* ─── Reveal Animations ───────────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ─── Inner Page Hero (non-homepage) ─────────────────────────────── */
.sef-page-hero {
  background: var(--dark);
  padding: 120px 0 64px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center calc(50% + 250px);
  transition: background-position 0.75s ease, background-size 0.75s ease;
}
/* Dark overlay — always covers full hero regardless of image crop */
.sef-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10,10,10,0.70);
  z-index: 0;
  pointer-events: none;
}
.sef-page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(229,92,0,0.08) 0%, transparent 60%);
  pointer-events: none;
}
.sef-page-hero-content { position: relative; z-index: 1; }
.sef-page-hero h1 {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-top: 12px;
  font-family: var(--font);
}
.sef-page-hero .section-sub { color: rgba(255,255,255,0.60); }

/* ─── Blog / Archive ──────────────────────────────────────────────── */
.sef-blog-section {
  background: var(--bg);
  padding: 80px 0;
}
/* ─── Single Post Body ────────────────────────────────────────────── */
.sef-post-body {
  background: var(--bg);
  padding: 72px 0 56px;
}
.sef-post-content {
  max-width: 720px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
  font-family: var(--font);
}
.sef-post-content h2 {
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 700;
  color: var(--fg);
  margin: 48px 0 16px;
  letter-spacing: -0.02em;
  font-family: var(--font);
}
.sef-post-content p { margin-bottom: 20px; }
.sef-post-content ul,
.sef-post-content ol {
  margin: 0 0 20px 24px;
}
.sef-post-content li { margin-bottom: 8px; }
.sef-post-content strong { color: var(--fg); font-weight: 600; }
.sef-post-nav {
  max-width: 720px;
  margin: 48px auto 0;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}
.sef-post-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  text-decoration: none;
  font-family: var(--font);
  transition: color 0.15s;
}
.sef-post-back svg { width: 16px; height: 16px; }
.sef-post-back:hover { color: var(--accent); }

/* ─── Blog / Post Grid ────────────────────────────────────────────── */
.sef-post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}
.sef-post-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform 0.18s, box-shadow 0.18s;
}
.sef-post-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-md);
}
.sef-post-card-body { padding: 24px; }
.sef-post-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 8px;
  font-family: var(--font);
  letter-spacing: -0.01em;
}
.sef-post-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  font-family: var(--font);
  margin-bottom: 16px;
}
.sef-post-meta {
  font-size: 12px;
  color: var(--muted);
  font-family: var(--font);
  margin-bottom: 12px;
}

/* ─── Responsive ──────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .sef-services-grid { grid-template-columns: repeat(2, 1fr); }
  .sef-process-steps { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .sef-process-steps::before { display: none; }
  .sef-footer-grid { grid-template-columns: 1fr 1fr; }
  .sef-about-grid { grid-template-columns: 1fr; gap: 40px; }
  .sef-contact-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 768px) {
  .sef-nav-links { display: none; }
  .sef-nav-phone  { display: none; }
  .sef-nav-hamburger { display: flex; }
  .sef-testi-grid { grid-template-columns: 1fr; }
  .sef-area-grid { grid-template-columns: 1fr; }
  .sef-trust-item { border-right: none; border-bottom: 1px solid var(--border); width: 100%; }
  .sef-trust-item:last-child { border-bottom: none; }
  .sef-mobile-sticky { display: block; }
  body { padding-bottom: 80px; }
  .sef-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .wpcf7-form-row { grid-template-columns: 1fr; }
  .sef-form-wrap { padding: 24px; }
  .sef-post-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .sef-services-grid { grid-template-columns: 1fr; }
  .sef-process-steps { grid-template-columns: 1fr; gap: 28px; }
  .sef-hero-ctas .btn { width: 100%; justify-content: center; }
  .sef-hero-ctas { flex-direction: column; }
}
