*,*::before,*::after{box-sizing:border-box}
html{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;line-height:1.5;color:#1a1a1a;background:#fff;-webkit-text-size-adjust:100%}
body{margin:0;min-height:100vh;display:flex;flex-direction:column}
.container{width:100%;max-width:1100px;margin:0 auto;padding:0 1.25rem}
header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 0;position:sticky;top:0;z-index:10}
header .brand{font-weight:700;font-size:1.25rem;color:#111;text-decoration:none}
nav ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1.25rem}
nav a{color:#374151;text-decoration:none;font-weight:500;padding:.25rem 0}
nav a:hover,nav a[aria-current=page]{color:#0f766e;border-bottom:2px solid #0f766e}
header .row{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}
main{flex:1 0 auto;padding:2rem 0}
section{padding:2.5rem 0;border-bottom:1px solid #f3f4f6}
section:last-child{border-bottom:0}
section h1,section h2{margin:0 0 1rem;line-height:1.2;color:#111}
section h1{font-size:clamp(1.75rem,4vw,2.75rem)}
section h2{font-size:clamp(1.4rem,3vw,2rem)}
section p{margin:0 0 1rem;color:#374151;max-width:65ch}
section .hero-img,section .feature-img{max-width:100%;height:auto;border-radius:.5rem;margin:1rem 0}
section .cta{display:inline-block;margin-top:1rem;background:#0f766e;color:#fff;padding:.75rem 1.5rem;border-radius:.375rem;text-decoration:none;font-weight:600}
section .cta:hover{background:#115e59}
.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip-link:focus{position:fixed;left:.5rem;top:.5rem;width:auto;height:auto;background:#0f766e;color:#fff;padding:.5rem .75rem;border-radius:.375rem;z-index:100}
ul.feature-list,ul.menu-list,ul.faq-list{list-style:none;padding:0;display:grid;gap:1rem;grid-template-columns:1fr}
@media (min-width:640px){ul.feature-list,ul.menu-list{grid-template-columns:repeat(2,1fr)}}
@media (min-width:900px){ul.feature-list{grid-template-columns:repeat(3,1fr)}}
ul li{background:#f9fafb;padding:1rem 1.25rem;border-radius:.375rem}
ul li h3{margin:0 0 .25rem;color:#111;font-size:1.1rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:.25rem 1rem;align-items:baseline;overflow-wrap:anywhere}
.item-price{color:#0f766e;font-weight:700;white-space:nowrap}
ul li p{margin:0;font-size:.95rem;color:#4b5563}
.faq-list li{cursor:default}
.faq-list li strong{display:block;color:#111}
.flex-block{padding:1.5rem 0}
.flex-block .flex-block-card{background:#f9fafb;border:1px solid #e5e7eb;border-left:4px solid #0f766e;border-radius:.5rem;padding:1.25rem 1.5rem}
.flex-block h2{margin:0 0 .5rem;color:#111;font-size:1.25rem;line-height:1.25}
.flex-block .flex-block-body p{margin:.3rem 0;color:#374151;font-size:1rem;line-height:1.6;overflow-wrap:anywhere}
.flex-block .flex-block-img{display:block;width:100%;max-width:520px;height:auto;object-fit:cover;border-radius:.375rem;margin:0 0 .75rem}
footer{background:#f9fafb;border-top:1px solid #e5e7eb;padding:1.5rem 0;font-size:.85rem;color:#4b5563;text-align:center;margin-top:auto}
footer a{color:#0f766e}
.footer-contact{margin:0 0 .5rem;display:flex;flex-wrap:wrap;gap:.4rem .9rem;justify-content:center}
.lead-form{display:grid;gap:.75rem;max-width:34rem;margin-top:1rem}
.lead-form label{display:flex;flex-direction:column;gap:.3rem;font-weight:500;color:#374151}
.lead-form input,.lead-form textarea{font:inherit;padding:.65rem .8rem;border:1px solid #d1d5db;border-radius:.375rem;width:100%;background:#fff;color:#1a1a1a}
.lead-form input:focus,.lead-form textarea:focus{outline:2px solid #0f766e;outline-offset:1px;border-color:#0f766e}
.lead-form button[disabled]{opacity:.6;cursor:progress}
.lead-form .hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.lead-form-status{margin:.25rem 0 0;font-size:.92rem;color:#0f766e;min-height:1.3em}
img{max-width:100%;height:auto}
@media (prefers-color-scheme:dark){html{color:#e5e7eb;background:#0a0a0a}header,footer{background:#111;border-color:#262626}header .brand,section h1,section h2,ul li h3{color:#f3f4f6}section p,nav a,ul li p{color:#d1d5db}section{border-color:#1f2937}ul li{background:#161616}footer{color:#9ca3af}footer a,nav a:hover,nav a[aria-current=page]{color:#5eead4;border-color:#5eead4}.lead-form label{color:#d1d5db}.lead-form input,.lead-form textarea{background:#161616;border-color:#374151;color:#e5e7eb}}
