/* =========================================================
   Yere Studio - SaaS Premium Dark Design
   Multipage + Multilanguage
   ========================================================= */

:root {
  --bg: #070b18;
  --bg-2: #0b1225;
  --panel: rgba(255,255,255,.075);
  --panel-strong: rgba(255,255,255,.115);
  --text: #f6f8ff;
  --muted: #9aa6c5;
  --line: rgba(255,255,255,.13);
  --cyan: #46e6ff;
  --blue: #5b7cfa;
  --violet: #a855f7;
  --green: #4ade80;
  --pink: #fb71d9;
  --dark: #050816;
  --radius: 28px;
  --shadow: 0 30px 90px rgba(0,0,0,.42);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html { scroll-behavior: smooth; }

body {
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.038) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 85%);
  z-index: -2;
}

.background-glow {
  position: fixed;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 18% 14%, rgba(70,230,255,.22), transparent 28%),
    radial-gradient(circle at 85% 8%, rgba(168,85,247,.24), transparent 32%),
    radial-gradient(circle at 50% 90%, rgba(74,222,128,.12), transparent 35%),
    var(--bg);
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 99;
  background: rgba(7,11,24,.76);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--line);
}

.topbar-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 13px;
}

.logo-orb {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  position: relative;
  background:
    radial-gradient(circle at 30% 25%, #fff, rgba(255,255,255,.12) 18%, transparent 35%),
    linear-gradient(135deg, var(--cyan), var(--violet));
  box-shadow: 0 0 35px rgba(70,230,255,.35);
}

.logo-orb::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.45);
}

.logo strong,
.logo small {
  display: block;
}

.logo strong {
  font-size: 1rem;
  letter-spacing: -.03em;
}

.logo small {
  color: var(--muted);
  font-size: .76rem;
  margin-top: -2px;
}

.pill-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px;
  background: rgba(255,255,255,.07);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.pill-nav a {
  padding: 10px 13px;
  border-radius: 999px;
  color: var(--muted);
  font-size: .92rem;
  font-weight: 750;
  transition: .2s ease;
  white-space: nowrap;
}

.pill-nav a:hover,
.pill-nav a.active {
  color: var(--text);
  background: rgba(255,255,255,.11);
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lang-tabs {
  display: inline-flex;
  gap: 4px;
  padding: 5px;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  border: 1px solid var(--line);
}

.lang-tabs a {
  width: 34px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 900;
  font-size: .75rem;
}

.lang-tabs a.active {
  color: #06101d;
  background: linear-gradient(135deg, var(--cyan), var(--green));
}

.top-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 900;
  color: #06101d;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  box-shadow: 0 16px 40px rgba(70,230,255,.22);
}

.mobile-menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  cursor: pointer;
}

.mobile-menu-btn span {
  display: block;
  width: 19px;
  height: 2px;
  background: var(--text);
  border-radius: 999px;
  margin: 4px auto;
}

.section {
  padding: 108px 0;
}

.hero-saas {
  padding: 92px 0 72px;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.status-badge,
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--cyan);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.status-badge {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(70,230,255,.08);
  border: 1px solid rgba(70,230,255,.22);
  margin-bottom: 24px;
}

.status-badge span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px rgba(74,222,128,.8);
}

h1, h2, h3 {
  line-height: 1;
  letter-spacing: -.06em;
}

h1 {
  font-size: clamp(3.4rem, 7.6vw, 7.4rem);
}

h2 {
  font-size: clamp(2.4rem, 5vw, 4.8rem);
}

h3 {
  font-size: 1.45rem;
}

.hero-subtitle {
  max-width: 680px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 1.15rem;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 36px;
}

.btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 950;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #06101d;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  box-shadow: 0 18px 46px rgba(70,230,255,.22);
}

.btn-ghost {
  background: rgba(255,255,255,.06);
  color: var(--text);
  border-color: var(--line);
}

.btn-light {
  background: #fff;
  color: #06101d;
}

.btn.full {
  width: 100%;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 44px;
}

.metric-row div {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--line);
}

.metric-row strong,
.metric-row span {
  display: block;
}

.metric-row strong {
  color: var(--cyan);
}

.metric-row span {
  color: var(--muted);
  font-size: .88rem;
  margin-top: 4px;
}

.hero-dashboard {
  position: relative;
  min-height: 570px;
  display: grid;
  place-items: center;
}

