.elementor-565 .elementor-element.elementor-element-94880d6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:120px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-565 .elementor-element.elementor-element-88e9d40{--display:flex;}.elementor-565 .elementor-element.elementor-element-64e56ef{--display:flex;}.elementor-565 .elementor-element.elementor-element-881f278{--display:flex;}@media(max-width:1024px){.elementor-565 .elementor-element.elementor-element-94880d6{--margin-top:0px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-565 .elementor-element.elementor-element-94880d6{--margin-top:0px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-7665287 */.elementor-565 .elementor-element.elementor-element-7665287 {
    padding: 60px 6% 20px;
    text-align: center;
    background: #f8f9fb;
}

.elementor-565 .elementor-element.elementor-element-7665287 .landing-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.elementor-565 .elementor-element.elementor-element-7665287 .landing-title {
    margin: 0 0 40px;
    line-height: 1.1;
    text-shadow: 4px 3px rgba(0, 0, 0, 0.1);
}

.elementor-565 .elementor-element.elementor-element-7665287 .line-strong {
    display: inline-block;
    font-size: 72px;
    font-weight: 900;
    letter-spacing: -2px;
    color: #cc0000;
}

.elementor-565 .elementor-element.elementor-element-7665287 .line-light {
    display: inline-block;
    font-size: 47px;
    font-weight: 600;
    letter-spacing: 1px;
    color: black;
}

.elementor-565 .elementor-element.elementor-element-7665287 .line-light-1 {
    display: inline-block;
    font-size: 47px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ff0000;
}

.elementor-565 .elementor-element.elementor-element-7665287 .landing-tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

.elementor-565 .elementor-element.elementor-element-7665287 .landing-tags span {
    position: relative;
}

.elementor-565 .elementor-element.elementor-element-7665287 .landing-tags span:not(:last-child)::after {
    content: "●";
    margin-left: 28px;
    font-size: 20px;
    opacity: 0.4;
}

.hero-btn {
    display: inline-block;
    background: #cc0000;
    color: white;
    margin: 30px;
    padding: 14px 32px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 6px 14px rgba(220, 38, 38, 0.35);
    
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-btn:hover {
    transform: translateY(-4px);
    
    color: white;
    
    box-shadow: 0 14px 40px rgba(252, 198, 187, 0.5);
}

@media (max-width: 1024px) {
    .elementor-565 .elementor-element.elementor-element-7665287 .line-strong {
        font-size: 56px;
    }
    
    .elementor-565 .elementor-element.elementor-element-7665287 .line-light {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .elementor-565 .elementor-element.elementor-element-7665287 {
        padding: 30px 6% 50px;
    }
    
    .elementor-565 .elementor-element.elementor-element-7665287 .line-strong {
        font-size: 40px;
        letter-spacing: -1px;
    }
    
    .elementor-565 .elementor-element.elementor-element-7665287 .line-light {
        font-size: 22px;
    }
    
    .elementor-565 .elementor-element.elementor-element-7665287 .landing-tags {
        gap: 16px;
        font-size: 14px;
    }
    
    .elementor-565 .elementor-element.elementor-element-7665287 .landing-tags span:not(:last-child)::after {
        margin-left: 16px;
    }
}

/* animation */

.elementor-565 .elementor-element.elementor-element-7665287 .landing-title span, .elementor-565 .elementor-element.elementor-element-7665287 .landing-tags {
    opacity: 0;
    transform: translateY(40px);
}

.elementor-565 .elementor-element.elementor-element-7665287 .line-light {
    animation: fadeUp 0.8s ease forwards;
    animation-delay: 0.2s;
}

.elementor-565 .elementor-element.elementor-element-7665287 .line-light-1 {
    animation: fadeUp 0.8s ease forwards;
    animation-delay: 0.2s;
}

.elementor-565 .elementor-element.elementor-element-7665287 .line-strong {
    animation-name: slidePower;
    animation-duration: 0.9s;
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
}

.elementor-565 .elementor-element.elementor-element-7665287 .landing-tags {
    animation-name: fadeUp;
    animation-duration: 0.8s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slidePower {
    from {
        opacity: 0;
        transform: translateY(60px);
        letter-spacing: 8px;
    }
    
    to {
        opacity: 1;
        transform: translateY(0);
        letter-spacing: -2px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-797ec8d */.cool-section {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  height: 220vh;
  margin-top: -80px;
}

.cool-sticky {
  position: sticky;
  top: 120px;
  height: calc(100vh - 120px);
  display: flex;
  /* align-items: flex-start; */
  /* padding-top: 60px; */
  align-items: center;
}

.cool-inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.cool-visual {
  position: relative;
  width: 60%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orbit-wrapper {
    position: absolute;
    /* top: 0%; */
    /* left: 25%; */
    top: 25%;
    left: 25%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 900px;
    pointer-events: none;
    z-index: 1;
}

.orbit {
    position: absolute;
    border-radius: 50%;
    border: 2px dashed rgba(160, 160, 160, 0.25);
    will-change: transform;
    backface-visibility: hidden;
}

.orbit.one {
    width: 420px;
    height: 420px;
    top: 59%;
    left: 59%;
    transform: translate(-50%, -50%);
    animation: spin 18s linear infinite;
}

.orbit.two {
    width: 580px;
    height: 580px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: spinReverse 28s linear infinite;
}

.cool-img {
  position: absolute;
  width: 105%;
  border-radius: 24px;
  box-shadow: 0 50px 120px rgba(0,0,0,.12);
  will-change: transform, opacity;
  
  opacity: 0;
  transform: scale(1);
  transition: transform .6s ease, opacity .6s ease;
}

.cool-img.img-1 {
    opacity: 1;
    transform: scale(0.96);
    animation: introFade 1s ease forwards;
}

.cool-text {
  width: 35%;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cool-text h2 {
  font-family: "Inter", sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #e62800;
  margin-bottom: 24px;
  transition: opacity .3s ease, transform .3s ease;
  text-transform: none;
}

.cool-text h2 span {
    background: linear-gradient(90deg, #e62800, #ff5a1f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    font-weight: 500;
}

.cool-text h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: #e62800;
    margin-top: 16px;
    border-radius: 2px;
    opacity: .6;
}

.cool-text p {
  font-size: 20px;
  line-height: 1.65;
  font-weight: 400;
  max-width: 380px;
  opacity: .75;
  transition: opacity .3s ease, transform .3s ease;
}

.cool-text h2, .cool-text p {
    position: relative;
}

.rings-wrapper::before {
    content: "";
    position: absolute;
    width: 650px;
    height: 650px;
    top: 90%;
    left: 100%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(230, 40, 0, 0.15), rgba(230, 40, 0, 0.05), transparent 90%);
    border-radius: 50%;
    filter: blur(40px);
    z-index: -1;
    animation: glowPulse 6s ease-in-out infinite;
}

.cool-section:not(.is-ready) .cool-img {
    opacity: 0;
}

@keyframes spin {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@keyframes spinReverse {
    from {transform: rotate(360deg);}
    to {transform: rotate(0deg);}
}

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

@media (max-width: 768px) {
    .cool-section {
        height: 220vh;
        padding: 0 20px;
    }
    
    .cool-inner {
        flex-direction: column;
        padding: 0;
        align-items: center;
    }
    
    .cool-visual {
        width: 100%;
        height: 420px;
    }
    
    .cool-img {
        width: 100%;
    }
    
    .orbit-wrapper {
        display: none;
    }
    
    .cool-text {
        width: 92%;
        margin-top: -80px;
        background: rgba(255, 255, 255, 0.96);
        -webkit-backdrop-filter: blur(12px);
        border-radius: 20px;
        padding: 28px 24px 32px;
        box-shadow: 0 30px 60px rgba(0, 0, 0, .08);
        transform: translateY(20px);
        animation: floatIn .8s ease forwards;
    }
    
    .cool-text h2 {
        font-size: 34px;
        line-height: 1.25;
    }
    
    .cool-text p {
        font-size: 17px;
        line-height: 1.6;
    }
    
    .cool-text h2::after {
        margin-top: 12px;
    }
}

@keyframes floatIn {
    to {transform: translateY(0);}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4d7901c */.pricing {
    padding: 10px 5%;
    text-align: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.pricing h2 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 60px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-content: center;
}

.price-card {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.price-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.plan-small {
    font-size: 16px;
    opacity: 0.85;
}

.price-card h3 {
    font-size: 28px;
    margin: 10px 0 20px;
    font-weight: 700;
}

.price {
    margin: 0;
}

.old {
    opacity: 0.7;
    display: block;
    font-size: 18px;
}

.new {
    font-size: 36px;
    font-weight: 700;
}

.per {
    margin-bottom: 20px;
    opacity: 0.9;
    font-weight: 600;
}

.btn-buy {
    display: inline-block;
    background: #dc2626;
    padding: 14px 30px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
    color: white;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-buy:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: white;
}

.features {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    text-align: left;
}

.features li {
    margin-bottom: 12px;
    font-size: 14px;
}

.featured {
    transform: scale(1.05);
    border: 2px solid #dc2626;
}

.badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #dc2626;
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
}

@media (max-width: 1024px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .pricing {
        paddiing: 50px 20px
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .price-card {
        padding: 30px 20px;
    }
    
    .price-card h3 {
        font-size: 22px;
    }
    
    .new {
        font-size: 28px;
    }
    
    .btn-buy {
        width: 100%;
        text-align: center;
    }
    
    .featured {
        transform: none;
    }
}/* End custom CSS */