:root {
  --red: #bd0306;
  --red-dark: #940003;
  --red-soft: #fbe8e8;
  --ink: #161516;
  --muted: #686466;
  --line: #ded9d5;
  --paper: #f8f5f1;
  --white: #fff;
  --green: #2b7050;
  --shadow: 0 24px 70px rgba(33, 24, 24, 0.12);
  --radius: 22px;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; background: var(--white); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  background: rgba(248, 245, 241, 0.88);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled { border-color: rgba(23, 21, 22, .08); box-shadow: 0 8px 32px rgba(23, 21, 22, .05); }
.header-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { display: block; width: 150px; height: auto; border-radius: 3px; box-shadow: 0 5px 14px rgba(74, 0, 1, .1); }
.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav a { color: #3f3a3c; font-size: 14px; font-weight: 600; text-decoration: none; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--red); }
.main-nav .nav-instagram { padding: 11px 17px; border: 1px solid #cfc8c4; border-radius: 999px; }
.mobile-services-link { display: none; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero { min-height: 760px; display: grid; align-items: center; padding: 135px 0 75px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: clamp(40px, 7vw, 92px); align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 21px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: currentColor; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
h1 { max-width: 690px; font-size: clamp(52px, 6.6vw, 88px); line-height: .96; }
h1 em, h2 em { color: var(--red); font-weight: 400; }
.hero-lead { max-width: 595px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 0 23px; border: 0; border-radius: 6px; cursor: pointer; font-weight: 750; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--red); box-shadow: 0 10px 28px rgba(189, 3, 6, .2); }
.button-primary:hover { background: var(--red-dark); box-shadow: 0 14px 34px rgba(189, 3, 6, .28); }
.text-link { font-size: 14px; font-weight: 800; text-decoration: none; border-bottom: 1px solid #bdb5b0; padding-bottom: 4px; }
.text-link span { margin-left: 6px; color: var(--red); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 21px; margin: 40px 0 0; padding: 0; list-style: none; color: #555052; font-size: 13px; font-weight: 650; }
.hero-proof span { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 6px; color: var(--green); border: 1px solid #c3d8cc; border-radius: 50%; }
.hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.visual-glow { position: absolute; width: 540px; height: 540px; border-radius: 50%; background: radial-gradient(circle, rgba(189,3,6,.15), rgba(189,3,6,0) 66%); }
.hero-visual::before { content: ""; position: absolute; width: 440px; height: 440px; border: 1px solid rgba(189,3,6,.15); border-radius: 50%; }
.payroll-card { position: relative; z-index: 1; width: min(470px, 100%); padding: 30px; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.9); border-radius: var(--radius); box-shadow: var(--shadow); }
.card-topline { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; }
.micro-label { margin: 0 0 8px; color: #8a8184; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.payroll-card h2 { font-family: Inter, sans-serif; font-size: 23px; font-weight: 780; letter-spacing: -.04em; }
.status-pill { display: flex; align-items: center; gap: 7px; padding: 8px 10px; color: var(--green); background: #eaf5ee; border-radius: 999px; font-size: 11px; font-weight: 800; }
.status-pill i { width: 7px; height: 7px; background: #3e9669; border-radius: 50%; box-shadow: 0 0 0 4px rgba(62,150,105,.12); }
.progress-block { padding: 25px 0 22px; border-bottom: 1px solid #ebe6e3; }
.progress-head { display: flex; justify-content: space-between; margin-bottom: 10px; color: #6c6567; font-size: 12px; }
.progress-head strong { color: var(--red); }
.progress-track { height: 6px; overflow: hidden; background: #ede7e4; border-radius: 999px; }
.progress-track span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--red), #e34849); border-radius: inherit; }
.checklist { margin: 8px 0 0; padding: 0; list-style: none; }
.checklist li { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; min-height: 50px; border-bottom: 1px solid #f0ece9; font-size: 13px; font-weight: 650; }
.check-icon { display: grid; place-items: center; width: 20px; height: 20px; color: var(--green); background: #edf6f0; border-radius: 50%; font-size: 11px; }
.checklist small { color: #9a9294; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.advisor-note { display: flex; align-items: center; gap: 11px; margin-top: 22px; }
.advisor-avatar { display: grid; place-items: center; width: 38px; height: 38px; color: var(--white); background: var(--red); border-radius: 50%; font-family: Georgia, serif; font-size: 20px; font-style: italic; }
.advisor-note div:last-child { display: flex; flex-direction: column; gap: 2px; font-size: 12px; }
.advisor-note span { color: #81797b; }
.floating-note { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 13px 16px; background: var(--white); border: 1px solid #eee8e5; border-radius: 10px; box-shadow: 0 14px 36px rgba(34,25,26,.11); }
.floating-note strong { font-size: 14px; }
.floating-note span { color: #746d6f; font-size: 11px; }
.note-top { top: -48px; right: -14px; }
.note-top strong { color: var(--red); font-family: Georgia, serif; font-size: 26px; }
.note-top { align-items: baseline; }
.note-bottom { left: -28px; bottom: -48px; }
.note-bottom .shield { display: grid; place-items: center; width: 27px; height: 27px; color: var(--white); background: var(--red); border-radius: 8px; font-size: 11px; }

.section { padding: 110px 0; }
.services { background: var(--white); }
.section-heading { display: grid; grid-template-columns: 1.45fr .55fr; gap: 80px; align-items: end; }
.section-heading h2, .contact-intro h2 { max-width: 720px; font-size: clamp(40px, 5vw, 65px); line-height: 1.04; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.72; }
.audience-switch { display: inline-flex; gap: 4px; margin-top: 54px; padding: 5px; background: #f2eeeb; border-radius: 999px; }
.audience-tab { min-height: 44px; padding: 0 22px; color: #6c6567; background: transparent; border: 0; border-radius: 999px; cursor: pointer; font-size: 13px; font-weight: 800; }
.audience-tab.is-active { color: var(--white); background: var(--ink); box-shadow: 0 5px 15px rgba(22,21,22,.16); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 26px; }
.service-card { position: relative; min-height: 350px; padding: 29px; overflow: hidden; background: var(--paper); border: 1px solid #ebe5e1; border-radius: 14px; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #d6c9c5; box-shadow: 0 18px 46px rgba(33,24,24,.08); }
.service-card.is-featured { color: var(--white); background: var(--red); border-color: var(--red); }
.service-card.is-featured::after { content: "M"; position: absolute; right: -15px; bottom: -50px; color: rgba(255,255,255,.07); font-family: Georgia, serif; font-size: 220px; font-style: italic; }
.service-icon { display: grid; place-items: center; width: 47px; height: 47px; color: var(--red); background: var(--red-soft); border-radius: 11px; font-weight: 900; }
.is-featured .service-icon { color: var(--white); background: rgba(255,255,255,.13); }
.service-card h3 { margin: 30px 0 12px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; letter-spacing: -.03em; }
.service-card > p { min-height: 68px; margin: 0; color: #70696b; font-size: 14px; line-height: 1.62; }
.is-featured > p { color: rgba(255,255,255,.76); }
.service-card ul { position: relative; z-index: 1; margin: 24px 0 0; padding: 18px 0 0; border-top: 1px solid #e3dcd8; list-style: none; }
.is-featured ul { border-color: rgba(255,255,255,.2); }
.service-card li { display: flex; gap: 9px; margin: 9px 0; color: #4f4a4b; font-size: 12px; font-weight: 650; }
.is-featured li { color: rgba(255,255,255,.9); }
.service-card li::before { content: "•"; color: var(--red); }
.is-featured li::before { color: #f0b9be; }
.service-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 31px; padding-top: 30px; border-top: 1px solid #e9e2de; }
.service-cta > div { display: flex; align-items: center; gap: 12px; }
.service-cta p { margin: 0; color: #70696b; font-size: 14px; }
.service-cta strong { color: var(--ink); }
.dot { width: 8px; height: 8px; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 5px var(--red-soft); }

.about { position: relative; overflow: hidden; background: #f1ece7; }
.about::before { content: "M"; position: absolute; right: -40px; bottom: -155px; color: rgba(189,3,6,.045); font-family: Georgia, serif; font-size: 510px; font-style: italic; line-height: 1; }
.about-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(52px, 8vw, 108px); align-items: start; }
.about-intro h2 { max-width: 610px; color: var(--red); font-size: clamp(48px, 5.7vw, 74px); line-height: .98; }
.about-intro > p:last-child { max-width: 520px; margin: 30px 0 0; color: #5f595b; font-size: 16px; line-height: 1.78; }
.about-principles { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.about-card { position: relative; min-height: 285px; padding: 31px; background: rgba(255,255,255,.87); border: 1px solid rgba(255,255,255,.92); border-radius: 15px; box-shadow: 0 16px 44px rgba(33,24,24,.07); }
.about-number { color: var(--red); font-family: Georgia, serif; font-size: 18px; }
.about-card h3 { margin: 23px 0 14px; font-family: Georgia, serif; font-size: 31px; font-weight: 400; letter-spacing: -.03em; }
.about-card p { margin: 0; color: #696264; font-size: 13px; line-height: 1.72; }
.about-values { grid-column: 1 / -1; min-height: 0; }
.about-values h3 { margin-bottom: 18px; }
.about-values ul { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; }
.about-values li { padding: 9px 13px; color: #514b4d; background: var(--red-soft); border: 1px solid rgba(189,3,6,.13); border-radius: 999px; font-size: 11px; font-weight: 750; }

.course-contact { padding-bottom: 0; }
.course-panel { display: grid; grid-template-columns: 1fr .78fr; min-height: 450px; overflow: hidden; color: var(--white); background: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); }
.course-copy { position: relative; padding: clamp(42px, 6vw, 72px); }
.course-copy::after { content: ""; position: absolute; inset: auto 0 0 auto; width: 240px; height: 240px; background: radial-gradient(circle at bottom right, rgba(189,3,6,.55), transparent 67%); }
.eyebrow.light { color: #efb3b8; }
.coming-soon { display: inline-block; margin: 0 0 16px; padding: 6px 9px; color: #f4c9cd; border: 1px solid rgba(244,201,205,.35); border-radius: 4px; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.course-copy h2 { font-size: clamp(44px, 5vw, 67px); line-height: .97; }
.course-copy > p:not(.eyebrow) { max-width: 570px; margin: 24px 0 30px; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.7; }
.button-light { position: relative; z-index: 1; color: var(--ink); background: var(--white); }
.button-light:hover { background: #f3eeee; }
.course-content { position: relative; display: flex; align-items: center; padding: 50px; overflow: hidden; background: linear-gradient(145deg, var(--red), #850003); }
.course-number { position: absolute; right: -28px; top: -55px; color: rgba(255,255,255,.06); font-family: Georgia, serif; font-size: 250px; }
.course-content ul { position: relative; z-index: 1; width: 100%; margin: 0; padding: 0; list-style: none; }
.course-content li { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.course-content li:last-child { border-bottom: 0; }
.course-content li > span { color: #efb3b8; font-family: Georgia, serif; font-size: 23px; }
.course-content p { display: flex; flex-direction: column; gap: 5px; margin: 0; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.5; }
.course-content strong { color: var(--white); font-size: 15px; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 8vw, 110px); align-items: center; padding: 120px 0; }
.contact-intro > p:not(.eyebrow) { max-width: 440px; margin: 25px 0 28px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.contact-links { display: grid; gap: 14px; }
.social-link { display: inline-flex; align-items: center; width: fit-content; gap: 12px; text-decoration: none; transition: transform .2s ease; }
.social-link:hover { transform: translateX(3px); }
.social-link:focus-visible { outline: 3px solid rgba(189,3,6,.16); outline-offset: 4px; border-radius: 6px; }
.social-icon { display: grid; place-items: center; flex: 0 0 auto; width: 46px; height: 46px; color: var(--white); background: var(--red); border-radius: 50%; object-fit: cover; box-shadow: 0 7px 18px rgba(189,3,6,.16); }
.social-linkedin { font-size: 21px; font-weight: 900; letter-spacing: -.06em; }
.social-blog svg { width: 24px; height: 24px; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.social-link > span:last-child { display: flex; flex-direction: column; gap: 3px; }
.social-link small { color: #8d8587; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.social-link strong { font-size: 14px; }
.inquiry-card { padding: 35px; background: var(--white); border: 1px solid #e6dfdb; border-radius: var(--radius); box-shadow: 0 19px 55px rgba(33,24,24,.08); }
.inquiry-card fieldset { margin: 0; padding: 0; border: 0; }
.inquiry-card legend { margin-bottom: 16px; font-size: 14px; font-weight: 800; }
.reason-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.reason-grid input { position: absolute; opacity: 0; pointer-events: none; }
.reason-grid span { display: flex; align-items: center; justify-content: center; min-height: 45px; padding: 8px 12px; color: #5f595b; border: 1px solid #dcd5d1; border-radius: 7px; cursor: pointer; font-size: 12px; font-weight: 750; text-align: center; transition: all .2s ease; }
.reason-grid input:checked + span { color: var(--red); background: var(--red-soft); border-color: rgba(189,3,6,.4); box-shadow: inset 0 0 0 1px rgba(189,3,6,.08); }
.reason-grid input:focus-visible + span { outline: 3px solid rgba(189,3,6,.2); outline-offset: 2px; }
.reason-wide { grid-column: 1 / -1; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 22px; }
.field { display: flex; flex-direction: column; gap: 8px; color: #3e393b; font-size: 12px; font-weight: 750; }
.field small { color: #958d8f; font-weight: 500; }
.field input, .field select { width: 100%; min-height: 46px; padding: 0 12px; color: var(--ink); background: #fbf9f7; border: 1px solid #ddd6d2; border-radius: 7px; outline: none; }
.field input:focus, .field select:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(189,3,6,.1); }
.message-preview { min-height: 72px; margin: 18px 0; padding: 13px 15px; color: #635d5f; background: #f7f3f0; border-left: 3px solid var(--red); font-size: 12px; line-height: 1.55; }
.message-preview::before { content: "VISTA PREVIA DEL MENSAJE"; display: block; margin-bottom: 5px; color: #958d8f; font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.channel-label { margin: 0 0 10px; color: #3e393b; font-size: 12px; font-weight: 800; }
.channel-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.channel-button { display: grid; grid-template-columns: 29px 1fr 18px; align-items: center; gap: 10px; min-height: 60px; padding: 9px 12px; color: var(--white); border: 0; border-radius: 8px; cursor: pointer; text-align: left; box-shadow: 0 9px 24px rgba(33,24,24,.12); transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.channel-button:hover { transform: translateY(-2px); box-shadow: 0 13px 29px rgba(33,24,24,.17); filter: brightness(.97); }
.channel-button:focus-visible { outline: 3px solid rgba(22,21,22,.18); outline-offset: 3px; }
.channel-instagram { background: var(--red); }
.channel-whatsapp { background: #128c7e; }
.channel-icon { width: 27px; height: 27px; stroke-width: 1.8; }
.channel-whatsapp .channel-icon { stroke-linecap: round; stroke-linejoin: round; }
.channel-button > span { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.channel-button strong { font-size: 13px; }
.channel-button small { color: rgba(255,255,255,.76); font-size: 9px; white-space: nowrap; }
.channel-arrow { width: 17px; height: 17px; }
.form-note { margin: 11px 0 0; color: #938b8d; font-size: 10px; line-height: 1.5; text-align: center; }
.form-note.is-success { color: var(--green); font-weight: 700; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; min-height: 100px; border-top: 1px solid #ded7d3; }
.brand-footer { justify-self: start; }
.brand-footer .brand-logo { width: 126px; }
.site-footer p { margin: 0; color: #777073; font-size: 11px; }
.site-footer p:last-child { justify-self: end; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .site-header { background: var(--paper); backdrop-filter: none; }
  .mobile-services-link { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; margin-left: auto; margin-right: 5px; padding: 0 14px; color: var(--red); background: var(--red-soft); border: 1px solid rgba(189,3,6,.22); border-radius: 999px; font-size: 12px; font-weight: 800; text-decoration: none; }
  .mobile-services-link:focus-visible { outline: 3px solid rgba(189,3,6,.16); outline-offset: 2px; }
  .menu-toggle { display: block; position: relative; z-index: 22; cursor: pointer; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: 21; flex-direction: column; justify-content: flex-start; gap: 22px; width: 100vw; min-height: 100vh; min-height: 100dvh; padding: calc(92px + env(safe-area-inset-top)) 24px calc(36px + env(safe-area-inset-bottom)); overflow-y: auto; background: var(--paper); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { font-family: Georgia, serif; font-size: 29px; font-weight: 400; }
  .main-nav .nav-instagram { font-family: Inter, sans-serif; font-size: 13px; }
  .hero { min-height: auto; padding-top: 125px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 690px; }
  .hero-visual { min-height: 510px; }
  .note-top { right: 2%; }
  .note-bottom { left: 2%; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading > p { max-width: 580px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-intro > p:last-child { max-width: 690px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; min-height: 290px; }
  .course-panel { grid-template-columns: 1fr; }
  .course-content { min-height: 350px; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 30px); --radius: 16px; }
  .header-inner { height: 68px; }
  .brand-logo { width: 126px; }
  .hero { padding: 108px 0 65px; }
  h1 { font-size: clamp(45px, 14vw, 63px); }
  .hero-lead { margin-top: 24px; font-size: 16px; line-height: 1.62; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-proof { gap: 12px 18px; margin-top: 31px; }
  .hero-visual { min-height: 470px; margin-top: -8px; }
  .visual-glow { width: 420px; height: 420px; }
  .hero-visual::before { width: 340px; height: 340px; }
  .payroll-card { padding: 21px; }
  .payroll-card h2 { font-size: 20px; }
  .status-pill { padding: 7px 8px; font-size: 9px; }
  .floating-note { display: none; }
  .section { padding: 78px 0; }
  .section-heading h2, .contact-intro h2 { font-size: 42px; }
  .about::before { right: -70px; bottom: -70px; font-size: 330px; }
  .about-intro h2 { font-size: 48px; }
  .about-principles { grid-template-columns: 1fr; }
  .about-card, .about-values { grid-column: auto; min-height: 0; }
  .audience-switch { display: grid; grid-template-columns: 1fr 1fr; width: 100%; margin-top: 38px; }
  .audience-tab { padding: 0 10px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: 0; }
  .service-card > p { min-height: 0; }
  .service-cta { align-items: flex-start; flex-direction: column; }
  .course-panel { margin-inline: -3px; }
  .course-copy { padding: 38px 25px 44px; }
  .course-copy h2 { font-size: 45px; }
  .course-content { min-height: 310px; padding: 30px 25px; }
  .contact-grid { padding: 80px 0; }
  .inquiry-card { padding: 23px 18px; }
  .reason-grid, .field-row { grid-template-columns: 1fr; }
  .channel-actions { grid-template-columns: 1fr; }
  .reason-wide { grid-column: auto; }
  .reason-grid { gap: 7px; }
  .reason-grid span { min-height: 42px; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer p:nth-of-type(1) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
