@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{--navy:#070d1a;--navy2:#0d1728;--ink:#101828;--muted:#667085;--line:#e6eaf0;--blue:#1685ff;--cyan:#40d9ff;--gold:#f1b13b;--paper:#fff;--soft:#f6f8fb}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);line-height:1.65;background:white}a{text-decoration:none;color:inherit}
.nav{height:72px;padding:0 max(5vw,24px);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:50;background:linear-gradient(135deg,rgba(7,13,26,.97) 0%,rgba(11,25,46,.96) 50%,rgba(15,40,70,.95) 100%);backdrop-filter:blur(15px);border-bottom:1px solid rgba(64,145,220,.35)}
.brand{display:flex;align-items:center;align-self:stretch;flex:0 0 auto}.brand img{display:block;width:auto;height:60px;max-width:100%;object-fit:contain}.nav nav{display:flex;gap:30px;font-size:14px;font-weight:600}.nav nav a{color:#d9e7f5}.nav nav a:hover{color:var(--blue)}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 70% 20%,#112b4c 0,#0b1425 28%,var(--navy) 65%);color:white;min-height:720px}.hero-inner{max-width:1160px;margin:auto;padding:76px 30px 90px;position:relative;z-index:2}
.hero-mark{display:flex;align-items:center;gap:20px}.in-mark{width:78px;height:78px;position:relative;display:flex;align-items:center;font-weight:800;font-size:55px;font-style:italic}.in-mark span:first-child{color:var(--cyan);position:absolute;left:12px;transform:skew(-10deg)}.in-mark span:last-child{color:var(--gold);position:absolute;left:28px;opacity:.9;transform:skew(-10deg)}
.hero-brand{font-size:28px;font-weight:800;letter-spacing:.11em}.hero-brand strong{color:var(--gold)}.hero-signature{font-size:13px;color:#9db0c9}.hero-signature code{color:var(--cyan);font-weight:700}.tagline{font-size:10px;letter-spacing:.3em;color:#93a5bd;margin:14px 0 64px 99px}
.profile{max-width:900px}.kicker,.type,.heading>span,.mini{font-size:11px;font-weight:800;letter-spacing:.13em;color:var(--blue)}.profile h1{font-size:clamp(48px,7vw,82px);line-height:1;margin:10px 0 18px;letter-spacing:-.045em}.profile h2{font-size:clamp(17px,2vw,23px);font-weight:500;color:#cad5e4}.profile h2 i{color:var(--gold);font-style:normal;padding:0 6px}.intro{max-width:820px;font-size:17px;color:#aebbd0}.buttons{display:flex;gap:12px;margin-top:30px}.primary,.secondary{padding:12px 19px;border-radius:10px;font-weight:700;font-size:14px}.primary{background:linear-gradient(135deg,#087bea,#1a9dff);color:white}.secondary{border:1px solid #526178;color:#d9e3f0}
.glow{position:absolute;border-radius:50%;filter:blur(70px);opacity:.12}.glow.one{width:330px;height:330px;background:#00bfff;right:-80px;top:40px}.glow.two{width:250px;height:250px;background:#f2a51a;left:-120px;bottom:-50px}
.section{padding:90px max(7vw,28px)}.alt{background:var(--soft)}.heading{margin-bottom:44px}.heading h2{font-size:clamp(32px,4vw,48px);line-height:1.12;margin:8px 0;letter-spacing:-.035em}.about-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:70px;align-items:start}.about-grid>p{font-size:18px;margin:0;color:#475467}.stack{display:flex;flex-wrap:wrap;gap:10px}.stack span{padding:9px 13px;border:1px solid var(--line);border-radius:999px;font-size:13px;font-weight:600;background:white}
.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.card{position:relative;background:white;border:1px solid var(--line);border-radius:20px;padding:28px;min-height:225px}.card h3,.product h3{font-size:24px;margin:6px 0 10px}.card p:last-child,.product p{color:var(--muted)}.number{position:absolute;right:24px;top:18px;font-size:34px;font-weight:800;color:#edf1f6}.type{color:#3274c8!important;margin:0;font-size:10px!important}
.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.product{display:flex;gap:22px;border:1px solid var(--line);padding:28px;border-radius:20px}.product.featured{box-shadow:0 15px 45px rgba(16,24,40,.06)}.product-icon{flex:0 0 62px;height:62px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#087bea,#6749df);color:white;font-weight:800;font-size:20px}.product-icon.check{background:linear-gradient(135deg,#0e8dff,#22c58b);font-size:28px}.status{display:inline-block;margin-top:10px;padding:6px 9px;border-radius:7px;background:#eef3f8;color:#526172;font-size:11px;font-weight:700}
.contact{margin:0 max(5vw,20px) 60px;padding:52px max(3vw,30px);border-radius:28px;background:var(--navy);color:white;display:flex;align-items:center;justify-content:space-between;gap:25px}.contact h2{font-size:36px;margin:5px 0}.contact p{color:#aebbd0;margin-bottom:0}
footer{padding:32px max(7vw,28px);background:#050912;color:#9ba9bc;display:grid;grid-template-columns:1fr auto;gap:20px;font-size:13px}footer strong{color:white}footer code{color:var(--cyan)}footer div:nth-child(2){display:flex;gap:20px}footer small{grid-column:1/-1;border-top:1px solid #182234;padding-top:18px}
@media(max-width:760px){.brand img{height:56px}.nav nav{display:none}.hero-inner{padding-top:52px}.tagline{margin-left:0}.hero-mark{align-items:center}.profile h1{font-size:48px}.about-grid,.cards,.product-grid{grid-template-columns:1fr}.contact{flex-direction:column;align-items:flex-start}.section{padding-top:65px;padding-bottom:65px}.product{flex-direction:column}.hero{min-height:auto}}

/* v3 additions */
.work-group{margin-top:64px}
.group-title{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}
.group-title h3{font-size:28px;margin:5px 0}
.group-title p{max-width:620px;color:var(--muted);margin:0}
.project-wide{grid-column:1/-1}
#independent .project-wide>.type{padding-right:44px}
#independent .project-status{display:inline-flex;flex-direction:column;gap:4px;max-width:100%;margin:6px 0 10px;padding:9px 13px;border:1px solid var(--line);border-left:3px solid var(--blue);border-radius:7px;background:#eef4fb;color:#355b86}
#independent .project-status span{font-size:10px;font-weight:800;letter-spacing:.13em}
#independent .project-status strong{font-size:13px;font-weight:700}
.project-wide ul{margin:16px 0 0;padding-left:20px;color:var(--muted)}
.project-wide li{margin:7px 0}
.arch{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.arch span{font-size:11px;font-weight:700;padding:6px 9px;border-radius:7px;background:#eef4fb;color:#355b86}
.journey{position:relative;max-width:950px;margin-top:10px}
.journey:before{content:"";position:absolute;left:8px;top:10px;bottom:10px;width:2px;background:#dce5ef}
.journey-item{display:grid;grid-template-columns:28px 150px 1fr;gap:18px;position:relative;padding:0 0 26px}
.journey-dot{width:18px;height:18px;border:4px solid #dcecff;background:var(--blue);border-radius:50%;z-index:2;margin-top:4px}
.journey-date{font-size:12px;font-weight:700;color:#58708c;padding-top:3px}
.journey-item h3{margin:0 0 3px;font-size:18px}
.journey-item p{margin:0;color:var(--muted);font-size:14px}
.office-label{display:inline-block;padding:5px 8px;border-radius:6px;background:#fff3d9;color:#966515;font-size:10px;font-weight:800;letter-spacing:.08em;margin-bottom:10px}
@media(max-width:760px){
 .journey-item{grid-template-columns:28px 1fr;gap:12px}
 .journey-date{grid-column:2;padding:0}
 .journey-item>div:last-child{grid-column:2}
 .group-title{align-items:flex-start;flex-direction:column}
}

/* Privacy policy */
.privacy-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 75% 20%,#112b4c 0,#0b1425 35%,var(--navy) 70%);color:white}
.privacy-hero-inner{position:relative;z-index:2;max-width:1160px;margin:auto;padding:76px max(7vw,28px)}
.privacy-hero .kicker{color:var(--cyan)}.privacy-hero .kicker span{color:var(--gold);padding:0 6px}
.privacy-hero h1{font-size:clamp(42px,6vw,68px);line-height:1;margin:10px 0 18px;letter-spacing:-.04em}
.privacy-hero p:last-child{max-width:700px;margin:0;color:#aebbd0;font-size:17px}
.privacy-content{max-width:1280px;margin:auto}
.policy-card{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:var(--paper);box-shadow:0 15px 45px rgba(16,24,40,.06)}
.policy-header{display:flex;align-items:flex-start;justify-content:space-between;gap:36px;padding:32px;border-bottom:1px solid var(--line)}
.policy-header h2{font-size:30px;line-height:1.2;margin:7px 0 10px}.policy-header p:last-child{max-width:760px;margin:0;color:var(--muted)}
.policy-state{flex:0 0 auto;display:flex;flex-direction:column;gap:4px;padding:10px 13px;border:1px solid #f0d49e;border-left:3px solid var(--gold);border-radius:7px;background:#fff8e9;color:#805c18}
.policy-state span{font-size:10px;font-weight:800;letter-spacing:.13em}.policy-state strong{font-size:13px}
.policy-notice{margin:28px 32px 0;padding:18px 20px;border-radius:12px;background:#eef4fb;border-left:3px solid var(--blue);color:#355b86}
.policy-notice strong{font-size:12px;letter-spacing:.08em;text-transform:uppercase}.policy-notice p{margin:5px 0 0}
.policy-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 42px;padding:10px 32px 34px}
.policy-sections section{padding:24px 0;border-bottom:1px solid var(--line)}.policy-sections h3{margin:0 0 8px;font-size:17px}.policy-sections p{margin:0;color:var(--muted);font-size:14px}
.text-link{color:var(--blue);font-weight:700}.text-link:hover{text-decoration:underline}
.policy-dates{margin:0}.policy-dates div{display:grid;grid-template-columns:120px 1fr;gap:12px;margin-top:6px;font-size:14px}.policy-dates dt{font-weight:700}.policy-dates dd{margin:0;color:var(--muted)}
.privacy-contact{margin-top:0}
@media(max-width:760px){
 .privacy-hero-inner{padding-top:56px;padding-bottom:56px}
 .policy-header{flex-direction:column;padding:24px}.policy-state{flex:0 1 auto}.policy-notice{margin:24px 24px 0}
 .policy-sections{grid-template-columns:1fr;padding:8px 24px 28px}.policy-dates div{grid-template-columns:1fr;gap:0}
 .privacy-page footer{grid-template-columns:1fr}.privacy-page footer div:nth-child(2){flex-wrap:wrap}
}
