:root { --blue: #0799dc; --deep-blue: #075f9d; --ink: #14364f; --orange: #ff8118; --cream: #fff9ef; --paper: #f5fbfe; --line: #d8eaf4; --muted: #668196; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #e8f4fa; color: var(--ink); font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif; }
button, input { font: inherit; }
.page-shell { width: min(100%, 680px); min-height: 100vh; margin: 0 auto; overflow: hidden; background: #fff; box-shadow: 0 0 50px rgba(18, 56, 82, .08); }
.site-top { display: flex; align-items: center; padding: 13px 20px; background: #fff; }
.fm-logo { width: min(67vw, 260px); height: 43px; object-fit: contain; object-position: left center; }
.hero-section { position: relative; min-height: 704px; padding: 46px 24px 34px; overflow: hidden; background: linear-gradient(145deg, #0b9fe1, #0772bb); color: #fff; }
.hero-glow { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-glow-one { top: -130px; right: -122px; width: 330px; height: 330px; border: 33px solid rgba(255,255,255,.1); }
.hero-glow-two { bottom: -155px; left: -128px; width: 340px; height: 340px; background: rgba(0, 50, 100, .16); }
.hero-kicker, .section-eyebrow { margin: 0; color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.hero-kicker { position: relative; z-index: 1; display: inline-flex; padding: 8px 11px; border-radius: 999px; background: rgba(255,255,255,.15); color: #fff; letter-spacing: .06em; }
.hero-section h1 { position: relative; z-index: 1; margin: 22px 0 14px; max-width: 400px; font-size: clamp(39px, 10.6vw, 61px); line-height: 1.1; letter-spacing: -.06em; }
.hero-lede { position: relative; z-index: 1; max-width: 360px; margin: 0; color: rgba(255,255,255,.85); font-size: 15px; line-height: 1.78; }
.hero-facts { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.hero-facts span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: #fff; font-size: 12px; font-weight: 800; }
.hero-promise { position: relative; z-index: 1; display: grid; gap: 3px; margin-top: 17px; padding-left: 12px; border-left: 3px solid #ffbb65; }
.hero-promise strong { color: #fff4db; font-size: 18px; line-height: 1.25; }
.hero-promise span { color: rgba(255,255,255,.82); font-size: 13px; font-weight: 700; }
.hero-cta { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; width: min(100%, 254px); margin-top: 24px; padding: 15px 17px; border-radius: 11px; background: var(--orange); color: #fff; font-size: 15px; font-weight: 900; text-decoration: none; box-shadow: 0 11px 24px rgba(88, 39, 0, .24); }
.hero-cta span { font-size: 20px; }
.hero-phone { position: relative; z-index: 1; display: inline-block; margin-top: 13px; color: rgba(255,255,255,.88); font-size: 12px; font-weight: 800; text-decoration: none; }
.hero-classroom { position: absolute; z-index: 1; right: -25px; bottom: -20px; width: 245px; height: 277px; margin: 0; padding: 7px; border: 8px solid #fff; border-radius: 18px 18px 0 0; background: #fff; box-shadow: 0 20px 35px rgba(0,40,75,.32); transform: rotate(4.5deg); }
.hero-classroom img { width: 100%; height: 218px; border-radius: 9px; object-fit: cover; object-position: 45% center; }
.hero-classroom figcaption { padding: 9px 5px 0; color: #31516a; font-size: 12px; font-weight: 900; }
.hero-classroom figcaption span { display: block; margin-bottom: 2px; color: var(--orange); font-size: 9px; letter-spacing: .12em; }
.section-pad { padding: 62px 24px; }
.section-eyebrow { margin-bottom: 12px; }
h2 { margin: 0; font-size: clamp(29px, 8vw, 43px); line-height: 1.22; letter-spacing: -.045em; }
.section-copy { margin: 16px 0 0; color: var(--muted); font-size: 15px; line-height: 1.82; }
.summary-cards { display: grid; gap: 12px; margin-top: 28px; }
.summary-cards article { padding: 19px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.summary-cards b { color: var(--orange); font-size: 12px; letter-spacing: .1em; }
.summary-cards h3 { margin: 9px 0 6px; font-size: 18px; }
.summary-cards p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.scene-section { background: #f7fbfd; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.section-heading > span { padding-bottom: 5px; color: var(--orange); font-size: 12px; font-weight: 900; white-space: nowrap; }
.photo-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 10px; margin-top: 24px; }
.photo-grid figure { position: relative; min-height: 153px; margin: 0; overflow: hidden; border-radius: 12px; background: #d8e8f0; }
.photo-grid .photo-main { grid-row: span 2; min-height: 316px; }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; }
.photo-grid .photo-main img { object-position: 62% center; }
.photo-grid figure:not(.photo-main) img { object-position: 45% center; }
.photo-grid figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 28px 10px 9px; background: linear-gradient(transparent, rgba(0,30,55,.72)); color: #fff; font-size: 12px; font-weight: 800; }
.schedule-section { background: var(--cream); }
.schedule-list { display: grid; gap: 9px; margin-top: 26px; }
.schedule-list article { display: grid; grid-template-columns: 48px 1fr; gap: 12px; padding: 15px; border: 1px solid #f0dfc4; border-radius: 12px; background: #fff; }
.schedule-list span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: #fff1d8; color: #e8680d; font-size: 12px; font-weight: 900; }
.schedule-list h3 { margin: 2px 0 5px; color: #354c60; font-size: 16px; line-height: 1.4; }
.schedule-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.62; }
.outcome-section { background: #0e3d61; color: #fff; }
.outcome-section .section-eyebrow { color: #ffbb66; }
.outcome-list { display: grid; gap: 10px; margin-top: 26px; }
.outcome-list article { display: grid; grid-template-columns: 43px 1fr; gap: 12px; padding: 17px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: rgba(255,255,255,.07); }
.outcome-list span { color: #ffbb66; font-size: 13px; font-weight: 900; }
.outcome-list h3 { margin: 0 0 6px; font-size: 17px; }
.outcome-list p { margin: 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.68; }
.support-section { background: #eef8fd; }
.support-section > p:not(.section-eyebrow) { margin: 17px 0 0; color: #5f778d; font-size: 15px; line-height: 1.82; }
.support-section small { display: block; margin-top: 17px; padding: 13px; border-left: 3px solid var(--orange); background: #fff; color: #728a9d; font-size: 12px; line-height: 1.65; }
.signup-section { padding: 58px 24px 94px; background: #fff; }
.signup-section h2 { margin-top: 3px; color: #0e3d61; }
.signup-info { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; }
.signup-info span { padding: 8px 10px; border-radius: 7px; background: #e9f7ff; color: #1673aa; font-size: 13px; font-weight: 800; }
.signup-info b { color: #f06d0c; font-size: 15px; }
.signup-section > p:not(.section-eyebrow) { margin: 16px 0 23px; color: var(--muted); font-size: 15px; line-height: 1.78; }
form { display: grid; gap: 13px; }
label { display: grid; gap: 8px; color: #56718a; font-size: 13px; font-weight: 800; }
input { width: 100%; min-height: 53px; padding: 0 15px; border: 1px solid #cfe3ee; border-radius: 10px; outline: none; color: var(--ink); font-size: 16px; background: #fafdff; }
input:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(6,153,220,.11); }
form button { display: flex; align-items: center; justify-content: space-between; min-height: 54px; margin-top: 6px; padding: 0 18px; border: 0; border-radius: 11px; background: var(--blue); color: #fff; font-size: 16px; font-weight: 900; cursor: pointer; box-shadow: 0 12px 20px rgba(6,153,220,.21); }
form button:disabled { opacity: .65; cursor: wait; }
.form-status { min-height: 20px; margin: 0; color: #f05b2d; font-size: 13px; line-height: 1.5; }
.form-status.success { display: flex; align-items: center; gap: 9px; min-height: 52px; margin-top: 3px; padding: 13px 15px; border: 1px solid #a8e5c7; border-radius: 11px; background: #effcf5; color: #117b52; font-size: 15px; font-weight: 900; }
.form-status.success::before { content: "✓"; display: grid; flex: 0 0 24px; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: #1aa56c; color: #fff; font-size: 15px; font-weight: 900; }
.contact-link { display: block; margin-top: 18px; color: #0874b9; font-size: 14px; font-weight: 900; text-decoration: none; }
.qr-consult { display: flex; align-items: center; gap: 14px; margin-top: 20px; padding: 13px; border: 1px solid #dbeaf2; border-radius: 14px; background: #f7fcff; }
.qr-consult img { flex: 0 0 104px; width: 104px; height: 104px; padding: 4px; border-radius: 9px; background: #fff; object-fit: contain; }
.qr-consult strong { display: block; color: #0e3d61; font-size: 17px; }
.qr-consult p { margin: 6px 0 5px; color: #668196; font-size: 13px; line-height: 1.55; }
.qr-consult span { color: #0b8bc8; font-size: 12px; font-weight: 800; }
.signup-section small { display: block; margin-top: 13px; color: #91a5b2; font-size: 11px; line-height: 1.6; }
.site-footer { display: flex; align-items: center; gap: 12px; padding: 18px 24px 86px; border-top: 1px solid #e9f2f7; background: #fff; color: #6e879a; font-size: 12px; }
.site-footer img { width: 112px; height: 26px; object-fit: contain; object-position: left center; }
.sticky-signup { position: fixed; z-index: 8; right: max(16px, calc((100vw - 680px) / 2 + 16px)); bottom: max(14px, env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: space-between; width: min(calc(100vw - 32px), 648px); padding: 15px 18px; border-radius: 13px; background: var(--orange); color: #fff; box-shadow: 0 13px 31px rgba(134,66,0,.27); font-weight: 900; text-decoration: none; }
.sticky-signup span { font-size: 20px; }
@media (min-width: 681px) { .page-shell { margin: 24px auto; border-radius: 20px; } .sticky-signup { right: calc((100vw - 680px) / 2 + 16px); } }
@media (max-width: 680px) {
  .hero-section { min-height: auto; padding-bottom: 28px; }
  .hero-lede { max-width: none; }
  .hero-classroom { position: relative; right: auto; bottom: auto; width: 100%; height: auto; margin: 28px 0 0; padding: 0; border: 0; border-radius: 16px; overflow: hidden; background: #fff; box-shadow: 0 16px 30px rgba(0,40,75,.24); transform: none; }
  .hero-classroom img { display: block; width: 100%; height: 228px; border-radius: 0; object-fit: cover; object-position: center 48%; }
  .hero-classroom figcaption { padding: 10px 14px 12px; color: #31516a; font-size: 13px; background: #fff; }
  .hero-classroom figcaption span { margin-bottom: 3px; color: var(--orange); font-size: 9px; }
}
