/* ==============================
   HERO
============================== */
.hero {
  background: var(--ink);
  padding: 0 32px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -200px; left: -200px;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(37,99,235,.18) 0%, transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -100px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(56,189,248,.1) 0%, transparent 70%);
  pointer-events: none;
}
.hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 1;
  min-height: 560px;
  padding: 56px 0;
}
.hero-copy {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-h);
  font-size: 16px;
  font-weight: 600;
  color: var(--sky);
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 22px;
}
.hero-kicker-line {
  display: inline-block;
  width: 32px;
  height: 2px;
  background: var(--sky);
  border-radius: 2px;
}
.hero-headline {
  font-family: var(--font-h);
  font-size: clamp(32px, 3.8vw, 56px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.1;
  letter-spacing: -.03em;
  margin-bottom: 22px;
}
.hero-headline .hl { color: var(--sky); }
.hero-sub {
  font-size: 19px;
  color: var(--mid);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 540px;
}
.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  background: rgba(37,99,235,.12);
  border: 1px solid rgba(37,99,235,.3);
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  color: var(--sky);
  font-family: var(--font-h);
}
.hero-pill-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--sky); flex-shrink: 0; }
.hero-formerly {
  /*display: inline-flex;
  align-items: center;*/
  gap: 8px;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  display: flex;
  align-items: center;    
  justify-content: flex-start; 
  flex-wrap: wrap;        
}
.formerly-logo {
  /*height: 60px;*/
  width: auto;
  display: block;
  flex-shrink: 0;
  opacity: .75;
  max-width: 161px;       
  height: auto;           
  vertical-align: middle;
}

/* Hero Form */

.fg { margin-bottom: 14px; }
.fg label {
  display: block;
  font-family: var(--font-h);
  font-size: 16px;
  font-weight: 700;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 6px;
}
.fg input,
.fg select,
.fg textarea {
  width: 100%;
  padding: 11px 14px;
  font-size: 16px;
  font-family: var(--font-b);
  color: #1E293B;
  background: #F8FAFC;
  border: 1.5px solid #CBD5E1;
  border-radius: var(--r-sm);
  transition: border-color .2s, box-shadow .2s;
  appearance: none;
}
.fg input::placeholder,
.fg textarea::placeholder { color: #94A3B8; }
.fg input:focus,
.fg select:focus,
.fg textarea:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(37,99,235,.15);
  background: #fff;
}
.fg select { cursor: pointer; }
.fg textarea { resize: vertical; min-height: 72px; }
.fg-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.radio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.radio-opt {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 11px 12px;
  background: #F8FAFC;
  border: 1.5px solid #CBD5E1;
  border-radius: var(--r-sm);
  cursor: pointer;
  transition: border-color .2s, background .2s;
}
.radio-opt:has(input:checked) { border-color: var(--blue); background: #EFF6FF; }
.radio-opt input[type="radio"] { width: auto; margin-top: 3px; accent-color: var(--blue); flex-shrink: 0; }
.radio-text { font-family: var(--font-h); font-size: 16px; font-weight: 700; color: #1E293B; display: block; }
.radio-sub  { font-size: 16px; color: #64748B; display: block; }

/* ==============================
   STATS TICKER
============================== */
@keyframes scroll-ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.stats-band {
  background: var(--blue);
  padding: 10px 0;
  overflow: hidden;
}
.stats-band-track {
  display: flex;
  width: max-content;
  animation: scroll-ticker 32s linear infinite;
}
.stats-band-track span {
  display: inline-flex;
  align-items: center;
  gap: 48px;
  padding: 0 48px 0 0;
  font-size: 21px;
  font-weight: 600;
  font-family: var(--font-h);
  color: #fff;
  white-space: nowrap;
  letter-spacing: .01em;
}
.ticker-logo {
  height: 38px;
  width: auto;
  display: block;
  flex-shrink: 0;
}

/* ==============================
   ABOUT SECTION
============================== */
.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.about-visual {
  position: relative;
  min-height: 420px;
  border-radius: var(--r-lg);
  overflow: hidden;
}
.about-text p {
  font-size: 18px;
  line-height: 1.8;
  color: var(--mid);
  margin-bottom: 18px;
}
.about-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 40px;
}
.metric {
  background: rgba(37,99,235,.1);
  border: 1px solid rgba(37,99,235,.25);
  border-radius: var(--r-md);
  padding: 20px 14px;
  text-align: center;
}
.metric .mn {
  font-family: var(--font-h);
  font-size: 32px;
  font-weight: 700;
  color: var(--sky);
  line-height: 1;
}
.metric .ml { font-size: 16px; color: var(--ml); margin-top: 5px; font-weight: 500; }

/* ==============================
   PRODUCTS ? ALTERNATING ROWS
============================== */
.prod-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  overflow: hidden;
  margin-bottom: 28px;
}
.prod-row.reverse .prod-content { order: 2; }
.prod-row.reverse .prod-visual  { order: 1; }
.prod-content {
  padding: 52px 48px;
  display: flex;
  flex-direction: column;
}
.prod-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 14px;
  border-radius: 100px;
  font-family: var(--font-h);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 16px;
  width: fit-content;
}
.prod-tag.dry    { background: rgba(37,99,235,.15); color: var(--sky); border: 1px solid rgba(37,99,235,.3); }
.prod-tag.cooled { background: rgba(56,189,248,.12); color: #7DD3FC; border: 1px solid rgba(56,189,248,.25); }
.prod-tag-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
.dry .prod-tag-dot    { background: var(--sky); }
.cooled .prod-tag-dot { background: #7DD3FC; }
.prod-title {
  font-family: var(--font-h);
  font-size: 28px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 12px;
  letter-spacing: -.02em;
}
.prod-desc { font-size: 18px; color: var(--mid); line-height: 1.7; margin-bottom: 24px; }
.prod-specs {
  list-style: none;
  margin-bottom: 20px;
}
.prod-specs li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 9px 0;
  font-size: 16px;
  color: var(--light);
  border-bottom: 1px solid var(--border);
  line-height: 1.5;
}
.prod-specs li:last-child { border-bottom: none; }
.spec-check { color: var(--sky); flex-shrink: 0; font-size: 16px; margin-top: 2px; }
.prod-use {
  font-size: 16px;
  color: var(--mid);
  margin-bottom: 24px;
}
.prod-use strong { color: var(--mid); }
.prod-visual {
  background: linear-gradient(135deg, var(--card) 0%, var(--ink) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 380px;
  border-left: 1px solid var(--border);
}
.prod-row.reverse .prod-visual { border-left: none; border-right: 1px solid var(--border); }
.prod-visual-text { font-size: 16px; color: var(--muted); text-align: center; padding: 24px; z-index: 1; }
.prod-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(37,99,235,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37,99,235,.04) 1px, transparent 1px);
  background-size: 32px 32px;
}
.prod-visual-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: var(--white);
  border: 1px solid var(--deep);
  border-radius: var(--r-md);
  padding: 10px 16px;
  font-family: var(--font-h);
  font-size: 16px;
  font-weight: 700;
  color: var(--deep);
}