.dashboard-window {
  width: min(100%, 570px);
  border-radius: 32px;
  overflow: hidden;
  background: rgba(255,255,255,.08);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  transform: perspective(900px) rotateY(-8deg) rotateX(4deg);
}

.dash-header {
  height: 58px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.06);
}

.dash-dots {
  display: flex;
  gap: 7px;
}

.dash-dots span {
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,.28);
  border-radius: 50%;
}

.dash-url {
  flex: 1;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--muted);
  font-size: .78rem;
  background: rgba(0,0,0,.18);
}

.dash-content {
  display: grid;
  grid-template-columns: 82px 1fr;
  min-height: 440px;
}

.dash-sidebar {
  padding: 22px 18px;
  display: grid;
  gap: 16px;
  align-content: start;
  border-right: 1px solid var(--line);
}

.dash-sidebar span {
  height: 42px;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
}

.dash-main {
  padding: 24px;
}

.dash-hero-block {
  min-height: 150px;
  border-radius: 24px;
  padding: 22px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.35), transparent 18%),
    linear-gradient(135deg, rgba(70,230,255,.9), rgba(168,85,247,.8));
}

.dash-hero-block small,
.dash-hero-block strong {
  display: block;
}

.dash-hero-block small {
  color: rgba(6,16,29,.72);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.dash-hero-block strong {
  color: #06101d;
  margin-top: 12px;
  font-size: 2rem;
  letter-spacing: -.05em;
}

.dash-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.dash-card-grid div {
  min-height: 92px;
  border-radius: 20px;
  background: rgba(255,255,255,.075);
  border: 1px solid var(--line);
}

.dash-chart {
  height: 112px;
  margin-top: 16px;
  padding: 16px;
  display: flex;
  align-items: end;
  gap: 12px;
  border-radius: 20px;
  background: rgba(0,0,0,.18);
  border: 1px solid var(--line);
}

.dash-chart span {
  flex: 1;
  border-radius: 999px 999px 5px 5px;
  background: linear-gradient(to top, var(--blue), var(--cyan));
}

.orbit-card {
  position: absolute;
  z-index: 2;
  min-width: 190px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(7,11,24,.78);
  border: 1px solid var(--line);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.orbit-card strong,
.orbit-card span {
  display: block;
}

.orbit-card span {
  color: var(--muted);
  font-size: .9rem;
  margin-top: 4px;
}

.orbit-one {
  left: 0;
  top: 78px;
}

.orbit-two {
  right: 0;
  bottom: 80px;
}

.logo-strip {
  padding: 24px 0;
}

.logo-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255,255,255,.045);
}

.logo-strip-inner span {
  padding: 20px 18px;
  text-align: center;
  color: var(--muted);
  font-weight: 900;
  border-right: 1px solid var(--line);
}

.logo-strip-inner span:last-child {
  border-right: 0;
}

.section-head {
  margin-bottom: 46px;
}

.section-head.centered {
  text-align: center;
  max-width: 850px;
}

.section-head p {
  color: var(--muted);
  margin-top: 20px;
  font-size: 1.1rem;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.value-grid article {
  padding: 32px;
  min-height: 270px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.06);
  border: 1px solid var(--line);
  box-shadow: 0 24px 70px rgba(0,0,0,.16);
}

.card-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 50px;
  border-radius: 18px;
  color: #06101d;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  font-weight: 950;
}

.value-grid p {
  color: var(--muted);
  margin-top: 14px;
}

