
:root{
  --black:#050814; --ink:#08101f; --panel:#11182a; --panel-2:#1a2236; --white:#ffffff; --soft:#d8e3f5; --muted:#9fb0cb;
  --blue:#3679ff; --blue-2:#36d8ff; --purple:#8d5cff; --cyan:#32e2ff; --line:rgba(255,255,255,.12);
  --shadow:0 28px 80px rgba(0,0,0,.38); --radius:26px; --radius-lg:34px; --header:78px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--black);color:var(--white);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.55;overflow-x:hidden} a{color:inherit;text-decoration:none} img{max-width:100%;display:block} svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.shell{width:min(100% - 48px,1180px);margin-inline:auto}.skip-link{position:absolute;left:-999px;top:12px;z-index:99;background:var(--blue);color:#fff;padding:12px 16px;border-radius:12px}.skip-link:focus{left:12px} body::before{content:"";position:fixed;inset:-20%;z-index:-2;background:radial-gradient(circle at 18% 12%,rgba(54,121,255,.28),transparent 32rem),radial-gradient(circle at 88% 10%,rgba(141,92,255,.25),transparent 30rem),linear-gradient(180deg,#070b17 0%,#050814 56%,#070d19 100%)} body::after{content:"";position:fixed;inset:0;z-index:-1;opacity:.22;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(180deg,#000,transparent 70%)}
.site-header{position:sticky;top:0;z-index:50;background:rgba(5,8,20,.82);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.nav-shell{min-height:var(--header);display:flex;align-items:center;gap:24px}.brand{display:inline-flex;align-items:center;gap:12px;min-width:max-content}.brand-mark{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),var(--purple));font-weight:950;color:#fff;box-shadow:0 0 30px rgba(54,121,255,.32)}.brand-text{display:grid;line-height:1.05}.brand-text strong{font-size:.95rem;letter-spacing:.01em}.brand-text small{font-size:.74rem;color:var(--soft);font-weight:800;letter-spacing:.06em}.site-nav{margin-left:auto;display:flex;align-items:center;gap:6px}.site-nav a{padding:9px 13px;border-radius:999px;color:var(--soft);font-size:.86rem;font-weight:850}.site-nav a:hover,.site-nav a.active{background:rgba(255,255,255,.08);color:#fff}.header-cta{padding:11px 16px;border-radius:999px;background:linear-gradient(135deg,var(--blue),var(--purple));font-weight:900;font-size:.86rem}.nav-toggle{display:none;border:0;background:transparent;padding:8px}.nav-toggle span{display:block;width:24px;height:2px;background:#fff;margin:5px 0;border-radius:999px}.glass-card,.path-card,.process-card,.role-card,.rich-copy,.form-intro,.intake-form,.contact-card,.check-panel{background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border:1px solid var(--line);box-shadow:var(--shadow)}
.hero-image{position:relative;overflow:hidden;background-image:linear-gradient(90deg,rgba(5,8,20,.98) 0%,rgba(5,8,20,.88) 34%,rgba(5,8,20,.32) 70%,rgba(5,8,20,.10) 100%),var(--hero-image);background-size:cover;background-position:center right;border-bottom:1px solid var(--line)}.hero-home{min-height:calc(100svh - var(--header));height:calc(100svh - var(--header));max-height:760px;display:flex;align-items:center;padding:clamp(32px,4.5vh,56px) 0}.hero-layout{display:grid;grid-template-columns:minmax(360px,640px) 1fr;align-items:center}.hero-copy-card{max-width:640px;padding:clamp(22px,3vw,32px);border-radius:var(--radius-lg);background:linear-gradient(145deg,rgba(5,8,20,.76),rgba(10,17,34,.40));border:1px solid rgba(255,255,255,.10);box-shadow:0 34px 90px rgba(0,0,0,.28);backdrop-filter:blur(8px)}.eyebrow{margin:0 0 12px;color:var(--blue-2);font-size:.78rem;font-weight:950;letter-spacing:.16em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2.15rem,3.75vw,3.55rem);line-height:.96;letter-spacing:-.055em;margin-bottom:14px}h2{font-size:clamp(1.65rem,2.65vw,2.55rem);line-height:1.04;letter-spacing:-.04em;margin-bottom:14px}h3{font-size:1.12rem;line-height:1.15}.hero-lede{font-size:clamp(.92rem,1.08vw,1.03rem);color:var(--soft);max-width:590px}.hero-promise{border-left:3px solid var(--blue-2);padding:9px 0 9px 15px;color:#fff;font-weight:850;max-width:620px;font-size:.94rem}.hero-actions,.button-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:12px 19px;border-radius:17px;font-weight:950;line-height:1;border:1px solid transparent}.btn-primary{background:linear-gradient(135deg,var(--blue),var(--purple));color:#fff;box-shadow:0 14px 30px rgba(54,121,255,.26)}.btn-secondary{background:rgba(255,255,255,.06);color:#fff;border-color:rgba(255,255,255,.2)}.micro-trust{font-size:.82rem;color:var(--muted);margin:14px 0 0}.quick-paths{display:none!important}.path-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:20px}.path-card{border-radius:var(--radius);padding:28px}.path-card h2{font-size:clamp(1.7rem,2.6vw,2.55rem);margin-bottom:10px}.path-card p,.section-copy p,.section-heading p,.rich-copy p,.form-intro p,.contact-card p,.check-list{color:var(--muted)}.section-icon,.mini-icon{display:grid;place-items:center;color:var(--blue-2);background:linear-gradient(135deg,rgba(54,216,255,.16),rgba(141,92,255,.12));border:1px solid rgba(54,216,255,.25)}.section-icon{width:52px;height:52px;border-radius:18px;font-size:1.5rem;margin-bottom:18px}.mini-icon{width:42px;height:42px;border-radius:14px;margin-bottom:14px}.text-link{display:inline-flex;gap:8px;color:var(--blue-2);font-weight:950}.text-link small{color:var(--muted)}.section{padding:clamp(52px,7vw,86px) 0}.section-split{display:grid;grid-template-columns:.74fr 1.26fr;gap:clamp(28px,5vw,64px);align-items:start}.section-copy{position:sticky;top:106px}.process-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.process-card,.role-card{border-radius:23px;padding:22px;position:relative}.process-card{min-height:205px}.step-number{position:absolute;right:18px;top:14px;color:rgba(255,255,255,.13);font-size:2rem;font-weight:950;letter-spacing:-.08em}.roles-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.role-card{min-height:184px}.section-heading{text-align:center;margin-inline:auto;margin-bottom:32px}.section-heading.narrow{max-width:760px}.statement-card{border-radius:var(--radius-lg);padding:clamp(28px,5vw,54px);text-align:center}.statement-card p{max-width:870px;margin-inline:auto;color:var(--soft)}.center-icon{margin-inline:auto}.center-actions{justify-content:center}.alt-section{background:rgba(255,255,255,.025);border-block:1px solid rgba(255,255,255,.06)}.final-position{padding-top:18px}.page-hero{min-height:42svh;display:flex;align-items:center;padding:clamp(52px,6.5vw,86px) 0}.page-hero-content{max-width:760px}.page-hero h1{font-size:clamp(2.05rem,3.45vw,3.45rem);line-height:.98;letter-spacing:-.05em}.page-hero p{font-size:1.08rem;color:var(--soft)}.founder-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(280px,.52fr);gap:28px;align-items:start}.rich-copy{border-radius:var(--radius);padding:clamp(26px,4vw,44px)}.feature-line{font-size:1.2rem;color:#fff!important;font-weight:950;border-left:3px solid var(--blue-2);padding-left:16px}.founder-card{border-radius:var(--radius);overflow:hidden;position:sticky;top:106px}.founder-card img{width:100%;height:auto;aspect-ratio:9/11;object-fit:cover;object-position:center top}.founder-note{padding:18px 20px;display:grid;gap:2px;background:linear-gradient(180deg,rgba(5,8,20,.92),rgba(5,8,20,.98))}.founder-note strong{font-size:1.35rem}.founder-note span{color:var(--blue-2);font-weight:900}.check-panel{border-radius:var(--radius);padding:28px}.check-list{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:12px}.check-list li{position:relative;padding-left:26px}.check-list li::before{content:"";position:absolute;left:0;top:.62em;width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--purple));box-shadow:0 0 18px rgba(54,216,255,.5)}.large-list{font-size:1.04rem}.form-section{padding-top:54px}.form-layout{display:grid;grid-template-columns:minmax(260px,.42fr) minmax(0,1fr);gap:26px;align-items:start}.form-intro{position:sticky;top:104px;border-radius:var(--radius);padding:28px}.intake-form{display:grid;gap:16px;border-radius:var(--radius);padding:clamp(22px,4vw,36px)}.form-row{display:grid;gap:16px}.form-row.two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-row.three{grid-template-columns:repeat(3,minmax(0,1fr))}label{display:grid;gap:8px;font-weight:850;color:var(--soft);font-size:.92rem}input,select,textarea{width:100%;border:1px solid rgba(255,255,255,.15);border-radius:15px;background:rgba(3,5,12,.64);color:#fff;padding:13px 14px;font:inherit;outline:0}textarea{resize:vertical;min-height:112px}input:focus,select:focus,textarea:focus{border-color:var(--blue-2);box-shadow:0 0 0 4px rgba(54,216,255,.12)}.checkbox-line{grid-template-columns:auto 1fr;align-items:start;gap:12px;padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(255,255,255,.045)}.checkbox-line input{width:18px;height:18px;margin-top:3px}.file-upload{border:1px dashed rgba(54,216,255,.35);border-radius:20px;padding:20px;background:rgba(54,216,255,.055);cursor:pointer}.file-upload span,.file-upload em{display:block;color:var(--muted);font-weight:600;font-style:normal}.file-upload strong{color:var(--blue-2);font-weight:950}.file-upload input{margin-top:10px}.form-submit{justify-self:start;border:0;cursor:pointer;font:inherit}.form-error{border:1px solid rgba(255,120,120,.4);background:rgba(255,80,80,.12);padding:12px 14px;border-radius:14px;color:#ffd9d9}.terms-download-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px;border:1px solid rgba(54,216,255,.24);border-radius:18px;background:linear-gradient(135deg,rgba(54,216,255,.08),rgba(141,92,255,.08))}.terms-download-card strong{display:block}.terms-download-card span{display:block;color:var(--muted)}.contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.contact-card{border-radius:var(--radius);padding:clamp(24px,4vw,36px)}.contact-email{display:inline-block;color:var(--blue-2);font-weight:950;margin-bottom:22px}.masked-email{display:inline-flex;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:13rem}.thank-hero{min-height:calc(100svh - var(--header));display:flex;align-items:center;padding:70px 0}.thank-card{border-radius:var(--radius-lg);padding:clamp(32px,5vw,58px);text-align:center;max-width:880px}.thank-card h1{font-size:clamp(2.4rem,5vw,4.4rem)}.site-footer{padding:58px 0 24px;border-top:1px solid var(--line);background:rgba(0,0,0,.24)}.footer-grid{display:grid;grid-template-columns:1.25fr .9fr .9fr;gap:32px}.footer-grid h2{font-size:.9rem;letter-spacing:.08em;text-transform:uppercase}.footer-grid p,.footer-bottom{color:var(--muted)}.footer-grid a{color:var(--blue-2);font-weight:950}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:24px;margin-top:34px;border-top:1px solid rgba(255,255,255,.08);font-size:.86rem}@media(max-width:980px){:root{--header:70px}.header-cta{display:none}.nav-toggle{display:block;margin-left:auto}.site-nav{position:absolute;left:20px;right:20px;top:74px;display:none;flex-direction:column;align-items:stretch;padding:14px;background:rgba(5,8,20,.97);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.site-nav.is-open{display:flex}.site-nav a{padding:13px 14px}.hero-home{height:auto;max-height:none;min-height:auto}.hero-layout,.section-split,.founder-grid,.form-layout,.footer-grid{grid-template-columns:1fr}.hero-copy-card{max-width:700px}.section-copy,.form-intro,.founder-card{position:static}.path-grid{grid-template-columns:1fr}.roles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-hero{min-height:38svh}}@media(max-width:680px){.shell{width:min(100% - 28px,1180px)}.brand-text strong{font-size:.82rem}.brand-text small{font-size:.66rem}.brand-mark{width:40px;height:40px;border-radius:13px}.hero-image{background-image:linear-gradient(180deg,rgba(5,8,20,.95) 0%,rgba(5,8,20,.82) 58%,rgba(5,8,20,.62) 100%),var(--hero-image);background-position:center}.hero-home{padding:42px 0}.hero-copy-card{padding:0;background:transparent;border:0;box-shadow:none;backdrop-filter:none}.hero-actions{align-items:stretch}.btn{width:100%}h1{font-size:clamp(2rem,8.8vw,3rem)}h2{font-size:clamp(1.75rem,7.2vw,2.65rem)}.process-grid,.roles-grid,.form-row.two,.form-row.three,.contact-grid{grid-template-columns:1fr}.terms-download-card{align-items:stretch;flex-direction:column}.footer-bottom{flex-direction:column}.page-hero h1{font-size:clamp(2rem,9.5vw,3rem)}}


/* v0.5 founder image and viewport polish */
.page-home .hero-copy-card h1{max-width:11ch;}
.page-home .hero-copy-card{isolation:isolate;}
.page-home .hero-image{background-position:center right;}
.page-about .founder-card{max-width:420px;justify-self:center;}
.page-about .founder-card img{filter:saturate(1.06) contrast(1.04);}
.page-about .rich-copy{min-height:0;}
@media (min-width:981px){
  .page-home .hero-copy-card{transform:translateY(-2px);}
  .page-home .hero-home .shell{height:100%;display:grid;align-items:center;}
}
@media (max-width:680px){
  .page-about .founder-card{max-width:100%;}
  .hero-promise{font-size:.95rem;}
}

.page-home .process-section{padding-top:clamp(42px,5.5vw,72px);}


/* v0.7 jurisdiction pages and market links */
.site-nav a[data-page="markets"].active{color:#fff;background:rgba(255,255,255,.095)}
.footer-grid-four{grid-template-columns:1.15fr .82fr .82fr .82fr;}
.footer-market-links{display:grid;gap:8px;margin-top:10px;}
.footer-market-links a{color:var(--soft);font-weight:800;font-size:.9rem;}
.footer-market-links a:hover{color:var(--blue-2);}
.market-link-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:28px 0 24px;text-align:left;}
.market-link-card{display:grid;gap:6px;padding:18px;border-radius:20px;background:rgba(255,255,255,.052);border:1px solid rgba(255,255,255,.105);box-shadow:0 18px 50px rgba(0,0,0,.15);}
.market-link-card span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--blue),var(--purple));font-weight:950;color:#fff;}
.market-link-card strong{color:#fff;font-size:1rem;line-height:1.12;}
.market-link-card small{color:var(--muted);font-size:.82rem;line-height:1.45;}
.market-link-card:hover{border-color:rgba(54,216,255,.35);transform:translateY(-2px);}
.market-hero{min-height:52svh;}
.market-hero .page-hero-content{max-width:780px;padding:clamp(24px,4vw,42px);border-radius:var(--radius);background:linear-gradient(145deg,rgba(5,8,20,.72),rgba(10,17,34,.38));border:1px solid rgba(255,255,255,.09);box-shadow:0 30px 90px rgba(0,0,0,.25);}
.market-hero h1{max-width:14ch;}
.market-split{grid-template-columns:1fr 1fr;}
.market-intro-section .rich-copy,.market-intro-section .check-panel{height:100%;}
.market-roles-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
.market-role-card{min-height:178px;}
.market-cta-section{padding-top:28px;}
@media(max-width:1080px){.market-link-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.footer-grid-four{grid-template-columns:1fr 1fr;}}
@media(max-width:980px){.market-split{grid-template-columns:1fr;}.market-hero{min-height:auto;}.market-hero .page-hero-content{background:transparent;border:0;box-shadow:none;padding:0;}}
@media(max-width:680px){.market-link-grid,.market-roles-grid,.footer-grid-four{grid-template-columns:1fr;}.market-link-card{padding:16px;}}

/* v0.9 hero viewport + title rhythm hotfix
   Fixes clipped hero footer text and prevents the H1 from stacking one word per line. */
.page-home .hero-home.hero-image{
  overflow: visible;
}
.page-home .hero-home{
  height: auto;
  max-height: none;
  min-height: calc(100svh - var(--header));
  padding-block: clamp(18px, 3.2svh, 38px);
}
.page-home .hero-home .shell{
  min-height: auto;
  height: auto;
  align-items: center;
}
.page-home .hero-layout{
  grid-template-columns: minmax(430px, 600px) minmax(220px, 1fr);
  gap: clamp(24px, 5vw, 72px);
}
.page-home .hero-copy-card{
  max-width: 600px;
  padding: clamp(20px, 2.6vw, 30px);
}
.page-home .hero-copy-card h1,
.page-home .hero-title{
  max-width: none !important;
  width: 100%;
  font-size: clamp(2.45rem, 4.6vw, 4.15rem);
  line-height: .92;
  letter-spacing: -.065em;
  text-wrap: balance;
}
.page-home .hero-title span{
  display: block;
  white-space: nowrap;
}
.page-home .hero-lede{
  max-width: 560px;
  font-size: clamp(.9rem, 1.02vw, 1rem);
  margin-bottom: 16px;
}
.page-home .hero-promise{
  max-width: 560px;
  font-size: .9rem;
  margin-bottom: 14px;
}
.page-home .micro-trust{
  max-width: 540px;
  line-height: 1.5;
  margin-top: 12px;
}
@media (max-height: 720px) and (min-width: 981px){
  .page-home .hero-home{padding-block:18px;}
  .page-home .hero-copy-card{padding:20px 24px;}
  .page-home .eyebrow{margin-bottom:8px;}
  .page-home .hero-title{font-size:clamp(2.25rem,4.1vw,3.55rem);margin-bottom:10px;}
  .page-home .hero-lede{margin-bottom:12px;}
  .page-home .hero-promise{padding-block:8px;margin-bottom:12px;}
  .page-home .btn{min-height:42px;padding:11px 17px;}
  .page-home .micro-trust{font-size:.78rem;margin-top:10px;}
}
@media (max-width: 980px){
  .page-home .hero-layout{grid-template-columns:1fr;}
  .page-home .hero-copy-card{max-width: 680px;}
  .page-home .hero-home{min-height:auto;padding-block:42px;}
}
@media (max-width: 680px){
  .page-home .hero-title span{white-space:normal;}
  .page-home .hero-title{font-size:clamp(2.05rem,10vw,3rem);line-height:.95;}
}

/* v0.9 general heading restraint */
h1{font-size:clamp(2.05rem,3.25vw,3.35rem);}
h2{font-size:clamp(1.55rem,2.35vw,2.35rem);}
.page-hero h1{font-size:clamp(2rem,3.1vw,3.05rem);}
.section-copy h2,.section-heading h2,.statement-card h2{max-width: 920px;}


/* v1.0 human philosophy + hero readability correction */
.page-home .hero-home{
  min-height: min(780px, calc(100svh - var(--header)));
  height: auto;
  padding-block: clamp(28px, 4svh, 52px);
}
.page-home .hero-layout{
  grid-template-columns: minmax(520px, 650px) minmax(180px, 1fr);
}
.page-home .hero-copy-card{
  max-width: 650px;
  width: 100%;
}
.page-home .hero-title{
  font-size: clamp(2.35rem, 4.2vw, 3.95rem);
  line-height: .94;
  letter-spacing: -.06em;
}
.page-home .hero-title span{
  display:block;
  white-space:nowrap;
}
.people-philosophy-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(300px,.55fr);
  gap:clamp(24px,4vw,42px);
  align-items:stretch;
}
.philosophy-copy{min-height:100%;}
.people-card{
  position:relative;
  overflow:hidden;
  border-radius:var(--radius-lg);
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
  box-shadow:var(--shadow);
}
.people-card img{
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
  object-position:center top;
}
.people-card-caption{
  position:absolute;
  left:18px;right:18px;bottom:18px;
  display:grid;gap:3px;
  padding:16px 18px;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(5,8,20,.86),rgba(17,25,48,.72));
  border:1px solid rgba(54,216,255,.35);
  backdrop-filter:blur(10px);
}
.people-card-caption strong{font-size:1.35rem;line-height:1;color:#fff;}
.people-card-caption span{color:var(--blue-2);font-weight:950;}
.people-card-caption small{color:var(--soft);font-weight:700;line-height:1.35;}
.philosophy-section .feature-line{margin-block:20px;}
.submit-sequence{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.submit-sequence span{
  padding:14px;
  border-radius:16px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.09);
  color:var(--soft);
  font-weight:850;
}
@media(max-width:980px){
  .page-home .hero-layout{grid-template-columns:1fr;}
  .page-home .hero-copy-card{max-width:720px;}
  .people-philosophy-grid{grid-template-columns:1fr;}
  .people-card img{min-height:0;max-height:620px;}
}
@media(max-width:680px){
  .page-home .hero-title{font-size:clamp(1.65rem,8.1vw,2.65rem);}
  .page-home .hero-title span{white-space:nowrap;}
  .page-home .hero-copy-card{padding:22px 20px;background:linear-gradient(145deg,rgba(5,8,20,.76),rgba(10,17,34,.40));border:1px solid rgba(255,255,255,.10);box-shadow:0 20px 60px rgba(0,0,0,.28);backdrop-filter:blur(8px)}
  .people-card-caption{position:static;border-radius:0;border-inline:0;border-bottom:0;}
}
@media(max-width:380px){
  .page-home .hero-title{font-size:clamp(1.45rem,7.4vw,2rem);}
}


/* v1.1 homepage hero correction: wider phrase lines, human image, no clipped bottom text */
.page-home .hero-home.hero-image{
  overflow:hidden;
  background-image:
    linear-gradient(90deg, rgba(5,8,20,.98) 0%, rgba(5,8,20,.94) 28%, rgba(5,8,20,.58) 56%, rgba(5,8,20,.18) 78%, rgba(5,8,20,.08) 100%),
    var(--hero-image) !important;
  background-position:center right !important;
  background-size:cover !important;
}
.page-home .hero-home{
  min-height:calc(100dvh - var(--header)) !important;
  height:auto !important;
  max-height:none !important;
  padding-block:clamp(26px,4.2vh,56px) !important;
  display:flex !important;
  align-items:center !important;
}
.page-home .hero-home .shell{
  height:auto !important;
  min-height:0 !important;
  display:block !important;
}
.page-home .hero-layout{
  width:100% !important;
  display:grid !important;
  grid-template-columns:minmax(660px, 780px) minmax(260px, 1fr) !important;
  gap:clamp(30px,5vw,88px) !important;
  align-items:center !important;
}
.page-home .hero-copy-card{
  width:min(780px, 100%) !important;
  max-width:780px !important;
  padding:clamp(26px,3vw,38px) !important;
  border-radius:34px !important;
  background:linear-gradient(145deg,rgba(5,8,20,.82),rgba(10,17,34,.48)) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 36px 96px rgba(0,0,0,.38) !important;
  backdrop-filter:blur(10px) !important;
}
.page-home .hero-title,
.page-home .hero-copy-card h1{
  width:100% !important;
  max-width:760px !important;
  font-size:clamp(3.05rem,5.15vw,5.35rem) !important;
  line-height:.88 !important;
  letter-spacing:-.075em !important;
  margin-bottom:16px !important;
  text-wrap:normal !important;
}
.page-home .hero-title span{
  display:block !important;
  white-space:nowrap !important;
}
.page-home .hero-lede{
  max-width:700px !important;
  font-size:clamp(1rem,1.15vw,1.12rem) !important;
  line-height:1.55 !important;
}
.page-home .hero-promise{
  max-width:700px !important;
  font-size:.98rem !important;
  line-height:1.45 !important;
}
.page-home .micro-trust{
  max-width:690px !important;
}
.page-home .philosophy-section{
  padding-top:clamp(52px,6vw,86px) !important;
}
.page-home .process-section{
  padding-top:clamp(48px,6vw,82px) !important;
}
@media (max-height:740px) and (min-width:981px){
  .page-home .hero-home{padding-block:22px !important;}
  .page-home .hero-copy-card{padding:24px 30px !important;}
  .page-home .eyebrow{margin-bottom:8px !important;}
  .page-home .hero-title{font-size:clamp(2.75rem,4.65vw,4.35rem) !important;margin-bottom:12px !important;}
  .page-home .hero-lede{font-size:.96rem !important;margin-bottom:12px !important;}
  .page-home .hero-promise{font-size:.9rem !important;padding-block:8px !important;margin-bottom:12px !important;}
  .page-home .btn{min-height:40px;padding:10px 16px !important;}
  .page-home .micro-trust{font-size:.76rem !important;margin-top:9px !important;}
}
@media (max-width:1120px){
  .page-home .hero-layout{grid-template-columns:minmax(560px,720px) minmax(180px,1fr) !important;}
  .page-home .hero-title{font-size:clamp(2.75rem,5vw,4.45rem) !important;}
}
@media (max-width:980px){
  .page-home .hero-home.hero-image{
    background-image:linear-gradient(180deg,rgba(5,8,20,.96) 0%,rgba(5,8,20,.84) 55%,rgba(5,8,20,.45) 100%), var(--hero-image) !important;
    background-position:center right !important;
  }
  .page-home .hero-layout{grid-template-columns:1fr !important;}
  .page-home .hero-copy-card{max-width:720px !important;}
  .page-home .hero-home{min-height:auto !important;padding-block:54px !important;}
}
@media (max-width:680px){
  .page-home .hero-title{font-size:clamp(2.25rem,11vw,3.35rem) !important;line-height:.92 !important;}
  .page-home .hero-title span{white-space:normal !important;display:inline !important;}
  .page-home .hero-copy-card{padding:24px 20px !important;}
}


/* v1.2 homepage hero image correction: remove founder portrait from hero, use human team screen image, preserve wide phrase lines */
.page-home .hero-home.hero-image{
  background-image:
    linear-gradient(90deg, rgba(5,8,20,.98) 0%, rgba(5,8,20,.92) 30%, rgba(5,8,20,.52) 60%, rgba(5,8,20,.18) 82%, rgba(5,8,20,.08) 100%),
    var(--hero-image) !important;
  background-position:center right !important;
  background-size:cover !important;
}
.page-home .hero-layout{
  grid-template-columns:minmax(760px, 900px) minmax(120px, 1fr) !important;
  gap:clamp(24px,4vw,72px) !important;
}
.page-home .hero-copy-card{
  width:min(900px,100%) !important;
  max-width:900px !important;
  padding:clamp(24px,2.7vw,36px) !important;
}
.page-home .hero-title,
.page-home .hero-copy-card h1{
  max-width:860px !important;
  font-size:clamp(3rem,4.95vw,5.1rem) !important;
  line-height:.9 !important;
  letter-spacing:-.072em !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
  hyphens:none !important;
}
.page-home .hero-title span{
  display:block !important;
  white-space:nowrap !important;
}
.page-home .hero-lede,
.page-home .hero-promise,
.page-home .micro-trust{
  max-width:810px !important;
}
.page-home .people-card img{
  object-position:center center !important;
}
@media (max-width:1260px) and (min-width:981px){
  .page-home .hero-layout{grid-template-columns:minmax(690px, 820px) minmax(80px,1fr) !important;}
  .page-home .hero-title{font-size:clamp(2.75rem,4.7vw,4.55rem) !important;}
}
@media (max-width:1080px) and (min-width:981px){
  .page-home .hero-layout{grid-template-columns:minmax(620px, 760px) minmax(40px,1fr) !important;}
  .page-home .hero-title{font-size:clamp(2.55rem,4.35vw,4rem) !important;}
}
@media (max-height:740px) and (min-width:981px){
  .page-home .hero-title{font-size:clamp(2.55rem,4.35vw,4.25rem) !important;}
}
@media (max-width:980px){
  .page-home .hero-home.hero-image{
    background-image:linear-gradient(180deg,rgba(5,8,20,.96) 0%,rgba(5,8,20,.84) 54%,rgba(5,8,20,.52) 100%), var(--hero-image) !important;
    background-position:center center !important;
  }
  .page-home .hero-layout{grid-template-columns:1fr !important;}
  .page-home .hero-copy-card{width:100% !important;max-width:760px !important;}
}
@media (max-width:680px){
  .page-home .hero-title span{display:inline !important;white-space:normal !important;}
}


/* v1.4 homepage hero video + proper phrase-width headline
   Uses the supplied MP4 as the front-page hero background, with WebP poster fallback. */
.page-home .hero-home.hero-video{
  position:relative !important;
  overflow:hidden !important;
  min-height:calc(100dvh - var(--header)) !important;
  height:auto !important;
  max-height:none !important;
  padding-block:clamp(58px, 9vh, 104px) !important;
  background-image:var(--hero-image) !important;
  background-size:cover !important;
  background-position:center right !important;
}
.page-home .hero-video-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center right;
  z-index:0;
  opacity:.9;
  filter:saturate(1.04) contrast(1.04) brightness(.78);
}
.page-home .hero-video::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg, rgba(5,8,20,.98) 0%, rgba(5,8,20,.93) 26%, rgba(5,8,20,.68) 49%, rgba(5,8,20,.22) 74%, rgba(5,8,20,.08) 100%),
    linear-gradient(180deg, rgba(5,8,20,.16) 0%, rgba(5,8,20,.04) 45%, rgba(5,8,20,.82) 100%);
  pointer-events:none;
}
.page-home .hero-video .hero-layout{
  position:relative !important;
  z-index:2 !important;
  display:block !important;
  width:100% !important;
}
.page-home .hero-video .hero-copy-card{
  width:min(100%, 930px) !important;
  max-width:930px !important;
  padding:clamp(28px, 3.2vw, 46px) !important;
  margin:0 !important;
  background:linear-gradient(145deg, rgba(5,8,20,.84), rgba(10,17,34,.54)) !important;
  border:1px solid rgba(255,255,255,.13) !important;
  box-shadow:0 36px 110px rgba(0,0,0,.42) !important;
  backdrop-filter:blur(10px) !important;
}
.page-home .hero-video .hero-title,
.page-home .hero-video .hero-copy-card h1{
  width:100% !important;
  max-width:900px !important;
  font-size:clamp(3.35rem, 5.4vw, 5.65rem) !important;
  line-height:.9 !important;
  letter-spacing:-.074em !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
  text-wrap:balance !important;
}
.page-home .hero-video .hero-title span{
  display:block !important;
  white-space:nowrap !important;
}
.page-home .hero-video .hero-lede,
.page-home .hero-video .hero-promise,
.page-home .hero-video .micro-trust{
  max-width:820px !important;
}
.screening-principles-card{
  align-self:stretch;
  border-radius:var(--radius);
  padding:clamp(24px,4vw,42px);
}
.screening-principles-card h3{
  font-size:clamp(1.45rem,2vw,2.05rem);
  letter-spacing:-.04em;
  line-height:1.05;
  margin-bottom:18px;
}
.principle-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:12px;
  color:var(--soft);
}
.principle-list li{
  position:relative;
  padding-left:25px;
}
.principle-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:9px;
  height:9px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--blue),var(--purple));
  box-shadow:0 0 18px rgba(54,216,255,.45);
}
@media (max-height:760px) and (min-width:981px){
  .page-home .hero-home.hero-video{padding-block:34px !important;}
  .page-home .hero-video .hero-copy-card{padding:26px 34px !important;}
  .page-home .hero-video .hero-title{font-size:clamp(3rem,4.8vw,4.7rem) !important;}
  .page-home .hero-video .hero-lede{font-size:.96rem !important;}
  .page-home .hero-video .hero-promise{font-size:.92rem !important;padding-block:8px !important;}
  .page-home .hero-video .btn{min-height:40px !important;padding:10px 17px !important;}
  .page-home .hero-video .micro-trust{font-size:.78rem !important;}
}
@media (max-width:1120px){
  .page-home .hero-video .hero-copy-card{width:min(100%, 820px) !important;}
  .page-home .hero-video .hero-title{font-size:clamp(2.9rem,6vw,4.8rem) !important;}
}
@media (max-width:760px){
  .page-home .hero-home.hero-video{min-height:auto !important;padding-block:52px !important;}
  .page-home .hero-video-bg{object-position:center right;opacity:.65;}
  .page-home .hero-video::after{background:linear-gradient(180deg,rgba(5,8,20,.96) 0%,rgba(5,8,20,.84) 48%,rgba(5,8,20,.72) 100%);} 
  .page-home .hero-video .hero-copy-card{padding:24px 20px !important;background:linear-gradient(145deg,rgba(5,8,20,.78),rgba(10,17,34,.56)) !important;}
  .page-home .hero-video .hero-title{font-size:clamp(2.25rem,10.5vw,3.4rem) !important;line-height:.94 !important;}
  .page-home .hero-video .hero-title span{display:inline !important;white-space:normal !important;}
}
@media (prefers-reduced-motion: reduce){
  .page-home .hero-video-bg{display:none;}
}

