@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("fonts/inter-latin.woff2") format("woff2");
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("fonts/montserrat-latin.woff2") format("woff2");
}

:root {
  --green-dark: #163e31; --green: #1b4d3a; --green-light: #2e6b50;
  --gold: #c9a24a; --gold-light: #e5d09b; --text: #1c1f1e;
  --text-soft: #5e6763; --background: #f4f6f5; --cream: #f7f4ed;
  --white: #fff; --border: #dfe5e2; --focus: #b98a22;
  --max-width: 1180px; --narrow-width: 900px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--text); font-family: Inter, sans-serif; line-height: 1.65; }
h1, h2, h3, .brand { font-family: Montserrat, sans-serif; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }

nav { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid #0000000f; background: #fffffff0; backdrop-filter: blur(12px); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; width: min(var(--max-width), calc(100% - 40px)); height: 76px; margin: auto; }
.brand { display: flex; align-items: baseline; gap: 10px; color: var(--green); letter-spacing: -.4px; text-decoration: none; }
.brand-main { font-size: 1.7rem; font-weight: 600; letter-spacing: -.8px; }
.brand-q { color: var(--green-light); font-weight: 700; }
.brand-sub { color: var(--text); font-size: 1rem; font-weight: 500; letter-spacing: -.2px; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { color: var(--text-soft); font-size: .92rem; font-weight: 500; text-decoration: none; }
.nav-links a:hover { color: var(--green); }
.button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 8px; background: var(--green); color: #fff; padding: 14px 23px; font: inherit; font-size: .94rem; font-weight: 600; text-decoration: none; cursor: pointer; transition: background .2s, transform .2s, box-shadow .2s; }
.button:hover { background: var(--green-light); box-shadow: 0 8px 25px #1b4d3a2e; transform: translateY(-1px); }
.button-outline { border: 1px solid var(--green); background: transparent; color: var(--green); }
.button-outline:hover { background: var(--green); color: #fff; }
.nav-button { padding: 10px 17px; color: #fff !important; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 75% 20%, #ffffff1c, transparent 32%), linear-gradient(135deg, var(--green-dark), var(--green-light)); color: #fff; }
.hero-inner { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 80px; width: min(var(--max-width), calc(100% - 40px)); min-height: 600px; margin: auto; padding: 52px 0; }
.eyebrow { display: inline-block; margin-bottom: 22px; color: var(--gold-light); font-size: .82rem; font-weight: 600; letter-spacing: 1.4px; text-transform: uppercase; }
.hero h1 { max-width: 800px; margin: 0 0 26px; font-size: clamp(2.7rem, 5vw, 4.7rem); line-height: 1.06; letter-spacing: -2.5px; }
.hero-description { max-width: 670px; margin: 0 0 34px; color: #ffffffd4; font-size: 1.13rem; line-height: 1.8; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.hero .button { background: #fff; color: var(--green); }
.hero .button:hover { background: #f5f5f5; }
.hero .button-outline { border-color: #ffffff8c; background: transparent; color: #fff; }
.hero .button-outline:hover { border-color: #fff; background: #ffffff1a; }
.hero-panel { border: 1px solid #ffffff29; border-radius: 18px; background: #ffffff17; padding: 35px; backdrop-filter: blur(12px); }
.hero-stat { border-bottom: 1px solid #ffffff24; padding: 22px 0; }
.hero-stat:first-child { padding-top: 0; }
.hero-stat:last-child { border-bottom: none; padding-bottom: 0; }
.hero-stat strong { display: block; margin-bottom: 4px; font-family: Montserrat, sans-serif; font-size: 1.5rem; font-weight: 600; }
.hero-stat span { color: #ffffffad; font-size: .9rem; }

section { padding: 100px 20px; }
.container { width: min(var(--max-width), 100%); margin: auto; }
.section-header { max-width: 720px; margin-bottom: 55px; }
.section-label { display: inline-block; margin-bottom: 15px; color: var(--green-light); font-size: .78rem; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; }
.section-header h2, .service-text h2 { margin: 0 0 20px; color: var(--green-dark); font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1.15; letter-spacing: -1.3px; }
.section-header p, .service-text p { color: var(--text-soft); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--border); border-radius: 16px; background: #fff; }
.benefit { border-right: 1px solid var(--border); padding: 42px 35px; }
.benefit:last-child { border-right: none; }
.number { display: block; margin-bottom: 18px; color: var(--gold); font-family: Montserrat, sans-serif; font-size: .8rem; font-weight: 700; }
.benefit h3 { margin: 0 0 12px; color: var(--green); font-size: 1.12rem; }
.benefit p, .process-step p { margin: 0; color: var(--text-soft); font-size: .94rem; }
.service-section { background: #fff; }
.service-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 90px; }
.service-text p { margin: 0 0 18px; }
.service-card { border: 1px solid var(--border); border-radius: 16px; background: var(--background); padding: 38px; }
.price-label { color: var(--text-soft); font-size: .85rem; }
.price { margin: 7px 0 5px; color: var(--green); font-family: Montserrat, sans-serif; font-size: 3.2rem; font-weight: 600; letter-spacing: -2px; }
.price-small { margin: 0 0 27px; color: var(--text-soft); }
.service-line { display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--border); padding: 17px 0; font-size: .92rem; }
.service-line strong { color: var(--green-dark); }
.service-line span { color: var(--text-soft); text-align: right; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.process-step { border: 1px solid var(--border); border-radius: 14px; background: #fff; padding: 30px; }
.step-number { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; margin-bottom: 25px; border-radius: 50%; background: #1b4d3a14; color: var(--green); font-size: .85rem; font-weight: 700; }
.process-step h3 { margin: 0 0 10px; color: var(--green-dark); font-size: 1rem; }
.request { background: var(--green-dark); color: #fff; }
.request-inner { display: grid; grid-template-columns: 1fr .75fr; align-items: center; gap: 80px; }
.request .section-label { color: var(--gold-light); }
.request h2 { margin: 0 0 22px; font-size: clamp(2.1rem, 4vw, 3.5rem); line-height: 1.13; letter-spacing: -1.6px; }
.request p { max-width: 650px; color: #ffffffb8; }
.request-card { border-radius: 16px; background: #fff; color: var(--text); padding: 38px; }
.request-card h3 { margin: 0 0 12px; color: var(--green); }
.request-card p { margin: 0 0 25px; color: var(--text-soft); font-size: .92rem; }
.request-card .button { width: 100%; }

footer { background: #102e25; color: #ffffff9e; padding: 50px 20px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; width: min(var(--max-width), 100%); margin: auto; }
.footer-brand .brand-main { color: #fff; font-size: 1.8rem; }
.footer-brand .brand-q { color: var(--gold-light); }
.footer-brand .brand-sub { color: #ffffffbf; }
.footer-text { font-size: .82rem; line-height: 1.8; text-align: right; }
.footer-text a, .page-footer a { color: inherit; text-decoration: none; }
.footer-text a:hover, .page-footer a:hover { color: #fff; }

.content-page { background: var(--cream); color: #17332b; line-height: 1.75; }
.page-header { background: #102e25; padding: 24px 20px; }
.page-header .brand { color: #fff; }
.page-header .brand-q { color: var(--gold-light); }
.page-header .brand-sub { color: #ffffffbf; }
.narrow-container { width: min(var(--narrow-width), 100%); margin: auto; }
.page-card { width: min(var(--narrow-width), calc(100% - 40px)); margin: 64px auto; border: 1px solid #102e250a; border-radius: 18px; background: #fff; padding: 52px clamp(24px, 6vw, 72px); box-shadow: 0 14px 40px #102e2514; }
.page-card h1, .page-card h2 { color: #102e25; line-height: 1.25; }
.page-card h1 { margin: 0 0 16px; font-size: clamp(2rem, 5vw, 3.2rem); }
.page-card h2 { margin: 42px 0 0; font-size: 1.35rem; }
.page-card a { color: var(--green-light); }
.page-card .intro { color: #5e716b; font-size: 1.04rem; }
.legal-content ul { padding-left: 22px; }
.page-footer { padding: 38px 20px; font-size: .84rem; }

.form-card { max-width: 820px; }
.back-link { display: inline-block; margin-bottom: 34px; font-size: .9rem; font-weight: 600; text-decoration: none; }
.form-card > .section-label { margin-bottom: 10px; }
.form-card .intro { max-width: 640px; margin-bottom: 44px; }
.form-card form { display: grid; gap: 28px; }
.form-field { display: grid; gap: 8px; }
.form-field label, fieldset legend { color: var(--green-dark); font-weight: 600; line-height: 1.45; }
.form-field small { display: block; color: var(--text-soft); font-size: .86rem; line-height: 1.55; }
input[type="text"], input[type="email"], input[type="file"], textarea { width: 100%; border: 1px solid #cbd6d1; border-radius: 9px; background: #fff; color: var(--text); padding: 13px 14px; font: inherit; transition: border-color .2s, box-shadow .2s; }
textarea { min-height: 110px; resize: vertical; }
input[type="text"]:focus, input[type="email"]:focus, input[type="file"]:focus, textarea:focus { border-color: var(--green-light); outline: none; box-shadow: 0 0 0 3px #2e6b5024; }
input[type="file"] { padding: 9px; color: var(--text-soft); }
input[type="file"]::file-selector-button { margin-right: 12px; border: 0; border-radius: 6px; background: #e7efeb; color: var(--green); padding: 9px 12px; font-weight: 600; cursor: pointer; }
.file-feedback { min-height: 1.4em; color: var(--green-light); font-size: .84rem; }
fieldset { min-width: 0; margin: 0; border: 0; border-top: 1px solid var(--border); padding: 28px 0 0; }
fieldset legend { width: 100%; margin-bottom: 14px; padding: 0; }
.choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.choice-grid-wide { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.choice { display: flex; align-items: center; gap: 10px; min-height: 48px; border: 1px solid var(--border); border-radius: 9px; background: #fafcfb; padding: 10px 12px; cursor: pointer; }
.choice:hover { border-color: #aec2b9; background: #f5f9f7; }
.choice input { width: 18px; height: 18px; margin: 0; accent-color: var(--green); }
.choice span { font-size: .9rem; line-height: 1.35; }
.compact-field { margin-top: 16px; }
.form-note { margin: 0; color: var(--text-soft); font-size: .84rem; }
.submit-button { width: 100%; min-height: 52px; }

@media (max-width: 950px) {
  .nav-links a:not(.nav-button) { display: none; }
  .hero-inner { grid-template-columns: 1fr; gap: 45px; padding: 72px 0; }
  .hero-panel { max-width: 600px; }
  .benefit-grid, .process-grid { grid-template-columns: 1fr 1fr; }
  .benefit:nth-child(2) { border-right: none; }
  .benefit:last-child { border-top: 1px solid var(--border); }
  .service-layout, .request-inner { grid-template-columns: 1fr; gap: 50px; }
}
@media (max-width: 650px) {
  section { padding: 75px 20px; }
  .nav-inner { height: 68px; }
  .nav-button { display: none; }
  .brand { gap: 7px; }
  .brand-main { font-size: 1.4rem; }
  .brand-sub { font-size: .88rem; }
  .hero h1 { letter-spacing: -1.4px; }
  .benefit-grid, .process-grid { grid-template-columns: 1fr; }
  .benefit { border-right: none; border-bottom: 1px solid var(--border); }
  .benefit:last-child { border-bottom: none; }
  .price { font-size: 2.7rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-text { text-align: left; }
  .page-card { margin: 32px auto; padding: 32px 22px; }
  .page-header .brand-sub { display: block; margin: 2px 0 0; }
  .choice-grid, .choice-grid-wide { grid-template-columns: 1fr; }
}

header:not(.hero) { background: #102e25; padding: 24px 20px; }
header:not(.hero) .header-inner { width: min(900px, 100%); margin: auto; }
header:not(.hero) .brand { color: #fff; }
header:not(.hero) .brand-q { color: #e5d09b; }
header:not(.hero) .brand-sub { margin-left: 8px; color: #fff; font-size: 1rem; font-weight: 500; }
body > main { width: min(900px, calc(100% - 40px)); margin: 64px auto; border-radius: 18px; background: #fff; padding: 52px clamp(24px, 6vw, 72px); box-shadow: 0 14px 40px #102e2514; }
body > main h1, body > main h2 { color: #102e25; line-height: 1.25; }
body > main h1 { margin-top: 0; font-size: clamp(2rem, 5vw, 3.2rem); }
body > main h2 { margin-top: 42px; font-size: 1.35rem; }
body > main .intro { color: #5e716b; font-size: 1.04rem; }
body > main ul { padding-left: 22px; }
body > main a { color: #1f5a48; }

.form-main > form h1 { margin: 0 0 16px; color: var(--green-dark); font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1.2; }
.form-main > form > p:first-of-type { margin: 0 0 42px; color: var(--text-soft); font-size: 1.04rem; }
.form-main > form p { margin: 30px 0 10px; }
.form-main > form p > label, .form-main > form > p:not(:first-of-type) { color: var(--green-dark); font-weight: 600; }
.form-main > form small { display: inline-block; margin-top: 6px; color: var(--text-soft); font-size: .86rem; font-weight: 400; line-height: 1.55; }
.form-main > form input[type="text"], .form-main > form input[type="email"], .form-main > form input[type="file"], .form-main > form textarea { display: block; width: 100%; margin-top: 8px; border: 1px solid #cbd6d1; border-radius: 9px; background: #fff; color: var(--text); padding: 13px 14px; font: inherit; }
.form-main > form textarea { min-height: 140px; resize: vertical; }
.form-main > form input[type="text"]:focus, .form-main > form input[type="email"]:focus, .form-main > form input[type="file"]:focus, .form-main > form textarea:focus { border-color: var(--green-light); outline: none; box-shadow: 0 0 0 3px #2e6b5024; }
.form-main > form input[type="file"] { padding: 9px; color: var(--text-soft); }
.form-main > form input[type="file"]::file-selector-button { margin-right: 12px; border: 0; border-radius: 6px; background: #e7efeb; color: var(--green); padding: 9px 12px; font-weight: 600; cursor: pointer; }
.form-main > form > label { display: inline-flex; align-items: center; gap: 8px; min-height: 38px; margin: 2px 0; color: var(--text); cursor: pointer; }
.form-main > form > label input[type="radio"], .form-main > form > label input[type="checkbox"] { width: 18px; height: 18px; margin: 0; accent-color: var(--green); }
.form-main > form > label input[type="text"] { display: inline-block; width: min(340px, 100%); margin: 0 0 0 8px; }
.form-main > form button[type="submit"] { width: 100%; min-height: 52px; margin-top: 36px; }

.success-page { min-height: 100vh; display: flex; flex-direction: column; }
body.success-page > .success-main { width: min(680px, calc(100% - 40px)); margin: auto; padding: 56px clamp(28px, 6vw, 64px); text-align: center; }
.success-main .section-label { margin-bottom: 12px; }
.success-main h1 { margin-bottom: 16px; }
.success-main p { margin: 0 0 28px; color: var(--text-soft); font-size: 1.04rem; }
.success-main .button { color: #fff; }

@media (max-width: 650px) {
  header:not(.hero) .brand-sub { display: block; margin: 2px 0 0; }
  body > main { margin: 32px auto; padding: 32px 22px; }
  body.success-page > .success-main { margin: auto; padding: 40px 24px; }
  .form-main > form > label input[type="text"] { display: block; width: 100%; margin: 8px 0 0; }
}