.split-feature-section {
  background: rgba(255,255,255,.04);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.split-feature {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 70px;
  align-items: center;
}

.split-feature p {
  color: var(--muted);
  margin: 22px 0 30px;
  font-size: 1.08rem;
}

.service-capsules {
  display: grid;
  gap: 16px;
}

.service-capsules a {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 18px 22px;
  border-radius: 24px;
  background: rgba(255,255,255,.07);
  border: 1px solid var(--line);
  font-weight: 950;
  font-size: 1.35rem;
  transition: .2s ease;
}

.service-capsules a:hover {
  transform: translateX(8px);
  border-color: rgba(70,230,255,.45);
}

.service-capsules span {
  color: var(--cyan);
  font-size: .9rem;
}

.cta-glass-section {
  padding-bottom: 120px;
}

.cta-glass {
  padding: 60px;
  text-align: center;
  border-radius: 36px;
  background:
    radial-gradient(circle at 20% 20%, rgba(70,230,255,.22), transparent 24%),
    radial-gradient(circle at 80% 10%, rgba(168,85,247,.24), transparent 30%),
    rgba(255,255,255,.07);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.cta-glass h2 {
  max-width: 900px;
  margin: 18px auto 32px;
}

.page-hero {
  padding: 105px 0 55px;
}

.page-hero h1 {
  max-width: 1050px;
  margin-top: 16px;
}

.page-hero p {
  max-width: 760px;
  color: var(--muted);
  margin-top: 24px;
  font-size: 1.12rem;
}

.service-matrix {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.service-matrix article {
  padding: 34px;
  border-radius: 30px;
  background: rgba(255,255,255,.065);
  border: 1px solid var(--line);
}

.service-top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
}

.service-top span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #06101d;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  font-weight: 950;
}

.service-top strong {
  font-size: 1.6rem;
  letter-spacing: -.04em;
}

.service-matrix p {
  color: var(--muted);
  margin-bottom: 24px;
}

.service-matrix ul {
  list-style: none;
  display: grid;
  gap: 11px;
}

.service-matrix li {
  color: #dce6ff;
}

.service-matrix li::before {
  content: "✓";
  color: var(--green);
  margin-right: 10px;
  font-weight: 950;
}

.included-panel {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 50px;
  padding: 42px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(70,230,255,.12), rgba(168,85,247,.12));
  border: 1px solid var(--line);
}

.included-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.included-list span {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.075);
  border: 1px solid var(--line);
  color: var(--muted);
  font-weight: 850;
}

.project-board {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 22px;
}

.project-card {
  overflow: hidden;
  border-radius: 32px;
  background: rgba(255,255,255,.065);
  border: 1px solid var(--line);
  box-shadow: 0 24px 70px rgba(0,0,0,.16);
}

.project-card.big {
  grid-row: span 2;
}

.project-card.wide {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.project-visual {
  min-height: 260px;
  position: relative;
}

.project-card.big .project-visual {
  min-height: 460px;
}

.project-card.wide .project-visual {
  min-height: 330px;
}

.project-visual::after {
  content: "";
  position: absolute;
  inset: 28px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.32);
  background:
    linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px);
  background-size: 34px 34px;
}

.visual-blue { background: linear-gradient(135deg, var(--blue), var(--cyan)); }
.visual-cyan { background: linear-gradient(135deg, #00d4ff, #22c55e); }
.visual-purple { background: linear-gradient(135deg, var(--violet), var(--pink)); }
.visual-green { background: linear-gradient(135deg, #22c55e, #14b8a6); }

.project-copy {
  padding: 30px;
}

.project-copy span {
  color: var(--cyan);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.project-copy h2 {
  font-size: clamp(1.8rem, 3vw, 3.1rem);
  margin-top: 14px;
}

.project-copy p {
  color: var(--muted);
  margin-top: 14px;
}

.timeline-neon {
  display: grid;
  gap: 18px;
  position: relative;
}

.timeline-neon article {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 30px;
  padding: 30px;
  border-radius: 28px;
  background: rgba(255,255,255,.065);
  border: 1px solid var(--line);
}

.timeline-neon span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #06101d;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  font-weight: 950;
}

.timeline-neon h2 {
  font-size: clamp(1.7rem, 3vw, 2.8rem);
}

.timeline-neon p {
  color: var(--muted);
  margin-top: 10px;
}

.about-saas,
.contact-saas {
  padding: 105px 0;
}

.about-saas-grid,
.contact-saas-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 70px;
  align-items: start;
}

.identity-card {
  padding: 32px;
  border-radius: 34px;
  background: rgba(255,255,255,.07);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  position: sticky;
  top: 110px;
}

.identity-avatar {
  height: 330px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  margin-bottom: 24px;
  color: #06101d;
  font-size: 8rem;
  font-weight: 950;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.8), transparent 20%),
    linear-gradient(135deg, var(--cyan), var(--violet));
}

.identity-card p,
.about-text p {
  color: var(--muted);
  margin-top: 14px;
}

.about-text h1 {
  margin-top: 18px;
}

.about-text p {
  font-size: 1.1rem;
}

.about-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.about-tags span {
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.075);
  border: 1px solid var(--line);
  color: var(--muted);
  font-weight: 850;
}

