@font-face {
    font-family: 'IBM Plex Sans Hebrew';
    src: url('fonts/IBM_Plex_Sans_Hebrew/IBMPlexSansHebrew-Thin.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'IBM Plex Sans Hebrew';
    src: url('fonts/IBM_Plex_Sans_Hebrew/IBMPlexSansHebrew-ExtraLight.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: 'IBM Plex Sans Hebrew';
    src: url('fonts/IBM_Plex_Sans_Hebrew/IBMPlexSansHebrew-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'IBM Plex Sans Hebrew';
    src: url('fonts/IBM_Plex_Sans_Hebrew/IBMPlexSansHebrew-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'IBM Plex Sans Hebrew';
    src: url('fonts/IBM_Plex_Sans_Hebrew/IBMPlexSansHebrew-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'IBM Plex Sans Hebrew';
    src: url('fonts/IBM_Plex_Sans_Hebrew/IBMPlexSansHebrew-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'IBM Plex Sans Hebrew';
    src: url('fonts/IBM_Plex_Sans_Hebrew/IBMPlexSansHebrew-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Karantina';
    src: url('fonts/Karantina/Karantina-Regular.ttf') format('truetype');
    font-weight: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'IBM Plex Sans Hebrew', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

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

/* Header */
header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    padding: 1rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    padding: 0.5rem 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}

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

.logo {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.logo-text {
    font-family: 'IBM Plex Sans Hebrew', Arial, sans-serif;
    letter-spacing: -0.5px;
    line-height: 1.3;
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.15));
    transition: all 0.3s ease;
    text-transform: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.1rem;
}

.logo-main {
    font-size: 1.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #0a0e27 0%, #00d4ff 50%, #0099cc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.logo-tagline {
    font-size: 0.85rem;
    font-weight: 500;
    background: linear-gradient(135deg, #0a0e27 0%, #00d4ff 50%, #0099cc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.8;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 1.2rem;
}

.nav-links a {
    text-decoration: none;
    color: #0a0e27;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 0.7rem;
    border-radius: 20px;
    font-size: 0.95rem;
}

.nav-links a:hover {
    color: #00d4ff;
    background: rgba(0, 212, 255, 0.1);
    transform: translateY(-2px);
}

/* Mobile Menu */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #0a0e27;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 250px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 999;
    margin: 0.5rem;
}

.mobile-menu ul {
    list-style: none;
    padding: 0.5rem 0;
    margin: 0;
}

.mobile-menu li {
    margin: 0;
}

.mobile-menu a {
    display: block;
    padding: 0.75rem 1rem;
    text-decoration: none;
    color: #0a0e27;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-menu li:last-child a {
    border-bottom: none;
}

.mobile-menu a:hover, .mobile-menu a:active {
    color: #00d4ff;
    background: rgba(0, 212, 255, 0.05);
}

/* Hero Section - Dark Blue */
.hero {
    background: #0a0e27;
    color: white;
    padding: 140px 0 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(0, 212, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(100, 200, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

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

.hero-logo {
    margin-bottom: 3rem;
}

.logo-circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: white;
    padding: 20px;
    margin: 0 auto;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: float 3s ease-in-out infinite;
}

.logo-circle img {
    width: 90%;
    height: 90%;
    object-fit: contain;
    border-radius: 50%;
}

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

.hero-title {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.hero-subtitle {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #f3f9ff;
    font-weight: 400;
    line-height: 1.3;
}

.free-highlight {
    color: #ff6b35;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(255, 107, 53, 0.3);
}

.hero-pain-points {
    max-width: 1200px;
    margin: 0 auto 2rem;
    text-align: center;
}

.hero-pain-points-intro {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-weight: 500;
}

.pain-point {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #cccccc;
    font-weight: 400;
    line-height: 1.5;
    white-space: normal;
}

.hero-solution {
    max-width: 1200px;
    margin: 0 auto 3rem;
    text-align: center;
}

.hero-solution p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.5;
}

.solution-white {
    color: #00d4ff;
    font-size: 1.1rem;
}

.solution-blue {
    color: #00d4ff;
    font-size: 1.1rem;
}

.hero-empathy {
    max-width: 1000px;
    margin: 3rem auto;
    padding: 2rem;
    background: rgba(0, 212, 255, 0.1);
    border-right: 4px solid #00d4ff;
    border-radius: 8px;
    text-align: right;
}

.hero-empathy p {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #ffffff;
    margin-bottom: 1rem;
}

.hero-empathy p:last-child {
    margin-bottom: 0;
}

.solution-intro {
    color: #00d4ff;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.cta-button {
    display: inline-block;
    background: #ff6b35;
    color: white;
    padding: 20px 40px;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
    border: none;
    cursor: pointer;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 107, 53, 0.4);
    background: #e55a2b;
}

.cta-button.large {
    padding: 25px 50px;
    font-size: 1.2rem;
}

/* WhatsApp Button Styling */
.whatsapp-btn {
    background: linear-gradient(135deg, #ff6b35 0%, #25D366 100%) !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    position: relative;
    overflow: hidden;
}

.whatsapp-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.whatsapp-btn:hover::before {
    opacity: 1;
}

.whatsapp-btn:hover {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%) !important;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4) !important;
}

.whatsapp-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 1;
}

.whatsapp-btn svg {
    position: relative;
    z-index: 1;
}

.whatsapp-btn * {
    position: relative;
    z-index: 1;
}

.cta-sub-text {
    text-align: center;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0.5rem;
    font-style: italic;
}

/* New Hero Elements */
.hero-value-prop {
    max-width: 900px;
    margin: 2rem auto 3rem;
    text-align: center;
}

.hero-value-prop p {
    font-size: 1.15rem;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 1rem;
}

.hero-value-prop p:last-child {
    color: #f3f9ff;
    font-size: 1.1rem;
}

.hero-form-container {
    max-width: 600px;
    margin: 3rem auto 2rem;
}

.hero-mini-form {
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 16px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 1.5rem;
}

.form-input {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.95);
    font-size: 1rem;
    font-family: 'IBM Plex Sans Hebrew', Arial, sans-serif;
    transition: all 0.3s ease;
    direction: rtl;
}

.form-input:focus {
    outline: none;
    border-color: #00d4ff;
    background: white;
    box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.2);
}

.form-input::placeholder {
    color: #666;
}

.form-submit-btn {
    width: 100%;
    margin-bottom: 0;
}

.or-divider {
    text-align: center;
    margin: 1.5rem 0;
    position: relative;
}

.or-divider::before,
.or-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 45%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.or-divider::before {
    right: 0;
}

.or-divider::after {
    left: 0;
}

.or-divider span {
    background: #0a0e27;
    padding: 0 1rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    position: relative;
    z-index: 1;
}

.hero-scarcity {
    text-align: center;
    font-size: 1.1rem;
    color: #ff6b35;
    font-weight: 600;
    margin-top: 2rem;
    padding: 1rem 2rem;
    background: rgba(255, 107, 53, 0.1);
    border-radius: 8px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Urgency Section - White */
.urgency {
    background: #ffffff;
    padding: 100px 0;
}

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

.urgency-content p {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    color: #0a0e27;
    font-weight: 500;
}

/* Journey Section - Dark Blue */
.journey {
    background: #0a0e27;
    color: white;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.journey::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 30% 70%, rgba(0, 212, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 30%, rgba(100, 200, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.journey .section-title {
    color: white;
}

.journey .section-title::after {
    background: linear-gradient(90deg, #00d4ff, #0099cc);
}

.section-title {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 4rem;
    color: #0a0e27;
    font-weight: 700;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #00d4ff, #0099cc);
    border-radius: 2px;
}

.journey-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

/* Override for outcomes section to allow full width and use explicit 2-column layout for Safari compatibility */
.outcomes-section .journey-grid {
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
}

/* Ensure promise box spans full width in outcomes section */
.outcomes-section .journey-grid > .promise-box {
    grid-column: 1 / -1;
}

.journey-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: #f8faff;
    padding: 2rem;
    border-radius: 12px;
    border-right: 4px solid #00d4ff;
    transition: all 0.3s ease;
}

.journey-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.journey-item:nth-child(5) {
    grid-column: 1 / -1;
    max-width: 600px;
    margin: 0 auto;
}

.journey-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.journey-content h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: #0a0e27;
    font-weight: 600;
}

.journey-content p {
    color: #666;
    line-height: 1.6;
}

/* Bullet list styling for journey content */
.journey-content ul {
    list-style: none;
    padding: 0;
    margin: 0.75rem 0 1rem 0;
}

.journey-content ul li {
    padding-right: 1.5rem;
    margin-bottom: 0.6rem;
    position: relative;
    color: #555;
    line-height: 1.7;
}

.journey-content ul li:before {
    content: "•";
    color: #00d4ff;
    font-weight: bold;
    font-size: 1.3rem;
    position: absolute;
    right: 0;
    top: -0.1rem;
}

/* Outcomes Section Title with Underline */
.outcomes-title {
    text-align: center;
    margin: 3rem 0 2rem;
    font-size: 1.8rem;
    color: #00d4ff;
    position: relative;
    padding-bottom: 1rem;
}

.outcomes-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: #00d4ff;
}

/* Promise Box Styling - Full Width Callout */
.promise-box {
    grid-column: 1 / -1 !important;
    max-width: none !important;
    width: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.08) 0%, rgba(0, 153, 204, 0.08) 100%) !important;
    border: 2px solid rgba(0, 212, 255, 0.3) !important;
    border-right: 6px solid #00d4ff !important;
    padding: 3rem !important;
    margin-top: 2rem;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0, 212, 255, 0.15) !important;
    transition: all 0.3s ease;
}

.promise-box:hover {
    box-shadow: 0 6px 30px rgba(0, 212, 255, 0.25) !important;
    transform: translateY(-2px);
}

.promise-content {
    flex: 1;
    margin-left: 2.5rem; /* Replaces gap for Safari compatibility */
}

.promise-content h3 {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
    color: #0a0e27;
    font-weight: 700;
}

.promise-content p {
    font-size: 1.2rem;
    line-height: 1.9;
    color: #444;
    font-weight: 400;
}

.promise-icon {
    font-size: 4rem;
    flex-shrink: 0;
    opacity: 0.9;
    filter: drop-shadow(0 2px 8px rgba(0, 212, 255, 0.3));
}

/* Journey White Variant */
.journey-white {
    background: #ffffff !important;
    color: #0a0e27 !important;
}

.journey-white::before {
    background:
        radial-gradient(circle at 30% 70%, rgba(0, 212, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 70% 30%, rgba(100, 200, 255, 0.05) 0%, transparent 50%);
}

.journey-white .section-title {
    color: #0a0e27 !important;
}

.journey-white .section-title::after {
    background: linear-gradient(90deg, #00d4ff, #0099cc);
}

.journey-white .journey-item {
    background: rgba(0, 212, 255, 0.05);
}

.journey-white .journey-content h3 {
    color: #0a0e27;
}

.journey-white .journey-content p {
    color: #666;
}

/* About Section - White */
.about {
    background: #ffffff;
    color: #0a0e27;
    padding: 120px 0;
}

.about .section-title {
    color: #0a0e27;
}

.about-content {
    display: flex;
    gap: 4rem;
    align-items: flex-start;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.about-image {
    flex-shrink: 0;
}

.about-image img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: contain;
    background: white;
    padding: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.about-text {
    flex: 1;
}

.about-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #666;
}

/* Target Audience Section - Dark Blue */
.audience {
    background: #0a0e27;
    color: white;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.audience::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 30% 70%, rgba(0, 212, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 30%, rgba(100, 200, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.audience .section-title {
    color: white;
}

.audience .section-title::after {
    background: linear-gradient(90deg, #00d4ff, #0099cc);
}

.audience-intro {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 3rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.audience-item {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
}

.audience-item:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(0, 212, 255, 0.3);
}

.audience-icon {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 1rem;
}

.audience-item p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-size: 1rem;
}

.audience-highlight {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1), rgba(0, 153, 204, 0.1));
    border: 2px solid rgba(0, 212, 255, 0.3);
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    margin: 0 auto;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 212, 255, 0.2);
}

.audience-highlight:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-color: #00d4ff;
}

.audience-highlight p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    margin: 0;
}

/* Testimonials Section - Dark Blue */
.testimonials {
    background: #0a0e27;
    color: white;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(0, 212, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(100, 200, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.testimonials .section-title {
    color: white;
}

.testimonials .section-title::after {
    background: linear-gradient(90deg, #00d4ff, #0099cc);
}

.testimonial-item {
    display: flex;
    gap: 3rem;
    align-items: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}

.testimonial-item:last-child {
    margin-bottom: 0;
}

.testimonial-screenshot {
    flex-shrink: 0;
    width: 400px;
}

.testimonial-screenshot img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.testimonial-screenshot img:hover {
    transform: scale(1.02);
}

.testimonial-content {
    flex: 1;
}

.testimonial-content h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #00d4ff;
    font-weight: 600;
}

.testimonial-content p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
}

/* Simple Feedback Grid */
.feedback-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin: 3rem 0;
}

.feedback-grid img {
    width: 100%;
    height: auto;
    display: block;
}

/* Process Section - White */
.process {
    background: #ffffff;
    padding: 100px 0;
}

.process-intro {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 3rem;
    color: #666;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.process-steps {
    max-width: 900px;
    margin: 0 auto;
}

.process-step {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    background: #f8faff;
    padding: 2rem;
    border-radius: 12px;
    border-right: 4px solid #00d4ff;
    transition: all 0.3s ease;
}

.process-step:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.step-number {
    background: linear-gradient(135deg, #00d4ff, #0099cc);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.step-content h3 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    color: #0a0e27;
    font-weight: 600;
}

.step-content p {
    color: #666;
    line-height: 1.7;
}

.process-note {
    text-align: center;
    margin-top: 2rem;
    color: #666;
    font-style: italic;
}

/* Session Section - Dark Blue */
.session {
    background: #0a0e27;
    color: white;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.session::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 30% 70%, rgba(0, 212, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 30%, rgba(100, 200, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.session .section-title {
    color: white;
}

.session .section-title::after {
    background: linear-gradient(90deg, #00d4ff, #0099cc);
}

.session-components {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}

.session-component {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
}

.session-component:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(0, 212, 255, 0.3);
}

.session-icon {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 1rem;
}

.session-component h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #ffffff;
    font-weight: 600;
}

.session-component p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.session-highlight {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1), rgba(0, 153, 204, 0.1));
    border: 2px solid rgba(0, 212, 255, 0.3);
    padding: 2rem;
    border-radius: 12px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.session-highlight h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #00d4ff;
    font-weight: 600;
}

.session-highlight p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
}

/* FAQ Accordion Section - White */
.faq-accordion {
    background: #ffffff;
    padding: 100px 0;
}

.faq-accordion .section-title {
    text-align: center;
    margin-bottom: 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 100%);
    color: white;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.faq-accordion .section-title::after {
    background: linear-gradient(90deg, #00d4ff, #0099cc);
    bottom: 0;
    height: 3px;
}

.faq-accordion .container {
    padding-top: 3rem;
}

.accordion-container {
    max-width: 1000px;
    margin: 0 auto;
}

.accordion-item {
    background: #ffffff;
    border: 3px solid #00d4ff;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 212, 255, 0.15);
}

.accordion-item:hover {
    border-color: #0099cc;
    box-shadow: 0 6px 20px rgba(0, 212, 255, 0.25);
    transform: translateY(-2px);
}

.accordion-header {
    padding: 2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(135deg, #e6f7ff 0%, #cceeff 100%);
    transition: all 0.3s ease;
    user-select: none;
}

.accordion-header:hover {
    background: linear-gradient(135deg, #b3e5ff 0%, #99d6ff 100%);
}

.accordion-header h3 {
    font-size: 1.5rem;
    color: #0a0e27;
    font-weight: 700;
    margin: 0;
    flex: 1;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.accordion-icon {
    font-size: 1.8rem;
    color: #0099cc;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    font-weight: bold;
}

.accordion-item.active .accordion-icon {
    transform: rotate(180deg);
    color: #00d4ff;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 2rem;
    background: #ffffff;
}

.accordion-item.active .accordion-content {
    max-height: 2000px;
    padding: 0 2rem 2rem 2rem;
}

.accordion-item.active .accordion-header {
    background: linear-gradient(135deg, #e6f7ff 0%, #b3e5ff 100%);
    border-bottom: 3px solid #0099cc;
}

.accordion-item.active .accordion-header h3 {
    color: #0a0e27;
    text-shadow: none;
}

.accordion-item.active {
    border-color: #0099cc;
    box-shadow: 0 8px 25px rgba(0, 212, 255, 0.35);
}

/* Fix audience items inside accordion */
.accordion-content .audience-item {
    background: #f0f8ff;
    border: 2px solid #00d4ff;
    backdrop-filter: none;
}

.accordion-content .audience-item:hover {
    background: #e0f2ff;
    border-color: #0099cc;
}

.accordion-content .audience-item p {
    color: #0a0e27;
}

.accordion-content .audience-highlight {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.15), rgba(0, 153, 204, 0.15));
    border: 2px solid #00d4ff;
}

.accordion-content .audience-highlight p {
    color: #0a0e27;
}

/* Schedule Section - White */
.schedule {
    background: #ffffff;
    padding: 100px 0;
}

.schedule-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.schedule-item {
    background: #f8faff;
    padding: 2rem;
    border-radius: 12px;
    border-right: 4px solid #00d4ff;
    transition: all 0.3s ease;
}

.schedule-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.schedule-item.highlight {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.1), rgba(255, 107, 53, 0.05));
    border-color: #ff6b35;
    grid-column: span 3;
}

.schedule-item h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #0a0e27;
    font-weight: 600;
}

.schedule-item p {
    color: #666;
    line-height: 1.7;
}

/* Outcomes Section - Dark Blue */
.outcomes {
    background: #0a0e27;
    color: white;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.outcomes::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(0, 212, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(100, 200, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.outcomes .section-title {
    color: white;
}

.outcomes .section-title::after {
    background: linear-gradient(90deg, #00d4ff, #0099cc);
}

.outcomes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    position: relative;
    z-index: 2;
}

.outcome-item {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
}

.outcome-item:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(0, 212, 255, 0.3);
}

.outcome-icon {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 1rem;
}

.outcome-item h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #00d4ff;
    font-weight: 600;
}

.outcome-item p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
}

/* Pricing Section - White */
.pricing {
    background: #ffffff;
    padding: 100px 0;
}

.pricing-main {
    text-align: center;
    margin-bottom: 4rem;
}

.pricing-highlight {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1), rgba(0, 153, 204, 0.1));
    border: 2px solid rgba(0, 212, 255, 0.3);
    padding: 3rem;
    border-radius: 20px;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.pricing-icon {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 1rem;
}

.pricing-highlight h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #0a0e27;
    font-weight: 600;
}

.price-amount {
    font-size: 3rem;
    font-weight: bold;
    color: #00d4ff;
    margin-bottom: 0.5rem;
}

.price-crossed {
    font-size: 1.8rem;
    font-weight: bold;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 0.5rem;
}

.pricing-highlight p {
    color: #666;
    font-size: 1.1rem;
}

.pricing-alternative {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.pricing-alternative h3 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    color: #0a0e27;
}

.pricing-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.pricing-option {
    background: #f8faff;
    padding: 2rem;
    border-radius: 12px;
    border-right: 4px solid #00d4ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.pricing-option .price {
    font-size: 2rem;
    font-weight: bold;
    color: #00d4ff;
}

.pricing-option .description {
    color: #666;
    font-size: 1rem;
}

/* Final CTA Section - Dark Blue */
.final-cta {
    background: #0a0e27;
    color: white;
    padding: 120px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.final-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 30% 70%, rgba(0, 212, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 30%, rgba(100, 200, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.final-cta .section-title {
    color: white;
}

.final-cta .section-title::after {
    background: linear-gradient(90deg, #00d4ff, #0099cc);
}

.cta-content {
    max-width: 800px;
    margin: 0 auto 3rem;
    position: relative;
    z-index: 2;
}

.cta-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
}

/* Contact Section - White */
.contact {
    background: #ffffff;
    padding: 100px 0;
}

.contact-subtitle {
    font-size: 1.3rem;
    color: #666;
    text-align: center;
    margin: 1rem auto 3rem;
    max-width: 800px;
    font-weight: 500;
    line-height: 1.6;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
    background: #f8faff;
    padding: 3rem;
    border-radius: 20px;
    border: 2px solid rgba(0, 212, 255, 0.2);
}

.form-group {
    margin-bottom: 2rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.8rem;
    font-weight: 600;
    color: #0a0e27;
    font-size: 1.1rem;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 15px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    font-size: 1rem;
    background: white;
    color: #333;
    transition: all 0.3s ease;
    font-family: 'IBM Plex Sans Hebrew', Arial, sans-serif;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: #00d4ff;
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.2);
}

.submit-btn {
    background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
    color: white;
    padding: 18px 40px;
    border: none;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 212, 255, 0.3);
    width: 100%;
}

.submit-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 212, 255, 0.5);
}

