@import url("/static/software_testing_v2.css?v=4");
@import url("/static/testing_intake.css?v=2");

:root {
  --ink: #10151c;
  --muted: #5f6875;
  --line: #dfe4ea;
  --paper: #f7f8fa;
  --white: #ffffff;
  --accent: #1f6f5f;
  --accent-soft: #e7f2ef;
  --energy: #7d5a14;
  --energy-soft: #f4ecda;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

a { color: inherit; }

.company-shell {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(24px, 4vw, 56px);
  background: var(--white);
}

.home-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-block: 16px 24px;
}

.company-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.company-brand > span:last-child {
  display: grid;
  gap: 2px;
}

.company-brand strong {
  font-size: 18px;
  letter-spacing: -0.02em;
}

.company-brand small {
  color: var(--muted);
  font-size: 12px;
}

.company-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--ink);
  color: var(--white);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.home-intro {
  max-width: 760px;
  padding: 13vh 0 48px;
}

.company-eyebrow,
.card-kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.home-intro h1,
.service-hero h1 {
  margin: 0;
  letter-spacing: -0.055em;
  line-height: 0.98;
  font-size: clamp(44px, 7vw, 86px);
}

.home-intro > p:last-child,
.lead {
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
  max-width: 720px;
}

.business-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: auto;
}

.business-card {
  min-height: 320px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.business-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(20, 30, 40, 0.08);
  border-color: #c9d0d8;
}

