/* ============================================
   TALLY SOLUTIONS - HOMEPAGE STYLES
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
    --tally-blue: #0044a8;
    --tally-blue-dark: #003080;
    --tally-blue-light: #e8f0fe;
    --tally-gold: #FDC232;
    --tally-gold-dark: #e5a800;
    --accent-green: #00b894;
    --accent-red: #e74c3c;
    --text-primary: #1a1a2e;
    --text-secondary: #4a5568;
    --text-muted: #718096;
    --bg-light: #f7f9fc;
    --bg-white: #ffffff;
    --border-light: #e2e8f0;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.12);
    --shadow-xl: 0 20px 60px rgba(0, 0, 0, 0.15);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-xl: 28px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

html {
    scroll-behavior: smooth;
}

/* ── Global Reset for Home ── */
.home-page * {
    box-sizing: border-box;
}

.home-page {
    font-family: 'Inter', 'Open Sans', sans-serif;
    overflow-x: hidden;
}

/* Protect Font Awesome from font-family inheritance */
.home-page .fa,
.home-page .fas,
.home-page .far,
.home-page .fab {
    font-family: FontAwesome !important;
}

.home-page img {
    max-width: 100%;
    height: auto;
}

.home-page .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ============================================
   HERO SLIDER
   ============================================ */
.hero-slider {
    /* min-height: 80vh; */
    position: relative;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
    /* background: linear-gradient(135deg, #001d4a 0%, #003080 40%, #0044a8 100%); */
    background-color: #fffbe5;
}

.hero-slider .slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    opacity: 0;

    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 55% auto;
}

.hero-slider .slide.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.slide-inner {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    gap: 40px;
}

.slide-content {
    flex: 0 0 40%;
    max-width: 40%;
    color: var(--text-primary);
    animation: slideUp 0.8s ease forwards;
    position: relative;
    z-index: 2;
}

.slide-content .slide-badge {
    display: inline-block;
    background: var(--tally-blue);
    border: 1px solid var(--tally-blue);
    color: #ffffff;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.slide-content h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 18px;
    color: var(--text-primary);
}

.slide-content h2 span {
    color: var(--tally-blue);
}

.slide-content p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 12px;
    padding: 0;
}

.slide-content .slide-features {
    list-style: none;
    padding: 0;
    margin: 20px 0 28px;
}

.slide-content .slide-features li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--text-secondary);
}

.slide-content .slide-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--accent-green);
    font-weight: 700;
    font-size: 16px;
}

.slide-cta-group {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.btn-primary-tally {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--tally-gold);
    color: var(--tally-blue-dark);
    padding: 13px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 4px 15px rgba(253, 194, 50, 0.3);
}

.btn-primary-tally:hover {
    /* background: var(--tally-blue);
    color: #fff; */
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 68, 168, 0.3);
}

.btn-outline-light-tally {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--tally-blue);
    padding: 13px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border: 2px solid var(--tally-blue);
    cursor: pointer;
    transition: var(--transition);
}

.btn-outline-light-tally:hover {
    background: var(--tally-blue);
    border-color: var(--tally-blue);
    color: #fff;
}

.slide-image-mobile {
    display: none;
}

/* slide-image removed — now using background-image on .slide */
@keyframes floatImg {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

/* Slider Dots */
.slider-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.slider-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(0, 68, 168, 0.2);
    cursor: pointer;
    transition: var(--transition);
    border: none;
    padding: 0;
}

.slider-dots .dot.active {
    background: var(--tally-blue);
    width: 32px;
    border-radius: 6px;
}

/* Slider Arrows */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(0, 68, 168, 0.08);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(0, 68, 168, 0.15);
    color: var(--tally-blue);
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.slider-arrow:hover {
    background: var(--tally-blue);
    color: #fff;
    border-color: var(--tally-blue);
}

.slider-arrow.prev {
    left: 20px;
}

.slider-arrow.next {
    right: 20px;
}

