.elementor-1756 .elementor-element.elementor-element-0898aae{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1756 .elementor-element.elementor-element-3c0d949{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3c0d949 */@charset "UTF-8";

/* CSS Variables for Brand Colors */
:root {
    --primary-green: #87f4ab;
    --primary-blue: #193366;
    --light-green: #e8fdf0;
    --light-lemon: #f5ffe6;
    --lemon-green: #e8f9d7;
    --dark-blue: #0f1f3d;
    --text-dark: #1a1a1a;
    --text-medium: #4a5568;
    --text-light: #718096;
    --bg-light: #f7fafc;
    --white: #ffffff;
    --border-color: #e2e8f0;
    --accent-green: #5ac97f;
    --deep-navy: #0d2447;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    line-height: 1.7;
    color: var(--text-dark);
    font-size: 17px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header */
.header {
    background: var(--white);
    padding: 20px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-blue);
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #d4f8e8 0%, #b8f0d6 50%, #9ce8c3 100%);
    color: var(--text-dark) !important;
    padding: 100px 0 140px 0;
    text-align: center;
    border-bottom: 3px solid var(--accent-green);
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: radial-gradient(ellipse at top right, rgba(90, 201, 127, 0.25) 0%, transparent 50%),
                radial-gradient(ellipse at bottom left, rgba(135, 244, 171, 0.2) 0%, transparent 50%);
    pointer-events: none;
}

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

.hero * {
    color: inherit;
}

.hero h1,
.hero h2,
.hero p {
    color: var(--text-dark) !important;
}

.hero-subtitle {
    color: var(--deep-navy) !important;
}

.hero-description strong {
    color: var(--primary-blue) !important;
    font-weight: 800;
}

/* Force white color on benefit badges */
.hero .benefit,
.hero .benefit *,
.hero .benefit span,
.hero .benefit-icon {
    color: #ffffff !important;
}

.hero-content {
    max-width: 900px;
    margin: 0 auto;
}

.hero h1 {
    font-size: 52px;
    margin-bottom: 16px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--primary-blue) !important;
}

.hero-subtitle {
    font-size: 28px;
    margin-bottom: 32px;
    color: var(--primary-green);
    font-weight: 600;
    line-height: 1.3;
}

.hero-description {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 36px;
    color: var(--text-dark) !important;
    opacity: 0.9;
}

.hero-description strong {
    color: var(--primary-green);
    font-weight: 700;
}

.hero-benefits {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin: 36px auto;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    max-width: 100%;
}

.benefit {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: var(--primary-blue);
    border: 2px solid var(--white);
    border-radius: 30px;
    flex-shrink: 1;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(25, 51, 102, 0.2);
}

.benefit span {
    color: #ffffff !important;
}

.benefit-icon {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 18px;
}

.benefit .benefit-icon {
    color: #ffffff !important;
}

.hero-promise {
    font-size: 18px;
    line-height: 1.7;
    margin: 32px 0 40px;
    color: var(--text-dark) !important;
    opacity: 0.85;
}

.hero-cta {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Buttons */
.btn-primary {
    background: var(--accent-green);
    color: var(--white);
    padding: 16px 40px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 17px;
    transition: all 0.3s;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(90, 201, 127, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(90, 201, 127, 0.5);
    background: #4ab86f;
}

.btn-secondary {
    background: var(--primary-blue);
    color: var(--white);
    border: 2px solid var(--primary-blue);
    padding: 14px 38px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 17px;
    transition: all 0.3s;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(25, 51, 102, 0.3);
}

.btn-secondary:hover {
    background: var(--deep-navy);
    border-color: var(--deep-navy);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(25, 51, 102, 0.4);
}

/* Trust Bar Section */
.trust-bar {
    padding: 0;
    background: transparent;
    position: relative;
    margin-top: -80px;
    margin-bottom: -40px;
    z-index: 10;
}

.trust-bar .container {
    position: relative;
    z-index: 2;
}

.trust-bar-image {
    display: block;
    max-width: 900px;
    width: 85%;
    height: auto;
    margin: 0 auto;
    border-radius: 16px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.25),
        0 8px 20px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    border: 3px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
    background: var(--white);
}

.trust-bar-image:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 30px 80px rgba(0, 0, 0, 0.3),
        0 12px 30px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.15);
}

