@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;0,700;0,800;1,600;1,700&display=swap";.logo-wordmark{letter-spacing:-.04em;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:800}.logo-tagline{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-style:italic;font-weight:600}:root{--green:#11863a;--green-dark:#075523;--green-light:#22a34f;--green-soft:#eaf7ee;--green-tag:#edf8ef;--ink:#14201a;--muted:#66736b;--border:#dce5df;--border-light:#e8eee9;--bg:#f8faf8;--white:#fff;--amber:#b45309;--amber-soft:#fef3c7;--purple:#6d28d9;--purple-soft:#ede9fe;--blue:#1d4ed8;--blue-soft:#dbeafe;--red:#b91c1c;--red-soft:#fee2e2;--shadow-sm:0 2px 8px #14201a0a;--shadow-md:0 8px 24px #14201a0f;--shadow-lg:0 20px 40px #0c231614;--radius-sm:10px;--radius-md:16px;--radius-lg:24px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{color:var(--ink);background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.shell{max-width:1200px;margin:0 auto;padding:0 24px}.site-header{border-bottom:1px solid var(--border-light);z-index:50;background:#fff;height:80px;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:0 auto;padding:0 24px;display:flex}.brand-logo{color:var(--ink);align-items:center;gap:10px;font-size:17px;font-weight:800;line-height:1.1;display:flex}.brand-logo svg{color:var(--green);flex-shrink:0}.nav-links{color:#4b5563;align-items:center;gap:32px;font-size:14px;font-weight:600;display:flex}.nav-links a{transition:color .15s}.nav-links a:hover{color:var(--green)}.btn{border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:12px 22px;font-size:14px;font-weight:700;transition:all .15s;display:inline-flex}.btn-primary{background:var(--green);color:#fff}.btn-primary:hover{background:var(--green-dark);transform:translateY(-1px)}.btn-outline{color:var(--green);background:#fff;border-color:#bbf7d0}.btn-outline:hover{background:var(--green-soft);border-color:var(--green)}.btn-dark{color:#fff;background:#1f2937}.btn-dark:hover{background:#111827}.btn-full{width:100%}.location-badge{background:var(--green-soft);color:var(--green-dark);border:1px solid #bbf7d0;border-radius:9999px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 14px;font-size:13px;font-weight:700;display:inline-flex}.badge-dot{background:var(--green);border-radius:50%;width:8px;height:8px;display:inline-block}.popular-tag{background:var(--green);color:#fff;letter-spacing:.05em;text-transform:uppercase;border-radius:9999px;padding:4px 10px;font-size:11px;font-weight:800}.hero-section{z-index:20;background:linear-gradient(#fff 0%,#f4fbf6 100%);padding:52px 0 58px;position:relative;overflow:visible}.hero-grid{z-index:25;grid-template-columns:1.15fr .85fr;align-items:center;gap:50px;display:grid;position:relative}.hero-content{z-index:30;position:relative}.hero-content h1{letter-spacing:-.035em;color:#0f172a;margin-bottom:20px;font-size:clamp(38px,5.2vw,58px);font-weight:850;line-height:1.08}.hero-content p{color:var(--muted);max-width:540px;margin-bottom:30px;font-size:18px;line-height:1.5}.search-bar-wrapper{z-index:40;max-width:540px;margin-bottom:16px;position:relative}.address-search-form{border:1.5px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);background:#fff;align-items:center;padding:6px;transition:border-color .15s,box-shadow .15s;display:flex}.address-search-form:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #11863a26}.address-search-input{color:var(--ink);border:none;outline:none;flex:1;min-width:0;padding:10px 14px;font-size:15px}.address-search-input::placeholder{color:#9ca3af}.autocomplete-container{z-index:50;width:100%;position:relative}.autocomplete-dropdown{border:1.5px solid var(--border);z-index:99999;background:#fff;border-radius:12px;max-height:290px;animation:.15s cubic-bezier(.16,1,.3,1) fadeInDown;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden auto;box-shadow:0 20px 45px -5px #0f172a47,0 0 0 1px #00000014}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.autocomplete-item{cursor:pointer;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:10px;padding:11px 14px;transition:background-color .1s;display:flex}.autocomplete-item:last-child{border-bottom:none}.autocomplete-item:hover,.autocomplete-item.active{background:#f0fdf4}.autocomplete-item-main{align-items:center;gap:10px;min-width:0;display:flex}.autocomplete-pin{color:var(--green);flex-shrink:0;font-size:16px}.autocomplete-text{min-width:0}.autocomplete-street{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.autocomplete-city{color:#64748b;margin-top:1px;font-size:12px}.autocomplete-tag{color:#15803d;letter-spacing:.02em;background:#dcfce7;border-radius:9999px;flex-shrink:0;padding:2px 7px;font-size:10px;font-weight:800}.trust-row{color:#4b5563;flex-wrap:wrap;align-items:center;gap:20px;font-size:13px;font-weight:600;display:flex}.trust-row span{align-items:center;gap:5px;display:inline-flex}.trust-row svg{color:var(--green)}.mockup-container{justify-content:center;display:flex;position:relative}.iphone-frame{background:#fff;border:10px solid #1e293b;border-radius:46px;flex-direction:column;width:290px;height:560px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 60px #0f172a2e,0 0 0 1px #0000000d}.iphone-notch{z-index:20;background:#1e293b;border-radius:0 0 16px 16px;width:110px;height:24px;position:absolute;top:0;left:50%;transform:translate(-50%)}.iphone-screen{background:#f8fafc;flex-direction:column;flex:1;padding:34px 14px 16px;display:flex}.sms-header{text-align:center;border-bottom:1px solid #e2e8f0;margin-bottom:16px;padding-bottom:12px}.sms-avatar{color:#64748b;background:#e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin:0 auto 6px;display:flex}.sms-contact-name{color:#0f172a;font-size:13px;font-weight:700}.sms-timestamp{color:#94a3b8;text-align:center;margin-bottom:14px;font-size:11px}.sms-bubble{color:#0f172a;background:#e2e8f0;border-radius:18px 18px 18px 4px;max-width:90%;margin-bottom:10px;padding:12px 14px;font-size:13px;line-height:1.4;box-shadow:0 1px 2px #0000000a}.sms-bubble.accent{background:#dbeafe}.features-section{z-index:1;background:#fff;padding:50px 0;position:relative}.section-header{text-align:center;max-width:680px;margin:0 auto 28px}.section-header h2{letter-spacing:-.03em;color:#0f172a;margin-bottom:10px;font-size:clamp(28px,4vw,40px);font-weight:850}.section-header p{color:var(--muted);font-size:16px;line-height:1.5}.features-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}@media (max-width:980px){.features-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:640px){.features-grid{grid-template-columns:1fr;gap:14px}}.feature-card{border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;padding:22px 20px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative}.feature-card:hover{border-color:#cbd5e1;transform:translateY(-3px);box-shadow:0 14px 28px #0f172a14}.feature-card-top{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.feature-icon-wrapper{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.feature-icon-wrapper.green{color:#15803d;background:#dcfce7}.feature-icon-wrapper.emerald{color:#047857;background:#d1fae5}.feature-icon-wrapper.amber{color:#b45309;background:#fef3c7}.feature-icon-wrapper.purple{color:#7e22ce;background:#f3e8ff}.feature-icon-wrapper.red{color:#b91c1c;background:#fee2e2}.feature-icon-wrapper.blue{color:#1d4ed8;background:#dbeafe}.feature-badge{letter-spacing:.02em;text-transform:uppercase;border-radius:9999px;padding:4px 10px;font-size:11px;font-weight:750}.feature-badge.green{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.feature-badge.emerald{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.feature-badge.amber{color:#92400e;background:#fffbeb;border:1px solid #fde68a}.feature-badge.red{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.feature-badge.blue{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe}.feature-badge.purple{color:#6b21a8;background:#faf5ff;border:1px solid #e9d5ff}.feature-card h3{color:#0f172a;margin-bottom:8px;font-size:17px;font-weight:800;line-height:1.3}.feature-card p{color:#475569;margin:0;font-size:14px;line-height:1.55}.schedule-section{background:#f8faf8;padding:36px 0 44px}.schedule-widget{max-width:440px;box-shadow:var(--shadow-lg);background:#fff;border:1px solid #e2e8f0;border-radius:36px;margin:0 auto;overflow:hidden}.widget-top-bar{background:var(--green);color:#fff;padding:24px 24px 20px}.widget-status-row{opacity:.9;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:12px;font-weight:700;display:flex}.widget-address-row{justify-content:space-between;align-items:flex-start;display:flex}.widget-address-row h3{align-items:center;gap:6px;font-size:20px;font-weight:800;display:flex}.widget-address-row p{opacity:.85;margin-top:2px;font-size:13px}.widget-body{padding:24px}.widget-section-title{color:#0f172a;margin-bottom:16px;font-size:16px;font-weight:800}.schedule-item{border:1px solid var(--border);background:#fff;border-radius:16px;grid-template-columns:48px 1fr 16px;align-items:center;gap:14px;margin-bottom:12px;padding:14px;transition:border-color .15s;display:grid}.schedule-item:hover{border-color:#cbd5e1}.item-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.item-details b{color:#64748b;text-transform:uppercase;letter-spacing:.03em;font-size:12px;display:block}.item-details strong{color:#0f172a;margin:1px 0 2px;font-size:16px;font-weight:800;display:block}.item-details strong.highlight-green{color:var(--green)}.item-details strong.highlight-blue{color:var(--blue)}.item-details strong.highlight-amber{color:var(--amber)}.item-details strong.highlight-purple{color:var(--purple)}.item-details small{color:#64748b;font-size:12px;display:block}.reminder-pill{background:var(--green-soft);color:var(--green-dark);border-radius:6px;align-items:center;gap:4px;margin-top:6px;padding:3px 8px;font-size:11px;font-weight:700;display:inline-flex}.stay-in-loop-box{background:var(--green-soft);text-align:center;border:1px solid #bbf7d0;border-radius:18px;margin-top:18px;padding:20px}.stay-in-loop-box h4{color:var(--green-dark);margin-bottom:4px;font-size:16px;font-weight:800}.stay-in-loop-box p{color:#374151;margin-bottom:16px;font-size:13px}.local-trust-section{text-align:center;background:#f0fdf4;border-top:1px solid #dcfce7;border-bottom:1px solid #dcfce7;padding:36px 0 40px}.trust-pillars-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-top:0;display:grid}@media (max-width:980px){.trust-pillars-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:540px){.trust-pillars-grid{grid-template-columns:1fr;gap:12px}}.pillar-item{text-align:center;background:#fff;border:1px solid #dcfce7;border-radius:16px;flex-direction:column;align-items:center;padding:22px 18px;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 4px 12px #16a34a0a}.pillar-item:hover{transform:translateY(-2px);box-shadow:0 8px 20px #16a34a14}.pillar-icon{width:48px;height:48px;color:var(--green);background:#dcfce7;border:1px solid #bbf7d0;border-radius:12px;justify-content:center;align-items:center;margin-bottom:12px;font-size:22px;display:flex}.pillar-item h4{color:#0f172a;margin-bottom:4px;font-size:15px;font-weight:800;line-height:1.3}.pillar-item p{color:#64748b;margin:0;font-size:13px;line-height:1.45}.signup-section{background:#fff;padding:90px 0}.signup-container{border:1px solid var(--border);border-radius:var(--radius-lg);max-width:560px;box-shadow:var(--shadow-lg);background:#fff;margin:0 auto;padding:40px 36px}.stepper-header{justify-content:center;align-items:center;gap:12px;margin-bottom:10px;display:flex}.step-node{color:#64748b;background:#fff;border:2px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:800;display:flex}.step-node.active,.step-node.completed{background:var(--green);border-color:var(--green);color:#fff}.step-connector{background:#cbd5e1;flex:1;max-width:70px;height:2px}.step-connector.active{background:var(--green)}.stepper-labels{color:#64748b;justify-content:space-between;margin-bottom:30px;padding:0 4px;font-size:12px;font-weight:700;display:flex}.stepper-labels .active{color:var(--green-dark)}.form-group{margin-bottom:18px}.form-label{color:#1e293b;margin-bottom:6px;font-size:13px;font-weight:750;display:block}.form-input{border:1.5px solid var(--border);border-radius:var(--radius-sm);outline:none;width:100%;padding:12px 14px;font-size:15px;transition:border-color .15s,box-shadow .15s}.form-input:focus{border-color:var(--green);box-shadow:0 0 0 3px #11863a1f}.checkbox-group{border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;background:#fff;align-items:center;gap:10px;margin-bottom:8px;padding:12px 14px;transition:background-color .15s;display:flex}.checkbox-group:hover{background:#f8fafc}.checkbox-group input[type=checkbox]{width:18px;height:18px;accent-color:var(--green)}.checkbox-group span{color:#1e293b;font-size:14px;font-weight:500}.testimonial-card{border-radius:var(--radius-md);background:#fafaf9;border:1px solid #e7e5e4;margin-top:24px;padding:18px}.testimonial-stars{color:#eab308;margin-bottom:6px;font-size:16px}.testimonial-text{color:#44403c;margin-bottom:6px;font-size:13px;font-style:italic;line-height:1.45}.testimonial-author{color:#78716c;font-size:12px;font-weight:700}.pricing-section{background:#f8faf8;padding:48px 0 52px}.pricing-grid{grid-template-columns:repeat(2,minmax(0,420px));justify-content:center;gap:20px;display:grid}.pricing-card{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;padding:28px 24px;display:flex;position:relative}.pricing-card.featured{border:2.5px solid var(--green);box-shadow:var(--shadow-lg)}.pricing-card-header{margin-bottom:16px}.pricing-card-title{color:#0f172a;font-size:20px;font-weight:800}.pricing-price{color:#0f172a;align-items:baseline;gap:4px;margin:8px 0 2px;font-size:42px;font-weight:850;display:flex}.pricing-price span{color:var(--muted);font-size:15px;font-weight:500}.pricing-features-list{flex:1;margin:18px 0 24px;list-style:none}.pricing-features-list li{color:#334155;align-items:center;gap:8px;padding:6px 0;font-size:14px;display:flex}.pricing-features-list li svg{color:var(--green);flex-shrink:0}.faq-section{background:#fff;padding:48px 0 54px}.faq-container{max-width:800px;margin:0 auto}.faq-item{border:1px solid var(--border-light);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);background:#fff;margin-bottom:10px;overflow:hidden}.faq-question{color:#0f172a;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:16px 20px;font-size:15px;font-weight:750;display:flex}.faq-question:hover{background:#f8fafc}.faq-answer{color:#475569;padding:0 24px 20px;font-size:14px;line-height:1.6}.site-footer{background:var(--green-dark);color:#d1fae5;padding:70px 0 30px}.footer-top-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;margin-bottom:50px;display:grid}.footer-brand h4{color:#fff;align-items:center;gap:8px;margin-bottom:10px;font-size:18px;font-weight:800;display:flex}.footer-brand p{color:#a7f3d0;max-width:280px;font-size:14px}.footer-col h5{color:#fff;letter-spacing:.03em;text-transform:uppercase;margin-bottom:16px;font-size:14px;font-weight:800}.footer-col ul{list-style:none}.footer-col li{margin-bottom:10px}.footer-col a{color:#a7f3d0;font-size:13px;transition:color .15s}.footer-col a:hover{color:#fff}.footer-bottom-bar{color:#a7f3d0;border-top:1px solid #ffffff26;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:24px;font-size:12px;display:flex}@media (max-width:960px){.hero-grid{text-align:center;grid-template-columns:1fr}.hero-content p{margin:0 auto 30px}.search-bar-wrapper{margin:0 auto 16px}.trust-row{justify-content:center}.features-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:1fr}.footer-top-grid{grid-template-columns:1fr 1fr}.nav-links{display:none!important}.mobile-header-actions{display:flex!important}}@media (max-width:600px){.hero-content h1{font-size:34px}.address-search-form{box-shadow:none;background:0 0;border:none;flex-direction:column;padding:0}.address-search-input{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:#fff;width:100%;margin-bottom:8px}.address-search-form .btn{width:100%}.features-grid{grid-template-columns:1fr}.trust-pillars-grid{grid-template-columns:1fr;gap:24px}.signup-container{padding:24px 18px}.footer-top-grid{grid-template-columns:1fr}}