.energy-card { background: linear-gradient(145deg, var(--white), #fbf7ee); }
.software-card { background: linear-gradient(145deg, var(--white), #eef7f4); }

.card-number {
  color: #9aa3ad;
  font-size: 12px;
  font-weight: 800;
}

.business-card h2 {
  margin: 4px 0 12px;
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: -0.045em;
}

.business-card p {
  color: var(--muted);
  line-height: 1.6;
  max-width: 520px;
}

.card-link {
  font-weight: 800;
  font-size: 15px;
}

.company-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0 4px;
  color: var(--muted);
  font-size: 13px;
}

.company-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0;
}

.header-link,
.text-cta {
  font-size: 14px;
  font-weight: 800;
  text-underline-offset: 4px;
}

.service-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: 56px;
  align-items: end;
  padding: 90px 0 96px;
}

.service-hero h1 { font-size: clamp(48px, 7vw, 88px); }

.hero-cta-row {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.primary-cta {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 12px;
  background: var(--ink);
  color: var(--white);
  border: 1px solid var(--ink);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}

.primary-cta.light {
  background: var(--white);
  color: var(--ink);
  border: 1px solid #aeb7c1;
}

.proof-panel {
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
}

.proof-panel > p {
  margin-top: 0;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
}

.proof-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.proof-panel li {
  padding: 13px 0;
  border-top: 1px solid var(--line);
  font-weight: 700;
}

.content-section {
  padding: 80px 0;
  border-top: 1px solid var(--line);
}

.section-copy {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-copy h2,
.sprint-section h2,
.contact-band h2,
.tool-band h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 54px);
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.feature-grid {
  display: grid;
  gap: 16px;
}

.feature-grid.three { grid-template-columns: repeat(3, 1fr); }

.feature-card {
  padding: 26px;
  min-height: 240px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.feature-card > span {
  color: #9aa3ad;
  font-size: 12px;
  font-weight: 800;
}

.feature-card h3 {
  margin: 40px 0 10px;
  font-size: 24px;
}

.feature-card p,
.sprint-section p,
.contact-band p,
.tool-band p {
  color: var(--muted);
  line-height: 1.65;
}

.sprint-section,
.tool-band {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  padding: 80px 0;
  border-top: 1px solid var(--line);
}

.sprint-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sprint-steps li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.sprint-steps li:last-child { border-bottom: 1px solid var(--line); }
.sprint-steps span { color: var(--muted); line-height: 1.55; }

.contact-band {
  margin: 50px 0 30px;
  padding: 42px;
  border-radius: 24px;
  background: var(--white);
  color: var(--ink);
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
}

.contact-band .company-eyebrow { color: var(--accent); }
.contact-band p { color: var(--muted); max-width: 680px; }
.energy-contact .company-eyebrow { color: var(--energy); }

.energy-hero .company-eyebrow,
.energy-hero .card-kicker { color: var(--energy); }

.tool-band {
  align-items: end;
}

.tool-band .primary-cta { justify-self: end; }

.enriched-hero { align-items: center; }

.credibility-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.credibility-strip span {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.68);
  color: #37404a;
  font-size: 12px;
  font-weight: 750;
}

.proof-panel-visual {
  background: linear-gradient(180deg, #ffffff, #edf7f4);
}

.verification-flow {
  display: grid;
  gap: 8px;
}

.verification-flow div {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid #d8e5e1;
  border-radius: 13px;
  background: rgba(255,255,255,.82);
}

.verification-flow strong { font-size: 14px; }
.verification-flow span { color: var(--muted); font-size: 12px; line-height: 1.4; }
.verification-flow b { color: var(--accent); font-size: 17px; line-height: 1; padding-left: 12px; }

.section-copy > p:last-child {
  color: var(--muted);
  line-height: 1.65;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.experience-card {
  min-height: 330px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
}

.experience-card > span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.experience-card h3 {
  margin: 34px 0 10px;
  font-size: 26px;
  letter-spacing: -.025em;
}

.experience-card p,
.experience-card li {
  color: var(--muted);
  line-height: 1.6;
}

.experience-card ul {
  margin: 20px 0 0;
  padding-left: 18px;
}

.domain-transfer {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 14px;
  align-items: stretch;
}

.domain-transfer div {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}

.domain-transfer small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.domain-transfer strong { line-height: 1.5; }
.domain-transfer > span { align-self: center; color: var(--accent); font-size: 24px; font-weight: 800; }

.service-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.service-list-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}

.service-list-grid strong { font-size: 18px; }
.service-list-grid p { color: var(--muted); line-height: 1.55; margin-bottom: 0; }

.faq-grid {
  display: grid;
  gap: 10px;
}

.faq-grid details {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  padding: 18px 20px;
}

.faq-grid summary {
  cursor: pointer;
  font-weight: 800;
}

.faq-grid p {
  color: var(--muted);
  line-height: 1.6;
  max-width: 850px;
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .business-grid,
  .service-hero,
  .feature-grid.three,
  .sprint-section,
  .tool-band,
  .contact-band,
  .experience-grid,
  .service-list-grid,
  .domain-transfer {
    grid-template-columns: 1fr;
  }

  .service-hero { gap: 32px; padding: 60px 0; }
  .tool-band .primary-cta { justify-self: start; }
  .contact-band { align-items: start; }
  .domain-transfer > span { transform: rotate(90deg); justify-self: start; margin-left: 10px; }
}

@media (max-width: 620px) {
  .company-shell { padding-inline: 20px; }
  .home-shell { padding-top: 18px; }
  .home-intro { padding: 72px 0 30px; }
  .business-card { min-height: 260px; padding: 22px; }
  .company-header { align-items: flex-start; }
  .header-link { display: none; }
  .service-hero { padding-top: 42px; }
  .content-section,
  .sprint-section,
  .tool-band { padding: 56px 0; gap: 34px; }
  .contact-band { padding: 28px; margin-top: 26px; }
  .sprint-steps li { grid-template-columns: 1fr; gap: 6px; }
  .company-footer { flex-direction: column; }
  .experience-card { min-height: 0; }
}


.testing-home {
  background:
    radial-gradient(circle at 86% 22%, rgba(31, 111, 95, 0.09), transparent 30%),
    var(--paper);
}

.testing-home-intro {
  max-width: 940px;
  padding: clamp(36px, 6vh, 64px) 0 48px;
}

.testing-home-intro h1 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(38px, 5.2vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.testing-home-lead {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.home-capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 44px;
}

.home-capabilities span {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #37404a;
  font-size: 12px;
  font-weight: 750;
}

@media (max-width: 620px) {
  .testing-home-intro { padding: 30px 0 36px; }
  .testing-home-intro h1 { font-size: clamp(36px, 9vw, 48px); }
  .testing-home-lead { margin-top: 22px; }
  .home-capabilities { margin-top: 32px; }
}

/* Shared sizing safeguards: wrap content rather than hiding overflow. */
.clean-hero > *,
.capability-row > *,
.section-heading-row > *,
.contact-band > *,
.company-header > * {
  min-width: 0;
}

.clean-section-heading,
.section-copy,
.capability-table,
.bottleneck-form,
.contact-band,
.company-footer {
  max-width: 100%;
}

.clean-section-heading h2,
.capability-title h3,
.capability-output,
.contact-band h2,
.company-footer {
  overflow-wrap: anywhere;
}


.testing-home-intro h1, .clean-hero h1 { overflow-wrap: anywhere; }
.primary-cta { max-width: 100%; text-align: center; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.primary-cta:hover { filter: brightness(1.15); }
.primary-cta:focus-visible, .intake-details summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

.energy-lead { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 64px; align-items: center; padding: 72px 0 78px; }
.energy-lead-copy { max-width: 820px; }
.energy-lead h1 { margin: 0; max-width: 850px; font-size: clamp(44px, 6.2vw, 78px); line-height: 1; letter-spacing: -.055em; }
.energy-lead-aside { padding-left: 26px; border-left: 3px solid var(--energy); }
.energy-lead-aside .panel-label { margin: 0 0 18px; color: var(--energy); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.energy-lead-aside p:not(.panel-label) { margin: 0; padding: 14px 0; border-top: 1px solid var(--line); color: #3f4953; line-height: 1.5; }
.energy-steps .feature-card { min-height: 280px; display: flex; flex-direction: column; }
.energy-steps .feature-card .text-cta { margin-top: auto; }
.energy-intake { display: grid; gap: 24px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.energy-intake fieldset { margin: 0; padding: 0; border: 0; }
.energy-intake legend { margin-bottom: 14px; font-size: 14px; font-weight: 800; }
.energy-contact-fields { max-width: 720px; }
.energy-contact-fields label { display: grid; gap: 8px; font-weight: 750; }
.energy-contact-fields input { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; font: inherit; }
.energy-brief-preview { padding-top: 24px; border-top: 1px solid var(--line); }
.energy-brief-preview h3 { margin: 0 0 10px; }
.energy-brief-preview > textarea { width: 100%; min-height: 220px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; font: inherit; line-height: 1.5; }
.energy-brief-preview p:last-child { color: var(--muted); }
@media (max-width: 900px) { .energy-lead { grid-template-columns: 1fr; gap: 34px; padding: 52px 0 58px; } }
@media (max-width: 620px) { .energy-lead { padding-top: 34px; } .energy-lead h1 { font-size: clamp(38px, 11vw, 52px); } .energy-lead-aside { padding-left: 20px; } .energy-intake { padding: 18px; } }
