:root {
  --ink: #102d42;
  --navy: #08253a;
  --blue: #0d4a70;
  --sky: #cce0e7;
  --cream: #f8f6ef;
  --paper: #fcfbf7;
  --gold: #c99a4a;
  --muted: #5e6e76;
  --line: rgba(16, 45, 66, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; left: 1rem; top: -4rem; padding: .6rem 1rem; color: white; background: var(--navy); z-index: 10; transition: top .15s; }
.skip-link:focus { top: 1rem; }

.site-header { min-height: 82px; width: min(1240px, calc(100% - 48px)); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 11px; font-family: "DM Mono", monospace; font-size: 14px; letter-spacing: -.06em; white-space: nowrap; }
.brand strong, .footer-brand strong { font-weight: 400; color: var(--gold); }
.brand-mark { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--ink); border-radius: 50%; font-size: 9px; font-family: "DM Mono", monospace; letter-spacing: -.12em; }
nav { display: flex; gap: 34px; font-size: 14px; color: #355063; }
nav a:hover, .button-text:hover, .inline-link:hover { color: var(--gold); }
.header-call { padding: 9px 0; border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 600; }
.header-call span { margin-left: 9px; color: var(--gold); font-size: 18px; }

.hero { width: min(1240px, calc(100% - 48px)); min-height: 595px; margin: auto; display: grid; grid-template-columns: 1.09fr .91fr; align-items: center; gap: 80px; padding: 62px 0 68px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 17px; color: var(--blue); font-family: "DM Mono", monospace; font-size: 11px; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 22px; height: 1px; background: var(--gold); }
h1, h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-weight: 600; letter-spacing: -.052em; line-height: .99; }
h1 { max-width: 690px; font-size: clamp(3.4rem, 6vw, 5.8rem); }
h1 em { color: var(--gold); font-style: italic; font-weight: 600; }
.hero-intro { max-width: 600px; margin: 28px 0 31px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-intro strong { color: var(--ink); font-weight: 600; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 19px; font-weight: 600; font-size: 14px; cursor: pointer; border: 0; }
.button-primary { min-height: 52px; padding: 0 21px; color: white; background: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); transition: background .2s, transform .2s; }
.button-primary:hover { background: var(--gold); box-shadow: inset 0 0 0 1px var(--gold); transform: translateY(-2px); }
.button-primary span { font-size: 20px; font-weight: 400; color: var(--sky); }
.button-text { color: var(--blue); background: none; }
.button-text span { color: var(--gold); font-size: 18px; }
.trust-line { display: flex; align-items: center; gap: 11px; margin-top: 33px; color: #708089; font-size: 12px; }
.avatars { display: flex; padding-left: 4px; }
.avatars i { display: block; width: 20px; height: 20px; margin-left: -4px; border: 2px solid var(--paper); border-radius: 50%; background: #416a7f; }
.avatars i:nth-child(2) { background: var(--gold); }.avatars i:nth-child(3) { background: #8fa7a5; }

.hero-card { position: relative; overflow: hidden; min-height: 402px; padding: 27px 29px 23px; color: white; background: var(--navy); box-shadow: 17px 17px 0 var(--sky); }
.hero-card::before { content: ""; position: absolute; width: 440px; height: 440px; right: -185px; top: -170px; border: 1px solid rgba(204, 224, 231, .35); border-radius: 50%; box-shadow: 0 0 0 42px rgba(204, 224, 231, .06), 0 0 0 84px rgba(204, 224, 231, .04); }
.hero-card::after { content: ""; position: absolute; left: -42px; bottom: -69px; width: 170px; height: 170px; border: 1px solid rgba(201, 154, 74, .55); border-radius: 50%; }
.card-topline, .card-foot { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .12em; }
.status { display: inline-flex; align-items: center; gap: 5px; color: #cce0e7; letter-spacing: .02em; }.status i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #79cfb6; }
.amount-wrap { position: relative; z-index: 1; margin-top: 101px; }.amount-wrap > span { display: block; margin-bottom: 2px; color: var(--sky); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.amount-wrap strong { font-family: "Playfair Display", Georgia, serif; font-size: clamp(3.1rem, 5.2vw, 4.6rem); font-weight: 600; letter-spacing: -.08em; line-height: 1; white-space: nowrap; }.amount-wrap small { margin: 0 7px; color: var(--gold); font-size: .62em; }
.card-rule { position: relative; z-index: 1; height: 1px; margin: 36px 0 18px; background: rgba(204, 224, 231, .25); }
.card-facts { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }.card-facts span { display: block; color: #9ab7c4; font-size: 10px; }.card-facts strong { display: block; margin-top: 2px; font-size: 14px; }.card-facts sup { color: var(--gold); }
.card-foot { position: absolute; z-index: 1; bottom: 23px; left: 29px; right: 29px; color: #95b2bf; }.card-foot span:first-child { color: var(--gold); font-size: 12px; font-weight: 500; }

.numbers { width: min(1240px, calc(100% - 48px)); margin: auto; padding: 27px 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.numbers > div { padding: 0 28px; border-left: 1px solid var(--line); }.numbers > div:first-child { padding-left: 0; border: 0; }.numbers strong { display: block; font-family: "Playfair Display", Georgia, serif; font-size: 25px; font-weight: 600; letter-spacing: -.04em; }.numbers strong sup { color: var(--gold); font-size: 11px; }.numbers span { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; }

.section { width: min(1240px, calc(100% - 48px)); margin: auto; }.process { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; padding: 135px 0; }.section-heading h2, .funding-band h2, .contact h2 { font-size: clamp(2.6rem, 4.4vw, 4.2rem); }.section-heading > p:not(.eyebrow) { max-width: 420px; margin: 23px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }.steps li { display: grid; grid-template-columns: 65px 1fr; gap: 25px; padding: 25px 0 29px; border-bottom: 1px solid var(--line); }.step-number { color: var(--gold); font-family: "DM Mono", monospace; font-size: 12px; }.steps h3, .use-grid h3, form h3 { margin: -5px 0 5px; font-size: 18px; }.steps p, .use-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.funding-band { display: grid; grid-template-columns: .83fr 1.17fr; gap: 90px; padding: 105px max(24px, calc((100vw - 1240px) / 2)); color: white; background: var(--blue); }.eyebrow-light { color: var(--sky); }.funding-band h2 { max-width: 460px; }.funding-band-intro > p:not(.eyebrow) { max-width: 410px; margin: 25px 0; color: #bfd4dd; line-height: 1.7; }.inline-link { display: inline-flex; align-items: center; gap: 15px; padding-bottom: 5px; border-bottom: 1px solid var(--gold); color: white; font-size: 14px; font-weight: 600; }.inline-link span { color: var(--gold); font-size: 20px; }.use-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(204,224,231,.3); border-left: 1px solid rgba(204,224,231,.3); }.use-grid article { min-height: 190px; padding: 24px 26px; border-right: 1px solid rgba(204,224,231,.3); border-bottom: 1px solid rgba(204,224,231,.3); }.use-grid article > span { color: var(--gold); font-family: "DM Mono", monospace; font-size: 11px; }.use-grid h3 { margin-top: 35px; color: white; }.use-grid p { color: #bad0da; }

.contact { padding: 125px 0; }.contact-panel { display: grid; grid-template-columns: 1fr .93fr; gap: 100px; padding: 62px 66px; background: var(--cream); border: 1px solid #e9e5d7; }.contact-copy { max-width: 460px; margin: 22px 0 35px; color: var(--muted); line-height: 1.7; }.contact-details { display: grid; gap: 17px; }.contact-details a { display: flex; flex-direction: column; padding-bottom: 15px; border-bottom: 1px solid var(--line); }.contact-details span { color: var(--muted); font-size: 12px; }.contact-details strong { margin-top: 2px; font-size: 17px; }.contact-details b { margin-left: 6px; color: var(--gold); font-weight: 400; }
form { padding: 32px 33px 26px; background: white; box-shadow: 10px 10px 0 var(--sky); }form h3 { margin: 0 0 20px; font-size: 20px; }label { display: block; margin: 15px 0; color: #405763; font-size: 12px; font-weight: 600; }input, select { display: block; width: 100%; height: 39px; margin-top: 4px; padding: 0 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: none; font: 14px "DM Sans", sans-serif; }input:focus, select:focus { border-color: var(--gold); }form .button { width: 100%; margin-top: 8px; }.form-note { margin: 13px 0 0; color: #7c898e; font-size: 10px; line-height: 1.45; }

footer { width: min(1240px, calc(100% - 48px)); margin: auto; padding: 30px 0 35px; border-top: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr; align-items: start; column-gap: 46px; row-gap: 13px; color: var(--muted); font-size: 11px; }footer .footer-brand { color: var(--ink); }.footer-brand .brand-mark { width: 26px; height: 26px; font-size: 8px; }.disclaimer { grid-column: 2; max-width: 810px; margin: 0; line-height: 1.55; }.copyright { grid-column: 2; margin: 0; font-family: "DM Mono", monospace; font-size: 9px; }

@media (max-width: 850px) { nav { display: none; }.hero { grid-template-columns: 1fr; gap: 50px; padding-top: 40px; }.hero-card { max-width: 560px; width: 100%; justify-self: center; }.numbers { grid-template-columns: 1fr 1fr; gap: 20px 0; }.numbers > div:nth-child(3) { padding-left: 0; border-left: 0; }.process, .funding-band, .contact-panel { grid-template-columns: 1fr; gap: 55px; }.funding-band { padding-top: 76px; padding-bottom: 76px; }.section-heading > p:not(.eyebrow) { max-width: 560px; }.contact-panel { padding: 45px; } }
@media (max-width: 520px) { .site-header, .hero, .numbers, .section, footer { width: min(100% - 32px, 1240px); }.site-header { min-height: 69px; }.header-call { font-size: 0; }.header-call span { margin: 0; font-size: 20px; }.hero { min-height: auto; padding: 42px 0 56px; }.hero-intro { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }.hero-card { min-height: 350px; padding: 22px; box-shadow: 10px 10px 0 var(--sky); }.amount-wrap { margin-top: 81px; }.card-foot { left: 22px; right: 22px; bottom: 20px; }.numbers { padding: 23px 0; }.numbers > div { padding: 0 13px; }.numbers strong { font-size: 20px; }.numbers span { font-size: 10px; }.process, .contact { padding: 80px 0; }.funding-band { gap: 44px; padding: 65px 16px; }.use-grid { grid-template-columns: 1fr; }.use-grid article { min-height: auto; }.use-grid h3 { margin-top: 17px; }.contact-panel { padding: 32px 22px; }.contact-details strong { font-size: 14px; overflow-wrap: anywhere; }form { padding: 27px 22px; box-shadow: 7px 7px 0 var(--sky); }footer { display: block; padding: 28px 0; }footer > * { margin: 14px 0!important; } }
