
:root {
    --purple: #6a4ceb;
    --purple-light: #d6ccff;
    --orange: #f97316;
    --dark: #111827;
    --footer-bg: #0f1123;
    --warm-white: #fff9f9;
    --pink: #ff6b81;

    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Inter', sans-serif;
}

body {
    font-family: var(--font-body);
    color: var(--dark);
    -webkit-font-smoothing: antialiased;
    background-color: var(--warm-white);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-title {
    font-family: var(--font-heading);
}

.fw-black {
    font-weight: 900;
}

.tracking-wide {
    letter-spacing: 0.05em;
}


.bg-warm-white {
    background-color: transparent !important;
}

.fs-9 {
    font-size: 0.85rem !important;
}

.fs-10 {
    font-size: 0.75rem !important;
}

.fs-xl {
    font-size: 2.5rem !important;
}

.icon-box-sm {
    width: 50px !important;
    height: 50px !important;
    font-size: 1.2rem !important;
}

.star-rating {
    font-size: 0.7rem !important;
}

.play-icon-sm {
    font-size: 0.6rem !important;
    margin-left: 2px !important;
}

.popular-badge { font-size: 0.85rem !important; z-index: 10 !important; white-space: nowrap !important; }


.text-purple {
    color: var(--purple) !important;
}

.text-orange {
    color: var(--orange) !important;
}

.text-dark {
    color: var(--dark) !important;
}


.navbar {
    transition: background-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease, backdrop-filter 0.3s ease;
}

.navbar.navbar-scrolled {
    background-color: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px -3px rgba(0, 0, 0, 0.05);
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.border-purple-light {
    border-color: var(--purple-light) !important;
}


.bg-purple {
    background-color: var(--purple) !important;
}

.bg-orange {
    background-color: var(--orange) !important;
}

.bg-pink {
    background-color: var(--pink) !important;
}

.bg-dark {
    background-color: var(--dark) !important;
}


.btn-gradient-purple {
    background: linear-gradient(90deg, #c55365 0%, #6f3bec 100%);
    border: none;
}

.btn-gradient-orange {
    background: linear-gradient(90deg, #ee8b5e 0%, #d8574d 100%);
    border: none;
    color: white;
}

.btn-white {
    background-color: white;
    color: var(--dark);
}

.btn-nav {
    font-size: 0.9rem;
}


.hero-section {
    position: relative;
}

.hero-bg-glow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: radial-gradient(circle at 10% 15%, rgba(249, 115, 22, 0.05) 0%, transparent 40%),
        radial-gradient(circle at 90% 45%, rgba(111, 59, 236, 0.05) 0%, transparent 40%),
        radial-gradient(circle at 20% 85%, rgba(249, 115, 22, 0.04) 0%, transparent 40%);
    z-index: -1;
    pointer-events: none;
}

.hero-title {
    font-size: 3.5rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
}


.marquee-item {
    flex-shrink: 0;
    padding: 0 12px;
    width: 50vw;
}

.logo-box {
    background-color: #e5e5e5;
    padding: 15px 30px;
    font-family: var(--font-heading);
    font-weight: 800;
    color: #333;
    font-size: 1.1rem;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.marquee-track {
    width: max-content;
    animation: marquee 30s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


.logo-icon {
    width: 35px;
    height: 35px;
}

.brand-text {
    color: #1e3a8a;
}

.hero-graphic-img {
    max-height: 480px;
    object-fit: cover;
}

.hero-floating-badge {
    top: 10%;
    right: -5%;
    width: 220px;
}

.avatar-sm {
    width: 30px;
    height: 30px;
}

.floating-badge-title {
    font-size: 12px;
}

.floating-badge-desc {
    font-size: 9px;
}

.font-serif {
    font-family: serif !important;
}


@media (min-width: 768px) {
    .marquee-item {
        width: 33.33vw;
    }
}

@media (min-width: 992px) {
    .marquee-item {
        width: 25vw;
    }
}

@media (min-width: 1200px) {
    .marquee-item {
        width: 228px;
    }
}

@media (min-width: 1400px) {
    .marquee-item {
        width: 264px;
    }
}

@media (max-width: 991.98px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .logo-box {
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

@media (max-width: 767.98px) {
    .rating-card {
        top: -10px;
        left: 10px;
        transform: scale(0.8);
        transform-origin: top left;
    }

    .tasks-card {
        bottom: -20px;
        right: 10px;
        transform: scale(0.8);
        transform-origin: bottom right;
    }

    .organic-blob-img {
        max-height: 350px;
    }

    .bg-purple-blob {
        width: 250px;
        height: 250px;
    }
}


.bg-warm-white {
    background-color: #fffaf9;
}

.service-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.service-link {
    color: var(--purple);
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.service-link:hover {
    text-decoration: underline;
    color: var(--purple);
}


.bg-orange-soft {
    background-color: #fff3e0;
    color: #f97316;
}

.bg-purple-soft {
    background-color: #f3f0ff;
    color: #6a4ceb;
}

.bg-green-soft {
    background-color: #e6f6f0;
    color: #10b981;
}

.bg-pink-soft {
    background-color: #ffeef2;
    color: #ff477e;
}

.bg-blue-soft {
    background-color: #eff6ff;
    color: #3b82f6;
}


.bg-purple-blob {
    width: 350px;
    height: 350px;
    top: -5%;
    left: 10%;
    z-index: 0;
    filter: blur(40px);
}

.organic-blob-img {
    max-height: 450px;
    object-fit: cover;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.rating-card {
    top: 15%;
    left: -2%;
    width: 170px;
}

.tasks-card {
    bottom: 10%;
    right: -2%;
    width: 220px;
}

.hero-section {
    padding-top: 200px !important;
}

.floating-mini-1 {
    top: 5%;
    right: 20%;
}

.floating-mini-2 {
    bottom: 25%;
    left: 5%;
}

.star-icon-box {
    width: 24px;
    height: 24px;
    font-size: 0.6rem;
}

.fs-8 {
    font-size: 0.7rem;
}

.text-pink {
    color: var(--pink) !important;
}


.chart-bars {
    height: 40px;
    gap: 4px;
}

.h-30 {
    height: 30%;
}

.h-35 {
    height: 35%;
}

.h-40 {
    height: 40%;
}

.h-55 {
    height: 55%;
}

.h-60 {
    height: 60%;
}

.h-80 {
    height: 80%;
}

.h-100 {
    height: 100%;
}


.step-item {
    flex: 1;
}

.step-title {
    font-size: 0.95rem;
}

.step-desc {
    font-size: 0.8rem;
}

.step-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.step-arrow {
    font-size: 1.5rem;
    color: var(--purple-light);
    margin-top: 2rem;
}

.star-tiny {
    font-size: 0.5rem;
}

.star-small {
    font-size: 0.55rem;
}


.testi-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.play-btn {
    width: 32px;
    height: 32px;
    bottom: 0;
    right: 0;
    transform: translate(25%, -25%);
    z-index: 2;
}

.fs-9 {
    font-size: 0.85rem;
}

.fs-10 {
    font-size: 0.75rem;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background-color: #adb5bd !important;
    border: none !important;
    margin: 0 4px !important;
    padding: 0 !important;
    opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
    background-color: var(--purple) !important;
    opacity: 1 !important;
}


.faq-accordion .accordion-item {
    border: none;
    background-color: #f5f6f8;
    margin-bottom: 12px;
    border-radius: 8px !important;
    overflow: hidden;
}

.faq-accordion .accordion-button {
    background-color: transparent;
    color: var(--dark);
    font-weight: 600;
    box-shadow: none !important;
    padding: 1.25rem 1.5rem;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--dark);
    background-color: transparent;
}

.faq-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23111827'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    background-size: 1rem;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23111827'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    transform: none;
}

.footer-links {
    list-style-type: disc;
    padding-left: 1.25rem;
}

.footer-links li {
    color: #a3a3a3;
    margin-bottom: 0.75rem;
}

.footer-links li::marker {
    color: white;
    font-size: 0.8rem;
}

.footer-links a {
    color: #a3a3a3;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 0.95rem;
}

.footer-links a:hover {
    color: white;
}

.service-link {
    color: var(--purple);
    font-weight: 700;
    font-size: 0.85rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.service-link:hover {
    color: var(--orange);
}


.swiper-slide {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.swiper-slide:hover {
    transform: translateY(-5px);
}

.border-gradient-pro:hover, .bg-white.rounded-5:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


@media (max-width: 768px) {
    .container {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}


.service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    border: 1px solid transparent;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.05);
}


.service-fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.service-fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}


.fade-in-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.fade-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

.step-fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.step-fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.social-icon {
    color: white;
    font-size: 1.5rem;
    text-decoration: none;
    transition: color 0.3s;
}

.social-icon:hover {
    color: var(--orange);
}

.newsletter-box {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    max-width: 500px;
    transition: box-shadow 0.3s ease;
}

.newsletter-box:focus-within {
    box-shadow: 0 0 0 3px rgba(106, 76, 235, 0.4);
}

.newsletter-box input::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}


.pricing-list {
    color: #374151;
}

.pricing-list li {
    margin-bottom: 0.6rem;
    font-size: 0.85rem;
    font-weight: 600;
}

.list-dot {
    font-size: 5px;
    vertical-align: middle;
    margin-right: 8px;
    color: #6b7280;
}

.border-gradient-pro {
    border: 1px solid transparent;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(135deg, var(--orange), var(--purple)) border-box;
}

.text-price-pro {
    color: #d97757;
}

.btn-outline-purple {
    border: 1px solid var(--purple);
    color: var(--purple);
    background: transparent;
}

.btn-outline-purple:hover {
    background: var(--purple);
    color: white;
}

.btn-gradient-purple {
    background: linear-gradient(90deg, #d97757, var(--purple));
    border: none;
    color: white;
}

.btn-gradient-purple:hover {
    background: linear-gradient(90deg, var(--purple), #d97757);
    color: white;
}


.site-footer {
    background-color: var(--footer-bg);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-logo-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid var(--orange);
    color: white;
    background: transparent;
    transition: background 0.3s, color 0.3s;
}

.footer-logo-icon i {
    font-size: 1rem;
}

.footer-brand:hover .footer-logo-icon {
    background: var(--orange);
    color: var(--footer-bg) !important;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s, padding-left 0.3s;
    display: inline-block;
}

.footer-links a:hover {
    color: var(--orange);
    padding-left: 5px;
}


.floating-actions {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1040;
}

.floating-btn {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.floating-btn.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.floating-btn:hover {
    transform: translateY(-5px);
}

@keyframes whatsapp-ripple {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

.whatsapp-btn {
    background-color: #25D366;
    border-color: #25D366;
    color: white;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    position: relative;
    z-index: 1;
}

.whatsapp-btn::before,
.whatsapp-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: #25D366;
    z-index: -1;
    animation: whatsapp-ripple 2s infinite ease-out;
}

.whatsapp-btn::after {
    animation-delay: 1s;
}

.whatsapp-btn:hover {
    background-color: #128C7E;
    border-color: #128C7E;
    color: white;
}

.btn-purple {
    background-color: var(--purple);
    color: white;
    border: none;
}

.btn-purple:hover {
    background-color: #553bb8;
    color: white;
}

.lead-popup {
    position: fixed;
    bottom: 30px;
    right: -450px;
    width: 350px;
    z-index: 1050;
    transition: right 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border: 1px solid rgba(0,0,0,0.05);
}

.lead-popup.show {
    right: 30px;
}

.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 0.8rem;
    opacity: 0.5;
}

@media (max-width: 767.98px) {
    .floating-actions {
        bottom: 20px;
        right: 20px;
    }
    .floating-btn {
        width: 48px;
        height: 48px;
        font-size: 1.2rem;
    }
    .lead-popup {
        width: calc(100% - 40px);
        bottom: -100%;
        right: 20px;
        transition: bottom 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    .lead-popup.show {
        bottom: 20px;
        right: 20px;
    }
}