.meg-page{overflow:hidden}.meg-hero-actions{flex-wrap:wrap;gap:16px;margin-top:2.5rem;display:flex}.meg-hero-actions .btn{border-radius:8px;padding:.85rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.meg-section{padding:80px 0}.meg-section-light{background:#f9fafb}.meg-section-dark{color:#fff;background:#0f0f0f}.meg-section-dark .meg-kicker{color:#0070f3}.meg-section-dark h2{color:#fff}.meg-section-dark p{color:#aaa}.meg-section-head{text-align:center;max-width:800px;margin:0 auto 3rem}.meg-kicker{letter-spacing:.25em;text-transform:uppercase;color:#0070f3;margin-bottom:.75rem;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:700;display:block}.meg-section-head h2{color:#111;margin-bottom:1rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;line-height:1.2}.meg-section-head p{color:#666;font-size:1.05rem;line-height:1.6}.meg-grid{gap:24px;max-width:1200px;margin:0 auto;display:grid}.meg-grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.meg-grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.meg-grid-4{grid-template-columns:1fr}}.meg-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:28px 24px;transition:all .3s}.meg-card:hover{border-color:#0070f3;transform:translateY(-2px);box-shadow:0 8px 30px #0070f314}.meg-card-icon{color:#0070f3;background:#0070f314;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;display:flex}.meg-card h3{color:#111;margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.meg-card p{color:#666;font-size:.9rem;line-height:1.55}.meg-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:12px;max-width:1200px;margin:0 auto;overflow-x:auto}.meg-table{border-collapse:collapse;width:100%;min-width:700px;font-size:.85rem}.meg-table thead{background:#f3f4f6}.meg-table th{text-align:left;color:#374151;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e5e7eb;padding:14px 16px;font-size:.8rem;font-weight:700}.meg-table td{color:#444;vertical-align:top;border-bottom:1px solid #f3f4f6;padding:12px 16px}.meg-table tbody tr:hover{background:#f9fafb}.meg-table tbody tr:last-child td{border-bottom:none}.meg-table .meg-result{color:#111;font-weight:600}.meg-table td:first-child{color:#111;font-weight:500}.meg-quote-section{background:#fff}.meg-quote-grid{grid-template-columns:1fr 1fr;align-items:start;gap:48px;max-width:1200px;margin:0 auto;display:grid}@media (max-width:900px){.meg-quote-grid{grid-template-columns:1fr;gap:32px}}.meg-quote-info h2{color:#111;margin-bottom:1rem;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;line-height:1.2}.meg-quote-info p{color:#666;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.meg-quote-list{margin:0 0 2rem;padding:0;list-style:none}.meg-quote-list li{color:#333;align-items:center;gap:10px;margin-bottom:10px;font-size:.95rem;display:flex}.meg-quote-list li svg{color:#0070f3;flex-shrink:0}.meg-quote-contacts{flex-direction:column;gap:10px;display:flex}.meg-quote-contacts a{color:#333;align-items:center;gap:10px;width:fit-content;font-size:.95rem;text-decoration:none;transition:color .2s;display:inline-flex}.meg-quote-contacts a:hover{color:#0070f3}.meg-quote-form-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:32px}.meg-form{flex-direction:column;gap:18px;display:flex}.meg-form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:640px){.meg-form-row{grid-template-columns:1fr}}.meg-form-field{flex-direction:column;gap:4px;display:flex}.meg-form-field label{color:#374151;font-size:.8rem;font-weight:600}.meg-form-field input,.meg-form-field textarea{color:#111;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:10px 14px;font-family:inherit;font-size:.9rem;transition:border-color .2s}.meg-form-field input:focus,.meg-form-field textarea:focus{border-color:#0070f3;outline:none;box-shadow:0 0 0 3px #0070f31a}.meg-form-submit{cursor:pointer;border-radius:8px;justify-content:center;width:100%;padding:.9rem 2rem;font-size:1rem;font-weight:600}.meg-form-note{color:#999;text-align:center;margin:0;font-size:.75rem}.meg-hidden-message{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.meg-form-submit:disabled{opacity:.65;cursor:not-allowed}.meg-form-status{border-radius:8px;align-items:center;gap:10px;padding:12px 14px;font-size:.88rem;display:flex}.meg-form-status.error{color:#ef4444;background:#ef444414;border:1px solid #ef444440}.meg-form-status p{margin:0}.animate-spin{animation:1s linear infinite meg-spin}@keyframes meg-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.meg-form-success{text-align:center;padding:20px 0}.meg-success-icon{color:#10b981;margin-bottom:1rem}.meg-form-success h3{color:#111;margin-bottom:.75rem;font-size:1.3rem;font-weight:700}.meg-form-success p{color:#666;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.meg-success-actions{flex-direction:column;align-items:center;gap:12px;display:flex}.meg-success-actions .btn{border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;max-width:360px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-success-contact{color:#fff;background:#25d366;border:none}.btn-success-contact:hover{color:#fff;background:#1da851}.btn-success-outline{color:#333;background:0 0;border:1px solid #d1d5db}.btn-success-outline:hover{color:#0070f3;border-color:#0070f3}.meg-final-cta{color:#fff;text-align:center;background:linear-gradient(135deg,#0f0f0f,#1a1a2e)}.meg-final-cta h2{color:#fff;margin-bottom:1rem;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800}.meg-final-cta p{color:#aaa;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.05rem}.meg-final-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.meg-final-actions .btn{border-radius:8px;padding:.85rem 2rem;font-size:1rem;font-weight:600}@media (max-width:768px){.meg-section{padding:60px 0}.meg-hero-actions{flex-direction:column;width:100%}.meg-hero-actions .btn{text-align:center;justify-content:center;width:100%}.meg-quote-form-card{padding:24px}.meg-final-actions{flex-direction:column;align-items:center}.meg-final-actions .btn{width:100%;max-width:360px}}.meg-hero .meg-hero-actions .btn-primary{color:#fff;background:#0070f3;border:1px solid #0070f3}.meg-hero .meg-hero-actions .btn-primary:hover{background:#1a86ff;border-color:#1a86ff}.meg-hero .meg-hero-actions .btn-ghost{color:#fff;background:0 0;border:1px solid #fff6}.meg-hero .meg-hero-actions .btn-ghost:hover{background:#ffffff0f;border-color:#fff}.meg-hero .meg-hero-actions .btn-outline-light{color:#fff;background:0 0;border:1px solid #ffffff4d}.meg-hero .meg-hero-actions .btn-outline-light:hover{color:#25d366;border-color:#25d366}.cmp-photo{background:#fff;border:1px solid #e5e7eb;border-radius:14px;max-width:1100px;margin:0 auto 2.5rem;overflow:hidden;box-shadow:0 10px 40px #0000000f}.cmp-photo-img{width:100%;height:auto;display:block}.cmp-photo figcaption{color:#666;text-align:center;background:#fff;padding:14px 20px;font-size:.9rem}.cmp-scroll{background:#fff;border:1px solid #e5e7eb;border-radius:14px;max-width:1200px;margin:0 auto;overflow-x:auto;box-shadow:0 10px 40px #0000000d}.cmp-table{border-collapse:collapse;width:100%;min-width:860px;font-size:.85rem}.cmp-table th,.cmp-table td{text-align:left;vertical-align:top;border-bottom:1px solid #f3f4f6;padding:14px 16px}.cmp-table thead th{background:#f3f4f6;border-bottom:2px solid #e5e7eb;min-width:230px}.cmp-table .cmp-label-col{color:#111;background:#fafafa;min-width:180px;font-weight:600}.cmp-table tbody tr:last-child td{border-bottom:none}.cmp-table .cmp-col{position:relative}.cmp-table .cmp-col.grade-best{background:#f0f7ff}.cmp-table .cmp-col.grade-mid{background:#fffaf0}.cmp-table .cmp-col.grade-basic{background:#f6f6f7}.cmp-table .cmp-highlight{color:#111;font-weight:700}.cmp-grade-label{color:#111;margin-bottom:4px;font-size:.95rem;font-weight:700;display:block}.cmp-grade-badge{letter-spacing:.4px;text-transform:uppercase;color:#0070f3;background:#0070f314;border-radius:6px;padding:3px 8px;font-size:.68rem;font-weight:700;display:inline-block}.cmp-table .grade-best .cmp-grade-badge{color:#0070f3}.cmp-table .grade-mid .cmp-grade-badge{color:#b45309;background:#b4530914}.cmp-table .grade-basic .cmp-grade-badge{color:#6b7280;background:#6b72801a}.grade-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:28px;max-width:1200px;margin:0 auto;display:grid}@media (max-width:1024px){.grade-grid{grid-template-columns:1fr;max-width:560px}}.grade-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;gap:14px;padding:28px 26px;transition:all .3s;display:flex;position:relative;overflow:hidden}.grade-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.grade-card.grade-best{border-color:#0070f3;box-shadow:0 0 0 2px #0070f31f}.grade-card.grade-active{border-color:#0070f3;box-shadow:0 8px 32px #0070f326}.grade-card-head{border-bottom:1px solid #f0f0f0;padding-bottom:14px}.grade-card-title-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.grade-card h3{color:#111;margin:0;font-size:1.05rem;font-weight:800}.grade-badge{text-transform:uppercase;letter-spacing:.4px;color:#0070f3;background:#0070f314;border-radius:6px;padding:3px 8px;font-size:.66rem;font-weight:700}.grade-mid .grade-badge{color:#b45309;background:#b4530914}.grade-basic .grade-badge{color:#6b7280;background:#6b72801a}.grade-purity{align-items:baseline;gap:8px;margin-top:10px;display:flex}.grade-purity-num{color:#111;font-family:JetBrains Mono,monospace;font-size:2rem;font-weight:800;line-height:1}.grade-purity-unit{color:#666;font-size:.8rem}.grade-best .grade-purity-num{color:#0070f3}.grade-features{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.grade-features li{color:#444;align-items:flex-start;gap:8px;font-size:.85rem;display:flex}.grade-features li svg{color:#0070f3;flex-shrink:0;margin-top:1px}.grade-app{color:#333;background:#f9fafb;border-radius:10px;padding:12px 14px;font-size:.85rem;line-height:1.55}.grade-app strong{color:#111;margin-bottom:4px;display:block}.grade-verdict{color:#666;align-items:flex-start;gap:10px;font-size:.83rem;line-height:1.5;display:flex}.grade-verdict svg{color:#b45309;flex-shrink:0;margin-top:2px}.grade-best .grade-verdict svg{color:#0070f3}.grade-card-actions{margin-top:auto}.grade-quote-btn{color:#fff;cursor:pointer;background:#0070f3;border:1px solid #0070f3;border-radius:8px;width:100%;padding:.8rem 1.5rem;font-size:.95rem;font-weight:600}.grade-quote-btn:hover{background:#1a86ff}.grade-basic .grade-quote-btn{background:#374151;border-color:#374151}.grade-basic .grade-quote-btn:hover{background:#4b5563}.meg-form-grade{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:14px 16px}.meg-form-grade-label{color:#374151;margin-bottom:10px;font-size:.8rem;font-weight:700;display:block}.meg-form-grade-opts{flex-direction:column;gap:8px;display:flex}.meg-grade-opt{cursor:pointer;background:#fafafa;border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;transition:all .2s;display:flex}.meg-grade-opt input{opacity:0;width:0;height:0;position:absolute}.meg-grade-opt .meg-grade-opt-name{color:#333;align-items:center;gap:8px;font-size:.85rem;font-weight:600;display:flex}.meg-grade-opt .meg-grade-opt-name:before{content:"";background:#fff;border:2px solid #d1d5db;border-radius:50%;flex-shrink:0;width:14px;height:14px;transition:all .2s}.meg-grade-opt .meg-grade-opt-purity{color:#111;font-family:JetBrains Mono,monospace;font-size:.8rem;font-weight:700}.meg-grade-opt:hover{border-color:#0070f3}.meg-grade-opt-on{background:#f0f7ff;border-color:#0070f3;box-shadow:0 0 0 1px #0070f333}.meg-grade-opt-on .meg-grade-opt-name:before{background:#0070f3;border-color:#0070f3;box-shadow:inset 0 0 0 3px #fff}.meg-final-cta .btn-primary{color:#fff;background:#0070f3;border:1px solid #0070f3;border-radius:8px}.meg-final-cta .btn-primary:hover{background:#1a86ff}.meg-final-cta .btn-ghost{color:#fff;background:0 0;border:1px solid #fff6;border-radius:8px}.meg-final-cta .btn-ghost:hover{border-color:#fff}.meg-final-cta .btn-outline-light{color:#fff;background:0 0;border:1px solid #ffffff4d;border-radius:8px}.meg-final-cta .btn-outline-light:hover{color:#25d366;border-color:#25d366}@media (max-width:640px){.cmp-table{font-size:.8rem}.cmp-table th,.cmp-table td{padding:10px 12px}.cmp-photo figcaption{padding:10px 14px;font-size:.78rem}}.meg-hero .hero-img{opacity:.7;object-position:center 35%}.meg-hero .hero-overlay{background:linear-gradient(#050505bd 0%,#050505a3 40%,#050505d6 75%,#050505 100%)}.cmp-table{color:#374151}.cmp-table thead th{color:#111}.cmp-table tbody td{color:#444}.meg-grid-3{grid-template-columns:repeat(3,1fr)}@media (max-width:640px){.meg-grid-3{grid-template-columns:1fr}}.meg-section-dark .meg-section-head h2{color:#fff}.meg-section-dark .meg-section-head p{color:#aaa}.meg-card-dark{background:#1a1a1a;border-color:#333}.meg-card-dark h3{color:#fff}.meg-card-dark p{color:#aaa}.meg-hero.product-hero{box-sizing:border-box;align-items:center;padding-top:140px;padding-bottom:80px;display:flex}.meg-hero .hero-container{z-index:10;flex-direction:column;width:100%;max-width:1400px;margin:0 auto;padding:0 40px;display:flex;position:relative;top:auto;left:auto;transform:none}@media (max-width:1024px){.meg-hero.product-hero{padding-top:130px;padding-bottom:70px;min-height:600px!important}.meg-hero .hero-container{padding:0 30px}}@media (max-width:768px){.meg-hero.product-hero{padding-top:110px;padding-bottom:60px;min-height:650px!important}.meg-hero .hero-container{padding:0 20px}}
