:root {
    --navy: #0c2947;
    --navy-deep: #06192c;
    --red: #b51f3b;
    --blue: #2c73a8;
    --cream: #f4f0e8;
    --paper: #fff;
    --ink: #152536;
    --muted: #667585;
    --line: #dce2e7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #f8f9fa; font-family: Inter, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; }
body.modal-open { overflow: hidden; }
a { color: inherit; }
button { font: inherit; }
.site-header { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 24px; padding: 0 clamp(22px, 6vw, 88px); color: #fff; background: var(--navy-deep); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-size: 12px; letter-spacing: .08em; }
.brand span { display: grid; width: 42px; height: 42px; place-items: center; background: var(--red); font: 700 25px Georgia, serif; }
.site-header nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a { text-decoration: none; font-size: 13px; font-weight: 800; }
.nav-apply { padding: 11px 17px; background: var(--red); }
.hero { display: grid; min-height: 620px; grid-template-columns: minmax(0, 1fr) minmax(300px, 430px); align-items: end; gap: clamp(36px, 8vw, 120px); padding: clamp(90px, 13vw, 170px) clamp(24px, 8vw, 120px) 80px; color: #fff; background: radial-gradient(circle at 78% 25%, rgba(67, 145, 188, .55), transparent 24rem), linear-gradient(125deg, #06192c 20%, #103d63 100%); }
.eyebrow { margin: 0 0 14px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .2em; }
.hero .eyebrow, .section-dark .eyebrow, .photo-section .eyebrow, .cta .eyebrow { color: #ef7187; }
.hero h1 { max-width: 760px; margin: 0; font: 600 clamp(52px, 8vw, 98px)/.98 Georgia, "Noto Serif SC", serif; letter-spacing: -.04em; }
.hero-intro { max-width: 680px; margin: 30px 0 35px; color: #d2deea; font-size: clamp(17px, 2vw, 22px); line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 24px; border: 0; text-decoration: none; cursor: pointer; font-weight: 900; }
.button-primary { color: #fff; background: var(--red); }
.button-secondary { border: 1px solid rgba(255,255,255,.35); color: #fff; background: transparent; }
.hero-facts { display: grid; border-top: 1px solid rgba(255,255,255,.22); }
.hero-facts div { display: grid; grid-template-columns: 90px 1fr; align-items: center; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.hero-facts b { font: 500 54px Georgia, serif; }
.hero-facts span { color: #cbd8e4; line-height: 1.6; }
.notice-strip { display: grid; grid-template-columns: 210px 1fr; gap: 25px; padding: 30px clamp(24px, 8vw, 120px); color: #fff; background: var(--red); }
.notice-strip p { margin: 0; line-height: 1.7; }
.section { padding: 110px clamp(24px, 8vw, 120px); }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading h2, .photo-section h2, .cta h2, .info-grid h2 { margin: 0; color: var(--navy-deep); font: 600 clamp(36px, 5vw, 60px)/1.08 Georgia, "Noto Serif SC", serif; }
.section-heading > p:last-child, .photo-section > div > p:last-child, .cta > p, .info-grid article > p:last-of-type { color: var(--muted); font-size: 16px; line-height: 1.8; }
.check-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.check-grid article { min-height: 240px; padding: 34px; background: #fff; }
.check-grid span { color: var(--red); font: 700 14px Georgia, serif; }
.check-grid h3 { margin: 35px 0 12px; font-size: 20px; }
.check-grid p { margin: 0; color: var(--muted); line-height: 1.75; }
.check-grid .downloads { color: #fff; background: var(--navy); }
.downloads p { display: grid; gap: 10px; }
.downloads a { color: #fff; font-weight: 800; }
.section-dark { color: #fff; background: var(--navy-deep); }
.section-dark .section-heading h2 { color: #fff; }
.section-dark .section-heading > p:last-child { color: #aebdcb; }
.timeline { display: grid; max-width: 1000px; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid #30485e; }
.timeline li { display: grid; grid-template-columns: 76px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid #30485e; }
.timeline b { color: #ef7187; font: 400 44px Georgia, serif; }
.timeline h3 { margin: 0 0 8px; font-size: 21px; }
.timeline p { max-width: 760px; margin: 0; color: #aebdcb; line-height: 1.8; }
.text-link { display: inline-block; margin-top: 35px; color: #fff; font-weight: 900; }
.split-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 390px); gap: clamp(50px, 10vw, 150px); align-items: center; }
.feature-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { position: relative; padding: 20px 0 20px 34px; border-bottom: 1px solid var(--line); line-height: 1.7; }
.feature-list li::before { position: absolute; left: 0; color: var(--red); content: "✓"; font-weight: 900; }
.score-card { padding: 48px; color: #fff; background: var(--blue); }
.score-card p { margin: 0; font-weight: 900; }
.score-card strong { display: block; margin: 20px 0; font: 500 92px Georgia, serif; }
.score-card span { display: block; line-height: 1.8; }
.compact-section { padding-top: 0; }
.info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.info-grid article { min-height: 370px; padding: 42px; border: 1px solid var(--line); background: #fff; }
.info-grid article + article { border-left: 0; }
.info-grid h2 { font-size: 30px; }
.info-grid a { color: var(--red); font-weight: 900; }
.photo-section { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 80px clamp(24px, 8vw, 120px); color: #fff; background: var(--navy); }
.photo-section h2 { color: #fff; font-size: clamp(34px, 4vw, 50px); }
.photo-section > div > p:last-child { color: #bfd0df; }
.photo-actions { display: flex; flex: 0 0 auto; gap: 12px; }
.photo-button { flex: 0 0 auto; color: var(--navy-deep); background: #fff; }
.advantage-button { color: #fff; background: var(--red); }
.cta { padding: 110px 24px; text-align: center; background: var(--cream); }
.cta h2 { margin: 0 auto; }
.cta > p { margin: 20px auto 30px; }
.email-link { display: block; margin-top: 24px; color: var(--navy); font-weight: 800; }
footer { padding: 30px; color: #9baabb; background: var(--navy-deep); text-align: center; font-size: 12px; }
.gallery-modal { position: fixed; z-index: 1000; inset: 0; }
.gallery-modal[hidden] { display: none; }
.gallery-backdrop { position: absolute; inset: 0; background: rgba(3, 13, 24, .84); }
.gallery-panel { position: absolute; inset: clamp(16px, 4vw, 55px); overflow: auto; padding: clamp(24px, 4vw, 50px); background: #f5f6f7; box-shadow: 0 30px 100px rgba(0,0,0,.45); }
.gallery-header { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.gallery-header h2 { margin: 0; font: 600 clamp(30px, 4vw, 48px) Georgia, serif; }
.gallery-close { display: grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; border: 0; color: #fff; background: var(--red); cursor: pointer; font-size: 35px; line-height: 1; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.gallery-grid figure { margin: 0; overflow: hidden; background: #d9dee2; }
.gallery-grid img { display: block; width: 100%; height: 100%; max-height: 680px; object-fit: cover; }
.gallery-grid figure:last-child { grid-column: 1 / -1; }
.gallery-grid figure:last-child img { max-height: 800px; object-fit: contain; }
.pdf-panel { display: flex; flex-direction: column; }
.pdf-document { min-height: 0; flex: 1 1 auto; overflow: auto; padding: 20px; background: #d9dee2; text-align: center; }
.pdf-document img { display: block; width: auto; max-width: 100%; height: auto; margin: 0 auto; box-shadow: 0 8px 30px rgba(6, 25, 44, .16); }
.pdf-open-link { align-self: flex-end; margin-top: 18px; color: var(--red); font-weight: 900; }

@media (max-width: 900px) {
    .site-header nav a:not(.nav-apply) { display: none; }
    .hero { grid-template-columns: 1fr; }
    .check-grid, .info-grid { grid-template-columns: 1fr 1fr; }
    .split-section { grid-template-columns: 1fr; }
    .info-grid article + article { border-left: 1px solid var(--line); }
}

@media (max-width: 620px) {
    .site-header { min-height: 74px; }
    .brand strong { display: none; }
    .hero { min-height: auto; padding-top: 90px; }
    .hero h1 { font-size: 50px; }
    .notice-strip, .check-grid, .info-grid, .gallery-grid { grid-template-columns: 1fr; }
    .notice-strip { gap: 8px; }
    .section { padding-top: 80px; padding-bottom: 80px; }
    .photo-section { align-items: stretch; flex-direction: column; }
    .photo-actions { flex-direction: column; }
    .gallery-panel { inset: 8px; }
    .gallery-grid figure:last-child { grid-column: auto; }
}


.email-copy-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.email-copy-inline a { color: inherit; }
.copy-email-button {
  display: inline-flex;
  min-height: 20px;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  border: 0;
  border-radius: 4px;
  padding: 2px 8px;
  background: #c92035;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: none;
}