/* Problems Section */
.problems-section {
    padding: 100px 0 80px 0;
    background: var(--bg-light);
}

.problems-section h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 60px;
    color: var(--primary-blue);
    font-weight: 800;
}

.problems-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 100%;
}

.problem-card {
    background: var(--white);
    padding: 50px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-top: 4px solid var(--primary-blue);
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.problem-card h3 {
    font-size: 28px;
    margin-bottom: 24px;
    color: var(--primary-blue);
    font-weight: 700;
}

.card-lead {
    font-size: 19px;
    margin-bottom: 32px;
    color: var(--text-dark);
    font-weight: 600;
    line-height: 1.6;
}

.problem-explanation {
    margin-bottom: 32px;
    flex-grow: 1;
}

.problem-explanation p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 16px;
    color: var(--text-dark);
}

.problem-explanation strong {
    font-weight: 700;
    color: var(--primary-blue);
}

.problem-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 16px;
}

.problem-list li {
    padding: 12px 0;
    font-size: 16px;
    color: var(--text-medium);
    line-height: 1.6;
    position: relative;
    padding-left: 28px;
    list-style: none;
}

.problem-list li:before {
    content: "\2022" !important;
    color: var(--primary-blue);
    font-weight: bold;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 8px;
}

.problem-highlight {
    font-size: 16px;
    color: var(--text-dark);
    margin-top: 20px;
    font-weight: 600;
    font-style: italic;
}

.insight-box {
    background: var(--light-green);
    padding: 24px;
    border-radius: 10px;
    text-align: center;
    border-left: 4px solid var(--primary-green);
    margin-top: auto;
}

.insight-box p {
    font-size: 18px;
    color: var(--primary-blue);
    font-weight: 600;
    line-height: 1.6;
    margin: 0;
}

.insight-box strong {
    font-weight: 800;
}

.traditional-approach {
    flex-grow: 1;
}

.traditional-approach p {
    font-size: 17px;
    line-height: 1.7;
    color: var(--text-dark);
    margin-bottom: 16px;
}

.traditional-approach ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.traditional-approach li {
    padding: 12px 0;
    font-size: 16px;
    color: var(--text-medium);
    line-height: 1.6;
    position: relative;
    padding-left: 28px;
    list-style: none !important;
}

.traditional-approach li:before {
    content: "\2022" !important;
    color: var(--primary-blue);
    font-weight: bold;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 12px;
}

.big-statement {
    background: var(--primary-blue);
    color: var(--white);
    padding: 32px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 28px;
}

.big-statement p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    margin: 0;
}

.big-statement strong {
    color: var(--primary-green);
    font-weight: 800;
}

.startup-reality {
    background: var(--light-green);
    padding: 24px;
    border-radius: 10px;
    text-align: center;
    border-left: 4px solid var(--primary-green);
    margin-top: auto;
}

.startup-reality p {
    font-size: 18px;
    color: var(--primary-blue);
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
}

/* Solution Section */
.solution {
    padding: 80px 0;
    background: #e8eef5;
    color: var(--text-dark);
}

.solution-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

.solution-intro h2 {
    font-size: 42px;
    margin-bottom: 20px;
    color: var(--primary-blue);
    font-weight: 800;
}

.solution-subtitle {
    font-size: 24px;
    color: var(--primary-blue);
    font-weight: 600;
}

