.hero{padding-top:calc(var(--header-height) + 72px);padding-bottom:80px;background:var(--bg-warm);position:relative;overflow:hidden}.hero-shapes{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hero-shape{position:absolute;border-radius:50%;opacity:.12}.hero-shape-1{width:300px;height:300px;background:var(--green-light);top:-80px;right:-60px;border-radius:50% 50% 50% 30%}.hero-shape-2{width:200px;height:200px;background:var(--yellow);bottom:-40px;left:-40px;border-radius:30% 50% 50%}.hero-shape-3{width:120px;height:120px;background:var(--green);top:30%;left:8%}.hero-shape-4{width:80px;height:80px;background:var(--yellow);top:20%;right:12%;border-radius:20% 50%}.hero-shape-5{width:60px;height:60px;background:var(--green-dark);bottom:20%;right:6%;border-radius:50% 20% 50% 50%}.hero-shape-6{width:100px;height:70px;background:var(--green-pale);top:40%;right:18%;border-radius:35px 35px 35px 8px;opacity:.2}.hero-shape-7{width:80px;height:55px;background:#fff8dd;bottom:30%;left:14%;border-radius:28px 28px 8px;opacity:.25}.hero-shape-8{width:30px;height:30px;background:var(--green);top:25%;left:20%;opacity:.15}.hero-shape-8:after{content:"";position:absolute;top:30px;left:2px;width:26px;height:35px;background:var(--green);border-radius:13px 13px 6px 6px;opacity:.6}.hero-shape-9{width:140px;height:100px;background:var(--green-light);bottom:10%;right:25%;border-radius:8px 8px 0 0;opacity:.08}.hero-shape-9:before{content:"";position:absolute;top:-30px;left:30px;width:40px;height:40px;background:var(--green-light);border-radius:4px;opacity:.5;transform:rotate(10deg)}.hero .container{position:relative;z-index:2;text-align:center}.hero-headline{font-size:clamp(34px,5vw,56px);font-weight:900;line-height:1.15;color:var(--green-dark);margin-bottom:20px;letter-spacing:-.01em}.hero-headline span{color:var(--green)}.hero-sub{font-size:clamp(16px,1.6vw,19px);color:var(--text-medium);max-width:680px;margin:0 auto 36px;line-height:1.7}.hero-ctas{display:flex;gap:16px;justify-content:center;margin-bottom:40px;flex-wrap:wrap}.hero-search{max-width:580px;margin:0 auto 16px;position:relative}.hero-search input{width:100%;padding:18px 56px 18px 24px;background:#fff;border:2px solid var(--border);border-radius:var(--radius-full);color:var(--text-dark);font-family:var(--font-body);font-size:16px;outline:none;transition:all var(--transition);box-shadow:var(--shadow-soft)}.hero-search input::placeholder{color:var(--text-light)}.hero-search input:focus{border-color:var(--green);box-shadow:0 0 0 4px #39b54a1f,var(--shadow-soft)}.hero-search-icon{position:absolute;right:20px;top:0;bottom:0;margin:auto 0;color:var(--green);pointer-events:none}.search-examples{display:flex;gap:8px;justify-content:center;align-items:center;flex-wrap:wrap;margin-bottom:24px}.search-examples-label{font-size:14px;color:var(--text-light);line-height:1;display:inline-flex;align-items:center;min-height:34px}.search-examples a{font-size:14px;color:var(--text-medium);padding:6px 14px;border:1px solid var(--border);border-radius:var(--radius-full);transition:all var(--transition);background:#fff}.search-examples a:hover{border-color:var(--green);color:var(--green);background:var(--green-pale)}.hero-trust{font-size:15px;color:var(--text-medium);font-style:italic}.browse-section{background:var(--bg-light)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:52px}.category-card{background:#fff;border-radius:var(--radius);padding:28px 22px;transition:all .35s var(--bounce);display:flex;flex-direction:column;gap:10px;border-top:4px solid transparent;box-shadow:var(--shadow-card);position:relative}.category-card:nth-child(1){border-top-color:var(--green)}.category-card:nth-child(2){border-top-color:var(--yellow)}.category-card:nth-child(3){border-top-color:var(--green-dark)}.category-card:nth-child(4){border-top-color:var(--green-light)}.category-card:nth-child(5){border-top-color:var(--yellow)}.category-card:nth-child(6){border-top-color:var(--green)}.category-card:nth-child(7){border-top-color:var(--green-light)}.category-card:nth-child(8){border-top-color:var(--yellow)}.category-card:hover,.business-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-warm)}.category-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.category-card h3{font-size:16px}.locations-block{text-align:center}.locations-block h3{font-size:22px;margin-bottom:20px}.location-tags{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.location-tags a{font-size:15px;color:var(--text-medium);padding:10px 22px;border:2px solid var(--border);border-radius:var(--radius-full);transition:all var(--transition);font-weight:600;font-family:var(--font-heading);background:#fff}.location-tags a:hover{border-color:var(--green);color:var(--green);background:var(--green-pale);transform:translateY(-2px)}.two-ways-section,.featured-section,.for-business-section{background:var(--bg-white)}.two-ways-grid,.for-business-inner{display:grid;grid-template-columns:1fr 1fr}.two-ways-grid{gap:28px}.way-card{border-radius:var(--radius);padding:44px 40px;position:relative}.way-card-browse{background:linear-gradient(135deg,var(--green-pale) 0%,#f0faf1 100%);border:2px solid rgb(57 181 74 / .15)}.way-card-quotes{background:linear-gradient(135deg,#fff9e6,#fffdf0);border:2px solid rgb(255 200 10 / .2)}.way-label{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px}.way-card-browse .way-label{color:var(--green)}.way-card-quotes .way-label{color:var(--yellow-hover)}.way-card h3{font-size:26px;font-weight:800;margin-bottom:10px}.way-tagline,.for-business-content p{font-size:15px;color:var(--text-medium);margin-bottom:24px;line-height:1.65}.way-card ul,.benefit-list{margin-bottom:28px}.way-card ul li,.benefit-list li{font-size:15px;color:var(--text-dark);padding:7px 0 7px 28px;position:relative;line-height:1.5}.way-card ul li:before{content:"";position:absolute;left:0;top:14px;width:8px;height:8px;border-radius:50%}.way-card-browse ul li:before{background:var(--green)}.way-card-quotes ul li:before{background:var(--yellow)}.how-section,.why-section,.trust-section{background:var(--bg-warm)}.how-reassurance{text-align:center;font-family:var(--font-heading);font-size:17px;font-weight:600;color:var(--green-dark);padding:20px 32px;background:var(--green-pale);border-radius:var(--radius);max-width:500px;margin:0 auto}.dashboard-section,.directory-section,.faq-section,.browse-section{background:var(--bg-light)}.dashboard-mock{max-width:800px;margin:0 auto 32px;background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-warm);border:1px solid var(--border)}.dash-topbar{background:var(--green);padding:18px 28px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.dash-topbar-title{color:#fff;font-family:var(--font-heading);font-size:16px;font-weight:700}.dash-tabs{display:flex;gap:6px}.dash-tab{padding:6px 16px;border-radius:var(--radius-full);font-size:13px;font-weight:600;color:#ffffffb3;font-family:var(--font-heading)}.dash-tab.active{background:#fff3;color:#fff}.dash-body{padding:28px}.dash-status-row{display:flex;gap:10px;margin-bottom:24px;flex-wrap:wrap}.status-badge{padding:6px 14px;border-radius:var(--radius-full);font-size:13px;font-weight:600;font-family:var(--font-heading)}.status-badge.received{background:var(--green-pale);color:var(--green-dark)}.status-badge.pending{background:#fff9e6;color:var(--yellow-hover)}.status-badge.reviewing{background:#f0f0f0;color:var(--text-medium)}.dash-quotes,.business-grid,.trust-grid{display:grid}.dash-quotes{grid-template-columns:repeat(3,1fr);gap:16px}.dash-quote-card{background:var(--bg-warm);border-radius:var(--radius);padding:22px;position:relative;border:1px solid var(--border)}.dash-quote-card:after{content:"";position:absolute;bottom:-10px;left:28px;width:0;height:0;border-right:10px solid transparent;border-left:10px solid transparent;border-top:10px solid var(--bg-warm)}.dash-quote-card h4{font-size:15px;margin-bottom:6px}.dash-rating{font-size:13px;color:var(--yellow-hover);margin-bottom:10px}.dash-price{font-family:var(--font-heading);font-size:24px;font-weight:800;color:var(--green);margin-bottom:6px}.dash-detail{font-size:13px;color:var(--text-medium);margin-bottom:8px;line-height:1.5}.dash-response{font-size:12px;color:var(--text-light);font-style:italic}.dashboard-cta,.featured-cta,.directory-cta{text-align:center;margin-top:20px}.business-grid{grid-template-columns:repeat(3,1fr);gap:24px}.business-card{background:#fff;border-radius:var(--radius);padding:32px 28px;box-shadow:var(--shadow-card);border:1px solid var(--border);transition:all .35s var(--bounce)}.business-card-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}.business-avatar{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:18px;font-weight:800;color:#fff;flex-shrink:0}.business-card:nth-child(1) .business-avatar{background:var(--green)}.business-card:nth-child(2) .business-avatar{background:var(--yellow-hover)}.business-card:nth-child(3) .business-avatar{background:var(--green-dark)}.business-card-header h3{font-size:17px}.biz-category{font-size:13px;color:var(--text-light)}.biz-rating{margin-bottom:12px}.biz-stars{color:var(--yellow);font-size:15px}.biz-rating-text{font-size:13px;color:var(--text-medium);margin-left:4px}.biz-desc{font-size:14px;color:var(--text-medium);line-height:1.6;margin-bottom:16px}.biz-tags{display:flex;gap:8px;flex-wrap:wrap}.biz-tags span{padding:5px 12px;background:var(--green-pale);color:var(--green-dark);border-radius:var(--radius-full);font-size:12px;font-weight:600}.featured-cta{margin-top:40px}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.why-card{text-align:center;padding:8px}.why-icon-circle{width:72px;height:72px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 4px 16px #39b54a33}.why-icon-circle svg{width:32px;height:32px;color:#fff}.why-card h3,.trust-item h3{font-size:18px;margin-bottom:10px}.why-card p,.trust-item p{font-size:14px;color:var(--text-medium);line-height:1.65}.directory-columns{display:grid}.directory-columns{grid-template-columns:repeat(3,1fr);gap:40px}.directory-col h3{font-size:18px;margin-bottom:16px;padding-bottom:12px;border-bottom:3px solid var(--green);display:inline-block}.directory-col ul li{padding:6px 0}.directory-col ul li a{font-size:15px;color:var(--text-medium);transition:color var(--transition)}.directory-col ul li a:hover{color:var(--green)}.directory-cta{margin-top:44px}.for-business-inner{gap:56px;align-items:center}.for-business-content p{font-size:16px;line-height:1.7}.benefit-list li{padding-left:32px}.benefit-list li:before{content:"";position:absolute;left:0;top:12px;width:18px;height:18px;background:var(--green);border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:10px}.for-business-ctas{display:flex;gap:16px;flex-wrap:wrap}.for-business-visual{background:var(--bg-warm);border-radius:var(--radius);padding:36px;border:1px solid var(--border)}.stat-row{display:flex;justify-content:space-between;align-items:center;padding:18px 0;border-bottom:1px solid var(--border);gap:24px}.stat-row:last-child{border-bottom:none}.stat-label{font-size:15px;color:var(--text-medium)}.stat-value{font-family:var(--font-heading);font-size:24px;font-weight:800;color:var(--text-dark)}.stat-value.green{color:var(--green)}.stat-value.yellow{color:var(--yellow-hover)}.trust-grid{grid-template-columns:repeat(3,1fr);gap:28px}.trust-item{text-align:center;background:#fff;border-radius:var(--radius);padding:36px 28px;box-shadow:var(--shadow-card)}.trust-check{width:56px;height:56px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;margin:0 auto 18px}.trust-check svg{width:26px;height:26px;color:#fff}.final-cta-section{background:var(--green-pale);text-align:center;padding:80px 0}.final-cta-section .section-heading{margin-bottom:14px}.final-cta-buttons{display:flex;gap:16px;justify-content:center;margin-top:32px;flex-wrap:wrap}@media(max-width:1024px){.category-grid,.why-grid{grid-template-columns:repeat(2,1fr)}.business-grid,.dash-quotes{grid-template-columns:1fr}.for-business-inner{grid-template-columns:1fr;gap:40px}}@media(max-width:768px){section{padding:60px 0}.hero{padding-top:calc(var(--header-height) + 48px);padding-bottom:56px}.hero-ctas,.final-cta-buttons,.for-business-ctas{flex-direction:column;align-items:center}.two-ways-grid,.category-grid,.why-grid,.trust-grid,.directory-columns{grid-template-columns:1fr}.way-card{padding:32px 28px}.hero-shape-3,.hero-shape-4,.hero-shape-5,.hero-shape-6,.hero-shape-7,.hero-shape-8,.hero-shape-9{display:none}}@media(max-width:480px){.search-examples{gap:6px}}
