@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Raleway:wght@400;500;600;700;800&display=swap');

:root { --ink: #18332e; --muted: #6f7d78; --line: #dfe8e3; --paper: #fff; --wash: #f3f8f5; --green: #168449; --deep: #075d36; --gold: #c99a45; --red: #b9564b; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: radial-gradient(circle at 92% 2%, #e8f0ea 0, transparent 28rem), var(--wash); font-family: 'Raleway', Arial, sans-serif; }
button, input { font: inherit; }
button { cursor: pointer; }
.site-header { min-height: 78px; padding: 0 clamp(20px, 6vw, 92px); background: #fff; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }.brand-seal { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid var(--gold); border-radius: 50%; color: var(--green); font-size: 11px; font-weight: 700; letter-spacing: -.7px; }.brand-seal span { color: var(--gold); }.brand strong, .brand small { display: block; }.brand strong { font-family: 'Libre Baskerville', Georgia, serif; font-size: 14px; }.brand small { color: var(--muted); font-size: 11px; margin-top: 4px; }.secure-label { color: var(--green); font-size: 11px; font-weight: 700; }.secure-label span { margin-right: 6px; }
.hero { max-width: 1290px; margin: 0 auto; padding: 76px 50px 84px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }.eyebrow { color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: 1.7px; margin: 0 0 15px; }.hero h1 { max-width: 650px; margin: 0 0 20px; font: 400 clamp(40px, 5vw, 70px)/.99 'Libre Baskerville', Georgia, serif; letter-spacing: -2px; }.hero-copy { max-width: 535px; color: #66746e; font-size: 16px; line-height: 1.7; margin: 0; }.hero-notes { display: flex; flex-wrap: wrap; gap: 18px; color: var(--green); font-size: 11px; font-weight: 700; margin-top: 27px; }.hero-mark { width: 260px; height: 260px; position: relative; border: 1px solid #cfded5; border-radius: 50%; display: grid; place-items: center; transform: rotate(-9deg); }.hero-mark div { width: 145px; height: 145px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--green); background: #f7fbf8; font-size: 45px; }.hero-mark i { position: absolute; width: 90px; height: 1px; background: var(--gold); right: -25px; top: 58px; }.hero-mark i:last-child { width: 52px; right: -8px; top: 190px; }
.content-wrap { width: min(1050px, calc(100% - 40px)); margin: 0 auto 70px; }.form-intro { display: flex; justify-content: space-between; align-items: end; padding-bottom: 18px; border-bottom: 1px solid var(--ink); }.form-intro h2 { margin: 0; font: 400 29px 'Libre Baskerville', Georgia, serif; }.required-note { color: var(--muted); font-size: 11px; }.required-note b, .field b, .signature-label b { color: var(--red); }.record-form { background: var(--paper); border: 1px solid var(--line); border-top: 0; box-shadow: 0 18px 50px #18332e0b; }.form-section { padding: 31px clamp(22px, 4vw, 52px) 36px; border-bottom: 1px solid var(--line); }.section-heading { display: flex; align-items: flex-start; gap: 13px; margin-bottom: 25px; }.section-icon { width: 35px; height: 35px; display: grid; place-items: center; color: var(--green); background: #e9f2ec; border-radius: 50%; flex-shrink: 0; font-size: 11px; font-weight: 700; }.section-heading h3 { margin: 0 0 4px; font: 400 18px 'Libre Baskerville', Georgia, serif; }.section-heading p { color: var(--muted); font-size: 11px; margin: 0; }.field-grid { display: grid; gap: 17px; }.field-grid.three { grid-template-columns: repeat(3, 1fr); }.field-grid.one { max-width: 330px; margin-top: 17px; }.field { display: block; color: #50615a; font-size: 11px; font-weight: 700; }.field > span, .field { margin-bottom: 8px; }.field small { color: #a0aaa5; font-weight: 400; margin-left: 4px; }.field input { width: 100%; min-height: 43px; padding: 10px 12px; color: var(--ink); background: #fbfdfb; border: 1px solid #d6e2dc; border-radius: 4px; outline: 0; font-size: 14px; }.field input:focus { border-color: var(--green); box-shadow: 0 0 0 3px #d8ebe1; }.upload-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }.upload-field { min-height: 150px; padding: 25px 18px; display: flex; align-items: center; flex-direction: column; justify-content: center; text-align: center; border: 1px dashed #b5cfc0; border-radius: 5px; background: #fbfefc; color: var(--ink); position: relative; }.upload-field input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }.upload-icon { color: var(--green); width: 37px; height: 37px; display: grid; place-items: center; background: #e9f2ec; border-radius: 50%; margin-bottom: 10px; font-size: 22px; }.upload-field strong, .upload-field small { display: block; }.upload-field strong { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }.upload-field small { color: var(--muted); font-size: 10px; margin-top: 7px; }.upload-field.has-file { border-color: var(--green); background: #f2faf5; }.signature-label { display: flex; justify-content: space-between; margin-top: 25px; color: #50615a; font-size: 11px; font-weight: 700; }.signature-label button { border: 0; background: transparent; color: var(--green); font-size: 11px; font-weight: 700; }.signature-box { height: 150px; margin-top: 8px; position: relative; border: 1px solid #d6e2dc; border-radius: 4px; background: repeating-linear-gradient(0deg, #fff, #fff 38px, #f0f5f1 39px); overflow: hidden; }.signature-box canvas { width: 100%; height: 100%; touch-action: none; cursor: crosshair; position: absolute; inset: 0; }.signature-box span { pointer-events: none; position: absolute; left: 16px; bottom: 12px; color: #9ba9a2; font-size: 10px; }.signature-box span.signed { color: var(--green); }
.declaration { display: flex; align-items: flex-start; gap: 10px; padding: 24px clamp(22px, 4vw, 52px) 0; color: #65736d; font-size: 11px; line-height: 1.55; }.declaration input { accent-color: var(--green); width: 16px; height: 16px; margin: 0; flex-shrink: 0; }.form-message { display: none; margin: 20px clamp(22px, 4vw, 52px) 0; padding: 12px 14px; border-radius: 4px; font-size: 12px; }.form-message.success { display: block; color: #216b52; background: #eaf7ef; }.form-message.error { display: block; color: #a84c43; background: #fff0ed; }.submit-row { margin: 25px clamp(22px, 4vw, 52px) 35px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 20px; }.submit-row p { color: #80908a; font-size: 10px; }.submit-button { display: flex; align-items: center; gap: 12px; padding: 14px 18px; color: #fff; background: var(--deep); border: 0; border-radius: 3px; font-size: 12px; font-weight: 700; }.submit-button:hover { background: var(--green); }.site-footer { max-width: 1050px; margin: 0 auto; padding: 0 0 35px; display: flex; justify-content: space-between; gap: 20px; color: #82918b; font-size: 10px; }
@media (max-width: 700px) { .site-header { min-height: 78px; padding: 17px 20px; }.secure-label { display: none; }.brand strong { font-size: 12px; }.hero { padding: 52px 22px 60px; }.hero h1 { font-size: 40px; }.hero-mark { display: none; }.content-wrap { width: calc(100% - 28px); }.form-intro { align-items: flex-start; flex-direction: column; gap: 7px; }.form-section { padding: 26px 18px 30px; }.field-grid.three, .upload-grid { grid-template-columns: 1fr; }.field-grid.one { max-width: none; }.submit-row, .site-footer { align-items: flex-start; flex-direction: column; }.submit-button { width: 100%; justify-content: center; }.site-footer { padding: 0 20px 28px; }.site-footer span:last-child { line-height: 1.6; } }

.brand-logo { width: 105px; height: 58px; object-fit: contain; flex-shrink: 0; }
.brand-mark { width: 58px; height: 58px; display: grid; place-items: center; flex-shrink: 0; color: #fff; background: var(--deep); border: 3px solid var(--green); border-radius: 50%; font-size: 11px; font-weight: 800; letter-spacing: -.8px; }
.brand-mark span { color: #c99a45; }
.hero-slider { width: min(43vw, 510px); height: 300px; position: relative; overflow: hidden; border-radius: 4px; box-shadow: 18px 18px 0 #dcebe0; background: var(--deep); }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .8s ease; }
.hero-slide.is-active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hero-slider .trust-slide img { object-fit: contain; background: #fff; }
.hero-slide::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, #0d3029cc); }
.hero-slide span { position: absolute; z-index: 1; left: 24px; right: 24px; bottom: 24px; color: #fff; font: 700 14px 'DM Sans', Arial, sans-serif; }
.hero-slider-dots { position: absolute; z-index: 2; right: 22px; top: 22px; display: flex; gap: 6px; }
.hero-slider-dots i { width: 7px; height: 7px; display: block; border-radius: 50%; background: #ffffff80; }
.hero-slider-dots i.is-active { background: #fff; }
.one-upload { max-width: 410px; }
.signature-choice { display: grid; grid-template-columns: minmax(190px, .8fr) minmax(280px, 1.2fr); gap: 20px; align-items: start; }
.signature-upload { min-height: 150px; }
.signature-choice .signature-label { margin-top: 0; }

.site-footer { max-width: none; margin: 35px 0 0; padding: 42px max(20px, calc((100% - 1050px) / 2)) 0; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 30px; color: #d9efe1; background: var(--deep); font-size: 11px; }
.site-footer strong { display: block; color: #fff; font-size: 11px; margin-bottom: 9px; }
.site-footer span { display: block; line-height: 1.6; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 64px; height: 52px; object-fit: contain; background: #fff; }
.footer-brand strong { font: 700 13px 'Raleway', Arial, sans-serif; margin-bottom: 4px; }
.footer-brand small { color: #a8d8b9; font-size: 10px; }
.footer-contact span, .footer-address span { color: #b9ddc7; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; margin-top: 10px; padding: 14px 0 18px; border-top: 1px solid #4f9970; color: #a8d8b9; font-size: 10px; }
.official-info { max-width: 1050px; margin: 0 auto 25px; padding: 0 0 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.official-info h2 { margin: 0 0 30px; color: #009447; font: 500 34px 'Raleway', Arial, sans-serif; }
.faq-panel details { margin-bottom: 6px; background: #009447; color: #fff; }
.faq-panel summary { padding: 20px 30px; cursor: pointer; list-style: none; font-size: 16px; font-weight: 600; }
.faq-panel summary::-webkit-details-marker { display: none; }
.faq-panel summary::after { content: '⌄'; float: right; font-size: 23px; line-height: 15px; }
.faq-panel details[open] summary::after { content: '⌃'; }
.faq-panel details p { margin: 0; padding: 0 30px 25px; color: #31423b; background: #fff; font-size: 15px; line-height: 1.6; }
.trust-panel h2 { text-align: center; }
.trust-art { min-height: 390px; display: grid; place-items: center; padding: 20px; background: #fff; }
.trust-art img { width: min(100%, 510px); max-height: 360px; object-fit: contain; }
.admin-shell { min-height: 100vh; padding: 70px 20px; background: var(--wash); }
.admin-card { width: min(1050px, 100%); margin: 0 auto; padding: clamp(25px, 5vw, 55px); background: var(--paper); border: 1px solid var(--line); box-shadow: 0 18px 50px #18332e0b; }
.admin-card h1 { margin: 0 0 12px; font: 400 clamp(28px, 4vw, 45px) 'Libre Baskerville', Georgia, serif; }
.admin-title-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.admin-title-row h1 { margin-bottom: 0; }
.admin-muted { color: var(--muted); font-size: 13px; }
.admin-card form { width: min(400px, 100%); margin-top: 28px; }
.admin-card form .submit-button { margin-top: 16px; }
.admin-records { display: grid; gap: 16px; margin-top: 28px; }
.admin-record { padding: 22px; border: 1px solid var(--line); border-left: 4px solid var(--green); background: #fbfdfb; }
.admin-record-heading { display: flex; justify-content: space-between; gap: 15px; align-items: baseline; border-bottom: 1px solid var(--line); padding-bottom: 12px; }
.admin-record-heading h2 { margin: 0; font: 700 19px 'Raleway', Arial, sans-serif; }
.admin-record-heading span { color: var(--muted); font-size: 10px; }
.admin-record dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 18px 0; }
.admin-record dt { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .7px; }
.admin-record dd { margin: 4px 0 0; font-size: 13px; }
.admin-files { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; }
.file-link { padding: 7px 10px; color: var(--deep); background: #e4f3e9; border: 1px solid #b8ddc3; border-radius: 3px; font-size: 11px; }
.file-link:hover { background: #d4ebdc; }
.delete-button { margin-top: 18px; padding: 8px 11px; color: var(--red); background: #fff5f2; border: 1px solid #e7bdb5; border-radius: 3px; font-size: 11px; }
.delete-button:hover { background: #ffe9e4; }
.admin-empty { padding: 22px; color: var(--muted); border: 1px dashed var(--line); }

@media (max-width: 700px) {
	.site-header { min-height: 78px; padding: 17px 20px; }
	.secure-label { display: none; }
	.brand strong { font-size: 12px; }
	.hero { padding: 52px 22px 60px; display: block; }
	.hero h1 { font-size: 40px; }
	.content-wrap { width: calc(100% - 28px); }
	.form-intro { align-items: flex-start; flex-direction: column; gap: 7px; }
	.form-section { padding: 26px 18px 30px; }
	.field-grid.three, .upload-grid { grid-template-columns: 1fr; }
	.field-grid.one { max-width: none; }
	.submit-row, .site-footer { align-items: flex-start; flex-direction: column; }
	.submit-button { width: 100%; justify-content: center; }
	.site-footer { padding: 0 20px 28px; }
	.site-footer span:last-child { line-height: 1.6; }
	.site-footer { grid-template-columns: 1fr; gap: 22px; padding: 32px 20px 0; }
	.footer-bottom { grid-column: auto; align-items: flex-start; flex-direction: column; gap: 4px; }
	.official-info { width: calc(100% - 28px); grid-template-columns: 1fr; gap: 38px; }
	.official-info h2 { font-size: 30px; margin-bottom: 22px; }
	.faq-panel summary { padding: 17px 20px; font-size: 14px; }
	.faq-panel details p { padding: 0 20px 20px; font-size: 13px; }
	.trust-art { min-height: 300px; }
	.admin-shell { padding: 25px 14px; }
	.admin-title-row { align-items: stretch; flex-direction: column; }
	.admin-title-row .submit-button { width: 100%; justify-content: center; }
	.admin-record-heading { align-items: flex-start; flex-direction: column; gap: 6px; }
	.admin-record dl { grid-template-columns: 1fr 1fr; }
	.brand-logo { width: 72px; height: 48px; }
	.brand-mark { width: 46px; height: 46px; font-size: 9px; }
	.hero-slider { width: 100%; height: 230px; margin-top: 30px; box-shadow: 10px 10px 0 #dcebe0; }
	.signature-choice { grid-template-columns: 1fr; }
}