/* ==============================
   ROBO MOVER
============================== */
.robo-section {
  background: var(--ink);
  position: relative;
  overflow: hidden;
}
.robo-section::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 900px; height: 900px;
  background: radial-gradient(circle, rgba(37,99,235,.08) 0%, transparent 65%);
  pointer-events: none;
}
.robo-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 72px;
}
.robo-intro-text .s-title { margin-bottom: 20px; }
.robo-intro-text p {
  font-size: 18px;
  color: var(--mid);
  line-height: 1.8;
  margin-bottom: 18px;
}
.robo-big-number {
  font-family: var(--font-h);
  font-size: clamp(80px, 12vw, 160px);
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px rgba(37,99,235,.3);
  line-height: 1;
  letter-spacing: -.05em;
  user-select: none;
}
.robo-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}
.robo-feat {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  transition: border-color .2s, transform .2s;
}
.robo-feat:hover { border-color: var(--blue); transform: translateY(-3px); }
.robo-feat-num {
  font-family: var(--font-h);
  font-size: 56px;
  font-weight: 700;
  color: rgba(37,99,235,.15);
  line-height: 1;
  letter-spacing: -.03em;
  margin-bottom: -10px;
}
.robo-feat-icon {
  width: 48px; height: 48px;
  background: rgba(37,99,235,.15);
  border: 1px solid rgba(37,99,235,.25);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.robo-feat-icon svg {
  width: 24px; height: 24px;
  stroke: var(--sky);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.robo-feat-label { font-size: 16px; font-weight: 700; color: var(--sky); text-transform: uppercase; letter-spacing: .1em; font-family: var(--font-h); margin-bottom: 8px; }
.robo-feat-title { font-family: var(--font-h); font-size: 18px; font-weight: 700; color: var(--white); margin-bottom: 10px; line-height: 1.3; }
.robo-feat-body  { font-size: 16px; color: var(--mid); line-height: 1.7; }
.robo-cta-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* ==============================
   COMPARISON
============================== */
.comp-intro { max-width: 500px; margin-bottom: 52px; }
.table-wrap {
  overflow-x: auto;
  border-radius: var(--r-lg);
  border: 1px solid var(--border);
}
table.comp { width: 100%; border-collapse: collapse; }
.comp thead th {
  padding: 20px 28px;
  text-align: left;
  font-family: var(--font-h);
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
.comp thead th:first-child  { background: var(--card); color: var(--mid); }
.comp thead th:nth-child(2) { background: var(--blue); color: #fff; }
.comp thead th:nth-child(3) { background: rgba(255,255,255,.04); color: var(--mid); }
.comp tbody tr { border-bottom: 1px solid var(--border); }
.comp tbody tr:last-child { border-bottom: none; }
.comp tbody tr:nth-child(even) { background: rgba(255,255,255,.02); }
.comp tbody td {
  padding: 16px 28px;
  font-size: 16px;
  color: var(--mid);
  vertical-align: middle;
  line-height: 1.55;
}
.comp tbody td:first-child { font-family: var(--font-h); font-weight: 600; color: var(--light); }
.chk {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  background: rgba(16,185,129,1);
  border: 1px solid rgba(16,185,129,1);
  border-radius: 50%;
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
  vertical-align: middle;
  margin-right: 6px;
}
.crs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  background: rgba(239,68,68,1);
  border: 1px solid rgba(239,68,68,1);
  border-radius: 50%;
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
  vertical-align: middle;
  margin-right: 6px;
}

/* ==============================
   REVIEWS
============================== */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.rev-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px;
  display: flex;
  flex-direction: column;
  transition: border-color .2s;
}
.rev-card:hover { border-color: rgba(37,99,235,.4); }
.rev-stars { color: var(--gold); font-size: 18px; margin-bottom: 14px; letter-spacing: 2px; }
.rev-text {
  font-size: 16px;
  color: var(--mid);
  line-height: 1.75;
  margin-bottom: 20px;
  flex: 1;
}
.rev-author { display: flex; align-items: center; gap: 12px; }
.rev-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--sky));
  color: #fff;
  font-family: var(--font-h);
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.rev-name { font-family: var(--font-h); font-size: 16px; font-weight: 700; color: var(--white); }
.rev-via  { font-size: 16px; color: var(--muted); }
.reviews-footer { text-align: center; margin-top: 36px; }
.reviews-footer p { font-size: 16px; color: var(--muted); }