.solution-explanation {
    background: var(--white);
    padding: 40px;
    border-radius: 12px;
    margin-bottom: 32px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.solution-explanation p {
    font-size: 19px;
    line-height: 1.7;
    color: var(--text-dark);
    margin-bottom: 16px;
}

.solution-explanation strong {
    color: var(--primary-blue);
    font-weight: 700;
}

.solution-text {
    font-size: 22px;
    line-height: 1.8;
    color: var(--text-dark);
}

.solution-text strong {
    color: var(--primary-blue);
    font-weight: 700;
}

.engine-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
    background: var(--white);
    padding: 40px;
    border-radius: 12px;
    border: 2px solid var(--primary-green);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.engine-intro h3 {
    font-size: 36px;
    margin-bottom: 20px;
    color: var(--primary-blue);
    font-weight: 800;
}

.engine-description {
    font-size: 20px;
    line-height: 1.7;
    color: var(--text-dark);
}

.solution-content {
    max-width: 800px;
    margin: 0 auto;
}

.solution-instead {
    background: var(--white);
    padding: 36px;
    border-radius: 12px;
    margin-bottom: 32px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.instead-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--text-dark);
}

.solution-instead ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.solution-instead li {
    padding: 10px 0;
    font-size: 18px;
    color: var(--text-dark);
    list-style: none !important;
}

.solution-instead li:before {
    content: "\2713" !important;
    color: var(--primary-green);
    font-weight: bold;
    margin-right: 12px;
}

.solution-tagline {
    text-align: center;
    background: var(--primary-green);
    color: var(--primary-blue);
    padding: 24px;
    border-radius: 12px;
    max-width: 700px;
    margin: 0 auto;
}

.solution-tagline p {
    font-size: 24px;
    font-weight: 700;
}

/* How It Works Section */
.how-it-works {
    padding: 80px 0;
    background: var(--bg-light);
}

.how-it-works h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 60px;
    color: var(--primary-blue);
    font-weight: 800;
}

/* Steps */
.steps {
    max-width: 1200px;
    margin: 0 auto;
}

.step {
    margin-bottom: 40px;
    background: var(--white);
    padding: 40px;
    border-radius: 16px;
    border-left: 6px solid var(--primary-blue);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.step-featured {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    padding: 50px;
}

.step-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-green);
    color: var(--primary-blue);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.step-header {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 24px;
}

.step-header .step-number {
    margin-bottom: 0;
    flex-shrink: 0;
}

.step-header h3 {
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 26px;
    color: var(--primary-blue);
    font-weight: 700;
}

.step-content h3 {
    font-size: 26px;
    margin-bottom: 20px;
    color: var(--primary-blue);
    font-weight: 700;
}

.step-intro {
    font-size: 17px;
    margin-bottom: 20px;
    color: var(--text-medium);
    line-height: 1.7;
}

.step-content ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.step-content li {
    padding: 10px 0;
    font-size: 16px;
    color: var(--text-medium);
    line-height: 1.6;
    position: relative;
    padding-left: 28px;
    list-style: none !important;
}

.step-content li:before {
    content: "\2713" !important;
    color: var(--primary-green);
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 10px;
}

.step-result {
    margin-top: 20px;
    font-size: 17px;
    color: var(--primary-blue);
    font-style: italic;
    padding: 16px;
    background: var(--light-green);
    border-radius: 8px;
}

.step-result strong {
    font-weight: 700;
    font-style: normal;
}

/* Step 4 - AI-Enhanced Content Creation */
.step-content-creation {
    background: var(--white);
    padding: 50px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-left: 6px solid var(--primary-green);
}

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

.content-type-card {
    background: var(--bg-light);
    padding: 32px;
    border-radius: 12px;
    border-top: 4px solid var(--primary-blue);
    transition: all 0.3s;
}

.content-type-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.content-type-card.traffic {
    border-top-color: #3b82f6;
}

.content-type-card.authority {
    border-top-color: #8b5cf6;
}

.content-type-card.revenue {
    border-top-color: var(--primary-green);
}

.content-type-icon {
    font-size: 40px;
    margin-bottom: 16px;
    display: block;
}

.content-type-card h4 {
    font-size: 20px;
    color: var(--primary-blue);
    margin-bottom: 8px;
    font-weight: 700;
}

.content-type-desc {
    font-size: 15px;
    color: var(--text-medium);
    font-style: italic;
    margin-bottom: 16px;
    line-height: 1.5;
}

.content-type-card ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
    margin-top: 16px;
}

.content-type-card li {
    padding: 6px 0;
    font-size: 15px;
    color: var(--text-medium);
    line-height: 1.5;
    position: relative;
    padding-left: 32px;
    list-style: none !important;
}

