*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --black: #0a0a0a; --off-black: #111111; --dark: #1a1a1a; --mid: #2a2a2a;
  --border: #2e2e2e; --muted: #888; --light: #bbb; --white: #f5f5f0; --accent: #c8c0b0;
}
html { scroll-behavior: smooth; }
body { background: var(--black); color: var(--white); font-family: 'Barlow', sans-serif; font-weight: 400; line-height: 1.6; overflow-x: hidden; }

nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 20px 48px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.06); background: rgba(10,10,10,0.92); backdrop-filter: blur(12px); }
.nav-logo { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 18px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--white); text-decoration: none; }
.nav-logo span { color: var(--muted); font-weight: 400; }
.nav-right { display: flex; align-items: center; gap: 16px; }
.nav-cta { font-size: 13px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: var(--white); text-decoration: none; border: 1px solid var(--border); padding: 9px 20px; transition: border-color 0.2s, color 0.2s; }
.nav-cta:hover { border-color: var(--accent); color: var(--accent); }
.nav-phone { font-size: 13px; font-weight: 500; letter-spacing: 0.04em; color: var(--light); text-decoration: none; transition: color 0.2s; }
.nav-phone:hover { color: var(--accent); }

.hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: flex-end; padding: 0 48px 80px; position: relative; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(135deg, #0a0a0a 0%, #151515 40%, #1a1a1a 100%); }
.hero-grid { position: absolute; inset: 0; opacity: 0.04; background-image: linear-gradient(var(--white) 1px, transparent 1px), linear-gradient(90deg, var(--white) 1px, transparent 1px); background-size: 80px 80px; }
.hero-diagonal { position: absolute; top: 0; right: 0; width: 55%; height: 100%; background: linear-gradient(160deg, #1e1e1e 0%, #0a0a0a 100%); clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%); opacity: 0.5; }
.hero-content { position: relative; z-index: 2; max-width: 900px; }
.hero-tag { font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 28px; display: flex; align-items: center; gap: 12px; }
.hero-tag::before { content: ''; display: block; width: 32px; height: 1px; background: var(--muted); }
.hero h1 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: clamp(56px, 9vw, 120px); line-height: 0.92; letter-spacing: -0.01em; text-transform: uppercase; color: var(--white); margin-bottom: 32px; }
.hero h1 em { font-style: normal; color: var(--accent); }
.hero-sub { font-size: clamp(15px, 1.8vw, 18px); color: var(--light); font-weight: 300; max-width: 620px; margin-bottom: 48px; line-height: 1.7; }
.hero-cred { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); border-top: 1px solid var(--border); padding-top: 28px; margin-top: 8px; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-primary { display: inline-block; padding: 15px 36px; background: var(--white); color: var(--black); font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; transition: background 0.2s; }
.btn-primary:hover { background: var(--accent); }
.btn-secondary { display: inline-block; padding: 15px 36px; border: 1px solid var(--border); color: var(--white); font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; transition: border-color 0.2s, color 0.2s; }
.btn-secondary:hover { border-color: var(--accent); color: var(--accent); }

.stats { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 40px 48px; border-right: 1px solid var(--border); }
.stat:last-child { border-right: none; }
.stat-num { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 48px; color: var(--white); line-height: 1; margin-bottom: 6px; }
.stat-label { font-size: 12px; font-weight: 400; color: var(--muted); letter-spacing: 0.08em; text-transform: uppercase; }

.services { padding: 100px 48px; }
.section-tag { font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 48px; display: flex; align-items: center; gap: 12px; }
.section-tag::before { content: ''; display: block; width: 32px; height: 1px; background: var(--border); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); }
.service-card { background: var(--off-black); padding: 48px 40px; transition: background 0.2s; }
.service-card:hover { background: var(--dark); }
.service-num { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 0.15em; color: var(--muted); text-transform: uppercase; margin-bottom: 24px; }
.service-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 26px; letter-spacing: 0.02em; text-transform: uppercase; color: var(--white); margin-bottom: 16px; line-height: 1.1; }
.service-desc { font-size: 14px; color: var(--muted); line-height: 1.7; font-weight: 300; }

