/*

NOTE:
------
WRITE YOUR OWN CUSTOM CSS STYLES HERE.

*/
.small-note {
    font-size: 0.85em;
    color: #777;
    margin-top: 5px;
}



.about--progress-items .progress-bar span {
    position: absolute;
    right: 0;
    top: -20px;
    background: #303030;
    color: #fff;
    padding: 0 6px;
    height: auto;
    width: auto;
    font-weight: 700;
    border-radius: 2px;
}



/* BLOG INLINE CONTENT: normalize images inside cards */
.article-card img,
.card-body img,
.wrapper .card-body img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Optional: don't let the first "hero" image be слишком высокой */
.article-card > .card-body > img:first-child {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
  border-radius: 6px;
}

/* Blog pages: push first block below fixed header */
#header + .container,
#header + .d-flex {
  margin-top: 110px !important;
}


/* BackToTop — влево */
#backToTop {
  right: auto !important;
  left: 20px !important;
}

/* Move PRICING down from platforms gallery */
#pricing {
  padding-top: 100px !important;
}



/* Webhook Logs: zebra + группировка по alert_id */
.table.datatable tbody tr.log-row-a,
.table.datatable tbody tr.log-row-a > th,
.table.datatable tbody tr.log-row-a > td {
  background-color: #ffffff !important;
}

.table.datatable tbody tr.log-row-b,
.table.datatable tbody tr.log-row-b > th,
.table.datatable tbody tr.log-row-b > td {
  background-color: #f3f4f6 !important; /* чуть более заметный светло-серый */
}



/*                                 NEW LANDING DESIGN           */
/*                                 NEW LANDING DESIGN           */

/* ===== AlgoWay Hero V3 ===== */

/*
NOTE:
------
WRITE YOUR OWN CUSTOM CSS STYLES HERE.
*/

/* Small note */
.small-note {
    font-size: 0.85em;
    color: #777;
    margin-top: 5px;
}

/* About progress label bubble */
.about--progress-items .progress-bar span {
    position: absolute;
    right: 0;
    top: -20px;
    background: #303030;
    color: #fff;
    padding: 0 6px;
    height: auto;
    width: auto;
    font-weight: 700;
    border-radius: 2px;
}


/* ===== AlgoWay Hero V3 (used in index2) ===== */
#banner {
    height: auto !important;
    min-height: 0 !important;
}

#banner > .container,
#banner .vc--parent,
#banner .vc--child {
    height: auto !important;
    min-height: 0 !important;
}

#banner .vc--parent {
    display: block !important;
    width: 100% !important;
}

#banner .vc--child {
    display: block !important;
    width: 100% !important;
    vertical-align: top !important;
}

#banner .banner--content {
    max-width: 1240px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 110px 20px 34px !important;
}

#header + #banner .banner--content {
    padding-top: 110px !important;
}

.aw-hero-v3 {
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 18px;
    color: #111111;
    position: relative;
    z-index: 0 !important;
}

.aw-hero-v3-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 22px;
    align-items: start;
    position: relative;
    z-index: 0 !important;
}

.aw-hero-v3-left {
    min-width: 0;
    padding: 6px 2px 0 2px;
}

.aw-hero-v3-title {
    margin: 0 0 12px 0;
    line-height: 0.98;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    font-size: 62px;
    color: #111111;
}

.aw-hero-v3-title .thin { font-weight: 300; }
.aw-hero-v3-title .line { display: block; }

.aw-hero-v3-title .accent {
    color: #7f2bff;
    text-shadow: 0 0 22px rgba(127,43,255,0.16);
}

.aw-hero-v3-price-line {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    margin: 24px 0 16px 0 !important;
    font-weight: 800;
    color: #111111;
    text-transform: uppercase;
}

.aw-hero-v3-price-line .label {
    font-size: 26px;
    line-height: 1;
}

.aw-hero-v3-price-line .price {
    color: #7f2bff;
    font-size: 70px;
    line-height: 0.9;
    text-shadow: 0 0 24px rgba(127,43,255,0.2);
}

.aw-hero-v3-price-line .suffix {
    font-size: 22px;
    line-height: 1;
    margin-left: -4px;
}

