:root {
  --navy: #07111f;
  --navy-2: #0a1829;
  --blue: #148cff;
  --blue-2: #006bdd;
  --cyan: #28c9f4;
  --ink: #102039;
  --muted: #66748a;
  --line: #dce6f0;
  --surface: #f4f8fc;
  --white: #fff;
  --shadow: 0 24px 70px rgba(13, 52, 92, .13);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 16px; color: var(--white); background: var(--blue); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; background: rgba(7, 17, 31, .78); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(18px); transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(7, 17, 31, .96); box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--white); font-size: 1.06rem; font-weight: 800; letter-spacing: .04em; }
.brand img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 22px rgba(20,140,255,.22); }
.brand strong { color: var(--cyan); }
.main-nav { display: flex; align-items: center; gap: 36px; color: #cbd6e3; font-size: .91rem; font-weight: 600; }
.main-nav a { transition: color .2s; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--white); }
.nav-support { padding: 10px 18px; color: var(--white) !important; border: 1px solid rgba(255,255,255,.22); border-radius: 10px; }
.language-switch { padding: 5px 8px; display: flex; align-items: center; gap: 4px; color: #586d82; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); border-radius: 9px; }
.language-switch button { min-width: 30px; padding: 3px 4px; color: #8295a8; background: transparent; border: 0; border-radius: 6px; cursor: pointer; font-size: .7rem; font-weight: 900; letter-spacing: .04em; }
.language-switch button[aria-pressed="true"] { color: #fff; background: #137edc; box-shadow: 0 4px 12px rgba(0,103,210,.28); }
.language-switch button:hover { color: #fff; }
.menu-toggle { display: none; width: 43px; height: 43px; padding: 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--white); border-radius: 2px; }

.hero { position: relative; min-height: 770px; padding: 148px 0 100px; color: var(--white); background: radial-gradient(circle at 84% 36%, rgba(13,105,215,.18), transparent 33%), linear-gradient(132deg, #07111f 0%, #08192b 55%, #07111f 100%); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to right, #000, transparent 80%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 500px; height: 500px; right: -260px; top: 70px; border: 1px solid rgba(38,176,255,.18); box-shadow: 0 0 120px rgba(14,129,255,.13) inset; }
.hero-glow-two { width: 320px; height: 320px; right: 8%; bottom: -220px; border: 1px solid rgba(38,176,255,.12); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 72px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; color: #2b7fc9; font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: currentColor; }
.hero .eyebrow { color: #60c9ff; }
.hero h1 { margin: 0; font-size: clamp(3.4rem, 5.4vw, 5.55rem); line-height: .98; letter-spacing: -.055em; }
.hero h1 span { color: transparent; background: linear-gradient(90deg, #fff 0%, #5dc9ff 40%, #158fff 100%); -webkit-background-clip: text; background-clip: text; }
.hero-lead { max-width: 600px; margin: 28px 0 0; color: #afbdcc; font-size: 1.07rem; line-height: 1.8; }
.hero-actions { display: flex; gap: 13px; margin: 34px 0 30px; }
.button { min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 17px; border-radius: 11px; font-size: .91rem; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: linear-gradient(135deg, #149bff, #006adb); box-shadow: 0 15px 35px rgba(0,112,224,.3); }
.button-primary:hover { box-shadow: 0 18px 40px rgba(0,112,224,.42); }
.button-secondary { color: var(--white); border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.055); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 21px; color: #99aabc; font-size: .78rem; font-weight: 600; }
.hero-trust i { margin-right: 5px; color: #5bd0ff; font-style: normal; }

.product-visual { position: relative; min-width: 0; padding: 44px 0; }
.visual-halo { position: absolute; width: 430px; height: 430px; inset: 50% auto auto 50%; border-radius: 50%; background: radial-gradient(circle, rgba(0,125,255,.28), transparent 67%); transform: translate(-50%, -50%); }
.app-window { position: relative; border: 1px solid rgba(106,188,255,.22); border-radius: 16px; background: #eef5fb; box-shadow: 0 36px 100px rgba(0,0,0,.42), 0 0 65px rgba(0,102,214,.13); overflow: hidden; transform: perspective(1400px) rotateY(-4deg) rotateX(1deg); }
.app-topbar { height: 58px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; color: #d7e6f4; background: #091827; border-bottom: 1px solid rgba(255,255,255,.08); }
.app-brand { display: flex; align-items: center; gap: 9px; font-size: .72rem; font-weight: 800; letter-spacing: .06em; }
.app-brand img { width: 30px; height: 30px; border-radius: 50%; }
.window-dots { display: flex; gap: 7px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #29445c; }
.app-body { min-height: 355px; display: grid; grid-template-columns: 56px 1fr; }
.app-sidebar { padding: 20px 13px; background: #0d2237; }
.app-sidebar b, .app-sidebar span { display: block; width: 28px; height: 28px; margin-bottom: 16px; border-radius: 8px; background: #173852; }
.app-sidebar b { background: linear-gradient(135deg, #16adff, #0871e8); }
.dashboard { min-width: 0; padding: 22px; color: var(--ink); }
.dashboard-heading { display: flex; align-items: center; justify-content: space-between; }
.dashboard-heading div { display: flex; flex-direction: column; }
.dashboard-heading small { color: #7890a7; font-size: .59rem; }
.dashboard-heading strong { font-size: .95rem; }
.dashboard-heading > span { padding: 5px 10px; color: #71869b; background: #fff; border: 1px solid #dce8f2; border-radius: 6px; font-size: .55rem; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 18px 0 12px; }
.metric-grid article { min-width: 0; padding: 13px; background: #fff; border: 1px solid #deebf5; border-radius: 10px; box-shadow: 0 6px 16px rgba(31,70,105,.06); }
.metric-grid i { float: right; width: 24px; height: 24px; display: grid; place-items: center; color: #fff; border-radius: 7px; font-size: .7rem; font-style: normal; }
.metric-blue { background: #178eff; }.metric-cyan { background: #21b7d5; }.metric-green { background: #26ae7b; }
.metric-grid small, .metric-grid strong, .metric-grid em { display: block; }
.metric-grid small { color: #8193a5; font-size: .52rem; }.metric-grid strong { margin: 4px 0 2px; font-size: .93rem; }.metric-grid em { color: #2ca578; font-size: .46rem; font-style: normal; }
.chart-card { padding: 15px 16px 11px; background: #fff; border: 1px solid #deebf5; border-radius: 10px; }
.chart-title { display: flex; justify-content: space-between; }
.chart-title span { display: flex; flex-direction: column; }.chart-title b { font-size: .7rem; }.chart-title small { color: #8999a9; font-size: .49rem; }.chart-title em { color: #178eff; font-size: .49rem; font-style: normal; }
.chart { height: 95px; display: flex; align-items: end; gap: 8%; padding: 12px 5% 0; border-bottom: 1px solid #e6edf4; background: repeating-linear-gradient(to bottom, transparent, transparent 30px, #eef3f7 31px); }
.chart span { flex: 1; height: var(--h); min-width: 9px; border-radius: 5px 5px 1px 1px; background: linear-gradient(180deg, #28bfff, #0875e5); box-shadow: 0 6px 12px rgba(20,140,255,.15); }
.chart-days { display: flex; justify-content: space-around; padding-top: 7px; color: #99a7b5; font-size: .43rem; }
.floating-card { position: absolute; z-index: 3; padding: 10px 14px; display: flex; align-items: center; gap: 10px; color: #26394b; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.7); border-radius: 10px; box-shadow: 0 14px 35px rgba(0,0,0,.27); }
.floating-card > span { width: 30px; height: 30px; display: grid; place-items: center; color: #fff; background: #17ae7a; border-radius: 8px; }
.floating-card div { display: flex; flex-direction: column; }.floating-card small { color: #8291a0; font-size: .53rem; }.floating-card strong { font-size: .65rem; }
.floating-sale { left: -32px; bottom: 74px; }.floating-backup { right: -25px; top: 20px; }.floating-backup > span { background: #178eff; }

.feature-strip { color: #79899a; background: #f7fafc; border-bottom: 1px solid #e5edf4; }
.strip-grid { min-height: 78px; display: flex; align-items: center; justify-content: space-around; gap: 20px; font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.strip-grid i { width: 4px; height: 4px; background: #178eff; border-radius: 50%; }
.section { padding: 112px 0; }
.section-heading { max-width: 670px; margin: 0 auto 58px; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading h2, .security h2 { margin: 0; color: #13243b; font-size: clamp(2.25rem, 4vw, 3.35rem); line-height: 1.1; letter-spacing: -.045em; }
.section-heading h2 span, .security h2 span { color: #178eff; }
.section-heading > p:last-child { max-width: 590px; margin: 20px auto 0; color: var(--muted); }
.resources { background: #fff; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card { position: relative; padding: 27px 24px 23px; border: 1px solid #e0e9f1; border-radius: 17px; background: linear-gradient(145deg,#fff 70%,#f8fbfe); overflow: hidden; transition: transform .25s, box-shadow .25s, border-color .25s; }
.feature-card:hover { transform: translateY(-6px); border-color: #bbdaf5; box-shadow: 0 22px 45px rgba(23,89,145,.1); }
.feature-icon { width: 52px; height: 52px; margin-bottom: 22px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 15px; box-shadow: inset 0 1px 0 rgba(255,255,255,.85),0 10px 24px color-mix(in srgb,currentColor 14%,transparent); transition: transform .25s ease,box-shadow .25s ease; }
.feature-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.feature-card:hover .feature-icon { transform: translateY(-2px) rotate(-3deg) scale(1.06); box-shadow: inset 0 1px 0 rgba(255,255,255,.9),0 14px 28px color-mix(in srgb,currentColor 20%,transparent); }
.feature-icon.blue { color:#1179e2;background:linear-gradient(145deg,#f4faff,#dceeff)}.feature-icon.cyan{color:#079cba;background:linear-gradient(145deg,#f2fdff,#d9f5fa)}.feature-icon.purple{color:#7658dc;background:linear-gradient(145deg,#f8f6ff,#e7e1fd)}.feature-icon.green{color:#159b6a;background:linear-gradient(145deg,#f3fdf9,#dcf5eb)}.feature-icon.orange{color:#dd7912;background:linear-gradient(145deg,#fffaf2,#ffead0)}.feature-icon.pink{color:#d44c88;background:linear-gradient(145deg,#fff7fa,#f9deea)}.feature-icon.sky{color:#178dcc;background:linear-gradient(145deg,#f4fbff,#d9f1fc)}.feature-icon.indigo{color:#526edd;background:linear-gradient(145deg,#f6f8ff,#e1e7fb)}
.feature-card h3 { margin: 0 0 9px; font-size: 1.04rem; }.feature-card p { min-height: 68px; margin: 0 0 18px; color: var(--muted); font-size: .87rem; line-height: 1.65; }.feature-card > span { color: #8b99a8; font-size: .68rem; font-weight: 700; }

.product-screens { position: relative; color: #fff; background: #07111f; overflow: hidden; }
.product-screens::before { content: ""; position: absolute; width: 620px; height: 620px; top: 80px; left: 50%; border-radius: 50%; background: radial-gradient(circle, rgba(15,126,242,.16), transparent 68%); transform: translateX(-50%); pointer-events: none; }
.product-screens .section-heading { position: relative; z-index: 1; }
.product-screens .section-heading h2 { color: #fff; }.product-screens .section-heading > p:last-child { color: #9cacc0; }
.screens-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 21px; }
.screen-card { margin: 0; min-width: 0; color: #fff; background: #0c1a2b; border: 1px solid rgba(126,184,237,.15); border-radius: 19px; box-shadow: 0 24px 55px rgba(0,0,0,.22); overflow: hidden; transition: transform .25s, border-color .25s, box-shadow .25s; }
.screen-card:hover { transform: translateY(-5px); border-color: rgba(75,177,255,.4); box-shadow: 0 28px 65px rgba(0,0,0,.32); }
.screen-featured { grid-column: 1 / -1; }
.screen-panorama { grid-column: 1 / -1; width: min(520px,100%); justify-self: center; }
.screen-panorama .screen-media { aspect-ratio: 520 / 230; }
.screen-media { aspect-ratio: 16 / 9; display: grid; place-items: center; background: #050b14; border-bottom: 1px solid rgba(255,255,255,.08); overflow: hidden; }
.screen-media img { width: 100%; height: 100%; padding: 10px; object-fit: contain; object-position: center; cursor: zoom-in; }
.screen-card figcaption { padding: 22px 24px 24px; display: flex; align-items: flex-start; gap: 16px; }
.screen-card figcaption > span { flex: 0 0 34px; height: 34px; display: grid; place-items: center; color: #62ccff; background: rgba(20,140,255,.13); border-radius: 9px; font-size: .65rem; font-weight: 900; }
.screen-card h3 { margin: 0 0 4px; font-size: 1rem; }.screen-card p { margin: 0; color: #91a4b8; font-size: .8rem; }
.image-lightbox { position: fixed; inset: 0; z-index: 500; padding: 70px 28px 28px; display: grid; place-items: center; background: rgba(2,8,16,.94); backdrop-filter: blur(12px); }
.image-lightbox[hidden] { display: none; }
.lightbox-content { width: min(1380px, 100%); max-height: calc(100vh - 100px); display: flex; flex-direction: column; align-items: center; gap: 13px; }
.lightbox-content img { max-width: 100%; max-height: calc(100vh - 145px); width: auto; height: auto; object-fit: contain; border: 1px solid rgba(128,196,255,.25); border-radius: 13px; box-shadow: 0 28px 80px rgba(0,0,0,.55); }
.lightbox-content p { margin: 0; color: #d3deea; text-align: center; font-size: .85rem; }
.lightbox-close { position: fixed; top: 18px; right: 22px; z-index: 2; width: 44px; height: 44px; color: #fff; background: #12263a; border: 1px solid rgba(255,255,255,.2); border-radius: 11px; cursor: pointer; font-size: 1.65rem; line-height: 1; }
body.lightbox-open { overflow: hidden; }

.plans { background: var(--surface); }
.plans-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: stretch; }
.plan-card { position: relative; padding: 35px 31px 30px; background: #fff; border: 1px solid #dae5ef; border-radius: var(--radius); box-shadow: 0 12px 30px rgba(31,70,105,.055); }
.plan-card.featured { color: #fff; background: linear-gradient(150deg, #0c2035, #081624); border-color: #187fdb; box-shadow: 0 25px 55px rgba(7,40,75,.22); transform: translateY(-12px); }
.popular { position: absolute; top: 0; right: 28px; padding: 6px 13px; color: #fff; background: #178eff; border-radius: 0 0 9px 9px; font-size: .63rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.plan-mark { width: 43px; height: 43px; display: grid; place-items: center; color: #178eff; background: #eaf5ff; border-radius: 12px; font-size: .7rem; font-weight: 900; }.featured .plan-mark { background: rgba(23,142,255,.15); }
.plan-card > p { margin: 24px 0 4px; color: #178eff; font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }.plan-card h3 { margin: 0; font-size: 1.48rem; letter-spacing: -.025em; }.plan-card > span { min-height: 72px; display: block; margin-top: 11px; color: var(--muted); font-size: .87rem; }.featured > span { color: #aab9c7; }
.plan-card ul { min-height: 132px; margin: 22px 0; padding: 21px 0 0; list-style: none; border-top: 1px solid #e7edf3; }.featured ul { border-color: rgba(255,255,255,.12); }.plan-card li { position: relative; margin: 10px 0; padding-left: 24px; color: #53657a; font-size: .8rem; }.featured li { color: #c4d0db; }.plan-card li::before { content: "✓"; position: absolute; left: 0; color: #178eff; font-weight: 900; }
.plan-card > a { display: flex; justify-content: space-between; align-items: center; color: #157ddc; font-size: .8rem; font-weight: 800; }.featured > a { color: #5cc7ff; }
.plans-note { margin: 35px 0 0; color: #7c8b9c; text-align: center; font-size: .75rem; }

.security { color: #fff; background: #071421; }
.security-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }
.security h2 { color: #fff; }
.security-grid > div:first-child > p:last-child { margin-top: 24px; color: #9cadbd; }
.security-points { display: grid; gap: 14px; }
.security-points article { padding: 22px; display: flex; gap: 18px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.1); border-radius: 15px; }
.security-points i { flex: 0 0 41px; height: 41px; display: grid; place-items: center; color: #5bcbff; background: rgba(23,142,255,.13); border-radius: 11px; font-style: normal; font-weight: 900; }
.security-points h3 { margin: 0 0 3px; color: #fff; font-size: .95rem; }.security-points p { margin: 0; color: #91a3b5; font-size: .82rem; }
.support { padding: 85px 0; background: #eef6fc; }
.support-card { padding: 52px 58px; display: flex; align-items: center; justify-content: space-between; gap: 50px; color: #fff; background: linear-gradient(125deg, #087edf, #0456b5); border-radius: 24px; box-shadow: 0 28px 60px rgba(7,103,196,.24); }
.support-card > div { max-width: 690px; }.eyebrow.light { color: #b6e9ff; }.support-card h2 { margin: 0; max-width: 670px; font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1.08; letter-spacing: -.04em; }.support-card p:last-child { margin: 17px 0 0; color: #cce7ff; }
.button-light { flex: 0 0 auto; color: #0872cc; background: #fff; box-shadow: 0 12px 28px rgba(0,41,92,.18); }

.site-footer { padding: 68px 0 24px; color: #91a1b1; background: #06101c; }
.footer-grid { padding-bottom: 48px; display: grid; grid-template-columns: 2fr 1fr 1fr 1.15fr; gap: 55px; border-bottom: 1px solid rgba(255,255,255,.09); }
.footer-brand p { margin: 17px 0 0; color: #718395; font-size: .84rem; }.footer-grid h2 { margin: 0 0 18px; color: #e5edf4; font-size: .77rem; letter-spacing: .09em; text-transform: uppercase; }.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }.footer-grid a, .footer-grid div > span { margin: 5px 0; color: #8495a7; font-size: .78rem; }.footer-grid a:hover { color: #fff; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; color: #647689; font-size: .7rem; }
.footer-bottom p { margin: 0; }

/* Internal pages */
.page-hero { padding: 145px 0 72px; color: #fff; background: radial-gradient(circle at 82% 25%, rgba(20,140,255,.2), transparent 30%), linear-gradient(135deg, #07111f, #0a1c30); }
.page-hero-grid { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.page-hero h1 { max-width: 760px; margin: 0; font-size: clamp(2.8rem, 5vw, 4.65rem); line-height: 1.03; letter-spacing: -.05em; }
.page-hero h1 span { color: #54c8ff; }
.page-hero p:last-child { max-width: 570px; margin: 24px 0 0; color: #adbdcc; font-size: 1.02rem; }
.breadcrumb { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; color: #75cfff; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumb::before { content: ""; width: 25px; height: 2px; background: currentColor; }
.page-main { padding: 76px 0 105px; background: #f6f9fc; }
.content-shell { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 36px; align-items: start; }
.prose-card, .info-card { background: #fff; border: 1px solid #dfe8f1; border-radius: 19px; box-shadow: 0 16px 42px rgba(28,72,110,.07); }
.prose-card { padding: 45px 50px; }
.prose-card h2 { margin: 42px 0 12px; color: #13243b; font-size: 1.45rem; letter-spacing: -.025em; }
.prose-card h2:first-child { margin-top: 0; }
.prose-card h3 { margin: 25px 0 8px; color: #1e3650; font-size: 1rem; }
.prose-card p, .prose-card li { color: #5f7083; font-size: .93rem; }
.prose-card ul { padding-left: 22px; }
.prose-card li { margin: 7px 0; }
.prose-card a { color: #087bdc; font-weight: 750; }
.legal-updated { margin-bottom: 32px !important; padding: 12px 15px; color: #42627f !important; background: #edf7ff; border-left: 3px solid #178eff; border-radius: 5px 10px 10px 5px; font-size: .8rem !important; }
.side-stack { position: sticky; top: 100px; display: grid; gap: 15px; }
.info-card { padding: 24px; }
.info-card i { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 15px; color: #087bdc; background: #e9f5ff; border-radius: 11px; font-style: normal; font-weight: 900; }
.info-card h2, .info-card h3 { margin: 0 0 7px; color: #182d45; font-size: .98rem; }
.info-card p { margin: 0; color: #6e7e8f; font-size: .8rem; }
.info-card a { display: inline-block; margin-top: 13px; color: #087bdc; font-size: .78rem; font-weight: 800; }
.help-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.help-card { padding: 26px; background: #fff; border: 1px solid #dfe8f1; border-radius: 17px; transition: transform .2s, box-shadow .2s; }
.help-card:hover { transform: translateY(-4px); box-shadow: 0 18px 35px rgba(30,82,125,.09); }
.help-card i { width: 43px; height: 43px; display: grid; place-items: center; color: #087bdc; background: #eaf5ff; border-radius: 12px; font-style: normal; font-weight: 900; }
.help-card h2, .help-card h3 { margin: 18px 0 7px; color: #172c44; font-size: 1rem; }
.help-card p { margin: 0; color: #697a8c; font-size: .83rem; }
.support-process { margin-top: 42px; padding: 36px 40px; color: #fff; background: #0a1a2b; border-radius: 21px; }
.support-process h2 { margin: 0 0 22px; font-size: 1.55rem; }
.process-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.process-list article { position: relative; padding-left: 46px; }
.process-list b { position: absolute; left: 0; top: 0; width: 32px; height: 32px; display: grid; place-items: center; color: #64ccff; background: rgba(20,140,255,.16); border-radius: 9px; font-size: .73rem; }
.process-list h3 { margin: 0 0 5px; font-size: .91rem; }.process-list p { margin: 0; color: #9eb0c1; font-size: .78rem; }
.contact-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; }
.contact-card { padding: 40px; background: #fff; border: 1px solid #dfe8f1; border-radius: 20px; box-shadow: 0 16px 42px rgba(28,72,110,.07); }
.contact-card h2 { margin: 0 0 12px; font-size: 1.6rem; }.contact-card > p { margin: 0 0 28px; color: #68798b; }
.contact-method { padding: 19px 0; display: flex; align-items: center; gap: 16px; border-top: 1px solid #e5edf4; }
.contact-method i { flex: 0 0 45px; height: 45px; display: grid; place-items: center; color: #fff; background: #18a96e; border-radius: 13px; font-style: normal; font-weight: 900; }
.contact-method div { min-width: 0; display: flex; flex-direction: column; }.contact-method small { color: #8090a0; font-size: .7rem; }.contact-method strong { color: #1a3049; }.contact-method a { color: #087bdc; font-weight: 800; }
.whatsapp-button { width: 100%; min-height: 54px; margin-top: 20px; display: flex; align-items: center; justify-content: center; gap: 10px; color: #fff; background: #139c65; border-radius: 11px; font-weight: 850; box-shadow: 0 13px 28px rgba(19,156,101,.2); }
.contact-note { padding: 34px; color: #fff; background: linear-gradient(145deg, #0a1c30, #07121f); border-radius: 20px; }
.contact-note h2 { margin: 0 0 15px; font-size: 1.4rem; }.contact-note p { color: #a5b6c5; }.contact-note ul { margin: 22px 0 0; padding: 0; list-style: none; }.contact-note li { position: relative; margin: 12px 0; padding-left: 25px; color: #c1ced9; font-size: .84rem; }.contact-note li::before { content: "✓"; position: absolute; left: 0; color: #54c8ff; font-weight: 900; }
[data-language-content][hidden] { display: none !important; }

:focus-visible { outline: 3px solid #5bc8ff; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }

@media (max-width: 1000px) {
  .hero { padding-top: 130px; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero-copy { max-width: 720px; text-align: center; margin: 0 auto; }
  .hero .eyebrow, .hero-actions, .hero-trust { justify-content: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .product-visual { width: min(680px, 92%); margin: 0 auto; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .plans-grid { grid-template-columns: repeat(2, 1fr); }
  .security-grid { gap: 50px; }
  .footer-grid { grid-template-columns: 1.7fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2; }
  .help-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 68px; }
  .brand { font-size: .92rem; }.brand img { width: 39px; height: 39px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 68px 0 auto; padding: 24px 28px 30px; display: none; flex-direction: column; align-items: stretch; gap: 8px; background: rgba(7,17,31,.98); border-bottom: 1px solid rgba(255,255,255,.1); }
  .main-nav.open { display: flex; }.main-nav a { padding: 11px; }.nav-support { margin-top: 6px; text-align: center; }
  .language-switch { width: max-content; margin: 6px 11px 10px; }
  .hero { min-height: auto; padding: 118px 0 70px; }
  .hero h1 { font-size: clamp(2.85rem, 14vw, 4.2rem); }.hero-lead { font-size: .98rem; }.hero-actions { flex-direction: column; align-items: stretch; }.hero-trust { gap: 10px 17px; }
  .product-visual { width: 100%; padding: 20px 0 40px; }.app-window { transform: none; }.floating-backup { right: -6px; top: -16px; }.floating-sale { left: -5px; bottom: 4px; }.app-body { grid-template-columns: 42px 1fr; }.app-sidebar { padding: 18px 7px; }.app-sidebar b, .app-sidebar span { width: 27px; }.dashboard { padding: 14px; }.metric-grid { grid-template-columns: 1fr 1fr; }.metric-grid article:last-child { display: none; }
  .strip-grid { padding: 19px 0; flex-wrap: wrap; justify-content: center; }.strip-grid i { display: none; }.strip-grid span { width: calc(50% - 12px); text-align: center; font-size: .63rem; }
  .section { padding: 80px 0; }.section-heading { margin-bottom: 40px; }
  .feature-grid, .plans-grid, .security-grid { grid-template-columns: 1fr; }.feature-card p { min-height: 0; }.plans-grid { gap: 18px; }.plan-card.featured { transform: none; }.plan-card > span, .plan-card ul { min-height: 0; }
  .screens-grid { grid-template-columns: 1fr; }.screen-featured,.screen-panorama { grid-column: auto; }.screen-panorama { width: 100%; }.screen-card figcaption { padding: 18px; }
  .screen-media img { padding: 5px; }.image-lightbox { padding: 64px 10px 18px; }.lightbox-close { top: 12px; right: 12px; }
  .security-grid { gap: 40px; }.support { padding: 50px 0; }.support-card { padding: 38px 28px; flex-direction: column; align-items: flex-start; gap: 28px; }.button-light { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 25px; }.footer-brand { grid-column: 1 / -1; }.footer-grid > div:last-child { grid-column: auto; }.footer-bottom { flex-direction: column; gap: 8px; }
  .page-hero { padding: 120px 0 58px; }.page-hero-grid { display: block; }.content-shell, .contact-layout { grid-template-columns: 1fr; }.prose-card { padding: 30px 25px; }.side-stack { position: static; }.help-grid { grid-template-columns: 1fr; }.support-process { padding: 30px 24px; }.process-list { grid-template-columns: 1fr; }.contact-card { padding: 30px 24px; }
}

@media (max-width: 430px) {
  .hero-actions .button { width: 100%; }.hero-trust { flex-direction: column; }.product-visual { margin-top: 10px; }.floating-card { display: none; }.app-topbar { height: 48px; }.dashboard-heading > span { display: none; }.metric-grid { grid-template-columns: 1fr; }.metric-grid article:nth-child(2) { display: none; }.chart { gap: 6%; padding-inline: 2%; }.section-heading h2, .security h2 { font-size: 2.15rem; }.feature-grid { grid-template-columns: 1fr; }.footer-grid { grid-template-columns: 1fr; }.footer-grid > div:last-child { grid-column: auto; }
}