.why { padding: 100px 48px; background: var(--off-black); }
.why-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.why-left h2 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: clamp(40px, 5vw, 64px); text-transform: uppercase; line-height: 0.95; color: var(--white); margin-bottom: 28px; }
.why-left h2 em { font-style: normal; color: var(--accent); }
.why-left p { font-size: 15px; color: var(--muted); line-height: 1.8; font-weight: 300; }
.why-right { display: flex; flex-direction: column; }
.why-item { padding: 28px 0; border-bottom: 1px solid var(--border); display: flex; gap: 20px; align-items: flex-start; }
.why-item:first-child { border-top: 1px solid var(--border); }
.why-item-icon { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: 0.1em; color: var(--muted); text-transform: uppercase; min-width: 32px; padding-top: 3px; }
.why-item-text strong { display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 18px; text-transform: uppercase; color: var(--white); margin-bottom: 4px; letter-spacing: 0.03em; }
.why-item-text span { font-size: 13px; color: var(--muted); font-weight: 300; line-height: 1.6; }

/* FAQ Section — AEO content block */
.faq { padding: 100px 48px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); margin-top: 48px; }
.faq-item { background: var(--off-black); padding: 36px 40px; }
.faq-q { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 18px; text-transform: uppercase; color: var(--white); margin-bottom: 12px; line-height: 1.2; letter-spacing: 0.02em; }
.faq-a { font-size: 13px; color: var(--muted); line-height: 1.8; font-weight: 300; }

/* Content blocks for landing pages */
.content-section { padding: 100px 48px; }
.content-section.alt { background: var(--off-black); }
.content-inner { max-width: 900px; }
.content-inner h2 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: clamp(32px, 4vw, 48px); text-transform: uppercase; line-height: 1; color: var(--white); margin-bottom: 28px; letter-spacing: -0.01em; }
.content-inner h2 em { font-style: normal; color: var(--accent); }
.content-inner h3 { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 22px; text-transform: uppercase; color: var(--white); margin-top: 36px; margin-bottom: 14px; letter-spacing: 0.02em; }
.content-inner p { font-size: 15px; color: var(--light); line-height: 1.8; font-weight: 300; margin-bottom: 18px; }
.content-inner ul { margin: 12px 0 18px 0; padding-left: 22px; }
.content-inner li { font-size: 14px; color: var(--muted); line-height: 1.8; font-weight: 300; margin-bottom: 6px; }

/* Link hub on index */
.hub { padding: 100px 48px; background: var(--off-black); border-top: 1px solid var(--border); }
.hub-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 40px; }
.hub-col h3 { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid var(--border); }
.hub-col ul { list-style: none; padding: 0; margin: 0; }
.hub-col li { margin-bottom: 10px; }
.hub-col a { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 16px; letter-spacing: 0.03em; color: var(--white); text-decoration: none; transition: color 0.2s; text-transform: uppercase; }
.hub-col a:hover { color: var(--accent); }

/* CTA bar */
.cta-bar { padding: 80px 48px; text-align: center; border-top: 1px solid var(--border); }
.cta-bar h2 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: clamp(32px, 4vw, 52px); text-transform: uppercase; line-height: 1; color: var(--white); margin-bottom: 18px; }
.cta-bar h2 em { font-style: normal; color: var(--accent); }
.cta-bar p { font-size: 15px; color: var(--muted); margin-bottom: 28px; max-width: 560px; margin-left: auto; margin-right: auto; line-height: 1.7; }

/* Crosslinks row */
.crosslinks { padding: 60px 48px; border-top: 1px solid var(--border); }
.crosslinks-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 20px; }
.crosslink { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--white); text-decoration: none; border: 1px solid var(--border); padding: 10px 18px; transition: border-color 0.2s, color 0.2s; }
.crosslink:hover { border-color: var(--accent); color: var(--accent); }

