:root {
  --xu-bg: #050914;
  --xu-bg-2: #08101f;
  --xu-surface: rgba(13, 23, 43, .72);
  --xu-surface-solid: #0c1527;
  --xu-surface-2: #111d33;
  --xu-text: #f7fbff;
  --xu-muted: #9cafc5;
  --xu-border: rgba(155, 196, 230, .14);
  --xu-primary: #4d8dff;
  --xu-cyan: #20d8ff;
  --xu-indigo: #7b61ff;
  --xu-success: #3ee6a8;
  --xu-warning: #ffc766;
  --xu-danger: #ff6d89;
  --xu-shadow: 0 24px 80px rgba(0, 0, 0, .36);
  --xu-shadow-soft: 0 12px 42px rgba(1, 8, 23, .22);
  --xu-radius: 24px;
  --xu-radius-sm: 16px;
  --xu-container: 1200px;
  --xu-header: 78px;
  --xu-gradient: linear-gradient(135deg, var(--xu-primary), var(--xu-cyan));
  --xu-gradient-2: linear-gradient(135deg, var(--xu-indigo), var(--xu-primary) 48%, var(--xu-cyan));
  color-scheme: dark;
}

[data-theme="light"] {
  --xu-bg: #f8fbff;
  --xu-bg-2: #eef5ff;
  --xu-surface: rgba(255, 255, 255, .78);
  --xu-surface-solid: #ffffff;
  --xu-surface-2: #edf4fd;
  --xu-text: #08111f;
  --xu-muted: #5e7086;
  --xu-border: rgba(18, 48, 86, .11);
  --xu-shadow: 0 24px 70px rgba(47, 81, 124, .15);
  --xu-shadow-soft: 0 12px 34px rgba(47, 81, 124, .10);
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(77, 141, 255, .13), transparent 26rem),
    radial-gradient(circle at 88% 12%, rgba(32, 216, 255, .10), transparent 24rem),
    var(--xu-bg);
  color: var(--xu-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

::selection { color: #fff; background: rgba(77,141,255,.72); }
a { color: inherit; text-decoration: none; transition: color .2s ease, opacity .2s ease; }
a:hover { color: var(--xu-cyan); }
img, svg { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid rgba(32, 216, 255, .45);
  outline-offset: 3px;
}

.skip-link {
  position: fixed; top: -60px; left: 16px; z-index: 99999;
  padding: 10px 14px; border-radius: 10px; background: var(--xu-text); color: var(--xu-bg);
}
.skip-link:focus { top: 16px; }
.container-xl { max-width: var(--xu-container); }
.text-muted { color: var(--xu-muted) !important; }
.text-gradient {
  background: var(--xu-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.section { position: relative; padding: 110px 0; }
.section-sm { padding: 76px 0; }
.section-dark { background: linear-gradient(180deg, transparent, rgba(8,16,31,.55), transparent); }
.section-label {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px;
  color: var(--xu-cyan); font-weight: 750; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase;
}
.section-label::before { content: ""; width: 26px; height: 1px; background: currentColor; }
.section-title { margin: 0 0 18px; font-size: clamp(2rem, 4.5vw, 4rem); line-height: 1.04; letter-spacing: -.045em; font-weight: 820; }
.section-copy { max-width: 690px; margin: 0; color: var(--xu-muted); font-size: 1.08rem; }
.section-head { max-width: 760px; margin-bottom: 54px; }
.section-head.text-center { margin-left: auto; margin-right: auto; }

/* Preloader */
.site-loader {
  position: fixed; inset: 0; z-index: 100000; display: grid; place-items: center;
  background: var(--xu-bg); transition: opacity .45s ease, visibility .45s ease;
}
.site-loader.is-hidden { opacity: 0; visibility: hidden; }
.loader-mark { width: 74px; aspect-ratio: 1; display: grid; place-items: center; position: relative; }
.loader-mark::before, .loader-mark::after {
  content: ""; position: absolute; inset: 0; border: 2px solid transparent; border-radius: 22px;
  border-top-color: var(--xu-cyan); border-right-color: var(--xu-primary); animation: xu-spin 1.15s linear infinite;
}
.loader-mark::after { inset: 11px; animation-direction: reverse; animation-duration: .8s; border-top-color: var(--xu-indigo); }
.loader-mark span { font-size: 1.2rem; font-weight: 850; letter-spacing: -.06em; }
@keyframes xu-spin { to { transform: rotate(360deg); } }

/* Header */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1040; min-height: var(--xu-header);
  border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled {
  background: color-mix(in srgb, var(--xu-bg) 80%, transparent);
  border-color: var(--xu-border); box-shadow: 0 8px 38px rgba(0,0,0,.12); backdrop-filter: blur(18px);
}
.navbar { min-height: var(--xu-header); }
.navbar-brand { display: inline-flex; align-items: center; gap: 11px; color: var(--xu-text); font-weight: 850; letter-spacing: -.035em; }
.brand-mark { width: 38px; height: 38px; filter: drop-shadow(0 8px 24px rgba(32,216,255,.22)); }
.navbar-nav .nav-link { color: var(--xu-muted); font-size: .94rem; font-weight: 680; padding: .72rem .85rem !important; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: var(--xu-text); }
.navbar-nav .nav-link.active { position: relative; }
.navbar-nav .nav-link.active::after { content: ""; position: absolute; left: .85rem; right: .85rem; bottom: 5px; height: 2px; border-radius: 99px; background: var(--xu-gradient); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-btn {
  width: 43px; height: 43px; display: inline-grid; place-items: center; border-radius: 14px;
  border: 1px solid var(--xu-border); color: var(--xu-text); background: var(--xu-surface); backdrop-filter: blur(12px);
}
.icon-btn:hover { transform: translateY(-2px); color: var(--xu-cyan); border-color: rgba(32,216,255,.35); }
.navbar-toggler { padding: 0; border: 0; color: var(--xu-text); }
.mobile-panel { background: var(--xu-surface-solid); color: var(--xu-text); border-left: 1px solid var(--xu-border); }
.mobile-panel .btn-close { filter: invert(1) grayscale(1); }
[data-theme="light"] .mobile-panel .btn-close { filter: none; }
.mobile-panel .nav-link { color: var(--xu-muted); padding: .8rem 0; font-size: 1.05rem; }

/* Buttons */
.btn-xu {
  position: relative; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 48px; padding: .78rem 1.16rem; border: 1px solid transparent; border-radius: 14px;
  font-weight: 760; letter-spacing: -.01em; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.btn-xu::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.25), transparent 80%); transform: translateX(-120%); transition: transform .6s ease; }
.btn-xu:hover::before { transform: translateX(120%); }
.btn-xu:hover { transform: translateY(-3px); }
.btn-primary-xu { color: #04111f; background: var(--xu-gradient); box-shadow: 0 12px 30px rgba(32,216,255,.2); }
.btn-primary-xu:hover { color: #04111f; box-shadow: 0 18px 38px rgba(32,216,255,.29); }
.btn-secondary-xu { color: var(--xu-text); background: var(--xu-surface); border-color: var(--xu-border); backdrop-filter: blur(12px); }
.btn-secondary-xu:hover { color: var(--xu-text); border-color: rgba(32,216,255,.35); }
.btn-link-xu { display: inline-flex; align-items: center; gap: 8px; color: var(--xu-text); font-weight: 750; }
.btn-link-xu svg { transition: transform .2s ease; }
.btn-link-xu:hover svg { transform: translateX(4px); }

/* Hero */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding: calc(var(--xu-header) + 80px) 0 95px; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .42;
  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: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 85%);
}
.hero-glow { position: absolute; border-radius: 999px; filter: blur(7px); pointer-events: none; }
.hero-glow.one { width: 440px; height: 440px; right: -110px; top: 20%; background: rgba(32,216,255,.12); }
.hero-glow.two { width: 520px; height: 520px; left: -260px; top: -120px; background: rgba(123,97,255,.12); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px; padding: 8px 12px; border: 1px solid rgba(32,216,255,.22);
  border-radius: 999px; background: rgba(32,216,255,.07); color: #bcefff; font-size: .78rem; font-weight: 760; letter-spacing: .06em;
}
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--xu-success); box-shadow: 0 0 0 6px rgba(62,230,168,.11); }
.hero h1 { max-width: 760px; margin: 0 0 24px; font-size: clamp(3.1rem, 7vw, 6.7rem); line-height: .94; letter-spacing: -.065em; font-weight: 870; }
.hero-copy { max-width: 650px; color: var(--xu-muted); font-size: clamp(1.05rem, 1.5vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-trust { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 34px; color: var(--xu-muted); font-size: .88rem; }
.trust-item { display: inline-flex; align-items: center; gap: 8px; }
.trust-item svg { color: var(--xu-success); }
.hero-visual { position: relative; min-height: 610px; perspective: 1200px; }
.dashboard-shell {
  position: absolute; top: 45px; right: -88px; width: min(720px, 58vw); padding: 16px; border: 1px solid rgba(174,210,238,.2);
  border-radius: 28px; background: rgba(8,16,31,.78); box-shadow: 0 55px 130px rgba(0,0,0,.5); backdrop-filter: blur(18px); transform: rotateY(-8deg) rotateX(4deg);
}
[data-theme="light"] .dashboard-shell { background: rgba(255,255,255,.84); }
.dashboard-topbar { display: flex; align-items: center; justify-content: space-between; padding: 3px 4px 13px; }
.window-dots { display: flex; gap: 7px; }
.window-dots span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.24); }
.window-dots span:first-child { background: #ff6d89; } .window-dots span:nth-child(2) { background: #ffc766; } .window-dots span:last-child { background: #3ee6a8; }
.dashboard-grid { display: grid; grid-template-columns: 170px 1fr; min-height: 435px; overflow: hidden; border-radius: 18px; background: linear-gradient(155deg, #0b1325, #111f36); }
[data-theme="light"] .dashboard-grid { background: linear-gradient(155deg, #f7fbff, #eaf3ff); }
.dashboard-sidebar { padding: 22px 14px; border-right: 1px solid rgba(255,255,255,.07); }
.mini-brand { display: flex; align-items: center; gap: 8px; font-weight: 820; font-size: .86rem; margin-bottom: 24px; }
.mini-brand img { width: 26px; }
.sidebar-link { display: flex; align-items: center; gap: 9px; margin-bottom: 7px; padding: 9px 10px; border-radius: 10px; color: var(--xu-muted); font-size: .72rem; }
.sidebar-link.active { color: var(--xu-text); background: rgba(77,141,255,.13); }
.dashboard-main { padding: 24px; overflow: hidden; }
.dash-heading { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 19px; }
.dash-heading h3 { margin: 0; font-size: 1rem; }
.dash-heading small { color: var(--xu-muted); font-size: .65rem; }
.status-pill { padding: 6px 9px; border-radius: 999px; color: var(--xu-success); background: rgba(62,230,168,.10); font-size: .62rem; font-weight: 750; }
.dash-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.dash-stat { padding: 13px; border: 1px solid rgba(255,255,255,.06); border-radius: 13px; background: rgba(255,255,255,.035); }
.dash-stat small { display: block; color: var(--xu-muted); font-size: .58rem; }
.dash-stat strong { font-size: 1rem; }
.dash-chart { height: 146px; margin-top: 12px; padding: 15px; border: 1px solid rgba(255,255,255,.06); border-radius: 15px; background: rgba(255,255,255,.035); }
.chart-bars { height: 95px; display: flex; align-items: end; gap: 7px; }
.chart-bars span { flex: 1; min-width: 5px; height: var(--bar); border-radius: 6px 6px 2px 2px; background: linear-gradient(to top, rgba(77,141,255,.28), var(--xu-cyan)); }
.dash-row { display: grid; grid-template-columns: 1.3fr .7fr; gap: 12px; margin-top: 12px; }
.dash-card { min-height: 85px; padding: 13px; border: 1px solid rgba(255,255,255,.06); border-radius: 14px; background: rgba(255,255,255,.035); }
.dash-list { display: grid; gap: 8px; }
.dash-list-line { display: flex; align-items: center; gap: 8px; }
.dash-list-line i { width: 24px; height: 24px; border-radius: 8px; background: rgba(32,216,255,.12); }
.dash-list-line span { height: 5px; border-radius: 99px; background: rgba(255,255,255,.16); flex: 1; }
.floating-card {
  position: absolute; z-index: 3; padding: 14px 16px; border: 1px solid var(--xu-border); border-radius: 16px;
  background: var(--xu-surface); box-shadow: var(--xu-shadow-soft); backdrop-filter: blur(16px);
}
.floating-card.fc-one { top: 16px; left: -20px; }
.floating-card.fc-two { right: -5px; bottom: 70px; }
.floating-card.fc-three { left: 20px; bottom: 12px; }
.floating-card .fc-title { display: flex; align-items: center; gap: 9px; font-weight: 780; font-size: .82rem; }
.floating-card small { display: block; color: var(--xu-muted); font-size: .68rem; }
.fc-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; color: var(--xu-cyan); background: rgba(32,216,255,.1); }

/* Cards and icons */
.glass-card {
  height: 100%; padding: 28px; border: 1px solid var(--xu-border); border-radius: var(--xu-radius);
  background: linear-gradient(145deg, color-mix(in srgb, var(--xu-surface) 96%, transparent), color-mix(in srgb, var(--xu-surface-2) 74%, transparent));
  box-shadow: var(--xu-shadow-soft); backdrop-filter: blur(16px); transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.glass-card:hover { transform: translateY(-8px); border-color: rgba(32,216,255,.28); box-shadow: var(--xu-shadow); }
.icon-box { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 16px; color: var(--xu-cyan); background: linear-gradient(145deg, rgba(77,141,255,.15), rgba(32,216,255,.08)); border: 1px solid rgba(32,216,255,.16); }
.icon-box svg { width: 24px; height: 24px; }
.card-title { margin: 0 0 10px; font-size: 1.16rem; font-weight: 790; letter-spacing: -.025em; }
.card-copy { margin: 0; color: var(--xu-muted); font-size: .94rem; }
.feature-card { overflow: hidden; }
.feature-card::after { content: ""; position: absolute; width: 140px; height: 140px; right: -55px; bottom: -55px; border-radius: 50%; background: rgba(32,216,255,.07); }
.feature-card { position: relative; }

/* Stats */
.stats-wrap { padding: 20px; border: 1px solid var(--xu-border); border-radius: 28px; background: var(--xu-surface); backdrop-filter: blur(15px); }
.stat-item { padding: 26px 22px; text-align: center; }
.stat-number { display: block; margin-bottom: 5px; font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1; letter-spacing: -.05em; font-weight: 860; }
.stat-label { color: var(--xu-muted); font-size: .86rem; }

/* Process */
.process-card { position: relative; }
.process-index { position: absolute; top: 22px; right: 22px; color: rgba(255,255,255,.11); font-size: 2.8rem; line-height: 1; font-weight: 900; }
[data-theme="light"] .process-index { color: rgba(8,17,31,.08); }
.process-line { position: absolute; top: 50%; left: 9%; right: 9%; height: 1px; background: linear-gradient(90deg, transparent, rgba(32,216,255,.4), transparent); }

/* Devices */
.device-card { display: flex; align-items: center; gap: 14px; padding: 17px; border: 1px solid var(--xu-border); border-radius: 17px; background: var(--xu-surface); transition: transform .2s ease, border-color .2s ease; }
.device-card:hover { transform: translateY(-4px); border-color: rgba(32,216,255,.3); }
.device-icon { width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center; border-radius: 14px; color: var(--xu-cyan); background: rgba(32,216,255,.08); }
.device-card strong { display: block; font-size: .93rem; }
.device-card small { display: block; color: var(--xu-muted); font-size: .74rem; }

/* Testimonials */
.testimonial-card { min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; }
.quote-mark { color: var(--xu-cyan); opacity: .6; }
.review-stars { display: flex; gap: 3px; color: var(--xu-warning); }
.author { display: flex; align-items: center; gap: 12px; margin-top: 24px; }
.avatar { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: var(--xu-gradient-2); color: white; font-weight: 820; }
.author strong { display: block; font-size: .9rem; }
.author small { display: block; color: var(--xu-muted); font-size: .74rem; }
.swiper { overflow: hidden; }
.swiper-wrapper { display: flex; }
.swiper-slide { flex-shrink: 0; width: 100%; }
.swiper-pagination-bullet { background: var(--xu-muted); }
.swiper-pagination-bullet-active { width: 22px; border-radius: 99px; background: var(--xu-cyan); }

/* Pricing */
.pricing-switch { display: inline-flex; gap: 5px; padding: 6px; border: 1px solid var(--xu-border); border-radius: 16px; background: var(--xu-surface); }
.pricing-switch button { padding: 9px 13px; border: 0; border-radius: 11px; color: var(--xu-muted); background: transparent; font-size: .79rem; font-weight: 760; }
.pricing-switch button.active { color: #05111e; background: var(--xu-gradient); }
.price-card { position: relative; overflow: hidden; padding: 34px; }
.price-card.featured { border-color: rgba(32,216,255,.42); box-shadow: 0 28px 90px rgba(32,216,255,.13); }
.price-card.featured::before { content: ""; position: absolute; top: -120px; right: -110px; width: 260px; height: 260px; border-radius: 50%; background: rgba(32,216,255,.12); }
.price-badge { display: inline-flex; margin-bottom: 16px; padding: 6px 10px; border-radius: 999px; color: var(--xu-cyan); background: rgba(32,216,255,.09); font-size: .7rem; font-weight: 790; letter-spacing: .06em; text-transform: uppercase; }
.price-name { font-size: 1.2rem; font-weight: 790; }
.price { margin: 18px 0 4px; font-size: 3.35rem; line-height: 1; letter-spacing: -.055em; font-weight: 880; }
.price .currency { font-size: 1.1rem; vertical-align: top; position: relative; top: 8px; margin-right: 2px; }
.price-term { color: var(--xu-muted); font-size: .8rem; }
.feature-list { list-style: none; margin: 24px 0; padding: 0; display: grid; gap: 11px; }
.feature-list li { display: flex; align-items: flex-start; gap: 9px; color: var(--xu-muted); font-size: .88rem; }
.feature-list svg { flex: 0 0 18px; margin-top: 3px; color: var(--xu-success); }
.comparison-table { overflow: hidden; border: 1px solid var(--xu-border); border-radius: 22px; background: var(--xu-surface); }
.comparison-table table { margin: 0; color: var(--xu-text); }
.comparison-table th, .comparison-table td { padding: 18px; border-color: var(--xu-border); background: transparent; }
.comparison-table thead th { color: var(--xu-text); font-size: .85rem; }
.comparison-table tbody th { color: var(--xu-muted); font-weight: 620; }
.check { color: var(--xu-success); }

/* FAQ */
.accordion-xu .accordion-item { margin-bottom: 12px; overflow: hidden; border: 1px solid var(--xu-border); border-radius: 16px !important; background: var(--xu-surface); }
.accordion-xu .accordion-button { padding: 20px 22px; color: var(--xu-text); background: transparent; font-weight: 730; box-shadow: none; }
.accordion-xu .accordion-button:not(.collapsed) { color: var(--xu-cyan); background: rgba(32,216,255,.035); }
.accordion-xu .accordion-button::after { filter: invert(1); opacity: .72; }
[data-theme="light"] .accordion-xu .accordion-button::after { filter: none; }
.accordion-xu .accordion-body { padding: 0 22px 22px; color: var(--xu-muted); }

/* Blog */
.blog-card { overflow: hidden; padding: 0; }
.blog-cover { position: relative; aspect-ratio: 16/10; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #0e1b35, #11294a); }
.blog-cover::before { content: ""; position: absolute; width: 210px; height: 210px; border: 1px solid rgba(32,216,255,.18); border-radius: 50%; transform: translate(50%, -30%); }
.blog-cover img { width: 66%; max-height: 70%; object-fit: contain; transition: transform .35s ease; }
.blog-card:hover .blog-cover img { transform: translateY(-6px) scale(1.03); }
.blog-body { padding: 25px; }
.blog-meta { display: flex; gap: 11px; flex-wrap: wrap; margin-bottom: 11px; color: var(--xu-muted); font-size: .72rem; }
.blog-tag { color: var(--xu-cyan); }
.blog-title { margin: 0 0 10px; font-size: 1.2rem; line-height: 1.3; font-weight: 790; letter-spacing: -.025em; }
.blog-excerpt { color: var(--xu-muted); font-size: .88rem; }
.featured-post { display: grid; grid-template-columns: 1.18fr .82fr; overflow: hidden; padding: 0; }
.featured-post .blog-cover { aspect-ratio: auto; min-height: 430px; }
.featured-post .blog-body { display: flex; flex-direction: column; justify-content: center; padding: 48px; }
.article-content { font-size: 1.05rem; }
.article-content h2 { margin: 2.4rem 0 1rem; font-size: 2rem; letter-spacing: -.035em; }
.article-content h3 { margin: 1.8rem 0 .8rem; font-size: 1.35rem; }
.article-content p, .article-content li { color: var(--xu-muted); }
.article-content img { border-radius: 20px; }
.article-callout { margin: 28px 0; padding: 24px; border: 1px solid rgba(32,216,255,.2); border-radius: 18px; background: rgba(32,216,255,.055); }
.sidebar-card { padding: 24px; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-cloud a { padding: 7px 10px; border: 1px solid var(--xu-border); border-radius: 9px; color: var(--xu-muted); font-size: .75rem; }

/* Page hero and breadcrumb */
.page-hero { position: relative; padding: calc(var(--xu-header) + 95px) 0 85px; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 10%, rgba(32,216,255,.13), transparent 27rem); pointer-events: none; }
.page-hero h1 { max-width: 850px; margin: 18px 0 18px; font-size: clamp(2.8rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.06em; font-weight: 870; }
.page-hero p { max-width: 680px; color: var(--xu-muted); font-size: 1.08rem; }
.breadcrumb { margin: 0; }
.breadcrumb-item, .breadcrumb-item a { color: var(--xu-muted); font-size: .8rem; }
.breadcrumb-item.active { color: var(--xu-cyan); }
.breadcrumb-item + .breadcrumb-item::before { color: var(--xu-muted); }

/* Forms */
.form-control-xu, .form-select-xu {
  width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid var(--xu-border); border-radius: 13px;
  color: var(--xu-text); background: var(--xu-surface); transition: border-color .2s ease, box-shadow .2s ease;
}
.form-control-xu::placeholder { color: color-mix(in srgb, var(--xu-muted) 78%, transparent); }
.form-control-xu:focus, .form-select-xu:focus { border-color: rgba(32,216,255,.52); box-shadow: 0 0 0 4px rgba(32,216,255,.08); outline: none; }
textarea.form-control-xu { min-height: 150px; resize: vertical; }
.form-label { color: var(--xu-text); font-size: .84rem; font-weight: 720; }
.contact-panel { padding: 38px; }
.support-card { display: flex; align-items: flex-start; gap: 14px; }
.map-placeholder { min-height: 420px; position: relative; overflow: hidden; border: 1px solid var(--xu-border); border-radius: 24px; background: #0d1b2d; }
.map-placeholder::before { content: ""; position: absolute; inset: -20%; background-image: linear-gradient(32deg, transparent 46%, rgba(135,184,220,.14) 47%, rgba(135,184,220,.14) 50%, transparent 51%), linear-gradient(-28deg, transparent 46%, rgba(135,184,220,.10) 47%, rgba(135,184,220,.10) 50%, transparent 51%); background-size: 100px 74px; transform: rotate(-4deg); }
.map-marker { position: absolute; left: 54%; top: 48%; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px 18px 18px 4px; background: var(--xu-gradient); color: #06111f; transform: rotate(-45deg); box-shadow: 0 18px 36px rgba(32,216,255,.28); }
.map-marker svg { transform: rotate(45deg); }

/* Guide */
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 34px; }
.filter-chip { padding: 9px 13px; border: 1px solid var(--xu-border); border-radius: 999px; color: var(--xu-muted); background: var(--xu-surface); font-size: .78rem; font-weight: 710; }
.filter-chip.active, .filter-chip:hover { color: #06111f; border-color: transparent; background: var(--xu-gradient); }
.search-box { position: relative; flex: 1 1 280px; }
.search-box svg { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: var(--xu-muted); }
.search-box input { padding-left: 45px; }
.guide-card .guide-badge { display: inline-flex; padding: 6px 9px; border-radius: 999px; color: var(--xu-cyan); background: rgba(32,216,255,.08); font-size: .66rem; font-weight: 780; text-transform: uppercase; letter-spacing: .06em; }
.guide-meta { display: flex; gap: 13px; margin: 14px 0; color: var(--xu-muted); font-size: .72rem; }
.step-card { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: start; }
.step-number { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; color: #06111f; background: var(--xu-gradient); font-weight: 860; }
.video-placeholder { min-height: 360px; position: relative; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--xu-border); border-radius: 24px; background: linear-gradient(145deg, #0b1830, #102746); }
.video-placeholder::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 60% 40%, rgba(32,216,255,.16), transparent 40%); }
.play-button { position: relative; z-index: 2; width: 74px; height: 74px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; color: #06111f; background: var(--xu-gradient); box-shadow: 0 18px 45px rgba(32,216,255,.25); }

/* Review */
.rating-hero { display: grid; grid-template-columns: auto 1fr; gap: 30px; align-items: center; padding: 34px; }
.rating-number { font-size: 5.4rem; line-height: .9; font-weight: 880; letter-spacing: -.07em; }
.rating-bars { display: grid; gap: 8px; }
.rating-row { display: grid; grid-template-columns: 48px 1fr 35px; gap: 10px; align-items: center; color: var(--xu-muted); font-size: .73rem; }
.rating-track { height: 7px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.08); }
.rating-track span { display: block; height: 100%; width: var(--width); border-radius: inherit; background: var(--xu-gradient); }
.review-card { min-height: 280px; }
.review-card.is-hidden { display: none; }
.verified { display: inline-flex; align-items: center; gap: 5px; color: var(--xu-success); font-size: .7rem; font-weight: 720; }

/* About */
.timeline { position: relative; }
.timeline::before { content: ""; position: absolute; left: 25px; top: 0; bottom: 0; width: 1px; background: linear-gradient(var(--xu-cyan), transparent); }
.timeline-item { position: relative; padding-left: 76px; margin-bottom: 36px; }
.timeline-dot { position: absolute; left: 13px; top: 4px; width: 25px; height: 25px; border: 6px solid var(--xu-bg); border-radius: 50%; background: var(--xu-cyan); box-shadow: 0 0 0 1px rgba(32,216,255,.35); }
.timeline-year { color: var(--xu-cyan); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.team-avatar { aspect-ratio: 1; display: grid; place-items: end center; overflow: hidden; border-radius: 20px; background: linear-gradient(155deg, rgba(77,141,255,.22), rgba(32,216,255,.04)); }
.team-avatar svg { width: 75%; color: rgba(255,255,255,.5); }

/* CTA & Newsletter */
.cta-panel { position: relative; overflow: hidden; padding: 64px; border: 1px solid rgba(32,216,255,.2); border-radius: 32px; background: linear-gradient(135deg, rgba(77,141,255,.14), rgba(32,216,255,.06)); box-shadow: var(--xu-shadow); }
.cta-panel::after { content: ""; position: absolute; width: 360px; height: 360px; right: -140px; bottom: -220px; border: 1px solid rgba(32,216,255,.22); border-radius: 50%; box-shadow: 0 0 0 35px rgba(32,216,255,.03), 0 0 0 70px rgba(32,216,255,.02); }
.newsletter-form { display: flex; gap: 9px; max-width: 520px; }
.newsletter-form .form-control-xu { flex: 1; }

/* Footer */
.site-footer { padding: 78px 0 30px; border-top: 1px solid var(--xu-border); background: rgba(3,7,15,.34); }
.footer-brand { max-width: 330px; }
.footer-title { margin-bottom: 17px; font-size: .77rem; font-weight: 820; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.footer-links a { color: var(--xu-muted); font-size: .86rem; }
.footer-links a:hover { color: var(--xu-cyan); }
.social-links { display: flex; gap: 9px; margin-top: 20px; }
.footer-bottom { margin-top: 54px; padding-top: 24px; border-top: 1px solid var(--xu-border); color: var(--xu-muted); font-size: .76rem; }
.legal-note { margin-top: 16px; color: var(--xu-muted); font-size: .72rem; line-height: 1.5; }

/* Utility */
.badge-soft { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; color: var(--xu-cyan); background: rgba(32,216,255,.08); font-size: .7rem; font-weight: 760; }
.divider { height: 1px; background: var(--xu-border); }
.list-clean { list-style: none; margin: 0; padding: 0; }
.list-clean li { display: flex; gap: 10px; margin-bottom: 10px; color: var(--xu-muted); }
.list-clean svg { color: var(--xu-success); flex: 0 0 19px; margin-top: 4px; }
.back-to-top { position: fixed; right: 22px; bottom: 22px; z-index: 1010; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .25s ease, transform .25s ease; }
.back-to-top.show { opacity: 1; pointer-events: auto; transform: none; }
.cookie-banner { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 1080; display: none; max-width: 920px; margin: auto; padding: 18px; border: 1px solid var(--xu-border); border-radius: 18px; background: var(--xu-surface-solid); box-shadow: var(--xu-shadow); }
.cookie-banner.show { display: block; }
.cookie-grid { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; }
.toast-xu { position: fixed; right: 20px; top: 96px; z-index: 1200; max-width: 360px; padding: 14px 16px; border: 1px solid var(--xu-border); border-radius: 14px; background: var(--xu-surface-solid); box-shadow: var(--xu-shadow); transform: translateX(120%); transition: transform .3s ease; }
.toast-xu.show { transform: none; }
.empty-state { padding: 60px 20px; text-align: center; color: var(--xu-muted); }
.pagination .page-link { color: var(--xu-muted); border-color: var(--xu-border); background: var(--xu-surface); }
.pagination .page-item.active .page-link { color: #06111f; border-color: transparent; background: var(--xu-gradient); }
.pagination .page-link:focus { box-shadow: none; }

/* Error/Coming soon */
.full-page-state { min-height: 100vh; display: grid; place-items: center; padding: 120px 20px 60px; text-align: center; }
.error-code { font-size: clamp(8rem, 25vw, 18rem); line-height: .75; letter-spacing: -.09em; font-weight: 900; opacity: .12; }
.countdown { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin: 32px 0; }
.countdown-box { min-width: 105px; padding: 18px; border: 1px solid var(--xu-border); border-radius: 18px; background: var(--xu-surface); }
.countdown-box strong { display: block; font-size: 2rem; line-height: 1; }
.countdown-box span { color: var(--xu-muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }

@media (max-width: 1199.98px) {
  .dashboard-shell { right: -140px; width: 720px; }
  .hero-visual { min-height: 560px; }
}
@media (max-width: 991.98px) {
  :root { --xu-header: 70px; }
  .section { padding: 84px 0; }
  .hero { min-height: auto; padding-top: calc(var(--xu-header) + 90px); }
  .hero h1 { max-width: 860px; }
  .hero-visual { min-height: 530px; margin-top: 45px; }
  .dashboard-shell { top: 0; left: 50%; right: auto; width: 720px; transform: translateX(-50%) scale(.88); transform-origin: top center; }
  .featured-post { grid-template-columns: 1fr; }
  .featured-post .blog-cover { min-height: 330px; }
  .process-line { display: none; }
}
@media (max-width: 767.98px) {
  .section { padding: 70px 0; }
  .section-title { font-size: clamp(2.2rem, 11vw, 3.2rem); }
  .hero { padding-bottom: 50px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-visual { min-height: 430px; margin-left: -16px; margin-right: -16px; }
  .dashboard-shell { width: 700px; transform: translateX(-50%) scale(.62); }
  .floating-card.fc-one { left: 0; top: 0; }
  .floating-card.fc-two { right: 0; bottom: 30px; }
  .floating-card.fc-three { display: none; }
  .stats-wrap { padding: 8px; }
  .stat-item { padding: 22px 10px; }
  .cta-panel { padding: 38px 25px; }
  .newsletter-form { flex-direction: column; }
  .rating-hero { grid-template-columns: 1fr; }
  .rating-number { font-size: 4.2rem; }
  .comparison-table { overflow-x: auto; }
  .comparison-table table { min-width: 760px; }
  .cookie-grid { grid-template-columns: 1fr; }
  .contact-panel { padding: 26px; }
}
@media (max-width: 575.98px) {
  .hero-actions .btn-xu { width: 100%; }
  .header-actions .btn-xu { display: none; }
  .dashboard-shell { transform: translateX(-50%) scale(.52); }
  .hero-visual { min-height: 360px; }
  .featured-post .blog-body { padding: 28px; }
  .price-card { padding: 27px; }
  .page-hero { padding-top: calc(var(--xu-header) + 70px); }
  .page-hero h1 { font-size: 3.2rem; }
  .countdown-box { min-width: 84px; }
}

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