:root {
  --ink: #15152c;
  --muted: #656579;
  --line: #e5e7eb;
  --surface: #ffffff;
  --soft: #f8fafc;
  --primary: #6366f1;
  --primary-dark: #4f46e5;
  --purple: #9333ea;
  --lavender: #eef2ff;
  --violet-soft: #faf5ff;
  --red: #dc2626;
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 34px;
  --shadow: 0 24px 70px rgba(39, 39, 87, .12);
  --font-display: "Space Grotesk", sans-serif;
  --font-body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.7; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 12px 18px; background: var(--ink); color: #fff; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(99, 102, 241, .12);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 700 21px/1 var(--font-display); letter-spacing: -.7px; }
.brand > span:last-child > span { color: var(--primary); }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; background: #fff; border: 1px solid rgba(99,102,241,.2); border-radius: 12px; box-shadow: 0 8px 20px rgba(79,70,229,.12); overflow: hidden; }
.brand-mark img { width: 28px; height: 28px; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 34px; color: #4e4e63; font-size: 14px; font-weight: 600; }
.nav a { transition: color .2s ease; }
.nav a:hover { color: var(--primary-dark); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 23px; border-radius: 15px; font-weight: 700; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; }
.button-small { min-height: 42px; padding: 0 18px; border-radius: 12px; }
.button-ghost { border: 1px solid rgba(99, 102, 241, .3); background: rgba(255,255,255,.7); color: var(--primary-dark); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--primary), var(--purple)); box-shadow: 0 15px 35px rgba(99, 102, 241, .3); }
.button-light { color: var(--primary-dark); background: #fff; box-shadow: 0 16px 38px rgba(25, 20, 68, .2); }

.hero { position: relative; min-height: 780px; padding: 154px 0 90px; overflow: hidden; background: radial-gradient(circle at 75% 15%, #f3e8ff 0, rgba(243,232,255,0) 31%), linear-gradient(145deg, #fff 18%, #f7f7ff 64%, #eef2ff 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(99,102,241,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(99,102,241,.08) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, transparent, black 75%, transparent); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-orb-one { width: 420px; height: 420px; right: -210px; top: 100px; background: rgba(147, 51, 234, .08); }
.hero-orb-two { width: 240px; height: 240px; left: -150px; bottom: 0; background: rgba(99, 102, 241, .1); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 68px; }
.eyebrow, .section-label { display: inline-flex; align-items: center; gap: 9px; color: var(--primary-dark); font-size: 12px; line-height: 1; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow { padding: 8px 12px 8px 8px; border: 1px solid rgba(99,102,241,.16); border-radius: 100px; background: rgba(255,255,255,.78); box-shadow: 0 8px 25px rgba(99,102,241,.08); }
.swiss-cross { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--red); font: 700 17px/1 Arial, sans-serif; }
h1, h2, h3 { margin-top: 0; font-family: var(--font-display); }
h1 { margin: 25px 0 22px; max-width: 620px; font-size: clamp(45px, 5.15vw, 71px); line-height: 1.03; letter-spacing: -.055em; }
h1 span { color: transparent; background: linear-gradient(100deg, var(--primary-dark), var(--purple)); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 580px; margin: 0; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.text-link { color: var(--ink); font-size: 14px; font-weight: 700; border-bottom: 1px solid #c7c7d7; padding-bottom: 4px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin: 30px 0 0; padding: 0; list-style: none; color: #59596e; font-size: 13px; font-weight: 600; }
.hero-proof span { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 5px; border-radius: 50%; color: var(--primary-dark); background: #e7e9ff; font-size: 11px; }

.product-stage { position: relative; padding: 42px 2px 42px 30px; }
.stage-glow { position: absolute; width: 78%; aspect-ratio: 1; left: 14%; top: 7%; border-radius: 50%; background: linear-gradient(135deg, rgba(99,102,241,.19), rgba(147,51,234,.15)); filter: blur(35px); }
.product-window { position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(99,102,241,.18); border-radius: 22px; background: rgba(255,255,255,.94); box-shadow: 0 40px 100px rgba(46,43,111,.2), 0 4px 10px rgba(46,43,111,.08); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); }
.window-bar { height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid #eeeef5; }
.window-brand { display: flex; align-items: center; gap: 8px; font: 600 11px var(--font-display); }
.window-brand img { width: 22px; height: 22px; object-fit: contain; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 6px; height: 6px; border-radius: 50%; background: #d9d9e3; }
.window-body { display: grid; grid-template-columns: 130px 1fr; min-height: 402px; }
.app-sidebar { display: flex; flex-direction: column; gap: 8px; padding: 24px 14px; background: #f8f8fc; border-right: 1px solid #ededf4; }
.app-nav { display: flex; align-items: center; gap: 8px; min-height: 34px; padding: 0 10px; border-radius: 8px; color: #8b8b9d; font-size: 8px; }
.app-nav i { width: 9px; height: 9px; border: 1.5px solid currentColor; border-radius: 2px; }
.app-nav.active { color: var(--primary-dark); background: #ececff; }
.storage-card { margin-top: auto; padding: 12px; color: #fff; background: linear-gradient(145deg, #6366f1, #843ed5); border-radius: 11px; font-style: normal; }
.storage-card small, .storage-card strong { display: block; }
.storage-card small { opacity: .72; font-size: 7px; }
.storage-card strong { margin-top: 4px; font-size: 8px; }
.storage-card em { display: block; height: 3px; margin-top: 10px; border-radius: 4px; background: linear-gradient(to right, #fff 64%, rgba(255,255,255,.22) 64%); }
.app-main { min-width: 0; padding: 26px 24px; }
.app-heading { display: flex; align-items: center; justify-content: space-between; }
.app-heading small, .app-heading strong { display: block; }
.app-heading small { color: #a1a1b0; font-size: 8px; }
.app-heading strong { margin-top: 3px; font: 600 16px var(--font-display); }
.app-add { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: var(--primary); box-shadow: 0 8px 16px rgba(99,102,241,.25); }
.search-bar { height: 37px; display: flex; align-items: center; gap: 9px; margin: 20px 0 16px; padding: 0 12px; border: 1px solid #e6e6ef; border-radius: 9px; color: #aaaaba; font-size: 8px; }
.search-bar svg { width: 13px; }
.folder-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.folder { min-width: 0; padding: 13px 11px; border-radius: 10px; }
.folder span { display: block; margin-bottom: 16px; font-size: 17px; transform: rotate(90deg); transform-origin: 7px 7px; }
.folder small, .folder b { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.folder small { font-size: 8px; font-weight: 700; }
.folder b { margin-top: 3px; opacity: .55; font-size: 6px; }
.folder-purple { color: #6457d9; background: #efefff; }
.folder-blue { color: #3f74c9; background: #edf5ff; }
.folder-pink { color: #a855b8; background: #fbf0ff; }
.recent-head { display: flex; justify-content: space-between; margin: 21px 0 9px; font-size: 8px; }
.recent-head small { color: var(--primary); }
.file-row { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 9px; padding: 8px 5px; border-top: 1px solid #f0f0f5; font-size: 7px; }
.file-row strong, .file-row small { display: block; }
.file-row small { margin-top: 2px; color: #a2a2b0; font-size: 6px; }
.file-row > i { color: #a4a4b4; font-style: normal; letter-spacing: 1px; }
.file-icon { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 7px; color: #e24f5c; background: #fff0f1; font-size: 6px; font-weight: 700; }
.file-doc { color: #5374cf; background: #eef2ff; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(99,102,241,.12); border-radius: 13px; background: rgba(255,255,255,.93); box-shadow: 0 18px 40px rgba(38,34,92,.16); backdrop-filter: blur(10px); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font: 600 10px var(--font-display); }
.floating-card small { margin-top: 2px; color: #8b8b9d; font-size: 7px; }
.float-icon { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: linear-gradient(135deg, var(--primary), var(--purple)); font-size: 12px; }
.secure-card { left: 0; bottom: 16px; }
.search-card { right: -18px; top: 11px; }
.search-symbol { font-size: 20px; }

.trust-strip { position: relative; z-index: 4; border-top: 1px solid #eeeeF5; border-bottom: 1px solid #eeeeF5; background: rgba(255,255,255,.94); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 17px; min-height: 105px; padding: 0 40px; border-right: 1px solid #ececf3; }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border: 0; }
.trust-grid span { color: #c3c4d8; font: 600 12px var(--font-display); }
.trust-grid p { margin: 0; color: #6d6d7e; font-size: 13px; line-height: 1.45; }
.trust-grid strong { display: block; color: var(--ink); font-family: var(--font-display); font-size: 15px; }

.section { padding: 112px 0; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.split-heading h2, .section-heading h2, .why-copy h2, .cta-content h2 { margin: 18px 0 0; font-size: clamp(35px, 4.2vw, 55px); line-height: 1.08; letter-spacing: -.045em; }
.split-heading p, .section-heading p { margin: 0; color: var(--muted); font-size: 16px; }
.before-after { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 52px; }
.contrast-card { position: relative; min-height: 390px; overflow: hidden; padding: 36px; border-radius: var(--radius-lg); }
.muted-card { border: 1px solid var(--line); background: #f8fafc; }
.highlight-card { color: #fff; background: linear-gradient(145deg, #5255dc, #7d42da); box-shadow: 0 25px 70px rgba(99,102,241,.22); }
.card-kicker { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: .65; }
.contrast-card h3 { position: relative; margin: 132px 0 10px; font-size: 26px; letter-spacing: -.025em; }
.contrast-card p { position: relative; max-width: 430px; margin: 0; color: #737386; }
.highlight-card p { color: rgba(255,255,255,.75); }
.highlight-card ul { display: flex; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.highlight-card li { padding: 7px 11px; border: 1px solid rgba(255,255,255,.17); border-radius: 100px; background: rgba(255,255,255,.1); font-size: 11px; font-weight: 700; }
.messy-stack, .organized-icon { position: absolute; top: 68px; right: 58px; width: 150px; height: 115px; }
.paper { position: absolute; width: 78px; height: 97px; border: 1px solid #dadde4; border-radius: 8px; background: #fff; box-shadow: 0 8px 20px rgba(40,40,70,.08); }
.paper::before, .paper::after { content: ""; position: absolute; left: 13px; right: 13px; height: 4px; border-radius: 3px; background: #e5e7eb; }
.paper::before { top: 19px; box-shadow: 0 12px #eceef2, 0 24px #eceef2; }
.paper::after { top: 55px; right: 30px; }
.paper-one { left: 7px; top: 8px; transform: rotate(-13deg); }
.paper-two { left: 42px; top: 0; transform: rotate(7deg); }
.paper-three { left: 70px; top: 13px; transform: rotate(16deg); }
.organized-icon { display: flex; flex-direction: column; justify-content: center; gap: 8px; }
.organized-icon span { width: 130px; height: 28px; border-radius: 8px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.15); }
.organized-icon span:nth-child(2) { margin-left: -13px; background: rgba(255,255,255,.25); }

.services-section { background: linear-gradient(180deg, #f8fafc 0%, #fff 100%); }
.section-heading.centered { max-width: 720px; margin: 0 auto; text-align: center; }
.section-heading.centered p { max-width: 580px; margin: 18px auto 0; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 52px; }
.service-card { position: relative; min-height: 330px; overflow: hidden; padding: 34px; border: 1px solid #e8e8f0; border-radius: var(--radius); background: #fff; box-shadow: 0 15px 45px rgba(35,35,70,.055); }
.service-card.featured { color: #fff; border-color: transparent; background: linear-gradient(145deg, #25274f, #373368); }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--primary-dark); background: var(--lavender); }
.featured .service-icon { color: #fff; background: rgba(255,255,255,.12); }
.service-icon svg { width: 23px; height: 23px; }
.service-card h3 { margin: 29px 0 10px; font-size: 22px; }
.service-card p { max-width: 370px; margin: 0; color: var(--muted); font-size: 14px; }
.featured p { color: rgba(255,255,255,.68); }
.mini-badge { position: absolute; top: 35px; right: 35px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.15); border-radius: 100px; color: rgba(255,255,255,.8); background: rgba(255,255,255,.08); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.card-visual, .card-search, .share-visual, .shield-visual { position: absolute; right: 34px; bottom: 27px; }
.folders-visual { width: 158px; height: 71px; }
.folders-visual i { position: absolute; bottom: 0; width: 80px; height: 58px; border-radius: 10px; border: 1px solid rgba(255,255,255,.15); background: linear-gradient(145deg, rgba(255,255,255,.22), rgba(255,255,255,.07)); transform: skewY(-5deg); }
.folders-visual i:nth-child(1) { left: 0; opacity: .4; }
.folders-visual i:nth-child(2) { left: 38px; bottom: 5px; opacity: .7; }
.folders-visual i:nth-child(3) { left: 76px; bottom: 10px; }
.card-search { width: 160px; height: 52px; display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 10px; padding: 0 13px; border: 1px solid #e4e4ed; border-radius: 12px; box-shadow: 0 10px 24px rgba(45,45,80,.08); }
.card-search span { font-size: 26px; color: var(--primary); }
.card-search i { height: 5px; border-radius: 5px; background: #e7e7ee; }
.card-search i:last-child { width: 65%; grid-column: 2; margin-top: -21px; background: #f0f0f5; }
.share-visual { display: flex; align-items: center; }
.share-visual i { width: 43px; height: 43px; display: grid; place-items: center; margin-left: -8px; border: 3px solid #fff; border-radius: 50%; color: #fff; background: var(--primary); font-style: normal; font-size: 11px; font-weight: 700; }
.share-visual i:nth-child(2) { background: var(--purple); }
.share-visual span { margin-left: 9px; padding: 7px 10px; border-radius: 8px; color: var(--primary-dark); background: var(--lavender); font-size: 9px; font-weight: 700; }
.shield-visual { display: grid; justify-items: center; padding: 15px 26px; border-radius: 15px; color: #fff; background: linear-gradient(145deg, var(--primary), var(--purple)); }
.shield-visual span { font: 700 28px/1 Arial; }
.shield-visual small { margin-top: 7px; font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.why-section { position: relative; overflow: hidden; color: #fff; background: #202044; }
.why-section::after { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; top: -250px; border-radius: 50%; background: radial-gradient(circle, rgba(147,51,234,.34), transparent 68%); }
.why-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.section-label.light { color: #bfc2ff; }
.why-copy p { max-width: 500px; margin: 24px 0 32px; color: rgba(255,255,255,.64); }
.why-list article { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.why-list article:last-child { border-bottom: 0; }
.why-list article > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; color: #c8caff; background: rgba(255,255,255,.06); font: 600 11px var(--font-display); }
.why-list h3 { margin: 0 0 6px; font-size: 19px; }
.why-list p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; }

.process-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 58px; }
.process-grid::before { content: ""; position: absolute; left: 16.5%; right: 16.5%; top: 54px; border-top: 1px dashed #c9cae0; }
.process-grid article { position: relative; z-index: 2; text-align: center; padding: 0 24px; }
.step-number { position: absolute; top: 2px; left: calc(50% + 32px); width: 23px; height: 23px; display: grid; place-items: center; border: 3px solid #fff; border-radius: 50%; color: #fff; background: var(--primary); font-size: 9px; font-weight: 700; }
.step-icon { width: 74px; height: 74px; display: grid; place-items: center; margin: 17px auto 25px; border: 1px solid #e1e2f0; border-radius: 22px; color: var(--primary-dark); background: linear-gradient(145deg, #fff, #f1f3ff); box-shadow: 0 14px 35px rgba(65,62,130,.1); font: 500 29px var(--font-display); }
.process-grid h3 { margin-bottom: 9px; font-size: 19px; }
.process-grid p { max-width: 280px; margin: 0 auto; color: var(--muted); font-size: 13px; }

.final-cta { padding: 0 0 90px; }
.cta-panel { position: relative; min-height: 430px; display: flex; align-items: center; overflow: hidden; padding: 65px 70px; border-radius: 38px; color: #fff; background: linear-gradient(125deg, #4f46e5 0%, #703ed2 68%, #9333ea 100%); box-shadow: 0 30px 80px rgba(85,65,190,.25); }
.cta-pattern { position: absolute; inset: 0; opacity: .15; background-image: radial-gradient(circle, #fff 1.2px, transparent 1.2px); background-size: 25px 25px; mask-image: linear-gradient(to right, transparent, black); }
.cta-content { position: relative; z-index: 2; max-width: 660px; }
.eyebrow-light { color: #fff; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.09); box-shadow: none; }
.cta-content h2 { font-size: clamp(38px, 4.7vw, 60px); }
.cta-content p { margin: 18px 0 29px; color: rgba(255,255,255,.72); }
.cta-document { position: absolute; right: 75px; top: 76px; width: 190px; height: 245px; padding: 62px 30px 30px; border: 1px solid rgba(255,255,255,.42); border-radius: 23px; background: rgba(255,255,255,.14); box-shadow: 0 24px 70px rgba(28,20,88,.2); transform: rotate(8deg); backdrop-filter: blur(9px); }
.cta-document::before { content: ""; position: absolute; inset: 11px; border: 1px solid rgba(255,255,255,.11); border-radius: 16px; }
.doc-fold { position: absolute; top: 0; right: 0; width: 55px; height: 55px; border: 1px solid rgba(255,255,255,.35); border-radius: 0 0 0 15px; background: rgba(255,255,255,.08); }
.cta-document i { position: relative; z-index: 2; display: block; width: 100%; height: 7px; margin-bottom: 14px; border-radius: 5px; background: rgba(255,255,255,.28); }
.cta-document i:nth-of-type(2) { width: 75%; }
.cta-document i:nth-of-type(3) { width: 88%; }
.cta-document b { position: absolute; z-index: 3; right: -25px; bottom: 25px; display: flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 11px; color: var(--ink); background: #fff; box-shadow: 0 12px 30px rgba(28,20,88,.2); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.cta-document b span { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--red); font: 700 14px Arial; }

.site-footer { padding: 70px 0 25px; background: #f8fafc; border-top: 1px solid #ececf2; }
.footer-main { display: grid; grid-template-columns: 1fr 180px 180px; gap: 60px; }
.footer-brand { margin-bottom: 19px; }
.footer-main > div:first-child p { max-width: 430px; color: var(--muted); font-size: 13px; }
.footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; color: var(--muted); font-size: 13px; }
.footer-nav strong { margin-bottom: 5px; color: var(--ink); font-family: var(--font-display); font-size: 13px; }
.footer-nav a:hover { color: var(--primary); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 22px; border-top: 1px solid #e4e6eb; color: #9292a0; font-size: 11px; }

@media (max-width: 980px) {
  .nav { display: none; }
  .hero { padding-top: 135px; }
  .hero-grid { grid-template-columns: 1fr; gap: 25px; }
  .hero-copy { max-width: 700px; }
  .product-stage { max-width: 700px; width: 100%; margin: 0 auto; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .why-grid { grid-template-columns: 1fr; gap: 45px; }
  .cta-document { opacity: .35; right: 40px; }
  .cta-content { max-width: 600px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 72px; }
  .header-inner > .button { display: none; }
  .hero { min-height: auto; padding: 118px 0 65px; }
  .hero-grid { gap: 28px; }
  h1 { font-size: 43px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 12px; }
  .product-stage { padding: 25px 0 48px; }
  .product-window { border-radius: 16px; transform: none; }
  .window-body { grid-template-columns: 88px 1fr; min-height: 335px; }
  .app-sidebar { padding: 16px 7px; }
  .app-nav { padding: 0 5px; }
  .app-main { padding: 18px 12px; }
  .folder-grid { gap: 5px; }
  .folder { padding: 9px 6px; }
  .folder span { margin-bottom: 10px; }
  .floating-card { transform: scale(.87); }
  .search-card { right: -8px; }
  .secure-card { left: -7px; }
  .trust-grid { grid-template-columns: 1fr; padding: 10px 0; }
  .trust-grid > div, .trust-grid > div:first-child { min-height: 72px; padding: 0; border-right: 0; border-bottom: 1px solid #ececf3; }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .split-heading h2, .section-heading h2, .why-copy h2, .cta-content h2 { font-size: 36px; }
  .before-after, .service-grid, .process-grid { grid-template-columns: 1fr; }
  .contrast-card { min-height: 365px; padding: 28px; }
  .contrast-card h3 { margin-top: 142px; }
  .messy-stack, .organized-icon { right: 28px; }
  .service-card { min-height: 350px; padding: 28px; }
  .mini-badge { top: 29px; right: 28px; }
  .why-list article { grid-template-columns: 45px 1fr; gap: 14px; }
  .process-grid { gap: 48px; }
  .process-grid::before { display: none; }
  .final-cta { padding-bottom: 55px; }
  .cta-panel { min-height: 520px; align-items: flex-start; padding: 48px 28px; border-radius: 27px; }
  .cta-content { position: relative; z-index: 3; }
  .cta-document { right: 32px; top: auto; bottom: -80px; opacity: .25; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (max-width: 390px) {
  h1 { font-size: 38px; }
  .eyebrow { font-size: 9px; }
  .window-body { grid-template-columns: 70px 1fr; }
  .storage-card { display: none; }
  .app-main { padding: 16px 8px; }
  .app-heading strong { font-size: 13px; }
  .folder-grid { grid-template-columns: repeat(2, 1fr); }
  .folder:last-child { display: none; }
  .search-card { display: none; }
  .service-card p { max-width: 240px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