/* ============================================
   PARTNER BADGE BAR
   ============================================ */
.partner-badge-bar {
    background: linear-gradient(135deg, #001d4a 0%, #003080 40%, #0044a8 100%);
    ;
    padding: 14px 0;
    border-bottom: 1px solid var(--border-light);
    text-align: center;
}

.partner-badge-bar p {
    font-size: 14px;
    font-weight: 600;
    color: var(--tally-blue-light);
    letter-spacing: 0.5px;
    padding: 0;
    margin: 0;
}

.partner-badge-bar p i {
    color: var(--tally-gold);
    margin-right: 8px;
}

/* ============================================
   TRUST SECTION
   ============================================ */
.trust-section {
    padding: 70px 0;
    background: var(--bg-light);
}

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

.trust-section .section-header h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 10px;
}

.trust-section .section-header h2 span {
    color: var(--tally-blue);
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.trust-card {
    background: var(--bg-white);
    border-radius: var(--radius-md);
    padding: 32px 24px;
    text-align: center;
    border: 1px solid var(--border-light);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.trust-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--tally-blue), var(--tally-gold));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.trust-card:hover::before {
    transform: scaleX(1);
}

.trust-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.trust-card .trust-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--tally-blue-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 22px;
    color: var(--tally-blue);
}

.trust-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 6px;
}

.trust-card p {
    font-size: 13px;
    color: var(--text-muted);
    padding: 0;
    margin: 0;
}

/* ============================================
   TALLYPRIME 7.0 SECTION
   ============================================ */
.tallyprime-section {
    padding: 80px 0;
    background: var(--bg-white);
}

.tp-header {
    text-align: center;
    margin-bottom: 50px;
}

.tp-header .upgrade-tag {
    display: inline-block;
    background: linear-gradient(135deg, #ffe4e4, #fff0f0);
    color: var(--accent-red);
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.tp-header h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 6px;
}

.tp-header h2 span {
    color: var(--tally-blue);
}

.tp-header h3 {
    font-size: 20px;
    font-weight: 500;
    color: var(--text-secondary);
}

.tp-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
    margin-bottom: 50px;
}

.tp-description p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 24px;
    padding: 0;
}

.tp-highlights h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 16px;
}

.tp-highlights ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-highlights ul li {
    position: relative;
    padding: 10px 0 10px 30px;
    font-size: 14px;
    color: var(--text-secondary);
    border-bottom: 1px solid var(--border-light);
    line-height: 1.6;
}

.tp-highlights ul li:last-child {
    border-bottom: none;
}

.tp-highlights ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--tally-blue);
    font-weight: 700;
}

.tp-highlights ul li strong {
    color: var(--text-primary);
}

.tp-whats-new h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 16px;
}

.new-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.new-feature-chip {
    background: var(--tally-blue);
    color: #fff;
    padding: 12px 16px;
    border-radius: var(--radius-sm);
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    transition: var(--transition);
}

.new-feature-chip:hover {
    background: var(--tally-blue);
    color: #fff;
    transform: translateY(-2px);
}

/* Free Trial CTA */
.tp-trial-cta {
    background: linear-gradient(135deg, var(--tally-blue) 0%, #003080 100%);
    border-radius: var(--radius-lg);
    padding: 40px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    color: #fff;
}

.tp-trial-cta h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #fff;
}

.tp-trial-cta p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    padding: 0;
}

.tp-trial-cta .btn-primary-tally {
    white-space: nowrap;
}

/* ============================================
   FEATURES SECTION
   ============================================ */
.features-section {
    padding: 80px 0;
    background: var(--bg-light);
}

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

.features-section .section-header h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: var(--text-primary);
}

