:root {
  --ivory: #fcfaf6;
  --pearl: #f9fafb;
  --surface: #fffefa;
  --soft: #f6f8fa;
  --blue: #2679b9;
  --cyan: #65b0cf;
  --navy: #374e66;
  --ink: #313e4c;
  --muted: #74828f;
  --gold: #be9e5e;
  --border: #e5eaef;
  --success: #468467;
  --night: #071019;
  --night-2: #0b1d2a;
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --shadow: 0 30px 80px rgba(37, 59, 79, 0.12);
  --font-body: "Poppins", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Poppins", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.sr-only { position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0; }
.hero h1,.statement-title,.section-heading h2,.security-copy h2,.faq-intro h2,.final-cta h2,.feature-card h3,.intelligence-item h3,.plan-card h3,.quote-shell blockquote { font-family:var(--font-display); }
.shell { width: var(--shell); margin-inline: auto; }
.narrow-shell { max-width: 900px; }
.section { padding: 110px 0; }
.skip-link {
  position: fixed; left: 16px; top: 14px; z-index: 9999; transform: translateY(-180%);
  background: var(--night); color: white; padding: 11px 16px; border-radius: 12px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000; padding: 14px 0;
  transition: background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
}
.site-header.scrolled {
  background: rgba(252,250,246,.82);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  box-shadow: 0 1px 0 rgba(49,62,76,.08);
}
.nav-shell { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 48px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 760; letter-spacing: -.035em; font-size: 18px; }
.brand-symbol { position:relative;display:block;flex:0 0 auto;width:38px;height:33px;overflow:hidden; }
.brand-symbol img { position:absolute;display:block;width:60px;max-width:none;height:auto;left:-14px;top:-1px;border-radius:0; }
.desktop-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.desktop-nav a, .text-link { font-size: 13px; color: #4d5b68; transition: color .2s ease; }
.desktop-nav a:hover, .text-link:hover { color: var(--blue); }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.language-combobox { position:relative;z-index:15; }
.language-trigger { display:flex;align-items:center;gap:7px;height:38px;padding:0 11px;border:1px solid rgba(45,64,79,.11);border-radius:13px;background:rgba(255,255,255,.82);box-shadow:0 10px 28px rgba(38,57,72,.08);cursor:pointer;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease; }
.language-trigger:hover,.language-trigger:focus-visible,.language-trigger[aria-expanded="true"] { border-color:rgba(38,121,185,.28);box-shadow:0 14px 34px rgba(38,57,72,.13);outline:none; }
.language-trigger[aria-expanded="true"] { transform:translateY(1px); }
.language-flag { font-size:17px;line-height:1; }
.language-code { min-width:20px;font-size:10px;font-weight:760;letter-spacing:.06em;color:#283b49; }
.language-trigger svg { width:10px;height:7px;fill:none;stroke:#75838d;stroke-width:1.6;transition:transform .25s ease; }
.language-trigger[aria-expanded="true"] svg { transform:rotate(180deg); }
.language-options { position:absolute;right:0;top:calc(100% + 10px);width:238px;max-height:min(520px,calc(100vh - 90px));overflow:auto;padding:8px;border:1px solid rgba(45,64,79,.11);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 26px 70px rgba(28,48,63,.18);backdrop-filter:blur(18px) saturate(1.15);-webkit-backdrop-filter:blur(18px) saturate(1.15);animation:languageMenuIn .28s cubic-bezier(.2,.75,.25,1) both; }
.language-options[hidden] { display:none; }
.language-options button { width:100%;display:grid;grid-template-columns:28px 1fr 28px 20px;align-items:center;gap:8px;padding:10px 11px;border:0;border-radius:12px;background:transparent;text-align:left;cursor:pointer;transition:background .2s ease,color .2s ease; }
.language-options button:hover,.language-options button:focus-visible { background:#f1f7fa;outline:none; }
.language-options button>span { font-size:19px;line-height:1; }
.language-options button>b { font-size:11px;font-weight:650;color:#324553; }
.language-options button>small { color:#94a0a9;font-size:8px;font-weight:700;letter-spacing:.08em; }
.language-options button>i { color:var(--blue);font-size:11px;font-style:normal;opacity:0; }
.language-options button[aria-selected="true"] { background:#edf6fa; }
.language-options button[aria-selected="true"]>i { opacity:1; }
[data-no-translate] { direction:ltr; }
html[dir="rtl"] .language-options { right:auto;left:0; }
html[dir="rtl"] .language-options button { text-align:right; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px;
  padding: 0 22px; border-radius: 16px; font-size: 14px; font-weight: 680; letter-spacing: -.015em;
  border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 16px; border-radius: 13px; font-size: 12px; }
.button-dark { background: var(--night); color: white; box-shadow: 0 8px 24px rgba(7,16,25,.16); }
.button-primary { background: linear-gradient(135deg, var(--blue), #278ec6); color: white; box-shadow: 0 18px 44px rgba(38,121,185,.24); }
.button-ghost { background: rgba(255,255,255,.62); border-color: rgba(49,62,76,.10); color: var(--ink); }
.button-light { background: white; color: var(--night); }
.button-white { background: white; color: var(--night); box-shadow: 0 18px 44px rgba(0,0,0,.16); }
.button-outline-light { border-color: rgba(255,255,255,.25); color: white; background: rgba(255,255,255,.04); }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 0; position: relative; }
.menu-button span { position: absolute; left: 10px; right: 10px; height: 1.5px; background: var(--ink); transition: transform .25s ease, top .25s ease; }
.menu-button span:first-child { top: 16px; }
.menu-button span:last-child { top: 24px; }
.menu-button[aria-expanded="true"] span:first-child { top: 20px; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { top: 20px; transform: rotate(-45deg); }
.mobile-nav { background: rgba(252,250,246,.98); padding: 18px 24px 28px; border-top: 1px solid var(--border); }
.mobile-nav a { display: block; padding: 13px 0; font-weight: 620; border-bottom: 1px solid rgba(229,234,239,.75); }

.hero {
  min-height: 980px; padding: 170px 0 120px; position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 16% 8%, rgba(255,255,255,.98) 0 9%, transparent 35%),
    linear-gradient(180deg, #fdfcf9 0%, #fcfaf6 62%, #f8f7f2 100%);
}
.hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 180px;
  background: linear-gradient(180deg, transparent, rgba(249,247,241,.98)); pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 72px; position: relative; z-index: 2; }
.hero-copy { padding-bottom: 34px; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 780; color: var(--blue); }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 24px; }
.eyebrow span { width: 24px; height: 1px; background: var(--blue); }
.hero h1 {
  margin: 0; max-width: 690px; font-size: clamp(46px, 4.5vw, 68px); line-height: 1.02; letter-spacing: -.05em;
  font-weight: 600; color: #202a33;
}
.hero h1 em { font-style: normal; font-weight: 600; color: inherit; }
.hero-lead { margin: 24px 0 0; max-width: 610px; font-size: 16px; line-height: 1.68; color: #65727e; letter-spacing: -.012em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; font-size: 11px; color: #7f8a94; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-dot { width: 5px; height: 5px; border-radius: 999px; background: var(--gold); box-shadow: 0 0 0 4px rgba(190,158,94,.10); }
.hero-aurora { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .42; pointer-events: none; }
.hero-aurora-one { width: 440px; height: 440px; background: rgba(70,188,236,.28); right: 5%; top: 11%; animation:auroraDriftOne 16s ease-in-out infinite; }
.hero-aurora-two { width: 320px; height: 320px; background: rgba(38,121,185,.16); right: 27%; bottom: 6%; animation:auroraDriftTwo 19s ease-in-out infinite; }
.hero-visual { min-height: 700px; position: relative; display: grid; place-items: center; }
.hero-visual-original { isolation:isolate; }
.hero-phone-stage { position:relative;z-index:2;width:100%;height:720px;display:grid;place-items:center;animation:heroPhoneFloat 8.5s cubic-bezier(.45,.05,.55,.95) infinite;will-change:transform; }
.hero-phone-art { width:auto;max-width:min(100%,560px);height:min(720px,72vw);object-fit:contain;filter:drop-shadow(0 38px 44px rgba(31,55,72,.18)); }
.hero-visual-original .phone-shadow { bottom:78px;animation:heroShadow 8.5s cubic-bezier(.45,.05,.55,.95) infinite; }
.halo { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(76,189,231,.28), rgba(38,121,185,.06) 52%, transparent 72%); filter: blur(12px); }
.phone-shadow { position: absolute; width: 370px; height: 120px; bottom: 60px; border-radius: 50%; background: rgba(22,48,67,.18); filter: blur(35px); transform: rotate(-3deg); }
.phone-photo { position:relative;display:block;width:440px;max-width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 38px 45px rgba(30,55,76,.22)); }
.phone { position: relative; width: 350px; transform: rotate(3.2deg); filter: drop-shadow(0 38px 45px rgba(30,55,76,.22)); }
.phone-frame { padding: 10px; border-radius: 52px; background: linear-gradient(145deg, #1e2932, #88929a 45%, #141c22 53%, #52616c); box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); }
.app-screen { position: relative; height: 690px; overflow: hidden; border-radius: 43px; background: var(--ivory); padding: 56px 18px 90px; }
.dynamic-island { position: absolute; z-index: 4; top: 21px; left: 50%; width: 105px; height: 30px; transform: translateX(-50%); border-radius: 999px; background: #050708; }
.app-topbar { display: flex; justify-content: space-between; align-items: center; }
.app-topbar > div:first-child { display: flex; flex-direction: column; gap: 2px; }
.app-topbar strong { color: #2380c3; font-size: 18px; letter-spacing: -.03em; }
.app-topbar span { color: #9199a0; font-size: 9px; }
.top-icons { display: flex; align-items: center; gap: 7px; }
.app-icon-chip { width: 27px; height: 27px; border-radius: 9px; background: white; display: grid; place-items: center; border: 1px solid #edf0f2; }
.qr-mini { width: 26px; height: 26px; border: 2px dotted #6e7982; border-radius: 5px; background: linear-gradient(90deg, transparent 45%, #65717a 45% 55%, transparent 55%), linear-gradient(0deg, transparent 45%, #65717a 45% 55%, transparent 55%); }
.welcome-card { margin-top: 17px; padding: 16px; border-radius: 20px; background: linear-gradient(140deg, #f6fbfd, white); border: 1px solid #e9eef1; box-shadow: 0 11px 24px rgba(59,84,104,.06); }
.welcome-card > span { font-size: 9px; color: #83909a; }
.welcome-card > strong { display: block; margin-top: 4px; font-size: 14px; line-height: 1.25; color: #31404d; }
.mini-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 14px; }
.mini-stats div { padding: 9px 8px; border-radius: 11px; background: #f5f8fa; }
.mini-stats b { display: block; font-size: 15px; color: #2a78b3; }
.mini-stats small { font-size: 7px; color: #8a949c; }
.app-section { margin-top: 17px; }
.app-section-head { display: flex; align-items: center; justify-content: space-between; }
.app-section-head b { font-size: 12px; }
.app-section-head span { color: var(--blue); font-size: 7px; }
.avatar-row { display: flex; gap: 10px; margin-top: 9px; }
.avatar { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-size: 8px; font-weight: 700; color: #3a5569; background: linear-gradient(145deg, #d8ebf4, #f0f5f7); border: 1px solid #cfe1ea; }
.avatar.plus { background: white; color: var(--blue); border-style: solid; border-color: rgba(38,121,185,.45); font-size: 15px; }
.avatar-sprite { background-image:url('assets/contact-avatars.png') !important;background-size:485% 323% !important;background-repeat:no-repeat !important;background-color:#eaf0f3 !important;color:transparent !important; }
.sprite-1{background-position:15.3% 14.9% !important}.sprite-2{background-position:49.9% 14.9% !important}.sprite-3{background-position:85% 14.9% !important}.sprite-4{background-position:15.3% 78.2% !important}.sprite-5{background-position:49.9% 78.2% !important}.sprite-6{background-position:85% 78.2% !important}
.avatar-azure { background:linear-gradient(145deg,#b8dff0,#eef8fb);color:#24698e; }.avatar-sand { background:linear-gradient(145deg,#ead9b6,#fff7e8);color:#8a6536; }.avatar-sage { background:linear-gradient(145deg,#cce4d6,#f2faf5);color:#3f7658; }.avatar-ink { background:linear-gradient(145deg,#304a5c,#8296a4);color:white; }
.store-row { display: flex; gap: 8px; margin-top: 8px; }
.store-add { width: 40px; height: 40px; flex: 0 0 40px; border-radius: 10px; display: grid; place-items: center; background: white; color: var(--blue); border: 1px solid rgba(38,121,185,.45); }
.store-card { width: 92px; height: 40px; border-radius: 10px; padding: 8px; background: linear-gradient(135deg, #f2d8a6, #fff3df); display: flex; gap: 6px; align-items: center; }
.store-card.alt { background: linear-gradient(135deg, #d4e8f2, #f7fbfc); }
.store-card i { width: 18px; height: 18px; border-radius: 6px; background: rgba(255,255,255,.72); }
.store-card b { font-size: 7px; color: #4d5660; }
.recent-section { margin-top: 18px; }
.recent-item { display: grid; grid-template-columns: 38px 1fr auto; gap: 9px; align-items: center; padding: 9px 0; border-bottom: 1px solid #e9edef; }
.doc-thumb { width: 36px; height: 42px; border-radius: 8px; display: grid; place-items: center; font-size: 7px; font-weight: 800; color: #286fa3; background: #e9f5fa; }
.doc-thumb.pale { color: #8c6d39; background: #f8f0e2; }
.recent-item div { min-width: 0; }
.recent-item b { display: block; font-size: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.recent-item small { display: block; margin-top: 3px; font-size: 6.5px; color: #929ba3; }
.recent-item > span:last-child { color: #9aa2a8; }
.app-bottom-nav { position: absolute; left: 0; right: 0; bottom: 0; height: 70px; display: grid; grid-template-columns: repeat(5,1fr); align-items: center; background: rgba(255,255,255,.98); border-top: 1px solid #edf0f2; }
.app-bottom-nav > span { display: flex; flex-direction: column; align-items: center; gap: 2px; font-size: 13px; color: #9ca4aa; }
.app-bottom-nav small { font-size: 6px; }
.app-bottom-nav .active { color: var(--blue); }
.app-bottom-nav button { width: 48px; height: 48px; margin: -28px auto 0; border: 4px solid white; border-radius: 14px; background: var(--blue); color: white; font-size: 25px; box-shadow: 0 8px 18px rgba(38,121,185,.28); }
.floating-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 12px 14px; min-width: 200px; border-radius: 17px; background: rgba(255,255,255,.82); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,.92); box-shadow: 0 18px 40px rgba(42,69,89,.12); }
.floating-card-one { right: -2px; top: 160px; transform: rotate(-2deg); }
.floating-card-two { left: 0; bottom: 130px; transform: rotate(1deg); }
.floating-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: #eaf6f0; color: var(--success); font-weight: 850; }
.qr-symbol { background: #ecf6fb; color: var(--blue); }
.floating-card b { display: block; font-size: 10px; }
.floating-card small { display: block; margin-top: 3px; color: #8a949c; font-size: 7px; }
.hero-scroll { position: absolute; z-index: 4; bottom: 32px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; color: #97a0a7; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.hero-scroll span { color: var(--blue); }

.statement { background: #f8f7f2; text-align: center; }
.section-kicker { margin: 0 0 22px; }
.statement-title { margin: 0; font-size: clamp(38px, 4vw, 56px); line-height: 1.08; letter-spacing: -.04em; font-weight: 600; color: #27323c; }
.statement-title span, .section-heading h2 span, .plans-heading h2 span, .faq-intro h2 span { color: inherit; font-weight: 500; font-style: normal; }
.statement-copy { margin: 26px auto 0; max-width: 760px; font-size: 16px; line-height: 1.76; color: #6f7b85; }

.feature-showcase { background: var(--ivory); }
.section-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: 70px; align-items: end; margin-bottom: 54px; }
.section-heading h2, .security-copy h2, .plans-heading h2, .faq-intro h2, .final-cta h2 { margin: 0; font-size: clamp(36px, 3.6vw, 52px); line-height: 1.08; letter-spacing: -.04em; font-weight: 600; }
.section-heading > p { margin: 0 0 4px; color: #73808a; line-height: 1.7; font-size: 15px; }
.bento-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.feature-card { min-height: 430px; position: relative; overflow: hidden; padding: 34px; border-radius: var(--radius-lg); background: #fffefa; border: 1px solid rgba(214,222,228,.78); box-shadow: 0 18px 50px rgba(62,83,99,.055); }
.feature-card-large { grid-column: span 2; min-height: 520px; }
.feature-number { position: absolute; right: 28px; top: 26px; font-size: 10px; letter-spacing: .16em; color: #a2adb6; }
.feature-card h3 { max-width: 510px; margin: 22px 0 10px; font-size: 28px; font-weight:600; letter-spacing: -.035em; line-height: 1.12; }
.feature-card p { max-width: 520px; margin: 0; color: #75818b; font-size: 14px; line-height: 1.72; }
.feature-icon, .line-icon { width: 50px; height: 50px; border-radius: 16px; background: #eef6fa; position: relative; }
.icon-doc { padding: 12px 13px; }
.icon-doc span { display: block; width: 20px; height: 26px; border: 1.5px solid var(--blue); border-radius: 4px; }
.icon-doc i { position: absolute; left: 18px; width: 12px; height: 1px; background: var(--blue); }
.icon-doc i:nth-of-type(1) { top: 21px; } .icon-doc i:nth-of-type(2) { top: 26px; } .icon-doc i:nth-of-type(3) { top: 31px; width: 8px; }
.document-stack { position: absolute; right: 6%; bottom: -20px; width: 390px; height: 340px; }
.paper { position: absolute; width: 260px; height: 330px; border-radius: 20px; background: white; border: 1px solid #e4e9ed; box-shadow: 0 24px 60px rgba(53,76,94,.11); }
.paper-back { right: 0; top: 16px; transform: rotate(12deg); background: #eff7fa; }
.paper-middle { right: 38px; top: 5px; transform: rotate(5deg); background: #faf5ea; }
.paper-front { right: 78px; top: 0; transform: rotate(-4deg); padding: 32px; }
.paper-front > span { font-size: 8px; color: var(--blue); letter-spacing: .18em; }
.paper-front strong { display: block; margin: 26px 0 22px; font-size: 21px; letter-spacing: -.035em; }
.paper-front i { display: block; width: 100%; height: 5px; border-radius: 9px; background: #ecf0f2; margin: 11px 0; }
.paper-front i.short { width: 62%; }
.paper-tag { position: absolute; left: 28px; bottom: 26px; padding: 7px 10px; border-radius: 999px; background: #eaf5fa; color: var(--blue); font-size: 8px; font-weight: 700; }

.document-pipeline { position:absolute;left:34px;right:34px;bottom:26px;height:270px;overflow:hidden;border:1px solid #dfe7eb;border-radius:25px;background:linear-gradient(145deg,rgba(250,252,252,.98),rgba(245,249,250,.82));box-shadow:0 24px 60px rgba(46,72,90,.09); }
.pipeline-head { height:46px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid #e7edef;background:rgba(255,255,255,.66); }
.pipeline-head span { display:flex;align-items:center;gap:8px;color:#405665;font-size:9px;font-weight:700;letter-spacing:.025em; }
.pipeline-head span i { width:7px;height:7px;border-radius:50%;background:#5da17a;box-shadow:0 0 0 5px rgba(93,161,122,.10);animation:pipelineLive 2.6s ease-out infinite; }
.pipeline-head em { color:#89959d;font-size:8px;font-style:normal;letter-spacing:.08em;text-transform:uppercase; }
.pipeline-canvas { position:relative;height:178px;isolation:isolate; }
.pipeline-rail { position:absolute;z-index:0;left:17%;right:17%;top:87px;height:1px;background:#d7e2e7; }
.pipeline-rail::before { content:"";position:absolute;inset:-8px 0;border-top:1px dashed rgba(79,144,171,.18);border-bottom:1px dashed rgba(79,144,171,.12); }
.pipeline-rail i { display:block;width:28%;height:1px;background:linear-gradient(90deg,transparent,#48a9cf,transparent);box-shadow:0 0 16px rgba(54,161,204,.42);animation:pipelineSignal 4.2s linear infinite; }
.pipeline-source,.pipeline-gate,.pipeline-destination { position:absolute;z-index:3; }
.pipeline-source { left:18px;top:17px;width:185px; }
.pipeline-source>small { display:block;margin:0 0 8px 3px;color:#9aa4aa;font-size:7px;font-weight:700;letter-spacing:.14em; }
.source-file-list { display:grid;grid-template-columns:1fr 1fr;gap:7px; }
.source-format { min-width:0;display:grid;grid-template-columns:26px 1fr;align-items:center;gap:7px;padding:7px 8px;border:1px solid #e2e9ec;border-radius:11px;background:rgba(255,255,255,.91);box-shadow:0 7px 18px rgba(45,69,85,.055); }
.source-format b { width:26px;height:26px;display:grid;place-items:center;border-radius:7px;color:white;font-size:8px; }
.source-format em { overflow:hidden;color:#60717d;font-size:7px;font-style:normal;text-overflow:ellipsis;white-space:nowrap; }
.format-word b{background:#357abe}.format-excel b{background:#358a67}.format-image b{background:#7a69b7}.format-pdf b{background:#b85d5d}
.pipeline-gate { left:50%;top:14px;width:160px;transform:translateX(-50%);text-align:center; }
.gate-index { position:absolute;right:5px;top:2px;color:#a8b1b7;font-size:7px;letter-spacing:.1em; }
.gate-lens { position:relative;width:82px;height:82px;margin:0 auto 8px;display:grid;place-items:center;border:1px solid #cfe0e7;border-radius:24px;background:rgba(255,255,255,.9);box-shadow:0 18px 42px rgba(42,80,101,.11),inset 0 0 0 7px #f4f8f9;overflow:hidden; }
.gate-lens::before,.gate-lens::after { content:"";position:absolute;width:38px;height:38px;border:1px solid rgba(38,121,185,.19);border-radius:50%; }
.gate-lens::after { width:54px;height:54px;border-style:dashed;animation:gateOrbit 8s linear infinite; }
.gate-lens i { position:absolute;left:10px;right:10px;top:10px;height:1px;background:linear-gradient(90deg,transparent,#3ca6cf,transparent);box-shadow:0 0 12px rgba(47,161,205,.75);animation:gateScan 2.6s ease-in-out infinite; }
.gate-lens b { position:relative;z-index:2;color:#286b91;font-size:12px;letter-spacing:.12em; }
.pipeline-gate strong,.pipeline-gate small { display:block; }.pipeline-gate strong{color:#344b5a;font-size:10px}.pipeline-gate small{margin-top:3px;color:#88949c;font-size:7px}
.pipeline-destination { right:18px;top:28px;width:200px;min-height:118px;display:grid;grid-template-columns:67px 1fr;align-items:center;gap:8px;padding:15px;border:1px solid #dce7e2;border-radius:19px;background:rgba(255,255,255,.94);box-shadow:0 18px 44px rgba(48,82,67,.085); }
.pipeline-destination img { width:62px;height:54px;object-fit:contain;filter:drop-shadow(0 9px 12px rgba(57,80,96,.13)); }
.pipeline-destination small,.pipeline-destination b,.pipeline-destination em { display:block; }.pipeline-destination small{color:#6d9b80;font-size:7px;font-weight:700;letter-spacing:.12em}.pipeline-destination b{margin-top:7px;color:#2f4655;font-size:12px}.pipeline-destination em{margin-top:4px;color:#88949b;font-size:7px;font-style:normal}
.destination-check { position:absolute;right:10px;top:10px;width:21px;height:21px;display:grid;place-items:center;border-radius:50%;background:#e7f4eb;color:#50846a;font-size:9px;animation:destinationPulse 3.4s ease-out infinite; }
.travelling-file { position:absolute;z-index:5;left:20%;top:73px;width:30px;height:38px;display:grid;place-items:center;border:1px solid #cfdde3;border-radius:8px 8px 7px 7px;background:#fff;box-shadow:0 10px 24px rgba(42,70,88,.15);opacity:0;animation:documentJourney 8.8s cubic-bezier(.45,0,.2,1) infinite; }
.travelling-file::after { content:"";position:absolute;right:-1px;top:-1px;border-style:solid;border-width:0 0 8px 8px;border-color:transparent transparent #dce8ed transparent; }
.travelling-file b { color:#356b8c;font-size:7px; }.journey-excel{animation-delay:-2.2s}.journey-image{animation-delay:-4.4s}.journey-pdf{animation-delay:-6.6s}.journey-excel b{color:#397c60}.journey-image b{color:#6f5aa8}.journey-pdf b{color:#a64d4d}
.pipeline-steps { height:46px;display:flex;align-items:center;justify-content:center;gap:13px;padding:0 18px;border-top:1px solid #e7edef;background:rgba(255,255,255,.52); }
.pipeline-steps span { display:flex;align-items:center;gap:6px;color:#62727d;font-size:8px;font-weight:650;white-space:nowrap; }.pipeline-steps span i{color:#9da7ad;font-size:6px;font-style:normal;letter-spacing:.08em}.pipeline-steps>b{width:34px;height:1px;background:#dbe4e8;position:relative}.pipeline-steps>b::after{content:"";position:absolute;right:0;top:-2px;width:5px;height:5px;border-top:1px solid #a9bdc6;border-right:1px solid #a9bdc6;transform:rotate(45deg)}
.folder-icon-image { overflow:visible;background:linear-gradient(145deg,#fff7e3,#f8fbfd); }
.folder-icon-image::before,.folder-icon-image::after { display:none; }
.folder-icon-image img { width:42px;height:42px;object-fit:contain;filter:drop-shadow(0 7px 11px rgba(59,83,101,.12)); }
.folder-pills { position: absolute; left: 34px; right: 34px; bottom: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.folder-pills span { padding: 13px; border-radius: 14px; border: 1px solid #e7ecef; background: #fafcfd; color: #61707c; font-size: 10px; }
.folder-pills span:nth-child(2) { background: #faf6ed; }
.folder-pills span:nth-child(3) { background: #eef8f2; }
.folder-pills span:nth-child(4) { background: #eef6fa; }
.folder-share-scene { position:absolute;left:30px;right:30px;bottom:22px;height:190px; }
.folder-hub { position:absolute;z-index:3;left:50%;top:5px;width:166px;height:152px;transform:translateX(-50%);padding:13px 20px 15px;border-radius:21px;background:linear-gradient(145deg,#f8fbfc,#fff);border:1px solid #dbe5ea;box-shadow:0 22px 44px rgba(47,76,96,.11);animation:folderBreathe 4s ease-in-out infinite;text-align:center; }
.folder-hub-icon { width:62px;height:52px;object-fit:contain;margin:0 auto 2px;filter:drop-shadow(0 8px 12px rgba(52,75,91,.12)); }
.folder-tab { position:absolute;left:18px;top:-10px;width:62px;height:21px;border:1px solid #dbe5ea;border-bottom:0;border-radius:10px 12px 0 0;background:#f8fbfc; }
.folder-hub small,.folder-hub b,.folder-hub em { display:block;position:relative;z-index:2; }
.folder-hub small { color:#8b969e;font-size:7px;text-transform:uppercase;letter-spacing:.11em; }
.folder-hub b { margin-top:7px;font-family:var(--font-display);font-size:22px;font-weight:600;color:#2f4759; }
.folder-hub em { margin-top:5px;color:#6f7f8a;font-size:8px;font-style:normal; }
.folder-person { position:absolute;z-index:4;display:grid;grid-template-columns:34px auto;grid-template-rows:17px 15px;column-gap:8px;align-items:center;padding:8px 11px 8px 8px;border-radius:999px;background:#fff;border:1px solid #e0e7eb;box-shadow:0 14px 30px rgba(48,74,93,.09); }
.folder-person>i { grid-row:1/3;width:34px;height:34px;display:block;border-radius:50%;border:2px solid white;box-shadow:0 5px 12px rgba(49,72,88,.14); }
.folder-person>small { color:#7f8d96;font-size:7px; }
.folder-person::after { content:"Accès";font-size:7px;font-weight:700;color:#354c5d; }
.person-one { left:0;top:12px; }.person-two { right:0;top:6px; }.person-three { right:24px;bottom:0; }
.folder-route { position:absolute;z-index:1;height:1px;border-top:1px dashed #b9d2dd;transform-origin:left center; }
.folder-route span { position:absolute;width:8px;height:10px;top:-6px;border-radius:2px;background:#fff;border:1px solid #75b6d1;box-shadow:0 4px 10px rgba(38,121,185,.15);animation:routeDocument 3.2s ease-in-out infinite; }
.route-one { width:145px;left:91px;top:55px;transform:rotate(8deg); }.route-two { width:140px;left:286px;top:52px;transform:rotate(-10deg); }.route-three { width:128px;left:268px;top:127px;transform:rotate(19deg); }
.route-two span { animation-delay:-1.1s; }.route-three span { animation-delay:-2.1s; }
.dark-card { background: linear-gradient(145deg, #0a1822, #0c2535); border-color: rgba(255,255,255,.08); color: white; }
.dark-card .feature-number { color: rgba(255,255,255,.35); }
.dark-card .share-icon { background: rgba(101,176,207,.12); }
.dark-card p { color: rgba(255,255,255,.56); }
.share-icon i { position: absolute; width: 9px; height: 9px; border: 1.5px solid #7ec9e8; border-radius: 50%; }
.share-icon i:nth-child(1) { left: 11px; top: 19px; }.share-icon i:nth-child(2) { right: 10px; top: 11px; }.share-icon i:nth-child(3) { right: 10px; bottom: 10px; }
.share-icon::before, .share-icon::after { content:""; position:absolute; left:19px; width:16px; height:1.2px; background:#7ec9e8; transform-origin:left center; }
.share-icon::before { top:22px; transform:rotate(-28deg); }.share-icon::after { top:27px; transform:rotate(29deg); }
.share-orbit { position: absolute; right: 20px; bottom: 12px; width: 250px; height: 210px; }
.share-orbit::before { content:""; position:absolute; inset:26px; border:1px solid rgba(101,176,207,.16); border-radius:50%; }
.orbit-center, .orbit-user { position:absolute; display:grid; place-items:center; border-radius:50%; }
.orbit-center { width:72px; height:72px; left:89px; top:68px; background:#102f42; box-shadow:0 0 50px rgba(65,179,225,.23); }
.orbit-center img { width:42px; height:42px; object-fit:contain; }
.orbit-user { width:42px; height:42px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12); font-size:9px; color:#a9d8ea; }
.user-one { left:15px; top:20px; }.user-two { right:9px; top:42px; }.user-three { right:40px; bottom:4px; }
.share-packet { position:absolute;width:9px;height:12px;border-radius:2px;background:#eef9fd;border:1px solid #7ac7e5;box-shadow:0 0 16px rgba(105,198,233,.65); }
.packet-one { left:58px;top:68px;animation:packetToCenter 3.4s ease-in-out infinite; }
.packet-two { left:125px;top:106px;animation:packetFromCenter 3.4s ease-in-out -1.7s infinite; }
.transfer-status { position:absolute;z-index:5;left:30px;width:225px;display:grid;grid-template-columns:33px 1fr;gap:10px;align-items:center;padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.09);backdrop-filter:blur(10px); }
.transfer-status>i { width:31px;height:31px;display:grid;place-items:center;border-radius:10px;background:rgba(107,194,228,.12);color:#88d1ec;font-style:normal;font-size:13px; }
.transfer-status b,.transfer-status small { display:block; }.transfer-status b { font-size:9px; }.transfer-status small { margin-top:3px;color:rgba(255,255,255,.38);font-size:7px; }
.transfer-status-one { bottom:82px;animation:transferFloat 4s ease-in-out infinite; }.transfer-status-two { bottom:23px;animation:transferFloat 4s ease-in-out -2s infinite; }
.mail-icon::before { content:""; position:absolute; inset:13px 10px; border:1.5px solid var(--blue); border-radius:5px; }
.mail-icon::after { content:""; position:absolute; left:12px; top:17px; width:23px; height:14px; border-bottom:1.5px solid var(--blue); transform:rotate(0deg); clip-path:polygon(0 0,50% 100%,100% 0,100% 12%,50% 100%,0 12%); background:var(--blue); }
.mail-demo { position:absolute; left:34px; right:34px; bottom:34px; display:grid; grid-template-columns:44px 1fr auto; gap:12px; align-items:center; padding:16px; border:1px solid #e5eaee; border-radius:16px; background:#fafcfd; }
.mail-demo > span { width:44px; height:44px; display:grid; place-items:center; border-radius:13px; background:#e9f5fa; color:var(--blue); font-weight:800; }
.mail-demo b,.mail-demo small { display:block; }.mail-demo b { font-size:11px; }.mail-demo small{font-size:8px;color:#84909a;margin-top:3px}.mail-demo i{font-style:normal;color:var(--blue)}
.card-icon::before { content:""; position:absolute; left:10px; top:14px; width:30px; height:22px; border:1.5px solid var(--blue); border-radius:6px; }
.card-icon::after { content:""; position:absolute; left:12px; right:12px; top:21px; height:4px; background:rgba(38,121,185,.22); }
.store-wallet { position:absolute;left:22px;right:22px;bottom:18px;height:205px;border:1px solid #e2e9ed;border-radius:22px;background:linear-gradient(155deg,rgba(250,252,253,.96),rgba(243,248,250,.92));box-shadow:inset 0 1px 0 #fff,0 18px 38px rgba(51,78,96,.08);overflow:hidden;isolation:isolate; }
.store-wallet::before { content:"";position:absolute;left:50%;top:76px;width:210px;height:100px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(ellipse,rgba(63,143,179,.13),transparent 68%);filter:blur(5px); }
.wallet-toolbar { position:relative;z-index:6;height:42px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(216,226,231,.76);background:rgba(255,255,255,.7);backdrop-filter:blur(12px); }
.wallet-toolbar>span { color:#405666;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase; }
.wallet-toolbar>small { display:flex;align-items:center;gap:5px;color:#6d7f8b;font-size:7px;font-weight:700; }
.wallet-toolbar>small i { width:6px;height:6px;border-radius:50%;background:#63a17b;box-shadow:0 0 0 4px rgba(99,161,123,.11);animation:walletStatusPulse 2.4s ease-out infinite; }
.wallet-carousel { position:absolute;z-index:2;left:0;right:0;top:38px;height:124px;perspective:800px; }
.loyalty-card { --delay:0s;position:absolute;left:50%;top:10px;width:184px;height:103px;padding:13px 14px;border-radius:16px;border:1px solid rgba(255,255,255,.72);box-shadow:0 18px 34px rgba(37,61,79,.17);overflow:hidden;transform-origin:center bottom;animation:walletCardCycle 10.5s cubic-bezier(.45,.05,.2,1) infinite;animation-delay:var(--delay); }
.loyalty-card::before { content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 25%,rgba(255,255,255,.32) 47%,transparent 67%);transform:translateX(-130%);animation:walletCardSheen 10.5s ease-in-out infinite;animation-delay:var(--delay); }
.loyalty-head { position:relative;z-index:1;display:flex;align-items:center;gap:8px; }
.brand-monogram { width:24px;height:24px;display:grid;place-items:center;border-radius:8px;background:rgba(255,255,255,.8);color:#26485d;font-size:9px;font-weight:800;box-shadow:0 5px 12px rgba(38,64,80,.08); }
.loyalty-head b { font-size:9px;letter-spacing:.08em; }
.loyalty-card>small { position:relative;z-index:1;display:block;margin-top:9px;font-size:6px;font-weight:700;letter-spacing:.18em;opacity:.68; }
.loyalty-meta { position:absolute;z-index:1;left:14px;right:14px;bottom:12px;display:flex;align-items:flex-end;justify-content:space-between; }
.loyalty-meta>span { font-size:8px;font-weight:800;letter-spacing:.07em; }
.mini-barcode { width:39px;height:14px;display:block;opacity:.72;background:repeating-linear-gradient(90deg,currentColor 0 1px,transparent 1px 3px,currentColor 3px 5px,transparent 5px 7px); }
.loyalty-nova { --delay:0s;color:#fff;background:linear-gradient(135deg,#185f8e,#2f91bd 58%,#6bbbd5); }
.loyalty-home { --delay:-3.5s;color:#594b36;background:linear-gradient(135deg,#f5e5bf,#ead09a 58%,#f8efd9); }
.loyalty-mart { --delay:-7s;color:#fff;background:linear-gradient(135deg,#173b42,#2c7073 58%,#62a39d); }
.wallet-ready { position:absolute;z-index:7;left:50%;bottom:10px;transform:translateX(-50%);min-width:168px;display:grid;grid-template-columns:27px 1fr;gap:8px;align-items:center;padding:7px 11px;border:1px solid rgba(217,229,233,.94);border-radius:13px;background:rgba(255,255,255,.88);box-shadow:0 10px 24px rgba(45,70,87,.10);backdrop-filter:blur(14px); }
.wallet-ready>span { width:27px;height:27px;display:grid;place-items:center;border-radius:9px;background:#eaf5ef; }
.wallet-ready>span i { width:10px;height:7px;border-left:1.5px solid #57906e;border-bottom:1.5px solid #57906e;transform:rotate(-45deg) translateY(-1px); }
.wallet-ready b,.wallet-ready small { display:block;white-space:nowrap; }.wallet-ready b{color:#314b5b;font-size:8px}.wallet-ready small{margin-top:2px;color:#82909a;font-size:6px}
.qr-card { display:grid; grid-template-columns:1fr .8fr; align-items:center; }
.qr-card .feature-copy { max-width:560px; }
.contact-icon::before { content:""; position:absolute; width:13px;height:13px;border:1.5px solid var(--blue);border-radius:50%;left:18px;top:10px; }
.contact-icon::after { content:""; position:absolute; width:24px;height:12px;border:1.5px solid var(--blue);border-radius:15px 15px 6px 6px;left:12px;bottom:9px; }
.qr-visual { width:250px;height:250px;border-radius:30px;background:white;border:1px solid #e2e7eb;box-shadow:0 25px 60px rgba(45,69,87,.09);display:grid;place-items:center;position:relative;margin:auto; }
.qr-grid { width:168px;height:168px;display:grid;grid-template-columns:repeat(5,1fr);gap:6px; }
.qr-grid i{background:#243948;border-radius:3px}.qr-grid i:nth-child(3n){opacity:.12}.qr-grid i:nth-child(4n){opacity:.35}.qr-grid i:nth-child(7n){background:var(--blue);opacity:1}
.qr-visual img{position:absolute;width:58px;height:58px;object-fit:contain;background:white;border-radius:15px;padding:7px;box-shadow:0 8px 20px rgba(0,0,0,.08)}
.contact-moment-scene { width:370px;height:310px;position:relative;margin:auto;isolation:isolate; }
.contact-radar { position:absolute;inset:28px;border-radius:50%;border:1px solid rgba(38,121,185,.10);animation:contactRadar 5.5s ease-in-out infinite; }
.contact-radar::before,.contact-radar::after { content:"";position:absolute;border-radius:50%;border:1px solid rgba(38,121,185,.10);inset:34px; }.contact-radar::after { inset:78px;background:radial-gradient(circle,rgba(72,176,215,.14),transparent 66%); }
.contact-radar>i { position:absolute;width:6px;height:6px;border-radius:50%;background:#6ab9d9;box-shadow:0 0 0 6px rgba(80,169,205,.10); }.contact-radar>i:nth-child(1){left:38px;top:70px}.contact-radar>i:nth-child(2){right:34px;top:92px}.contact-radar>i:nth-child(3){left:50%;bottom:28px}
.contact-card-main { position:absolute;z-index:4;left:50%;top:50%;width:248px;transform:translate(-50%,-50%);padding:17px;border-radius:23px;background:rgba(255,255,255,.92);border:1px solid rgba(205,220,228,.88);box-shadow:0 26px 55px rgba(48,77,96,.16);backdrop-filter:blur(15px);animation:contactCardFloat 4.8s ease-in-out infinite; }
.contact-card-top { display:grid;grid-template-columns:44px 1fr 24px;gap:10px;align-items:center; }.contact-card-top span:nth-child(2) b,.contact-card-top span:nth-child(2) small { display:block; }.contact-card-top span:nth-child(2) b { color:#2d4150;font-size:11px; }.contact-card-top span:nth-child(2) small { margin-top:3px;color:#8b969e;font-size:7px; }.contact-card-top em { width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#e8f5ed;color:#4f8d68;font-size:9px;font-style:normal; }
.contact-avatar { width:44px;height:44px;border-radius:50%;display:grid;place-items:center;border:3px solid white;font-size:9px;font-weight:800;box-shadow:0 10px 24px rgba(48,72,88,.14); }.ca-blue{background:linear-gradient(145deg,#8fcce4,#e3f4fa);color:#22678f}.ca-sand{background:linear-gradient(145deg,#e8c98c,#fff2d8);color:#785828}.ca-sage{background:linear-gradient(145deg,#9fd0b2,#eaf7ef);color:#376f4d}.ca-ink{background:linear-gradient(145deg,#284052,#6d8798);color:white}
.contact-action { margin-top:15px;padding:12px;border-radius:15px;background:#f5f8f9;border:1px solid #e7ecee;display:grid;grid-template-columns:1fr auto;align-items:center;gap:3px 10px; }.contact-action span { grid-column:1;color:#8a969e;font-size:7px;text-transform:uppercase;letter-spacing:.08em; }.contact-action b { color:#344b5a;font-size:10px; }.contact-action i { grid-column:2;grid-row:1/3;width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:var(--blue);color:white;font-style:normal; }
.contact-float { position:absolute;z-index:5;animation:contactAvatarFloat 4s ease-in-out infinite; }.cf-one{left:13px;top:48px}.cf-two{right:4px;top:93px;animation-delay:-1.3s}.cf-three{right:55px;bottom:4px;animation-delay:-2.6s}
.contact-qr { position:absolute;z-index:6;left:20px;bottom:7px;width:78px;height:78px;padding:12px;border-radius:20px;background:white;border:1px solid #e1e7ea;box-shadow:0 18px 38px rgba(47,76,94,.12); }.mini-qr { width:100%;height:100%;grid-template-columns:repeat(4,1fr);gap:3px; }.contact-qr img { position:absolute;left:50%;top:50%;width:26px;height:26px;transform:translate(-50%,-50%);object-fit:contain;background:white;border-radius:8px;padding:3px; }
.share-confirmation { position:absolute;z-index:7;right:18px;bottom:23px;display:flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;background:#f0f8f3;border:1px solid #dcece2;color:#42715a;box-shadow:0 12px 28px rgba(54,93,72,.10);animation:shareConfirm 4.8s ease-in-out infinite; }.share-confirmation span { width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:#68a27f;color:white;font-size:8px; }.share-confirmation b { font-size:8px; }

.intelligence-section { background:#f5f3ee; }
.intelligence-grid { display:grid;grid-template-columns:1.05fr .95fr;gap:18px;align-items:stretch; }
.ai-workflow { min-height:590px;padding:28px;border-radius:30px;background:#fffefa;border:1px solid #dfe5e8;box-shadow:0 24px 60px rgba(54,72,86,.07); }
.ai-workflow-head { display:grid;grid-template-columns:46px 1fr auto;gap:12px;align-items:center;padding-bottom:22px;border-bottom:1px solid #e8ecee; }
.ai-monogram { width:46px;height:46px;display:grid;place-items:center;border-radius:15px;background:#eaf4f8;color:#206f9f;font-size:11px;font-weight:800; }
.ai-workflow-head small,.ai-workflow-head b { display:block; }.ai-workflow-head small { color:#8c969e;font-size:8px;text-transform:uppercase;letter-spacing:.12em; }.ai-workflow-head b { margin-top:4px;font-size:12px;color:#354754; }
.ai-live { display:flex;align-items:center;gap:6px;padding:7px 9px;border-radius:999px;background:#eef7f2;color:#4d8065;font-size:8px;font-weight:700; }.ai-live i { width:5px;height:5px;border-radius:50%;background:#64a47d;box-shadow:0 0 0 4px rgba(100,164,125,.12);animation:statusPulse 1.8s ease-out infinite; }
.ai-document { display:grid;grid-template-columns:150px 1fr;gap:48px;align-items:center;min-height:350px;padding:34px 15px;position:relative; }
.ai-conversion-document { grid-template-columns:92px 34px 118px minmax(150px,1fr);gap:12px;padding:28px 0; }
.source-format-stack { display:grid;gap:5px;align-content:center; }.source-file { position:relative;display:grid;grid-template-columns:26px 1fr;gap:6px;align-items:center;padding:6px;border-radius:11px;background:white;border:1px solid #e1e8eb;box-shadow:0 8px 18px rgba(51,74,88,.06); }.static-file-formats .source-file { animation:none !important;transform:none !important; }.source-file b { width:26px;height:26px;border-radius:8px;display:grid;place-items:center;color:white;font-size:7px;letter-spacing:-.02em; }.source-file small { font-size:6.5px;color:#687985;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }.source-image b{background:#8b7ac4}.source-word b{background:#3579bd}.source-excel b{background:#33845d}.source-pdf b{background:#d84d4d}.source-powerpoint b{background:#d66b3c}.source-csv b{background:#258f8a}.source-text b{background:#687985}.source-email b{background:#586bb5}
.conversion-flow { display:grid;place-items:center;align-content:center;gap:7px;color:#4d9fc1; }.conversion-flow span { width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#eaf6fa;font-size:14px;animation:conversionArrow 2.2s ease-in-out infinite; }.conversion-flow small { color:#8b979f;font-size:6px;text-transform:uppercase;letter-spacing:.08em; }
.ai-conversion-document .ai-page { width:118px;height:175px;padding:18px; }.ai-conversion-document .ai-flow-line { left:264px;width:29px; }.ai-conversion-document .ai-result { padding:17px; }.ai-conversion-document .ai-result>div { font-size:8px;padding:8px 0; }
.ai-page { width:150px;height:200px;padding:22px;border-radius:16px;background:#fbfcfc;border:1px solid #dfe6e9;box-shadow:0 20px 40px rgba(50,72,87,.10);position:relative;overflow:hidden; }
.ai-page>span { color:var(--blue);font-size:8px;font-weight:800;letter-spacing:.12em; }.ai-page>i { display:block;height:5px;margin-top:12px;border-radius:8px;background:#e8edef; }.ai-page>i.short { width:60%; }.ai-page>em { position:absolute;left:0;right:0;top:0;height:1px;background:#42a8cf;box-shadow:0 0 14px #42a8cf;animation:aiScan 3s ease-in-out infinite; }
.ai-flow-line { position:absolute;left:177px;top:50%;width:45px;height:1px;background:#c7dce4; }.ai-flow-line span { position:absolute;top:-4px;width:8px;height:8px;border-radius:50%;background:#4ba7cb;box-shadow:0 0 0 5px rgba(75,167,203,.10);animation:flowDot 2.2s ease-in-out infinite; }
.ai-result { padding:22px;border-radius:20px;background:#f7f9f9;border:1px solid #e3e8ea; }
.ai-result>small { display:block;margin-bottom:12px;color:#8b969e;font-size:8px;text-transform:uppercase;letter-spacing:.12em; }.ai-result>div { display:flex;justify-content:space-between;gap:18px;padding:11px 0;border-bottom:1px solid #e5eaec;font-size:10px; }.ai-result>div:last-child { border-bottom:0; }.ai-result span { color:#84919a; }.ai-result b { color:#334a5a; }
.ai-complete { display:flex;gap:12px;align-items:center;padding:16px;border-radius:16px;background:#f0f7f3;border:1px solid #dcebe2; }.ai-complete>span { width:36px;height:36px;display:grid;place-items:center;border-radius:12px;background:#fff;color:#4d8667;box-shadow:0 8px 20px rgba(70,132,103,.08); }.ai-complete b,.ai-complete small { display:block; }.ai-complete b { font-size:11px;color:#345a45; }.ai-complete small { margin-top:4px;color:#72877b;font-size:8px; }
.intelligence-list { display:grid;gap:12px; }
.intelligence-item { display:grid;grid-template-columns:38px 1fr;gap:18px;padding:25px;border-radius:24px;background:#fffefa;border:1px solid #e1e6e8;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease; }
.intelligence-item:hover { transform:translateY(-3px);border-color:#cddfe6;box-shadow:0 18px 42px rgba(53,76,92,.07); }
.intelligence-item>span { color:#9aa5ac;font-size:9px;letter-spacing:.14em; }.intelligence-item h3 { margin:0;font-size:23px;font-weight:600;letter-spacing:-.025em;color:#2f414f; }.intelligence-item p { margin:8px 0 0;color:#75828b;font-size:12px;line-height:1.62; }


.security-section { position:relative; overflow:hidden; background:linear-gradient(150deg,#071019,#0b1d2a 60%,#0a2332); color:white; }
.security-glow { position:absolute;width:620px;height:620px;border-radius:50%;right:-180px;top:-200px;background:radial-gradient(circle,rgba(55,171,219,.23),transparent 67%);filter:blur(10px); }
.security-grid { display:grid;grid-template-columns:.75fr 1.05fr;gap:100px;align-items:center;position:relative;z-index:2; }
.section-kicker.light { color:#76c7e7; }
.security-copy h2 span { color:inherit;font-weight:500;font-style:normal; }
.security-copy > p:not(.section-kicker) { max-width:490px;margin:24px 0 30px;color:rgba(255,255,255,.58);font-size:16px;line-height:1.75; }
.security-panel { border:1px solid rgba(255,255,255,.10);border-radius:28px;background:rgba(255,255,255,.055);backdrop-filter:blur(12px);box-shadow:0 40px 80px rgba(0,0,0,.22);overflow:hidden; }
.security-panel-head { display:grid;grid-template-columns:46px 1fr auto;gap:13px;align-items:center;padding:22px;border-bottom:1px solid rgba(255,255,255,.08); }
.shield-mark{width:44px;height:44px;border-radius:14px;background:rgba(101,176,207,.12);display:grid;place-items:center;color:#7dcced;font-size:25px}
.security-panel-head small,.security-panel-head strong{display:block}.security-panel-head small{color:rgba(255,255,255,.42);font-size:8px;text-transform:uppercase;letter-spacing:.14em}.security-panel-head strong{margin-top:4px;font-size:15px}
.status-pill{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:7px 10px;background:rgba(70,132,103,.12);color:#8fd0ac;font-size:8px;font-weight:700}.status-pill i{width:5px;height:5px;border-radius:50%;background:#78c99d}
.security-list{padding:6px 22px 16px}.security-row{display:grid;grid-template-columns:34px 1fr auto;gap:12px;align-items:center;padding:19px 0;border-bottom:1px solid rgba(255,255,255,.07)}.security-row:last-child{border-bottom:0}.security-row>span{color:rgba(255,255,255,.28);font-size:9px;letter-spacing:.1em}.security-row b,.security-row small{display:block}.security-row b{font-size:13px}.security-row small{margin-top:4px;color:rgba(255,255,255,.43);font-size:9px}.security-row>i{font-style:normal;color:#72bddb}

.plans-section { background:#f8f7f2; }
.plans-grid { display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:52px; }
.plan-card { min-height:450px;padding:30px;border-radius:26px;background:#fffefa;border:1px solid #e2e7eb;position:relative; }
.plan-top{display:flex;align-items:center;justify-content:space-between}.plan-top span{color:#a5afb7;font-size:9px;letter-spacing:.16em}.plan-top small{color:#8a969f;font-size:9px}
.plan-card h3{font-size:31px;font-weight:600;letter-spacing:-.04em;margin:50px 0 12px}.plan-card>p{min-height:72px;color:#73808a;font-size:13px;line-height:1.65}.plan-line{height:1px;background:#e7ebee;margin:25px 0}.plan-card ul{list-style:none;padding:0;margin:0;display:grid;gap:15px}.plan-card li{font-size:12px;color:#566572;display:flex;gap:9px;align-items:flex-start}.plan-card li::before{content:"✓";color:var(--success);font-weight:800}
.plan-price { margin-top:34px; }.plan-price b,.plan-price small { display:block; }.plan-price b { font-family:var(--font-display);font-size:25px;color:#2f4555; }.plan-price small { margin-top:3px;color:#98a1a8;font-size:7px;text-transform:uppercase;letter-spacing:.08em; }.plan-price+h3 { margin-top:10px; }
.premium-card { background:linear-gradient(180deg,#fffefa,#f3f9fb);border-color:#cfe3ec; }
.plus-card { color:white;background:linear-gradient(145deg,#0b1923,#11364d);border-color:#11364d;box-shadow:0 30px 70px rgba(15,42,58,.16) }.plus-card .plan-top span,.plus-card .plan-top small,.plus-card>p,.plus-card li{color:rgba(255,255,255,.58)}.plus-card .plan-line{background:rgba(255,255,255,.1)}.plus-card li::before{color:#81c8e4}
.plus-card .plan-price b { color:white; }.plus-card .plan-price small { color:rgba(255,255,255,.36); }
.business-card { background:linear-gradient(180deg,#fffefa,#f7f4ec);border-color:#e4dccb; }
.recommended{position:absolute;right:26px;top:64px;padding:7px 9px;border-radius:999px;background:rgba(101,176,207,.13);color:#8bd0eb;font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}

.quote-section { background:var(--ivory);padding-top:110px;padding-bottom:110px; }
.quote-shell { text-align:center;max-width:870px; }
.quote-shell img{margin:0 auto 30px;object-fit:contain}.quote-shell blockquote{margin:0;font-size:clamp(30px,3vw,42px);line-height:1.25;letter-spacing:-.035em;font-weight:500;color:#293640}.quote-shell p{margin:20px 0 0;color:#9aa3aa;font-size:10px;text-transform:uppercase;letter-spacing:.15em}

.faq-section { background:#f8f7f2; }
.faq-grid { display:grid;grid-template-columns:.7fr 1fr;gap:100px;align-items:start; }
.faq-intro { position:sticky;top:130px; }
.faq-intro>p:last-child{max-width:390px;color:#73808a;line-height:1.65}
.faq-list details{border-bottom:1px solid #dce2e6}.faq-list details:first-child{border-top:1px solid #dce2e6}.faq-list summary{list-style:none;cursor:pointer;padding:26px 0;display:flex;justify-content:space-between;gap:30px;font-size:18px;font-weight:630;letter-spacing:-.02em}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-weight:300;font-size:25px;color:var(--blue);transition:transform .25s ease}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{margin:-4px 40px 28px 0;color:#74818b;line-height:1.72;font-size:14px}

.final-cta { position:relative;overflow:hidden;background:linear-gradient(145deg,#09131c,#0b2434 58%,#10394f);color:white;text-align:center;padding:145px 0; }
.final-orb { position:absolute;width:720px;height:720px;border-radius:50%;left:50%;top:45%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(55,180,228,.23),rgba(38,121,185,.04) 46%,transparent 68%);filter:blur(10px); }
.final-cta-inner { position:relative;z-index:2;max-width:900px; }
.cta-wordmark{width:145px;height:auto;object-fit:contain;margin:0 auto 34px;filter:drop-shadow(0 10px 24px rgba(0,0,0,.16))}.final-cta h2 span{color:inherit;font-weight:500;font-style:normal}.final-cta-inner>p:not(.section-kicker){max-width:610px;margin:25px auto 0;color:rgba(255,255,255,.58);line-height:1.72;font-size:15px}.final-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:34px}
.store-badges { display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:34px; }
.store-badge { min-width:205px;display:flex;align-items:center;gap:12px;padding:12px 18px;border-radius:16px;background:#fff;color:#0a1520;border:1px solid rgba(255,255,255,.88);box-shadow:0 18px 45px rgba(0,0,0,.18);transition:transform .25s ease,box-shadow .25s ease; }
.store-badge:hover { transform:translateY(-4px);box-shadow:0 24px 55px rgba(0,0,0,.24); }.store-badge svg { width:31px;height:31px;fill:#071019;flex:0 0 auto; }.store-badge span { text-align:left; }.store-badge small,.store-badge b { display:block; }.store-badge small { font-size:8px;letter-spacing:.04em; }.store-badge b { margin-top:1px;font-size:19px;letter-spacing:-.03em; }.play-logo path:nth-child(1){fill:#2c7a4b}.play-logo path:nth-child(2){fill:#2d8dcc}.play-logo path:nth-child(3){fill:#e3a228}.play-logo path:nth-child(4){fill:#d9544f}
.download-contact { display:inline-flex;gap:8px;margin-top:25px;color:rgba(255,255,255,.62);font-size:11px;border-bottom:1px solid rgba(255,255,255,.22);padding-bottom:4px;transition:color .2s ease,border-color .2s ease; }.download-contact:hover { color:white;border-color:white; }

.site-footer { background:#061019;color:rgba(255,255,255,.72);padding:70px 0 24px; }
.footer-grid { display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;padding-bottom:55px; }
.footer-brand .brand{color:white}.footer-brand p{margin-top:16px;color:rgba(255,255,255,.4);font-size:12px}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer-links div{display:flex;flex-direction:column;gap:12px}.footer-links b{color:white;font-size:10px;text-transform:uppercase;letter-spacing:.13em;margin-bottom:7px}.footer-links a{font-size:11px;color:rgba(255,255,255,.48)}.footer-links a:hover{color:#7bccec}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:22px;border-top:1px solid rgba(255,255,255,.08);font-size:9px;color:rgba(255,255,255,.28)}

body.legal-open { overflow:hidden; }
.legal-dialog { width:min(1000px,calc(100vw - 36px));max-width:none;max-height:calc(100vh - 36px);padding:0;border:0;border-radius:30px;background:transparent;color:var(--ink);box-shadow:0 40px 120px rgba(7,23,34,.26);overflow:hidden; }
.legal-dialog::backdrop { background:rgba(7,17,25,.58);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:legalBackdropIn .3s ease both; }
.legal-dialog[open] { animation:legalDialogIn .42s cubic-bezier(.2,.75,.25,1) both; }
.legal-dialog-shell { min-height:640px;background:linear-gradient(145deg,#fffefa,#f6fafb);border:1px solid rgba(255,255,255,.8); }
.legal-dialog-header { height:76px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 25px;border-bottom:1px solid #e2e9ed;background:rgba(255,255,255,.78);backdrop-filter:blur(18px); }
.legal-dialog-brand { display:flex;align-items:center;gap:9px;width:max-content;font-size:15px;font-weight:750;letter-spacing:-.035em; }
.legal-dialog-brand img { width:31px;height:31px;object-fit:contain; }
.legal-language { justify-self:center;padding:7px 10px;border-radius:999px;background:#edf6fa;color:#44718a;font-size:7px;font-weight:750;letter-spacing:.1em;text-transform:uppercase; }
.legal-close { justify-self:end;position:relative;width:40px;height:40px;border:1px solid #dfe7eb;border-radius:13px;background:#fff;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.legal-close:hover,.legal-close:focus-visible { transform:rotate(4deg);border-color:#bdd7e3;box-shadow:0 10px 24px rgba(46,74,91,.11);outline:none; }
.legal-close i { position:absolute;left:12px;top:19px;width:15px;height:1.5px;background:#3e5362; }.legal-close i:first-child{transform:rotate(45deg)}.legal-close i:last-child{transform:rotate(-45deg)}
.legal-dialog-layout { min-height:564px;display:grid;grid-template-columns:210px 1fr; }
.legal-dialog-nav { padding:34px 20px;border-right:1px solid #e3eaed;background:rgba(239,246,248,.58); }
.legal-dialog-nav>p { margin:0 10px 20px;color:#8a9aa4;font-size:8px;font-weight:750;letter-spacing:.16em; }
.legal-dialog-nav button { width:100%;display:grid;grid-template-columns:25px 1fr;gap:10px;align-items:center;padding:13px 12px;border:0;border-radius:12px;background:transparent;color:#71808b;text-align:left;font-size:10px;font-weight:620;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease; }
.legal-dialog-nav button>span { font-size:7px;color:#a2aeb6; }
.legal-dialog-nav button:hover,.legal-dialog-nav button:focus-visible { background:rgba(255,255,255,.72);color:#314957;outline:none; }
.legal-dialog-nav button[aria-selected="true"] { color:#1d6f9e;background:#fff;box-shadow:0 10px 25px rgba(45,75,93,.08);transform:translateX(3px); }
.legal-dialog-nav button[aria-selected="true"]>span { color:#2d87b8; }
.legal-dialog-content { display:flex;min-width:0;flex-direction:column;padding:48px 54px 28px;overflow:auto; }
.legal-panel[hidden] { display:none; }
.legal-eyebrow { margin:0 0 15px;color:#2580b5;font-size:8px;font-weight:750;letter-spacing:.17em; }
.legal-panel h2 { margin:0;font-family:var(--font-display);font-size:clamp(34px,4vw,50px);font-weight:560;letter-spacing:-.05em;line-height:1; }
.legal-lead { max-width:630px;margin:18px 0 29px;color:#71808b;font-size:13px;line-height:1.7; }
.legal-points { display:grid;gap:0;border-top:1px solid #e1e8eb; }
.legal-points article { display:grid;grid-template-columns:34px 1fr;gap:18px;padding:20px 0;border-bottom:1px solid #e1e8eb; }
.legal-points article>span { padding-top:3px;color:#9ba8b0;font-size:8px;letter-spacing:.1em; }
.legal-points h3 { margin:0;color:#344b59;font-family:var(--font-display);font-size:14px;font-weight:630;letter-spacing:-.02em; }
.legal-points p { margin:6px 0 0;max-width:620px;color:#7a8790;font-size:10px;line-height:1.65; }
.official-legal-content { margin-top:25px;padding-top:20px;border-top:1px solid #e1e8eb;color:#556a77;font-size:11px;line-height:1.72; }
.official-legal-content h2,.official-legal-content h3,.official-legal-content h4 { margin:25px 0 8px;color:#263f4e;font-family:var(--font-display);font-size:16px;font-weight:650;letter-spacing:-.025em;line-height:1.25; }
.official-legal-content p { margin:0 0 13px;max-width:680px; }
.official-legal-content ul,.official-legal-content ol { margin:4px 0 17px;padding-left:22px; }
.official-legal-content li { margin:5px 0; }
.official-legal-content a { color:#167aaf;text-decoration:underline;text-decoration-color:rgba(22,122,175,.28);text-underline-offset:3px; }
.official-legal-content table { width:100%;margin:18px 0;border-collapse:collapse;font-size:10px; }
.official-legal-content th,.official-legal-content td { padding:10px;border:1px solid #dce6ea;text-align:left;vertical-align:top; }
.official-legal-content th { color:#2a4655;background:#edf5f7;font-weight:700; }
.official-legal-status { min-height:70px;display:grid;place-items:center;margin:0!important;border-radius:14px;background:#f2f7f8;color:#78909d;text-align:center; }
.official-legal-status.is-error { color:#8b5c48;background:#fbf4ef; }
.official-legal-source { display:inline-flex;align-items:center;gap:7px;width:max-content;margin-top:18px;padding-bottom:3px;border-bottom:1px solid rgba(37,111,153,.25);color:#256f99;font-size:9px;font-weight:650; }
.legal-dialog-footer { margin-top:auto;padding-top:25px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#93a0a8;font-size:9px; }
.legal-dialog-footer a { display:inline-flex;align-items:center;gap:7px;color:#256f99;font-weight:650;border-bottom:1px solid rgba(37,111,153,.25);padding-bottom:3px; }.legal-dialog-footer i{font-style:normal}
.cookie-reset { width:max-content;margin-top:22px;padding:11px 15px;border:1px solid #d8e4e9;border-radius:12px;background:#fff;color:#236f99;font:inherit;font-size:9px;font-weight:700;cursor:pointer;box-shadow:0 9px 22px rgba(38,74,94,.07);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.cookie-reset:hover,.cookie-reset:focus-visible { transform:translateY(-2px);border-color:#9fc9dc;box-shadow:0 13px 28px rgba(38,74,94,.12);outline:none; }

.cookie-banner[hidden] { display:none; }
.cookie-banner { position:fixed;z-index:1400;right:0;bottom:0;left:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:20px;align-items:center;padding:18px max(24px,calc((100vw - 1180px)/2));border-top:1px solid rgba(199,215,223,.9);background:rgba(255,254,250,.96);color:var(--ink);box-shadow:0 -18px 55px rgba(17,40,55,.13);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);opacity:0;transform:translateY(100%);transition:opacity .28s ease,transform .28s cubic-bezier(.2,.75,.25,1); }
.cookie-banner.is-visible { opacity:1;transform:translateY(0); }
.cookie-symbol { position:relative;width:46px;height:46px;border:1px solid #d5e5ec;border-radius:15px;background:linear-gradient(145deg,#f4fbfd,#eaf5f9);box-shadow:inset 0 1px 0 rgba(255,255,255,.9);overflow:hidden; }
.cookie-symbol span { position:absolute;width:23px;height:23px;left:11px;top:11px;border:2px solid #2584b8;border-radius:50%; }
.cookie-symbol span::after { content:"";position:absolute;width:10px;height:10px;right:-4px;top:-4px;border-radius:50%;background:#edf7fa;box-shadow:-4px 6px 0 #edf7fa; }
.cookie-symbol i { position:absolute;width:3px;height:3px;border-radius:50%;background:#2584b8; }
.cookie-symbol i:nth-of-type(1){left:17px;top:18px}.cookie-symbol i:nth-of-type(2){left:25px;top:24px}.cookie-symbol i:nth-of-type(3){left:17px;top:29px}
.cookie-copy { min-width:0; }
.cookie-copy b { display:block;font-family:var(--font-display);font-size:13px;font-weight:680;letter-spacing:-.015em; }
.cookie-copy p { max-width:720px;margin:4px 0 0;color:#6f7e87;font-size:10px;line-height:1.55; }
.cookie-copy a { display:inline-flex;gap:6px;margin-top:5px;color:#2478a6;font-size:9px;font-weight:680;border-bottom:1px solid rgba(36,120,166,.24); }
.cookie-actions { display:flex;gap:9px;align-items:center; }
.cookie-button { min-height:40px;padding:0 17px;border-radius:12px;font:inherit;font-size:10px;font-weight:720;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
.cookie-button:hover,.cookie-button:focus-visible { transform:translateY(-2px);outline:none; }
.cookie-button-secondary { border:1px solid #d3e0e6;background:#fff;color:#304956; }
.cookie-button-secondary:hover,.cookie-button-secondary:focus-visible { border-color:#9dbfce;box-shadow:0 10px 24px rgba(38,74,94,.09); }
.cookie-button-primary { border:1px solid #0d2636;background:#0b1d29;color:#fff;box-shadow:0 11px 25px rgba(7,27,39,.18); }
.cookie-button-primary:hover,.cookie-button-primary:focus-visible { box-shadow:0 15px 31px rgba(7,27,39,.25); }

.reveal { opacity:0;filter:blur(5px);transform:translateY(26px) scale(.992);transition:opacity .82s cubic-bezier(.2,.7,.2,1),transform .82s cubic-bezier(.2,.7,.2,1),filter .82s ease;transition-delay:var(--reveal-delay,0ms);will-change:opacity,transform,filter; }
[data-delay="40"] { --reveal-delay:40ms; }
[data-delay="60"] { --reveal-delay:60ms; }
[data-delay="80"] { --reveal-delay:80ms; }
[data-delay="100"] { --reveal-delay:100ms; }
[data-delay="120"] { --reveal-delay:120ms; }
[data-delay="140"] { --reveal-delay:140ms; }
[data-delay="160"] { --reveal-delay:160ms; }
.reveal.is-visible { opacity:1;filter:none;transform:translateY(0) scale(1); }
.hero-copy.is-visible>* { animation:heroCopyIn .78s cubic-bezier(.2,.75,.25,1) both; }
.hero-copy.is-visible>*:nth-child(2) { animation-delay:.08s; }
.hero-copy.is-visible>*:nth-child(3) { animation-delay:.16s; }
.hero-copy.is-visible>*:nth-child(4) { animation-delay:.24s; }
.hero-copy.is-visible>*:nth-child(5) { animation-delay:.32s; }
.section-kicker { position:relative; }
.section-kicker::after { content:"";display:inline-block;width:24px;height:1px;margin-left:10px;vertical-align:middle;background:currentColor;transform-origin:left;animation:kickerLine 1.1s cubic-bezier(.2,.75,.25,1) both; }
.is-paused *, .is-paused *::before, .is-paused *::after { animation-play-state:paused !important; }

@media (hover:hover) and (pointer:fine) {
  .feature-card,.plan-card,.intelligence-item,.security-row { transition:transform .42s cubic-bezier(.2,.75,.25,1),box-shadow .42s ease,border-color .42s ease; }
  .feature-card:hover,.plan-card:hover { transform:translateY(-6px);box-shadow:0 34px 80px rgba(35,57,74,.13);border-color:#d4e1e8; }
  .intelligence-item:hover,.security-row:hover { transform:translateY(-3px);box-shadow:0 18px 44px rgba(35,57,74,.09);border-color:#d4e1e8; }
}

@keyframes languageMenuIn { from{opacity:0;transform:translateY(-8px) scale(.98)} to{opacity:1;transform:translateY(0) scale(1)} }
@keyframes heroPhoneFloat { 0%,100%{transform:translate3d(0,0,0) rotate(-.35deg)} 50%{transform:translate3d(0,-10px,0) rotate(.35deg)} }
@keyframes heroShadow { 0%,100%{opacity:.62;transform:rotate(-3deg) scale(1)} 50%{opacity:.42;transform:rotate(-3deg) scale(.94)} }
@keyframes heroCopyIn { from{opacity:0;transform:translateY(12px)} to{opacity:1;transform:translateY(0)} }
@keyframes kickerLine { from{opacity:0;transform:scaleX(0)} to{opacity:.75;transform:scaleX(1)} }
@keyframes auroraDriftOne { 0%,100%{transform:translate3d(0,0,0) scale(1)} 50%{transform:translate3d(-22px,18px,0) scale(1.06)} }
@keyframes auroraDriftTwo { 0%,100%{transform:translate3d(0,0,0) scale(1)} 50%{transform:translate3d(18px,-14px,0) scale(.96)} }
@keyframes pipelineLive { 0%{box-shadow:0 0 0 0 rgba(93,161,122,.24)} 72%,100%{box-shadow:0 0 0 9px rgba(93,161,122,0)} }
@keyframes pipelineSignal { from{transform:translateX(-105%);opacity:0} 15%,82%{opacity:1} to{transform:translateX(360%);opacity:0} }
@keyframes gateOrbit { to{transform:rotate(360deg)} }
@keyframes gateScan { 0%,100%{transform:translateY(0);opacity:0} 18%,82%{opacity:1} 50%{transform:translateY(60px)} }
@keyframes destinationPulse { 0%,58%{box-shadow:0 0 0 0 rgba(80,132,106,.18)} 100%{box-shadow:0 0 0 10px rgba(80,132,106,0)} }
@keyframes documentJourney { 0%{left:20%;opacity:0;transform:translateY(7px) rotate(-5deg) scale(.88)} 8%{opacity:1} 34%{left:43%;opacity:1;transform:translateY(0) rotate(0) scale(1)} 47%{left:48.7%;opacity:1;transform:translateY(-4px) scale(.92)} 59%{left:52%;opacity:1;transform:translateY(0) scale(1)} 88%{left:78%;opacity:1;transform:translateY(0) rotate(3deg) scale(.9)} 100%{left:82%;opacity:0;transform:translateY(4px) scale(.78)} }
@keyframes folderBreathe { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(-5px)} }
@keyframes routeDocument { 0%{left:0;opacity:0} 15%{opacity:1} 78%{opacity:1} 100%{left:calc(100% - 8px);opacity:0} }
@keyframes packetToCenter { 0%{transform:translate(0,0);opacity:0} 20%{opacity:1} 75%{opacity:1} 100%{transform:translate(68px,40px);opacity:0} }
@keyframes packetFromCenter { 0%{transform:translate(0,0);opacity:0} 20%{opacity:1} 75%{opacity:1} 100%{transform:translate(74px,-42px);opacity:0} }
@keyframes transferFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-4px)} }
@keyframes statusPulse { 0%{box-shadow:0 0 0 0 rgba(100,164,125,.28)} 100%{box-shadow:0 0 0 8px rgba(100,164,125,0)} }
@keyframes aiScan { 0%{transform:translateY(0);opacity:0} 15%{opacity:1} 85%{opacity:1} 100%{transform:translateY(198px);opacity:0} }
@keyframes flowDot { 0%{left:0;opacity:0} 15%{opacity:1} 85%{opacity:1} 100%{left:38px;opacity:0} }
@keyframes screenFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-7px)} }
@keyframes privacyShine { 0%,65%{transform:translateX(-120%);opacity:0} 78%{opacity:.45} 100%{transform:translateX(120%);opacity:0} }
@keyframes contactRadar { 0%,100%{transform:scale(.96);opacity:.7} 50%{transform:scale(1.03);opacity:1} }
@keyframes contactCardFloat { 0%,100%{transform:translate(-50%,-50%)} 50%{transform:translate(-50%,calc(-50% - 7px))} }
@keyframes contactAvatarFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
@keyframes shareConfirm { 0%,14%{transform:translateY(8px);opacity:0} 28%,82%{transform:translateY(0);opacity:1} 100%{transform:translateY(-5px);opacity:0} }
@keyframes sourceFilePulse { 0%,100%{transform:translateX(0);border-color:#e1e8eb} 45%{transform:translateX(4px);border-color:#bddae6} }
@keyframes conversionArrow { 0%,100%{transform:translateX(-3px);opacity:.55} 50%{transform:translateX(4px);opacity:1} }
@keyframes walletStatusPulse { 0%{box-shadow:0 0 0 0 rgba(99,161,123,.24)} 75%,100%{box-shadow:0 0 0 7px rgba(99,161,123,0)} }
@keyframes walletCardCycle {
  0%,25% { z-index:4;opacity:1;filter:saturate(1);transform:translate3d(-50%,13px,0) rotate(0) scale(1); }
  31%,58% { z-index:2;opacity:.78;filter:saturate(.82);transform:translate3d(calc(-50% + 68px),-2px,-25px) rotate(6deg) scale(.84); }
  64%,91% { z-index:1;opacity:.58;filter:saturate(.68);transform:translate3d(calc(-50% - 68px),2px,-45px) rotate(-6deg) scale(.78); }
  97%,100% { z-index:4;opacity:1;filter:saturate(1);transform:translate3d(-50%,13px,0) rotate(0) scale(1); }
}
@keyframes walletCardSheen { 0%,5%{transform:translateX(-130%);opacity:0} 10%{opacity:1} 22%{transform:translateX(130%);opacity:0} 100%{transform:translateX(130%);opacity:0} }
@keyframes legalBackdropIn { from{opacity:0} to{opacity:1} }
@keyframes legalDialogIn { from{opacity:0;transform:translateY(18px) scale(.985)} to{opacity:1;transform:translateY(0) scale(1)} }

@media (max-width: 1050px) {
  .desktop-nav { display:none; }
  .hero-grid { grid-template-columns:1fr; text-align:center; }
  .hero-copy { max-width:780px;margin:auto; }
  .eyebrow,.hero-actions,.trust-row { justify-content:center; }
  .hero-visual { min-height:720px; }
  .phone { width:335px; }
  .phone-photo { width:420px; }
  .section-heading,.security-grid,.faq-grid,.intelligence-grid { grid-template-columns:1fr;gap:48px; }
  .section-heading > p { max-width:640px; }
  .security-grid { gap:55px; }
  .faq-intro{position:static;}
  .plans-grid{grid-template-columns:1fr 1fr}.plus-card,.business-card{grid-column:span 1;}
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 30px, 1180px); }
  .section { padding:90px 0; }
  .site-header { padding:8px 0; }
  .desktop-only { display:none; }
  .menu-button { display:block; }
  .nav-actions { gap:8px; }
  .language-trigger { height:36px;padding-inline:9px;gap:6px; }
  .language-code { display:none; }
  .language-options { position:fixed;left:15px;right:15px;top:70px;width:auto; }
  .nav-actions .button-small { display:none; }
  .hero { min-height:unset;padding:135px 0 80px; }
  .hero h1 { font-size:clamp(42px,11vw,58px); }
  .hero-lead { font-size:16px; }
  .hero-visual { min-height:640px; transform:scale(.92); margin-inline:-20px; }
  .hero-visual-original { min-height:610px;transform:none;margin-inline:0; }
  .hero-phone-stage { height:610px; }
  .hero-phone-art { height:610px;max-width:100%; }
  .floating-card-one{right:-5px}.floating-card-two{left:-8px}.hero-scroll{display:none}
  .phone-photo { width:380px; }
  .statement-title,.section-heading h2,.security-copy h2,.faq-intro h2,.final-cta h2{font-size:clamp(34px,9vw,46px)}
  .statement-copy{font-size:16px}
  .section-heading { margin-bottom:38px; }
  .bento-grid { grid-template-columns:1fr; }
  .feature-card,.feature-card-large { grid-column:span 1;min-height:440px;padding:28px; }
  .feature-card h3 { font-size:26px; }
  .feature-card-large:first-child { min-height:760px; }
  .document-pipeline { left:24px;right:24px;bottom:24px;height:430px; }
  .pipeline-canvas { height:338px; }
  .pipeline-source { left:50%;top:15px;width:min(300px,82%);transform:translateX(-50%); }
  .pipeline-gate { top:122px; }
  .pipeline-destination { left:50%;right:auto;top:240px;width:220px;min-height:88px;transform:translateX(-50%);grid-template-columns:60px 1fr;padding:10px 15px; }
  .pipeline-destination img { width:55px;height:46px; }
  .pipeline-rail { left:50%;right:auto;top:96px;width:1px;height:182px;background:#d7e2e7; }
  .pipeline-rail::before { inset:0 -8px;border-top:0;border-bottom:0;border-left:1px dashed rgba(79,144,171,.18);border-right:1px dashed rgba(79,144,171,.12); }
  .pipeline-rail i { width:1px;height:28%;animation-name:pipelineSignalMobile; }
  .travelling-file { left:calc(50% - 15px);top:82px;animation-name:documentJourneyMobile; }
  .pipeline-steps { gap:8px;padding-inline:10px; }.pipeline-steps>b{width:18px}.pipeline-steps span{font-size:7px;gap:4px}
  .folder-share-scene { left:20px;right:20px;transform:scale(.9);transform-origin:center bottom; }
  .store-card-feature { min-height:470px; }
  .store-wallet { left:20px;right:20px;bottom:20px; }
  .intelligence-section .section-heading { margin-bottom:38px; }.ai-document { grid-template-columns:130px 1fr;gap:38px;padding-inline:0; }.ai-page { width:130px; }.ai-flow-line { left:142px;width:32px; }.ai-conversion-document { grid-template-columns:88px 30px 108px minmax(130px,1fr);gap:10px; }.ai-conversion-document .ai-page { width:108px; }.ai-conversion-document .ai-flow-line { left:236px;width:22px; }.intelligence-item { padding:22px; }
  .qr-card { display:block;min-height:760px; }
  .contact-moment-scene { position:absolute;bottom:35px;left:50%;transform:translateX(-50%) scale(.92);transform-origin:center bottom; }
  .plans-grid { grid-template-columns:1fr; }.plus-card,.business-card{grid-column:span 1;}.plan-card{min-height:auto}
  .security-panel-head { grid-template-columns:44px 1fr; }.status-pill{display:none}
  .legal-dialog { width:calc(100vw - 22px);max-height:calc(100vh - 22px);border-radius:24px; }
  .legal-dialog-shell{min-height:0}.legal-dialog-header{height:66px;padding:0 16px;grid-template-columns:1fr auto}.legal-language{display:none}.legal-dialog-layout{display:block;min-height:0}.legal-dialog-nav{display:flex;gap:6px;padding:12px 14px;border-right:0;border-bottom:1px solid #e3eaed;overflow:auto}.legal-dialog-nav>p{display:none}.legal-dialog-nav button{min-width:max-content;width:auto;display:block;padding:9px 12px}.legal-dialog-nav button>span{display:none}.legal-dialog-nav button[aria-selected="true"]{transform:none}.legal-dialog-content{max-height:calc(100vh - 145px);padding:32px 24px 22px}.legal-dialog-footer{align-items:flex-start;flex-direction:column;gap:10px}
  .cookie-banner { grid-template-columns:42px minmax(0,1fr);gap:12px;padding:15px; }
  .cookie-symbol { width:42px;height:42px;border-radius:14px; }
  .cookie-symbol span { left:9px;top:9px; }
  .cookie-copy p { font-size:9px; }
  .cookie-actions { grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;width:100%; }
  .cookie-button { width:100%; }
  .footer-grid { grid-template-columns:1fr;gap:45px; }.footer-links{grid-template-columns:1fr 1fr;}.footer-bottom{flex-direction:column}
}

@media (max-width: 430px) {
  .phone { width:320px; }
  .phone-photo { width:340px; }
  .app-screen { height:670px; }
  .hero-visual { transform:scale(.84);margin-top:-20px;margin-bottom:-50px; }
  .hero-visual-original { transform:none;margin-top:-30px;margin-bottom:-40px; }
  .hero-phone-stage,.hero-phone-art { height:560px; }
  .floating-card { min-width:180px; }
  .floating-card-one{right:-35px}.floating-card-two{left:-28px}
  .feature-card-large:first-child{min-height:810px}.document-pipeline{left:15px;right:15px;height:450px}.pipeline-head{padding-inline:14px}.pipeline-head em{display:none}.pipeline-canvas{height:358px}.pipeline-gate{top:132px}.pipeline-destination{top:258px}.source-file-list{gap:5px}.source-format{padding:6px}.pipeline-steps{gap:5px}.pipeline-steps>b{width:8px}.pipeline-steps span i{display:none}.folder-share-scene{transform:scale(.74);left:-36px;right:-36px}.transfer-status{left:18px;width:195px}.share-orbit{right:-20px;transform:scale(.84)}
  .store-wallet{left:14px;right:14px}.loyalty-card{width:172px}.wallet-ready{min-width:158px}
  .ai-workflow{padding:20px}.ai-workflow-head{grid-template-columns:42px 1fr}.ai-live{display:none}.ai-document{grid-template-columns:1fr;gap:20px;padding:28px 0}.ai-page{width:145px;height:190px;margin:auto}.ai-flow-line{display:none}.ai-result{width:100%}.ai-conversion-document{grid-template-columns:76px 30px 1fr;gap:10px}.ai-conversion-document .source-format-stack{grid-column:1}.ai-conversion-document .conversion-flow{grid-column:2}.ai-conversion-document .ai-page{grid-column:3;width:120px;height:172px}.ai-conversion-document .ai-result{grid-column:1/-1}.ai-complete{align-items:flex-start}.intelligence-item{grid-template-columns:30px 1fr}.intelligence-item h3{font-size:21px}.store-badge{min-width:220px}
  .contact-moment-scene{transform:translateX(-50%) scale(.78);bottom:16px}.qr-card{min-height:720px}
  .footer-links{grid-template-columns:1fr}
}

@keyframes pipelineSignalMobile { from{transform:translateY(-105%);opacity:0} 15%,82%{opacity:1} to{transform:translateY(360%);opacity:0} }
@keyframes documentJourneyMobile { 0%{top:82px;opacity:0;transform:rotate(-5deg) scale(.88)} 10%{opacity:1} 35%{top:142px;opacity:1;transform:rotate(0) scale(1)} 54%{top:187px;opacity:1;transform:scale(.92)} 69%{top:225px;opacity:1;transform:scale(1)} 92%{top:284px;opacity:1;transform:rotate(3deg) scale(.9)} 100%{top:304px;opacity:0;transform:scale(.78)} }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important; }
  .reveal { opacity:1;transform:none;filter:none; }
}