/* v1.5 hero video visibility hotfix
   The video is the visual asset now: remove the blurred/glass window behind homepage text. */
.page-home .hero-home.hero-video{
  min-height:calc(100svh - var(--header)) !important;
  padding-block:clamp(46px, 7vh, 82px) !important;
}
.page-home .hero-video-bg{
  opacity:.92 !important;
  filter:saturate(1.06) contrast(1.04) brightness(.74) !important;
}
.page-home .hero-video::after{
  background:
    linear-gradient(90deg, rgba(5,8,20,.96) 0%, rgba(5,8,20,.86) 28%, rgba(5,8,20,.48) 55%, rgba(5,8,20,.10) 100%),
    linear-gradient(180deg, rgba(5,8,20,.08) 0%, rgba(5,8,20,.02) 52%, rgba(5,8,20,.36) 100%) !important;
}
.page-home .hero-video .hero-copy-card{
  width:min(100%, 980px) !important;
  max-width:980px !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
  -webkit-backdrop-filter:none !important;
  backdrop-filter:none !important;
}
.page-home .hero-video .eyebrow,
.page-home .hero-video .hero-title,
.page-home .hero-video .hero-lede,
.page-home .hero-video .hero-promise,
.page-home .hero-video .micro-trust{
  text-shadow:0 2px 18px rgba(0,0,0,.78), 0 0 34px rgba(0,0,0,.48) !important;
}
.page-home .hero-video .hero-promise{
  background:transparent !important;
}
.page-home .hero-video .hero-actions .btn{
  box-shadow:0 14px 36px rgba(0,0,0,.36), 0 10px 28px rgba(54,121,255,.22) !important;
}
@media (max-height:760px) and (min-width:981px){
  .page-home .hero-home.hero-video{padding-block:34px !important;}
  .page-home .hero-video .hero-copy-card{padding:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;backdrop-filter:none !important;}
  .page-home .hero-video .hero-title{font-size:clamp(2.85rem,4.65vw,4.55rem) !important;}
}
@media (max-width:760px){
  .page-home .hero-home.hero-video{padding-block:48px !important;}
  .page-home .hero-video::after{background:linear-gradient(180deg,rgba(5,8,20,.94) 0%,rgba(5,8,20,.82) 50%,rgba(5,8,20,.66) 100%) !important;}
  .page-home .hero-video .hero-copy-card{padding:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;backdrop-filter:none !important;}
}


