/* Tuffnsoft Landing Page - Premium Modern Design */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


:root {
    --primary: linear-gradient(135deg, #ff9a56 0%, #ff6b45 100%);
    --secondary: linear-gradient(135deg, #ffd89b 0%, #ff9a56 100%);
    --accent: linear-gradient(135deg, #ffcc70 0%, #ff9a56 100%);
    --success: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    --orange: #ff9a56;
    --orange-dark: #ff6b45;
    --yellow: #ffd89b;
    --yellow-light: #fff5e6;
    --cream: #fff8f0;
    --text-dark: #1a1a1a;
    --text-gray: #4a4a4a;
    --text-light: #6a6a6a;
    --bg-cream: #fffbf5;
    --bg-white: #ffffff;
    --bg-gradient: linear-gradient(180deg, #fffbf5 0%, #fff8f0 100%);
    --shadow-soft: 0 10px 40px rgba(255, 154, 86, 0.15);
    --shadow-hover: 0 20px 60px rgba(255, 154, 86, 0.25);
    --shadow-card: 0 8px 30px rgba(0, 0, 0, 0.08);
    --glow: 0 0 20px rgba(255, 154, 86, 0.4);
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.7;
    color: var(--text-dark);
    background: #fffbf5;
    background-image: 
        radial-gradient(circle, rgba(255, 204, 112, 0.1) 1px, transparent 1px);
    background-size: 20px 20px;
    overflow-x: hidden;
    position: relative;
    margin: 0 2rem;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 3rem;
}

@media (max-width: 768px) {
    .container {
        padding: 0 1.5rem;
    }
}

/* Navigation - Glass Morphism */
.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid rgba(255, 154, 86, 0.15);
    padding: 1.25rem 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    width: 100%;
    margin: 0;
}


.navbar.scrolled {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo a {
    font-size: 1.75rem;
    font-weight: 900;
    background: var(--primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
    letter-spacing: -0.02em;
    transition: all 0.3s ease;
}

.logo a:hover {
    filter: brightness(1.1);
    transform: scale(1.05);
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2.5rem;
    align-items: center;
}

.nav-links a {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary);
    transition: width 0.3s ease;
}

.nav-links a:hover::after {
    width: 100%;
}

.nav-links a:hover {
    background: var(--primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-links a.active {
    background: var(--primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.nav-links a.active::after {
    width: 100%;
}

.btn-secondary {
    padding: 0.65rem 1.5rem;
    border-radius: 12px;
    border: 2px solid rgba(255, 154, 86, 0.3);
    background: white;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.btn-secondary:hover {
    background: rgba(255, 154, 86, 0.08);
    border-color: rgba(255, 154, 86, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 154, 86, 0.2);
}

.btn-primary {
    padding: 0.65rem 1.5rem;
    border-radius: 12px;
    background: var(--primary);
    color: white !important;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-soft);
    border: none;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
    filter: brightness(1.05);
}

.mobile-menu-toggle {
    display: none;
}

/* Notification Strip */
.notification-strip {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    padding: 0.5rem 0;
    text-align: center;
    border-bottom: 1px solid rgba(67, 233, 123, 0.3);
}

.notification-strip p {
    margin: 0;
    color: #2c2c2c;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

/* Animated background particles */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgba(255, 204, 112, 0.08) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(255, 154, 86, 0.08) 0%, transparent 50%);
    pointer-events: none;
    z-index: -1;
}

/* Hero Section - Premium Design */

.hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 20s ease-in-out infinite;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 216, 155, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 15s ease-in-out infinite reverse;
}


@keyframes float {
    0%, 100% { transform: translateY(0px) translateX(0px); }
    50% { transform: translateY(-30px) translateX(20px); }
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-title {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 0.8rem;
    color: white;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.03em;
    animation: fadeInUp 0.8s ease;
    text-align: left;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-subtitle {
    font-size: 1.15rem;
    margin-bottom: 1rem;
    max-width: 550px;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.6;
    font-weight: 400;
    animation: fadeInUp 0.8s ease 0.2s both;
    text-align: left;
}

.hero-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-features-vertical {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2.5rem;
    max-width: 450px;
}

.feature-card-vertical {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    padding: 1.5rem 1.75rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.feature-card-vertical:hover {
    transform: translateX(10px);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
}

.feature-card-vertical .feature-icon {
    font-size: 2.5rem;
    flex-shrink: 0;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.feature-card-vertical h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: white;
    margin: 0;
    text-align: left;
}

.hero-logo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 1;
    padding-right: 0;
}

.logo-image {
    max-width: 100%;
    height: auto;
    width: 450px;
}


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

/* Keep old hero-features for backward compatibility but hide it */
.hero-features {
    display: none;
}

.feature-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    padding: 2.5rem 1.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.feature-card:hover {
    transform: translateY(-10px) scale(1.02);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
}

.feature-icon {
    font-size: 3.5rem;
    margin-bottom: 1.25rem;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
}

.feature-card h3 {
    color: white;
    font-weight: 700;
    font-size: 1.15rem;
    line-height: 1.4;
}

.hero-cta {
    display: flex;
    gap: 1.25rem;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 0.8s ease 0.6s both;
}

.btn-large {
    padding: 1.15rem 3rem;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 16px;
    background: white;
    color: #1a1a1a;
    text-decoration: none;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    border: none;
    position: relative;
    overflow: hidden;
}

.btn-large::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 154, 86, 0.2), transparent);
    transition: left 0.5s ease;
}



.btn-large:hover::before {
    left: 100%;
}

.btn-large:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.btn-outline {
    padding: 1.15rem 3rem;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: white;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: white;
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(255, 255, 255, 0.2);
}

/* Sections - Enhanced */
section {
    padding: 6rem 0;
    position: relative;
}

.section-title {
    font-size: 2.75rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 1rem;
    background: var(--primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.02em;
}

.section-subtitle {
    text-align: center;
    font-size: 1.25rem;
    color: var(--text-gray);
    margin-bottom: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.section-label {
    display: inline-block;
    background: linear-gradient(135deg, rgba(255, 204, 112, 0.15), rgba(255, 154, 86, 0.15));
    color: #ff6b45;
    padding: 0.65rem 1.5rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255, 154, 86, 0.3);
}

/* How It Works - Modern Cards */
.how-it-works {
    padding: 4rem 0 2rem 0;
    background: var(--bg-gradient);
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
}

.step-card {
    background: rgba(255, 248, 240, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 3rem;
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(255, 154, 86, 0.12);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--primary);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

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

.step-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
    border-color: rgba(255, 154, 86, 0.3);
}

.step-number {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: var(--primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    font-weight: 900;
    margin-bottom: 2rem;
    box-shadow: var(--shadow-soft);
    position: relative;
}

.step-number::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: inherit;
    opacity: 0;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0;
    }
}

.step-card h3 {
    font-size: 1.6rem;
    margin-bottom: 0.75rem;
    color: var(--text-dark);
    font-weight: 800;
}

.step-description {
    color: var(--text-gray);
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
}

.step-list {
    list-style: none;
    padding: 0;
}

.step-list li {
    padding-left: 2rem;
    position: relative;
    margin-bottom: 1rem;
    color: var(--text-gray);
    font-size: 1rem;
    line-height: 1.7;
}

.step-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #43e97b;
    font-weight: 900;
}

.step-card:nth-child(2) .step-list li:first-child::before,
.step-card:nth-child(3) .step-list li:first-child::before {
    content: '';
    display: none;
    font-size: 1.2rem;
}

/* Templates */
.templates {background: var(--bg-secondary);}
.template-flow {
    display: flex; justify-content: center;
    align-items: center; gap: 1rem; margin-bottom: 3rem;
}
.flow-item {
    background: white; padding: 1rem 2rem;
    border-radius: 0.75rem; font-weight: 600;
}
.flow-item.highlight {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
}
.templates-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
    align-items: stretch;
}
.template-card {
    background: rgba(255, 248, 240, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(255, 154, 86, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    height: 100%;
}
.template-badge {
    background: var(--primary-color);
    color: white; padding: 0.5rem 1rem;
    border-radius: 2rem; font-size: 0.875rem;
}
.template-badge.rag {background: var(--accent-color);}
.template-badge.agent {background: var(--secondary-color);}
.template-demo {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    border: 1px solid #e9ecef;
}
.status-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--accent-color);
    display: inline-block;
}
.btn-template {
    width: 100%; padding: 0.75rem;
    border: 2px solid var(--primary-color);
    background: transparent; color: var(--primary-color);
    border-radius: 0.5rem; font-weight: 600; cursor: pointer;
}
.btn-template:hover {background: var(--primary-color); color: white;}

/* Need Section */
.need-section {
    background: white; border-radius: 1rem;
    padding: 3rem; box-shadow: var(--shadow-lg);
    text-align: center;
}
.need-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}
.need-item {
    background: var(--bg-secondary);
    padding: 1rem; border-radius: 0.5rem; font-weight: 600;
}

/* Course */
.course-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}
.course-card {
    background: var(--bg-secondary);
    border-radius: 1rem; padding: 2rem;
    border: 1px solid var(--border-color);
}
.course-icon {font-size: 3rem; margin-bottom: 1rem;}
.course-card ul {list-style: none;}
.course-card li {
    padding-left: 1.5rem; position: relative;
    margin-bottom: 0.75rem;
}
.course-card li::before {
    content: '?';
    position: absolute;
    left: 0;
    font-weight: 900;
    font-size: 1.2rem;
}

/* Pricing */
.pricing {background: var(--bg-secondary);}
.pricing-card {
    max-width: 900px; margin: 0 auto;
    background: white; border-radius: 1.5rem;
    box-shadow: var(--shadow-xl);
}
.pricing-header {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white; padding: 3rem; text-align: center;
}
.price {
    display: flex; align-items: flex-start;
    justify-content: center; gap: 0.25rem; margin: 2rem 0;
}
.amount {font-size: 4rem; font-weight: 900;}
.pricing-content {padding: 3rem;}
.feature-list {display: flex; flex-direction: column; gap: 1.5rem;}
.feature-item {display: flex; gap: 1rem; align-items: flex-start;}
.feature-item .check {
    color: var(--accent-color);
    font-size: 1.5rem; font-weight: 700;
}
.btn-purchase {
    display: block; width: 100%; padding: 1.25rem;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white; text-align: center; text-decoration: none;
    font-size: 1.25rem; font-weight: 700;
    border-radius: 0.75rem; margin: 2rem 0;
}
.pricing-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem; text-align: center;
}
.benefit {
    padding: 0.75rem; background: var(--bg-secondary);
    border-radius: 0.5rem; font-weight: 600;
}

