html { scroll-behavior: smooth; }
:root {
    --orange: #EF7D31;
    --lightorange: #F08A26;
    --navy:   #0f0e0e;
    --muted:  rgba(255,255,255,.45);
  }

  /* ══════════════════════════
     HERO
  ══════════════════════════ */
  .home-hero-section {
    position: relative;
    /*min-height: calc(100vh - 64px);*/
    overflow: hidden;
    margin-top: 60px;
    background: #14111F;
  }
  .circle-1 {
    position: absolute;
    width: 236px;
    height: 236px;
    background: #F26641;
    filter: blur(255px);
    right: 0;
}
.circle-2 {
    position: absolute;
    width: 200px;
    height: 200px;
    background: #F26641;
    filter: blur(255px);
    right: 50%;
    top: 50%;
}
.circle-3 {
    position: absolute;
    /*width: 220px;
    height: 220px;*/
    width: 50px;
    height: 50px;
    background: #63589C;
    filter: blur(100px);
    right: 0;
    top: -50px;
    z-index: -1;
}
.circle-4 {
    position: absolute;
    width: 180px;
    height: 180px;
    background: #63589C;
    filter: blur(100px);
    right: 50%;
    /*top: 50%;*/
    bottom: -50px;
    z-index: -1;
}
  /*.home-hero-section::before {
    content: '';
    position: absolute; inset: 0; pointer-events: none;
    background:
      radial-gradient(ellipse 55% 60% at 88% 8%, rgba(180,60,20,.34) 0%, transparent 55%),
      radial-gradient(ellipse 50% 50% at 68% 50%, rgba(100,30,10,.2) 0%, transparent 60%),
      linear-gradient(160deg, #1c1210 0%, #0f0e0e 45%, #0d0f18 100%);
  }*/

  /* sparkle cross */
  .sparkle {
    position: absolute;
    top: 16px; left: 148px;
    width: 26px; height: 26px;
    z-index: 10;
    pointer-events: none;
  }
  .sparkle::before, .sparkle::after {
    content: ''; position: absolute;
    background: var(--orange); border-radius: 2px;
  }
  .sparkle::before { width: 2px; height: 26px; top: 0; left: 50%; transform: translateX(-50%); }
  .sparkle::after  { width: 26px; height: 2px; top: 50%; left: 0; transform: translateY(-50%); }
  .sparkle-sm {
    position: absolute;
    top: 50%; left: 50%;
    width: 16px; height: 16px;
    transform: translate(-50%,-50%) rotate(45deg);
  }
  .sparkle-sm::before, .sparkle-sm::after {
    content: ''; position: absolute;
    background: var(--orange); border-radius: 2px;
  }
  .sparkle-sm::before { width: 2px; height: 16px; top: 0; left: 50%; transform: translateX(-50%); }
  .sparkle-sm::after  { width: 16px; height: 2px; top: 50%; left: 0; transform: translateY(-50%); }

  /* ── Left copy ── */
  .hero-h1 {
    font-size: clamp(1.65rem, 3vw, 2.2rem);
    font-weight: 400;
    line-height: 1.22;
    color: #fff;
  }
  .hero-h1 .text-orange { color: #EF7D31; }
  .hero-desc {
    font-size: 14px;
    line-height: 1.8;
    color: #FFFFFFD9;
    max-width: 590px;
  }
  .hero-trust {
    font-size: 14px;
    color: #FFFFFFD9;
    line-height: 1.6;
  }

  /* ── Buttons ── */
  .btn-cta {
    background: linear-gradient(95.85deg, #F08A26 3.75%, #DA682C 108.7%);
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 12px 20px;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .2s;
    white-space: nowrap;
  }
  .btn-cta:hover { background: #c55913; color: #fff; }
  .btn-outline-w {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 5px;
    padding: 12px 20px;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
    transition: border-color .2s;
    white-space: nowrap;
  }
  .btn-outline-w:hover { border-color: var(--orange); color: #fff; }
  /* Flex gap for the hero CTA buttons (replaces BS5 gap-3 utility) */
  .hero-cta-row { gap: 12px; }

  /* ── Hero mockup wrapper ── */
  .mockup-wrapper {
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mockup-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  /* ══════════════════════════
     PLATFORM STRIP
  ══════════════════════════ */
  .platform-strip {
    background: #fff;
    padding: 20px 0;
  }
  .platform-title {
    font-size: 18px;
    color: #222222;
    font-weight: 400;
  }

  .marquee-outer {
    position: relative;
  }

  .marquee-track {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: center;
    width: auto;
  }
  .platform-item img {
    width: auto; height: 60px; border-radius: 5px;
    object-fit: contain; flex-shrink: 0;
  }

  /* ══════════════════════════
     CLIENTS BAR (CSS marquee)
  ══════════════════════════ */
  .clients-bar {
    background: #1a1a1a;
    padding: 14px 48px;
    gap: 16px;
  }
  .clients-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .clients-divider {
    width: 1px;
    height: 24px;
    /*background: rgba(255,255,255,.15);*/
    flex-shrink: 0;
  }
  .clients-carousel-wrap {
    flex: 1;
    min-width: 0;
    position: relative;
    overflow: hidden;
  }
  /* Fade edges */
  .clients-carousel-wrap::before,
  .clients-carousel-wrap::after {
    content: '';
    position: absolute; top: 0; bottom: 0;
    width: 60px; z-index: 2; pointer-events: none;
  }
  .clients-carousel-wrap::before { left: 0;  background: linear-gradient(to right, #1a1a1a, transparent); }
  .clients-carousel-wrap::after  { right: 0; background: linear-gradient(to left,  #1a1a1a, transparent); }

  /* Continuous marquee track */
  .clients-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: clients-marquee 50s linear infinite;
    will-change: transform;
  }
  .clients-carousel-wrap:hover .clients-track {
    animation-play-state: paused;
  }
  @keyframes clients-marquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }
  .client-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 28px;
    flex-shrink: 0;
  }
  .client-logo-item:hover { opacity: 1; }
  .client-logo-item img {
    max-height: 42px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    display: block;
  }

  /* ══════════════════════════
     VISIBILITY SECTION
  ══════════════════════════ */
  .visibility-section {
    position: relative;
    background: #14111F;
    padding: 70px 0 90px;
    overflow: hidden;
  }
  .visibility-h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.25;
    color: #fff;
  }
  .visibility-h2 .text-orange { color: #F08A26; }
  .visibility-desc {
    font-size: 14px;
    line-height: 1.85;
    color: #FFFFFFD9;
    max-width: 915px;
    margin: 0 auto;
  }

  /* ── Cards grid ── */
  .visibility-grid {
    position: relative;
    margin-top: 56px;
  }
  /* horizontal lines across the top and bottom of the grid */
  .visibility-grid::before,
  .visibility-grid::after {
    content: '';
    position: absolute;
    left: 0; right: 0;
    height: 1px;
    background: rgba(255,255,255,.12);
  }
  .visibility-grid::before { top: 0; }
  .visibility-grid::after  { bottom: 0; }
  /* sparkle image sitting on the divider intersections */
  .visibility-grid .sparkle-mark {
    position: absolute;
    top: 0; left: 0;
    width: 120px; height: 120px;
    transform: translate(-50%, -50%);
    background: url('https://www.adlift.com/in/wp-content/uploads/sites/2/2026/06/design-element.png') center / contain no-repeat;
    pointer-events: none;
    z-index: 2;
  }
  /* bottom-row sparkles sit on the bottom line */
  .visibility-grid .sparkle-mark.sparkle-bottom {
    top: auto; bottom: 0;
    transform: translate(-50%, 50%);
  }

  .visibility-card {
    position: relative;
    padding: 46px 26px;
  }
  /* BS4 `.no-gutters > [class*="col-"]` zeroes the col's L/R padding with higher
     specificity, so restore the card's horizontal padding here */
  .visibility-grid.no-gutters > .visibility-card {
    padding-left: 26px;
    padding-right: 26px;
  }
  /* vertical dividers spanning from the top line to the bottom line */
  .visibility-card:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 0; bottom: 0; right: 0;
    width: 1px;
    background: rgba(255,255,255,.1);
  }
  .vc-card-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
  }
  .vc-icon {
    display: block;
    flex-shrink: 0;
  }
  .vc-title {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 24px;
  }
  .vc-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #FFFFFFD9;
  }

  /* ══════════════════════════
     OUR SERVICES
  ══════════════════════════ */
  .services-section {
    background: #f1f1f3;
    padding: 70px 0 90px;
  }
  .services-h2 {
    font-size: 40px;
    font-weight: 400;
    color: #15161c;
    text-align: center;
    margin-bottom: 46px;
  }
  .services-h2 .text-orange { color: var(--lightorange); }

  .service-card {
    position: relative;
    height: 100%;
    background: #fff;
    border: 1px solid #e7e7ea;
    border-radius: 14px;
    padding: 28px 26px;
    transition: box-shadow .25s, transform .25s;
  }
  .service-card:hover {
    box-shadow: 0 14px 30px rgba(20,20,30,.1);
    transform: translateY(-3px);
  }
  .service-card-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
  }
  .service-icon {
    display: block;
    width: 46px; height: 46px;
    object-fit: contain;
    flex-shrink: 0;
  }
  .service-title {
    font-size: 1.02rem;
    font-weight: 600;
    color: #222222;
    margin: 0;
    line-height: 24px;
  }
  .service-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #222222;
    margin-bottom: 18px;
    font-weight: 300;
  }
  .service-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .service-list li {
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    font-weight: 300;
    color: #222222;
    margin-bottom: 11px;
  }
  .service-list li:last-child { margin-bottom: 0; }
  /* orange 4-point star bullet */
  .service-list li::before {
    content: '';
    position: absolute;
    left: 2px; top: 50%;
    width: 11px; height: 11px;
    transform: translateY(-50%);
    background: var(--orange);
    clip-path: polygon(50% 0%, 58% 42%, 100% 50%, 58% 58%, 50% 100%, 42% 58%, 0% 50%, 42% 42%);
  }

  /* ── Featured (AI SEO) card ── */
  .service-card.featured {
    background: #171527;
    border: 1px solid #2a2733;
    z-index: 2;
  }
  /* glowing orange gradient bar along the bottom */
  .service-card.featured::after {
    content: '';
    position: absolute;
    left: 4px; right: 4px; bottom: 0;
    height: 4px;
    background: linear-gradient(90deg, #b5471a, #e36c1e 50%, #f08a3c);
    border-radius: 0 0 14px 14px;
    box-shadow: 0 0 16px rgba(227,108,30,.6);
  }
  .service-card.featured .service-title { color: #fff;line-height: 24px; }
  .service-card.featured .service-desc { color: #FFFFFFD9; }
  .service-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: .82rem;
    font-weight: 600;
    color: var(--lightorange);
    text-decoration: none;
    margin-top: 4px;
    transition: color .2s;
  }
  .service-link:hover { color: #f08a3c; }
  .service-link .arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px; height: 16px;
    border-radius: 50%;
    border: 1px solid currentColor;
    font-size: .6rem;
  }
  .service-link a {
    color: var(--lightorange);
    font-weight: 600;
    text-decoration: none;
}

  /* ── "New Feature" ribbon badge ── */
  .feature-tag {
    position: absolute;
    top: -15px; right: -8px;
    z-index: 3;
    /* glow follows the clipped silhouette (drop-shadow, not box-shadow) */
    filter: drop-shadow(0 6px 12px rgba(227,108,30,.45));
  }
  /* the orange banner body with a left-pointing tail */
  .feature-tag__inner {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: linear-gradient(180deg, #f3893d 0%, #e8722a 55%, #d8631e 100%);
    color: #fff;
    font-size: .64rem;
    font-weight: 700;
    letter-spacing: .02em;
    padding: 9px 15px 9px 23px;
    clip-path: polygon(11px 0, 100% 0, 100% 100%, 11px 100%, 0 50%);
  }
  /* sparkle: main 4-point star + tiny secondary star */
  .feature-tag .tag-star {
    position: relative;
    width: 15px; height: 13px;
    flex-shrink: 0;
  }
  .feature-tag .tag-star::before {
    content: '';
    position: absolute;
    left: 0; top: 1px;
    width: 11px; height: 11px;
    background: #fff;
    clip-path: polygon(50% 0%, 60% 40%, 100% 50%, 60% 60%, 50% 100%, 40% 60%, 0% 50%, 40% 40%);
  }
  .feature-tag .tag-star::after {
    content: '';
    position: absolute;
    right: 0; bottom: 0;
    width: 6px; height: 6px;
    background: #fff;
    clip-path: polygon(50% 0%, 60% 40%, 100% 50%, 60% 60%, 50% 100%, 40% 60%, 0% 50%, 40% 40%);
  }

  /* ══════════════════════════
     HOW WE USE AI
  ══════════════════════════ */
  .howwe-section {
    background: #14111F;
    padding: 72px 0 96px;
    position: relative;
  }
  .howwe-h2 {
    font-size: 37px;
    font-weight: 400;
    line-height: 1.25;
    color: #fff;
  }
  .howwe-h2 .text-orange { color: var(--lightorange); }
  .howwe-intro {
    font-size: 14px;
    line-height: 1.85;
    color: #FFFFFFD9;
  }

  /* ── Numbered cards ── */
  .howwe-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: rgba(255,255,255,.02);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    padding: 22px 24px;
    margin-bottom: 18px;
    overflow: hidden;
    transition: border-color .2s, background .2s;
  }
  .howwe-item:last-child { margin-bottom: 0; }
  .howwe-item:hover {
    border-color: rgba(227,108,30,.4);
    background: rgba(227,108,30,.04);
  }
  .howwe-item h3 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 7px;
  }
  .howwe-item p {
    font-size: 14px;
    line-height: 1.6;
    color: #FFFFFFD9;
    margin: 0;
    max-width: 290px;
    padding-top: 10px;
    font-weight: 300;
  }
  .howwe-num {
    font-size: 3.6rem;
    font-weight: 800;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,.12);
    flex-shrink: 0;
  }

  /* ── Dashboard mockup ── */
  .howwe-dashboard {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
  }

  /* ══════════════════════════
     RESULTS THAT SPEAK
  ══════════════════════════ */
  .results-section {
    position: relative;
    background:
      linear-gradient(180deg, #fff 0%, #fff 0%, rgba(26,18,18,0) 0%),
      linear-gradient(180deg, #fdf3ec 0%, #fbe9da 100%);
    padding: 84px 0 76px;
    overflow: hidden;
  }
  .results-h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    color: #222222;
    margin-bottom: 14px;
  }
  .results-h2 .text-orange { color: var(--lightorange); }
  .results-intro {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(26,18,18,.55);
    max-width: 520px;
    margin: 0 auto 48px;
  }

  /* ── Stats row ── */
  .results-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 28px;
    margin-bottom: 44px;
  }
  .result-stat { text-align: center; }
  .result-num {
    font-size: clamp(2.4rem, 5vw, 3.3rem);
    font-weight: 500;
    line-height: 1;
    color: #222222;
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }
  .result-num .result-star { color: var(--orange); }
  .result-label {
    font-size: 14px;
    color: #222222;
    margin-top: 10px;
  }
  .result-sep {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
    align-self: center;
    margin-top: -22px;
  }

  /* ── Badges ── */
  .results-badges {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }
  .result-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid rgba(26,18,18,.06);
    border-radius: 10px;
    padding: 12px 18px;
    box-shadow: 0 6px 20px rgba(26,18,18,.05);
  }
  .result-badge-name {
    font-size: .95rem;
    font-weight: 800;
    color: #1a1212;
  }
  .result-stars {
    color: var(--orange);
    font-size: .8rem;
    letter-spacing: 1px;
    line-height: 1;
  }
  .result-badge-sub {
    font-size: 12px;
    color: #222222;
    margin-top: 3px;
  }

  /* ══════════════════════════
     WHY CHOOSE ADLIFT
  ══════════════════════════ */
  .why-section {
    position: relative;
    padding: 84px 0 96px;
    overflow: hidden;
    background: #14111F;
  }
  .why-h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 14px;
  }
  .why-h2 .text-orange { color: var(--lightorange); }
  .why-intro {
    font-size: 14px;
    line-height: 1.7;
    color: #FFFFFFD9;
    max-width: 520px;
    margin: 0 auto;
  }

  /* ── Cards ── */
  .why-card {
    position: relative;
    background: rgba(255,255,255,.02);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 14px;
    padding: 22px 24px 24px;
    height: 100%;
    transition: border-color .2s, background .2s;
  }
  .why-card:hover {
    border-color: rgba(227,108,30,.4);
    background: rgba(227,108,30,.04);
  }
  .why-card-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
  }
  .why-icon {
    width: 40px; height: 40px;
    border-radius: 9px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
  }
  .why-card-top h3 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0;
  }
  .why-card p {
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFFD9;
    margin: 0;
    font-weight: 300;
  }

  /* ══════════════════════════
     FAQ
  ══════════════════════════ */
  .home-faq-section {
    position: relative;
    overflow: hidden;
    padding: 84px 0 92px;
    background: #14111F;
  }
  .home-faq-section .faq-h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    letter-spacing: .01em;
  }
  .home-faq-section .faq-h2 .faq-orange {
    color: var(--lightorange);
    /*font-style: italic;*/
  }
  .home-faq-section .faq-rule {
    width: 90px; height: 2px;
    background: var(--orange);
    border-radius: 2px;
    margin: 14px auto 26px;
  }
  .home-faq-section .faq-list { max-width: 1020px; margin: 0 auto; }
  .home-faq-section .faq-item {
    background: rgba(255,255,255,.02);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: background .25s, border-color .25s;
  }
  .home-faq-section .faq-item.active {
    background: rgba(255,255,255,.045);
    border-color: rgba(255,255,255,.12);
  }
  .home-faq-section .faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 22px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    list-style: none;
  }
  .home-faq-section .faq-q::-webkit-details-marker { display: none; }
  .home-faq-section .faq-toggle {
    flex-shrink: 0;
    width: 30px; height: 30px;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.14);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .25s, border-color .25s;
  }
  .home-faq-section .faq-toggle::before {
    content: '';
    width: 7px; height: 7px;
    border-right: 2px solid rgba(255,255,255,.65);
    border-bottom: 2px solid rgba(255,255,255,.65);
    transform: rotate(45deg) translate(-1px,-1px);
    transition: transform .25s, border-color .25s;
  }
  .home-faq-section .faq-item.active .faq-toggle {
    background: var(--lightorange);
    border-color: var(--lightorange);
  }
  .home-faq-section .faq-item.active .faq-toggle::before {
    border-color: #fff;
    transform: rotate(-135deg) translate(-1px,-1px);
  }
  .home-faq-section .faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
  }
  .home-faq-section .faq-item.active .faq-a { max-height: 320px; }
  .home-faq-section .faq-a-inner {
    padding: 0 22px 22px;
    font-size: 16px;
    line-height: 1.85;
    color: #ffffffb3;
  }

  /* ══════════════════════════
     READY TO GROW (CONTACT)
  ══════════════════════════ */
  .grow-section {
    background: #f5f5f6;
    padding: 80px 0;
    color: #1a1212;
  }
  .grow-section .grow-h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.25;
    color: #222222;
  }
  .grow-section .grow-h2 .grow-orange {
    color: var(--lightorange);
    /*font-style: italic;*/
  }
  .grow-section .grow-rule {
    width: 120px; height: 3px;
    background: #F08A26;
    border-radius: 3px;
    margin: 16px 0 26px;
  }
  .grow-section .grow-lead {
    font-size: 14px;
    font-weight: 600;
    color: #222222;
    line-height: 1.7;
    margin-bottom: 16px;
    max-width: 360px;
  }
  .grow-section .grow-text {
    font-size: 14px;
    color: #222222D9;
    line-height: 1.8;
    margin-bottom: 28px;
    max-width: 370px;
  }
  .grow-section .grow-contact {
    font-size: .82rem;
    color: rgba(26,18,18,.7);
  }
  .grow-section .grow-contact strong a { font-weight: 600; color: #000; }
  .grow-section .grow-contact .sep { color: var(--orange); margin: 0 10px; }

  /* ── Form card ── */
  .grow-section .grow-form {
    background: #fff;
    border-radius: 16px;
    padding: 36px 38px;
    box-shadow: 0 24px 60px rgba(26,18,18,.07);
  }
  .grow-section .grow-field { margin-bottom: 24px; }
  .grow-section .grow-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #222222CC;
    margin-bottom: 8px;
  }
  .grow-section .grow-input,
  .grow-section .grow-select,
  .grow-section .grow-textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(26,18,18,.16);
    background: transparent;
    font-family: inherit;
    font-size: .82rem;
    color: #1a1212;
    padding: 6px 0;
    outline: none;
    transition: border-color .2s;
  }
  .grow-section .grow-input::placeholder,
  .grow-section .grow-textarea::placeholder { color: rgba(26,18,18,.35); }
  .grow-section .grow-input:focus,
  .grow-section .grow-select:focus,
  .grow-section .grow-textarea:focus { border-bottom-color: var(--orange); }
  .grow-section .grow-select {
    appearance: none;
    -webkit-appearance: none;
    color: rgba(26,18,18,.55);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%231a1212' stroke-width='1.5' d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 2px center;
    padding-right: 22px;
    cursor: pointer;
  }
  .grow-section .grow-textarea { resize: none; }
  .grow-section .grow-submit {
    width: 100%;
    background: var(--lightorange);
    color: #fff;
    border: none;
    border-radius: 9px;
    padding: 15px;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    transition: background .2s;
    cursor: pointer;
  }
  .grow-section .grow-submit:hover { background: #c55913; }
  .grow-section .grow-submit:disabled { opacity: .6; cursor: not-allowed; }
  .grow-section .grow-error {
    color: #d33;
    font-size: .68rem;
    margin-top: 5px;
    min-height: 1px;
  }
  .grow-section .grow-input.is-invalid { border-bottom-color: #d33; }
  .grow-section .grow-msg {
    margin-top: 18px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: .78rem;
    font-weight: 600;
  }
  .grow-section .grow-msg-success { background: rgba(40,170,90,.12); color: #1c7c44; }
  .grow-section .grow-msg-error { background: rgba(221,51,51,.1); color: #c22; }


/*heading-align*/
.heading-align{
  zoom: 102%;
}

/* ══════════════════════════
     Section Platform
  ══════════════════════════ */
.section-platform {
      padding: 80px 0;
      background: radial-gradient(circle at top left, rgba(245, 158, 11, 0.18) 0%, rgba(245, 158, 11, 0) 40%), radial-gradient(circle at top right, rgba(245, 158, 11, 0.10) 0%, rgba(245, 158, 11, 0) 35%), #ffffff;
  }

  .section-platform .heading {
      text-align: center;
      margin-bottom: 40px;
  }

  .section-platform .heading h2 {
      font-size: 40px;
      font-weight: 400;
      margin-bottom: 14px;
      color: #1a1212;
      line-height: 1.2;
  }

  .section-platform .heading h2 span {
      color: #F08A26;
      font-weight: 500;
  }

  .section-platform .heading p {
      font-size: 16px;
      color: #222222;
      line-height: 1.7;
      max-width: 760px;
      margin: auto;
  }

  /* ── Tab navigation ── */
  .section-platform .platform-tabs {
      max-width: 900px;
      margin: 0 auto;
  }

  .section-platform .tab-nav {
      display: flex;
      align-items: stretch;
      justify-content: center;
      /*gap: 10px;*/
      gap: 50px;
      border-bottom: 1px solid #ececec;
      margin-bottom: 30px;
  }

  .section-platform .tab-item {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 14px 22px;
      cursor: pointer;
      border-bottom: 2px solid transparent;
      border-radius: 10px 10px 0 0;
      transition: .3s;
      white-space: nowrap;
  }

  .section-platform .tab-item .icon {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .section-platform .tab-item .icon img {
      width: 30px;
      height: 30px;
      object-fit: contain;
  }

  .section-platform .tab-item .platform-title {
      font-size: 19px;
      font-weight: 600;
      color: #555;
      transition: .3s;
  }

  .section-platform .tab-item.active {
      background: linear-gradient(180deg, #FEF3E7 0%, #ffffff 100%);
      border-bottom: 2px solid #F59E0B;
  }

  .section-platform .tab-item.active .platform-title {
      color: #111;
  }

  /* ── Tab panes ── */
  .section-platform .tab-pane {
      display: none;
  }

  .section-platform .tab-pane.active {
      display: block;
      animation: platformFade .35s ease;
  }

  @keyframes platformFade {
      from { opacity: 0; transform: translateY(8px); }
      to   { opacity: 1; transform: translateY(0); }
  }

  .section-platform .tab-desc {
      text-align: center;
      font-size: 16px;
      color: #666;
      line-height: 1.8;
      max-width: 820px;
      margin: 0 auto 35px;
  }

  .section-platform .dashboard-image {
      background: #FEF8F2;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 12px 40px rgba(0, 0, 0, .08);
      padding: 22px;
  }

  .section-platform .dashboard-image img {
      width: 100%;
      display: block;
      border-radius: 8px;
  }

  /* ── Responsive ── */
  @media (max-width: 991px) {
    .mockup-wrapper { min-height: 280px; }
    .clients-bar { padding: 14px 20px; }
    .visibility-card { margin-bottom: 36px; padding-top: 0; }
    .visibility-card:not(:last-child)::after { display: none; }
    .visibility-grid::before { display: none; }
    .visibility-grid .sparkle-mark { display: none; }
    .section-platform .heading h2 {
      font-size: 34px;
  }

  .section-platform .tab-nav {
      flex-wrap: wrap;
      gap: 6px;
  }

  .section-platform .tab-item {
      padding: 10px 14px;
  }

  .section-platform .tab-item .platform-title {
      font-size: 15px;
  }

}
  @media (max-width: 767px) {
    .hero-h1 { font-size: 1.55rem; }
    .clients-bar { padding: 12px 16px; }
    .visibility-section { padding: 50px 0 60px; }
    .services-section { padding: 50px 0 60px; }
    .howwe-section { padding: 50px 0 60px; }
    .results-section { padding: 60px 0 56px; }
    .result-sep { display: none; }
    .results-stats { gap: 28px 36px; }
    .why-section { padding: 56px 0 64px; }
    .grow-section { padding: 56px 0; }
    .grow-section .grow-form { margin-top: 36px; padding: 28px 24px; }
    .heading-align{
      zoom: 100%;
      font-size: 27px;
    }
  }
  @media (min-width: 767px) {
    .howwe-intro{
      width: 705px;
    }
  }