.aw-hero-v3-sub {
    margin: 0 0 14px 0;
    max-width: 670px;
    font-size: 16px;
    line-height: 1.45;
    color: #232323;
    font-weight: 500;
}

.aw-hero-v3-sub strong {
    font-weight: 800;
    color: #111111;
}

.aw-hero-v3-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 14px 0;
}

.aw-hero-v3-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 12px;
    background: rgba(255,255,255,0.86);
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 8px 18px rgba(0,0,0,0.05);
    color: #171717;
    font-size: 14px;
    font-weight: 700;
}

.aw-hero-v3-chip i {
    color: #7f2bff;
    font-size: 15px;
}

.aw-hero-v3-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 0 0 8px 0;
}

.aw-hero-v3-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 10px;
    text-decoration: none !important;
    font-weight: 800;
    transition: .15s ease;
    color: #ffffff !important;
    border: 1px solid #7f2bff;
    background: linear-gradient(135deg, #6f1fff 0%, #9f49ff 100%);
    box-shadow: 0 12px 24px rgba(127,43,255,0.28);
}

.aw-hero-v3-btn-primary:hover {
    transform: translateY(-1px);
}

.aw-hero-v3-note {
    margin: 0;
    font-size: 12px;
    color: #4c4c4c;
    font-weight: 500;
}

/* Right card */
.aw-hero-v3-card {
    position: relative;
    border-radius: 18px;
    padding: 18px 18px 16px;
    background: linear-gradient(180deg, rgba(11,11,16,0.96) 0%, rgba(21,15,36,0.96) 100%);
    border: 1px solid rgba(255,255,255,0.10);
    color: #ffffff;
    box-shadow: 0 18px 42px rgba(0,0,0,0.34), 0 0 0 1px rgba(127,43,255,0.14) inset;
    overflow: visible;
}

.aw-hero-v3-card::before {
    content: "";
    position: absolute;
    left: -60px;
    top: -70px;
    width: 210px;
    height: 210px;
    background: radial-gradient(circle, rgba(127,43,255,0.34), rgba(127,43,255,0));
    pointer-events: none;
}

.aw-hero-v3-card::after {
    content: "";
    position: absolute;
    right: -65px;
    bottom: -70px;
    width: 230px;
    height: 230px;
    background: radial-gradient(circle, rgba(181,83,255,0.24), rgba(181,83,255,0));
    pointer-events: none;
}

.aw-hero-v3-card-badge {
    position: absolute;
    top: 0;
    right: 20px;
    transform: translateY(-50%);
    padding: 7px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #7f2bff 0%, #b54dff 100%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .4px;
    box-shadow: 0 10px 22px rgba(127,43,255,0.34);
    z-index: 2;
    white-space: nowrap;
}

.aw-hero-v3-card-top {
    margin-top: 8px;
    text-align: center;
    color: rgba(255,255,255,0.92);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .4px;
}

.aw-hero-v3-card-price {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    margin: 8px 0 8px;
}

.aw-hero-v3-card-price .dollar {
    font-size: 34px;
    line-height: 1;
    color: #d6b9ff;
    font-weight: 800;
}

.aw-hero-v3-card-price .num {
    font-size: 84px;
    line-height: .88;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 0 0 26px rgba(127,43,255,0.30);
}

.aw-hero-v3-card-price .per {
    font-size: 20px;
    margin-bottom: 12px;
    color: rgba(255,255,255,0.90);
    font-weight: 700;
}

.aw-hero-v3-card-compare {
    text-align: center;
    margin: 6px 0 10px 0 !important;
    font-size: 12px !important;
    letter-spacing: .2px !important;
    color: #d4d4d4;
    opacity: .90 !important;
}

.aw-hero-v3-card-compare .old {
    text-decoration: line-through;
    opacity: .85;
}

.aw-hero-v3-card-cta {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none !important;
    color: #ffffff !important;
    font-weight: 800;
    font-size: 16px;
    border-radius: 10px;
    min-height: 48px;
    line-height: 48px;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #6f1fff 0%, #9f49ff 100%);
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 12px 22px rgba(127,43,255,0.28);
    position: relative;
    z-index: 2;
}

.aw-hero-v3-card-cta:hover {
    transform: translateY(-1px);
}