.features-section .section-header p {
    font-size: 15px;
    color: var(--text-secondary);
    max-width: 600px;
    margin: 10px auto 0;
    padding: 0;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.feature-card {
    background: var(--bg-white);
    border-radius: var(--radius-md);
    padding: 32px 26px;
    border: 1px solid var(--border-light);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}

.feature-card .feature-icon {
    width: 52px;
    height: 52px;
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 18px;
}

.feature-card:nth-child(1) .feature-icon {
    background: #e3f2fd;
    color: #1976d2;
}

.feature-card:nth-child(2) .feature-icon {
    background: #e8f5e9;
    color: #388e3c;
}

.feature-card:nth-child(3) .feature-icon {
    background: #fff3e0;
    color: #f57c00;
}

.feature-card:nth-child(4) .feature-icon {
    background: #fce4ec;
    color: #c62828;
}

.feature-card:nth-child(5) .feature-icon {
    background: #e0f2f1;
    color: #00897b;
}

.feature-card:nth-child(6) .feature-icon {
    background: #f3e5f5;
    color: #7b1fa2;
}

.feature-card h4 {
    font-size: 17px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 8px;
}

.feature-card p {
    font-size: 13px;
    line-height: 1.7;
    color: var(--text-muted);
    padding: 0;
    margin: 0;
}

/* ============================================
   PRODUCTS & SERVICES
   ============================================ */
.products-services-section {
    padding: 90px 0;
    background: linear-gradient(160deg, #005a8a 0%, #006ea6 40%, #0080bf 100%);
    position: relative;
    overflow: hidden;
}

.products-services-section::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(253, 194, 50, 0.06);
    pointer-events: none;
}

.products-services-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

/* Header */
.ps-header {
    text-align: center;
    margin-bottom: 60px;
}

.ps-header__badge {
    display: inline-block;
    background: rgba(253, 194, 50, 0.15);
    border: 1px solid rgba(253, 194, 50, 0.35);
    color: var(--tally-gold);
    padding: 6px 22px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.ps-header h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 34px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.3;
}

.ps-header h2 span {
    color: var(--tally-gold);
}

.ps-header__sub {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 620px;
    margin: 14px auto 0;
    line-height: 1.7;
    padding: 0;
}

/* Block title */
.ps-block {
    margin-bottom: 55px;
}

.ps-block h3 {
    font-size: 20px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 28px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    gap: 10px;
}

.ps-block h3 i {
    color: var(--tally-gold);
}

/* ── Edition Cards ── */
.ps-edition-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ps-edition-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-lg);
    padding: 36px 28px 30px;
    text-align: center;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.ps-edition-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--tally-gold), transparent);
    opacity: 0;
    transition: var(--transition);
}

.ps-edition-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    border-color: rgba(253, 194, 50, 0.3);
}

.ps-edition-card:hover::after {
    opacity: 1;
}

/* Popular card highlight */
.ps-edition-card--popular {
    border-color: rgba(253, 194, 50, 0.4);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 30px rgba(253, 194, 50, 0.08);
}

.ps-edition-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: var(--tally-gold);
    color: #1a1a2e;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 12px;
    border-radius: 50px;
}

.ps-edition-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(253, 194, 50, 0.12);
    border: 2px solid rgba(253, 194, 50, 0.25);
    color: var(--tally-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 20px;
    transition: var(--transition);
}

.ps-edition-card:hover .ps-edition-icon {
    background: var(--tally-gold);
    color: #1a1a2e;
    border-color: var(--tally-gold);
    transform: scale(1.1);
}

.ps-edition-card h4 {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
}

.ps-edition-card p {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    padding: 0;
    margin: 0 0 18px;
}

.ps-edition-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--tally-gold);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: var(--transition);
}

.ps-edition-link:hover {
    color: #fff;
    gap: 10px;
}

/* ── Services Cards (3-Column Symmetric) ── */
.svc-center-grid {
    display: grid;
    grid-template-columns: 32% 1fr 32%;
    gap: 30px;
    align-items: center;
}

.svc-side-col {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.svc-feat-card {
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: var(--radius-md);
    padding: 26px 22px;
    border: 1px solid rgba(253, 194, 50, 0.35);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.svc-feat-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--tally-gold);
    border-radius: 3px 0 0 3px;
    opacity: 0;
    transition: var(--transition);
}

