*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:#fafafa;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 20px}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:10px;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px)}.btn-outline{background:#0000;border:2px solid #2563eb;color:#2563eb}.btn-outline:hover{background:#2563eb;color:#fff}.btn-large{font-size:1.1rem;padding:16px 32px}section{padding:80px 0}section h2{font-size:2.5rem;font-weight:700;margin-bottom:20px;text-align:center}.section-subtitle{color:#6b7280;font-size:1.1rem;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.navbar{background:#fff;box-shadow:0 2px 10px #0000001a;position:fixed;top:0;width:100%;z-index:1000}.nav-container{height:70px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{color:#2563eb;font-size:1.5rem;font-weight:700;text-decoration:none;transition:color .3s ease}.nav-logo-img{height:40px;margin-right:10px;object-fit:contain;width:40px}.nav-logo-primary span{color:#22c55e}.nav-logo-primary:hover span{color:#16a34a}.nav-logo-secondary span{color:#2563eb}.nav-logo-secondary:hover span{color:#1d4ed8}.nav-logo-screenshot span{color:#f59e0b}.nav-logo-screenshot:hover span{color:#d97706}.nav-links{align-items:center;display:flex;flex-direction:row;gap:30px}.nav-links a{color:#666;font-weight:500;text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:#2563eb}.mobile-menu-toggle{background:none;border:none;color:#666;cursor:pointer;display:none;font-size:1.5rem;padding:8px;transition:color .3s ease}.mobile-menu-toggle:hover{color:#2563eb}.mobile-menu{background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 4px 10px #0000001a;display:none;left:0;opacity:0;padding:20px;position:fixed;right:0;top:70px;transform:translateY(-100%);transition:transform .3s ease,opacity .3s ease;z-index:999}.mobile-menu.active{display:block;opacity:1;transform:translateY(0)}.mobile-menu a{border-bottom:1px solid #f3f4f6;color:#666;display:block;font-weight:500;padding:12px 0;text-decoration:none;transition:color .3s ease}.mobile-menu a:last-child{border-bottom:none}.mobile-menu a:hover{color:#2563eb}.mobile-menu .dropdown-menu:before{display:none}.mobile-menu .dropdown-menu a{border-bottom:none;font-size:.9rem;padding:8px 0}.mobile-menu .dropdown{position:static}.mobile-menu .dropdown-menu{background:#0000;border:none;box-shadow:none;margin:10px 0;padding:0 0 0 20px;position:static;width:100%}.mobile-menu .dropdown-toggle{align-items:center;background:none;border:none;border-bottom:1px solid #f3f4f6;color:#666;cursor:pointer;display:flex;font-family:inherit;font-size:inherit;font-weight:500;justify-content:space-between;padding:12px 0;text-align:left;width:100%}.mobile-menu .dropdown-toggle:hover{color:#2563eb}.mobile-menu .dropdown-toggle i{font-size:.8rem;transition:transform .3s ease}.mobile-menu .dropdown.active .dropdown-toggle i{transform:rotate(180deg)}.dropdown{position:relative}.dropdown-product-menu{display:flex;flex-direction:column}.dropdown-toggle{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;font-family:inherit;font-size:inherit;font-weight:500;gap:8px;padding:0;transition:color .3s ease}.dropdown-toggle:hover{color:#2563eb}.dropdown-toggle i{font-size:.8rem;transition:transform .3s ease}.dropdown-menu{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #00000026;left:0;margin-top:8px;min-width:220px;padding:8px 0;position:absolute;top:100%;z-index:1001}.dropdown-menu:before{background:#fff;border-left:1px solid #e5e7eb;border-top:1px solid #e5e7eb;content:"";height:12px;left:20px;position:absolute;top:-6px;transform:rotate(45deg);width:12px}.dropdown-menu a{border-bottom:1px solid #f3f4f6;color:#666;display:flex;flex-direction:column;padding:12px 16px;text-decoration:none;transition:all .2s ease}.dropdown-menu a i{color:#2563eb;font-size:1.1rem;margin-bottom:4px}.dropdown-menu .product-header{align-items:center;display:flex;gap:16px;justify-content:flex-start;margin-bottom:4px;width:100%}.dropdown-menu .product-title{color:#333;font-weight:500;margin-bottom:4px}.dropdown-menu .product-menu-icon{align-items:center;display:flex;height:20px;justify-content:center;width:24px}.product-menu-icon-img{height:20px;object-fit:contain;width:24px}.message-studio .product-menu-icon{color:#2563eb}.screenshot .product-menu-icon{color:#f59e0b}.dropdown-menu a:last-child{border-bottom:none}.dropdown-menu a:hover{background-color:#f8fafc;color:#2563eb}.dropdown-description{color:#9ca3af;font-size:.8rem;font-weight:400;margin-top:2px}.hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;min-height:100vh;padding:120px 0 80px}.hero-container{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 20px}.hero-content h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:20px}.hero-subtitle{font-size:1.2rem;line-height:1.6;margin-bottom:30px;opacity:.9}.hero-buttons{display:flex;flex-wrap:wrap;gap:20px}.extensions-showcase{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(2,1fr);max-width:600px;width:100%}.extension-card,.extensions-showcase{align-items:center;justify-content:center}.extension-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;box-sizing:border-box;color:inherit;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;height:250px;padding:10px;text-align:center;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);width:250px}.extension-card:hover{border-color:#fff9;transform:translateY(-5px)}.extension-card.primary:hover{background:linear-gradient(135deg,#22c55e40,#16a34a59);box-shadow:0 8px 30px #22c55e40}.extension-card.secondary:hover{background:linear-gradient(135deg,#2563eb33,#1d4ed84d);box-shadow:0 8px 30px #2563eb33}.extension-card.screenshot:hover{background:linear-gradient(135deg,#f59e0b40,#d9770659);box-shadow:0 8px 30px #f59e0b40}.extension-card.tertiary:hover{background:linear-gradient(135deg,#06b6d440,#0891b259);box-shadow:0 8px 30px #06b6d440}.extension-card.primary{background:linear-gradient(135deg,#22c55e33,#16a34a4d);border-color:#22c55e80;box-shadow:0 4px 20px #22c55e26}.extension-card.secondary{background:linear-gradient(135deg,#2563eb26,#1d4ed840);border-color:#2563eb66;box-shadow:0 4px 20px #2563eb1a}.extension-card.screenshot{background:linear-gradient(135deg,#f59e0b33,#d977064d);border-color:#f59e0b80;box-shadow:0 4px 20px #f59e0b26}.extension-card.tertiary{background:linear-gradient(135deg,#06b6d433,#0891b24d);border-color:#06b6d480;box-shadow:0 4px 20px #06b6d426}.extension-icon{align-items:center;display:flex;font-size:2.5rem;justify-content:center;margin-bottom:16px;position:relative;width:100%;z-index:1}.extension-icon-img{height:48px;object-fit:contain;width:48px}.extension-card.primary .extension-icon{color:#22c55e;text-shadow:0 2px 10px #22c55e4d}.extension-card.secondary .extension-icon{color:#2563eb;text-shadow:0 2px 10px #2563eb4d}.extension-card.screenshot .extension-icon{color:#f59e0b;text-shadow:0 2px 10px #f59e0b4d}.extension-card.tertiary .extension-icon{color:#06b6d4;text-shadow:0 2px 10px #06b6d44d}.extension-card h3{font-size:1.5rem;font-weight:600;margin-bottom:8px}.extension-card p{font-size:.9rem;opacity:.8}.products{background:#fff}.products-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-top:60px}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;height:100%;padding:32px;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-5px)}.product-header{justify-content:space-between;margin-bottom:24px}.product-header,.product-icon{align-items:center;display:flex}.product-icon{border-radius:12px;color:#fff;font-size:1.8rem;height:60px;justify-content:center;overflow:hidden;width:60px}.product-icon-img{border-radius:12px;height:100%;object-fit:cover;width:100%}.product-badge{background:#10b981;border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;padding:4px 12px;text-transform:uppercase}.product-card h3{color:#1f2937;font-size:1.8rem;font-weight:700}.product-tagline{color:#6b7280;line-height:1.6;margin-bottom:20px}.product-features{display:flex;flex-direction:column;flex-grow:1;margin-bottom:24px}.feature-item{align-items:center;cursor:pointer;display:flex;gap:12px;margin-bottom:12px;transition:all .2s ease}.feature-item i{color:#10b981;font-size:.9rem}.feature-item span{color:#4b5563;font-size:.95rem}.feature-item:hover{color:#059669;transform:translateX(4px)}.feature-item:hover i{transform:scale(1.1);transition:transform .2s ease}.product-actions{display:flex;flex-direction:row;flex-wrap:wrap;gap:32px;margin-top:auto;padding:0 16px}.product-actions .product-actions-btn{flex:1 1;justify-content:center}.page-org-product .btn-primary,.page-org-product .product-badge{background:#22c55e}.page-org-product .btn-primary:hover{background:#16a34a}.page-org-product .feature-item i{color:#22c55e}.message-studio-product .btn-primary,.message-studio-product .product-badge{background:#2563eb}.message-studio-product .btn-primary:hover{background:#1d4ed8}.message-studio-product .feature-item i{color:#2563eb}.screenshot-product .btn-primary,.screenshot-product .product-badge{background:#f59e0b}.screenshot-product .btn-primary:hover{background:#d97706}.screenshot-product .feature-item i{color:#f59e0b}.product-insight-product .btn-primary,.product-insight-product .product-badge{background:#06b6d4}.product-insight-product .btn-primary:hover{background:#0891b2}.product-insight-product .feature-item i{color:#06b6d4}.product-insight-product .feature-item:hover i{color:#0891b2}.product-details{background:#f9fafb}.product-detail-header{align-items:center;display:flex;gap:48px;text-align:center}.product-detail-icon{align-items:center;border-radius:16px;color:#fff;display:flex;font-size:2.5rem;justify-content:center;min-height:80px;min-width:80px;overflow:hidden}.product-detail-icon-img{border-radius:16px;height:100%;object-fit:cover;width:100%}.product-detail-info h1{color:#fff;font-size:2.5rem;font-weight:700;text-align:center}.product-detail-info p{color:#ffffffe6;font-size:1.2rem}.product-detail-info .product-detail-info-desc{color:#fff;font-size:1rem;margin-top:1rem;padding:0 2rem;text-align:start}.page-org-page .btn-primary{background:#22c55e}.page-org-page .btn-primary:hover{background:#16a34a}.message-studio-page .btn-primary{background:#2563eb}.message-studio-page .btn-primary:hover{background:#1d4ed8}.screenshot-page .btn-primary{background:#f59e0b}.screenshot-page .btn-primary:hover{background:#d97706}.product-insight-page .btn-primary{background:#06b6d4}.product-insight-page .btn-primary:hover{background:#0891b2}.product-video{background:linear-gradient(135deg,#f8fafc,#e2e8f0);margin:40px 0;padding:80px 0}.video-container{margin:0 auto;max-width:900px;text-align:center}.video-title{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:16px}.video-description{color:#6b7280;font-size:1.2rem;line-height:1.6;margin-bottom:40px}.video-wrapper{aspect-ratio:16/9;border-radius:16px;box-shadow:0 20px 40px #00000026;margin:0 auto;overflow:hidden;position:relative;width:100%}.youtube-video{border:none;border-radius:16px;height:100%;width:100%}@media (max-width:768px){.product-video{margin:30px 0;padding:60px 0}.video-title{font-size:2rem}.video-description{font-size:1.1rem;margin-bottom:30px}.youtube-video{height:250px}}@media (max-width:480px){.video-title{font-size:1.8rem}.youtube-video{height:200px}}.features-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.feature-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:24px;transition:transform .3s ease}.feature-card:hover{transform:translateY(-3px)}.feature-card .feature-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:#fff;display:flex;font-size:1.3rem;height:50px;justify-content:center;margin-bottom:20px;width:50px}.page-org-page .feature-card .feature-icon{background:linear-gradient(135deg,#22c55e,#16a34a)}.message-studio-page .feature-card .feature-icon{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.screenshot-page .feature-card .feature-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.product-insight-page .feature-card .feature-icon{background:linear-gradient(135deg,#06b6d4,#0891b2)}.feature-card h4{color:#1f2937;font-size:1.2rem;font-weight:600;margin-bottom:12px}.feature-card p{color:#6b7280;line-height:1.6;margin:0}.feature-tooltip-container{display:inline-block;position:relative}.feature-tooltip{animation:tooltipFadeIn .2s ease-out forwards;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#1e293b,#334155);border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a,0 0 0 1px #ffffff0d;color:#fff;font-size:.875rem;font-weight:400;letter-spacing:.025em;line-height:1.5;max-width:400px;opacity:0;padding:16px 20px;position:absolute;text-align:start;white-space:normal;z-index:1000}.feature-tooltip-right{left:100%;margin-left:12px;top:50%;transform:translateY(-50%) translateX(8px)}.feature-tooltip-right:after{border:6px solid #0000;border-right-color:#1e293b;filter:drop-shadow(-2px 0 2px rgba(0,0,0,.1));left:-6px}.feature-tooltip-right:after,.feature-tooltip-right:before{content:"";position:absolute;top:50%;transform:translateY(-50%)}.feature-tooltip-right:before{border:7px solid #0000;border-right-color:#ffffff1a;left:-7px;margin-left:-1px}.feature-tooltip-left{margin-right:12px;right:100%;top:50%;transform:translateY(-50%) translateX(-8px)}.feature-tooltip-left:after{border:6px solid #0000;border-left-color:#1e293b;filter:drop-shadow(2px 0 2px rgba(0,0,0,.1));right:-6px}.feature-tooltip-left:after,.feature-tooltip-left:before{content:"";position:absolute;top:50%;transform:translateY(-50%)}.feature-tooltip-left:before{border:7px solid #0000;border-left-color:#ffffff1a;margin-right:-1px;right:-7px}.feature-tooltip-top{bottom:100%;left:50%;margin-bottom:12px;transform:translateX(-50%) translateY(-8px)}.feature-tooltip-top:after{border:6px solid #0000;border-top-color:#1e293b;filter:drop-shadow(0 2px 2px rgba(0,0,0,.1))}.feature-tooltip-top:after,.feature-tooltip-top:before{content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}.feature-tooltip-top:before{border:7px solid #0000;border-top-color:#ffffff1a;margin-top:-1px}.feature-tooltip-bottom{left:50%;margin-top:12px;top:100%;transform:translateX(-50%) translateY(8px)}.feature-tooltip-bottom:after{border:6px solid;border-color:#0000 #0000 #1e293b;filter:drop-shadow(0 -2px 2px rgba(0,0,0,.1))}.feature-tooltip-bottom:after,.feature-tooltip-bottom:before{bottom:100%;content:"";left:50%;position:absolute;transform:translateX(-50%)}.feature-tooltip-bottom:before{border:7px solid;border-color:#0000 #0000 #ffffff1a;margin-bottom:-1px}@keyframes tooltipFadeIn{0%{opacity:0}to{opacity:1}}.feature-tooltip-right{animation:tooltipFadeInRight .2s ease-out forwards}@keyframes tooltipFadeInRight{0%{opacity:0;transform:translateY(-50%) translateX(4px)}to{opacity:1;transform:translateY(-50%) translateX(8px)}}.feature-tooltip-left{animation:tooltipFadeInLeft .2s ease-out forwards}@keyframes tooltipFadeInLeft{0%{opacity:0;transform:translateY(-50%) translateX(-4px)}to{opacity:1;transform:translateY(-50%) translateX(-8px)}}.feature-tooltip-top{animation:tooltipFadeInTop .2s ease-out forwards}@keyframes tooltipFadeInTop{0%{opacity:0;transform:translateX(-50%) translateY(-4px)}to{opacity:1;transform:translateX(-50%) translateY(-8px)}}.feature-tooltip-bottom{animation:tooltipFadeInBottom .2s ease-out forwards}@keyframes tooltipFadeInBottom{0%{opacity:0;transform:translateX(-50%) translateY(4px)}to{opacity:1;transform:translateX(-50%) translateY(8px)}}@media (prefers-color-scheme:dark){.feature-tooltip{background:linear-gradient(135deg,#0f172a,#1e293b);border:1px solid #ffffff26;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003,0 0 0 1px #ffffff1a}.feature-tooltip-bottom:after,.feature-tooltip-left:after,.feature-tooltip-right:after,.feature-tooltip-top:after{border-color:#0f172a}}.error-boundary{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:60px 20px 20px;text-align:center}.error-boundary h2{color:#dc2626;font-size:2rem;margin-bottom:16px}.error-boundary p{color:#6b7280;font-size:1.1rem;margin-bottom:24px;margin-left:auto;margin-right:auto;max-width:500px}.error-boundary .btn{border-radius:8px;display:inline-block;font-size:1rem;padding:12px 24px;text-decoration:none;transition:all .3s ease}.download{background:linear-gradient(135deg,#1f2937,#374151);color:#fff;text-align:center}.download-content h2{margin-bottom:20px}.download-content p{font-size:1.1rem;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.download-buttons{align-items:center;display:flex;flex-direction:column;gap:30px}.download-info{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.download-info span{align-items:center;display:flex;font-size:.9rem;gap:8px;opacity:.8}.how-it-works{display:flex;flex-direction:column;gap:32px;margin:0 auto;max-width:800px}.step{align-items:flex-start;display:flex;gap:24px}.step-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:600;height:48px;justify-content:center;width:48px}.page-org-page .step-number{background:linear-gradient(135deg,#22c55e,#16a34a)}.message-studio-page .step-number{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.screenshot-page .step-number{background:linear-gradient(135deg,#f59e0b,#d97706)}.product-insight-page .step-number{background:linear-gradient(135deg,#06b6d4,#0891b2)}.step-content h4{color:#1f2937;font-size:1.3rem;font-weight:600;margin-bottom:12px}.step-content p{color:#6b7280;line-height:1.6;margin:0}.cta-section{margin:0 auto;max-width:600px;text-align:center}.cta-section p{color:#6b7280;font-size:1.1rem;line-height:1.6;margin-bottom:32px}.cta-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.cta-buttons .btn{min-width:180px}.steps{display:flex;flex-direction:column;gap:32px;margin:0 auto;max-width:800px}.detail-section{margin-bottom:60px}.detail-section h3{color:#1f2937;font-size:1.8rem;font-weight:600;margin-bottom:32px}.privacy-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:90px 30px 40px;text-align:center}.privacy-header-content h1{font-size:3rem;font-weight:700;margin-bottom:16px}.privacy-header-content p{font-size:1.1rem;margin-bottom:12px;opacity:.9}.privacy-intro{font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:800px}.privacy-content{background:#fff;padding:80px 0}.privacy-sections{margin:0 auto;max-width:800px}.privacy-section{margin-bottom:60px}.privacy-section h2{align-items:center;color:#1f2937;display:flex;font-size:1.8rem;font-weight:600;gap:16px;margin-bottom:24px}.privacy-section h2 i{color:#2563eb;font-size:1.5rem}.privacy-section h3{font-size:1.3rem;margin:24px 0 16px}.privacy-section h4{color:#4b5563;font-size:1.1rem;font-weight:600;margin:20px 0 12px}.privacy-text p{color:#6b7280;line-height:1.6;margin-bottom:16px}.privacy-text ul{margin:16px 0;padding-left:24px}.privacy-text li{color:#6b7280;line-height:1.6;margin-bottom:8px}.privacy-text strong{color:#374151}.privacy-text a{color:#2563eb;text-decoration:none}.privacy-text a:hover{text-decoration:underline}.contact-note{background:#f3f4f6;border-left:4px solid #2563eb;border-radius:8px;margin-top:20px;padding:20px}.contact-info ul li{display:flex;gap:8px}.privacy-section h3{color:#374151;font-size:1.1rem;font-weight:600;margin:20px 0 10px}.footer{background:#1f2937;color:#fff;padding:60px 0 20px}.footer-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));justify-items:center;margin-bottom:40px;text-align:center}.footer-section h4{color:#f9fafb;font-size:1.2rem;font-weight:600;margin-bottom:8px}.footer-section p{color:#d1d5db;line-height:1.6;margin-bottom:20px}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:8px}.footer-section ul li a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#60a5fa}.footer-bottom{border-top:1px solid #374151;color:#9ca3af;padding-top:20px;text-align:center}@media (max-width:768px){body{overflow-x:hidden}.hero-container{overflow:hidden}.mobile-menu-toggle{display:block}.nav-links{display:none}.nav-container{padding:0 16px}.navbar{left:0;position:fixed;right:0;top:0;width:100%}.mobile-menu{max-height:calc(100vh - 70px);overflow-y:auto}.dropdown-menu{background:#0000;border:none;box-shadow:none;margin-top:0;padding:0;position:static}.dropdown-menu:before{display:none}.dropdown-menu a{border-bottom:none;padding:8px 0}.hero{margin-top:70px;padding:90px 0 60px}.hero-container{gap:40px;grid-template-columns:1fr;padding:0 16px;text-align:center}.hero-subtitle{font-size:1.1rem;margin-bottom:24px}.hero-buttons{align-items:center;flex-direction:column;gap:16px;justify-content:center}.hero-buttons .btn{justify-content:center;max-width:280px;width:100%}.extensions-showcase{display:flex;flex-direction:column;gap:20px;max-width:100%;overflow:hidden}.extension-card{height:auto;max-width:300px;min-height:180px;padding:16px;width:100%}.extension-card h3{font-size:1.3rem}.extension-card p{font-size:.85rem}.products{padding:60px 0}.products-grid{gap:24px;grid-template-columns:1fr;margin-top:40px}.product-card{margin:0 16px 20px;padding:24px}.product-detail-header{flex-direction:column;padding:0 20px;text-align:center}.features-grid{gap:20px;grid-template-columns:1fr;padding:0 16px}.feature-card{padding:20px}.feature-tooltip{font-size:.8rem;max-width:260px;padding:12px 16px}.feature-tooltip-left,.feature-tooltip-right{bottom:100%;left:50%;margin:0 0 12px;right:auto;top:auto;transform:translateX(-50%) translateY(-8px)}.feature-tooltip-left:after,.feature-tooltip-right:after{border:6px solid #0000;border-top-color:#1e293b;left:50%;right:auto;top:100%;transform:translateX(-50%)}.feature-tooltip-left:before,.feature-tooltip-right:before{border:7px solid #0000;border-top-color:#ffffff1a;left:50%;margin:0;right:auto;top:100%;transform:translateX(-50%)}section{padding:60px 0}.steps{grid-template-columns:1fr}.step{gap:16px;text-align:center}.download-info,.step{flex-direction:column}.download-info{gap:20px}.cta-buttons{align-items:center;flex-direction:column}.cta-buttons .btn{margin:0 16px;max-width:300px;width:100%}.privacy-header{padding:80px 20px 40px}.privacy-header-content h1{font-size:2.5rem}.privacy-content{padding:60px 0}.detail-section,.privacy-sections{padding:0 20px}.footer-content{gap:30px;grid-template-columns:1fr;padding:0 20px}.btn{min-height:44px;padding:14px 24px}.dropdown-toggle,.nav-logo{min-height:44px;min-width:44px}}@media (max-width:480px){.container{padding:0 16px}.nav-container{padding:0 12px}.mobile-menu{padding:16px}.hero-content h1{font-size:2rem}.btn{font-size:.9rem;padding:12px 20px}.product-card{margin:0 8px;padding:20px}.feature-card{padding:16px}.dropdown-menu{margin-top:10px;position:static;width:100%}}