html{scroll-behavior:smooth}main>section:first-of-type{margin-top:0}main>section:last-of-type{margin-bottom:1rem}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:#fdfdfd;color:#1c1c1e;line-height:1.6}footer,header{background-color:#ffffffcc;min-height:80px;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e5ea;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);position:sticky;top:0;z-index:1000;box-shadow:0 1px 2px rgba(0,0,0,.06)}header strong{color:#007aff}footer{flex-direction:column;gap:.5rem;border-top:1px solid #e5e5ea;text-align:center;padding-top:2rem;padding-bottom:2rem}a{text-decoration:none;color:#007aff;margin-left:2rem;transition:color .3s}a:hover{color:#0051a8;text-decoration:underline}main{padding:3rem 2rem;text-align:center}h1,h2,h3{color:#1c1c1e}.button{display:inline-block;margin-top:2rem;padding:.75rem 1.5rem;background-color:#036;color:#fff;border-radius:4px;font-weight:600;text-decoration:none;transition:background-color .3s,transform .15s ease}.button:hover{background-color:#024;transform:translateY(-2px)}.button:active{transform:scale(.98)}.hero{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:4rem 2rem;background:#fff;max-width:1200px;margin:3rem auto;text-align:left}.hero-content{display:flex;flex-direction:column;align-items:flex-start}.hero-title{font-size:3rem;color:#036;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;color:#4a4a4a;margin-bottom:2rem;line-height:1.6}.hero-visual{width:100%;height:auto;min-height:300px;background-color:transparent;display:flex;justify-content:center;align-items:center}.dashboard-preview{width:100%;max-width:400px;background:#fff;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.1);overflow:hidden;border:1px solid #e5e5ea}.dashboard-header{background:#f5f5f7;padding:12px 16px;display:flex;gap:8px;border-bottom:1px solid #e5e5ea}.dot{width:10px;height:10px;border-radius:50%}.dot.red{background:#ff5f57}.dot.yellow{background:#febc2e}.dot.green{background:#28c840}.dashboard-content{padding:24px}.stat-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f5f5f7}.stat-row:last-child{border-bottom:none}.stat-label{color:#6e6e73;font-size:.9rem;font-weight:500}.stat-value{font-weight:600;color:#1c1c1e}.stat-value.success{color:#15803d;background:#e8faea;padding:4px 12px;border-radius:12px;font-size:.85rem}.chart-placeholder{display:flex;align-items:flex-end;justify-content:space-between;height:100px;margin-top:24px;padding-top:24px;border-top:1px solid #f5f5f7}.bar{width:18%;background:#007aff;border-radius:4px 4px 0 0;opacity:.8}.bar:nth-child(2){opacity:.4}.bar:nth-child(3){opacity:.6}@media (max-width:768px){.hero{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-content{align-items:center}.hero-visual{height:300px}}.section{padding:3rem 2rem;background-color:#fff}.section-alt{padding:2rem;background-color:#f9f9f9}.section-title{font-size:2rem;margin-bottom:1rem}.section-alt:hover,.section:hover{box-shadow:0 4px 16px rgba(0,0,0,.06);transition:box-shadow .3s}.about-narrow{max-width:600px;line-height:1.8;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;text-align:center}.no-bullets{list-style-type:none;padding-left:0;margin-left:0}#name{scroll-margin-top:80px}.form-container{display:flex;flex-direction:column;align-items:center}label{font-weight:600;margin-top:1rem;margin-bottom:.5rem;color:#3c3c43;text-align:left;width:100%;max-width:600px}.form-input{height:40px}.form-input,.form-textarea{width:100%;max-width:600px;padding:1rem;font-size:1.1rem;margin-bottom:1.5rem;border:1px solid #ccc;border-radius:8px;background-color:#fff;box-shadow:inset 0 1px 2px rgba(0,0,0,.05)}.form-textarea{height:128px}.map-frame{width:100%;height:250px;border:none;border-radius:12px;margin-top:1.5rem}.floating-cta{position:fixed;bottom:8rem;right:2rem;background-color:#d70015;color:#fff;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;text-decoration:none;z-index:1001;box-shadow:0 4px 10px rgba(0,0,0,.15);transition:transform .15s cubic-bezier(.4,2,.6,1),background-color .2s,box-shadow .2s}.floating-cta:hover{background-color:#007aff;transform:translateY(-4px) scale(1.04);box-shadow:0 8px 24px rgba(0,0,0,.18)}.floating-cta:active{transform:scale(.98)}.floating-cta:focus,.floating-cta:hover{background-color:#007aff;transform:translateY(-4px) scale(1.07);box-shadow:0 12px 32px rgba(0,0,0,.2)}.button:focus,.floating-cta:focus,a:focus{outline:2px solid #007aff;outline-offset:2px}.hamburger{display:none;font-size:1.5rem;background:none;border:none;color:#007aff;cursor:pointer}.nav{display:flex;gap:2rem}@media (max-width:768px){.hamburger{display:block}.nav{display:none;flex-direction:column;position:absolute;top:4rem;left:0;width:100%;background:#fff;border-top:1px solid #e5e5ea;padding:1rem 2rem;z-index:999}.nav.open{display:flex}.nav a{margin:.5rem 0}}.hide-on-mobile{display:block}@media (max-width:768px){.hide-on-mobile{display:none}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background-color:#1c1c1e;color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;z-index:2000;box-shadow:0 -2px 10px rgba(0,0,0,.1)}.cookie-banner p{font-size:.9rem;margin:0 1rem 0 0}.cookie-banner button{background-color:#0051a8;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-weight:600;white-space:nowrap}.cookie-banner button:hover{background-color:#036}@media (max-width:768px){.cookie-banner{flex-direction:column;text-align:center;gap:1rem}.cookie-banner p{margin-right:0}}
/*# sourceMappingURL=5fccc62b346fb4a5.css.map*/