:root{--primary-color: #0077b5;--secondary-color: #00a0dc;--text-color: #2c3e50;--text-light: #5a6c7d;--bg-color: #ffffff;--bg-light: #f8f9fa;--niaouri-purple: #667eea;--niaouri-purple-dark: #5568d3}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;color:var(--text-color);background:var(--bg-color);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:600}a{color:var(--primary-color);text-decoration:none}.niaouri-home{min-height:100vh;background:#fff}.niaouri-header{padding:1.5rem 0;background:#fff;border-bottom:1px solid #e5e7eb}.header-logo{display:flex;align-items:center;gap:12px}.logo-icon{width:40px;height:40px;object-fit:contain}.logo-text{font-size:24px;font-weight:700;color:#1f2937}.hero-home{padding:6rem 0 4rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center;position:relative;overflow:hidden}.hero-home:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}.hero-home-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.hero-badge-home{display:inline-flex;align-items:center;gap:8px;background:#fff3;border:1px solid rgba(255,255,255,.3);padding:8px 20px;border-radius:24px;font-size:14px;font-weight:600;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-home h1{font-size:64px;font-weight:800;margin-bottom:1.5rem;line-height:1.1;text-shadow:0 2px 20px rgba(0,0,0,.1)}.hero-description-home{font-size:22px;line-height:1.6;opacity:.95;max-width:700px;margin:0 auto}.trust-section{background:#fff;padding:3rem 0;border-bottom:1px solid #e5e7eb}.trust-stats{display:flex;justify-content:center;gap:5rem;flex-wrap:wrap}.trust-stat{text-align:center}.trust-stat-number{font-size:48px;font-weight:800;color:#667eea;margin-bottom:.5rem;line-height:1}.trust-stat-label{font-size:16px;color:#6b7280;font-weight:500}.products-section{padding:6rem 0;background:#f9fafb}.section-header-home{text-align:center;margin-bottom:4rem}.section-header-home h2{font-size:42px;font-weight:800;color:#1f2937;margin-bottom:1rem}.section-header-home p{font-size:18px;color:#6b7280}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.product-card{background:#fff;border-radius:16px;padding:2.5rem;border:2px solid #e5e7eb;transition:all .3s ease;position:relative;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a;border-color:#667eea}.product-card.featured{border-color:#667eea;border-width:3px}.product-card.coming-soon{opacity:.9}.product-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6px 20px;border-radius:20px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.coming-soon-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#f59e0b;color:#fff;padding:6px 20px;border-radius:20px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.product-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;margin-bottom:1.5rem;color:#fff}.product-card.coming-soon .product-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.product-card h3{font-size:28px;font-weight:700;color:#1f2937;margin-bottom:1rem}.product-description{font-size:16px;color:#6b7280;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.product-features{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.product-feature{display:flex;align-items:center;gap:10px;font-size:14px;color:#4b5563}.product-feature svg{fill:#667eea;flex-shrink:0}.product-cta{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:8px;font-weight:600;font-size:16px;transition:all .3s ease;margin-bottom:1rem}.product-card:hover .product-cta{background:linear-gradient(135deg,#5568d3,#6a3d8f);transform:translateY(-2px)}.product-meta{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.meta-badge{padding:4px 12px;background:#f3f4f6;color:#6b7280;border-radius:6px;font-size:12px;font-weight:600}.notify-form{display:flex;gap:.5rem}.notify-input{flex:1;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;transition:border-color .3s ease}.notify-input:focus{outline:none;border-color:#f59e0b}.notify-btn{padding:12px 24px;background:#f59e0b;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease}.notify-btn:hover{background:#d97706}.mission-section{padding:6rem 0;background:#fff}.mission-content{text-align:center;max-width:900px;margin:0 auto}.mission-content h2{font-size:42px;font-weight:800;color:#1f2937;margin-bottom:1.5rem}.mission-text{font-size:20px;color:#6b7280;line-height:1.8;margin-bottom:4rem}.mission-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-top:3rem}.value-item{text-align:center}.value-icon{font-size:48px;margin-bottom:1rem}.value-item h3{font-size:20px;font-weight:700;color:#1f2937;margin-bottom:.5rem}.value-item p{font-size:16px;color:#6b7280}.footer-home{background:#1f2937;color:#fff;padding:3rem 0 2rem}.footer-content-home{display:flex;justify-content:space-between;align-items:center;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:2rem}.footer-brand-home{max-width:400px}.footer-logo-home{display:flex;align-items:center;gap:12px;margin-bottom:.75rem}.footer-icon{width:32px;height:32px;object-fit:contain}.footer-logo-home span{font-size:20px;font-weight:700}.footer-tagline-home{font-size:14px;color:#ffffffb3;line-height:1.6}.footer-links-home{display:flex;gap:2rem}.footer-links-home a{color:#fffc;font-size:14px;font-weight:500;transition:color .3s ease}.footer-links-home a:hover{color:#fff}.footer-bottom-home{text-align:center}.footer-bottom-home p{font-size:14px;color:#ffffff80}@media(max-width:768px){.container{padding:0 1rem}.hero-home{padding:4rem 0 3rem}.hero-home h1{font-size:40px}.hero-description-home{font-size:18px}.trust-stats{gap:3rem}.trust-stat-number{font-size:36px}.products-section{padding:4rem 0}.section-header-home h2{font-size:32px}.products-grid{grid-template-columns:1fr;max-width:500px}.mission-section{padding:4rem 0}.mission-content h2{font-size:32px}.mission-text{font-size:18px}.mission-values{gap:2rem}.footer-content-home{flex-direction:column;gap:2rem;text-align:center}.footer-brand-home{max-width:100%}.footer-links-home{flex-direction:column;gap:1rem}}@media(max-width:480px){.hero-home h1{font-size:32px}.hero-description-home{font-size:16px}.logo-icon{width:32px;height:32px}.logo-text{font-size:20px}}.linkedin-landing{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero{background:linear-gradient(135deg,#0a66c2,#004182);color:#fff;padding:5rem 0 7rem;position:relative;overflow:hidden}.hero-pattern{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.08;background-image:radial-gradient(circle at 20% 30%,rgba(255,255,255,.4) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.3) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(255,255,255,.2) 0%,transparent 60%)}.hero-layout{display:flex;align-items:center;gap:5rem;position:relative;z-index:1}.hero-content{flex:1;max-width:600px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:10px 20px;border-radius:24px;font-size:14px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1px;border:1px solid rgba(255,255,255,.4);margin-bottom:28px;box-shadow:0 4px 16px #0000001a}.badge-dot{width:8px;height:8px;background:#4ade80;border-radius:50%;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.hero h1{font-size:58px;font-weight:800;margin-bottom:24px;line-height:1.1;text-shadow:0 2px 20px rgba(0,0,0,.2)}.hero h1 .highlight{background:linear-gradient(90deg,#fff,#ffffffe6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:20px;color:#fffffff2;margin-bottom:32px;line-height:1.6;font-weight:400}.hero-stats{display:flex;gap:32px;margin-bottom:40px;padding:24px 0;border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2)}.hero-stat{flex:1}.hero-stat-number{font-size:32px;font-weight:800;color:#fff;margin-bottom:4px;line-height:1}.hero-stat-label{font-size:13px;color:#ffffffd9;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.hero-cta{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.hero-subtext{display:flex;align-items:center;gap:8px;font-size:14px;color:#ffffffe6;font-weight:500}.hero-subtext svg{fill:#4ade80;flex-shrink:0}.hero-mockup{flex:1;position:relative;width:520px;height:480px}.mockup-badge{position:absolute;top:-12px;right:60px;background:#fffffff2;color:#0a66c2;padding:8px 16px;border-radius:20px;font-size:12px;font-weight:700;box-shadow:0 4px 16px #00000026;z-index:10;text-transform:uppercase;letter-spacing:.5px}.browser-window{position:absolute;top:20px;left:0;width:520px;height:380px;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0006;overflow:hidden}.browser-header{height:40px;background:#e8e8e8;display:flex;align-items:center;padding:0 16px;gap:8px;border-bottom:1px solid #d0d0d0}.browser-dot{width:12px;height:12px;border-radius:50%;background:#ff5f56}.browser-dot:nth-child(2){background:#ffbd2e}.browser-dot:nth-child(3){background:#27c93f}.browser-url{margin-left:auto;font-size:11px;color:#666;background:#fff;padding:4px 12px;border-radius:4px}.browser-content{padding:20px;background:#f3f2ef}.post-card{background:#fff;border-radius:8px;padding:16px;border:1px solid #d4d2ce}.post-header-mock{display:flex;gap:10px;margin-bottom:10px}.post-avatar-mock{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#0a66c2,#004182)}.post-info-mock{flex:1}.post-author-mock{font-size:13px;font-weight:600;color:#000;margin-bottom:2px}.post-meta-mock{font-size:11px;color:#666}.post-text-mock{font-size:12px;line-height:1.5;color:#000;margin-bottom:10px}.reaction-bar{display:flex;gap:6px;align-items:center;padding:10px;background:#f0f7ff;border-radius:6px;border:1px solid #0A66C2}.reaction-bar-icon{width:14px;height:14px;fill:#666;opacity:.6}.reaction-emoji{font-size:18px;filter:grayscale(.3);cursor:pointer;transition:all .2s}.reaction-emoji:hover{filter:grayscale(0);transform:scale(1.15)}.extension-popup{position:absolute;bottom:20px;right:-40px;width:280px;height:320px;background:#fff;border-radius:12px;box-shadow:0 20px 60px #00000080;overflow:hidden}.popup-header{background:linear-gradient(135deg,#0a66c2,#004182);color:#fff;padding:14px 18px;display:flex;align-items:center;gap:10px}.popup-header svg{width:20px;height:20px;fill:#fff}.popup-title{font-size:15px;font-weight:600}.popup-content{padding:18px}.stat-box{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:16px;margin-bottom:14px;text-align:center}.stat-value{font-size:32px;font-weight:700;color:#057642;margin-bottom:4px}.stat-label-mock{font-size:11px;color:#166534;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.topics-label{font-size:12px;font-weight:600;color:#374151;margin-bottom:10px}.topic-tags{display:flex;flex-wrap:wrap;gap:6px}.topic-tag{background:#e7f3ff;color:#0a66c2;padding:6px 12px;border-radius:14px;font-size:11px;font-weight:600}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:18px 36px;font-size:18px;font-weight:700;text-decoration:none;border-radius:10px;transition:all .3s ease;cursor:pointer;border:2px solid transparent}.btn-primary{background:#fff;color:#0a66c2;box-shadow:0 4px 20px #0003}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px #0000004d}.btn-glow{box-shadow:0 4px 20px #ffffff4d,0 0 40px #fff3}.btn-glow:hover{box-shadow:0 8px 28px #fff6,0 0 50px #ffffff4d}.btn-secondary{background:transparent;color:#0a66c2;border:2px solid #0A66C2}.btn-secondary:hover{background:#f0f7ff;transform:translateY(-2px)}.btn-large{padding:20px 48px;font-size:20px}.btn svg{fill:currentColor;flex-shrink:0}.trust-bar{background:#fff;border-bottom:1px solid #e5e7eb;padding:24px 0}.trust-items{display:flex;justify-content:space-around;align-items:center;gap:32px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:10px;color:#374151;font-size:15px;font-weight:600}.trust-item svg{fill:#0a66c2;flex-shrink:0}.problem-solution{padding:6rem 0;background:#fafafa}.problem-section{text-align:center}.problem-icon{font-size:64px;margin-bottom:16px}.problem-section h2{font-size:42px;font-weight:800;color:#111827;margin-bottom:48px}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-top:40px}.problem-card{background:#fff;padding:32px 24px;border-radius:16px;text-align:center;border:2px solid #e5e7eb;transition:all .3s ease}.problem-card:hover{border-color:#0a66c2;transform:translateY(-4px);box-shadow:0 8px 24px #0a66c226}.problem-emoji{font-size:48px;margin-bottom:16px;display:block}.problem-card h3{font-size:20px;font-weight:700;color:#111827;margin-bottom:12px}.problem-card p{font-size:15px;color:#6b7280;line-height:1.6}.feature-showcase{padding:6rem 0;background:#fff}.showcase-header{text-align:center;margin-bottom:80px}.showcase-main-title{font-size:48px;font-weight:800;color:#111827;margin-bottom:16px;line-height:1.2}.showcase-subtitle{font-size:22px;color:#6b7280;font-weight:400}.showcase-item{display:flex;align-items:center;gap:6rem;margin-bottom:100px;padding:3rem 0}.showcase-item.reverse{flex-direction:row-reverse}.showcase-content{flex:1;max-width:550px}.showcase-number{font-size:80px;font-weight:900;color:#0a66c21a;line-height:1;margin-bottom:-20px}.showcase-badge{display:inline-block;background:linear-gradient(135deg,#0a66c2,#004182);color:#fff;padding:10px 20px;border-radius:24px;font-size:15px;font-weight:700;margin-bottom:20px}.showcase-item h2{font-size:42px;font-weight:800;color:#111827;margin-bottom:20px;line-height:1.2}.showcase-description{font-size:19px;color:#6b7280;margin-bottom:28px;line-height:1.7}.showcase-benefits{list-style:none;padding:0;margin:0}.showcase-benefits li{display:flex;align-items:flex-start;gap:12px;font-size:17px;color:#374151;padding:12px 0;line-height:1.6}.showcase-benefits li svg{fill:#0a66c2;flex-shrink:0;margin-top:2px}.showcase-visual{flex:1;display:flex;justify-content:center;align-items:center}.visual-frame{background:#fff;border-radius:20px;padding:40px;box-shadow:0 20px 60px #0000001f;border:1px solid #e5e7eb}.feed-preview{width:420px}.feed-post{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:14px;margin-bottom:14px;display:flex;gap:14px;transition:all .3s}.feed-post.highlighted{border:2px solid #0A66C2;box-shadow:0 0 0 4px #0a66c21a;background:#fff}.mini-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);flex-shrink:0}.mini-content{flex:1}.mini-name{height:14px;width:140px;background:#d1d5db;border-radius:4px;margin-bottom:8px}.mini-text{height:10px;width:100%;background:#e5e7eb;border-radius:4px;margin-bottom:6px}.mini-text:last-of-type{width:85%}.mini-tags{display:flex;gap:6px;margin-top:10px}.mini-tag{background:#e7f3ff;color:#0a66c2;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600}.comment-preview{width:420px}.comment-box{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px}.comment-header{margin-bottom:14px}.generated-badge-small{display:inline-flex;align-items:center;gap:8px;background:#e7f3ff;color:#0a66c2;padding:8px 14px;border-radius:18px;font-size:12px;font-weight:600}.pulse-dot{display:inline-block;width:7px;height:7px;background:#0a66c2;border-radius:50%;animation:pulse-dot 1.5s infinite}.reaction-icons{display:flex;gap:6px;align-items:center;padding:10px 0;margin-bottom:14px}.mini-reaction{font-size:22px;filter:grayscale(.3);transition:all .2s;cursor:pointer;padding:6px;border-radius:50%}.mini-reaction:hover{filter:grayscale(0);transform:scale(1.2);background:#0000000d}.mini-reaction-plus{font-size:18px;color:#666;font-weight:600;opacity:.6;padding:6px 10px}.comment-text{font-size:14px;line-height:1.6;color:#4b5563;font-style:italic;padding:16px;background:#fafafa;border-radius:8px;border:1px solid #e5e7eb}.settings-preview{width:320px;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 4px 20px #0000001f}.settings-header{background:linear-gradient(135deg,#0a66c2,#004182);color:#fff;padding:14px 18px;display:flex;align-items:center;gap:10px;font-size:15px;font-weight:600}.settings-stats{display:flex;gap:20px;padding:20px;background:#f0fdf4;border-bottom:1px solid #e5e7eb}.mini-stat{flex:1;text-align:center}.mini-stat-value{font-size:28px;font-weight:700;color:#057642;margin-bottom:4px}.mini-stat-label{font-size:11px;color:#166534;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.topic-list-preview{padding:20px}.topic-item-preview{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:14px;margin-bottom:10px;font-size:14px;font-weight:600;color:#374151}.section-title{font-size:42px;font-weight:800;text-align:center;margin-bottom:16px;color:#111827}.section-subtitle{font-size:20px;text-align:center;color:#6b7280;margin-bottom:48px}.how-it-works{padding:6rem 0;background:#fafafa}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:48px}.step{text-align:center;position:relative;background:#fff;padding:40px 32px;border-radius:16px;border:2px solid #e5e7eb;transition:all .3s ease}.step:hover{border-color:#0a66c2;transform:translateY(-4px);box-shadow:0 8px 24px #0a66c226}.step-number{width:90px;height:90px;background:linear-gradient(135deg,#0a66c2,#004182);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:40px;font-weight:800;margin:0 auto 24px;box-shadow:0 4px 20px #0a66c24d}.step h3{font-size:24px;font-weight:700;margin-bottom:14px;color:#111827}.step p{font-size:16px;line-height:1.7;color:#6b7280}.pricing{padding:6rem 0;background:#fff}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-top:48px}.pricing-card{background:#fff;border:2px solid #e5e7eb;border-radius:20px;padding:40px 32px;text-align:center;position:relative;transition:all .3s ease}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001f}.pricing-card-featured{border-color:#0a66c2;border-width:3px;box-shadow:0 8px 24px #0a66c233;transform:scale(1.05)}.pricing-card-featured:hover{transform:scale(1.05) translateY(-8px);box-shadow:0 16px 40px #0a66c240}.pricing-badge{position:absolute;top:-16px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#0a66c2,#004182);color:#fff;padding:8px 24px;border-radius:20px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px #0a66c24d}.pricing-header{margin-bottom:32px}.pricing-header h3{font-size:28px;font-weight:700;color:#111827;margin-bottom:16px}.pricing-price{display:flex;align-items:baseline;justify-content:center;gap:4px}.currency{font-size:24px;font-weight:700;color:#6b7280}.amount{font-size:56px;font-weight:900;color:#111827;line-height:1}.period{font-size:18px;color:#6b7280;font-weight:500}.pricing-features{list-style:none;padding:0;margin:0 0 32px;text-align:left}.pricing-features li{display:flex;align-items:flex-start;gap:12px;padding:12px 0;font-size:16px;color:#374151;border-bottom:1px solid #f3f4f6}.pricing-features li:last-child{border-bottom:none}.pricing-features li svg{fill:#0a66c2;flex-shrink:0;margin-top:2px}.testimonials{padding:6rem 0;background:#fafafa}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-top:48px}.testimonial-card{background:#fff;padding:40px;border-radius:20px;border:2px solid #e5e7eb;transition:all .3s ease}.testimonial-card:hover{border-color:#0a66c2;transform:translateY(-4px);box-shadow:0 8px 24px #0a66c226}.testimonial-stars{font-size:24px;margin-bottom:20px;line-height:1}.testimonial-text{font-size:17px;line-height:1.7;color:#374151;margin-bottom:24px;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:14px}.testimonial-avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#0a66c2,#004182);display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:700;flex-shrink:0}.testimonial-name{font-size:17px;font-weight:700;color:#111827;margin-bottom:4px}.testimonial-title{font-size:14px;color:#6b7280}.final-cta{padding:6rem 0;text-align:center;background:linear-gradient(135deg,#0a66c2,#004182);color:#fff;position:relative;overflow:hidden}.final-cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.08;background-image:radial-gradient(circle at 20% 30%,rgba(255,255,255,.4) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.3) 0%,transparent 50%)}.final-cta-content{position:relative;z-index:1}.final-cta h2{font-size:48px;font-weight:800;margin-bottom:20px;color:#fff}.final-cta>.final-cta-content>p{font-size:22px;margin-bottom:40px;color:#fffffff2}.cta-note{margin-top:20px;font-size:16px;color:#ffffffe6;font-weight:500}.footer{background:#1f2937;color:#fff;padding:4rem 0 2rem}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand{flex:1;max-width:400px}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:20px;font-weight:700}.footer-tagline{font-size:15px;color:#fffc;line-height:1.6;margin-bottom:16px}.footer-parent-link{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#ffffff1a;border-radius:8px;text-decoration:none;color:#ffffffe6;font-size:14px;font-weight:500;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.footer-parent-link:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}.footer-parent-icon{width:20px;height:20px;object-fit:contain}.footer-links{display:flex;gap:2.5rem;align-items:center}.footer-links a{color:#fff;text-decoration:none;opacity:.9;transition:opacity .3s ease;font-size:15px;font-weight:500}.footer-links a:hover{opacity:1}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-copyright{opacity:.7;font-size:14px}.footer-disclaimer{opacity:.6;font-size:13px;font-style:italic}@media(max-width:1024px){.hero-layout{flex-direction:column;text-align:center;gap:3rem}.hero-content{max-width:100%}.hero-stats{justify-content:center}.hero-cta{align-items:center}.hero-mockup{width:100%;max-width:520px}.showcase-item,.showcase-item.reverse{flex-direction:column;text-align:center;gap:3rem}.showcase-content{max-width:100%}.showcase-benefits{text-align:left;max-width:500px;margin:0 auto}.trust-items{justify-content:center}}@media(max-width:768px){.hero{padding:3rem 0 5rem}.hero h1{font-size:40px}.hero-description{font-size:18px}.hero-stats{flex-direction:column;gap:20px}.hero-stat{text-align:center}.browser-window{width:100%;max-width:420px}.hero-mockup{height:400px}.extension-popup{right:0;width:240px;height:280px}.showcase-main-title{font-size:36px}.showcase-item h2{font-size:32px}.showcase-description{font-size:17px}.feed-preview,.comment-preview{width:100%;max-width:380px}.settings-preview{width:100%;max-width:300px}.section-title{font-size:36px}.section-subtitle{font-size:18px}.problem-section h2{font-size:32px}.steps,.pricing-grid{grid-template-columns:1fr}.pricing-card-featured{transform:scale(1)}.pricing-card-featured:hover{transform:translateY(-8px)}.testimonial-grid{grid-template-columns:1fr}.btn{width:100%;max-width:350px}.footer-content{flex-direction:column;text-align:center}.footer-brand{max-width:100%}.footer-links{flex-direction:column;gap:1.5rem}.footer-bottom{flex-direction:column;text-align:center}}@media(max-width:480px){.hero{padding:2rem 0 3rem}.hero h1{font-size:32px}.hero-description{font-size:16px}.hero-stat-number{font-size:24px}.problem-solution,.feature-showcase,.how-it-works,.pricing,.testimonials,.final-cta{padding:4rem 0}.container{padding:0 1rem}.showcase-item{margin-bottom:60px;padding:2rem 0}.browser-window,.feed-preview,.comment-preview,.settings-preview{width:100%}.visual-frame{padding:20px}.showcase-number{font-size:60px}.final-cta h2{font-size:32px}.final-cta>.final-cta-content>p{font-size:18px}}