/* v1.6 About Us hero video pass
   Reuses the homepage recruitment video on the About page without duplicating media.
   The founder portrait remains in the founder card below, not as the hero background. */
.page-about .page-hero-video{
  position:relative !important;
  overflow:hidden !important;
  min-height:clamp(440px, 54svh, 640px) !important;
  background-image:var(--hero-image) !important;
  background-size:cover !important;
  background-position:center right !important;
}
.page-about .page-hero-video-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center right;
  z-index:0;
  opacity:.86;
  filter:saturate(1.05) contrast(1.04) brightness(.68);
}
.page-about .page-hero-video::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(90deg, rgba(5,8,20,.98) 0%, rgba(5,8,20,.88) 34%, rgba(5,8,20,.52) 58%, rgba(5,8,20,.12) 100%),
    linear-gradient(180deg, rgba(5,8,20,.10) 0%, rgba(5,8,20,.02) 52%, rgba(5,8,20,.58) 100%);
}
.page-about .page-hero-video .page-hero-content{
  position:relative;
  z-index:2;
  max-width:880px;
  text-shadow:0 2px 18px rgba(0,0,0,.78), 0 0 34px rgba(0,0,0,.48);
}
.page-about .page-hero-video h1{
  max-width:820px;
}
@media(max-width:760px){
  .page-about .page-hero-video{
    min-height:auto !important;
    padding-block:56px !important;
  }
  .page-about .page-hero-video-bg{
    opacity:.62;
    object-position:center right;
  }
  .page-about .page-hero-video::after{
    background:linear-gradient(180deg, rgba(5,8,20,.94) 0%, rgba(5,8,20,.84) 48%, rgba(5,8,20,.70) 100%);
  }
}
@media(prefers-reduced-motion: reduce){
  .page-about .page-hero-video-bg{display:none;}
}


