:root {
  --ink: #0d1b3a;
  --muted: #66728c;
  --blue: #315efb;
  --blue-dark: #1d43d8;
  --violet: #7657f6;
  --cyan: #27b8d8;
  --coral: #ff765f;
  --paper: #f7f9ff;
  --white: #fff;
  --line: #e3e8f2;
  --soft: #eef3ff;
  --shadow: 0 24px 70px rgba(44, 68, 126, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 5.5vw;
  background: rgba(255,255,255,.82);
  border-bottom: 1px solid rgba(208,218,238,.72);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 19px; font-weight: 800; letter-spacing: -1px; white-space: nowrap; }
.brand > span:last-child > span { color: var(--blue); }
.brand-mark { display: flex; align-items: end; gap: 3px; width: 29px; height: 29px; transform: skew(-9deg); }
.brand-mark i { display: block; width: 8px; border-radius: 2px 2px 0 0; background: var(--blue); }
.brand-mark i:nth-child(1) { height: 11px; opacity: .35; }
.brand-mark i:nth-child(2) { height: 20px; opacity: .65; }
.brand-mark i:nth-child(3) { height: 29px; }
nav { display: flex; align-items: center; gap: 32px; color: #56627a; font-size: 12px; font-weight: 600; }
nav a { transition: color .2s ease; }
nav a:hover { color: var(--blue); }
.header-action { padding: 12px 17px; color: #fff; background: var(--ink); border-radius: 10px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; }
.header-action span { margin-left: 12px; color: #8ea8ff; font-size: 15px; }
.menu-button { display: none; width: 40px; height: 40px; padding: 8px; border: 0; background: transparent; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s ease; }
.menu-button.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button.open span:nth-child(2) { opacity: 0; }
.menu-button.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero {
  position: relative;
  min-height: 900px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 5vw;
  padding: 140px 5.5vw 75px;
  overflow: hidden;
  background:
    linear-gradient(rgba(236,241,251,.7) 1px, transparent 1px),
    linear-gradient(90deg, rgba(236,241,251,.7) 1px, transparent 1px),
    #fbfcff;
  background-size: 64px 64px;
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(12px); pointer-events: none; }
.orb-one { width: 520px; height: 520px; top: -180px; left: -120px; background: radial-gradient(circle, rgba(87,131,255,.17), transparent 68%); }
.orb-two { width: 620px; height: 620px; right: -130px; bottom: -220px; background: radial-gradient(circle, rgba(124,87,246,.13), transparent 68%); }
.hero-copy { position: relative; z-index: 2; max-width: 650px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 23px; color: #697690; font-size: 10px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: var(--blue); }
h1 { margin: 0; font-size: clamp(62px, 7.2vw, 108px); line-height: .9; letter-spacing: -6.5px; text-transform: uppercase; }
h1 span, h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero-title { margin: 22px 0 0; font-size: clamp(31px, 3vw, 46px); line-height: 1.04; letter-spacing: -2.5px; text-transform: uppercase; }
.hero-lead { max-width: 590px; margin: 27px 0; color: var(--muted); font-size: 15px; line-height: 1.78; }
.scan-form { margin: 0 0 32px; padding: 16px; background: rgba(255,255,255,.92); border: 1px solid #dde5f4; border-radius: 16px; box-shadow: 0 16px 45px rgba(41,72,135,.08); }
.scan-form label { display: block; margin: 0 0 9px 2px; color: #77829a; font-size: 9px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; }
.scan-form > div { display: flex; gap: 8px; }
.scan-form input { min-width: 0; flex: 1; height: 51px; padding: 0 15px; color: var(--ink); background: #f5f7fc; border: 1px solid transparent; border-radius: 10px; outline: 0; font-size: 12px; }
.scan-form input:focus { border-color: #a8bafa; background: #fff; }
.scan-form button { padding: 0 18px; color: #fff; background: var(--blue); border: 0; border-radius: 10px; font-size: 10px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.scan-form button b { margin-left: 13px; }
.scan-form small { display: block; margin: 9px 2px 0; color: #9aa4b7; font-size: 8px; }
.hero-facts { display: flex; gap: 34px; }
.hero-facts p { display: flex; align-items: center; gap: 10px; margin: 0; }
.hero-facts strong { font-size: 17px; }
.hero-facts span { color: #8892a7; font-size: 9px; line-height: 1.35; text-transform: uppercase; }

.monitor {
  position: relative;
  z-index: 2;
  width: min(790px, 100%);
  padding: 19px;
  background: rgba(255,255,255,.94);
  border: 1px solid #e1e7f2;
  border-radius: 22px;
  box-shadow: var(--shadow);
  transform: perspective(1500px) rotateY(-3deg);
}
.monitor-top { display: flex; align-items: center; justify-content: space-between; padding: 4px 3px 16px; }
.monitor-top > div { display: flex; flex-direction: column; gap: 4px; }
.monitor small { color: #939eb2; font-size: 8px; letter-spacing: .9px; }
.monitor-top strong { font-size: 14px; }
.monitor-top button { padding: 9px 11px; color: #68748d; background: #f6f8fc; border: 1px solid #e5e9f1; border-radius: 8px; font-size: 9px; }
.monitor-top button span { margin-left: 12px; color: var(--blue); }
.monitor-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.monitor-stats article { position: relative; padding: 15px; background: #f8faff; border: 1px solid #e8edf6; border-radius: 11px; }
.monitor-stats article:first-child::before { content: ""; position: absolute; top: 0; left: 15px; right: 15px; height: 2px; background: var(--blue); border-radius: 0 0 2px 2px; }
.monitor-stats strong { display: block; margin: 7px 0 4px; font-size: 20px; }
.monitor-stats span { color: #24a069; font-size: 8px; }
.monitor-stats .negative { color: #e55747; }
.watch-card { margin-top: 10px; background: #fff; border: 1px solid #e5eaf3; border-radius: 12px; overflow: hidden; }
.watch-head { display: flex; align-items: center; justify-content: space-between; padding: 13px 15px; border-bottom: 1px solid #e9edf4; }
.watch-head > strong { font-size: 11px; }
.watch-tabs { display: flex; padding: 3px; background: #f3f6fb; border-radius: 7px; }
.watch-tab { padding: 5px 9px; color: #8792a7; background: transparent; border: 0; border-radius: 5px; font-size: 8px; cursor: pointer; }
.watch-tab.active { color: var(--blue); background: #fff; box-shadow: 0 2px 8px rgba(50,75,125,.1); }
.table-wrap { overflow-x: auto; }
table { width: 100%; min-width: 580px; border-collapse: collapse; font-size: 9px; }
th { padding: 10px 12px; color: #9aa4b5; background: #fbfcfe; text-align: left; font-weight: 600; }
td { padding: 10px 12px; border-top: 1px solid #eef1f6; }
tr.own { background: #f5f8ff; }
td:first-child { display: flex; align-items: center; gap: 8px; }
.avatar { width: 25px; height: 25px; display: inline-grid; place-items: center; flex: 0 0 auto; color: #fff; border-radius: 7px; font-size: 7px; font-style: normal; font-weight: 800; }
.avatar.blue { background: var(--blue); }.avatar.violet { background: var(--violet); }
.avatar.cyan { background: var(--cyan); }.avatar.coral { background: var(--coral); }
.up { color: #1b9c65; }.down { color: #e2584c; }.flat { color: #9aa4b5; }
.trend-card { display: grid; grid-template-columns: 130px 1fr; align-items: end; gap: 15px; margin-top: 10px; padding: 14px 15px; background: #f8faff; border: 1px solid #e5eaf3; border-radius: 11px; }
.trend-card strong { display: block; margin-top: 6px; font-size: 17px; }
.trend-chart { height: 62px; display: flex; align-items: end; gap: 5px; border-bottom: 1px solid #dfe5f0; }
.trend-chart span { flex: 1; height: var(--h); background: linear-gradient(180deg, var(--blue), #b8c6ff); border-radius: 3px 3px 0 0; }

.trust-row { min-height: 90px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 30px 48px; padding: 24px 5vw; color: #9aa3b5; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 9px; letter-spacing: .7px; }
.trust-row strong { color: #59647b; font-size: 11px; }
.section { padding: 105px 7vw; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 55px; margin-bottom: 44px; }
.section h2 { margin: 0; font-size: clamp(38px, 4.2vw, 64px); line-height: 1.04; letter-spacing: -3.5px; text-transform: uppercase; }
.section-heading > p { max-width: 430px; margin: 0 0 6px; color: var(--muted); font-size: 13px; line-height: 1.75; }

.features { background: #f7f9ff; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { min-height: 420px; display: flex; flex-direction: column; padding: 27px; background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-card.featured { color: #fff; background: var(--ink); }
.feature-number { color: #a2abbb; font-size: 9px; letter-spacing: 1px; }
.feature-card h3 { margin: auto 0 12px; font-size: 18px; letter-spacing: -.5px; text-transform: uppercase; }
.feature-card > p { min-height: 64px; margin: 0; color: #748097; font-size: 11px; line-height: 1.7; }
.feature-card a { width: fit-content; margin-top: 20px; color: var(--blue); font-size: 9px; font-weight: 800; text-transform: uppercase; border-bottom: 1px solid #aebfff; }
.feature-card.featured a { color: #8fabff; border-color: #4f6dc1; }
.price-widget { display: flex; align-items: center; justify-content: space-between; margin-top: 40px; padding: 19px; background: #17284c; border-radius: 12px; }
.price-widget p { margin: 0; }
.price-widget small, .price-widget strong { display: block; }
.price-widget small { color: #8291ae; font-size: 7px; letter-spacing: .7px; }
.price-widget strong { margin-top: 7px; font-size: 24px; }
.price-widget > span { padding: 6px 8px; color: #ff9c8c; background: rgba(255,118,95,.12); border-radius: 6px; font-size: 9px; }
.position-widget { height: 96px; display: flex; align-items: center; margin-top: 44px; padding: 0 8px; }
.position-widget i { flex: 1; height: 2px; background: #e5eaf4; }
.position-widget span, .position-widget b { width: 30px; height: 30px; display: grid; place-items: center; color: #7a869c; background: #f0f3f9; border-radius: 50%; font-size: 9px; }
.position-widget b { width: 40px; height: 40px; color: #fff; background: var(--blue); box-shadow: 0 8px 22px rgba(49,94,251,.28); }
.assortment-widget { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 42px; }
.assortment-widget i { aspect-ratio: 1; border-radius: 9px; background: linear-gradient(145deg, #edf2ff, #dce5ff); }
.assortment-widget i:nth-child(2), .assortment-widget i:nth-child(5) { background: linear-gradient(145deg, #f0ebff, #ddd2ff); }
.assortment-widget i:last-child { position: relative; border: 2px dashed #a9b9ee; background: transparent; }
.alert-widget { display: flex; align-items: center; gap: 11px; margin-top: 48px; padding: 15px; background: #f7f9fe; border: 1px solid #e7ebf4; border-radius: 11px; }
.alert-widget > b { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--coral); border-radius: 9px; }
.alert-widget p { margin: 0; }
.alert-widget p strong, .alert-widget p span { display: block; }
.alert-widget p strong { font-size: 10px; }
.alert-widget p span { margin-top: 4px; color: #929caf; font-size: 7px; }

.report { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 7vw; background: #fff; }
.report-copy > p:not(.eyebrow) { max-width: 580px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.report-copy ul { margin: 35px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.report-copy li { display: flex; gap: 17px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.report-copy li > b { color: var(--blue); font-size: 9px; }
.report-copy li span, .report-copy li strong { display: block; }
.report-copy li strong { margin-bottom: 5px; font-size: 11px; text-transform: uppercase; }
.report-copy li span { color: #818ba0; font-size: 10px; line-height: 1.5; }
.report-panel { padding: 22px; background: #f8faff; border: 1px solid #e1e7f2; border-radius: 20px; box-shadow: var(--shadow); }
.report-title { display: flex; justify-content: space-between; padding: 4px 3px 18px; }
.report-title span { font-size: 13px; font-weight: 800; }
.report-title small { color: #9ca6b9; font-size: 8px; }
.signal-list { overflow: hidden; background: #fff; border: 1px solid #e7ebf3; border-radius: 13px; }
.signal-list article { display: flex; align-items: center; gap: 13px; padding: 17px; border-bottom: 1px solid #edf0f5; }
.signal-list article:last-child { border-bottom: 0; }
.signal-icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; font-style: normal; font-weight: 800; }
.signal-icon.price { color: #f06c5a; background: #fff0ed; }
.signal-icon.rank { color: #2e6df0; background: #edf3ff; }
.signal-icon.new { color: #7355e9; background: #f0edff; }
.signal-icon.stock { color: #149867; background: #eaf9f3; }
.signal-list p { flex: 1; margin: 0; }
.signal-list p strong, .signal-list p span { display: block; }
.signal-list p strong { font-size: 11px; }
.signal-list p span { margin-top: 5px; color: #8c96a9; font-size: 9px; }
.signal-list article > b { color: var(--blue); font-size: 9px; }

.seo { display: grid; grid-template-columns: 280px 1fr; gap: 8vw; background: #f7f9ff; border-top: 1px solid var(--line); }
.seo-aside { position: sticky; top: 40px; align-self: start; }
.seo-aside > span { display: block; color: #e4e9f4; font-size: 69px; line-height: .82; font-weight: 800; letter-spacing: -6px; }
.seo-aside > strong { display: block; margin-top: 24px; color: var(--blue); font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; }
.seo article { max-width: 830px; }
.seo article h2 { margin: 0 0 28px; font-size: clamp(35px, 3.6vw, 54px); }
.seo article h2:not(:first-of-type) { margin-top: 55px; }
.seo article h3 { margin: 32px 0 10px; font-size: 17px; letter-spacing: -.4px; text-transform: uppercase; }
.seo article > p:not(.eyebrow) { color: #606c84; font-size: 14px; line-height: 1.86; }
.seo article strong { color: var(--ink); }

.cta { display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: 7vw; color: #fff; background: linear-gradient(135deg, #10234a, #1b2f5e); }
.cta .eyebrow { color: #9faccc; }
.cta .eyebrow span { background: #7fa0ff; }
.cta h2 em { color: #8facff; }
.cta form { padding: 26px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 16px; }
.cta label { display: block; margin-bottom: 11px; color: #aab6d0; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; }
.cta form > div { display: flex; gap: 8px; }
.cta input { min-width: 0; flex: 1; height: 50px; padding: 0 15px; border: 0; border-radius: 9px; outline: 0; font-size: 12px; }
.cta button { padding: 0 18px; color: #fff; background: var(--blue); border: 0; border-radius: 9px; font-size: 10px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.cta form small { display: block; margin-top: 11px; color: #7180a1; font-size: 8px; }

footer { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 30px 5.5vw; background: #fff; border-top: 1px solid var(--line); }
footer p { color: #8a94a8; font-size: 10px; }
.footer-contact { display: flex; align-items: flex-end; flex-direction: column; gap: 6px; }
.footer-contact a { color: var(--ink); font-size: 10px; font-weight: 700; }
.footer-contact span { color: #9aa3b5; font-size: 9px; }

@media (max-width: 1120px) {
  .hero { grid-template-columns: 1fr; padding-top: 145px; }
  .hero-copy { max-width: 790px; }
  .monitor { margin: 10px auto 30px; transform: none; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  .site-header { min-height: 72px; padding: 0 20px; }
  .menu-button { display: block; margin-left: auto; }
  nav {
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 20px 20px;
    background: rgba(255,255,255,.98);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 35px rgba(30,50,90,.09);
  }
  nav.open { display: flex; }
  nav a { padding: 13px 0; border-bottom: 1px solid #edf0f5; }
  .header-action { display: none; }
  .hero { min-height: auto; padding: 116px 20px 70px; }
  h1 { font-size: 57px; letter-spacing: -4px; }
  .hero-title { margin-top: 17px; font-size: 31px; letter-spacing: -1.8px; }
  .hero-lead { font-size: 13px; }
  .scan-form > div { flex-direction: column; }
  .scan-form button { min-height: 49px; }
  .hero-facts { align-items: flex-start; flex-direction: column; gap: 13px; }
  .monitor { padding: 12px; border-radius: 15px; overflow: hidden; }
  .monitor-top { align-items: flex-start; flex-direction: column; gap: 11px; }
  .monitor-stats { grid-template-columns: 1fr; }
  .trend-card { grid-template-columns: 1fr; }
  .trust-row { justify-content: flex-start; gap: 17px 27px; padding: 28px 20px; }
  .trust-row > span { width: 100%; }
  .section { padding: 76px 20px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .section h2 { font-size: 39px; letter-spacing: -2.5px; }
  .feature-grid { grid-template-columns: 1fr; }
  .report { grid-template-columns: 1fr; }
  .report-panel { padding: 14px; }
  .report-title { align-items: flex-start; flex-direction: column; gap: 6px; }
  .seo { grid-template-columns: 1fr; }
  .seo-aside { display: none; }
  .seo article h2 { font-size: 35px; }
  .cta { grid-template-columns: 1fr; }
  .cta form > div { flex-direction: column; }
  .cta button { min-height: 49px; }
  footer { align-items: flex-start; flex-direction: column; padding: 36px 20px; }
  footer p { margin: 0; }
  .footer-contact { align-items: flex-start; }
}
