
 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

 * {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box; 
 }
    html { scroll-behavior: smooth; }

    body {
      margin: 0;
      font-family: "Poppins", system-ui, sans-serif;
      color: var(--navy);
      background:
        radial-gradient(120% 80% at 50% 0%, var(--cream-2) 0%, var(--cream-1) 55%, #f1ece2 100%);
      overflow-x: hidden;
    }
   :root {
    --tmre-blue: #1f5fe0;
    --tmre-green: #2a9d6f;
    --tmre-yellow: #f4c430;
    --tmre-dark: #1c1f26;
    --tmre-bg: #f6f8fb;
    --ink: #1a1d2b;
      --muted: #6b7280;
      --blue: #1f64e8;
      --black: #111317;
      --bg: #f6f7fa;
      --card-border: #e7eaf0;
      --green: #16a36b;
      --yellow: #f5c518;
  }

  /* ---- Logo ---- */
  .sme-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
  .sme-logo__icon {
    width: 34px; height: 34px;
    color: var(--sme-blue);
    flex-shrink: 0;
  }
  .sme-logo__text { line-height: 1.05; }
  .sme-logo__top {
    font-weight: 800; font-size: 16px; letter-spacing: 0.5px; color: var(--sme-dark);
  }
  .sme-logo__bottom {
    font-weight: 700; font-size: 12px; letter-spacing: 0.5px; color: var(--sme-blue);
  }

  /* ---- Nav links ---- */
  .sme-nav .nav-link {
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 14px;
  }
  .sme-nav .nav-link:hover { color: var(--sme-blue); }
  .sme-nav .nav-link.active { color: var(--sme-blue); font-weight: 700; }

  /* ---- Right buttons ---- */
  .sme-btn-expert {
    background: var(--sme-blue);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 11px 24px;
    font-size: 14px;
    font-weight: 600;
  }
  .sme-btn-expert:hover { background: #1a5fbb; color: #fff; }

  .sme-btn-phone {
    width: 42px; height: 42px;
    border-radius: 50%;
    border: 1.5px solid black;
    background: #fff;
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--sme-dark);
    margin-left: 10px;
  }
  .sme-btn-phone:hover { border-color: var(--sme-blue); color: var(--sme-blue); }

  .sme-right { display: flex; align-items: center;     margin-left: 30px;}

  .sme-btn-expert {
    background-color: #0C5ADB;
    text-decoration: none;
}

.dma-section {
    height: 120vh;
    position: relative;
    overflow: hidden;
    background: url(../../assets/images/sme-bnr.png) center bottom / cover no-repeat;
    padding-top: 80px;
}

  .dma-inner { position: relative; z-index: 2; max-width: 1100px; margin: 0 auto; }

  /* ---- Heading ---- */
.dma-title {
    text-align: center;
    font-weight: 800;
    font-size: 80px;
    line-height: 70px;
    color: #142E57 !important;
    margin-bottom: 18px;
}
.dma-subtitle {
    text-align: center;
    color: #0C5ADB;
    font-size: 20px;
    max-width: 700px;
    margin: 0 auto 15px;
    line-height: 28px;
    font-weight: 500;
    padding-top: 15px;
}

  /* ---- Buttons ---- */
  .dma-btns { text-align: center; margin-bottom: 40px; }
  .dma-btn {
    border-radius: 30px;
    padding: 11px 26px;
    font-size: 14px;
    font-weight: 600;
    margin: 6px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    cursor: pointer;
  }
  .dma-btn--blue { background: var(--dma-blue); color: #fff; }
  .dma-btn--blue:hover { background: #1a5fbb; }
  .dma-btn--ghost { background: #fff; color: var(--dma-navy); border: 1px solid black; }
  .dma-btn--ghost:hover { border-color: var(--dma-blue); color: var(--dma-blue); }

  /* ---- Masonry gallery (CSS columns) ---- */
  .dma-gallery {
    column-count: 4;
    column-gap: 16px;
    position: relative;
    z-index: 2;
  }
  .dma-gallery img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 16px;
    display: block;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    break-inside: avoid;
    transition: transform 0.3s ease;
  }
  .dma-gallery img:hover { transform: translateY(-4px); }

  /* ---- Watermark text ---- */
  .dma-watermark {
    position: absolute;
    bottom: 10px; left: 0; right: 0;
    text-align: center;
    font-weight: 800;
    font-size: 110px;
    color: rgba(31,111,214,0.07);
    letter-spacing: 4px;
    white-space: nowrap;
    z-index: 1;
    pointer-events: none;
    user-select: none;
  }

  .navbar .container-fluid {
    max-width: 1600px;
}
.sfa-section { max-width: 1170px; margin: 0 auto; padding: 40px 20px 60px; }

.sfa-title {
    text-align: center;
    color: #0C5ADB;
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

  /* ---- Form bar ---- */
  .sfa-form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: center;
    margin-bottom: 36px;
  }
  .sfa-form .form-control,
  .sfa-form .form-select {
    border: 1px solid #e0e0e4;
    border-radius: 8px;
    padding: 11px 14px;
    font-size: 13px;
    width: 250px;
    box-shadow: none;
  }
  .sfa-form .form-control:focus,
  .sfa-form .form-select:focus { border-color: var(--sfa-blue); box-shadow: none; }

  .sfa-submit {
    background: var(--sfa-blue);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 11px 26px;
    font-size: 14px;
    font-weight: 600;
  }
  .sfa-submit:hover { background: #1a4fc0; }

  /* ---- Logos row ---- */
  .sfa-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 14px 0 36px;
    border-bottom: 1px solid #f0f0f2;
    margin-bottom: 36px;
  }
  .sfa-logo {
    font-weight: 800;
    font-size: 18px;
    color: #444;
    opacity: 0.85;
  }
  .sfa-logo img { max-height: 30px; width: auto; object-fit: contain; }

  /* ---- Stat cards ---- */
  .sfa-card {
    background: #fff;
    border: 1px solid #ececed;
    border-radius: 14px;
    padding: 26px 18px;
    text-align: center;
    height: 100%;
    transition: all .3s linear;
    box-shadow: 0 2px 12px rgba(0,0,0,0.03);
  }
  .sfa-card__icon {
    width: 46px; height: 46px;
    color: var(--sfa-blue);
    margin: 0 auto 16px;
  }
  .sfa-card__num {
    font-size: 34px;
    font-weight: 800;
    color: #111;
    margin-bottom: 6px;
  }
  .sfa-card:hover {
    transform: translateY(-5px);
    transition: all .3s linear;
    border: 2px solid #155ad7;
}
  .sfa-card__head {
       font-size: 20px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 25px;
  }
 .sfa-card__sub {
    font-size: 16px;
    color: #8a8f98;
    line-height: 23px;
}
  .sfa-submit {
    background-color: #0C5ADB;
  }
.fsdm-section {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}
.fsdm-title {
    text-align: center;
    font-weight: 700;
    font-size: 45px;
    letter-spacing: -2px;
    color: #1a1a1a;
    margin-bottom: 12px;
    letter-spacing: -1px;
}
  .fsdm-subtitle {
    text-align: center;
    color: #6b7280;
    font-size: 13.5px;
    margin-bottom: 40px;
  }

  /* ---- Card ---- */
  .fsdm-card {
    background: #fff;
    border: 1px solid #ececed;
    border-radius: 12px;
    padding: 26px 24px;
    height: 100%;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
  }
  .fsdm-card:hover {
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
    transform: translateY(-3px);
  }

  .fsdm-card__icon {
    width: 50px; height: 50px;
    background: #0C5ADB;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 18px;
  }
  .fsdm-card__icon svg { width: 24px; height: 24px; color: #fff; }

  .fsdm-card__title {
    font-weight: 800;
    font-size: 19px;
    color: #1a1a1a;
    margin-bottom: 10px;
  }
  .fsdm-card__desc {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .fsdm-card__list { list-style: none; padding: 0; margin: 0 0 18px; }
  .fsdm-card__list li {
    font-size: 13px;
    color: #444;
    display: flex; align-items: center; gap: 8px;
  }
  .fsdm-card__list li .fsdm-ar { color: #0C5ADB; font-size: 20px; }

  .fsdm-card__link {
    color: #0C5ADB;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
  }
  .fsdm-card__link:hover { text-decoration: underline; }
  
  .dcm-banner {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    max-width: 1170px;
    margin: 60px auto;
    background: url(../../assets/images/sme-cta.png) center center / cover  no-repeat;
    padding: 36px 40px;
  }
  /* faint doodle texture on right */
  .dcm-banner::after {
    content: "";
    position: absolute; top: 0; right: 0; bottom: 0; width: 55%;
    background:
      repeating-linear-gradient(60deg, transparent 0 34px, rgba(255,255,255,0.03) 34px 35px);
    pointer-events: none;
  }

  .dcm-inner { position: relative; z-index: 2; }

  /* ---- Heading ---- */
  .dcm-heading {
    color: #fff;
    font-weight: 800;
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 24px;
  }

  /* ---- Buttons ---- */
  .dcm-btns { display: flex; gap: 14px; flex-wrap: wrap; }
  .dcm-btn {
    border-radius: 30px;
    padding: 11px 24px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    cursor: pointer;
  }
  .dcm-btn--white { background: #fff; color: #15224a; }
  .dcm-btn--white:hover { background: #f0f0f0; }
  .dcm-btn--blue {
    background: var(--dcm-blue);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
  }
  .dcm-btn--blue:hover { background: #1a52c8; }

  /* ---- Right image ---- */
  .dcm-art {
    position: relative;
    text-align: center;
    min-height: 180px;
  }
  .dcm-art__circle {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 200px; height: 200px;
    background: radial-gradient(circle, #2f6bff 0%, #1f5fe0 70%);
    border-radius: 50%;
    z-index: 1;
  }
  .dcm-art img {
    position: relative;
    z-index: 2;
    max-height: 230px;
    width: auto;
  }

  /* ---- Mobile ---- */
  @media (max-width: 768px) {
    .dcm-heading { font-size: 22px; text-align: center; }
    .dcm-btns { justify-content: center; }
    .dcm-banner { padding: 28px 22px; }
    .dcm-art { margin-top: 24px; }
  }

  .byc-section {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}
 .byc-title {
    text-align: center;
    font-weight: 700;
    font-size: 45px;
    color: #1a1a1a;
    line-height: 50px;
    margin-bottom: 14px;
    letter-spacing: -1px;
}
  .byc-subtitle {
    text-align: center; color: #6b7280; font-size: 13px;
    max-width: 700px; margin: 0 auto 30px; line-height: 1.7;
  }

  /* ---- Billing tabs ---- */
  .byc-tabs {
        transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    display: inline-flex;
    background: #fff;
    border: 1px solid #ececed;
    border-radius: 12px;
    padding: 8px;
    gap: 6px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  }
  .byc-tabs-wrap { text-align: center; margin-bottom: 42px; }
  .byc-tab {
    border: none;
    background: transparent;
    border-radius: 8px;
    padding: 10px 22px;
    cursor: pointer;
    text-align: center;
    line-height: 1.3;
  }
  .byc-tab__name { display: block; font-size: 12px; font-weight: 800; color: #1a1a1a; letter-spacing: 0.5px; }
  .byc-tab__save { display: block; font-size: 11px; font-weight: 700; color: var(--byc-red); }
  .byc-tab.active { background: #0C5ADB;; }
  .byc-tab.active .byc-tab__name,
  .byc-tab.active .byc-tab__save { color: #fff; }

  /* ---- Pricing card ---- */
  .byc-card {
    background: #f3f7ff;
    border: 1px solid #e3ebfb;
    border-radius: 14px;
    padding: 24px 22px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .byc-card__name { color: #0C5ADB;; font-weight: 800; font-size: 30px; margin-bottom: 0px; }
  .byc-card__price { font-size: 30px; font-weight: 800; color: #111; margin-bottom: 10px; }
  .byc-card__price span { font-size: 30px; font-weight: 600; color: black; }
  .byc-card__desc {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 18px;
    border-bottom: 2px solid grey;
    padding-bottom: 10px;
}
.byc-group {
    margin-bottom: 05px;
    border-bottom: 1px solid #00000052;
    width: max-content;
}
  .byc-group__head {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 7px;
}
  .byc-group__item {
    font-size: 12px; color: #555; margin-bottom: 6px;
    display: flex; align-items: center; gap: 7px;
  }
  .byc-group__item .byc-tick { color: #0C5ADB;; font-size: 11px; }

  .byc-card__btn {
    background: #0C5ADB;;
    color: #fff; border: none; border-radius: 30px;
    padding: 11px; font-size: 14px; font-weight: 600;
    margin-top: auto;
  }
  .byc-card__btn:hover { background: #1a52c8; }
  .byc-card__call {
    text-align: center; font-size: 12px; color: #444;
    margin-top: 12px; display: flex; align-items: center; justify-content: center; gap: 7px;
  }
  .byc-card__call .byc-phone {
    width: 20px; height: 20px; border: 1px solid #c9d3e8; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center; font-size: 10px; color: #0C5ADB;;
  }
.round-sec {
    background-color: #F8FAFC;
}
.tmre-section {
    max-width: 1170px;
    margin: 0 auto;
    padding: 60px 0;
}
  /* ---- Left ring ---- */
  .tmre-ringwrap { display: flex; justify-content: center; align-items: center; }

  /* blue center */
  .tmre-center {
    position: relative;
    width: 160px; height: 160px;
    background: var(--tmre-blue);
    border-radius: 50%;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    text-align: center;
    color: #fff;
    z-index: 2;
  }
  .tmre-center__big { font-size: 34px; font-weight: 800; line-height: 1; }
  .tmre-center__sub { font-size: 11px; margin-top: 6px; line-height: 1.4; padding: 0 18px; opacity: 0.95; }

  /* decorative dots */
  .tmre-dot {
    position: absolute; width: 7px; height: 7px;
    background: #777; border-radius: 50%; z-index: 3;
  }
  .tmre-dot--tl { top: 30px;  left: 30px; }
  .tmre-dot--tr { top: 30px;  right: 30px; }
  .tmre-dot--bl { bottom: 30px; left: 30px; }
  .tmre-dot--br { bottom: 30px; right: 30px; }

  /* ---- Right dark card ---- */
  .tmre-card {
    background: linear-gradient(135deg, #2b2f3a 0%, #14171f 100%);
    border-radius: 16px;
    padding: 36px 38px;
    color: #fff;
    height: 100%;
  }
  .tmre-card__title { font-weight: 800; font-size: 30px; line-height: 1.2; margin-bottom: 14px; }
  .tmre-card__text { font-size: 14px; color: #c4c7cf; line-height: 1.6; margin-bottom: 22px; max-width: 480px; }

  .tmre-form { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
  .tmre-form input {
    flex: 1; min-width: 220px;
    border: none; border-radius: 30px;
    padding: 13px 22px; font-size: 14px;
    background: #fff; color: #333;
    outline: none;
  }
  .tmre-form button {
    background: var(--tmre-blue);
    color: #fff; border: none; border-radius: 30px;
    padding: 13px 26px; font-size: 14px; font-weight: 600;
    white-space: nowrap;
  }
  .tmre-form button:hover { background: #1a52c8; }

  /* ---- Mobile ---- */
  @media (max-width: 768px) {
    .tmre-card__title { font-size: 24px; }
    .tmre-ringwrap { margin-bottom: 30px; }
    .tmre-form input { min-width: 100%; }
    .tmre-form button { width: 100%; }
  }
  .round-sec {
    background-color: #f3f7ff;
    margin: 60px 0;
}

  .cs-section { max-width: 1040px; margin: 0 auto;  }

  /* ---- Top cards ---- */
  .cs-card {
    background: #ffffff;
    border: 1px solid #ececed;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .cs-card__img {
    background: #dbe7f5;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
  .cs-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; }

  .cs-card__body { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
  .cs-card__cat { color: #1f5fe0; font-weight: 700; font-size: 13px; margin-bottom: 4px; }
  .cs-card__title { font-weight: 800; font-size: 20px; color: #1a1a1a; margin-bottom: 14px; }

  .cs-card__challenge-label { font-size: 12px; font-weight: 700; color: #1a1a1a; margin-bottom: 2px; }
  .cs-card__challenge-text { font-size: 12px; color: #8a8f98; line-height: 1.5; margin-bottom: 14px; }

  .cs-badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: #1f5fe0; color: #ffffff;
    font-size: 12px; font-weight: 700;
    padding: 6px 14px; border-radius: 20px;
    margin-bottom: 18px; align-self: flex-start;
  }

  .cs-stat { margin-bottom: 14px; }
  .cs-stat__num {
    font-size: 28px; font-weight: 800; color: #111111;
    display: flex; align-items: center; gap: 6px; line-height: 1;
  }
  .cs-stat__up   { color: #2a9d6f; font-size: 16px; }
  .cs-stat__down { color: #e4172f; font-size: 16px; }
  .cs-stat__label { font-size: 12px; color: #8a8f98; margin-top: 4px; }

  .cs-card__link {
    color: #1f5fe0; font-weight: 700; font-size: 13px;
    text-decoration: none; margin-top: auto;
  }
  .cs-card__link:hover { text-decoration: underline; }

  /* ---- Featured box ---- */
  .cs-featured {
    background: #ffffff;
    border: 1px solid #ececed;
    border-radius: 16px;
    padding: 34px 36px;
    margin-top: 32px;
  }
  .cs-featured__eyebrow { font-size: 13px; font-weight: 800; color: #6b7280; margin-bottom: 8px; }
  .cs-featured__title { font-weight: 800; font-size: 30px; color: #1a1a1a; line-height: 1.2; margin-bottom: 20px; }

  .cs-featured__point {
    font-size: 13px; color: #444444; line-height: 1.6;
    margin-bottom: 14px; display: flex; gap: 8px;
  }
  .cs-featured__point .cs-ar { color: #2a9d6f; font-weight: 700; }

  .cs-featured__btns { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
  .cs-btn {
    border-radius: 30px; padding: 11px 22px;
    font-size: 13px; font-weight: 600;
    display: inline-flex; align-items: center; gap: 8px;
    border: none; cursor: pointer;
  }
  .cs-btn--blue { background: #1f5fe0; color: #ffffff; }
  .cs-btn--blue:hover { background: #1a52c8; }
  .cs-btn--ghost { background: #ffffff; color: #1a1a1a; border: 1px solid #cdd4e0; }
  .cs-btn--ghost:hover { border-color: #1f5fe0; color: #1f5fe0; }

  /* featured right stats */
  .cs-fstat__num { font-size: 30px; font-weight: 800; color: #1f5fe0; line-height: 1; }
  .cs-fstat__label { font-size: 12px; color: #6b7280; line-height: 1.5; margin-top: 6px; }
  .cs-fdivider { border-left: 1px solid #e6e6e8; }

  .cs-logo {
    background: #f2c200; color: #111111;
    font-weight: 800; font-size: 18px;
    padding: 6px 14px; border-radius: 4px;
    display: inline-flex; align-items: center; gap: 6px;
  }
  .cs-logo span { background: #111111; color: #f2c200; padding: 1px 5px; border-radius: 3px; font-size: 13px; }

  @media (max-width: 768px) {
    .cs-featured__title { font-size: 24px; }
    .cs-featured { padding: 26px 22px; }
    .cs-fdivider { border-left: none; border-top: 1px solid #e6e6e8; padding-top: 18px; margin-top: 18px; }
  }

  
  .iws-section { max-width: 1200px; margin: 0 auto; padding-bottom: 60px ; }
.iws-title {
    text-align: center;
    font-weight: 700;
    font-size: 45px;
    color: #111111;
    margin-bottom: 0;
    letter-spacing: -1px;
}
  .iws-subtitle {
    text-align: center; color: #6b7280; font-size: 14px;
    max-width: 660px; margin: 0 auto 38px; line-height: 1.7;
  }

  /* ---- Card ---- */
  .iws-card {
    border: 1px solid #e6e6e8;
    border-radius: 12px;
    padding: 22px 20px;
    height: 100%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s ease;
  }
  .iws-card:hover { box-shadow: 0 8px 22px rgba(0,0,0,0.07); }

  .iws-card__icon {
    width: 44px; height: 44px;
    background: #1f5fe0;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 16px;
  }
  .iws-card__icon svg { width: 22px; height: 22px; color: #ffffff; }

  .iws-card__title { font-weight: 800; font-size: 17px; color: #1a1a1a; margin-bottom: 10px; }
  .iws-card__desc { font-size: 13px; color: #8a8f98; line-height: 1.6; margin-bottom: 16px; flex: 1; }

  .iws-card__stats { border-top: 1px solid #eeeeee; padding-top: 12px; }
  .iws-card__row {
    display: flex; justify-content: space-between; align-items: center;
    font-size: 12px; margin-bottom: 5px;
  }
  .iws-card__row .iws-lbl { color: #8a8f98; }
  .iws-card__row .iws-cpa { font-weight: 800; color: #1a1a1a; }
  .iws-card__row .iws-roas { font-weight: 800; color: #1f5fe0; }

  /* ---- Bottom CTA ---- */
  .iws-bottom { text-align: center; margin-top: 40px; }
  .iws-bottom__text { font-size: 14px; font-weight: 700; color: #1a1a1a; margin-bottom: 18px; }
  .iws-bottom__btn {
    background: #1f5fe0; color: #ffffff;
    border: none; border-radius: 30px;
    padding: 13px 30px; font-size: 14px; font-weight: 600;
    display: inline-flex; align-items: center; gap: 10px;
  }
  .iws-bottom__btn:hover { background: #1a52c8; }

  @media (max-width: 768px) {
    .iws-title { font-size: 28px; }
  }
  
  .rtg-section {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 60px 0;
    background:
      linear-gradient(180deg, #dbe6f7 0%, #cfe0f5 60%, #c3d7f0 100%);
  }
  /* perspective grid lines (faint) */
  .rtg-section::after {
    content: "";
    position: absolute; left: 0; right: 0; bottom: 0; height: 55%;
    background:
      repeating-linear-gradient(90deg, transparent 0 70px, rgba(80,110,170,0.10) 70px 71px),
      repeating-linear-gradient(0deg, transparent 0 40px, rgba(80,110,170,0.08) 40px 41px);
    pointer-events: none;
  }

  .rtg-inner { position: relative; z-index: 2; max-width: 1100px; margin: 0 auto; }

  .rtg-title { font-weight: 800; font-size: 38px; color: #111111; margin-bottom: 14px; }
  .rtg-subtitle {
    color: #5b6473; font-size: 15px; max-width: 560px;
    margin: 0 auto 30px; line-height: 1.6;
  }

  /* ---- Feature pills ---- */
  .rtg-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-bottom: 34px; }
  .rtg-feature {
    background: #f5f8fd;
    border: 1px solid #e0e8f4;
    border-radius: 12px;
    padding: 16px 20px;
    width: 250px;
    text-align: left;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    box-shadow: 0 2px 10px rgba(40,70,130,0.05);
  }
  .rtg-feature .rtg-ico { color: #1f5fe0; font-size: 14px; flex-shrink: 0; margin-top: 2px; }

  /* ---- Buttons ---- */
  .rtg-btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-bottom: 26px; }
  .rtg-btn {
    border-radius: 30px;
    padding: 13px 28px;
    font-size: 15px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: none;
    cursor: pointer;
  }
  .rtg-btn--blue { background: #1f5fe0; color: #ffffff; }
  .rtg-btn--blue:hover { background: #1a52c8; }
  .rtg-btn--dark { background: #14171f; color: #ffffff; }
  .rtg-btn--dark:hover { background: #000000; }

  /* ---- Bottom note ---- */
  .rtg-note { font-size: 14px; font-weight: 700; color: #1a1a1a; }

  @media (max-width: 768px) {
    .rtg-title { font-size: 28px; }
    .rtg-feature { width: 100%; max-width: 320px; }
    .rtg-btn { width: 100%; max-width: 320px; justify-content: center; }
  }
  
  .opp-section { max-width: 1180px; margin: 0 auto; padding: 45px 20px 70px; }

  .opp-title { text-align: center; font-weight: 800; font-size: 38px; color: #111111; margin-bottom: 12px; }
  .opp-subtitle { text-align: center; color: #6b7280; font-size: 15px; margin-bottom: 40px; }

  /* ---- Card ---- */
  .opp-card {
    position: relative;
    border: 1px solid #e3e8f0;
    border-radius: 16px;
    padding: 26px 28px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(40,70,130,0.04);
  }

  .opp-card__head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
  .opp-card__icon {
    width: 44px; height: 44px;
    background: linear-gradient(135deg, #aec4ea 0%, #c9d8f1 100%);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .opp-card__icon svg { width: 22px; height: 22px; color: #3a5da8; }
  .opp-card__title { font-weight: 800; font-size: 24px; color: #1a1a1a; }

  .opp-card__num {
    position: absolute;
    top: 14px; right: 22px;
    font-size: 54px;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1.5px #e2e2e6;
    text-stroke: 1.5px #e2e2e6;
    line-height: 1;
  }

  .opp-card__desc { font-size: 14px; color: #5b6473; line-height: 1.6; margin-bottom: 18px; }

  .opp-tags { display: flex; flex-wrap: wrap; gap: 10px; }
  .opp-tag {
    border: 1px solid #dcdce0;
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 12px;
    color: #333333;
    background: #ffffff;
  }
  .opp-tag--plain { border: none; padding: 6px 4px; }

  /* ---- Zigzag offset (desktop only) ---- */
  /* right column cards (2,4,6) pushed down */
  .opp-grid > div:nth-child(even) { margin-top: 60px; }

  @media (max-width: 991px) {
    .opp-grid > div:nth-child(even) { margin-top: 0; }
    .opp-title { font-size: 28px; }
  }

  
  .gys-section {
    position: relative;
    overflow: hidden;
   background: url(../../assets/images/query-form-bg.png) center center / cover  no-repeat;
    padding: 55px 20px;
  }

  .gys-inner { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; }

  /* ---- Left heading ---- */
  .gys-heading {
    font-weight: 800;
    font-size: 40px;
    line-height: 1.18;
    color: #ffffff;
    margin-bottom: 20px;
  }
  .gys-heading .gys-hl { color: #4d9fe0; }

  .gys-text {
    color: #c5d2d8;
    font-size: 14px;
    line-height: 1.7;
    max-width: 430px;
    margin-bottom: 26px;
  }

  .gys-leftform input {
    width: 100%;
    border: none; border-radius: 30px;
    padding: 14px 22px; font-size: 14px;
    background: #ffffff; color: #333333;
    outline: none; margin-bottom: 14px;
  }
  .gys-leftform button {
    width: 100%;
    background: #1f5fe0; color: #ffffff;
    border: none; border-radius: 30px;
    padding: 14px; font-size: 15px; font-weight: 600;
  }
  .gys-leftform button:hover { background: #1a52c8; }

  /* ---- Right form card ---- */
  .gys-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 16px;
    padding: 30px 28px 34px;
    backdrop-filter: blur(4px);
  }
  .gys-card__title {
    text-align: center;
    color: #ffffff;
    font-weight: 800;
    font-size: 26px;
    margin-bottom: 22px;
  }
  .gys-card input,
  .gys-card select,
  .gys-card textarea {
    width: 100%;
    border: none; border-radius: 8px;
    padding: 13px 16px; font-size: 13px;
    background: #ffffff; color: #333333;
    outline: none; margin-bottom: 14px;
  }
  .gys-card textarea { resize: none; }
  .gys-card__btn {
    display: block;
    margin: 6px auto 0;
    background: #1f5fe0; color: #ffffff;
    border: none; border-radius: 30px;
    padding: 12px 36px; font-size: 14px; font-weight: 600;
  }
  .gys-card__btn:hover { background: #1a52c8; }

  /* ---- Mobile ---- */
  @media (max-width: 768px) {
    .gys-heading { font-size: 28px; }
    .gys-card { margin-top: 30px; }
  }
  
  .fmq-section { max-width: 1180px; margin: 0 auto; padding: 50px 20px 70px; }

  .fmq-title { text-align: center; font-weight: 800; font-size: 40px; color: #1f5fe0; margin-bottom: 40px; }

  /* ---- Accordion ---- */
  .fmq-accordion .accordion-item {
    border: 1px solid #e6e6e8;
    border-radius: 10px !important;
    margin-bottom: 16px;
    overflow: hidden;
  }
  .fmq-accordion .accordion-button {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    padding: 18px 22px;
    background: #ffffff;
    box-shadow: none;
  }
  .fmq-accordion .accordion-button:not(.collapsed) { background: #ffffff; color: #1f5fe0; }
  .fmq-accordion .accordion-button:focus { box-shadow: none; }
  /* chevron color blue */
  .fmq-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%231f5fe0' stroke-width='2.5' viewBox='0 0 24 24'%3e%3cpath d='M6 9l6 6 6-6'/%3e%3c/svg%3e");
    background-size: 18px;
  }
  .fmq-accordion .accordion-body { font-size: 14px; color: #555555; line-height: 1.7; padding: 0 22px 20px; }

  /* ---- Right dark card ---- */
  .fmq-card {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 12px;
    padding: 30px 28px;
    color: #ffffff;
  }
  /* faint question-mark texture */
  .fmq-card::after {
    content: "?? ?";
    position: absolute;
    right: -10px; top: 20px;
    font-size: 150px;
    font-weight: 800;
    color: rgba(255,255,255,0.05);
    letter-spacing: 10px;
    line-height: 0.8;
    pointer-events: none;
  }
  .fmq-card__inner { position: relative; z-index: 2; }

  .fmq-mascot { width: 60px; height: 60px; margin-bottom: 18px; }

  .fmq-card__title { font-weight: 800; font-size: 22px; line-height: 1.25; margin-bottom: 14px; }
  .fmq-card__text { font-size: 14px; color: #d5dcd6; line-height: 1.7; margin-bottom: 22px; max-width: 300px; }

  .fmq-call { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 16px; color: #ffffff; }
  .fmq-call__ico {
    width: 34px; height: 34px;
    background: #ffffff; color: #14361f;
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
  }

  @media (max-width: 768px) {
    .fmq-title { font-size: 28px; }
    .fmq-card { margin-top: 24px; }
  }

  
  .smf-section {
    background: linear-gradient(180deg, #0e1c34 0%, #0c1830 100%);
    color: #c5ccd8;
    padding: 40px 0 0;
  }
  .smf-wrap { max-width: 1180px; margin: 0 auto; padding: 0 20px; }

  /* ---- Stats row ---- */
  .smf-stats { display: flex; flex-wrap: wrap; }
  .smf-stat {
    flex: 1; min-width: 160px;
    text-align: center;
    padding: 10px 14px;
    border-right: 1px solid rgba(255,255,255,0.12);
  }
  .smf-stat:last-child { border-right: none; }
  .smf-stat__num { font-size: 28px; font-weight: 800; color: #ffffff; }
  .smf-stat__label { font-size: 12px; color: #aab3c2; letter-spacing: 0.5px; margin-top: 6px; line-height: 1.4; }

  /* ---- Blue CTA bar ---- */
  .smf-cta {
    background: linear-gradient(120deg, #1f5fe0 0%, #1a4fc0 100%);
    border-radius: 14px;
    padding: 26px 32px;
    margin: 30px 0 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
  }
  .smf-cta__title { color: #ffffff; font-weight: 800; font-size: 24px; line-height: 1.25; }
  .smf-cta__form { display: flex; flex-wrap: wrap; gap: 0; align-items: center; }
  .smf-cta__form input {
    border: none; border-radius: 30px 0 0 30px;
    padding: 13px 22px; font-size: 14px; width: 230px;
    background: #ffffff; color: #333333; outline: none;
  }
  .smf-cta__form button {
    border: none; border-radius: 0 30px 30px 0;
    padding: 13px 22px; font-size: 14px; font-weight: 600;
    background: #0e1c34; color: #ffffff;
  }
  .smf-cta__form button:hover { background: #000000; }

  /* ---- Link columns ---- */
  .smf-colhead { color: #ffffff; font-weight: 800; font-size: 16px; margin: 0 0 16px; }
  .smf-colhead.mt { margin-top: 28px; }
  .smf-list { list-style: none; padding: 0; margin: 0 0 8px; }
  .smf-list li {
    font-size: 13px; margin-bottom: 9px;
    display: flex; gap: 8px; align-items: flex-start;
  }
  .smf-list li::before { content: "\2022"; color: #1f5fe0; }
  .smf-list li a { color: #c5ccd8; text-decoration: none; }
  .smf-list li a:hover { color: #ffffff; }

  /* ---- Bottom footer ---- */
  .smf-bottom {
    border-top: 1px solid rgba(255,255,255,0.10);
    margin-top: 40px;
    padding: 36px 0 24px;
  }
  .smf-logo { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; }
  .smf-logo svg { width: 30px; height: 30px; color: #1f5fe0; }
  .smf-logo__t1 { font-weight: 800; font-size: 14px; color: #ffffff; line-height: 1; }
  .smf-logo__t2 { font-weight: 700; font-size: 11px; color: #4d9fe0; }

  .smf-social { display: flex; gap: 12px; margin-bottom: 16px; }
.smf-social a {
    color: grey;
    background-color: white;
    padding: 6px;
    border-radius: 5px;
}
  .smf-social a:hover { color: #ffffff; }

  .smf-ratings { display: flex; gap: 10px; align-items: center; }
  .smf-ratings span {
    display: inline-flex; align-items: center; justify-content: center;
    width: 28px; height: 28px; border-radius: 6px;
    background: rgba(255,255,255,0.08); font-size: 14px; color: #4caf72;
  }

  .smf-about__title { color: #ffffff; font-weight: 800; font-size: 16px; margin-bottom: 12px; }
  .smf-about__text { font-size: 13px; line-height: 1.7; color: #aab3c2; max-width: 320px; }

  .smf-contact__title { color: #ffffff; font-weight: 800; font-size: 16px; margin-bottom: 12px; }
  .smf-contact__line { font-size: 13px; color: #c5ccd8; line-height: 1.9; }

  .smf-copy {
    border-top: 1px solid rgba(255,255,255,0.10);
    margin-top: 26px; padding: 18px 0 26px;
    font-size: 12px; color: #aab3c2;
  }
  .smf-copy a { color: #c5ccd8; text-decoration: none; }
  .smf-copy a:hover { color: #ffffff; }

  @media (max-width: 768px) {
    .smf-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.12); }
    .smf-cta { flex-direction: column; align-items: flex-start; }
    .smf-cta__form input { width: 100%; border-radius: 30px; margin-bottom: 10px; }
    .smf-cta__form button { width: 100%; border-radius: 30px; }
    .smf-cta__form { width: 100%; }
  }

  .partner-award img {
    max-width: 100%;
    margin-top: 30px;
}

.tech-section a {
    background-color: black;
}
.tech-section form button {
    background-color: #0C5ADB;
}
    .tech-section { padding: clamp(2.5rem, 6vw, 5rem) 0;     background-color: #F8FAFC;}

    /* ---------- Header ---------- */
  
    .section-sub {
    color: #6b7280;
    font-size: clamp(0.85rem, 1.4vw, 0.98rem);
    line-height: 1.55;
    max-width: 540px;
    margin: 0.9rem 0 0 0px;
    text-align: left;
}

    .btn-pill {
      border-radius: 999px;
      font-weight: 600;
      padding: 0.8rem 1.5rem;
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      text-decoration: none;
      border: 1.5px solid transparent;
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
      white-space: nowrap;
    }
    .btn-black { background: var(--black); color: #fff; }
    .btn-black:hover { transform: translateY(-2px); color: #fff; background: #20242c; }
    .btn-blue { background: var(--blue); color: #fff; }
    .btn-blue:hover { transform: translateY(-2px); color: #fff; background: #1a57cf; }

    /* ---------- Website input row ---------- */
   .website-form {
    display: flex;
    gap: 14px;
    max-width: 920px;
    flex-wrap: wrap;
}
    .website-input {
      flex: 1 1 240px;
      border: 1.5px solid #00000066;
      background: #fff;
      border-radius: 999px;
      padding: 0.8rem 1.4rem;
      font-size: 0.95rem;
      color: var(--ink);
      outline: none;
      min-width: 0;
    }
    .website-input::placeholder { color: #9aa1ad; }
    .website-input:focus { border-color: var(--blue); }

    /* ---------- Tech logo cards / slider ---------- */
    .tech-rows { margin-top: clamp(1.8rem, 4vw, 3rem); }
    .tech-track { margin-bottom: 16px; }
    .tech-track:last-child { margin-bottom: 0; }

    .tech-card {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      height: 84px;
      margin: 0 8px;
      padding: 0 14px;
      background: #fff;
      border: 1px solid black;
      border-radius: 14px;
      box-shadow: 0 8px 22px -16px rgba(20, 30, 60, 0.35);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }
    .tech-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 14px 30px -16px rgba(20, 30, 60, 0.45);
    }
    .tech-card i { font-size: 2rem; line-height: 1; }
    .tech-card svg { width: 30px; height: 30px; }
    .tech-card .label {
      font-weight: 700;
      font-size: 1.05rem;
      color: var(--ink);
      white-space: nowrap;
    }
    .tech-card .label.thin { font-weight: 600; }

    /* keep slick slides equal height & centered */
    .slick-slide > div { display: flex; }
    .slick-track { display: flex !important; align-items: stretch; }

    /* ---------- Revenue Engine card ---------- */
    .revenue-wrap {
    margin-top: 20px;
}
    .revenue-card {
      background: linear-gradient(135deg, #1c2536 0%, #0e1521 100%);
      border-radius: 22px;
      padding: clamp(1.6rem, 4vw, 3rem);
      color: #fff;
      height: 100%;
    }
    .revenue-card h3 {
      font-weight: 800;
      font-size: clamp(1.5rem, 3.4vw, 2.25rem);
      line-height: 1.1;
      margin: 0 0 1rem;
    }
    .revenue-card p {
      color: #aab3c5;
      font-size: 0.95rem;
      line-height: 1.55;
      margin: 0 0 1.6rem;
      max-width: 420px;
    }
    .revenue-card .website-input {
      background: rgba(255, 255, 255, 0.06);
      border-color: rgba(255, 255, 255, 0.18);
      color: #fff;
    }
    .revenue-card .website-input::placeholder { color: #aab3c5; }
    .btn-outline-white {
      background: transparent;
      color: #fff;
      border-color: rgba(255, 255, 255, 0.35);
    }
    .btn-outline-white:hover {
      background: rgba(255, 255, 255, 0.08);
      color: #fff;
      transform: translateY(-2px);
    }

    .chart-col { display: flex; align-items: center; justify-content: center; }
    .revenue-chart { width: 100%; max-width: 480px; height: auto; }

    /* ---------- Responsive header layout ---------- */
    @media (max-width: 767px) {
      .header-top { text-align: center; }
      .website-form { margin-left: auto; margin-right: auto; }
      .tech-card .label { font-size: 0.95rem; }
      .tech-card { height: 76px; }
      .tech-card i { font-size: 1.7rem; }
    }
.blog-section {
    padding-top: 50px;
}
    /* ---------- Heading ---------- */
   .section-title {
    font-weight: 700;
    font-size: 45px;
    letter-spacing: -1px;
    color: #15181f;
    margin: 0;
    text-align: left;
}

    /* ---------- Slider spacing ---------- */
    .blog-slider .slick-track { display: flex !important; }
    .blog-slider .slick-slide { height: auto; }
    .blog-slider .slick-slide > div { height: 100%; }

    /* ---------- Card ---------- */
    .post-card {
      background: #ffffff;
      border: 1px solid #ececf1;
      border-radius: 16px;
      padding: 14px;
      margin: 0 12px;
      height: 100%;
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .post-card:hover {
      transform: translateY(-6px);
    }

    .post-thumb {
      border-radius: 12px;
      overflow: hidden;
      aspect-ratio: 16 / 10;
      background: #eef0f4;
    }
    .post-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .post-body { padding: 16px 6px 6px; display: flex; flex-direction: column; flex: 1; }

    .post-date {
      color: #8a91a0;
      font-size: 0.8rem;
      font-weight: 500;
      letter-spacing: 0.02em;
    }

    .post-title {
      color: #16264f;
      font-weight: 700;
      font-size: 1.06rem;
      line-height: 1.4;
      margin: 0.5rem 0 1.4rem;
    }

    .read-more {
      align-self: flex-start;
      margin-top: auto;
      display: inline-flex;
      align-items: center;
      gap: 0.55rem;
      background: #ffffff;
      border: 1.5px solid #dcdfe6;
      color: #1b1f2a;
      font-weight: 600;
      font-size: 0.9rem;
      border-radius: 999px;
      padding: 0.5rem 1.1rem 0.5rem 0.6rem;
      text-decoration: none;
      transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    }
    .read-more:hover {
      transform: translateY(-2px);
      border-color: #2256e6;
      box-shadow: 0 10px 22px -14px rgba(34, 86, 230, 0.6);
      color: #1b1f2a;
    }
    .read-more svg { width: 22px; height: 22px; flex: none; }

    /* ---------- Slick dots ---------- */
    .slick-dots li button:before { font-size: 9px; color: #c7ccd6; opacity: 1; }
    .slick-dots li.slick-active button:before { color: #2256e6; }

    @media (max-width: 575px) {
      .post-card { margin: 0 8px; }
      .post-title { font-size: 1rem; }
    }
.social-section {
    padding: 50px 0 70px 0;
}
    /* ---------- Header ---------- */
   
      .section-sub {
    color: #6b7280;
    font-size: clamp(0.85rem, 1.4vw, 0.98rem);
    line-height: 1.55;
    max-width: 540px;
    text-align: left;
}

    /* ---------- Platforms row ---------- */
    .platforms {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 18px;
          padding: 40px 0;
    }

    .platform-card {
         width: 170px;
    height: 170px;
      background: #ffffff;
      border: 1px solid #edeef2;
      border-radius: 18px;
      display: grid;
      place-items: center;
      box-shadow: 0 16px 34px -20px rgba(20, 30, 60, 0.42);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    /* taller + lifted cards = zigzag */
    .platform-card.tall {
      height: 170px;
      transform: translateY(-14px);
    }
    .platform-card:hover { transform: translateY(-6px); box-shadow: 0 22px 42px -18px rgba(20, 30, 60, 0.5); }
    .platform-card.tall:hover { transform: translateY(-20px); box-shadow: 0 26px 48px -18px rgba(20, 30, 60, 0.5); }

    /* ---------- 3D icon chip ---------- */
    .s-icon {
      width: 70px;
      height: 70px;
      border-radius: 18px;
      display: grid;
      place-items: center;
      font-size: 34px;
      color: #ffffff;
      position: relative;
      box-shadow: 0 12px 22px -8px rgba(0, 0, 0, 0.5),
                  inset 0 2px 3px rgba(255, 255, 255, 0.4);
    }
    .s-icon::after {
      content: "";
      position: absolute;
      inset: 4px 4px 52% 4px;
      border-radius: 14px 14px 9px 9px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
      pointer-events: none;
    }

    .s-icon.fb  { background: linear-gradient(150deg, #4a90ff, #1648c9); }
    .s-icon.ig  { background: linear-gradient(135deg, #feda75, #fa7e1e 28%, #d62976 58%, #962fbf 80%, #4f5bd5); }
    .s-icon.x   { background: linear-gradient(150deg, #3a3a3a, #050505); }
    .s-icon.li  { background: linear-gradient(150deg, #2a8fd6, #0a66c2); }
    .s-icon.pin { background: linear-gradient(150deg, #ff3b52, #e60023); }
    .s-icon.yt  { background: linear-gradient(150deg, #f5f6f8, #e6e8ee); color: #ff0000; font-size: 40px;
                  box-shadow: 0 12px 22px -10px rgba(0,0,0,0.35), inset 0 2px 3px rgba(255,255,255,0.85); }
    .s-icon.yt::after { background: linear-gradient(180deg, rgba(255,255,255,0.6), rgba(255,255,255,0)); }

    /* ---------- Website form ---------- */
  
    .website-input {
      flex: 1 1 280px;
      border: 1.5px solid #d9dce3;
      background: #ffffff;
      border-radius: 999px;
      padding: 1rem 1.6rem;
      font-size: 0.95rem;
      color: #1c1f2a;
      outline: none;
      min-width: 0;
    }
    .website-input::placeholder { color: #9aa1ad; }
    .website-input:focus { border-color: #2256e6; }
    .btn-hire {
      border-radius: 999px;
      border: none;
      background: #2256e6;
      color: #ffffff;
      font-weight: 700;
      padding: 1rem 2.2rem;
      white-space: nowrap;
      transition: transform 0.2s ease, background 0.2s ease;
    }
    .btn-hire:hover { transform: translateY(-2px); background: #1c49c9; color: #ffffff; }

    /* ---------- Responsive ---------- */
    @media (max-width: 575px) {
      .platform-card { width: 132px; height: 150px; }
      .platform-card.tall { height: 178px; transform: translateY(-10px); }
      .s-icon { width: 58px; height: 58px; font-size: 28px; }
      .s-icon.yt { font-size: 34px; }
      .website-form { flex-direction: column; }
      .btn-hire { width: 100%; }
    }

    
    .reviews-section { padding: 50px 0 ;     background-color: #DEEAFF;}

    /* ---------- Header ---------- */
    .section-title {
      font-weight: 800;
      font-size: clamp(1.8rem, 4.6vw, 3rem);
      letter-spacing: -0.01em;
      color: #15181f;
      margin: 0;
      text-align: left;
    }
      .section-sub {
    color: #6b7280;
    font-size: clamp(0.85rem, 1.4vw, 0.98rem);
    line-height: 1.55;
    max-width: 540px;
    margin: 0.9rem 0 0 0px;
    text-align: left;
}

    /* ---------- Column stack ---------- */
    .t-col { display: flex; flex-direction: column; gap: 26px; height: 100%; }

    /* ---------- Card ---------- */
    .t-card {
      background: #ffffff;
      border-radius: 16px;
      padding: 24px 24px 22px;
      box-shadow: 0 22px 44px -28px rgba(20, 40, 90, 0.4);
    }
    .t-logo { height: 26px; margin-bottom: 16px; display: flex; align-items: center; }
    .logo-clutch { font-weight: 800; font-size: 1.3rem; color: #17171a; letter-spacing: -0.01em; }
    .logo-trustpilot { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; font-size: 1.1rem; color: #191919; }
    .logo-trustpilot .fa-star { color: #00b67a; font-size: 1.15rem; }
    .logo-google svg { width: 26px; height: 26px; display: block; }

    .t-title {
      font-weight: 700;
      font-size: 1.15rem;
      line-height: 1.3;
      color: #1a1d2b;
      margin: 0 0 12px;
    }
    .t-text {
      color: #7a8290;
      font-size: 0.92rem;
      line-height: 1.55;
      margin: 0 0 18px;
    }
    .t-text b { color: #1a1d2b; }

    .t-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; }
    .t-name { display: block; color: #2256e6; font-weight: 700; font-size: 1.02rem; }
    .t-role { display: block; color: #9aa1ad; font-size: 0.78rem; }
    .t-rating { color: #1a1d2b; font-weight: 600; font-size: 0.9rem; white-space: nowrap; }
    .t-rating .fa-star { color: #f5a623; margin-left: 3px; }

    /* ---------- Center CTA block ---------- */
    .cta-block {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 16px;
      padding: 8px 8px 0;
      text-align: center;
    }
    .deco-star {
      position: absolute;
      top: -14px;
      right: 14px;
      color: #f5a623;
      font-size: 1rem;
    }
    .btn-pill {
      border-radius: 999px;
      font-weight: 700;
      padding: 0.8rem 1.8rem;
      display: inline-flex;
      align-items: center;
      gap: 0.55rem;
      text-decoration: none;
      border: 1.5px solid transparent;
      transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    }
    .btn-blue { background: #2256e6; color: #ffffff; box-shadow: 0 14px 26px -14px rgba(34, 86, 230, 0.7); }
    .btn-blue:hover { transform: translateY(-2px); background: #1c49c9; color: #ffffff; }
    .btn-outline {
      background: #ffffff; color: #1a1d2b; border-color: #d9dce3; font-weight: 600;
    }
    .btn-outline:hover { transform: translateY(-2px); border-color: #2256e6; color: #1a1d2b; }
    .btn-outline svg { width: 22px; height: 22px; }

    .cta-quote {
      color: #2256e6;
      font-weight: 600;
      font-size: 0.95rem;
      line-height: 1.5;
      max-width: 340px;
      margin: 6px auto 0;
    }

    @media (max-width: 575px) {
      .t-card { padding: 20px; }
      .t-title { font-size: 1.08rem; }
    }

    
    .vt-section { padding: clamp(2.5rem, 6vw, 5rem) 0; }

    .video-slider .slick-slide > div { display: flex; }

    /* ---------- Card ---------- */
    .vt-card {
      background: #ffffff;
      border: 1px solid #e8eaf0;
      border-radius: 18px;
      overflow: hidden;
      width: 100%;
      min-height: 340px;
      box-shadow: 0 26px 50px -34px rgba(20, 40, 90, 0.4);
    }

    .vt-left {
      position: relative;
      padding: clamp(28px, 4vw, 52px);
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .vt-title {
      font-weight: 800;
      font-size: clamp(1.5rem, 3vw, 2.1rem);
      color: #16275a;
      margin: 0 0 0.7rem;
      letter-spacing: -0.01em;
    }
    .vt-sub {
      color: #5b6478;
      font-size: 0.95rem;
      line-height: 1.55;
      max-width: 320px;
      margin: 0 0 1.6rem;
    }
    .vt-trustpilot {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      font-weight: 700;
      font-size: 1.15rem;
      color: #191919;
    }
    .vt-trustpilot .fa-star { color: #00b67a; font-size: 1.2rem; }

    /* decorative quotes */
    .vt-quote {
      position: absolute;
      right: clamp(12px, 5%, 60px);
      top: 50%;
      transform: translateY(-50%);
      color: #e6eefc;
      pointer-events: none;
      line-height: 0;
    }
    .vt-quote svg { width: clamp(110px, 16vw, 190px); height: auto; display: block; }

    /* ---------- Video side ---------- */
    .vt-right { padding: 0; }
    .vt-video {
      position: relative;
      width: 100%;
      height: 100%;
      min-height: 280px;
      background: #1d2230;
      overflow: hidden;
    }
    .vt-video > img,
    .vt-video > video,
    .vt-video > iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border: 0;
    }

    /* ---------- Animated play button ---------- */
    .vt-play {
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      width: 66px; height: 66px;
      border: none;
      border-radius: 50%;
      background: #ffffff;
      display: grid;
      place-items: center;
      cursor: pointer;
      z-index: 3;
      box-shadow: 0 10px 24px -8px rgba(0, 0, 0, 0.45);
      transition: transform 0.2s ease;
    }
    .vt-play:hover { transform: translate(-50%, -50%) scale(1.06); }
    .vt-play svg { width: 22px; height: 22px; margin-left: 3px; }
    .vt-play::before,
    .vt-play::after {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 50%;
      border: 2px solid #ffffff;
      animation: vtPulse 2.4s ease-out infinite;
    }
    .vt-play::after { animation-delay: 1.2s; }
    @keyframes vtPulse {
      0%   { transform: scale(1);   opacity: 0.7; }
      100% { transform: scale(2.1);  }
    }

    /* ---------- Slick dots ---------- */
    .slick-dots li button:before { font-size: 10px; color: #c7d2ea; opacity: 1; }
    .slick-dots li.slick-active button:before { color: #2256e6; }

    @media (max-width: 991px) {
      .vt-card { min-height: 0; }
      .vt-video { aspect-ratio: 16 / 10; height: auto; min-height: 0; }
      .vt-quote { right: 16px; opacity: 0.8; }
    }
    @media (prefers-reduced-motion: reduce) {
      .vt-play::before, .vt-play::after { animation: none; }
    }

    .smf-ratings a {
    clip-path: circle();
}

.dma-section .dma-btn--blue {
    background-color: #0C5ADB;
}
a {
  text-decoration: none;
}

.fsdms-section {
    padding: 60px 0;
    background-color: #F8FAFC;
}
.byc-card__call a {
    color: black;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;
}

.social-section h2.section-title {
    text-align: center;
    font-weight: 700;
    letter-spacing: -1px;
}

.social-section p {
    text-align: center;
    max-width: 80%;
    margin: auto;
    padding-top: 10px;
}
.social-section .website-form {
    margin: auto;
}

.blog-section .section-title {
    font-size: 45px;
    text-align: center;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 40px;
}
.reviews-section .section-title {
    text-align: center;
    font-weight: 700;
    font-size: 45px;
    letter-spacing: -1px;
}
.reviews-section .section-sub {
    text-align: center;
    max-width: 100%;
}
.contact-cl {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-cl a {
    font-size: 20px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}

/* ---------- Shared Buttons ---------- */
.sme-btn-primary {
    display: inline-block;
    background: #1652e8;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 26px;
    border-radius: 30px;
    text-decoration: none;
    transition: background .25s ease;
    white-space: nowrap;
}
.sme-btn-primary:hover { background: #0f3fc0; color: #fff; }

.sme-btn-dark {
    display: inline-block;
    background: #14181f;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    padding: 14px 30px;
    border-radius: 30px;
    text-decoration: none;
    transition: background .25s ease;
}
.sme-btn-dark:hover { background: #000000; color: #fff; }

.sme-btn-outline {
    display: inline-block;
    background: transparent;
    color: #14181f;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 30px;
    border: 1.5px solid #cdd4e0;
    border-radius: 30px;
    text-decoration: none;
    transition: all .25s ease;
}
.sme-btn-outline:hover { border-color: #1652e8; color: #1652e8; }

/* =====================================================
   HEADER / NAVBAR
   ===================================================== */

.sme-brand { display: flex; align-items: center; gap: 10px; }
.sme-brand-icon {
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    color: #1652e8;
    font-size: 26px;
}
.sme-brand-text { display: flex; flex-direction: column; line-height: 1; }
.sme-brand-top { font-weight: 800; font-size: 19px; color: #16181d; letter-spacing: .5px; }
.sme-brand-bottom { font-weight: 600; font-size: 11px; color: #1652e8; letter-spacing: 1px; }

.sme-nav-list { gap: 4px; }
.sme-nav-link {
    color: #2a2f3a !important;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 14px !important;
    position: relative;
}
.sme-nav-link.active { color: #1652e8 !important; font-weight: 600; }
.sme-nav-link.active::after {
    content: "";
    position: absolute;
    left: 14px; right: 14px; bottom: 2px;
    height: 2px; background: #f5b301; border-radius: 2px;
}
.sme-nav-link:hover { color: #1652e8 !important; }

.sme-nav-actions { display: flex; align-items: center; gap: 12px; }
.sme-phone-circle {
    width: 44px; height: 44px;
    border: 1.5px solid #d7dde7;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #16181d;
    text-decoration: none;
    transition: all .25s ease;
}
.sme-phone-circle:hover { background: #1652e8; color: #fff; border-color: #1652e8; }
.sme-toggler { border: none; font-size: 24px; color: #16181d; }
.sme-toggler:focus { box-shadow: none; }

/* =====================================================
   HERO
   ===================================================== */
.sme-hero {
    background: linear-gradient(135deg, #0b1730 0%, #143a8c 55%, #1d5bdf 100%);
    color: #ffffff;
    padding: 60px 0 80px;
    position: relative;
    overflow: hidden;
}
.sme-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.sme-hero-row { position: relative; z-index: 2; }

.sme-hero-badge {
    display: inline-block;
    border: 1px solid rgba(255,255,255,.45);
    color: #6fb4ff;
    font-weight: 600;
    font-size: 14px;
    padding: 7px 18px;
    border-radius: 30px;
    margin-bottom: 18px;
}
.sme-hero-eyebrow { font-size: 20px; font-weight: 600; margin: 0 0 8px; color: #eef3ff; }
.sme-hero-title {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.08;
    margin: 0 0 18px;
    color: #ffffff;
}
.sme-hero-desc {
    font-size: 17px;
    line-height: 1.7;
    color: #d6e0f3;
    max-width: 460px;
    margin: 0 0 30px;
}
.sme-hero-cta { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.sme-hero-call { display: flex; align-items: center; gap: 12px; text-decoration: none; color: #fff; }
.sme-call-icon {
    width: 46px; height: 46px;
    background: #ffffff;
    color: #1652e8;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 17px;
}
.sme-call-text { display: flex; flex-direction: column; line-height: 1.3; }
.sme-call-text small { font-size: 11px; letter-spacing: .5px; color: #c7d3ec; }
.sme-call-text strong { font-size: 20px; font-weight: 700; }

/* Hero device mockups (CSS-built placeholders – swap with real screenshots) */
.sme-mockup-wrap { position: relative; height: 420px; }

.sme-monitor { position: absolute; top: 0; left: 6%; width: 80%; }
.sme-monitor-screen {
    background: #1c1c1c;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 25px 60px rgba(0,0,0,.4);
    overflow: hidden;
    height: 270px;
}
.sme-shop-top {
    background: #fff8ef; height: 26px; border-radius: 4px 4px 0 0;
    display: flex; align-items: center; padding: 0 10px; gap: 8px;
}
.sme-shop-logo { font-size: 11px; font-weight: 700; color: #e58b1f; }
.sme-shop-search { flex: 1; height: 10px; background: #ececec; border-radius: 6px; }
.sme-shop-cart { width: 14px; height: 14px; background: #f5b301; border-radius: 50%; }
.sme-shop-body { display: flex; gap: 6px; padding: 6px; background: #fff; height: 150px; }
.sme-shop-hero {
    flex: 2; background: linear-gradient(120deg,#f4efe6,#fff);
    border-radius: 6px; padding: 10px; position: relative;
}
.sme-shop-h1 { font-size: 13px; font-weight: 800; color: #2a2a2a; line-height: 1.2; }
.sme-shop-chair {
    position: absolute; right: 12px; bottom: 10px;
    width: 46px; height: 46px; background: #f5c842; border-radius: 8px 8px 18px 18px;
}
.sme-shop-side { flex: 1; background: linear-gradient(160deg,#ffe0c7,#fff); border-radius: 6px; }
.sme-shop-row { display: flex; gap: 6px; padding: 0 6px 6px; background: #fff; }
.sme-shop-card { flex: 1; height: 46px; background: #eef1f6; border-radius: 6px; }
.sme-shop-card.alt { background: #d9e6ff; }
.sme-monitor-stand { width: 14px; height: 26px; background: #c4c9d2; margin: 0 auto; }
.sme-monitor-base { width: 120px; height: 12px; background: #c4c9d2; border-radius: 6px; margin: 0 auto; }

.sme-tablet {
    position: absolute; right: 0; bottom: 6px; width: 38%;
}
.sme-tablet-screen {
    background: #111;
    border-radius: 16px;
    padding: 8px;
    box-shadow: 0 25px 60px rgba(0,0,0,.45);
    border: 4px solid #1f1f1f;
}
.sme-tab-banner {
    background: linear-gradient(135deg,#1f7a6c,#2fa18c);
    color: #fff; font-size: 11px; font-weight: 700;
    padding: 18px 10px; border-radius: 8px; line-height: 1.3;
    text-align: center;
}
.sme-tab-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; padding: 6px 0; }
.sme-tab-grid span { height: 26px; background: #f1f4f9; border-radius: 4px; }
.sme-tab-foot {
    background: #103b34; color: #cfe8df; font-size: 10px;
    padding: 8px; border-radius: 8px; text-align: center;
}

/* =====================================================
   ABOUT THE PROJECT
   ===================================================== */
.sme-about {
    background: #ffffff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.sme-about-watermark {
    position: absolute;
    top: 14px; left: 50%;
    transform: translateX(-50%);
    font-size: 120px;
    font-weight: 800;
    color: #f0f5ff;
    white-space: nowrap;
    line-height: 1;
    z-index: 0;
    user-select: none;
    pointer-events: none;
}
.sme-about-inner { position: relative; z-index: 2; }

.sme-section-heading {
    font-size: 40px;
    font-weight: 800;
    color: #14181f;
    margin: 0 0 22px;
}
.sme-about-lead {
    color: #1652e8;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.55;
    max-width: 720px;
    margin: 0 0 26px;
}
.sme-about-para {
    color: #555c66;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 22px;
}
.sme-meta-row { margin-top: 18px; }
.sme-meta-box { padding-left: 18px; border-left: 4px solid; }
.sme-meta-blue { border-color: #1652e8; }
.sme-meta-gold { border-color: #f5b301; }
.sme-meta-label { display: block; font-size: 14px; font-weight: 600; color: #14181f; letter-spacing: .5px; }
.sme-meta-value { display: block; font-size: 24px; font-weight: 800; color: #1652e8; margin-top: 4px; }

/* =====================================================
   VIDEO TESTIMONIAL SLIDER
   ===================================================== */
.sme-testimonial {
    background: #eaf1ff;
    padding: 60px 0 90px;
    margin-top: 40px;
}
.sme-slide-row { --bs-gutter-x: 0; }
.sme-video-col { position: relative; z-index: 3; }

.sme-video-frame {
    background: #d9dde3;
    border: 10px solid #c9ced6;
    border-radius: 22px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(20,40,90,.18);
    max-width: 520px;
    margin-left: auto;
    margin-right: 0;
    transform: translateY(-30px);
}
.sme-video-thumb {
    position: relative;
    height: 320px;
    background: linear-gradient(160deg,#9a805f,#5d4a36);
    display: flex; align-items: center; justify-content: center;
}
.sme-video-thumb.sme-video-alt { background: linear-gradient(160deg,#4a6b8a,#2c3e52); }
.sme-video-thumb.sme-video-alt2 { background: linear-gradient(160deg,#6a5a7a,#3a2f4a); }
.sme-video-person {
    position: absolute;
    bottom: 0; left: 50%; transform: translateX(-50%);
    width: 150px; height: 220px;
    background: #efe9e0;
    border-radius: 60px 60px 0 0;
}
.sme-play-btn {
    position: relative;
    z-index: 4;
    width: 70px; height: 70px;
    border: none;
    background: #ffffff;
    color: #1652e8;
    border-radius: 50%;
    font-size: 22px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
    transition: transform .25s ease;
}
.sme-play-btn:hover { transform: scale(1.08); }

.sme-quote-col { position: relative; z-index: 2; }
.sme-quote-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 38px 40px;
    box-shadow: 0 20px 45px rgba(20,40,90,.10);
    position: relative;
    margin-left: -40px;
    max-width: 560px;
}
.sme-quote-badge {
    position: absolute;
    top: -22px; right: 46px;
    width: 50px; height: 50px;
    background: #1652e8;
    color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px;
}
.sme-stars { color: #f5a623; font-size: 16px; margin-bottom: 16px; }
.sme-quote-text { font-size: 16px; line-height: 1.7; color: #3a3f48; margin: 0 0 18px; }
.sme-quote-role { font-size: 19px; font-weight: 700; color: #1652e8; margin: 0 0 4px; }
.sme-quote-name { font-size: 14px; font-style: italic; color: #8a909a; }

/* Slick dots */
.sme-testimonial-slider .slick-dots { bottom: -50px; }
.sme-testimonial-slider .slick-dots li button:before {
    font-size: 12px; color: #9bb4e8; opacity: 1;
}
.sme-testimonial-slider .slick-dots li.slick-active button:before { color: #1652e8; }

/* =====================================================
   PROJECT OBJECTIVE
   ===================================================== */
.sme-objective { background: #ffffff; padding: 80px 0 40px; }
.sme-objective-para {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    max-width: 980px;
    margin: 0 auto 22px;
}

/* =====================================================
   KEY RESULTS
   ===================================================== */
.sme-results { background: #ffffff; }
.sme-results-heading {
    font-size: 38px;
    font-weight: 800;
    color: #14181f;
    margin: 0 0 36px;
    display: flex; align-items: center; gap: 10px;
}
.sme-results-emoji { font-size: 34px; }

.sme-result-item { display: flex; align-items: center; gap: 22px; margin-bottom: 30px; }
.sme-result-circle {
    width: 80px; height: 80px;
    background: #1652e8;
    border-radius: 50%;
    flex-shrink: 0;
}
.sme-result-info { display: flex; flex-direction: column; }
.sme-result-num {
    font-size: 38px;
    font-weight: 800;
    color: #14181f;
    margin: 0;
    display: flex; align-items: center; gap: 6px;
}
.sme-arrow-down { font-size: 15px; color: #e23b32; }
.sme-arrow-up { font-size: 15px; color: #1eaf5b; }
.sme-result-label { font-size: 15px; color: #6b7280; }

.sme-chart-wrap { display: flex; justify-content: center; }
.sme-chart-svg { width: 100%; max-width: 560px; height: auto; }

/* =====================================================
   SHOWCASE STATS
   ===================================================== */
.sme-showcase {
    background: url(../../assets/images/level-bg.png) center center / cover  no-repeat;
    color: #ffffff;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.sme-showcase-heading {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 44px;
}
.sme-stat-card {
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 12px;
    padding: 26px 24px;
    background: rgba(255,255,255,.04);
    height: 100%;
    transition: background .25s ease;
}
.sme-stat-card:hover { background: rgba(255,255,255,.10); }
.sme-stat-icon { font-size: 26px; color: #ffffff; display: block; margin-bottom: 14px; }
.sme-stat-num { font-size: 36px; font-weight: 800; margin: 0 0 6px; }
.sme-stat-label { font-size: 15px; color: #c6d2ec; }

/* =====================================================
   CONCLUSION
   ===================================================== */
.sme-conclusion {
    background: #ffffff;
    padding: 80px 0;
    position: relative;
}
.sme-conclusion::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 40%; height: 100%;
    background: #eaf1ff;
    z-index: 0;
}
.sme-conclusion-row { position: relative; z-index: 2; }
.sme-conclusion-img {
    border-left: 6px solid #1652e8;
    border-radius: 0 14px 14px 0;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(20,40,90,.15);
}
.sme-laptop-svg { display: block; width: 100%; height: auto; }
.sme-conclusion-right { padding-left: 30px; }
.sme-conclusion-para { color: #5b6573; font-size: 15px; line-height: 1.75; margin: 0 0 18px; }
.sme-conclusion-cta { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 26px; }

/* =====================================================
   PARTNER BADGES
   ===================================================== */
.sme-partners { background: #ffffff; padding: 40px 0 60px; }
.sme-partner-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 38px;
}
.sme-partner-item { display: flex; align-items: center; justify-content: center; }
.sme-badge {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    text-align: center; gap: 3px;
    color: #5b6573; font-size: 9px; font-weight: 600; line-height: 1.2;
    min-height: 80px;
}
.sme-badge-google { font-size: 22px; font-weight: 800; color: #4285f4; }
.sme-badge-google.big { font-size: 26px; }
.sme-badge-google-finalist {
    width: 78px; padding: 10px 6px;
    background: linear-gradient(160deg,#eef3fb,#dfe7f5);
    border-radius: 6px;
}
.sme-badge-square {
    width: 110px; padding: 12px;
    border: 1px solid #e2e6ec; border-radius: 8px;
}
.sme-badge-square strong { font-size: 13px; color: #3a3f48; font-weight: 700; }
.sme-badge-tag {
    background: #5f6b7a; color: #fff; font-size: 9px;
    padding: 3px 16px; border-radius: 4px; margin-top: 4px; letter-spacing: 1px;
}
.sme-badge-hex {
    width: 110px; height: 110px;
    background: #ffffff;
    border: 2px solid #1f2733;
    clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%);
    justify-content: center;
    padding: 0 10px;
}
.sme-clutch { font-size: 17px; color: #16181d; font-weight: 800; }
.sme-badge-ms {
    width: 150px; padding: 14px;
    background: #14401f; border-radius: 4px; color: #ffffff;
}
.sme-ms-grid { display: grid; grid-template-columns: repeat(2,8px); gap: 2px; margin-bottom: 4px; }
.sme-ms-grid i { width: 8px; height: 8px; }
.sme-ms-grid i:nth-child(1) { background: #f25022; }
.sme-ms-grid i:nth-child(2) { background: #7fba00; }
.sme-ms-grid i:nth-child(3) { background: #00a4ef; }
.sme-ms-grid i:nth-child(4) { background: #ffb900; }
.sme-ms-name { font-size: 13px; font-weight: 700; color: #fff; }
.sme-badge-ms small { color: #d6dbe2; }
.sme-ms-partner { color: #8cd34a; font-size: 16px; font-weight: 700; }
.sme-badge-meta { flex-direction: row; gap: 8px; }
.sme-meta-mark { font-size: 26px; color: #0866ff; }
.sme-meta-name { font-size: 16px; font-weight: 700; color: #16181d; text-align: left; line-height: 1.2; }
.sme-badge-stevie { color: #b8881f; }
.sme-trophy { font-size: 30px; color: #d4a017; margin-bottom: 4px; }
.sme-badge-stevie span { color: #8a6a14; font-size: 9px; }
.sme-badge-sammy {
    width: 110px; height: 90px;
    border: 2px solid #b08d4a;
    clip-path: polygon(15% 0, 85% 0, 100% 50%, 85% 100%, 15% 100%, 0 50%);
    justify-content: center; color: #7a5e2a;
}
.sme-badge-sammy strong { font-size: 13px; color: #5a451f; }

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 1199px) {
    .sme-collapse { background: #fff; padding: 16px 0; margin-top: 10px; border-radius: 10px; }
    .sme-nav-list { gap: 0; margin-bottom: 12px; }
    .sme-nav-link.active::after { display: none; }
    .sme-nav-actions { padding: 0 14px; }
    .sme-hero-title { font-size: 46px; }
}

@media (max-width: 991px) {
    .sme-hero { padding: 50px 0 60px; text-align: center; }
    .sme-hero-desc { margin-left: auto; margin-right: auto; }
    .sme-hero-cta { justify-content: center; }
    .sme-mockup-wrap { height: 360px; margin-top: 40px; }
    .sme-about-watermark { font-size: 70px; }
    .sme-section-heading { font-size: 32px; }
    .sme-video-frame { margin: 0 auto 30px; transform: none; }
    .sme-quote-card { margin-left: auto; margin-right: auto; }
    .sme-quote-badge { right: 30px; }
    .sme-results-right { margin-top: 30px; }
    .sme-conclusion::before { display: none; }
    .sme-conclusion-right { padding-left: 12px; margin-top: 36px; }
    .sme-conclusion-img { margin: 0 auto; max-width: 480px; }
}

@media (max-width: 767px) {
    .sme-hero-title { font-size: 36px; }
    .sme-hero-eyebrow { font-size: 17px; }
    .sme-section-heading { font-size: 28px; }
    .sme-results-heading { font-size: 28px; }
    .sme-showcase-heading { font-size: 26px; }
    .sme-stat-num { font-size: 28px; }
    .sme-about-watermark { font-size: 44px; }
    .sme-quote-card { padding: 30px 24px; }
    .sme-result-circle { width: 64px; height: 64px; }
    .sme-result-num { font-size: 30px; }
    .sme-partner-row { gap: 24px; }
}

@media (max-width: 575px) {
    .sme-hero-cta { flex-direction: column; align-items: center; gap: 16px; }
    .sme-hero-title { font-size: 30px; }
    .sme-conclusion-cta { flex-direction: column; }
    .sme-conclusion-cta a { text-align: center; }
}



/* =====================================================
   BANNER WRAPPER
   ===================================================== */
.dma-banner {
    position: relative;
    background: linear-gradient(115deg, #0a2034 0%, #0f2c52 42%, #1745b5 78%, #1f5bd8 100%);
    padding: 56px 0 44px;
    overflow: hidden;
}
/* faint tech grid texture */
.dma-grid-overlay {
    position: absolute;
    inset: 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: 46px 46px;
    transform: skewX(-12deg) scale(1.3);
    transform-origin: top left;
    pointer-events: none;
}
.dma-banner::after {
    content: "";
    position: absolute;
    top: -40%; right: -10%;
    width: 60%; height: 120%;
    background: radial-gradient(circle, rgba(13,40,30,.55), transparent 60%);
    pointer-events: none;
}
.dma-inner {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}

/* =====================================================
   PILL BADGE
   ===================================================== */
.dma-pill {
    display: inline-block;
    background: #ffffff;
    color: #16181d;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 22px;
    border-radius: 30px;
    margin-bottom: 18px;
}

/* =====================================================
   HEADLINE SLIDER
   ===================================================== */
.dma-headline-slider { margin-bottom: 30px; }
.dma-headline-slider:not(.slick-initialized) .dma-headline-slide { display: none; }
.dma-headline-slider:not(.slick-initialized) .dma-headline-slide:first-child { display: block; }

.dma-headline-slide { outline: none; }
.dma-eyebrow {
    color: #f6c61e;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .3px;
    margin: 0 0 12px;
}
/* .dma-title {
    color: #ffffff;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
} */

/* slick dots */
.dma-headline-slider .slick-dots { bottom: -26px; }
.dma-headline-slider .slick-dots li button:before {
    font-size: 9px; color: #ffffff; opacity: .4;
}
.dma-headline-slider .slick-dots li.slick-active button:before { color: #f6c61e; opacity: 1; }

/* =====================================================
   YELLOW CTA BAR
   ===================================================== */
.dma-cta-bar {
    background: #f7c91b;
    border-radius: 14px;
    padding: 22px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 38px 0 30px;
    text-align: left;
    box-shadow: 0 18px 40px rgba(0,0,0,.25);
}
.dma-cta-text { display: flex; flex-direction: column; }
.dma-cta-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #1a1c22;
    margin-bottom: 4px;
}
.dma-cta-phone {
    font-size: 30px;
    font-weight: 800;
    color: #16181d;
    text-decoration: none;
    line-height: 1.1;
}
.dma-cta-phone:hover { color: #000; }

.dma-avatars { display: flex; align-items: center; }
.dma-avatar {
    width: 52px; height: 52px;
    border-radius: 50%;
    border: 3px solid #f7c91b;
    margin-left: -12px;
    display: flex; align-items: center; justify-content: center;
    color: #ffffff;
    font-size: 18px;
    overflow: hidden;
}
.dma-avatar:first-child { margin-left: 0; }
.dma-av1 { background: linear-gradient(150deg, #c0573f, #8a3a28); }
.dma-av2 { background: linear-gradient(150deg, #d8a07a, #b3754f); }
.dma-av3 { background: linear-gradient(150deg, #9a6f55, #6e4a36); }
.dma-av4 { background: linear-gradient(150deg, #6b4a36, #3e2a1f); }

/* =====================================================
   PARTNER LOGOS
   ===================================================== */
.dma-partners {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 34px;
    color: #ffffff;
}
.dma-partner { display: flex; align-items: center; color: #ffffff; }

/* Microsoft */
.dma-partner-ms { flex-direction: column; align-items: flex-start; }
.dma-ms-text { display: flex; flex-direction: column; line-height: 1.1; }
.dma-ms-text small { font-size: 11px; color: #dfe6f0; margin-left: 2px; }
.dma-ms-text strong { font-size: 18px; font-weight: 600; }
.dma-ms-mark { font-size: 9px; font-weight: 600; margin-top: 2px; display: flex; align-items: center; gap: 3px; }

/* Google Partner */
.dma-partner-google { gap: 10px; }
.dma-divider { width: 2px; height: 30px; background: #ffffff; }
.dma-google-text { display: flex; flex-direction: column; line-height: 1.05; }
.dma-google-text strong { font-size: 19px; font-weight: 600; }
.dma-google-text small { font-size: 16px; font-weight: 400; }

/* Facebook Marketing Partners */
.dma-partner-fb { gap: 10px; }
.dma-fb-mark {
    width: 34px; height: 34px;
    background: #ffffff;
    color: #1745b5;
    border-radius: 6px;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px;
}
.dma-fb-text { font-size: 18px; font-weight: 500; }

/* Google Cloud */
.dma-partner-gc { gap: 10px; }
.dma-gc-mark { font-size: 26px; }
.dma-gc-text { font-size: 21px; font-weight: 500; }

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 991px) {
    .dma-title { font-size: 38px; }
}

@media (max-width: 767px) {
    .dma-banner { padding: 44px 0 36px; }
    .dma-title { font-size: 30px; }
    .dma-eyebrow { font-size: 15px; }
    .dma-cta-bar {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
        padding: 22px 20px;
    }
    .dma-cta-text { align-items: center; }
    .dma-cta-phone { font-size: 26px; }
    .dma-partners { gap: 22px; }
}

@media (max-width: 575px) {
    .dma-title { font-size: 25px; }
    .dma-title br { display: none; }
    .dma-pill { font-size: 13px; }
    .dma-avatar { width: 44px; height: 44px; }
    .dma-partners { gap: 16px; }
    .dma-google-text strong { font-size: 16px; }
    .dma-fb-text, .dma-gc-text { font-size: 15px; }
}


/* ===== SECTION ===== */
.lf-section {
    background: #ffffff;
    padding: 60px 0 80px;
    position: relative;
    overflow: hidden;
}
.lf-watermark {
    position: absolute;
    top: 4px; left: 50%;
    transform: translateX(-50%);
    font-size: 110px;
    font-weight: 800;
    color: #eef4ff;
    white-space: nowrap;
    line-height: 1;
    z-index: 0;
    user-select: none;
    pointer-events: none;
}
.lf-section .container { position: relative; z-index: 2; }

/* ===== HEADING ===== */
.lf-head { text-align: center; margin-bottom: 34px; }
.lf-title {
    color: #1652e8;
    font-size: 45px;
    font-weight: 700;
    /* text-decoration: underline; */
    text-underline-offset: 6px;
    max-width: 75%;
    margin: 0 auto 16px;
    line-height: 1.25;
    letter-spacing: -2px;
}

.lf-subtitle {
    color: #16181d;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

/* ===== FORM FIELDS ===== */
.lf-form .row { margin-bottom: 8px; }
.lf-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #2a2f3a;
    margin-bottom: 8px;
}
.lf-req { color: #e23b32; }

.lf-input {
    width: 100%;
    border: 1px solid #d9dee6;
    border-radius: 6px;
    padding: 12px 14px;
    font-size: 14px;
    color: #2a2f3a;
    background: #ffffff;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.lf-input::placeholder { color: #9aa1ab; }
.lf-input:focus {
    border-color: #1652e8;
    box-shadow: 0 0 0 3px rgba(22,82,232,.12);
}
.lf-select {
    appearance: none;
    -webkit-appearance: none;
    color: #9aa1ab;
    cursor: pointer;
}

/* ===== SERVICES ===== */
.lf-services-block { margin: 30px 0 26px; }
.lf-services-title {
    font-size: 20px;
    font-weight: 800;
    color: #16181d;
    margin-bottom: 18px;
}
.lf-service {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #4a4f57;
    cursor: pointer;
}
.lf-service input { display: none; }
.lf-service i {
    color: #1652e8;
    font-size: 12px;
    transform: rotate(90deg);
}
.lf-service input:checked ~ span { color: #1652e8; font-weight: 600; }
.lf-service input:checked ~ i { color: #0f3fc0; }

/* ===== TEXTAREA ===== */
.lf-details { margin-bottom: 26px; }
.lf-textarea {
    width: 100%;
    border: 1px solid #d9dee6;
    border-radius: 8px;
    padding: 14px;
    font-size: 14px;
    color: #2a2f3a;
    resize: vertical;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.lf-textarea:focus {
    border-color: #1652e8;
    box-shadow: 0 0 0 3px rgba(22,82,232,.12);
}

/* ===== BUTTONS ===== */
.lf-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.lf-btn-yellow {
    background: #f5c518;
    color: #16181d;
    border: none;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 28px;
    border-radius: 30px;
    cursor: pointer;
    transition: background .2s ease;
}
.lf-btn-yellow:hover { background: #e6b70f; }
.lf-btn-blue {
    background: #1652e8;
    color: #ffffff;
    border: none;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 28px;
    border-radius: 30px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background .2s ease;
}
.lf-btn-blue:hover { background: #0f3fc0; }

/* ===== CONTACT CARDS ===== */
.lf-contact-row { margin-top: 50px; }
.lf-card {
    border: 1px solid #e6e9ef;
    border-radius: 10px;
    padding: 26px 26px 30px;
    height: 100%;
    box-shadow: 0 6px 18px rgba(20,40,90,.05);
}
.lf-card-icon {
    width: 46px; height: 46px;
    background: #1652e8;
    color: #ffffff;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px;
    margin-bottom: 20px;
}
.lf-card-label {
    display: block;
    color: #8a909a;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.lf-card-value {
    color: #1a1c22;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    margin: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .lf-title { font-size: 28px; }
}
@media (max-width: 767px) {
    .lf-section { padding: 50px 0 60px; }
    .lf-title { font-size: 23px; }
    .lf-watermark { font-size: 50px; }
    .lf-services-title { font-size: 18px; }
}
@media (max-width: 575px) {
    .lf-title { font-size: 20px; }
    .lf-actions { flex-direction: column; }
    .lf-actions button { width: 100%; }
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 150px 0;
  /* blue (bottom-left) -> green (top-right) diagonal gradient */
  background: linear-gradient(
    115deg,
    #0a2a86 0%,
    #0e3aa3 32%,
    #1158c9 55%,
    #1d6f4b 88%,
    #1f7a35 100%
  );
}

/* decorative faded glows to mimic the background dashboard / texture */
.hero-deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.hero-deco--left {
  top: -120px;
  left: -120px;
  width: 520px;
  height: 360px;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.10) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: rotate(-8deg);
}

.hero-deco--right {
  top: -80px;
  right: -120px;
  width: 460px;
  height: 460px;
  background: radial-gradient(
    circle at center,
    rgba(46, 160, 67, 0.35) 0%,
    rgba(46, 160, 67, 0) 70%
  );
}

.hero-content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

/* ============================================
   BADGE PILL
============================================ */
.hero-badge {
  display: inline-block;
  background-color: #ffffff;
  color: #11225f;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 26px;
  border-radius: 50px;
  margin-bottom: 18px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

/* ============================================
   SUBTITLE
============================================ */
.hero-subtitle {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
}

/* ============================================
   MAIN HEADING
============================================ */
.hero-title {
  color: #ffffff;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.5px;
  margin-bottom: 22px;
}

.text-highlight {
  color: #ffd400;
}

/* ============================================
   DESCRIPTION
============================================ */
.hero-desc {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  max-width: 620px;
  margin: 0 auto 36px;
}

/* ============================================
   FORM (input + button)
============================================ */
.hero-form {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 14px;
  max-width: 600px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.hero-input {
  flex: 1 1 320px;
  min-width: 0;
  height: 56px;
  border: none;
  outline: none;
  border-radius: 50px;
  padding: 0 26px;
  font-size: 15px;
  color: #333333;
  background-color: #ffffff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.10);
}

.hero-input::placeholder {
  color: #8a8a8a;
}

.hero-btn {
  flex: 0 0 auto;
  height: 56px;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 600;
  color: #11225f;
  background-color: #ffd400;
  transition: background-color 0.25s ease, transform 0.15s ease;
}

.hero-btn:hover {
  background-color: #ffcc00;
  transform: translateY(-2px);
}

.hero-btn:active {
  transform: translateY(0);
}

.hero-form-msg {
  display: block;
  min-height: 18px;
  margin-top: 10px;
  font-size: 13px;
  color: #ffd400;
}

/* ============================================
   PARTNER LOGOS
============================================ */
.hero-partners {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 34px;
  margin-top: 48px;
}

.partner {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #ffffff;
}

.partner-icon {
  flex-shrink: 0;
}

.partner-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.partner-text small {
  font-size: 10px;
  font-weight: 500;
  color: #ffd400;
  letter-spacing: 0.5px;
}

.partner-text--single small {
  color: #ffffff;
  font-weight: 400;
}

.partner-text--inline {
  font-size: 16px;
  font-weight: 600;
}

/* ============================================
   RESPONSIVE
============================================ */

/* Large tablets / small laptops */
@media (max-width: 991.98px) {
  .hero-title {
    font-size: 44px;
  }
  .hero-section {
    padding: 70px 15px 60px;
  }
}

/* Tablets */
@media (max-width: 767.98px) {
  .hero-title {
    font-size: 36px;
  }
  .hero-subtitle {
    font-size: 18px;
  }
  .hero-partners {
    gap: 26px;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .hero-section {
    padding: 55px 15px 50px;
  }
  .hero-badge {
    font-size: 12px;
    padding: 8px 18px;
  }
  .hero-subtitle {
    font-size: 16px;
  }
  .hero-title {
    font-size: 28px;
  }
  .hero-desc {
    font-size: 14px;
    margin-bottom: 28px;
  }

  /* stack input + button full width */
  .hero-form {
    flex-direction: column;
    gap: 12px;
  }
  .hero-input,
  .hero-btn {
    width: 100%;
    flex: 1 1 auto;
  }

  .hero-partners {
    gap: 22px 30px;
    margin-top: 38px;
  }
  .partner-text,
  .partner-text--inline {
    font-size: 14px;
  }
}

/* Very small phones */
@media (max-width: 359.98px) {
  .hero-title {
    font-size: 24px;
  }
}



/* ============================================
   CTA BANNER SECTION
============================================ */
.ctaband {
  position: relative;
  overflow: hidden;
  padding: 150px 15px 60px;
  background:
    radial-gradient(circle at 90% 4%, rgba(40, 165, 90, 0.40) 0%, rgba(40, 165, 90, 0) 48%),
    radial-gradient(circle at 12% 0%, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0) 45%),
    radial-gradient(circle at 50% 125%, rgba(35, 110, 230, 0.55) 0%, rgba(35, 110, 230, 0) 55%),
    linear-gradient(118deg, #07184c 0%, #0b2c82 42%, #1056b4 60%, #1c6c50 86%, #1f7a33 100%);
}

/* decorative glows */
.ctaband__deco { position: absolute; pointer-events: none; z-index: 0; }
.ctaband__deco--dark {
  top: -80px; left: -80px; width: 420px; height: 300px;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 70%);
  transform: rotate(-10deg);
}
.ctaband__deco--green {
  top: -60px; right: -60px; width: 360px; height: 360px;
  background: radial-gradient(circle at center, rgba(46, 170, 80, 0.22), rgba(46, 170, 80, 0) 70%);
}
.ctaband__deco--blue {
  bottom: -120px; left: 30%; width: 480px; height: 280px;
  background: radial-gradient(ellipse at center, rgba(60, 130, 245, 0.30), rgba(60, 130, 245, 0) 70%);
}

.ctaband__inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
}

/* ============================================
   BADGE
============================================ */
.ctaband__badge {
  display: inline-block;
  background-color: #ffffff;
  color: #11225f;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 24px;
  border-radius: 50px;
  margin-bottom: 18px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
}

/* ============================================
   EYEBROW
============================================ */
.ctaband__eyebrow {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}

/* ============================================
   HEADING
============================================ */
.ctaband__title {
  color: #ffffff;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.5px;
  margin-bottom: 34px;
}

/* ============================================
   YELLOW STRATEGIST CARD
============================================ */
.ctaband__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  background-color: #ffd21e;
  border-radius: 16px;
  padding: 22px 30px;
  text-align: left;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.ctaband__cardText { display: flex; flex-direction: column; }

.ctaband__cardLabel {
  color: #11204e;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.ctaband__phone {
  color: #10204e;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.5px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.ctaband__phone:hover { opacity: 0.78; }

/* avatars */
.ctaband__avatars {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.ctaband__avatar {
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #ffd21e;
  margin-left: -14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.ctaband__avatar:first-child { margin-left: 0; }
.ctaband__avatar:nth-child(1) { z-index: 4; }
.ctaband__avatar:nth-child(2) { z-index: 3; }
.ctaband__avatar:nth-child(3) { z-index: 2; }
.ctaband__avatar:nth-child(4) { z-index: 1; }

.ctaband__avatarFace {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.ctaband__avatar img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================
   PARTNER LOGOS
============================================ */
.ctaband__partners {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
.ctaband__partner {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #ffffff;
}
.ctaband__partnerText {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
.ctaband__partnerText small {
  font-size: 10px;
  font-weight: 500;
  color: #ffd21e;
  letter-spacing: 0.5px;
}
.ctaband__partnerText--inline { font-size: 16px; font-weight: 600; }

/* ============================================
   RESPONSIVE
============================================ */
@media (max-width: 991.98px) {
  .ctaband__title { font-size: 38px; }
}

@media (max-width: 767.98px) {
  .ctaband { padding: 56px 15px 50px; }
  .ctaband__eyebrow { font-size: 16px; }
  .ctaband__title { font-size: 30px; }
  .ctaband__br { display: none; }

  /* stack the card */
  .ctaband__card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
    padding: 24px 20px;
  }
  .ctaband__cardText { align-items: center; }
  .ctaband__phone { font-size: 32px; }

  .ctaband__partners { gap: 22px 26px; }
}

@media (max-width: 479.98px) {
  .ctaband__badge { font-size: 12px; padding: 8px 18px; }
  .ctaband__title { font-size: 25px; }
  .ctaband__phone { font-size: 27px; }
  .ctaband__avatar { width: 50px; height: 50px; }
  .ctaband__partnerText,
  .ctaband__partnerText--inline { font-size: 14px; }
}

.sm-reveal {  transform: translateY(30px); transition: opacity .7s ease, transform .7s cubic-bezier(.22,1,.36,1); }
.sm-reveal.is-in { opacity: 1; transform: none; }
.seo-head {
    max-width: 80%;
    margin: 0 auto 20px;
}
.seo-head__title {
    font-size: 45px;
    font-weight: 700;
    color: black;
    line-height: 50px;
    letter-spacing: -1px;
}
.seo-head__sub { margin-top: 12px; font-size: 15px; color: #6b7384; }

.seo-btn { display: inline-flex; align-items: center; gap: 10px; border: none; cursor: pointer;
  font-size: 14px; font-weight: 600; padding: 14px 28px; border-radius: 10px;
  transition: transform .2s ease, box-shadow .25s ease, background .2s ease; }
.seo-btn:hover { transform: translateY(-2px); }
.seo-btn--blue { background: #1f6dff; color: #fff; box-shadow: 0 10px 24px rgba(31,109,255,.32); }
.seo-btn--blue:hover { background: #155ae0; }
.seo-btn--blue i { transition: transform .25s ease; }
.seo-btn--blue:hover i { transform: translateX(5px); }

/* ============================================================
   1. SEO PROCESS — effect: vertical line fills + active number pulse
============================================================ */
.seoproc { padding: 72px 0 84px; background: #f4f6fb; }
.seoproc__timeline { position: relative; max-width: 880px; margin: 0 auto; padding-left: 12px; }
.seoproc__line { position: absolute; left: 47px; top: 36px; bottom: 36px; width: 3px; background: #dfe4ee; border-radius: 3px; }
.seoproc__lineFill { position: absolute; top: 0; left: 0; width: 100%; height: 0; background: #1f6dff; border-radius: 3px; transition: height 1.1s ease; }
.seoproc__timeline.is-in .seoproc__lineFill { height: 100%; }

.seoproc__step { position: relative; display: flex; align-items: flex-start; gap: 26px; margin-bottom: 22px; }
.seoproc__step:last-child { margin-bottom: 0; }
.seoproc__num { flex: 0 0 70px; width: 70px; height: 70px; border-radius: 50%; background: #e2e7f0; color: #aeb6c6;
  display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 800; position: relative; z-index: 2;
  transition: transform .3s ease; }
.seoproc__step.is-active .seoproc__num { background: #1f6dff; color: #fff; box-shadow: 0 0 0 6px rgba(31,109,255,.18); animation: seoPulse 2.4s ease-in-out infinite; }
@keyframes seoPulse { 0%,100% { box-shadow: 0 0 0 6px rgba(31,109,255,.18) } 50% { box-shadow: 0 0 0 12px rgba(31,109,255,.07) } }

.seoproc__card { flex: 1; background: #fff; border-radius: 14px; padding: 22px 26px; border: 1px solid #eaedf4;
  box-shadow: 0 6px 20px rgba(20,40,90,.05); transition: transform .3s ease, box-shadow .3s ease; }
.seoproc__step:hover .seoproc__card { transform: translateX(6px); box-shadow: 0 16px 34px rgba(20,40,90,.12); }
.seoproc__cardHead { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.seoproc__cardTitle { font-size: 19px; font-weight: 700; color: #11204e; }
.seoproc__week { flex: 0 0 auto; font-size: 12px; font-weight: 600; color: #1f6dff; background: #e8f0ff; padding: 5px 14px; border-radius: 50px; }
.seoproc__cardText { font-size: 14px; color: #6b7384; line-height: 1.65; }

/* ============================================================
   2. LOCAL SEO — effect: yellow halo + floating cards bob
============================================================ */
.seolocal { padding: 60px 0 0 0; background: #fff; }
.seolocal__title { font-size: 40px; font-weight: 800; color: #11204e; line-height: 1.12; margin-bottom: 20px; }
.seolocal__p { font-size: 14px; color: #5b6577; line-height: 1.75; margin-bottom: 14px; }
.seolocal__btn { margin-top: 10px; }

.seolocal__visual { position: relative; max-width: 460px; margin: 0 auto; aspect-ratio: 1; }
.seolocal__circle { position: absolute; top: 4%; left: 50%; transform: translateX(-50%); width: 80%; aspect-ratio: 1;
  background: #ffd21e; border-radius: 50%; }
.seolocal__person { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 78%; height: 92%;
  object-fit: cover; border-radius: 50% 50% 18px 18px; -webkit-mask-image: linear-gradient(#000 90%, transparent); mask-image: linear-gradient(#000 92%, transparent); }
.seolocal__card { position: absolute; background: #fff; border-radius: 14px; box-shadow: 0 16px 40px rgba(20,40,90,.16); padding: 14px 16px; }
.seolocal__card--chart { top: 6%; right: -6%; width: 210px; animation: seoBob 5s ease-in-out infinite; }
.seolocal__card--links { bottom: 8%; left: -6%; width: 180px; animation: seoBob 5s ease-in-out infinite 1.4s; }
@keyframes seoBob { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-12px) } }
.seolocal__cardLabel { display: block; font-size: 12px; font-weight: 600; color: #11204e; margin-bottom: 8px; }
.seolocal__spark { width: 100%; height: 64px; display: block; }
.seolocal__cardAxis { display: flex; justify-content: space-between; font-size: 9px; color: #aeb6c6; margin-top: 4px; }
.seolocal__cardNum { font-size: 30px; font-weight: 800; color: #1f6dff; }

/* SVG line draw */
.seolocal__sparkLine { stroke-dasharray: 600; stroke-dashoffset: 600; }
.is-in .seolocal__sparkLine { animation: seoDraw 1.6s ease forwards; }
.seolocal__sparkFill {  transition: opacity .6s ease .8s; }
.is-in .seolocal__sparkFill { opacity: 1; }
@keyframes seoDraw { to { stroke-dashoffset: 0 } }

/* ============================================================
   3. WHAT GOES INTO LOCAL SEO (dark) — effect: watermark + phone float
============================================================ */
.seoleads { position: relative; overflow: hidden; padding: 50px 0; color: #fff;
  background: linear-gradient(118deg, #0d2152 0%, #143b8f 60%, #1b54ad 100%); }
.seoleads__watermark { position: absolute; right: -10px; top: 52%; transform: translateY(-50%) rotate(90deg);
  font-size: 120px; font-weight: 800; color: rgba(255,255,255,.05); letter-spacing: 4px; pointer-events: none; }
.seoleads__visual { position: relative; max-width: 380px; margin: 0 auto; padding: 10px 0 40px; }
.seoleads__pill { position: absolute; top: -6px; left: 0; z-index: 3; background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.25); color: #fff; font-size: 13px; font-weight: 600; padding: 7px 18px; border-radius: 50px; }
.seoleads__phone { width: 64%; margin: 36px auto 0; border-radius: 26px; overflow: hidden; border: 6px solid #0b1c46;
  box-shadow: 0 30px 60px rgba(0,0,0,.4); animation: seoBob 6s ease-in-out infinite; }
.seoleads__phone img { width: 100%; height: 360px; object-fit: cover; }
.seoleads__kw { position: absolute; bottom: 0; right: 0; width: 74%; background: #fff; color: #11204e;
  border-radius: 14px; padding: 14px 16px; box-shadow: 0 18px 40px rgba(0,0,0,.3); }
.seoleads__kwLabel { font-size: 14px; font-weight: 700; }
.seoleads__bars { width: 100%; height: 96px; display: block; margin-top: 6px; }
.seoleads__barset rect { transform: scaleY(0); transform-origin: bottom; transform-box: fill-box; }
.is-in .seoleads__barset rect { animation: seoGrow .8s cubic-bezier(.22,1,.36,1) forwards; }
.is-in .seoleads__barset rect:nth-child(2n) { animation-delay: .12s; }
@keyframes seoGrow { to { transform: scaleY(1) } }
.seoleads__kwAxis { display: flex; justify-content: space-around; font-size: 9px; color: #98a2b6; margin-top: 2px; }
.seoleads__title { font-size: 36px; font-weight: 800; line-height: 1.16; margin-bottom: 18px; }
.seoleads__p { font-size: 14px; color: rgba(255,255,255,.82); line-height: 1.7; margin-bottom: 14px; }
.seoleads .seo-btn { margin-top: 6px; }

/* ============================================================
   4. SEO TECHNOLOGY — effect: yellow arc + badge pop + chart draw
============================================================ */
.seotech { padding: 60px 0; background: #F8FAFC; }
.seotech__stage { position: relative; max-width: 1000px; margin: 0 auto; padding: 40px 0 60px; }
.seotech__arc { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 116%; max-width: 1100px;
  height: auto; z-index: 0; pointer-events: none; }
.seotech__arcPath { stroke-dasharray: 1600; stroke-dashoffset: 1600; }
.seotech__stage.is-in .seotech__arcPath { animation: seoDraw 1.6s ease .3s forwards; }

.seotech__badge { position: absolute; left: 4%; top: 16%; z-index: 4; width: 130px; height: 130px; border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, #2f86ff, #1646c8); color: #fff; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center; padding: 12px; box-shadow: 0 18px 40px rgba(20,60,160,.4);
  transform: scale(0); }
.seotech__stage.is-in .seotech__badge { animation: seoPop .6s cubic-bezier(.34,1.56,.64,1) .5s forwards; }
@keyframes seoPop { to { transform: scale(1) } }
.seotech__badgeBig { font-size: 22px; font-weight: 800; }
.seotech__badgeSmall { font-size: 8.5px; font-weight: 600; letter-spacing: .04em; line-height: 1.3; margin-top: 2px; }

/* laptop */
.seotech__laptop { position: relative; z-index: 3; max-width: 820px; margin: 0 auto; }
.seotech__screen { background: #fff; border: 10px solid #11151f; border-radius: 16px 16px 0 0; overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,.22); }
.seotech__notch { display: block; height: 0; }
.seotech__base { display: block; height: 16px; background: linear-gradient(#d6dae3,#aeb4c2); border-radius: 0 0 14px 14px;
  margin: 0 auto; width: 112%; max-width: 940px; position: relative; left: 50%; transform: translateX(-50%);
  box-shadow: 0 14px 24px rgba(0,0,0,.18); }
.seotech__base::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 120px; height: 6px; background: #8b93a5; border-radius: 0 0 8px 8px; }

/* dashboard */
.seotech__bar { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 8px 14px;
  background: #f5f7fb; border-bottom: 1px solid #e7eaf1; font-size: 11px; color: #45506a; }
.seotech__barBrand { font-weight: 700; color: #11204e; }
.seotech__search { flex: 1; max-width: 280px; background: #fff; border: 1px solid #e1e6ef; border-radius: 50px; padding: 5px 12px; color: #8a93a6; }
.seotech__barIcons { display: flex; gap: 10px; color: #8a93a6; }
.seotech__app { display: grid; grid-template-columns: 120px 1fr 220px; min-height: 300px; }
.seotech__side { background: #fafbfe; border-right: 1px solid #eef1f7; padding: 12px 8px; display: flex; flex-direction: column; gap: 4px; }
.seotech__side span { font-size: 11px; color: #6b7384; padding: 7px 10px; border-radius: 7px; display: flex; align-items: center; gap: 8px; }
.seotech__side .is-on { background: #e8f0ff; color: #1f6dff; font-weight: 600; }
.seotech__main { padding: 16px; border-right: 1px solid #eef1f7; }
.seotech__chartTitle { font-size: 14px; font-weight: 700; color: #11204e; margin-bottom: 10px; }
.seotech__chart { width: 100%; height: 150px; display: block; }
.seotech__chartLine { stroke-dasharray: 900; stroke-dashoffset: 900; }
.is-in .seotech__chartLine { animation: seoDraw 1.8s ease .4s forwards; }
.seotech__chartFill {  transition: opacity .8s ease 1s; }
.is-in .seotech__chartFill { opacity: 1; }
.seotech__sources { margin-top: 12px; border-top: 1px solid #eef1f7; padding-top: 8px; }
.seotech__srcRow { display: flex; align-items: center; justify-content: space-between; font-size: 11px; color: #45506a; padding: 5px 0; }
.seotech__srcRow b { color: #18a558; }
.seotech__goals { padding: 14px 12px; background: #fff; border-left: 3px solid #ff7a18; }
.seotech__goalsTitle { font-size: 13px; font-weight: 700; color: #ff7a18; margin-bottom: 10px; }
.seotech__goal { display: flex; align-items: center; justify-content: space-between; gap: 8px; background: #f7f9fc;
  border: 1px solid #eef1f7; border-radius: 8px; padding: 8px 10px; margin-bottom: 7px; }
.seotech__goal span { display: flex; flex-direction: column; font-size: 11px; font-weight: 600; color: #11204e; }
.seotech__goal small { font-size: 8px; font-weight: 400; color: #9aa3b5; }
.seotech__goal--end { justify-content: flex-end; }
.seotech__toggle { width: 30px; height: 16px; border-radius: 50px; background: #d6dbe6; position: relative; }
.seotech__toggle::after { content: ""; position: absolute; top: 2px; left: 2px; width: 12px; height: 12px; border-radius: 50%; background: #fff; }
.seotech__pct { font-size: 11px; font-weight: 700; color: #11204e; }
.seotech__pct--ring { color: #18a558; border: 1.5px solid #18a558; border-radius: 50px; padding: 3px 9px; }

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 991.98px) {
  .seo-head__title, .seolocal__title { font-size: 30px; }
  .seoleads__title { font-size: 28px; }
  .seoleads__watermark { font-size: 80px; }
  .seotech__app { grid-template-columns: 92px 1fr 180px; }
  .seotech__badge { width: 108px; height: 108px; top: 6%; }
}
@media (max-width: 767.98px) {
  .seoproc__num { flex-basis: 54px; width: 54px; height: 54px; font-size: 18px; }
  .seoproc__line { left: 39px; }
  .seoproc__cardHead { flex-direction: column; align-items: flex-start; gap: 6px; }
  .seolocal__visual { max-width: 360px; }
  .seoleads__visual { max-width: 320px; }
  .seotech__arc { width: 150%; }
  /* dashboard becomes simpler stack to stay readable */
  .seotech__app { grid-template-columns: 1fr; }
  .seotech__side { flex-direction: row; flex-wrap: wrap; border-right: none; border-bottom: 1px solid #eef1f7; }
  .seotech__main { border-right: none; border-bottom: 1px solid #eef1f7; }
  .seotech__badge { position: static; margin: 0 auto 18px; transform: none; }
  .seotech__stage.is-in .seotech__badge { animation: none; }
}
@media (max-width: 575.98px) {
  .seo-head__title, .seolocal__title { font-size: 25px; }
  .seo-btn { width: 100%; justify-content: center; }
  .seolocal__card--chart { right: -2%; width: 170px; }
  .seolocal__card--links { left: -2%; width: 150px; }
}




/* shared heading */
.smm-head{max-width:80%;margin:0 auto 46px;}
.smm-head__title {
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    color: black;
    letter-spacing: -1px;
}
.smm-head__title--blue{color:#1858d8;}
.smm-head__title--light{color:#ffffff;}
.smm-head__sub{margin-top:12px;font-size:15px;color:#5b6577;}
.smm-head__sub--light{color:rgba(255,255,255,.7);}

/* shared buttons */
.smm-btn{display:inline-block;border:none;cursor:pointer;font-size:14px;font-weight:600;
  padding:13px 26px;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;}
.smm-btn:hover{transform:translateY(-2px);}
.smm-btn--white{background:#ffffff;color:#11204e;}
.smm-btn--yellow{background:#ffd21e;color:#11204e;}
.smm-btn--yellow:hover{background:#ffc800;}
.smm-btn--dark{background:#11204e;color:#ffffff;}
.smm-btn--blue{background:#1858d8;color:#ffffff;}
.smm-btn--blue:hover{background:#1247b3;}

/* gentle entrance for headings (CSS only, plays once) */
@keyframes smmFade{from{transform:translateY(22px)}to{opacity:1;transform:none}}
.smm-head{animation:smmFade .8s both;}

/* ============================================================
   HERO — effect: floating gradient glows + gradient text
============================================================ */
.smm-hero{position:relative;overflow:hidden;    padding: 150px 15px 64px;;text-align:center;
  background: url(../../assets/images/smm-bg-img.png) center center / cover  no-repeat;}
.smm-hero__glow{position:absolute;border-radius:50%;filter:blur(10px);pointer-events:none;}
.smm-hero__glow--a{top:-60px;left:-40px;width:360px;height:280px;
  background:radial-gradient(circle,rgba(255,255,255,.10),transparent 70%);animation:smmFloat 9s ease-in-out infinite;}
.smm-hero__glow--b{bottom:-80px;right:10%;width:420px;height:320px;
  background:radial-gradient(circle,rgba(40,200,120,.22),transparent 70%);animation:smmFloat 11s ease-in-out infinite reverse;}
@keyframes smmFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(26px)}}
.smm-hero__inner{position:relative;z-index:2;max-width:90%;margin:0 auto;animation:smmFade 1s both;}
.smm-hero__pills{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:22px;}
.smm-hero__pill{font-size:12px;font-weight:600;color:#fff;padding:6px 16px;border-radius:50px;
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);}
.smm-hero__pill--solid{background:#1da1f2;border-color:transparent;}
.smm-hero__pill--dark{background:#0b0b0b;border-color:transparent;}
.smm-hero__title{font-size:50px;font-weight:800;line-height:55px;color:#fff;}
.smm-hero__title-accent{background:linear-gradient(90deg,#ffd21e,#ffe98a);-webkit-background-clip:text;background-clip:text;color:transparent;}
.smm-hero__sub {
    margin: 15px auto 0 auto;
    max-width: 600px;
    font-size: 15px;
    color: rgba(255, 255, 255, .82);
}
.smm-hero__stats{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:30px; width: max-content; margin: auto; background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);border-radius:12px; backdrop-filter:blur(4px); margin-bottom: 30px;}
.smm-hero__stat{ padding:16px 30px;min-width:150px;transition:transform .3s ease;}
.smm-hero__stat:hover{transform:translateY(-5px);}
.smm-hero__statNum{display:block;font-size:30px;font-weight:800;color:#ffd21e;}
.smm-hero__statLabel{font-size:12px;color:rgba(255,255,255,.78);}
.smm-hero__actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;}

/* ============================================================
   LOGOS (slick) — effect: grayscale to color
============================================================ */
.smm-logos{padding:26px 0;border-bottom:1px solid #eef0f4;}
.smm-logos__item{font-size:20px;font-weight:700;color:#9aa3b2;text-align:center;
  transition:color .3s,opacity .3s;outline:none;}
.smm-logos__item small{font-size:10px;vertical-align:super;}
.smm-logos__item--serif{font-family:Georgia,"Times New Roman",serif;}
.smm-logos__item:hover{color:#1858d8;opacity:1;}
.smm-logos .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: max-content !important;
    gap: 50px !important;
}

/* ============================================================
   WORK STRIP (slick) — effect: scale + shadow
============================================================ */
.smm-strip{padding:8px 0 4px;}
.smm-strip__item{padding:6px;}
.smm-strip__item img{width:100%;height:100%;object-fit:cover;border-radius:10px;
  transition:transform .5s cubic-bezier(.22,1,.36,1),box-shadow .4s;}
.smm-strip__item img:hover{transform:scale(1.04);box-shadow:0 14px 30px rgba(0,0,0,.18);}

/* ============================================================
   SERVICES — effect: hover lift + top accent sweep + icon pop
============================================================ */
.smm-serv{padding:70px 0;background:#fff;}
.smm-serv__card{position:relative;height:100%;background:#fff;border:1px solid #eceef3;border-radius:14px;
  padding:26px 24px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s;}
.smm-serv__card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:#1858d8;
  transform:scaleX(0);transform-origin:left;transition:transform .4s ease;}
.smm-serv__card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(20,40,90,.12);border-color:transparent;}
.smm-serv__card:hover::before{transform:scaleX(1);}
.smm-serv__icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:12px;
  font-size:22px;color:#fff;margin-bottom:16px;transition:transform .3s ease;}
.smm-serv__card:hover .smm-serv__icon{transform:scale(1.1) rotate(-6deg);}
.smm-serv__name{font-size:19px;font-weight:700;color:#11204e;margin-bottom:8px; margin-top: 10px;}
.smm-serv__desc{font-size:13px;color:#6b7384;margin-bottom:14px;line-height:1.6;}
.smm-serv__list li{position:relative;font-size:13px;color:#45506a;padding:4px 0 4px 0px; list-style: none;}
.smm-serv__list li::before{content:"\f00c";font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;left:0;color:#1858d8;font-size:11px;}
.smm-serv__card--fb .smm-serv__icon{background:#1877f2;}
.smm-serv__card--ig{background:#fff5f8;}.smm-serv__card--ig .smm-serv__icon{background:linear-gradient(45deg,#f09433,#dc2743,#bc1888);}
.smm-serv__card--li .smm-serv__icon{background:#0a66c2;}
.smm-serv__card--tt .smm-serv__icon{background:#0b0b0b;}
.smm-serv__card--tw .smm-serv__icon{background:#14171a;}
.smm-serv__card--pin{background:#fff2f3;}.smm-serv__card--pin .smm-serv__icon{background:#e60023;}

/* ============================================================
   TRUSTED BRANDS — effect: grayscale grid, hover color + pop
============================================================ */
.smm-brands{padding:60px 0;background:#f6f8fc;}
.smm-brands__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:26px 30px;align-items:center;}
.smm-brands__logo{text-align:center;font-size:20px;font-weight:800;color:#aeb6c4;letter-spacing:-.5px;transition:color .3s,transform .3s;cursor:default;}
.smm-brands__logo:hover{color:#11204e;transform:scale(1.12);}

/* ============================================================
   ENGAGEMENT — effect: rotating conic ring + floating chips
============================================================ */
.smm-engage{padding:60px 0;background:#fff;}
.smm-engage__visual{position:relative;width:340px;max-width:100%;margin:0 auto;aspect-ratio:1;}
.smm-engage__ring{position:absolute;inset:0;border-radius:50%;padding:12px;
  background:conic-gradient(#1858d8,#2bc48a,#ffd21e,#e60023,#1858d8);animation:smmSpin 14s linear infinite;}
.smm-engage__ring img{width:100%;height:100%;object-fit:cover;border-radius:50%;border:8px solid #fff;}
@keyframes smmSpin{to{transform:rotate(360deg)}}
.smm-engage__chip{position:absolute;width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  color:#fff;font-size:18px;box-shadow:0 8px 18px rgba(0,0,0,.18);animation:smmBob 4s ease-in-out infinite;}
.smm-engage__chip--1{top:-6px;left:30%;background:#0a66c2;}
.smm-engage__chip--2{top:24%;left:-10px;background:#25d366;animation-delay:.6s;}
.smm-engage__chip--3{bottom:16%;left:-6px;background:linear-gradient(45deg,#f09433,#dc2743,#bc1888);animation-delay:1.2s;}
.smm-engage__chip--4{bottom:-6px;right:28%;background:#1877f2;animation-delay:1.8s;}
.smm-engage__chip--5{top:16%;right:-8px;background:#14171a;animation-delay:2.4s;}
@keyframes smmBob{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.smm-engage__title{font-size:32px;font-weight:700;color:#11204e;margin-bottom:16px;}
.smm-engage__p{font-size:14px;color:#5b6577;line-height:1.7;margin-bottom:12px;}
.smm-engage__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px;}

/* ============================================================
   WHY MATTERS — effect: hover bottom border sweep + icon rotate
============================================================ */
.smm-why{padding:60px 0;background:#CCDBF6;}
.smm-why__card{position:relative;height:100%;background:#fff;border-radius:12px;padding:24px 22px;
  border:1px solid #e9edf4;overflow:hidden;transition:transform .3s,box-shadow .3s;}
.smm-why__card::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;
  background:linear-gradient(90deg,#1858d8,#2bc48a);transform:translateX(-101%);transition:transform .45s ease;}
.smm-why__card:hover{transform:translateY(-6px);box-shadow:0 18px 36px rgba(20,40,90,.10);}
.smm-why__card:hover::after{transform:translateX(0);}
.smm-why__icon{width:40px;height:40px;border-radius:9px;background:#1858d8;margin-bottom:16px;
  display:flex;align-items:center;justify-content:center;color:#fff;transition:transform .3s;}
.smm-why__card:hover .smm-why__icon{transform:rotate(8deg) scale(1.08);}
.smm-why__name{font-size:16px;font-weight:700;color:#11204e;margin-bottom:8px;}
.smm-why__text{font-size:12.5px;color:#6b7384;line-height:1.6;}

/* ============================================================
   REVENUE BAND — effect: huge faint word + input focus glow
============================================================ */
.smm-revenue{position:relative;overflow:hidden;padding:56px 0;
   background: url(../../assets/images/smm-cta-bg.png) center center / cover no-repeat;}
.smm-revenue__word{position:absolute;right:2%;top:50%;transform:translateY(-50%) rotate(-8deg);
  font-size:130px;font-weight:800;color:rgba(255,255,255,.06);white-space:nowrap;pointer-events:none;}
.smm-revenue__title{font-size:34px;font-weight:700;color:#fff;line-height:1.2;}
.smm-revenue__p{margin-top:10px;font-size:14px;color:rgba(255,255,255,.8);max-width:420px;}
.smm-revenue__form{display:flex;gap:12px;flex-wrap:wrap;}
.smm-revenue__input{flex:1 1 240px;height:52px;border:2px solid transparent;border-radius:8px;padding:0 18px;font-size:14px;outline:none;transition:border-color .25s,box-shadow .25s;}
.smm-revenue__input:focus{border-color:#ffd21e;box-shadow:0 0 0 4px rgba(255,210,30,.25);}

/* ============================================================
   CREATIVE WORKS — effect: CSS-only tab filter + image zoom
============================================================ */
.smm-works{padding:70px 0;background:#fff;}
.smm-works__radio{position:absolute;pointer-events:none;}
.smm-works__tabs{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:34px;}
.smm-works__tabs label{font-size:13px;font-weight:600;color:#5b6577;background:#f1f4fa;border:none;
  padding:9px 18px;border-radius:50px;cursor:pointer;transition:background .25s,color .25s;}
.smm-works__tabs label:hover{background:#dde6f7;}
.smm-works__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.smm-works__item{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:4/3;}
.smm-works__item img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.22,1,.36,1);}
.smm-works__item::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(10,20,60,.55));transition:opacity .4s;}
.smm-works__item:hover img{transform:scale(1.1);}
.smm-works__item:hover::after{opacity:1;}
.smm-works__item.is-tall{aspect-ratio:3/4;grid-row:span 2;}
/* active tab highlight */
#smmw-all:checked    ~ .smm-works__tabs label[for="smmw-all"],
#smmw-logo:checked   ~ .smm-works__tabs label[for="smmw-logo"],
#smmw-post:checked   ~ .smm-works__tabs label[for="smmw-post"],
#smmw-slide:checked  ~ .smm-works__tabs label[for="smmw-slide"],
#smmw-banner:checked ~ .smm-works__tabs label[for="smmw-banner"]{background:#1858d8;color:#fff;}
/* filtering */
.smm-works__grid .smm-works__item{display:none;}
#smmw-all:checked    ~ .smm-works__grid .smm-works__item{display:block;}
#smmw-logo:checked   ~ .smm-works__grid .w-logo{display:block;}
#smmw-post:checked   ~ .smm-works__grid .w-post{display:block;}
#smmw-slide:checked  ~ .smm-works__grid .w-slide{display:block;}
#smmw-banner:checked ~ .smm-works__grid .w-banner{display:block;}

/* ============================================================
   APPROACH (dark) — effect: CSS-only tabs + glass card + glow
============================================================ */
.smm-approach{position:relative;overflow:hidden;padding:72px 0;}
.smm-approach__glow{position:absolute;top:10%;right:-120px;width:420px;height:420px;border-radius:50%;
  background:radial-gradient(circle,rgba(24,88,216,.4),transparent 70%);pointer-events:none;}
.smm-approach__radio{position:absolute;pointer-events:none;}
.smm-approach__tabs{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:40px;position:relative;z-index:2;}
.smm-approach__tabs label{font-size:13px;font-weight:600;color:rgba(255,255,255,.7);background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);padding:9px 20px;border-radius:50px;cursor:pointer;transition:.25s;}
.smm-approach__tabs label:hover{background:rgba(255,255,255,.16);}
.smm-approach__body{position:relative;z-index:2;}
.smm-approach__panel{display:none;}
.smm-approach__card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:16px;
  padding:32px;backdrop-filter:blur(6px);animation:smmFade .5s both;}
.smm-approach__cardTitle{font-size:24px;font-weight:700;color:#fff;margin-bottom:12px;}
.smm-approach__cardText{font-size:14px;color:rgba(255,255,255,.72);line-height:1.7;margin-bottom:18px;}
.smm-approach__list li{position:relative;padding:7px 0 7px 26px;font-size:13.5px;color:rgba(255,255,255,.85);}
.smm-approach__list li::before{content:"\f058";font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;left:0;color:#2bc48a;}
.smm-approach__card .smm-btn{margin-top:18px;}
.smm-approach__media{border-radius:16px;overflow:hidden;box-shadow:0 30px 60px rgba(0,0,0,.4);}
.smm-approach__media img{width:100%;height:100%;object-fit:cover;transition:transform .8s;}
.smm-approach__media:hover img{transform:scale(1.05);}
#smma-plan:checked     ~ .smm-approach__tabs label[for="smma-plan"],
#smma-creative:checked ~ .smm-approach__tabs label[for="smma-creative"],
#smma-data:checked     ~ .smm-approach__tabs label[for="smma-data"]{background:#1858d8;color:#fff;border-color:transparent;}
#smma-plan:checked     ~ .smm-approach__body .smm-approach__panel--plan,
#smma-creative:checked ~ .smm-approach__body .smm-approach__panel--creative,
#smma-data:checked     ~ .smm-approach__body .smm-approach__panel--data{display:flex;}

/* ============================================================
   BEST PRACTICES — effect: hover top accent + icon shift
============================================================ */
.smm-best{padding:70px 0;background:#fff;}
.smm-best__card{height:100%;background:#fff;border:1px solid #e9edf4;border-radius:12px;padding:26px 24px;
  border-top:3px solid transparent;transition:transform .3s,box-shadow .3s,border-top-color .3s;}
.smm-best__card:hover{transform:translateY(-6px);box-shadow:0 18px 36px rgba(20,40,90,.10);border-top-color:#1858d8;}
.smm-best__icon{width:40px;height:40px;border-radius:9px;background:#1858d8;margin-bottom:16px;
  display:flex;align-items:center;justify-content:center;color:#fff;transition:transform .3s;}
.smm-best__card:hover .smm-best__icon{transform:translateY(-4px);}
.smm-best__name{font-size:17px;font-weight:700;color:#11204e;margin-bottom:8px;}
.smm-best__text{font-size:13px;color:#6b7384;line-height:1.6;margin-bottom:14px;}
.smm-best__list li{position:relative;font-size:12.5px;color:#45506a;padding:4px 0 4px 18px;}
.smm-best__list li::before{content:"";position:absolute;left:0;top:11px;width:7px;height:7px;border-radius:50%;background:#1858d8;}

/* ============================================================
   CONTENT WE CREATE (dark) — effect: gradient border glow
============================================================ */
.smm-content{padding:72px 0 80px;background:#0c1430;}
.smm-content__card{position:relative;height:100%;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.10);
  border-radius:14px;padding:26px 24px;transition:transform .3s,box-shadow .3s;}
.smm-content__card:hover{transform:translateY(-6px);box-shadow:0 0 0 1px rgba(43,196,138,.5),0 20px 40px rgba(0,0,0,.4);}
.smm-content__icon{width:46px;height:46px;border-radius:11px;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#1858d8,#2bc48a);color:#fff;font-size:18px;margin-bottom:16px;}
.smm-content__name{font-size:18px;font-weight:700;color:#fff;margin-bottom:8px;}
.smm-content__text{font-size:12.5px;color:rgba(255,255,255,.66);line-height:1.6;margin-bottom:14px;}
.smm-content__inc{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#2bc48a;margin-bottom:8px;}
.smm-content__list li{position:relative;font-size:12.5px;color:rgba(255,255,255,.8);padding:4px 0 4px 18px;}
.smm-content__list li::before{content:"\f0da";font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;left:0;color:#1858d8;}

/* ============================================================
   FOOTER
============================================================ */
.smm-foot{background:#070d22;padding:26px 0;}
.smm-foot__inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;}
.smm-foot__brand{font-size:20px;font-weight:800;color:#fff;}
.smm-foot__brand span{color:#ffd21e;}
.smm-foot__copy{font-size:12px;color:rgba(255,255,255,.5);}
.smm-foot__social{display:flex;gap:12px;}
.smm-foot__social a{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;
  display:flex;align-items:center;justify-content:center;transition:background .25s;}
.smm-foot__social a:hover{background:#1858d8;}

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width:1199.98px){
  .smm-brands__grid{grid-template-columns:repeat(6,1fr);}
  .smm-works__grid{grid-template-columns:repeat(3,1fr);}
}
@media (max-width:991.98px){
  .smm-head__title{font-size:28px;}
  .smm-hero__title{font-size:34px;}
  .smm-engage__title,.smm-revenue__title{font-size:26px;}
  .smm-works__grid{grid-template-columns:repeat(2,1fr);}
  .smm-works__item.is-tall{grid-row:span 1;aspect-ratio:4/3;}
  .smm-revenue__word{font-size:90px;}
}
@media (max-width:767.98px){
  .smm-brands__grid{grid-template-columns:repeat(3,1fr);}
  .smm-hero__title{font-size:28px;}
  .smm-hero__stat{padding:14px 22px;min-width:130px;}
  .smm-revenue__word{display:none;}
}
@media (max-width:575.98px){
  .smm-works__grid{grid-template-columns:repeat(1,1fr);}
  .smm-brands__grid{grid-template-columns:repeat(2,1fr);}
  .smm-head__title{font-size:24px;}
  .smm-btn{width:100%;text-align:center;}
  .smm-hero__actions,.smm-engage__actions{flex-direction:column;}
}

.smm-logos .slick-track {
    padding: 20px 0;
}

.smm-serv__list li::before {
  display: none;
}

.smm-serv__list {
  padding: 0;
}

.sme-boost {
    top: 30px;
    position: relative;
}

.smm-approach__list li {
    list-style: none;
    padding-left: 0;
}

.smm-approach__list li::before {
    display: none;
}
.smm-approach__list li object, .smm-content__list li {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(339deg) brightness(102%) contrast(102%);
}

.smm-approach__list {
  padding: 0;
}

.smm-best__list {
    padding: 0;
}

.smm-best__list li::before {
    display: none;
}

.smm-best__list li {
    list-style: none;
}
.smm-content__list {
    padding: 0;
}

.smm-content__list li {
    list-style: none;
    padding-left: 0;
}

.smm-content__list li::before {
    display: none;
}


/* ============================================================
   HERO SECTION
   ============================================================ */
.orm-hero{
    position:relative;
    overflow:hidden;
    padding:60px 0 50px;
    background:
        radial-gradient(120% 90% at 85% 8%, rgba(70,130,235,.40) 0%, rgba(70,130,235,0) 55%),
        radial-gradient(90% 80% at 12% 95%, rgba(20,45,120,.55) 0%, rgba(20,45,120,0) 60%),
        linear-gradient(125deg,#173a86 0%,#0d2360 42%,#07163f 100%);
}

/* ---- background decorative layers (unique effect: drifting glow + grid) ---- */
.orm-hero::before{           /* faint grid / document texture */
    content:"";
    position:absolute;
    inset: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:46px 46px;
    -webkit-mask-image:radial-gradient(circle at 20% 30%,#000 0%,transparent 70%);
            mask-image:radial-gradient(circle at 20% 30%,#000 0%,transparent 70%);
    opacity:.6;
    pointer-events:none;
}
.orm-hero__glow{
    position:absolute;
    width:420px;height:420px;border-radius:50%;
    filter:blur(70px);
    pointer-events:none;
    z-index:0;
}
.orm-hero__glow--one{
    top:-120px;right:-60px;
    background:rgba(54,118,224,.45);
    animation:ormDrift 11s ease-in-out infinite;
}
.orm-hero__glow--two{
    bottom:-160px;left:-80px;
    background:rgba(34,70,160,.45);
    animation:ormDrift 14s ease-in-out infinite reverse;
}
@keyframes ormDrift{
    0%,100%{transform:translate(0,0)}
    50%{transform:translate(40px,30px)}
}
.orm-hero .container{position:relative;z-index:2;}

/* ============================================================
   BADGE PILL
   ============================================================ */
.orm-eyebrow{
    display:inline-block;
    background:#ffffff;
    color:#0c2056;
    font-size:14px;
    font-weight:600;
    letter-spacing:.2px;
    padding:9px 24px;
    border-radius:50px;
    box-shadow:0 8px 26px rgba(0,0,0,.28);
    animation:ormFadeUp .7s ease both;
}

/* ============================================================
   HEADLINE + COPY
   ============================================================ */
.orm-title{
    color:#ffffff;
    font-weight:800;
    font-size:clamp(32px,4.4vw,58px);
    line-height:1.08;
    margin:22px 0 18px;
    animation:ormFadeUp .7s .12s ease both;
}
.orm-title .orm-accent{color:#f6c518;}

.orm-lead{
    color:#c4d3f3;
    font-size:clamp(15px,1.4vw,19px);
    font-weight:400;
    max-width:540px;
    line-height:1.6;
    margin-bottom:26px;
    animation:ormFadeUp .7s .22s ease both;
}

/* ============================================================
   FEATURE LIST
   ============================================================ */
.orm-features{
    animation:ormFadeUp .7s .3s ease both;
}
.orm-feature{
    display:flex;
    align-items:center;
    gap:10px;
    color:#eaf0fb;
    font-size:15px;
    font-weight:500;
    margin-bottom:14px;
}
.orm-feature__icon{
    flex:0 0 26px;
    width:26px;height:26px;
    display:grid;place-items:center;
    transition:transform .35s ease;
}
.orm-feature__icon svg{width:20px;height:20px;stroke:#f6c518;}
.orm-feature:hover .orm-feature__icon{transform:translateY(-3px) scale(1.08);}

/* ============================================================
   RISK-FREE SEAL  (CSS built, unique pulse effect)
   ============================================================ */
.orm-seal-wrap{
    display:flex;
    justify-content:center;
    align-items:center;
    animation:ormFadeUp .7s .4s ease both;
}
.orm-seal{
    position:relative;
    width:150px;height:150px;
    display:grid;place-items:center;
    animation:ormPulse 3.4s ease-in-out infinite;
}
.orm-seal::before{                 /* spiky starburst edge */
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,#f2a51c,#d97c12);
    clip-path:polygon(
        50% 0%,62.67% 11%,79.4% 9.55%,83.17% 25.9%,97.55% 34.55%,
        91% 50%,97.55% 65.45%,83.17% 74.1%,79.4% 90.45%,62.67% 89%,
        50% 100%,37.33% 89%,20.6% 90.45%,16.83% 74.1%,2.45% 65.45%,
        9% 50%,2.45% 34.55%,16.83% 25.9%,20.6% 9.55%,37.33% 11%);
    filter:drop-shadow(0 10px 22px rgba(0,0,0,.4));
}
.orm-seal__disc{
    position:relative;
    z-index:1;
    width:112px;height:112px;
    border-radius:50%;
    background:radial-gradient(circle at 35% 30%,#ffd45e,#f3aa1d 70%);
    border:3px solid #ffe49a;
    display:grid;place-items:center;
    text-align:center;
    color:#7a3d05;
    line-height:1;
}
.orm-seal__disc strong{
    display:block;
    font-size:21px;
    font-weight:800;
    letter-spacing:.5px;
}
.orm-seal__ribbon{
    position:absolute;
    z-index:2;
    bottom:14px;
    left:50%;
    transform:translateX(-50%);
    background:#e23b2e;
    color:#fff;
    font-size:9.5px;
    font-weight:700;
    letter-spacing:.6px;
    white-space:nowrap;
    padding:5px 14px;
    border-radius:3px;
    box-shadow:0 6px 14px rgba(0,0,0,.35);
}
.orm-seal__ribbon::before,
.orm-seal__ribbon::after{
    content:"";
    position:absolute;
    bottom:-6px;
    border:6px solid #a3261c;
    border-bottom-color:transparent;
}
.orm-seal__ribbon::before{left:-6px;border-right-color:transparent;}
.orm-seal__ribbon::after{right:-6px;border-left-color:transparent;}
@keyframes ormPulse{
    0%,100%{transform:translateY(0) rotate(0)}
    50%{transform:translateY(-6px) rotate(-2deg)}
}

/* ============================================================
   STATS CARD  (unique effect: shine sweep + hover lift)
   ============================================================ */
.orm-stats{
    position:relative;
    margin-top:46px;
    padding:30px 20px;
    border-radius:22px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.14);
    backdrop-filter:blur(6px);
    overflow:hidden;
    animation:ormFadeUp .7s .5s ease both;
}
.orm-stats::after{                /* light sweep */
    content:"";
    position:absolute;
    top:0;left:-60%;
    width:50%;height:100%;
    background:linear-gradient(110deg,transparent,rgba(255,255,255,.10),transparent);
    transform:skewX(-18deg);
    animation:ormSweep 6s ease-in-out infinite;
}
@keyframes ormSweep{
    0%{left:-60%}
    55%,100%{left:160%}
}
.orm-stat{
    position:relative;
    text-align:center;
    padding:6px 4px;
    transition:transform .35s ease;
}
.orm-stat:hover{transform:translateY(-6px);}
.orm-stat__num{
    color:#f6c518;
    font-size:clamp(30px,3.4vw,42px);
    font-weight:800;
    line-height:1;
    margin-bottom:8px;
}
.orm-stat__label{
    color:#d7e1f6;
    font-size:13px;
    font-weight:400;
    line-height:1.4;
    margin:0;
}
/* vertical dividers between stats */
.orm-stat-col{position:relative;}
.orm-stat-col + .orm-stat-col::before{
    content:"";
    position:absolute;
    left:0;top:18%;
    height:64%;
    width:1px;
    background:rgba(255,255,255,.16);
}

/* ============================================================
   PARTNERS SLIDER
   ============================================================ */
.orm-partners{
    margin-top:42px;
    animation:ormFadeUp .7s .6s ease both;
}
.orm-partner{
    display:flex !important;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:52px;
    color:rgba(255,255,255,.82);
    opacity:.78;
    transition:opacity .3s ease, transform .3s ease;
}
.orm-partner:hover{opacity:1;transform:translateY(-3px);}
.orm-partner__mark{flex:0 0 auto;display:grid;place-items:center;}
.orm-partner__text{
    font-size:15px;
    font-weight:600;
    line-height:1.15;
    color:#ffffff;
}
.orm-partner__text small{
    display:block;
    font-size:10px;
    font-weight:500;
    letter-spacing:1px;
    text-transform:uppercase;
    color:rgba(255,255,255,.65);
}
.orm-ms-grid{display:grid;grid-template-columns:repeat(2,9px);gap:2px;}
.orm-ms-grid span{width:9px;height:9px;display:block;}

/* slick dots */
.orm-partners .slick-dots{bottom:-30px;}
.orm-partners .slick-dots li button:before{color:#fff;opacity:.4;font-size:9px;}
.orm-partners .slick-dots li.slick-active button:before{color:#f6c518;opacity:1;}

/* ============================================================
   SHARED ANIMATION
   ============================================================ */
@keyframes ormFadeUp{
    from{transform:translateY(26px);}
    to{opacity:1;transform:translateY(0);}
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:991.98px){
    .orm-hero{padding:48px 0 40px;}
    .orm-title,.orm-lead{text-align:center;margin-left:auto;margin-right:auto;}
    .orm-features{max-width:420px;margin:0 auto;}
    .orm-seal-wrap{margin-top:30px;}
}
@media (max-width:767.98px){
    .orm-feature{justify-content:center;}
    /* turn dividers off, give breathing room between stacked stats */
    .orm-stat-col + .orm-stat-col::before{display:none;}
    .orm-stat{padding:14px 4px;}
    .orm-stat-col:not(:last-child){border-bottom:1px solid rgba(255,255,255,.12);}
}
@media (max-width:575.98px){
    .orm-eyebrow{font-size:12px;padding:8px 18px;}
    .orm-stats{padding:18px 14px;}
}
.cst-section{
    position:relative;
    overflow:hidden;
    padding:150px 0 90px;
    background: url(../../assets/images/review-bg.png) center center / cover no-repeat;
}
/* faint chart / grid texture */
.cst-section::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
    background-size:52px 52px;
    -webkit-mask-image:radial-gradient(circle at 15% 18%,#000,transparent 65%);
            mask-image:radial-gradient(circle at 15% 18%,#000,transparent 65%);
    opacity:.55;
    pointer-events:none;
}
/* big faded watermark at bottom */
.cst-watermark{
    position:absolute;
    left:50%;
    bottom:-26px;
    transform:translateX(-50%);
    font-size:clamp(54px,11vw,150px);
    font-weight:900;
    letter-spacing:2px;
    white-space:nowrap;
    color:rgba(255,255,255,.06);
    line-height:1;
    pointer-events:none;
    z-index:1;
}
.cst-section .container{position:relative;z-index:2;}

/* ============================================================
   HEADER COPY
   ============================================================ */
.cst-pill{
    display:inline-block;
    background:#ffffff;
    color:#0c2056;
    font-size:14px;
    font-weight:700;
    padding:9px 26px;
    border-radius:50px;
    box-shadow:0 10px 28px rgba(0,0,0,.25);
    animation:cstFadeUp .7s ease both;
}
.cst-kicker{
    color:#ffffff;
    font-size:clamp(16px,1.7vw,20px);
    font-weight:700;
    margin:20px 0 10px;
    animation:cstFadeUp .7s .1s ease both;
}
.cst-heading{
    color:#ffffff;
    font-weight:800;
    font-size:clamp(28px,4.6vw,52px);
    line-height:1.12;
    margin:0 auto;
    max-width:880px;
    animation:cstFadeUp .7s .2s ease both;
}
.cst-heading .cst-accent{color:#f6c518;}

/* ============================================================
   STAT CARDS  (rendered by JS)
   ============================================================ */
.cst-cards{margin-top:48px;}
.cst-card{
    height:100%;
    background:#ffffff;
    border-radius:18px;
    padding:30px 22px 26px;
    text-align:center;
    box-shadow:0 22px 45px rgba(4,16,55,.28);
    transition:transform .35s ease, box-shadow .35s ease;
    
    animation:cstPopIn .6s ease forwards;
}
.cst-card:hover{
    transform:translateY(-10px);
    box-shadow:0 30px 60px rgba(4,16,55,.4);
}
.cst-card__icon{
    width:60px;height:60px;
    margin:0 auto 16px;
    color:#1d4fd6;
    transition:transform .4s ease;
}
.cst-card:hover .cst-card__icon{transform:scale(1.12) rotate(-4deg);}
.cst-card__icon svg{width:100%;height:100%;}
.cst-card__num{
    color:#0b1230;
    font-size:clamp(36px,4vw,46px);
    font-weight:800;
    line-height:1;
    margin-bottom:10px;
}
.cst-card__title{
    color:#111a3a;
    font-size:16px;
    font-weight:700;
    line-height:1.25;
    margin-bottom:10px;
}
.cst-card__desc{
    color:#8a90a6;
    font-size:13px;
    font-weight:400;
    line-height:1.5;
    margin:0;
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes cstFadeUp{
    from{transform:translateY(24px);}
    to{opacity:1;transform:translateY(0);}
}
@keyframes cstPopIn{
    from{transform:translateY(30px) scale(.96);}
    to{opacity:1;transform:translateY(0) scale(1);}
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:767.98px){
    .cst-section{padding:54px 0 70px;}
    .cst-card{padding:26px 18px;}
}

.tst-page{
    font-family:'Poppins', sans-serif;
    margin:0;
    background:#ffffff;
}

/* ============================================================
   SECTION
   ============================================================ */
.tst-section{
    padding:60px 0 70px;
    background:#ffffff;
}
.tst-section__title{
    text-align:center;
    color:#16203a;
    font-size:clamp(28px,3.6vw,40px);
    font-weight:800;
    margin-bottom:42px;
    animation:tstFadeUp .6s ease both;
}

/* ============================================================
   TESTIMONIAL CARD  (unique effect: hover lift + blue edge + sheen)
   ============================================================ */
.tst-grid{--gap-row:24px;}

.tst-card{
    position:relative;
    height:100%;
    background:#ffffff;
    border:1px solid #e8eaf1;
    border-radius:12px;
    padding:24px 26px 22px;
    box-shadow:0 8px 22px rgba(18,30,70,.05);
    overflow:hidden;
    transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    
    animation:tstFadeUp .6s ease forwards;
}
.tst-card::before{                 /* left accent bar slides in on hover */
    content:"";
    position:absolute;
    left:0;top:0;bottom:0;
    width:4px;
    background:#1d52d6;
    transform:scaleY(0);
    transform-origin:top;
    transition:transform .35s ease;
}
.tst-card:hover{
    transform:translateY(-6px);
    box-shadow:0 22px 40px rgba(18,30,70,.14);
    border-color:#d4ddf6;
}
.tst-card:hover::before{transform:scaleY(1);}

/* stars */
.tst-card__stars{
    color:#f5a623;
    font-size:17px;
    letter-spacing:4px;
    line-height:1;
    margin-bottom:14px;
}

/* quote text */
.tst-card__text{
    color:#5b6379;
    font-size:14px;
    line-height:1.6;
    margin-bottom:16px;
}

/* blue role / company */
.tst-card__role{
    color:#1d52d6;
    font-size:16px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:8px;
}

/* italic author line */
.tst-card__author{
    color:#9097a8;
    font-size:13px;
    font-style:italic;
    margin:0;
}

/* ============================================================
   ANIMATION + STAGGER (CSS only)
   ============================================================ */
@keyframes tstFadeUp{
    from{transform:translateY(22px);}
    to{opacity:1;transform:translateY(0);}
}
.tst-card{animation-delay:.05s;}
.tst-col:nth-child(2) .tst-card{animation-delay:.12s;}
.tst-col:nth-child(3) .tst-card{animation-delay:.19s;}
.tst-col:nth-child(4) .tst-card{animation-delay:.26s;}
.tst-col:nth-child(5) .tst-card{animation-delay:.33s;}
.tst-col:nth-child(6) .tst-card{animation-delay:.40s;}
.tst-col:nth-child(7) .tst-card{animation-delay:.47s;}
.tst-col:nth-child(8) .tst-card{animation-delay:.54s;}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:767.98px){
    .tst-section{padding:44px 0 50px;}
    .tst-card{padding:22px 20px;}
}

.seo-hero{
    position:relative;
    overflow:hidden;
       padding: 100px 0;


}
/* big faded brand watermark */
.seo-watermark {
    position: absolute;
    left: 50%;
    bottom: 120px;
    transform: translateX(-50%);
    font-size: clamp(46px, 9.5vw, 110px);
    font-weight: 800;
    letter-spacing: 3px;
    white-space: nowrap;
    color: rgb(46 99 210 / 3%);
    line-height: 1;
    pointer-events: none;
    z-index: 1;
}
/* faint perspective floor lines */
.seo-hero::after{
    content:"";
    position:absolute;
    left:0;right:0;bottom:0;height:140px;
    background:
        repeating-linear-gradient(90deg,rgba(46,99,210,.07) 0 1px,transparent 1px 80px);
    -webkit-mask-image:linear-gradient(180deg,transparent,#000);
            mask-image:linear-gradient(180deg,transparent,#000);
    pointer-events:none;
}
.seo-hero .container{position:relative;z-index:2;}

/* ============================================================
   FLOATING DATA CARDS
   ============================================================ */
.seo-card{
    background:#ffffff;
    border:1px solid #e6edf9;
    border-radius:20px;
    padding:20px 22px;
    box-shadow:0 18px 40px rgba(20,50,120,.12);
    transition:box-shadow .35s ease;
}
.seo-card:hover{box-shadow:0 26px 56px rgba(20,50,120,.22);}

/* entrance + float combo (no JS) */
.seo-fcard{
    animation-name:seoPop, seoFloat;
    animation-timing-function:ease, ease-in-out;
    animation-iteration-count:1, infinite;
    animation-fill-mode:both, none;
}
.seo-fcard--a{animation-duration:.7s,5s;   animation-delay:.10s,1.0s;}
.seo-fcard--b{animation-duration:.7s,6s;   animation-delay:.25s,1.4s;}
.seo-fcard--c{animation-duration:.7s,5.5s; animation-delay:.15s,1.2s;}
.seo-fcard--d{animation-duration:.7s,6.5s; animation-delay:.30s,1.6s;}

.seo-card + .seo-card{margin-top:24px;}

/* google rank card */
.seo-google{font-weight:700;font-size:22px;letter-spacing:-.5px;margin-bottom:6px;}
.seo-rank{display:flex;align-items:baseline;gap:8px;}
.seo-rank__big{color:#2563eb;font-size:30px;font-weight:800;line-height:1;}
.seo-rank__pct{color:#2563eb;font-size:14px;font-weight:700;}
.seo-rank__pct span{color:#5b6379;}
.seo-card__sub{color:#1f2a44;font-size:14px;font-weight:600;margin:2px 0 6px;}

/* metric cards */
.seo-metric__label{color:#1f2a44;font-size:15px;font-weight:700;margin-bottom:6px;}
.seo-metric__row{display:flex;align-items:baseline;gap:8px;margin-bottom:4px;}
.seo-metric__num{font-size:30px;font-weight:800;line-height:1;}
.seo-metric__num--green{color:#15a44b;}
.seo-metric__num--dark{color:#13234a;}
.seo-metric__delta{font-size:14px;font-weight:700;color:#15a44b;}

/* mini chart */
.seo-chart{width:100%;height:auto;display:block;margin-top:6px;}
.seo-chart__line{
    fill:none;
    stroke-width:2.5;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-dasharray:600;
    stroke-dashoffset:600;
    animation:seoDraw 1.6s ease forwards 1s;
}
.seo-chart__dot{animation:seoDotFade .4s ease forwards 2.2s;}

/* SEO score card */
.seo-score{display:flex;align-items:center;justify-content:space-between;gap:14px;}
.seo-score__label{color:#13234a;font-size:18px;font-weight:700;}
.seo-ring{width:96px;height:96px;flex:0 0 96px;position:relative;}
.seo-ring svg{transform:rotate(-90deg);}
.seo-ring__track{fill:none;stroke:#e9eef7;stroke-width:9;}
.seo-ring__fill{
    fill:none;stroke:#22b14c;stroke-width:9;stroke-linecap:round;
    stroke-dasharray:264;
    stroke-dashoffset:264;
    animation:seoRing 1.6s ease forwards 1s;
}
.seo-ring__center{
    position:absolute;inset:0;
    display:flex;flex-direction:column;align-items:center;justify-content:center;
}
.seo-ring__num{color:#13234a;font-size:26px;font-weight:800;line-height:1;}
.seo-ring__cap{color:#7b8398;font-size:11px;font-weight:500;}

/* ============================================================
   CENTER CONTENT
   ============================================================ */
.seo-center{text-align:center;padding:0 8px;}
.seo-badge{
    display:inline-flex;align-items:center;gap:7px;
    background:#ffffff;
    color:#13234a;
    border:1px solid #dde6f5;
    font-size:13px;font-weight:700;letter-spacing:.5px;
    padding:8px 18px;border-radius:50px;
    box-shadow:0 8px 22px rgba(20,50,120,.12);
    animation:seoFadeUp .6s ease both;
}
.seo-badge .seo-star{color:#f5a623;}
.seo-title {
    font-weight: 700;
    font-size: clamp(40px, 5.6vw, 62px);
    line-height: 1.10;
    letter-spacing: -1px;
    margin: 20px 0 18px;
    animation: seoFadeUp .6s .1s ease both;
    color: white;
}
.seo-title span{display:block;}
.seo-title .seo-l3{color:white;}
.seo-title .seo-l2{color:#DAC100;}
.seo-lead {
    color: white;
    font-size: clamp(15px, 1.5vw, 16px);
    line-height: 1.6;
    max-width: 560px;
    margin: 0 auto 26px;
    animation: seoFadeUp .6s .2s ease both;
}
.seo-cta{
    display:flex;align-items:center;justify-content:center;gap:22px;
    flex-wrap:wrap;
    animation:seoFadeUp .6s .3s ease both;
}
.seo-btn{
        background: #0C5ADB;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 13px 30px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.15s ease;
}
.seo-btn:hover{transform:translateY(-3px);box-shadow:0 18px 34px rgba(37,99,235,.5);color:#fff;}
.seo-call{display:flex;align-items:center;gap:12px;}
.seo-call__ic{
    width:46px;height:46px;border-radius:50%;
    background:#ffffff;color:#2563eb;
    display:grid;place-items:center;
    
}
.seo-call__small{color:#7b8398;font-size:11px;font-weight:600;letter-spacing:1px;}
.seo-call__num{color:#13234a;font-size:19px;font-weight:800;}

/* ============================================================
   FEATURE CARDS ROW
   ============================================================ */
.seo-features{margin-top:46px;}
.seo-feat{
    height:100%;
    background:#ffffff;
    border:1px solid #e6edf9;
    border-radius:14px;
    padding:16px 18px;
    display:flex;align-items:center;gap:14px;
    box-shadow:0 10px 26px rgba(20,50,120,.08);
    
    animation:seoPop .55s ease forwards;
    transition:transform .3s ease, box-shadow .3s ease;
}
.seo-feat:hover{transform:translateY(-6px);box-shadow:0 20px 36px rgba(20,50,120,.16);}
.seo-col:nth-child(1) .seo-feat{animation-delay:.45s;}
.seo-col:nth-child(2) .seo-feat{animation-delay:.55s;}
.seo-col:nth-child(3) .seo-feat{animation-delay:.65s;}
.seo-col:nth-child(4) .seo-feat{animation-delay:.75s;}
.seo-feat__ic{
    flex:0 0 46px;width:46px;height:46px;border-radius:50%;
    display:grid;place-items:center;
}
.seo-feat__ic svg{width:22px;height:22px;}
.seo-feat__ic--blue{background:#e7efff;color:#2563eb;}
.seo-feat__ic--green{background:#e3f7ec;color:#16a34a;}
.seo-feat__title{color:#13234a;font-size:15px;font-weight:700;line-height:1.2;}
.seo-feat__sub{color:#7b8398;font-size:12.5px;}

.seo-trusted {
    text-align: center;
    color: #ffffff;
    font-size: clamp(15px, 1.8vw, 21px);
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
}
.seo-partners{
    display:flex;align-items:center;justify-content:center;
    flex-wrap:wrap;gap:34px 54px;
}
.seo-partner{
    display:flex;align-items:center;gap:12px;
    opacity:.9;transition:opacity .3s ease, transform .3s ease;
}
.seo-partner:hover{opacity:1;transform:translateY(-3px);}
.seo-partner__text{font-size:20px;font-weight:600;line-height:1.05;color:#5b6379;}
.seo-partner__text b{color:#3a3f4d;font-weight:700;}
.seo-partner__text small{display:block;font-size:13px;}
.seo-ms{display:grid;grid-template-columns:repeat(2,13px);gap:3px;}
.seo-ms span{width:13px;height:13px;display:block;}
.seo-bar{width:6px;height:38px;background:#3b82f6;border-radius:2px;}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes seoFadeUp{from{transform:translateY(22px);}to{opacity:1;transform:translateY(0);}}
@keyframes seoPop{from{transform:translateY(26px) scale(.97);}to{opacity:1;transform:translateY(0) scale(1);}}
@keyframes seoFloat{0%,100%{transform:translateY(0);}50%{transform:translateY(-12px);}}
@keyframes seoDraw{to{stroke-dashoffset:0;}}
@keyframes seoRing{to{stroke-dashoffset:24;}}
@keyframes seoDotFade{to{opacity:1;}}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:991.98px){
    .seo-hero{padding:44px 0 56px;}
    .seo-watermark{bottom:200px;}
    .seo-side{margin-top:30px;}
    .seo-card + .seo-card{margin-top:20px;}
    /* calm the float on small screens */
    .seo-fcard{animation-name:seoPop;animation-fill-mode:both;}
}
@media (max-width:575.98px){
    .seo-cta{gap:16px;}
    .seo-partners{gap:24px 34px;}
}

.seo-fcard--a {
    position: relative;
    left: -30%;
}

.seo-fcard--c {
    position: relative;
    left: 20%;
}

.rg-page{font-family:'Poppins',sans-serif;margin:0;background:#ffffff;}

/* ============================================================
   HERO + BACKGROUND
   ============================================================ */
.rg-hero{
  margin-top: 60px;
    position:relative;
    padding:60px 0 60px 0;
    background: url(../../assets/images/map-bg.png) center center / cover no-repeat;
}
/* starfield + faint dots */
.rg-stars{
    position:absolute;inset:0;overflow:hidden;pointer-events:none;
    background-image:
        radial-gradient(rgba(255,255,255,.7) 1px,transparent 1.4px),
        radial-gradient(rgba(150,180,255,.35) 1px,transparent 1.3px);
    background-size:120px 120px, 70px 70px;
    background-position:0 0, 35px 40px;
    opacity:.55;
}
.rg-call__num a {
    color: white;
}
.rg-hero .container{position:relative;z-index:3;}

/* faint background label (decorative) */
.rg-ghost{
    position:absolute;
    z-index:2;
    color:rgba(150,180,255,.10);
    font-weight:800;
    line-height:1.1;
    pointer-events:none;
}
.rg-ghost--1{top:80px;left:30px;font-size:22px;}
.rg-ghost--2{bottom:120px;left:34%;font-size:30px;letter-spacing:2px;}

/* ============================================================
   HEADLINE
   ============================================================ */
.rg-title{
    font-weight:600;
    font-size:clamp(32px,4.4vw,52px);
    line-height:1.05;
    margin-bottom:22px;
    animation:rgFadeUp .6s ease both;
}
.rg-title .rg-soft {
    color: white;
    font-weight: 300;
}
.rg-title .rg-white{color:#ffffff;}
.rg-title .rg-yellow{color:#f6c518;display:block;}

/* ============================================================
   PARTNERS (mono / light)
   ============================================================ */
.rg-partners{
    display:flex;align-items:center;flex-wrap:wrap;gap:18px 26px;
    margin-bottom:26px;
    animation:rgFadeUp .6s .1s ease both;
}
.rg-partner{display:flex;align-items:center;gap:9px;color:#dfe5f6;}
.rg-partner__txt{font-size:15px;font-weight:600;line-height:1.05;}
.rg-partner__txt small{display:block;font-size:10px;font-weight:500;opacity:.8;}
.rg-msg{display:grid;grid-template-columns:repeat(2,8px);gap:2px;}
.rg-msg span{width:8px;height:8px;display:block;background:#dfe5f6;}
.rg-sep{width:1px;height:26px;background:rgba(255,255,255,.25);}

/* ============================================================
   CTA
   ============================================================ */
.rg-cta{
    display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-bottom:34px;
    animation:rgFadeUp .6s .2s ease both;
}
.rg-btn{
    display:inline-flex;align-items:center;gap:8px;
    background:linear-gradient(90deg,#2f6df6,#4f8bff);
    color:#fff;font-size:15px;font-weight:700;
    padding:13px 26px;border-radius:50px;text-decoration:none;border:none;
    box-shadow:0 14px 30px rgba(47,109,246,.45);
    transition:transform .3s ease, box-shadow .3s ease;
}
.rg-btn:hover{transform:translateY(-3px);box-shadow:0 20px 38px rgba(47,109,246,.6);color:#fff;}
.rg-call{display:flex;align-items:center;gap:12px;}
.rg-call__ic{
    width:44px;height:44px;border-radius:50%;
    border:1px solid rgba(255,255,255,.25);
    display:grid;place-items:center;color:#fff;
    background:rgba(255,255,255,.06);
}
.rg-call__small{color:#aeb7d6;font-size:11px;font-weight:600;letter-spacing:1px;}
.rg-call__num{color:#fff;font-size:20px;font-weight:800;}

/* ============================================================
   STATS GLASS CARD  (animated: pop + float)
   ============================================================ */
.rg-stats{
    display:flex;flex-wrap:wrap;
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.14);
    border-radius:18px;
    padding:22px 10px;
    backdrop-filter:blur(8px);
    box-shadow:0 20px 50px rgba(0,0,0,.35);
    animation-name:rgPop, rgFloat;
    animation-timing-function:ease, ease-in-out;
    animation-iteration-count:1, infinite;
    animation-fill-mode:both, none;
    animation-duration:.7s, 6s;
    animation-delay:.3s, 1.3s;
}
.rg-stat{
    flex:1 1 30%;
    display:flex;align-items:center;gap:12px;
    padding:4px 16px;position:relative;
}
.rg-stat + .rg-stat::before{
    content:"";position:absolute;left:0;top:12%;height:76%;width:1px;
    background:rgba(255,255,255,.16);
}
.rg-stat__ic{
    flex:0 0 42px;width:42px;height:42px;border-radius:11px;
    display:grid;place-items:center;color:#fff;
}
.rg-stat__ic--blue{background:linear-gradient(135deg,#2f6df6,#4f8bff);}
.rg-stat__ic--ind{background:linear-gradient(135deg,#3b3fd6,#6d5cff);}
.rg-stat__ic--pink{background:linear-gradient(135deg,#e0397a,#ff5fa2);}
.rg-stat__ic svg{width:22px;height:22px;}
.rg-stat__num{color:#fff;font-size:26px;font-weight:800;line-height:1;}
.rg-stat__lbl{color:#c4cce6;font-size:12px;line-height:1.3;margin-top:3px;}

/* glowing nodes */
.rg-node{
    position:absolute;width:11px;height:11px;border-radius:50%;
    background:#7fb0ff;
    box-shadow:0 0 0 4px rgba(127,176,255,.18),0 0 16px 4px rgba(110,150,255,.7);
    transform:translate(-50%,-50%);
    animation:rgGlow 3s ease-in-out infinite;
}
.rg-node--p{background:#b58cff;box-shadow:0 0 0 4px rgba(150,120,255,.18),0 0 16px 4px rgba(150,110,255,.7);}

/* floating tag pills */
.rg-tag{
    position:absolute;
    display:flex;align-items:center;gap:9px;
    background:rgba(12,20,55,.78);
    border:1px solid rgba(120,150,255,.3);
    border-radius:11px;
    padding:8px 12px;
    box-shadow:0 12px 26px rgba(0,0,0,.4);
    backdrop-filter:blur(5px);
    white-space:nowrap;
    transform:translate(-50%,-50%);
    animation:rgFloat 6s ease-in-out infinite;
}
.rg-tag__ic{
    flex:0 0 30px;width:30px;height:30px;border-radius:8px;
    display:grid;place-items:center;color:#7fb0ff;
    background:rgba(127,176,255,.14);
}
.rg-tag__ic svg{width:17px;height:17px;}
.rg-tag__t{color:#fff;font-size:11.5px;font-weight:700;letter-spacing:.4px;line-height:1.1;}
.rg-tag__s{color:#aeb7d6;font-size:10px;font-weight:400;}
.rg-tag--green .rg-tag__ic{color:#3fd28a;background:rgba(63,210,138,.14);}
.rg-tag--pink .rg-tag__ic{color:#ff6fa6;background:rgba(255,111,166,.14);}

.rg-tag--1{top:14%;left:30%;animation-delay:.2s;}
.rg-tag--2{top:16%;left:88%;animation-delay:1.1s;}
.rg-tag--3{top:46%;left:55%;animation-delay:.6s;}
.rg-tag--4{top:74%;left:22%;animation-delay:1.5s;}
.rg-tag--5{top:82%;left:78%;animation-delay:.9s;}

/* ============================================================
   DASHBOARD STRIP  (full-bleed, spills onto white)
   ============================================================ */
.rg-dash-wrap{
    position:relative;z-index:4;
    margin-top:50px;margin-bottom:-110px;
    padding:0 16px 4px;
}
.rg-dash-track{
    display:flex;gap:16px;
    overflow-x:auto;
    padding:6px 4px 16px;
    scrollbar-width:thin;
}
.rg-dash{
    flex:0 0 264px;
    background:#ffffff;
    border:1px solid #eef1f7;
    border-radius:14px;
    padding:14px;
    box-shadow:0 22px 50px rgba(5,12,40,.4);
    
    animation:rgPop .55s ease forwards;
    transition:transform .3s ease, box-shadow .3s ease;
}
.rg-dash:hover{transform:translateY(-8px);box-shadow:0 30px 60px rgba(5,12,40,.5);}
.rg-dash:nth-child(1){animation-delay:.5s;}
.rg-dash:nth-child(2){animation-delay:.6s;}
.rg-dash:nth-child(3){animation-delay:.7s;}
.rg-dash:nth-child(4){animation-delay:.8s;}
.rg-dash:nth-child(5){animation-delay:.9s;}

.rg-dash__head{display:flex;align-items:center;gap:8px;margin-bottom:4px;}
.rg-dash__ttl{font-size:12px;font-weight:700;color:#1f2a44;}
.rg-dash__sub{font-size:10px;color:#8a90a6;margin-bottom:10px;}
.rg-dash__stats{display:flex;gap:8px;margin-bottom:10px;}
.rg-dash__stat{flex:1;background:#f6f8fc;border-radius:8px;padding:6px 7px;}
.rg-dash__stat b{display:block;font-size:13px;color:#13234a;line-height:1.1;}
.rg-dash__stat span{font-size:8.5px;color:#8a90a6;}
.rg-dash__row{display:flex;align-items:center;gap:6px;font-size:10px;color:#46506a;padding:5px 0;border-top:1px solid #f1f3f8;}
.rg-badge{background:#e3f7ec;color:#16a34a;font-size:8px;font-weight:700;padding:2px 6px;border-radius:20px;}
.rg-chart{width:100%;display:block;}
.rg-legend{display:flex;gap:10px;font-size:8.5px;color:#8a90a6;margin-top:6px;}
.rg-legend i{display:inline-block;width:8px;height:8px;border-radius:2px;margin-right:3px;vertical-align:middle;}
.rg-thumb{width:100%;height:46px;background:linear-gradient(120deg,#dfe6f5,#eef2fb);border-radius:8px;margin-bottom:8px;}
.rg-tile{background:#f6f8fc;border-radius:8px;padding:6px 8px;}
.rg-tile b{display:block;font-size:13px;color:#13234a;}
.rg-tile span{font-size:8px;color:#8a90a6;}

.rg-spacer{height:90px;background:#ffffff;}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes rgFadeUp{from{transform:translateY(22px);}to{opacity:1;transform:translateY(0);}}
@keyframes rgPop{from{transform:translateY(26px) scale(.97);}to{opacity:1;transform:translateY(0) scale(1);}}
@keyframes rgFloat{0%,100%{transform:translate(-50%,-50%) translateY(0);}50%{transform:translate(-50%,-50%) translateY(-10px);}}
@keyframes rgGlow{0%,100%{transform:translate(-50%,-50%) scale(1);opacity:.9;}50%{transform:translate(-50%,-50%) scale(1.4);opacity:1;}}
@keyframes rgFlow{to{stroke-dashoffset:-220;}}

/* stats card float keeps its own (no translate -50%) */
.rg-stats{animation-name:rgPop, rgStatsFloat;}
@keyframes rgStatsFloat{0%,100%{transform:translateY(0);}50%{transform:translateY(-8px);}}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:991.98px){
    .rg-hero{padding:46px 0 0;}
    .rg-map{padding-top:66%;margin-top:24px;}
    .rg-ghost{display:none;}
    .rg-stats{animation-name:rgPop;}
}
@media (max-width:575.98px){
    .rg-stat{flex:1 1 100%;}
    .rg-stat + .rg-stat::before{display:none;}
    .rg-stat + .rg-stat{border-top:1px solid rgba(255,255,255,.14);padding-top:12px;margin-top:8px;}
    .rg-tag__s{display:none;}
    .rg-dash{flex:0 0 230px;}
}

.sme-frames-grid {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    margin-top: -35px;
    position: relative;
}

.sme-frames-grid li {
    list-style: none;
}

.sme-frames-grid li img {
    max-width: 100%;
}

.seo-banner {
    position: relative;
    background: url(../../assets/images/seo-pkg-bnr.png) center center / cover no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 55px 0;
    overflow: hidden;
}

/* Extra dark wash so text stays readable on the left */
.seo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(13, 45, 43, 0.92) 0%, rgba(15, 50, 48, 0.55) 70%, rgba(15, 50, 48, 0.35) 100%);
    z-index: 1;
}

.seo-content {
    z-index: 2;
}

/* ============ HEADINGS ============ */
.seo-subtitle {
    color: #e9b81d;
    font-weight: 700;
    font-size: 1.35rem;
    margin-bottom: 26px;
}

/* ============ FEATURE LISTS ============ */
.seo-features {
    margin-bottom: 30px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    color: #f1f1f1;
    font-size: 0.92rem;
    padding: 5px 0 5px 24px;
    position: relative;
}

/* Gold curved arrow marker drawn with CSS */
.feature-list li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 9px;
    width: 9px;
    height: 9px;
    border-right: 2px solid #e9b81d;
    border-bottom: 2px solid #e9b81d;
    transform: rotate(-45deg);
}

/* ============ FORM ============ */
.seo-form {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.seo-input {
    background: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 13px 26px;
    font-size: 0.95rem;
    color: #333;
    width: 300px;
    max-width: 100%;
    outline: none;
}

.seo-input::placeholder {
    color: #8a8a8a;
}

/* ============ BADGES ============ */
.seo-badges {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
}

/* ----- Shield (Money Back) ----- */
.badge-shield {
    width: 170px;
    height: 200px;
    background: linear-gradient(145deg, #e9c14a, #b8860b);
    border-radius: 14px 14px 50% 50% / 14px 14px 38% 38%;
    padding: 8px;
    position: relative;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
}

.shield-inner {
    width: 100%;
    height: 100%;
    background: #141414;
    border-radius: 10px 10px 50% 50% / 10px 10px 38% 38%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 2px solid #e9c14a;
}

.shield-pct {
    color: #ffffff;
    font-weight: 800;
    font-size: 1.9rem;
    line-height: 1;
}

.shield-money {
    color: #e9c14a;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    margin-top: 4px;
}

.shield-ribbon {
    position: absolute;
    bottom: 52px;
    left: 50%;
    transform: translateX(-50%);
    background: #e9c14a;
    color: #141414;
    font-weight: 700;
    font-size: 0.72rem;
    letter-spacing: 1px;
    padding: 3px 14px;
    border-radius: 3px;
    white-space: nowrap;
}

.shield-stars {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    color: #e9c14a;
    font-size: 0.6rem;
    letter-spacing: 2px;
}

/* ----- Circular Seal (Satisfaction) ----- */
.badge-seal {
    width: 150px;
    text-align: center;
    position: relative;
}

.seal-text-top {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    color: #5a3210;
    font-weight: 800;
    font-size: 0.62rem;
    letter-spacing: 1px;
    z-index: 3;
    width: 100%;
}

.seal-circle {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #f5d264, #c9941f 70%);
    border: 5px solid #b8860b;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4);
}

.seal-pct {
    color: #7a4a12;
    font-weight: 800;
    font-size: 1.7rem;
}

.seal-ribbon {
    background: linear-gradient(180deg, #d63333, #a51f1f);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.7rem;
    letter-spacing: 1px;
    padding: 5px 18px;
    border-radius: 3px;
    display: inline-block;
    margin-top: -18px;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 991.98px) {
    .seo-title {
        font-size: 2rem;
    }
    .seo-badges {
        flex-direction: row;
        justify-content: center;
        margin-top: 30px;
        gap: 40px;
    }
}

@media (max-width: 575.98px) {
    .seo-banner {
        padding: 40px 0;
    }
    .seo-title {
        font-size: 1.7rem;
    }
    .seo-subtitle {
        font-size: 1.15rem;
    }
    .seo-form {
        flex-direction: column;
        align-items: stretch;
    }
    .seo-input,
    .seo-btn {
        width: 100%;
        text-align: center;
    }
    .seo-badges {
        flex-direction: column;
        gap: 26px;
    }
}


.rgcta-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 150px;
  display: flex;
  align-items: center;
  /* Blue (left) to dark navy (right) gradient like the design */
  background: linear-gradient(
    100deg,
    #1f4fd6 0%,
    #14296b 28%,
    #0c1530 60%,
    #0a1020 100%
  );
}

/* Faint marketing sketch / texture feel on the right side */
.rgcta-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 88% 50%,
      rgba(255, 255, 255, 0.06) 0%,
      rgba(255, 255, 255, 0) 45%
    ),
    repeating-linear-gradient(
      125deg,
      rgba(255, 255, 255, 0.02) 0px,
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px,
      transparent 16px
    );
  pointer-events: none;
}

.rgcta-inner {
  position: relative;
  z-index: 2;
  padding: 26px 40px;
  max-width: 1280px;
  margin: 0 auto;
}

/* ---------- Left content ---------- */
.rgcta-content {
  color: #ffffff;
}

.rgcta-title {
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.18;
  letter-spacing: 0.2px;
  margin: 0 0 10px;
  color: #ffffff;
}

.rgcta-text {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #c7cede;
  margin: 0;
  max-width: 460px;
}

/* ---------- Right form ---------- */
.rgcta-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.rgcta-field-wrap {
  width: 100%;
  max-width: 460px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rgcta-input {
  width: 100%;
  height: 46px;
  border: none;
  outline: none;
  border-radius: 50px;
  padding: 0 22px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  color: #1a1a1a;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

.rgcta-input::placeholder {
  color: #8a8f99;
}

.rgcta-input:focus {
  box-shadow: 0 0 0 3px rgba(250, 204, 21, 0.35);
}

.rgcta-btn {
  width: 100%;
  height: 46px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #14202e;
  background: #f5c518;
  transition: background 0.2s ease, transform 0.1s ease;
}

.rgcta-btn:hover {
  background: #ffd633;
}

.rgcta-btn:active {
  transform: translateY(1px);
}

.rgcta-error {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 12.5px;
  color: #ff9a9a;
  min-height: 16px;
  text-align: right;
  width: 100%;
  max-width: 460px;
}

/* ===========================================================
   Responsive
   =========================================================== */

/* Large desktops: bigger heading */
@media (min-width: 1200px) {
  .rgcta-title {
    font-size: 34px;
  }
}

/* Tablet / below lg: stack content, left-align form */
@media (max-width: 991.98px) {
  .rgcta-inner {
    padding: 30px 28px;
  }
  .rgcta-form {
    align-items: flex-start;
  }
  .rgcta-field-wrap,
  .rgcta-error {
    max-width: 100%;
  }
  .rgcta-error {
    text-align: left;
  }
  .rgcta-text {
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .rgcta-inner {
    padding: 26px 18px;
  }
  .rgcta-title {
    font-size: 24px;
  }
  .rgcta-text {
    font-size: 13.5px;
  }
}



/* Container override -> max-width 1170 */
.sme-container {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Shared eyebrow */
.sme-eyebrow {
  display: block;
  color: #f7b500;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
}
.sme-eyebrow-yellow {
  color: #f7b500;
}

/* ============ SECTION 1 : OUR STORY ============ */
.sme-story-section {
  position: relative;
  padding: 60px 0 0 0;
  overflow: hidden;
}
.sme-story-watermark {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 110px;
  font-weight: 800;
  letter-spacing: 4px;
  color: #eef1fb;
  z-index: 0;
  pointer-events: none;
  line-height: 1;
}
.sme-story-section .sme-container {
  position: relative;
  z-index: 1;
}
.sme-story-title {
  color: #1d44d6;
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 16px;
}
.sme-story-lead {
  color: #1d44d6;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 22px;
}
.sme-story-text {
  font-size: 14px;
  line-height: 1.8;
  color: #5a6373;
  margin-bottom: 18px;
}

/* Timeline */
.sme-timeline-row {
  margin-top: 30px;
}
.sme-timeline-item {
  border-top: 3px solid #1d44d6;
  padding: 16px 18px 4px;
}
.sme-timeline-yellow {
  border-top-color: #f7b500;
}
.sme-timeline-year {
  display: block;
  color: #1d44d6;
  font-weight: 700;
  font-size: 16px;
}
.sme-timeline-year-yellow {
  color: #f7b500;
}
.sme-timeline-name {
  font-weight: 700;
  font-size: 17px;
  color: #25304a;
  margin: 4px 0 8px;
}
.sme-timeline-desc {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
}

/* ============ SECTION 2 : LEADER ============ */
.sme-leader-section {
  padding: 60px 0;
}
.sme-leader-title {
  text-align: center;
  color: #1d44d6;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 45px;
}
.sme-leader-row {
  --bs-gutter-x: 40px;
}

/* Stat cards */
.sme-stat-card {
  background: #f4f6f9;
  border-radius: 14px;
  padding: 18px 20px;
  height: 100%;
  min-height: 92px;
}
.sme-stat-card-green {
  background: #d8f6e6;
}
.sme-stat-card-light {
  background: #f4f6f9;
}
.sme-stat-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sme-stat-card-num {
  display: block;
  font-weight: 700;
  font-size: 24px;
  color: #1f2a44;
  line-height: 1.1;
}
.sme-stat-card-label {
  display: block;
  font-size: 12px;
  color: #6b7280;
  margin-top: 2px;
}
.sme-stat-card-icon {
  font-size: 22px;
}
.sme-icon-green { color: #18b369; }
.sme-icon-blue { color: #1d44d6; }
.sme-icon-pink { color: #e0457b; }
.sme-icon-yellow { color: #f7b500; }

/* Tech box */
.sme-tech-box {
  background: #f4f6f9;
  border-radius: 14px;
  padding: 16px 20px;
  margin-top: 16px;
}
.sme-tech-label {
  display: block;
  font-size: 12px;
  color: #8a93a3;
  margin-bottom: 10px;
}
.sme-tech-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}
.sme-tech-logo {
  font-weight: 700;
  font-size: 15px;
  color: #2b3650;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.sme-tech-logo i { color: #f7b500; }
.sme-tech-logo-seo { color: #1d44d6; }
.sme-tech-logo-small {
  font-size: 11px;
  line-height: 1;
  color: #1d44d6;
}
.sme-tech-logo-small small { font-size: 7px; color: #6b7280; }

/* Feature blocks */
.sme-feature-block {
  margin-bottom: 24px;
}
.sme-feature-title {
  font-weight: 700;
  font-size: 19px;
  color: #1f2a44;
  margin-bottom: 8px;
}
.sme-feature-text {
  font-size: 14px;
  line-height: 1.7;
  color: #5a6373;
}

/* ============ SECTION 3 : BANNER ============ */
.sme-banner-section {
  padding: 20px 0 40px;
}
.sme-banner-box {
  background: linear-gradient(120deg, #1a2236 0%, #232f4d 100%);
  border-radius: 16px;
  padding: 36px 40px;
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  overflow: hidden;
}
.sme-banner-mascot {
  position: relative;
  flex-shrink: 0;
}
.sme-mascot-eye {
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.sme-mascot-pupil {
  width: 34px;
  height: 34px;
  background: #1d44d6;
  border-radius: 50%;
  position: relative;
}
.sme-mascot-pupil::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
}
.sme-mascot-leg {
  position: absolute;
  bottom: -10px;
  width: 4px;
  height: 16px;
  background: #ffffff;
  border-radius: 4px;
}
.sme-mascot-leg-l { left: 22px; }
.sme-mascot-leg-r { right: 22px; }
.sme-banner-content {
  flex-grow: 1;
}
.sme-banner-sub {
  color: #7d8aa8;
  font-size: 14px;
  margin-bottom: 2px;
}
.sme-banner-num {
  color: #ffffff;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 6px;
}
.sme-banner-tag {
  color: #d3d9e6;
  font-size: 14px;
}
.sme-banner-rank {
  color: #f7b500;
  font-weight: 700;
}
.sme-banner-illus {
  position: relative;
  width: 160px;
  height: 90px;
  flex-shrink: 0;
}
.sme-illus-doc {
  font-size: 70px;
  color: #cfd6e6;
  position: absolute;
  right: 30px;
  top: 5px;
}
.sme-illus-search {
  font-size: 26px;
  color: #1d44d6;
  position: absolute;
  right: 10px;
  bottom: 0;
  background: #fff;
  border-radius: 50%;
  padding: 6px;
}
.sme-illus-target {
  font-size: 30px;
  color: #1d44d6;
  position: absolute;
  right: -6px;
  top: -6px;
}
.sme-illus-stars {
  font-size: 22px;
  color: #f7b500;
  position: absolute;
  left: 0;
  bottom: 6px;
}

/* ============ SECTION 4 : CLIENTS ============ */
.sme-clients-section {
  padding: 60px;
  background-color: #f2f6f9;
}
.sme-clients-title {
  font-weight: 700;
  font-size: 30px;
  color: #0C5ADB;
  line-height: 1.3;
  margin-bottom: 18px;
}
.sme-clients-text {
  font-size: 13px;
  line-height: 1.8;
  color: #6b7280;
  max-width: 760px;
  margin: 0 auto 40px;
}
.sme-logos-row {
  margin-bottom: 20px;
  row-gap: 28px;
}
.col-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sme-client-logo {
  font-weight: 700;
  font-size: 15px;
  color: #5b6577;
  letter-spacing: 0.5px;
  transition: 0.3s;
}
.sme-client-logo small { font-size: 9px; display: block; }
.sme-client-logo sup { font-size: 8px; }
.sme-client-logo:hover {
  filter: grayscale(0);
  opacity: 1;
  color: #1d44d6;
}
.sme-client-amazon { color: #ff9900; }

/* ============ SECTION 5 : CORE VALUES ============ */
.sme-values-section {
  position: relative;
  padding: 60px 0;
  background:
    linear-gradient(rgba(243, 246, 252, 0.92), rgba(243, 246, 252, 0.92)),
    repeating-linear-gradient(45deg, #eef1fa 0 30px, #f3f6fc 30px 60px);
}
.sme-values-title {
  font-weight: 700;
  font-size: 30px;
  color: #1d44d6;
  line-height: 1.3;
  margin-bottom: 14px;
}
.sme-values-sub {
  font-size: 14px;
  color: #6b7280;
  max-width: 560px;
  margin: 0 auto 45px;
}
.sme-value-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 32px 26px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(31, 42, 68, 0.06);
  transition: 0.3s;
}
.sme-value-card-active {
  box-shadow: 0 18px 45px rgba(29, 68, 214, 0.18);
  transform: translateY(-10px);
}
.sme-value-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #eef2fe;
  color: #1d44d6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 22px;
}
.sme-value-icon-active {
  background: #1d44d6;
  color: #ffffff;
}
.sme-value-name {
  font-weight: 700;
  font-size: 19px;
  color: #1f2a44;
  margin-bottom: 12px;
}
.sme-value-text {
  font-size: 13px;
  line-height: 1.8;
  color: #6b7280;
}

/* ============ SECTION 6 : AUDIT ============ */
.sme-audit-section {
  padding: 60px 0;
}
.sme-audit-title {
  color: #1d44d6;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 34px;
}
.sme-audit-form {
  margin-bottom: 30px;
}
.sme-input {
  border: 1px solid #dfe3ea;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 14px;
  height: 100%;
}
.sme-input:focus {
  border-color: #1d44d6;
  box-shadow: 0 0 0 3px rgba(29, 68, 214, 0.12);
}
.sme-submit-btn {
  background: #1d44d6;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 26px;
  border-radius: 8px;
  white-space: nowrap;
}
.sme-submit-btn:hover {
  background: #1635ad;
  color: #ffffff;
}

/* mini stats */
.sme-audit-mini {
  border-top: 1px solid #eceff4;
  padding-top: 24px;
  margin-bottom: 50px;
  row-gap: 20px;
}
.sme-mini-num {
  font-weight: 700;
  font-size: 13px;
  color: #1f2a44;
  margin-bottom: 4px;
}
.sme-mini-desc {
  font-size: 11px;
  color: #8a93a3;
}

/* audit cards */
.sme-audit-card {
  background: #ffffff;
  border: 1px solid #eceff4;
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
  height: 100%;
  box-shadow: 0 8px 24px rgba(31, 42, 68, 0.05);
}
.sme-audit-card-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #1d44d6;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 18px;
}
.sme-audit-card-num {
  display: block;
  font-weight: 700;
  font-size: 34px;
  color: #1f2a44;
      margin: 5px 0;
}
.sme-audit-card-title {
  font-weight: 700;
  font-size: 20px;
  color: #1f2a44;
  margin-bottom: 8px;
}
.sme-audit-card-desc {
  font-size: 12px;
  color: #8a93a3;
  line-height: 1.5;
}

/* ============ SECTION 7 : LIFE ============ */
.sme-life-section {
  background: linear-gradient(160deg, #161d2f 0%, #1f2940 100%);
  padding: 60px 0 80px;
}
.sme-life-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 12px;
}
.sme-life-sub {
  color: #aab3c5;
  font-size: 14px;
  margin-bottom: 45px;
}
.sme-life-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 26px 24px;
  height: 100%;
  transition: 0.3s;
}
.sme-life-card:hover {
  background: rgba(29, 68, 214, 0.15);
  border-color: rgba(29, 68, 214, 0.4);
}
.sme-life-card-icon {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  margin-bottom: 22px;
}
.sme-life-card-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 8px;
}
.sme-life-card-desc {
  color: #97a1b5;
  font-size: 13px;
}

/* ============ SECTION 8 : DRIVE RESULTS ============ */
.sme-drive-section {
  padding: 60px 0;
}
.sme-drive-row {
  --bs-gutter-x: 50px;
}
.sme-drive-title {
  font-weight: 700;
  font-size: 30px;
  color: #1f2a44;
  line-height: 1.3;
  margin-bottom: 28px;
}
.sme-drive-point {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}
.sme-drive-point p {
  font-size: 13px;
  line-height: 1.7;
  color: #5a6373;
}
.sme-drive-point strong { color: #1f2a44; }
.sme-drive-check {
  color: #1d44d6;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}
.sme-drive-btn {
  background: #1d44d6;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 26px;
  border-radius: 30px;
  margin-top: 8px;
}
.sme-drive-btn:hover { background: #1635ad; color: #fff; }
.sme-drive-btn i { margin-left: 6px; }

/* reviews */
.sme-review-card {
  background: #ffffff;
  border: 1px solid #eceff4;
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 16px;
  box-shadow: 0 6px 18px rgba(31, 42, 68, 0.05);
}
.sme-review-stars {
  color: #f7b500;
  font-size: 13px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.sme-review-text {
  font-size: 12px;
  line-height: 1.7;
  color: #5a6373;
}
.sme-review-text strong { color: #1d44d6; }

/* ============ SECTION 9 : CTA ============ */
.sme-cta-section {
  position: relative;
  background: linear-gradient(110deg, #1635ad 0%, #1d44d6 55%, #3157e8 100%);
  padding: 55px 0;
  overflow: hidden;
}
.sme-cta-watermark {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(-12deg);
  font-size: 130px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.07);
  pointer-events: none;
  font-style: italic;
}
.sme-cta-section .sme-container { position: relative; z-index: 1; }
.sme-cta-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 12px;
}
.sme-cta-text {
  color: #dbe2fb;
  font-size: 14px;
  max-width: 420px;
}
.sme-cta-form {
  background: transparent;
}
.sme-cta-input {
  border: none;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 14px;
  margin-bottom: 12px;
}
.sme-cta-btn {
  background: #f7b500;
  color: #1f2a44;
  font-weight: 700;
  font-size: 14px;
  padding: 14px;
  border-radius: 8px;
}
.sme-cta-btn:hover { background: #e0a500; color: #1f2a44; }

/* ============ SECTION 10 : TURNING ============ */
.sme-turning-section {
  padding: 60px 0 80px;
}
.sme-turning-title {
  font-weight: 700;
  font-size: 30px;
  color: #1f2a44;
  line-height: 1.3;
  margin-bottom: 18px;
}
.sme-turning-text {
  font-size: 13px;
  line-height: 1.8;
  color: #6b7280;
  max-width: 780px;
  margin: 0 auto 18px;
}
.sme-turning-imgs {
  margin-top: 30px;
}
.sme-turning-img {
  height: 200px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 54px;
  color: #ffffff;
}
.sme-turning-img-1 { background: linear-gradient(135deg, #1d44d6, #3157e8); }
.sme-turning-img-2 { background: linear-gradient(135deg, #f7b500, #f59e0b); }
.sme-turning-img-3 { background: linear-gradient(135deg, #161d2f, #2b3650); }

/* ===================================================
   RESPONSIVE
=================================================== */
@media (max-width: 991.98px) {
  .sme-story-watermark { font-size: 64px; }
  .sme-banner-num { font-size: 32px; }
  .sme-banner-box { flex-wrap: wrap; justify-content: center; text-align: center; }
  .sme-banner-illus { display: none; }
  .sme-leader-title,
  .sme-clients-title,
  .sme-values-title,
  .sme-drive-title,
  .sme-cta-title,
  .sme-turning-title,
  .sme-life-title { font-size: 26px; }
  .sme-cta-watermark { display: none; }
}

@media (max-width: 767.98px) {
  .sme-story-section { padding: 60px 0 50px; }
  .sme-story-watermark { font-size: 38px; top: 10px; }
  .sme-story-title { font-size: 28px; }
  .sme-timeline-item { margin-bottom: 18px; }
  .sme-leader-title,
  .sme-clients-title,
  .sme-values-title,
  .sme-audit-title,
  .sme-drive-title,
  .sme-cta-title,
  .sme-turning-title,
  .sme-life-title { font-size: 23px; }
  .sme-feature-block { margin-top: 8px; }
  .sme-banner-num { font-size: 26px; }
  .sme-tech-logos { gap: 12px; }
  .sme-submit-btn { margin-top: 4px; }
}

@media (max-width: 575.98px) {
  .sme-story-watermark { font-size: 26px; }
  .sme-banner-box { padding: 26px 22px; }
  .sme-value-card-active { transform: none; }
  .sme-turning-img { height: 160px; }
}

/* ---- Custom container (max width 1170) ---- */
.orm-container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* ---- Shared section titles ---- */
.orm-section-title {
      font-weight: 700;
    font-size: clamp(30px, 4.2vw, 45px);
    line-height: 1.18;
    color: #161c2d;
    margin-bottom: 22px;
    letter-spacing: -2px;
}

.orm-section-sub {
  font-size: 14px;
  color: #6c727f;
  line-height: 1.7;
  margin-bottom: 0;
}

/* ---- Shared buttons ---- */
.orm-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 26px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
  border: 1px solid transparent;
}

.orm-btn-outline {
  background: transparent;
  color: #1b1b2f;
  border: 1px solid #d6d9e0;
}
.orm-btn-outline:hover {
  background: #1b1b2f;
  color: #fff;
}

.orm-btn-primary {
  background: #2563eb;
  color: #fff;
}
.orm-btn-primary:hover {
  background: #1746b8;
  color: #fff;
}

.orm-btn-yellow {
  background: #ffd60a;
  color: #1b1b2f;
  font-weight: 600;
}
.orm-btn-yellow:hover {
  background: #e6c000;
  color: #1b1b2f;
}

/* ============================================================
   HERO
   ============================================================ */
.orm-hero {
  padding: 60px 0 50px;
  background: #ffffff;
}

.orm-eyebrow {
  display: inline-block;
  color: #f6b500;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 8px;
}

.orm-hero-title {
  font-size: 30px;
  font-weight: 700;
  color: #1b1b2f;
  line-height: 1.3;
  margin-bottom: 10px;
}

.orm-hero-subtitle {
  color: #2563eb;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 14px;
}

.orm-hero-text {
  font-size: 13.5px;
  color: #6c727f;
  line-height: 1.7;
  margin-bottom: 22px;
}

.orm-hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* Phone mockup */
.orm-hero-phone {
  position: relative;
  display: inline-block;
  padding: 20px;
}

.orm-phone-mock {
  width: 130px;
  height: 240px;
  background: #ffd60a;
  border-radius: 22px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.orm-phone-smiley {
  position: relative;
  width: 70px;
  height: 70px;
}
.orm-eye {
  position: absolute;
  top: 18px;
  width: 9px;
  height: 9px;
  background: #1b1b2f;
  border-radius: 50%;
}
.orm-eye:nth-child(1) {
  left: 16px;
}
.orm-eye:nth-child(2) {
  right: 16px;
}
.orm-smile {
  position: absolute;
  bottom: 14px;
  left: 12px;
  width: 46px;
  height: 24px;
  border: 5px solid #1b1b2f;
  border-top: none;
  border-radius: 0 0 46px 46px;
}

.orm-hero-rep-card {
  position: absolute;
  bottom: 12px;
  right: -10px;
  background: #1e3a8a;
  color: #fff;
  border-radius: 12px;
  padding: 16px 18px;
  width: 150px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}
.orm-rep-text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.orm-rep-bars {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 36px;
  margin-top: 10px;
}
.orm-rep-bars span {
  flex: 1;
  background: #ffd60a;
  border-radius: 3px 3px 0 0;
}
.orm-rep-bars span:nth-child(1) { height: 40%; }
.orm-rep-bars span:nth-child(2) { height: 60%; }
.orm-rep-bars span:nth-child(3) { height: 80%; }
.orm-rep-bars span:nth-child(4) { height: 100%; }

/* Review widget */
.orm-review-widget {
  background: #fff;
  border: 1px solid #eef0f4;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}
.orm-review-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #8a90a0;
  font-size: 13px;
}
.orm-review-score {
  font-size: 32px;
  font-weight: 700;
  color: #1b1b2f;
}
.orm-review-stars {
  color: #fbbf24;
  font-size: 16px;
}
.orm-review-count {
  color: #9aa0ad;
  display: block;
  margin-bottom: 14px;
}
.orm-review-person {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  border-top: 1px solid #f0f1f5;
  padding-top: 12px;
}
.orm-review-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.orm-review-mini-stars {
  color: #fbbf24;
  font-size: 11px;
}
.orm-review-quote {
  font-size: 12px;
  color: #8a90a0;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.6;
}

/* ============================================================
   GREAT REASONS
   ============================================================ */
.orm-reasons {
  padding: 60px 0;
  background: #f5f7fb;
}

.orm-reason-card {
  background: transparent;
}
.orm-reason-img {
  width: 100%;
  height: 175px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  margin-bottom: 16px;
}
.orm-img-1 { background: linear-gradient(135deg, #3b82f6, #1e3a8a); }
.orm-img-2 { background: linear-gradient(135deg, #f87171, #b91c1c); }
.orm-img-3 { background: linear-gradient(135deg, #34d399, #047857); }
.orm-img-4 { background: linear-gradient(135deg, #fbbf24, #d97706); }
.orm-img-5 { background: linear-gradient(135deg, #818cf8, #4338ca); }
.orm-img-6 { background: linear-gradient(135deg, #94a3b8, #475569); }

.orm-reason-title {
  font-size: 25px;
    font-weight: 700;
    color: #1b1b2f;
    margin-bottom: 10px;
    margin-top: 15px;
    line-height: 30px;
}
.orm-reason-text {
  font-size: 13px;
  color: #6c727f;
  line-height: 1.7;
  margin-bottom: 0;
}

/* ============================================================
   SOLUTIONS / LOGOS
   ============================================================ */
.orm-solutions {
  padding: 60px 0;
  background: #ffffff;
}
.orm-solutions-title {
  color: #2563eb;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
.orm-solutions-text {
  font-size: 13.5px;
  color: #6c727f;
  line-height: 1.8;
  margin-bottom: 40px;
}
.orm-logos-row {
  border-top: 1px solid #eef0f4;
  padding-top: 30px;
}
.orm-logo {
  font-weight: 700;
  font-size: 18px;
  color: #1b1b2f;
}
.orm-logo-yahoo { color: #6d28d9; }
.orm-logo-yahoo span { color: #6d28d9; font-weight: 400; font-size: 12px; }
.orm-logo-newsweek { color: #d61f26; font-family: Georgia, serif; }
.orm-logo-google { color: #4285f4; font-size: 16px; }
.orm-logo-google small { color: #555; }
.orm-logo-stars { color: #fbbf24; font-size: 12px; }
.orm-logo-trustpilot { color: #00b67a; font-size: 16px; }

.orm-badge {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #1e3a8a;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  line-height: 1;
}
.orm-badge small { font-size: 8px; }
.orm-badge strong { font-size: 18px; }
.orm-badge span { font-size: 8px; }
.orm-badge-green { background: #166534; }
.orm-badge-blue { background: #1d4ed8; }
.orm-badge-dark { background: #111827; }
.orm-forbes { font-family: Georgia, serif; }

/* ============================================================
   CHAMPIONS (DARK)
   ============================================================ */
.orm-champions {
  padding: 60px 0;
  background: #16243f;
  color: #fff;
}
.orm-champions-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}
.orm-champions-text {
  font-size: 13px;
  color: #aeb6c7;
  line-height: 1.7;
  margin-bottom: 16px;
}

.orm-rep-box {
  border-radius: 16px;
  padding: 22px;
  background: #fff;
  height: 100%;
  height: 450px;
}

.orm-rep-box-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}
.orm-rep-box-head h4 {
  color: #1b1b2f;
  font-weight: 700;
  font-size: 22px;
  margin: 0;
}
.orm-rep-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.orm-rep-laptop {
  background: linear-gradient(135deg, #1e3a8a, #3b82f6);
}
.orm-rep-rating {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: #fff;
  color: #1b1b2f;
  font-weight: 700;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.orm-rep-rating small { font-size: 11px; color: #9aa0ad; }

/* ============================================================
   IN-DEPTH SERVICES
   ============================================================ */
.orm-indepth {
  padding: 60px 0;
  background: #ffffff;
}
.orm-service-item {
  padding-right: 10px;
}
.orm-service-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #2563eb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 16px;
}
.orm-service-title {
    font-size: 20px;
    font-weight: 700;
    color: #1b1b2f;
    margin-bottom: 10px;
    margin-top: 5px;
    display: inline-block;
}
.orm-service-text {
  font-size: 12.5px;
  color: #6c727f;
  line-height: 1.7;
  margin-bottom: 0;
}

/* ============================================================
   WORK WITH AGENCY
   ============================================================ */
.orm-work {
  padding: 60px 0;
  background: #f5f7fb;
}
.orm-work-title {
  font-size: 30px;
  font-weight: 700;
  color: #1b1b2f;
  line-height: 1.3;
  margin-bottom: 12px;
}
.orm-work-subtitle {
  color: #2563eb;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 14px;
}
.orm-work-text {
  font-size: 13.5px;
  color: #6c727f;
  line-height: 1.7;
  margin-bottom: 24px;
}

/* ============================================================
   WHAT WE CAN MANAGE
   ============================================================ */
.orm-manage {
  padding: 60px 0;
  background: #ffffff;
}
.orm-manage-card {
  border: 1px solid #eef0f4;
  border-radius: 14px;
  padding: 26px 22px;
  height: 100%;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.orm-manage-card:hover {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
.orm-manage-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #2563eb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
}
.orm-manage-title {
    font-size: 25px;
    font-weight: 700;
    color: #1b1b2f;
    margin-bottom: 10px;
    margin-top: 5px;
    display: inline-block;
    line-height: 30px;
}
.orm-manage-text {
  font-size: 13px;
  color: #6c727f;
  line-height: 1.7;
  margin-bottom: 16px;
}
.orm-manage-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.orm-manage-list li {
  font-size: 13px;
  color: #4b5160;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.orm-manage-list i {
  color: #2563eb;
  font-weight: 700;
}

/* ============================================================
   OUR APPROACH (BLUE)
   ============================================================ */
.orm-approach {
  padding: 60px 0;
  background: linear-gradient(135deg, #1d4ed8, #1e3a8a);
  color: #fff;
}
.orm-approach-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 14px;
}
.orm-approach-sub {
  font-size: 13px;
  color: #cdd8f3;
  line-height: 1.7;
  margin-bottom: 0;
}
.orm-approach-card {
  background: #ffd60a;
  border-radius: 14px;
  padding: 36px 22px;
  text-align: center;
  height: 100%;
  transition: transform 0.25s ease;
}
.orm-approach-card:hover {
  transform: translateY(-6px);
}
.orm-approach-name {
  font-size: 25px;
  font-weight: 700;
  color: #1b1b2f;
  margin-bottom: 0;
  margin-top: 5px;
  display: inline-block;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
  .orm-section-title,
  .orm-hero-title,
  .orm-solutions-title,
  .orm-champions-title,
  .orm-work-title,
  .orm-approach-title {
    font-size: 26px;
  }
  .orm-hero-rep-card { right: 10px; }
}

@media (max-width: 767px) {
  .orm-hero { padding: 40px 0; }
  .orm-reasons,
  .orm-solutions,
  .orm-champions,
  .orm-indepth,
  .orm-work,
  .orm-manage,
  .orm-approach {
    padding: 50px 0;
  }
  .orm-section-title,
  .orm-hero-title,
  .orm-solutions-title,
  .orm-champions-title,
  .orm-work-title,
  .orm-approach-title {
    font-size: 23px;
  }
  .orm-hero-btns { justify-content: flex-start; }
  .orm-dash-bubble {
    position: static;
    margin: 16px auto 0;
  }
}

@media (max-width: 575px) {
  .orm-btn { width: 100%; justify-content: center; }
  .orm-hero-btns { flex-direction: column; }
}



.smm-logos .slick-track {
    display: flex !important;
    gap: 30px;
}

.rep h4 {
    font-size: 35px;
    line-height: 40px;
    color: #0c5adb;
}

.bus h4 {
    color: white;
    font-size: 35px;
    line-height: 40px;
}

.smx-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}
.smx-section-title {
  font-weight: 800;
  font-size: clamp(28px, 4vw, 42px);
  color: #141a2e;
  margin-bottom: 14px;
}
.smx-section-sub {
  font-size: 16px;
  color: #5b6472;
  margin: 0;
}
.smx-text-light-muted { color: #aeb6c6 !important; }

/* smx-reveal on scroll animation (added by JS) */
.smx-reveal {
  
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}
.smx-reveal.smx-is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .smx-reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; }
}


/* =====================================================
   SECTION 1 : HERO
===================================================== */
.smx-hero-section {
  padding: 60px 0 60px;
  background: #ffffff;
}
.smx-hero-title {
    font-weight: 700;
    font-size: clamp(30px, 4.2vw, 45px);
    line-height: 1.18;
    color: #161c2d;
    margin-bottom: 22px;
        letter-spacing: -2px;
}
.smx-hero-text {
  color: #5b6472;
  font-size: 15px;
  line-height: 1.7;
  max-width: 100%;
  margin-bottom: 30px;
}

.smx-hero-form {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.smx-hero-input {
  flex: 1 1 240px;
  min-width: 220px;
  border: 1px solid #d4d9e2;
  border-radius: 50px;
  padding: 14px 22px;
  font-size: 14px;
  outline: none;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.smx-hero-input:focus {
  border-color: #1a56e8;
  box-shadow: 0 0 0 4px rgba(26, 86, 232, .15);
}
.smx-btn-strategy {
  border: none;
  background: #1a56e8;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 14px 26px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}
.smx-btn-strategy:hover {
  background: #1444c2;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(26, 86, 232, .35);
}

/* bento grid */
.smx-hero-bento {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.smx-bento-card {
  border-radius: 18px;
  padding: 22px;
  transition: transform .3s ease, box-shadow .3s ease;
}
.smx-bento-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(20, 26, 46, .12);
}
.smx-bento-blue {
  background: #1a56e8;
  color: #fff;
}
.smx-bento-stat {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 38px;
  display: block;
  line-height: 1;
}
.smx-bento-label { font-size: 13px; margin: 12px 0 0; opacity: .92; }
.smx-bento-white {
  background: #fff;
  border: 1px solid #eef0f5;
  box-shadow: 0 8px 20px rgba(20, 26, 46, .05);
}
.smx-net-icons { display: flex; gap: 8px; margin-bottom: 14px; }
.smx-net-icons img { border-radius: 6px; }
.smx-bento-strong { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 15px; margin: 0; color: #141a2e; }
.smx-stars { color: #f5a623; font-size: 14px; letter-spacing: 2px; margin-bottom: 12px; }
.smx-bento-quote { font-weight: 600; font-size: 14px; color: #141a2e; margin: 0; }
.smx-bento-award {
  background: #fff;
  border: 1px solid #eef0f5;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(20, 26, 46, .05);
}
.smx-bento-award img { max-width: 100%; height: auto; }


/* =====================================================
   SECTION 2 : RESULTS (dark)
===================================================== */
.smx-results-section {
  background: #0e1626;
  padding: 60px 0;
}
.smx-results-section .container {
  max-width : 1170px
}
.smx-result-card {
  background: #161f33;
  border: 1px solid #232d44;
  border-radius: 16px;
  padding: 26px 24px;
  height: 100%;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.smx-result-card:hover {
  transform: translateY(-8px);
  border-color: #3a5bd0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .45);
}
.smx-rc-name { color: #fff; font-weight: 700; font-size: 20px; margin: 0 0 4px; }
.smx-rc-tag {
  display: inline-block;
  color: #2bd4c4;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 22px;
}
.smx-rc-challenge { color: #8b93a7; font-size: 11px; letter-spacing: 1px; font-weight: 600; margin: 0 0 8px; }
.smx-rc-desc { color: #c4cad8; font-size: 14px; line-height: 1.6; margin-bottom: 22px; }
.smx-rc-stats { display: flex; gap: 14px; }
.smx-rc-stats > div { flex: 1; }
.smx-rc-num { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 24px; display: block; line-height: 1.1; }
.smx-rc-stats small { color: #8b93a7; font-size: 11px; display: block; margin-top: 6px; line-height: 1.3; }
.smx-rc-line { border-color: #28324a; margin: 22px 0; opacity: 1; }
.smx-rc-foot { color: #aab2c4; font-size: 13px; line-height: 1.6; margin: 0; }

/* stat colors */
.smx-c-teal { color: #2bd4c4; }
.smx-c-green { color: #34d399; }
.smx-c-blue2 { color: #4f9bff; }
.smx-c-orange { color: #f59e42; }
.smx-c-pink { color: #f06da9; }
.smx-c-red { color: #ff5470; }


/* =====================================================
   SECTION 3 : PROPRIETARY TECHNOLOGY
===================================================== */
.smx-tech-section {
  background: #fff;
  padding: 60px 0;
}
.smx-tech-section .container {
  max-width: 1170px;
}
.smx-tech-card {
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 16px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 8px 24px rgba(20, 26, 46, .04);
  transition: transform .3s ease, box-shadow .3s ease;
}
.smx-tech-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 38px rgba(26, 86, 232, .12);
}
.smx-tc-head { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.smx-tc-icon {
  width: 46px; height: 46px;
  border-radius: 12px;
  background: #1a56e8;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: transform .3s ease;
}
.smx-tech-card:hover .smx-tc-icon { transform: rotate(-8deg) scale(1.08); }
.smx-tc-title { font-weight: 700; font-size: 22px; color: #141a2e; margin: 0; }
.smx-tc-desc { color: #5b6472; font-size: 14px; line-height: 1.65; margin-bottom: 18px; }
.smx-tc-list { list-style: none; padding: 0; margin: 0; }
.smx-tc-list li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  color: #3d4757;
  margin-bottom: 10px;
}
.smx-tc-list li::before {
  content: "\21AA";
  position: absolute;
  left: 0;
  color: #1a56e8;
  font-weight: 700;
}

/* partners */
.smx-partners-bar {
  background: #1a56e8;
  border-radius: 18px;
  padding: 34px 26px 30px;
  margin-top: 40px;
  text-align: center;
}
.smx-partners-title {
  color: #cdddff;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 13px;
  margin-bottom: 24px;
}
.smx-partner-name {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin: 12px 0 0;
}


/* =====================================================
   SECTION 4 : SUCCESS STORIES
===================================================== */
.smx-stories-section {
  background: #fff;
  padding: 60px 0;
}
.smx-story-slide { padding: 0 14px; height: auto; }
.smx-story-card {
  background: #fff;
  border: 1px solid #e8eaf0;
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(20, 26, 46, .06);
  height: 100%;
  transition: box-shadow .3s ease, transform .3s ease;
}
.smx-story-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(20, 26, 46, .12);
}
.smx-sc-head { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.smx-sc-emoji { width: 44px; height: 44px; }
.smx-sc-name { font-weight: 800; font-size: 24px; color: #141a2e; margin: 0; }
.smx-sc-tag { color: #1a56e8; font-weight: 700; font-size: 12px; letter-spacing: 1px; }
.smx-sc-label { font-weight: 700; font-size: 12px; letter-spacing: .5px; color: #141a2e; margin: 0 0 6px; }
.smx-sc-text { color: #5b6472; font-size: 14px; line-height: 1.65; margin-bottom: 20px; }

.smx-sc-meta { display: flex; gap: 40px; margin-bottom: 24px; flex-wrap: wrap; }
.smx-sc-meta-label { font-size: 12px; color: #8b93a7; display: block; margin-bottom: 8px; }
.smx-sc-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.smx-pill {
  border: 1px solid #cdd6ee;
  color: #1a56e8;
  border-radius: 50px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 600;
}
.smx-pill-solid { background: #1a56e8; color: #fff; border-color: #1a56e8; }

.smx-sc-quote {
  border-left: 4px solid #f5a623;
  padding-left: 18px;
  margin: 0 0 22px;
  color: #3d4757;
  font-style: italic;
  font-size: 15px;
  line-height: 1.6;
}
.smx-sc-quote cite {
  display: block;
  margin-top: 12px;
  font-style: normal;
  font-weight: 700;
  color: #141a2e;
  font-size: 14px;
}

.smx-sc-results-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #1a56e8;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 50px;
  margin-bottom: 20px;
}
.smx-sc-stats { display: flex; gap: 20px; margin-bottom: 24px; flex-wrap: wrap; }
.smx-sc-stats > div { flex: 1; min-width: 90px; }
.smx-sc-num {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: #141a2e;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  line-height: 1.1;
}
.smx-sc-stats small { display: block; color: #5b6472; font-size: 13px; margin-top: 6px; line-height: 1.3; }
.smx-up { color: #22c55e; font-size: 18px; }
.smx-down { color: #ef4444; font-size: 18px; }
.smx-sc-link {
  color: #1a56e8;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap .25s ease;
}
.smx-sc-link:hover { gap: 12px; }

/* slick tweaks for stories */
.smx-stories-slider .slick-track { display: flex !important; }
.smx-stories-slider .slick-slide { height: inherit !important; }
.smx-stories-slider .slick-slide > div { height: 100%; }
.smx-stories-slider .slick-dots { bottom: -40px; }
.smx-stories-slider .slick-dots li button:before { font-size: 10px; color: #1a56e8; opacity: .3; }
.smx-stories-slider .slick-dots li.slick-active button:before { opacity: 1; color: #1a56e8; }
.smx-stories-slider .slick-prev:before,
.smx-stories-slider .slick-next:before { color: #1a56e8; }


/* =====================================================
   SECTION 5 : CTA BANNER
===================================================== */
.smx-cta-banner {
  position: relative;
  background: url('https://placehold.co/1400x320/1a3a8c/1a3a8c.png') center/cover no-repeat;
  padding: 56px 0;
  overflow: hidden;
}
.smx-cta-overlay {
  position: absolute;
  inset: 0;
}
.smx-cta-inner { position: relative; z-index: 2; }
.smx-cta-title {
  color: #fff;
  font-weight: 700;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.35;
  margin-bottom: 26px;
  max-width: 620px;
}
.smx-cta-buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.smx-btn-light-cta, .smx-btn-blue-cta {
  border: none;
  border-radius: 50px;
  padding: 13px 28px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.smx-btn-light-cta { background: #fff; color: #141a2e; }
.smx-btn-light-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(0,0,0,.25); }
.smx-btn-blue-cta { background: #1a56e8; color: #fff; }
.smx-btn-blue-cta:hover { background: #1444c2; transform: translateY(-2px); box-shadow: 0 10px 22px rgba(0,0,0,.3); }


/* =====================================================
   GENERIC SLICK (results + tech)
   desktop = CSS grid  |  mobile = slick slider
===================================================== */
.smx-js-slider { display: grid; gap: 24px; }
.smx-results-slider { grid-template-columns: repeat(3, 1fr); }
.smx-tech-slider   { grid-template-columns: repeat(2, 1fr); }
.smx-slide-item { height: 100%; }

/* when slick takes over, drop the grid */
.smx-js-slider.slick-initialized { display: block; }
.smx-js-slider .slick-slide { padding: 0 10px; height: inherit !important; }
.smx-js-slider .slick-slide > div { height: 100%; }
.smx-js-slider .slick-track { display: flex !important; }
.smx-js-slider .slick-dots { bottom: -38px; }
.smx-results-slider .slick-dots li button:before { color: #fff; }
.smx-js-slider .slick-dots li button:before { font-size: 10px; }


/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 991px) {
  .smx-hero-bento { max-width: 460px; }
  .smx-sc-meta { gap: 24px; }
  /* below 992px slick takes over; if JS is off, keep single column */
  .smx-js-slider:not(.slick-initialized) { grid-template-columns: 1fr; }
}

@media (max-width: 575px) {
  .smx-hero-section { padding: 48px 0 40px; }
  .smx-results-section,
  .smx-tech-section,
  .smx-stories-section { padding: 56px 0; }
  .smx-hero-bento { grid-template-columns: 1fr 1fr; gap: 12px; }
  .smx-bento-card { padding: 16px; }
  .smx-bento-stat { font-size: 30px; }
  .smx-story-card { padding: 22px; }
  .smx-sc-stats { gap: 14px; }
  .smx-sc-num { font-size: 24px; }
  .smx-cta-buttons { width: 100%; }
  .smx-btn-light-cta, .smx-btn-blue-cta { flex: 1; justify-content: center; }
}


.smm-logos__item img {
    transform: matrix(0.8, 0, 0, 0.8, 0, 0);
}
.smx-hero-title span {
    color: #1a56e8;
}

.smx-hero-section .container {
    max-width: 1170px;
}
.smx-partner-box {
    background-color: white;
    padding: 10px;
    min-height: 80%;
    border-radius: 10px;
    border: 1px solid #000000b3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
}
.hero-video-section {
  position: relative;      /* video ko isi ke andar absolute karna hai */
  width: 100%;
  min-height: 100vh;       /* ya jitni height chahiye, e.g. 600px */
  overflow: hidden;        /* video ke extra kinare hide ho jayen */
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;       /* video poori section ko bhar de, stretch na ho */
  z-index: -2;             /* sab se peeche */
}

.video-overlay {
  position: absolute;
  inset: 0;                /* top/right/bottom/left: 0 */
  background: rgba(0, 0, 0, 0.5);   /* color/opacity zaroorat ke mutabiq */
  z-index: -1;
}

.hero-content {
  position: relative;      /* overlay ke upar */
  z-index: 1;
  text-align: center;
  color: #fff;
  padding: 20px;
}
.seo-call__num a, .seo-call__small {
    color: white;
}

.sme-btn-phone svg {
    width: 18px;
}

.content-about {
    background-color: #061321;
}


.prx-trust, .prx-services, .prx-process, .prx-pickups, .prx-pricing,
.prx-compare, .prx-outlets, .prx-anatomy, .prx-team, .prx-impact {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  color: #15161c;
  -webkit-font-smoothing: antialiased;
}
.prx-trust *, .prx-services *, .prx-process *, .prx-pickups *, .prx-pricing *,
.prx-compare *, .prx-outlets *, .prx-anatomy *, .prx-team *, .prx-impact * {
  box-sizing: border-box;
}
.prx-trust img, .prx-services img, .prx-process img, .prx-pickups img,
.prx-pricing img, .prx-compare img, .prx-outlets img, .prx-anatomy img,
.prx-team img, .prx-impact img { max-width: 100%; }

/* ---- Shared typographic bits ---- */
.prx-heading {
  font-size: clamp(27px, 3.6vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 14px;
  color: #15161c;
}
.prx-heading-left { text-align: left; }
.prx-heading-white { color: #ffffff; }
.prx-subtext {
  max-width: 640px;
  margin: 0 auto 8px;
  font-size: 15px;
  line-height: 1.6;
  color: #6b7280;
  text-align: center;
}
.prx-subtext-left { text-align: left; margin-left: 0; }

.prx-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: #ffffff; border: 1px solid #e6e8ee;
  border-radius: 30px; padding: 7px 16px;
  font-size: 13px; font-weight: 700; color: #1f2430;
  margin-bottom: 18px;
}
.prx-badge-ico { color: #1b3ff5; font-size: 13px; }
.prx-badge-soft { background: #eaf0ff; border-color: #d9e3ff; color: #1b3ff5; }
.prx-badge-teal { background: #e6f7f3; border-color: #c8efe6; color: #0f9b82; }
.prx-badge-teal .prx-badge-ico { color: #0f9b82; }

/* ---- Shared buttons ---- */
.prx-btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.prx-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 24px; border-radius: 40px;
  font-size: 14px; font-weight: 700; text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease;
}
.prx-btn:hover { transform: translateY(-3px); }
.prx-btn-blue { background: #1b3ff5; color: #fff; }
.prx-btn-blue:hover { background: #1430c9; box-shadow: 0 12px 24px rgba(27,63,245,.4); }
.prx-btn-outline { background: #fff; color: #15161c; border: 1.5px solid #d7dbe4; }
.prx-btn-outline:hover { border-color: #1b3ff5; color: #1b3ff5; box-shadow: 0 10px 20px rgba(0,0,0,.08); }
.prx-btn-ico { font-size: 15px; line-height: 1; }

/* ============================================================
   SECTION 1 : TRUST
============================================================ */
.prx-trust { background: #ffffff; padding: 40px 0 70px; text-align: center; }
.prx-stars { color: #f5a623; font-size: 22px; letter-spacing: 3px; margin-bottom: 14px; }
.prx-trust-line { color: #6b7280; font-size: 15px; margin: 0 0 40px; }
.prx-trust-line strong { color: #15161c; }

.prx-logo-grid {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 30px 16px; max-width: 920px; margin: 0 auto 50px;
}
.prx-logo-item { display: flex; flex-direction: column; align-items: center; gap: 8px; transition: transform .25s ease; }
.prx-logo-item:hover { transform: translateY(-4px); }
.prx-logo-item img { height: 28px; width: auto; object-fit: contain; opacity: .85; }
.prx-logo-item span { font-size: 12px; color: #8a93a6; }

.prx-award-grid { display: flex; gap: 16px; max-width: 920px; margin: 0 auto; }
.prx-award-card {
  flex: 1 1 0; border: 1px solid #ebedf2; border-radius: 14px;
  padding: 22px 14px; text-align: center; background: #fff;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.prx-award-card:hover { transform: translateY(-6px); box-shadow: 0 16px 30px rgba(20,22,40,.1); border-color: #dfe3ec; }
.prx-award-card img { width: 38px; height: 38px; border-radius: 8px; margin: 0 auto 12px; display: block; }
.prx-award-card h4 { font-size: 14px; font-weight: 800; margin: 0 0 4px; }
.prx-award-card span { font-size: 12px; color: #9aa1b0; }

/* ============================================================
   SECTION 2 : SERVICES
============================================================ */
.prx-services { background: #f6f8fb; padding: 60px 0; }

.prx-svc-list { display: flex; flex-direction: column; gap: 10px; }
.prx-svc-row {
  display: flex; gap: 14px; align-items: center;
  background: #fff; border: 1px solid #edf0f5; border-radius: 12px;
  padding: 14px 16px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.prx-svc-row:hover { transform: translateX(5px); box-shadow: 0 8px 18px rgba(20,22,40,.07); border-color: #1b3ff5; }
.prx-svc-ico {
  flex: 0 0 38px; width: 38px; height: 38px; border-radius: 9px;
  background: #eef1f6; display: inline-flex; align-items: center; justify-content: center;
}
.prx-svc-ico img { width: 18px; height: 18px; border-radius: 3px; }
.prx-svc-row h5 { font-size: 14.5px; font-weight: 700; margin: 0 0 2px; }
.prx-svc-row p { font-size: 13px; color: #8a93a6; margin: 0; }

.prx-svc-feature { background: #fff; border-radius: 18px; overflow: hidden; box-shadow: 0 18px 40px rgba(20,22,40,.06); }
.prx-svc-feature-head {
  background: linear-gradient(120deg, #dbe6ff 0%, #eef3ff 70%);
  padding: 22px 28px 26px; position: relative; overflow: hidden;
}
.prx-svc-feature-head::after {
  content: ""; position: absolute; right: -40px; top: -40px;
  width: 150px; height: 150px; border-radius: 50%; background: rgba(27,63,245,.12);
}
.prx-pill-blue { display: inline-block; background: #1b3ff5; color: #fff; font-size: 12px; font-weight: 700; padding: 5px 14px; border-radius: 20px; margin-bottom: 14px; }
.prx-svc-feature-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; position: relative; z-index: 1; }
.prx-svc-feature-top h3 { font-size: 22px; font-weight: 800; margin: 0 0 4px; }
.prx-svc-feature-top > div > p { color: #5d6473; font-size: 14px; margin: 0; }
.prx-svc-stat { text-align: right; }
.prx-svc-stat strong { display: block; color: #1b3ff5; font-size: 26px; font-weight: 800; }
.prx-svc-stat span { font-size: 12px; color: #6b7280; }

.prx-svc-feature-body { padding: 24px 28px 28px; }
.prx-svc-feature-desc { color: #5d6473; font-size: 14.5px; line-height: 1.6; margin: 0 0 18px; }
.prx-svc-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; margin-bottom: 22px; }
.prx-svc-checks span { font-size: 13.5px; color: #2c3340; display: flex; gap: 9px; align-items: flex-start; }
.prx-dot { flex: 0 0 9px; width: 9px; height: 9px; border-radius: 50%; background: #1b3ff5; margin-top: 5px; }
.prx-svc-feature .prx-btn-row { margin-top: 4px; }

/* ============================================================
   SECTION 3 : PROCESS
============================================================ */
.prx-process { background: #fff; padding: 60px 0; }
.prx-step {
  display: flex; align-items: center; gap: 16px;
  border: 1px solid #ebedf2; border-radius: 14px; padding: 18px 20px;
  margin-bottom: 14px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.prx-step:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(20,22,40,.08); }
.prx-step-active { background: #eaf0ff; border-color: #1b3ff5; }
.prx-step-ico {
  flex: 0 0 44px; width: 44px; height: 44px; border-radius: 11px; background: #eef1f6;
  display: inline-flex; align-items: center; justify-content: center;
}
.prx-step-ico img { width: 22px; height: 22px; border-radius: 4px; }
.prx-step-ico-on { background: #1b3ff5; }
.prx-step-txt { flex: 1; }
.prx-step-txt span { display: block; font-size: 11px; letter-spacing: .5px; color: #9aa1b0; font-weight: 600; text-transform: uppercase; }
.prx-step-txt h5 { font-size: 15.5px; font-weight: 700; margin: 2px 0 0; }
.prx-radio { flex: 0 0 20px; width: 20px; height: 20px; border-radius: 50%; border: 2px solid #d2d7e0; }
.prx-radio-on { border-color: #1b3ff5; background: radial-gradient(circle, #1b3ff5 42%, transparent 46%); }

.prx-step-detail { background: #0f1726; border-radius: 18px; padding: 28px; color: #fff; height: 100%; }
.prx-detail-ico { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 12px; background: rgba(27,63,245,.18); margin-bottom: 18px; }
.prx-detail-ico img { width: 24px; height: 24px; border-radius: 4px; }
.prx-detail-step { display: block; font-size: 12px; color: #8a93a6; margin-bottom: 6px; }
.prx-step-detail h3 { font-size: 22px; font-weight: 800; margin: 0 0 12px; }
.prx-step-detail > p { color: #aeb6c6; font-size: 14px; line-height: 1.6; margin: 0 0 18px; }
.prx-detail-list { list-style: none; padding: 0; margin: 0 0 24px; }
.prx-detail-list li { font-size: 13.5px; color: #cdd3df; display: flex; align-items: center; gap: 10px; padding: 5px 0; }
.prx-check-c { flex: 0 0 18px; width: 18px; height: 18px; border-radius: 50%; border: 1.6px solid #1b3ff5; position: relative; }
.prx-check-c::after { content: ""; position: absolute; left: 5px; top: 2px; width: 4px; height: 8px; border: solid #1b3ff5; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.prx-progress-row { display: flex; justify-content: space-between; font-size: 12px; color: #8a93a6; margin-bottom: 8px; }
.prx-progress { height: 6px; border-radius: 6px; background: rgba(255,255,255,.12); overflow: hidden; }
.prx-progress span { display: block; height: 100%; background: #1b3ff5; border-radius: 6px; }

/* ============================================================
   SECTION 4 : PICKUPS (dark)
============================================================ */
.prx-pickups {  padding: 60px 0; }
.prx-pickups-sub { color: rgba(255,255,255,.7); font-size: 14px; margin: 0 0 34px; }
.prx-pickups-grid { display: flex; flex-wrap: wrap; gap: 20px; }
.prx-pickup-card {
  flex: 1 1 calc(33.333% - 14px); min-width: 0;
  background: #fff; border-radius: 12px; padding: 16px 18px;
  transition: transform .28s ease, box-shadow .28s ease;
}
.prx-pickup-card:hover { transform: translateY(-6px); box-shadow: 0 18px 34px rgba(0,0,0,.28); }
.prx-pickup-top { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.prx-pickup-top b { font-size: 13.5px; }
.prx-avatar { flex: 0 0 34px; width: 34px; height: 34px; border-radius: 8px; color: #fff; font-size: 12px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; }
.prx-av-teal { background: #0ea5a3; } .prx-av-orange { background: #f59e0b; } .prx-av-purple { background: #8b5cf6; }
.prx-av-dark { background: #1f2430; } .prx-av-blue { background: #2563eb; } .prx-av-violet { background: #7c3aed; }
.prx-pickup-title { font-size: 14px; font-weight: 600; line-height: 1.4; margin: 0 0 10px; color: #1f2430; }
.prx-pickup-time { font-size: 12px; color: #9aa1b0; }

.prx-tag { font-size: 11px; font-weight: 700; padding: 2px 9px; border-radius: 20px; }
.prx-tag-orange { background: #fdecd8; color: #d97706; }
.prx-tag-blue { background: #e0e9ff; color: #2563eb; }
.prx-tag-teal { background: #d8f3ee; color: #0d9488; }
.prx-tag-green { background: #dcfce7; color: #16a34a; }
.prx-tag-pink { background: #fde2ef; color: #db2777; }

/* ============================================================
   SECTION 5 : PRICING
============================================================ */
.prx-pricing { background: #fff; padding: 60px 0; }
.prx-price-head { margin: 34px 0 4px; }
.prx-price-head-a { font-size: 22px; font-weight: 800; display: block; }
.prx-price-head-b { font-size: 16px; font-weight: 700; color: #1b3ff5; }

.prx-price-wrap { display: flex; gap: 14px; align-items: stretch; margin-top: 18px; }
.prx-price-labels { flex: 0 0 200px; background: #9aa1ad; border-radius: 16px; color: #fff; padding: 250px 22px 28px; }
.prx-price-lbl { font-size: 15px; font-weight: 700; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.prx-price-lbl:first-child { padding-top: 0; }
.prx-price-lbl-big { font-size: 26px; font-weight: 800; border-bottom: none; padding-bottom: 0; }
.prx-price-lbl-big small { display: block; font-size: 12px; font-weight: 600; margin-top: 4px; }

.prx-price-cards { flex: 1; display: flex; gap: 14px; }
.prx-plan {
  flex: 1 1 0; border: 1px solid #ebedf2; border-radius: 16px; padding: 24px 18px;
  text-align: center; background: #fff; display: flex; flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease;
}
.prx-plan:hover { transform: translateY(-6px); box-shadow: 0 20px 38px rgba(20,22,40,.12); }
.prx-plan-hl { border: 2px solid #1b3ff5; }
.prx-plan-coin { position: relative; margin-bottom: 14px; }
.prx-plan-coin img {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    margin-top: -64px;
    margin-bottom: 30px;
}
.prx-plan-guarantee { position: absolute; right: 14px; top: -4px; }
.prx-plan-guarantee img { width: 52px; height: 52px; border-radius: 50%; }
.prx-plan-name { color: #1b3ff5; font-size: 17px; font-weight: 800; margin: 0 0 6px; }
.prx-plan-price { margin: 0 0 8px; font-size: 14px; color: #6b7280; }
.prx-plan-price strong { font-size: 28px; color: #15161c; }
.prx-plan-annual { font-size: 13px; color: #6b7280; margin: 0 0 2px; }
.prx-plan-save { font-size: 13px; font-weight: 700; color: #dc2626; margin: 0 0 18px; }
.prx-plan-feat { font-size: 13.5px; color: #2c3340; padding: 16px 0; border-top: 1px solid #f0f2f6; min-height: 60px; display: flex; flex-direction: column; justify-content: center; }
.prx-plan-feat-tall { min-height: 80px; }
.prx-plan-partners { padding: 16px 0; border-top: 1px solid #f0f2f6; min-height: 90px; display: flex; align-items: center; justify-content: center; }
.prx-plan-partners img { max-height: 70px; width: auto; opacity: .9; }
.prx-mlabel { display: none; font-size: 11px; font-weight: 700; color: #9aa1b0; text-transform: uppercase; letter-spacing: .4px; margin-bottom: 6px; }
.prx-plan-btn { margin: 16px auto 0; justify-content: center; }

/* ============================================================
   SECTION 6 : COMPARE TABLE
============================================================ */
.prx-compare { background: #f6f8fb; padding: 60px 0; }
.prx-compare-wrap { margin-top: 36px; background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 16px 40px rgba(20,22,40,.06); }
.prx-compare-table { width: 100%; border-collapse: collapse; min-width: 680px; }
.prx-compare-table thead th { background: #0f1726; color: #fff; padding: 18px 20px; font-size: 14px; font-weight: 700; vertical-align: top; text-align: center; }
.prx-compare-table thead th.prx-c-feature { text-align: left; }
.prx-c-best { background: #1b3ff5 !important; position: relative; }
.prx-best-badge { display: inline-block; background: #ffd60a; color: #15161c; font-size: 10px; font-weight: 800; padding: 2px 8px; border-radius: 10px; margin-bottom: 4px; }
.prx-c-alt small { color: #9aa1b0; font-weight: 500; font-size: 12px; }
.prx-compare-table tbody td { padding: 16px 20px; font-size: 14px; border-bottom: 1px solid #f0f2f6; text-align: center; color: #3a4150; }
.prx-compare-table tbody td:first-child { text-align: left; }
.prx-compare-table tbody tr:nth-child(even) { background: #fafbfd; }
.prx-hl-col { background: rgba(27,63,245,.05); }

.prx-yes, .prx-no, .prx-mid { display: inline-block; width: 24px; height: 24px; border-radius: 50%; position: relative; }
.prx-yes { background: #1b3ff5; }
.prx-yes::after { content: ""; position: absolute; left: 8px; top: 5px; width: 5px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.prx-yes-g { background: #22c55e; }
.prx-no { background: #eef0f4; }
.prx-no::before, .prx-no::after { content: ""; position: absolute; left: 11px; top: 6px; width: 2px; height: 12px; background: #9aa1b0; }
.prx-no::before { transform: rotate(45deg); } .prx-no::after { transform: rotate(-45deg); }
.prx-mid { background: #fde7cf; }
.prx-mid::after { content: ""; position: absolute; left: 6px; top: 11px; width: 12px; height: 2px; background: #f59e0b; }
.prx-legend { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; padding: 18px; background: #fafbfd; font-size: 13px; color: #6b7280; }
.prx-legend span { display: inline-flex; align-items: center; gap: 8px; }
.prx-legend .prx-yes, .prx-legend .prx-no, .prx-legend .prx-mid { width: 18px; height: 18px; }
.prx-legend .prx-yes::after { left: 6px; top: 3px; width: 4px; height: 8px; }
.prx-legend .prx-no::before, .prx-legend .prx-no::after { left: 8px; top: 4px; height: 9px; }
.prx-legend .prx-mid::after { left: 4px; top: 8px; width: 9px; }

/* ============================================================
   SECTION 7 : OUTLETS (dark)
============================================================ */
.prx-outlets { background: #0c1424; padding: 60px 0; }
.prx-outlets .prx-heading { margin-bottom: 44px; }
.prx-outlets-grid { display: flex; flex-wrap: wrap; gap: 22px; }
.prx-outlet-card {
  flex: 1 1 calc(33.333% - 15px); min-width: 0;
  background: #131e30; border: 1px solid #1f2c42; border-radius: 16px; padding: 24px;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.prx-outlet-card:hover { transform: translateY(-6px); border-color: #2c3d59; box-shadow: 0 18px 36px rgba(0,0,0,.4); }
.prx-outlet-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.prx-outlet-ico { width: 44px; height: 44px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; }
.prx-outlet-ico img { width: 22px; height: 22px; border-radius: 4px; }
.prx-oi-teal { background: rgba(45,212,191,.16); } .prx-oi-blue { background: rgba(96,165,250,.16); }
.prx-oi-purple { background: rgba(167,139,250,.16); } .prx-oi-orange { background: rgba(251,191,36,.16); }
.prx-oi-pink { background: rgba(244,114,182,.16); }
.prx-outlet-num { font-size: 24px; font-weight: 800; }
.prx-num-teal { color: #2dd4bf; } .prx-num-blue { color: #60a5fa; } .prx-num-purple { color: #a78bfa; }
.prx-num-orange { color: #fbbf24; } .prx-num-pink { color: #f472b6; }
.prx-outlet-card h4 { color: #fff; font-size: 17px; font-weight: 700; margin: 0 0 16px; }
.prx-outlet-card ul { list-style: none; padding: 0; margin: 0; }
.prx-outlet-card li { color: #aeb6c6; font-size: 14px; padding: 6px 0; display: flex; align-items: center; gap: 10px; }
.prx-bullet { width: 7px; height: 7px; border-radius: 50%; display: inline-block; }
.prx-b-teal { background: #2dd4bf; } .prx-b-blue { background: #60a5fa; } .prx-b-purple { background: #a78bfa; }
.prx-b-orange { background: #fbbf24; } .prx-b-pink { background: #f472b6; }

/* ============================================================
   SECTION 8 : ANATOMY
============================================================ */
.prx-anatomy { background: #fff; padding: 60px 0; }
.prx-num-item { display: flex; gap: 16px; margin-bottom: 22px; }
.prx-num-badge { flex: 0 0 30px; width: 30px; height: 30px; border-radius: 8px; background: #1b3ff5; color: #fff; font-weight: 700; font-size: 14px; display: inline-flex; align-items: center; justify-content: center; }
.prx-num-item h5 { font-size: 16px; font-weight: 700; margin: 2px 0 4px; }
.prx-num-item p { font-size: 14px; color: #6b7280; line-height: 1.55; margin: 0; }

.prx-pr-mock { background: #fff; border-radius: 16px; box-shadow: 0 24px 50px rgba(20,22,40,.14); overflow: hidden; transition: transform .35s ease; }
.prx-pr-mock:hover { transform: translateY(-5px); }
.prx-pr-bar { display: flex; align-items: center; gap: 7px; background: #f4f6f9; padding: 12px 18px; border-bottom: 1px solid #eef0f4; }
.prx-dotmac { width: 11px; height: 11px; border-radius: 50%; }
.prx-dm-red { background: #ff5f57; } .prx-dm-yellow { background: #febc2e; } .prx-dm-green { background: #28c840; }
.prx-pr-bar-title { flex: 1; text-align: center; font-size: 12.5px; color: #8a93a6; }
.prx-pr-approved { background: #16a34a; color: #fff; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 20px; }
.prx-pr-body { padding: 26px 28px 30px; }
.prx-pr-meta { display: flex; justify-content: space-between; font-size: 11px; letter-spacing: .6px; color: #9aa1b0; text-transform: uppercase; margin-bottom: 14px; }
.prx-pr-body h3 { font-size: 19px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
.prx-pr-sub { font-size: 13.5px; color: #6b7280; margin: 0 0 14px; }
.prx-pr-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.prx-pr-tags span { background: #eef1f6; color: #5d6473; font-size: 11.5px; padding: 4px 12px; border-radius: 6px; }
.prx-pr-body p { font-size: 14px; color: #3a4150; line-height: 1.65; margin: 0 0 14px; }
.prx-pr-quote { border-left: 3px solid #f4c20d; background: #fafbfd; padding: 14px 18px; font-style: italic; font-size: 13.5px; color: #3a4150; margin: 0; }
.prx-pr-quote span { display: inline-block; margin-top: 8px; font-style: normal; font-weight: 700; color: #6b7280; }

/* ============================================================
   SECTION 9 : TEAM
============================================================ */
.prx-team { background: #f6f8fb; padding: 60px 0; }
.prx-team-grid { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 40px; }
.prx-team-card {
  flex: 1 1 calc(33.333% - 16px); min-width: 0;
  background: #fff; border-radius: 16px; padding: 24px;
  box-shadow: 0 10px 26px rgba(20,22,40,.05);
  transition: transform .3s ease, box-shadow .3s ease;
}
.prx-team-card:hover { transform: translateY(-6px); box-shadow: 0 22px 42px rgba(20,22,40,.12); }
.prx-team-head { display: flex; gap: 14px; align-items: center; margin-bottom: 16px; }
.prx-team-pic { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; flex: 0 0 56px; }
.prx-team-head h5 { font-size: 16px; font-weight: 800; margin: 0; }
.prx-team-role { display: block; font-size: 13px; color: #6b7280; margin: 1px 0 2px; }
.prx-team-stat { font-size: 13px; font-weight: 700; }
.prx-ts-teal { color: #0d9488; } .prx-ts-purple { color: #8b5cf6; } .prx-ts-orange { color: #ea8a0c; }
.prx-team-bio { font-size: 13.5px; color: #5d6473; line-height: 1.6; margin: 0 0 16px; }
.prx-team-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.prx-team-tags span { font-size: 11.5px; font-weight: 600; padding: 4px 11px; border-radius: 20px; }
.prx-tt-teal { background: #d8f3ee; color: #0d9488; }
.prx-tt-purple { background: #ede6fc; color: #8b5cf6; }
.prx-tt-pink { background: #fde2ef; color: #db2777; }
.prx-tt-orange { background: #fdeccf; color: #d97706; }
.prx-tt-blue { background: #e0e9ff; color: #2563eb; }
.prx-team-foot { font-size: 12.5px; color: #8a93a6; border-top: 1px solid #f0f2f6; padding-top: 14px; display: flex; gap: 8px; align-items: flex-start; }
.prx-trophy { flex: 0 0 14px; width: 14px; height: 14px; border-radius: 3px; background: #f4c20d; margin-top: 1px; }

/* ============================================================
   SECTION 10 : IMPACT (dark)
============================================================ */
.prx-impact { background: #0c1424; padding: 60px 0; }
.prx-impact .prx-heading { margin-bottom: 40px; }
.prx-stat-grid { display: flex; flex-wrap: wrap; gap: 18px; }
.prx-stat-card {
  flex: 1 1 calc(25% - 14px); min-width: 0; text-align: center;
  background: #131e30; border: 1px solid #1f2c42; border-radius: 16px; padding: 26px 18px;
  transition: transform .3s ease, box-shadow .3s ease;
}
.prx-stat-card:hover { transform: translateY(-6px); box-shadow: 0 18px 34px rgba(0,0,0,.4); }
.prx-stat-ico { width: 50px; height: 50px; border-radius: 13px; margin: 0 auto 16px; display: inline-flex; align-items: center; justify-content: center; }
.prx-stat-ico img { width: 24px; height: 24px; border-radius: 4px; }
.prx-si-teal { background: rgba(45,212,191,.16); } .prx-si-green { background: rgba(74,222,128,.16); }
.prx-si-yellow { background: rgba(250,204,21,.16); } .prx-si-purple { background: rgba(167,139,250,.16); }
.prx-stat-num { font-size: 34px; font-weight: 800; color: #fff; margin: 0 0 8px; }
.prx-stat-num span { font-size: 18px; margin-left: 3px; }
.prx-su-teal { color: #2dd4bf; } .prx-su-green { color: #4ade80; } .prx-su-yellow { color: #facc15; } .prx-su-pink { color: #f472b6; }
.prx-stat-card h5 { color: #fff; font-size: 14.5px; font-weight: 700; margin: 0 0 6px; }
.prx-stat-card small { color: #7e8799; font-size: 12px; }

.prx-impact-sub { text-align: center; color: #6c8cff; font-size: 24px; font-weight: 800; margin: 48px 0 28px; }
.prx-camp-grid { display: flex; flex-wrap: wrap; gap: 22px; }
.prx-camp-card {
  flex: 1 1 calc(33.333% - 15px); min-width: 0;
  background: #131e30; border: 1px solid #1f2c42; border-radius: 16px; padding: 24px;
  transition: transform .3s ease, box-shadow .3s ease;
}
.prx-camp-card:hover { transform: translateY(-6px); box-shadow: 0 18px 34px rgba(0,0,0,.4); }
.prx-camp-card h4 { color: #fff; font-size: 18px; font-weight: 800; margin: 14px 0 4px; }
.prx-camp-quote { color: #8a93a6; font-size: 13.5px; font-style: italic; margin: 0 0 20px; }
.prx-camp-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 12px; border-top: 1px solid #1f2c42; padding-top: 18px; }
.prx-camp-stats span { display: block; color: #7e8799; font-size: 12px; margin-bottom: 3px; }
.prx-camp-stats b { color: #fff; font-size: 17px; }
.prx-green { color: #22c55e !important; }

/* ============================================================
   SCROLL REVEAL
============================================================ */
.prx-reveal {  transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.prx-reveal.prx-in { opacity: 1; transform: translateY(0); }

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1199px) {
  .prx-svc-checks { grid-template-columns: 1fr; }
}

@media (max-width: 991px) {
  .prx-logo-grid { grid-template-columns: repeat(3, 1fr); }
  .prx-subtext-left, .prx-heading-left { text-align: left; }

  /* slick takes over — release flex/grid */
  .prx-award-grid, .prx-pickups-grid, .prx-outlets-grid,
  .prx-team-grid, .prx-stat-grid, .prx-camp-grid { display: block; }
  .prx-price-cards { display: block; }
  .prx-price-labels { display: none; }
  .prx-mlabel { display: block; }
  .prx-plan-feat, .prx-plan-feat-tall, .prx-plan-partners { min-height: 0; }
}

@media (max-width: 575px) {
  .prx-logo-grid { grid-template-columns: repeat(2, 1fr); }
  .prx-trust, .prx-services, .prx-process, .prx-pricing,
  .prx-compare, .prx-outlets, .prx-anatomy, .prx-team, .prx-impact,
  .prx-pickups { padding: 48px 0; }
  .prx-svc-feature-top { flex-direction: column; }
  .prx-svc-stat { text-align: left; }
}

/* ---- Slick slide spacing (mobile) ---- */
.prx-mobile-slider .slick-slide { padding: 8px 10px; height: inherit; }
.prx-mobile-slider .slick-track { display: flex; }
.prx-mobile-slider .slick-slide > div { height: 100%; }
.prx-mobile-slider .slick-slide > div > div { height: 100%; }
.prx-mobile-slider .slick-dots { bottom: -36px; }
.prx-mobile-slider .slick-dots li button:before { font-size: 9px; color: #1b3ff5; opacity: .35; }
.prx-mobile-slider .slick-dots li.slick-active button:before { color: #1b3ff5; opacity: 1; }
/* dark sections: white dots */
.prx-pickups .slick-dots li button:before,
.prx-outlets .slick-dots li button:before,
.prx-impact .slick-dots li button:before { color: #fff; }
.prx-pickups .slick-dots li.slick-active button:before,
.prx-outlets .slick-dots li.slick-active button:before,
.prx-impact .slick-dots li.slick-active button:before { color: #fff; }

/* ---- Reduced motion ---- */
@media (prefers-reduced-motion: reduce) {
  .prx-reveal { opacity: 1; transform: none; transition: none; }
  .prx-btn, .prx-award-card, .prx-svc-row, .prx-step, .prx-pickup-card,
  .prx-plan, .prx-outlet-card, .prx-team-card, .prx-stat-card,
  .prx-camp-card, .prx-pr-mock, .prx-logo-item { transition: none; }
}

.prx-services .container  , .prx-process .container , .prx-pickups .container{
    max-width: 1170px;
}


.sme-hero, .sme-feat, .sme-platform, .sme-exp {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  color: #15161c;
  -webkit-font-smoothing: antialiased;
}
.sme-hero *, .sme-feat *, .sme-platform *, .sme-exp * { box-sizing: border-box; }
.sme-hero img, .sme-feat img, .sme-platform img, .sme-exp img { max-width: 100%; display: block; }

/* ---- Shared headings ---- */
.sme-eyebrow { color: #f4b400; font-weight: 800; font-size: 15px; margin: 0 0 12px; }
.sme-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800; line-height: 1.15; margin: 0 0 14px; color: #15161c;
}

/* ---- Shared buttons ---- */
.sme-hero-btns { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 10px; }
.sme-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 26px; border-radius: 40px;
  font-size: 14px; font-weight: 700; text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease;
}
.sme-btn:hover { transform: translateY(-3px); }
.sme-btn-light { background: #fff; color: #15161c; }
.sme-btn-light:hover { box-shadow: 0 12px 24px rgba(0,0,0,.22); }
.sme-btn-blue { background: #1b3ff5; color: #fff; }
.sme-btn-blue:hover { background: #1430c9; box-shadow: 0 12px 26px rgba(27,63,245,.45); }
.sme-btn-ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.55); }
.sme-btn-ghost:hover { background: #fff; color: #15161c; box-shadow: 0 12px 24px rgba(0,0,0,.25); }
.sme-btn-ico { font-size: 15px; line-height: 1; }

/* ============================================================
   CSS-ONLY ENTRANCE ANIMATIONS (no JS)
============================================================ */
@keyframes smeFadeUp {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes smeFadeDown {
  from { opacity: 0; transform: translateY(-14px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   SECTION 1 : HERO
============================================================ */
.sme-hero {  padding: 46px 0; overflow: hidden; }
.sme-hero-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: #fff; color: #15161c; font-size: 12px; font-weight: 700;
  padding: 8px 16px; border-radius: 30px; margin-bottom: 18px;
  animation: smeFadeDown .6s ease both;
}
.sme-hero-star { color: #f4960d; font-size: 13px; }
.sme-hero-subtitle {
  color: #f4c20d; font-weight: 700; font-size: clamp(16px, 2vw, 19px);
  line-height: 1.4; margin: 0 0 14px; animation: smeFadeUp .6s ease .1s both;
}
.sme-hero-title {
  color: #fff; font-weight: 800; font-size: clamp(30px, 4.4vw, 46px);
  line-height: 1.12; margin: 0 0 26px; animation: smeFadeUp .6s ease .2s both;
}
.sme-hero-btns { animation: smeFadeUp .6s ease .3s both; }

/* ============================================================
   SECTION 2 : FEATURES
============================================================ */
.sme-feat { padding: 60px 0; }
.sme-feat-head { animation: smeFadeUp .6s ease both; }
.sme-feat-grid { display: flex; gap: 26px; margin-top: 48px; }

.sme-feat-card {
  flex: 1 1 0; border-radius: 18px; padding: 30px 26px 0; text-align: center; overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
  animation: smeFadeUp .6s ease both;
}
.sme-feat-grid > .sme-feat-card:nth-child(1) { animation-delay: .05s; }
.sme-feat-grid > .sme-feat-card:nth-child(2) { animation-delay: .15s; }
.sme-feat-grid > .sme-feat-card:nth-child(3) { animation-delay: .25s; }
.sme-feat-card:hover { transform: translateY(-8px); box-shadow: 0 22px 40px rgba(20,22,40,.14); }

.sme-fc-purple { background: #efeafc; }
.sme-fc-teal   { background: #dcf2ee; }
.sme-fc-peri   { background: #e9eafc; }

.sme-fc-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: #15161c; margin: 0 0 10px; }
.sme-fc-check {
  width: 18px; height: 18px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%; background: #1b3ff5; color: #fff; font-size: 10px; transition: transform .3s ease;
}
.sme-feat-card:hover .sme-fc-check { transform: scale(1.18) rotate(8deg); }
.sme-fc-title { font-size: 21px; font-weight: 800; line-height: 1.25; margin: 0 0 12px; }
.sme-fc-text { font-size: 14px; color: #5d6473; line-height: 1.55; margin: 0 auto 24px; max-width: 270px; }
.sme-fc-media { border-radius: 14px 14px 0 0; overflow: hidden; }
.sme-fc-media img { width: 100%; transition: transform .4s ease; }
.sme-feat-card:hover .sme-fc-media img { transform: scale(1.05); }

/* ============================================================
   SECTION 3 : PLATFORM
============================================================ */
.sme-platform { overflow: hidden; }
.sme-plat-left { background: linear-gradient(135deg, #0c1f4d 0%, #163a85 100%); display: flex; align-items: center; }
.sme-plat-inner { padding: 60px clamp(24px, 5vw, 70px); max-width: 620px; margin-left: auto; animation: smeFadeUp .6s ease both; }
.sme-plat-left .sme-eyebrow { color: #f4c20d; }
.sme-plat-title { color: #fff; font-weight: 800; font-size: clamp(26px, 3.4vw, 40px); line-height: 1.18; margin: 0 0 22px; }
.sme-plat-text { color: rgba(255,255,255,.78); font-size: 14.5px; line-height: 1.7; margin: 0 0 18px; }
.sme-plat-right { background: #cdd6e0; overflow: hidden; }
.sme-plat-right img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.sme-plat-right:hover img { transform: scale(1.06); }

/* ============================================================
   SECTION 4 : EXPERIENCES
============================================================ */
.sme-exp { padding: 60px 0; }
.sme-exp-head { animation: smeFadeUp .6s ease both; }
.sme-exp-desc { max-width: 640px; margin: 0 auto; font-size: 14.5px; color: #5d6473; line-height: 1.65; }
.sme-exp-grid { display: flex; gap: 24px; margin-top: 50px; }
.sme-exp-item { flex: 1 1 0; text-align: center; padding: 0 6px; animation: smeFadeUp .6s ease both; }
.sme-exp-grid > .sme-exp-item:nth-child(1) { animation-delay: .05s; }
.sme-exp-grid > .sme-exp-item:nth-child(2) { animation-delay: .12s; }
.sme-exp-grid > .sme-exp-item:nth-child(3) { animation-delay: .19s; }
.sme-exp-grid > .sme-exp-item:nth-child(4) { animation-delay: .26s; }

.sme-exp-ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; background: #1b3ff5; border-radius: 14px; margin-bottom: 18px;
  box-shadow: 0 10px 20px rgba(27,63,245,.28);
  transition: transform .35s ease, box-shadow .35s ease;
}
.sme-exp-ico img { width: 26px; height: 26px; border-radius: 4px; }
.sme-exp-item:hover .sme-exp-ico { transform: translateY(-6px) rotate(-6deg); box-shadow: 0 16px 28px rgba(27,63,245,.4); }
.sme-exp-title { font-size: 18px; font-weight: 800; line-height: 1.3; margin: 0 0 12px; }
.sme-exp-text { font-size: 13.5px; color: #5d6473; line-height: 1.6; margin: 0 auto; max-width: 250px; }

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 991px) {
  .sme-plat-inner { margin: 0 auto; }
  .sme-plat-right { min-height: 280px; }
  /* slick controls layout — release flex */
  .sme-feat-grid, .sme-exp-grid { display: block; }
  /* let slider items animate normally without stagger transform conflicts */
  .sme-feat-card, .sme-exp-item { animation: none; }
}

@media (max-width: 575px) {
  .sme-hero { padding: 36px 0; }
  .sme-feat, .sme-exp { padding: 50px 0; }
  .sme-plat-inner { padding: 44px 22px; }
}

/* ---- Slick slide spacing (mobile) ---- */
.sme-slider .slick-slide { padding: 8px 10px; height: inherit; }
.sme-slider .slick-track { display: flex; }
.sme-slider .slick-slide > div { height: 100%; }
.sme-slider .sme-feat-card, .sme-slider .sme-exp-item { height: 100%; }
.sme-slider .slick-dots { bottom: -34px; }
.sme-slider .slick-dots li button:before { font-size: 9px; color: #1b3ff5; opacity: .35; }
.sme-slider .slick-dots li.slick-active button:before { color: #1b3ff5; opacity: 1; }

/* ---- Reduced motion ---- */
@media (prefers-reduced-motion: reduce) {
  .sme-hero-badge, .sme-hero-subtitle, .sme-hero-title, .sme-hero-btns,
  .sme-feat-head, .sme-feat-card, .sme-plat-inner, .sme-exp-head, .sme-exp-item { animation: none; }
  .sme-btn, .sme-feat-card, .sme-fc-check, .sme-fc-media img, .sme-plat-right img, .sme-exp-ico { transition: none; }
}

.tmre-section img {
    max-width: 100%;
}

.seolocal img {
    max-width: 100%;
}

.rgcta-banner .container {
    max-width: 1170px;
}


/* -------------------- Page heading -------------------- */
.page-head {
    text-align: center;
    margin-bottom: 38px;
}
.page-head h1 {
    text-align: center;
    font-weight: 700;
    font-size: 45px;
    letter-spacing: -2px;
    color: #1a1a1a;
    margin-bottom: 12px;
    letter-spacing: -1px;
}
.page-head p {
    margin: 0 auto;
    max-width: 560px;
    color: #8a8aa0;
    font-size: 15px;
}

/* ============================================================
   TABS
   ============================================================ */
.pkg-tabs {
    border: none;
    gap: 12px;
    margin-bottom: 46px;
    flex-wrap: wrap;
}
.pkg-tabs .nav-item .nav-link {
    border: 2px solid #e3e3f0;
    background: #ffffff;
    color: #5a5a72;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50px;
    padding: 12px 26px;
    display: flex;
    align-items: center;
    gap: 9px;
    transition: transform .28s ease, box-shadow .28s ease, background .28s ease, color .28s ease, border-color .28s ease;
}
.pkg-tabs .nav-item .nav-link .num {
    background: #eef0fb;
    color: #6c6cff;
    font-size: 11px;
    border-radius: 50px;
    padding: 2px 8px;
    transition: background .28s ease, color .28s ease;
}
.pkg-tabs .nav-item .nav-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(45, 42, 110, .14);
    border-color: #cfcff0;
}
.pkg-tabs .nav-item .nav-link.active {
    background: linear-gradient(135deg, #312a6c, #4b3fb0);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 12px 26px rgba(49, 42, 108, .35);
}
.pkg-tabs .nav-item .nav-link.active .num {
    background: rgba(255, 255, 255, .22);
    color: #fff;
}

/* ============================================================
   CARD GRID / SLIDER CONTAINER
   On desktop -> flex grid.  On mobile -> Slick takes over.
   ============================================================ */
.cards-slider:not(.slick-initialized) {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 26px;
}
.cards-slider:not(.slick-initialized) > .card-col {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
}

/* Single full-width row (wide cards) */
.single-row {
    margin-bottom: 26px;
}
.single-row > .card-col { display: block; }

/* Web-portal: corporate card is twice as wide */
.cards-slider:not(.slick-initialized) > .card-col.span2 { flex: 2 1 0; }

.card-col { padding: 6px; }

/* ============================================================
   PACKAGE CARD
   ============================================================ */
.pkg-card {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    padding: 26px 24px 30px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(35, 35, 80, .07);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform .32s ease, box-shadow .32s ease;
}
.pkg-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 26px 50px rgba(35, 35, 80, .16);
}

/* Badge / header pill */
.pkg-badge {
    background: #e9e9ef;
    color: #44445a;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 22px;
    transition: letter-spacing .3s ease;
}
.pkg-card:hover .pkg-badge { letter-spacing: 2px; }
.pkg-badge.badge-cream { background: #fdf3d5; color: #8a6d1f; }

/* Title + subtitle */
.pkg-title {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #2c2c44;
    margin: 0 0 14px;
    letter-spacing: .5px;
}
.pkg-sub {
    text-align: center;
    color: #9a9ab0;
    font-size: 14.5px;
    line-height: 1.5;
    margin: 0 auto 22px;
    max-width: 330px;
}

/* Feature list (scrolls inside the card) */
.features {
    list-style: none;
    margin: 0 0 22px;
    padding: 4px 8px 4px 2px;
    max-height: 300px;
    overflow-y: auto;
    flex: 1 1 auto;
}
.features li {
    position: relative;
    padding: 7px 4px 7px 24px;
    font-size: 14.5px;
    line-height: 1.45;
    color: #51516a;
    border-radius: 6px;
    transition: background .25s ease, transform .25s ease, color .25s ease;
}
.features li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 13px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #4a7bf7;
    transition: transform .25s ease;
}
.features li:hover {
    background: #f6f7ff;
    transform: translateX(4px);
    color: #2c2c44;
}
.features li:hover::before { transform: scale(1.45); }

/* Bold sub-headers inside lists (Features:, Logo Design, etc.) */
.features li.feat-head {
    font-weight: 700;
    color: #2c2c44;
    padding-left: 4px;
    margin-top: 4px;
}
.features li.feat-head::before { display: none; }
.features li.feat-head:hover { background: transparent; transform: none; }

/* custom scrollbar */
.features::-webkit-scrollbar { width: 6px; }
.features::-webkit-scrollbar-track { background: transparent; }
.features::-webkit-scrollbar-thumb { background: #d3d3e6; border-radius: 10px; }
.features::-webkit-scrollbar-thumb:hover { background: #b7b7d6; }

/* Price */
.pkg-price {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 38px;
    color: #4a7bf7;
    margin: 6px 0 18px;
    line-height: 1;
}
.pkg-price .cur {
    font-size: 22px;
    vertical-align: super;
    font-weight: 600;
    margin-right: 1px;
}
.pkg-price .per {
    font-size: 15px;
    color: #9a9ab0;
    font-weight: 600;
}

/* Buy button */
.pkg-btn {
    display: block;
    text-align: center;
    text-decoration: none;
    background: #312a6c;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .6px;
    padding: 15px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
    margin-top: auto;
    align-self: center;
    width: 78%;
    max-width: 280px;
}
.pkg-btn::after {
    content: "";
    position: absolute;
    top: 0; left: -120%;
    width: 60%; height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,.35), transparent);
    transition: left .6s ease;
}
.pkg-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 26px rgba(49, 42, 108, .4);
}
.pkg-btn:hover::after { left: 130%; }

/* ============================================================
   BEST-SELLER RIBBON
   ============================================================ */
.best-seller { overflow: hidden; }
.ribbon {
    position: absolute;
    top: 18px;
    right: -42px;
    transform: rotate(45deg);
    background: linear-gradient(135deg, #ff4747, #d92020);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 6px 52px;
    box-shadow: 0 6px 14px rgba(217, 32, 32, .35);
    z-index: 3;
}

/* ============================================================
   COLOR THEMES (dot / price / button)
   ============================================================ */
/* Blue */
.theme-blue .features li::before { background: #4a7bf7; }
.theme-blue .pkg-price { color: #4a7bf7; }
.theme-blue .pkg-btn { background: #312a6c; }

/* Green / teal */
.theme-green .features li::before { background: #19c39a; }
.theme-green .pkg-price { color: #19c39a; }
.theme-green .pkg-btn { background: #19c39a; }
.theme-green .pkg-btn:hover { box-shadow: 0 14px 26px rgba(25, 195, 154, .45); }

/* Red / coral */
.theme-red .features li::before { background: #ff5e4d; }
.theme-red .pkg-price { color: #ff5e4d; }
.theme-red .pkg-btn { background: #312a6c; }

/* SEO price is dark */
.seo-price { color: #2c2c44 !important; }

/* ============================================================
   WIDE CARD (3-column feature layout)
   ============================================================ */
.pkg-card.wide .pkg-badge { margin-bottom: 24px; }
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 34px;
    max-height: 430px;
    overflow-y: auto;
    margin-bottom: 20px;
    padding-right: 6px;
}
.features-grid .features {
    max-height: none;
    overflow: visible;
    margin-bottom: 0;
}
.features-grid::-webkit-scrollbar { width: 6px; }
.features-grid::-webkit-scrollbar-thumb { background: #d3d3e6; border-radius: 10px; }

/* ============================================================
   SEO card top price layout
   ============================================================ */
.pkg-card.seo .pkg-price { font-size: 32px; margin: 4px 0 14px; }
.pkg-card.seo .pkg-sub { font-size: 13.5px; min-height: 60px; }
.pkg-card.seo .features { max-height: 360px; }

/* ============================================================
   ENTRANCE ANIMATION  (on the wrapper, so hover-lift stays free)
   ============================================================ */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}
.tab-pane.active .card-col { animation: fadeInUp .55s ease both; }
.tab-pane.active .cards-slider .card-col:nth-child(1) { animation-delay: .04s; }
.tab-pane.active .cards-slider .card-col:nth-child(2) { animation-delay: .14s; }
.tab-pane.active .cards-slider .card-col:nth-child(3) { animation-delay: .24s; }
.tab-pane.active .cards-slider .card-col:nth-child(4) { animation-delay: .34s; }

/* ============================================================
   SLICK SLIDER (mobile) overrides
   ============================================================ */
.cards-slider.slick-initialized { margin-bottom: 26px; }
.cards-slider .slick-slide { height: auto; padding: 6px; }
.cards-slider .slick-slide > div { height: 100%; }
.cards-slider .slick-track { display: flex; align-items: stretch; }
.cards-slider .slick-list { padding: 6px 0 10px; }

.cards-slider .slick-prev,
.cards-slider .slick-next {
    width: 40px; height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 6px 16px rgba(35,35,80,.16);
    z-index: 5;
}
.cards-slider .slick-prev { left: -6px; }
.cards-slider .slick-next { right: -6px; }
.cards-slider .slick-prev:hover,
.cards-slider .slick-next:hover { background: #312a6c; }
.cards-slider .slick-prev::before,
.cards-slider .slick-next::before {
    color: #312a6c;
    font-size: 22px;
    opacity: 1;
    line-height: 1;
}
.cards-slider .slick-prev:hover::before,
.cards-slider .slick-next:hover::before { color: #fff; }

.cards-slider .slick-dots { bottom: -34px; }
.cards-slider .slick-dots li button::before {
    font-size: 11px;
    color: #b9b9d4;
    opacity: 1;
}
.cards-slider .slick-dots li.slick-active button::before { color: #312a6c; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
    .cards-slider:not(.slick-initialized) { flex-wrap: wrap; }
    .cards-slider:not(.slick-initialized) > .card-col { flex: 1 1 46%; }
    .features-grid { grid-template-columns: repeat(2, 1fr); max-height: 480px; }
}

@media (max-width: 767px) {
    .section-wrap { padding: 40px 14px 70px; }
    .page-head h1 { font-size: 26px; }
    .features-grid { grid-template-columns: 1fr; max-height: 420px; }
    .pkg-card { padding: 24px 20px 28px; }
    .cards-slider:not(.slick-initialized) > .card-col { flex: 1 1 100%; }
    .pkg-tabs { gap: 8px; margin-bottom: 34px; }
    .pkg-tabs .nav-item .nav-link { padding: 10px 18px; font-size: 13px; }
}

.seo-card {
    transform: matrix(0.8, 0, 0, 0.8, 0, 0) !important;
}
.section-wrap{
    padding: 60px 0 0 0;
}

.gys-card textarea {
    height: 150px;
}

.navbar {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: auto;
    z-index: 999;
}

.sme-nav .nav-link:hover {
  color : white ;
}