
:root {
  --navy: #07345b;
  --navy-2: #0a4874;
  --teal: #0b9aa0;
  --teal-dark: #08757b;
  --orange: #f36f21;
  --sand: #fffaf1;
  --cream: #fffdf8;
  --ink: #20364a;
  --muted: #647385;
  --line: #e7e1d8;
  --soft-blue: #eaf7f8;
  --soft-orange: #fff1e8;
  --success: #176b50;
  --danger: #9e2f31;
  --warning: #875b08;
  --shadow: 0 14px 34px rgba(14, 49, 77, .10);
  --radius: 22px;
  --content: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #f5f1ea; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: var(--teal-dark); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--orange); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-150%); z-index: 999; background: #fff; padding: .7rem 1rem; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }
.site-shell { width: min(100% - 24px, 1320px); margin: 12px auto; background: var(--cream); border-radius: 26px; overflow: hidden; box-shadow: 0 20px 60px rgba(10, 40, 66, .12); }
.container { width: min(100% - 42px, var(--content)); margin-inline: auto; }
.site-header { background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 80; backdrop-filter: blur(16px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); text-decoration: none; min-width: 240px; }
.brand img { width: 68px; height: 54px; border-radius: 16px; object-fit: cover; box-shadow: 0 5px 16px rgba(5, 44, 71, .18); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-name { font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; font-weight: 700; font-style: italic; letter-spacing: -.03em; }
.brand-llc { font-size: .70rem; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; margin-left: .2rem; }
.nav-toggle { display: none; width: 46px; height: 42px; border: 1px solid var(--line); background: #fff; border-radius: 12px; color: var(--navy); font-size: 1.35rem; }
.site-nav ul { list-style: none; display: flex; align-items: center; gap: 6px; margin: 0; padding: 0; }
.site-nav a { display: block; color: var(--navy); text-decoration: none; font-size: .92rem; font-weight: 700; padding: .75rem .72rem; border-radius: 10px; }
.site-nav a:hover, .site-nav a[aria-current="page"] { background: var(--soft-orange); color: #bd4b0f; }
.hero { position: relative; min-height: 480px; overflow: hidden; isolation: isolate; }
.hero::after { content: ""; position: absolute; inset: auto 0 -1px; height: 70px; background: var(--cream); clip-path: polygon(0 64%, 8% 56%, 18% 70%, 32% 58%, 44% 72%, 58% 58%, 72% 69%, 85% 55%, 100% 65%, 100% 100%, 0 100%); z-index: 3; }
.hero-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: -2; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,253,248,.98) 0%, rgba(255,253,248,.93) 38%, rgba(255,253,248,.25) 68%, rgba(255,253,248,0) 100%); z-index: -1; }
.hero-content { padding: 66px 0 100px; max-width: 690px; }
.eyebrow { color: var(--orange); font-size: .83rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero h1, .page-hero h1 { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.6rem, 5vw, 4.95rem); line-height: .98; letter-spacing: -.04em; margin: .4rem 0 1.25rem; }
.hero p { max-width: 600px; font-size: 1.12rem; color: #405368; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 1.8rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 48px; padding: .75rem 1.22rem; border-radius: 11px; border: 1px solid transparent; text-decoration: none; font-weight: 800; box-shadow: 0 8px 18px rgba(5, 54, 88, .14); transition: .2s ease; }
.btn:hover { transform: translateY(-2px); text-decoration: none; }
.btn-primary { background: var(--navy); color: #fff; }
.btn-primary:hover { background: #082a49; color: #fff; }
.btn-secondary { background: var(--teal); color: #fff; }
.btn-secondary:hover { background: var(--teal-dark); color: #fff; }
.btn-outline { background: #fff; border-color: var(--teal); color: var(--teal-dark); box-shadow: none; }
.section { padding: 74px 0; }
.section-tight { padding: 44px 0; }
.section-muted { background: #fbf8f2; border-block: 1px solid var(--line); }
.section-title { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.08; margin: 0 0 1rem; letter-spacing: -.025em; }
.section-title::after { content: ""; display: block; width: 54px; height: 4px; border-radius: 99px; background: linear-gradient(90deg, var(--teal), #7ad7d3); margin-top: 12px; }
.section-lead { max-width: 720px; color: var(--muted); font-size: 1.05rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 28px; }

.card-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.rounded-image { border-radius: 16px; margin-bottom: 18px; }
.mt-28 { margin-top: 28px; }
.mt-30 { margin-top: 30px; }

.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 27px; box-shadow: var(--shadow); }
.card h3 { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; margin: .65rem 0 .45rem; }
.card p { color: var(--muted); margin: 0; }
.icon-bubble { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; background: var(--soft-blue); color: var(--teal-dark); font-size: 1.75rem; }
.icon-bubble.orange { background: var(--soft-orange); color: var(--orange); }
.icon-bubble.blue { background: #eaf1f8; color: var(--navy-2); }
.text-link { display: inline-flex; gap: .4rem; margin-top: 1rem; font-weight: 800; text-decoration: none; }
.help-grid { display: grid; grid-template-columns: 1.25fr repeat(4, minmax(0, .75fr)); gap: 0; align-items: stretch; margin-top: 34px; }
.help-intro { padding-right: 34px; }
.help-item { text-align: center; padding: 12px 20px; border-left: 1px solid var(--line); }
.help-item .icon-bubble { margin: 0 auto 12px; width: 52px; height: 52px; font-size: 1.3rem; }
.help-item strong { display: block; color: var(--navy); margin-bottom: .25rem; }
.help-item span { font-size: .92rem; color: var(--muted); }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 18px; margin-top: 25px; }
details.faq { border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 5px 15px rgba(5,54,88,.05); }
details.faq summary { list-style: none; cursor: pointer; padding: 17px 20px; color: var(--navy); font-weight: 750; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after { content: "+"; color: var(--teal); font-size: 1.35rem; }
details.faq[open] summary::after { content: "–"; }
details.faq .faq-answer { padding: 0 20px 18px; color: var(--muted); }
.split-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.feature-panel { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #f6fbfc; display: grid; grid-template-columns: 1.25fr .8fr; min-height: 300px; }
.feature-panel.orange { background: #fff7f0; }
.feature-panel-copy { padding: 30px; }
.feature-panel h2 { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 2rem; margin: 0 0 .7rem; line-height: 1.08; }
.feature-panel.orange h2 { color: #d75918; }
.feature-panel img { width: 100%; height: 100%; object-fit: cover; }
.check-list { list-style: none; padding: 0; margin: 1rem 0 1.3rem; }
.check-list li { margin: .4rem 0; padding-left: 1.55rem; position: relative; font-weight: 700; color: var(--navy); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); }
.page-hero { position: relative; overflow: hidden; min-height: 350px; display: grid; align-items: center; isolation: isolate; }
.page-hero .hero-art { opacity: .98; }
.page-hero .hero-overlay { background: linear-gradient(90deg, rgba(255,253,248,.99) 0%, rgba(255,253,248,.95) 45%, rgba(255,253,248,.2) 75%, rgba(255,253,248,0) 100%); }
.page-hero-content { padding: 58px 0; max-width: 650px; }
.page-hero p { color: #405368; font-size: 1.08rem; max-width: 560px; }
.notice { border-radius: 18px; border: 1px solid #cde6e5; background: #f5fbfb; padding: 24px 26px; display: flex; gap: 18px; align-items: flex-start; }
.notice.warning { background: #fff8e9; border-color: #efd69c; }
.notice.danger { background: #fff2ef; border-color: #efc1b7; }
.notice .icon-bubble { flex: 0 0 auto; width: 54px; height: 54px; font-size: 1.35rem; }
.notice h2, .notice h3 { color: var(--navy); font-family: Georgia, "Times New Roman", serif; margin: 0 0 .35rem; }
.notice p { margin: .25rem 0; color: #536273; }
.support-layout, .application-layout { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(280px, .85fr); gap: 26px; align-items: start; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.form-card h2 { color: var(--navy); font-family: Georgia, "Times New Roman", serif; margin: 0 0 .35rem; font-size: 2rem; }
.form-card > p { margin-top: 0; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; margin-top: 22px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label, .fieldset-label { display: block; color: var(--navy); font-weight: 800; font-size: .92rem; margin-bottom: .42rem; }
.required { color: var(--orange); }
input, select, textarea { width: 100%; border: 1px solid #d8dfe4; border-radius: 10px; background: #fff; color: var(--ink); padding: .82rem .9rem; transition: border-color .2s, box-shadow .2s; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(11,154,160,.13); }
textarea { min-height: 150px; resize: vertical; }
.field-note { font-size: .82rem; color: var(--muted); margin-top: .35rem; }
.checkbox-row { display: flex; align-items: flex-start; gap: .65rem; }
.checkbox-row input { width: 18px; height: 18px; margin-top: .25rem; flex: 0 0 auto; }
.form-actions { margin-top: 22px; display: flex; align-items: center; flex-wrap: wrap; gap: 16px; }
.form-status { display: none; border-radius: 12px; padding: 14px 16px; margin: 0 0 20px; font-weight: 700; }
.form-status.is-visible { display: block; }
.form-status.success { background: #e9f7f0; color: var(--success); border: 1px solid #b9dfce; }
.form-status.validation { background: #fff8e6; color: var(--warning); border: 1px solid #ead49a; }
.form-status.send_error { background: #fff0f0; color: var(--danger); border: 1px solid #e8baba; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.side-stack { display: grid; gap: 22px; }
.side-card { border-radius: var(--radius); border: 1px solid var(--line); background: linear-gradient(180deg, #eefbfc, #fff); padding: 27px; }
.side-card h3 { font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; color: var(--navy); margin: 0 0 1rem; }
.contact-item { display: grid; grid-template-columns: 44px 1fr; gap: 12px; margin: 1.1rem 0; align-items: start; }
.contact-item .icon-bubble { width: 44px; height: 44px; font-size: 1.05rem; }
.contact-item strong { display: block; color: var(--navy); }
.contact-item p { margin: .2rem 0 0; color: var(--muted); }
.quick-links { list-style: none; padding: 0; margin: 0; }
.quick-links li + li { border-top: 1px solid var(--line); }
.quick-links a { display: flex; align-items: center; justify-content: space-between; padding: .75rem 0; text-decoration: none; font-weight: 750; }
.address-block { background: #fff; border-left: 4px solid var(--orange); padding: 16px 18px; margin: 1rem 0; border-radius: 0 12px 12px 0; color: var(--navy); font-weight: 750; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(260px, .8fr); gap: 28px; align-items: start; }
.article-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.article-card h2 { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 2rem; margin-top: 0; }
.article-card h3 { color: var(--navy); margin-top: 2rem; }
.article-card p, .article-card li { color: #536273; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 28px; }
.value { text-align: center; padding: 26px 22px; border: 1px solid var(--line); background: #fff; border-radius: 18px; }
.value .icon-bubble { margin: 0 auto; }
.value h3 { color: var(--navy); margin-bottom: .3rem; }
.site-footer { background: #fbf8f2; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .8fr .65fr; gap: 34px; padding: 44px 0 34px; }
.footer-brand .brand { min-width: 0; }
.footer-brand p { color: var(--muted); max-width: 290px; }
.footer-col h3 { color: var(--navy); font-size: 1rem; margin: 0 0 .8rem; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin: .32rem 0; }
.footer-col a { color: var(--navy); text-decoration: none; }
.footer-col a:hover { color: var(--orange); }
.footer-bottom { background: var(--navy); color: #e7f2f7; text-align: center; padding: 13px 20px; font-size: .86rem; }
.meta-list { list-style: none; padding: 0; margin: .8rem 0 0; color: var(--muted); }
.meta-list li { margin: .45rem 0; }
.inline-icon { color: var(--teal); margin-right: .45rem; }
.center { text-align: center; }
.center .section-title::after { margin-inline: auto; }
.small { font-size: .88rem; }
.muted { color: var(--muted); }
@media (max-width: 1050px) {
  .site-nav a { padding-inline: .52rem; font-size: .86rem; }
  .brand { min-width: 205px; }
  .help-grid { grid-template-columns: 1fr 1fr 1fr; row-gap: 22px; }
  .help-intro { grid-column: 1 / -1; padding-right: 0; }
  .help-item:nth-child(2) { border-left: 0; }
  .split-panels { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid .footer-col:last-child { grid-column: 3; }
}
@media (max-width: 860px) {
  .site-shell { width: min(100% - 10px, 1320px); margin: 5px auto; border-radius: 18px; }
  .header-inner { min-height: 70px; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 70px; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); display: none; }
  .site-nav.open { display: block; }
  .site-nav ul { display: grid; padding: 12px 20px 18px; }
  .site-nav a { padding: .8rem 1rem; }
  .card-grid, .card-grid-four, .values-grid { grid-template-columns: 1fr 1fr; }
  .support-layout, .application-layout, .content-grid { grid-template-columns: 1fr; }
  .hero { min-height: 520px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(255,253,248,.98), rgba(255,253,248,.84) 62%, rgba(255,253,248,.3)); }
  .hero-content { padding-top: 58px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid .footer-col:last-child { grid-column: auto; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--content)); }
  .brand { min-width: auto; }
  .brand img { width: 54px; height: 44px; }
  .brand-name { font-size: 1.16rem; }
  .brand-llc { font-size: .58rem; }
  .hero h1, .page-hero h1 { font-size: clamp(2.4rem, 12vw, 3.5rem); }
  .hero p { font-size: 1rem; }
  .card-grid, .card-grid-four, .values-grid, .faq-grid, .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .help-grid { grid-template-columns: 1fr 1fr; }
  .help-item { border-left: 0; border-top: 1px solid var(--line); }
  .feature-panel { grid-template-columns: 1fr; }
  .feature-panel img { height: 220px; }
  .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 56px 0; }
  .form-card, .article-card { padding: 23px 19px; }
  .notice { flex-direction: column; }
  .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
