:root {
  --navy: #0a1f33;
  --ink: #142231;
  --muted: #5f6d7b;
  --line: #d8dee3;
  --paper: #f4f2ed;
  --white: #ffffff;
  --blue: #2f66d0;
  --blue_dark: #1f4fae;
  --mint: #8ddbc9;
  --serif: "Source Serif 4", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --container: 1200px;
  --shadow: 0 24px 70px rgba(10, 31, 51, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body, button, input, textarea { font-family: var(--sans); }
a { color: inherit; }
img { max-width: 100%; }
button, input, textarea { font: inherit; }

.skip_link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 16px; color: var(--white); background: var(--blue); transform: translateY(-150%); }
.skip_link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.prototype_bar { display: flex; justify-content: center; gap: 12px; min-height: 34px; padding: 7px 24px; color: #d9e3ed; background: #061523; font-size: 12px; text-align: center; }
.prototype_bar span { padding: 2px 8px; color: var(--navy); background: var(--mint); border-radius: 99px; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.site_header { position: sticky; top: 0; z-index: 50; color: var(--navy); background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(10,31,51,.1); backdrop-filter: blur(14px); }
.nav_wrap { display: flex; align-items: center; justify-content: space-between; min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); font-size: 19px; font-weight: 700; letter-spacing: -.03em; text-decoration: none; }
.brand_mark { display: flex; align-items: flex-end; gap: 3px; width: 27px; height: 27px; padding: 5px; background: var(--blue); }
.brand_mark i { display: block; width: 4px; background: white; }
.brand_mark i:nth-child(1) { height: 8px; }
.brand_mark i:nth-child(2) { height: 13px; }
.brand_mark i:nth-child(3) { height: 17px; }
.main_nav { display: flex; align-items: center; gap: 25px; }
.main_nav a { font-size: 14px; font-weight: 600; text-decoration: none; }
.main_nav a:not(.nav_cta):hover { color: var(--blue); }
.nav_cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; font-weight: 700; text-decoration: none; cursor: pointer; }
.nav_cta { padding: 12px 17px; color: var(--white); background: var(--navy); }
.nav_cta:hover { background: var(--blue); }
.menu_button { display: none; }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.hero::before { content: ""; position: absolute; top: -250px; right: -180px; width: 730px; height: 730px; border: 1px solid rgba(141,219,201,.21); border-radius: 50%; box-shadow: 0 0 0 90px rgba(141,219,201,.025), 0 0 0 180px rgba(141,219,201,.018); }
.hero_grid { position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(rgba(255,255,255,.32) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.32) 1px, transparent 1px); background-size: 72px 72px; }
.hero_layout { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 78px; align-items: center; min-height: 710px; padding-top: 84px; padding-bottom: 94px; }
.eyebrow { margin: 0 0 20px; color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: var(--mint); }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; letter-spacing: -.04em; }
.hero h1 { max-width: 780px; margin: 0; font-size: clamp(48px, 6vw, 80px); line-height: .98; }
.hero h1 em { color: var(--mint); font-style: normal; }
.hero_lead { max-width: 620px; margin: 30px 0 0; color: #cfdae4; font-size: 19px; line-height: 1.65; }
.hero_actions { display: flex; align-items: center; gap: 28px; margin-top: 39px; }
.button { min-height: 54px; padding: 14px 22px; border: 0; font-size: 14px; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button_primary { color: var(--white); background: var(--blue); }
.button_primary:hover { background: var(--blue_dark); }
.button_dark { color: var(--white); background: var(--navy); }
.button_full { width: 100%; }
.text_link, .row_link { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; text-underline-offset: 6px; }
.light_link { color: var(--white); }
.hero_panel { padding: 30px; color: var(--ink); background: var(--white); box-shadow: 0 35px 90px rgba(0,0,0,.22); }
.panel_kicker { display: flex; gap: 10px; align-items: center; color: var(--blue_dark); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.status_dot { width: 8px; height: 8px; background: #34a77d; border-radius: 50%; box-shadow: 0 0 0 4px rgba(52,167,125,.12); }
.hero_panel h2 { margin: 14px 0 25px; font-size: 30px; line-height: 1.13; }
.workflow_list { border-top: 1px solid var(--line); }
.workflow_row { display: grid; grid-template-columns: 34px 1fr auto; gap: 12px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); }
.workflow_number, .service_index, .card_index { color: var(--blue); font-size: 11px; font-weight: 700; }
.workflow_row strong, .workflow_row small { display: block; }
.workflow_row strong { font-size: 13px; }
.workflow_row small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.row_status { color: #267a60; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.potential_card { display: flex; gap: 15px; align-items: center; margin-top: 20px; padding: 17px 18px; color: var(--white); background: var(--blue); }
.potential_number { font-family: var(--serif); font-size: 35px; line-height: 1; }
.potential_card strong, .potential_card small { display: block; }
.potential_card strong { font-size: 12px; }
.potential_card small { opacity: .8; font-size: 10px; }
.micro_note { margin: 10px 0 0; color: var(--muted); font-size: 9px; line-height: 1.45; }

.credibility_strip { color: var(--white); background: var(--blue); }
.credibility_grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.credibility_grid div { display: flex; gap: 13px; align-items: center; min-height: 92px; padding: 20px 24px; border-right: 1px solid rgba(255,255,255,.2); }
.credibility_grid div:first-child { border-left: 1px solid rgba(255,255,255,.2); }
.credibility_grid span { color: var(--mint); font-size: 11px; font-weight: 700; }
.credibility_grid strong { font-size: 13px; line-height: 1.35; }
.section { padding: 120px 0; }
.section h2, .contact_section h2 { margin: 0; font-size: clamp(38px, 5vw, 62px); line-height: .98; }
.two_column_intro { display: grid; grid-template-columns: 1.12fr .88fr; gap: 90px; align-items: start; }
.intro_copy { padding-top: 32px; }
.intro_copy p, .section_heading > p:last-child, .page_intro > p { color: var(--muted); font-size: 18px; line-height: 1.7; }
.intro_copy p:first-child { margin-top: 0; }
.issue_grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 68px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.issue_card { min-height: 265px; padding: 32px 35px 38px; border-right: 1px solid var(--line); }
.issue_card:first-child { border-left: 1px solid var(--line); }
.issue_card h3 { margin: 60px 0 13px; font-size: 25px; }
.issue_card p { margin: 0; color: var(--muted); }
.services_section { background: var(--white); }
.section_heading { display: grid; grid-template-columns: .7fr 1.35fr .95fr; gap: 50px; align-items: start; }
.section_heading h2 { font-size: clamp(38px, 4.3vw, 58px); }
.section_heading > p:last-child { margin: 0; }
.service_list { margin-top: 78px; border-top: 1px solid var(--ink); }
.service_row { display: grid; grid-template-columns: 70px 1.35fr .65fr; gap: 45px; align-items: center; padding: 42px 0; border-bottom: 1px solid var(--line); }
.service_label { margin: 0 0 8px; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.service_copy h3 { margin: 0 0 12px; font-size: 31px; }
.service_copy > p:last-child { max-width: 650px; margin: 0; color: var(--muted); }
.row_link { justify-self: end; color: var(--blue_dark); }

.page_hero { padding: 110px 0 95px; color: var(--white); background: var(--navy); }
.page_hero .page_intro { max-width: 790px; }
.page_hero h1 { max-width: 850px; margin: 0; font-size: clamp(48px, 6vw, 75px); line-height: .98; }
.page_hero .page_intro > p:last-child { color: #cfdae4; }
.content_grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.content_card { padding: 34px; background: var(--white); box-shadow: var(--shadow); }
.content_card h2 { margin: 34px 0 12px; font-size: 30px; line-height: 1.1; }
.content_card p { color: var(--muted); }
.content_card ul, .benefit_list { margin: 24px 0 0; padding: 0; list-style: none; }
.content_card li, .benefit_list li { padding: 10px 0; border-top: 1px solid var(--line); font-size: 13px; font-weight: 600; }
.process_section { color: var(--white); background: var(--navy); }
.process_layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.process_copy > p:not(.eyebrow) { max-width: 480px; margin: 28px 0; color: #c7d3de; font-size: 17px; }
.process_steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.process_steps li { display: grid; grid-template-columns: 62px 1fr; gap: 24px; padding: 36px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.process_steps > li > span { color: var(--mint); font-size: 12px; font-weight: 700; }
.process_steps h3 { margin: 0 0 8px; font-size: 28px; }
.process_steps p { max-width: 550px; margin: 0; color: #c7d3de; }
.support_section { background: #e9edf0; }
.support_layout, .about_layout, .contact_layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.support_copy > p:not(.eyebrow), .about_copy > p:not(.eyebrow), .contact_copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.support_box { padding: 34px; color: var(--white); background: var(--navy); box-shadow: var(--shadow); }
.support_box h2 { font-size: 35px; line-height: 1.08; }
.support_box p { color: #c7d3de; }
.about_section { background: var(--white); }
.photo_placeholder { display: grid; min-height: 480px; padding: 35px; place-items: center; color: var(--white); background: var(--navy); background-image: linear-gradient(135deg, transparent 50%, rgba(141,219,201,.13) 50%); }
.photo_placeholder strong { max-width: 270px; font-family: var(--serif); font-size: 36px; font-weight: 500; line-height: 1.1; text-align: center; }
.photo_placeholder span { align-self: end; color: #c7d3de; font-size: 11px; }
.founders_line { display: flex; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line); }
.founders_line span { color: var(--muted); font-size: 12px; }
.contact_section { padding: 120px 0; color: var(--white); background: var(--blue); }
.contact_copy > p:not(.eyebrow) { color: #e0e9f8; }
.contact_copy ul { margin: 35px 0 0; padding: 0; list-style: none; }
.contact_copy li { padding: 13px 0; border-top: 1px solid rgba(255,255,255,.25); font-size: 13px; }
.contact_copy li:last-child { border-bottom: 1px solid rgba(255,255,255,.25); }
.contact_form { padding: 38px; color: var(--ink); background: var(--white); box-shadow: 0 30px 70px rgba(0,0,0,.16); }
.form_row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact_form label { display: block; margin-bottom: 17px; font-size: 12px; font-weight: 700; }
.contact_form input, .contact_form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--ink); background: #f5f7f8; border: 1px solid #cbd3da; border-radius: 0; outline: none; }
.contact_form input:focus, .contact_form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(47,102,208,.12); }
.contact_form textarea { resize: vertical; }
.form_note { margin: 10px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.simple_cta { display: flex; justify-content: space-between; gap: 60px; align-items: center; }
.simple_cta h2 { max-width: 700px; }
.simple_cta > div > p:last-child { max-width: 650px; color: #e0e9f8; }
.site_footer { color: #c7d3de; background: #061523; }
.footer_top { display: grid; grid-template-columns: .8fr 1.3fr .9fr; gap: 50px; align-items: center; min-height: 170px; }
.footer_brand { color: var(--white); }
.footer_top p { max-width: 450px; font-size: 14px; }
.footer_top > a:last-child { justify-self: end; color: var(--white); font-size: 13px; font-weight: 700; text-underline-offset: 5px; }
.footer_bottom { display: flex; justify-content: space-between; gap: 20px; padding: 23px 0; border-top: 1px solid rgba(255,255,255,.15); font-size: 10px; }

.modal { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 24px; background: rgba(6,21,35,.74); }
.modal.is_open { display: grid; }
.modal_card { position: relative; width: min(100%, 570px); padding: 45px; color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.modal_card h2 { margin: 12px 0; font-size: 42px; line-height: 1.02; }
.modal_card p { color: var(--muted); }
.modal_close { position: absolute; top: 15px; right: 15px; width: 42px; height: 42px; border: 0; color: var(--ink); background: #edf1f3; font-size: 24px; cursor: pointer; }

@media (max-width: 1020px) {
  .main_nav { gap: 18px; }
  .hero_layout, .support_layout, .about_layout, .contact_layout, .process_layout { grid-template-columns: 1fr; min-height: auto; }
  .hero_panel { max-width: 650px; }
  .credibility_grid { grid-template-columns: 1fr 1fr; }
  .credibility_grid div:nth-child(3) { border-left: 1px solid rgba(255,255,255,.2); border-top: 1px solid rgba(255,255,255,.2); }
  .credibility_grid div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.2); }
  .section_heading { grid-template-columns: .5fr 1.5fr; }
  .section_heading > p:last-child { grid-column: 2; }
  .content_grid { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .prototype_bar { align-items: flex-start; gap: 6px; padding-inline: 12px; font-size: 9px; }
  .nav_wrap { min-height: 66px; }
  .menu_button { display: grid; gap: 5px; padding: 10px; background: none; border: 0; cursor: pointer; }
  .menu_button span { display: block; width: 23px; height: 2px; background: var(--navy); }
  .main_nav { display: none; position: absolute; top: 66px; right: 0; left: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 16px 20px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(10,31,51,.12); }
  .main_nav.is_open { display: flex; }
  .main_nav a { padding: 13px 8px; border-bottom: 1px solid var(--line); }
  .main_nav .nav_cta { margin-top: 10px; padding: 13px 16px; border: 0; }
  .hero_layout { gap: 55px; padding-top: 70px; padding-bottom: 70px; }
  .hero h1 { font-size: clamp(42px, 12vw, 64px); }
  .hero_lead { font-size: 17px; }
  .hero_actions, .simple_cta { align-items: flex-start; flex-direction: column; }
  .hero_panel { padding: 22px; }
  .workflow_row { grid-template-columns: 25px 1fr; }
  .row_status { display: none; }
  .credibility_grid, .issue_grid, .section_heading, .two_column_intro { grid-template-columns: 1fr; }
  .credibility_grid div, .credibility_grid div:nth-child(3), .credibility_grid div:first-child { min-height: 70px; border: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .section, .contact_section { padding: 82px 0; }
  .intro_copy { padding-top: 0; }
  .issue_card, .issue_card:first-child { min-height: auto; padding: 27px 22px; border: 0; border-bottom: 1px solid var(--line); }
  .issue_card h3 { margin-top: 30px; }
  .section_heading > p:last-child { grid-column: auto; }
  .service_row { grid-template-columns: 38px 1fr; gap: 20px; }
  .row_link { grid-column: 2; justify-self: start; }
  .process_layout { gap: 45px; }
  .form_row { grid-template-columns: 1fr; gap: 0; }
  .contact_form, .modal_card { padding: 25px 21px; }
  .footer_top { grid-template-columns: 1fr; gap: 25px; padding: 55px 0; }
  .footer_top > a:last-child { justify-self: start; }
  .footer_bottom { flex-wrap: wrap; }
}
