.contact-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.contact-modal-content{background:#fff;border-radius:12px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.contact-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e5e7eb}.contact-modal-header h2{margin:0;font-size:20px;font-weight:600;color:#1f2937}.contact-modal-close{background:none;border:none;font-size:28px;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.contact-modal-close:hover{background-color:#f3f4f6;color:#1f2937}.contact-modal-subtitle{padding:0 24px;margin:0 0 20px;color:#6b7280;font-size:14px}.contact-form{padding:0 24px 24px;display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:14px;font-weight:500;color:#374151}.form-group input,.form-group textarea{padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-family:inherit;transition:all .2s}.simulation-summary{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:12px;margin:8px 0}.simulation-label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;margin:0 0 8px}.simulation-details{font-size:13px;color:#374151}.simulation-details p{margin:4px 0}.submit-status{padding:12px;border-radius:6px;font-size:14px;text-align:center;margin:8px 0}.submit-status.success{background-color:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.submit-status.error{background-color:#fee2e2;color:#991b1b;border:1px solid #fecaca}.contact-submit-btn{padding:12px 16px;background-color:#667eea;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;margin-top:8px}.contact-submit-btn:hover:not(:disabled){background-color:#5568d3;transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.contact-submit-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:640px){.contact-modal-overlay{padding:16px}.contact-modal-content{max-width:100%}.contact-modal-header{padding:16px}.contact-form{padding:0 16px 16px}}.quote-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.quote-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.quote-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.quote-modal-header h2{margin:0;font-size:1.5rem;font-weight:700}.quote-modal-close{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.quote-modal-close:hover{transform:scale(1.1)}.quote-modal-body{padding:1.5rem}.quote-modal-subtitle{color:#666;font-size:.95rem;margin:0 0 1.5rem;line-height:1.5}.quote-success-message{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem}.quote-success-message p{margin:.5rem 0}.quote-error-message{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem}.quote-error-message p{margin:.5rem 0}.quote-modal-message{padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500;text-align:center}.quote-modal-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.quote-modal-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.quote-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#333;font-size:.9rem}.form-group input,.form-group textarea{padding:.75rem;border:1px solid #cbd5e0;border-radius:6px;font-size:.95rem;font-family:inherit;transition:all .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:100px}.form-actions{display:flex;gap:1rem;margin-top:1rem}.btn-cancel,.btn-submit{flex:1;padding:.75rem 1rem;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-cancel{background:#e2e8f0;color:#333}.btn-cancel:hover:not(:disabled){background:#cbd5e0}.btn-submit{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.btn-cancel:disabled,.btn-submit:disabled{opacity:.6;cursor:not-allowed}@media(max-width:480px){.quote-modal{max-width:100%;border-radius:8px}.quote-modal-header{padding:1rem}.quote-modal-header h2{font-size:1.25rem}.quote-modal-body{padding:1rem}.form-actions{flex-direction:column}.btn-cancel,.btn-submit{width:100%}}.pricing-calculator{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);padding:3rem 1rem;margin:2rem 0}.calculator-container{max-width:1400px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;overflow:hidden}.calculator-container h2{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;margin:0;font-size:1.8rem;text-align:center}.calculator-container .subtitle{text-align:center;color:#666;margin:.5rem 0 0;font-size:.95rem}.calculator-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem}@media(max-width:1024px){.calculator-content{grid-template-columns:1fr}}.inputs-section{background:#f8f9fa;border-radius:8px;padding:1.5rem}.inputs-section h3{color:#333;font-size:1.1rem;margin-top:0;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #667eea}.inputs-section h3:not(:first-of-type){margin-top:2rem}.input-field{margin-bottom:1.2rem;display:flex;flex-direction:column}.input-field label{font-weight:600;color:#333;margin-bottom:.4rem;font-size:.95rem}.input-field input{padding:.7rem;border:2px solid #ddd;border-radius:6px;font-size:1rem;transition:all .3s ease}.input-field input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.input-field .unit{font-size:.85rem;color:#999;margin-top:.3rem}.reset-btn{background:#667eea;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;margin-top:1rem}.reset-btn:hover{background:#764ba2;transform:translateY(-2px);box-shadow:0 5px 15px #667eea4d}.results-section{display:flex;flex-direction:column}.results-card{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:8px;padding:1.5rem;box-shadow:0 5px 15px #0000001a}.results-card h3{color:#333;font-size:1.1rem;margin-top:0;margin-bottom:1.5rem;text-align:center;padding-bottom:.5rem;border-bottom:2px solid #667eea}.cost-section{margin-bottom:1.5rem}.cost-section h4{color:#667eea;font-size:.95rem;margin-top:0;margin-bottom:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.cost-item{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-bottom:1px solid rgba(0,0,0,.05);font-size:.95rem}.cost-item span:first-child{color:#555}.cost-item .amount{color:#333;font-weight:600;font-family:Courier New,monospace}.cost-subtotal{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;border-top:2px solid #667eea;border-bottom:2px solid #667eea;font-weight:700;color:#667eea;margin-top:.5rem;margin-bottom:.5rem}.cost-subtotal .amount{color:#667eea;font-family:Courier New,monospace;font-size:1.05rem}.total-section{background:#fff;border-radius:8px;padding:1rem;margin-top:1rem}.cost-total{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:6px;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.cost-total .amount{color:#fff;font-family:Courier New,monospace;font-size:1.3rem}.cost-total.annual{background:linear-gradient(135deg,#f093fb,#f5576c)}.promo-message{background:#fff3cd;border-left:4px solid #ffc107;padding:1rem;border-radius:4px;margin-top:1.5rem}.promo-message p{margin:.5rem 0;color:#856404;font-size:.95rem;line-height:1.5}.promo-message p:first-child{font-weight:700;margin-bottom:.5rem}@media(max-width:768px){.calculator-container h2{font-size:1.4rem;padding:1.5rem}.calculator-content{padding:1rem;gap:1rem}.inputs-section,.results-card{padding:1rem}.cost-item,.cost-subtotal,.cost-total{font-size:.9rem}.cost-total .amount{font-size:1.1rem}}.highlight-section{background:linear-gradient(135deg,#fff5e6,#ffe6f0);border:2px solid #ff9800;border-radius:8px;padding:1.5rem;margin-top:1.5rem}.highlight-section h4{color:#ff6b00;font-size:1rem;margin-top:0;margin-bottom:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.highlight-info{background:#fff;padding:.8rem;border-radius:6px;color:#333;font-size:.95rem;margin-bottom:1rem;border-left:4px solid #ff9800}.highlight-info strong{color:#ff6b00;font-weight:700}.highlight-card{background:#fff;border:2px solid #ff9800;border-radius:8px;padding:1.2rem;margin-bottom:1rem;box-shadow:0 4px 12px #ff6b0026}.highlight-item{text-align:center}.highlight-label{color:#ff6b00;font-size:.9rem;font-weight:600;margin-bottom:.5rem;display:block}.highlight-value{font-size:2rem;font-weight:700;color:#ff6b00;font-family:Courier New,monospace;margin:.5rem 0}.highlight-desc{color:#666;font-size:.85rem;margin-top:.5rem;font-style:italic}.highlight-summary{background:linear-gradient(135deg,#ff9800,#ff6b00);color:#fff;padding:1rem;border-radius:6px;text-align:center;font-weight:600;margin-top:1rem}.highlight-summary p{margin:0;font-size:.95rem;line-height:1.6}.highlight-summary strong{color:#fff;font-weight:700}@media(max-width:768px){.highlight-section,.highlight-card{padding:1rem}.highlight-value{font-size:1.5rem}.highlight-summary{padding:.8rem;font-size:.9rem}}.volume-discount-section{background:linear-gradient(135deg,#e8f5e9,#f1f8e9);border:2px solid #4caf50;border-radius:8px;padding:1.5rem;margin-top:1.5rem}.volume-discount-section h4{color:#2e7d32;font-size:1rem;margin-top:0;margin-bottom:.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.discount-desc{color:#558b2f;font-size:.9rem;margin-bottom:1rem;font-style:italic}.tiers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem}.tier-card{background:#fff;border:2px solid #c8e6c9;border-radius:8px;padding:1rem;text-align:center;transition:all .3s ease;position:relative}.tier-card.active{border-color:#4caf50;background:linear-gradient(135deg,#f1f8e9,#e8f5e9);box-shadow:0 4px 12px #4caf5033}.tier-name{font-weight:700;color:#2e7d32;font-size:1rem;margin-bottom:.5rem}.tier-volume{color:#558b2f;font-size:.85rem;margin-bottom:.5rem;font-family:Courier New,monospace}.tier-discount{color:#4caf50;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.tier-badge{position:absolute;top:-10px;right:-10px;background:#4caf50;color:#fff;padding:.3rem .6rem;border-radius:12px;font-size:.75rem;font-weight:700}.tier-info{background:#fff;border-left:4px solid #4caf50;padding:1rem;border-radius:4px;margin-bottom:.5rem;font-size:.95rem;color:#333}.tier-info p{margin:.3rem 0}.tier-info.next-tier{border-left-color:#ff9800;background:linear-gradient(135deg,#fff8e1,#fff3e0)}.cost-discount{display:flex;justify-content:space-between;align-items:center;padding:.8rem;background:#e8f5e9;border:2px solid #4caf50;border-radius:6px;color:#2e7d32;font-weight:600;margin-bottom:.5rem}.cost-discount.no-discount{background:#fff3e0;border-color:#ff9800;color:#e65100}.cost-discount .amount{color:#2e7d32;font-family:Courier New,monospace;font-size:1.1rem}.cost-discount.no-discount .amount{color:#e65100}.cost-total.final{background:linear-gradient(135deg,#4caf50,#388e3c);margin-top:.5rem}.faq-section{background:#fff;padding:2rem;margin-top:2rem;border-radius:12px;box-shadow:0 8px 16px #0000001a}.faq-section .pricing-faq-container{margin-top:0;padding:0;background:transparent;box-shadow:none;border-top:none}@media(max-width:768px){.volume-discount-section{padding:1rem}.tiers-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.8rem}.tier-card{padding:.8rem}.tier-name{font-size:.9rem}.tier-volume,.tier-discount{font-size:.8rem}}.quote-request-section{width:100%;padding:3rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);text-align:center;margin:2rem 0}.quote-request-btn{background:#fff;color:#667eea;border:none;padding:1.2rem 3rem;border-radius:8px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #0003;max-width:400px;margin:0 auto;display:inline-block}.quote-request-btn:hover{background:#f0f0f0;transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}.quote-request-btn:active{transform:translateY(-1px)}@media(max-width:768px){.quote-request-section{padding:2rem .5rem}.quote-request-btn{padding:1rem 2rem;font-size:1rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{background:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.nav-container{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;max-width:1200px;margin:0 auto}.nav-logo{display:flex;align-items:center;gap:.5rem}.logo-img{width:40px;height:40px;border-radius:8px}.logo-text{font-size:1.5rem;font-weight:700;color:#2d5a27}.nav-menu{display:flex;gap:2rem}.nav-link{background:none;border:none;color:#333;font-size:1rem;cursor:pointer;padding:.5rem 1rem;border-radius:6px;transition:all .3s ease}.nav-link:hover,.nav-link.active{background:#f0f8f0;color:#2d5a27}.nav-actions{display:flex;align-items:center;gap:1rem}.language-btn{background:#f8f9fa;border:1px solid #dee2e6;color:#495057;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:500;transition:all .3s ease}.language-btn:hover{background:#e9ecef}.login-btn{background:none;border:1px solid #2d5a27;color:#2d5a27;padding:.5rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:500;transition:all .3s ease}.login-btn:hover{background:#2d5a27;color:#fff}.cta-btn{background:#2d5a27;border:none;color:#fff;padding:.5rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:500;transition:all .3s ease}.cta-btn:hover{background:#1e3d1a}.page{min-height:calc(100vh - 80px)}.page-title{font-size:3rem;font-weight:700;color:#2d5a27;text-align:center;margin-bottom:1rem}.page-subtitle{font-size:1.2rem;color:#666;text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.hero{background:linear-gradient(135deg,#f8fffe,#e8f5e8);padding:6rem 0;text-align:center}.hero-title{font-size:3.5rem;font-weight:700;color:#2d5a27;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.3rem;color:#666;margin-bottom:2.5rem;max-width:800px;margin-left:auto;margin-right:auto}.hero-cta{background:#2d5a27;color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;margin-bottom:3rem}.hero-cta:hover{background:#1e3d1a;transform:translateY(-2px)}.hero-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:3rem}.feature-item{display:flex;align-items:center;gap:.5rem;background:#fff;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 2px 10px #0000001a}.feature-icon{color:#2d5a27;font-weight:700}.section-title{font-size:2.5rem;font-weight:700;color:#2d5a27;text-align:center;margin-bottom:1rem}.section-subtitle{font-size:1.1rem;color:#666;text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.section-description{font-size:1.1rem;color:#666;text-align:center;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.services{padding:6rem 0;background:linear-gradient(135deg,#f0fdf4,#f5fffa)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;margin-top:3rem}.service-card{background:#fff;border:none;border-radius:16px;padding:2.5rem;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #2d5a2714,0 8px 30px #0000000d;position:relative;overflow:hidden;border-top:4px solid transparent}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2d5a27,#4a8c3d)}.service-card:nth-child(1):before{background:linear-gradient(90deg,#2d5a27,#3d7030)}.service-card:nth-child(2):before{background:linear-gradient(90deg,#4a8c3d,#5fa84d)}.service-card:nth-child(3):before{background:linear-gradient(90deg,#5fa84d,#7bc45d)}.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #2d5a2726,0 20px 50px #0000001a}.service-icon{font-size:3.5rem;margin-bottom:1.5rem;display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#f0fdf4,#e8f8f0);border-radius:50%;margin-left:auto;margin-right:auto}.service-card:nth-child(1) .service-icon{background:linear-gradient(135deg,#fef3c7,#fde68a)}.service-card:nth-child(2) .service-icon{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.service-card:nth-child(3) .service-icon{background:linear-gradient(135deg,#fce7f3,#fbcfe8)}.service-card h3{font-size:1.6rem;font-weight:700;color:#1e3d1a;margin-bottom:.75rem;letter-spacing:-.5px}.service-subtitle{color:#4a8c3d;font-weight:600;margin-bottom:1rem;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}.service-card>p{color:#555;font-size:.95rem;margin-bottom:1.5rem;line-height:1.6}.service-features{list-style:none;margin:2rem 0;text-align:left;background:#f9fdf8;padding:1.5rem;border-radius:12px}.service-features li{padding:.75rem 0;border-bottom:1px solid #e8f5e3;font-size:.95rem;color:#333}.service-features li:last-child{border-bottom:none}.service-features li:before{content:"✓";color:#2d5a27;font-weight:700;margin-right:.75rem;font-size:1.1rem}.service-btn{background:linear-gradient(135deg,#2d5a27,#3d7030);color:#fff;border:none;padding:.85rem 2rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;font-size:.95rem;letter-spacing:.3px;box-shadow:0 4px 15px #2d5a2733}.service-btn:hover{background:linear-gradient(135deg,#1e3d1a,#2d5a27);transform:translateY(-2px);box-shadow:0 6px 20px #2d5a274d}.features{padding:6rem 0;background:linear-gradient(180deg,#fff,#f0fdf4)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:3rem}.feature-card{background:#fff;padding:2.5rem 2rem;border-radius:14px;text-align:center;box-shadow:0 4px 20px #2d5a2714;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;border:1px solid #e8f5e3}.feature-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#4a8c3d,transparent);border-radius:0 0 14px 14px}.feature-card:hover{transform:translateY(-6px);box-shadow:0 12px 35px #2d5a2726}.feature-card .feature-icon{font-size:3rem;margin-bottom:1.5rem;display:inline-flex;align-items:center;justify-content:center;width:70px;height:70px;background:linear-gradient(135deg,#f0fdf4,#e8f8f0);border-radius:50%}.feature-card h3{color:#1e3d1a;margin-bottom:1rem;font-size:1.3rem;font-weight:700}.feature-card p{color:#555;font-size:.95rem;line-height:1.6}.pricing{padding:6rem 0;background:#fff}.promo-section{margin-bottom:4rem}.promo-card{background:linear-gradient(135deg,#2d5a27,#1e3d1a);color:#fff;padding:3rem;border-radius:16px;text-align:center;max-width:900px;margin:0 auto}.promo-title{font-size:2rem;margin-bottom:1rem}.promo-subtitle{font-size:1.2rem;margin-bottom:1.5rem;opacity:.9}.promo-description{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.promo-features{text-align:left;margin:2rem 0}.promo-feature{margin:1rem 0;padding:1rem;background:#ffffff1a;border-radius:8px}.promo-note{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.promo-signature{font-style:italic;margin-top:1rem}.pricing-detailed{margin-top:4rem}.pricing-section{margin-bottom:4rem;padding:3rem;background:#f8fffe;border-radius:16px}.pricing-section-title{font-size:2rem;color:#2d5a27;text-align:center;margin-bottom:1rem}.pricing-section-subtitle{font-size:1.1rem;color:#666;text-align:center;margin-bottom:2rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.pricing-item{background:#fff;padding:1.5rem;border-radius:12px;text-align:center;box-shadow:0 4px 15px #00000014;transition:all .3s ease}.pricing-item:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000026}.pricing-icon{font-size:2rem;margin-bottom:1rem}.pricing-item h4{color:#2d5a27;margin-bottom:1rem;font-size:1.1rem}.pricing-price{font-size:1.5rem;font-weight:700;color:#2d5a27}.pricing-contracts{background:#fff;padding:2rem;border-radius:12px;margin-top:2rem}.pricing-contracts h4{color:#2d5a27;margin-bottom:1rem;text-align:center}.contract-pricing{display:flex;justify-content:space-around;flex-wrap:wrap;gap:1rem}.contract-pricing span{background:#f8f9fa;padding:.5rem 1rem;border-radius:6px;font-size:.9rem}.activity-pricing{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.activity-item{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 15px #00000014}.activity-icon{font-size:2.5rem;margin-bottom:1rem}.activity-item h4{color:#2d5a27;margin-bottom:1rem}.activity-price{font-size:1.8rem;font-weight:700;color:#2d5a27}.discounts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.discount-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 15px #00000014;transition:all .3s ease}.discount-card:hover{transform:translateY(-3px)}.discount-members{font-size:1.1rem;color:#666;margin-bottom:1rem}.discount-percentage{font-size:2.5rem;font-weight:700;color:#2d5a27;margin-bottom:.5rem}.discount-label{color:#666;font-size:.9rem}.calculator-section{background:linear-gradient(135deg,#2d5a27,#1e3d1a);color:#fff;padding:3rem;border-radius:16px;text-align:center;margin:3rem 0}.calculator-title{font-size:2rem;margin-bottom:1rem}.calculator-subtitle{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.calculator-btn{background:#fff;color:#2d5a27;border:none;padding:1rem 2rem;border-radius:8px;cursor:pointer;font-weight:600;font-size:1.1rem;transition:all .3s ease}.calculator-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #ffffff4d}.pricing-contact{text-align:center;margin-top:3rem}.contact-btn{background:#2d5a27;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;cursor:pointer;font-weight:600;font-size:1.1rem;transition:all .3s ease}.contact-btn:hover{background:#1e3d1a;transform:translateY(-2px)}.documentation{padding:6rem 0;background:#f8fffe}.pyramids-section{background:#fff;padding:3rem;border-radius:16px;text-align:center;margin-bottom:4rem;box-shadow:0 4px 20px #00000014}.pyramid-btn{background:#2d5a27;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;margin-top:1rem}.pyramid-btn:hover{background:#1e3d1a}.guides-section{margin-bottom:4rem}.docs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.doc-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s ease;position:relative}.doc-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.doc-image{width:100%;height:200px;object-fit:cover}.doc-badge{position:absolute;top:1rem;left:1rem;background:#2d5a27;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.doc-card h3{padding:1.5rem 1.5rem .5rem;color:#2d5a27;font-size:1.3rem;font-weight:700;line-height:1.4}.doc-card p{padding:.5rem 1.5rem;color:#555;margin-bottom:1rem;font-size:.95rem;line-height:1.6;min-height:3em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.doc-btn{background:#2d5a27;color:#fff;border:none;padding:.75rem 1.5rem;margin:0 1.5rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:600;transition:all .3s ease;width:calc(100% - 3rem);display:block}.doc-btn:hover{background:#1e3d1a}.gallery-section{margin-top:4rem}.gallery-categories{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.gallery-category-btn{background:#fff;border:2px solid #2d5a27;color:#2d5a27;padding:.5rem 1.5rem;border-radius:25px;cursor:pointer;font-weight:500;transition:all .3s ease}.gallery-category-btn:hover,.gallery-category-btn.active{background:#2d5a27;color:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.gallery-item{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.gallery-image{width:100%;height:250px;object-fit:cover}.gallery-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:#fff;padding:2rem 1.5rem 1.5rem;text-align:center}.gallery-overlay h3{font-size:1.2rem;margin-bottom:.5rem}.gallery-overlay p{font-size:.9rem;opacity:.9}.about{padding:6rem 0;background:#fff}.about-content{max-width:800px;margin:0 auto 4rem}.about-section{margin-bottom:3rem}.about-section h2{color:#2d5a27;margin-bottom:1rem;font-size:2rem}.team-section{margin-top:4rem}.team-description{text-align:center;font-size:1.1rem;color:#666;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.team-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 20px #00000014}.team-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.team-photo{width:120px;height:120px;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:4px solid #f8f9fa}.team-card h3{color:#2d5a27;margin-bottom:.5rem}.team-role{color:#2d5a27;font-weight:500;font-size:.9rem}.footer{background:#1a1a1a;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-brand{max-width:300px}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-description{color:#ccc;line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.footer-section h4{color:#2d5a27;margin-bottom:1rem;font-size:1.1rem}.footer-section a{color:#ccc;text-decoration:none;display:block;margin-bottom:.5rem;transition:color .3s ease}.footer-section a:hover{color:#2d5a27}.footer-bottom{border-top:1px solid #333;padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.social-links{display:flex;gap:1rem}.social-link{color:#ccc;text-decoration:none;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;transition:all .3s ease}.social-link:hover{background:#333;color:#fff}.social-link.facebook:hover{background:#1877f2}.social-link.twitter:hover{background:#1da1f2}.social-link.youtube:hover{background:red}.copyright{color:#666;font-size:.9rem}@media(max-width:768px){.nav-container{flex-direction:column;gap:1rem;padding:1rem}.nav-menu{flex-wrap:wrap;justify-content:center;gap:1rem}.hero-title{font-size:2.5rem}.hero-features{flex-direction:column;align-items:center}.page-title,.section-title{font-size:2rem}.services-grid,.features-grid,.docs-grid,.team-grid,.gallery-grid,.pricing-grid,.discounts-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}.footer-bottom{flex-direction:column;text-align:center}.promo-card,.calculator-section{padding:2rem 1rem}.promo-title,.calculator-title{font-size:1.5rem}.pricing-section{padding:2rem 1rem}.contract-pricing{flex-direction:column;align-items:center}.gallery-categories{justify-content:center}.activity-pricing{grid-template-columns:1fr}}.api-badge{display:inline-flex;align-items:center;gap:6px;background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a;font-size:.75rem;font-weight:500;padding:4px 10px;border-radius:20px;margin-bottom:1.5rem}.api-badge-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-image{height:160px;width:100%;border-radius:8px}.skeleton-badge{height:20px;width:80px;margin:8px 0}.skeleton-title{height:24px;width:80%;margin:8px 0}.skeleton-text{height:16px;width:100%;margin:4px 0}.skeleton-price{height:32px;width:60%;margin:8px 0}.skeleton-avatar{height:100px;width:100px;border-radius:50%;margin:0 auto 12px}.skeleton-name{height:20px;width:70%;margin:0 auto 8px}.skeleton-role{height:16px;width:50%;margin:0 auto}.skeleton-full{height:100%;min-height:200px;width:100%}.doc-card-skeleton,.team-card-skeleton,.admin-pricing-skeleton,.gallery-skeleton{padding:16px}.article-categories{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:1.5rem}.category-filter-btn{padding:6px 14px;border:1px solid #d1d5db;background:#fff;border-radius:20px;font-size:.85rem;cursor:pointer;transition:all .2s;color:#374151}.category-filter-btn:hover,.category-filter-btn.active{background:#1e40af;border-color:#1e40af;color:#fff}.article-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.article-modal{background:#fff;border-radius:12px;padding:2.5rem;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d}.article-modal-badge{display:inline-block;background:#dbeafe;color:#1e40af;font-size:.75rem;font-weight:600;padding:3px 10px;border-radius:12px;margin-bottom:.75rem}.article-modal-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1rem}.article-modal-content{color:#374151;line-height:1.8;font-size:1rem}.article-modal-content h1{font-size:2rem;font-weight:800;color:#111827;margin-top:2rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:3px solid #1e40af}.article-modal-content h2{font-size:1.5rem;font-weight:700;color:#1e40af;margin-top:1.5rem;margin-bottom:.75rem}.article-modal-content h3{font-size:1.25rem;font-weight:600;color:#374151;margin-top:1.25rem;margin-bottom:.5rem}.article-modal-content p{margin-bottom:1rem;text-align:justify}.article-modal-content ul,.article-modal-content ol{padding-left:2rem;margin-bottom:1.5rem}.article-modal-content li{margin-bottom:.5rem;line-height:1.6}.article-modal-content ul li:before{content:"▸";color:#1e40af;font-weight:700;display:inline-block;width:1em;margin-left:-1em}.article-modal-content code{background:#f3f4f6;color:#d946ef;padding:2px 6px;border-radius:4px;font-size:.9em;font-family:Courier New,monospace}.article-modal-content pre{background:#1f2937;color:#f9fafb;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0;border-left:4px solid #1e40af}.article-modal-content pre code{background:none;color:#f9fafb;padding:0}.article-modal-content blockquote{border-left:4px solid #1e40af;padding-left:1rem;margin:1.5rem 0;color:#6b7280;font-style:italic;background:#f8fafc;padding:1rem 1rem 1rem 1.5rem;border-radius:4px}.article-modal-content img{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0;box-shadow:0 4px 12px #0000001a}.article-modal-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.article-modal-content th{background:#1e40af;color:#fff;padding:.75rem 1rem;text-align:left;font-weight:600}.article-modal-content td{padding:.75rem 1rem;border-bottom:1px solid #e5e7eb}.article-modal-content tr:hover{background:#f8fafc}.article-modal-content hr{border:none;border-top:2px solid #e5e7eb;margin:2rem 0}.article-modal-content mark,.article-modal-content span[style*=background-color]{background-color:transparent!important;color:inherit}.article-modal-content strong,.article-modal-content b{color:#1e40af;font-weight:700}.article-modal-content em,.article-modal-content i{color:#6b7280;font-style:italic}.article-modal-loading{display:flex;flex-direction:column;align-items:center;gap:12px;padding:2rem;color:#6b7280}.loading-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#1e40af;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.article-modal-description{color:#6b7280;line-height:1.6}.gallery-category-btn.active{background:#1e40af;color:#fff;border-color:#1e40af}.gallery-empty{text-align:center;padding:3rem;color:#9ca3af;font-style:italic}.photo-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;z-index:1000;display:flex;align-items:center;justify-content:center}.photo-modal{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center}.photo-modal-image{max-width:100%;max-height:75vh;object-fit:contain;border-radius:8px}.photo-modal-placeholder{width:400px;height:300px;background:#1f2937;border-radius:8px;display:flex;align-items:center;justify-content:center}.photo-placeholder-icon{font-size:4rem}.photo-modal-caption{margin-top:1rem;text-align:center;color:#fff}.photo-modal-category{display:inline-block;background:#fff3;padding:3px 10px;border-radius:12px;font-size:.8rem;margin-bottom:4px}.modal-close-btn{position:absolute;top:-2rem;right:0;background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:background .2s}.modal-close-btn:hover{background:#fff6}.modal-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;border:none;color:#fff;width:44px;height:44px;border-radius:50%;cursor:pointer;font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:background .2s}.modal-nav-btn:hover{background:#fff6}.modal-prev{left:-3rem}.modal-next{right:-3rem}.team-photo-placeholder{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#1e40af,#3b82f6);display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.team-initials{color:#fff;font-size:1.5rem;font-weight:700}.team-bio{font-size:.8rem;color:#6b7280;margin-top:6px;line-height:1.4;text-align:center}.admin-pricing-section{margin:2rem 0;padding:1.5rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.admin-pricing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;margin-top:1rem}.admin-pricing-promos{margin-bottom:1.5rem}.admin-pricing-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1.5rem;position:relative;transition:box-shadow .2s}.admin-pricing-card:hover{box-shadow:0 4px 12px #00000014}.admin-pricing-card.promotional{border-color:#f59e0b;background:linear-gradient(135deg,#fffbeb,#fff)}.promo-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:#f59e0b;color:#fff;font-size:.75rem;font-weight:600;padding:3px 12px;border-radius:12px;white-space:nowrap}.admin-pricing-header{margin-bottom:1rem}.admin-pricing-name{font-size:1.1rem;font-weight:600;color:#111827;margin-bottom:4px}.admin-pricing-price{font-size:1.5rem;font-weight:700;color:#1e40af}.admin-pricing-currency{font-size:.75rem;color:#6b7280;margin-top:2px}.admin-pricing-description{font-size:.875rem;color:#6b7280;margin-bottom:1rem;line-height:1.5}.admin-pricing-features{list-style:none;padding:0;margin:0}.admin-pricing-features li{display:flex;align-items:flex-start;gap:8px;font-size:.875rem;color:#374151;padding:4px 0}.feature-check{color:#22c55e;font-weight:700;flex-shrink:0}.admin-pricing-quote-btn{width:100%;padding:.75rem 1rem;margin-top:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.admin-pricing-quote-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.admin-pricing-quote-btn:active{transform:translateY(0)}