/* FAQ */
.faq-grid {
    max-width: 800px; margin: 0 auto;
    display: flex; flex-direction: column; gap: 1rem;
}
.faq-item {
    background: rgba(255, 248, 240, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 0.75rem;
    border: 1px solid var(--border-color);
}
.faq-question {
    width: 100%; padding: 1.5rem 2rem;
    background: none; border: none;
    display: flex; justify-content: space-between;
    cursor: pointer; font-size: 1.125rem;
    font-weight: 600; text-align: left;
}
.faq-answer {
    max-height: 0; overflow: hidden;
    transition: max-height 0.3s ease;
}
.faq-item.active .faq-answer {max-height: 500px;}
.faq-answer p {padding: 0 1.5rem 1.5rem; color: var(--text-secondary);}

/* Footer */
.footer {
    background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
    color: white;
    padding: 4rem 3rem 2rem 3rem;
    width: 100%;
    margin: 0;
}
.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem; margin-bottom: 3rem;
}
.footer-links {display: contents;}
.footer-column ul {list-style: none;}
.footer-column a {
    color: #9ca3af; text-decoration: none;
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 2rem; text-align: center;
}

/* Responsive */
@media (max-width: 968px) {
    .nav-links {display: none;}
    .hero-title {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: white;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.03em;
    animation: fadeInUp 0.8s ease;
    text-align: left;
}
    .steps-grid, .templates-grid, .course-grid {
        grid-template-columns: 1fr;
    }
    .footer-content {grid-template-columns: 1fr;}
}