.contact-intro p {
  color: var(--muted);
  margin-top: 24px;
  font-size: 1.1rem;
}

.contact-boxes {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.contact-boxes a,
.contact-boxes span {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.065);
  border: 1px solid var(--line);
  color: var(--muted);
}

.contact-form {
  padding: 34px;
  border-radius: 34px;
  background: rgba(255,255,255,.07);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(0,0,0,.22);
  border-radius: 18px;
  color: var(--text);
  padding: 16px 18px;
  font: inherit;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(70,230,255,.72);
  box-shadow: 0 0 0 4px rgba(70,230,255,.12);
}

textarea {
  resize: vertical;
}

.alert {
  padding: 14px 16px;
  border-radius: 18px;
  margin-bottom: 18px;
  font-weight: 850;
}

.alert.success {
  color: #bbf7d0;
  background: rgba(74,222,128,.12);
  border: 1px solid rgba(74,222,128,.26);
}

.alert.error {
  color: #fecdd3;
  background: rgba(251,113,217,.12);
  border: 1px solid rgba(251,113,217,.26);
}

.footer {
  padding: 64px 0 28px;
  border-top: 1px solid var(--line);
  background: rgba(0,0,0,.18);
}

.footer-layout {
  display: grid;
  grid-template-columns: 1.4fr .7fr .9fr;
  gap: 54px;
}

.footer-brand p {
  color: var(--muted);
  margin-top: 18px;
  max-width: 460px;
}

.footer-links h3 {
  font-size: 1rem;
  margin-bottom: 14px;
}

.footer-links a,
.footer-links span {
  display: block;
  margin: 8px 0;
  color: var(--muted);
}

.footer-links a:hover {
  color: var(--cyan);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  margin-top: 42px;
  padding-top: 24px;
  flex-wrap: wrap;
  font-size: .9rem;
}

@media (max-width: 1120px) {
  .pill-nav {
    gap: 1px;
  }

  .pill-nav a {
    padding: 9px 8px;
    font-size: .84rem;
  }

  .top-cta {
    display: none;
  }
}

@media (max-width: 940px) {
  .topbar-inner {
    min-height: 76px;
  }

  .mobile-menu-btn {
    display: block;
  }

  .top-actions {
    margin-left: auto;
  }

  .pill-nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 20px;
    right: 20px;
    flex-direction: column;
    align-items: stretch;
    border-radius: 22px;
    padding: 12px;
    background: rgba(7,11,24,.96);
    box-shadow: var(--shadow);
  }

  .pill-nav.open {
    display: flex;
  }

  .pill-nav a {
    padding: 14px;
    border-radius: 16px;
  }

  .hero-layout,
  .split-feature,
  .included-panel,
  .about-saas-grid,
  .contact-saas-grid {
    grid-template-columns: 1fr;
  }

  .hero-dashboard {
    min-height: 520px;
  }

  .dashboard-window {
    transform: none;
  }

  .value-grid,
  .service-matrix {
    grid-template-columns: 1fr;
  }

  .project-board {
    grid-template-columns: 1fr;
  }

  .project-card.big,
  .project-card.wide {
    grid-row: auto;
    grid-column: auto;
  }

  .project-card.wide {
    grid-template-columns: 1fr;
  }

  .identity-card {
    position: static;
  }

  .footer-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .section,
  .about-saas,
  .contact-saas {
    padding: 76px 0;
  }

  .hero-saas {
    padding: 70px 0 50px;
  }

  h1 {
    font-size: clamp(2.75rem, 13vw, 4.5rem);
  }

  h2 {
    font-size: clamp(2.1rem, 10vw, 3.5rem);
  }

  .logo small {
    display: none;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .metric-row,
  .logo-strip-inner,
  .included-list {
    grid-template-columns: 1fr;
  }

  .logo-strip-inner span {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .logo-strip-inner span:last-child {
    border-bottom: 0;
  }

  .dash-content {
    grid-template-columns: 1fr;
  }

  .dash-sidebar {
    display: none;
  }

  .orbit-card {
    display: none;
  }

  .hero-dashboard {
    min-height: auto;
  }

  .cta-glass {
    padding: 34px 24px;
  }

  .timeline-neon article {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 24px;
  }

  .footer-bottom {
    display: grid;
  }
}

@media (max-width: 430px) {
  .logo strong {
    max-width: 92px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .logo-orb {
    width: 40px;
    height: 40px;
  }

  .lang-tabs a {
    width: 29px;
    height: 28px;
    font-size: .68rem;
  }
}


/* =========================================================
   Process page - New roadmap distribution
   ========================================================= */

.process-hero-new {
  padding: 105px 0 50px;
}

.process-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 60px;
  align-items: end;
}

.process-hero-grid h1 {
  margin-top: 18px;
  max-width: 940px;
}

.process-hero-grid p {
  max-width: 760px;
  color: var(--muted);
  margin-top: 24px;
  font-size: 1.12rem;
}

.process-summary-card {
  padding: 34px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(70,230,255,.18), transparent 30%),
    rgba(255,255,255,.07);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.process-summary-card span {
  display: inline-flex;
  color: var(--cyan);
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 16px;
}

.process-summary-card strong {
  display: block;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
  letter-spacing: -.05em;
}

.process-summary-card p {
  color: var(--muted);
  margin-top: 18px;
}

.process-roadmap-section {
  padding-top: 55px;
}

.process-roadmap-new {
  position: relative;
  display: grid;
  gap: 26px;
}

.process-roadmap-new::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 50%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(70,230,255,.55), rgba(168,85,247,.45), transparent);
}