.form-section { padding: 100px 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.form-left h2 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: clamp(36px, 4vw, 56px); text-transform: uppercase; line-height: 0.95; color: var(--white); margin-bottom: 20px; }
.form-left p { font-size: 14px; color: var(--muted); line-height: 1.8; font-weight: 300; margin-bottom: 24px; }
.form-phone-note { font-size: 12px; color: #555; line-height: 1.6; padding: 12px 16px; border-left: 2px solid var(--border); margin-bottom: 24px; }
.form-contact a { display: block; font-size: 13px; color: var(--muted); text-decoration: none; letter-spacing: 0.04em; margin-bottom: 8px; transition: color 0.2s; }
.form-contact a:hover { color: var(--accent); }

.field { margin-bottom: 20px; }
.field label { display: block; font-size: 11px; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.field label .opt { color: #444; font-weight: 400; text-transform: none; letter-spacing: 0; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 16px; background: var(--dark); border: 1px solid var(--border); color: var(--white); font-family: 'Barlow', sans-serif; font-size: 14px; font-weight: 300; outline: none; transition: border-color 0.2s; appearance: none; -webkit-appearance: none; }
.field input::placeholder, .field textarea::placeholder { color: #444; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--muted); }
.field textarea { min-height: 120px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.type-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.type-btn { padding: 11px 8px; border: 1px solid var(--border); background: var(--dark); color: var(--muted); font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; cursor: pointer; transition: border-color 0.15s, color 0.15s, background 0.15s; text-align: center; }
.type-btn.selected { border-color: var(--accent); color: var(--white); background: var(--mid); }

.tl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.tl-btn { padding: 11px 8px; border: 1px solid var(--border); background: var(--dark); color: var(--muted); font-family: 'Barlow', sans-serif; font-weight: 400; font-size: 12px; cursor: pointer; transition: border-color 0.15s, color 0.15s, background 0.15s; text-align: center; line-height: 1.3; }
.tl-btn.selected { border-color: var(--accent); color: var(--white); background: var(--mid); }

.upload-area { border: 1px dashed var(--border); padding: 24px; text-align: center; cursor: pointer; transition: border-color 0.2s; background: var(--dark); position: relative; }
.upload-area:hover { border-color: var(--muted); }
.upload-area input[type="file"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; width: 100%; height: 100%; }
.upload-label { font-size: 13px; color: var(--muted); line-height: 1.6; }
.upload-label strong { display: block; color: var(--light); font-size: 13px; font-weight: 500; margin-bottom: 4px; }
.upload-preview { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.upload-thumb { width: 60px; height: 60px; object-fit: cover; border: 1px solid var(--border); }
.upload-count { font-size: 11px; color: var(--accent); margin-top: 8px; letter-spacing: 0.06em; }

.score-wrap { margin: 20px 0; }
.score-meta { display: flex; justify-content: space-between; margin-bottom: 6px; }
.score-meta span { font-size: 11px; color: var(--muted); letter-spacing: 0.06em; }
.score-track { height: 2px; background: var(--border); }
.score-fill { height: 2px; transition: width 0.3s, background 0.3s; width: 0%; background: var(--muted); }
.disq-msg { font-size: 12px; color: var(--muted); padding: 12px 16px; border-left: 2px solid #555; background: var(--dark); margin-bottom: 16px; display: none; line-height: 1.6; }
.submit-btn { width: 100%; padding: 16px; background: var(--white); color: var(--black); font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 15px; letter-spacing: 0.12em; text-transform: uppercase; border: none; cursor: pointer; transition: background 0.2s; }
.submit-btn:hover { background: var(--accent); }
.success-state { display: none; text-align: center; padding: 60px 20px; }
.success-state h3 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 36px; text-transform: uppercase; color: var(--white); margin-bottom: 12px; }
.success-state p { font-size: 14px; color: var(--muted); }

footer { border-top: 1px solid var(--border); padding: 40px 48px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.footer-logo { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.footer-copy { font-size: 12px; color: #444; }
.footer-contact { font-size: 12px; color: var(--muted); display: flex; gap: 18px; flex-wrap: wrap; }
.footer-contact a { color: var(--muted); text-decoration: none; transition: color 0.2s; }
.footer-contact a:hover { color: var(--accent); }

@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.hero-tag { animation: fadeUp 0.6s ease both; }
.hero h1 { animation: fadeUp 0.7s 0.1s ease both; }
.hero-sub { animation: fadeUp 0.7s 0.2s ease both; }
.hero-buttons { animation: fadeUp 0.7s 0.3s ease both; }
.hero-cred { animation: fadeUp 0.7s 0.4s ease both; }

@media (max-width: 900px) {
  nav { padding: 18px 24px; }
  .hero { padding: 0 24px 64px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat { padding: 32px 24px; }
  .services { padding: 72px 24px; }
  .services-grid { grid-template-columns: 1fr; }
  .why { padding: 72px 24px; }
  .why-inner { grid-template-columns: 1fr; gap: 48px; }
  .faq { padding: 72px 24px; }
  .faq-grid { grid-template-columns: 1fr; }
  .content-section { padding: 72px 24px; }
  .hub { padding: 72px 24px; }
  .hub-grid { grid-template-columns: 1fr; gap: 32px; }
  .cta-bar { padding: 64px 24px; }
  .crosslinks { padding: 48px 24px; }
  .form-section { padding: 72px 24px; grid-template-columns: 1fr; gap: 48px; }
  .type-grid { grid-template-columns: repeat(2, 1fr); }
  footer { padding: 32px 24px; }
  .nav-phone { display: none; }
}
@media (max-width: 480px) {
  .stats { grid-template-columns: 1fr 1fr; }
  .tl-grid { grid-template-columns: repeat(2, 1fr); }
  .field-row { grid-template-columns: 1fr; }
}