@media (max-width: 640px) {
    .container {padding: 0 1rem;}
    .hero {
    padding: 2.5rem 2rem 2.5rem;
    background: linear-gradient(135deg, #ff9a56 0%, #ff6b45 100%);
    position: relative;
    overflow: hidden;
}
    .hero-title {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: white;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.03em;
    animation: fadeInUp 0.8s ease;
    text-align: left;
}
    .hero-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-features-vertical {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2.5rem;
    max-width: 450px;
}

.feature-card-vertical {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    padding: 1.5rem 1.75rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.feature-card-vertical:hover {
    transform: translateX(10px);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
}

.feature-card-vertical .feature-icon {
    font-size: 2.5rem;
    flex-shrink: 0;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.feature-card-vertical h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: white;
    margin: 0;
    text-align: left;
}

.hero-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.logo-image {
    max-width: 100%;
    height: auto;
    width: 450px;
}


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

/* Keep old hero-features for backward compatibility but hide it */
.hero-features {
    display: none;
}
}/* Everything Included Section */
.everything-included {
    padding: 3rem 0;
    background: var(--bg-gradient);
}

.included-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2.5rem;
    margin-bottom: 3rem;
}

.included-card {
    background: rgba(255, 248, 240, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 3rem;
    border: 1px solid rgba(255, 154, 86, 0.15);
    transition: all 0.3s ease;
}

.included-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-card);
    border-color: rgba(255, 154, 86, 0.3);
}