.roadmap-step {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 84px 1fr;
  gap: 28px;
  align-items: center;
}

.roadmap-step:nth-child(odd) .roadmap-content {
  grid-column: 1;
}

.roadmap-step:nth-child(odd) .roadmap-number {
  grid-column: 2;
}

.roadmap-step:nth-child(even) .roadmap-number {
  grid-column: 2;
}

.roadmap-step:nth-child(even) .roadmap-content {
  grid-column: 3;
}

.roadmap-number {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  color: #06101d;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  font-weight: 950;
  box-shadow: 0 0 40px rgba(70,230,255,.24);
  z-index: 2;
}

.roadmap-content {
  padding: 34px;
  border-radius: 30px;
  background: rgba(255,255,255,.065);
  border: 1px solid var(--line);
  box-shadow: 0 24px 70px rgba(0,0,0,.16);
}

.roadmap-content span {
  display: inline-flex;
  color: var(--cyan);
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 14px;
}

.roadmap-content h2 {
  font-size: clamp(1.9rem, 3.4vw, 3.25rem);
}

.roadmap-content p {
  color: var(--muted);
  margin-top: 14px;
}

.process-deliverables-section {
  background: rgba(255,255,255,.04);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-deliverables-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.process-deliverables-grid article {
  min-height: 260px;
  padding: 30px;
  border-radius: 28px;
  background: rgba(255,255,255,.065);
  border: 1px solid var(--line);
}

.process-deliverables-grid span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: #06101d;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  font-weight: 950;
  margin-bottom: 54px;
}

.process-deliverables-grid p {
  color: var(--muted);
  margin-top: 14px;
}

.process-final-cta-section {
  padding-bottom: 120px;
}

.process-final-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
  padding: 44px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 20% 20%, rgba(70,230,255,.18), transparent 24%),
    radial-gradient(circle at 80% 10%, rgba(168,85,247,.22), transparent 30%),
    rgba(255,255,255,.07);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.process-final-cta h2 {
  max-width: 780px;
  margin-top: 14px;
}