.content-type-card li:before {
    content: "\2713" !important;
    color: var(--primary-green);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 18px;
}

/* Pricing Section */
.pricing {
    padding: 80px 0;
    background: var(--white);
}

.pricing h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 16px;
    color: var(--primary-blue);
    font-weight: 800;
}

.pricing-subtitle-main {
    font-size: 20px;
    text-align: center;
    margin-bottom: 60px;
    color: var(--text-medium);
}

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

.pricing-card {
    background: var(--bg-light);
    padding: 40px;
    border-radius: 16px;
    border: 2px solid var(--border-color);
    transition: all 0.3s;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.15);
    border-color: var(--primary-green);
}

.pricing-card.featured {
    border-color: var(--primary-green);
    background: var(--white);
    box-shadow: 0 8px 28px rgba(135, 244, 171, 0.25);
    border-width: 3px;
    transform: scale(1.02);
}

.pricing-card.featured:hover {
    transform: scale(1.02) translateY(-6px);
}

.featured-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--primary-green);
    color: var(--primary-blue);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

.pricing-emoji {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}

.pricing-card h3 {
    font-size: 32px;
    margin-bottom: 8px;
    color: var(--primary-blue);
    font-weight: 800;
    text-align: center;
}

.pricing-subtitle {
    font-size: 16px;
    color: var(--text-medium);
    margin-bottom: 12px;
    font-weight: 600;
    text-align: center;
}

.pricing-best-for {
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 24px;
    font-style: italic;
    text-align: center;
}

.pricing-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin: 24px 0;
    padding: 20px 0;
    border-top: 2px solid var(--border-color);
    border-bottom: 2px solid var(--border-color);
}

.price-amount {
    font-size: 56px;
    font-weight: 900;
    color: var(--primary-blue);
    line-height: 1;
    letter-spacing: -2px;
}

.price-period {
    font-size: 18px;
    color: var(--text-medium);
    font-weight: 600;
}

.price {
    font-size: 42px;
    font-weight: 800;
    color: var(--primary-blue);
    margin-bottom: 4px;
}

.price-period {
    font-size: 16px;
    color: var(--text-light);
}

.pricing-features {
    list-style: none !important;
    margin: 0;
    padding: 0;
    margin-top: 32px;
    margin-bottom: 32px;
    flex-grow: 1;
}

.pricing-features li {
    padding: 12px 0;
    font-size: 16px;
    color: var(--text-medium);
    line-height: 1.6;
    position: relative;
    padding-left: 28px;
    list-style: none !important;
}

.pricing-features li:before {
    content: "\2713" !important;
    color: var(--primary-green);
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 12px;
}

.pricing-ideal {
    background: var(--light-green);
    padding: 18px;
    border-radius: 10px;
    margin-bottom: 24px;
    font-size: 15px;
    color: var(--primary-blue);
    border-left: 4px solid var(--primary-green);
}

.btn-pricing {
    display: block;
    text-align: center;
    background: var(--primary-blue);
    color: var(--white);
    padding: 16px 32px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
    transition: all 0.3s;
    margin-top: auto;
    box-shadow: 0 4px 12px rgba(25, 51, 102, 0.2);
}

.btn-pricing:hover {
    background: var(--primary-green);
    color: var(--primary-blue);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(135, 244, 171, 0.4);
}

.pricing-card.featured .btn-pricing {
    background: var(--primary-green);
    color: var(--primary-blue);
    box-shadow: 0 4px 12px rgba(135, 244, 171, 0.3);
}

.pricing-card.featured .btn-pricing:hover {
    background: var(--primary-blue);
    color: var(--white);
}

/* Why Section */
.why-section {
    padding: 80px 0;
    background: var(--bg-light);
}

.why-section h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 60px;
    color: var(--primary-blue);
    font-weight: 800;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto 50px;
}

.why-item {
    background: var(--white);
    padding: 32px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.2s;
}

.why-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.why-item h3 {
    font-size: 20px;
    margin-bottom: 8px;
    color: var(--primary-blue);
}

