applet, object, iframe, body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, eal, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, caption, img, header, container {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
}

/*green:#79d34e / #6dbe41 / #429a3d
blue: #13c6fa / #029be1*/

html {
    height: auto;
}

body {
    min-height: 100vh;
    background: #0b0d12;
    color: #8f8f8f;
    font-size: 17px;
    font-family: "Helvetica", "Arial", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", "Helvetica", "Arial", sans-serif;
  color:#fff;
}

header{
    background: transparent;
    border-bottom: 1px solid #333;
}

.green{color:#79d34e;}
.blue{color:#13c6fa;}
.white{color:#fff;}
.fw600{font-weight: 600;}

.btn-my_primary{
    background: #4ade80;
    border-radius:8px;
    color:#02120a;
    font-weight:600;
    box-shadow:0 10px 30px rgba(74,222,128,.25);
    transition:all .3s ease;
}

a.get_started_btn{
    font-size: 15px;
}

.btn-my_primary:hover{
    background:#3CC96A;
    box-shadow:0 15px 40px rgba(74,222,128,.35);
}

.btn-my_primary2{
    background:#029be1;
    color:#fff;
    font-weight: 600;
    padding: 16px;
    font-size: 18px;
    border-radius: 12px;
}

.btn-my_primary2:hover{
    background: #068CC7;
}

.logo{
    height:45px;
}

.navbar{
    padding: .75rem 1rem;
}

li.nav-item {
    font-size: 16px;
}

/* ===== Mobile Toggle Button ===== */

.lr-toggler{
    width:48px;
    height:48px;
    border:none;
    background:transparent;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:visible;
    padding:0;
}

/* bars */

.lr-bar{
    position:absolute;
    width:26px;
    height:2px;
    border-radius:2px;
    background:linear-gradient(90deg,#6fd15c, #039be1);
    box-shadow:0 0 6px rgba(19,198,250,.5);
    transition:all .35s ease;
}

.lr-bar:nth-child(1){
    transform:translateY(-7px);
}

.lr-bar:nth-child(2){
    transform:translateY(0);
}

.lr-bar:nth-child(3){
    transform:translateY(7px);
}

/* morph into X */

.lr-toggler.active .lr-bar:nth-child(1){
    transform:rotate(45deg);
}

.lr-toggler.active .lr-bar:nth-child(2){
    opacity:0;
}

.lr-toggler.active .lr-bar:nth-child(3){
    transform:rotate(-45deg);
}

.lr-toggler:hover .lr-bar{
    box-shadow:0 0 10px rgba(19,198,250,.8);
}

/* Prevent navbar collapse from pushing content down on mobile */
@media (max-width: 991px) {

    .navbar {
        position: relative;
    }

    #main_navbar {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #0f1116;
        padding: 20px;
        z-index: 1000;
        border-radius: 0 0 8px 8px;
    }

    #main_navbar .navbar-nav {
        text-align: center;
    }

    #main_navbar .nav-item {
        margin: 10px 0;
    }
}

.zindex9999{
    position: relative;
    z-index:9999 !important;
}

.hero{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(700px at 15% 25%, rgba(97, 46, 176,.30), transparent 50%),
        radial-gradient(600px at 85% 20%, rgba(15,181,196,.15), transparent 70%),
        radial-gradient(900px at 50% 110%, rgba(97, 46, 176,.34), transparent 50%),
        linear-gradient(180deg,#06080d 0%, #090c14 60%, #05070c 100%);

    background-color:#06080d;
}

.hero::before{
    content:"";
    position:absolute;
    inset:0;

    background-image:
        repeating-linear-gradient(
            120deg,
            rgba(15,181,196,.05) 0px,
            rgba(15,181,196,.05) 1px,
            transparent 1px,
            transparent 140px
        ),
        repeating-linear-gradient(
            60deg,
            rgba(125,53,235,.05) 0px,
            rgba(125,53,235,.05) 1px,
            transparent 1px,
            transparent 160px
        );

    opacity:.25;
    pointer-events:none;
}

.grad_text{
    background-image: linear-gradient(to right, #13c6fa, #79d34e); /* */
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.hero h1{
    font-size:80px;
    font-weight: 600;
}

.highlight{
    color:#6dbe41;
}

.subhead{
    font-size:20px;
    max-width:700px;
}

.cta{
    margin-top:40px;
}

.cta .btn:hover{
    background:#048DCC;
    color:#fff;
}

.section{
    padding-top:80px;
    padding-bottom: 80px;
}

.section-network {
  position: relative;
  background: #0e0f14;
  overflow: hidden;
  isolation: isolate;
}

/* subtle brand gradient layer */

.section-network::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    radial-gradient(900px circle at 20% 30%, rgba(125,53,235,0.08), transparent 65%),
    radial-gradient(800px circle at 80% 70%, rgba(15,181,196,0.07), transparent 70%);

  pointer-events: none;
  z-index: 0;
}

/* network grid */

.section-network::after {
  content: "";
  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(rgba(255,255,255,0.085) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.085) 1px, transparent 1px);

  background-size: 70px 70px;

  /* fade grid toward edges */

  mask-image: radial-gradient(
      ellipse at center,
      rgba(0,0,0,1) 40%,
      rgba(0,0,0,0.7) 60%,
      rgba(0,0,0,0.3) 80%,
      rgba(0,0,0,0) 100%
  );

  -webkit-mask-image: radial-gradient(
      ellipse at center,
      rgba(0,0,0,1) 40%,
      rgba(0,0,0,0.7) 60%,
      rgba(0,0,0,0.3) 80%,
      rgba(0,0,0,0) 100%
  );

  pointer-events: none;
  z-index: 1;
}

.section#get_started{padding-bottom: 50px;}

.section_dets{
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}

.section_dets h1{
    font-size: 45px;
}

.grey_bg{
    background: #13151C;
}

.bb{border-bottom: 1px solid #333;}
.bt{border-top: 1px solid #333;}
.bt_none{border-top:none !important;}
.bb_none{border-bottom:none !important;}

.grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
}

.card{
    background:#11141b !important;
    padding:30px;
    border-radius:12px;
    border:1px solid #333;
}

.card h3{
    color:#6dbe41;
}

.big-statement{
    font-size:42px;
    text-align:center;
}

.platforms{
    display:flex;
    gap:40px;
    justify-content:center;
    margin-top:40px;
    color:#a6a9b3;
}

.lr-footer{
    background:#0c0f15;
    padding:0 0 30px;
    font-size:14px;
}

/* gradient divider */
.footer-divider{
    height:1px;
    width:100%;
    margin-bottom:35px;
    background:linear-gradient(
        90deg,
        rgba(125,53,235,0),
        rgba(125,53,235,.6),
        rgba(15,181,196,.6),
        rgba(15,181,196,0)
    );
}

/* logo */

.footer-logo{
    max-height:34px;
    opacity: 0.65;
}

.footer-tagline{
    color:#8e97a8;
    font-size:13px;
}

.footer-links a{
    color:#aab3c5;
    margin:0 14px;
    text-decoration:none;
    font-weight:500;
    transition:all .2s ease;
}

.footer-links a:hover{
    color:#0FB5C4;
}

.footer-social a{
    display:inline-block;
    width:34px;
    height:34px;
    line-height:34px;
    text-align:center;
    border-radius:50%;
    margin-left:8px;
    background:#222;
    color:#cfd6e4;
    transition:.2s;
}

.footer-social a:hover{
    color:#fff;
    background:linear-gradient(135deg,#7d35eb,#0FB5C4);
}

.footer-copy{
    color:#7e8899;
    font-size:13px;
}

.hero_stats h2{
    color:#eee;
}

.hero_stats p{
    color:#999;
    font-size: 14px;
}

.signal-flow-container{
    max-width:1080px;
    margin:auto;
}

.signal-svg{
    width:100%;
    height:auto;
}

.node{
    fill:#1b1b1b;
    stroke:#333;
    stroke-width:1;
}

.node-label{
    fill:#029be1;
    font-size:12px;
    font-weight:600;
}

.gate{
/*    fill:#111;*/
/*    stroke:#79d34e;*/
/*    stroke-width:2;*/
    animation:gatePulse 2s infinite;
}

.gate-label{
    font-size:12px;
    fill:#79d34e;
    font-weight:bold;
    letter-spacing:1px;
}

.expert-box{
    fill:#111;
    stroke:#79d34e;
    stroke-width:1.5;
}

.status-dot{
    fill:#79d34e;
    animation:blink 1.6s infinite;
}

.expert-title{
    fill:#fff;
    font-size:10px;
    font-weight:600;
}

.expert-status{
    fill:#79d34e;
    font-size:8px;
}

/* Animations */

@keyframes pulseNode{
    0%{transform:scale(1)}
    50%{transform:scale(1.08)}
    100%{transform:scale(1)}
}

@keyframes gatePulse{
    0%{opacity:.7}
    50%{opacity:1}
    100%{opacity:.7}
}

@keyframes blink{
    0%{opacity:1}
    50%{opacity:.4}
    100%{opacity:1}
}

.gate path{
    animation:shieldGlow 2s infinite;
}

.border-left {
    border-left: 1px solid #333 !important;
}

.rounded-circle{
    border:1px solid #333;
}

@keyframes shieldGlow{
    0%{opacity:.6}
    50%{opacity:1}
    100%{opacity:.6}
}

.signal-grid line{
    stroke:#ffffff;
    stroke-width:.5;
    opacity:.13;
}

/* Pulse circles for LiveRoute and queue */
.pulse-circle {
  animation: pulse 0.8s infinite ease-in-out;
}

@keyframes pulse {
  0%, 100% { r: 8; opacity: 0.5; }
  50% { r: 10; opacity: 1; }
}

/* Animate SVG signal dash offset */
.signal-path {
  stroke-dasharray: 4 4;
  animation: dash 1s linear infinite;
}

@keyframes dash {
  0% { stroke-dashoffset: 8; }
  100% { stroke-dashoffset: 0; }
}

/* Animate checkmark */
.checkmark {
  animation: check-blink 1.5s infinite;
}

@keyframes check-blink {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

/*how it works*/
.lr-features{
    color:#d1d5db;
}

.lr-card{
    background:#050c12;
    border: 1px solid #333;
    border-radius:18px;
    padding:35px;
    position:relative;
    z-index: 9999;
    height:100%;
    transition:all .3s ease;
}

.lr-card:hover{
    border-color:rgba(15,181,196,.35);
    background:#111;
}

.lr-card h4{
    color:#fff;
    font-weight:600;
    margin-top:15px;
    margin-bottom:10px;
}

.lr-card p{
    color:#9ca3af;
    line-height:1.6;
}

.lr-icon{
    width:46px;
    height:46px;
    background:#222;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:15px;
    font-size:18px;
    color:#0FB5C4;
}

/* Top visual area */

.lr-visual{
    padding: 8px 0;
    height:90px;
    border-radius:14px;
    border:1px solid #333;
    background:#02070b;
    margin-bottom:25px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}

/* Pulse animation */

.pulse-dot-ready{
    width:12px;
    height:12px;
    background:#49d17d;
    border-radius:50%;
    box-shadow:0 0 0 rgba(73,209,125,0.6);
    animation:pulseready 1.5s infinite;
}

@keyframes pulseready{
    0%{box-shadow:0 0 0 0 rgba(73,209,125,0.7);}
    70%{box-shadow:0 0 0 20px rgba(73,209,125,0);}
    100%{box-shadow:0 0 0 0 rgba(73,209,125,0);}
}

/* Center icon */

.center-icon{
    font-size:28px;
    color:#0FB5C4;
}

/* Stack visual */

.stack-visual span{
    font-size:12px;
    background:#0c1821;
    padding:3px 8px;
    border-radius:6px;
    color:#9ca3af;
}

.stack-visual span:first-child{
    background:#1d4d3b;
    color:#7ce3a4;
}

/* Circle network */

.circle-network{
    gap:10px;
}

.circle-network span{
    width:26px;
    height:26px;
    border-radius:50%;
    background:#222;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:11px;
    color:#0FB5C4;
}

/*deployment*/

.lr-process-section{
    color:#cbd5e1;
}

/* Steps */

.lr-steps{
    margin-bottom:80px;
    border-bottom:1px solid #242936;
    padding-bottom:60px;
}

.lr-steps.bb_none{
    margin-bottom: 0;
    padding-bottom: 0;
    border:none;
}

.lr-steps h3{
    color:#fff;
    font-size:22px;
    margin-top:15px;
}

.lr-steps p{
    color:#94a3b8;
    font-size:15px;
    line-height:1.6;
    max-width:320px;
    margin:0 auto;
}

/* Step icon */

.step-icon{
    width:90px;
    height:90px;
    margin:auto;
    border-radius:50%;
    border:1px solid rgba(80,200,120,.3);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#4ade80;
    font-size:28px;
    margin-bottom:20px;
    position:relative;
}

.step-icon::after{
    content:'';
    position:absolute;
    width:120px;
    height:120px;
    border-radius:50%;
    border:1px solid rgba(80,200,120,.16);
}

.step-label{
    color:#4ade80;
    font-size:12px;
    letter-spacing:2px;
    margin-bottom:8px;
}

/* Feature text */

.feature-icon{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#07141b;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#22c55e;
    margin-bottom:20px;
}

.lr-feature-block h2{
    color:#fff;
    font-size:32px;
    margin-bottom:15px;
}

.feature-text{
    color:#9ca3af;
    font-size:16px;
    line-height:1.7;
    margin-bottom:35px;
}

/* Layer stack */

.layer-stack{
    max-width:420px;
}

.layer{
    padding:12px;
    text-align:center;
    border-radius:10px;
    margin-bottom:10px;
    font-size:14px;
}

.liveroute{
    background:#0a2416;
    color:#4ade80;
    border:1px solid rgba(74,222,128,.35);
}

.ccaas{
    background:#11161b;
    border:1px solid #444;
    color:#cbd5e1;
}

.infra{
    background:#11161b;
    border:1px solid #444;
    color:#94a3b8;
}

.layer-arrow{
    text-align:center;
    color:#64748b;
    margin-bottom:10px;
}

.lr-cta-section{
    padding:80px 0;
    color:#fff;
}

/* Top vertical accent line */

.cta-accent-line{
    width:1px;
    height:80px;
    background: linear-gradient(
    to bottom,
    rgba(74,222,128,0) 0%,
    rgba(74,222,128,.8) 50%,
    rgba(74,222,128,1)100%
  );
    margin:0 auto 40px auto;
    opacity:.8;
}

/* Headline */

.cta-title{
    font-size:64px;
    font-weight:700;
    line-height:1.15;
    margin-bottom:25px;
}

/* Subtitle */

.cta-subtitle{
    font-size:20px;
    color:#9ca3af;
    max-width:750px;
    margin:0 auto 45px auto;
    line-height:1.7;
}

/* Buttons */

.cta-buttons .btn, #demoRequestForm .btn-demo {
    padding:16px;
    font-size:18px;
    border-radius:12px;
    margin:10px;
}

/* Demo Button */
.btn-demo{
    background:#4ade80;
    border:none;
    color:#02120a;
    font-weight:600;
    transition:all .3s ease;
}

.btn-demo:hover{
    background:#3ed46e;
    box-shadow:0 15px 40px rgba(74,222,128,.35);
}

/* Sales Button */
.btn-sales{
    position: relative;
    z-index: 1;
    background:#242529;
    border:1px solid rgba(255,255,255,.15);
    color:#d1d5db;
}

.btn-sales:hover{
    background:#1E1F21;
    color:#fff;
}

/* Bottom Features */

.cta-features{
    color:#9ca3af;
    font-size:12px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-evenly;
    margin-top:25px;
}

.cta-features span{
    margin:10px 18px;
    white-space:nowrap;
    display:flex;
    align-items:center;
    font-size:14px;
    color:#cfd6e4;
}

.cta-features i{
    color:#4ade80;
    font-size:10px;
    margin-right:8px;
}

/* Demo Modal */

.demo-modal .modal-content{
    background:#0f1116;
    border:1px solid rgba(255,255,255,0.06);
    border-radius:12px;
    padding:10px 15px;
}

.demo-modal .modal-header{
    border-bottom:1px solid rgba(255,255,255,0.05);
    padding-bottom: 10px;
}

.demo-modal .modal-title{
    font-weight:600;
    font-size:22px;
}

.demo-modal .close{
    color:#fff;
    opacity:.7;
}

.demo-modal .modal-intro{
    color:#a9b2c3;
    margin-bottom:25px;
}

.demo-modal label{
    font-size:13px;
    font-weight:600;
    color:#aab3c5;
}

.demo-modal .form-control{
    background:#161a23;
    border:1px solid rgba(255,255,255,0.08);
    color:#fff;
    border-radius:6px;
}

.demo-modal .form-control:focus{
    border-color:#0FB5C4;
    box-shadow:0 0 0 0.15rem rgba(15,181,196,.2);
}

.demo-modal textarea{
    resize:none;
}

/* ===== Form Container ===== */
#hbspt-form-d0b60d60-0544-4baf-abde-555f9b6855e2 {
  background: #0b0f17;
  padding: 40px;
  border-radius: 12px;
  max-width: 900px;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* ===== Field Layout ===== */
.hs-form fieldset.form-columns-2 {
  display: flex;
  gap: 20px;
}

.hs-form fieldset.form-columns-2 .hs-form-field {
  width: 50%;
}

/* Stack on mobile */
@media (max-width: 768px) {
  .hs-form fieldset.form-columns-2 {
    flex-direction: column;
  }

  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
  }
}

/* ===== Labels ===== */
.hs-form label {
  display: block;
  font-size: 14px;
  color: #a1a8b3;
  margin-bottom: 8px;
  font-weight: 500;
}

/* Required asterisk */
.hs-form-required {
  color: #6ee7b7;
  margin-left: 4px;
}

/* ===== Inputs ===== */
.hs-form .input input,
.hs-form .input select {
  width: 100%;
  height: 48px;
  background: #111827;
  border: 1px solid #1f2937;
  border-radius: 8px;
  padding: 0 16px;
  color: #e5e7eb;
  font-size: 15px;
  transition: all 0.2s ease;
}

/* Placeholder */
.hs-form input::placeholder {
  color: #6b7280;
}

/* Focus state */
.hs-form input:focus,
.hs-form select:focus {
  outline: none;
  border-color: #22d3ee;
  box-shadow: 0 0 0 2px rgba(34, 211, 238, 0.2);
}

/* ===== Phone Field Fix ===== */
.hs-fieldtype-intl-phone {
  display: flex;
  gap: 10px;
}

.hs-fieldtype-intl-phone select {
  max-width: 90px;
  padding: 0 8px;
}

.hs-fieldtype-intl-phone input[type="tel"] {
  flex: 1;
}

/* ===== Error Messages ===== */
.hs-error-msg {
  color: #f87171;
  font-size: 12px;
  margin-top: 6px;
}

/* ===== Consent Text ===== */
.legal-consent-container {
  color: #6b7280;
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.5;
}

.legal-consent-container a {
  color: #22d3ee;
  text-decoration: none;
}

/* ===== Submit Button ===== */
.hs-submit {
  text-align: center;
  margin-top: 30px;
}

.hs-button.primary.large {
  background: #4ade80;
  color: #052e16;
  border: none;
  height: 56px;
  padding: 0 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Hover */
.hs-button.primary.large:hover {
  background: #22c55e;
  transform: translateY(-1px);
}

/* Add arrow */
.hs-button.primary.large::after {
  content: " →";
  margin-left: 8px;
}

/* ===== Remove HubSpot Default Spacing ===== */
.hs-form .hs-form-field {
  margin-bottom: 20px;
}

.hs-form fieldset {
  border: none;
  padding: 0;
  margin: 0 0 10px;
}

#hbspt-form-d0b60d60-0544-4baf-abde-555f9b6855e2 {
  background: #0b0f17;
  padding: 40px;
  border-radius: 12px;
  width: 100%;
  max-width: 100%; /* مهم: remove the 900px cap */
  margin: 0;
}

/* Force full width through ALL wrappers */
#hbspt-form-d0b60d60-0544-4baf-abde-555f9b6855e2,
#hbspt-form-d0b60d60-0544-4baf-abde-555f9b6855e2 form,
#hbspt-form-d0b60d60-0544-4baf-abde-555f9b6855e2 .hs-form,
#hbspt-form-d0b60d60-0544-4baf-abde-555f9b6855e2 fieldset {
  max-width: 100% !important;
  width: 100% !important;
}

.hs-form fieldset.form-columns-2 {
  display: flex !important;
  gap: 24px;
  width: 100%;
}

.hs-form fieldset.form-columns-2 .hs-form-field {
  flex: 1;
  min-width: 0; /* prevents overflow issues */
}

.hs-form .input {
  width: 100%;
}

.hs-form .input input,
.hs-form .input select {
  width: 100% !important;
}

form fieldset.form-columns-1, form fieldset.form-columns-2{
    max-width: unset;
}

@media(max-width:991px){
    .nav-link{
        padding: .1rem 1rem;
    }

    .get_started_btn{
        max-width: 200px;
        margin:15px auto;
        display: block;
    }
}

@media(max-width:800px){

    .hero h1{
        font-size:55px;
    }

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

@media(max-width:768px){
    .section{
        padding-top:60px;
        padding-bottom: 60px;
    }
}

@media (max-width:575px){

    .cta-features{
        margin-top: 0px;
        flex-direction:column;
        align-items:center;
        text-align:center;
    }

}

@media(max-width:450px){
    .logo{height: 38px;}
    .hero h1{font-size:48px;}
    .subhead{font-size: 17px;}
    .section_dets h1{font-size: 41px;}
    .lr-feature-block{margin-top: 30px;}
    .lr-feature-block h2{font-size:30px;}
    .cta-features span{font-size:15px;}
}