@media (max-width: 940px) {
  .process-hero-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .process-roadmap-new::before {
    left: 35px;
  }

  .roadmap-step,
  .roadmap-step:nth-child(odd),
  .roadmap-step:nth-child(even) {
    grid-template-columns: 70px 1fr;
    gap: 20px;
  }

  .roadmap-step:nth-child(odd) .roadmap-number,
  .roadmap-step:nth-child(even) .roadmap-number {
    grid-column: 1;
  }

  .roadmap-step:nth-child(odd) .roadmap-content,
  .roadmap-step:nth-child(even) .roadmap-content {
    grid-column: 2;
  }

  .roadmap-number {
    width: 62px;
    height: 62px;
    border-radius: 20px;
  }

  .process-deliverables-grid {
    grid-template-columns: 1fr;
  }

  .process-final-cta {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 680px) {
  .process-hero-new {
    padding: 72px 0 34px;
  }

  .process-roadmap-section {
    padding-top: 34px;
  }

  .process-roadmap-new::before {
    display: none;
  }

  .roadmap-step,
  .roadmap-step:nth-child(odd),
  .roadmap-step:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .roadmap-step:nth-child(odd) .roadmap-number,
  .roadmap-step:nth-child(even) .roadmap-number,
  .roadmap-step:nth-child(odd) .roadmap-content,
  .roadmap-step:nth-child(even) .roadmap-content {
    grid-column: 1;
  }

  .roadmap-content,
  .process-summary-card,
  .process-final-cta {
    padding: 26px;
  }
}


/* =========================================================
   New Header Design
   ========================================================= */

.topbar,
.topbar-inner,
.pill-nav,
.top-actions,
.lang-tabs,
.top-cta,
.mobile-menu-btn {
  all: unset;
}

.neo-header {
  position: sticky;
  top: 16px;
  z-index: 100;
  width: min(1180px, calc(100% - 40px));
  margin: 16px auto 0;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.115), rgba(255,255,255,.055)),
    rgba(7,11,24,.74);
  backdrop-filter: blur(22px);
  box-shadow: 0 24px 80px rgba(0,0,0,.32);
}

.neo-header-inner {
  width: 100%;
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 10px 12px 10px 18px;
}

.neo-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.neo-brand-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 25% 20%, rgba(255,255,255,.95), transparent 18%),
    conic-gradient(from 180deg, var(--cyan), var(--violet), var(--green), var(--cyan));
  box-shadow: 0 0 36px rgba(70,230,255,.28);
}

.neo-brand-icon::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 13px;
  background: rgba(7,11,24,.82);
  border: 1px solid rgba(255,255,255,.18);
}

.neo-brand-dot {
  position: relative;
  z-index: 2;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  box-shadow: 0 0 22px rgba(70,230,255,.9);
}

.neo-brand-copy strong,
.neo-brand-copy small {
  display: block;
}

.neo-brand-copy strong {
  font-size: 1.05rem;
  letter-spacing: -.04em;
}

.neo-brand-copy small {
  color: var(--muted);
  font-size: .75rem;
  margin-top: -2px;
}

.neo-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.09);
}

.neo-nav a {
  position: relative;
  padding: 10px 13px;
  border-radius: 999px;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 800;
  transition: .2s ease;
  white-space: nowrap;
}

.neo-nav a:hover {
  color: var(--text);
  background: rgba(255,255,255,.075);
}

.neo-nav a.active {
  color: #06101d;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  box-shadow: 0 12px 34px rgba(70,230,255,.18);
}

.neo-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
}

.neo-lang {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  border-radius: 16px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.09);
}

.neo-lang a {
  width: 34px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--muted);
  font-size: .74rem;
  font-weight: 950;
  transition: .2s ease;
}

.neo-lang a:hover {
  color: var(--text);
  background: rgba(255,255,255,.08);
}

.neo-lang a.active {
  color: var(--text);
  background: rgba(255,255,255,.14);
}

.neo-contact-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px 0 18px;
  border-radius: 16px;
  color: #06101d;
  background: #fff;
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(255,255,255,.12);
}

.neo-contact-btn strong {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #06101d;
  background: linear-gradient(135deg, var(--cyan), var(--green));
}

.neo-menu-btn {
  display: none;
  justify-self: end;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  cursor: pointer;
}

.neo-menu-btn span {
  display: block;
  width: 19px;
  height: 2px;
  background: var(--text);
  border-radius: 999px;
  margin: 4px auto;
}

@media (max-width: 1120px) {
  .neo-header-inner {
    grid-template-columns: auto auto 1fr;
  }

  .neo-menu-btn {
    display: block;
  }

  .neo-nav {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border-radius: 24px;
    background: rgba(7,11,24,.96);
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 24px 80px rgba(0,0,0,.38);
  }

  .neo-nav.open {
    display: flex;
  }

  .neo-nav a {
    padding: 14px 16px;
    border-radius: 16px;
  }

  .neo-actions {
    margin-left: auto;
  }

  .neo-contact-btn {
    display: none;
  }
}

