.Home-module__jKgjFW__heroSection{background:linear-gradient(#e6f5fa80 0%,#fff 100%);padding:6rem 0 5rem;position:relative;overflow:hidden}.Home-module__jKgjFW__heroContainer{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;display:grid}.Home-module__jKgjFW__heroContent{flex-direction:column;gap:1.5rem;display:flex}.Home-module__jKgjFW__badge{color:var(--secondary-dark);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;background-color:#00b4d81a;border:1px solid #00b4d826;align-items:center;gap:.5rem;width:max-content;padding:.4rem 1rem;font-size:.85rem;font-weight:700;display:inline-flex}.Home-module__jKgjFW__heroTitle{color:var(--primary-dark);font-size:3.5rem;line-height:1.15;font-family:var(--font-playfair), serif;font-weight:800}.Home-module__jKgjFW__heroTitleHighlight{background:linear-gradient(135deg, var(--secondary-dark) 0%, var(--primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.Home-module__jKgjFW__heroDesc{color:var(--text-secondary);font-size:1.15rem;line-height:1.7}.Home-module__jKgjFW__postcodeChecker{background:var(--bg-secondary);border-radius:var(--radius-full);box-shadow:var(--shadow-md);border:1px solid var(--border-color);max-width:520px;transition:var(--transition-normal);align-items:center;margin-top:.5rem;padding:.5rem;display:flex}.Home-module__jKgjFW__postcodeChecker:focus-within{border-color:var(--secondary);box-shadow:0 8px 24px #00b4d826}.Home-module__jKgjFW__postcodeIcon{color:var(--secondary-dark);flex-shrink:0;margin-left:1.2rem}.Home-module__jKgjFW__postcodeInput{width:100%;color:var(--text-primary);background:0 0;border:none;padding:.8rem 1rem;font-size:1rem;font-weight:500}.Home-module__jKgjFW__postcodeInput:focus{outline:none}.Home-module__jKgjFW__postcodeBtn{flex-shrink:0;padding:.8rem 1.6rem;font-size:.95rem}.Home-module__jKgjFW__checkerStatus{align-items:center;gap:.4rem;margin-top:.75rem;font-size:.9rem;font-weight:500;animation:.3s forwards Home-module__jKgjFW__fadeIn;display:flex}.Home-module__jKgjFW__statusAvailable{color:var(--success)}.Home-module__jKgjFW__statusUnavailable{color:var(--error)}.Home-module__jKgjFW__heroButtons{gap:1rem;margin-top:.5rem;display:flex}.Home-module__jKgjFW__heroMedia{justify-content:center;align-items:center;display:flex;position:relative}.Home-module__jKgjFW__imageWrapper{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:4px solid var(--bg-secondary);z-index:2;aspect-ratio:4/3;width:100%;position:relative;overflow:hidden}.Home-module__jKgjFW__floatingCard{border-radius:var(--radius-md);z-index:3;align-items:center;gap:1rem;width:240px;padding:1.2rem 1.8rem;display:flex;position:absolute;bottom:-20px;left:-20px}.Home-module__jKgjFW__floatingIcon{border-radius:var(--radius-full);width:42px;height:42px;color:var(--secondary-dark);background:#00b4d81a;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Home-module__jKgjFW__floatingInfo{flex-direction:column;display:flex}.Home-module__jKgjFW__floatingLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);font-size:.75rem;font-weight:600}.Home-module__jKgjFW__floatingValue{color:var(--primary);font-size:1.15rem;font-weight:800}.Home-module__jKgjFW__circleDecor{background:radial-gradient(circle, var(--secondary-light) 0%, transparent 70%);opacity:.4;z-index:1;border-radius:var(--radius-full);width:140px;height:140px;position:absolute;top:-40px;right:-40px}.Home-module__jKgjFW__statsSection{background:var(--bg-secondary);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:2.5rem 0}.Home-module__jKgjFW__statsGrid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.Home-module__jKgjFW__statCard{flex-direction:column;gap:.25rem;display:flex}.Home-module__jKgjFW__statNum{color:var(--primary);font-size:2.5rem;font-weight:800;font-family:var(--font-playfair), serif;background:linear-gradient(135deg, var(--primary) 0%, var(--secondary-dark) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Home-module__jKgjFW__statLabel{color:var(--text-secondary);font-size:.95rem;font-weight:600}.Home-module__jKgjFW__sectionHeader{text-align:center;flex-direction:column;gap:.75rem;max-width:650px;margin:0 auto 3.5rem;display:flex}.Home-module__jKgjFW__sectionSubtitle{color:var(--secondary-dark);text-transform:uppercase;letter-spacing:.1em;font-size:.85rem;font-weight:700}.Home-module__jKgjFW__sectionTitle{font-size:2.2rem;font-family:var(--font-playfair), serif;color:var(--primary);font-weight:800}.Home-module__jKgjFW__sectionDesc{color:var(--text-secondary);font-size:1rem}.Home-module__jKgjFW__servicesGrid{grid-template-columns:repeat(4,1fr);gap:1.8rem;display:grid}.Home-module__jKgjFW__serviceCard{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg);transition:var(--transition-normal);flex-direction:column;gap:1.2rem;padding:2.2rem 1.8rem;display:flex;position:relative;overflow:hidden}.Home-module__jKgjFW__serviceCard:hover{border-color:var(--secondary-light);box-shadow:var(--shadow-lg);transform:translateY(-8px)}.Home-module__jKgjFW__serviceCard:before{content:"";background:linear-gradient(90deg, var(--secondary) 0%, var(--primary-light) 100%);transform-origin:0;width:100%;height:4px;transition:var(--transition-normal);position:absolute;top:0;left:0;transform:scaleX(0)}.Home-module__jKgjFW__serviceCard:hover:before{transform:scaleX(1)}.Home-module__jKgjFW__serviceIconWrapper{border-radius:var(--radius-md);width:52px;height:52px;color:var(--secondary-dark);transition:var(--transition-fast);background:#00b4d814;justify-content:center;align-items:center;display:flex}.Home-module__jKgjFW__serviceCard:hover .Home-module__jKgjFW__serviceIconWrapper{background:var(--secondary);color:var(--text-light);transform:scale(1.05)}.Home-module__jKgjFW__serviceCardTitle{margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.Home-module__jKgjFW__serviceCardDesc{color:var(--text-secondary);flex-grow:1;font-size:.92rem;line-height:1.5}.Home-module__jKgjFW__serviceCardFeatures{flex-direction:column;gap:.5rem;margin:.5rem 0 1rem;list-style:none;display:flex}.Home-module__jKgjFW__serviceCardFeatures li{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.Home-module__jKgjFW__serviceCardFeatures svg{color:var(--success);flex-shrink:0}.Home-module__jKgjFW__serviceCardLink{color:var(--primary);transition:var(--transition-fast);align-items:center;gap:.4rem;font-size:.9rem;font-weight:700;display:inline-flex}.Home-module__jKgjFW__serviceCardLink:hover{color:var(--secondary-dark)}.Home-module__jKgjFW__serviceCardLink svg{transition:var(--transition-fast)}.Home-module__jKgjFW__serviceCardLink:hover svg{transform:translate(3px)}.Home-module__jKgjFW__whySection{background-color:var(--bg-primary)}.Home-module__jKgjFW__whyContainer{grid-template-columns:1fr 1fr;align-items:center;gap:4.5rem;display:grid}.Home-module__jKgjFW__whyMedia{position:relative}.Home-module__jKgjFW__whyImageGrid{grid-template-columns:repeat(2,1fr);gap:1.2rem;display:grid}.Home-module__jKgjFW__whyImg{border-radius:var(--radius-md);box-shadow:var(--shadow-md);overflow:hidden}.Home-module__jKgjFW__whyImgTall{aspect-ratio:1/2;grid-row:span 2;height:100%;display:flex}.Home-module__jKgjFW__whyImgTall img{object-fit:cover;width:100%;height:100%}.Home-module__jKgjFW__whyImgWide img{object-fit:cover;aspect-ratio:4/3;width:100%}.Home-module__jKgjFW__whyList{flex-direction:column;gap:2rem;margin-top:2rem;display:flex}.Home-module__jKgjFW__whyItem{gap:1.2rem;display:flex}.Home-module__jKgjFW__whyItemIcon{border-radius:var(--radius-full);background:var(--bg-secondary);width:48px;height:48px;color:var(--secondary-dark);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Home-module__jKgjFW__whyItemTitle{color:var(--primary);margin-bottom:.35rem;font-size:1.15rem;font-weight:700}.Home-module__jKgjFW__whyItemDesc{color:var(--text-secondary);font-size:.92rem;line-height:1.5}.Home-module__jKgjFW__testimonialSection{background-color:var(--bg-secondary)}.Home-module__jKgjFW__testimonialsGrid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:1rem;display:grid}.Home-module__jKgjFW__testimonialCard{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition-normal);flex-direction:column;gap:1.2rem;padding:2.2rem;display:flex}.Home-module__jKgjFW__testimonialCard:hover{box-shadow:var(--shadow-md);border-color:var(--secondary-light);transform:translateY(-4px)}.Home-module__jKgjFW__stars{color:var(--accent);gap:.2rem;display:flex}.Home-module__jKgjFW__quoteText{color:var(--text-primary);flex-grow:1;font-size:.95rem;font-style:italic;line-height:1.6}.Home-module__jKgjFW__clientInfo{border-top:1px solid var(--border-color);align-items:center;gap:1rem;margin-top:.5rem;padding-top:1rem;display:flex}.Home-module__jKgjFW__clientAvatar{border-radius:var(--radius-full);background:var(--primary-light);width:44px;height:44px;color:var(--text-light);justify-content:center;align-items:center;font-size:.95rem;font-weight:700;display:flex}.Home-module__jKgjFW__clientDetails{flex-direction:column;display:flex}.Home-module__jKgjFW__clientName{color:var(--primary);font-size:.95rem;font-weight:700}.Home-module__jKgjFW__clientRole{color:var(--text-secondary);font-size:.8rem}.Home-module__jKgjFW__ctaSection{background-color:var(--bg-primary);padding:5rem 0}.Home-module__jKgjFW__ctaCard{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);border-radius:var(--radius-lg);color:var(--text-light);text-align:center;box-shadow:var(--shadow-lg);border:1px solid #ffffff0d;flex-direction:column;align-items:center;gap:1.5rem;padding:4.5rem;display:flex;position:relative;overflow:hidden}.Home-module__jKgjFW__ctaCard:before{content:"";background:radial-gradient(circle, var(--secondary) 0%, transparent 70%);opacity:.15;pointer-events:none;width:300px;height:300px;position:absolute;top:-10%;right:-10%}.Home-module__jKgjFW__ctaCard:after{content:"";background:radial-gradient(circle, var(--accent) 0%, transparent 70%);opacity:.08;pointer-events:none;width:250px;height:250px;position:absolute;bottom:-10%;left:-10%}.Home-module__jKgjFW__ctaCard h2{font-size:2.8rem;font-family:var(--font-playfair), serif;color:var(--text-light);max-width:700px;font-weight:800}.Home-module__jKgjFW__ctaCard p{color:var(--text-light-muted);max-width:600px;margin-bottom:.5rem;font-size:1.1rem;line-height:1.6}.Home-module__jKgjFW__ctaButtons{gap:1rem;display:flex}@media (max-width:1024px){.Home-module__jKgjFW__heroTitle{font-size:2.8rem}.Home-module__jKgjFW__servicesGrid,.Home-module__jKgjFW__testimonialsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.Home-module__jKgjFW__heroContainer{grid-template-columns:1fr;gap:3rem}.Home-module__jKgjFW__heroContent{text-align:center;align-items:center}.Home-module__jKgjFW__postcodeChecker{width:100%}.Home-module__jKgjFW__heroButtons{justify-content:center}.Home-module__jKgjFW__heroMedia{order:-1}.Home-module__jKgjFW__imageWrapper{max-width:500px}.Home-module__jKgjFW__whyContainer{grid-template-columns:1fr;gap:3rem}.Home-module__jKgjFW__whyMedia{max-width:500px;margin:0 auto}.Home-module__jKgjFW__statsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:640px){.Home-module__jKgjFW__heroTitle{font-size:2.2rem}.Home-module__jKgjFW__servicesGrid,.Home-module__jKgjFW__testimonialsGrid{grid-template-columns:1fr}.Home-module__jKgjFW__ctaCard{padding:3rem 1.5rem}.Home-module__jKgjFW__ctaCard h2{font-size:2rem}.Home-module__jKgjFW__ctaButtons{flex-direction:column;gap:.8rem;width:100%}.Home-module__jKgjFW__ctaButtons a{width:100%}.Home-module__jKgjFW__postcodeChecker{border-radius:var(--radius-md);flex-direction:column;gap:.8rem;padding:.8rem}.Home-module__jKgjFW__postcodeIcon{display:none}.Home-module__jKgjFW__postcodeBtn{border-radius:var(--radius-full);width:100%}}
