*{box-sizing:border-box}*,body,html{margin:0;padding:0}body,html{width:100%;height:100%;overflow-x:hidden;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fff;color:#1a1a1a;line-height:1.6}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 4rem}.navbar{position:fixed;top:0;left:0;right:0;z-index:9999;background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.1);transition:all .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.1)}.nav-container{width:100%;max-width:1200px;margin:0 auto;padding:0 4rem;justify-content:space-between;height:80px;position:relative}.nav-container,.nav-logo{display:flex;align-items:center}.nav-logo{gap:.75rem;font-size:1.5rem;font-weight:700;color:#1a1a1a;text-decoration:none}.logo-icon{justify-content:center}.logo-icon,.nav-links{display:flex;align-items:center}.nav-links{gap:2rem}.language-selector{position:relative;margin-right:1rem}.nav-mobile-language{display:none}.language-button{display:flex;align-items:center;gap:.5rem;background:transparent;border:1px solid rgba(0,0,0,.1);border-radius:.5rem;padding:.5rem .75rem;cursor:pointer;transition:all .3s ease;font-size:.9rem;color:#666}.language-button:hover{border-color:#0077b5;color:#0077b5;background:rgba(0,119,181,.05)}.language-flag{font-size:1.2rem;line-height:1;display:inline-block;min-width:1.2rem;text-align:center;font-family:Segoe UI Emoji,Apple Color Emoji,Noto Color Emoji,sans-serif}.language-code{font-weight:600;font-size:.9rem;letter-spacing:.5px}.language-arrow{transition:transform .3s ease;color:#666}.language-arrow.open{transform:rotate(180deg)}.language-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:.5rem;box-shadow:0 4px 20px rgba(0,0,0,.1);min-width:150px;z-index:10000;overflow:hidden}.language-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:#fff;border:none;text-align:left;cursor:pointer;transition:all .2s ease;color:#666;font-size:.9rem}.language-option:hover{background:rgba(0,119,181,.05);color:#0077b5}.language-option.active{background:rgba(0,119,181,.1);color:#0077b5;font-weight:600}.nav-links a{color:#666;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#0077b5}.nav-login{color:#1a1a1a!important;font-weight:600!important}.nav-cta{padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}.nav-cta,.nav-cta:hover{background:linear-gradient(135deg,#0077b5,#4facfe);color:#fff!important}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,119,181,.3)}.nav-cta:hover,.nav-cta:hover *,.nav-cta:hover span{color:#fff!important}.mobile-menu-btn{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:8px}.mobile-menu-btn span{width:24px;height:2px;background:#1a1a1a;transition:all .3s ease}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid rgba(0,0,0,.1);padding:1rem 2rem;flex-direction:column;gap:1rem;z-index:10000;box-shadow:0 4px 10px rgba(0,0,0,.1)}.mobile-menu a{color:#666;text-decoration:none;font-weight:500;padding:.5rem 0}.hero{min-height:100vh;display:flex;align-items:center;position:relative;background:linear-gradient(135deg,#f8fafc,#e2e8f0);margin-top:-80px;padding:160px 0 4rem}.hero-background{z-index:1}.hero-background,.hero-gradient{position:absolute;top:0;left:0;right:0;bottom:0}.hero-gradient{background:linear-gradient(135deg,rgba(0,119,181,.05),rgba(79,172,254,.05))}.hero-pattern{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 25%,rgba(0,119,181,.1) 0,transparent 50%),radial-gradient(circle at 75% 75%,rgba(79,172,254,.1) 0,transparent 50%);background-size:400px 400px;animation:float 20s ease-in-out infinite}.hero-content{position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:2rem 4rem 0;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(0,119,181,.1);border:1px solid rgba(0,119,181,.2);border-radius:2rem;padding:.5rem 1rem;font-size:.9rem;color:#0077b5;margin-bottom:2rem;font-weight:500}.badge-icon{font-size:1.2rem}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#1a1a1a}.gradient-text{background:linear-gradient(135deg,#0077b5,#4facfe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;color:#666;margin-bottom:2.5rem;line-height:1.7;max-width:600px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-bottom:4rem;align-items:center}.hero-guarantee{text-align:center;font-size:.95rem;color:#666;line-height:1.5;margin-top:1rem}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#0077b5,#4facfe);color:#fff;padding:1rem 2rem;border-radius:.75rem;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,119,181,.3);border:none;cursor:pointer}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,119,181,.3)}.btn-primary:hover,.btn-primary:hover *,.btn-primary:hover span{color:#fff!important}.btn-primary.large{padding:.6rem 1.5rem;font-size:1rem}.btn-primary.large:hover,.btn-primary.large:hover *,.btn-primary.large:hover span{color:#fff!important}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:#0077b5;padding:1rem 2rem;border:2px solid #0077b5;border-radius:.75rem;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;cursor:pointer}.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,119,181,.2)}.hero-stats{display:flex;gap:3rem;justify-content:center;flex-wrap:wrap}.stat{text-align:center}.stat-number{font-size:2.5rem}.stat-label{color:#666;font-weight:500}.features{padding:2.5rem 0;background:#fff}.section-header{text-align:center;margin-bottom:4rem;margin-top:2rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.section-header p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:2rem;text-align:center;transition:all .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.05)}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1);border-color:#0077b5}.feature-icon{margin-bottom:1.5rem}.feature-card h3{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.feature-card p{color:#666;line-height:1.6}.demo-feature{display:flex;align-items:center;gap:.75rem;color:#666;font-weight:500}.demo-visual{display:flex;justify-content:center}.demo-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,.1);width:100%;max-width:400px}.demo-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.demo-dots{display:flex;gap:.5rem}.demo-dots span{width:12px;height:12px;border-radius:50%;background:#e2e8f0}.demo-dots span:first-child{background:#ff5f57}.demo-dots span:nth-child(2){background:#ffbd2e}.demo-dots span:last-child{background:#28ca42}.demo-title{font-weight:600;color:#1a1a1a}.demo-body{gap:1rem}.demo-body,.demo-input{display:flex;flex-direction:column}.demo-input{gap:.5rem}.demo-input label{font-size:.9rem;color:#666;font-weight:500}.demo-input input{padding:.75rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#f8fafc;color:#666}.demo-output{display:flex;flex-direction:column;gap:.75rem}.output-line{height:12px;background:linear-gradient(90deg,#0077b5,#4facfe);border-radius:6px;animation:pulse 2s ease-in-out infinite}.output-line.short{width:60%}.output-line.medium{width:80%}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.testimonials{padding:3rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-bottom:4rem}.testimonial-card{background:#fff;border:1px solid #e2e8f0;border-radius:1.5rem;padding:2.5rem;transition:all .3s ease;box-shadow:0 4px 20px rgba(0,0,0,.08);position:relative;overflow:hidden}.testimonial-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#0077b5,#4facfe)}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.testimonial-quote{display:flex;justify-content:center;margin-bottom:1.5rem}.testimonial-quote svg{color:#0077b5;opacity:.3}.testimonial-card p{color:#374151;line-height:1.7;margin-bottom:2rem;font-size:1.1rem;font-weight:500}.testimonial-author{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #f1f5f9}.author-info h4{font-size:1.1rem;font-weight:700;color:#1f2937;margin:0 0 .25rem}.author-info span{color:#6b7280;font-size:.9rem;font-weight:500}.testimonial-rating{display:flex;align-items:center}.testimonial-rating span{color:#fbbf24;font-size:1.2rem;letter-spacing:2px}.testimonials-stats{display:flex;justify-content:center;gap:4rem;padding:2rem;background:#fff;border-radius:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #e2e8f0}.stat-number{display:block;font-size:3rem;font-weight:800;line-height:1}.stat-label{color:#6b7280;font-size:1rem;font-weight:600}.pricing{padding:2.5rem 0;background:#f8fafc}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.pricing-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:2rem;text-align:center;position:relative;transition:all .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.05)}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.pricing-card.featured{border-color:#0077b5;transform:scale(1.05)}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#0077b5,#4facfe);color:#fff;padding:.5rem 1rem;border-radius:1rem;font-size:.9rem;font-weight:600}.pricing-header h3{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.pricing-header p{color:#666;margin-bottom:2rem}.pricing-price{display:flex;align-items:baseline;justify-content:center;gap:.25rem;margin-bottom:2rem}.currency{font-size:1.5rem;color:#666}.amount{font-size:3rem;font-weight:800;color:#0077b5}.period{font-size:1rem;color:#666}.pricing-features{list-style:none;margin-bottom:2rem;text-align:left}.pricing-features li{color:#666;border-bottom:1px solid #f1f5f9;position:relative;padding:.75rem 0 .75rem 1.5rem}.pricing-features li:before{content:"✓";position:absolute;left:0;color:#0077b5;font-weight:700}.pricing-features li:last-child{border-bottom:none}.pricing-btn{display:inline-block;width:100%;padding:1rem;color:#fff;border:none;border-radius:.75rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer}.pricing-btn,.pricing-btn:hover{background:linear-gradient(135deg,#0077b5,#4facfe)}.pricing-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,119,181,.3)}.pricing-btn:hover,.pricing-btn:hover *,.pricing-btn:hover span{color:#fff!important}.pricing-btn[href="#trial"]{background:linear-gradient(135deg,#6b7280,#9ca3af);cursor:not-allowed}.pricing-btn[href="#trial"]:hover{background:linear-gradient(135deg,#6b7280,#9ca3af);transform:none;box-shadow:none}.showcase{padding:2.5rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#1e293b}.showcase-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:stretch;max-width:1200px;margin:0 auto;min-height:500px}.showcase-visual{display:flex;justify-content:center;align-items:stretch;height:100%}.showcase-illustration{position:relative;width:100%;height:100%;min-height:500px;display:flex}.logo-image{width:80px;height:80px;object-fit:contain}.showcase-image{width:100%;height:100%;object-fit:cover;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.1)}.linkedin-icon{background:hsla(0,0%,100%,.1);border-radius:50%;padding:3rem;box-shadow:0 15px 40px rgba(0,0,0,.2);animation:pulse 2s infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid hsla(0,0%,100%,.2)}.ai-sparkles{position:absolute;width:100%;height:100%;pointer-events:none}.sparkle{position:absolute;font-size:1.5rem;animation:float 3s ease-in-out infinite}.sparkle-1{top:10%;left:10%;animation-delay:0s}.sparkle-2{top:20%;right:10%;animation-delay:.5s}.sparkle-3{bottom:20%;left:15%;animation-delay:1s}.sparkle-4{bottom:10%;right:15%;animation-delay:1.5s}@keyframes float{0%,to{transform:translateY(0) rotate(0deg);opacity:.7}50%{transform:translateY(-10px) rotate(180deg);opacity:1}}.showcase-text{display:flex;flex-direction:column;justify-content:center;height:100%}.showcase-text h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2;background:linear-gradient(135deg,#1e293b,#0077b5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.showcase-subtitle{font-size:1.2rem;color:#64748b;margin-bottom:2rem;line-height:1.5}.showcase-features{margin-bottom:2.5rem}.feature-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:hsla(0,0%,100%,.8);border-radius:.75rem;border:1px solid rgba(0,119,181,.1);transition:all .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.05)}.feature-item:hover{background:hsla(0,0%,100%,.95);border-color:rgba(0,119,181,.3);transform:translateX(5px);box-shadow:0 4px 20px rgba(0,119,181,.1)}.feature-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#10b981;color:#fff;border-radius:50%;font-weight:700;font-size:.9rem;flex-shrink:0}.feature-item span{color:#374151;line-height:1.6;font-size:1rem}.showcase-cta{text-align:left}.btn-showcase{display:inline-block;background:linear-gradient(135deg,#0077b5,#4facfe);color:#fff;padding:1rem 2rem;border-radius:.75rem;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,119,181,.3)}.btn-showcase:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,119,181,.4);background:linear-gradient(135deg,#4facfe,#0077b5)}.btn-showcase:hover,.btn-showcase:hover *{color:#fff!important}.faq{padding:2.5rem 0;background:#fff}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;margin-bottom:1rem;overflow:hidden;transition:all .3s ease;cursor:pointer}.faq-item:hover{border-color:#0077b5;box-shadow:0 4px 20px rgba(0,119,181,.1)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.faq-question h3{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0;flex:1 1;padding-right:1rem}.faq-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#0077b5;color:#fff;border-radius:50%;transition:all .3s ease;flex-shrink:0}.faq-icon.open{transform:rotate(45deg);background:#4facfe}.faq-answer{padding:1.5rem;background:#fff;border-top:1px solid #e2e8f0;animation:slideDown .3s ease}.faq-answer p{color:#64748b;line-height:1.6;margin:0;font-size:1rem}@keyframes slideDown{0%{opacity:0;max-height:0;padding-top:0;padding-bottom:0}to{opacity:1;max-height:200px;padding-top:1.5rem;padding-bottom:1.5rem}}.trial{padding:2.5rem 0;background:linear-gradient(135deg,#0077b5,#4facfe);color:#fff;text-align:center}.trial-content{max-width:800px;margin:0 auto}.trial-content h2{font-size:2.8rem;font-weight:700;margin-bottom:1.5rem}.trial-content p{font-size:1.2rem;margin-bottom:2.5rem;opacity:.9}.trial-form{max-width:600px;margin:0 auto}.form-group{display:flex;gap:1rem;margin-bottom:1rem}.form-group input{flex:2 1}.form-group button{flex:1 1}.form-group input{padding:.6rem 1rem;border:none;border-radius:.5rem;font-size:1rem;background:hsla(0,0%,100%,.9);color:#1a1a1a}.form-group input::placeholder{color:#666}.form-group input:focus{outline:none;background:#fff;box-shadow:0 0 0 3px hsla(0,0%,100%,.3)}.trial-disclaimer{font-size:1rem;opacity:.8;margin-top:1rem;max-width:500px;margin-left:auto;margin-right:auto;line-height:1.5}.submit-message{margin-top:1rem;padding:1rem;border-radius:.5rem;font-weight:600;font-size:1rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.submit-message.success{background:rgba(34,197,94,.9);color:#fff;border:2px solid #22c55e;box-shadow:0 4px 15px rgba(34,197,94,.3)}.submit-message.error{background:rgba(239,68,68,.9);color:#fff;border:2px solid #ef4444;box-shadow:0 4px 15px rgba(239,68,68,.3)}.cta{padding:2.5rem 0;background:linear-gradient(135deg,#0077b5,#4facfe);color:#fff;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.footer{background:#1a1a1a;color:#fff;padding:3rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-section h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-section a{color:#ccc;text-decoration:none;display:block;margin-bottom:.5rem;transition:color .3s ease}.footer-section a:hover{color:#4facfe}.footer-logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-logo .logo-icon{display:flex;align-items:center;justify-content:center}.footer-section p{color:#ccc;line-height:1.6}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #333;color:#999}@media (max-width:1024px){.features-grid,.pricing-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}.testimonials-stats{gap:2rem}.stat-number{font-size:2.5rem}.demo-content{grid-template-columns:1fr;gap:2rem}}@media (max-width:768px){.nav-links{display:none}.nav-mobile-language{display:block;position:absolute;top:50%;right:60px;transform:translateY(-50%);z-index:1000}.nav-mobile-language .language-selector{margin-right:0}.mobile-menu-btn{display:flex}.mobile-menu{display:flex!important;flex-direction:column;gap:1rem}.language-dropdown{right:0;left:auto}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.hero-actions{flex-direction:column;align-items:center}.hero-stats{gap:2rem}.features-grid,.pricing-grid,.testimonials-grid{grid-template-columns:1fr}.testimonials-stats{flex-direction:column;gap:1.5rem;padding:2rem 1rem}.footer-content{grid-template-columns:repeat(2,1fr)}.form-group{flex-direction:column;gap:1rem}.form-group button,.form-group input{width:100%}.btn-primary{padding:.75rem 1.5rem;font-size:1rem}.btn-primary.large{padding:.5rem 1.25rem;font-size:.95rem}.btn-secondary,.pricing-btn{padding:.75rem 1.5rem;font-size:1rem}.hero-pattern{background-size:300px 300px;animation:none}.hero-gradient{background:linear-gradient(135deg,rgba(0,119,181,.03),rgba(79,172,254,.03))}}@media (max-width:480px){.cta-content h2,.hero-title,.section-header h2{font-size:2rem}.footer-content{grid-template-columns:1fr}.container,.nav-container{padding:0 1rem}}.stat-item{text-align:center;padding:1.5rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.stat-number{font-size:2rem;font-weight:700;color:#0077b5;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#64748b;line-height:1.4}.benefits-features{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}.benefit-item{display:flex;align-items:flex-start;gap:1rem}.benefit-icon{flex-shrink:0;width:48px;height:48px;background:rgba(0,119,181,.1);border-radius:12px;display:flex;justify-content:center}.benefit-icon,.metric{align-items:center}.metric-value{font-size:1.1rem}.metric-value.low{color:#ef4444}.metric-value.high{color:#10b981}.comparison{padding:2.5rem 0;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.comparison-grid{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:3rem;gap:3rem;align-items:stretch;margin-bottom:4rem}.comparison-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border:2px solid transparent;transition:all .3s ease;display:flex;flex-direction:column;min-height:600px}.comparison-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.comparison-card:hover .comparison-content>p,.comparison-card:hover .post-content,.comparison-card:hover h4{color:inherit!important}.chatgpt-result{border-color:#e5e7eb}.linkedai-result{border-color:#60a5fa;position:relative}.linkedai-result:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#93c5fd,#7dd3fc);border-radius:16px;z-index:-1}.comparison-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.comparison-badge{padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.chatgpt-badge{background:hsla(220,9%,46%,.1);color:#6b7280}.linkedai-badge{background:rgba(96,165,250,.1);color:#60a5fa}.comparison-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.05);border-radius:10px}.chatgpt-logo{background:transparent;padding:0}.comparison-content{flex:1 1;display:flex;flex-direction:column}.comparison-content h4{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.5rem;line-height:1.3}.comparison-content>p{color:#64748b;font-size:.9rem;margin-bottom:1.5rem;font-style:italic}.comparison-post{border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;background:#fafbfc;margin-bottom:1.5rem;flex:1 1}.post-content{font-size:.95rem;line-height:1.6;color:#374151}.post-content p{margin-bottom:1rem}.post-content p:last-child{margin-bottom:0}.post-content strong{color:#1e293b;font-weight:600}.post-content em{color:#6b7280;font-style:italic}.comparison-metrics{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.metric{display:flex;flex-direction:column;gap:.25rem}.metric-label{font-size:.8rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.metric-value{font-size:1rem;font-weight:700;transition:color .15s ease}.metric.negative .metric-value{color:#ef4444}.metric.positive .metric-value{color:#047857}.linkedai-result .metric.positive .metric-value{color:#065f46!important;font-weight:800}.comparison-vs{height:100%;padding:0 1rem}.comparison-vs,.vs-circle{display:flex;align-items:center;justify-content:center}.vs-circle{width:60px;height:60px;background:linear-gradient(135deg,#60a5fa,#4facfe);border-radius:50%;color:#fff;font-weight:800;font-size:.9rem;letter-spacing:1px;box-shadow:0 8px 20px rgba(96,165,250,.3)}.comparison-cta{text-align:center;background:#fff;padding:3rem 2rem;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08)}.comparison-text{font-size:1.25rem;color:#1e293b;font-weight:600;margin-bottom:2rem}@media (max-width:1024px){.comparison-grid{display:flex;flex-direction:column;gap:1.5rem}.chatgpt-result{order:1}.comparison-vs{order:2;padding:.5rem 0;display:flex;justify-content:center;margin:.5rem 0}.linkedai-result{order:3}.vs-circle{width:60px;height:60px;font-size:.9rem}}@media (max-width:768px){.comparison{padding:1.5rem 0}.comparison-card{padding:1.25rem;min-height:auto}.comparison-metrics{grid-template-columns:1fr 1fr;gap:.75rem}.comparison-cta{padding:1.5rem 1rem}.faq{padding:1.5rem 0}.faq-question{padding:1rem}.faq-question h3{font-size:1rem;padding-right:.5rem}.faq-icon{width:28px;height:28px}.faq-answer{padding:1rem}.faq-answer p{font-size:.9rem}.showcase{padding:1.5rem 0}.showcase-content{grid-template-columns:1fr;gap:2rem;text-align:center;min-height:auto}.showcase-text{height:auto}.showcase-text h2{font-size:1.8rem}.showcase-subtitle{font-size:1rem}.showcase-illustration{min-height:300px;width:100%}.linkedin-icon{padding:2rem}.linkedin-icon svg{width:100px;height:100px}.sparkle{font-size:1.2rem}.feature-item{padding:.75rem;margin-bottom:1rem}.feature-item span{font-size:.9rem}.btn-showcase{padding:.75rem 1.5rem;font-size:1rem}.comparison-vs{margin:.75rem 0}.vs-circle{width:50px;height:50px;font-size:.8rem}}