.redesign-service {
  --ink: #242936;
  --muted: #687080;
  --red: #cb2128;
  --red-dark: #cb2128;
  --paper: #f7f6f3;
  --soft: #eef1f4;
  --line: #d8dde3;
  --white: #fff;
  --radius: 26px;
  --shell: 1320px;
}

.redesign-service, .redesign-service * { box-sizing: border-box; }
.redesign-service { padding: 12px; color: var(--ink); background: transparent; font: 16px/1.5 var(--font, Arial, Helvetica, sans-serif); }
.redesign-service a { color: inherit; text-decoration: none; }
.redesign-service img { max-width: 100%; }
.redesign-service button, .redesign-service input { font: inherit; }
.shell { width: min(calc(100% - 64px), var(--shell)); margin-inline: auto; }
.redesign-service .text-link:hover { color: var(--red); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; min-height: 58px; padding: 0 26px; border: 0; border-radius: 100px; color: var(--white); background: var(--red); font-weight: 700; white-space: nowrap; cursor: pointer; transition: .2s ease; }
.button:hover { background: var(--red-dark); transform: translateY(-1px); }
.button-small { min-height: 46px; padding: 0 20px; font-size: 14px; }
.section { padding: 112px 0; }
.section-soft { background: var(--soft); }
.section-dark { color: var(--white); background: var(--ink); }
.redesign-service > section { margin-bottom: 12px; overflow: hidden; border-radius: 30px; background: var(--paper); }
.redesign-service > section:last-child { margin-bottom: 0; }
.redesign-service > .section-soft, .redesign-service > .request-section { background: var(--soft); }
.redesign-service > .section-dark { background: var(--ink); }
.hero { min-height: 860px; position: relative; display: flex; align-items: flex-end; padding: 150px 0 56px; overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: url("/assets/redesign/service/hero-occupational-safety.webp") 63% center/cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #171b24 0%, #171b24ed 30%, #171b248f 54%, #171b241a 75%), linear-gradient(0deg, #171b24ba 0%, transparent 35%); }
.hero-content { position: relative; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 74px; font-size: 12px; opacity: .68; }
.eyebrow { margin: 0 0 18px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow.red { color: var(--red); }
.redesign-service h1, .redesign-service h2, .redesign-service h3, .redesign-service p { margin-top: 0; }
.redesign-service h1 { max-width: 780px; margin-bottom: 28px; font-size: clamp(48px, 6.1vw, 88px); line-height: .94; letter-spacing: -.055em; }
.redesign-service h2 { margin-bottom: 26px; font-size: clamp(36px, 4vw, 58px); line-height: 1.02; letter-spacing: -.045em; }
.redesign-service h3 { margin-bottom: 12px; line-height: 1.18; letter-spacing: -.02em; }
.hero-lead { max-width: 620px; margin-bottom: 34px; font-size: 19px; line-height: 1.5; color: #ffffffcc; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { font-weight: 700; }
.text-link.light { color: var(--white); }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 72px 0 0; padding: 24px 0 0; border-top: 1px solid #ffffff3d; list-style: none; }
.hero-facts li { display: grid; gap: 4px; padding-right: 32px; }
.hero-facts strong { font-size: 17px; }
.hero-facts span { font-size: 13px; color: #ffffffa6; }
.split-heading { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; align-items: start; }
.split-heading h2 { max-width: 560px; }
.lead-copy { display: grid; gap: 24px; padding-top: 34px; font-size: 19px; color: var(--muted); }
.lead-copy p { margin: 0; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 70px; }
.benefit-grid article { min-height: 250px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); }
.benefit-grid article > span { display: block; margin-bottom: 68px; color: var(--red); font-weight: 800; }
.benefit-grid h3 { font-size: 23px; }
.benefit-grid p, .section-heading > p, .price-lead, .reviews-layout > div > p, .faq-layout > div > p { color: var(--muted); }
.section-heading { max-width: 720px; margin-bottom: 52px; }
.section-heading > p:last-child { max-width: 600px; font-size: 18px; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.audience-card { min-height: 390px; display: flex; flex-direction: column; align-items: flex-start; padding: 30px; overflow: hidden; border-radius: var(--radius); color: var(--white); background: #394051; }
.audience-card::before { content: ""; width: 190px; height: 190px; margin: -60px -50px 45px auto; border-radius: 50%; background: linear-gradient(135deg, #ffffff40, transparent); }
.audience-a { background: #cb2128; }
.audience-b { background: #4d6078; }
.audience-c { background: #333a48; }
.program-label { position: absolute; padding: 7px 12px; border: 1px solid #ffffff4d; border-radius: 50px; font-size: 12px; }
.audience-card h3 { max-width: 330px; font-size: 26px; }
.audience-card p { color: #ffffffc2; }
.audience-card a { margin-top: auto; font-weight: 700; }
.documents-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.documents-copy > p:not(.eyebrow):not(.note) { font-size: 18px; color: var(--muted); }
.check-list { display: grid; gap: 16px; margin: 32px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 36px; font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -2px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--red); font-size: 13px; }
.note { padding: 16px 18px; border-left: 3px solid var(--red); background: var(--soft); color: var(--muted); font-size: 13px; }
.document-samples { min-height: 520px; position: relative; display: grid; place-items: center; border-radius: var(--radius); background: #e2e5e8; overflow: hidden; }
.document-samples.has-images { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; padding: 24px; }
.document-samples figure { margin: 0; }
.document-sample-image { width: 100%; max-height: 430px; object-fit: contain; border-radius: 12px; box-shadow: 0 16px 40px #2e333b24; }
.document-samples figcaption { margin-top: 10px; color: var(--muted); font-size: 13px; text-align: center; }
.paper { position: absolute; width: 330px; aspect-ratio: .72; display: flex; flex-direction: column; padding: 54px 36px; border: 12px solid #cb2128; color: #cb2128; background: #f6e8d2; box-shadow: 0 24px 55px #2e333b2e; font-family: Georgia, serif; }
.paper span { font-size: 20px; text-align: center; letter-spacing: .12em; }
.paper b { margin: 18px 0 38px; text-align: center; font-size: 14px; }
.paper i { height: 1px; margin: 11px 0; background: #cb212866; }
.paper small { margin-top: auto; text-align: center; letter-spacing: .2em; }
.paper-back { transform: translate(-105px, 5px) rotate(-8deg); }
.paper-front { transform: translate(110px, -8px) rotate(6deg); }
.composition-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.composition-layout h2 { max-width: 500px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 26px 0; border-top: 1px solid #ffffff26; }
.steps li:last-child { border-bottom: 1px solid #ffffff26; }
.steps > li > span { color: var(--red); font-weight: 800; }
.steps h3 { margin: 0 0 7px; font-size: 23px; }
.steps p { margin: 0; color: #ffffffa8; }
.row-heading { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.row-heading h2 { margin-bottom: 0; }
.row-heading > p { max-width: 430px; }
.program-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.program-card { position: relative; grid-column: span 2; min-height: 460px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: .2s ease; }
.program-card:hover { border-color: var(--red); transform: translateY(-3px); }
.program-media { width: 100%; height: 200px; object-fit: cover; }
.media-a { object-position: 78% center; }
.media-b { object-position: 60% center; }
.media-c { object-position: 42% center; }
.media-d { object-position: 88% center; }
.media-e { object-position: 25% center; }
.program-card > span { position: absolute; top: 18px; left: 18px; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; color: var(--red); background: var(--white); font-size: 21px; font-weight: 800; }
.program-copy { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 24px; }
.program-card small { display: block; margin-bottom: 12px; color: var(--muted); }
.program-card h3 { font-size: 23px; }
.program-card p { color: var(--muted); }
.program-card b { display: block; margin-top: auto; padding-top: 25px; }
.program-card.featured { color: var(--white); border-color: var(--red); background: var(--red); }
.program-card.featured > span { color: var(--red); background: var(--white); }
.program-card.featured small, .program-card.featured p { color: #ffffffc8; }
.program-card.wide { grid-column: span 3; min-height: 390px; }
.price-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.price-lead { max-width: 520px; margin-bottom: 34px; font-size: 18px; }
.price-factors { display: grid; gap: 14px; }
.price-factors article { display: grid; grid-template-columns: 62px 1fr 1.1fr; gap: 20px; align-items: center; padding: 24px 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.price-factors span { color: var(--red); font-weight: 800; }
.price-factors h3, .price-factors p { margin: 0; }
.price-factors p { color: var(--muted); }
.advantage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.advantage-grid article { min-height: 300px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); }
.advantage-grid span { display: block; margin-bottom: 82px; color: var(--red); font-size: 46px; font-weight: 800; letter-spacing: -.05em; }
.advantage-grid p { color: var(--muted); }
.request-section { background: var(--soft); }
.quiz { max-width: 1120px; }
.quiz-intro { padding: 42px 48px 32px; border-radius: var(--radius) var(--radius) 0 0; background: #e8e8e8; }
.quiz-intro h2 { max-width: 900px; margin-bottom: 24px; }
.quiz-intro p { max-width: 900px; margin-bottom: 12px; font-size: 18px; }
.quiz-form { min-height: 580px; position: relative; display: flex; flex-direction: column; padding: 48px; border-radius: 0 0 var(--radius) var(--radius); color: var(--ink); background: var(--white); }
.quiz-progress { position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: #cb212833; }
.quiz-progress span { display: block; width: 25%; height: 100%; background: #cb2128; transition: width .2s ease; }
.quiz-step legend { max-width: 900px; margin-bottom: 28px; font-size: clamp(26px, 3vw, 38px); line-height: 1.08; font-weight: 800; letter-spacing: -.03em; }
.quiz-step > p { color: var(--muted); }
.redesign-service fieldset { margin: 0 0 30px; padding: 0; border: 0; }
.redesign-service legend { margin-bottom: 18px; font-size: 20px; font-weight: 800; }
.quiz-options { display: grid; gap: 14px; }
.quiz-options.two-columns { grid-template-columns: 1fr 1fr; column-gap: 44px; }
.quiz-options label { display: flex; align-items: center; gap: 10px; cursor: pointer; }
.quiz-options input { width: 20px; height: 20px; flex: 0 0 auto; accent-color: #cb2128; }
.quiz-options span { color: #555d6a; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 14px; }
.form-row label > span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 12px; }
.form-row input { width: 100%; padding: 17px; border: 1px solid var(--line); border-radius: 12px; }
.quiz-step > small { display: block; margin-top: 12px; color: var(--muted); }
.quiz-error { margin: auto 0 8px; color: var(--red); font-size: 13px; }
.quiz-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: auto; color: #9aa0a8; }
.quiz-footer > div { display: flex; gap: 10px; }
.quiz-back { width: 58px; height: 58px; border: 1px solid var(--red); border-radius: 12px; color: var(--red); background: var(--white); font-size: 20px; cursor: pointer; }
.quiz-back:disabled { opacity: .35; cursor: default; }
.quiz-next { min-width: 160px; border-radius: 12px; text-transform: uppercase; }
.quiz-status { min-height: 24px; margin: 12px 0 0; color: var(--muted); font-size: 13px; text-align: right; }
.reviews-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.reviews-layout > div > p { max-width: 560px; font-size: 18px; }
.rating-card { padding: 40px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.rating-top { display: flex; align-items: center; gap: 26px; margin-bottom: 20px; }
.rating-top strong { font-size: 72px; line-height: 1; letter-spacing: -.06em; }
.rating-top span { color: #f2a900; letter-spacing: .1em; }
.rating-card p { font-size: 20px; }
.rating-card small { display: block; margin-top: 28px; color: var(--muted); }
.review-widget iframe { width: 100%; max-width: 100%; border: 0; }
.seo-text-layout { max-width: 980px; }
.seo-text-content { color: var(--muted); font-size: 18px; }
.seo-text-content > :last-child { margin-bottom: 0; }
.seo-text-content h3 { margin-top: 38px; color: var(--ink); font-size: 26px; }
.seo-text-content ul, .seo-text-content ol { padding-left: 24px; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-list details { border-top: 1px solid #bfc5cc; }
.faq-list details:last-child { border-bottom: 1px solid #bfc5cc; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 25px 0; cursor: pointer; font-size: 19px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red); font-size: 28px; transition: .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 750px; padding: 0 46px 26px 0; color: var(--muted); }
@media (max-width: 1100px) {
  .hero { min-height: 800px; }
  .hero-media { background-position: 68% center; }
  .split-heading, .documents-layout, .composition-layout, .price-layout, .reviews-layout, .faq-layout { gap: 54px; }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .audience-card:last-child { grid-column: 1 / -1; min-height: 320px; }
  .program-card { grid-column: span 3; }
  .program-card:first-child { grid-column: span 6; min-height: 390px; }
  .advantage-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .redesign-service { padding: 8px; }
  .redesign-service > section { margin-bottom: 8px; border-radius: 22px; }
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .section { padding: 76px 0; }
  .hero { min-height: 780px; padding-bottom: 32px; }
  .hero-media { background-position: 70% center; }
  .hero-shade { background: linear-gradient(90deg, #171b24f2 0%, #171b24b8 68%, #171b2466), linear-gradient(0deg, #171b24ed 0%, transparent 44%); }
  .breadcrumbs { margin-bottom: 100px; }
  .redesign-service h1 { font-size: clamp(42px, 13vw, 62px); }
  .redesign-service h2 { font-size: 32px; }
  .hero-lead { max-width: 480px; font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-facts { grid-template-columns: 1fr; gap: 12px; margin-top: 42px; }
  .hero-facts li:nth-child(n+3) { display: none; }
  .split-heading, .documents-layout, .composition-layout, .price-layout, .reviews-layout, .faq-layout { grid-template-columns: 1fr; gap: 42px; }
  .lead-copy { padding-top: 0; font-size: 17px; }
  .benefit-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card:last-child { grid-column: auto; }
  .benefit-grid article { min-height: 154px; padding: 13px; border-radius: 16px; }
  .benefit-grid article > span { margin-bottom: 30px; font-size: 12px; }
  .benefit-grid h3 { font-size: 14px; }
  .benefit-grid p { display: none; }
  .document-samples { min-height: 390px; }
  .paper { width: 230px; padding: 40px 26px; border-width: 8px; }
  .paper-back { transform: translate(-65px) rotate(-8deg); }
  .paper-front { transform: translate(65px) rotate(6deg); }
  .row-heading { display: block; }
  .row-heading h2 { margin-bottom: 20px; }
  .program-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .program-card, .program-card:first-child, .program-card.wide { grid-column: auto; min-height: 310px; border-radius: 16px; }
  .program-media { height: 108px; }
  .program-card > span { top: 10px; left: 10px; width: 38px; height: 38px; font-size: 13px; }
  .program-copy { padding: 14px; }
  .program-card small { margin-bottom: 7px; font-size: 10px; }
  .program-card h3 { font-size: 14px; }
  .program-card p { display: none; }
  .program-card b { padding-top: 12px; font-size: 11px; }
  .price-factors { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .price-factors article { min-height: 160px; display: block; padding: 14px; border-radius: 16px; }
  .price-factors span { display: block; margin-bottom: 30px; font-size: 12px; }
  .price-factors h3 { margin-bottom: 8px; font-size: 14px; }
  .price-factors p { font-size: 11px; line-height: 1.3; }
  .advantage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .advantage-grid article { min-height: 205px; padding: 16px; border-radius: 16px; }
  .advantage-grid span { margin-bottom: 34px; font-size: 34px; }
  .advantage-grid h3 { font-size: 15px; }
  .advantage-grid p { font-size: 12px; }
  .quiz-intro { padding: 28px 22px 22px; }
  .quiz-intro p { font-size: 15px; }
  .quiz-form { min-height: 570px; padding: 34px 22px 24px; }
  .quiz-step legend { font-size: 26px; }
  .quiz-options.two-columns, .form-row { grid-template-columns: 1fr; }
  .quiz-options { gap: 11px; }
  .quiz-footer { align-items: flex-end; }
  .quiz-footer > div { margin-left: auto; }
  .quiz-back { width: 48px; height: 48px; }
  .quiz-next { min-width: 130px; min-height: 48px; padding: 0 16px; font-size: 13px; }
  .rating-top strong { font-size: 58px; }
}

@media (max-width: 420px) {
  .shell { width: min(calc(100% - 16px), var(--shell)); }
  .hero { min-height: 800px; }
  .hero-media { background-position: 68% center; }
  .hero-shade { background: linear-gradient(90deg, #171b24f5, #171b24a8), linear-gradient(0deg, #171b24fa, transparent 52%); }
  .breadcrumbs { margin-bottom: 112px; }
  .button { width: 100%; }
  .quiz-footer { gap: 8px; }
  .quiz-footer > div { max-width: 100%; }
  .quiz-next { width: auto; min-width: 0; gap: 8px; padding-inline: 12px; }
  .hero-actions .text-link { padding-left: 4px; }
  .paper { width: 195px; }
  .paper-back { transform: translate(-45px) rotate(-7deg); }
  .paper-front { transform: translate(45px) rotate(5deg); }
}

@media (max-width: 340px) {
  .quiz-footer { flex-wrap: wrap; }
  .quiz-footer > div { width: 100%; justify-content: flex-end; }
  .quiz-back { width: 40px; height: 44px; }
  .quiz-next { min-height: 44px; padding-inline: 10px; gap: 6px; font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .redesign-service { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* compact quiz actions 320 */
@media (max-width:340px){.quiz-footer>div{width:auto;display:flex;margin-left:auto;gap:8px}.quiz-back{width:40px;height:44px;flex:0 0 40px}.quiz-next{width:auto;min-width:0;min-height:44px;padding-inline:8px;gap:4px;font-size:10px}.paper{width:180px}.paper-back{transform:translate(-35px) rotate(-7deg)}.paper-front{transform:translate(35px) rotate(5deg)}}

@media (max-width:340px){.redesign-service .quiz-next{font-size:10px}}