.aw-hero-v3-card-small {
    text-align: center;
    font-size: 12px;
    color: rgba(255,255,255,0.80);
    margin: 0 0 12px 0;
    position: relative;
    z-index: 2;
}

.aw-hero-v3-card-list {
    list-style: none;
    margin: 24px 0 0 0 !important;
    padding: 0;
    position: relative;
    z-index: 2;
}

.aw-hero-v3-card-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px !important;
    line-height: 1.35 !important;
    font-size: 14px;
    color: rgba(255,255,255,0.95);
    font-weight: 600;
}

.aw-hero-v3-card-list i {
    color: #b874ff;
    width: 16px;
    text-align: center;
}

/* Stats strip */
.aw-hero-v3-stats {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    position: relative;
    z-index: 2;
}

.aw-hero-v3-stat {
    border-radius: 12px;
    background: rgba(255,255,255,0.84);
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 8px 18px rgba(0,0,0,0.05);
    padding: 10px 12px;
    text-align: center;
}

.aw-hero-v3-stat .num {
    display: block;
    font-size: 26px;
    line-height: 1.05;
    font-weight: 800;
    color: #111111;
}

.aw-hero-v3-stat .label {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: #4d4d4d;
    font-weight: 700;
}

/* How it works */
.aw-hero-v3-flow {
    margin-top: 16px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255,255,255,0.72) 0%, rgba(255,255,255,0.60) 100%);
    border: 1px solid rgba(255,255,255,0.80);
    box-shadow: 0 12px 26px rgba(0,0,0,0.06);
    padding: 12px 14px 14px;
    position: relative;
    z-index: 2;
}

.aw-hero-v3-flow-head {
    text-align: center;
    margin-bottom: 10px;
}

.aw-hero-v3-flow-head .t1 {
    display: block;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #111111;
}

.aw-hero-v3-flow-head .t2 {
    display: block;
    margin-top: 1px;
    font-size: 16px;
    color: #222222;
    font-weight: 600;
}

.aw-hero-v3-flow-head .t2 strong {
    color: #111111;
    font-weight: 800;
}

