/* ============================================================
   Robotics — CINEMATIC overlay (hero, platforms, two-bots, stack)
   This file is loaded AFTER styles-robotics.css so it overrides.
   ============================================================ */

/* SVG art base — fills its frame */
.ro-art { display: block; width: 100%; height: 100%; }

/* ============================================================
   HERO — cinematic
   ============================================================ */
.ro-hero-cine {
  position: relative;
  padding: 120px 0 100px;
  background: #04060d;
  color: var(--ro-text);
  overflow: hidden;
  isolation: isolate;
}
.ro-hero-cine .container { max-width: 1440px; margin: 0 auto; padding: 0 32px; position: relative; z-index: 2; }

.ro-hero-cine-atmo {
  position: absolute; inset: 0;
  background:
    radial-gradient(60% 50% at 80% 10%, rgba(79,200,255,0.10), transparent 70%),
    radial-gradient(50% 50% at 20% 90%, rgba(156,255,203,0.08), transparent 70%),
    linear-gradient(180deg, #04060d 0%, #060a18 60%, #03060d 100%);
  z-index: 0;
}
.ro-hero-cine-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 60px 60px, 60px 60px;
  mask-image: radial-gradient(ellipse at 50% 50%, black 30%, transparent 80%);
  z-index: 1;
}
.ro-hero-cine-glow {
  position: absolute; inset: 0;
  z-index: 1;
  pointer-events: none;
  transition: background 0.8s ease;
}

.ro-cine-tagbar {
  display: flex; gap: 14px; align-items: center;
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(230,236,250,0.55);
  margin-bottom: 32px;
}
.ro-cine-tagbar .pill { padding: 5px 11px; border: 1px solid rgba(79,200,255,0.5); color: var(--ro-cyan); border-radius: 100px; }
.ro-cine-tagbar .dim { opacity: 0.4; }
.ro-cine-tagbar .ro-cine-live { margin-left: auto; display: inline-flex; gap: 8px; align-items: center; color: var(--ro-mint); }
.ro-cine-tagbar .ro-cine-live .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ro-mint); box-shadow: 0 0 10px var(--ro-mint); animation: ro-pulse 1.4s infinite; }

/* Stage */
.ro-cine-stage {
  position: relative;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(8,14,28,0.85), rgba(4,8,16,0.95));
  box-shadow:
    0 0 0 1px rgba(79,200,255,0.05) inset,
    0 60px 120px -30px rgba(0,0,0,0.8),
    0 0 80px rgba(79,200,255,0.10);
  overflow: hidden;
  aspect-ratio: 16 / 9;
  max-height: 720px;
}

.ro-cine-portrait { position: absolute; inset: 0; }
.ro-cine-portrait-frame {
  position: absolute; inset: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.6s ease, transform 1.2s ease;
}
.ro-cine-portrait-frame.on { opacity: 1; transform: scale(1); }