/* Footer */
footer {
    background: #0a0e27;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 3rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
        z-index: 1001;
    }

    .mobile-menu {
        width: 200px;
        right: 10px;
        top: calc(100% + 10px);
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.8rem;
    }

    .hero-empathy {
        padding: 1.5rem;
        margin: 2rem auto;
    }

    .hero-empathy p {
        font-size: 1rem;
    }

    .solution-intro {
        font-size: 1.1rem;
    }

    .hero-pain-points h3 {
        white-space: normal;
        font-size: 1.2rem;
    }

    .hero-value-prop {
        margin: 1.5rem auto 2rem;
        padding: 0 1rem;
    }

    .hero-value-prop p {
        font-size: 1rem;
    }

    .hero-form-container {
        margin: 2rem auto 1.5rem;
        padding: 0 1rem;
    }

    .hero-mini-form {
        padding: 1.5rem;
    }

    .form-input {
        padding: 12px 15px;
        font-size: 0.95rem;
    }

    .hero-scarcity {
        font-size: 0.95rem;
        padding: 0.75rem 1rem;
        margin-top: 1.5rem;
    }

    .about-content {
        flex-direction: column;
        text-align: center;
    }

    .about-image {
        align-self: center;
    }

    .testimonial-item {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-screenshot {
        width: 100%;
        max-width: 400px;
    }

    .feedback-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .journey-grid,
    .audience-grid,
    .session-components,
    .schedule-options,
    .outcomes-grid,
    .pricing-options {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }

    .journey-item,
    .audience-card,
    .session-component,
    .outcome-card {
        padding: 1.5rem;
    }

    .journey-content h3,
    .session-component h3,
    .outcome-card h3 {
        font-size: 1.3rem;
    }

    .journey-content p,
    .session-component p,
    .outcome-card p {
        font-size: 1rem;
    }

    .schedule-item {
        padding: 1.5rem;
    }

    .schedule-item.highlight {
        grid-column: span 1;
    }

    .schedule-item h3 {
        font-size: 1.2rem;
    }

    .schedule-item p {
        font-size: 0.95rem;
    }

    .accordion-content {
        padding: 0 1rem;
    }

    .accordion-item.active .accordion-content {
        padding: 0 1rem 1.5rem 1rem;
    }

    .accordion-header h3 {
        font-size: 1.1rem;
    }

    .process-step {
        flex-direction: column;
        text-align: center;
    }

    .logo-circle {
        width: 150px;
        height: 150px;
    }

    .contact-subtitle {
        font-size: 1.1rem;
        margin: 1rem auto 2rem;
    }

    /* Promise box mobile optimization - stack vertically for better text width */
    .promise-box {
        flex-direction: column !important;
        text-align: center;
        align-items: center !important;
        padding: 2rem 1.5rem !important; /* Reduced padding on mobile */
    }

    .promise-content {
        margin-left: 0 !important;
        margin-top: 1rem;
    }

    .promise-content p {
        font-size: 0.95rem !important; /* Smaller font size on mobile */
        line-height: 1.6 !important;
    }

    .promise-icon {
        font-size: 2.5rem !important; /* Smaller icon on mobile */
        margin-top: 0.5rem;
    }
}