.aw-hero-v3-flow-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.aw-hero-v3-step {
    border-radius: 12px;
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 8px 16px rgba(0,0,0,0.04);
    min-height: 78px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.aw-hero-v3-step .ico {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(127,43,255,0.08);
    border: 1px solid rgba(127,43,255,0.16);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #7f2bff;
    font-size: 18px;
    flex: 0 0 38px;
}

.aw-hero-v3-step .txt {
    min-width: 0;
    line-height: 1.2;
}

.aw-hero-v3-step .txt .a {
    display: block;
    font-size: 14px;
    color: #111111;
    font-weight: 800;
}

.aw-hero-v3-step .txt .b {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: #505050;
    font-weight: 600;
}

.aw-hero-v3-step-arrow {
    position: absolute;
    right: -11px;
    top: 50%;
    transform: translateY(-50%);
    color: #7f2bff;
    font-size: 16px;
    font-weight: 800;
    z-index: 3;
}

.aw-hero-v3-step:last-child .aw-hero-v3-step-arrow {
    display: none;
}

.aw-hero-v3-bottom-ctas {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.aw-hero-v3-bottom-ctas a {
    min-height: 46px;
    padding: 0 18px;
    border-radius: 10px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.aw-hero-v3-bottom-ctas .primary {
    background: linear-gradient(135deg, #6f1fff 0%, #9f49ff 100%);
    color: #ffffff !important;
    border: 1px solid #7f2bff;
    box-shadow: 0 12px 22px rgba(127,43,255,0.22);
}

.aw-hero-v3-bottom-ctas .secondary {
    background: rgba(255,255,255,0.84);
    color: #111111 !important;
    border: 1px solid rgba(17,17,17,0.20);
}

/* Decorative line */
.aw-hero-v3-neon-line {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 118px;
    height: 2px;
    background: linear-gradient(
        90deg,
        rgba(127,43,255,0) 0%,
        rgba(127,43,255,0.28) 20%,
        rgba(127,43,255,0.45) 50%,
        rgba(127,43,255,0.28) 80%,
        rgba(127,43,255,0) 100%
    );
    filter: blur(0.2px);
    pointer-events: none;
    z-index: 1;
}

/* Responsive */
@media (max-width: 1199px) {
    .aw-hero-v3 {
        padding-top: 0 !important;
    }

    .aw-hero-v3-grid {
        grid-template-columns: minmax(0, 1fr) 360px;
        gap: 16px;
    }

    .aw-hero-v3-title { font-size: 50px; }
    .aw-hero-v3-price-line .price { font-size: 58px; }
    .aw-hero-v3-card-price .num { font-size: 72px; }
    .aw-hero-v3-price-line .label { font-size: 22px; }
}

@media (max-width: 991px) {
    #banner .banner--content {
        padding: 92px 16px 22px !important;
    }

    .aw-hero-v3 {
        padding-top: 0 !important;
    }

    .aw-hero-v3-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .aw-hero-v3-title { font-size: 34px; }
    .aw-hero-v3-price-line .label { font-size: 18px; }
    .aw-hero-v3-price-line .price { font-size: 44px; }
    .aw-hero-v3-price-line .suffix { font-size: 16px; }
    .aw-hero-v3-card-price .num { font-size: 62px; }

    .aw-hero-v3-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aw-hero-v3-flow-grid { grid-template-columns: 1fr; }
    .aw-hero-v3-step-arrow { display: none; }
    .aw-hero-v3-neon-line { display: none; }
}

@media (max-width: 767px) {
    #banner .banner--content {
        padding: 92px 12px 18px !important;
    }

    .aw-hero-v3-title { font-size: 28px; }
    .aw-hero-v3-sub { font-size: 14px; }

    .aw-hero-v3-chip {
        min-height: 36px;
        padding: 0 10px;
        font-size: 12px;
    }

    .aw-hero-v3-actions .aw-hero-v3-btn-primary {
        width: 100%;
    }

    .aw-hero-v3-stats { grid-template-columns: 1fr; }

    .aw-hero-v3-bottom-ctas a {
        width: 100%;
    }
}

/* ===== FINAL CTA BUTTON STYLE (manual class) ===== */
.aw-cta-btn,
.aw-cta-btn:visited {
    background: linear-gradient(135deg, #6f1fff 0%, #9f49ff 100%) !important;
    background-color: #7f2bff !important;
    border: 1px solid #7f2bff !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    box-shadow: 0 10px 22px rgba(127,43,255,0.22) !important;
    transition: .15s ease !important;
}

.aw-cta-btn:hover,
.aw-cta-btn:focus,
.aw-cta-btn:active {
    background: linear-gradient(135deg, #6520ef 0%, #9346ef 100%) !important;
    background-color: #6f1fff !important;
    border-color: #7f2bff !important;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: 0 12px 24px rgba(127,43,255,0.28) !important;
    outline: none !important;
}

/* Remove theme pseudo-elements if present */
.aw-cta-btn::before,
.aw-cta-btn::after {
    content: none !important;
    display: none !important;
}

/* Text inside <strong> */
.aw-cta-btn strong {
    color: #ffffff !important;
}

/* Buttons in PRICING */
#pricing .aw-cta-btn {
    display: inline-block !important;
    min-height: 44px !important;
    line-height: 42px !important;
    padding: 0 14px !important;
    border-radius: 10px !important;
}

/* Read Manual in Platforms */
#platforms .aw-cta-btn {
    display: inline-block !important;
    min-height: 42px !important;
    line-height: 40px !important;
    padding: 0 16px !important;
}

/* Mobile only: stop horizontal scroll caused by parallax-mirror */
@media (max-width: 991px) {
    html, body {
        overflow-x: hidden !important;
    }

    .parallax-mirror {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
    }
}

/* Header must always be solid */
#header nav.header--navbar {
    background-color: #fff !important;
}

#header nav.header--navbar::before {
    background-color: #fff !important;
    opacity: 1 !important;
}

/* ===== AW PREMIUM FOOTER (replaces #brands + old footer) ===== */

#aw-footer-final{
  position: relative;
  overflow: hidden;
  padding: 46px 0 16px;
  color: rgba(255,255,255,0.86);
  background: #0b0b10;
}

#aw-footer-final .aw-footer-bg{
  position:absolute;
  inset:0;
  background: url('/static/img/footer-bg.webp') center center / cover no-repeat;
  opacity: 1;
  z-index: 0;
}

