@font-face{font-family:Poppins;src:url(/assets/Poppins-Regular-rkqrbHHH.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-Medium-Dlu-fm4Y.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-MediumItalic-kN6BR_eT.woff2) format("woff2");font-weight:500;font-style:italic;font-display:swap}:root{font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff}#root{min-height:100vh;display:flex;flex-direction:column}a{font-weight:500;color:#4a7c59;text-decoration:none}a:hover{color:#7cb342;text-decoration:underline}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}p{margin:0}input,textarea,select,button{font-family:inherit}.header{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:1rem 2rem;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px #0000000d}.header-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.company-logo{height:50px;width:auto;object-fit:contain}.contact-person{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.75rem 1.25rem 1rem;box-shadow:0 4px 12px #00000014;display:flex;align-items:center;justify-content:flex-end;gap:1rem;position:relative}.contact-person-label{color:#2d5016;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;position:absolute;top:.5rem;right:1.25rem}.contact-person-content{display:flex;align-items:center;gap:1rem}.contact-person-photo-column{flex-shrink:0}.contact-person-details{display:flex;flex-direction:column}.contact-person-photo{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid #7cb342}.contact-person-info{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.contact-person-name{color:#333;font-size:.95rem;font-weight:600}.contact-person-phone,.contact-person-email{color:#666;font-size:.85rem;text-decoration:none;transition:color .2s}.contact-person-phone:hover,.contact-person-email:hover{color:#7cb342}@media(max-width:768px){.header{padding:.75rem 1rem}.company-logo{height:40px}.header-content{gap:1rem}.contact-person{padding:.75rem 1rem}.contact-person-label{font-size:.7rem;top:.4rem;right:1rem}.contact-person-photo{width:40px;height:40px}.contact-person-info{display:none}}@media(max-width:480px){.contact-person-content{gap:.5rem}.contact-person-photo{width:35px;height:35px}}.footer{background-color:#f5f5f5;border-top:1px solid #e0e0e0;padding:2rem;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;text-align:center;color:#666;font-size:.9rem}.footer-content p{margin:0}@media(max-width:768px){.footer{padding:1.5rem 1rem}.footer-content{font-size:.8rem}}.loading-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.loading-content{background:#fff;padding:2rem 3rem;border-radius:12px;box-shadow:0 8px 32px #0003;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.loading-spinner{width:50px;height:50px;border:4px solid #e0e0e0;border-top:4px solid #7cb342;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-message{margin:0;color:#333;font-size:1rem;font-weight:500;text-align:center}.form-group{margin-bottom:1.5rem}.form-label{display:block;color:#333;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.form-input,.form-select,.form-textarea{width:100%;padding:.875rem;font-size:1rem;border:1px solid #d0d0d0;border-radius:4px;background-color:#fff;transition:border-color .2s,box-shadow .2s;box-sizing:border-box;font-family:inherit}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#7cb342;box-shadow:0 0 0 3px #7cb3421a}.form-input:disabled,.form-select:disabled,.form-textarea:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.7}.form-textarea{min-height:100px;resize:vertical}.form-checkbox-group,.form-radio-group{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.form-checkbox,.form-radio{width:1.125rem;height:1.125rem;cursor:pointer;accent-color:#7cb342}.form-error{color:#c33;font-size:.875rem;margin-top:.25rem}.form-helper-text{color:#666;font-size:.875rem;margin-top:.25rem}.btn-primary{width:100%;padding:1rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#4a7c59,#7cb342);border:none;border-radius:4px;cursor:pointer;transition:transform .2s,box-shadow .2s;font-family:inherit}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #4a7c594d}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{padding:.75rem 1.5rem;font-size:1rem;font-weight:500;color:#4a7c59;background-color:#fff;border:2px solid #4a7c59;border-radius:4px;cursor:pointer;transition:background-color .2s,color .2s;font-family:inherit}.btn-secondary:hover:not(:disabled){background-color:#4a7c59;color:#fff}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.error-message{background-color:#fee;border:1px solid #fcc;border-radius:4px;color:#c33;padding:.75rem;margin-bottom:1rem;font-size:.9rem}.success-message{background-color:#efe;border:1px solid #cfc;border-radius:4px;color:#363;padding:.75rem;margin-bottom:1rem;font-size:.9rem}.info-message{background-color:#e7f3ff;border:1px solid #b3d9ff;border-radius:4px;color:#004085;padding:.75rem;margin-bottom:1rem;font-size:.9rem}.warning-message{background-color:#fff4e5;border:1px solid #ffd699;border-radius:4px;color:#856404;padding:.75rem;margin-bottom:1rem;font-size:.9rem}.card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2rem;box-shadow:0 4px 12px #00000014}.card-title{color:#2d5016;font-size:1.5rem;font-weight:600;margin:0 0 1rem}.card-description{color:#666;font-size:1rem;margin:0 0 1.5rem;line-height:1.5}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:2rem 0}.section-title{color:#2d5016;font-size:1.75rem;font-weight:600;margin:0 0 1rem}.section-subtitle{color:#666;font-size:1.1rem;margin:0 0 1.5rem;line-height:1.5}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-muted{color:#666}.text-dark{color:#333}.text-primary{color:#4a7c59}.text-secondary{color:#7cb342}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}@media(max-width:768px){.container{padding:0 1rem}.section{padding:1.5rem 0}.card{padding:1.5rem}.section-title{font-size:1.5rem}.section-subtitle{font-size:1rem}}.timespan-item{background:linear-gradient(135deg,#fff,#fafbf8);border:2px solid #e8ede4;border-radius:12px;padding:1.75rem;margin-bottom:1.25rem;transition:all .3s ease;box-shadow:0 2px 8px #0000000a}.timespan-item:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-2px)}.timespan-item--selected{border-color:#7cb342;background:linear-gradient(135deg,#f0f8e8,#f5faf0);box-shadow:0 4px 20px #7cb34226}.timespan-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:2px solid #e8ede4}.timespan-title{font-size:1.15rem;font-weight:700;color:#2d5016;letter-spacing:-.02em}.timespan-period{font-size:.95rem;color:#4a4a4a;font-weight:600;background-color:#7cb34214;padding:.4rem .95rem;border-radius:20px;white-space:nowrap}.timespan-components{display:grid;gap:.875rem}.price-component{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#ffffffb3;border:1px solid rgba(124,179,66,.15);border-radius:8px;transition:all .2s ease}.price-component:hover{background:#fffffff2;border-color:#7cb3424d;transform:translate(4px)}.component-label,.component-value{font-size:.95rem;color:#4a4a4a;font-weight:500;letter-spacing:.01em}@media(max-width:768px){.timespan-item{padding:1.25rem}.timespan-header{flex-direction:column;align-items:flex-start;gap:.75rem}.timespan-period{font-size:.85rem;padding:.35rem .75rem}.price-component{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.875rem 1rem}.component-value{font-size:1.05rem}}.security-check-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:2rem;background-color:#fff}.security-check-card{max-width:500px;width:100%;padding:3rem}.security-check-title{color:#2d5016;font-size:1.75rem;font-weight:600;margin:0 0 1rem;text-align:center}.security-check-description{color:#666;font-size:1rem;margin:0 0 2rem;text-align:center;line-height:1.5}@media(max-width:768px){.security-check-container{padding:1rem;min-height:calc(100vh - 150px)}.security-check-card{padding:2rem}.security-check-title{font-size:1.5rem}.security-check-description{font-size:.95rem}}.product-offer{position:sticky;top:calc(150px + 2rem);height:fit-content}.product-offer-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2rem;box-shadow:0 4px 12px #00000014}.product-offer-title{color:#2d5016;font-size:1.5rem;font-weight:700;margin:0 0 .5rem;line-height:1.2}.product-offer-subtitle{color:#666;font-size:.95rem;margin:0 0 1.5rem;line-height:1.4}.product-features{list-style:none;padding:0;margin:0 0 1.5rem}.product-feature{display:flex;align-items:flex-start;gap:.5rem;color:#333;font-size:.95rem;line-height:1.6;margin-bottom:.75rem}.feature-checkmark{color:#7cb342;font-weight:700;font-size:1.1rem;flex-shrink:0}.price-details-toggle{width:100%;background:none;border:none;border-top:1px solid #e0e0e0;padding:1rem 0;display:flex;align-items:center;gap:.5rem;color:#666;font-size:.95rem;font-weight:500;cursor:pointer;font-family:inherit;transition:color .2s;margin-bottom:1rem}.price-details-toggle:hover{color:#2d5016}.toggle-icon{color:#7cb342;font-size:.8rem;transition:transform .2s}.price-details-content{margin-bottom:1.5rem}.tabs{display:flex;border-bottom:2px solid #e0e0e0;margin-bottom:1.5rem;gap:0}.tab{flex:1;background:none;border:none;border-bottom:2px solid transparent;padding:.75rem .5rem;color:#666;font-size:.9rem;font-weight:500;cursor:pointer;font-family:inherit;transition:color .2s,border-color .2s;margin-bottom:-2px;text-align:center}.tab:hover{color:#2d5016}.tab.active{color:#7cb342;border-bottom-color:#7cb342;font-weight:600}.tab-content{min-height:120px}.detail-row{display:flex;justify-content:space-between;align-items:flex-start;padding:.75rem 0;border-bottom:1px solid #f0f0f0;gap:1rem}.detail-row:last-child{border-bottom:none}.detail-label{color:#333;font-size:.9rem;line-height:1.4;flex:1}.detail-value{color:#2d5016;font-size:.9rem;font-weight:600;text-align:right;line-height:1.4}.detail-note{color:#666;font-weight:400;font-size:.85rem}.download-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;color:#333;text-decoration:none;font-size:.9rem;border-bottom:1px solid #f0f0f0;transition:color .2s;background:none;border-left:none;border-right:none;border-top:none;width:100%;text-align:left;cursor:pointer;font-family:inherit}.download-link:last-child{border-bottom:none}.download-link:hover{color:#7cb342}.download-icon{font-size:1.2rem;flex-shrink:0}.order-button{margin-top:1.5rem}@media(max-width:1024px){.product-offer{position:static;margin-top:2rem}}@media(max-width:768px){.product-offer-card{padding:1.5rem}.product-offer-title{font-size:1.25rem}.tab{font-size:.85rem;padding:.75rem .25rem}.detail-row{flex-direction:column;gap:.25rem}.detail-value{text-align:left}}.success-modal-overlay{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease-in}.success-modal{background:#fff;padding:3rem 2.5rem;border-radius:16px;box-shadow:0 10px 40px #0003;max-width:500px;width:90%;text-align:center;animation:slideUp .4s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.success-icon{margin:0 auto 1.5rem;width:80px;height:80px;background-color:#7cb342;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3.5rem;color:#fff;font-weight:700;animation:scaleIn .5s ease-out}@keyframes scaleIn{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.success-title{color:#2d5016;font-size:1.75rem;font-weight:700;margin:0 0 1.5rem;line-height:1.2}.success-message{margin-bottom:2rem}.success-message p{color:#333;font-size:1rem;line-height:1.6;margin:0 0 .75rem}.success-message p:last-child{margin-bottom:0}.success-redirect{color:#666;font-size:.9rem;font-style:italic;margin:1.5rem 0 0}.success-close-btn{margin-top:1.5rem}@media(max-width:600px){.success-modal{padding:2rem 1.5rem}.success-title{font-size:1.5rem}.success-icon{width:60px;height:60px;font-size:2.5rem}}.error-modal-overlay{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease-in}.error-modal{background:#fff;padding:3rem 2.5rem;border-radius:16px;box-shadow:0 10px 40px #0003;max-width:500px;width:90%;text-align:center;animation:slideUp .4s ease-out}.error-icon{margin:0 auto 1.5rem;width:80px;height:80px;background-color:#d9534f;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3.5rem;color:#fff;font-weight:700;animation:scaleIn .5s ease-out}.error-title{color:#a61b1b;font-size:1.75rem;font-weight:700;margin:0 0 1.5rem;line-height:1.2}.error-message{margin-bottom:2rem}.error-message p{color:#333;font-size:1rem;line-height:1.6;margin:0}.error-close-btn{margin-top:1rem}@media(max-width:600px){.error-modal{padding:2rem 1.5rem}.error-title{font-size:1.5rem}.error-icon{width:60px;height:60px;font-size:2.5rem}}.order-form{width:100%}.order-form-title{color:#2d5016;font-size:2rem;font-weight:600;margin:0 0 .5rem}.order-form-subtitle{color:#666;font-size:1rem;margin:0 0 1.5rem;line-height:1.5}.order-tabs{display:flex;gap:0;margin-bottom:0;border-bottom:1px solid #e0e0e0;flex-wrap:wrap}.order-tab{background:none;border:none;border-bottom:3px solid transparent;padding:1rem 2rem;color:#666;font-size:.9rem;font-weight:400;cursor:pointer;font-family:inherit;transition:color .2s,border-color .2s;margin-bottom:-1px;white-space:nowrap}.order-tab:hover{color:#2d5016}.order-tab.active{color:#7cb342;border-bottom-color:#7cb342;font-weight:500}.order-tab-content{background:#fff;padding:3rem 0 2rem;min-height:500px}.tab-panel{animation:fadeIn .2s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.tab-panel-title{color:#2d5016;font-size:1.75rem;font-weight:400;margin:0 0 2.5rem}.tab-panel-description{color:#666;font-size:.95rem;margin:0 0 2rem;line-height:1.5}.debug-info{background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;margin-top:1rem}.debug-info h3{color:#2d5016;font-size:1rem;margin:0 0 1rem}.debug-info pre{background-color:#fff;border:1px solid #d0d0d0;border-radius:4px;padding:1rem;overflow-x:auto;font-family:Courier New,monospace;font-size:.85rem;color:#333;margin:0;max-height:300px;overflow-y:auto}.form-section{margin-bottom:3rem}.form-section-title{color:#333;font-size:1.25rem;font-weight:500;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:1px solid #e0e0e0}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.form-row-address{display:grid;grid-template-columns:1fr auto auto;gap:1rem;margin-bottom:1rem}.form-field{display:flex;flex-direction:column;min-width:0}.form-field-small{max-width:150px;width:150px}.form-field-select{grid-column:span 1}.order-form .form-label{color:#666;font-size:.85rem;font-weight:400;margin-bottom:.4rem;display:block}.order-form .form-input{width:100%;padding:.75rem 1rem;border:1px solid #d0d0d0;border-radius:4px;font-size:.95rem;font-family:inherit;color:#333;background-color:#fff;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.order-form .form-input:focus{outline:none;border-color:#7cb342;box-shadow:0 0 0 3px #7cb3421a}.order-form .form-input:disabled{background-color:#fafafa;color:#333;cursor:not-allowed;border-color:#e0e0e0}.order-form .form-input-error{border-color:#d32f2f}.order-form .form-input-error:focus{border-color:#d32f2f;box-shadow:0 0 0 3px #d32f2f1a}.order-form .form-error{color:#d32f2f;font-size:.75rem;margin-top:.25rem;display:block}.order-form select.form-input{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.order-form select.form-input:disabled{cursor:not-allowed;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M6 9L1 4h10z'/%3E%3C/svg%3E")}.order-form .form-checkbox-wrapper{margin:1rem 0}.order-form .form-checkbox-label{display:flex;align-items:flex-start;font-size:.95rem;color:#333;cursor:pointer;-webkit-user-select:none;user-select:none;gap:.75rem}.order-form .form-checkbox{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;margin:.125rem 0 0;cursor:pointer;accent-color:#7cb342;flex-shrink:0}.order-form .form-radio-group-wrapper{margin:.75rem 0}.order-form .form-radio-label{display:flex;align-items:center;font-size:.95rem;color:#333;cursor:pointer;-webkit-user-select:none;user-select:none}.order-form .form-radio{width:1.25rem;height:1.25rem;margin:0 .75rem 0 0;cursor:pointer;accent-color:#7cb342}.order-form .sepa-text{font-size:.85rem;line-height:1.6;color:#666}.communication-info{margin-bottom:2rem;padding:1.5rem;background-color:#f9f9f9;border-radius:8px;border:1px solid #e0e0e0}.communication-subtitle{color:#2d5016;font-size:1rem;font-weight:500;margin:0 0 1rem}.communication-text{color:#666;font-size:.9rem;line-height:1.7;margin:0}.form-subsection{margin-top:1.5rem;padding:1.5rem;background-color:#f9f9f9;border-radius:8px;border:1px solid #e0e0e0}.form-actions{display:flex;flex-direction:column;gap:1rem;margin-top:3rem;padding-top:2rem;border-top:1px solid #e0e0e0}.form-actions-buttons{display:flex;justify-content:space-between;gap:1rem}.btn{padding:.875rem 2rem;border:none;border-radius:4px;font-size:.95rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-primary{background-color:#7cb342;color:#fff}.btn-primary:hover{background-color:#6da035;transform:translateY(-1px);box-shadow:0 4px 8px #7cb34233}.btn-primary:active{transform:translateY(0)}.btn-secondary{background-color:transparent;color:#7cb342;border:2px solid #7cb342}.btn-secondary:hover{background-color:#7cb3420d;transform:translateY(-1px)}.btn-secondary:active{transform:translateY(0)}.form-note{margin-top:1.5rem;padding-top:1rem;text-align:right}.form-note-required{color:#666;font-size:.85rem;font-style:italic}@media(max-width:1024px){.order-tabs{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.order-tab{flex-shrink:0}.form-row,.form-row-address{grid-template-columns:1fr}.form-field-small{max-width:none;width:100%}.form-actions{flex-direction:column}.form-actions-buttons{flex-direction:column-reverse}.btn{width:100%}}@media(max-width:768px){.order-form-title{font-size:1.5rem}.order-form-subtitle{font-size:.9rem;margin-bottom:1.5rem}.order-tabs{gap:.25rem;margin-bottom:1.5rem}.order-tab{padding:.75rem 1rem;font-size:.85rem}.order-tab-content{padding:1.5rem 0;min-height:300px}.tab-panel-title{font-size:1.25rem}.tab-panel-description{font-size:.9rem}.form-section{margin-bottom:2rem}.form-section-title{font-size:1.1rem}.form-row{gap:.75rem}.form-subsection{padding:1rem}.form-actions{margin-top:2rem;padding-top:1.5rem}}.accordion{display:flex;flex-direction:column;gap:1rem}.accordion-item{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fff}.accordion-header{width:100%;background:#f8f8f8;border:none;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:inherit;transition:background-color .2s;text-align:left}.accordion-header:hover{background:#f0f0f0}.accordion-header.active{background:#e8f5e9}.accordion-title{color:#333;font-size:1rem;font-weight:500}.accordion-icon{color:#7cb342;font-size:.9rem;transition:transform .2s}.accordion-content{padding:1.5rem;background:#fff;border-top:1px solid #e0e0e0}.summary-row{display:flex;justify-content:space-between;align-items:flex-start;padding:.75rem 0;border-bottom:1px solid #f0f0f0;gap:1rem}.summary-row:last-child{border-bottom:none}.summary-label{color:#666;font-size:.9rem;font-weight:400;flex-shrink:0;min-width:180px}.summary-value{color:#333;font-size:.95rem;font-weight:400;text-align:right;word-break:break-word}.summary-subsection{background:#f8f8f8;border-radius:8px;padding:1rem;margin-bottom:1rem}.summary-subsection:last-child{margin-bottom:0}.form-textarea{width:100%;padding:.875rem 1rem;font-size:.95rem;color:#333;background:#fff;border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;transition:border-color .2s,box-shadow .2s;resize:vertical;min-height:100px}.form-textarea:focus{outline:none;border-color:#7cb342;box-shadow:0 0 0 3px #7cb3421a}.form-textarea::placeholder{color:#999}.form-errors{background:#ffebee;border:1px solid #ef5350;border-radius:8px;padding:1rem;margin-top:1rem}.form-error{color:#c62828;font-size:.9rem;margin:.25rem 0}.form-error:first-child{margin-top:0}.form-error:last-child{margin-bottom:0}.link{color:#7cb342;text-decoration:underline;transition:color .2s}.link:hover{color:#689f38}.link:active{color:#558b2f}@media(max-width:768px){.summary-row{flex-direction:column;gap:.25rem}.summary-label{min-width:auto;font-weight:500}.summary-value{text-align:left}.summary-subsection{padding:.75rem}}.timespan-item{display:flex;flex-direction:column;gap:.25rem;padding:.75rem 1rem;border:1px solid #e0e0e0;border-radius:6px;margin-bottom:.5rem;background:#fafafa;transition:background .15s,border-color .15s}.timespan-item--selected{background:#f1f8e9;border-color:#aed581}.timespan-labels{font-weight:500;color:#2d5016;font-size:.95rem}.timespan-label1{color:#2d5016}.timespan-label2{color:#555}.timespan-details{display:flex;gap:1rem;font-size:.875rem;color:#666;flex-wrap:wrap}.timespan-period{font-style:italic}.timespan-values{color:#444;font-weight:500}.app-container{display:flex;flex-direction:column;min-height:100vh;background-color:#fff}.main-content{flex:1;background-color:#fff}.content-wrapper{max-width:1200px;margin:0 auto;padding:2rem}.content-wrapper h1{color:#2d5016;font-size:2rem;margin-bottom:1rem}.content-wrapper p{color:#666;font-size:1.1rem;margin-bottom:2rem}.verified-layout{display:grid;grid-template-columns:1fr 380px;gap:2rem;max-width:1600px;margin:0 auto;padding:2rem 3rem}.form-section,.offer-section{min-width:0}@media(max-width:768px){.content-wrapper{padding:1rem}.content-wrapper h1{font-size:1.5rem}.content-wrapper p{font-size:1rem}.verified-layout{grid-template-columns:1fr;gap:2rem;padding:1rem}}