/* ==============================
   CTA BANNER
============================== */
.cta-band {
  background: linear-gradient(135deg, var(--blue) 0%, #1e3a8a 100%);
  padding: 88px 32px;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 48px 48px;
}
.cta-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cta-inner h2 {
  font-family: var(--font-h);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -.025em;
  margin-bottom: 14px;
}
.cta-inner p { font-size: 18px; color: rgba(255,255,255,.8); line-height: 1.65; margin-bottom: 32px; }
.cta-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.cta-or { color: rgba(255,255,255,.45); font-size: 16px; }
.cta-tel { font-family: var(--font-h); font-size: 18px; font-weight: 700; color: rgba(255,255,255,.85); text-decoration: none; }
.cta-tel:hover { color: #fff; }

/* ==============================
   RESPONSIVE
============================== */
@media (max-width: 1199px) {
  .formerly-logo {
      max-width: 140px;
  }
}

@media (max-width: 1024px) {
  .robo-intro-grid { grid-template-columns: 1fr; }
  .prod-row, .prod-row.reverse { grid-template-columns: 1fr; }
  .prod-row .prod-visual, .prod-row.reverse .prod-visual { order: 0; min-height: 220px; border-left: none; border-top: 1px solid var(--border); border-right: none; }
  .prod-row.reverse .prod-content { order: 0; }
}

@media (max-width: 991px) {
  .formerly-logo {
      max-width: 130px;
  }
  
  .hero-inner {
      grid-template-columns: 1fr;
      gap: 40px;                 
      text-align: center;        
      min-height: auto;          
      padding: 40px 20px;        
   }
    
    .hero-kicker {
      justify-content: center;
   }
  
   .hero-sub {
      margin: 0 auto 36px;
   }
  
   .hero-pills {
      justify-content: center;
   }
  
   .hero-formerly {
      justify-content: center;
   }
  
   .about-split {
        grid-template-columns: 1fr;
        gap: 40px;                 
        text-align: center;             
	}
    
    .about-visual {
        min-height: auto;
    }
    
    .robo-intro-text {
        text-align: center;
    }
    
    .robo-cta-row {
        justify-content: center;
    }
    
    .robo-feat {
        text-align: center;
    }
    
    .robo-feat-icon {
        margin: 0 auto 16px;
    }
    
    .comp-intro {
        margin: 0 auto 52px;
        text-align: center;
    }
}

@media (max-width: 820px) {
  .hero-inner { grid-template-columns: 1fr; min-height: auto; padding: 48px 0 40px; }
  .hero-copy { padding: 0; }
  .about-split { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .stats-band-inner { grid-template-columns: 1fr; }
  .robo-feature-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .fg-row { grid-template-columns: 1fr; }
  .radio-grid { grid-template-columns: 1fr; }
  .about-metrics { grid-template-columns: 1fr 1fr; }
  .prod-content { padding: 32px 28px; }
  .hero-img-col { height: 260px; }
  .about-metrics {
      grid-template-columns: 1fr;
   }
}

@media (max-width: 480px) {
  .hero-headline { font-size: 30px; }
  .cta-row { flex-direction: column; }
  .about-metrics { grid-template-columns: 1fr; }
  .robo-big-number { font-size: 80px; }
  .hero-img-col { height: 220px; }
  .hero-formerly { font-size: 18px; flex-wrap: wrap; }
  .formerly-logo { height: 42px; }
}