:root {
  --navy: #002868;
  --navy-dark: #001a48;
  --blue: #0080e8;
  --blue-bright: #23a8ff;
  --ink: #10223b;
  --muted: #5c6b7f;
  --cloud: #f4f8fc;
  --line: #d9e4f0;
  --white: #ffffff;
  --radius: 22px;
  --shadow: 0 28px 70px rgba(0, 40, 104, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Aptos, Inter, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--white); color: var(--navy); padding: 10px 14px; }
.skip-link:focus { top: 12px; }

.utility-bar { background: var(--navy-dark); color: #dcecff; font-size: .82rem; letter-spacing: .02em; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner a { color: var(--white); font-weight: 700; }

.site-header { position: relative; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(0,40,104,.1); }
.header-inner { min-height: 92px; display: flex; align-items: center; gap: 30px; }
.brand { width: 260px; flex: 0 0 auto; }
.desktop-nav { margin-left: auto; display: flex; gap: 28px; font-size: .92rem; font-weight: 700; color: #34465f; }
.desktop-nav a:hover { color: var(--blue); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--blue), #006bc7);
  color: var(--white);
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 12px 28px rgba(0,128,232,.23);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(0,128,232,.3); }
.button-small { min-height: 46px; padding-inline: 18px; font-size: .88rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-weight: 800; }
.text-link span { color: var(--blue); font-size: 1.25rem; }

.hero { position: relative; overflow: hidden; background: linear-gradient(140deg, #f8fbff 0%, #edf6ff 58%, #e6f2fd 100%); }
.hero::after { content: ""; position: absolute; inset: auto -10% 0 35%; height: 1px; background: linear-gradient(90deg, transparent, rgba(0,128,232,.4), transparent); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .5; }
.hero-glow-one { width: 360px; height: 360px; right: -130px; top: -160px; background: radial-gradient(circle, rgba(0,128,232,.25), transparent 70%); }
.hero-glow-two { width: 300px; height: 300px; left: -170px; bottom: -180px; background: radial-gradient(circle, rgba(0,40,104,.12), transparent 70%); }
.hero-grid { position: relative; z-index: 2; min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; padding-block: 74px 82px; }
.eyebrow { margin-bottom: 15px; color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy-dark); line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 720px; margin-bottom: 25px; font-size: clamp(2.7rem, 5vw, 4.6rem); }
h2 { margin-bottom: 22px; font-size: clamp(2.15rem, 3.5vw, 3.25rem); }
h3 { font-size: 1.28rem; }
.hero-lead { max-width: 680px; margin-bottom: 30px; color: #42556e; font-size: 1.17rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.proof-list { margin: 34px 0 0; padding: 0; display: flex; gap: 24px; flex-wrap: wrap; list-style: none; color: #43546b; font-size: .84rem; font-weight: 700; }
.proof-list li { display: flex; align-items: center; gap: 8px; }
.proof-list li::before { content: "✓"; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: #dff2ff; color: var(--blue); font-size: .72rem; }

.founder-visual { position: relative; min-height: 540px; }
.portrait { position: absolute; overflow: hidden; border-radius: 28px; border: 8px solid rgba(255,255,255,.92); box-shadow: var(--shadow); background: #dfeaf5; }
.portrait img { width: 100%; height: 100%; object-fit: cover; }
.portrait-troy { width: 61%; height: 450px; left: 0; bottom: 0; transform: rotate(-2deg); }
.portrait-taleeba { width: 55%; height: 410px; right: 0; top: 0; transform: rotate(2deg); }
.visual-card { position: absolute; right: -12px; bottom: 28px; width: 270px; padding: 22px 24px; border-radius: 16px; background: var(--navy-dark); color: var(--white); box-shadow: 0 20px 50px rgba(0,26,72,.32); }
.card-kicker { display: block; margin-bottom: 8px; color: #72c9ff; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.visual-card strong { font-size: 1.23rem; line-height: 1.25; }
.visual-seal { position: absolute; left: -20px; top: 55px; display: grid; place-items: center; width: 82px; height: 82px; overflow: hidden; border: 5px solid var(--white); border-radius: 50%; background: var(--white); box-shadow: 0 12px 28px rgba(0,128,232,.28); }
.visual-seal img { width: 100%; height: 100%; object-fit: cover; }

.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 26px 24px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--navy); font-size: .94rem; }
.trust-grid span { margin-top: 2px; color: var(--muted); font-size: .77rem; }

.section { padding-block: 104px; }
.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; }
.split-heading h2 { margin-bottom: 0; }
.supporting-copy { color: var(--muted); font-size: 1.04rem; }
.supporting-copy p:last-child { margin-bottom: 0; }
.accent-copy { color: var(--navy); font-weight: 800; }
.issue-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.issue-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.issue-card:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(0,40,104,.09); }
.issue-card > span { display: inline-block; margin-bottom: 42px; color: var(--blue); font-size: .77rem; font-weight: 900; letter-spacing: .12em; }
.issue-card h3 { margin-bottom: 12px; }
.issue-card p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }

.system-section { position: relative; overflow: hidden; background: var(--navy-dark); color: #c9d8ea; }
.system-section::before { content: ""; position: absolute; width: 640px; height: 640px; right: -320px; top: -320px; border-radius: 50%; border: 1px solid rgba(82,188,255,.18); box-shadow: 0 0 0 90px rgba(82,188,255,.025), 0 0 0 180px rgba(82,188,255,.02); }
.section-heading { max-width: 800px; margin-bottom: 48px; }
.section-heading.centered { position: relative; margin-inline: auto; text-align: center; }
.section-heading h2, .system-card h3 { color: var(--white); }
.section-heading p { margin: 0 auto; max-width: 700px; color: #aebfd3; }
.eyebrow-light { color: #68c7ff; }
.system-grid { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.system-card { min-height: 230px; padding: 30px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.055); backdrop-filter: blur(8px); }
.system-card.featured-card { background: linear-gradient(145deg, rgba(0,128,232,.42), rgba(0,128,232,.14)); border-color: rgba(93,196,255,.38); }
.system-card.wide-card { grid-column: 1 / -1; min-height: auto; display: flex; align-items: flex-start; gap: 24px; }
.icon-mark { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 34px; border: 1px solid rgba(107,203,255,.5); border-radius: 11px; color: #6bcbff; font-size: .74rem; font-weight: 900; }
.system-card.wide-card .icon-mark { flex: 0 0 auto; margin-bottom: 0; }
.system-card h3 { margin-bottom: 13px; }
.system-card p { margin-bottom: 0; color: #b7c8da; font-size: .94rem; }
.boundary-note { position: relative; margin: 24px 0 0; padding-left: 19px; color: #91a7c0; font-size: .78rem; }
.boundary-note::before { content: ""; position: absolute; left: 0; top: .46em; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); }

.guarantee-section { background: #eaf6ff; }
.guarantee-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: center; }
.large-copy { color: #3c536c; font-size: 1.13rem; }
.fine-print { color: var(--muted); font-size: .78rem; }
.guarantee-list { overflow: hidden; border: 1px solid #c9e1f5; border-radius: var(--radius); background: var(--white); box-shadow: 0 22px 55px rgba(0,40,104,.09); }
.guarantee-item { display: grid; grid-template-columns: 165px 1fr; gap: 22px; align-items: center; padding: 23px 28px; border-bottom: 1px solid var(--line); }
.guarantee-item:last-child { border-bottom: 0; }
.guarantee-item strong { color: var(--blue); font-size: 1.12rem; }
.guarantee-item span { color: #4d6077; font-size: .91rem; }

.process-section { background: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-grid li { position: relative; padding: 42px 40px 10px 0; }
.process-grid li:not(:last-child)::after { content: ""; position: absolute; right: 25px; top: 57px; width: 55px; height: 1px; background: var(--blue); }
.process-grid li > span { display: block; margin-bottom: 55px; color: var(--blue); font-size: .8rem; font-weight: 900; }
.process-grid p { color: var(--muted); font-size: .94rem; }

.about-section { background: var(--cloud); }
.about-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.about-label { align-self: start; padding: 30px; border-left: 4px solid var(--blue); background: var(--white); box-shadow: 0 16px 40px rgba(0,40,104,.08); }
.about-label span, .about-label strong { display: block; }
.about-label span { color: var(--blue); font-size: .73rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.about-label strong { margin-top: 10px; color: var(--navy); font-size: 1.12rem; line-height: 1.35; }
.about-grid p { color: var(--muted); }
.founder-names { display: flex; gap: 48px; margin-top: 34px; padding-top: 25px; border-top: 1px solid var(--line); }
.founder-names strong, .founder-names span { display: block; }
.founder-names strong { color: var(--navy); }
.founder-names span { margin-top: 2px; color: var(--muted); font-size: .78rem; }

.cta-section { position: relative; overflow: hidden; background: linear-gradient(135deg, #001a48 0%, #003984 100%); color: #d4e4f4; }
.cta-section::after { content: ""; position: absolute; right: -160px; bottom: -270px; width: 560px; height: 560px; border-radius: 50%; border: 70px solid rgba(33,169,255,.08); }
.cta-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .88fr 1.12fr; gap: 80px; align-items: start; }
.cta-copy h2 { color: var(--white); }
.cta-copy > p { max-width: 520px; color: #b9cde2; }
.contact-details { display: flex; flex-direction: column; gap: 4px; margin-top: 36px; }
.contact-details a { color: var(--white); font-size: 1.17rem; font-weight: 800; }
.cta-copy .hours { margin-top: 13px; color: #84add2; font-size: .82rem; }
.walkthrough-form { padding: 38px; border-radius: 24px; background: var(--white); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.form-heading { margin-bottom: 26px; }
.form-heading strong, .form-heading span { display: block; }
.form-heading strong { color: var(--navy); font-size: 1.42rem; }
.form-heading span { color: var(--muted); font-size: .85rem; }
.walkthrough-form label { display: block; margin-bottom: 16px; color: #43556c; font-size: .79rem; font-weight: 800; }
.walkthrough-form input, .walkthrough-form textarea { width: 100%; margin-top: 6px; padding: 12px 13px; border: 1px solid #cbd9e8; border-radius: 8px; color: var(--ink); background: #fbfdff; outline: none; }
.walkthrough-form input:focus, .walkthrough-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,128,232,.12); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-button { width: 100%; margin-top: 3px; }
.walkthrough-form small { display: block; margin-top: 13px; color: #738196; font-size: .68rem; text-align: center; }
.form-status { margin: 16px 0 0; padding: 12px 14px; border-radius: 9px; background: #e9f7ff; color: var(--navy); font-size: .82rem; font-weight: 700; }
.hubspot-form-wrap { min-height: 520px; }
.hubspot-form-wrap .hs-form-frame { width: 100%; min-height: 420px; }

.site-footer { padding-block: 55px 24px; background: #07152d; color: #a9bdd4; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr; gap: 60px; }
.footer-grid img { width: 255px; filter: brightness(0) invert(1); opacity: .95; }
.footer-grid p { max-width: 390px; margin-top: 18px; font-size: .84rem; }
.footer-grid strong { display: block; margin-bottom: 12px; color: var(--white); }
.footer-grid a { display: block; margin-bottom: 7px; font-size: .84rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #718aa5; font-size: .72rem; }

.page-hero { padding-block: 82px 74px; background: linear-gradient(140deg,#f8fbff,#e9f5ff); }
.page-hero .shell { max-width: 980px; }
.page-hero h1 { font-size: clamp(2.7rem,5vw,4.2rem); }
.page-hero p { max-width: 760px; color: #4b6079; font-size: 1.16rem; }
.breadcrumb { margin-bottom: 22px; color: var(--blue); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.content-section { padding-block: 86px; }
.content-section.alt { background: var(--cloud); }
.content-narrow { max-width: 820px; }
.content-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.content-card { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.content-card h3 { margin-bottom: 12px; }
.content-card p { color: var(--muted); font-size: .94rem; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.check-list { margin: 24px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin-bottom: 14px; padding-left: 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.step-stack { display: grid; gap: 16px; }
.step-row { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.step-row > span { color: var(--blue); font-weight: 900; }
.step-row h3 { margin-bottom: 8px; }
.step-row p { margin: 0; color: var(--muted); }
.area-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.area-grid span, .area-grid a { padding: 18px; border-radius: 12px; background: var(--white); border: 1px solid var(--line); color: var(--navy); font-weight: 800; }
.area-grid a { box-shadow: 0 10px 25px rgba(0,40,104,.06); transition: transform .2s ease, border-color .2s ease; }
.area-grid a:hover { transform: translateY(-2px); border-color: var(--blue); }
.faq details { padding: 20px 0; border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; color: var(--navy); font-weight: 800; }
.faq p { margin: 12px 0 0; color: var(--muted); }
.resource-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.resource-item { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.resource-item { display: block; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.resource-item:hover { transform: translateY(-3px); border-color: #b8d9f3; box-shadow: 0 18px 42px rgba(0,40,104,.09); }
.resource-item span { color: var(--blue); font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.resource-item h3 { margin: 10px 0; }
.resource-item p { color: var(--muted); }
.resource-item strong { color: var(--blue); font-size: .86rem; }
.article-shell { max-width: 900px; }
.article-meta { margin: -6px 0 28px; color: var(--muted); font-size: .84rem; }
.article-body { color: #334b65; font-size: 1.02rem; }
.article-body h2 { margin-top: 52px; font-size: clamp(1.75rem,3vw,2.4rem); }
.article-body h3 { margin-top: 32px; }
.article-body ul, .article-body ol { padding-left: 24px; }
.article-body li { margin-bottom: 10px; }
.article-callout { margin: 34px 0; padding: 26px 28px; border-left: 4px solid var(--blue); border-radius: 0 14px 14px 0; background: #edf7ff; color: var(--navy); }
.article-callout p:last-child { margin-bottom: 0; }
.article-links { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 42px; padding-top: 28px; border-top: 1px solid var(--line); }
.location-points { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 38px; }
.location-point { padding: 26px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.location-point h3 { margin-bottom: 10px; }
.location-point p { margin: 0; color: var(--muted); font-size: .92rem; }
.inline-cta { padding: 45px; border-radius: 24px; background: var(--navy-dark); color: #c9d8ea; }
.inline-cta h2 { color: var(--white); }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .header-inner { justify-content: space-between; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .founder-visual { width: min(620px, 100%); margin-inline: auto; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-heading, .guarantee-grid, .about-grid, .cta-grid { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 30px, 1180px); }
  .utility-inner { justify-content: center; min-height: 34px; }
  .utility-inner span { display: none; }
  .header-inner { min-height: 78px; }
  .header-inner { gap: 12px; }
  .brand { width: 155px; }
  .header-inner .button-small { min-height: 42px; padding-inline: 12px; font-size: .72rem; text-align: center; }
  .hero-grid { min-height: auto; padding-block: 54px 64px; }
  h1 { font-size: clamp(2.45rem, 12vw, 3.5rem); }
  h2 { font-size: 2.15rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .proof-list { gap: 12px; flex-direction: column; }
  .founder-visual { min-height: 410px; }
  .portrait { border-width: 5px; border-radius: 20px; }
  .portrait-troy { height: 340px; }
  .portrait-taleeba { height: 310px; }
  .visual-card { right: 0; bottom: 10px; width: 225px; padding: 17px; }
  .visual-seal { left: -8px; top: 35px; width: 60px; height: 60px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section { padding-block: 76px; }
  .issue-grid, .system-grid, .process-grid { grid-template-columns: 1fr; }
  .system-card.wide-card { grid-column: auto; }
  .process-grid li { padding-right: 0; }
  .process-grid li:not(:last-child)::after { display: none; }
  .process-grid li > span { margin-bottom: 20px; }
  .guarantee-item { grid-template-columns: 1fr; gap: 3px; }
  .founder-names { flex-direction: column; gap: 18px; }
  .walkthrough-form { padding: 26px 20px; }
  .form-row, .footer-grid { grid-template-columns: 1fr; }
  .content-grid, .two-col, .area-grid, .resource-list, .location-points { grid-template-columns: 1fr; }
  .footer-grid { gap: 32px; }
  .footer-bottom { flex-direction: column; }
}
