/* --- General Styles --- */
body {
    font-family: 'Inter', sans-serif;
    color: #111827;
    background-color: #ffffff;
    overflow-x: hidden;
}

.bg-grid {
    background-size: 60px 60px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.02) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 1px, transparent 1px);
    background-position: center top;
}

/* --- Navbar --- */
.navbar {
    background: white;
    border-bottom: 1px solid #f3f4f6;
    padding: 16px 0;
    z-index: 1000;
}

.nav-logo{
    width: 72%;
}

.tm{
    font-size: 10px;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.15rem;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #111827;
}

.brand-icon {
    background-color: #2563eb;
    color: white;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
}

.nav-link {
    color: #4b5563;
    font-weight: 500;
    font-size: 14px;
    margin: 0 12px;
}

.nav-link:hover {
    color: #2563eb;
}

.btn-nav-login {
    border: 1px solid #e5e7eb;
    color: #2563eb;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 6px;
}

/* --- Hero Section --- */
.hero-section {
    padding-top: 140px;
    padding-bottom: 100px;
    text-align: center;
    position: relative;
}

.ecosystem-badge {
    background-color: #eff6ff;
    color: #2563eb;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 32px;
    border: 1px solid #dbeafe;
}

.ecosystem-badge i {
    font-size: 6px;
}

.hero-title {
    font-size: 3.75rem;
    font-weight: 800;
    color: #111827;
    line-height: 1.1;
    letter-spacing: -0.025em;
    margin-bottom: 24px;
}

@media (min-width: 992px) {
    .hero-title {
        font-size: 4.5rem;
    }
}

.hero-subtitle {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #4b5563;
    max-width: 780px;
    margin: 0 auto 40px;
}

.btn-primary-hero {
    background-color: #2563eb;
    border: 1px solid #2563eb;
    color: white;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s;
    box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.1);
}

.btn-primary-hero:hover {
    background-color: #1d4ed8;
    border-color: #1d4ed8;
    color: white;
}

.btn-outline-hero {
    background-color: white;
    border: 1px solid #e5e7eb;
    color: #374151;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s;
}

.btn-outline-hero:hover {
    background-color: #f9fafb;
    border-color: #d1d5db;
    color: #111827;
}

/* --- Transform Workflow Section --- */
.transform-section {
    padding: 80px 0 100px;
    background-color: transparent;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 16px;
    color: #0f172a;
}

.section-desc {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 700px;
    margin: 0 auto;
}

.compare-card {
    border-radius: 16px;
    padding: 2.5rem;
    height: 400px;
    transition: transform 0.3s ease;
}

.card-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 24px;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 24px;
}

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