.why-item p {
    font-size: 16px;
    color: var(--text-medium);
}

.why-tagline {
    background: var(--primary-blue);
    color: var(--white);
    padding: 32px;
    border-radius: 12px;
    text-align: center;
}

.why-tagline p {
    font-size: 24px;
}

.why-tagline strong {
    color: var(--primary-green);
    font-weight: 700;
}

/* Final CTA Section */
.final-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--dark-blue) 100%);
    color: #ffffff !important;
}

.final-cta *,
.final-cta h2,
.final-cta p {
    color: #ffffff !important;
}

.cta-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 800;
    color: #ffffff !important;
}

.cta-content p {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 40px;
    opacity: 0.9;
    color: #ffffff !important;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Footer */
.footer {
    background: var(--dark-blue);
    color: var(--white);
    padding: 60px 0 30px;
}

.footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    text-align: center;
}

.footer-brand h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: var(--primary-green);
}

.footer-brand p {
    color: rgba(255,255,255,0.7);
    font-size: 15px;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.6);
    font-size: 14px;
}

/* Desktop breakpoint for two-column problems grid */
@media (min-width: 969px) {
    .problems-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* Responsive Design - Tablet & Medium Mobile (max-width: 968px) */
@media (max-width: 968px) {
    .container {
        padding: 0 20px;
    }
    
    /* Hero Section */
    .hero {
        padding: 60px 0 110px 0;
    }
    
    .hero h1 {
        font-size: 40px;
        line-height: 1.2;
        margin-bottom: 20px;
        font-weight: 800;
    }
    
    .hero-subtitle {
        font-size: 22px !important;
        line-height: 1.4 !important;
        margin-bottom: 24px !important;
        font-weight: 600;
    }
    
    .hero-description {
        font-size: 17px;
        line-height: 1.7;
        margin-bottom: 28px;
    }
    
    .hero-content {
        max-width: 100%;
    }
    
    .hero-benefits {
        flex-wrap: wrap;
        gap: 12px;
        margin: 28px auto;
    }
    
    .benefit {
        font-size: 14px;
        padding: 8px 16px;
    }
    
    .hero-promise {
        font-size: 16px;
        line-height: 1.6;
        margin: 24px 0 32px;
    }
    
    /* Trust Bar */
    .trust-bar {
        margin-top: -65px;
        margin-bottom: -30px;
    }
    
    .trust-bar-image {
        width: 90%;
        max-width: 750px;
        border-radius: 14px;
    }
    
    /* Sections */
    .problems-section,
    .solution,
    .how-it-works,
    .pricing,
    .why-section,
    .final-cta {
        padding: 50px 0;
    }
    
    h2 {
        font-size: 32px !important;
        line-height: 1.2 !important;
        margin-bottom: 40px !important;
    }
    
    .pricing-subtitle-main {
        font-size: 18px;
        margin-bottom: 40px;
    }
    
    /* Problem Cards */
    .problems-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .problem-card {
        padding: 24px;
    }
    
    .problem-card h3 {
        font-size: 24px;
        margin-bottom: 16px;
    }
    
    .card-lead {
        font-size: 17px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    
    .problem-explanation p,
    .traditional-approach p {
        font-size: 16px;
        line-height: 1.7;
    }
    
    .problem-list li {
        font-size: 16px;
        line-height: 1.7;
        padding: 10px 0;
        padding-left: 28px;
    }
    
    .problem-list li:before {
        top: 7px;
    }
    
    .traditional-approach li {
        font-size: 16px;
        line-height: 1.7;
        padding: 10px 0;
        padding-left: 28px;
    }
    
    .traditional-approach li:before {
        top: 7px;
    }
    
    .insight-box,
    .startup-reality {
        padding: 20px;
        margin-top: 20px;
    }
    
    .insight-box p,
    .startup-reality p {
        font-size: 16px;
        line-height: 1.6;
    }
    
    .big-statement {
        padding: 24px;
        margin-bottom: 20px;
    }
    
    .big-statement p {
        font-size: 18px;
        line-height: 1.5;
    }
    
    /* Solution Section */
    .solution-header {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .solution-intro h2,
    .solution-subtitle {
        font-size: 28px;
        line-height: 1.3;
    }
    
    .solution-text {
        font-size: 18px;
        line-height: 1.7;
    }
    
    .solution-explanation,
    .engine-intro,
    .solution-instead {
        padding: 24px;
        margin-bottom: 24px;
    }
    
    .engine-intro h3 {
        font-size: 28px;
        margin-bottom: 16px;
    }
    
    .engine-description {
        font-size: 17px;
        line-height: 1.6;
    }
    
    .solution-tagline {
        padding: 20px;
        margin-top: 24px;
    }
    
    .solution-tagline p {
        font-size: 20px;
        line-height: 1.4;
    }
    
    /* How It Works */
    .step {
        padding: 24px;
        margin-bottom: 24px;
    }
    
    .step-featured {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 24px;
    }
    
    .step-visual {
        order: -1;
    }
    
    .step-header {
        gap: 16px;
        margin-bottom: 20px;
    }
    
    .step-number {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }
    
    .step-content h3 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 12px;
    }
    
    .step-header h3 {
        font-size: 22px;
    }
    
    .step-intro {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 16px;
    }
    
    .step-content li {
        font-size: 15px;
        line-height: 1.6;
        padding: 8px 0;
    }
    
    .step-result {
        font-size: 16px;
        padding: 14px;
    }
    
    .step-content-creation {
        padding: 28px 24px;
    }
    
    .step-content-creation .step-header {
        margin-bottom: 28px;
    }
    
    .step-content-creation h3 {
        font-size: 24px;
    }
    
    .step-content-creation .step-intro {
        font-size: 17px;
        line-height: 1.7;
    }
    
    .content-types-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .content-type-card {
        padding: 28px;
        border-radius: 12px;
    }
    
    .content-type-icon {
        font-size: 36px;
        margin-bottom: 12px;
    }
    
    .content-type-card h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .content-type-desc {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 12px;
    }
    
    .content-type-card li {
        font-size: 15px;
        line-height: 1.6;
        padding: 6px 0;
    }
    
    /* Pricing Section */
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .pricing-card {
        padding: 32px;
    }
    
    .pricing-emoji {
        font-size: 42px;
    }
    
    .pricing-card h3 {
        font-size: 28px;
    }
    
    .pricing-subtitle {
        font-size: 15px;
    }
    
    .pricing-price {
        margin: 20px 0;
        padding: 16px 0;
    }
    
    .price-amount {
        font-size: 48px;
    }
    
    .price {
        font-size: 36px;
    }
    
    .price-period {
        font-size: 16px;
    }
    
    .pricing-features li {
        font-size: 15px;
        line-height: 1.6;
        padding: 8px 0;
    }
    
    .pricing-ideal {
        font-size: 14px;
        padding: 14px;
    }
    
    /* Why Section */
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .why-item {
        padding: 24px;
    }
    
    .why-item h3 {
        font-size: 18px;
    }
    
    .why-item p {
        font-size: 15px;
        line-height: 1.6;
    }
    
    .why-tagline {
        padding: 24px;
    }
    
    .why-tagline p {
        font-size: 20px;
        line-height: 1.4;
    }
    
    /* Final CTA */
    .final-cta {
        padding: 60px 0;
    }
    
    .cta-content h2 {
        font-size: 32px;
    }
    
    .cta-content p {
        font-size: 17px;
        line-height: 1.6;
    }
    
    /* Footer */
    .footer {
        padding: 40px 0 20px;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 24px;
    }
    
    .footer-brand h3 {
        font-size: 20px;
    }
    
    .footer-brand p {
        font-size: 14px;
    }
}

/* Small Mobile (max-width: 640px) */
@media (max-width: 640px) {
    .container {
        padding: 0 16px;
    }
    
    /* Hero Section */
    .hero {
        padding: 40px 0 80px 0;
    }
    
    .hero h1 {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 16px;
    }
    
    .hero-subtitle {
        font-size: 22px !important;
        line-height: 1.3 !important;
        margin-bottom: 20px !important;
        font-weight: 600;
    }
    
    .hero-description {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 24px;
    }
    
    .hero-benefits {
        gap: 10px;
        margin: 24px auto;
    }
    
    .benefit {
        font-size: 13px;
        padding: 6px 14px;
    }
    
    .benefit-icon {
        font-size: 16px;
    }
    
    .hero-promise {
        font-size: 15px;
        line-height: 1.6;
        margin: 20px 0 28px;
    }
    
    .hero-cta {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    
    .btn-primary,
    .btn-secondary,
    .btn-pricing {
        padding: 14px 24px;
        font-size: 15px;
        min-height: 48px;
    }
    
    /* Sections */
    .problems-section,
    .solution,
    .how-it-works,
    .pricing,
    .why-section,
    .final-cta {
        padding: 40px 0;
    }
    
    h2 {
        font-size: 26px !important;
        line-height: 1.2 !important;
        margin-bottom: 32px !important;
    }
    
    .pricing-subtitle-main {
        font-size: 16px;
        margin-bottom: 32px;
        line-height: 1.4;
    }
    
    /* Trust Bar */
    .trust-bar {
        margin-top: -50px;
        margin-bottom: -20px;
    }
    
    .trust-bar-image {
        max-width: 95%;
        width: 95%;
        border-radius: 12px;
        box-shadow: 
            0 15px 45px rgba(0, 0, 0, 0.25),
            0 6px 15px rgba(0, 0, 0, 0.15),
            0 0 0 1px rgba(255, 255, 255, 0.1);
        border: 2px solid rgba(255, 255, 255, 0.2);
    }
    
    .trust-bar-image:hover {
        transform: translateY(-4px);
    }
    
    /* Problem Cards */
    .problems-grid {
        gap: 20px;
    }
    
    .problem-card {
        padding: 20px;
    }
    
    .problem-card h3 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 14px;
    }
    
    .card-lead {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 18px;
    }
    
    .problem-explanation p,
    .traditional-approach p {
        font-size: 15px;
        line-height: 1.7;
    }
    
    .problem-list li {
        font-size: 15px;
        line-height: 1.7;
        padding: 10px 0;
        padding-left: 28px;
    }
    
    .problem-list li:before {
        top: 7px;
    }
    
    .traditional-approach li {
        font-size: 15px;
        line-height: 1.7;
        padding: 10px 0;
        padding-left: 28px;
    }
    
    .traditional-approach li:before {
        top: 7px;
    }
    
    .insight-box,
    .startup-reality {
        padding: 16px;
        margin-top: 16px;
    }
    
    .insight-box p,
    .startup-reality p {
        font-size: 15px;
        line-height: 1.6;
    }
    
    .big-statement {
        padding: 20px;
        margin-bottom: 16px;
    }
    
    .big-statement p {
        font-size: 17px;
        line-height: 1.5;
    }
    
    /* Solution Section */
    .solution-intro h2,
    .solution-subtitle {
        font-size: 24px;
        line-height: 1.3;
    }
    
    .solution-text {
        font-size: 17px;
        line-height: 1.7;
    }
    
    .solution-explanation,
    .engine-intro,
    .solution-instead {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .engine-intro h3 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 14px;
    }
    
    .engine-description {
        font-size: 16px;
        line-height: 1.6;
    }
    
    .solution-instead li {
        font-size: 15px;
        line-height: 1.6;
        padding: 8px 0;
        padding-left: 28px;
        position: relative;
    }
    
    .solution-instead li:before {
        position: absolute;
        left: 0;
        top: 8px;
    }
    
    .solution-tagline {
        padding: 18px;
        margin-top: 20px;
    }
    
    .solution-tagline p {
        font-size: 18px;
        line-height: 1.4;
    }
    
    /* How It Works */
    .step {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .step-featured {
        gap: 20px;
        padding: 20px;
    }
    
    .step-header {
        gap: 12px;
        margin-bottom: 16px;
    }
    
    .step-number {
        width: 40px;
        height: 40px;
        font-size: 18px;
        flex-shrink: 0;
    }
    
    .step-content h3 {
        font-size: 19px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    
    .step-header h3 {
        font-size: 19px;
    }
    
    .step-intro {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 14px;
    }
    
    .step-content li {
        font-size: 14px;
        line-height: 1.6;
        padding: 6px 0;
        padding-left: 24px;
    }
    
    .step-content li:before {
        font-size: 16px;
    }
    
    .step-result {
        font-size: 15px;
        line-height: 1.6;
        padding: 12px;
        margin-top: 16px;
    }
    
    .step-content-creation {
        padding: 24px 20px;
        border-left: 4px solid var(--primary-green);
    }
    
    .step-content-creation .step-header {
        margin-bottom: 24px;
    }
    
    .step-content-creation .step-number {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }
    
    .step-content-creation h3 {
        font-size: 20px;
        line-height: 1.3;
    }
    
    .step-content-creation .step-intro {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    
    .content-types-grid {
        gap: 20px;
    }
    
    .content-type-card {
        padding: 24px;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }
    
    .content-type-icon {
        font-size: 36px;
        margin-bottom: 12px;
    }
    
    .content-type-card h4 {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 8px;
    }
    
    .content-type-desc {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 14px;
    }
    
    .content-type-card ul {
        margin-top: 12px;
    }
    
    .content-type-card li {
        font-size: 14px;
        line-height: 1.6;
        padding: 6px 0;
        padding-left: 28px;
    }
    
    /* Pricing Section */
    .pricing-grid {
        gap: 24px;
    }
    
    .pricing-card {
        padding: 28px 24px;
    }
    
    .pricing-emoji {
        font-size: 40px;
        margin-bottom: 16px;
    }
    
    .pricing-card h3 {
        font-size: 26px;
        line-height: 1.2;
    }
    
    .pricing-subtitle {
        font-size: 14px;
        line-height: 1.4;
    }
    
    .pricing-best-for {
        font-size: 13px;
    }
    
    .pricing-price {
        margin: 20px 0;
        padding: 16px 0;
    }
    
    .price-amount {
        font-size: 44px;
        letter-spacing: -1px;
    }
    
    .price {
        font-size: 32px;
    }
    
    .price-period {
        font-size: 15px;
    }
    
    .pricing-features {
        margin-bottom: 24px;
    }
    
    .pricing-features li {
        font-size: 14px;
        line-height: 1.6;
        padding: 7px 0;
        padding-left: 24px;
    }
    
    .pricing-features li:before {
        font-size: 16px;
    }
    
    .pricing-ideal {
        font-size: 13px;
        line-height: 1.5;
        padding: 12px;
        margin-bottom: 20px;
    }
    
    .btn-pricing {
        padding: 14px 24px;
        font-size: 16px;
    }
    
    .pricing-features li {
        font-size: 14px;
        line-height: 1.6;
        padding: 7px 0;
        padding-left: 24px;
    }
    
    .pricing-features li:before {
        font-size: 16px;
    }
    
    .pricing-ideal {
        font-size: 13px;
        line-height: 1.5;
        padding: 12px;
        margin-bottom: 20px;
    }
    
    .featured-badge {
        font-size: 11px;
        padding: 4px 12px;
        top: 12px;
        right: 12px;
    }
    
    /* Why Section */
    .why-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .why-item {
        padding: 20px;
    }
    
    .why-item h3 {
        font-size: 17px;
        line-height: 1.3;
        margin-bottom: 6px;
    }
    
    .why-item p {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .why-tagline {
        padding: 20px;
    }
    
    .why-tagline p {
        font-size: 18px;
        line-height: 1.4;
    }
    
    /* Final CTA */
    .final-cta {
        padding: 50px 0;
    }
    
    .cta-content h2 {
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 16px;
    }
    
    .cta-content p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 28px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    
    /* Footer */
    .footer {
        padding: 32px 0 16px;
    }
    
    .footer-brand h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    
    .footer-brand p {
        font-size: 13px;
        line-height: 1.5;
    }
    
    .footer-bottom {
        font-size: 13px;
        padding-top: 20px;
    }
}/* End custom CSS */