:root {
  --ink: #0b1534;
  --ink-soft: #1d2a4f;
  --primary: #5a50f5;
  --primary-dark: #4036d0;
  --teal: #16c7bc;
  --orange: #ff8c42;
  --pink: #e84f9e;
  --paper: #ffffff;
  --mist: #f4f6fb;
  --line: #e3e7f0;
  --muted: #68728c;
  --shadow: 0 22px 70px rgba(11, 21, 52, .11);
  --radius: 22px;
  --font-body: "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif;
  --font-heading: "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font-family: inherit; }
h1, h2, h3 { font-family: var(--font-heading); font-weight: 700; text-wrap: balance; }
section[id] { scroll-margin-top: 104px; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 5px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }

.topbar { background: var(--ink); color: #d9def2; font-size: 12px; letter-spacing: .02em; }
.topbar-inner, .topbar-contact { display: flex; align-items: center; }
.topbar-inner { min-height: 38px; justify-content: space-between; }
.topbar-contact { gap: 22px; }
.topbar a { transition: color .2s ease; }
.topbar a:hover { color: #fff; }
.topbar a span { color: var(--teal); margin-right: 6px; }
.topbar-note { color: #929bb6; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(227,231,240,.8); backdrop-filter: blur(14px); }
.nav-inner { min-height: 100px; display: flex; align-items: center; gap: 22px; }
.brand { flex: 0 0 auto; }
.brand img { width: 176px; height: auto; object-fit: contain; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 6px; margin-left: auto; }
.main-nav a { position: relative; padding: 10px 11px; color: #47536d; font-size: 14px; font-weight: 600; white-space: nowrap; transition: color .2s ease; }
.main-nav a:after { position: absolute; right: 12px; bottom: 2px; left: 12px; height: 2px; border-radius: 2px; background: var(--primary); content: ""; transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--ink); }
.main-nav a:hover:after, .main-nav a.active:after { transform: scaleX(1); }
.partner-badge { display: flex; align-items: center; gap: 10px; padding-left: 22px; border-left: 1px solid var(--line); }
.partner-badge span { color: #8790a7; font-size: 10px; line-height: 1.2; text-align: right; text-transform: uppercase; letter-spacing: .08em; }
.partner-badge img { width: 80px; max-height: 48px; object-fit: contain; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); font-size: 13px; font-weight: 800; }
.menu-toggle span { margin-left: 8px; color: var(--primary); font-size: 18px; }

.hero { position: relative; overflow: hidden; padding: 32px 0 58px; color: #fff; background: var(--ink); }
.hero:before { position: absolute; inset: 0; background: linear-gradient(115deg, rgba(11,21,52,.98) 0%, rgba(21,29,71,.95) 44%, rgba(50,39,128,.84) 100%); content: ""; }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(2px); opacity: .45; pointer-events: none; }
.hero-glow-one { top: -240px; right: -120px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(90,80,245,.85) 0%, rgba(90,80,245,0) 68%); }
.hero-glow-two { bottom: -310px; left: 20%; width: 560px; height: 560px; background: radial-gradient(circle, rgba(22,199,188,.48) 0%, rgba(22,199,188,0) 68%); }
.hero-container { position: relative; z-index: 1; }
.hero-intro { width: min(820px, 100%); margin: 48px auto 0; text-align: center; }
.eyebrow { display: inline-block; color: var(--primary); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.eyebrow.light { color: var(--teal); }
.hero h1 { margin: 16px auto 18px; font-size: clamp(36px, 4.6vw, 58px); line-height: 1.12; letter-spacing: -.035em; }
.hero h1 span, .section-heading h2 span, .corporate-copy h2 span, .contact-section h2 span, .support-copy h2 span { color: var(--teal); }
.hero-intro > p { max-width: 650px; margin: 0 auto; color: #b9c2de; font-size: 16px; line-height: 1.75; }
.hero-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 0 21px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 600; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--primary); box-shadow: 0 12px 28px rgba(90,80,245,.32); }
.button-primary:hover { background: #6e64ff; box-shadow: 0 16px 34px rgba(90,80,245,.45); }
.button-ghost { color: #e5e9fa; border-color: rgba(255,255,255,.24); }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { background: #1c2b5a; }
.button-outline { color: var(--ink); border-color: #bdc5dc; }
.button-outline:hover { color: var(--primary); border-color: var(--primary); }

.slider { position: relative; isolation: isolate; overflow: hidden; min-height: 400px; border: 1px solid rgba(255,255,255,.18); border-radius: 26px; background: rgba(255,255,255,.065); box-shadow: 0 24px 60px rgba(0,0,0,.18); backdrop-filter: blur(8px); }
.slides { position: relative; min-height: 400px; border-radius: inherit; }
.slide { position: absolute; inset: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr); gap: 22px; padding: 40px 44px 72px; overflow: hidden; opacity: 0; visibility: hidden; transform: translateX(18px); transition: opacity .5s ease, transform .5s ease, visibility .5s; }
.slide.is-active { opacity: 1; visibility: visible; transform: translateX(0); }
.slide:before { position: absolute; inset: 0; z-index: -1; opacity: .56; background-position: center; background-size: cover; content: ""; }
.slide-mikro:before, .slide-backup:before { background-image: linear-gradient(90deg, rgba(11,21,52,.92) 0%, rgba(11,21,52,.58) 56%, rgba(11,21,52,.4) 100%), url("assets/cover-4.jpg"); }
.slide-edonusum:before { background-image: linear-gradient(90deg, rgba(11,21,52,.94) 0%, rgba(11,21,52,.62) 60%, rgba(11,21,52,.36) 100%), url("assets/cover-1.jpg"); }
.slide-jump:before { background-image: linear-gradient(90deg, rgba(11,21,52,.94) 0%, rgba(11,21,52,.55) 63%, rgba(11,21,52,.34) 100%), url("assets/cover-7.jpg"); }
.slide-barscan:before { background-image: linear-gradient(90deg, rgba(11,21,52,.94) 0%, rgba(11,21,52,.58) 60%, rgba(11,21,52,.34) 100%), url("assets/cover-2.jpg"); }
.slide-copy { position: relative; z-index: 1; align-self: center; max-width: 465px; }
.slide-b2b:before { opacity: 1; background-image: linear-gradient(115deg, #102044, #174d81); }
.slide-b2b .slide-kicker { color: #82e3df; }
.b2b-slide-panel { position: relative; align-self: center; width: 100%; max-width: 420px; justify-self: center; padding: 22px 26px; border: 1px solid rgba(164,215,255,.32); border-radius: 20px; background: rgba(255,255,255,.07); box-shadow: 0 18px 38px rgba(3,17,40,.18); transition: border-color .2s ease, background .2s ease; }
.b2b-slide-panel:hover { border-color: #82e3df; background: rgba(255,255,255,.11); }
.b2b-slide-caption { display: block; color: #b9d9ff; font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.b2b-slide-title { display: block; margin-top: 4px; color: #fff; font-size: 28px; line-height: 1.2; letter-spacing: -.03em; }
.b2b-slide-title > span { color: #82e3df; }
.b2b-slide-features { margin: 14px 0 0; padding: 0; list-style: none; }
.b2b-slide-features li { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-top: 1px solid rgba(185,217,255,.18); color: #edf5ff; font-size: 13px; }
.b2b-slide-features .ui-icon { width: 20px; height: 20px; color: #82e3df; }
.b2b-slide-note { display: block; margin-top: 10px; color: #b9d9ff; font-size: 11px; }
.slide-kicker { color: #b3bce0; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.slide h2 { margin: 12px 0 14px; font-size: clamp(28px, 3vw, 40px); line-height: 1.17; letter-spacing: -.025em; }
.slide p { max-width: 410px; margin: 0; color: #c3cbe4; font-size: 15px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; color: #fff; font-size: 14px; font-weight: 600; }
.text-link span { color: var(--teal); font-size: 18px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link.dark { color: var(--ink); }
.slide-visual { position: relative; display: flex; align-items: center; justify-content: center; min-height: 280px; }
.slide-visual:after { position: absolute; right: 7%; bottom: 4%; left: 7%; height: 32px; border-radius: 50%; background: rgba(0,0,0,.34); filter: blur(15px); content: ""; }
.visual-orbit { position: absolute; width: 265px; height: 265px; border: 1px solid rgba(22,199,188,.52); border-radius: 50%; box-shadow: 0 0 0 18px rgba(22,199,188,.04), 0 0 75px rgba(22,199,188,.16); }
.orbit-orange { border-color: rgba(255,140,66,.7); box-shadow: 0 0 0 18px rgba(255,140,66,.04), 0 0 75px rgba(255,140,66,.2); }
.orbit-teal { border-color: rgba(22,199,188,.7); }
.visual-screen { position: relative; z-index: 1; width: min(390px, 90%); max-height: 250px; object-fit: contain; filter: drop-shadow(0 24px 22px rgba(0,0,0,.34)); }
.visual-screen-mikro { transform: rotate(-3deg); }
.visual-screen-barscan { width: min(300px, 80%); transform: rotate(-4deg); }
.visual-screen-backup { width: min(320px, 86%); transform: rotate(3deg); }
.slide-visual-edonusum .visual-screen { width: min(400px, 93%); max-height: 245px; border-radius: 12px; }
.visual-photo { position: relative; z-index: 1; width: min(360px, 90%); height: 240px; border: 7px solid rgba(255,255,255,.8); border-radius: 15px; object-fit: cover; transform: rotate(3deg); box-shadow: 0 24px 28px rgba(0,0,0,.3); }
.product-slide-link { color: inherit; }
.product-wordmark { position: absolute; right: 12%; bottom: 34px; z-index: 2; width: 105px; max-height: 45px; object-fit: contain; filter: drop-shadow(0 8px 10px rgba(0,0,0,.28)); }
.backup-wordmark { width: 128px; }
.visual-chip { position: absolute; z-index: 3; padding: 8px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 9px; color: #e7ebfb; background: rgba(11,21,52,.72); font-size: 10px; font-weight: 800; box-shadow: 0 8px 18px rgba(0,0,0,.18); backdrop-filter: blur(8px); }
.chip-top { top: 31px; right: 1%; }
.chip-bottom { bottom: 25px; left: 5%; }
.slider-controls { position: absolute; right: 44px; bottom: 17px; left: 44px; z-index: 4; display: flex; align-items: center; justify-content: space-between; }
.slider-dots { display: flex; gap: 7px; }
.slider-dot { width: 26px; height: 4px; padding: 0; border: 0; border-radius: 5px; background: rgba(255,255,255,.25); transition: width .3s ease, background .3s ease; }
.slider-dot.is-active { width: 50px; background: var(--teal); }
.ui-icon { display: block; flex: 0 0 auto; width: 24px; height: 24px; }
.slider-arrows { display: flex; align-items: center; gap: 10px; }
.slider-arrow { display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.5); border-radius: 14px; color: #172649; background: rgba(255,255,255,.94); box-shadow: 0 5px 15px rgba(0,0,0,.16); line-height: 1; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.slider-arrow .ui-icon { width: 22px; height: 22px; }
.slider-arrow:hover { border-color: #72e5dd; background: #b8f6ef; transform: translateY(-2px); }
.slider-arrow:active { transform: translateY(0); }

.section { padding: 100px 0; }
.section-light { background: var(--mist); }
.trust-strip { padding: 29px 0; background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.trust-item { display: flex; align-items: center; gap: 16px; }
.trust-item .trust-icon { display: grid; place-items: center; flex: 0 0 50px; width: 50px; height: 50px; border: 1px solid #e1dcff; border-radius: 15px; color: #5641ce; background: #f0edff; box-shadow: inset 0 1px 0 #fff; }
.trust-item:nth-child(2) .trust-icon { color: #087976; border-color: #c5eae4; background: #e5f7f3; }
.trust-item:nth-child(3) .trust-icon { color: #2a5aae; border-color: #d2e2fc; background: #edf4ff; }
.trust-item .ui-icon { width: 26px; height: 26px; }
.trust-item strong, .trust-item div > span { display: block; }
.trust-item strong { color: var(--ink); font-size: 15px; font-weight: 600; }
.trust-item div > span { color: var(--muted); font-size: 13px; }
.section-heading { margin-bottom: 42px; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; }
.section-heading h2, .corporate-copy h2, .contact-section h2, .support-copy h2 { margin: 12px 0 0; font-size: clamp(30px, 3.4vw, 42px); line-height: 1.2; letter-spacing: -.03em; }
.section-heading h2 span, .corporate-copy h2 span { color: #00857e; }
.split-heading > p { margin: 0; color: var(--muted); font-size: 15px; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.solution-card { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; min-height: 340px; padding: 30px; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); color: #fff; background: #4435b6; box-shadow: 0 12px 28px rgba(19,35,70,.1); transition: transform .25s ease, box-shadow .25s ease; }
.solution-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(19,35,70,.2); }
.solution-erp { background: linear-gradient(145deg, #4334b8, #6844cf); }
.solution-digital { background: linear-gradient(145deg, #075e67, #0b7d73); }
.solution-growth { background: linear-gradient(145deg, #20488e, #3563bc); }
.card-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 28px; border-radius: 14px; font-size: 23px; }
.icon-purple { color: #fff; background: rgba(255,255,255,.16); }
.icon-teal { color: #0b938d; background: #ddfaf6; }
.icon-orange { color: #d86626; background: #fff0e6; }
.card-tag { color: #8993af; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.solution-card .card-icon { width: 52px; height: 52px; margin-bottom: 28px; border: 1px solid rgba(255,255,255,.24); border-radius: 16px; color: #fff; background: rgba(255,255,255,.13); box-shadow: inset 0 1px 0 rgba(255,255,255,.1); }
.solution-card .card-icon .ui-icon { width: 27px; height: 27px; }
.solution-card .card-tag { color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.solution-card h3 { margin: 9px 0 12px; font-size: 23px; line-height: 1.3; letter-spacing: -.02em; }
.solution-card p { margin: 0 0 25px; color: rgba(255,255,255,.94); font-size: 14px; line-height: 1.7; }
.solution-card .text-link { justify-content: space-between; width: 100%; margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.23); color: #fff; font-size: 13px; }
.solution-card .text-link .ui-icon { width: 21px; height: 21px; transition: transform .2s ease; }
.solution-card .text-link:hover .ui-icon { transform: translateX(3px); }

.product-highlight-section { background: #fff; }
.center-heading { max-width: 670px; margin-right: auto; margin-left: auto; text-align: center; }
.center-heading p { margin: 15px 0 0; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.product-grid-single { max-width: 860px; margin: 0 auto; grid-template-columns: 1fr; }
.product-grid-single .product-card p { max-width: 340px; }
.product-card { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; min-height: 285px; overflow: hidden; border-radius: var(--radius); color: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.barscan-card { background: linear-gradient(135deg, #1f245b, #6945b5); }
.backup-card { background: linear-gradient(135deg, #0d5c69, #12a6a1); }
.product-card:before { position: absolute; top: -70px; right: -80px; width: 250px; height: 250px; border: 1px solid rgba(255,255,255,.19); border-radius: 50%; content: ""; box-shadow: 0 0 0 20px rgba(255,255,255,.04), 0 0 0 50px rgba(255,255,255,.025); }
.product-card-copy { position: relative; z-index: 2; padding: 32px 0 28px 31px; }
.product-card .card-tag { color: rgba(255,255,255,.64); }
.product-card h3 { margin: 10px 0 10px; font-size: 29px; letter-spacing: -.04em; }
.product-card p { max-width: 210px; margin: 0; color: rgba(255,255,255,.82); font-size: 14px; }
.product-card-link { display: inline-flex; gap: 8px; align-items: center; margin-top: 25px; color: #fff; font-size: 12px; font-weight: 800; }
.product-card-link span { color: var(--teal); font-size: 17px; }
.product-card-image { position: relative; display: flex; align-items: center; justify-content: center; min-width: 0; }
.product-card-image:after { position: absolute; right: 8%; bottom: 11%; left: 8%; height: 20px; border-radius: 50%; background: rgba(0,0,0,.25); filter: blur(10px); content: ""; }
.product-card-image img { position: relative; z-index: 1; width: 94%; max-height: 190px; object-fit: contain; filter: drop-shadow(0 19px 15px rgba(0,0,0,.26)); transform: rotate(-5deg); }
.backup-card .product-card-image img { transform: rotate(4deg); }
.b2b-card { grid-column: 1 / -1; grid-template-columns: 1.1fr 1fr; gap: 32px; background: linear-gradient(120deg, #122e5e, #205b9b); }
.b2b-card .product-card-copy { min-width: 0; padding: 32px; }
.b2b-card h3 { font-size: 32px; }
.b2b-card p { max-width: 450px; }
.b2b-card .card-tag { color: #b9d9ff; }
.b2b-card .product-card-link { display: flex; width: fit-content; }
.b2b-integration-note { display: block; margin-top: 14px; color: #b9d9ff; font-size: 12px; }
.b2b-card-features { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: center; gap: 12px; min-width: 0; margin: 0; padding: 28px 32px 28px 0; list-style: none; }
.b2b-card-features li { display: flex; align-items: center; gap: 12px; min-width: 0; min-height: 88px; padding: 16px; border: 1px solid rgba(200,225,255,.22); border-radius: 14px; background: rgba(255,255,255,.08); color: #d5e6fb; font-size: 13px; line-height: 1.55; }
.b2b-card-features .ui-icon { flex: 0 0 26px; width: 26px; height: 26px; color: #76e7dc; }
.b2b-card-features strong { color: #fff; font-weight: 600; }

.support-section { position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.support-section:before { position: absolute; top: -200px; right: -110px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(90,80,245,.62) 0%, rgba(90,80,245,0) 68%); content: ""; }
.support-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 78px; align-items: start; }
.support-copy h2 { max-width: 440px; }
.support-copy > p { max-width: 445px; margin: 18px 0 0; color: #b9c2de; font-size: 15px; }
.support-points { display: grid; gap: 17px; margin-top: 36px; }
.support-points div { display: flex; align-items: center; gap: 14px; }
.support-points span { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(22,199,188,.55); border-radius: 10px; color: var(--teal); font-size: 10px; font-weight: 800; }
.support-points p { margin: 0; color: #e1e6f7; font-size: 13px; }
.support-form-wrap { padding: 8px; border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.22), rgba(255,255,255,.04)); }
.support-form { padding: 34px; border-radius: 22px; background: #fff; color: var(--ink); box-shadow: 0 24px 55px rgba(0,0,0,.18); }
.form-heading h3 { margin: 7px 0 24px; font-size: 25px; letter-spacing: -.035em; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.support-form label { display: block; margin-bottom: 16px; color: #47536d; font-size: 13px; font-weight: 600; }
.support-form em { color: #d34d75; font-style: normal; }
.support-form input:not([type="checkbox"]), .support-form textarea { display: block; width: 100%; margin-top: 7px; padding: 12px 13px; border: 1px solid #dfe4ef; border-radius: 10px; outline: 0; color: var(--ink); background: #fbfcfe; font-size: 13px; font-weight: 500; resize: vertical; transition: border-color .2s ease, box-shadow .2s ease; }
.support-form input:not([type="checkbox"]):focus, .support-form textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(90,80,245,.1); }
.support-form input::placeholder, .support-form textarea::placeholder { color: #aeb5c5; }
.check-label { display: flex !important; align-items: flex-start; gap: 9px; margin-top: 2px; font-weight: 600 !important; line-height: 1.45; }
.check-label input { flex: 0 0 auto; width: 16px; height: 16px; accent-color: var(--primary); }
.check-label a { color: var(--primary); text-decoration: underline; }
.support-form .button { margin-top: 4px; }
.form-note { margin: 11px 0 0; color: #6b758c; font-size: 12px; }
.form-status { min-height: 18px; margin: 7px 0 0; color: #0d8a73; font-size: 11px; font-weight: 800; }
.form-status.is-error { color: #b42318; }
.support-form button:disabled { cursor: wait; opacity: .65; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

.corporate-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.corporate-copy > p { max-width: 490px; margin: 19px 0 0; color: var(--muted); font-size: 15px; }
.corporate-copy .button { margin-top: 25px; }
.corporate-panel { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 18px 44px rgba(11,21,52,.05); }
.experience-summary { display: flex; align-items: center; gap: 28px; padding: 32px; border-bottom: 1px solid #e7e3fb; background: #f0edff; }
.experience-number { flex: 0 0 auto; color: var(--primary-dark); font-family: var(--font-heading); font-size: 70px; font-weight: 700; line-height: 1; letter-spacing: -.055em; }
.experience-summary h3 { margin: 0 0 5px; font-size: 21px; line-height: 1.3; letter-spacing: -.02em; }
.experience-summary p { margin: 0; color: #68708b; font-size: 14px; }
.experience-services { margin: 0; padding: 8px 32px; list-style: none; }
.experience-services li { display: flex; align-items: flex-start; gap: 18px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.experience-services li:last-child { border-bottom: 0; }
.service-number { flex: 0 0 auto; padding-top: 2px; color: #00857e; font-size: 12px; font-weight: 700; font-variant-numeric: tabular-nums; }
.experience-services h3 { margin: 0 0 4px; font-size: 16px; font-weight: 600; line-height: 1.4; }
.experience-services p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.contact-section { padding: 74px 0; color: #fff; background: linear-gradient(120deg, #171d4c, #3d2b90); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.contact-section h2 { max-width: 490px; }
.contact-section p { margin: 16px 0 0; color: #c5c9e5; }
.contact-details { display: grid; gap: 18px; }
.contact-details > a, .contact-address { display: flex; align-items: center; gap: 15px; }
.contact-icon { display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid rgba(22,199,188,.34); border-radius: 14px; color: var(--teal); background: rgba(22,199,188,.1); }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { color: #aeb6d5; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.contact-details strong { margin-top: 2px; color: #fff; font-size: 14px; }
.contact-details a:hover strong { color: var(--teal); }

.footer { color: var(--ink-soft); border-top: 1px solid var(--line); background: #fff; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 24px; margin-left: auto; color: var(--ink-soft); font-size: 13px; font-weight: 600; text-align: right; }
.footer-links a { padding: 6px 0; }
.footer-links a:hover { color: var(--primary-dark); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px 24px; padding: 14px 0; color: #626e85; font-size: 12px; }

@media (max-width: 1080px) {
  .b2b-card-features li { flex-direction: column; align-items: flex-start; gap: 10px; }
  .nav-inner { gap: 16px; }
  .main-nav { gap: 0; }
  .main-nav a { padding-right: 8px; padding-left: 8px; font-size: 13px; }
  .partner-badge { padding-left: 12px; }
  .partner-badge span { display: none; }
  .slide { grid-template-columns: 1fr .9fr; padding-right: 25px; padding-left: 30px; }
  .slider-controls { right: 30px; left: 30px; }
  .support-grid { gap: 36px; }
  .corporate-grid { gap: 50px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, 570px); }
  .topbar-inner { min-height: 34px; }
  .topbar-note { display: none; }
  .topbar-contact { width: 100%; justify-content: space-between; gap: 8px; font-size: 10px; }
  .nav-inner { min-height: 76px; flex-wrap: wrap; justify-content: space-between; }
  .brand img { width: 138px; }
  .menu-toggle { display: block; }
  .main-nav { display: none; order: 5; width: 100%; padding: 7px 0 14px; flex-direction: column; align-items: stretch; border-top: 1px solid var(--line); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 11px 4px; font-size: 15px; }
  .main-nav a:after { right: auto; bottom: 4px; left: 4px; width: 42px; }
  .partner-badge { margin-left: auto; padding-left: 11px; border-left: 1px solid var(--line); }
  .partner-badge img { width: 64px; max-height: 40px; }
  .hero { padding: 24px 0 45px; }
  .hero h1 { font-size: clamp(32px, 8vw, 40px); }
  .hero-intro > p { font-size: 14px; }
  .hero-links .button { min-height: 42px; padding: 0 14px; font-size: 12px; }
  .slider { min-height: 600px; border-radius: 22px; }
  .slides { min-height: 600px; }
  .slide { grid-template-columns: 1fr; grid-template-rows: auto 1fr; gap: 0; padding: 28px 22px 72px; }
  .slide-copy { align-self: start; }
  .slide h2 { font-size: 28px; }
  .slide p { font-size: 14px; }
  .slide-visual { min-height: 250px; }
  .slide-b2b { gap: 12px; }
  .slide-b2b h2 { font-size: 26px; }
  .slide-b2b p { font-size: 13px; }
  .b2b-slide-panel { padding: 16px 18px; }
  .b2b-slide-title { font-size: 24px; }
  .b2b-slide-features { margin-top: 12px; }
  .b2b-slide-features li { gap: 9px; padding: 8px 0; font-size: 12px; }
  .visual-orbit { width: 205px; height: 205px; }
  .visual-screen { max-height: 215px; }
  .visual-photo { height: 205px; }
  .chip-top { top: 10px; right: 0; }
  .chip-bottom { bottom: 5px; left: 0; }
  .product-wordmark { right: 9%; bottom: 26px; }
  .slider-controls { right: 22px; bottom: 16px; left: 22px; }
  .slider-dots { gap: 5px; }
  .slider-dot { width: 14px; }
  .slider-dot.is-active { width: 24px; }
  .section { padding: 70px 0; }
  .trust-grid { grid-template-columns: 1fr; gap: 16px; }
  .split-heading, .support-grid, .corporate-grid, .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .section-heading h2, .corporate-copy h2, .contact-section h2, .support-copy h2 { font-size: 34px; }
  .solution-grid, .product-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: auto; }
  .product-card { min-height: 245px; }
  .product-card-copy { padding: 26px 0 24px 24px; }
  .product-card-image img { max-height: 160px; }
  .b2b-card { grid-template-columns: 1fr; gap: 0; }
  .b2b-card .product-card-copy { padding: 26px 24px 20px; }
  .b2b-card-features { padding: 0 24px 24px; gap: 10px; }
  .b2b-card-features li { flex-direction: column; align-items: flex-start; gap: 10px; padding: 14px; font-size: 12px; }
  .support-form { padding: 24px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .experience-summary { gap: 20px; padding: 26px 22px; }
  .experience-number { font-size: 60px; }
  .experience-summary h3 { font-size: 18px; }
  .experience-services { padding: 4px 22px; }
  .contact-section { padding: 62px 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
  .footer-links { align-self: flex-end; }
}

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

.subpage-hero { position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.subpage-hero:before { position: absolute; inset: 0; background: linear-gradient(110deg, rgba(11,21,52,.98), rgba(22,28,77,.83) 55%, rgba(61,42,139,.78)), url("assets/cover-2.jpg") center / cover; content: ""; }
.backup-hero:before { background-image: linear-gradient(110deg, rgba(11,21,52,.98), rgba(15,70,83,.83) 55%, rgba(13,129,135,.68)), url("assets/cover-4.jpg"); }
.subpage-hero-content { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; min-height: 515px; gap: 40px; align-items: center; padding-top: 56px; padding-bottom: 56px; }
.subpage-hero-content h1 { max-width: 570px; margin: 20px 0 16px; font-size: clamp(40px, 5vw, 68px); line-height: 1.01; letter-spacing: -.055em; }
.subpage-hero-content h1 span { color: var(--teal); }
.subpage-hero-content p { max-width: 500px; margin: 0; color: #c3cbe4; font-size: 17px; }
.subpage-hero-content .button { margin-top: 29px; }
.breadcrumb { display: block; width: fit-content; margin-bottom: 34px; color: #bac4e2; font-size: 12px; font-weight: 800; }
.breadcrumb:hover { color: var(--teal); }
.subpage-hero-visual { position: relative; display: flex; min-height: 330px; align-items: center; justify-content: center; }
.subpage-hero-visual:after { position: absolute; right: 10%; bottom: 9%; left: 10%; height: 25px; border-radius: 50%; background: rgba(0,0,0,.38); filter: blur(14px); content: ""; }
.subpage-hero-visual > img:first-of-type { position: relative; z-index: 1; width: min(420px, 88%); max-height: 310px; object-fit: contain; filter: drop-shadow(0 26px 22px rgba(0,0,0,.32)); transform: rotate(-4deg); }
.backup-hero .subpage-hero-visual > img:first-of-type { width: min(400px, 88%); transform: rotate(4deg); }
.subpage-hero-visual .visual-orbit { width: 300px; height: 300px; }
.subpage-logo { position: absolute; right: 6%; bottom: 24px; z-index: 2; width: 128px !important; max-height: 58px !important; object-fit: contain !important; transform: none !important; filter: drop-shadow(0 8px 10px rgba(0,0,0,.25)) !important; }
.backup-subpage-logo { width: 158px !important; }
.subpage-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: center; }
.subpage-copy h2 { margin: 12px 0 17px; font-size: clamp(31px, 4vw, 50px); line-height: 1.06; letter-spacing: -.045em; }
.subpage-copy h2 span { color: var(--primary); }
.subpage-copy > p { max-width: 520px; margin: 16px 0 0; color: var(--muted); font-size: 15px; }
.detail-bullets { display: grid; gap: 11px; margin: 25px 0 0; padding: 0; list-style: none; color: var(--ink-soft); font-size: 13px; font-weight: 700; }
.detail-bullets li { display: flex; align-items: center; gap: 9px; }
.detail-bullets li span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 7px; color: #0b938d; background: #ddfaf6; font-size: 12px; }
.subpage-showcase { position: relative; min-height: 370px; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 24px; background: linear-gradient(145deg, #1a2254, #5c40a3); }
.backup-showcase { background: linear-gradient(145deg, #0d5c69, #12a6a1); }
.subpage-showcase:before { position: absolute; top: -80px; right: -60px; width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; content: ""; box-shadow: 0 0 0 19px rgba(255,255,255,.04), 0 0 0 48px rgba(255,255,255,.025); }
.subpage-showcase:after { position: absolute; right: 12%; bottom: 17%; left: 12%; height: 20px; border-radius: 50%; background: rgba(0,0,0,.24); filter: blur(11px); content: ""; }
.subpage-showcase > img { position: relative; z-index: 1; width: 73%; max-height: 260px; object-fit: contain; filter: drop-shadow(0 20px 17px rgba(0,0,0,.27)); transform: rotate(-5deg); }
.backup-showcase > img { transform: rotate(4deg); }
.showcase-label { position: absolute; right: 25px; bottom: 24px; z-index: 2; padding: 11px 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 11px; background: rgba(11,21,52,.5); backdrop-filter: blur(8px); }
.showcase-label strong, .showcase-label span { display: block; }
.showcase-label strong { color: #fff; font-size: 12px; }
.showcase-label span { color: #bde7e4; font-size: 10px; }
.detail-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.detail-card { padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.detail-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.detail-card .card-icon { margin-bottom: 23px; }
.detail-card h3 { margin: 0 0 8px; font-size: 20px; letter-spacing: -.03em; }
.detail-card p { margin: 0; color: var(--muted); font-size: 13px; }
.detail-cta { color: #fff; background: linear-gradient(120deg, #171d4c, #3d2b90); }
.detail-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-top: 60px; padding-bottom: 60px; }
.detail-cta h2 { margin: 10px 0 7px; font-size: clamp(26px, 3vw, 39px); line-height: 1.1; letter-spacing: -.04em; }
.detail-cta p { margin: 0; color: #c4cae4; font-size: 14px; }
.backup-page .subpage-hero-content { grid-template-columns: 1.15fr .85fr; gap: 64px; padding-bottom: 40px; }
.backup-page .subpage-hero-content h1 { font-size: clamp(38px, 4.5vw, 62px); line-height: 1.1; letter-spacing: -.045em; }
.backup-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 24px; margin-top: 30px; }
.backup-actions .button { margin-top: 0; }
.backup-secondary-link { color: #e2f5f2; font-size: 13px; font-weight: 600; }
.backup-secondary-link:hover { color: var(--teal); }
.backup-page .backup-hero-note { margin-top: 21px; color: #a5bcc7; font-size: 12px; }
.backup-product-visual { position: relative; margin: 0; padding: 24px; border: 1px solid rgba(124,228,221,.25); border-radius: 26px; background: linear-gradient(145deg, rgba(63,186,176,.16), rgba(6,32,48,.68)); }
.backup-visual-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #a7ddd8; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.backup-visual-dot { flex: 0 0 7px; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
.backup-product-visual > img { width: auto; height: 285px; max-width: 100%; object-fit: contain; margin: 26px auto; filter: drop-shadow(0 18px 22px rgba(0,0,0,.25)); }
.backup-product-visual figcaption { border-top: 1px solid rgba(124,228,221,.2); padding-top: 17px; }
.backup-product-visual figcaption strong { display: block; font-size: 23px; letter-spacing: -.03em; }
.backup-product-visual figcaption span { display: block; margin-top: 4px; color: #b8d5d8; font-size: 12px; }
.backup-capabilities { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 23px 0 28px; border-top: 1px solid rgba(255,255,255,.15); color: #cbdfeb; font-size: 12px; font-weight: 600; text-align: center; }
.backup-feature-number { display: block; margin-bottom: 25px; color: #087d79; font-size: 11px; font-weight: 700; letter-spacing: .09em; }
.backup-page .detail-card h3 { font-size: 23px; line-height: 1.3; }
.backup-page .detail-card p { font-size: 14px; }
.backup-destination-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.backup-destinations { padding: 8px 30px; border: 1px solid #cee8e5; border-radius: 24px; background: #f3faf9; }
.backup-destinations article { padding: 25px 0; }
.backup-destinations article + article { border-top: 1px solid #cee8e5; }
.backup-destination-label { color: #087d79; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.backup-destinations h3 { margin: 9px 0; font-size: 25px; line-height: 1.3; }
.backup-destinations p { margin: 0; color: var(--muted); font-size: 14px; }
.backup-destinations p + p { margin-top: 12px; }
.backup-sales-cta { background: linear-gradient(120deg, #102541, #075e63); }
.backup-sales-cta .detail-cta-inner > div:first-child { max-width: 610px; }
.backup-contact-actions { display: flex; flex: 0 1 350px; flex-direction: column; gap: 15px; text-align: center; }
.backup-contact-actions > a:not(.button) { color: #c0ddd9; font-size: 13px; }
.backup-contact-actions .button { text-align: center; }
.backup-privacy-link { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; padding: 24px 0; color: var(--muted); font-size: 12px; }
.backup-privacy-link a { color: var(--primary-dark); text-decoration: underline; text-underline-offset: 4px; }
.b2b-hero:before { background-image: linear-gradient(115deg, rgba(7,22,48,.99), rgba(15,59,103,.93) 57%, rgba(21,105,139,.78)), url("assets/cover-2.jpg"); }
.b2b-page .subpage-hero-content { grid-template-columns: .95fr 1.05fr; gap: 62px; padding-bottom: 40px; }
.b2b-page .subpage-hero-content h1 { font-size: clamp(38px, 4.5vw, 62px); line-height: 1.08; letter-spacing: -.05em; }
.b2b-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 24px; margin-top: 30px; }
.b2b-actions .button { margin-top: 0; }
.b2b-secondary-link { color: #dcefff; font-size: 13px; font-weight: 600; }
.b2b-secondary-link:hover { color: var(--teal); }
.b2b-page .b2b-hero-note { margin-top: 21px; color: #a8bfd4; font-size: 12px; }
.b2b-browser { position: relative; overflow: hidden; border: 1px solid rgba(169,219,255,.3); border-radius: 22px; background: #f5f8fc; box-shadow: 0 28px 58px rgba(1,14,35,.4); transform: perspective(1100px) rotateY(-3deg) rotateX(1deg); }
.b2b-browser-bar { display: flex; min-height: 42px; align-items: center; gap: 7px; padding: 0 14px; color: #18385d; background: #fff; border-bottom: 1px solid #e1e8f1; }
.b2b-browser-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #d5dde8; }
.b2b-browser-bar > span:first-child { background: #ff8c78; }
.b2b-browser-bar > span:nth-child(2) { background: #ffcc68; }
.b2b-browser-bar > span:nth-child(3) { background: #5fd4b2; }
.b2b-browser-bar strong { margin-left: auto; font-size: 10px; letter-spacing: .02em; }
.b2b-browser-bar em { color: #159c9a; font-style: normal; }
.b2b-dashboard { display: grid; grid-template-columns: 48px 1fr; min-height: 330px; }
.b2b-dashboard-nav { display: flex; flex-direction: column; align-items: center; gap: 18px; padding-top: 17px; color: #fff; background: #102d50; }
.b2b-dashboard-nav b { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 8px; color: #0d3158; background: #5de1d3; font-size: 8px; }
.b2b-dashboard-nav i { display: block; width: 15px; height: 5px; border-radius: 3px; background: rgba(210,232,252,.38); }
.b2b-dashboard-nav i:nth-of-type(2) { background: #5de1d3; }
.b2b-dashboard-main { min-width: 0; padding: 21px; color: #18304f; }
.b2b-dashboard-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.b2b-dashboard-head small, .b2b-dashboard-head strong { display: block; }
.b2b-dashboard-head small { color: #8a9bb0; font-size: 7px; font-weight: 700; letter-spacing: .13em; }
.b2b-dashboard-head strong { margin-top: 2px; font-size: 17px; }
.b2b-dashboard-head > span { padding: 7px 10px; border-radius: 7px; color: #fff; background: #2c67af; font-size: 8px; font-weight: 700; }
.b2b-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin-top: 16px; }
.b2b-metrics > div { position: relative; overflow: hidden; min-width: 0; padding: 12px; border: 1px solid #e0e7ef; border-radius: 10px; background: #fff; }
.b2b-metrics small, .b2b-metrics strong { display: block; }
.b2b-metrics small { color: #8798ae; font-size: 6px; font-weight: 700; letter-spacing: .05em; }
.b2b-metrics strong { margin-top: 4px; font-size: 14px; white-space: nowrap; }
.b2b-metrics i { position: absolute; right: -8px; bottom: -11px; width: 34px; height: 34px; border-radius: 50%; opacity: .22; }
.metric-blue { background: #3275ce; }
.metric-teal { background: #16c7bc; }
.metric-orange { background: #ff8c42; }
.b2b-orders { margin-top: 13px; padding: 13px; border: 1px solid #e0e7ef; border-radius: 11px; background: #fff; }
.b2b-orders-title, .b2b-order-row { display: flex; align-items: center; }
.b2b-orders-title { justify-content: space-between; padding-bottom: 9px; }
.b2b-orders-title strong { font-size: 10px; }
.b2b-orders-title span { color: #2c67af; font-size: 7px; font-weight: 700; }
.b2b-order-row { gap: 9px; padding: 8px 0; border-top: 1px solid #edf1f5; }
.b2b-order-row > i { flex: 0 0 20px; width: 20px; height: 20px; border-radius: 6px; background: #e7f2ff; }
.b2b-order-row > span { min-width: 0; }
.b2b-order-row b, .b2b-order-row small { display: block; }
.b2b-order-row b { font-size: 8px; }
.b2b-order-row small { color: #93a1b3; font-size: 6px; }
.b2b-order-row em { margin-left: auto; padding: 4px 6px; border-radius: 999px; color: #0d837e; background: #e3f8f5; font-size: 6px; font-style: normal; font-weight: 700; white-space: nowrap; }
.b2b-capabilities { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 23px 0 28px; border-top: 1px solid rgba(255,255,255,.15); color: #d6e6f4; font-size: 12px; font-weight: 600; text-align: center; }
.b2b-feature-grid { grid-template-columns: repeat(3, 1fr); }
.b2b-feature-grid .detail-card { position: relative; overflow: hidden; }
.b2b-feature-grid .detail-card:after { position: absolute; top: 0; right: 0; width: 48px; height: 3px; border-radius: 0 0 0 3px; background: var(--teal); content: ""; }
.b2b-feature-grid .detail-card h3 { font-size: 21px; line-height: 1.3; }
.b2b-feature-grid .detail-card p { font-size: 14px; }
.b2b-feature-number { display: block; margin-bottom: 22px; color: #2368a2; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.b2b-integration-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.b2b-integration-panel { display: grid; grid-template-columns: 1fr 90px 1fr; align-items: center; padding: 45px 34px; border: 1px solid #dbe6f0; border-radius: 24px; background: linear-gradient(145deg, #f5f9fd, #eaf5f7); }
.b2b-system-card { min-width: 0; padding: 24px 20px; border: 1px solid #d9e4ee; border-radius: 17px; background: #fff; box-shadow: 0 15px 35px rgba(13,49,88,.09); }
.b2b-system-card span, .b2b-system-card strong, .b2b-system-card small { display: block; }
.b2b-system-card span { color: #2368a2; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.b2b-system-card strong { margin-top: 7px; font-size: 17px; line-height: 1.25; }
.b2b-system-card small { margin-top: 9px; color: var(--muted); font-size: 10px; }
.b2b-system-card-product { color: #fff; border-color: #174b7e; background: linear-gradient(140deg, #133a64, #1e6794); }
.b2b-system-card-product span { color: #68ded5; }
.b2b-system-card-product small { color: #bdd7e8; }
.b2b-connection { display: flex; align-items: center; color: #1b7094; }
.b2b-connection i { height: 1px; flex: 1; background: #8db7ca; }
.b2b-connection b { display: grid; place-items: center; flex: 0 0 32px; width: 32px; height: 32px; border: 1px solid #8db7ca; border-radius: 50%; background: #fff; font-size: 14px; }
.b2b-sales-cta { background: linear-gradient(120deg, #0d2748, #126b7d); }
.b2b-sales-cta .detail-cta-inner > div:first-child { max-width: 650px; }
.b2b-contact-actions { display: flex; flex: 0 1 350px; flex-direction: column; gap: 15px; text-align: center; }
.b2b-contact-actions > a:not(.button) { color: #c5e0e5; font-size: 13px; }
.b2b-contact-actions .button { text-align: center; }
.oauth-panel { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 20px 50px rgba(11,21,52,.08); }
.oauth-panel-head { display: flex; align-items: center; justify-content: space-between; padding: 28px 30px; color: #fff; background: linear-gradient(120deg, var(--ink), #322773); }
.oauth-status { color: var(--teal); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.oauth-panel-head h3 { margin: 8px 0 0; font-size: 22px; letter-spacing: -.035em; }
.oauth-lock { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(22,199,188,.4); border-radius: 13px; color: var(--teal); font-size: 24px; }
.oauth-list { padding: 10px 30px; }
.oauth-row { display: grid; grid-template-columns: 190px 1fr; gap: 22px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.oauth-row:last-child { border-bottom: 0; }
.oauth-label { color: #8790a8; font-size: 12px; font-weight: 700; }
.oauth-row strong { color: var(--ink-soft); font-size: 13px; font-weight: 700; overflow-wrap: anywhere; }
.oauth-row code, .legal-content code { padding: 2px 5px; border-radius: 5px; color: var(--primary-dark); background: #efedff; font-family: Consolas, monospace; font-size: .92em; overflow-wrap: anywhere; }
.oauth-footnote { margin: 0; padding: 20px 30px; color: #7b849b; background: #fafbfe; font-size: 11px; }
.legal-page { min-height: 560px; padding: 86px 0 100px; background: var(--mist); }
.legal-wrap { max-width: 860px; }
.dark-breadcrumb { color: var(--muted); }
.legal-wrap > h1 { margin: 12px 0 4px; font-size: clamp(38px, 5vw, 60px); line-height: 1; letter-spacing: -.055em; }
.legal-lead { margin: 0 0 42px; color: var(--muted); font-size: 13px; }
.legal-content { padding: 36px 40px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.legal-content h2 { margin: 28px 0 9px; font-size: 20px; letter-spacing: -.025em; }
.legal-content h2:first-of-type { margin-top: 0; }
.legal-content p { margin: 0 0 14px; color: var(--muted); font-size: 14px; }
.legal-content a { color: var(--primary-dark); text-decoration: underline; }
.website-privacy .legal-content + .legal-content { margin-top: 24px; }
.website-privacy .legal-content h3 { margin: 26px 0 9px; font-size: 17px; line-height: 1.4; }
.website-privacy .legal-content ul { padding-left: 22px; color: var(--muted); font-size: 14px; }
.website-privacy .legal-content li + li { margin-top: 9px; }
.website-privacy [id] { scroll-margin-top: 110px; }
.form-privacy-notice { margin: 6px 0 20px; color: #59657d; font-size: 12px; line-height: 1.65; }
.form-privacy-notice a { color: var(--primary-dark); text-decoration: underline; text-underline-offset: 3px; }
.legal-note { margin-top: 28px !important; padding: 15px 17px; border-left: 3px solid var(--orange); color: #8b5e42 !important; background: #fff7f0; font-size: 12px !important; }
.policy-review { margin: 22px 0 30px; padding: 18px 22px; border: 1px solid #efcfad; border-radius: 14px; color: #704723; background: #fff7ed; font-size: 14px; }
.policy-review strong { display: block; margin-bottom: 5px; }
.policy-review p { margin: 0; }
.legal-content h2[id] { scroll-margin-top: 110px; }
.policy-navigation { display: flex; flex-wrap: wrap; gap: 9px 18px; margin: 0 0 32px; font-size: 13px; font-weight: 600; }
.policy-navigation a { color: var(--primary-dark); text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 760px) {
  .b2b-page .subpage-hero-content, .b2b-integration-layout { grid-template-columns: minmax(0, 1fr); gap: 35px; }
  .b2b-page .subpage-hero-content h1 { font-size: clamp(35px, 7.5vw, 48px); }
  .b2b-browser { width: 100%; max-width: 520px; margin: 5px auto 0; transform: none; }
  .b2b-dashboard { min-height: 295px; }
  .b2b-dashboard-main { padding: 16px 12px; }
  .b2b-metrics > div { padding: 9px 7px; }
  .b2b-metrics strong { font-size: 11px; }
  .b2b-capabilities { grid-template-columns: repeat(2, minmax(0, 1fr)); text-align: left; font-size: 11px; }
  .b2b-feature-grid { grid-template-columns: 1fr; }
  .b2b-integration-panel { grid-template-columns: 1fr; gap: 0; padding: 28px 22px; }
  .b2b-connection { width: 1px; height: 60px; flex-direction: column; justify-self: center; }
  .b2b-connection i { width: 1px; }
  .b2b-contact-actions { flex-basis: auto; width: 100%; max-width: 350px; }
  .backup-page .subpage-hero-content, .backup-destination-layout { grid-template-columns: minmax(0, 1fr); gap: 35px; }
  .backup-page .subpage-hero-content h1 { font-size: clamp(35px, 7.5vw, 48px); }
  .backup-product-visual { width: 100%; max-width: 440px; margin: 0 auto; }
  .backup-product-visual > img { height: 230px; }
  .backup-capabilities { grid-template-columns: repeat(2, minmax(0, 1fr)); text-align: left; font-size: 11px; }
  .backup-destinations { padding-right: 24px; padding-left: 24px; }
  .backup-contact-actions { flex-basis: auto; width: 100%; max-width: 350px; }
  .backup-privacy-link { justify-content: flex-start; }
  .subpage-hero-content { grid-template-columns: 1fr; min-height: auto; gap: 20px; padding-top: 42px; padding-bottom: 35px; }
  .subpage-hero-content h1 { font-size: 43px; }
  .subpage-hero-content p { font-size: 14px; }
  .breadcrumb { margin-bottom: 27px; }
  .subpage-hero-visual { min-height: 270px; }
  .subpage-hero-visual .visual-orbit { width: 220px; height: 220px; }
  .subpage-hero-visual > img:first-of-type { max-height: 225px; }
  .subpage-logo { right: 9%; bottom: 21px; width: 104px !important; }
  .backup-subpage-logo { width: 124px !important; }
  .subpage-layout { gap: 42px; }
  .subpage-showcase { min-height: 285px; }
  .subpage-showcase > img { max-height: 210px; }
  .detail-card-grid { grid-template-columns: 1fr; }
  .detail-cta-inner { align-items: flex-start; flex-direction: column; padding-top: 48px; padding-bottom: 48px; }
  .oauth-panel-head { align-items: flex-start; gap: 18px; padding: 24px 20px; }
  .oauth-panel-head h3 { font-size: 18px; }
  .oauth-list { padding: 7px 20px; }
  .oauth-row { grid-template-columns: 1fr; gap: 4px; padding: 13px 0; }
  .oauth-footnote { padding: 17px 20px; }
  .legal-page { padding: 57px 0 70px; }
  .legal-content { padding: 26px 20px; }
}
