/* Wyrestone Growth pages — conversion-focused additions */
.growth-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 84px;
  background:
    radial-gradient(circle at 82% 16%, rgba(52,206,119,.13), transparent 34%),
    linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
}
.growth-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}
.growth-hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.12fr .88fr; gap: 72px; align-items: center; }
.growth-kicker { display: inline-flex; gap: 8px; align-items: center; margin-bottom: 20px; color: var(--green-bright); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.growth-kicker::before { content: ""; width: 20px; height: 2px; background: currentColor; }
.growth-hero h1 { color: #fff; font-size: clamp(42px, 6vw, 70px); line-height: .98; max-width: 760px; }
.growth-hero__lead { margin-top: 24px; max-width: 680px; font-size: 18px; color: rgba(255,255,255,.74); }
.growth-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.growth-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: rgba(255,255,255,.58); font-size: 13px; }
.growth-trust span { display: inline-flex; gap: 7px; align-items: center; }
.growth-trust span::before { content: "✓"; color: var(--green-bright); font-weight: 800; }
.growth-panel { border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(255,255,255,.06); backdrop-filter: blur(12px); padding: 28px; box-shadow: 0 24px 70px rgba(0,0,0,.22); }
.growth-panel__eyebrow { color: rgba(255,255,255,.58); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.growth-panel h2 { color: #fff; font-size: 24px; margin-top: 8px; }
.growth-checks { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 15px; }
.growth-checks li { color: rgba(255,255,255,.78); font-size: 14px; display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: start; }
.growth-checks li::before { content: ""; width: 24px; height: 24px; border-radius: 6px; border: 1px solid rgba(52,206,119,.55); background: rgba(52,206,119,.11); box-shadow: inset 0 0 0 6px rgba(52,206,119,.08); }
.growth-section { padding: 84px 0; background: #fff; }
.growth-section--soft { background: var(--bg); }
.growth-section--dark { background: var(--navy-deep); }
.growth-section__head { max-width: 760px; margin-bottom: 40px; }
.growth-section__head h2 { font-size: clamp(32px, 4vw, 48px); color: var(--navy); }
.growth-section__head p { margin-top: 14px; font-size: 17px; }
.growth-section--dark .growth-section__head h2 { color: #fff; }
.growth-section--dark .growth-section__head p { color: rgba(255,255,255,.68); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.proof-card { padding: 24px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.proof-card__label { font-family: var(--font-mono); color: var(--green); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.proof-card h3 { margin-top: 12px; font-size: 19px; color: var(--navy); }
.proof-card p { margin-top: 8px; font-size: 14px; }
.scorecard { display: grid; grid-template-columns: .78fr 1.22fr; gap: 44px; align-items: center; }
.score-ring { width: 230px; height: 230px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto; background: conic-gradient(var(--green) 0 67%, rgba(10,37,64,.08) 67% 100%); position: relative; }
.score-ring::after { content: ""; position: absolute; inset: 18px; border-radius: inherit; background: #fff; }
.score-ring__inner { position: relative; z-index: 1; text-align: center; }
.score-ring__value { display: block; font-size: 58px; line-height: 1; font-weight: 800; color: var(--navy); }
.score-ring__label { display: block; margin-top: 7px; font-size: 12px; color: var(--slate); text-transform: uppercase; letter-spacing: .08em; }
.risk-list { display: grid; gap: 12px; }
.risk-row { display: grid; grid-template-columns: 95px 1fr; gap: 16px; align-items: center; padding: 15px 17px; border-radius: 8px; background: #fff; border: 1px solid var(--line); }
.risk-state { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.risk-state--good { color: #168448; }
.risk-state--warn { color: #a66a00; }
.risk-state--bad { color: #b33a3a; }
.risk-row strong { color: var(--navy); font-size: 14px; }
.buyer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.buyer-card { padding: 28px; border-radius: 10px; border: 1px solid var(--line); background: #fff; }
.buyer-card__num { font-family: var(--font-mono); color: var(--green); font-weight: 700; font-size: 13px; }
.buyer-card h3 { font-size: 21px; margin-top: 14px; color: var(--navy); }
.buyer-card p { margin-top: 9px; font-size: 14.5px; }
.growth-callout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 38px; align-items: center; padding: 42px; border-radius: 14px; background: var(--navy); }
.growth-callout h2 { color: #fff; font-size: clamp(30px, 4vw, 44px); }
.growth-callout p { color: rgba(255,255,255,.68); margin-top: 10px; }
.growth-callout__action { display: flex; justify-content: flex-end; }
.growth-form-note { font-size: 12px; color: rgba(255,255,255,.54); margin-top: 10px; }

/* Canonical Wyrestone header nav — shared across /, /it-support, /managed-it, /it-risk-assessment via partials/site-header.ejs */
.wy-nav { display: flex; gap: 22px; align-items: center; margin-left: auto; margin-right: 20px; }
.wy-nav a { font-size: 14px; font-weight: 650; color: rgba(255,255,255,.82); }
.wy-nav a:hover, .wy-nav a[aria-current="page"] { color: var(--green-bright); }

.wy-nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 34px; height: 34px; padding: 0; border: 0; background: none; cursor: pointer; flex-shrink: 0; }
.wy-nav-toggle span { display: block; width: 100%; height: 2px; background: #fff; border-radius: 2px; }

.wy-mobile-nav[hidden] { display: none; }
.wy-mobile-nav { display: flex; flex-direction: column; gap: 2px; padding: 6px 18px 16px; background: var(--navy); border-top: 1px solid rgba(255,255,255,.12); }
.wy-mobile-nav a { padding: 12px 4px; color: rgba(255,255,255,.85); font-weight: 600; font-size: 15px; border-bottom: 1px solid rgba(255,255,255,.08); }
.wy-mobile-nav a[aria-current="page"] { color: var(--green-bright); }
.wy-mobile-nav .btn { margin-top: 12px; }

@media (max-width: 860px) {
  .wy-nav { display: none; }
  .wy-nav-toggle { display: flex; }
}

.site-header__cta .cta-text-short { display: none; }

@media (max-width: 640px) {
  .site-header__inner { padding-top: 12px; padding-bottom: 12px; gap: 10px; }
  .site-header__cta { padding: 8px 11px; font-size: 12px; }
  .brand__logo { height: 22px; width: auto; }
}

@media (max-width: 400px) {
  /* Full CTA label + logo + hamburger don't all fit under ~400px — shorten the CTA instead of crushing the logo */
  .site-header__cta .cta-text-full { display: none; }
  .site-header__cta .cta-text-short { display: inline; }
  .site-header__cta { padding: 8px 9px; }
  .brand__logo { height: 19px; }
  .wy-nav-toggle { width: 30px; height: 30px; }
}

@media (max-width: 900px) {
  .growth-hero__inner, .scorecard, .growth-callout { grid-template-columns: 1fr; }
  .growth-hero__inner { gap: 40px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .buyer-grid { grid-template-columns: 1fr; }
  .growth-callout__action { justify-content: flex-start; }
}
@media (max-width: 560px) {
  .growth-hero { padding: 72px 0 62px; }
  .growth-hero h1 { font-size: 44px; }
  .proof-grid { grid-template-columns: 1fr; }
  .growth-panel { padding: 22px; }
  .growth-section { padding: 64px 0; }
  .growth-callout { padding: 28px; }
  .score-ring { width: 190px; height: 190px; }
}