/* v1.8 hero edge buffer + logo polish
   Keeps every hero from kissing the viewport edge and replaces the plain DM badge with a proper DMRA logo asset. */
:root{--hero-edge-buffer:20px;}
.brand-logo-link{gap:0;min-width:0;flex-shrink:0;}
.brand-logo{display:block;width:clamp(178px,18vw,250px);height:auto;max-height:54px;object-fit:contain;filter:drop-shadow(0 0 18px rgba(54,121,255,.18));}
.footer-brand{display:grid;align-items:start;gap:8px;max-width:360px;}
.footer-logo-img{width:min(100%,270px);max-height:none;}
.brand-tagline{display:block;color:var(--soft);font-weight:850;font-size:.86rem;line-height:1.45;}
.hero .shell,
.page-hero .shell{
  width:min(calc(100% - (var(--hero-edge-buffer) * 2)),1180px) !important;
}
.hero-layout,
.page-hero-content{
  box-sizing:border-box;
}
.page-home .hero-video .hero-copy-card{
  margin-left:0 !important;
  margin-right:0 !important;
}
.page-home .hero-video .hero-title{
  max-width:980px !important;
}
.page-home .hero-video .hero-title span{
  display:inline !important;
  white-space:normal !important;
}
.page-home .hero-video .hero-title span + span::before{
  content:" ";
}
@media (min-width:981px){
  .page-home .hero-video .hero-title{max-width:1040px !important;}
  .page-home .hero-video .hero-lede{max-width:840px !important;}
  .page-home .hero-video .hero-promise{max-width:880px !important;}
}
@media (max-width:900px){
  .brand-logo{width:190px;}
}
@media (max-width:680px){
  :root{--hero-edge-buffer:18px;}
  .brand-logo{width:168px;max-height:46px;}
  .hero .shell,.page-hero .shell{width:min(calc(100% - (var(--hero-edge-buffer) * 2)),1180px) !important;}
  .page-home .hero-video .hero-title span + span::before{content:" ";}
}