.feature-list li {
    display: flex;
    align-items: start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.card-old {
    background: white;
    border: 1px solid #fcd34d;
}

.card-old .card-icon-box {
    background-color: #fffbeb;
    color: #d97706;
    border: 1px solid #fef3c7;
}

.card-old .list-icon {
    color: #d97706;
    background: #fffbeb;
    padding: 2px;
    border-radius: 4px;
    font-size: 0.75rem;
    min-width: 20px;
    text-align: center;
}

.card-featured {
    background-color: #8b5cf6;
    background-image: linear-gradient(135deg, #a855f7 0%, #7c3aed 100%);
    border: none;
    color: white;
    box-shadow: 0 20px 25px -5px rgba(124, 58, 237, 0.3);
    transform: scale(1.02);
    z-index: 10;
}

.card-featured .card-icon-box {
    background-color: white;
    color: #7c3aed;
}

.card-featured .list-icon {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 2px;
    border-radius: 4px;
    font-size: 0.7rem;
    min-width: 20px;
    text-align: center;
}

.card-roi {
    background: white;
    border: 1px solid #86efac;
}

.card-roi .card-icon-box {
    background-color: #ecfdf5;
    color: #059669;
    border: 1px solid #d1fae5;
}

.card-roi .list-icon {
    color: #059669;
    background: #ecfdf5;
    padding: 2px;
    border-radius: 4px;
    font-size: 0.7rem;
    min-width: 20px;
    text-align: center;
}

@media (max-width: 991px) {
    .card-featured {
        transform: none;
        margin: 20px 0;
    }
}

/* --- HOW IT WORKS SECTION CSS --- */
.how-it-works-section {
    padding: 100px 0;
    background: white;
}

/* Left: Scattered Cards */
.scatter-container {
    position: relative;
    height: 250px;
    width: 320px;
    margin: 0 auto;
}

.scatter-card {
    position: absolute;
    width: 110px;
    height: 150px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    border: 2px solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    opacity: 0;
    bottom: 20px;
    left: 100px;
    transform-origin: bottom center;
}

.scatter-card i {
    font-size: 24px;
    margin-bottom: 10px;
}

.scatter-card span {
    font-size: 8px;
    font-weight: 800;
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
}

/* Animation Keyframe */
@keyframes dropIn {
    0% {
        opacity: 0;
        transform: translateY(-50px) scale(0.8);
    }
    100% {
        opacity: 1;
    }
}

/* Card Positioning (No animation by default, added via class) */
.card-blue {
    border-color: #dbeafe;
    color: #3b82f6;
    transform: rotate(-35deg) translate(-85px, 0);
}

.card-purple {
    border-color: #f3e8ff;
    color: #a855f7;
    transform: rotate(-18deg) translate(-30px, -15px);
}

.card-green {
    border-color: #dcfce7;
    color: #22c55e;
    transform: rotate(0deg) translate(25px, -25px);
}

.card-orange {
    border-color: #ffedd5;
    color: #f97316;
    transform: rotate(18deg) translate(81px, -32px);
}

.card-red {
    border-color: #fee2e2;
    color: #ef4444;
    transform: rotate(35deg) translate(121px, -24px);
}

/* Animation Trigger Classes - 1 second delay between each card */
.scatter-container.start-anim .card-blue {
    animation: dropIn 0.5s ease forwards 0s; /* Starts immediately */
}

.scatter-container.start-anim .card-purple {
    animation: dropIn 0.5s ease forwards 1s; /* 1 second delay */
}

.scatter-container.start-anim .card-green {
    animation: dropIn 0.5s ease forwards 2s; /* 2 seconds delay */
}

.scatter-container.start-anim .card-orange {
    animation: dropIn 0.5s ease forwards 3s; /* 3 seconds delay */
}

.scatter-container.start-anim .card-red {
    animation: dropIn 0.5s ease forwards 4s; /* 4 seconds delay */
}


/* Middle: Hub */
.hub-navy {
    width: 180px;
    height: 220px;
    background: #162a4a;
    border-radius: 24px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
}

.hub-logo {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.hub-dots span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #64748b;
    border-radius: 50%;
    margin: 0 3px;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    50% {
        opacity: 0.2;
        transform: scale(0.8);
    }
}

/* Right: Packet */
.packet-card {
    background: #e0fdf0;
    border: 1.5px solid #6ee7b7;
    border-radius: 24px;
    padding: 35px;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    box-shadow: 0 15px 35px rgba(16, 185, 129, 0.1);
}

.packet-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.packet-icon-box {
    background: #059669;
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.list-item-wrapper {
    position: relative;
    margin-bottom: 12px;
}

.list-item-box {
    background: white;
    padding: 14px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #064e3b;
    font-size: 0.95rem;
    font-weight: 500;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    opacity: 0;
    transform: translateX(40px);
}

@keyframes slideInRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.item-active {
    animation: slideInRight 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.indicator-arrow {
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    color: #10b981;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s;
}

.show-arrow .indicator-arrow {
    opacity: 1;
}

.packet-footer {
    background: rgba(5, 150, 105, 0.08);
    color: #059669;
    text-align: center;
    padding: 12px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-top: 25px;
}

.big-arrow {
    color: #f1f5f9;
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
}

@media (max-width: 991px) {
    .big-arrow {
        transform: rotate(90deg);
        margin: 30px 0;
    }
}

/* --- TESTIMONIAL SECTION --- */
.testimonial-section {
    padding: 100px 0;
    background-color: transparent;
}

.testimonial-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    border-color: #d1d5db;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05);
}

.quote-icon {
    font-size: 2.5rem;
    color: #d1d5db;
    opacity: 0.5;
    margin-bottom: 24px;
}

.quote-text {
    font-size: 1.35rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 40px;
    line-height: 1.4;
}

.author-box {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 16px;
}

.avatar-circle {
    width: 50px;
    height: 50px;
    background-color: #f3f4f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    color: #4b5563;
}

.author-info h6 {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 2px 0;
    color: #1f2937;
}

.author-info p {
    font-size: 0.85rem;
    color: #6b7280;
    margin: 0;
}

/* --- WHY TURBOREGS --- */
.why-section {
    padding: 100px 0;
    background: white;
}

.why-card {
    position: relative;
    padding: 40px;
    border-radius: 20px;
    height: 100%;
    background: white;
    border: 1px solid;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: transform 0.3s ease;
}

.why-card:hover {
    transform: translateY(-5px);
}

.huge-number {
    position: absolute;
    top: -15px;
    right: 15px;
    font-size: 8rem;
    font-weight: 700;
    opacity: 0.15;
    line-height: 1;
    z-index: 0;
    font-family: 'Inter', sans-serif;
}

.why-icon-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.why-card-title {
    font-weight: 800;
    font-size: 1.25rem;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
    color: #111827;
}

.why-card-text {
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

.card-why-01 {
    border-color: #fcd34d;
}

.card-why-01 .huge-number {
    color: #fbbf24;
}

.card-why-01 .why-icon-wrapper {
    background-color: #fffbeb;
    color: #d97706;
}

.card-why-02 {
    border-color: #e9d5ff;
}

.card-why-02 .huge-number {
    color: #d8b4fe;
}

.card-why-02 .why-icon-wrapper {
    background-color: #f3e8ff;
    color: #9333ea;
}

.card-why-03 {
    border-color: #86efac;
}

.card-why-03 .huge-number {
    color: #86efac;
}

.card-why-03 .why-icon-wrapper {
    background-color: #dcfce7;
    color: #16a34a;
}

/* --- CTA SECTION --- */
.cta-section {
    padding: 120px 0;
    background-color: #f0f9ff;
    text-align: center;
}

.cta-badge {
    background-color: #dbeafe;
    color: #2563eb;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 8px 16px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
    border: 1px solid #bfdbfe;
}

.cta-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: #0f172a;
}

.cta-subtitle {
    font-size: 1.15rem;
    color: #4b5563;
    max-width: 650px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.btn-cta-primary {
    background-color: #2563eb;
    color: white;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 8px;
    border: none;
    font-size: 1rem;
    transition: all 0.2s;
}

.btn-cta-primary:hover {
    background-color: #1d4ed8;
    color: white;
}

.btn-cta-link {
    background: transparent;
    color: #2563eb;
    font-weight: 600;
    padding: 14px 20px;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.btn-cta-link:hover {
    color: #1d4ed8;
}

.cta-footer-text {
    color: #6b7280;
    font-size: 0.9rem;
}

/* --- FOOTER --- */
.site-footer {
    background-color: #0B1221;
    color: #94a3b8;
    padding: 0;
}

.footer-nav-bar {
    padding: 30px 0;
    display: flex;
    justify-content: center;
    gap: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.9rem;
    font-weight: 500;
}

.footer-nav-link {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s;
}

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

.footer-nav-link.active {
    color: white;
    font-weight: 700;
}

.footer-main-content {
    padding: 60px 0 20px;
}

.footer-logo-area {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.footer-logo-text {
    color: white;
    font-weight: 700;
    font-size: 1.15rem;
}

.footer-desc-text {
    color: #94a3b8;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 350px;
}

.footer-sub-text {
    color: #64748b;
    font-size: 0.9rem;
    margin-top: 10px;
}

.footer-col-header {
    color: white;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 10px;
    display: block;
}

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

.footer-links-list li {
    margin-bottom: 12px;
}

.footer-links-list a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}

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

.footer-bottom-line {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.copyright-text {
    color: #64748b;
    font-size: 0.85rem;
}

.btn-back {
    background-color: white;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    padding: 12px;
    border-radius: 8px;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background 0.2s;
    text-decoration: none;
    margin-bottom: 10px;
}

.tr-logo{
width: 40%;
}

.split-screen { min-height: 100vh; }

/* Left Side: Brand & Quote */
.brand-side {
    background-color: #0B1221;
    /* EXACT GRID FROM YOUR LANDING FILE (Adjusted for dark background) */
    background-size: 60px 60px;
    background-image:
            linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
            linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-position: center top;

    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px;
    position: relative;
}

.cc-brand-logo {
    font-weight: 700;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    text-decoration: none;
}

.brand-icon {
    background-color: #2563eb;
    color: white;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 800;
}

/* --- QUOTE BOX STYLING --- */
.quote-box { max-width: 520px; margin: auto 0; }

.quote-box p {
    font-size: 1.7rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    font-weight: 400;
}

.quote-box h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #ffffff;
}

/* Adding a subtle checkmark to your headers for a "feature" look */
.quote-box h4::before {
    content: "\f058"; /* FontAwesome check-circle */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #2563eb;
    font-size: 1.25rem;
}

/* Right Side: Form */
.form-side {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background-color: #fff;
}

.form-container { width: 100%; max-width: 400px; }

.form-control {
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    font-size: 0.95rem;
}
.form-control:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.btn-primary-login {
    background-color: #2563eb;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.2s;
}
.btn-primary-login:hover { background-color: #1d4ed8; }

.social-login {
    border: 1px solid #e5e7eb;
    background: white;
    padding: 10px;
    border-radius: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 500;
    color: #374151;
    text-decoration: none;
    transition: background 0.2s;
}
.social-login:hover { background: #f9fafb; }

@media (max-width: 991px) {
    .brand-side { display: none; }
}