:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #07101d;--bg-deep: #040a13;--surface: #0b192a;--surface-strong: #10243a;--surface-soft: rgba(13, 30, 49, .72);--text: #eff7ff;--text-soft: #a8bbce;--text-muted: #7f96ad;--cyan: #54e0d0;--blue: #4fa8ff;--blue-strong: #2e7df3;--line: rgba(153, 195, 224, .16);--line-strong: rgba(93, 198, 231, .3);--shadow: 0 28px 80px rgba(0, 0, 0, .28);--radius-lg: 28px;--radius-md: 20px;--radius-sm: 12px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 20% -10%,rgba(49,117,194,.18),transparent 32rem),linear-gradient(180deg,var(--bg) 0%,var(--bg-deep) 100%);color:var(--text)}body:before{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;content:"";opacity:.18;pointer-events:none;background-image:linear-gradient(rgba(103,170,207,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(103,170,207,.08) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(to bottom,black,transparent 78%);mask-image:linear-gradient(to bottom,black,transparent 78%)}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--cyan);outline-offset:4px;border-radius:5px}.skip-link{position:fixed;top:10px;left:10px;z-index:100;padding:10px 14px;border-radius:10px;color:#04111b;background:var(--cyan);transform:translateY(-160%);transition:transform .16s ease}.skip-link:focus{transform:translateY(0)}.site-shell{min-height:100vh;overflow:clip}.container{width:min(1160px,calc(100% - 40px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(152,203,230,.11);background:#07101dd1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-inner{width:min(1240px,calc(100% - 40px));min-height:72px;margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand{display:inline-flex;align-items:center;gap:11px;color:var(--text);font-weight:750;letter-spacing:-.02em;text-decoration:none}.brand-mark{width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(113,223,220,.42);border-radius:10px;color:#07121e;background:linear-gradient(145deg,var(--cyan),var(--blue));box-shadow:0 0 28px #54e0d02e;font-size:.88rem;font-weight:850}.primary-nav{display:flex;align-items:center;gap:4px}.primary-nav a{padding:10px 13px;border-radius:10px;color:var(--text-soft);font-size:.92rem;font-weight:600;text-decoration:none;transition:color .16s ease,background .16s ease}.primary-nav a:hover,.primary-nav a.active{color:var(--text);background:#74b7db1a}.hero{position:relative;padding:clamp(88px,13vw,154px) 0 94px}.ambient{position:absolute;width:520px;height:520px;border-radius:50%;filter:blur(100px);pointer-events:none;opacity:.19}.ambient-one{top:-210px;right:-150px;background:var(--blue)}.ambient-two{top:-240px;left:18%;background:#1abfc0}.hero-grid,.product-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:clamp(52px,8vw,110px);align-items:center}.hero-copy{position:relative;z-index:1}.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--cyan);font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}.hero h1{margin:20px 0 24px;font-size:clamp(4.4rem,10vw,8.8rem);line-height:.88;letter-spacing:-.075em}.home-hero h1 span{color:transparent;background:linear-gradient(120deg,var(--cyan),var(--blue));background-clip:text;-webkit-background-clip:text}.hero-lede,.product-tagline{max-width:700px;margin-bottom:0;color:#c5d7e7;font-size:clamp(1.35rem,2.5vw,2rem);line-height:1.35;letter-spacing:-.025em}.hero-description{max-width:720px;margin:24px 0 0;color:var(--text-soft);font-size:1.08rem;line-height:1.75}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.button{min-height:48px;padding:0 19px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;border-radius:12px;font-size:.95rem;font-weight:750;text-decoration:none;transition:transform .17s ease,border-color .17s ease,background .17s ease,box-shadow .17s ease}.button:hover{transform:translateY(-2px)}.button-primary{color:#05121e;background:linear-gradient(135deg,var(--cyan),#69bcff);box-shadow:0 12px 30px #3db3d72e}.button-primary:hover{box-shadow:0 16px 40px #3db3d747}.button-secondary{border-color:var(--line);color:var(--text);background:#11263cad}.button-secondary:hover{border-color:var(--line-strong);background:#1a354ec7}.studio-card,.sync-diagram{position:relative;padding:22px;border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(145deg,#11273fe0,#081422eb);box-shadow:var(--shadow)}.studio-card:before,.sync-diagram:before{position:absolute;top:1px;right:1px;bottom:1px;left:1px;z-index:-1;content:"";border-radius:inherit;box-shadow:0 0 80px #44a4d41a}.studio-card-top{display:flex;justify-content:space-between;gap:20px;color:var(--text-muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem}.live-dot{display:inline-flex;align-items:center;gap:7px;color:#9bdcca}.live-dot:before{width:7px;height:7px;border-radius:50%;background:#58d9a4;content:"";box-shadow:0 0 16px #58d9a4}.code-lines{min-height:210px;padding:54px 26px;display:grid;align-content:center;gap:17px}.code-line{height:13px;border-radius:999px;background:linear-gradient(90deg,#54e0d0c7,#4fa8ff38)}.code-line-wide{width:92%}.code-line-mid{width:69%;margin-left:9%}.code-line-short{width:43%;margin-left:18%}.studio-focus{padding:17px;display:flex;align-items:center;gap:14px;border:1px solid var(--line);border-radius:16px;background:#060f19b3}.focus-icon{width:46px;height:46px;display:grid;place-items:center;flex:0 0 auto;border-radius:13px;color:var(--cyan);background:#54e0d01a}.studio-focus strong,.studio-focus span{display:block}.studio-focus strong{margin-bottom:3px}.studio-focus span{color:var(--text-muted);font-size:.87rem}.section{padding:94px 0}.section-tight{padding-top:48px}.section-heading{margin-bottom:40px;display:flex;align-items:end;justify-content:space-between;gap:48px}.section-heading h2,.sticky-copy h2,.access-card h2{max-width:640px;margin:12px 0 0;font-size:clamp(2rem,4vw,3.35rem);line-height:1.08;letter-spacing:-.045em}.section-heading>p{max-width:460px;margin:0;color:var(--text-soft);line-height:1.7}.project-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}.project-card{min-height:340px;padding:clamp(28px,4vw,42px);display:flex;flex-direction:column;align-items:flex-start;border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(145deg,#10253be0,#081422d1);box-shadow:0 24px 80px #00000029}.project-card-brand{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.project-status{padding:7px 10px;border:1px solid rgba(84,224,208,.22);border-radius:999px;color:#b8e9e2;background:#54e0d014;font-size:.76rem;font-weight:700}.project-card h3{margin:auto 0 10px;font-size:2.15rem;letter-spacing:-.04em}.project-card p{max-width:600px;margin-bottom:28px;color:var(--text-soft);font-size:1.05rem;line-height:1.65}.project-card-future{justify-content:space-between;border-style:dashed;background:#0915238a}.project-card-future h3{margin:0 0 9px;font-size:1.45rem}.project-card-future p{margin:0;font-size:.95rem}.future-mark{width:52px;height:52px;display:grid;place-items:center;border:1px dashed var(--line-strong);border-radius:16px;color:var(--text-muted);font-size:1.7rem}.drivesync-logo{display:grid;place-items:center;flex:0 0 auto;overflow:hidden;border:1px solid rgba(91,191,221,.18);border-radius:17px;background:#10283f;box-shadow:0 14px 34px #01080e33}.drivesync-logo--small{width:58px;height:58px}.drivesync-logo--large{width:86px;height:86px;border-radius:24px}.drivesync-logo img{display:block;width:100%;height:100%;object-fit:cover}.product-hero{padding-bottom:76px}.product-title-row{margin:20px 0 25px;display:flex;align-items:center;gap:22px}.product-hero h1{margin:0;font-size:clamp(3.9rem,8vw,7.4rem)}.product-tagline{max-width:620px;color:var(--text)}.sync-diagram{padding:28px}.diagram-label{margin-bottom:22px;color:var(--text-muted);font-size:.78rem;font-weight:750;letter-spacing:.12em;text-transform:uppercase}.diagram-row{display:grid;gap:10px}.diagram-node{padding:16px;display:grid;grid-template-columns:auto 1fr;column-gap:13px;border:1px solid var(--line);border-radius:15px;background:#040d17a6}.diagram-node>span{grid-row:span 2;width:36px;height:36px;display:grid;place-items:center;border-radius:10px;color:var(--text-muted);background:#71a6c61a;font-family:ui-monospace,monospace;font-size:.72rem}.diagram-node strong{align-self:end;font-size:.94rem}.diagram-node small{align-self:start;color:var(--text-muted);font-size:.78rem}.diagram-node-cloud{border-color:#54e0d047;background:linear-gradient(120deg,#54e0d017,#4fa8ff14)}.diagram-flow{height:30px;display:grid;place-items:center;position:relative;color:#85b9ca;font-family:ui-monospace,monospace;font-size:.67rem;letter-spacing:.08em;text-transform:uppercase}.diagram-flow:before{position:absolute;top:0;bottom:0;left:18px;width:1px;content:"";background:linear-gradient(var(--blue),var(--cyan))}.diagram-flow:after{position:absolute;bottom:1px;left:15px;width:7px;height:7px;border-right:1px solid var(--cyan);border-bottom:1px solid var(--cyan);content:"";transform:rotate(45deg)}.diagram-foot{margin-top:22px;padding-top:17px;display:flex;align-items:center;gap:8px;border-top:1px solid var(--line);color:#a8dcd4;font-size:.86rem}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-card{min-height:244px;padding:28px;border:1px solid var(--line);border-radius:var(--radius-md);background:#0c1b2cad;transition:transform .18s ease,border-color .18s ease,background .18s ease}.feature-card:hover{transform:translateY(-4px);border-color:var(--line-strong);background:#0f2236e6}.feature-icon{width:45px;height:45px;margin-bottom:28px;display:grid;place-items:center;border-radius:13px;color:var(--cyan);background:linear-gradient(145deg,#54e0d021,#4fa8ff14)}.feature-icon-large{width:58px;height:58px;margin:0;border-radius:16px}.feature-card h3{margin-bottom:11px;font-size:1.1rem;letter-spacing:-.015em}.feature-card p{margin:0;color:var(--text-soft);line-height:1.62}.how-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(50px,9vw,130px);align-items:start}.sticky-copy{position:sticky;top:110px}.sticky-copy p{max-width:430px;margin-top:22px;color:var(--text-soft);line-height:1.72}.steps-list{margin:0;padding:0;list-style:none}.steps-list li{padding:22px 0;display:grid;grid-template-columns:54px 1fr;align-items:start;gap:14px;border-top:1px solid var(--line)}.steps-list li:last-child{border-bottom:1px solid var(--line)}.steps-list span{color:var(--cyan);font-family:ui-monospace,monospace;font-size:.78rem;font-weight:800}.steps-list p{margin:-3px 0 0;color:#cfdeeb;font-size:1.03rem;line-height:1.55}.access-card{padding:clamp(30px,5vw,58px);border:1px solid rgba(83,197,220,.25);border-radius:var(--radius-lg);background:linear-gradient(135deg,#143a4b7a,#0c1c2fbf);box-shadow:var(--shadow)}.access-heading{margin-bottom:38px;display:flex;align-items:center;gap:20px}.access-card h2{font-size:clamp(1.9rem,3vw,2.8rem)}.access-copy{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.access-copy p{margin:0;color:var(--text-soft);line-height:1.72}.access-copy a,.legal-content a{color:#86d6ff;text-underline-offset:3px}.access-copy a:hover,.legal-content a:hover{color:var(--cyan)}.legal-links-row{margin-top:38px;padding-top:24px;display:flex;flex-wrap:wrap;gap:28px;border-top:1px solid var(--line)}.text-link{display:inline-flex;align-items:center;gap:7px;color:var(--text);font-weight:700;text-decoration:none}.text-link:hover{color:var(--cyan)}.disclaimer-section{padding-top:0}.disclaimer-card{padding:26px 30px;border-left:3px solid var(--blue);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:#0d1b2b99}.disclaimer-card strong{display:block;margin-bottom:10px}.disclaimer-card p{margin:7px 0 0;color:var(--text-muted);font-size:.9rem;line-height:1.6}.legal-hero{padding:88px 0 62px;border-bottom:1px solid var(--line)}.legal-hero-inner{max-width:900px}.legal-hero .drivesync-logo{margin-bottom:25px}.legal-hero h1{max-width:820px;margin:16px 0 20px;font-size:clamp(2.6rem,6vw,5.35rem);line-height:.98;letter-spacing:-.055em}.legal-hero p{max-width:720px;color:var(--text-soft);font-size:1.08rem;line-height:1.7}.date-row{margin-top:28px;display:flex;flex-wrap:wrap;gap:12px 28px;color:var(--text-muted);font-size:.86rem}.date-row strong{color:#bed0df}.legal-layout{padding-block:74px 110px;display:grid;grid-template-columns:220px minmax(0,740px);justify-content:space-between;gap:72px}.legal-aside{position:sticky;top:110px;align-self:start;padding:20px;border:1px solid var(--line);border-radius:16px;background:#0c1a2bb3}.aside-label{color:var(--cyan);font-size:.73rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.legal-aside p{margin:13px 0 15px;color:var(--text-muted);font-size:.86rem;line-height:1.55}.legal-aside a{color:#cfe7f3;font-size:.86rem;font-weight:700;text-underline-offset:3px}.legal-content section{padding:0 0 38px;margin-bottom:38px;border-bottom:1px solid var(--line);scroll-margin-top:100px}.legal-content section:last-child{margin-bottom:0;border-bottom:0}.legal-content h2{margin-bottom:17px;color:var(--text);font-size:1.55rem;line-height:1.25;letter-spacing:-.025em}.legal-content p,.legal-content li{color:#b5c7d6;line-height:1.78}.legal-content p{margin-bottom:14px}.legal-content ul{padding-left:22px}.legal-content li{padding-left:5px;margin-bottom:8px}.legal-content code{padding:2px 6px;border:1px solid var(--line);border-radius:6px;color:#bcece7;background:#040d1799;font-family:ui-monospace,monospace;font-size:.9em}.contact-caution{padding:14px 16px;border:1px solid rgba(255,196,95,.22);border-radius:10px;color:#d6c394!important;background:#ffb22b0f;font-size:.9rem}.not-found{min-height:68vh;display:grid;place-items:center;padding:100px 0}.not-found-inner{text-align:center}.error-code{color:var(--cyan);font-family:ui-monospace,monospace;font-size:.9rem;font-weight:800;letter-spacing:.2em}.not-found h1{margin:16px 0;font-size:clamp(2.6rem,6vw,5rem);letter-spacing:-.05em}.not-found p{margin-bottom:30px;color:var(--text-soft);font-size:1.08rem}.site-footer{padding:55px max(20px,calc((100vw - 1160px)/2)) 24px;border-top:1px solid var(--line);background:#0309108a}.footer-inner{padding-bottom:42px;display:flex;align-items:flex-start;justify-content:space-between;gap:40px}.footer-brand{margin-bottom:15px}.footer-note{margin:0;color:var(--text-muted);font-size:.9rem}.footer-nav{display:flex;flex-wrap:wrap;gap:24px}.footer-nav a{color:var(--text-soft);font-size:.9rem;font-weight:650;text-decoration:none}.footer-nav a:hover{color:var(--cyan)}.footer-meta{padding-top:22px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px 30px;border-top:1px solid var(--line);color:#6f8497;font-size:.76rem;line-height:1.5}@media(max-width:960px){.hero-grid,.product-hero-grid{grid-template-columns:1fr}.hero-copy{max-width:780px}.studio-card,.sync-diagram{max-width:680px}.feature-grid{grid-template-columns:repeat(2,1fr)}.access-copy{grid-template-columns:1fr;gap:15px}.legal-layout{grid-template-columns:1fr;gap:35px}.legal-aside{position:static;max-width:520px}}@media(max-width:720px){.container,.header-inner{width:min(100% - 28px,1160px)}.site-header{position:relative}.header-inner{padding:13px 0;align-items:flex-start;flex-direction:column;gap:10px}.primary-nav{width:100%;overflow-x:auto;padding-bottom:2px}.primary-nav a{padding:8px 10px}.hero{padding:76px 0 68px}.hero h1{font-size:clamp(3.7rem,20vw,5.5rem)}.section{padding:70px 0}.section-heading{align-items:flex-start;flex-direction:column;gap:18px}.project-grid,.feature-grid,.how-grid{grid-template-columns:1fr}.project-card{min-height:310px}.sticky-copy{position:static}.product-title-row{align-items:flex-start;flex-direction:column}.product-hero h1{font-size:clamp(3.6rem,19vw,5.2rem)}.access-heading{align-items:flex-start;flex-direction:column}.legal-hero{padding:68px 0 48px}.legal-layout{padding-block:54px 84px}.footer-inner{flex-direction:column}}@media(max-width:480px){.hero-actions,.hero-actions .button{width:100%}.project-card{padding:25px}.project-card-brand{align-items:flex-start;flex-direction:column}.feature-card{min-height:auto}.sync-diagram{padding:20px}.footer-nav{gap:18px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media(forced-colors:active){.brand-mark,.button,.feature-icon,.drivesync-logo{border:1px solid ButtonText}}