/* Telemetry chips */
.ro-cine-tele {
  position: absolute;
  background: rgba(6,12,22,0.75);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  padding: 10px 14px;
  min-width: 160px;
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  color: rgba(230,236,250,0.85);
  z-index: 5;
}
.ro-cine-tele .k { font-size: 10px; letter-spacing: 0.18em; color: rgba(230,236,250,0.5); text-transform: uppercase; }
.ro-cine-tele .v { font-size: 16px; color: #fff; margin-top: 4px; letter-spacing: 0.04em; }
.ro-cine-tele .dim { font-size: 10px; color: rgba(230,236,250,0.5); margin-top: 4px; }
.ro-cine-tele .bar { height: 3px; background: rgba(255,255,255,0.08); border-radius: 100px; margin-top: 8px; overflow: hidden; }
.ro-cine-tele .bar > div { height: 100%; transition: width 0.6s ease; }
.tele-tl { top: 24px; left: 24px; }
.tele-tr { top: 24px; right: 24px; }
.tele-bl { bottom: 80px; left: 24px; }
.tele-br { bottom: 80px; right: 24px; }

/* Selector ribbon at bottom of stage */
.ro-cine-selector {
  position: absolute;
  left: 24px; right: 24px; bottom: 18px;
  display: flex; gap: 8px;
  z-index: 5;
  flex-wrap: wrap;
}
.ro-cine-chip {
  flex: 1 1 auto;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px;
  background: rgba(6,12,22,0.7);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 100px;
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(230,236,250,0.7);
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
  justify-content: center;
}
.ro-cine-chip:hover { color: #fff; border-color: rgba(255,255,255,0.25); }
.ro-cine-chip.on {
  background: rgba(79,200,255,0.10);
  box-shadow: 0 0 24px rgba(79,200,255,0.2);
}
.ro-cine-chip .num { opacity: 0.5; font-size: 10px; }

/* Headline below stage */
.ro-cine-headline { margin-top: 64px; max-width: 1100px; }
.ro-cine-h1 {
  font-family: var(--font-display, ui-sans-serif);
  font-size: clamp(44px, 5.6vw, 84px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.025em;
  color: #fff;
  margin: 0 0 20px;
}
.ro-cine-h1 em { font-style: normal; color: var(--ro-cyan); font-family: inherit; }
.ro-cine-sub { font-size: 19px; color: rgba(230,236,250,0.7); line-height: 1.5; max-width: 760px; margin: 0 0 28px; }
.ro-cine-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

/* KPI strip */
.ro-cine-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 64px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  overflow: hidden;
}
.ro-cine-kpi {
  background: #060a14;
  padding: 22px 24px;
}
.ro-cine-kpi .k { font-family: var(--font-mono, monospace); font-size: 11px; letter-spacing: 0.18em; color: rgba(230,236,250,0.5); text-transform: uppercase; }
.ro-cine-kpi .v { font-family: var(--font-display, ui-sans-serif); font-size: 28px; color: #fff; margin: 8px 0 6px; letter-spacing: -0.01em; font-weight: 500; }
.ro-cine-kpi .d { font-size: 12.5px; color: rgba(230,236,250,0.55); line-height: 1.4; }

@media (max-width: 980px) {
  .ro-cine-kpis { grid-template-columns: repeat(2, 1fr); }
  .tele-tl, .tele-tr, .tele-bl, .tele-br { display: none; }
}

/* ============================================================
   STACK — interactive
   ============================================================ */
.ro-stack-int {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 32px;
}
.ro-stack-int-rows { display: flex; flex-direction: column; gap: 6px; }
.ro-stack-int-row {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  grid-template-rows: auto auto;
  gap: 4px 14px;
  align-items: center;
  padding: 16px 18px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08);
  border-left: 3px solid rgba(79,200,255,0.3);
  border-radius: 6px;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  transition: all 0.25s ease;
}
.ro-stack-int-row:hover { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.18); }
.ro-stack-int-row.tone-mint { border-left-color: var(--ro-mint); }
.ro-stack-int-row.tone-blue { border-left-color: var(--ro-cyan); }
.ro-stack-int-row.tone-cyan { border-left-color: var(--ro-blue); }
.ro-stack-int-row.on {
  background: rgba(79,200,255,0.06);
  border-color: rgba(79,200,255,0.35);
  box-shadow: 0 0 0 1px rgba(79,200,255,0.12), 0 18px 40px -20px rgba(79,200,255,0.30);
}
.ro-stack-int-row .n { font-family: var(--font-mono, monospace); font-size: 11px; letter-spacing: 0.18em; color: rgba(230,236,250,0.45); }
.ro-stack-int-row .k { font-family: var(--font-display, ui-sans-serif); font-size: 19px; color: #fff; font-weight: 500; }
.ro-stack-int-row .meta { font-family: var(--font-mono, monospace); font-size: 11px; color: rgba(230,236,250,0.45); }
.ro-stack-int-row .bar { grid-column: 1 / -1; height: 2px; background: rgba(255,255,255,0.06); border-radius: 100px; overflow: hidden; }
.ro-stack-int-row .bar > span { display: block; height: 100%; background: linear-gradient(90deg, var(--ro-cyan), var(--ro-mint)); transition: width 0.5s ease; }

.ro-stack-int-detail {
  position: sticky; top: 100px;
  align-self: start;
  background: linear-gradient(180deg, rgba(8,14,28,0.6), rgba(4,8,16,0.95));
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  padding: 32px;
  min-height: 380px;
}
.ro-stack-int-head { display: flex; gap: 16px; align-items: baseline; border-bottom: 1px solid rgba(255,255,255,0.08); padding-bottom: 18px; margin-bottom: 24px; }
.ro-stack-int-head .n { font-family: var(--font-mono, monospace); font-size: 14px; color: var(--ro-cyan); letter-spacing: 0.18em; }
.ro-stack-int-head h3 { font-family: var(--font-display, ui-sans-serif); font-size: 28px; color: #fff; margin: 0; font-weight: 500; letter-spacing: -0.01em; }

@media (max-width: 980px) {
  .ro-stack-int { grid-template-columns: 1fr; }
}

/* ============================================================
   PLATFORMS — Apple-style tabbed showcase
   ============================================================ */
.ro-platforms-cine {
  background: #04060d;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.ro-platforms-cine .container { position: relative; z-index: 2; }
.ro-platforms-cine-bg {
  position: absolute; inset: 0; z-index: 0;
  pointer-events: none;
  transition: background 0.6s ease;
}

.ro-pl-tabs {
  display: flex; gap: 6px; flex-wrap: wrap;
  padding: 6px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 100px;
  margin-bottom: 40px;
  overflow-x: auto;
}
.ro-pl-tab {
  flex: 1 1 auto;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 100px;
  font-family: var(--font-mono, monospace);
  font-size: 12px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(230,236,250,0.65);
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.25s ease;
  justify-content: center;
}
.ro-pl-tab:hover { color: #fff; }
.ro-pl-tab .num { opacity: 0.5; font-size: 10px; }
.ro-pl-tab.on {
  background: rgba(79,200,255,0.10);
  border-color: rgba(79,200,255,0.4);
  color: var(--ro-cyan);
}

.ro-pl-stage {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 0;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(8,14,28,0.85), rgba(4,8,16,0.95));
  box-shadow: 0 60px 120px -40px rgba(0,0,0,0.7);
}
.ro-pl-art {
  position: relative;
  background: #03060d;
  aspect-ratio: 4 / 3;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.ro-pl-art-corner {
  position: absolute; bottom: 14px; left: 14px;
  display: inline-flex; gap: 8px; align-items: center;
  padding: 6px 12px;
  background: rgba(6,12,22,0.75);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 100px;
  font-family: var(--font-mono, monospace);
  font-size: 10px;
  letter-spacing: 0.14em;
  color: rgba(230,236,250,0.75);
  text-transform: uppercase;
  z-index: 4;
}
.ro-pl-art-corner .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ro-mint); box-shadow: 0 0 8px var(--ro-mint); animation: ro-pulse 1.4s infinite; }

.ro-pl-spec {
  padding: 36px 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.ro-pl-spec-eyebrow { font-family: var(--font-mono, monospace); font-size: 11px; letter-spacing: 0.20em; text-transform: uppercase; }
.ro-pl-spec h3 { font-family: var(--font-display, ui-sans-serif); font-size: 32px; color: #fff; margin: 0; font-weight: 500; letter-spacing: -0.015em; line-height: 1.05; }
.ro-pl-spec-section .lbl { font-family: var(--font-mono, monospace); font-size: 10.5px; letter-spacing: 0.20em; color: rgba(230,236,250,0.5); text-transform: uppercase; margin-bottom: 10px; }
.ro-pl-spec-section .examples { display: flex; flex-wrap: wrap; gap: 6px; }
.ro-pl-spec-section .ro-tag { padding: 6px 12px; border: 1px solid rgba(255,255,255,0.12); border-radius: 100px; font-size: 12px; color: #d8e1f0; background: rgba(255,255,255,0.02); }
.ro-pl-caps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 6px 16px; }
.ro-pl-caps li { display: flex; gap: 8px; align-items: center; font-size: 13px; color: #d8e1f0; padding: 4px 0; }
.ro-pl-caps li .dot { width: 5px; height: 5px; border-radius: 50%; flex: none; }
.ro-pl-spec .btn-cta { align-self: flex-start; margin-top: auto; }

@media (max-width: 980px) {
  .ro-pl-stage { grid-template-columns: 1fr; }
  .ro-pl-caps { grid-template-columns: 1fr; }
  .ro-pl-art { aspect-ratio: 16 / 10; }
}

/* ============================================================
   TWO BOTS — cinematic split
   ============================================================ */
.ro-twobots-cine .ro-twobots-c {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.ro-twobot-c {
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(8,14,28,0.85), rgba(4,8,16,0.95));
  box-shadow: 0 40px 80px -30px rgba(0,0,0,0.7);
}
.ro-twobot-c-art { aspect-ratio: 16 / 8; background: #03060d; border-bottom: 1px solid rgba(255,255,255,0.08); }
.ro-twobot-c-body { padding: 22px 26px 26px; }
.ro-twobot-c-eyebrow { font-family: var(--font-mono, monospace); font-size: 11px; letter-spacing: 0.20em; text-transform: uppercase; margin-bottom: 8px; }
.ro-twobot-c-body h3 { font-family: var(--font-display, ui-sans-serif); font-size: 28px; color: #fff; margin: 0 0 24px; font-weight: 500; letter-spacing: -0.01em; }
.ro-twobot-c-sec { font-family: var(--font-mono, monospace); font-size: 10.5px; letter-spacing: 0.20em; color: rgba(230,236,250,0.5); text-transform: uppercase; margin: 24px 0 10px; }
.ro-twobot-c-missions { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.ro-twobot-c-missions li { font-size: 14px; color: #d8e1f0; padding: 8px 12px; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06); border-radius: 6px; }
.ro-twobot-c-missions li > span { margin-right: 8px; font-weight: bold; }

@media (max-width: 980px) {
  .ro-twobots-cine .ro-twobots-c { grid-template-columns: 1fr; }
}

/* ============================================================
   USE CASES — interactive carousel
   ============================================================ */
.ro-uc-cine {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 0;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(8,14,28,0.85), rgba(4,8,16,0.95));
  box-shadow: 0 50px 100px -40px rgba(0,0,0,0.7);
}
.ro-uc-cine-art { position: relative; background: #03060d; aspect-ratio: 16 / 10; border-right: 1px solid rgba(255,255,255,0.08); }
.ro-uc-cine-art-corner { position: absolute; top: 14px; left: 14px; padding: 6px 12px; background: rgba(6,12,22,0.75); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.10); border-radius: 100px; font-family: var(--font-mono, monospace); font-size: 10px; letter-spacing: 0.16em; color: var(--ro-cyan); text-transform: uppercase; }
.ro-uc-cine-list { display: flex; flex-direction: column; max-height: 580px; overflow-y: auto; }
.ro-uc-cine-row {
  text-align: left; font: inherit; color: inherit;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 18px 26px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 4px 14px;
}
.ro-uc-cine-row:hover { background: rgba(255,255,255,0.03); }
.ro-uc-cine-row .num { font-family: var(--font-mono, monospace); font-size: 11px; letter-spacing: 0.16em; color: rgba(230,236,250,0.4); padding-top: 3px; }
.ro-uc-cine-row .k { font-family: var(--font-display, ui-sans-serif); font-size: 17px; color: #fff; font-weight: 500; }
.ro-uc-cine-row .d { grid-column: 2; font-size: 13px; color: rgba(230,236,250,0.6); line-height: 1.45; max-height: 0; overflow: hidden; transition: max-height 0.35s ease, margin-top 0.35s ease; }
.ro-uc-cine-row.on { background: rgba(79,200,255,0.06); box-shadow: inset 3px 0 0 var(--ro-cyan); }
.ro-uc-cine-row.on .k { color: var(--ro-cyan); }
.ro-uc-cine-row.on .d { max-height: 120px; margin-top: 6px; }

@media (max-width: 980px) {
  .ro-uc-cine { grid-template-columns: 1fr; }
  .ro-uc-cine-list { max-height: none; }
}

/* ============================================================
   INDUSTRIES — interactive tab widget
   ============================================================ */
.ro-ind-cine {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 0;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(8,14,28,0.85), rgba(4,8,16,0.95));
}
.ro-ind-cine-list { display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,0.08); }
.ro-ind-cine-row { text-align: left; background: transparent; border: none; border-bottom: 1px solid rgba(255,255,255,0.05); padding: 14px 20px; color: rgba(230,236,250,0.7); font-family: inherit; font-size: 14px; cursor: pointer; transition: all 0.2s ease; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.ro-ind-cine-row:hover { background: rgba(255,255,255,0.03); color: #fff; }
.ro-ind-cine-row.on { background: rgba(79,200,255,0.08); color: var(--ro-cyan); box-shadow: inset 3px 0 0 var(--ro-cyan); }
.ro-ind-cine-row .arr { opacity: 0; transition: opacity 0.2s ease; }
.ro-ind-cine-row.on .arr { opacity: 1; }
.ro-ind-cine-detail { padding: 36px 40px; }
.ro-ind-cine-detail h3 { font-family: var(--font-display, ui-sans-serif); font-size: 32px; color: #fff; margin: 0 0 8px; font-weight: 500; letter-spacing: -0.01em; }
.ro-ind-cine-detail .ro-ind-cine-eyebrow { font-family: var(--font-mono, monospace); font-size: 11px; letter-spacing: 0.20em; color: var(--ro-cyan); text-transform: uppercase; margin-bottom: 6px; }
.ro-ind-cine-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 22px; }
.ro-ind-cine-cards li { list-style: none; padding: 12px 14px; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.08); border-radius: 6px; font-size: 13.5px; color: #d8e1f0; display: flex; gap: 10px; align-items: center; }
.ro-ind-cine-cards li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--ro-cyan); flex: none; }
.ro-ind-cine-detail .ro-ind-note { margin-top: 16px; padding: 12px 14px; border: 1px dashed rgba(255,200,80,0.3); color: var(--ro-amber); font-size: 12.5px; border-radius: 6px; background: rgba(255,200,80,0.04); }

@media (max-width: 980px) {
  .ro-ind-cine { grid-template-columns: 1fr; }
  .ro-ind-cine-list { flex-direction: row; overflow-x: auto; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .ro-ind-cine-row { white-space: nowrap; border-bottom: none; }
  .ro-ind-cine-cards { grid-template-columns: 1fr; }
}

/* ============================================================
   HRI cinematic — robot art + chat
   ============================================================ */
.ro-hri-c-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ro-hri-c-art {
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #03060d;
}

@media (max-width: 980px) {
  .ro-hri-c-grid { grid-template-columns: 1fr; }
}


/* Industries v2 — visual scenes */
.ro-ind-cine-v2 .ro-ind-cine-detail { gap: 20px; }
.ro-ind-scene {
  position: relative;
  border: 1px solid rgba(79,200,255,0.25);
  background: #04101e;
  overflow: hidden;
  margin-bottom: 18px;
}
.ro-ind-scene .ro-ind-svg {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 600 / 280;
}
.ro-ind-scene-tag {
  position: absolute;
  top: 14px;
  left: 16px;
  z-index: 2;
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #4FC8FF;
  background: rgba(4,16,30,0.7);
  padding: 4px 8px;
  border: 1px solid rgba(79,200,255,0.35);
}
.ro-ind-scene-name {
  position: absolute;
  bottom: 14px;
  left: 16px;
  z-index: 2;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.6);
}
.ro-pulse-dot { animation: ro-pulse 1.4s ease-in-out infinite; }
@keyframes ro-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}
