:root {
  color-scheme: dark;
  --bg: #020816;
  --panel: rgba(6, 20, 45, 0.9);
  --panel-2: rgba(13, 30, 65, 0.86);
  --line: rgba(147, 189, 255, 0.18);
  --text: #f8fbff;
  --muted: #b8c7df;
  --soft: #8190aa;
  --blue: #2f7dff;
  --cyan: #31e8ff;
  --purple: #9a55ff;
  --green: #54f0a2;
  --radius: 8px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 74% 11%, rgba(47, 125, 255, 0.26), transparent 30rem),
    radial-gradient(circle at 28% 34%, rgba(154, 85, 255, 0.16), transparent 28rem),
    radial-gradient(circle at 76% 54%, rgba(49, 232, 255, 0.12), transparent 26rem),
    linear-gradient(180deg, #020816 0%, #031127 56%, #020816 100%);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255,255,255,0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.7), transparent 80%);
}
a { color: inherit; text-decoration: none; }
p { margin: 0; color: var(--muted); line-height: 1.68; }
h1, h2, h3 { margin: 0; letter-spacing: 0; }
img { max-width: 100%; display: block; }
section { padding: 42px 24px; }
.wrap { width: min(var(--max), calc(100vw - 48px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 999; padding: 10px 14px; background: var(--cyan); color: #021018; border-radius: 6px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(49,232,255,0.9); outline-offset: 4px; border-radius: 6px; }
.eyebrow { color: #70a8ff; font-size: 0.78rem; font-weight: 900; letter-spacing: 0.5em; text-transform: uppercase; }
.section-head { text-align: center; max-width: 850px; margin: 0 auto 24px; }
.section-head h2 { font-size: clamp(1.8rem, 3.2vw, 3rem); line-height: 1.1; }
.section-head h2 span { color: var(--blue); }
.section-head p { margin-top: 12px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(2, 8, 22, 0.82);
  backdrop-filter: blur(18px);
}
.nav { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.42rem; font-weight: 900; letter-spacing: -0.02em; white-space: nowrap; }
.brand svg { width: 40px; height: 28px; stroke: var(--blue); fill: none; stroke-width: 2.2; }
.brand span span { color: #c9d8ef; font-weight: 700; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 26px; color: #dce7fa; font-size: 0.9rem; }
.nav-cta { min-height: 40px; padding: 0 18px; background: linear-gradient(135deg, #236cf2, #3b86ff); border-radius: 8px; display: inline-flex; align-items: center; font-weight: 800; box-shadow: 0 14px 34px rgba(47,125,255,0.28); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: rgba(255,255,255,0.04); color: var(--text); border-radius: 8px; }
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: currentColor; border-radius: 2px; }
.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid rgba(215,228,255,0.26);
  border-radius: 8px;
  color: var(--text);
  font-weight: 850;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}
.btn:hover { transform: translateY(-2px); border-color: rgba(255,255,255,0.48); }
.btn-primary { background: linear-gradient(135deg, #236cf2, #358bff); box-shadow: 0 16px 36px rgba(47,125,255,0.28); }
.btn-cyan { background: linear-gradient(135deg, #0aa7b6, #31e8ff); color: #031018; border-color: transparent; }
.btn-dark { background: rgba(255,255,255,0.035); }
.icon-arrow { width: 18px; height: 18px; }
.hero { padding-top: 64px; }
.hero-grid { min-height: 480px; display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr); align-items: center; gap: 34px; }
.hero h1 { margin-top: 24px; font-size: clamp(2.5rem, 5.4vw, 5.1rem); line-height: 1.05; }
.hero p { max-width: 630px; margin-top: 24px; font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.ecosystem-art { min-height: 420px; position: relative; display: grid; place-items: center; }
.cloud-core {
  position: relative;
  width: min(520px, 100%);
  aspect-ratio: 1.35;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 42%, rgba(47,125,255,0.34), transparent 20%),
    radial-gradient(circle at 50% 48%, rgba(31,119,255,0.26), transparent 52%);
}
.cloud-core::before, .cloud-core::after { content: ""; position: absolute; inset: 4% 5%; border: 1px solid rgba(80,156,255,0.42); border-radius: 50%; }
.cloud-core::after { inset: 17% 14%; border-color: rgba(49,232,255,0.28); transform: rotate(-11deg); }
.product-orb {
  position: absolute;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.26);
  background: rgba(4, 18, 44, 0.82);
  box-shadow: 0 0 45px rgba(47,125,255,0.36);
}
.product-orb svg { width: 70px; height: 70px; stroke: #eaf3ff; fill: none; stroke-width: 1.5; }
.orb-chat { left: 50%; top: 0; transform: translate(-50%, -5%); }
.orb-agent { left: 7%; bottom: 12%; box-shadow: 0 0 45px rgba(154,85,255,0.46); }
.orb-auto { right: 7%; bottom: 12%; box-shadow: 0 0 45px rgba(49,232,255,0.38); }
.cloud-mark { position: absolute; left: 50%; top: 52%; transform: translate(-50%, -50%); width: 92px; height: 58px; }
.cloud-mark svg { width: 100%; height: 100%; stroke: var(--blue); fill: none; stroke-width: 3; filter: drop-shadow(0 0 18px rgba(47,125,255,0.7)); }
.connector { position: absolute; height: 2px; background: linear-gradient(90deg, transparent, var(--blue), transparent); transform-origin: left center; opacity: 0.75; }
.c1 { left: 50%; top: 36%; width: 120px; transform: rotate(90deg); }
.c2 { left: 33%; top: 58%; width: 150px; transform: rotate(-148deg); }
.c3 { right: 31%; top: 58%; width: 150px; transform: rotate(-32deg); }
.products-shell, .band, .benefits, .renovare-block, .faq-card, .mini-card, .legal-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(8,24,54,0.92), rgba(3,13,32,0.88));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}
.products-shell { padding: 18px; border-radius: 12px; }
.product-layout { display: grid; grid-template-columns: 1.34fr 0.76fr; gap: 12px; }
.left-stack { display: grid; gap: 12px; }
.product-card {
  min-height: 276px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  background: rgba(4,17,42,0.8);
}
.product-card.large { min-height: 564px; background: radial-gradient(circle at 68% 70%, rgba(154,85,255,0.34), transparent 18rem), rgba(30,14,72,0.72); }
.product-card.auto { background: radial-gradient(circle at 60% 55%, rgba(49,232,255,0.2), transparent 18rem), rgba(4,45,55,0.56); }
.product-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 12px; background: rgba(47,125,255,0.18); color: #8dc0ff; }
.product-icon svg { width: 36px; height: 36px; stroke: currentColor; fill: none; stroke-width: 1.7; }
.product-card h3 { margin-top: 18px; font-size: clamp(1.5rem, 2vw, 2rem); line-height: 1.05; }
.product-card p { margin-top: 14px; max-width: 340px; }
.visual-lines { position: absolute; right: 24px; bottom: 22px; width: min(48%, 260px); opacity: 0.9; }
.visual-lines i { display: block; height: 18px; margin: 13px 0; border-radius: 999px; background: linear-gradient(90deg, rgba(47,125,255,0.3), rgba(49,232,255,0.85)); }
.relation { padding: 28px; text-align: center; }
.steps { margin-top: 24px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 18px; align-items: center; }
.step { display: grid; grid-template-columns: 78px 1fr; gap: 16px; text-align: left; align-items: center; }
.step svg { width: 66px; height: 66px; padding: 14px; border: 1px solid rgba(255,255,255,0.2); border-radius: 50%; stroke: #eaf3ff; fill: none; background: rgba(47,125,255,0.16); }
.step h3 { color: #8ab9ff; font-size: 1.05rem; }
.step p { font-size: 0.9rem; }
.arrow-sep { color: var(--soft); font-size: 2.4rem; }
.benefits { padding: 26px; }
.benefit-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; }
.benefit { min-height: 124px; display: grid; place-items: center; text-align: center; padding: 14px; border-left: 1px solid rgba(255,255,255,0.12); }
.benefit:first-child { border-left: 0; }
.benefit svg { width: 48px; height: 48px; stroke: #9bc6ff; fill: none; stroke-width: 1.6; margin-bottom: 8px; }
.renovare-block { padding: 26px; }
.renovare-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.renovare-card { min-height: 210px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: rgba(5,16,38,0.8); display: flex; flex-direction: column; align-items: center; text-align: center; }
.renovare-card svg { width: 58px; height: 58px; stroke: var(--green); fill: none; stroke-width: 1.6; margin-bottom: 14px; }
.card-tag { display: inline-flex; align-items: center; min-height: 24px; margin-bottom: 8px; padding: 0 10px; border: 1px solid rgba(62,240,167,0.32); border-radius: 999px; color: var(--green); font-size: 0.68rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.renovare-card h3 { font-size: 1rem; }
.renovare-card p { margin-top: 8px; font-size: 0.88rem; }
.center-actions { display: flex; justify-content: center; margin-top: 18px; }
.renovare-dev {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
  gap: 24px;
  align-items: center;
  border: 1px solid rgba(47,125,255,0.52);
  border-radius: 12px;
  padding: 30px;
  background:
    radial-gradient(circle at 84% 50%, rgba(154,85,255,0.28), transparent 16rem),
    radial-gradient(circle at 14% 14%, rgba(49,232,255,0.16), transparent 15rem),
    linear-gradient(145deg, rgba(8,24,54,0.94), rgba(4,13,32,0.92));
  box-shadow: 0 20px 56px rgba(0,0,0,0.22);
}
.renovare-dev h2 {
  margin-top: 12px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.08;
  max-width: 760px;
}
.renovare-dev p { margin-top: 14px; max-width: 820px; }
.brand-note { color: #dce8ff; font-weight: 800; }
.renovare-dev-actions {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 22px;
  background: rgba(2,8,22,0.48);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.renovare-dev-actions:hover {
  transform: translateY(-4px);
  border-color: rgba(49,232,255,0.42);
  box-shadow: 0 18px 38px rgba(0,0,0,0.24);
}
.renovare-dev-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: var(--cyan);
  background: rgba(47,125,255,0.16);
}
.renovare-dev-icon svg { width: 52px; height: 52px; stroke: currentColor; fill: none; stroke-width: 1.6; }
.faq-cta { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 24px; align-items: stretch; }
.faq-list { display: grid; gap: 8px; }
.faq-card { overflow: hidden; }
.faq-card summary { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 0 14px; cursor: pointer; list-style: none; }
.faq-card summary::-webkit-details-marker { display: none; }
.faq-card summary::after { content: "+"; font-size: 1.2rem; }
.faq-card[open] summary::after { content: "-"; }
.faq-card p { padding: 0 14px 14px; font-size: 0.92rem; }
.cta-panel {
  min-height: 248px;
  border: 1px solid rgba(70,127,255,0.52);
  border-radius: 12px;
  padding: 38px 42px;
  background:
    radial-gradient(circle at 78% 48%, rgba(49,232,255,0.26), transparent 14rem),
    linear-gradient(135deg, rgba(30,84,241,0.94), rgba(74,33,181,0.88));
  overflow: hidden;
  position: relative;
}
.cta-panel::after { content: ""; position: absolute; right: 9%; bottom: -42px; width: 190px; height: 120px; border: 2px solid rgba(255,255,255,0.25); border-radius: 50%; transform: rotate(-24deg); }
.cta-panel h2 { font-size: clamp(1.9rem, 3.3vw, 3.1rem); line-height: 1.05; max-width: 560px; }
.cta-panel p { margin: 14px 0 24px; max-width: 560px; color: #dce8ff; }
.footer { border-top: 1px solid var(--line); padding: 34px 24px 18px; background: rgba(2,8,22,0.86); }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); gap: 30px; }
.footer h2, .footer h3 { font-size: 0.88rem; text-transform: uppercase; color: #dfe8ff; margin: 0 0 12px; }
.footer p, .footer a { color: var(--muted); font-size: 0.9rem; }
.footer a { display: block; margin: 7px 0; }
.socials { display: flex; gap: 12px; margin-top: 16px; }
.socials a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 0;
  position: relative;
  color: var(--muted);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, color 220ms ease;
  cursor: pointer;
}
.socials a:hover,
.socials a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(49,232,255,0.52);
  background: rgba(47,125,255,0.12);
  color: var(--cyan);
}
.socials a svg {
  width: 19px;
  height: 19px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.social-tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%) translateY(6px);
  width: max-content;
  max-width: 190px;
  padding: 7px 10px;
  border: 1px solid rgba(147,189,255,0.24);
  border-radius: 8px;
  background: rgba(2,8,22,0.98);
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease, transform 200ms ease;
  box-shadow: 0 14px 32px rgba(0,0,0,0.28);
}
.social-tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: rgba(2,8,22,0.98);
  border-right: 1px solid rgba(147,189,255,0.24);
  border-bottom: 1px solid rgba(147,189,255,0.24);
}
.socials a:hover .social-tooltip,
.socials a:focus-visible .social-tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); margin-top: 28px; padding-top: 16px; color: var(--soft); font-size: 0.82rem; }
.footer-bottom a { display: inline; margin: 0; }
.legal-links { display: flex; gap: 18px; flex-wrap: wrap; }
.landing-hero { padding-top: 70px; }
.landing-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(340px,0.74fr); gap: 30px; align-items: center; }
.landing-hero h1 { margin-top: 14px; font-size: clamp(2.35rem, 5vw, 4.7rem); line-height: 1.04; }
.landing-hero p { margin-top: 18px; font-size: 1.1rem; max-width: 760px; }
.abstract-panel { min-height: 330px; border: 1px solid var(--line); border-radius: 12px; background: radial-gradient(circle at 50% 45%, rgba(47,125,255,0.28), transparent 7rem), radial-gradient(circle at 58% 56%, rgba(154,85,255,0.28), transparent 15rem), rgba(8,24,54,0.78); display: grid; place-items: center; }
.abstract-panel svg { width: 210px; max-width: 74%; stroke: #eaf3ff; fill: none; stroke-width: 1.4; filter: drop-shadow(0 0 24px rgba(47,125,255,0.42)); }
.content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.mini-card, .legal-card { padding: 22px; }
.mini-card h2, .legal-card h2 { font-size: 1.08rem; margin-bottom: 8px; }
.mini-card ul, .legal-card ul { margin: 10px 0 0; padding-left: 18px; color: var(--muted); line-height: 1.7; }
.wide-card { grid-column: span 2; }
.legal-wrap { max-width: 900px; }
.legal-card { margin-bottom: 12px; }
@media (max-width: 1020px) {
  .hero-grid, .product-layout, .faq-cta, .landing-grid, .renovare-dev { grid-template-columns: 1fr; }
  .benefit-grid, .renovare-grid { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .product-card {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }
  .product-card.large { min-height: auto; }
  .product-card > :not(.visual-lines) {
    position: relative;
    z-index: 2;
  }
  .visual-lines {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: min(100%, 260px);
    min-height: 111px;
    margin: 24px 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 13px;
    pointer-events: none;
  }
  .visual-lines i {
    height: 18px;
    margin: 0;
    flex: 0 0 18px;
  }
  .arrow-sep { display: none; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1100px) {
  .menu-toggle { display: block; }
  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(2,8,22,0.98);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px; }
  .nav-cta { justify-content: center; }
}
@media (max-width: 760px) {
  section { padding: 34px 18px; }
  .wrap { width: 100%; }
  .eyebrow { letter-spacing: 0.28em; }
  .hero-grid > *,
  .product-layout > *,
  .renovare-dev > *,
  .faq-cta > *,
  .product-card {
    min-width: 0;
  }
  h1, h2, h3, p, a { overflow-wrap: anywhere; }
  .hero-grid { min-height: auto; }
  .ecosystem-art { min-height: 300px; overflow: hidden; }
  .cloud-core { width: min(100%, 280px); }
  .connector { width: 112px; }
  .product-orb { width: 98px; height: 98px; }
  .product-orb svg { width: 50px; height: 50px; }
  .cloud-mark { width: 68px; }
  .hero-actions, .footer-bottom { flex-direction: column; }
  .btn { width: 100%; }
  .benefit-grid, .renovare-grid, .content-grid, .footer-grid { grid-template-columns: 1fr; }
  .social-tooltip { display: none; }
  .benefit { border-left: 0; border-top: 1px solid rgba(255,255,255,0.12); }
  .benefit:first-child { border-top: 0; }
  .wide-card { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