.svc-feat-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.22);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    border-color: var(--tally-gold);
}

.svc-feat-card:hover::before {
    opacity: 1;
}

.svc-feat-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(253, 194, 50, 0.12);
    color: var(--tally-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 14px;
    transition: var(--transition);
}

.svc-feat-card:hover .svc-feat-card__icon {
    background: var(--tally-gold);
    color: #1a1a2e;
}

.svc-feat-card h4 {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
}

.svc-feat-card p {
    font-size: 12.5px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.65);
    padding: 0;
    margin: 0;
}

.svc-center-col {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.svc-center-col img {
    max-width: 100%;
    max-height: 300px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.2));
}

/* ============================================
   PRICING SECTION
   ============================================ */
.pricing-section {
    padding: 80px 0;
    background: #e1f0fa;
}

.pricing-header {
    text-align: center;
    margin-bottom: 50px;
}

.pricing-header h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 10px;
}

.pricing-header p {
    font-size: 15px;
    color: var(--text-secondary);
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
    padding: 0;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.pricing-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 44px 36px 36px;
    position: relative;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.pricing-popular-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #2e7d32;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 24px;
    border-radius: 50px;
    white-space: nowrap;
}

.pricing-card__top {
    text-align: center;
    margin-bottom: 20px;
}

.pricing-card__title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: var(--tally-blue);
    margin-bottom: 6px;
}

.pricing-card__title--gold {
    color: #b8860b;
}

.pricing-card__tagline {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted);
    margin-bottom: 18px;
    padding: 0;
}

.pricing-card__price {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 44px;
    font-weight: 900;
    color: var(--text-primary);
    letter-spacing: -1px;
    line-height: 1;
}

.pricing-card__period {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-muted);
    letter-spacing: 0;
}

.pricing-card__desc {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
}

.pricing-card__divider {
    width: 100%;
    height: 1px;
    background: var(--border-light);
    margin-bottom: 20px;
}

.pricing-card__features {
    flex: 1;
    margin-bottom: 24px;
}

.pricing-card__features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-card__features ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--text-secondary);
    padding: 8px 0;
}

.pricing-card__features ul li .check {
    font-size: 18px;
    line-height: 1;
}

.pricing-card__features ul li .check.green {
    color: #2e7d32;
}

.pricing-card__features ul li .check.blue {
    color: var(--tally-blue);
}

.pricing-card__btn {
    display: block;
    width: 100%;
    text-align: center;
    background: var(--tally-gold);
    color: var(--text-primary);
    padding: 14px 20px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: var(--transition);
    margin-top: auto;
}

.pricing-card__btn i {
    margin-left: 6px;
}

.pricing-card__btn:hover {
    background: var(--tally-gold-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(253, 194, 50, 0.35);
}

.pricing-card__btn--gold {
    background: #b8860b;
    color: #ffffff;
}

.pricing-card__btn--gold:hover {
    background: #9a7209;
    box-shadow: 0 4px 15px rgba(184, 134, 11, 0.3);
}

.pricing-help {
    text-align: center;
    margin-top: 40px;
}

.pricing-help p {
    font-size: 15px;
    color: var(--text-secondary);
    padding: 0;
    margin: 0;
}

.pricing-help a {
    color: var(--tally-blue);
    font-weight: 700;
    text-decoration: none;
    transition: var(--transition);
}

.pricing-help a:hover {
    text-decoration: underline;
    color: var(--tally-blue-dark);
}

/* ============================================
   CLOUD SECTION
   ============================================ */
.cloud-section {
    padding: 80px 0;
    background: var(--bg-white);
    color: var(--text-primary);
}

.cloud-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.cloud-text h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 20px;
    line-height: 1.3;
}

.cloud-text h2 span {
    color: var(--tally-blue);
}

.cloud-text p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 16px;
    padding: 0;
}

