.elementor-11011 .elementor-element.elementor-element-57ed850{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11011 .elementor-element.elementor-element-7967846{margin:-146px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-11011 .elementor-element.elementor-element-940da56{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11011 .elementor-element.elementor-element-10306f1{margin:-27px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-11011 .elementor-element.elementor-element-d3880e8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11011 .elementor-element.elementor-element-85d1a85{margin:-33px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-11011 .elementor-element.elementor-element-0dc26cc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11011 .elementor-element.elementor-element-84b7e28{margin:-33px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-11011 .elementor-element.elementor-element-7d9856c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11011 .elementor-element.elementor-element-b7032f4{margin:-26px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-11011 .elementor-element.elementor-element-d1b297c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11011 .elementor-element.elementor-element-6119d0a{margin:-31px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-11011 .elementor-element.elementor-element-207728d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11011 .elementor-element.elementor-element-993ced1{margin:-32px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-7967846 *//* FULL WIDTH RESET */
.streamer-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* SURFACE */
.streamer-surface {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 100px 40px;

  background:
    radial-gradient(800px 400px at 10% 10%, rgba(0,164,168,.35), transparent 60%),
    radial-gradient(700px 350px at 90% 20%, rgba(5,123,128,.25), transparent 60%),
    linear-gradient(135deg, #021E20, #063F43 50%, #021617);
}

/* GRID */
.streamer-grid {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  display: grid;
  gap: 60px;
}

@media (min-width: 980px){
  .streamer-grid {
    grid-template-columns: 1.2fr .8fr;
  }
}

/* LEFT */
.streamer-left {
  color: white;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.streamer-title {
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.05;
}

.streamer-title span {
  background: linear-gradient(90deg, #7FF3F0, #D6FFFE);
  -webkit-background-clip: text;
  color: transparent;
}

.streamer-text {
  color: rgba(255,255,255,.85);
  max-width: 620px;
}

/* CTA */
.streamer-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.streamer-btn {
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: .2s;
}

.streamer-btn.primary {
  background: linear-gradient(135deg, #00A4A8, #057B80);
  color: white;
}

.streamer-btn.primary:hover {
  transform: translateY(-2px);
}

.streamer-btn.ghost {
  border: 1px solid rgba(255,255,255,.3);
  color: white;
}

/* BADGES */
.streamer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.streamer-badges span {
  background: rgba(255,255,255,.1);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
}

/* MINI */
.streamer-mini {
  display: grid;
  gap: 12px;
}

.streamer-mini div {
  background: rgba(255,255,255,.08);
  padding: 16px;
  border-radius: 16px;
  transition: .2s;
}

.streamer-mini div:hover {
  background: rgba(255,255,255,.15);
  transform: translateY(-2px);
}

/* RIGHT */
.streamer-right {
  display: flex;
  align-items: center;
}

/* CARD */
.streamer-card {
  width: 100%;
  border-radius: 26px;
  padding: 28px;

  background: rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.2);

  box-shadow: 0 10px 40px rgba(0,0,0,.25);
  color: white;
}

/* LIVE FEED */
.streamer-feed {
  font-family: monospace;
  font-size: 13px;
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

.line {
  padding: 10px;
  border-radius: 8px;
  background: rgba(0,0,0,.3);
}

.line.success {
  color: #7FF3F0;
}

.line.running {
  color: #FFD166;
}

.line.warning {
  color: #FF6B6B;
}

/* LINKS */
.streamer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.streamer-links a {
  color: #7FF3F0;
  text-decoration: none;
  font-weight: 600;
}

.streamer-links a:hover {
  opacity: .7;
}

/* MOBILE */
@media (max-width: 820px){
  .streamer-surface {
    padding: 120px 20px 60px;
    align-items: flex-start;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-10306f1 *//* ==============================
   FACT SHEET DOWNLOAD SECTION
   ============================== */

.streamer-factsheet {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: clamp(90px, 10vh, 140px) 32px;
  background: linear-gradient(180deg, #F7FBFB, #EAF7F7);
  position: relative;
  overflow: hidden;
}

/* subtle glow */
.streamer-factsheet::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(500px 300px at 20% 80%, rgba(0,164,168,.08), transparent),
    radial-gradient(400px 200px at 80% 20%, rgba(5,123,128,.08), transparent);
}

/* CONTAINER */
.streamer-factsheet-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
  display: grid;
  gap: 50px;
}

@media (min-width: 900px){
  .streamer-factsheet-inner {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

/* LEFT */
.factsheet-content {
  max-width: 500px;
}

.factsheet-eyebrow {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(0,164,168,.1);
  color: #057B80;
  font-size: 12px;
  font-weight: 700;
}

.factsheet-title {
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 900;
  color: #052F31;
  margin: 20px 0;
}

.factsheet-title span {
  background: linear-gradient(90deg, #00A4A8, #057B80);
  -webkit-background-clip: text;
  color: transparent;
}

.factsheet-text {
  color: rgba(0,0,0,.65);
  font-size: 16px;
  line-height: 1.6;
}

/* BUTTONS */
.factsheet-actions {
  margin-top: 30px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.factsheet-btn {
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: .25s;
}

.factsheet-btn.primary {
  background: linear-gradient(135deg, #00A4A8, #057B80);
  color: white;
  box-shadow: 0 10px 25px rgba(0,164,168,.3);
}

.factsheet-btn.primary:hover {
  transform: translateY(-3px);
}

.factsheet-btn.ghost {
  border: 1px solid rgba(0,0,0,.1);
  color: #052F31;
}

.factsheet-btn.ghost:hover {
  background: rgba(0,0,0,.04);
}

/* RIGHT IMAGE */
.factsheet-visual {
  display: flex;
  justify-content: center;
}

.factsheet-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,.15);
  transform: rotate(-2deg);
  transition: .3s;
}

.factsheet-card:hover {
  transform: rotate(0deg) scale(1.03);
}

.factsheet-card img {
  width: 100%;
  height: auto;
  display: block;
}

/* MOBILE */
@media (max-width: 768px){
  .factsheet-card {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-85d1a85 *//* ==============================
   STREAMER EXPLAIN — CONTRAST SECTION
   ============================== */

.streamer-explain {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: clamp(80px, 10vh, 140px) 32px;
  background: #F7FBFB;
  position: relative;
}

/* subtle grid background */
.streamer-explain::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(0,0,0,.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0,0,0,.03) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: .4;
}

/* CONTAINER */
.streamer-explain-inner {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: auto;
}

/* HEADER */
.streamer-explain-header {
  text-align: center;
  margin-bottom: 70px;
}

.streamer-explain-title {
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 900;
  color: #052F31;
}

.streamer-explain-title span {
  background: linear-gradient(90deg, #00A4A8, #057B80);
  -webkit-background-clip: text;
  color: transparent;
}

/* GRID */
.streamer-explain-grid {
  display: grid;
  gap: 40px;
}

/* ITEM */
.streamer-explain-item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 28px;
  border-radius: 18px;
  background: white;
  border: 1px solid rgba(0,0,0,.06);
  transition: all .25s ease;
}

.streamer-explain-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

/* NUMBER */
.streamer-explain-number {
  font-size: 18px;
  font-weight: 800;
  color: #00A4A8;
  background: rgba(0,164,168,.1);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  flex-shrink: 0;
}

/* CONTENT */
.streamer-explain-content h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  color: #052F31;
}

.streamer-explain-content p {
  margin: 0;
  font-size: 15px;
  color: rgba(0,0,0,.65);
  line-height: 1.6;
}

/* MOBILE */
@media (max-width: 768px){
  .streamer-explain-item {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-84b7e28 *//* ==============================
   STREAMER USE CASES — INNOVATIVE
   ============================== */

.streamer-usecases {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: clamp(90px, 10vh, 140px) 32px;
  background: linear-gradient(180deg, #031F21, #052F31);
  color: white;
  position: relative;
  overflow: hidden;
}

/* subtle glow */
.streamer-usecases::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(600px 300px at 10% 80%, rgba(127,243,240,.08), transparent),
    radial-gradient(500px 300px at 90% 10%, rgba(0,164,168,.1), transparent);
}

/* CONTAINER */
.streamer-usecases-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.streamer-usecases-header {
  text-align: center;
  margin-bottom: 70px;
}

.streamer-usecases-title {
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 900;
}

.streamer-usecases-title span {
  background: linear-gradient(90deg, #7FF3F0, #9CE9FF);
  -webkit-background-clip: text;
  color: transparent;
}

.streamer-usecases-subtitle {
  color: rgba(255,255,255,.7);
  max-width: 600px;
  margin: 16px auto 0;
}

/* GRID */
.streamer-usecases-grid {
  display: grid;
  gap: 40px;
}

@media (min-width: 900px){
  .streamer-usecases-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* LEFT LIST */
.streamer-usecases-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}

/* timeline line */
.streamer-usecases-list::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(127,243,240,.2);
}

/* ITEM */
.streamer-usecase-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.streamer-usecase-item p {
  margin: 0;
  color: rgba(255,255,255,.85);
}

/* DOT */
.dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #7FF3F0;
  box-shadow: 0 0 10px rgba(127,243,240,.6);
  flex-shrink: 0;
}

/* RIGHT CARD */
.streamer-usecases-card {
  padding: 30px;
  border-radius: 22px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
}

.streamer-usecases-card h3 {
  margin-bottom: 12px;
}

.streamer-usecases-card p {
  color: rgba(255,255,255,.75);
}

/* EXAMPLE */
.streamer-usecases-example {
  margin-top: 60px;
}

.streamer-example-card {
  padding: 32px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(0,164,168,.15), rgba(5,123,128,.1));
  border: 1px solid rgba(127,243,240,.2);
}

.streamer-example-card h3 {
  margin-bottom: 10px;
}

.streamer-example-card p {
  color: rgba(255,255,255,.8);
}

.streamer-example-card .highlight {
  margin-top: 12px;
  color: #7FF3F0;
  font-weight: 700;
}

/* MOBILE */
@media (max-width: 768px){
  .streamer-usecases-list::before {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b7032f4 *//* ==============================
   STREAMER SECURE — LIGHT CONTRAST
   ============================== */

.streamer-secure-light {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: clamp(90px, 10vh, 140px) 32px;
  background: #F8FBFB;
  position: relative;
}

/* subtle background */
.streamer-secure-light::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(600px 300px at 20% 80%, rgba(0,164,168,.05), transparent),
    radial-gradient(500px 250px at 80% 20%, rgba(5,123,128,.06), transparent);
}

/* CONTAINER */
.streamer-secure-light-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.streamer-secure-light-header {
  text-align: center;
  margin-bottom: 70px;
}

.streamer-secure-light-title {
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 900;
  color: #052F31;
}

.streamer-secure-light-title span {
  background: linear-gradient(90deg, #00A4A8, #057B80);
  -webkit-background-clip: text;
  color: transparent;
}

/* GRID */
.streamer-secure-light-grid {
  display: grid;
  gap: 40px;
}

@media (min-width: 900px){
  .streamer-secure-light-grid {
    grid-template-columns: 1.2fr .8fr;
  }
}

/* TEXT */
.streamer-secure-light-content p {
  color: rgba(0,0,0,.7);
  line-height: 1.7;
  margin-bottom: 16px;
}

.streamer-secure-light-content .highlight {
  color: #057B80;
  font-weight: 700;
}

/* RIGHT POINTS */
.streamer-secure-light-points {
  display: grid;
  gap: 16px;
}

.point {
  padding: 18px;
  border-radius: 14px;
  background: white;
  border: 1px solid rgba(0,0,0,.06);
}

.point strong {
  display: block;
  color: #052F31;
  margin-bottom: 4px;
}

.point span {
  font-size: 13px;
  color: rgba(0,0,0,.55);
}

/* CONTEXT */
.streamer-secure-light-context {
  margin-top: 50px;
  text-align: center;
}

.streamer-secure-light-context p {
  color: rgba(0,0,0,.6);
}

/* EXAMPLE */
.streamer-secure-light-example {
  margin-top: 60px;
}

.example-card {
  padding: 30px;
  border-radius: 18px;
  background: white;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.example-card h3 {
  margin-bottom: 10px;
  color: #052F31;
}

.example-card p {
  color: rgba(0,0,0,.7);
  margin-bottom: 10px;
}

.example-card .highlight {
  color: #057B80;
  font-weight: 700;
}

/* MOBILE */
@media (max-width: 768px){
  .streamer-secure-light-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6119d0a *//* ==============================
   STREAMER OPS — DASHBOARD STYLE
   ============================== */

.streamer-ops {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: clamp(90px, 10vh, 140px) 32px;
  background: linear-gradient(180deg, #021617, #052F31);
  color: white;
  position: relative;
  overflow: hidden;
}

/* subtle lines (ops feel) */
.streamer-ops::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: .3;
}

/* CONTAINER */
.streamer-ops-inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: auto;
}

/* HEADER */
.streamer-ops-header {
  text-align: center;
  margin-bottom: 60px;
}

.streamer-ops-title {
  font-size: clamp(34px, 5vw, 50px);
  font-weight: 900;
}

.streamer-ops-title span {
  background: linear-gradient(90deg, #7FF3F0, #9CE9FF);
  -webkit-background-clip: text;
  color: transparent;
}

.streamer-ops-subtitle {
  max-width: 600px;
  margin: 16px auto 0;
  color: rgba(255,255,255,.7);
}

/* LIST */
.streamer-ops-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* ITEM */
.streamer-ops-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 22px;
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  transition: all .25s ease;
}

.streamer-ops-item:hover {
  background: rgba(255,255,255,.08);
  transform: translateX(6px);
}

/* LABEL */
.ops-label {
  font-weight: 800;
  color: #7FF3F0;
  font-size: 14px;
  min-width: 30px;
}

/* CONTENT */
.ops-content h3 {
  margin: 0 0 6px;
  font-size: 17px;
  color: #ffffff;
}

.ops-content p {
  margin: 0;
  font-size: 14px;
  color: rgba(255,255,255,.75);
  line-height: 1.5;
}

/* MOBILE */
@media (max-width: 768px){
  .streamer-ops-item {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-993ced1 *//* ==============================
   STREAMER CTA — FINAL SECTION
   ============================== */

.streamer-cta {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: clamp(100px, 12vh, 160px) 32px;
  background: radial-gradient(circle at center, #EFFFFF 0%, #DFF7F7 100%);
  position: relative;
  overflow: hidden;
}

/* glow effect */
.streamer-cta::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(0,164,168,.15), transparent 70%);
  filter: blur(40px);
}

/* CONTAINER */
.streamer-cta-inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: auto;
  text-align: center;
}

/* BOX */
.streamer-cta-box {
  padding: 60px 40px;
  border-radius: 28px;
  background: white;
  box-shadow: 0 30px 80px rgba(0,0,0,.08);
}

/* TITLE */
.streamer-cta-title {
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 900;
  color: #052F31;
  line-height: 1.1;
}

.streamer-cta-title span {
  background: linear-gradient(90deg, #00A4A8, #057B80);
  -webkit-background-clip: text;
  color: transparent;
}

/* TEXT */
.streamer-cta-text {
  margin-top: 20px;
  font-size: 16px;
  color: rgba(0,0,0,.65);
  line-height: 1.6;
}

/* ACTIONS */
.streamer-cta-actions {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* PRIMARY BUTTON */
.cta-primary {
  padding: 16px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00A4A8, #057B80);
  color: white;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0,164,168,.3);
  transition: all .25s ease;
}

.cta-primary:hover {
  transform: translateY(-3px);
}

/* SECONDARY */
.cta-secondary {
  padding: 16px 26px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.1);
  color: #052F31;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s ease;
}

.cta-secondary:hover {
  background: rgba(0,0,0,.04);
}

/* MOBILE */
@media (max-width: 768px){
  .streamer-cta-box {
    padding: 40px 20px;
  }
}/* End custom CSS */