/* Garage Turnaround — page-specific visual system. */
.turnaround-page{--ta-navy:#071a31;--ta-navy-2:#102d4d;--ta-paper:#f4f2ec;--ta-line:#dfe4ea;--ta-shadow:0 18px 50px rgba(7,26,49,.09)}
.turnaround-page section{position:relative}
.turnaround-page .section-head{max-width:820px;margin-bottom:38px}
.turnaround-page h2.section-title{max-width:18ch}

.turnaround-hero{background:linear-gradient(135deg,#f8f9fb 0%,#f1f4f8 58%,#fff0e8 100%);padding-top:64px;padding-bottom:72px;overflow:hidden}
.turnaround-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 0%,rgba(255,83,21,.12),transparent 31%),linear-gradient(rgba(7,26,49,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(7,26,49,.026) 1px,transparent 1px);background-size:auto,46px 46px,46px 46px;pointer-events:none}
.turnaround-hero .hero-grid{position:relative;z-index:1;gap:clamp(42px,6vw,80px)}
.turnaround-hero .hero-ba{border-radius:20px;gap:4px;padding:4px;overflow:hidden;box-shadow:0 28px 70px rgba(7,26,49,.2)}
.turnaround-hero .hero-ba-cell{aspect-ratio:4/5}
.turnaround-hero .hero-ba-cell img{width:100%;height:100%;object-fit:cover;display:block}
.turnaround-hero .hero-ba-label{top:14px;left:14px;border-radius:999px;padding:6px 11px;font-weight:800}

.turnaround-overview{padding:70px 0 82px;background:#fff}
.turnaround-overview-grid,.turnaround-definition-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:20px}
.turnaround-overview .quick-answer,.turnaround-overview .typical-job,.turnaround-definition-grid>*{margin:0;max-width:none;border-radius:18px}
.turnaround-overview .quick-answer{padding:28px 30px;border:1px solid var(--ta-line);border-left:5px solid var(--accent);box-shadow:var(--ta-shadow);font-size:16px}
.turnaround-overview .quick-answer p{margin:0}
.turnaround-overview .qa-label{font:800 10px var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--accent-deep);display:block;margin-bottom:10px}
.turnaround-overview .typical-job{padding:28px 30px;background:linear-gradient(145deg,var(--ta-navy),var(--ta-navy-2));color:#fff;box-shadow:var(--ta-shadow)}
.turnaround-overview .typical-job>.qa-label{color:#ff9b76}
.turnaround-overview .typical-job>strong{display:block;font:800 23px/1.16 var(--font-display);letter-spacing:-.03em;max-width:16ch}
.turnaround-overview .typical-job>p{margin:14px 0 0;color:rgba(255,255,255,.68);font-size:12px;line-height:1.5}
.turnaround-overview .typical-job-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:20px 0 0}
.turnaround-overview .typical-job-grid>div{padding:12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.09);border-radius:10px}
.turnaround-overview .typical-job-grid dt{font:700 9px var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.55)}
.turnaround-overview .typical-job-grid dd{margin:5px 0 0;color:#fff;font-size:13px;font-weight:750}
.turnaround-definition-grid{margin-top:20px}
.turnaround-definition-grid>*{padding:31px;border:1px solid var(--ta-line);background:var(--ta-paper)}
.turnaround-definition-grid .def-block{font-size:15px;line-height:1.65}
.turnaround-definition-grid .def-block>strong{display:block;color:var(--ink);font:800 clamp(25px,3vw,36px)/1.08 var(--font-display);letter-spacing:-.04em;max-width:19ch}
.turnaround-definition-grid .def-block p{margin:15px 0 0}
.turnaround-next p{font-size:15px;line-height:1.65;margin:0}
.turnaround-next>div{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.turnaround-next .btn-primary,.turnaround-next .btn-secondary{padding:12px 17px}

.turnaround-page .problem{overflow:hidden}
.turnaround-page .problem:before,.turnaround-local-notes:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 90% 15%,rgba(255,83,21,.18),transparent 27%),linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:auto,42px 42px,42px 42px;pointer-events:none}
.turnaround-page .problem>.wrap,.turnaround-local-notes>.wrap{position:relative;z-index:1}
.turnaround-page .problem-item{padding:23px;border-radius:16px;background:rgba(255,255,255,.065)}
.turnaround-page .problem-icon{width:42px;height:42px;font-size:19px}
.turnaround-page .problem-item h3{font-size:17px}