.cloud-stats {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.cloud-stat {
    text-align: center;
}

.cloud-stat .stat-number {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: var(--tally-blue);
    display: block;
}

.cloud-stat .stat-label {
    font-size: 13px;
    color: var(--text-muted);
}

.cloud-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cloud-image img {
    max-height: 360px;
    object-fit: contain;
    filter: drop-shadow(0 10px 25px rgba(0, 68, 168, 0.15));
}

/* ============================================
   FAQ SECTION
   ============================================ */
.home-faq-section {
    padding: 80px 0;
    background: var(--bg-light);
}

.home-faq-section .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.home-faq-section .section-header h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: var(--text-primary);
}

.faq-list {
    max-width: 850px;
    margin: 0 auto;
}

.faq-item {
    background: var(--bg-white);
    border-radius: var(--radius-md);
    margin-bottom: 12px;
    border: 1px solid var(--border-light);
    overflow: hidden;
    transition: var(--transition);
}

.faq-item:hover {
    border-color: var(--tally-blue);
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-primary);
    transition: var(--transition);
    gap: 12px;
}

.faq-question:hover {
    color: var(--tally-blue);
}

.faq-question .faq-toggle {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: var(--tally-blue-light);
    color: var(--tally-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: var(--transition);
}

.faq-item.active .faq-question .faq-toggle {
    background: var(--tally-blue);
    color: #fff;
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 0 24px 20px;
}

.faq-answer p {
    font-size: 14px;
    line-height: 1.7;
    color: var(--text-secondary);
    padding: 0;
    margin: 0;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 992px) {
    .slide-inner {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding: 40px 20px 60px;
    }

    .slide-content {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
    }

    .slide-content h2 {
        font-size: 28px;
    }

    .slide-cta-group {
        justify-content: flex-start;
    }

    .hero-slider .slide {
        background-size: 0;
    }

    .slide-image-mobile {
        display: block;
        width: 100%;
        /* margin-top: 25px; */
    }

    .slide-image-mobile img {
        width: 100%;
        height: auto;

    }

    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tp-content-grid {
        grid-template-columns: 1fr;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cloud-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .cloud-stats {
        justify-content: center;
    }

    .tp-trial-cta {
        flex-direction: column;
        text-align: center;
        padding: 30px;
    }

    .new-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .svc-center-grid {
        grid-template-columns: 1fr;
    }

    .svc-center-col {
        order: -1;
        max-width: 400px;
        margin: 0 auto;
    }

    .ps-edition-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .hero-slider {
        min-height: 420px;
    }

    .slide-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .slide-content h2 {
        font-size: 24px;
    }

    .slide-content .slide-features li {
        font-size: 13px;
    }

    .slider-arrow {
        display: none;
    }

    .hero-slider .slide {
        background-size: 0;
    }

    .trust-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    .trust-card {
        padding: 20px 16px;
    }

    .tp-header h2 {
        font-size: 26px;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .ps-edition-grid {
        grid-template-columns: 1fr;
    }

    .ps-header h2 {
        font-size: 26px;
    }

    .cloud-text h2 {
        font-size: 24px;
    }

    .new-features-grid {
        grid-template-columns: 1fr 1fr;
    }

    .svc-center-grid {
        grid-template-columns: 1fr;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
    }
}

@media (max-width: 480px) {
    .trust-grid {
        grid-template-columns: 1fr;
    }

    .slide-content h2 {
        font-size: 22px;
    }

    .cloud-stats {
        flex-direction: column;
        gap: 16px;
    }

    .new-features-grid {
        grid-template-columns: 1fr;
    }

    .slide-cta-group {
        flex-direction: row;
        gap: 8px;
    }

    .slide-cta-group a {
        flex: 1;
        width: auto;
        padding: 8px 12px;
        font-size: 11px;
        text-align: center;
        justify-content: center;
        white-space: nowrap;
    }

    .pricing-card {
        padding: 30px 24px;
    }

    .pricing-card__price {
        font-size: 34px;
    }
}