﻿:root{--ink:#111827;--muted:#5b6675;--line:#dbe3ee;--paper:#f5f7fb;--white:#fff;--blue:#0b6fff;--blue2:#073f9e;--dark:#121a26;--radius:8px;--shadow:0 18px 55px rgba(17,24,39,.16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}.header{position:fixed;z-index:10;inset:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:18px clamp(18px,4vw,64px);color:white;transition:.2s}.header.scrolled{padding-block:12px;color:var(--ink);background:rgba(255,255,255,.94);box-shadow:0 12px 30px rgba(17,24,39,.08);backdrop-filter:blur(16px)}.brand{display:flex;align-items:center;gap:10px}.brand-logo{display:block;width:150px;height:auto;padding:8px 12px;border-radius:8px;background:rgba(255,255,255,.96);box-shadow:0 8px 24px rgba(17,24,39,.12)}.nav{display:flex;gap:24px;font-size:14px;font-weight:750}.nav a{opacity:.84}.nav a:hover{opacity:1}.menu{display:none;width:42px;height:42px;border:1px solid rgba(255,255,255,.35);border-radius:8px;color:currentColor;background:rgba(255,255,255,.08)}.menu span{display:block;width:18px;height:2px;margin:4px auto;background:currentColor}.hero{position:relative;min-height:760px;display:grid;align-items:end;overflow:hidden;color:white}.hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,14,23,.92),rgba(9,14,23,.72) 43%,rgba(9,14,23,.16)),linear-gradient(0deg,rgba(9,14,23,.72),rgba(9,14,23,.08))}.hero-inner{position:relative;width:min(1180px,calc(100% - 40px));margin:0 auto;padding:168px 0 54px}.kicker{margin:0 0 12px;color:var(--blue);font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.hero .kicker{color:#83bdff}h1,h2,h3,p{margin-top:0}h1{max-width:820px;margin-bottom:20px;font-size:clamp(42px,6vw,76px);line-height:.98;letter-spacing:0}h2{margin-bottom:16px;font-size:clamp(30px,4vw,48px);line-height:1.06;letter-spacing:0}h3{margin-bottom:10px;font-size:20px}.lead{max-width:680px;color:rgba(255,255,255,.84);font-size:19px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.btn{display:inline-flex;min-height:48px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:8px;padding:0 20px;font-weight:900;cursor:pointer}.primary{color:white;background:var(--blue)}.primary:hover{background:var(--blue2)}.ghost{color:white;border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.1)}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;max-width:920px;margin-top:70px;overflow:hidden;border-radius:8px;background:rgba(255,255,255,.18)}.metrics div{padding:22px;background:rgba(12,20,34,.58);backdrop-filter:blur(12px)}.metrics strong{display:block;font-size:28px}.metrics span{color:rgba(255,255,255,.76);font-size:14px}.section{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:92px 0}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:56px}.split>p,.contact p{color:var(--muted);font-size:18px}.section-head{max-width:780px;margin-bottom:34px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cards article{min-height:250px;padding:26px;border:1px solid var(--line);border-radius:8px;background:white;box-shadow:0 10px 30px rgba(17,24,39,.04)}.cards span{color:var(--blue);font-weight:900}.cards p,.why-list p,.project-card p{color:var(--muted)}.band{background:var(--dark);color:white}.why{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px}.why .kicker{color:#83bdff}.why-list{display:grid;gap:12px}.why-list div{padding:24px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:rgba(255,255,255,.06)}.why-list p{color:rgba(255,255,255,.72);margin-bottom:0}.section-copy{max-width:760px;color:var(--muted);font-size:18px}.customer-marquee{position:relative;overflow:hidden;border:1px solid rgba(11,111,255,.16);border-radius:8px;background:linear-gradient(135deg,#fff,#f8fbff);box-shadow:0 10px 30px rgba(17,24,39,.04)}.customer-marquee:before,.customer-marquee:after{content:"";position:absolute;z-index:2;top:0;bottom:0;width:90px;pointer-events:none}.customer-marquee:before{left:0;background:linear-gradient(90deg,#fff,rgba(255,255,255,0))}.customer-marquee:after{right:0;background:linear-gradient(270deg,#fff,rgba(255,255,255,0))}.customer-track{display:flex;width:max-content;align-items:center;gap:20px;padding:31px 39px;animation:customer-scroll 56s linear infinite}.customer-logo-card{display:inline-flex;width:308px;height:137px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:8px;background:white;padding:20px 25px;box-shadow:0 8px 24px rgba(17,24,39,.05);flex:0 0 auto}.customer-logo-card img{display:block;max-width:100%;max-height:100%;object-fit:contain}.customer-logo-card.dark-card{background:#123a5c;border-color:#123a5c}.customer-logo-card.dark-card img{filter:none}.customer-marquee:hover .customer-track{animation-play-state:paused}@keyframes customer-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}.logo-marquee{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:white;box-shadow:0 10px 30px rgba(17,24,39,.04)}.logo-marquee:before,.logo-marquee:after{content:"";position:absolute;z-index:2;top:0;bottom:0;width:90px;pointer-events:none}.logo-marquee:before{left:0;background:linear-gradient(90deg,#fff,rgba(255,255,255,0))}.logo-marquee:after{right:0;background:linear-gradient(270deg,#fff,rgba(255,255,255,0))}.logo-track{display:flex;width:max-content;align-items:center;gap:48px;padding:31px 48px;animation:logo-scroll 44s linear infinite}.logo-track img{display:block;width:238px;height:120px;object-fit:contain;filter:saturate(.95)}.logo-marquee:hover .logo-track{animation-play-state:paused}@keyframes logo-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.project-card{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:white;box-shadow:0 10px 32px rgba(17,24,39,.06)}.project-card.featured{grid-column:span 2}.project-card img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}.project-card div{padding:20px}.project-card span{display:inline-flex;margin-bottom:8px;color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.project-card h3{margin-bottom:8px}.project-meta{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 10px;padding:0;list-style:none}.project-meta li{border:1px solid var(--line);border-radius:999px;padding:4px 9px;color:var(--muted);background:#f8fbff;font-size:12px;font-weight:800}.project-card p{margin:0;color:var(--muted)}.contact{display:grid;grid-template-columns:.9fr 1.1fr;gap:46px;align-items:start}.contact-lines{display:grid;gap:10px;margin-top:24px}.contact-lines a{font-weight:800}.form{display:grid;gap:14px;padding:28px;border-radius:8px;background:white;box-shadow:var(--shadow)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hidden-field{position:absolute;left:-9999px}.form-note{margin:0;color:var(--muted);font-size:13px}label{display:grid;gap:7px;font-size:14px;font-weight:800}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:13px 14px;color:var(--ink);background:#fbfdff;font:inherit}textarea{resize:vertical}.footer{display:flex;justify-content:space-between;gap:20px;padding:28px clamp(18px,4vw,64px);color:rgba(255,255,255,.78);background:#0b111a}.footer span{display:block}.footer-brand{display:flex;align-items:center;gap:18px}.footer-brand img{width:142px;height:auto;padding:8px 12px;border-radius:8px;background:white}@media(max-width:900px){.menu{display:block}.nav{position:absolute;top:calc(100% + 10px);left:20px;right:20px;display:none;flex-direction:column;gap:0;overflow:hidden;border-radius:8px;color:var(--ink);background:white;box-shadow:var(--shadow)}.nav.open{display:flex}.nav a{padding:16px;border-bottom:1px solid var(--line)}.hero{min-height:720px}.metrics,.grid,.why,.partner-strip,.project-grid,.split,.contact{grid-template-columns:1fr}.project-card.featured{grid-column:auto}}@media(max-width:560px){.form-row{grid-template-columns:1fr}.header{padding-inline:16px}.brand-logo{width:126px}.customer-logo-card{width:246px;height:110px;padding:16px 20px}.customer-track{gap:16px;padding:24px 24px}.customer-marquee:before,.customer-marquee:after{width:42px}.logo-track{gap:28px;padding:24px 28px}.logo-track img{width:190px;height:96px}.logo-marquee:before,.logo-marquee:after{width:42px}.hero-inner,.section{width:calc(100% - 32px)}h1{font-size:40px}.lead{font-size:17px}.metrics{margin-top:44px}.section{padding-block:68px}.cards article{min-height:auto}.footer{flex-direction:column}.footer-brand{align-items:flex-start;flex-direction:column}.footer-brand img{width:132px}}.thanks-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fb,#eaf2ff);display:grid;place-items:center}.thanks-wrap{width:min(760px,calc(100% - 32px));padding:48px 0}.thanks-card{padding:42px;border:1px solid var(--line);border-radius:8px;background:white;box-shadow:var(--shadow)}.thanks-card img{width:170px;height:auto;margin-bottom:28px}.thanks-card h1{color:var(--ink);font-size:clamp(34px,5vw,56px);line-height:1.02}.thanks-card p:not(.kicker){color:var(--muted);font-size:18px}.ghost.dark{color:var(--ink);border-color:var(--line);background:white}.ghost.dark:hover{background:#f8fbff}
.contact-panel h3{margin-bottom:8px}.contact-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.contact-checklist{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.contact-checklist strong{width:100%;font-size:14px}.contact-checklist span{border:1px solid var(--line);border-radius:999px;padding:6px 10px;color:var(--muted);background:#f8fbff;font-size:13px;font-weight:800}
.founder{padding-top:0}.founder-card{display:grid;grid-template-columns:.72fr 1.2fr .85fr;gap:32px;align-items:start;border:1px solid var(--line);border-radius:8px;background:white;padding:34px;box-shadow:0 12px 34px rgba(17,24,39,.05)}.founder-card p{color:var(--muted);font-size:17px}.founder-points{display:grid;gap:10px}.founder-points span{border:1px solid var(--line);border-radius:8px;background:#f8fbff;padding:14px 16px;color:var(--dark);font-weight:850}@media(max-width:900px){.founder-card{grid-template-columns:1fr}}@media(max-width:560px){.founder-card{padding:24px}.founder-card p{font-size:16px}}
.founder-photo{margin:0;align-self:stretch;overflow:hidden;border-radius:8px;background:#eaf2ff}.founder-photo img{display:block;width:100%;height:100%;min-height:420px;object-fit:cover;object-position:center top}.founder-photo figcaption{padding:14px 16px;color:white;background:#123a5c;font-weight:900}.founder-photo figcaption span{color:rgba(255,255,255,.72);font-size:13px;text-transform:uppercase;letter-spacing:.08em}@media(max-width:900px){.founder-photo img{min-height:360px}.founder-card{grid-template-columns:1fr}}@media(max-width:560px){.founder-photo img{min-height:320px}}
.about-founder{padding-bottom:64px}.about-founder-card{display:grid;grid-template-columns:.72fr 1.28fr;gap:34px;align-items:stretch;border:1px solid var(--line);border-radius:8px;background:white;padding:34px;box-shadow:0 12px 34px rgba(17,24,39,.05)}.about-founder-copy p{color:var(--muted);font-size:17px}.about-founder-copy p:last-child{margin-bottom:0}@media(max-width:900px){.about-founder-card{grid-template-columns:1fr}.about-founder{padding-bottom:48px}}@media(max-width:560px){.about-founder-card{padding:24px}.about-founder-copy p{font-size:16px}}.founder-points{display:none!important}

/* About section placement and compact founder portrait */
.about-founder{padding-top:92px;padding-bottom:36px}.about-founder-card{grid-template-columns:minmax(0,1fr) 220px;align-items:start}.about-founder .founder-photo{max-width:220px;align-self:start}.about-founder .founder-photo img{height:260px;min-height:0;object-fit:cover;object-position:center top}.about-founder .founder-photo figcaption{font-size:14px;padding:12px 14px}.about-founder-copy{max-width:790px}@media(max-width:900px){.about-founder-card{grid-template-columns:1fr}.about-founder .founder-photo{max-width:190px}.about-founder .founder-photo img{height:220px}}@media(max-width:560px){.about-founder{padding-top:68px}.about-founder .founder-photo{max-width:170px}.about-founder .founder-photo img{height:200px}}