@media (max-width: 680px) {
  .neo-header {
    top: 10px;
    width: min(100% - 20px, 1180px);
    margin-top: 10px;
    border-radius: 22px;
  }

  .neo-header-inner {
    min-height: 68px;
    gap: 10px;
    padding: 9px 10px 9px 12px;
  }

  .neo-brand-icon {
    width: 44px;
    height: 44px;
    border-radius: 15px;
  }

  .neo-brand-copy small {
    display: none;
  }

  .neo-brand-copy strong {
    max-width: 115px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .neo-lang {
    padding: 4px;
  }

  .neo-lang a {
    width: 29px;
    height: 28px;
    font-size: .68rem;
    border-radius: 10px;
  }

  .neo-menu-btn {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 430px) {
  .neo-brand-copy strong {
    max-width: 82px;
  }

  .neo-header-inner {
    grid-template-columns: auto auto auto;
  }
}


/* =========================================================
   Select dropdown fix
   ========================================================= */

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  color: var(--text);
  background:
    linear-gradient(45deg, transparent 50%, var(--text) 50%) calc(100% - 22px) 50% / 7px 7px no-repeat,
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.035)),
    rgba(7, 11, 24, .92);
  border: 1px solid rgba(70,230,255,.42);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03);
}

select:hover {
  border-color: rgba(70,230,255,.72);
}

select:focus {
  border-color: rgba(70,230,255,.9);
  box-shadow:
    0 0 0 4px rgba(70,230,255,.12),
    0 0 28px rgba(70,230,255,.12);
}

select option {
  background-color: #0b1225;
  color: #f6f8ff;
  font-weight: 700;
}

select option:hover,
select option:checked {
  background-color: #1f3b70;
  color: #ffffff;
}

select option:disabled {
  color: #7d89a8;
  background-color: #0b1225;
}

.contact-form select,
.contact-form input,
.contact-form textarea {
  background-color: rgba(7, 11, 24, .92);
  color: var(--text);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(154,166,197,.75);
}

@media (max-width: 680px) {
  select {
    background:
      linear-gradient(45deg, transparent 50%, var(--text) 50%) calc(100% - 20px) 50% / 7px 7px no-repeat,
      linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.035)),
      rgba(7, 11, 24, .92);
  }
}


/* =========================================================
   Header/Footer logo updated to use favicon Y + < >
   ========================================================= */

.favicon-brand-icon {
  overflow: hidden;
  background: transparent !important;
  box-shadow: 0 0 34px rgba(70,230,255,.22);
}

.favicon-brand-icon::before,
.favicon-brand-icon::after {
  display: none !important;
  content: none !important;
}

.favicon-brand-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: inherit;
}

.neo-brand-icon.favicon-brand-icon {
  padding: 0;
  border-radius: 18px;
  border: 1px solid rgba(70,230,255,.32);
}

.logo-orb.favicon-brand-icon {
  padding: 0;
  border-radius: 16px;
  border: 1px solid rgba(70,230,255,.32);
}

@media (max-width: 680px) {
  .neo-brand-icon.favicon-brand-icon {
    border-radius: 15px;
  }
}


/* =========================================================
   Hero size correction
   ========================================================= */

.hero-saas {
  padding: 72px 0 64px;
}

.hero-layout {
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 58px;
}

.hero-left h1 {
  max-width: 720px;
  font-size: clamp(3rem, 5.4vw, 5.8rem);
  line-height: .94;
  letter-spacing: -.065em;
}

.hero-subtitle {
  max-width: 590px;
  font-size: 1.05rem;
  margin-top: 24px;
}

.status-badge {
  margin-bottom: 22px;
}

.hero-actions {
  margin-top: 30px;
}

.metric-row {
  max-width: 620px;
  margin-top: 34px;
}

.hero-dashboard {
  min-height: 500px;
}

.dashboard-window {
  max-width: 520px;
}

.dash-content {
  min-height: 390px;
}

.dash-hero-block {
  min-height: 130px;
}

.dash-card-grid div {
  min-height: 78px;
}

.dash-chart {
  height: 96px;
}

.orbit-one {
  top: 58px;
}

.orbit-two {
  bottom: 58px;
}

@media (min-width: 1280px) {
  .hero-left h1 {
    font-size: 5.6rem;
  }
}

