:root {
  --navy: #06364c;
  --navy-deep: #032b3d;
  --gold: #ffad2f;
  --gold-soft: #fff5df;
  --green: #1f6c5d;
  --ink: #14313d;
  --muted: #5f727a;
  --line: #dbe4e2;
  --cream: #faf8f2;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

.site-header {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 clamp(24px, 5vw, 84px);
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid #edf1ef;
  position: relative;
  z-index: 10;
}
.brand img { display: block; width: 184px; height: auto; }
.header-actions { display: flex; align-items: center; gap: 22px; }
.provider-label { color: var(--green); font-size: 14px; font-weight: 700; }
.header-phone { color: var(--navy); font-size: 17px; font-weight: 800; letter-spacing: .02em; }
.button {
  border: 0;
  border-radius: 8px;
  background: var(--gold);
  color: #192f37;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(255,173,47,.26); background: #ffb84a; }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgba(255,173,47,.55); outline-offset: 3px; }
.button-small { min-height: 44px; padding: 0 20px; font-size: 14px; }

.hero { min-height: calc(100vh - 86px); display: grid; grid-template-columns: minmax(620px, 58%) 1fr; background: var(--cream); }
.hero-copy { padding: clamp(46px, 5vw, 76px) clamp(32px, 5vw, 86px) 54px; align-self: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--green); font-size: 14px; font-weight: 800; letter-spacing: .08em; }
.eyebrow span { width: 28px; height: 2px; background: var(--gold); }
.hero h1 { margin: 18px 0 20px; color: var(--navy); font-size: clamp(46px, 4.6vw, 78px); line-height: 1.08; letter-spacing: -.055em; font-weight: 900; }
.hero h1 span { color: var(--green); position: relative; white-space: nowrap; }
.hero h1 span::after { content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 7px; border-radius: 9px; background: var(--gold); opacity: .82; transform: rotate(-1deg); }
.hero-lead { max-width: 650px; margin: 0; color: #3d5862; font-size: clamp(18px, 1.45vw, 23px); line-height: 1.75; }
.hero-lead strong { color: var(--navy); }
.trust-line { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 24px 0 30px; color: var(--navy); font-size: 14px; font-weight: 700; }
.trust-line span::before { content: "✓"; color: var(--green); margin-right: 7px; font-weight: 900; }

.contact-card { max-width: 760px; padding: 27px 28px 22px; border-radius: 16px; background: var(--white); box-shadow: 0 22px 60px rgba(6,54,76,.11); border: 1px solid rgba(6,54,76,.08); }
.contact-kicker { margin: 0 0 4px; color: var(--green); font-size: 13px; font-weight: 800; }
.contact-card h2 { margin: 0 0 18px; color: var(--navy); font-size: clamp(23px, 2vw, 31px); letter-spacing: -.025em; }
.inquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.inquiry-form label { display: flex; flex-direction: column; gap: 7px; }
.inquiry-form label span { color: #405962; font-size: 12px; font-weight: 700; }
.inquiry-form input, .inquiry-form select { width: 100%; height: 48px; border: 1px solid #cbd8d5; border-radius: 7px; padding: 0 13px; background: #fbfcfb; color: var(--ink); outline: none; }
.inquiry-form input:focus, .inquiry-form select:focus { border-color: var(--green); background: var(--white); box-shadow: 0 0 0 3px rgba(31,108,93,.1); }
.wide-field { grid-column: 1 / -1; }
.form-button { grid-column: 1 / -1; width: 100%; min-height: 52px; margin-top: 2px; }
.form-note { grid-column: 1 / -1; margin: -3px 0 0; text-align: center; font-size: 11px; color: #7a8b91; }
.direct-contact { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 15px; padding-top: 15px; border-top: 1px solid #edf0ee; font-size: 12px; color: #78888d; }
.direct-contact a { color: var(--navy); font-weight: 800; }

.hero-visual { min-height: 100%; position: relative; overflow: hidden; background: #e7eee9; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: 63% center; display: block; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(250,248,242,.35), transparent 22%), linear-gradient(0deg, rgba(3,43,61,.28), transparent 38%); pointer-events: none; }
.image-note { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 26px; display: flex; align-items: center; gap: 18px; padding: 16px 18px; border-radius: 12px; background: rgba(255,255,255,.93); backdrop-filter: blur(12px); box-shadow: 0 12px 40px rgba(3,43,61,.2); }
.image-note img { width: 126px; height: auto; flex: 0 0 auto; }
.image-note p { margin: 0; color: #45616a; font-size: 13px; line-height: 1.55; }
.image-note strong { color: var(--navy); font-size: 14px; }

.fit-strip { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 14px 30px; padding: 22px 5vw; background: var(--navy); color: white; }
.fit-strip p { margin: 0; color: #facf88; font-size: 13px; font-weight: 800; }
.fit-strip span { position: relative; font-size: 13px; }
.fit-strip span::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 9px 2px 0; border-radius: 99px; background: var(--gold); }

.section { padding: 108px clamp(24px, 7vw, 118px); }
.section-label { margin: 0 0 12px; color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.section-heading { display: flex; justify-content: space-between; gap: 60px; align-items: end; }
.section-heading h2, .services-copy h2, .faq-heading h2 { margin: 0; color: var(--navy); font-size: clamp(34px, 3vw, 52px); line-height: 1.25; letter-spacing: -.045em; }
.section-heading h2 strong { color: var(--green); font-weight: 900; }
.section-intro { max-width: 720px; margin: 30px 0 46px; color: var(--muted); font-size: 17px; line-height: 1.85; }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.support-card { min-height: 250px; padding: 32px; border: 1px solid var(--line); border-radius: 14px; background: white; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.support-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(6,54,76,.09); border-color: #bfd2cd; }
.card-number { display: block; color: var(--gold); font-size: 15px; font-weight: 900; }
.support-card h3 { margin: 30px 0 12px; color: var(--navy); font-size: 23px; }
.support-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }

.services-section { display: grid; grid-template-columns: minmax(340px, .86fr) 1.14fr; gap: clamp(50px, 8vw, 130px); align-items: center; background: var(--cream); }
.services-image-wrap { position: relative; min-height: 520px; overflow: hidden; border-radius: 20px 20px 100px 20px; background: var(--navy); box-shadow: 0 28px 70px rgba(6,54,76,.15); }
.services-image-wrap > img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; object-position: center; filter: saturate(.86); transform: scale(1.15); }
.founder-caption { position: absolute; left: 24px; bottom: 24px; min-width: 220px; padding: 18px 22px; border-radius: 12px; background: rgba(255,255,255,.94); box-shadow: 0 16px 35px rgba(3,43,61,.2); }
.founder-caption span { color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.founder-caption strong { display: block; margin-top: 3px; color: var(--navy); font-size: 21px; }
.founder-caption p { margin: 2px 0 0; color: var(--muted); font-size: 13px; }
.services-copy > p:not(.section-label) { margin: 22px 0 24px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.service-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; margin: 0 0 28px; padding: 0; list-style: none; }
.service-list li { padding: 15px 0 15px 28px; border-bottom: 1px solid var(--line); position: relative; color: #35515b; font-size: 14px; line-height: 1.55; }
.service-list li::before { content: "✓"; position: absolute; left: 0; top: 15px; color: var(--green); font-weight: 900; }
.text-link { color: var(--navy); font-weight: 900; border-bottom: 2px solid var(--gold); padding-bottom: 4px; }
.text-link span { margin-left: 5px; color: var(--green); }

.process-section { background: var(--navy); color: white; }
.centered { display: block; max-width: 820px; margin: 0 auto 55px; text-align: center; }
.centered .section-label { color: #facf88; }
.centered h2 { color: white; }
.centered > p:last-child { margin: 18px 0 0; color: #b7cad1; }
.process-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); }
.process-grid > div { padding: 10px 46px 20px; text-align: center; border-right: 1px solid rgba(255,255,255,.16); }
.process-grid > div:last-child { border: 0; }
.process-grid b { width: 54px; height: 54px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--navy); font-size: 18px; }
.process-grid h3 { margin: 0 0 10px; font-size: 20px; }
.process-grid p { margin: 0; color: #b7cad1; font-size: 14px; line-height: 1.7; }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 130px); }
.faq-heading { position: sticky; top: 30px; align-self: start; }
.faq-heading > p:last-child { margin: 20px 0 0; color: var(--muted); line-height: 1.8; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; color: var(--navy); font-size: 17px; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); font-size: 24px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 0 23px; padding-right: 40px; color: var(--muted); font-size: 14px; line-height: 1.85; }

.final-cta { margin: 0 clamp(20px, 4vw, 68px) 55px; padding: clamp(42px, 5vw, 70px); border-radius: 26px; display: flex; align-items: center; justify-content: space-between; gap: 40px; background: var(--green); color: white; overflow: hidden; position: relative; }
.final-cta::after { content: ""; position: absolute; width: 330px; height: 330px; right: -110px; top: -180px; border: 60px solid rgba(255,255,255,.07); border-radius: 50%; }
.final-cta .section-label { color: #ffe2ad; }
.final-cta h2 { margin: 0; font-size: clamp(32px, 3.5vw, 55px); line-height: 1.25; letter-spacing: -.04em; }
.final-actions { position: relative; z-index: 2; min-width: 260px; display: flex; flex-direction: column; gap: 12px; text-align: center; }
.button-light { min-height: 57px; background: white; color: var(--navy); }
.button-light:hover { background: var(--gold-soft); }
.call-link { font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

footer { padding: 30px clamp(24px, 6vw, 96px) 38px; display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 24px; border-top: 1px solid #edf1ef; color: var(--muted); font-size: 12px; }
footer > img { width: 160px; height: auto; }
footer > p { margin: 0; }
footer > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; color: var(--navy); font-weight: 700; }
footer small { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid #edf1ef; color: #87959a; }
.mobile-whatsapp { display: none; }

@media (max-width: 1100px) {
  .provider-label { display: none; }
  .hero { grid-template-columns: 58% 42%; }
  .hero-copy { padding-left: 34px; padding-right: 34px; }
  .hero h1 { font-size: 50px; }
  .contact-card { padding: 22px; }
  .image-note { display: block; }
  .image-note img { width: 118px; margin-bottom: 8px; }
  .support-card { padding: 26px; }
}

@media (max-width: 860px) {
  .site-header { height: 72px; padding: 0 20px; }
  .brand img { width: 150px; }
  .header-phone { display: none; }
  .button-small { min-height: 40px; padding: 0 14px; font-size: 12px; }
  .hero { display: flex; min-height: 0; flex-direction: column; }
  .hero-copy { padding: 44px 20px 28px; }
  .hero h1 { margin-top: 14px; font-size: clamp(40px, 11vw, 56px); }
  .hero-lead { font-size: 17px; }
  .trust-line { margin: 20px 0 25px; }
  .hero-visual { min-height: 500px; }
  .hero-image { min-height: 500px; }
  .image-note { left: 16px; right: 16px; bottom: 16px; display: flex; }
  .fit-strip { justify-content: flex-start; gap: 10px; padding: 20px; }
  .fit-strip p { width: 100%; }
  .fit-strip span { width: calc(50% - 5px); }
  .section { padding: 76px 22px; }
  .section-heading { display: block; }
  .support-grid { grid-template-columns: 1fr; }
  .support-card { min-height: 0; }
  .services-section { grid-template-columns: 1fr; }
  .services-image-wrap { min-height: 430px; }
  .services-image-wrap > img { min-height: 430px; }
  .process-grid { grid-template-columns: 1fr; gap: 26px; }
  .process-grid > div { border: 0; border-bottom: 1px solid rgba(255,255,255,.16); padding: 0 25px 28px; }
  .process-grid > div:last-child { border: 0; }
  .faq-section { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .final-cta { flex-direction: column; align-items: flex-start; padding: 46px 28px; margin: 0 14px 42px; }
  .final-actions { width: 100%; }
  footer { grid-template-columns: 1fr; padding-bottom: 96px; }
  footer > div { justify-content: flex-start; }
  footer small { grid-column: auto; }
  .mobile-whatsapp { position: fixed; z-index: 30; left: 14px; right: 14px; bottom: 12px; height: 56px; display: flex; align-items: center; justify-content: center; border-radius: 9px; background: #1e8c62; color: white; font-size: 15px; font-weight: 900; box-shadow: 0 12px 35px rgba(3,43,61,.3); }
}

@media (max-width: 560px) {
  .inquiry-form { grid-template-columns: 1fr; }
  .wide-field, .form-button, .form-note { grid-column: auto; }
  .contact-card { margin-left: -4px; margin-right: -4px; padding: 20px 16px; }
  .direct-contact { display: grid; }
  .hero-visual, .hero-image { min-height: 420px; }
  .image-note { align-items: flex-start; }
  .image-note img { width: 106px; }
  .image-note p { font-size: 11px; }
  .fit-strip span { width: 100%; }
  .service-list { grid-template-columns: 1fr; }
  .services-image-wrap { min-height: 350px; }
  .services-image-wrap > img { min-height: 350px; }
  .section-heading h2, .services-copy h2, .faq-heading h2 { font-size: 34px; }
}

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