#aw-footer-final::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(10,10,14,0.55) 0%, rgba(10,10,14,0.78) 55%, rgba(10,10,14,0.92) 100%);
  z-index: 1;
}

#aw-footer-final .aw-footer-wrap{
  position: relative;
  z-index: 2;
}

#aw-footer-final .aw-footer-grid{
  display: grid;
  grid-template-columns: 280px minmax(0,1fr);
  gap: 34px;
  align-items: start;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

#aw-footer-final .aw-footer-logo{
  width: 100%;
  max-width: 260px;
  height: auto;
  opacity: .92;
  filter: drop-shadow(0 10px 22px rgba(127,43,255,0.18));
}

#aw-footer-final .aw-footer-title{
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.92);
  margin-bottom: 10px;
}

#aw-footer-final .aw-footer-text{
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255,255,255,0.72);
  max-width: 820px;
}

#aw-footer-final .aw-footer-risk{
  color: rgba(255,255,255,0.64);
}

#aw-footer-final .aw-footer-links{
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
  padding: 18px 0 10px;
}

#aw-footer-final .aw-footer-links a{
  text-decoration: none !important;
  font-weight: 800;
  letter-spacing: 0.6px;
  color: rgba(220,200,255,0.86) !important;
}

#aw-footer-final .aw-footer-links a:hover{
  color: #ffffff !important;
  text-shadow: 0 0 14px rgba(127,43,255,0.35);
}

#aw-footer-final .aw-footer-copy{
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  padding-top: 10px;
}

@media (max-width: 991px){
  #aw-footer-final{ padding: 64px 0 22px; }
  #aw-footer-final .aw-footer-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: left;
  }
  #aw-footer-final .aw-footer-logo{
    max-width: 220px;
  }
  #aw-footer-final .aw-footer-links{
    gap: 14px;
  }
}


/* AW fix: mobile header/menu must stay above footer */
@media (max-width: 991px) {
    #header {
        position: relative !important;
        z-index: 2147483647 !important;
    }

    #header nav.header--navbar {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 2147483647 !important;
        background: #ffffff !important;
        background-image: none !important;
        opacity: 1 !important;
        overflow: visible !important;
    }

    #header nav.header--navbar .container,
    #header nav.header--navbar .navbar,
    #header nav.header--navbar .navbar-header,
    #header #headerNav,
    #header .header--nav,
    #header .header--nav.collapse,
    #header .header--nav.collapse.in,
    #header .header--nav .nav {
        position: relative !important;
        z-index: 2147483647 !important;
        background: #ffffff !important;
        background-image: none !important;
        opacity: 1 !important;
    }

    #header #headerNav {
        box-shadow: 0 8px 18px rgba(0,0,0,.12) !important;
    }

    #aw-footer-final,
    #aw-footer-final::before,
    #aw-footer-final .aw-footer-bg,
    #aw-footer-final .aw-footer-wrap {
        position: relative !important;
        z-index: 0 !important;
    }
}

/* Text links only, exclude header and buttons */
/* Purple only for text links. Do not affect header, buttons, cards, CTA */
body .wrapper :is(
    p a,
    li a,
    td a,
    th a,
    blockquote a,
    small a,
    span a,
    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a
):not(#header a):not(.header--navbar a):not(.header--nav a):not(.navbar a) {
    color: #7f2bff !important;
}