.turnaround-audience{background:var(--ta-paper)}
.turnaround-audience .body-copy-inner{max-width:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.turnaround-audience .body-copy-inner>p{margin:0}
.turnaround-audience .body-copy-inner>p:first-child{grid-column:1/-1;max-width:72ch;font-size:18px;line-height:1.7;margin-bottom:8px}
.turnaround-audience .body-copy-inner>p:not(:first-child){position:relative;padding:27px 26px 26px 72px;background:#fff;border:1px solid var(--ta-line);border-radius:18px;box-shadow:0 10px 28px rgba(7,26,49,.055);font-size:14px;line-height:1.65}
.turnaround-card-index{position:absolute;left:22px;top:27px;font:800 11px var(--font-mono);color:var(--accent-deep);letter-spacing:.08em}
.turnaround-audience .body-copy-inner strong{display:block;margin-bottom:7px;color:var(--ink);font:800 18px/1.25 var(--font-display);letter-spacing:-.025em}

.turnaround-page .process .steps{gap:20px}
.turnaround-page .process .step{min-height:225px;padding:29px;border-radius:18px;box-shadow:var(--ta-shadow)}
.turnaround-page .process .step-num{margin-bottom:30px}
.turnaround-page .process .step h3{font-size:26px;margin-bottom:12px}

.turnaround-day{background:#eef3f7}
.turnaround-day .body-copy-inner{max-width:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.turnaround-day .body-copy-inner>p{margin:0}
.turnaround-day .body-copy-inner>p:first-child{grid-column:1/-1;max-width:68ch;font-size:18px;margin-bottom:4px}
.turnaround-proof{grid-column:1/-1;position:relative;margin:8px 0 10px;border-radius:20px;overflow:hidden;background:var(--ta-navy);box-shadow:var(--ta-shadow)}
.turnaround-proof img{display:block;width:100%;height:auto;aspect-ratio:2.5/1;object-fit:cover}
.turnaround-proof figcaption{position:absolute;left:18px;bottom:16px;padding:8px 12px;border-radius:999px;background:rgba(7,26,49,.86);color:#fff;font:700 10px var(--font-mono);letter-spacing:.08em;text-transform:uppercase}
.turnaround-day .body-copy-inner>p:not(:first-child):not(:last-child){position:relative;min-height:160px;padding:25px 24px 24px 68px;border:1px solid var(--ta-line);border-radius:16px;background:#fff;font-size:14px;line-height:1.62}
.turnaround-step-index{position:absolute;left:22px;top:23px;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--accent);color:#fff;font:800 11px var(--font-mono)}
.turnaround-day .body-copy-inner>p:not(:first-child):not(:last-child) strong{display:block;margin-bottom:8px;color:var(--ink);font:800 17px/1.25 var(--font-display)}
.turnaround-day .body-copy-inner>p:last-child{grid-column:1/-1;margin-top:7px;padding:20px 22px;border-radius:14px;background:var(--ta-navy);color:rgba(255,255,255,.78)}
.turnaround-day .body-copy-inner>p:last-child a{color:#ff9b76;font-weight:750}

.turnaround-pricing-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:34px}
.turnaround-pricing-grid article{display:flex;flex-direction:column;min-height:260px;padding:25px 22px;border:1px solid rgba(255,255,255,.13);border-radius:17px;background:rgba(255,255,255,.06)}
.turnaround-pricing-grid article>span{font:800 9px var(--font-mono);letter-spacing:.11em;text-transform:uppercase;color:rgba(255,255,255,.5)}
.turnaround-pricing-grid h3{margin:25px 0 9px;color:#fff;font:800 21px/1.12 var(--font-display);letter-spacing:-.03em}
.turnaround-pricing-grid article>strong{display:block;margin-bottom:13px;color:#ff8d64;font:800 24px var(--font-display)}
.turnaround-pricing-grid p{margin:auto 0 0;color:rgba(255,255,255,.66);font-size:13px;line-height:1.55}
.turnaround-pricing-grid .featured{transform:translateY(-8px);background:#fff;border-color:#fff;box-shadow:0 22px 55px rgba(0,0,0,.22)}
.turnaround-pricing-grid .featured>span{color:var(--accent-deep)}
.turnaround-pricing-grid .featured h3,.turnaround-pricing-grid .featured p{color:var(--ink)}
.turnaround-pricing-grid .featured>strong{color:var(--accent-deep)}

.turnaround-included{background:#fff}
.turnaround-included .body-copy-inner,.turnaround-system .body-copy-inner{max-width:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.turnaround-included .body-copy-inner>p,.turnaround-system .body-copy-inner>p{margin:0}
.turnaround-included .body-copy-inner>p:first-child,.turnaround-system .body-copy-inner>p:first-child{grid-column:1/-1;max-width:68ch;font-size:17px;margin-bottom:8px}
.turnaround-included .body-copy-inner>p:not(:first-child){position:relative;min-height:170px;padding:55px 22px 23px;border:1px solid var(--ta-line);border-radius:16px;background:#fbfcfd;font-size:13px;line-height:1.58}
.turnaround-check{position:absolute;left:22px;top:20px;display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:rgba(22,137,82,.1);color:#168952;font-weight:900}
.turnaround-included .body-copy-inner strong,.turnaround-system .body-copy-inner strong{display:block;margin-bottom:7px;color:var(--ink);font:800 17px/1.25 var(--font-display)}

.turnaround-system{background:var(--ta-paper)}
.turnaround-system .body-copy-inner{grid-template-columns:repeat(2,minmax(0,1fr))}
.turnaround-system .body-copy-inner>p:not(:first-child):not(:last-child){padding:25px;border-radius:16px;background:#fff;border:1px solid var(--ta-line);font-size:14px;line-height:1.62}
.turnaround-system .body-copy-inner>p:last-child{grid-column:1/-1;padding:22px 24px;border-left:4px solid var(--accent);background:#fff;border-radius:0 14px 14px 0}

.turnaround-local-notes{background:linear-gradient(145deg,var(--ta-navy),#0f3357);color:#fff;overflow:hidden}
.turnaround-local-notes h2.section-title{color:#fff}.turnaround-local-notes h2.section-title em{color:#ff8d64}.turnaround-local-notes .section-num{color:#ff9b76}
.turnaround-local-notes .body-copy-inner{max-width:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;color:rgba(255,255,255,.72)}
.turnaround-local-notes .body-copy-inner>p{margin:0;padding:25px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.06);font-size:14px;line-height:1.65}
.turnaround-local-notes .body-copy-inner>p:last-child{grid-column:1/-1;padding:20px 24px;color:#fff;background:rgba(255,83,21,.13);border-color:rgba(255,126,79,.24)}
.turnaround-local-notes .body-copy-inner strong{display:block;margin-bottom:8px;color:#fff;font:800 18px/1.24 var(--font-display)}

.turnaround-page .local-grid{gap:13px}.turnaround-page .local-item{padding:22px;border-radius:15px}
.turnaround-page .gg-crosssell{background:linear-gradient(130deg,#fff3eb,#f5eee5)!important}
.turnaround-page .faq-list{max-width:850px}
.turnaround-page .related .links{gap:10px}
.turnaround-page .related .links a{border-radius:999px;padding:11px 16px;background:#fff}
.turnaround-page .also-booked{padding-top:0}

@media(max-width:1000px){
  .turnaround-pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .turnaround-pricing-grid .featured{transform:none}
  .turnaround-included .body-copy-inner,.turnaround-local-notes .body-copy-inner{grid-template-columns:repeat(2,minmax(0,1fr))}
  .turnaround-local-notes .body-copy-inner>p:last-child{grid-column:1/-1}
}
@media(max-width:760px){
  .turnaround-hero{padding-top:46px;padding-bottom:54px}
  .turnaround-hero .hero-ba-cell{aspect-ratio:1/1}
  .turnaround-overview{padding:44px 0 56px}
  .turnaround-overview-grid,.turnaround-definition-grid,.turnaround-audience .body-copy-inner,.turnaround-day .body-copy-inner,.turnaround-system .body-copy-inner{grid-template-columns:1fr}
  .turnaround-audience .body-copy-inner>p:first-child,.turnaround-day .body-copy-inner>p:first-child,.turnaround-proof,.turnaround-day .body-copy-inner>p:last-child,.turnaround-system .body-copy-inner>p:first-child,.turnaround-system .body-copy-inner>p:last-child{grid-column:auto}
  .turnaround-proof img{aspect-ratio:1.55/1}
  .turnaround-page .process .step{min-height:auto}
}
@media(max-width:560px){
  .turnaround-hero .hero-phone{white-space:nowrap}
  .turnaround-overview .quick-answer,.turnaround-overview .typical-job,.turnaround-definition-grid>*{padding:23px 20px;border-radius:15px}
  .turnaround-overview .typical-job-grid{grid-template-columns:1fr}
  .turnaround-audience .body-copy-inner>p:not(:first-child){padding:23px 20px 23px 59px}
  .turnaround-card-index{left:18px;top:24px}
  .turnaround-day .body-copy-inner>p:not(:first-child):not(:last-child){min-height:auto;padding:22px 18px 22px 58px}
  .turnaround-step-index{left:17px;top:20px}
  .turnaround-pricing-grid,.turnaround-included .body-copy-inner,.turnaround-local-notes .body-copy-inner{grid-template-columns:1fr}
  .turnaround-pricing-grid article{min-height:220px}
  .turnaround-local-notes .body-copy-inner>p:last-child{grid-column:auto}
}
