       *,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
        :root{--gold:#f3ce34;--dark:#151515;--white:#ffffff}
        body{font-family:'Outfit',sans-serif;background:#000;color:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased}
        a{text-decoration:none;color:inherit}
        button{cursor:pointer;font-family:'Outfit',sans-serif;border:none;outline:none}

       

        /* --- HERO --- */
        .hero{position:relative;display:flex;align-items:center;min-height:55vh;overflow:hidden; max-width:1920px;
    margin: 0 auto;}

        .hero-dot1{position:absolute;width:10px;height:10px;background:var(--gold);border-radius:50%;top:200px;right:500px;opacity:.57}
        .hero-dot2{position:absolute;width:12px;height:12px;background:var(--gold);border-radius:50%;bottom:40px;left:230px;opacity:.54}
        .hero-content{max-width:650px;position:relative;z-index:2}
        .hero-badge{border:1px solid var(--gold);border-radius:25px;display:inline-block;padding:8px 24px;margin-bottom:32px}
        .hero-badge span{color:var(--gold);font-size:14px;letter-spacing:1px;font-family:'Arimo',sans-serif}
        .hero h1{font-size:80px;font-weight:500;line-height:1.1;margin-bottom:24px}
        .hero h1 .gold{color:var(--gold)}
        .hero-desc{font-size:20px;line-height:1.5;font-weight:400;margin-bottom:40px; color: rgba(255,255,255,0.7)}
        .hero-actions{display:flex;gap:16px;flex-wrap:wrap}
        .btn-primary{background:var(--gold);border-radius:999px;padding: 17px 30.134px 13.301px 30.861px;font-size:18px;font-weight:600;color:var(--dark);display:inline-flex;align-items:center;gap:8px}
        .btn-outline{background:transparent;border:1px solid #6d6d6d;border-radius:999px;padding:16px 28px;font-size:16px;font-weight:600;color:#fff}
        .hero-rocket-wrap{position:absolute;right:60px;top:50%;transform:translateY(-50%) rotate(-15deg);
            /* width:480px;
            height:480px; */
            z-index:1}
        .hero-rocket-glow{position:absolute;inset:-60px;border-radius:50%;background:radial-gradient(circle,rgba(243,206,52,.25) 0%,transparent 70%);filter:blur(40px)}
        .hero-rocket-wrap img{width:100%;height:100%;object-fit:contain;position:relative;z-index:1; border-radius: 20px;}

        /* --- WHY SEO --- */
        .top-left-image.matter-right-img {
    position: absolute;
    right: 0px;
    top: -250px;
    left: unset;
    z-index: 99;
}
.ui-right-image {
    top: 0px !important;
}
    .top-left-image.hero-ui-img {
    position: absolute;
    left: 0px;
    top: 50%;
}
.top-left-image.matter-right-img.ui-right-center-image {
    position: absolute;
    right: 10%;
    top: 40%;
    left: unset;
    z-index: 99;
}
.wht-seo-wrapper {
    display: flex;
    gap: 80px;
    align-items: flex-start;
    max-width: 1920px;
    margin: 0 auto;
}
        .why-seo{position:relative;padding:80px 100px;display:flex;gap:80px;align-items:flex-start; flex-direction: column;overflow:hidden}
        .why-seo-img{position:relative;flex-shrink:0}
        .why-seo-img .glow{position:absolute;inset:-40px;border-radius:50%;background:radial-gradient(circle,rgba(243,206,52,.2) 0%,transparent 70%);filter:blur(50px)}
        .why-seo-img img{height:100%;object-fit:cover;position:relative;}
        .why-seo-right{flex:1}
        .why-seo-right h2{font-size:60px;font-weight:500;text-align:left;margin-bottom:8px}
        .why-seo-right h2.gold{color:var(--gold);margin-bottom:0px}
        .why-list{display:flex;flex-direction:column;gap:48px;position:relative;}
        .why-list .vline{position:absolute;left:24px;top:0;width:1px;height:100%;background:linear-gradient(to bottom,var(--gold),rgba(255,255,255,.2))}
        .why-item{display:flex;gap:24px;align-items:flex-start}
        .why-icon{width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0}
        .why-icon .dot{width:24px;height:24px;border-radius:50%;background:var(--gold)}
        .why-item h3{font-size:24px;font-weight:700;margin-bottom:8px}
        .why-item h3.gold{color:var(--gold)}
        .why-item p{font-size:20px;font-weight:400; color: rgba(255,255,255,0.7)}

        /* --- RANKING ENGINE --- */
        .ranking{padding:60px 100px 80px;background:linear-gradient(to bottom,rgba(0,0,0,0),#151515)}
        .ranking {
    margin: 0 auto;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #151515);
}
        .ranking h2{font-size:48px;font-weight:400;text-align:center;margin-bottom:48px}
        .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
        .stat-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px;text-align:center}
        .stat-card .value{font-size:48px;font-weight:700;color:var(--gold);margin-bottom:8px}
        .stat-card .label{font-size:20px;font-weight:400}

        /* --- ARSENAL --- */
        .arsenal{padding:80px 100px;background:#000000}
        .section-header{text-align:center;margin-bottom:64px}
        .section-badge{display:inline-block;background:rgba(255,255,255,.1);border-radius:999px;padding:6px 20px;font-size:12px;margin-bottom:24px;letter-spacing:1px}
        .section-header h2{font-size:48px;font-weight:400;margin-bottom:16px}
        .section-header h2 .gold{color:var(--gold);font-weight:600}
        .section-header p{font-size:18px;color:rgba(255,255,255,.6)}
        .services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
        .service-card{background:#262626;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px}
        .service-icon{width:64px;height:64px;border-radius:14px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;margin-bottom:24px}
        .service-icon svg{width:32px;height:32px;stroke:var(--gold);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
        .service-card h3{font-size:24px;font-weight:400;margin-bottom:12px}
        .service-card p{font-size:16px;color:rgba(255,255,255,.6)}

        /* --- FAQ --- */
        .faq{padding:80px 100px;background:var(--dark)}
        .faq-list{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:16px}
        .faq-item{border-radius:10px;overflow:hidden;transition:all .3s}
        .faq-item.open{background:#202020;border:.5px solid var(--gold);box-shadow:0 6px 16px rgba(253,206,52,.1)}
        .faq-item:not(.open){background:rgba(32,32,32,.15);box-shadow:0 5px 16px rgba(8,15,52,.06)}
        .faq-q{display:flex;justify-content:space-between;align-items:center;padding:24px 40px;cursor:pointer}
        .faq-q span{font-size:22px;font-weight:400}
        .faq-toggle{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s}
        .faq-item.open .faq-toggle{background:var(--gold)}
        /*.faq-item:not(.open) .faq-toggle{background:#101010;box-shadow:0 5px 16px rgba(8,15,52,.06)}*/
        .faq-toggle svg{width:20px;height:20px;transition:transform .3s; stroke: #fff;}
        .faq-item.open .faq-toggle svg{transform:rotate(180deg); stroke: var(--dark);}
        .faq-a{padding:0 40px 24px;font-size:18px;font-weight:300;line-height:1.7;color:rgba(255,255,255,.8);display:none}
        .faq-item.open .faq-a{display:block}

        /* --- PROCESS --- */
        .process{padding:80px 100px;background:#000}
        .timeline{position:relative;max-width:900px;margin:0 auto}
        .timeline .center-line{position:absolute;left:50%;top:0;bottom:0;width:2px;background:rgba(255,255,255,.1);transform:translateX(-50%)}
        .tl-row{display:flex;position:relative;margin-bottom:48px}
        .tl-row.left{justify-content:flex-start}
        .tl-row.right{justify-content:flex-end}
        .tl-dot{position:absolute;left:50%;top:20px;transform:translateX(-50%);width:16px;height:16px;
                width: 88px;
    height: 88px;
    padding: 24px 24px 0 24px;
border-radius:50%;background:var(--gold);z-index:2}
        .tl-card{width:42%;background:#262626;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:28px}
        .tl-card .num{font-size:14px;color:var(--gold);font-weight:600;margin-bottom:8px;text-align: center;}
        .tl-card h3{font-size:22px;font-weight:500;margin-bottom:8px}
        .tl-card p{font-size:16px;color:rgba(255,255,255,.6);line-height:1.6}

        /* --- CTA --- */
        .cta-phone {
    position: absolute;
    top: 30%;
    bottom: -170px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 5;
}
        .cta{background:var(--gold);padding:80px 100px;text-align:center}
        .cta h2{font-size:52px;font-weight:500;color:var(--dark);margin-bottom:24px}
        .cta>p{font-size:20px;color:var(--dark);max-width:700px;margin:0 auto 40px;font-weight:300;line-height:1.6}
        .btn-dark{background:var(--dark);color:#fff;border-radius:25px;padding:14px 40px;font-size:14px;font-family:'Inter',sans-serif;font-weight:500}

        .why-seo-img .glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
    width: 660px;
    height: 660px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(243, 206, 52, 0.25) 0%, rgba(243, 206, 52, 0) 70%);
    box-shadow: 0 0 150px 20px rgba(243, 206, 52, 0.15);
    filter: blur(40px);
    pointer-events: none;
    z-index: 1;
}
.tl-row.left p {
    text-align: right;
}
.service-icon svg:hover {
    width: 32px;
    height: 32px;
    stroke: #fff !important;
}
.service-card:hover .service-icon svg {
    stroke: #ffffff; 
}
.cta-wrapper {
    position: relative;
    padding-top: 120px;
    margin-top: 0px;
    z-index: 4;
    background: #000000;
        padding: 50px 0px;
}
  /* CTA wrapper with floating phone */
.cta-wrapper { position: relative; padding-top: 300px; margin-top: 40px; padding-bottom: 0px; }
.cta-phone {
    position: absolute;
    top: unset;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%) !important;
    width:100%;
    z-index: 5;
}
.cta-phone img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.4));
    animation: float 4s ease-in-out infinite;
}
.cta-section { padding-top: 40px !important; margin: 100px 0 ;margin-top: 150px; }
.cta-phone video {
    width: 100%;
    max-width: 100%; /* or your preferred width */
    height: auto;
    display: block;
}
.cta-actions button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.cta-actions .material-symbols-outlined { font-size: 18px; }
.cta-actions .arrow { font-size: 16px; }
.cta-section {
    background: #f3ce34;
    padding: 80px 105px;
    text-align: center;
    margin: 100px 0;
        opacity: 0.8 !important;
    animation: fadeInUp 1s ease-out;
    position: relative;
    z-index: 5;
}
.cta-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 30px;
    flex-wrap: wrap;
    color: #151515;
    font-size: 14px;
    font-weight: 500;
}
.cta-status .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1f7a34;
    margin-right: 6px;
    vertical-align: middle;
    box-shadow: 0 0 0 3px rgba(31,122,52,0.2);
}
.cta-status .status-sep { opacity: 0.5; }
 .cta-section h2 {
    color: #151515;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 40px;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}
.cta-section p {
    color: #151515;
    font-size: 18px;
    margin-bottom: 40px;
    animation: fadeInUp 0.8s ease-out 0.3s both;
}


        /* --- RESPONSIVE --- */
          @media(min-width:1700px){
              .cta-phone {
    position: absolute;
    top: 20% !important;
    left: 50%;
    transform: translateX(-50%) !important;
    z-index: 5;
}
          }
        @media(max-width:1100px){
           
            .hero,.why-seo,.ranking,.arsenal,.process,.faq,.cta,.footer{padding-left:40px;padding-right:40px}
            .hero h1{font-size:56px}
            .hero-rocket-wrap{width:340px;height:340px;right:20px}
            .stats-grid{grid-template-columns:repeat(2,1fr)}
            .services-grid{grid-template-columns:repeat(2,1fr)}
            .why-seo{flex-direction:column;align-items:center;gap:40px}
            .why-seo-img{width:300px;height:300px}
             
        .hero-right {
        width: unset;
    }
    .ranking {
    width: 100%;
}
.why-seo-img .glow{
   top: 30%; 
}

        }
        @media(max-width:768px){
         section.hero {
    padding: 140px 40px 80px;
}
            .hero{flex-direction:column;padding:40px 20px 60px;min-height:auto}
            .hero h1{font-size:40px}
            .hero-rocket-wrap{position:relative;right:auto;top:auto;transform:rotate(-15deg);width:280px;height:280px;margin:40px auto 0}
            .hero-actions{flex-direction:column}
            .btn-primary,.btn-outline{width:100%;text-align:center;justify-content:center;padding: 16px 26px;}
            .why-seo{padding:40px 20px;flex-direction:column}
            .why-seo-right h2{font-size:40px}
            .why-seo-img{width:250px;height:250px}
            .ranking,.arsenal,.process,.faq,.cta,.footer{padding:40px 20px}
            .ranking h2,.section-header h2{font-size:32px}
            .stats-grid,.services-grid{grid-template-columns:1fr}
          .wht-seo-wrapper{
            flex-direction: column;
            flex-direction: column-reverse;
          }
            .tl-card{width:80%}
            .tl-row.left,.tl-row.right{justify-content:flex-end}
            .timeline .center-line{left:20px}
            .timeline {
    margin-left: 30px;
}
.hero {
    align-items: start;
}
            .tl-dot{left:20px}
            .cta h2{font-size:32px}
              
    .cta-wrapper { padding-top: 80px; }
  .cta-section {
        padding-top: 40px !important;
        margin-top: 100px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .cta-phone {
    position: absolute;
    top: unset;
    bottom: 0px;
    }
}
        
       @media(max-width:690px){
        .tl-dot img {
    width: 28px;
    height: 28px;
    left: 10px;
    top: 10px;
    position: absolute;
}
.tl-dot{
        width: 48px;
    height: 48px;
}
.timeline {
    margin-left: 0px;
}
 }



        