:root { --ink: #082345; --muted: #5b6f89; --blue: #1463e7; --blue-dark: #0b3d97; --sky: #edf5ff; --line: #dce7f5; --surface: #fff; --shadow: 0 18px 48px rgba(12,50,104,.12); }
* { box-sizing: border-box; }
html { min-height: 100%; background: #f7faff; }
body { min-height: 100vh; margin: 0; color: var(--ink); background: #f7faff; font-family: "DM Sans", Arial, sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid #75abff; outline-offset: 3px; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(220,231,245,.9); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); }
.nav { display: flex; align-items: center; min-height: 78px; gap: 24px; }
.brand { display: block; flex: 0 0 auto; }
.brand img { width: 230px; height: 61px; object-fit: cover; object-position: 50% 30%; mix-blend-mode: multiply; }
.nav-links { display: flex; align-items: center; gap: 24px; margin-left: auto; color: #28415f; font-size: .92rem; font-weight: 750; }
.nav-links a:hover { color: var(--blue); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 45px; padding: 0 19px; border: 1px solid transparent; border-radius: 10px; color: #fff; background: var(--blue); font-size: .89rem; font-weight: 850; transition: transform .18s, background .18s, box-shadow .18s; }
.button:hover { background: #0754d3; box-shadow: 0 12px 24px rgba(20,99,231,.25); transform: translateY(-2px); }
.button--light { border-color: #c9dcfa; color: var(--blue-dark); background: #fff; }
.button--light:hover { color: #fff; background: var(--blue); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 15px; color: var(--blue-dark); font-size: .8rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow::before { width: 22px; height: 2px; background: currentColor; content: ""; }
.page-hero { padding: 78px 0 66px; background: radial-gradient(circle at 88% 5%, #d9eaff 0, transparent 30%), linear-gradient(145deg, #f8fbff, #edf5ff); }
.page-hero__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(260px, .92fr); align-items: center; gap: 65px; }
.page-hero h1 { max-width: 700px; margin: 0; font-family: Manrope, sans-serif; font-size: clamp(2.35rem, 5vw, 4.15rem); letter-spacing: -.075em; line-height: 1.04; }
.page-hero h1 strong { color: var(--blue); }
.page-hero p:not(.eyebrow) { max-width: 610px; margin: 19px 0 0; color: var(--muted); font-size: 1.02rem; }
.hero-note { display: grid; gap: 8px; padding: 27px; border: 1px solid rgba(154,192,243,.7); border-radius: 19px; color: #1552a3; background: rgba(255,255,255,.75); box-shadow: 0 14px 36px rgba(18,73,144,.1); }
.hero-note__year { font-family: Manrope, sans-serif; font-size: 3.3rem; font-weight: 850; letter-spacing: -.075em; line-height: 1; }
.hero-note p { margin: 0; color: #527096; font-size: .86rem; }
.section { padding: 86px 0; }
.section--soft { background: #edf5ff; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 38px; }
.section-head h2 { max-width: 690px; margin: 0; font-family: Manrope, sans-serif; font-size: clamp(1.85rem, 3vw, 2.75rem); letter-spacing: -.06em; line-height: 1.14; }
.section-head p:not(.eyebrow) { max-width: 430px; margin: 0; color: var(--muted); }
.story-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); gap: 58px; align-items: start; }
.story-copy { color: var(--muted); }
.story-copy p { margin: 0 0 18px; }
.story-card { padding: 28px; border: 1px solid var(--line); border-radius: 19px; background: #fff; box-shadow: 0 12px 31px rgba(15,61,116,.07); }
.story-card__label { margin: 0; color: #1b5bbf; font-size: .73rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.story-card h3 { margin: 12px 0 12px; font-family: Manrope, sans-serif; font-size: 1.5rem; letter-spacing: -.05em; line-height: 1.15; }
.story-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card { padding: 26px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.value-card__number { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 11px; color: var(--blue); background: var(--sky); font-family: Manrope, sans-serif; font-weight: 850; }
.value-card h3 { margin: 18px 0 7px; font-family: Manrope, sans-serif; font-size: 1.12rem; letter-spacing: -.04em; }
.value-card p { margin: 0; color: var(--muted); font-size: .88rem; }
.timeline { display: grid; grid-template-columns: 145px 1fr; gap: 27px; padding: 25px 0; border-top: 1px solid var(--line); }
.timeline:last-child { border-bottom: 1px solid var(--line); }
.timeline__year { color: var(--blue); font-family: Manrope, sans-serif; font-size: 1.25rem; font-weight: 850; }
.timeline h3 { margin: 0 0 5px; font-family: Manrope, sans-serif; font-size: 1.05rem; letter-spacing: -.035em; }
.timeline p { margin: 0; color: var(--muted); font-size: .89rem; }
.contact-grid { display: grid; grid-template-columns: minmax(285px, .76fr) minmax(0, 1.24fr); gap: 25px; align-items: start; }
.contact-info { padding: 32px; border-radius: 20px; color: #dcecff; background: linear-gradient(145deg, #061b3a, #0b4ba8); }
.contact-info .eyebrow { color: #a9ccff; }
.contact-info h2 { margin: 0; color: #fff; font-family: Manrope, sans-serif; font-size: 2rem; letter-spacing: -.06em; line-height: 1.12; }
.contact-info > p:not(.eyebrow) { margin: 15px 0 0; color: #c9ddfc; }
.contact-list { display: grid; gap: 14px; margin: 31px 0 0; padding: 0; list-style: none; }
.contact-list li { padding: 14px 0 0; border-top: 1px solid rgba(214,231,255,.16); }
.contact-list span { display: block; margin-bottom: 3px; color: #9fc6ff; font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.contact-list strong { color: #fff; font-size: .92rem; }
.contact-list a:hover { color: #a9ccff; }
.query-card { padding: 33px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.query-card h2 { margin: 0; font-family: Manrope, sans-serif; font-size: 1.65rem; letter-spacing: -.055em; }
.query-card > p { margin: 7px 0 26px; color: var(--muted); font-size: .89rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field--wide { grid-column: 1 / -1; }
.field label { color: #2c4665; font-size: .78rem; font-weight: 850; }
.required { color: #c2394f; }
.field input, .field select, .field textarea { width: 100%; min-height: 46px; padding: 0 13px; border: 1px solid #ccdced; border-radius: 9px; color: var(--ink); background: #fff; outline: none; transition: border-color .15s, box-shadow .15s; }
.field textarea { min-height: 120px; padding-top: 11px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #6fa5ff; box-shadow: 0 0 0 3px rgba(78,139,246,.15); }
.field input::placeholder, .field textarea::placeholder { color: #91a0b3; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .76rem; }
.query-success { display: none; padding: 29px 8px 8px; text-align: center; }
.query-success.is-visible { display: block; }
.query-success__tick { display: grid; width: 54px; height: 54px; margin: 0 auto 15px; place-items: center; border-radius: 50%; color: #126a45; background: #e4f8ed; font-size: 1.35rem; font-weight: 900; }
.query-success h3 { margin: 0; font-family: Manrope, sans-serif; font-size: 1.35rem; letter-spacing: -.05em; }
.query-success p { margin: 8px 0 0; color: var(--muted); font-size: .88rem; }
.footer { padding: 52px 0 22px; color: #b8c8dc; background: #061b3a; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .85fr; gap: 38px; padding-bottom: 37px; }
.footer .brand img { width: 250px; height: 67px; padding: 0; background: #fff; }
.footer p { color: #b8c8dc; font-size: .86rem; }
.footer h2 { margin: 7px 0 16px; color: #fff; font-size: .95rem; }
.footer-links { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; font-size: .86rem; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #91a7c2; font-size: .79rem; }
.footer-bottom p { margin: 0; color: inherit; }
@media (max-width: 830px) { .page-hero__grid, .story-grid, .contact-grid { grid-template-columns: 1fr; gap: 28px; } .page-hero { padding: 58px 0; } .hero-note { max-width: 420px; } .value-grid { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .container { width: min(100% - 30px, 1180px); } .nav { min-height: 66px; } .brand img { width: 177px; height: 48px; } .nav-links { gap: 0; } .nav-links > a:not(.button) { display: none; } .page-hero { padding: 46px 0; } .section { padding: 64px 0; } .section-head { display: block; margin-bottom: 27px; } .section-head p:not(.eyebrow) { margin-top: 14px; } .query-card, .contact-info { padding: 25px 20px; } .form-grid { grid-template-columns: 1fr; } .field--wide { grid-column: auto; } .timeline { grid-template-columns: 1fr; gap: 4px; } .footer-grid { grid-template-columns: 1fr; gap: 25px; } .footer-bottom { display: block; } .footer-bottom p + p { margin-top: 6px; } }