/* v1.9 brand / footer / social polish
   LinkedIn profile uses the clean company URL without viewAsMember query.
   Logo now ships in white-text and dark-text variants for dark and light backgrounds.
   Hero padding is reinforced at section level so text never touches the viewport edge. */
:root{
  --hero-edge-buffer:20px;
  --linkedin-blue:#0a66c2;
  --whatsapp-green:#25d366;
}
.hero,
.page-hero,
.thank-hero{
  padding-left:max(var(--hero-edge-buffer), env(safe-area-inset-left)) !important;
  padding-right:max(var(--hero-edge-buffer), env(safe-area-inset-right)) !important;
}
.hero .shell,
.page-hero .shell,
.thank-hero .shell{
  width:min(100%,1180px) !important;
}
.brand-logo-link{
  display:inline-flex;
  align-items:center;
  min-width:0;
  max-width:min(34vw,360px);
}
.brand-logo-v19,
.brand-logo{
  width:clamp(210px,23vw,345px) !important;
  height:auto !important;
  max-height:66px !important;
  object-fit:contain;
  filter:drop-shadow(0 0 16px rgba(54,216,255,.16));
}
.site-header .nav-shell{
  gap:18px;
}
.site-nav a{
  white-space:nowrap;
}
.footer-pro{
  padding:0;
  border-top:1px solid rgba(255,255,255,.09);
  background:
    radial-gradient(circle at 12% 8%,rgba(54,216,255,.12),transparent 28rem),
    radial-gradient(circle at 88% 0%,rgba(141,92,255,.12),transparent 30rem),
    linear-gradient(180deg,rgba(6,10,22,.98),rgba(2,4,11,1));
}
.footer-main{
  display:grid;
  grid-template-columns:minmax(280px,1.45fr) repeat(3,minmax(150px,.72fr));
  gap:clamp(26px,4vw,54px);
  padding:clamp(42px,6vw,72px) 0 34px;
  align-items:start;
}
.footer-brand-panel{
  display:grid;
  gap:16px;
  max-width:500px;
}
.footer-logo-link{
  display:inline-flex;
  max-width:430px;
}
.footer-logo-img-pro{
  width:min(100%,430px);
  height:auto;
  filter:drop-shadow(0 0 24px rgba(54,216,255,.18));
}
.footer-brand-panel p{
  color:var(--soft);
  max-width:460px;
  margin:0;
  font-size:.96rem;
}
.footer-social-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:4px;
}
.footer-social-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.12);
  color:#fff !important;
  font-weight:950 !important;
}
.footer-social-link[href*="linkedin"]{
  background:linear-gradient(135deg,rgba(10,102,194,.95),rgba(54,121,255,.72));
  border-color:rgba(94,169,255,.36);
}
.footer-social-link.whatsapp-link{
  background:linear-gradient(135deg,rgba(37,211,102,.95),rgba(16,130,74,.9));
  border-color:rgba(94,255,162,.35);
}
.footer-link-column{
  display:grid;
  gap:10px;
}
.footer-link-column h2{
  margin:0 0 6px;
  color:#fff;
  font-size:.82rem;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.footer-link-column a{
  color:var(--muted);
  font-weight:800;
  font-size:.92rem;
}
.footer-link-column a:hover{
  color:var(--blue-2);
}
.footer-bottom-pro{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:22px 0 28px;
  border-top:1px solid rgba(255,255,255,.09);
  color:var(--muted);
  font-size:.84rem;
}


.whatsapp-link.needs-number::after{
  content:"";
}
@media(max-width:1120px){
  .brand-logo-v19,.brand-logo{width:clamp(190px,22vw,280px) !important;}
  .site-nav a{padding-inline:10px;font-size:.82rem;}
}
@media(max-width:980px){
  .brand-logo-link{max-width:58vw;}
  .brand-logo-v19,.brand-logo{width:240px !important;max-height:58px !important;}
  .footer-main{grid-template-columns:1fr 1fr;}
}
@media(max-width:680px){
  :root{--hero-edge-buffer:20px;}
  .brand-logo-v19,.brand-logo{width:205px !important;max-height:52px !important;}
  .footer-main{grid-template-columns:1fr;padding-top:40px;}
  .footer-logo-img-pro{width:min(100%,360px);}
  .footer-bottom-pro{flex-direction:column;}
  .whatsapp-float{left:14px;right:14px;bottom:14px;justify-content:center;}
  body{padding-bottom:76px;}
}