body .wrapper :is(
    p a,
    li a,
    td a,
    th a,
    blockquote a,
    small a,
    span a,
    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a
):not(#header a):not(.header--navbar a):not(.header--nav a):not(.navbar a):hover,
body .wrapper :is(
    p a,
    li a,
    td a,
    th a,
    blockquote a,
    small a,
    span a,
    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a
):not(#header a):not(.header--navbar a):not(.header--nav a):not(.navbar a):focus {
    color: #9f49ff !important;
}

/* AW fix: make numeric stats larger only */
.aw-hero-v3-stat:nth-child(n+2) .num {
    font-size: 60px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
}

@media (max-width: 767px) {
    .aw-hero-v3-stat:nth-child(n+2) .num {
        font-size: 60px !important;
    }
}



/* ===== SEO Signal Automation Section ===== */
.aw-seo-signal-section {
    padding: 86px 0 92px !important;
    background:
        radial-gradient(circle at 18% 15%, rgba(127, 43, 255, 0.28), transparent 34%),
        radial-gradient(circle at 82% 70%, rgba(159, 73, 255, 0.20), transparent 30%),
        linear-gradient(135deg, #0d111c 0%, #171126 48%, #0b0712 100%) !important;
    color: #ffffff !important;
    position: relative !important;
    overflow: hidden !important;
}

.aw-seo-signal-section * {
    box-sizing: border-box;
}

.aw-seo-signal-header {
    max-width: 980px;
    margin: 0 auto 42px;
    text-align: center;
}

.aw-seo-signal-kicker {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 16px;
    border-radius: 999px;
    background: rgba(127, 43, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #d9c5ff;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.aw-seo-signal-header h2 {
    margin: 0 0 18px !important;
    color: #ffffff !important;
    font-size: 42px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    letter-spacing: -0.6px;
}

.aw-seo-signal-header p {
    margin: 0 auto !important;
    max-width: 900px;
    color: rgba(255, 255, 255, 0.76) !important;
    font-size: 16px !important;
    line-height: 1.72 !important;
}

.aw-seo-signal-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr);
    gap: 22px;
    max-width: 1120px;
    margin: 0 auto 26px;
}

.aw-seo-signal-panel-left,
.aw-seo-signal-panel-right {
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(10px);
}

.aw-seo-signal-panel-left {
    padding: 34px 38px;
}

.aw-seo-signal-panel-left h3 {
    margin: 0 0 14px !important;
    color: #ffffff !important;
    font-size: 27px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
}

.aw-seo-signal-panel-left p {
    margin: 0 0 14px !important;
    color: rgba(255, 255, 255, 0.74) !important;
    font-size: 15px !important;
    line-height: 1.78 !important;
}

.aw-seo-signal-panel-left p:last-child {
    margin-bottom: 0 !important;
}

.aw-seo-signal-panel-right {
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.aw-seo-signal-mini {
    padding: 17px 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.aw-seo-signal-mini strong {
    display: block;
    margin-bottom: 7px;
    color: #ffffff !important;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 800;
}

.aw-seo-signal-mini span {
    display: block;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.55;
}

.aw-seo-signal-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    max-width: 1120px;
    margin: 0 auto;
}

.aw-seo-signal-card {
    min-height: 190px;
    padding: 24px 22px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.13);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.aw-seo-signal-card h3 {
    margin: 0 0 10px !important;
    color: #ffffff !important;
    font-size: 19px !important;
    line-height: 1.32 !important;
    font-weight: 800 !important;
}

.aw-seo-signal-card p {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.70) !important;
    font-size: 14px !important;
    line-height: 1.68 !important;
}

.aw-seo-signal-keywords {
    max-width: 1120px;
    margin: 24px auto 0;
    padding: 15px 20px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
    line-height: 1.7;
    text-align: center;
}

@media (max-width: 991px) {
    .aw-seo-signal-panel {
        grid-template-columns: 1fr;
    }

    .aw-seo-signal-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .aw-seo-signal-section {
        padding: 58px 0 66px !important;
    }

    .aw-seo-signal-header h2 {
        font-size: 31px !important;
    }

    .aw-seo-signal-header p {
        font-size: 15px !important;
    }

    .aw-seo-signal-panel-left {
        padding: 26px 22px;
    }

    .aw-seo-signal-grid {
        grid-template-columns: 1fr;
    }

    .aw-seo-signal-card {
        min-height: auto;
    }
}


.aw-hero-v3-seo-h1 {
    display: inline-flex !important;
    align-items: baseline !important;
    gap: 10px !important;
    margin: 24px 0 16px 0 !important;
    padding: 0 !important;
    font-size: inherit !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    color: #111111 !important;
}

.contact--social ul li a {
    width: 46px !important;
    height: 46px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.contact--social ul li a i {
    font-size: 300% !important;
    line-height: 1 !important;
}



/* AW platforms gallery: rounded images */
#platforms img {
  border-radius: 12px !important;
}
/* AlgoWay AM social icons without FontAwesome */
.contact--social ul li a span {
    display: inline-block !important;
    color: inherit !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 800 !important;
    text-align: center !important;
    vertical-align: middle !important;
    line-height: 46px !important;
}
