:root {
  --navy-950: #04101c;
  --navy-900: #071827;
  --navy-850: #0a2134;
  --navy-800: #0e2d47;
  --blue-600: #1478e8;
  --blue-500: #2d8cff;
  --cyan-400: #45d4d0;
  --orange-500: #e8630a;
  --orange-400: #f07a2a;
  --orange-soft: #fff1e7;
  --ink-900: #112235;
  --ink-700: #435368;
  --ink-500: #708095;
  --line: #dbe5ef;
  --soft: #f4f8fb;
  --white: #fff;
  --shadow-sm: 0 12px 32px rgba(5, 30, 52, .07);
  --shadow-lg: 0 28px 72px rgba(5, 30, 52, .14);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink-900);
  background: var(--white);
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.section { padding: 104px 0; }
.section-soft { background: var(--soft); }
.section-navy { position: relative; overflow: hidden; color: var(--white); background: var(--navy-900); }
.section-navy::before { content: ""; position: absolute; inset: 0; opacity: .06; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 48px 48px; }
.section-navy > .container { position: relative; z-index: 1; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; padding: 10px 14px; color: #fff; background: var(--blue-600); border-radius: 8px; }
.skip-link:focus { top: 14px; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(219,229,239,.86); background: rgba(255,255,255,.95); backdrop-filter: blur(14px); transition: box-shadow .2s; }
.site-header.scrolled { box-shadow: 0 10px 28px rgba(8,31,54,.08); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 72px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-symbol { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; color: #fff; background: linear-gradient(145deg, var(--orange-500), #ff9b4f); font-size: 13px; font-weight: 900; letter-spacing: -.02em; box-shadow: 0 8px 18px rgba(232,99,10,.22); }
.brand-copy { display: grid; line-height: 1.2; }
.brand-copy strong { font-size: 18px; letter-spacing: -.02em; }
.brand-copy small { margin-top: 4px; color: var(--ink-500); font-size: 10px; letter-spacing: .08em; }
.main-nav { display: flex; align-items: center; gap: 25px; color: var(--ink-700); font-size: 14px; font-weight: 750; }
.main-nav a { position: relative; padding: 25px 0; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; background: var(--orange-500); transition: right .2s; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.nav-cta { padding: 10px 18px !important; color: #fff; background: var(--navy-900); border-radius: 10px; }
.nav-cta:hover { background: var(--orange-500); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 10px; background: var(--soft); cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--ink-900); }

.hero { position: relative; overflow: hidden; padding: 112px 0 92px; color: #fff; background: radial-gradient(circle at 88% 16%, rgba(45,140,255,.23), transparent 28%), radial-gradient(circle at 72% 80%, rgba(69,212,208,.12), transparent 26%), linear-gradient(135deg, var(--navy-950), var(--navy-800)); }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 46px 46px; pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 76px; align-items: center; }
.eyebrow { margin: 0 0 16px; color: var(--blue-600); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.light { color: var(--cyan-400); }
.hero h1 { margin: 0; font-size: clamp(42px, 5.2vw, 66px); line-height: 1.18; letter-spacing: -.055em; }
.hero h1 span { color: var(--orange-400); }
.hero-lead { max-width: 690px; margin: 27px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.82; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 0; border-radius: 11px; font-weight: 850; cursor: pointer; transition: transform .18s, background .18s, color .18s, box-shadow .18s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--orange-500); box-shadow: 0 12px 30px rgba(232,99,10,.24); }
.button-primary:hover { background: #d95706; }
.button-ghost { color: rgba(255,255,255,.86); border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.button-ghost:hover { background: rgba(255,255,255,.10); }
.button-full { width: 100%; }
.hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; max-width: 650px; margin: 42px 0 0; padding: 0; list-style: none; }
.hero-proof li { padding: 18px 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.04); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { color: #fff; font-size: 20px; }
.hero-proof span { margin-top: 4px; color: rgba(255,255,255,.53); font-size: 12px; }
.hero-panel { padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-xl); background: rgba(255,255,255,.055); box-shadow: 0 28px 72px rgba(0,0,0,.22); }
.panel-kicker { margin: 0 0 20px; color: rgba(255,255,255,.45); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.hero-method { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.hero-method li { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; padding: 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(4,16,28,.34); }
.hero-method li > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; color: #fff; background: rgba(232,99,10,.18); font-size: 12px; font-weight: 900; }
.hero-method strong, .hero-method small { display: block; }
.hero-method strong { font-size: 17px; }
.hero-method small { margin-top: 3px; color: rgba(255,255,255,.52); }
.hero-panel-note { margin-top: 18px; padding: 15px 16px; border-left: 3px solid var(--cyan-400); color: rgba(255,255,255,.65); background: rgba(69,212,208,.07); font-size: 13px; }

.trust-bar { border-bottom: 1px solid var(--line); background: #fff; }
.trust-list { display: flex; justify-content: center; flex-wrap: wrap; gap: 0; }
.trust-list span { position: relative; padding: 22px 28px; color: var(--ink-500); font-size: 13px; font-weight: 800; }
.trust-list span + span::before { content: ""; position: absolute; left: 0; top: 50%; width: 1px; height: 18px; background: var(--line); transform: translateY(-50%); }

.section-heading { max-width: 800px; margin-bottom: 46px; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading.split { display: grid; grid-template-columns: 1.2fr .8fr; max-width: none; gap: 70px; align-items: end; }
.section-heading h2 { margin: 0; font-size: clamp(34px, 4.4vw, 52px); line-height: 1.28; letter-spacing: -.045em; }
.section-heading h2 span { color: var(--blue-600); }
.section-heading > p:last-child, .section-heading.split > p { margin: 18px 0 0; color: var(--ink-700); }
.section-navy .section-heading h2 span { color: var(--orange-400); }
.section-navy .section-heading > p:last-child { color: rgba(255,255,255,.62); }

.guide-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.guide-card { position: relative; min-height: 330px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); }
.guide-no { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; color: var(--blue-600); background: #eaf4ff; font-weight: 900; }
.guide-question { min-height: 70px; margin: 23px 0 0; color: var(--ink-700); font-weight: 800; }
.guide-card h3 { margin: 14px 0 8px; font-size: 23px; }
.guide-card > p:last-of-type { margin: 0; color: var(--ink-700); font-size: 14px; }
.guide-card a { position: absolute; left: 30px; bottom: 27px; color: var(--orange-500); font-size: 13px; font-weight: 900; }
.guide-card a::after { content: " →"; }

.service-flow { display: flex; align-items: center; justify-content: center; gap: 12px; margin: -8px 0 32px; color: var(--ink-500); font-size: 13px; font-weight: 850; }
.service-flow span { padding: 10px 14px; border-radius: 999px; background: var(--soft); }
.service-flow i { color: var(--orange-500); font-style: normal; }
.service-stack { display: grid; gap: 20px; }
.service-block { display: grid; grid-template-columns: 110px 1.05fr 1.15fr 1.25fr; gap: 28px; align-items: start; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: #fff; box-shadow: 0 14px 38px rgba(6,35,60,.055); }
.service-block.featured { border-color: rgba(232,99,10,.5); box-shadow: 0 18px 46px rgba(232,99,10,.1); }
.service-index { display: grid; justify-items: start; gap: 8px; }
.service-index span { color: var(--orange-500); font-size: 42px; font-weight: 900; line-height: 1; }
.service-index small { color: var(--ink-500); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.service-tag { display: inline-flex; padding: 6px 9px; border-radius: 8px; color: var(--orange-500); background: var(--orange-soft); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.service-tag.blue { color: var(--blue-600); background: #eaf4ff; }
.service-summary h3 { margin: 13px 0 9px; font-size: 27px; }
.service-summary p { margin: 0; color: var(--ink-700); font-size: 14px; }
.service-facts { margin: 0; display: grid; gap: 11px; }
.service-facts div { display: grid; grid-template-columns: 86px 1fr; gap: 12px; padding-bottom: 11px; border-bottom: 1px solid var(--line); }
.service-facts div:last-child { border-bottom: 0; }
.service-facts dt { color: var(--ink-500); font-size: 12px; font-weight: 900; }
.service-facts dd { margin: 0; color: var(--ink-700); font-size: 13px; }
.service-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.service-list li { position: relative; padding-left: 20px; color: var(--ink-700); font-size: 13px; }
.service-list li::before { content: ""; position: absolute; left: 0; top: .76em; width: 8px; height: 2px; background: var(--orange-500); }
.education-support { display: grid; grid-template-columns: .88fr 1.12fr; gap: 46px; align-items: center; margin-top: 28px; padding: 34px 36px; border: 1px solid #cfe2f7; border-radius: var(--radius-xl); background: linear-gradient(135deg, #f7fbff, #edf6ff); }
.education-support h3 { margin: 14px 0 8px; font-size: 26px; }
.education-support p { margin: 0; color: var(--ink-700); }
.education-support ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.education-support li { display: grid; grid-template-columns: 1fr 1.25fr; gap: 18px; padding: 13px 15px; border-radius: 12px; background: #fff; box-shadow: 0 8px 24px rgba(6,35,60,.04); }
.education-support li strong { font-size: 14px; }
.education-support li span { color: var(--ink-500); font-size: 13px; }

.solution-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.solution-card { padding: 30px; border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius-lg); background: rgba(255,255,255,.05); }
.solution-card > span { color: var(--cyan-400); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.solution-card h3 { margin: 12px 0 7px; font-size: 25px; }
.solution-card > p { margin: 0 0 22px; color: rgba(255,255,255,.67); }
.solution-card dl { margin: 0; display: grid; gap: 9px; }
.solution-card dl div { display: grid; grid-template-columns: 90px 1fr; gap: 14px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.09); }
.solution-card dt { color: rgba(255,255,255,.42); font-size: 11px; font-weight: 900; }
.solution-card dd { margin: 0; color: rgba(255,255,255,.73); font-size: 13px; }

.process-timeline { position: relative; display: grid; grid-template-columns: repeat(5,1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.process-timeline::before { content: ""; position: absolute; left: 8%; right: 8%; top: 29px; height: 2px; background: var(--line); }
.process-timeline li { position: relative; padding: 0 17px; text-align: center; }
.process-timeline li > span { position: relative; z-index: 1; display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto; border: 8px solid var(--soft); border-radius: 50%; color: #fff; background: var(--blue-600); font-size: 11px; font-weight: 900; }
.process-timeline h3 { margin: 18px 0 8px; font-size: 19px; }
.process-timeline p { margin: 0; color: var(--ink-700); font-size: 13px; }

.proof-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; }
.proof-stats { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.proof-stats div { min-height: 156px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--soft); }
.proof-stats strong, .proof-stats span { display: block; }
.proof-stats strong { color: var(--blue-600); font-size: 28px; }
.proof-stats span { margin-top: 10px; color: var(--ink-700); font-size: 13px; }
.profile-card { padding: 34px; border-radius: var(--radius-xl); color: #fff; background: linear-gradient(145deg, var(--navy-850), var(--navy-950)); box-shadow: var(--shadow-lg); }
.profile-label { margin: 0; color: var(--cyan-400); font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.profile-card h3 { margin: 11px 0 2px; font-size: 36px; }
.profile-role { margin: 0 0 18px; color: rgba(255,255,255,.65); font-weight: 800; }
.profile-card > p:last-of-type { color: rgba(255,255,255,.7); }
.profile-card ul { margin: 22px 0 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.profile-card li { position: relative; padding-left: 17px; color: rgba(255,255,255,.67); font-size: 13px; }
.profile-card li::before { content: ""; position: absolute; left: 0; top: .75em; width: 7px; height: 2px; background: var(--orange-400); }
.case-section { margin-top: 28px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: #fff; }
.case-title { display: grid; grid-template-columns: 220px 1fr 1.1fr; gap: 28px; align-items: end; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.case-title .eyebrow { margin: 0; }
.case-title h3 { margin: 0; font-size: 26px; }
.case-title > p:last-child { margin: 0; color: var(--ink-700); font-size: 13px; }
.case-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 24px; }
.case-grid article { padding: 22px; border-radius: 14px; background: var(--soft); }
.case-grid span { color: var(--orange-500); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.case-grid h4 { margin: 11px 0 8px; font-size: 18px; }
.case-grid p { margin: 0; color: var(--ink-700); font-size: 13px; }
.org-panel { margin-top: 28px; padding-top: 25px; border-top: 1px solid var(--line); text-align: center; }
.org-panel > p { margin: 0 0 17px; font-weight: 900; }
.org-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.org-strip span { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-500); background: #fff; font-size: 12px; font-weight: 850; }
.org-panel small { display: block; margin-top: 14px; color: var(--ink-500); }

.cta-section { padding: 0 0 104px; }
.cta-card { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; padding: 48px 52px; border-radius: var(--radius-xl); color: #fff; background: linear-gradient(135deg, var(--navy-850), var(--navy-950)); box-shadow: var(--shadow-lg); }
.cta-card h2 { margin: 0; font-size: clamp(31px, 4vw, 46px); line-height: 1.3; letter-spacing: -.04em; }
.cta-card p:last-child { margin: 15px 0 0; color: rgba(255,255,255,.63); }

.contact-section { padding-top: 0; }
.contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 72px; align-items: start; }
.contact-copy h2 { margin: 0; font-size: clamp(36px, 4.4vw, 52px); line-height: 1.25; letter-spacing: -.045em; }
.contact-copy h2 span { color: var(--blue-600); }
.contact-copy > p { color: var(--ink-700); }
.contact-steps { display: grid; gap: 10px; margin: 28px 0; }
.contact-steps div { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: center; padding: 12px 14px; border-radius: 12px; background: var(--soft); }
.contact-steps span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px; color: var(--blue-600); background: #eaf4ff; font-size: 11px; font-weight: 900; }
.contact-steps p, .contact-steps strong, .contact-steps small { margin: 0; display: block; }
.contact-steps small { color: var(--ink-500); }
.contact-list { margin: 26px 0 0; display: grid; gap: 0; }
.contact-list div { display: grid; grid-template-columns: 72px 1fr; gap: 15px; padding: 13px 0; border-top: 1px solid var(--line); }
.contact-list dt { color: var(--ink-500); font-size: 12px; font-weight: 900; }
.contact-list dd { margin: 0; font-weight: 750; }
.contact-list a { color: var(--blue-600); }
.contact-form { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow-lg); }
.form-heading { display: grid; gap: 3px; margin-bottom: 22px; }
.form-heading strong { font-size: 23px; }
.form-heading span { color: var(--ink-500); font-size: 13px; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 15px; color: var(--ink-700); font-size: 13px; font-weight: 850; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; padding: 12px 13px; color: var(--ink-900); background: #fbfdff; outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue-500); box-shadow: 0 0 0 4px rgba(45,140,255,.1); }
.contact-form textarea { resize: vertical; }
.privacy-check { display: flex !important; grid-template-columns: auto 1fr; align-items: center; gap: 8px !important; font-weight: 600 !important; }
.privacy-check input { width: auto; }
.form-note { margin: 11px 0 0; color: var(--ink-500); text-align: center; font-size: 11px; }

.site-footer { padding: 48px 0; color: rgba(255,255,255,.55); background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: end; }
.footer-brand .brand-copy strong { color: #fff; }
.footer-brand .brand-copy small { color: rgba(255,255,255,.45); }
.site-footer p { max-width: 660px; margin: 18px 0 0; font-size: 13px; }
.footer-meta { text-align: right; }
.footer-meta p { margin: 4px 0; }
.footer-meta a { color: rgba(255,255,255,.72); }
.to-top { position: fixed; right: 24px; bottom: 24px; z-index: 60; width: 46px; height: 46px; border: 0; border-radius: 14px; color: #fff; background: var(--navy-900); box-shadow: var(--shadow-sm); opacity: 0; pointer-events: none; transform: translateY(12px); transition: .2s; cursor: pointer; }
.to-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }

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

@media (max-width: 1080px) {
  .main-nav { gap: 17px; }
  .service-block { grid-template-columns: 90px 1fr 1fr; }
  .service-list { grid-column: 2 / -1; grid-template-columns: repeat(2,1fr); padding-top: 18px; border-top: 1px solid var(--line); }
}

@media (max-width: 900px) {
  .section { padding: 82px 0; }
  .menu-button { display: block; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: 76px; display: none; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow-lg); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 13px 12px; }
  .main-nav a::after { display: none; }
  .nav-cta { margin-top: 6px; text-align: center; }
  .hero-grid, .section-heading.split, .education-support, .proof-layout, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 84px; }
  .hero-grid { gap: 44px; }
  .guide-grid, .case-grid { grid-template-columns: 1fr; }
  .guide-card { min-height: 280px; }
  .service-block { grid-template-columns: 80px 1fr; }
  .service-facts, .service-list { grid-column: 1 / -1; }
  .service-list { grid-template-columns: 1fr; }
  .solution-grid { grid-template-columns: 1fr; }
  .process-timeline { grid-template-columns: 1fr; gap: 0; }
  .process-timeline::before { left: 28px; right: auto; top: 28px; bottom: 28px; width: 2px; height: auto; }
  .process-timeline li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 12px 0; text-align: left; }
  .process-timeline li > span { margin: 0; border-color: var(--soft); }
  .process-timeline h3 { margin-top: 4px; }
  .case-title { grid-template-columns: 1fr; gap: 8px; align-items: start; }
  .cta-card { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 70px 0; }
  .brand-copy small { display: none; }
  .hero { padding: 72px 0 62px; }
  .hero h1 { font-size: 39px; }
  .hero-lead { font-size: 16px; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-panel { padding: 22px; }
  .trust-list { display: grid; grid-template-columns: repeat(2,1fr); padding: 10px 0; }
  .trust-list span { padding: 11px 8px; text-align: center; }
  .trust-list span + span::before { display: none; }
  .section-heading h2 { font-size: 34px; }
  .service-flow { align-items: stretch; flex-direction: column; text-align: center; }
  .service-flow i { transform: rotate(90deg); }
  .service-block { grid-template-columns: 1fr; padding: 26px; }
  .service-index { grid-template-columns: auto 1fr; align-items: end; }
  .service-facts, .service-list { grid-column: auto; }
  .service-facts div { grid-template-columns: 74px 1fr; }
  .education-support { padding: 26px; }
  .education-support li { grid-template-columns: 1fr; gap: 2px; }
  .proof-stats { grid-template-columns: 1fr; }
  .profile-card { padding: 28px; }
  .case-section { padding: 25px; }
  .cta-section { padding-bottom: 70px; }
  .cta-card { padding: 34px 28px; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 25px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-meta { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button, .to-top { transition: none; }
}

/* Direct contact submission */
.form-trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.form-status {
  min-height: 22px;
  margin: 13px 0 0;
  padding: 0;
  text-align: center;
  font-size: 13px;
  font-weight: 750;
}
.form-status.is-sending { color: var(--ink-500); }
.form-status.is-success {
  padding: 12px 14px;
  border: 1px solid #abdcbc;
  border-radius: 10px;
  color: #176b35;
  background: #effbf3;
}
.form-status.is-error {
  padding: 12px 14px;
  border: 1px solid #f0b8b8;
  border-radius: 10px;
  color: #a62828;
  background: #fff3f3;
}
.button:disabled {
  cursor: wait;
  opacity: .72;
}
.button.is-loading { position: relative; }