.included-card h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    font-weight: 800;
}

.included-card ul {
    list-style: none;
    padding: 0;
}

.included-card li {
    padding-left: 2rem;
    position: relative;
    margin-bottom: 1.2rem;
    color: #4a4a4a;
    font-size: 1.05rem;
    line-height: 1.7;
}

.included-card li::before {
    content: '';
    position: absolute;
    left: 0;
    color: #43e97b;
    font-weight: 900;
    font-size: 1.2rem;
}

.included-card strong {
    color: #1a1a1a;
    font-weight: 700;
}

.cta-center {
    text-align: center;
    margin-top: 3rem;
}

/* Templates Section */
.templates {
    padding: 3rem 0;
    background: var(--bg-gradient);
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.template-flow {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.flow-item {
    background: white;
    padding: 1rem 2rem;
    border-radius: 16px;
    font-weight: 600;
    color: #1a1a1a;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.flow-item.highlight {
    background: var(--primary);
    color: white;
}

.flow-arrow {
    font-size: 1.5rem;
    color: #ff9a56;
    font-weight: 700;
}

.templates-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
    align-items: stretch;
}

.template-card {
    background: rgba(255, 248, 240, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(255, 154, 86, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.template-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
    border-color: rgba(255, 154, 86, 0.3);
}

.template-header {
    margin-bottom: 1.5rem;
}

.template-badge {
    display: inline-block;
    background: var(--primary);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 700;
}

.template-badge.rag {
    background: var(--success);
}

.template-badge.agent {
    background: var(--secondary);
}

.template-card h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
    font-weight: 800;
}

.template-card p {
    color: #4a4a4a;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    flex-grow: 1;
}

.template-demo {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    border: 1px solid #e9ecef;
}

.demo-header {
    font-size: 0.875rem;
    color: #4a4a4a;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #43e97b;
    display: inline-block;
    animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.demo-content {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.demo-text {
    background: white;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    font-size: 0.9rem;
    color: #1a1a1a;
    font-weight: 500;
}

.btn-template {
    width: 100%;
    padding: 0.85rem;
    border: 2px solid #ff9a56;
    background: transparent;
    color: #ff6b45;
    border-radius: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.btn-template:hover {
    background: var(--primary);
    color: white;
    border-color: #ff6b45;
    transform: translateY(-2px);
}

/* Need Section */
.need-section {
    background: white;
    border-radius: 24px;
    padding: 3.5rem;
    box-shadow: var(--shadow-hover);
    text-align: center;
    border: 1px solid rgba(255, 154, 86, 0.15);
}

.need-title {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
    color: #1a1a1a;
    font-weight: 900;
}

.need-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.need-item {
    background: #fff8f0;
    padding: 1.25rem 1rem;
    border-radius: 16px;
    font-weight: 700;
    color: #1a1a1a;
    border: 1px solid rgba(255, 154, 86, 0.1);
    transition: all 0.3s ease;
    font-size: 1rem;
}

.need-item:hover {
    background: rgba(255, 154, 86, 0.1);
    border-color: rgba(255, 154, 86, 0.3);
    transform: translateY(-3px);
}

.need-subtitle {
    font-size: 1.3rem;
    color: #4a4a4a;
    font-weight: 600;
    margin-top: 1.5rem;
}

/* Course Section */
.course {
    background: white;
    padding: 6rem 0;
}

.course-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
}

.course-card {
    background: #fff8f0;
    border-radius: 24px;
    padding: 2.5rem;
    border: 1px solid rgba(255, 154, 86, 0.15);
    transition: all 0.3s ease;
}

.course-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-card);
    border-color: rgba(255, 154, 86, 0.3);
}

.course-card.highlight {
    background: linear-gradient(135deg, rgba(255, 204, 112, 0.15), rgba(255, 154, 86, 0.15));
    border: 2px solid rgba(255, 154, 86, 0.3);
}

.course-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.course-card h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
    font-weight: 800;
}

.course-card p {
    color: #4a4a4a;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    font-size: 1.05rem;
}

.course-card ul {
    list-style: none;
    padding: 0;
}

.course-card li {
    padding-left: 2rem;
    position: relative;
    margin-bottom: 1rem;
    color: #4a4a4a;
    line-height: 1.7;
}

.course-card li::before {
    content: '';
    position: absolute;
    left: 0;
    font-weight: 900;
    font-size: 1.2rem;
}

.investment-items {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.investment-item strong {
    display: block;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.investment-item p {
    margin: 0;
    color: #4a4a4a;
}

/* Pricing Section */
.pricing {
    background: #fffbf5;
    padding: 6rem 0;
}

.pricing-card {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-hover);
    border: 1px solid rgba(255, 154, 86, 0.15);
}

.pricing-header {
    background: var(--primary);
    color: white;
    padding: 3.5rem 3rem;
    text-align: center;
}

.pricing-header h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 900;
}

.price {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0.5rem;
    margin: 2rem 0 1rem;
}

.currency {
    font-size: 2.5rem;
    font-weight: 700;
}

.amount {
    font-size: 5rem;
    font-weight: 900;
    line-height: 1;
}

.pricing-tagline,
.pricing-note {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.1rem;
    margin-top: 0.5rem;
}

.pricing-content {
    padding: 3.5rem 3rem;
}

.pricing-content h4 {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
    text-align: center;
    color: #1a1a1a;
    font-weight: 900;
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.feature-item {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
}

.feature-item .check {
    color: #43e97b;
    font-size: 1.75rem;
    font-weight: 900;
    flex-shrink: 0;
}

.feature-item strong {
    display: block;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    font-size: 1.15rem;
}

.feature-item p {
    color: #4a4a4a;
    margin: 0;
    line-height: 1.7;
    font-size: 1.05rem;
}

.btn-purchase {
    display: block;
    width: 100%;
    padding: 1.4rem;
    background: var(--primary);
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 1.35rem;
    font-weight: 900;
    border-radius: 16px;
    margin: 2.5rem 0;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-soft);
}

.btn-purchase:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
}

