:root {
  --navy: #142b47; --navy-light: #284360; --ink: #182d43;
  --muted: #526477; --line: #dce4e9; --soft: #f3f6f8;
  --lime: #dcf5a3; --radius: 12px;
  font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: #fff;
  font-synthesis: none; -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth; scroll-padding-top: 24px;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a, input, textarea { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid #4776a3; outline-offset: 4px;
}
.wrap { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.skip { position: fixed; left: 16px; top: -100px; z-index: 20; background: var(--lime); padding: 16px; }
.skip:focus { top: 12px; }
.privacy-ribbon { background: var(--navy); color: #d5e0ea; text-align: center; padding: 12px 20px; }
.privacy-ribbon p { font-size: 13px; line-height: 1.6; margin: 0; }
.privacy-ribbon strong { color: var(--lime); font-weight: 500; margin-left: 8px; }
.header { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; font-size: 29px; font-weight: 700; letter-spacing: -1.2px; white-space: nowrap; }
.brand-icon { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 38px; border: 1.5px solid currentColor; border-radius: 4px 13px 4px 4px; margin-right: 9px; font: 34px/1 Georgia, serif; padding-bottom: 7px; }
.brand-period { color: #658048; }
.header nav { display: flex; flex-wrap: wrap; column-gap: 28px; }
.header nav a { min-height: 44px; display: inline-flex; align-items: center; font-size: 14px; }
.header nav a:hover, .footer a:hover { text-decoration: underline; text-underline-offset: 5px; }
.header-cta { min-height: 46px; padding: 12px 17px; border: 1px solid var(--line); border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; font-size: 14px; font-weight: 600; white-space: nowrap; }
.header-cta:hover { background: var(--soft); border-color: #a5b5c1; }
.hero { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,1fr); gap: 70px; align-items: start; padding-block: 42px 70px; }
.hero-copy { padding-top: 28px; }
.eyebrow { font-size: 12px; line-height: 1.6; font-weight: 600; letter-spacing: 1.3px; margin: 0 0 24px; display: flex; align-items: center; gap: 12px; }
.line { width: 23px; height: 1px; background: currentColor; flex: 0 0 23px; }
h1, h2, h3, p { overflow-wrap: break-word; }
.hero h1 { font-size: clamp(2.7rem, 4.7vw, 4.1rem); line-height: 1.1; font-weight: 500; letter-spacing: -2.5px; margin: 0 0 26px; }
.serif { font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-weight: 400; letter-spacing: -1.6px; }
.hero-description { font-size: 18px; line-height: 1.75; color: var(--muted); margin: 0 0 28px; max-width: 480px; }
.hero-support { border-left: 3px solid #b7d28c; padding: 3px 0 3px 19px; margin-bottom: 28px; }
.hero-support p { font-size: 16px; line-height: 1.75; margin: 0; color: var(--muted); }
.hero-support strong { color: var(--ink); font-weight: 600; }
.privacy-points { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 23px; }
.privacy-points span { font-size: 12px; padding: 9px 11px; border-radius: 5px; background: var(--soft); border: 1px solid #e6ebee; line-height: 1.4; }
.hero-note { color: var(--muted); font-size: 14px; line-height: 1.75; max-width: 430px; margin: 0; }
.hero-inquiry { background: #f0f5ea; border: 1px solid #d7e1cd; border-radius: 16px; padding: 34px; box-shadow: 0 16px 45px -30px #20371655; scroll-margin-top: 20px; }
.hero-inquiry .eyebrow { color: #4e6744; margin-bottom: 13px; }
.hero-inquiry h2 { font-size: 34px; line-height: 1.18; font-weight: 400; letter-spacing: -.9px; margin: 0 0 16px; }
.form-intro { font-size: 16px; line-height: 1.65; color: #475a46; margin: 0 0 25px; }
form label { display: block; font-size: 14px; font-weight: 600; line-height: 1.6; }
input, textarea { display: block; width: 100%; max-width: 100%; min-width: 0; border: 1px solid #b7c5b0; border-radius: 7px; background: #fff; color: var(--ink); padding: 13px 14px; margin: 7px 0 0; font-size: 16px; font-weight: 400; min-height: 50px; }
input::placeholder, textarea::placeholder { color: #65735f; opacity: 1; }
textarea { resize: vertical; min-height: 130px; line-height: 1.6; }
.field-help { font-size: 13px; line-height: 1.65; color: #495b45; margin: 9px 0 20px; }
.privacy-note { font-size: 12px; line-height: 1.8; color: #495b45; margin: 0 0 20px; }
.privacy-note a { text-decoration: underline; text-underline-offset: 3px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 54px; padding: 15px 20px; background: var(--navy); color: white; border: 0; border-radius: 7px; font-size: 15px; font-weight: 600; line-height: 1.5; cursor: pointer; transition: background .2s; }
.button:hover { background: #284c70; }
.button span { font-size: 22px; font-weight: 400; flex-shrink: 0; }
.hero-inquiry button { width: 100%; }
button:disabled { opacity: .65; cursor: wait; }
#form-status { font-size: 14px; line-height: 1.7; margin: 17px 0 0; }
#form-status:empty { display: none; }
#form-status.error { color: #8c2424; }
#form-status.success { color: #234d35; font-weight: 600; }
.honey { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.scope-strip { border-block: 1px solid var(--line); padding-block: 25px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.scope-strip p { font-size: 13px; line-height: 1.7; color: var(--muted); margin: 0; }
.scope-strip p:first-child { font-size: 17px; color: var(--ink); }
.scope-strip strong { font-weight: 500; }
.section { padding-block: 88px; }
.section-top { display: grid; grid-template-columns: minmax(0,.44fr) minmax(0,1fr); gap: 55px; margin-bottom: 40px; }
.section-top>.eyebrow { padding-top: 7px; }
.section h2 { font-size: clamp(2rem,3vw,2.55rem); line-height: 1.25; font-weight: 400; letter-spacing: -1.2px; margin: 0 0 20px; }
.section-intro { font-size: 16px; line-height: 1.8; color: var(--muted); max-width: 580px; margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.service-card { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; }
.card-top { display: flex; align-items: center; gap: 13px; margin-bottom: 28px; }
.card-top svg { height: 30px; width: 30px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.card-top span { font-size: 12px; line-height: 1.65; letter-spacing: 1px; font-weight: 600; }
.service-card h3 { font-size: 23px; line-height: 1.3; font-weight: 500; letter-spacing: -.5px; margin: 0 0 15px; }
.service-card p { font-size: 16px; line-height: 1.8; color: var(--muted); margin: 0 0 26px; }
.card-bottom { border-top: 1px solid var(--line); padding-top: 17px; margin-top: auto; font-size: 13px; line-height: 1.6; color: var(--muted); }
.accent-card { background: var(--soft); }
.process { background: var(--soft); }
.process-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.12fr); gap: 90px; }
.process h2 { font-size: 46px; }
.process-intro { font-size: 16px; line-height: 1.8; color: var(--muted); max-width: 350px; }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: flex; gap: 24px; padding: 28px 0; border-bottom: 1px solid #d5dde5; }
.steps li:first-child { padding-top: 0; }
.steps li:last-child { border-bottom: 0; padding-bottom: 0; }
.step-number { font-size: 13px; line-height: 1.8; color: #536d87; padding-top: 2px; flex-shrink: 0; }
.steps h3 { font-size: 23px; line-height: 1.35; font-weight: 500; letter-spacing: -.4px; margin: 0 0 13px; }
.steps p { font-size: 16px; line-height: 1.75; color: var(--muted); margin: 0; }
.clarity { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 75px; }
.clarity-copy p { font-size: 16px; line-height: 1.8; color: var(--muted); margin: 0 0 18px; }
.clarity-copy .clarity-highlight { font-size: 15px; color: var(--ink); padding-left: 16px; border-left: 3px solid #a9c575; margin: 27px 0 0; }
.footer { background: var(--navy); color: #fff; padding: 42px 0 22px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 35px; }
.footer .brand { font-size: 26px; }
.footer .brand-period { color: var(--lime); }
.footer-top p { font: italic 20px/1.5 Georgia, serif; color: #c5d3e1; margin: 0; }
.footer-top>a:last-child { font-size: 13px; color: #dae4ed; min-height: 44px; display: inline-flex; align-items: center; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px 20px; border-top: 1px solid #43536a; padding-top: 23px; font-size: 12px; line-height: 1.7; color: #bac7d6; }
.footer-bottom a { display: inline-flex; min-height: 44px; align-items: center; margin-block: -12px; }
.operator { color: #bac7d6; border-top: 1px solid #43536a; padding-top: 25px; font-size: 13px; line-height: 1.8; margin-bottom: 25px; }
.operator p { margin: 0; }
.legal { max-width: 800px; min-height: 65vh; padding-block: 55px; }
.legal h1 { font-size: clamp(2rem,5vw,2.75rem); line-height: 1.25; font-weight: 400; letter-spacing: -1px; }
.legal h2 { font-size: 23px; font-weight: 500; margin-top: 35px; }
.legal p, .legal li { font-size: 16px; line-height: 1.8; color: var(--muted); }
.legal a { text-decoration: underline; overflow-wrap: anywhere; }
.legal .notice { padding: 20px; background: var(--soft); border-radius: 7px; }
@media (max-width:1100px) {
  .wrap { width: calc(100% - 64px); }
  .hero { gap: 35px; }
  .hero-inquiry { padding: 27px; }
  .header { gap: 20px; }
  .header nav { column-gap: 18px; }
  .hero h1 { font-size: clamp(2.4rem,4.9vw,3.1rem); }
  .section-top { gap: 35px; grid-template-columns: minmax(0,.35fr) minmax(0,1fr); }
  .service-card { padding: 23px; }
  .service-card h3 { font-size: 21px; }
  .process-layout { gap: 45px; }
  .clarity { gap: 40px; }
}
@media (max-width:800px) {
  .hero { grid-template-columns: minmax(0,1fr); gap: 30px; padding-block: 25px 45px; }
  .hero-copy { padding-top: 0; }
  .hero h1 { font-size: clamp(2.3rem,7vw,3.5rem); max-width: 640px; }
  .hero-description { max-width: 620px; }
  .hero-support { max-width: 620px; }
  .hero-note { max-width: 620px; }
  .hero-inquiry { max-width: 620px; width: 100%; justify-self: center; }
  .section { padding-block: 62px; }
  .section-top { grid-template-columns: minmax(0,1fr); gap: 0; margin-bottom: 28px; }
  .section-top>.eyebrow { padding: 0; }
  .service-grid { grid-template-columns: minmax(0,1fr); gap: 16px; }
  .service-card { padding: 26px; }
  .service-card h3 { font-size: 23px; }
  .card-top { margin-bottom: 22px; }
  .process-layout, .clarity { grid-template-columns: minmax(0,1fr); gap: 26px; }
  .process h2 { font-size: 38px; }
  .process-intro { max-width: 580px; }
  .footer-top { flex-wrap: wrap; gap: 18px; }
  .footer-top p { order: 3; width: 100%; font-size: 19px; }
  .footer-top>a:last-child { margin-left: auto; }
}
@media (max-width:660px) {
  .wrap { width: calc(100% - 40px); }
  .header { min-height: 84px; gap: 14px; }
  .header nav { display: none; }
  .brand { font-size: 26px; }
  .brand-icon { width: 30px; height: 34px; font-size: 30px; }
  .header-cta { padding: 11px 13px; gap: 10px; font-size: 13px; }
  .privacy-ribbon { padding: 10px 16px; }
  .privacy-ribbon p { font-size: 12px; }
  .privacy-ribbon strong { display: block; margin: 0; }
  .hero { padding-top: 16px; gap: 25px; }
  .hero .eyebrow { font-size: 12px; letter-spacing: 1px; margin-bottom: 19px; }
  .hero h1 { letter-spacing: -1.5px; margin-bottom: 21px; }
  .serif { letter-spacing: -1px; }
  .hero-description { font-size: 16px; line-height: 1.7; margin-bottom: 23px; }
  .hero-support { padding-left: 15px; margin-bottom: 22px; }
  .hero-support p { font-size: 16px; line-height: 1.65; }
  .privacy-points { gap: 7px; margin-bottom: 17px; }
  .privacy-points span { padding: 8px 9px; }
  .hero-note { font-size: 13px; }
  .hero-inquiry { padding: 26px 23px; border-radius: 13px; }
  .hero-inquiry h2 { font-size: 32px; }
  .form-intro { margin-bottom: 23px; }
  .scope-strip { flex-direction: column; align-items: flex-start; gap: 12px; padding-block: 22px; }
  .scope-strip p:first-child { font-size: 16px; }
  .steps li { gap: 19px; }
  .steps h3 { font-size: 21px; }
  .legal { padding-block: 30px; }
  .footer { padding-top: 35px; }
}
@media (max-width:360px) {
  .wrap { width: calc(100% - 32px); }
  .header { gap: 10px; }
  .brand { font-size: 24px; }
  .brand-icon { width: 27px; height: 31px; font-size: 28px; margin-right: 7px; }
  .header-cta { padding-inline: 10px; font-size: 12px; gap: 8px; }
  .hero h1 { font-size: 2.3rem; }
  .hero-inquiry { padding: 23px 19px; }
  .hero-inquiry h2 { font-size: 29px; }
  .button { padding-inline: 15px; font-size: 14px; }
  .privacy-points span { font-size: 12px; }
}
@media (prefers-reduced-motion:reduce) {
  :root { scroll-behavior: auto; }
  * { transition: none !important; }
}
.announcement { background: var(--navy); color: #fff; text-align: center; padding: 17px 24px; }
.announcement p { max-width: 1160px; margin: 0 auto; font-size: 15px; line-height: 1.7; }
.announcement a { color: var(--lime); font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }
.announcement a:hover { color: #fff; }
.announcement .announcement-detail { color: #d0dce7; font-size: 12px; margin-top: 6px; max-width: 980px; }
@media (max-width:660px) { .announcement { padding: 14px 18px; text-align: left; } .announcement p { font-size: 14px; } .announcement .announcement-detail { font-size: 12px; line-height: 1.65; } }

.services .section-top { margin-bottom: 0; }

.hero-inquiry #contact-title { font-size: clamp(1.5rem, 2.4vw, 1.9rem); line-height: 1.25; letter-spacing: -.5px; margin-bottom: 10px; }
.hero-inquiry .response-time { font-size: 16px; line-height: 1.65; color: var(--ink); font-weight: 600; margin: 0 0 17px; }
