*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1f2937;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 0;position:sticky;top:0;z-index:100}.logo h2{color:#2e8b57;font-weight:700;font-size:1.5rem}.logo-img{height:100px;width:auto;max-width:200px}.hero{padding:4rem 0 3rem;background:linear-gradient(135deg,#fff,#f9fafb)}.hero-content{text-align:center;max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem;line-height:1.1}.hero-subtitle{font-size:1.25rem;color:#6b7280;margin-bottom:3rem;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}.email-form-container{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid #e5e7eb;max-width:600px;margin:0 auto}.form-title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:2rem;text-align:center}.form-group{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.form-group input{padding:1rem 1.25rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#fff}.form-group input:focus{outline:none;border-color:#2e8b57;box-shadow:0 0 0 3px #2e8b571a}.form-group input::placeholder{color:#9ca3af}.cta-button{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;width:100%;text-transform:none;letter-spacing:.025em}.cta-button:hover{background:linear-gradient(135deg,#d97706,#b45309);transform:translateY(-2px);box-shadow:0 10px 20px -5px #f59e0b66}.cta-button:active{transform:translateY(0)}.visual-section{padding:4rem 0;background:#f9fafb}.icon-container{display:flex;justify-content:center;margin-bottom:2rem}.icon-item{display:flex;flex-direction:column;align-items:center;gap:1rem}.icon{width:100px;height:100px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#2e8b57;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease}.icon:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.icon svg{width:40px;height:40px}.icon-item span{font-size:1.1rem;font-weight:500;color:#374151;text-align:center}.visual-caption{text-align:center;font-size:1.1rem;color:#6b7280;font-style:italic;max-width:500px;margin:0 auto}.benefits{padding:4rem 0;background:#fff}.benefits-title{font-size:2.5rem;font-weight:700;color:#111827;text-align:center;margin-bottom:3rem}.benefits-list{display:flex;flex-direction:column;gap:1.5rem;max-width:600px;margin:0 auto}.benefit-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#f0f8f0;border-radius:12px;border-left:4px solid #2E8B57;transition:all .3s ease}.benefit-item:hover{transform:translate(8px);box-shadow:0 4px 6px -1px #0000001a}.check-icon{font-size:1.5rem;flex-shrink:0}.benefit-item span{font-size:1.1rem;font-weight:500;color:#374151}.footer{background:#f9fafb;padding:3rem 0 2rem;border-top:1px solid #e5e7eb;text-align:center}.footer-main{font-size:1.1rem;color:#374151;margin-bottom:1rem;font-weight:500}.footer-contact{color:#6b7280;margin-bottom:1.5rem}.footer-contact a{color:#2e8b57;text-decoration:none;font-weight:500}.footer-contact a:hover{text-decoration:underline}.footer-links{color:#9ca3af;font-size:.9rem}.footer-links a{color:#6b7280;text-decoration:none}.footer-links a:hover{color:#2e8b57}.footer-links span{margin:0 .5rem}.success-message{background:#d1fae5;color:#065f46;padding:1rem;border-radius:8px;margin-bottom:1rem;text-align:center;font-weight:500;display:none}.success-message.show{display:block}.privacy-notice{margin-bottom:1.5rem}.checkbox-container{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;color:#6b7280;line-height:1.5;cursor:pointer}.checkbox-container input[type=checkbox]{width:18px;height:18px;margin:2px 0 0;cursor:pointer;flex-shrink:0}.privacy-link{color:#2e8b57;text-decoration:none;font-weight:500}.privacy-link:hover{text-decoration:underline}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background-color:#fff;margin:5% auto;padding:0;border-radius:12px;width:90%;max-width:600px;max-height:80vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 1rem;border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;color:#111827;font-size:1.5rem;font-weight:600}.close{color:#9ca3af;font-size:2rem;font-weight:700;cursor:pointer;line-height:1;transition:color .3s ease}.close:hover{color:#374151}.modal-body{padding:2rem;line-height:1.6}.modal-body h3{color:#111827;font-size:1.1rem;font-weight:600;margin:1.5rem 0 .75rem}.modal-body h3:first-child{margin-top:0}.modal-body p{color:#374151;margin-bottom:1rem}.modal-body ul{color:#374151;margin:.5rem 0 1rem 1.5rem}.modal-body li{margin-bottom:.5rem}.modal-body a{color:#2e8b57;text-decoration:none}.modal-body a:hover{text-decoration:underline}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.email-form-container{padding:2rem 1.5rem;margin:0 1rem}.icon{width:80px;height:80px}.icon svg{width:32px;height:32px}.benefits-title{font-size:2rem}.form-group{gap:.75rem}.modal-content{margin:10% auto;width:95%}.modal-header,.modal-body{padding:1.5rem}}@media (max-width: 480px){.container{padding:0 15px}.hero{padding:2rem 0}.hero-title{font-size:2rem}.email-form-container{padding:1.5rem 1rem}.visual-section,.benefits{padding:2rem 0}.checkbox-container{font-size:.85rem}.modal-header,.modal-body{padding:1rem}}