@media (max-width: 1100px) {
  .hero-layout {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .hero-left h1 {
    max-width: 860px;
    font-size: clamp(3rem, 8vw, 5.4rem);
  }

  .hero-dashboard {
    min-height: 440px;
  }
}

@media (max-width: 680px) {
  .hero-saas {
    padding: 56px 0 46px;
  }

  .hero-left h1 {
    font-size: clamp(2.45rem, 12vw, 3.7rem);
    line-height: .98;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .metric-row {
    margin-top: 28px;
  }

  .dashboard-window {
    max-width: 100%;
  }
}


/* =========================================================
   Global title size correction
   ========================================================= */

/* General page hero titles */
.page-hero {
  padding: 78px 0 42px;
}

.page-hero h1 {
  max-width: 980px;
  font-size: clamp(2.8rem, 5.2vw, 5.3rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.page-hero p {
  max-width: 720px;
  font-size: 1.05rem;
  margin-top: 20px;
}

/* Process page title */
.process-hero-new {
  padding: 78px 0 42px;
}

.process-hero-grid h1 {
  max-width: 760px;
  font-size: clamp(2.8rem, 5.2vw, 5.3rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.process-hero-grid p {
  max-width: 680px;
  font-size: 1.05rem;
  margin-top: 20px;
}

.process-summary-card {
  max-width: 560px;
  justify-self: end;
}

/* About page title */
.about-saas {
  padding: 82px 0 95px;
}

.about-text h1 {
  max-width: 780px;
  font-size: clamp(2.8rem, 5.1vw, 5.2rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.about-text p {
  max-width: 720px;
  font-size: 1.04rem;
}

/* Contact page title */
.contact-saas {
  padding: 82px 0 95px;
}

.contact-intro h1 {
  max-width: 650px;
  font-size: clamp(2.8rem, 5.1vw, 5.2rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.contact-intro p {
  max-width: 580px;
  font-size: 1.04rem;
}

/* Home title already reduced, but make it slightly more controlled */
.hero-left h1 {
  max-width: 660px;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  line-height: .96;
}

.hero-subtitle {
  max-width: 560px;
}

/* Better vertical balance under fixed floating header */
.hero-saas,
.page-hero,
.process-hero-new,
.about-saas,
.contact-saas {
  margin-top: 8px;
}

/* Content sections reduced spacing */
.section {
  padding: 86px 0;
}

.cta-glass-section,
.process-final-cta-section {
  padding-bottom: 92px;
}

/* Cards and page content slightly tighter */
.service-matrix article,
.project-copy,
.roadmap-content,
.contact-form,
.identity-card {
  padding: 28px;
}

.project-card.big .project-visual {
  min-height: 390px;
}

.project-visual {
  min-height: 230px;
}

/* Header slightly smaller and more compact */
.neo-header {
  max-width: 1120px;
}

.neo-header-inner {
  min-height: 68px;
}

.neo-brand-icon.favicon-brand-icon {
  width: 44px;
  height: 44px;
}

.neo-nav a {
  padding: 9px 12px;
  font-size: .86rem;
}

.neo-contact-btn {
  min-height: 40px;
}

.neo-lang a {
  width: 31px;
  height: 29px;
}

/* Responsive fixes */
@media (max-width: 1100px) {
  .page-hero h1,
  .process-hero-grid h1,
  .about-text h1,
  .contact-intro h1,
  .hero-left h1 {
    font-size: clamp(2.7rem, 7.2vw, 4.8rem);
    max-width: 850px;
  }
}

@media (max-width: 940px) {
  .process-summary-card {
    justify-self: start;
    max-width: 100%;
  }

  .about-saas-grid,
  .contact-saas-grid {
    gap: 44px;
  }
}

@media (max-width: 680px) {
  .page-hero,
  .process-hero-new,
  .about-saas,
  .contact-saas {
    padding: 58px 0 34px;
  }

  .section {
    padding: 64px 0;
  }

  .page-hero h1,
  .process-hero-grid h1,
  .about-text h1,
  .contact-intro h1,
  .hero-left h1 {
    font-size: clamp(2.25rem, 10.5vw, 3.45rem);
    line-height: 1;
    letter-spacing: -.045em;
  }

  .page-hero p,
  .process-hero-grid p,
  .about-text p,
  .contact-intro p,
  .hero-subtitle {
    font-size: .98rem;
  }

  .neo-header {
    max-width: none;
  }

  .neo-header-inner {
    min-height: 64px;
  }
}

@media (max-width: 430px) {
  .page-hero h1,
  .process-hero-grid h1,
  .about-text h1,
  .contact-intro h1,
  .hero-left h1 {
    font-size: clamp(2.05rem, 10vw, 3rem);
  }
}
