        *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
        @font-face { font-family: 'Gilroy'; src: url('/fonts/Gilroy/Gilroy-Regular.woff2') format('woff2'), url('/fonts/Gilroy/Gilroy-Regular.woff') format('woff'); font-weight: 400; font-style: normal; font-display: swap; }
        @font-face { font-family: 'Gilroy'; src: url('/fonts/Gilroy/Gilroy-Medium.woff2') format('woff2'), url('/fonts/Gilroy/Gilroy-Medium.woff') format('woff'); font-weight: 500; font-style: normal; font-display: swap; }
        @font-face { font-family: 'Gilroy'; src: url('/fonts/Gilroy/Gilroy-SemiBold.woff2') format('woff2'), url('/fonts/Gilroy/Gilroy-SemiBold.woff') format('woff'); font-weight: 600; font-style: normal; font-display: swap; }
        @font-face { font-family: 'Gilroy'; src: url('/fonts/Gilroy/Gilroy-Bold.woff2') format('woff2'), url('/fonts/Gilroy/Gilroy-Bold.woff') format('woff'); font-weight: 700; font-style: normal; font-display: swap; }
        @font-face { font-family: 'Gilroy'; src: url('/fonts/Gilroy/Gilroy-ExtraBold.woff2') format('woff2'), url('/fonts/Gilroy/Gilroy-ExtraBold.woff') format('woff'); font-weight: 800; font-style: normal; font-display: swap; }
        body { font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #1a1a2e; background: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; font-smooth: always; scroll-behavior: smooth; }
        html { scroll-padding-top: 5rem; }

        /* Navigation */
        .landing-nav-wrapper { position: sticky; top: 0; z-index: 100; background: linear-gradient(135deg, #1c9390 0%, #17807d 100%); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(0,0,0,0.1); transition: box-shadow .3s ease; box-shadow: 0 4px 20px rgba(0,0,0,0.3); }
        .landing-nav-wrapper.scrolled { box-shadow: 0 4px 20px rgba(0,0,0,0.3); }
        .landing-nav { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; padding: 0.9rem 2rem; position: relative; }
        .landing-nav .logo { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; color: #fff; }
        .landing-nav .logo svg { height: 2rem; width: auto; color: #fff; }
        .landing-nav .logo span { font-size: 1.35rem; font-weight: 700; letter-spacing: -0.02em; }
        .landing-nav .nav-center { display: flex; gap: 0.5rem; align-items: center; position: absolute; left: 50%; transform: translateX(-50%); }
        .landing-nav .nav-center a { text-decoration: none; color: rgba(255,255,255,0.85); font-size: 0.88rem; font-weight: 500; padding: 0.45rem 0.85rem; border-radius: 9999px; transition: all .2s; }
        .landing-nav .nav-center a:hover { color: #fff; background: rgba(255,255,255,0.15); }
        .landing-nav .nav-links { display: flex; gap: 0.5rem; align-items: center; }
        .landing-nav .nav-links a { text-decoration: none; color: rgba(255,255,255,0.85); font-size: 0.88rem; font-weight: 500; transition: all .2s; padding: 0.45rem 0.85rem; border-radius: 9999px; }
        .landing-nav .nav-links a:not(.btn-cta-sm):hover { color: #fff; background: rgba(255,255,255,0.15); }

        /* Buttons */
        .btn-cta {
            display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
            background: linear-gradient(135deg, #1c9390 0%, #17807d 100%);
            color: #fff; padding: 0.85rem 2rem; border-radius: 9999px; text-decoration: none;
            font-weight: 600; font-size: 1rem; transition: all .25s ease;
            box-shadow: 0 4px 14px rgba(28, 147, 144, 0.35);
        }
        .btn-cta:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(28, 147, 144, 0.45); background: linear-gradient(135deg, #1da8a5 0%, #1c9390 100%); }
        .btn-cta:active { transform: translateY(0); }
        .btn-cta-sm, .landing-nav .nav-links a.btn-cta-sm {
            display: inline-flex; align-items: center; gap: 0.4rem;
            background: #fff; color: #1c9390; padding: 0.6rem 1.4rem; border-radius: 9999px;
            text-decoration: none; font-weight: 700; font-size: 0.9rem; transition: all .2s;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        .btn-cta-sm:hover, .landing-nav .nav-links a.btn-cta-sm:hover { background: rgba(255,255,255,0.9); color: #17807d; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
        .btn-outline {
            display: inline-flex; align-items: center; justify-content: center;
            border: 2px solid #1c9390; color: #1c9390; padding: 0.8rem 2rem; border-radius: 9999px;
            text-decoration: none; font-weight: 600; font-size: 1rem; transition: all .25s ease;
        }
        .btn-outline:hover { background: #1c9390; color: #fff; transform: translateY(-2px); }

        /* Hero */
        .hero-section { position: relative; overflow: hidden; padding: 4rem 2rem; display: flex; flex-direction: column; justify-content: center; }
        .hero-bg { position: absolute; inset: 0; background: linear-gradient(160deg, #f0faf9 0%, #fff 40%, #f8f9fa 100%); z-index: 0; }
        .hero-bg::before { content: ''; position: absolute; top: -50%; right: -20%; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(28,147,144,0.08) 0%, transparent 70%); }
        .hero-bg::after { content: ''; position: absolute; bottom: -30%; left: -10%; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(28,147,144,0.05) 0%, transparent 70%); }
        .hero-layout { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; display: flex; align-items: flex-start; gap: 3rem; }
        .hero-image { flex: 1; min-width: 0; padding-top: 3.9rem; }
        .hero-image img { width: 100%; height: auto; border-radius: 0.75rem; box-shadow: 0 25px 60px rgba(0,0,0,0.18), 0 8px 20px rgba(0,0,0,0.1); filter: grayscale(30%); transition: filter .4s ease; }
        .hero-image img:hover { filter: grayscale(0%); }
        .hero-content { flex: 1; min-width: 0; text-align: left; }
        .hero-badge { display: inline-flex; align-items: center; gap: 0.4rem; background: rgba(28,147,144,0.1); color: #1c9390; padding: 0.4rem 1rem; border-radius: 9999px; font-size: 0.8rem; font-weight: 600; margin-bottom: 1.5rem; letter-spacing: 0.02em; }
        .hero-content h1 { font-size: 3.2rem; font-weight: 800; line-height: 1.12; margin-bottom: 1.25rem; color: #1a1a2e; letter-spacing: -0.03em; }
        .hero-content h1 span { color: #1c9390; }
        .hero-content p { font-size: 1.15rem; color: #666; margin-bottom: 2.5rem; line-height: 1.7; max-width: 560px; }
        .hero-cta { display: flex; gap: 1rem; justify-content: flex-start; flex-wrap: wrap; margin-bottom: 2.5rem; }
        .hero-trust { display: flex; align-items: center; justify-content: flex-start; gap: 1.5rem; flex-wrap: wrap; color: #999; font-size: 0.8rem; }
        .hero-trust span { display: flex; align-items: center; gap: 0.35rem; }
        .hero-trust svg { width: 1rem; height: 1rem; color: #1c9390; }



        /* Features */
        .features { max-width: 1200px; margin: 0 auto; padding: 5rem 2rem; }
        .features-header { text-align: center; margin-bottom: 3.5rem; }
        .features-header h2 { font-size: 2.2rem; font-weight: 800; margin-bottom: 0.75rem; color: #1a1a2e; letter-spacing: -0.02em; }
        .features-header p { font-size: 1.05rem; color: #888; max-width: 500px; margin: 0 auto; }
        .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
        .feature-card {
            background: linear-gradient(135deg, #f7f8fa 0%, #f0f2f5 40%, #f5f6f9 60%, #f2f3f7 100%); border: 1px solid #eef0f3; border-radius: 1rem; padding: 2rem;
            transition: all .25s ease; position: relative; overflow: hidden;
        }
        .feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #1c9390, #2ab5b2); opacity: 0; transition: opacity .25s; }
        .feature-card:hover { border-color: #d1e8e7; box-shadow: 0 8px 30px rgba(28, 147, 144, 0.08); transform: translateY(-4px); }
        .feature-card:hover::before { opacity: 1; }
        .feature-card .icon {
            width: 3.25rem; height: 3.25rem; margin-bottom: 1.25rem;
            background: linear-gradient(135deg, rgba(28,147,144,0.12) 0%, rgba(28,147,144,0.04) 100%);
            border: 1px solid rgba(28,147,144,0.12);
            border-radius: 0.875rem; display: flex; align-items: center; justify-content: center;
        }
        .feature-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.5rem; color: #1a1a2e; }
        .feature-card p { color: #777; font-size: 0.9rem; line-height: 1.6; }

        /* How It Works */
        .how-it-works { background: #f0faf9; padding: 5rem 2rem; }
        .how-it-works-inner { max-width: 1200px; margin: 0 auto; }
        .how-it-works-header { text-align: center; margin-bottom: 3.5rem; }
        .how-it-works-header h2 { font-size: 2.2rem; font-weight: 800; margin-bottom: 0.75rem; color: #1a1a2e; letter-spacing: -0.02em; }
        .how-it-works-header p { font-size: 1.05rem; color: #888; max-width: 500px; margin: 0 auto; }
        .how-it-works-steps { display: flex; align-items: flex-start; justify-content: center; gap: 0; }
        .how-it-works-step { flex: 1; max-width: 240px; text-align: center; position: relative; }
        .step-number { width: 2rem; height: 2rem; margin: 0 auto 0.75rem; background: linear-gradient(135deg, #1c9390 0%, #17807d 100%); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; font-weight: 700; }
        .step-icon { width: 3.25rem; height: 3.25rem; margin: 0 auto 1rem; background: linear-gradient(135deg, rgba(28,147,144,0.12) 0%, rgba(28,147,144,0.04) 100%); border: 1px solid rgba(28,147,144,0.12); border-radius: 0.875rem; display: flex; align-items: center; justify-content: center; }
        .how-it-works-step h4 { font-size: 1rem; font-weight: 700; color: #1a1a2e; margin-bottom: 0.5rem; }
        .how-it-works-step p { font-size: 0.85rem; color: #777; line-height: 1.6; }
        .how-it-works-connector { display: flex; align-items: center; justify-content: center; padding-top: 2.5rem; flex-shrink: 0; width: 2.5rem; opacity: 0.4; }

        /* Showcase */
        .showcase { padding: 5rem 2rem; }
        .showcase-inner { max-width: 1200px; margin: 0 auto; }
        .showcase-header { text-align: center; margin-bottom: 2.5rem; }
        .showcase-header h2 { font-size: 2.2rem; font-weight: 800; margin-bottom: 0.75rem; color: #1a1a2e; letter-spacing: -0.02em; }
        .showcase-header p { font-size: 1.05rem; color: #888; max-width: 500px; margin: 0 auto; }
        .showcase-tabs { display: flex; justify-content: center; gap: 0.5rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
        .showcase-tab { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.6rem 1.25rem; border: 1px solid #e0e0e0; border-radius: 9999px; background: #fff; color: #666; font-family: inherit; font-size: 0.9rem; font-weight: 500; cursor: pointer; transition: all .25s ease; }
        .showcase-tab:hover { border-color: #1c9390; color: #1c9390; }
        .showcase-tab.active { background: #1c9390; color: #fff; border-color: #1c9390; }
        .showcase-tab svg { width: 18px; height: 18px; }
        .showcase-panel { display: none; }
        .showcase-panel.active { display: flex; gap: 2.5rem; align-items: flex-start; }
        .showcase-mockup { flex: 1.2; min-width: 0; }
        .showcase-description { flex: 0.8; }
        .showcase-description h3 { font-size: 1.3rem; font-weight: 700; color: #1a1a2e; margin-bottom: 0.75rem; }
        .showcase-description p { font-size: 0.95rem; color: #666; line-height: 1.7; }
        .mockup-header { display: flex; align-items: center; gap: 0.75rem; padding: 0.75rem 1rem; background: #f5f5f5; border-radius: 0.75rem 0.75rem 0 0; border: 1px solid #e8e8e8; border-bottom: none; }
        .mockup-dots { display: flex; gap: 0.35rem; }
        .mockup-dots span { width: 0.6rem; height: 0.6rem; border-radius: 50%; }
        .mockup-dots span:nth-child(1) { background: #ff5f57; }
        .mockup-dots span:nth-child(2) { background: #ffbd2e; }
        .mockup-dots span:nth-child(3) { background: #28c840; }
        .mockup-title { font-size: 0.75rem; color: #999; font-weight: 500; }
        .mockup-body { padding: 1.5rem; background: #fff; border: 1px solid #e8e8e8; border-radius: 0 0 0.75rem 0.75rem; min-height: 220px; display: flex; align-items: center; justify-content: center; }
        .mockup-pitch { width: 100%; }
        .mockup-pitch svg { width: 100%; height: auto; }

        /* Showcase – Calendar Mockup */
        .mockup-calendar { width: 100%; }
        .cal-header { display: grid; grid-template-columns: repeat(7, 1fr); text-align: center; font-size: 0.75rem; font-weight: 600; color: #999; margin-bottom: 0.5rem; }
        .cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0.35rem; }
        .cal-day { position: relative; text-align: center; padding: 0.5rem 0.25rem; font-size: 0.8rem; color: #444; border-radius: 0.375rem; transition: background .2s; }
        .cal-day.has-event { background: #f0faf9; font-weight: 600; }
        .cal-dot { display: block; width: 0.35rem; height: 0.35rem; border-radius: 50%; margin: 0.2rem auto 0; }
        .cal-dot.training { background: #1c9390; }
        .cal-dot.match { background: #e74c3c; }

        /* Showcase – AI Mockup */
        .mockup-ai { width: 100%; display: flex; flex-direction: column; gap: 1rem; }
        .ai-prompt { display: flex; align-items: center; gap: 0.75rem; padding: 0.75rem 1rem; background: #f0faf9; border: 1px solid #d1e8e7; border-radius: 0.5rem; font-size: 0.85rem; color: #333; }
        .ai-prompt-icon { width: 1.75rem; height: 1.75rem; background: linear-gradient(135deg, #1c9390, #2ab5b2); border-radius: 0.375rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
        .ai-prompt-icon svg { color: #fff; }
        .ai-response { display: flex; flex-direction: column; gap: 0.5rem; }
        .ai-response-line { height: 0.6rem; background: #e8e8e8; border-radius: 0.25rem; width: 100%; }
        .ai-response-line.short { width: 55%; }
        .ai-response-line.medium { width: 78%; }
        .ai-result-badge { display: inline-flex; align-items: center; gap: 0.4rem; align-self: flex-start; padding: 0.4rem 0.85rem; background: #f0faf9; border: 1px solid #1c9390; border-radius: 9999px; font-size: 0.8rem; font-weight: 600; color: #1c9390; }

        /* Showcase – Export Mockup */
        .mockup-export { width: 100%; }
        .export-options { display: flex; gap: 1.5rem; justify-content: center; }
        .export-option { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; padding: 1.5rem 2rem; background: #f7f8fa; border: 1px solid #eef0f3; border-radius: 0.75rem; transition: all .25s ease; cursor: default; }
        .export-option:hover { border-color: #d1e8e7; box-shadow: 0 4px 16px rgba(28,147,144,0.08); transform: translateY(-2px); }
        .export-option svg { color: #1c9390; }
        .export-option span { font-size: 0.85rem; font-weight: 600; color: #444; }

        /* Showcase Responsive */
        @media (max-width: 768px) {
            .showcase-panel.active { flex-direction: column; }
            .showcase-description { text-align: center; }
            .export-options { flex-direction: column; align-items: center; }
            .export-option { width: 100%; max-width: 200px; }
        }

        /* AI Highlight */
        .ai-highlight { background: #f0faf9; padding: 5rem 2rem; }
        .ai-highlight-inner { max-width: 860px; margin: 0 auto; text-align: center; }
        .ai-highlight-icon { width: 3.5rem; height: 3.5rem; margin: 0 auto 1rem; background: linear-gradient(135deg, rgba(28,147,144,0.12) 0%, rgba(28,147,144,0.04) 100%); border: 1px solid rgba(28,147,144,0.12); border-radius: 0.875rem; display: flex; align-items: center; justify-content: center; }
        .ai-highlight-inner h2 { font-size: 2rem; font-weight: 800; color: #1a1a2e; margin-bottom: 1rem; letter-spacing: -0.02em; }
        .ai-highlight-inner > p { font-size: 1.05rem; color: #666; line-height: 1.7; max-width: 640px; margin: 0 auto 3rem; }
        .ai-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2rem; text-align: center; }
        .ai-step { background: #fff; border-radius: 1rem; padding: 2rem 1.5rem; border: 1px solid #e0eded; position: relative; }
        .ai-step-icon { width: 3.25rem; height: 3.25rem; margin: 0 auto 1rem; background: linear-gradient(135deg, rgba(28,147,144,0.12) 0%, rgba(28,147,144,0.04) 100%); border: 1px solid rgba(28,147,144,0.12); border-radius: 0.875rem; display: flex; align-items: center; justify-content: center; }
        .ai-step h4 { font-size: 1rem; font-weight: 700; color: #1a1a2e; margin-bottom: 0.5rem; }
        .ai-step p { font-size: 0.85rem; color: #777; line-height: 1.6; }

        /* Pricing */
        .pricing { width: 100%; padding: 5rem 2rem; background: linear-gradient(135deg, #e8f0f0 0%, #eef2f6 40%, #e4ecec 70%, #f0f4f8 100%); }
        .pricing-inner { max-width: 1280px; margin: 0 auto; }
        .pricing-header { text-align: center; margin-bottom: 3.5rem; }
        .pricing-header h2 { font-size: 2.2rem; font-weight: 800; margin-bottom: 0.75rem; color: #1a1a2e; letter-spacing: -0.02em; }
        .pricing-header p { font-size: 1.05rem; color: #888; max-width: 500px; margin: 0 auto; }
        .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: stretch; }
        .pricing-card {
            background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
            border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 1rem; padding: 2.5rem 2rem;
            position: relative; transition: all .25s ease;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.4);
            display: flex; flex-direction: column;
        }
        .pricing-card:hover { border-color: rgba(28,147,144,0.3); box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18), 0 4px 16px rgba(28,147,144,0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5); transform: translateY(-4px); z-index: 10; }
        .pricing-card-highlight {
            border: 2px solid rgba(28,147,144,0.5); box-shadow: 0 10px 36px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(28,147,144,0.14), inset 0 1px 0 rgba(255, 255, 255, 0.4);
            background: rgba(255, 255, 255, 0.22);
        }
        .pricing-card-highlight:hover { box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22), 0 6px 20px rgba(28,147,144,0.18), inset 0 1px 0 rgba(255, 255, 255, 0.5); }
        .pricing-badge {
            position: absolute; top: -0.75rem; left: 50%; transform: translateX(-50%);
            background: linear-gradient(135deg, #1c9390 0%, #17807d 100%); color: #fff;
            font-size: 0.75rem; font-weight: 700; padding: 0.3rem 1rem; border-radius: 9999px;
            letter-spacing: 0.03em;
        }
        .pricing-plan { font-size: 1.1rem; font-weight: 700; color: #1a1a2e; margin-bottom: 0.5rem; }
        .pricing-price { display: flex; align-items: baseline; gap: 0.3rem; margin-bottom: 0.75rem; min-height: 3rem; }
        .pricing-amount { font-size: 2.5rem; font-weight: 800; color: #1a1a2e; letter-spacing: -0.03em; }
        .pricing-amount-subtle { font-size: 1.5rem; font-weight: 600; color: #999; letter-spacing: 0; line-height: 2.5rem; }
        .pricing-period { font-size: 0.9rem; color: #999; font-weight: 500; }
        .pricing-desc { font-size: 0.9rem; color: #777; line-height: 1.6; margin-bottom: 1rem; }
        .pricing-users-info { font-size: 0.95rem; font-weight: 600; color: #1c9390; margin-bottom: 0.25rem; }
        .pricing-users-extra { font-size: 0.8rem; color: #999; margin-bottom: 1.5rem; }
        .pricing-vat-note { text-align: center; font-size: 0.85rem; color: #666; margin-top: 1.5rem; margin-bottom: 0.25rem; }
        .pricing-vat-country { text-align: center; font-size: 0.8rem; color: #999; margin-top: 0; }
        .pricing-features { list-style: none; padding: 0; margin: 0 0 2rem; display: flex; flex-direction: column; gap: 0.75rem; flex: 1; }
        .pricing-features li { display: flex; align-items: center; gap: 0.5rem; font-size: 0.9rem; color: #444; cursor: default; }
        .pricing-features li svg { flex-shrink: 0; }
        .pricing-feature-disabled { color: #bbb !important; }
                .pricing-info { display: inline-flex; align-items: center; justify-content: center; width: 15px; height: 15px; border-radius: 50%; background: rgba(28,147,144,0.15); color: #1c9390; font-size: 0.65rem; font-style: italic; font-family: Georgia, serif; cursor: help; position: relative; flex-shrink: 0; margin-left: auto; font-weight: 700; line-height: 1; }
                .pricing-info:hover { background: #1c9390; color: #fff; z-index: 100; }
                .pricing-info .pricing-tooltip { display: none; position: absolute; bottom: calc(100% + 8px); left: 50%; transform: translateX(-50%); background: #333; color: #fff; font-size: 0.82rem; font-style: normal; font-family: 'Gilroy', sans-serif; font-weight: 400; padding: 10px 14px; border-radius: 6px; white-space: normal; width: 230px; text-align: center; line-height: 1.55; z-index: 1000; box-shadow: 0 2px 8px rgba(0,0,0,0.18); pointer-events: none; letter-spacing: 0.01em; }
                .pricing-info .pricing-tooltip::after { content: ''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); border: 6px solid transparent; border-top-color: #333; }
                .pricing-info:hover .pricing-tooltip { display: block; }
        .pricing-btn {
            display: block; width: 100%; text-align: center; padding: 0.75rem 1.5rem; border-radius: 9999px;
            text-decoration: none; font-weight: 600; font-size: 0.95rem; transition: all .25s ease;
            border: 2px solid #1c9390; color: #1c9390; background: transparent; cursor: pointer;
        }
        .pricing-btn:hover { background: #1c9390; color: #fff; transform: translateY(-2px); }
        .pricing-btn-primary {
            background: linear-gradient(135deg, #1c9390 0%, #17807d 100%); color: #fff; border-color: transparent;
            box-shadow: 0 4px 14px rgba(28,147,144,0.35);
        }
        .pricing-btn-primary:hover { background: linear-gradient(135deg, #1da8a5 0%, #1c9390 100%); box-shadow: 0 6px 20px rgba(28,147,144,0.45); }

        /* Pricing Toggle (Segmented Control) */
        .pricing-toggle-segmented { display: inline-flex; align-items: flex-end; gap: 0.25rem; margin-top: 2.25rem; background: #f0f0f0; border-radius: 9999px; padding: 0.25rem; }
        .pricing-toggle-btn-wrap { position: relative; display: flex; flex-direction: column; align-items: center; }
        .pricing-toggle-btn { border: none; background: transparent; font-family: inherit; font-size: 0.9rem; font-weight: 500; color: #666; padding: 0.5rem 1.25rem; border-radius: 9999px; cursor: pointer; transition: all .25s ease; white-space: nowrap; }
        .pricing-toggle-btn.active { background: #1c9390; color: #fff; font-weight: 600; box-shadow: 0 2px 8px rgba(28,147,144,0.25); }
        .pricing-toggle-btn:hover:not(.active) { color: #1a1a2e; background: rgba(0,0,0,0.04); }
        .pricing-save-badge-floating { position: absolute; bottom: calc(100% + 0.35rem); left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%); color: #fff; font-size: 0.68rem; font-weight: 700; padding: 0.2rem 0.65rem; border-radius: 9999px; white-space: nowrap; letter-spacing: 0.02em; box-shadow: 0 2px 8px rgba(124,58,237,0.25); pointer-events: none; display: none; }
        .pricing-toggle-btn-wrap:has(.pricing-toggle-btn.active) .pricing-save-badge-floating { display: block; }
        .pricing-save-badge-floating::after { content: ''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); border: 4px solid transparent; border-top-color: #7c3aed; }
        .pricing-yearly-save { position: absolute; top: 0.75rem; right: 0.75rem; background: rgba(28,147,144,0.12); color: #1c9390; font-size: 0.72rem; font-weight: 700; padding: 0.25rem 0.7rem; border-radius: 9999px; letter-spacing: 0.02em; }

        /* CTA Section */
        .cta-section { background: linear-gradient(135deg, #2ab5b2 0%, #1c9390 100%); padding: 5rem 2rem; text-align: center; position: relative; overflow: hidden; }
        .cta-section::before { content: ''; position: absolute; top: -50%; right: -20%; width: 500px; height: 500px; border-radius: 50%; background: rgba(255,255,255,0.05); }
        .cta-section h2 { font-size: 2rem; font-weight: 800; color: #fff; margin-bottom: 0.75rem; letter-spacing: -0.02em; }
        .cta-section p { color: rgba(255,255,255,0.85); font-size: 1.05rem; margin-bottom: 2rem; max-width: 480px; margin-left: auto; margin-right: auto; }
        .btn-cta-white {
            display: inline-flex; align-items: center; gap: 0.5rem;
            background: #fff; color: #1c9390; padding: 0.85rem 2.5rem; border-radius: 9999px;
            text-decoration: none; font-weight: 700; font-size: 1rem; transition: all .25s ease;
            box-shadow: 0 4px 14px rgba(0,0,0,0.1);
        }
        .btn-cta-white:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); }

        /* Language Dropdown */
        .lang-dropdown { position: relative; }
        .lang-dropdown-btn { display: flex; align-items: center; gap: 0.4rem; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); color: #fff; padding: 0.4rem 0.75rem; border-radius: 0.5rem; cursor: pointer; font-family: inherit; font-size: 0.85rem; font-weight: 600; transition: all .2s; }
        .lang-dropdown-btn:hover { background: rgba(255,255,255,0.2); }
        .lang-flag { display: flex; align-items: center; line-height: 1; }
        .lang-flag svg { display: block; border-radius: 2px; }
        .lang-label { font-size: 0.82rem; }
        .lang-chevron { transition: transform .2s; }
        .lang-dropdown.open .lang-chevron { transform: rotate(180deg); }
        .lang-dropdown-menu { position: absolute; top: calc(100% + 0.4rem); right: 0; background: #fff; border: 1px solid #e9ecef; border-radius: 0.5rem; box-shadow: 0 8px 24px rgba(0,0,0,0.12); min-width: 150px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: all .2s ease; z-index: 200; overflow: hidden; }
        .lang-dropdown.open .lang-dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
        .lang-dropdown-menu .lang-option { display: flex; align-items: center; gap: 0.5rem; padding: 0.6rem 1rem; text-decoration: none; color: #333 !important; font-size: 0.88rem; font-weight: 500; transition: background .15s; }
        .lang-dropdown-menu .lang-option:hover { background: #f0faf9; color: #1c9390 !important; }
        .lang-dropdown-menu .lang-option.active { background: rgba(28,147,144,0.08); color: #1c9390 !important; font-weight: 600; }

        /* Footer */
        .landing-footer { padding: 1.25rem 0; color: rgba(255,255,255,0.7); font-size: 0.8rem; border-top: none; background: linear-gradient(135deg, #1c9390 0%, #17807d 100%); }
        .landing-footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; }
        .landing-footer p { color: rgba(255,255,255,0.7); }
        .landing-footer-links { display: flex; gap: 1.5rem; }
        .landing-footer-links a { color: rgba(255,255,255,0.85); text-decoration: none; transition: color .2s; }
        .landing-footer-links a:hover { color: #fff; }

        /* Legal Pages */
        .legal-section { padding: 8rem 1.5rem 4rem; background: linear-gradient(180deg, #f0faf9 0%, #f8f9fa 30%); min-height: 80vh; }
        .legal-container { max-width: 820px; margin: 0 auto; }
        .legal-title { font-size: 2.4rem; font-weight: 800; color: #1a1a2e; text-align: center; margin-bottom: 0.75rem; letter-spacing: -0.02em; }
        .legal-subtitle { text-align: center; color: #888; font-size: 1rem; margin-bottom: 2.5rem; }
        .legal-card { background: #fff; border-radius: 1.25rem; box-shadow: 0 4px 24px rgba(0,0,0,0.06); border: 1px solid #e9ecef; padding: 2.5rem 3rem; }
        .legal-intro { font-size: 1.05rem; color: #555; margin-bottom: 2rem; line-height: 1.7; }
        .legal-block { margin-bottom: 2.25rem; }
        .legal-block:last-child { margin-bottom: 0; }
        .legal-heading { font-size: 1.1rem; font-weight: 700; color: #1a1a2e; margin-bottom: 0.6rem; letter-spacing: -0.01em; }
        .legal-heading-sm { font-size: 0.72rem; font-weight: 700; color: #999; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.6rem; }
        .legal-block p { color: #555; font-size: 0.95rem; line-height: 1.75; margin: 0; }
        .legal-block p + p { margin-top: 0.5rem; }
        .legal-block a { color: #1c9390; text-decoration: none; font-weight: 500; }
        .legal-block a:hover { text-decoration: underline; }
        .legal-list { list-style: none; padding: 0; color: #555; font-size: 0.95rem; line-height: 1.9; margin: 0; }
        .legal-list li { padding-left: 1rem; position: relative; }
        .legal-list li::before { content: ''; position: absolute; left: 0; top: 0.65em; width: 5px; height: 5px; border-radius: 50%; background: #1c9390; }
        .legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
        .legal-divider { height: 1px; background: #f0f0f0; margin: 2rem 0; }
        .legal-border-top { padding-top: 2rem; border-top: 1px solid #f0f0f0; }
        .legal-text { color: #555; font-size: 0.95rem; line-height: 1.75; }
        .legal-text p { margin-bottom: 0.6rem; }
        .legal-text p:last-child { margin-bottom: 0; }
        .legal-text strong { color: #333; }
        .legal-text ul { list-style: none; padding: 0; margin: 0.6rem 0; }
        .legal-text ul li { padding-left: 1.25rem; position: relative; margin-bottom: 0.3rem; }
        .legal-text ul li::before { content: ''; position: absolute; left: 0; top: 0.6em; width: 5px; height: 5px; border-radius: 50%; background: #1c9390; }
        .legal-text a { color: #1c9390; text-decoration: none; font-weight: 500; }
        .legal-text a:hover { text-decoration: underline; }
        .legal-back { display: inline-flex; align-items: center; gap: 0.4rem; color: #1c9390; text-decoration: none; font-weight: 600; font-size: 0.9rem; transition: gap .2s; }
        .legal-back:hover { gap: 0.6rem; }

        /* Arrow icon for buttons */
        .arrow-icon { transition: transform .2s; }
        .btn-cta:hover .arrow-icon, .btn-cta-white:hover .arrow-icon { transform: translateX(3px); }

        /* Hamburger Menu */
        .hamburger { display: none; flex-direction: column; justify-content: center; gap: 5px; background: none; border: none; cursor: pointer; padding: 0.5rem; z-index: 201; }
        .hamburger span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: all .3s ease; }
        .hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
        .hamburger.active span:nth-child(2) { opacity: 0; }
        .hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

        .mobile-menu { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, #1c9390 0%, #17807d 100%); z-index: 199; flex-direction: column; align-items: center; justify-content: center; gap: 1.5rem; opacity: 0; transition: opacity .3s ease; }
        .mobile-menu.open { display: flex; opacity: 1; }
        .mobile-menu a { text-decoration: none; color: #fff; font-size: 1.2rem; font-weight: 600; padding: 0.6rem 1.5rem; border-radius: 9999px; transition: background .2s; }
        .mobile-menu a:hover { background: rgba(255,255,255,0.15); }
        .mobile-menu .btn-cta-sm { background: #fff; color: #1c9390; font-size: 1rem; padding: 0.75rem 2rem; }
        .mobile-menu .mobile-lang { display: flex; gap: 0.75rem; margin-top: 1rem; }
        .mobile-menu .mobile-lang a { font-size: 0.95rem; padding: 0.5rem 1rem; border: 1px solid rgba(255,255,255,0.3); border-radius: 0.5rem; }
        .mobile-menu .mobile-lang a.active { background: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.5); }
        .mobile-menu-close { position: absolute; top: 1.25rem; right: 1.25rem; background: none; border: none; cursor: pointer; padding: 0.5rem; border-radius: 50%; transition: background .2s; }
        .mobile-menu-close:hover { background: rgba(255,255,255,0.15); }

        /* Responsive: Tablet (max-width: 1024px) */
        @media (max-width: 1024px) {
            .landing-nav .nav-center { position: static; transform: none; gap: 0.25rem; }
            .landing-nav .nav-center a { padding: 0.4rem 0.6rem; font-size: 0.82rem; }
            .landing-nav .nav-links a:not(.btn-cta-sm) { font-size: 0.82rem; padding: 0.4rem 0.6rem; }
            .btn-cta-sm, .landing-nav .nav-links a.btn-cta-sm { padding: 0.5rem 1rem; font-size: 0.82rem; }
            .hero-content h1 { font-size: 2.6rem; }
            .features-grid { grid-template-columns: repeat(2, 1fr); }
            .pricing-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; }
            .ai-steps { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.25rem; }
            .how-it-works-connector { width: 1.5rem; }
            .how-it-works-step { max-width: 200px; }
        }

        /* Responsive: Small Tablet / Large Phone (max-width: 768px) */
        @media (max-width: 768px) {
            .hamburger { display: flex; }
            .landing-nav .nav-center { display: none; }
            .landing-nav .nav-links { display: none; }
            .hero-layout { flex-direction: column; }
            .hero-content { text-align: center; }
            .hero-cta { justify-content: center; }
            .hero-trust { justify-content: center; }
            .hero-section { padding: 3rem 1.5rem 4rem; }
            .hero-content h1 { font-size: 2.2rem; }
            .hero-content p { font-size: 1rem; margin-bottom: 2rem; }
            .hero-image { padding-top: 0; }
            .hero-image img { max-height: 45vh; width: auto; max-width: 100%; margin: 0 auto; display: block; }
            .hero-cta { flex-direction: column; align-items: center; gap: 0.75rem; }
            .hero-cta .btn-cta, .hero-cta .btn-outline { width: 100%; max-width: 320px; }
            .hero-trust { flex-direction: column; gap: 0.5rem; }
            .features { padding: 3rem 1.5rem; }
            .features-header h2 { font-size: 1.7rem; }
            .features-grid { grid-template-columns: 1fr; gap: 1rem; }
            .feature-card { padding: 1.5rem; }
            .ai-highlight { padding: 3rem 1.5rem; }
            .ai-highlight-inner h2 { font-size: 1.6rem; }
            .ai-highlight-inner > p { font-size: 0.95rem; margin-bottom: 2rem; }
            .ai-steps { grid-template-columns: 1fr; gap: 1rem; }
            .how-it-works { padding: 3rem 1.5rem; }
            .how-it-works-header h2 { font-size: 1.7rem; }
            .how-it-works-steps { flex-direction: column; align-items: center; gap: 0.5rem; }
            .how-it-works-step { max-width: 100%; }
            .how-it-works-connector { padding-top: 0; transform: rotate(90deg); width: auto; }
            .pricing { padding: 3rem 1.5rem; }
            .pricing-header h2 { font-size: 1.7rem; }
            .pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
            .pricing-card { padding: 2rem 1.5rem; }
            .cta-section { padding: 3rem 1.5rem; }
            .cta-section h2 { font-size: 1.6rem; }
            .cta-section p { font-size: 0.95rem; }
        }

        /* Responsive: Phone (max-width: 480px) */
        @media (max-width: 480px) {
            .landing-nav { padding: 0.7rem 1rem; }
            .landing-nav .logo span { font-size: 1.1rem; }
            .landing-nav .logo svg { height: 1.6rem; }
            .hero-section { padding: 2rem 1rem 3rem; }
            .hero-content h1 { font-size: 1.8rem; }
            .hero-content p { font-size: 0.9rem; }
            .hero-badge { font-size: 0.72rem; padding: 0.3rem 0.75rem; }
            .features { padding: 2.5rem 1rem; }
            .features-header h2 { font-size: 1.5rem; }
            .ai-highlight { padding: 2.5rem 1rem; }
            .ai-highlight-inner h2 { font-size: 1.4rem; }
            .how-it-works { padding: 2.5rem 1rem; }
            .how-it-works-header h2 { font-size: 1.5rem; }
            .pricing { padding: 2.5rem 1rem; }
            .pricing-header h2 { font-size: 1.5rem; }
            .pricing-grid { grid-template-columns: 1fr; max-width: 100%; }
            .pricing-amount { font-size: 2rem; }
            .pricing-toggle-segmented { flex-wrap: wrap; gap: 0.15rem; justify-content: center; }
            .pricing-toggle-btn { font-size: 0.78rem; padding: 0.4rem 0.8rem; }
            .pricing-save-badge-floating { font-size: 0.6rem; padding: 0.15rem 0.5rem; }
            .cta-section { padding: 2.5rem 1rem; }
            .cta-section h2 { font-size: 1.4rem; }
            .btn-cta-white { padding: 0.75rem 2rem; font-size: 0.9rem; }
            .landing-footer { padding: 2rem 0; }
                .landing-footer-inner { padding: 0 1rem; }
            .legal-card { padding: 1.5rem 1.25rem; }
            .legal-grid { grid-template-columns: 1fr; }
            .legal-title { font-size: 1.8rem; }
            .legal-heading { font-size: 1rem; }
        }