/* Small phones */
@media (max-width: 600px) {
    .container {
        padding: 0 1.5rem;
    }

    section {
        padding: 3rem 0;
    }

    .hero-title {
        font-size: 2rem;
        line-height: 1.3;
    }

    .section-title {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }

    .cta-button {
        padding: 12px 24px;
        font-size: 0.95rem;
    }

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

    .accordion-header {
        padding: 1.5rem;
    }

    .accordion-header h3 {
        font-size: 1.2rem;
    }

    .logo-circle {
        width: 120px;
        height: 120px;
    }
}

/* Tablets and small laptops */
@media (min-width: 769px) and (max-width: 1024px) {
    .container {
        max-width: 900px;
    }

    .hero-title {
        font-size: 3rem;
    }

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

    .testimonial-item {
        flex-direction: row;
    }

    .testimonial-screenshot {
        max-width: 300px;
    }
}

/* Large tablets and medium laptops */
@media (min-width: 1025px) and (max-width: 1400px) {
    .container {
        max-width: 1100px;
    }

    .hero-title {
        font-size: 3.5rem;
    }

    .about-content {
        gap: 3rem;
    }
}

/* Ultra-wide displays */
@media (min-width: 1920px) {
    .container {
        max-width: 1600px;
    }

    .hero-title {
        font-size: 4.5rem;
    }

    .section-title {
        font-size: 3rem;
    }

    .cta-button {
        padding: 20px 50px;
        font-size: 1.3rem;
    }

    .audience-grid,
    .journey-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .logo-circle {
        width: 250px;
        height: 250px;
    }
}