.pricing-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    text-align: center;
}

.benefit {
    padding: 1rem 0.75rem;
    background: #fff8f0;
    border-radius: 12px;
    font-weight: 700;
    color: #1a1a1a;
    border: 1px solid rgba(255, 154, 86, 0.1);
    font-size: 0.95rem;
}

/* FAQ Section */
.faq {
    padding: 3rem 0 5rem 0;
    background: var(--bg-gradient);
}

.faq-grid {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.faq-item {
    background: rgba(255, 248, 240, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(255, 154, 86, 0.15);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(255, 154, 86, 0.3);
}

.faq-question {
    width: 100%;
    padding: 1.75rem 2rem;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a1a;
    text-align: left;
    transition: all 0.3s;
}

.faq-question:hover {
    color: #ff6b45;
}

.faq-icon {
    font-size: 1.75rem;
    color: #ff9a56;
    transition: transform 0.3s;
    font-weight: 300;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

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

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer p {
    padding: 0 2rem 2rem;
    color: #4a4a4a;
    line-height: 1.8;
    font-size: 1.05rem;
}

/* Footer */
.footer {
    background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
    color: white;
    padding: 4rem 3rem 2rem 3rem;
    width: 100%;
    margin: 0;
}

.footer .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3.5rem;
    margin-bottom: 3rem;
}

.footer-brand h3 {
    font-size: 1.85rem;
    margin-bottom: 1.2rem;
    background: var(--primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
}

.footer-brand p {
    color: #a0aec0;
    line-height: 1.9;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    max-width: 350px;
}

.footer-links {
    display: contents;
}

.footer-column h4 {
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
    color: white;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column li {
    margin-bottom: 1rem;
}

.footer-column a {
    color: #a0aec0;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-column a:hover {
    color: white;
    padding-left: 4px;
    transition: all 0.3s ease;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    margin-top: 2rem;
    text-align: center;
    color: #a0aec0;
    font-size: 0.95rem;
}

.footer-bottom p {
    color: #a0aec0;
    margin: 0;
}

/* Responsive */
@media (max-width: 968px) {
    .nav-links {display: none;}
    .hero-title {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: white;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.03em;
    animation: fadeInUp 0.8s ease;
    text-align: left;
}
    .section-title {
    font-size: 2.75rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 1rem;
    background: var(--primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.02em;
}
    .steps-grid, .templates-grid, .course-grid {
        grid-template-columns: 1fr;
    }
    .included-grid {
        grid-template-columns: 1fr;
    }
    .footer-content {
        grid-template-columns: 1fr;
    }
    .footer .container {
        max-width: 100%;
    }
    .need-grid, .pricing-benefits {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .container {padding: 0 1.25rem;}
    .hero {
    padding: 2.5rem 2rem 2.5rem;
    background: linear-gradient(135deg, #ff9a56 0%, #ff6b45 100%);
    position: relative;
    overflow: hidden;
}
    .hero-title {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: white;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.03em;
    animation: fadeInUp 0.8s ease;
    text-align: left;
}
    .hero-subtitle {
    font-size: 1.35rem;
    margin-bottom: 2.5rem;
    max-width: 550px;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.8;
    font-weight: 400;
    animation: fadeInUp 0.8s ease 0.2s both;
    text-align: left;
}
    .hero-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-features-vertical {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2.5rem;
    max-width: 450px;
}

.feature-card-vertical {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    padding: 1.5rem 1.75rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.feature-card-vertical:hover {
    transform: translateX(10px);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
}

.feature-card-vertical .feature-icon {
    font-size: 2.5rem;
    flex-shrink: 0;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.feature-card-vertical h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: white;
    margin: 0;
    text-align: left;
}

.hero-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.logo-image {
    max-width: 100%;
    height: auto;
    width: 450px;
}


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

/* Keep old hero-features for backward compatibility but hide it */
.hero-features {
    display: none;
}
    .need-grid {grid-template-columns: 1fr;}
    .pricing-benefits {grid-template-columns: 1fr;}
}


/* Better side margins for professional look */
@media (min-width: 1921px) {
    body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.7;
    color: var(--text-dark);
    background: #fffbf5;
    background-image: 
        radial-gradient(circle, rgba(255, 204, 112, 0.1) 1px, transparent 1px);
    background-size: 20px 20px;
    overflow-x: hidden;
    position: relative;
    margin: 0 2rem;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width: 968px) {
    body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.7;
    color: var(--text-dark);
    background: #fffbf5;
    background-image: 
        radial-gradient(circle, rgba(255, 204, 112, 0.1) 1px, transparent 1px);
    background-size: 20px 20px;
    overflow-x: hidden;
    position: relative;
    margin: 0 2rem;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width: 640px) {
    body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.7;
    color: var(--text-dark);
    background: #fffbf5;
    background-image: 
        radial-gradient(circle, rgba(255, 204, 112, 0.1) 1px, transparent 1px);
    background-size: 20px 20px;
    overflow-x: hidden;
    position: relative;
    margin: 0 2rem;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
}




/* Responsive hero section adjustments */
@media (max-width: 968px) {
    .hero {
    padding: 2.5rem 2rem 2.5rem;
    background: linear-gradient(135deg, #ff9a56 0%, #ff6b45 100%);
    position: relative;
    overflow: hidden;
}
}

@media (max-width: 640px) {
    .hero {
    padding: 2.5rem 2rem 2.5rem;
    background: linear-gradient(135deg, #ff9a56 0%, #ff6b45 100%);
    position: relative;
    overflow: hidden;
}
}





/* Footer full-width adjustments */
@media (max-width: 968px) {
    .footer {
    background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
    color: white;
    padding: 4rem 3rem 2rem 3rem;
    width: 100%;
    margin: 0;
}
}

@media (max-width: 640px) {
    .footer {
    background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
    color: white;
    padding: 4rem 3rem 2rem 3rem;
    width: 100%;
    margin: 0;
}
}





/* Hero wrapper for outer background box */
.hero-wrapper {
    margin: 1.2rem auto 3rem auto;
    max-width: 90%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.hero-wrapper .hero {
    padding: 0.75rem 2rem 0.75rem;
    background: linear-gradient(135deg, #ff9a56 0%, #ff6b45 100%);
    position: relative;
    overflow: hidden;
}

@media (max-width: 968px) {
    .hero-wrapper {
    margin: 3rem auto;
    max-width: 90%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
}

@media (max-width: 640px) {
    .hero-wrapper {
    margin: 3rem auto;
    max-width: 90%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
}





/* Navbar responsive full-width */
@media (max-width: 968px) {
    .navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid rgba(255, 154, 86, 0.15);
    padding: 1.25rem 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    width: 100%;
    margin: 0;
}

}

@media (max-width: 640px) {
    .navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid rgba(255, 154, 86, 0.15);
    padding: 1.25rem 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    width: 100%;
    margin: 0;
}

}







/* Add space for fixed navbar */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.7;
    color: var(--text-dark);
    background: #fffbf5;
    background-image: 
        radial-gradient(circle, rgba(255, 204, 112, 0.1) 1px, transparent 1px);
    background-size: 20px 20px;
    overflow-x: hidden;
    position: relative;
    margin: 0 2rem;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}





/* NAVBAR - FULL WIDTH EDGE TO EDGE */
.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid rgba(255, 154, 86, 0.15);
    padding: 1.25rem 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    width: 100%;
    margin: 0;
}

.navbar .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 4rem;
}

.hero-wrapper {
    margin: 1.2rem auto 3rem auto;
    max-width: 90%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}















/* Fix button cursor and selection */
.btn-large,
.btn-outline,
.btn-primary,
.btn-secondary,
.btn-purchase,
.btn-template {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.btn-large:focus,
.btn-outline:focus,
.btn-primary:focus,
.btn-secondary:focus,
.btn-purchase:focus,
.btn-template:focus {
    outline: none;
}






/* Responsive Hero Layout */
@media (max-width: 968px) {
    .hero-layout {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }
    
    .hero-content {
        order: 1;
    }
    
    .hero-logo {
        order: 2;
    }
    
    .logo-image {
    max-width: 100%;
    height: auto;
    width: 450px;
}
    
    .hero-title {
        text-align: center;
    }
    
    .hero-subtitle {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-features-vertical {
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-cta {
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .logo-image {
    max-width: 100%;
    height: auto;
    width: 450px;
}
    
    .feature-card-vertical {
        padding: 1.25rem 1.5rem;
    }
    
    .feature-card-vertical .feature-icon {
        font-size: 2rem;
    }
    
    .feature-card-vertical h3 {
        font-size: 1rem;
    }
}








/* Template Card Layout - Ensure proper alignment */
.template-card .template-header {
    margin-bottom: 1rem;
}

.template-card h3 {
    margin-bottom: 1rem;
    min-height: 3.2rem;
}

.template-demo {
    margin-top: auto;
}

.demo-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
}

.status-dot {
    width: 8px;
    height: 8px;
    background: #43e97b;
    border-radius: 50%;
    display: inline-block;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.demo-content {
    margin-top: 0.75rem;
}

.demo-text {
    font-size: 0.875rem;
    color: #6a6a6a;
    margin-bottom: 0.5rem;
}

.demo-text:last-child {
    margin-bottom: 0;
}

/* Everything You Need Section - Interactive Box */




.everything-needed {
    padding: 3rem 0 0 0;
    background: var(--bg-gradient);
    margin-top: 1rem;
}

.need-box {
    background: linear-gradient(135deg, #483C32 0%, #3A312A 100%);
    border-radius: 32px;
    padding: 0.1rem 2.5rem 3rem 2.5rem;
    box-shadow: 0 20px 60px rgba(72, 60, 50, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.need-box::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.need-box::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 216, 155, 0.2) 0%, transparent 70%);
    border-radius: 50%;
}

.need-box .need-title {
    font-size: 2.25rem;
    font-weight: 900;
    color: white;
    text-align: center;
    margin-bottom: 1.5rem;
    padding-top: 0.1rem;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.need-box .need-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

.need-box .need-item:nth-child(5) {
    grid-column: 2 / 3;
}

.need-box .need-item:nth-child(6) {
    grid-column: 3 / 4;
}

.need-box .need-item {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 1.25rem 1.75rem;
    border-radius: 16px;
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    width: 100%;
    text-align: center;
}

.need-box .need-item:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
}

.need-box .need-subtitle {
    text-align: center;
    color: white;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .need-box {
        padding: 2.5rem 1.75rem;
        border-radius: 24px;
    }
    
    .need-box .need-grid {
        grid-template-columns: 1fr !important;
    }
    
    .need-box .need-item:nth-child(5),
    .need-box .need-item:nth-child(6) {
        grid-column: auto !important;
    }
    
    .need-box .need-title {
    font-size: 2.25rem;
    font-weight: 900;
    color: white;
    text-align: center;
    margin-bottom: 2rem;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}
    
    .need-box .need-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

.need-box .need-item:nth-child(5) {
    grid-column: 2 / 3;
}

.need-box .need-item:nth-child(6) {
    grid-column: 3 / 4;
}
    
    .need-box .need-item {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 1.25rem 1.75rem;
    border-radius: 16px;
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    width: 100%;
    text-align: center;
}
    
    .need-box .need-subtitle {
        font-size: 1.1rem;
    }
}






/* Consistent Section Spacing */
.how-it-works,
.everything-needed,
.everything-included,
.templates,
.course,
.faq {
    background: var(--bg-gradient);
}

.how-it-works {
    padding-top: 4rem;
    padding-bottom: 2rem;
}





.everything-needed {
    padding-top: 0;
    padding-bottom: 2rem;
}

.everything-included {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.templates {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.course {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.faq {
    padding-top: 3rem;
    padding-bottom: 4rem;
}

/* Remove section gaps */
section + section {
    margin-top: 0;
}












/* Section Margins - Shaded Background Effect */
.how-it-works,
.everything-needed,
.everything-included,
.templates,
.course,
.faq {
    margin-left: 2rem;
    margin-right: 2rem;
}

@media (max-width: 768px) {
    .how-it-works,
    .everything-needed,
    .everything-included,
    .templates,
    .course,
    .faq {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}


/* Footer Internal Spacing */
.footer .container {
    padding-left: 2rem;
    padding-right: 2rem;
}

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

























/* Hero Item Boxes - Taupe Color */
.hero-item {
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    color: white !important;
    display: inline-block !important;
    background: #483C32 !important;
    padding: 0.4rem 0.85rem !important;
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
    letter-spacing: 0.01em !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 3px 10px rgba(72, 60, 50, 0.3) !important;
    margin-bottom: 0.35rem !important;
}

.hero-item:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 16px rgba(72, 60, 50, 0.4) !important;
    background: #3A312A !important;
}

/* Cloud Provider Logos at Bottom */
.hero-cloud-logos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5rem;
    margin-top: -0.2rem;
    position: relative;
    z-index: 1;
}

.cloud-logo {
    width: 70px;
    height: auto;
    border-radius: 8px;
}

.cloud-text {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 400;
    margin-left: 1rem;
}

/* MCP Logo Overlapping */
.mcp-logo-overlap {
    position: relative;
    z-index: 100;
    text-align: right;
    margin-top: -80px;
    margin-bottom: -80px;
    padding-right: 5%;
}

.mcp-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    background: white;
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    border: 3px solid rgba(255, 154, 86, 0.3);
    transition: all 0.3s ease;
}

.mcp-badge:hover {
    transform: scale(1.08);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
    border-color: rgba(255, 154, 86, 0.5);
}

.mcp-overlap-image {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 2px;
}

.mcp-text {
    font-size: 0.85rem;
    font-weight: 800;
    color: #ff9a56;
    letter-spacing: 0.05em;
    text-align: center;
}







/* Fix included card title wrapping */
.included-card h3 {
    white-space: nowrap;
    overflow: visible;
}

/* Replace list bullets with checkmarks */
.included-card ul {
    list-style: none;
    padding-left: 0;
}

.included-card ul li {
    padding-left: 2rem;
    position: relative;
    margin-bottom: 0.75rem;
}

.included-card ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #43e97b;
    font-weight: 900;
    font-size: 1.2rem;
}










/* Logo Strip Section */
.logo-strip {
    padding: 3rem 0;
    background: var(--bg-gradient);
    border-top: 1px solid rgba(255, 154, 86, 0.1);
    border-bottom: 1px solid rgba(255, 154, 86, 0.1);
}

.logo-strip-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.logo-item {
    font-size: 1.5rem;
    font-weight: 800;
    color: #4a4a4a;
    padding: 1rem 2rem;
    background: rgba(255, 248, 240, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(255, 154, 86, 0.15);
    transition: all 0.3s ease;
    letter-spacing: 0.05em;
}

.logo-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(255, 154, 86, 0.2);
    border-color: rgba(255, 154, 86, 0.3);
    color: #ff9a56;
}

@media (max-width: 768px) {
    .logo-strip-content {
        gap: 1rem;
    }
    
    .logo-item {
        font-size: 1.2rem;
        padding: 0.75rem 1.5rem;
    }
}




