.hero-actions.svelte-96776y.svelte-96776y{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 640px){.hero-actions.svelte-96776y.svelte-96776y{flex-direction:column;align-items:center}.hero-actions.svelte-96776y .btn.svelte-96776y{width:100%;max-width:300px;justify-content:center}}.story-content.svelte-z49j4w{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.story-stats.svelte-z49j4w{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.stat.svelte-z49j4w{text-align:center;padding:1rem;background:var(--bg-alt);border-radius:.5rem}.stat-number.svelte-z49j4w{display:block;font-size:2rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}.stat-label.svelte-z49j4w{font-size:.875rem;color:var(--text-light);font-weight:500}.placeholder-image.svelte-z49j4w{background:var(--bg-alt);border:2px dashed var(--border);border-radius:.5rem;padding:3rem;text-align:center;color:var(--text-light);min-height:300px;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.story-content.svelte-z49j4w{grid-template-columns:1fr;gap:2rem}.story-stats.svelte-z49j4w{grid-template-columns:1fr}.placeholder-image.svelte-z49j4w{min-height:200px;padding:2rem}}.equipment-grid.svelte-1mx1re7.svelte-1mx1re7{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.equipment-card.svelte-1mx1re7.svelte-1mx1re7{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 6px #0000000d;border:1px solid var(--border);text-align:center}.equipment-icon.svelte-1mx1re7.svelte-1mx1re7{font-size:3rem;margin-bottom:1rem}.spec-list.svelte-1mx1re7.svelte-1mx1re7{list-style:none;margin-top:1.5rem;text-align:left}.spec-list.svelte-1mx1re7 li.svelte-1mx1re7{border-bottom:1px solid var(--border);position:relative;padding:.5rem 0 .5rem 1.5rem;color:var(--text-light)}.spec-list.svelte-1mx1re7 li.svelte-1mx1re7:before{content:"✓";position:absolute;left:0;color:var(--success);font-weight:700}.spec-list.svelte-1mx1re7 li.svelte-1mx1re7:last-child{border-bottom:none}@media (max-width: 640px){.equipment-grid.svelte-1mx1re7.svelte-1mx1re7{grid-template-columns:1fr}.equipment-card.svelte-1mx1re7.svelte-1mx1re7{padding:1.5rem}}.portfolio-grid.svelte-1v0hpz3.svelte-1v0hpz3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.portfolio-item.svelte-1v0hpz3.svelte-1v0hpz3{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 6px #0000000d;border:1px solid var(--border);transition:transform .2s,box-shadow .2s}.portfolio-item.svelte-1v0hpz3.svelte-1v0hpz3:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.portfolio-image.svelte-1v0hpz3.svelte-1v0hpz3{height:200px;background:var(--bg-alt);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:center}.placeholder.svelte-1v0hpz3.svelte-1v0hpz3{color:var(--text-light);text-align:center;font-style:italic;padding:1rem}.portfolio-info.svelte-1v0hpz3.svelte-1v0hpz3{padding:1.5rem}.portfolio-info.svelte-1v0hpz3 h3.svelte-1v0hpz3{margin-bottom:.5rem;font-size:1.25rem}.portfolio-info.svelte-1v0hpz3 p.svelte-1v0hpz3{color:var(--text-light);margin-bottom:1rem;font-size:.95rem;line-height:1.5}.portfolio-tags.svelte-1v0hpz3.svelte-1v0hpz3{display:flex;flex-wrap:wrap;gap:.5rem}.tag.svelte-1v0hpz3.svelte-1v0hpz3{background:var(--primary);color:#fff;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500}.tag.svelte-1v0hpz3.svelte-1v0hpz3:nth-child(2n){background:var(--secondary)}@media (max-width: 640px){.portfolio-grid.svelte-1v0hpz3.svelte-1v0hpz3{grid-template-columns:1fr}.portfolio-info.svelte-1v0hpz3.svelte-1v0hpz3{padding:1rem}}.quote-header.svelte-cyr3bq.svelte-cyr3bq{text-align:center;max-width:600px;margin:0 auto 3rem}.quote-content.svelte-cyr3bq.svelte-cyr3bq{display:grid;grid-template-columns:2fr 1fr;gap:3rem;max-width:1000px;margin:0 auto}.quote-form-container.svelte-cyr3bq.svelte-cyr3bq{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 6px #0000000d;border:1px solid var(--border)}.quote-form.svelte-cyr3bq.svelte-cyr3bq{display:flex;flex-direction:column;gap:1.5rem}.form-row.svelte-cyr3bq.svelte-cyr3bq{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group.svelte-cyr3bq.svelte-cyr3bq{display:flex;flex-direction:column}.form-group.svelte-cyr3bq label.svelte-cyr3bq{font-weight:500;margin-bottom:.5rem;color:var(--text)}.form-group.svelte-cyr3bq input.svelte-cyr3bq,.form-group.svelte-cyr3bq select.svelte-cyr3bq,.form-group.svelte-cyr3bq textarea.svelte-cyr3bq{padding:.75rem;border:2px solid var(--border);border-radius:.5rem;font-size:1rem;transition:border-color .2s}.form-group.svelte-cyr3bq input.svelte-cyr3bq:focus,.form-group.svelte-cyr3bq select.svelte-cyr3bq:focus,.form-group.svelte-cyr3bq textarea.svelte-cyr3bq:focus{outline:none;border-color:var(--primary)}.form-group.svelte-cyr3bq small.svelte-cyr3bq{color:var(--text-light);font-size:.875rem;margin-top:.25rem}.btn-submit.svelte-cyr3bq.svelte-cyr3bq{width:100%;padding:1rem;font-size:1.1rem;font-weight:600}.btn-submit.svelte-cyr3bq.svelte-cyr3bq:disabled{opacity:.6;cursor:not-allowed}.success-message.svelte-cyr3bq.svelte-cyr3bq{text-align:center;padding:2rem}.success-icon.svelte-cyr3bq.svelte-cyr3bq{font-size:4rem;margin-bottom:1rem}.success-message.svelte-cyr3bq h3.svelte-cyr3bq{color:var(--success);margin-bottom:1rem}.success-message.svelte-cyr3bq p.svelte-cyr3bq{margin-bottom:2rem;color:var(--text-light)}.error-message.svelte-cyr3bq.svelte-cyr3bq{background:#fef2f2;border:1px solid #fecaca;color:var(--error);padding:1rem;border-radius:.5rem;font-size:.95rem}.info-card.svelte-cyr3bq.svelte-cyr3bq{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 2px 4px #0000000d;border:1px solid var(--border);margin-bottom:1.5rem}.info-card.svelte-cyr3bq h3.svelte-cyr3bq{margin-bottom:1rem;color:var(--primary)}.process-list.svelte-cyr3bq.svelte-cyr3bq{padding-left:1.25rem;color:var(--text-light)}.process-list.svelte-cyr3bq li.svelte-cyr3bq{margin-bottom:.5rem}.pricing-list.svelte-cyr3bq.svelte-cyr3bq{list-style:none;padding:0}.pricing-list.svelte-cyr3bq li.svelte-cyr3bq{margin-bottom:.5rem;color:var(--text-light)}@media (max-width: 768px){.quote-content.svelte-cyr3bq.svelte-cyr3bq{grid-template-columns:1fr;gap:2rem}.form-row.svelte-cyr3bq.svelte-cyr3bq{grid-template-columns:1fr}.quote-form-container.svelte-cyr3bq.svelte-cyr3bq{padding:1.5rem}.info-card.svelte-cyr3bq.svelte-cyr3bq{padding:1rem}}.footer.svelte-x6d28m.svelte-x6d28m{background:var(--text);color:#fff;padding:3rem 0 1rem}.footer-content.svelte-x6d28m.svelte-x6d28m{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-section.svelte-x6d28m h3.svelte-x6d28m{color:var(--secondary);margin-bottom:1rem;font-size:1.5rem}.footer-section.svelte-x6d28m h4.svelte-x6d28m{color:#fff;margin-bottom:1rem;font-size:1.125rem}.footer-section.svelte-x6d28m p.svelte-x6d28m{color:#fffc;line-height:1.6;margin-bottom:1rem}.contact-info.svelte-x6d28m.svelte-x6d28m{margin-top:1.5rem}.contact-info.svelte-x6d28m p.svelte-x6d28m{margin-bottom:.5rem}.footer-section.svelte-x6d28m ul.svelte-x6d28m{list-style:none;padding:0}.footer-section.svelte-x6d28m ul li.svelte-x6d28m{color:#fffc;margin-bottom:.5rem;font-size:.95rem}.footer-bottom.svelte-x6d28m.svelte-x6d28m{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#fff9}@media (max-width: 768px){.footer-content.svelte-x6d28m.svelte-x6d28m{grid-template-columns:1fr;gap:2rem}.footer.svelte-x6d28m.svelte-x6d28m{padding:2rem 0 1rem}}
