*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#1e40af;--primary-dark:#1e3a8a;--primary-light:#3b82f6;--secondary-color:#dc2626;--secondary-dark:#b91c1c;--secondary-light:#ef4444;--accent-color:#f8fafc;--accent-warm:#fef3c7;--accent-cool:#dbeafe;--text-primary:#1f2937;--text-secondary:#6b7280;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--success-color:#059669;--warning-color:#d97706;--info-color:#0891b2;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--gradient-primary:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);--gradient-secondary:linear-gradient(135deg,var(--secondary-color) 0%,var(--secondary-dark) 100%);--gradient-accent:linear-gradient(135deg,var(--accent-cool) 0%,var(--accent-warm) 100%)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--white);color:#1f2937;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6{color:#1f2937;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:700;letter-spacing:-.01em;line-height:1.2;margin-bottom:1rem}h1{font-size:clamp(2.25rem,5vw,3.25rem);font-weight:800;letter-spacing:-.02em;line-height:1.1}h2{font-size:clamp(1.875rem,4vw,2.5rem);font-weight:700;letter-spacing:-.01em;line-height:1.2}h3{font-size:clamp(1.5rem,3vw,1.875rem);font-weight:600;line-height:1.3}h4{font-size:clamp(1.25rem,2.5vw,1.5rem)}h4,h5{font-weight:600;line-height:1.4}h5{font-size:clamp(1.125rem,2vw,1.25rem)}h6{font-size:clamp(1rem,1.8vw,1.125rem);font-weight:600;line-height:1.4}p{color:#6b7280;color:var(--text-secondary);font-size:clamp(1rem,1.2vw,1.125rem);font-weight:400;letter-spacing:.01em;line-height:1.7;margin-bottom:1rem}a{color:#1e40af;color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:#dc2626;color:var(--secondary-color)}button{border:none;cursor:pointer;font-family:inherit;outline:none}.btn,button{transition:all .3s ease}.btn{border:2px solid #0000;border-radius:8px;display:inline-block;font-weight:500;padding:12px 24px;text-align:center}.btn-primary{background:linear-gradient(135deg,#1e40af,#1e3a8a);background:var(--gradient-primary);color:var(--white)}.btn-primary:hover{background:#1e3a8a;background:var(--primary-dark);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg)}.btn-secondary{background-color:initial;border-color:#1e40af;border-color:var(--primary-color);color:#1e40af;color:var(--primary-color)}.btn-secondary:hover{background:linear-gradient(135deg,#1e40af,#1e3a8a);background:var(--gradient-primary);color:var(--white)}.btn-accent{background:linear-gradient(135deg,#dc2626,#b91c1c);background:var(--gradient-secondary);color:#fff;color:var(--white)}.btn-accent:hover{background:#b91c1c;background:var(--secondary-dark);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-white{background:#fff;background:var(--white);border-color:#fff;border-color:var(--white);color:#1e40af;color:var(--primary-color)}.btn-white:hover{background:#f3f4f6;background:var(--gray-100);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);color:#1e3a8a;color:var(--primary-dark);transform:translateY(-2px)}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.section{padding:4rem 0}.section-title{margin-bottom:3rem;text-align:center}.section-title h2{color:#1f2937;color:var(--text-primary);font-size:clamp(1.875rem,4vw,2.5rem);font-weight:700;letter-spacing:-.01em;margin-bottom:1rem}.section-title p{color:#6b7280;color:var(--text-secondary);font-size:clamp(1.125rem,1.3vw,1.25rem);font-weight:400;line-height:1.6;margin:0 auto;max-width:600px}.card{background:#fff;background:var(--white);border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);padding:2rem;transition:all .3s ease}.card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-shadow:var(--shadow-xl);transform:translateY(-4px)}.grid{grid-gap:2rem;display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.text-center{text-align:center}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.rounded{border-radius:8px}.rounded-lg{border-radius:12px}.rounded-full{border-radius:9999px}.shadow{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg)}.bg-primary{background:linear-gradient(135deg,#1e40af,#1e3a8a);background:var(--gradient-primary)}.bg-secondary{background:linear-gradient(135deg,#dc2626,#b91c1c);background:var(--gradient-secondary)}.bg-accent{background:#f8fafc;background:var(--accent-color)}.bg-accent-warm{background:#fef3c7;background:var(--accent-warm)}.bg-accent-cool{background:#dbeafe;background:var(--accent-cool)}.text-white{color:#fff;color:var(--white)}.text-primary{color:#1e40af;color:var(--primary-color)}.text-secondary{color:#dc2626;color:var(--secondary-color)}.text-gray{color:#6b7280;color:var(--text-secondary)}.text-success{color:#059669;color:var(--success-color)}.text-warning{color:#d97706;color:var(--warning-color)}.text-info{color:#0891b2;color:var(--info-color)}@media (max-width:768px){h1{font-size:clamp(2rem,6vw,2.5rem);line-height:1.1}h2{font-size:clamp(1.75rem,5vw,2.25rem);line-height:1.2}h3{font-size:clamp(1.5rem,4vw,1.75rem);line-height:1.3}h4{font-size:clamp(1.25rem,3.5vw,1.5rem)}p{font-size:1rem;line-height:1.6}.section{padding:3rem 0}.container{padding:0 1.5rem}.grid-2,.grid-3{gap:1.5rem;grid-template-columns:1fr}}@media (max-width:480px){h1{font-size:clamp(1.75rem,7vw,2.25rem);line-height:1.1}h2{font-size:clamp(1.5rem,6vw,2rem);line-height:1.2}h3{font-size:clamp(1.25rem,5vw,1.5rem);line-height:1.3}p{font-size:.95rem;line-height:1.6}.btn{font-size:.9rem;padding:10px 20px}.card{padding:1.5rem}.grid-2,.grid-3{gap:1rem}}.fade-in{animation:fadeIn .6s ease-in}.slide-up{animation:slideUp .6s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.header{-webkit-tap-highlight-color:transparent;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid var(--gray-200);left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:#fffffffa;box-shadow:var(--shadow-md)}.header-content{align-items:center;display:flex;gap:.75rem;justify-content:space-between;padding:clamp(.75rem,2vw,1rem) 0}.zillow-header-logo{align-items:center;color:inherit;display:flex;flex-shrink:0;justify-content:center;text-decoration:none}.zillow-header-logo .zillow-logo{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));height:auto;object-fit:contain;transition:all .3s ease;width:clamp(60px,10vw,80px)}.zillow-header-logo .zillow-logo:hover{filter:drop-shadow(0 4px 8px rgba(0,0,0,.15));transform:scale(1.05)}.zillow-header-logo.mobile{margin-left:.5rem;order:2}.zillow-header-logo.mobile .zillow-logo{width:clamp(50px,12vw,60px)}.logo{align-items:center;color:var(--text-primary);display:flex;flex-shrink:0;gap:clamp(.5rem,2vw,1rem);min-height:44px;min-width:44px;padding:.25rem;text-decoration:none}.header-cb-logo{border-radius:6px;box-shadow:0 2px 8px #0000001a;height:clamp(40px,8vw,50px);object-fit:contain;width:clamp(40px,8vw,50px)}.logo-text{display:flex;flex-direction:column;gap:.125rem}.logo-text h2{color:var(--primary-color);font-size:clamp(1rem,3vw,1.3rem);font-weight:700;line-height:1.2;margin:0}.logo-text span{color:var(--text-secondary);font-size:clamp(.6rem,2vw,.75rem);letter-spacing:.02em}.nav{align-items:center;display:flex;flex:1 1;justify-content:center;margin:0 .5rem}.nav-list{display:flex;gap:clamp(1rem,3vw,1.5rem);list-style:none;margin:0;padding:0}.nav-list a{align-items:center;color:var(--text-primary);display:flex;font-size:clamp(.85rem,2vw,.95rem);font-weight:500;justify-content:center;min-height:44px;min-width:44px;padding:.5rem 0;position:relative;text-decoration:none;transition:color .3s ease;white-space:nowrap}.nav-list a.active,.nav-list a:hover{color:var(--primary-color)}.nav-list a:after{background:var(--primary-color);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-list a.active:after,.nav-list a:hover:after{width:100%}.header-contact{flex-shrink:0;gap:clamp(.75rem,2vw,1.25rem)}.contact-link,.header-contact{align-items:center;display:flex}.contact-link{color:var(--text-secondary);font-size:clamp(.75rem,2vw,.85rem);font-weight:500;gap:.4rem;justify-content:center;min-height:44px;min-width:44px;padding:.25rem 0;text-decoration:none;transition:color .3s ease;white-space:nowrap}.contact-link:hover{color:var(--primary-color)}.contact-link svg{flex-shrink:0;font-size:clamp(.8rem,2vw,.9rem)}.mobile-menu-btn{align-items:center;background:none;border:none;border-radius:6px;color:var(--text-primary);cursor:pointer;display:none;display:flex;font-size:clamp(1.1rem,3vw,1.25rem);justify-content:center;min-height:44px;min-width:44px;padding:.5rem;transition:background-color .3s ease}.mobile-menu-btn:hover{background-color:var(--gray-100)}.mobile-menu-btn:active{background-color:var(--gray-200)}.mobile-contact-btn{display:none}@media (min-width:1025px){.header-content{gap:1rem;padding:.75rem 0}.nav{margin:0 1rem}.nav-list{gap:1.75rem}.nav-list a{font-size:.95rem;padding:.5rem 0}.header-contact{gap:1.5rem}.contact-link{font-size:.85rem;padding:.25rem 0}.logo{gap:1rem}.logo-text h2{font-size:1.3rem}.logo-text span{font-size:.75rem}}@media (min-width:769px) and (max-width:1024px){.header-content{gap:.75rem}.nav-list{gap:1.25rem}.header-contact{gap:1rem}.contact-link span{display:none}.contact-link{padding:.25rem 0}}@media (max-width:768px){.nav{-webkit-overflow-scrolling:touch;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,var(--white) 0,var(--accent-color) 100%);border-radius:0 0 20px 20px;border-top:1px solid var(--gray-200);box-shadow:0 8px 32px #1e40af26;left:0;max-height:calc(100vh - 100%);opacity:0;overflow-y:auto;position:fixed;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden;z-index:999}.nav.nav-open{opacity:1;transform:translateY(0);visibility:visible}.nav-list{flex-direction:column;gap:0;list-style:none;margin:0;padding:1.5rem 0}.nav-list li{border-bottom:1px solid #1e40af14;border-radius:12px;margin:0 1rem;overflow:hidden}.nav-list a,.nav-list li:last-child{border-bottom:none}.nav-list a{-webkit-tap-highlight-color:transparent;align-items:center;background:#ffffffb3;box-sizing:border-box;color:var(--text-primary);display:flex;font-size:clamp(1rem,2.5vw,1.125rem);font-weight:600;justify-content:flex-start;min-height:60px;overflow:hidden;padding:1.25rem 1.5rem;position:relative;text-decoration:none;transition:all .3s ease;width:100%}.nav-list a:before{background:linear-gradient(90deg,#0000,#1e40af1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.nav-list a:hover:before{left:100%}.nav-list a:hover{background:#ffffffe6;box-shadow:0 4px 12px #1e40af1a;color:var(--primary-color);transform:translateX(8px)}.nav-list a:active{transform:translateX(4px)}.header-contact,.nav-list a:after{display:none}.header-content{align-items:center;flex-wrap:nowrap;gap:1rem;justify-content:space-between;overflow:hidden;padding:.75rem 0;width:100%}.header{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);min-height:60px}.logo{flex-shrink:0;max-width:40%;order:2}.zillow-header-logo.mobile{flex-shrink:0;margin-left:0;order:1}.zillow-header-logo.mobile .zillow-logo{width:clamp(45px,10vw,55px)}.mobile-menu-btn{background:var(--white);border:1px solid var(--gray-200);box-shadow:0 2px 8px #0000001a;display:flex;flex-shrink:0;order:0;z-index:1000}.nav-list a:active{background:#1e40af1a}.mobile-contact-btn{align-items:center;background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);border:none;border-radius:8px;box-shadow:0 4px 12px #1e40af33;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:clamp(.85rem,2vw,.95rem);font-weight:600;justify-content:center;line-height:1.2;margin-left:auto;min-height:44px;min-width:110px;order:3;overflow:hidden;padding:.75rem 1.25rem;position:relative;text-align:center;text-decoration:none;transition:all .3s ease;white-space:nowrap;z-index:1000}.mobile-contact-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.mobile-contact-btn:hover:before{left:100%}.mobile-contact-btn:focus,.mobile-contact-btn:hover{background:linear-gradient(135deg,var(--secondary-color) 0,var(--secondary-dark) 100%);box-shadow:0 6px 20px #dc26264d;color:#fff;transform:translateY(-2px)}.mobile-contact-btn:active{box-shadow:0 2px 8px #dc262633;transform:translateY(0)}}@media (max-width:480px){.header-content{gap:.75rem;min-height:55px;padding:.75rem 0}.header-cb-logo{height:35px;width:35px}.logo-text h2{font-size:.9rem;line-height:1.1}.logo-text span{font-size:.55rem;line-height:1.1}.mobile-menu-btn{font-size:1rem;min-height:44px;min-width:44px;padding:.5rem}.zillow-header-logo.mobile .zillow-logo{width:clamp(40px,8vw,50px)}.nav-list a{font-size:.95rem;min-height:50px;padding:1rem 1.5rem}.mobile-menu-btn,.nav-list a{touch-action:manipulation}.mobile-contact-btn{align-items:center;display:flex;font-size:.8rem;justify-content:center;line-height:1.2;min-width:100px;padding:.6rem 1rem;text-align:center}.logo{max-width:35%}.logo-text{min-width:0;overflow:hidden}}@media (max-width:768px){body.menu-open{overflow:hidden}.nav:before{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#fffffff2,#f8fafcf2);border-radius:0 0 20px 20px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.nav.nav-open:before{animation:fadeInBackdrop .3s ease-out}.nav-list li{opacity:0;transform:translateY(20px);transition:all .4s ease}.nav.nav-open .nav-list li{opacity:1;transform:translateY(0)}.nav.nav-open .nav-list li:first-child{animation:slideInFromTop .5s ease-out .1s both;transition-delay:.1s}.nav.nav-open .nav-list li:nth-child(2){animation:slideInFromTop .5s ease-out .15s both;transition-delay:.15s}.nav.nav-open .nav-list li:nth-child(3){animation:slideInFromTop .5s ease-out .2s both;transition-delay:.2s}.nav.nav-open .nav-list li:nth-child(4){animation:slideInFromTop .5s ease-out .25s both;transition-delay:.25s}.nav.nav-open .nav-list li:nth-child(5){animation:slideInFromTop .5s ease-out .3s both;transition-delay:.3s}}@keyframes fadeInBackdrop{0%{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);opacity:0}to{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:1}}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.dre-disclaimer{background:var(--gray-900);border-top:1px solid var(--gray-800);color:var(--gray-300);font-size:.75rem;line-height:1.4;padding:1.5rem 0}.disclaimer-content h4{border-bottom:2px solid var(--primary-color);color:var(--white);font-size:1rem;margin-bottom:1rem;padding-bottom:.5rem;text-align:center}.disclaimer-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.disclaimer-section{border-bottom:1px solid var(--gray-800);margin-bottom:.75rem;padding-bottom:.75rem}.disclaimer-section:last-of-type{border-bottom:none}.disclaimer-section h5{color:var(--secondary-color);font-size:.85rem;font-weight:600;margin-bottom:.5rem}.disclaimer-section p{color:var(--gray-400);font-size:.7rem;margin:0}.disclaimer-section a{color:var(--secondary-color);text-decoration:none;transition:color .3s ease}.disclaimer-section a:hover{color:var(--white);text-decoration:underline}.disclaimer-footer{border-top:2px solid var(--gray-800);font-style:italic;margin-top:1rem;padding-top:.75rem;text-align:center}.disclaimer-footer p{color:var(--gray-500);font-size:.65rem;margin:0}@media (max-width:768px){.dre-disclaimer{font-size:.7rem;padding:1rem 0}.disclaimer-content h4{font-size:.9rem}.disclaimer-grid{gap:.75rem;grid-template-columns:1fr}.disclaimer-section h5{font-size:.8rem}.disclaimer-section p{font-size:.65rem}.disclaimer-section{margin-bottom:.5rem;padding-bottom:.5rem}}.footer{-webkit-tap-highlight-color:transparent;background:var(--gray-900);color:var(--gray-300);padding:clamp(2rem,5vw,3rem) 0 0}.footer-content{grid-gap:clamp(1.5rem,4vw,2rem);display:grid;gap:clamp(1.5rem,4vw,2rem);grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:clamp(1.5rem,4vw,2rem)}.footer-logo{align-items:center;display:flex;gap:clamp(.75rem,2vw,1rem);margin-bottom:clamp(.75rem,2vw,1rem)}.cb-logo{border-radius:8px;height:clamp(60px,15vw,80px);object-fit:contain;width:clamp(60px,15vw,80px)}.logo-text h3{color:var(--white);font-size:clamp(1.1rem,3vw,1.3rem);margin:0 0 .25rem}.logo-text span{color:var(--gray-400);font-size:clamp(.8rem,2vw,.9rem);font-weight:500}.footer-section h3{font-size:clamp(1.25rem,3vw,1.5rem)}.footer-section h3,.footer-section h4{color:var(--white);margin-bottom:clamp(.75rem,2vw,1rem)}.footer-section h4{font-size:clamp(1rem,2.5vw,1.1rem)}.footer-section p{color:var(--gray-400);font-size:clamp(.85rem,2vw,.9rem);line-height:1.6;margin-bottom:clamp(1rem,3vw,1.5rem)}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{margin-bottom:clamp(.4rem,1vw,.5rem)}.footer-section ul li a{align-items:center;color:var(--gray-400);display:flex;font-size:clamp(.8rem,2vw,.9rem);min-height:44px;min-width:44px;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:var(--white)}.social-links{display:flex;gap:clamp(.75rem,2vw,1rem)}.social-links a{align-items:center;background:var(--gray-800);border-radius:50%;color:var(--gray-400);display:flex;height:clamp(36px,9vw,40px);justify-content:center;min-height:44px;min-width:44px;touch-action:manipulation;transition:all .3s ease;width:clamp(36px,9vw,40px)}.social-links a:hover{background:var(--primary-color);color:var(--white);transform:translateY(-2px)}.social-links a:active{transform:translateY(0)}.footer-contact-card{align-items:flex-start;background:var(--gray-800);border-radius:16px;box-shadow:0 4px 24px #1e40af12;display:flex;flex-direction:column;gap:1.25rem;margin-top:.5rem;padding:2rem 1.5rem}.footer-contact-item{align-items:center;border-radius:8px;color:var(--gray-200);display:flex;font-size:1.05rem;font-weight:500;gap:1rem;padding:.3rem .5rem;text-decoration:none;transition:color .2s}.footer-contact-item:focus,.footer-contact-item:hover{background:#3b82f614;color:var(--primary-color)}.footer-contact-icon{color:var(--primary-color);flex-shrink:0;font-size:1.5rem;transition:color .2s}.footer-contact-item:focus .footer-contact-icon,.footer-contact-item:hover .footer-contact-icon{color:var(--secondary-color)}.footer-bottom{border-top:1px solid var(--gray-800);padding:clamp(1rem,3vw,1.5rem) 0}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:clamp(.75rem,2vw,1rem);justify-content:space-between}.footer-bottom p{color:var(--gray-500);font-size:clamp(.75rem,2vw,.85rem);margin:0}.footer-links{display:flex;gap:clamp(1rem,3vw,1.5rem)}.footer-links a{align-items:center;color:var(--gray-500);display:flex;font-size:clamp(.8rem,2vw,.9rem);min-height:44px;min-width:44px;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--white)}@media (max-width:768px){.footer-content{gap:clamp(1.5rem,4vw,2rem);grid-template-columns:1fr}.footer-logo{justify-content:center}.footer-section{text-align:center}.social-links{justify-content:center}.footer-bottom-content{flex-direction:column;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}.social-links a:hover{transform:none}.footer-links a:hover,.footer-section ul li a:hover{color:var(--gray-300)}.footer-contact-card{align-items:center;padding:1.25rem .75rem}.footer-contact-item{justify-content:center;width:100%}}@media (max-width:480px){.footer{padding:clamp(1.5rem,4vw,2rem) 0 0}.cb-logo{height:55px;width:55px}.logo-text h3{font-size:1.1rem}.logo-text span{font-size:.75rem}.footer-section h3{font-size:1.2rem}.footer-section h4{font-size:1rem}.footer-contact-item,.footer-section p,.footer-section ul li a{font-size:.8rem}.footer-contact-icon{font-size:.9rem}.social-links a{height:40px;width:40px}.footer-bottom p,.footer-links a{font-size:.75rem}}@media (min-width:769px) and (max-width:1024px){.footer-content{gap:1.5rem;grid-template-columns:2fr 1fr 1fr}.footer-section:last-child{grid-column:1/-1;text-align:center}.social-links{justify-content:center}}@media (min-width:1025px){.footer-content{gap:2rem}.footer-bottom-content{gap:1rem}}@media (max-width:768px){.footer{overflow-x:hidden}.social-links a{touch-action:manipulation}.footer-section h3{word-break:break-word}.footer-content>*+*{margin-top:1rem}.footer-links a,.footer-section ul li a{padding:.5rem 0}}@media (max-width:768px) and (orientation:landscape){.footer{padding:1.5rem 0 0}.footer-content{gap:1.5rem}.footer-bottom{padding:1rem 0}}.loading-animation{align-items:center;background-color:#1a365d;display:flex;height:100vh;justify-content:center;left:0;overflow:hidden;position:fixed;top:0;width:100vw;z-index:9999}.loading-background{animation:gradientShift 3s ease-in-out infinite;background:linear-gradient(135deg,#1a365d,#2d3748 50%,#4a5568);background-size:400% 400%}.gradient-overlay,.loading-background{height:100%;left:0;position:absolute;top:0;width:100%}.gradient-overlay{background:radial-gradient(circle at center,#0000 0,#0000004d 100%)}.animation-logo{border-radius:20px;height:200px;width:200px}.animation-logo,.zillow-showcase{box-shadow:0 20px 40px #0000004d,0 0 0 1px #ffffff1a,inset 0 1px 0 #fff3;filter:drop-shadow(0 10px 20px rgba(0,0,0,.4));object-fit:contain}.zillow-showcase{background:#fffffff2;border-radius:15px;height:120px;padding:15px;width:220px}.andrew-headshot{border:4px solid #fff3;border-radius:50%;box-shadow:0 25px 50px #0006,0 0 0 1px #ffffff1a,inset 0 1px 0 #ffffff4d;filter:drop-shadow(0 15px 30px rgba(0,0,0,.5));height:180px;object-fit:cover;width:180px}.loading-text{color:#fff;perspective:1000px;text-align:center;transform-style:preserve-3d}.loading-text h1{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fff,#e2e8f0);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;letter-spacing:2px;margin:0;text-shadow:0 2px 4px #00000080,0 0 20px #ffffff4d}.loading-text h1,.loading-text p{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-style:preserve-3d}.loading-text p{font-size:1.2rem;font-weight:300;letter-spacing:1px;margin:.5rem 0 0;opacity:.9;text-shadow:0 2px 4px #00000080}.particles{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:5}.particle{background:linear-gradient(45deg,#60a5fa,#a78bfa);border-radius:50%;box-shadow:0 0 10px #60a5facc,0 0 20px #a78bfa99;height:4px;position:absolute;width:4px}@media (max-width:768px){.animation-logo{height:150px;width:150px}.zillow-showcase{height:100px;padding:12px;width:180px}.andrew-headshot{height:120px;width:120px}.loading-text h1{font-size:2rem}.loading-text p{font-size:1rem}.circling-logo.cb-logo{height:80px;width:80px}.circling-logo.zillow-logo{height:60px;padding:6px;width:100px}.circling-logo.andrew-logo{height:70px;width:70px}}@media (max-width:480px){.animation-logo{height:120px;width:120px}.zillow-showcase{height:80px;padding:10px;width:150px}.andrew-headshot{height:100px;width:100px}.loading-text h1{font-size:1.5rem}.loading-text p{font-size:.9rem}.circling-logo.cb-logo{height:60px;width:60px}.circling-logo.zillow-logo{height:45px;padding:4px;width:80px}.circling-logo.andrew-logo{height:50px;width:50px}}.loading-animation:before{animation:backgroundPulse 4s ease-in-out infinite;background:radial-gradient(circle at 20% 80%,#60a5fa1a 0,#0000 50%),radial-gradient(circle at 80% 20%,#a78bfa1a 0,#0000 50%),radial-gradient(circle at 40% 40%,#22c55e0d 0,#0000 50%);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}@keyframes backgroundPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}.animation-logo:after{animation:logoGlow 2s ease-in-out infinite alternate;background:radial-gradient(circle,#60a5fa4d 0,#0000 70%);border-radius:30px;bottom:-10px;content:"";left:-10px;position:absolute;right:-10px;top:-10px;z-index:-1}.andrew-headshot:after{animation:headshotGlow 2s ease-in-out infinite alternate;background:radial-gradient(circle,#a78bfa4d 0,#0000 70%);border-radius:50%;bottom:-15px;content:"";left:-15px;position:absolute;right:-15px;top:-15px;z-index:-1}.zillow-showcase:after{animation:zillowGlow 2s ease-in-out infinite alternate;background:radial-gradient(circle,#3b82f64d 0,#0000 70%);border-radius:25px;bottom:-10px;content:"";left:-10px;position:absolute;right:-10px;top:-10px;z-index:-1}.circling-logo{filter:drop-shadow(0 8px 16px rgba(0,0,0,.3));position:absolute;transition:all .3s ease;z-index:12}.circling-logo.cb-logo{border-radius:15px;height:120px;width:120px}.circling-logo.cb-logo,.circling-logo.zillow-logo{box-shadow:0 15px 30px #0000004d,0 0 0 1px #ffffff1a;object-fit:contain}.circling-logo.zillow-logo{background:#fffffff2;border-radius:10px;height:80px;padding:8px;width:140px}.circling-logo.andrew-logo{border:3px solid #fff3;border-radius:50%;box-shadow:0 15px 30px #0000004d,0 0 0 1px #ffffff1a;height:100px;object-fit:cover;width:100px}@keyframes logoGlow{0%{opacity:.3;transform:scale(1)}to{opacity:.6;transform:scale(1.1)}}@keyframes headshotGlow{0%{opacity:.3;transform:scale(1)}to{opacity:.6;transform:scale(1.1)}}@keyframes zillowGlow{0%{opacity:.3;transform:scale(1)}to{opacity:.6;transform:scale(1.1)}}.hero{-webkit-tap-highlight-color:transparent;animation:gradientShift 8s ease-in-out infinite;background:linear-gradient(135deg,#1e3a8a,#1e40af 25%,#3b82f6 50%,#1e40af 75%,#1e3a8a);background-size:400% 400%;color:var(--white);overflow:hidden;padding:clamp(4rem,10vw,8rem) 0 clamp(3rem,8vw,6rem);position:relative}@keyframes gradientShift{0%,to{background-position:0 50%}25%{background-position:100% 50%}50%{background-position:100% 100%}75%{background-position:0 100%}}.hero:before{animation:float 20s ease-in-out infinite;background:radial-gradient(circle at 20% 80%,#3b82f64d 0,#0000 50%),radial-gradient(circle at 80% 20%,#93c5fd33 0,#0000 50%),radial-gradient(circle at 40% 40%,#dbeafe26 0,#0000 50%)}.hero:after,.hero:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.hero:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='50' cy='50' r='1' fill='rgba(255,255,255,0.05)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");opacity:.4}.hero-background{z-index:1}.hero-background,.hero-pattern{bottom:0;left:0;position:absolute;right:0;top:0}.hero-pattern{animation:float 20s ease-in-out infinite;background-image:radial-gradient(circle at 20% 80%,#7877c64d 0,#0000 50%),radial-gradient(circle at 80% 20%,#ff77c64d 0,#0000 50%),radial-gradient(circle at 40% 40%,#78dbff33 0,#0000 50%)}.hero-gradient-overlay{background:linear-gradient(135deg,#1e40afe6,#1e3a8acc);bottom:0;left:0;position:absolute;right:0;top:0}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-20px) rotate(1deg)}66%{transform:translateY(10px) rotate(-1deg)}}.hero-content{grid-gap:clamp(2rem,5vw,4rem);align-items:center;display:grid;gap:clamp(2rem,5vw,4rem);grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;position:relative;z-index:2}.hero-text-section{text-align:left}.hero-main-content{max-width:600px}.credentials-badge{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff26;border:1px solid #fff3;border-radius:50px;box-shadow:0 8px 32px #0000001a;color:var(--white);display:inline-flex;font-size:.95rem;font-weight:600;gap:.75rem;letter-spacing:.02em;margin-bottom:2rem;padding:.75rem 1.5rem}.badge-icon{color:#fbbf24;font-size:1.2rem}.hero h1{color:var(--white);font-size:clamp(2.25rem,6vw,4rem);font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:clamp(1rem,3vw,1.5rem);text-shadow:0 2px 4px #0000001a}.hero h1 .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;background-clip:text}.hero-headline .highlight:after{background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:2px;bottom:-5px;content:"";height:3px;left:0;position:absolute;right:0}.hero-subtitle{color:#fffffff2;font-size:clamp(1.125rem,2.5vw,1.375rem);margin-bottom:clamp(2rem,4vw,3rem);max-width:500px}.hero-stats{display:flex;gap:2rem;margin-bottom:2.5rem}.stat-item{text-align:center}.stat-number{color:#fbbf24;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:800;line-height:1;margin-bottom:.25rem}.stat-label{color:#fffc;font-size:.875rem;letter-spacing:.05em;text-transform:uppercase}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.cta-primary,.cta-secondary{align-items:center;border-radius:12px;display:inline-flex;font-size:1rem;font-weight:600;gap:.75rem;justify-content:center;min-height:56px;min-width:180px;overflow:hidden;padding:1rem 2rem;position:relative;text-decoration:none;transition:all .3s ease;white-space:nowrap}.cta-primary{background:linear-gradient(135deg,#fbbf24,#f59e0b);border:none;box-shadow:0 8px 25px #fbbf244d;color:var(--white)}.cta-primary:hover{box-shadow:0 12px 35px #fbbf2466;transform:translateY(-3px)}.cta-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff4d;color:var(--white)}.cta-secondary:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-3px)}.trust-indicators{display:flex;flex-wrap:wrap;gap:1rem}.trust-badge{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#ffffffe6;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem}.trust-badge img{height:auto;width:1.2rem}.trust-badge svg{color:#fbbf24;font-size:1rem}.hero-image-container,.hero-visual{align-items:center;display:flex;justify-content:center;position:relative}.hero-headshot{border:4px solid #ffffff4d;border-radius:20px;box-shadow:0 20px 40px #0000004d;height:clamp(250px,40vw,350px);object-fit:cover;position:relative;transition:all .3s ease;width:clamp(250px,40vw,350px);z-index:2}.hero-headshot:hover{box-shadow:0 25px 50px #0006;transform:scale(1.02)}.floating-card{align-items:center;animation:float-card 6s ease-in-out infinite;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 15px 35px #0000001a;display:flex;gap:.75rem;padding:1rem 1.25rem;position:absolute;z-index:3}.expertise-card{animation-delay:0s;left:-20%;top:10%}.experience-card{animation-delay:2s;bottom:10%;right:-20%}.floating-card svg{color:#1e40af;font-size:1.5rem}.card-title{color:#1e293b;font-size:1rem;font-weight:700;line-height:1.2}.card-subtitle{color:#64748b;font-size:.8rem;font-weight:500}@keyframes float-card{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-10px) rotate(1deg)}}.hero-features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-left:auto;margin-right:auto;margin-top:clamp(4rem,8vw,6rem);max-width:1000px}.feature-item{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;display:flex;flex-direction:column;height:280px;justify-content:center;max-height:280px;min-height:280px;overflow:hidden;padding:2rem 1.5rem;position:relative;text-align:center;transition:all .3s ease;width:100%}.feature-item:before{background:linear-gradient(135deg,#fbbf24,#f59e0b);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.feature-item:hover{background:#ffffff26;box-shadow:0 20px 40px #0003;transform:translateY(-5px)}.feature-item:hover:before{transform:scaleX(1)}.feature-icon{background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:20px;box-shadow:0 8px 25px #fbbf244d;flex-shrink:0;margin-bottom:1.5rem}.feature-item:hover .feature-icon{box-shadow:0 12px 35px #fbbf2466;transform:scale(1.1) rotate(5deg)}.feature-text{display:flex;flex:1 1;flex-direction:column;justify-content:center}.feature-text h4{color:var(--white);font-size:1.25rem;font-weight:700;line-height:1.3;margin-bottom:.75rem}.feature-text p{color:#fffc;font-size:.95rem;font-weight:400;line-height:1.6;margin:0}@media (max-width:1024px){.hero-content{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-main-content{max-width:100%}.hero-cta,.hero-stats,.trust-indicators{justify-content:center}.floating-card{display:none}.hero-features{gap:1.5rem;grid-template-columns:repeat(3,1fr)}.feature-item{height:240px;max-height:240px;min-height:240px;padding:1.5rem 1rem}.feature-icon{font-size:1.75rem;height:70px;margin-bottom:1rem;width:70px}.feature-text h4{font-size:1.1rem}.feature-text p{font-size:.9rem}}@media (max-width:768px){.hero{min-height:auto;padding:clamp(3rem,10vw,6rem) 0 clamp(2rem,6vw,4rem)}.hero-content{gap:2rem;padding:0 1rem}.credentials-badge{font-size:.85rem;padding:.6rem 1.2rem}.hero-headline{font-size:clamp(2rem,8vw,3rem)}.hero-subtitle{font-size:clamp(1rem,4vw,1.25rem)}.hero-stats{gap:1.5rem}.hero-cta{align-items:center;flex-direction:column}.cta-primary,.cta-secondary{max-width:280px;width:100%}.trust-indicators{align-items:center;flex-direction:column}.hero-features{gap:1rem;grid-template-columns:1fr;margin-top:3rem}.feature-item{height:200px;max-height:200px;min-height:200px;padding:1.25rem}.feature-icon{font-size:1.5rem;height:60px;margin-bottom:.75rem;width:60px}.feature-text h4{font-size:1rem;margin-bottom:.5rem}.feature-text p{font-size:.85rem}}@media (max-width:480px){.hero{padding:2.5rem 0 2rem}.hero-content{gap:1.5rem}.hero h1{font-size:clamp(1.75rem,10vw,2.5rem)}.hero-subtitle{font-size:clamp(.9rem,5vw,1.1rem)}.hero-stats{gap:1rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.75rem}.cta-primary,.cta-secondary{font-size:.9rem;min-height:48px;padding:.875rem 1.5rem}.hero-features{gap:.75rem;margin-top:2rem}.feature-item{height:180px;max-height:180px;min-height:180px;padding:1rem}.feature-icon{font-size:1.25rem;height:50px;margin-bottom:.5rem;width:50px}.feature-text h4{font-size:.95rem}.feature-text p{font-size:.8rem}}.hero-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:flex-start;margin-bottom:2rem}.zillow-showcase-link{align-items:center;background:linear-gradient(135deg,#fff,#f8fafc);border:none;border-radius:10px;box-shadow:0 6px 20px #1e40af1a,0 0 0 1px #1e40af0d;color:#1e293b;cursor:pointer;display:inline-flex;flex-direction:row;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;min-height:48px;overflow:hidden;padding:.75rem 1rem;position:relative;text-align:center;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);white-space:nowrap}.zillow-showcase-link:before{background:linear-gradient(135deg,#1e40af0d,#1e40af05);border-radius:8px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.zillow-showcase-link:hover{background:linear-gradient(135deg,#fff,#f1f5f9);box-shadow:0 8px 25px #1e40af26,0 0 0 1px #1e40af1a;color:#1e40af;transform:translateY(-2px)}.zillow-showcase-link:hover:before{opacity:1}.zillow-showcase-link img{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));height:auto;transition:all .3s ease;width:2.5rem}.zillow-showcase-link:hover img{filter:drop-shadow(0 4px 8px rgba(0,0,0,.15));transform:scale(1.05)}.zillow-showcase-text{align-items:center;display:flex;flex-direction:column;gap:.1rem}.zillow-showcase-title{color:#1e293b;font-size:.85rem;font-weight:700;line-height:1.1}.zillow-showcase-subtitle{color:#64748b;font-size:.7rem;font-weight:500}.hero .btn,.hero-instagram{align-items:center;border:none;border-radius:10px;cursor:pointer;display:inline-flex;flex-direction:row;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;min-height:48px;overflow:hidden;padding:.75rem 1rem;position:relative;text-align:center;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);white-space:nowrap}.hero .btn-primary{background:linear-gradient(135deg,#fbbf24,#f59e0b 50%,#d97706);box-shadow:0 6px 20px #fbbf2440,0 0 0 1px #fbbf241a;color:var(--white);text-shadow:0 1px 2px #0000001a}.hero .btn-primary svg{font-size:1.1rem;transition:all .3s ease}.hero .btn-primary:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.hero .btn-primary:hover{background:linear-gradient(135deg,#f59e0b,#d97706 50%,#b45309);box-shadow:0 8px 25px #fbbf2459,0 0 0 1px #fbbf2433;transform:translateY(-2px)}.hero .btn-primary:hover:before{left:100%}.hero .btn-primary:hover svg{transform:scale(1.1)}.hero-instagram{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1f;border:1px solid #fff3;box-shadow:0 6px 25px #0000001a,0 0 0 1px #ffffff1a;color:var(--white)}.hero-instagram:before{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-radius:10px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.hero-instagram:hover{background:#ffffff2e;border-color:#ffffff4d;box-shadow:0 8px 30px #00000026,0 0 0 1px #fff3;transform:translateY(-2px)}.hero-instagram:hover:before{opacity:1}.hero-instagram svg{color:#e4405f;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));font-size:1.2rem;transition:all .3s ease}.hero-instagram:hover svg{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));transform:scale(1.1)}.hero .btn:focus,.hero-instagram:focus,.zillow-showcase-link:focus{box-shadow:0 0 0 3px #3b82f64d,0 8px 25px #00000026;outline:none}@media (max-width:768px){.hero-content{gap:2rem;grid-template-columns:1fr}.hero-content,.hero-text-section{text-align:center}.hero-actions{align-items:center;flex-direction:column;gap:1rem}.hero-actions,.hero-buttons{justify-content:center}.hero-features{gap:1rem;grid-template-columns:1fr;margin-top:2rem}.hero-image-badge{bottom:-5px;font-size:.7rem;padding:.5rem .75rem;right:-5px}.hero .btn,.hero-instagram{font-size:.85rem;min-height:44px;padding:.625rem 1rem}.hero .btn-primary svg,.hero-instagram svg{font-size:1rem}.zillow-showcase-link{gap:.75rem;min-height:44px;padding:.625rem 1rem}.zillow-showcase-link img{width:2rem}.zillow-showcase-title{font-size:.85rem}.zillow-showcase-subtitle{font-size:.7rem}}@media (max-width:480px){.hero{padding:3rem 0 2rem}.hero-content{gap:1.5rem}.hero h1{font-size:clamp(2.25rem,8vw,2.5rem);line-height:1.2;margin-bottom:1rem}.hero-subtitle{font-size:clamp(1rem,4vw,1.125rem);line-height:1.6;margin-bottom:1.5rem}.hero-actions{gap:.75rem;margin-bottom:1rem}.hero-actions,.hero-buttons{align-items:center;flex-direction:column;justify-content:center}.hero .btn{font-size:1rem;max-width:280px;padding:.875rem 1.5rem;width:100%}.hero-headshot{height:clamp(200px,60vw,250px);width:clamp(200px,60vw,250px)}.hero-image-badge{bottom:-3px;font-size:.65rem;padding:.4rem .6rem;right:-3px}.hero .btn,.hero-instagram{font-size:.8rem;max-width:none;min-height:40px;padding:.5rem .875rem;width:auto}.hero .btn-primary svg,.hero-instagram svg{font-size:.9rem}.zillow-showcase-link{gap:.5rem;min-height:40px;padding:.5rem .875rem}.zillow-showcase-link img{width:1.75rem}.zillow-showcase-title{font-size:.8rem}.zillow-showcase-subtitle{font-size:.65rem}}@media (min-width:769px) and (max-width:1024px){.hero-content{gap:3rem}.hero-headshot{height:280px;width:280px}.hero-features{gap:1.5rem;grid-template-columns:repeat(3,1fr)}}@media (min-width:1025px){.hero-content{gap:4rem}.hero-headshot{height:350px;width:350px}.hero-features{gap:2rem;grid-template-columns:repeat(3,1fr)}}@media (max-width:768px) and (orientation:landscape){.hero{padding:2rem 0 1.5rem}.hero h1{font-size:1.75rem;margin-bottom:.75rem}.hero-subtitle{font-size:.9rem}.hero-buttons,.hero-subtitle{margin-bottom:1rem}.hero-features{grid-template-columns:repeat(2,1fr);margin-top:1rem}}@media (max-width:768px){.hero:before{opacity:.1}.feature-item,.hero .btn{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.feature-item:hover,.hero .btn:hover,.hero-headshot:hover{transform:none}.hero h1{-webkit-hyphens:auto;hyphens:auto;word-break:break-word}.hero-content>*+*{margin-top:1rem}}.feature-card{background:var(--white);border-radius:12px;box-shadow:var(--shadow-md);display:flex;flex-direction:column;height:100%;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.feature-icon{align-items:center;background:var(--primary-color);border-radius:50%;color:var(--white);display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease;width:80px}.feature-card:hover .feature-icon{background:var(--secondary-color);transform:scale(1.1)}.feature-content h3{color:var(--text-primary);font-size:1.3rem;margin-bottom:1rem}.feature-content p{color:var(--text-secondary);flex-grow:1;line-height:1.6;margin:0}@media (max-width:768px){.feature-card{padding:1.5rem}.feature-icon{font-size:1.5rem;height:60px;margin-bottom:1rem;width:60px}.feature-content h3{font-size:1.1rem}}.testimonial-card{background:var(--white);border-radius:12px;box-shadow:var(--shadow-md);display:flex;flex-direction:column;height:100%;padding:2rem;transition:all .3s ease}.testimonial-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.testimonial-content{display:flex;flex-direction:column;flex-grow:1}.stars{display:flex;gap:.25rem;margin-bottom:1rem}.star{color:var(--gray-300);font-size:1.1rem}.star.filled{color:#fbbf24}.testimonial-text{color:var(--text-secondary);flex-grow:1;font-style:italic;line-height:1.6;margin-bottom:1.5rem}.testimonial-author{margin-top:auto}.testimonial-author h4{color:var(--text-primary);font-size:1.1rem;margin-bottom:.25rem}.testimonial-author span,.testimonial-source{color:var(--text-secondary)}.testimonial-source{display:block;font-size:.8rem;font-style:italic;margin-top:.25rem;opacity:.8}@media (max-width:768px){.testimonial-card{padding:1.5rem}.testimonial-text{font-size:.95rem}}.home{padding-top:80px}.about-preview-section{background:linear-gradient(135deg,var(--accent-color) 0,var(--accent-cool) 100%);overflow:hidden;position:relative}.about-preview-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='20' height='20' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='10' cy='10' r='1' fill='rgba(30,64,175,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.5;pointer-events:none;position:absolute;right:0;top:0}.about-preview{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;position:relative;z-index:2}.about-preview.philosophy-preview{align-items:center;display:flex;justify-content:center;min-height:350px;width:100%}.about-content h2{color:var(--text-primary);font-size:clamp(1.875rem,4vw,2.5rem);font-weight:700;letter-spacing:-.01em;line-height:1.2;margin-bottom:1.5rem}.about-badge{background:var(--gradient-primary);border-radius:50px;color:var(--white);display:inline-block;font-size:clamp(.875rem,1.5vw,1rem);font-weight:500;padding:.5rem 1rem}.about-badge,.about-content p{letter-spacing:.01em;margin-bottom:1.5rem}.about-content p{color:var(--text-secondary);font-size:clamp(1rem,1.2vw,1.125rem);font-weight:400;line-height:1.7}.about-highlights{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem}.highlight-item{align-items:center;background:var(--white);border-radius:8px;box-shadow:var(--shadow-sm);display:flex;gap:.5rem;padding:.75rem 1rem;transition:all .3s ease}.highlight-item:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.highlight-icon{font-size:1.2rem}.highlight-text{color:var(--text-primary);font-size:clamp(.875rem,1.5vw,1rem);font-weight:500;letter-spacing:.01em}.about-image,.about-image-container{align-items:center;display:flex;justify-content:center}.about-headshot,.about-image-container{position:relative}.about-headshot{border-radius:20px;box-shadow:var(--shadow-xl);height:450px;object-fit:cover;transition:transform .3s ease;width:350px;z-index:2}.about-headshot:hover{transform:scale(1.02)}.about-image-overlay{background:linear-gradient(#0000,#000c);border-radius:0 0 20px 20px;bottom:0;color:var(--white);left:0;padding:2rem 1.5rem 1.5rem;position:absolute;right:0;z-index:3}.overlay-content h4{color:var(--white);font-size:clamp(1.375rem,2.5vw,1.75rem);font-weight:600;line-height:1.3;margin-bottom:.5rem}.overlay-content p{color:#ffffffe6;font-size:clamp(1rem,1.2vw,1.125rem);font-weight:400;line-height:1.6;margin:0}.image-placeholder{background:var(--accent-cool);border:2px dashed var(--primary-light);height:400px;width:300px}.image-placeholder,.image-placeholder svg{color:var(--primary-color)}.image-placeholder p{font-size:.9rem}.cta-content{margin:0 auto;max-width:800px;text-align:center}.cta-content h2{font-size:clamp(1.875rem,4vw,2.5rem);font-weight:700;letter-spacing:-.01em;margin-bottom:1.5rem}.cta-content p{font-size:clamp(1.125rem,1.3vw,1.25rem);font-weight:400;letter-spacing:.01em;line-height:1.6;margin-bottom:2rem}.cta-buttons .btn{min-width:150px}@media (max-width:768px){.about-preview{gap:2rem;grid-template-columns:1fr}.about-content{order:2}.about-image{order:1}.about-content h2{font-size:2rem}.about-highlights{gap:1rem}.highlight-item{padding:.5rem .75rem}.about-headshot{height:360px;width:280px}.about-image-overlay{padding:1.5rem 1rem 1rem}.overlay-content h4{font-size:1.25rem}.image-placeholder{height:300px;width:250px}.cta-buttons{align-items:center;flex-direction:column}.cta-buttons .btn{max-width:300px;width:100%}}@media (max-width:480px){.about-headshot{height:320px;width:250px}.about-image-overlay{padding:1rem .75rem .75rem}.overlay-content h4{font-size:1.1rem}.overlay-content p{font-size:.9rem}.image-placeholder{height:250px;width:200px}.image-placeholder svg{font-size:2rem}.about-highlights{flex-direction:column;gap:.75rem}.highlight-item{justify-content:center;width:100%}}.features-section{background:linear-gradient(135deg,var(--accent-color) 0,var(--accent-warm) 100%);overflow:hidden;position:relative}.features-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='10' height='10' patternUnits='userSpaceOnUse'%3E%3Cpath d='M10 0H0v10' fill='none' stroke='rgba(220,38,38,0.1)' stroke-width='.5'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.section-badge{background:var(--gradient-secondary);border-radius:50px;color:var(--white);display:inline-block;font-size:clamp(.875rem,1.5vw,1rem);font-weight:500;letter-spacing:.01em;margin-bottom:1rem;padding:.5rem 1rem}.features-grid{position:relative;z-index:2}.feature-card-wrapper{transition:transform .3s ease}.feature-card-wrapper:hover{transform:translateY(-5px)}@media (max-width:768px){.features-grid{gap:1.5rem;grid-template-columns:1fr}}@media (max-width:480px){.section-badge{font-size:.8rem;padding:.4rem .8rem}}.philosophy-card{align-items:center;background:var(--white);border-radius:20px;box-shadow:0 6px 32px #1e40af14;display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:600px;padding:2.5rem 2rem 2rem;position:relative;z-index:2}.philosophy-btn,.philosophy-card h2,.philosophy-card p{align-self:center}.philosophy-quote{align-items:flex-start;background:var(--accent-cool);border-left:5px solid var(--primary-color);border-radius:12px;display:flex;gap:1rem;margin-bottom:.5rem;padding:1.25rem 1.5rem;width:100%}.philosophy-icon{color:var(--primary-color);flex-shrink:0;font-size:clamp(1.5rem,2.5vw,2rem);margin-top:.1rem}.philosophy-quote blockquote{color:var(--primary-dark);font-size:clamp(1.125rem,1.4vw,1.375rem);font-style:italic;font-weight:500;letter-spacing:.01em;line-height:1.6;margin:0}.philosophy-card h2{color:var(--primary-color);font-size:clamp(1.625rem,3vw,2.125rem);font-weight:700;letter-spacing:-.01em;line-height:1.2;margin-bottom:.5rem}.philosophy-card p{color:var(--text-secondary);font-size:clamp(1rem,1.2vw,1.125rem);font-weight:400;letter-spacing:.01em;line-height:1.7;margin-bottom:.5rem}.philosophy-btn{align-self:center;margin-top:1rem}@media (max-width:768px){.about-preview.philosophy-preview{min-height:0;min-height:auto}.philosophy-card{max-width:100%;padding:1.5rem .75rem 1.25rem}.philosophy-quote{padding:1rem .75rem}.philosophy-card h2{font-size:clamp(1.5rem,4vw,1.75rem);line-height:1.2}.philosophy-card p{font-size:clamp(.95rem,1.1vw,1.05rem);line-height:1.6}.philosophy-quote blockquote{font-size:clamp(1rem,1.2vw,1.1rem);line-height:1.5}.philosophy-icon{font-size:clamp(1.25rem,3vw,1.5rem)}}@media (max-width:480px){.philosophy-card h2{font-size:clamp(1.25rem,5vw,1.5rem)}.philosophy-card p{font-size:.9rem}.philosophy-quote blockquote{font-size:.95rem}.philosophy-icon{font-size:1.25rem}}.past-sales-section{background:var(--gray-50)}.past-sales-grid{gap:2rem;margin-top:2rem}.past-sale-card{align-items:flex-start;background:var(--white);border-left:6px solid var(--gray-200);border-radius:16px;box-shadow:0 4px 24px #1e40af12;display:flex;flex-direction:column;min-height:140px;padding:2rem 1.5rem 1.5rem;position:relative;text-decoration:none;transition:box-shadow .2s,transform .2s}.past-sale-card:hover{box-shadow:0 8px 32px #1e40af21;transform:translateY(-3px) scale(1.02)}.past-sale-card.sold{border-left-color:var(--success-color)}.past-sale-card.leased{border-left-color:var(--info-color)}.past-sale-card.sold-leased{border-left-color:var(--warning-color)}.sale-status{color:var(--primary-dark);font-size:clamp(1rem,1.5vw,1.25rem);font-weight:700;letter-spacing:1px;margin-bottom:.5rem;text-transform:uppercase}.past-sale-card.sold .sale-status{color:var(--success-color)}.past-sale-card.leased .sale-status{color:var(--info-color)}.past-sale-card.sold-leased .sale-status{color:var(--warning-color)}.sale-address{color:var(--text-primary);font-size:clamp(1rem,1.2vw,1.125rem);font-weight:500;line-height:1.4;margin-bottom:.5rem}.sale-link{color:var(--primary-color);font-size:clamp(.95rem,1.1vw,1.125rem);font-weight:500;letter-spacing:.01em;margin-top:auto;text-decoration:underline;transition:color .2s}.past-sale-card:hover .sale-link{color:var(--secondary-color)}.past-sale-image-wrapper{align-items:center;background:var(--gray-100);border-radius:12px;display:flex;height:180px;justify-content:center;margin-bottom:1rem;overflow:hidden;width:100%}.past-sale-image{display:block;height:100%;object-fit:cover;width:100%}@media (max-width:768px){.past-sales-grid{gap:1.25rem;grid-template-columns:1fr}.past-sale-card{padding:1.25rem .75rem 1rem}.past-sale-image-wrapper{height:140px}}.zillow-showcase-section{background:linear-gradient(135deg,#fff,#f8fafc 50%,#e2e8f0);overflow:hidden;padding:4rem 0 3rem;position:relative}.zillow-showcase-section:before{background:radial-gradient(circle at 20% 80%,#3b82f614 0,#0000 50%),radial-gradient(circle at 80% 20%,#93c5fd0f 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.zillow-showcase-card{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #1e40af1a;border-radius:24px;box-shadow:0 20px 60px #1e40af1f,0 8px 32px #1e40af14,0 0 0 1px #1e40af0d;display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:800px;padding:3rem 2.5rem 2.5rem;position:relative;z-index:2}.zillow-showcase-card:before{background:linear-gradient(90deg,#1e40af,#3b82f6 50%,#1e40af);border-radius:24px 24px 0 0;content:"";height:4px;left:0;position:absolute;right:0;top:0}.zillow-showcase-header{align-items:center;display:flex;flex-direction:column;gap:1rem;text-align:center}.zillow-showcase-logo{filter:drop-shadow(0 4px 12px rgba(30,64,175,.15));height:auto;transition:all .3s ease;width:140px}.zillow-showcase-logo:hover{filter:drop-shadow(0 6px 16px rgba(30,64,175,.25));transform:scale(1.05)}.zillow-showcase-card h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e3a8a,#1e40af);-webkit-background-clip:text;background-clip:text;color:#1e3a8a;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0;text-align:center}.zillow-showcase-desc{color:#475569;font-size:clamp(1.1rem,1.3vw,1.25rem);font-weight:500;line-height:1.6;margin:0;max-width:600px;text-align:center}.zillow-showcase-benefits{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin:1rem 0;max-width:600px;width:100%}.zillow-showcase-stat{align-items:center;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border:1px solid #1e40af14;border-radius:16px;box-shadow:0 8px 24px #1e40af14,0 2px 8px #1e40af0a;display:flex;flex-direction:column;overflow:hidden;padding:1.5rem 1.25rem;position:relative;text-align:center;transition:all .3s ease}.zillow-showcase-stat:before{background:linear-gradient(90deg,#3b82f6,#1e40af);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.zillow-showcase-stat:hover{box-shadow:0 12px 32px #1e40af1f,0 4px 12px #1e40af14;transform:translateY(-4px)}.zillow-showcase-stat:hover:before{transform:scaleX(1)}.stat-value{color:#1e3a8a;font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:800;line-height:1;margin-bottom:.5rem}.stat-label{color:#64748b;font-size:.9rem;font-weight:500;line-height:1.4;text-align:center}.zillow-showcase-list{grid-gap:.75rem;color:#475569;display:grid;font-size:1.05rem;gap:.75rem;list-style:none;margin:1rem 0;max-width:600px;padding:0;text-align:left;width:100%}.zillow-showcase-list li{align-items:flex-start;display:flex;gap:.75rem;line-height:1.6;padding:.5rem 0;position:relative}.zillow-showcase-list li:before{align-items:center;background:#10b9811a;border-radius:50%;color:#10b981;content:"✓";display:flex;flex-shrink:0;font-size:1.1rem;font-weight:700;height:24px;justify-content:center;margin-top:.1rem;width:24px}.zillow-showcase-cta{background:linear-gradient(135deg,#3b82f61a,#1e40af0d);border:1px solid #3b82f633;border-radius:12px;color:#1e3a8a;font-size:1.2rem;font-weight:700;margin-top:1.5rem;padding:1rem 2rem;text-align:center}.zillow-showcase-disclaimer{color:#94a3b8;font-size:.85rem;font-style:italic;line-height:1.5;margin-top:1rem;text-align:center}@media (max-width:768px){.zillow-showcase-section{padding:3rem 0 2rem}.zillow-showcase-card{gap:1.5rem;margin:0 1rem;max-width:100%;padding:2rem 1.5rem 1.5rem}.zillow-showcase-logo{width:120px}.zillow-showcase-card h2{font-size:clamp(1.5rem,4vw,1.875rem)}.zillow-showcase-desc{font-size:clamp(1rem,1.2vw,1.1rem)}.zillow-showcase-benefits{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.zillow-showcase-stat{padding:1.25rem 1rem}.stat-value{font-size:clamp(1.25rem,3vw,1.5rem)}.stat-label{font-size:.85rem}.zillow-showcase-list{gap:.5rem}.zillow-showcase-list li{font-size:1rem;gap:.5rem}.zillow-showcase-list li:before{font-size:.9rem;height:20px;width:20px}.zillow-showcase-cta{font-size:1.1rem;padding:.875rem 1.5rem}}@media (max-width:480px){.zillow-showcase-section{padding:2.5rem 0 1.5rem}.zillow-showcase-card{gap:1.25rem;margin:0 .5rem;padding:1.5rem 1rem 1.25rem}.zillow-showcase-logo{width:100px}.zillow-showcase-card h2{font-size:clamp(1.25rem,5vw,1.5rem)}.zillow-showcase-desc{font-size:.95rem}.zillow-showcase-benefits{gap:.75rem;grid-template-columns:1fr}.zillow-showcase-stat{padding:1rem .75rem}.stat-value{font-size:1.25rem}.stat-label{font-size:.8rem}.zillow-showcase-list li{font-size:.9rem}.zillow-showcase-list li:before{font-size:.8rem;height:18px;width:18px}.zillow-showcase-cta{font-size:1rem;padding:.75rem 1.25rem}}.zillow-showcase-video-wrapper{aspect-ratio:16/9;background:var(--gray-50);border-radius:16px;box-shadow:var(--shadow-xl);margin:2rem auto;max-width:900px;min-height:400px;overflow:hidden;position:relative;width:100%}.zillow-showcase-video{background:var(--gray-100);border-radius:16px;display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.zillow-showcase-video:hover{transform:scale(1.02)}@media (max-width:768px){.zillow-showcase-video-wrapper{border-radius:12px;margin:1.5rem auto;min-height:300px}.zillow-showcase-video{border-radius:12px}}@media (max-width:480px){.zillow-showcase-video-wrapper{border-radius:8px;margin:1rem auto;min-height:250px}.zillow-showcase-video{border-radius:8px}}.about-page{padding-top:80px}.about-hero{background:var(--gradient-primary);color:var(--white);padding:4rem 0 3rem;text-align:center}.about-hero h1{color:var(--white);font-size:clamp(2.25rem,5vw,3.25rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;margin-bottom:1rem}.hero-subtitle{margin:0 auto 2rem}.hero-contact-info{margin-top:2rem}.contact-buttons{gap:1.5rem}.contact-btn{align-items:center;background:var(--white);border:2px solid #0000;border-radius:50px;box-shadow:0 4px 15px #0000001a;color:var(--primary-color);display:inline-flex;font-size:clamp(.95rem,1.5vw,1.125rem);font-weight:600;gap:.75rem;letter-spacing:.01em;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.contact-btn:hover{border-color:var(--accent-color);box-shadow:0 8px 25px #00000026;color:var(--primary-color);transform:translateY(-2px)}.contact-btn svg{font-size:1.1rem}.phone-btn{background:var(--white)}.email-btn{background:var(--primary-color);color:var(--white)}.email-btn:hover{background:var(--white);color:var(--primary-color)}.background-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.background-item{background:var(--white);border-radius:12px;box-shadow:var(--shadow-md);padding:2rem;text-align:center;transition:all .3s ease}.background-item:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.background-icon{align-items:center;background:var(--gradient-primary);border-radius:50%;color:var(--white);display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease;width:80px}.background-item:hover .background-icon{background:var(--gradient-secondary);transform:scale(1.1)}.background-item h3{color:var(--text-primary);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:600;letter-spacing:-.01em;line-height:1.3;margin-bottom:1rem}.background-item p{color:var(--text-secondary);font-size:clamp(1rem,1.2vw,1.125rem);font-weight:400;letter-spacing:.01em;line-height:1.6;margin:0}.story-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.story-text h2{color:var(--text-primary);font-size:clamp(1.875rem,4vw,2.5rem);font-weight:700;letter-spacing:-.01em;line-height:1.2;margin-bottom:1.5rem}.story-text p{color:var(--text-secondary);font-size:clamp(1rem,1.2vw,1.125rem);font-weight:400;letter-spacing:.01em;line-height:1.7;margin-bottom:1.5rem}.story-image{align-items:center;display:flex;justify-content:center}.headshot-image{border-radius:12px;box-shadow:var(--shadow-lg);height:450px;object-fit:cover;transition:transform .3s ease;width:350px}.headshot-image:hover{transform:scale(1.02)}.image-placeholder{align-items:center;background:var(--accent-warm);border:2px dashed var(--secondary-light);border-radius:12px;color:var(--secondary-color);display:flex;flex-direction:column;height:450px;justify-content:center;width:350px}.image-placeholder svg{color:var(--secondary-color);font-size:3.5rem}.image-placeholder p{color:var(--text-secondary);font-size:1rem}.benefits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.benefit-card{background:var(--white);border-radius:12px;box-shadow:var(--shadow-md);padding:2rem;text-align:center;transition:all .3s ease}.benefit-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.benefit-icon{align-items:center;background:var(--gradient-secondary);border-radius:50%;color:var(--white);display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease;width:80px}.benefit-card:hover .benefit-icon{background:var(--gradient-primary);transform:scale(1.1)}.benefit-card h3{color:var(--text-primary);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:600;letter-spacing:-.01em;line-height:1.3;margin-bottom:1rem}.benefit-card p{color:var(--text-secondary);font-size:clamp(1rem,1.2vw,1.125rem);font-weight:400;letter-spacing:.01em;line-height:1.6;margin:0}.about-cta{margin:0 auto;max-width:600px;text-align:center}.about-cta h2{color:var(--text-primary);font-size:clamp(1.875rem,4vw,2.5rem);font-weight:700;letter-spacing:-.01em;line-height:1.2;margin-bottom:1rem}.about-cta p{color:var(--text-secondary);font-size:clamp(1.125rem,1.3vw,1.25rem);font-weight:400;letter-spacing:.01em;line-height:1.6;margin-bottom:2rem}.cta-btn{align-items:center;border-radius:8px;display:inline-flex;font-size:clamp(.95rem,1.5vw,1.125rem);font-weight:600;gap:.5rem;letter-spacing:.01em;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-btn.primary{background:var(--white);color:var(--primary-color)}.cta-btn.primary:hover{border-color:var(--accent-color);box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.cta-btn.secondary{background:#0000;border-color:var(--white);color:var(--white)}.cta-btn.secondary:hover{background:var(--white);box-shadow:0 8px 25px #00000026;color:var(--primary-color);transform:translateY(-2px)}.cta-btn svg{font-size:1.1rem}@media (max-width:768px){.about-hero{padding:3rem 0 2rem}.about-hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.contact-buttons{align-items:center;flex-direction:column;gap:1rem}.contact-btn{font-size:.95rem;justify-content:center;max-width:280px;padding:.875rem 1.5rem;width:100%}.background-grid{gap:1.5rem;grid-template-columns:1fr}.background-item{padding:1.5rem}.story-content{gap:2rem;grid-template-columns:1fr}.story-text{order:2}.story-image{order:1}.headshot-image,.image-placeholder{height:350px;width:280px}.benefits-grid{gap:1.5rem;grid-template-columns:1fr}.cta-buttons{align-items:center;flex-direction:column;gap:1rem}.cta-btn{font-size:.95rem;justify-content:center;max-width:280px;padding:.875rem 1.5rem;width:100%}}@media (max-width:480px){.about-hero h1{font-size:2rem}.contact-btn{font-size:.9rem;padding:.75rem 1.25rem}.headshot-image,.image-placeholder{height:300px;width:250px}.image-placeholder svg{font-size:2.5rem}}.services-page{padding-top:80px}.services-hero{background:linear-gradient(135deg,var(--primary-color) 0,#2c5282 100%);color:var(--white);padding:6rem 0 4rem;text-align:center}.services-hero h1{color:var(--white);font-size:clamp(2.25rem,5vw,3.25rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;margin-bottom:1rem}.services-grid{grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.service-card{background:var(--white);border-radius:12px;box-shadow:var(--shadow-md);height:100%;padding:2rem;transition:all .3s ease}.service-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.service-icon{background:var(--primary-color);border-radius:50%;color:var(--white);font-size:2rem;height:80px;margin-bottom:1.5rem;width:80px}.service-card:hover .service-icon{background:var(--secondary-color);transform:scale(1.1)}.service-card h3{color:var(--text-primary);font-size:clamp(1.375rem,2.5vw,1.625rem);font-weight:600;letter-spacing:-.01em;line-height:1.3;margin-bottom:1rem}.service-description{color:var(--text-secondary);font-size:clamp(1rem,1.2vw,1.125rem);font-weight:400;letter-spacing:.01em;line-height:1.6;margin-bottom:1.5rem}.service-features{list-style:none;margin:0;padding:0}.service-features li{border-bottom:1px solid var(--gray-200);color:var(--text-secondary);font-size:clamp(.95rem,1.1vw,1.125rem);font-weight:400;letter-spacing:.01em;line-height:1.5;padding:.5rem 0 .5rem 1.5rem;position:relative}.service-features li:before{color:var(--secondary-color);content:"✓";font-weight:700;left:0;position:absolute}.service-features li:last-child{border-bottom:none}.process-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.process-step{background:var(--white);border-radius:12px;box-shadow:var(--shadow-md);padding:2rem;text-align:center;transition:all .3s ease}.process-step:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.step-number{align-items:center;background:var(--secondary-color);border-radius:50%;color:var(--white);display:inline-flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin-bottom:1rem;width:60px}.process-step h3{color:var(--text-primary);font-size:clamp(1.125rem,2vw,1.375rem);font-weight:600;letter-spacing:-.01em;line-height:1.3;margin-bottom:1rem}.process-step p{color:var(--text-secondary);font-size:clamp(1rem,1.2vw,1.125rem);font-weight:400;letter-spacing:.01em;line-height:1.6;margin:0}.advantages-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.advantage-item{background:var(--white);border-radius:12px;box-shadow:var(--shadow-md);padding:2rem;text-align:center;transition:all .3s ease}.advantage-item:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.advantage-icon{align-items:center;background:var(--secondary-color);border-radius:50%;color:var(--white);display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease;width:80px}.advantage-item:hover .advantage-icon{background:var(--primary-color);transform:scale(1.1)}.advantage-item h3{color:var(--text-primary);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:600;letter-spacing:-.01em;line-height:1.3;margin-bottom:1rem}.advantage-item p{color:var(--text-secondary);font-size:clamp(1rem,1.2vw,1.125rem);font-weight:400;letter-spacing:.01em;line-height:1.6;margin:0}.services-cta{margin:0 auto;max-width:800px;text-align:center}.services-cta h2{color:var(--text-primary);font-size:clamp(1.875rem,4vw,2.5rem);font-weight:700;letter-spacing:-.01em;line-height:1.2;margin-bottom:1rem}.services-cta p{color:var(--text-secondary);font-size:clamp(1.125rem,1.3vw,1.25rem);font-weight:400;letter-spacing:.01em;line-height:1.6;margin-bottom:2rem}.cta-buttons{gap:1rem}.cta-buttons .btn{align-items:center;display:flex;gap:.5rem;justify-content:center;min-width:180px}@media (max-width:768px){.services-hero{padding:4rem 0 3rem}.services-hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.services-grid{gap:1.5rem;grid-template-columns:1fr}.service-card{padding:1.5rem}.advantages-grid,.process-grid{gap:1.5rem;grid-template-columns:1fr}.cta-buttons{align-items:center;flex-direction:column}.cta-buttons .btn{max-width:300px;width:100%}}@media (max-width:480px){.services-hero h1{font-size:2rem}.service-card{padding:1.25rem}.advantage-item,.process-step{padding:1.5rem}}.property-search-page{background:var(--gray-50);min-height:100vh;padding-top:80px}.search-header{background:var(--white);border-bottom:1px solid var(--gray-200);padding:3rem 0 2rem;text-align:center}.search-header h1{color:var(--text-primary);font-size:clamp(2rem,5vw,2.75rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;margin-bottom:.5rem}.search-header p{color:var(--text-secondary);font-size:clamp(1rem,1.2vw,1.25rem);font-weight:400;letter-spacing:.01em;margin-bottom:0}.search-section{background:var(--white);padding:3rem 0}.search-container{margin:0 auto;max-width:1400px}.search-info{margin-bottom:2rem;text-align:center}.search-info h2{color:var(--text-primary);font-size:clamp(1.625rem,3vw,2rem);font-weight:600;letter-spacing:-.01em;line-height:1.2;margin-bottom:.5rem}.search-info p{color:var(--text-secondary);font-size:clamp(1rem,1.2vw,1.125rem);font-weight:400;letter-spacing:.01em}.iframe-wrapper{border:1px solid var(--gray-200);border-radius:12px;box-shadow:0 4px 16px #0000001a;height:1000px;overflow:hidden;width:100%}.mls-iframe{border:none;display:block;height:100%;width:100%}.contact-section{background:var(--gray-50);border-top:1px solid var(--gray-200);padding:3rem 0}.contact-content{margin:0 auto;max-width:600px;text-align:center}.contact-content h2{color:var(--text-primary);font-size:clamp(1.75rem,4vw,2.25rem);font-weight:600;letter-spacing:-.01em;line-height:1.2;margin-bottom:1rem}.contact-content p{color:var(--text-secondary);font-size:clamp(1.125rem,1.3vw,1.25rem);font-weight:400;letter-spacing:.01em;line-height:1.6;margin-bottom:2rem}.contact-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.contact-buttons .btn{align-items:center;display:inline-flex;font-weight:500;gap:.5rem;min-width:200px;padding:1rem 2rem}.notification-section{background:var(--white);border-bottom:1px solid var(--gray-200);padding:3rem 0}.notification-content{margin:0 auto;max-width:1000px}.notification-header{margin-bottom:2.5rem;text-align:center}.notification-icon{color:var(--primary-color);font-size:3rem;margin-bottom:1rem}.notification-header h2{color:var(--text-primary);font-size:clamp(1.75rem,4vw,2.25rem);font-weight:600;letter-spacing:-.01em;line-height:1.2;margin-bottom:.5rem}.notification-header p{color:var(--text-secondary);font-size:clamp(1.125rem,1.3vw,1.25rem);font-weight:400;letter-spacing:.01em;line-height:1.6}.notification-form{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:12px;padding:2rem}.form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.form-group label{font-size:clamp(.875rem,1.5vw,1rem)}.form-group input,.form-group select{background:var(--white);border:1px solid var(--gray-300);border-radius:6px;font-size:clamp(.95rem,1.2vw,1.125rem);font-weight:400;letter-spacing:.01em;padding:.75rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #1e40af1a;outline:none}.form-group input::placeholder{color:var(--gray-400)}.price-input{align-items:center;display:flex;position:relative}.price-icon{color:var(--gray-400);font-size:.9rem;left:.75rem;position:absolute}.price-input input{padding-left:2rem}.form-submit{text-align:center}.form-submit .btn{align-items:center;display:inline-flex;font-size:1.1rem;font-weight:500;gap:.5rem;margin-bottom:1rem;padding:1rem 2rem}.form-note{color:var(--text-secondary);font-size:.85rem;line-height:1.4;margin:0}.error-message,.success-message{align-items:center;border-radius:12px;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;padding:2rem;text-align:center}.success-message{background:#22c55e1a;border:2px solid #22c55e;color:#22c55e}.error-message{background:#ef44441a;border:2px solid #ef4444;color:#ef4444}.error-message svg,.success-message svg{font-size:2rem}.error-message h3,.success-message h3{font-size:clamp(1.375rem,3vw,1.625rem);font-weight:600;letter-spacing:-.01em;line-height:1.3;margin-bottom:.5rem}.error-message p,.success-message p{font-size:clamp(1rem,1.2vw,1.125rem);font-weight:400;letter-spacing:.01em;line-height:1.6;margin:0}.btn.loading{opacity:.8;pointer-events:none;position:relative}.spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;height:16px;margin-right:.5rem;width:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.notification-form input:disabled,.notification-form select:disabled{cursor:not-allowed;opacity:.6}.notification-form button:disabled{cursor:not-allowed}@media (max-width:768px){.property-search-page{padding-top:60px}.search-header{padding:2rem 0 1.5rem}.search-header h1{font-size:2rem}.search-header p{font-size:1rem}.search-section{padding:2rem 0}.search-info h2{font-size:1.5rem}.iframe-wrapper{height:800px;margin:0 1rem}.contact-section{padding:2rem 0}.contact-content h2{font-size:1.5rem}.contact-buttons{align-items:center;flex-direction:column}.contact-buttons .btn{max-width:300px;width:100%}.notification-section{padding:2rem 0}.notification-header h2{font-size:1.5rem}.notification-header p{font-size:1rem}.notification-form{margin:0 1rem;padding:1.5rem}.form-grid{gap:1rem;grid-template-columns:1fr}.form-submit .btn{justify-content:center;width:100%}}@media (max-width:480px){.search-header h1{font-size:1.75rem}.iframe-wrapper{height:600px;margin:0 .5rem}.notification-form{margin:0 .5rem;padding:1rem}.notification-header h2{font-size:1.3rem}.notification-icon{font-size:2.5rem}}@media (min-width:769px) and (max-width:1024px){.iframe-wrapper{height:900px}}@media (min-width:1025px){.iframe-wrapper{height:1200px}}:root{--warm-bg:#f6f4ee;--card-bg:#fffdfa;--accent-warm:#eabf7b;--accent-warm-dark:#f4a259;--text-title:#3b2f1e;--text-body:#5c5040;--text-meta:#a89c8a;--shadow-card:0 4px 24px #3c280a12;--border-card:1.5px solid #f0e6d6}.blogs-page{-webkit-tap-highlight-color:transparent;background:var(--gray-50);min-height:100vh;padding-top:80px}.blogs-hero.gradient-hero{background:var(--gradient-primary);border-radius:0 0 40px 40px;box-shadow:0 8px 32px #1e3a8a1a;color:var(--white);overflow:hidden;padding:4rem 0 3rem;position:relative;text-align:center}.hero-overlay-pattern{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='20' height='20' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='10' cy='10' r='1' fill='rgba(255,255,255,0.08)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.blogs-hero-content{position:relative;z-index:2}.editorial-headline{color:var(--white);font-size:clamp(2.25rem,6vw,3.75rem);font-weight:800;letter-spacing:-1px;line-height:1.1;margin-bottom:1rem}.hero-subtitle{font-size:clamp(1.125rem,1.3vw,1.375rem)}.blogs-content{padding:clamp(2rem,5vw,4rem) 0}.featured-post.modern-featured-post{align-items:flex-start;background:var(--white);border-radius:24px;box-shadow:var(--shadow-xl);display:flex;flex-direction:column;margin-bottom:2.5rem;padding:3rem 2.5rem;position:relative}.featured-badge{background:var(--gradient-secondary);border-radius:999px;box-shadow:0 2px 8px #ef44441a;color:var(--white);font-size:clamp(.875rem,1.5vw,1.125rem);font-weight:700;letter-spacing:1px;padding:.5rem 1.5rem}.featured-post-text h2{color:var(--primary-color);font-size:clamp(1.875rem,4vw,2.5rem);font-weight:800;letter-spacing:-.01em;line-height:1.2;margin-bottom:1.2rem}.featured-post-text p{color:var(--text-secondary);font-size:clamp(1.125rem,1.3vw,1.25rem);font-weight:400;letter-spacing:.01em;line-height:1.6;margin-bottom:1.5rem}.post-meta{color:var(--primary-color)!important;display:flex;flex-wrap:wrap;font-size:clamp(.95rem,1.2vw,1.125rem);font-weight:500;gap:2rem;letter-spacing:.01em;margin-bottom:2rem}.post-meta span{align-items:center;display:flex;gap:.5rem}.post-meta span svg{color:var(--primary-dark);font-weight:700}.featured-post-image{align-items:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);display:flex;justify-content:center;overflow:hidden}.featured-post-image img{height:100%;object-fit:cover;width:100%}.image-placeholder{color:#9ca3af;text-align:center}.image-placeholder svg{font-size:3rem;margin-bottom:1rem}.image-placeholder p{font-size:.875rem;margin:0}.blogs-grid.modern-blogs-grid{grid-gap:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:3rem}.blog-card.modern-blog-card{background:var(--white);border-radius:16px;box-shadow:var(--shadow-md);display:flex;flex-direction:column;padding:2rem 1.5rem 1.5rem;position:relative;transition:all .3s}.blog-card.modern-blog-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px) scale(1.02)}.blog-image{height:clamp(180px,40vw,240px);object-fit:cover;transition:all .3s ease;width:100%}.blog-card:hover .blog-image{transform:scale(1.05)}.blog-content{display:flex;flex-direction:column;gap:.7rem}.blog-category{background:var(--gradient-secondary);color:var(--white);font-size:clamp(.75rem,1.5vw,.875rem);font-weight:600;padding:.4rem 1rem;text-transform:uppercase}.blog-date,.blog-read-time{align-items:center;color:var(--text-secondary);display:flex;font-size:clamp(.75rem,2vw,.85rem);gap:.25rem}.blog-title{color:var(--text-primary);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;letter-spacing:-.01em;line-height:1.3;margin-bottom:.5rem}.blog-excerpt{color:var(--text-secondary);font-size:clamp(.95rem,1.1vw,1.125rem);font-weight:400;letter-spacing:.01em;line-height:1.6;margin-bottom:1rem}.blog-author{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.author-avatar{border-radius:50%;height:clamp(32px,8vw,40px);object-fit:cover;width:clamp(32px,8vw,40px)}.author-info{display:flex;flex-direction:column}.author-name{color:var(--text-primary);font-size:clamp(.8rem,2vw,.9rem);font-weight:500}.author-title{color:var(--text-secondary);font-size:clamp(.7rem,2vw,.8rem)}.read-more-btn{font-size:1rem;margin-top:auto;padding:.6rem 1.5rem}.blogs-cta{background:var(--accent-color);border-radius:12px;margin-top:clamp(2rem,5vw,3rem);padding:clamp(2rem,5vw,3rem);text-align:center}.blogs-cta h2{color:var(--text-primary);font-size:clamp(1.5rem,4vw,2rem);margin-bottom:1rem}.blogs-cta p{color:var(--text-secondary);font-size:clamp(.9rem,2vw,1rem);margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}@media (max-width:768px){.blogs-hero.gradient-hero{border-radius:0 0 18px 18px;padding:2.5rem 0 1.5rem}.editorial-headline{font-size:2rem}.hero-subtitle{font-size:1rem;padding:0 1rem}.blogs-content{padding:2rem 0}.blogs-grid.modern-blogs-grid{gap:1.5rem;grid-template-columns:1fr}.blog-card.modern-blog-card{border-radius:10px}.blog-image{height:200px}.blog-content{gap:.5rem}.blog-meta{gap:.75rem}.blog-date,.blog-read-time{font-size:.75rem}.blog-title{font-size:1.1rem;line-height:1.3}.blog-excerpt{font-size:.85rem}.author-avatar{height:32px;width:32px}.author-name{font-size:.8rem}.author-title{font-size:.7rem}.read-more-btn{font-size:.85rem;justify-content:center;padding:12px 20px;width:100%}.blogs-cta{border-radius:8px;padding:1.5rem}.blogs-cta h2{font-size:1.5rem}.blogs-cta p{font-size:.9rem}.cta-buttons{align-items:center;flex-direction:column}.cta-buttons .btn{justify-content:center;max-width:280px;width:100%}.blog-card.modern-blog-card:hover,.blog-card.modern-blog-card:hover .blog-image,.read-more-btn:hover{transform:none}.blogs-page{scroll-margin-top:80px}}@media (max-width:480px){.editorial-headline{font-size:1.75rem}.hero-subtitle{font-size:.9rem}.blogs-content{padding:1.5rem 0}.blogs-grid.modern-blogs-grid{gap:1rem}.blog-card.modern-blog-card{border-radius:10px}.blog-image{height:180px}.blog-content{padding:.75rem}.blog-meta{gap:.5rem;margin-bottom:.5rem}.blog-date,.blog-read-time{font-size:.7rem}.blog-title{font-size:1rem;margin-bottom:.5rem}.blog-excerpt{font-size:.8rem;margin-bottom:.75rem}.author-avatar{height:28px;width:28px}.author-name{font-size:.75rem}.author-title{font-size:.65rem}.read-more-btn{font-size:.8rem;min-height:40px;padding:10px 16px}.blogs-cta{padding:1.25rem}.blogs-cta h2{font-size:1.25rem}.blogs-cta p{font-size:.85rem}.cta-buttons .btn{font-size:.85rem;padding:10px 16px}}@media (min-width:769px) and (max-width:1024px){.blogs-grid.modern-blogs-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.blog-image{height:220px}.blog-content{padding:1.25rem}}@media (min-width:1025px){.blogs-grid.modern-blogs-grid{gap:2rem;grid-template-columns:repeat(3,1fr)}.blog-image{height:240px}.blog-content{padding:1.5rem}}@media (max-width:768px){.blogs-page{overflow-x:hidden}.blog-card.modern-blog-card{touch-action:manipulation}.editorial-headline{word-break:break-word}.blogs-content>*+*{margin-top:1rem}.read-more-btn{border-radius:4px}.blog-card.modern-blog-card{border-radius:10px}.blogs-cta{border-radius:6px}}@media (max-width:768px) and (orientation:landscape){.blogs-hero.gradient-hero{padding:1.5rem 0 1rem}.editorial-headline{font-size:1.5rem;margin-bottom:.5rem}.hero-subtitle{font-size:.9rem;margin-bottom:1rem}.blogs-content{padding:1.5rem 0}.blogs-grid.modern-blogs-grid{margin-bottom:1.5rem}.blogs-cta{margin-top:1.5rem}}.newsletter-section{background:var(--gradient-primary);border-radius:32px;box-shadow:0 8px 32px #1e3a8a1a;color:var(--white);margin-top:2rem}.modern-newsletter-signup{margin:0 auto;max-width:600px;padding:3rem 1.5rem;text-align:center}.modern-newsletter-signup h2{font-size:clamp(1.875rem,4vw,2.5rem);font-weight:700;letter-spacing:-.01em;line-height:1.2;margin-bottom:1rem}.modern-newsletter-signup p{font-size:clamp(1.125rem,1.3vw,1.25rem);font-weight:400;letter-spacing:.01em;line-height:1.6;margin-bottom:2rem}.newsletter-form{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1.5rem}.newsletter-input{background:var(--white);border:2px solid #0000;border-radius:8px;color:var(--text-primary);flex:1 1;font-size:clamp(.95rem,1.2vw,1.125rem);font-weight:400;letter-spacing:.01em;min-width:0;padding:1rem 1.5rem}.newsletter-input:focus{box-shadow:0 0 0 3px #1e40af21}@media (max-width:900px){.featured-post.modern-featured-post{padding:2rem 1rem}.modern-newsletter-signup{padding:2rem .5rem}}@media (max-width:600px){.blogs-hero.gradient-hero{border-radius:0 0 18px 18px;padding:2.5rem 0 1.5rem}.editorial-headline{font-size:2rem}.featured-post.modern-featured-post{border-radius:14px;padding:1.2rem .5rem}.blogs-grid.modern-blogs-grid{gap:1rem}.blog-card.modern-blog-card{border-radius:10px;padding:1.2rem .7rem 1rem}.modern-newsletter-signup{border-radius:14px;padding:1.2rem .5rem}}.blog-meta,.post-meta{color:var(--primary-color)!important;display:flex;flex-wrap:wrap;gap:1.2rem;margin-bottom:1.2rem;margin-top:.5rem;position:static!important;z-index:auto}.blog-meta span svg,.post-meta span svg{color:var(--primary-dark);font-weight:700}.blog-title,.featured-post-text h2{margin-bottom:.7rem;margin-top:.5rem}.blog-excerpt,.featured-post-text p{margin-bottom:1.2rem;margin-top:0}.blog-content{padding-bottom:.5rem;padding-top:.5rem}.featured-badge{left:auto!important;margin-bottom:1.2rem;position:static!important;top:auto!important}.blogs-grid.modern-blogs-grid{gap:2rem}.blog-card.modern-blog-card{min-height:220px;padding:24px 16px}@media (max-width:768px){.blog-meta,.post-meta{gap:.7rem;margin-bottom:.7rem}.blog-card.modern-blog-card{min-height:120px;padding:12px 6px}}.blog-detail-page{background:linear-gradient(135deg,#f8fafc,#e0e7ef);min-height:100vh;padding-bottom:4rem}.blog-detail-hero{background:linear-gradient(135deg,var(--primary-color) 0,#2c5282 100%);border-radius:0 0 40px 40px;box-shadow:0 8px 32px #1e3a8a1a;color:#fff;padding:80px 0 60px}.blog-detail-content{margin:0 auto;max-width:800px}.breadcrumb{margin-bottom:2rem}.breadcrumb-link{align-items:center;background:#ffffff14;border-radius:999px;color:#fff;display:inline-flex;font-size:.95rem;gap:.5rem;opacity:.8;padding:.3rem 1.1rem;text-decoration:none;transition:opacity .3s,-webkit-text-decoration .3s;transition:opacity .3s,text-decoration .3s;transition:opacity .3s,text-decoration .3s,-webkit-text-decoration .3s}.breadcrumb-link:hover{background:#ffffff2e;opacity:1;text-decoration:underline}.blog-header{text-align:center}.blog-category{background:linear-gradient(90deg,var(--primary-color),#ef4444);border-radius:999px;box-shadow:0 2px 8px #ef44441a;color:#fff;display:inline-block;font-size:clamp(.875rem,1.5vw,1.125rem);font-weight:700;letter-spacing:.5px;margin-bottom:1.5rem;padding:.5rem 1.5rem}.blog-header h1{color:#f8fafc;font-size:clamp(2rem,5vw,2.875rem);font-weight:800;letter-spacing:-.5px;line-height:1.2;margin-bottom:1.5rem}.blog-meta{color:#e0e7ef;display:flex;flex-wrap:wrap;font-size:clamp(.95rem,1.2vw,1.125rem);font-weight:500;gap:2rem;justify-content:center;letter-spacing:.01em}.blog-meta span{align-items:center;display:flex;gap:.5rem;opacity:.95}.blog-content{background:#fff;border-radius:32px;box-shadow:0 12px 48px #1e3a8a1a;margin:-80px auto 0;max-width:820px;min-height:400px;padding:64px 56px;position:relative;z-index:2}.blog-image,.image-placeholder{border-radius:0!important;box-shadow:none!important;display:none!important;height:0!important;margin:0!important;padding:0!important}.blog-text{color:#374151;font-size:clamp(1.125rem,1.3vw,1.25rem);font-weight:400;letter-spacing:.01em;line-height:1.85}.blog-text h2{font-size:clamp(1.875rem,4vw,2.25rem);font-weight:800;line-height:1.2;margin:2.2rem 0 1.2rem}.blog-text h2,.blog-text h3{color:#1e293b;letter-spacing:-.01em}.blog-text h3{font-size:clamp(1.5rem,3vw,1.75rem);font-weight:700;line-height:1.3;margin:1.5rem 0 1rem}.blog-text h4{color:#1e293b;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:600;letter-spacing:-.01em;line-height:1.4;margin:1.25rem 0 .75rem}.blog-text p{font-weight:400;letter-spacing:.01em;margin-bottom:1.5rem}.blog-text ol,.blog-text ul{margin:1.5rem 0;padding-left:2rem}.blog-text li{margin-bottom:.5rem}.blog-text strong{color:#1e293b;font-weight:700;letter-spacing:.01em}.blog-text em{color:#64748b;font-style:italic;letter-spacing:.01em}.blog-text table{border-collapse:collapse;border-radius:8px;box-shadow:0 2px 8px #00000014;margin:2rem 0;overflow:hidden;width:100%}.blog-text th{background:#1e3a8a;color:#fff;font-weight:700;text-align:left}.blog-text td,.blog-text th{font-size:clamp(.95rem,1.2vw,1.125rem);letter-spacing:.01em;padding:1rem}.blog-text td{background:#fff;border-bottom:1px solid #e5e7eb;font-weight:400}.blog-text tr:nth-child(2n) td{background:#f9fafb}.blog-footer{border-top:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:3rem;padding-top:2rem}.not-found{padding:4rem 0;text-align:center}.not-found h1{color:#1f2937;font-size:2.5rem;margin-bottom:1rem}.not-found p{color:#6b7280;font-size:1.125rem;margin-bottom:2rem}@media (max-width:900px){.blog-content{border-radius:18px;padding:32px 12px}.blog-detail-hero{border-radius:0 0 18px 18px;padding:48px 0 32px}.blog-header h1{font-size:1.5rem}}@media (max-width:600px){.blog-content{border-radius:10px;padding:12px 2px}.blog-detail-hero{border-radius:0 0 10px 10px;padding:24px 0 12px}.blog-header h1{font-size:1.1rem}}.contact-page{-webkit-tap-highlight-color:transparent;padding-top:80px}.contact-hero{background:linear-gradient(135deg,var(--primary-color) 0,#2c5282 100%);color:var(--white);padding:clamp(3rem,8vw,6rem) 0 clamp(2rem,6vw,4rem);text-align:center}.contact-hero h1{color:var(--white);font-size:clamp(2rem,6vw,3.25rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;margin-bottom:clamp(.75rem,2vw,1rem)}.hero-subtitle{font-size:clamp(1rem,3vw,1.375rem);font-weight:400;letter-spacing:.01em;max-width:700px}.contact-grid{grid-gap:clamp(2rem,5vw,4rem);align-items:start;display:grid;gap:clamp(2rem,5vw,4rem);grid-template-columns:1fr 1fr;padding:clamp(2rem,5vw,4rem) 0}.contact-info h2{color:var(--text-primary);font-size:clamp(1.5rem,4vw,2rem);font-weight:700;letter-spacing:-.01em;line-height:1.2;margin-bottom:clamp(.75rem,2vw,1rem)}.contact-info p{color:var(--text-secondary);font-size:clamp(.9rem,2vw,1.125rem);font-weight:400;letter-spacing:.01em;line-height:1.6;margin-bottom:clamp(1.5rem,4vw,2rem)}.contact-details{display:flex;flex-direction:column;gap:clamp(1rem,3vw,1.5rem)}.contact-item{-webkit-tap-highlight-color:transparent;align-items:center;background:var(--gray-100);border-radius:8px;display:flex;gap:clamp(.75rem,2vw,1rem);padding:clamp(.75rem,2vw,1rem);touch-action:manipulation;transition:all .3s ease}.contact-item:hover{background:var(--gray-200);transform:translateX(5px)}.contact-item:active{background:var(--gray-300);transform:translateX(2px)}.contact-icon{align-items:center;color:var(--primary-color);display:flex;flex-shrink:0;font-size:clamp(1.25rem,3vw,1.5rem);height:clamp(40px,10vw,50px);justify-content:center;min-height:44px;min-width:44px;transition:all .3s ease;width:clamp(40px,10vw,50px)}.contact-icon:hover{color:var(--accent-color);transform:scale(1.1)}.contact-icon:active{transform:scale(1.05)}.contact-text h4{color:var(--text-primary);font-size:clamp(.9rem,2.5vw,1.125rem);font-weight:600;letter-spacing:-.01em;line-height:1.3;margin-bottom:.25rem}.contact-text a{align-items:center;color:var(--text-secondary);display:flex;min-height:44px;min-width:44px;text-decoration:none;transition:color .3s ease}.contact-text a:hover{color:var(--primary-color)}.contact-form-container{background:var(--white);border-radius:12px;box-shadow:var(--shadow-md);padding:clamp(1.5rem,4vw,2rem)}.contact-form-container h2{color:var(--text-primary);font-size:clamp(1.25rem,3vw,1.625rem);font-weight:600;letter-spacing:-.01em;line-height:1.3;margin-bottom:clamp(1rem,3vw,1.5rem)}.contact-form{display:flex;flex-direction:column;gap:clamp(1rem,3vw,1.5rem)}.form-row{grid-gap:clamp(.75rem,2vw,1rem);display:grid;gap:clamp(.75rem,2vw,1rem);grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column}.form-group label{color:var(--text-primary);font-size:clamp(.875rem,2vw,1rem);font-weight:500;letter-spacing:.01em;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{-webkit-appearance:none;appearance:none;border:2px solid var(--gray-300);border-radius:8px;font-family:inherit;font-size:clamp(.95rem,2vw,1.125rem);letter-spacing:.01em;padding:clamp(.6rem,2vw,.75rem);transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #1a365d1a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.contact-form .btn{align-self:flex-start;font-size:clamp(.95rem,2.5vw,1.125rem);font-weight:600;letter-spacing:.01em;min-height:48px;min-width:48px;padding:clamp(.75rem,2vw,1rem) clamp(1.5rem,3vw,2rem);touch-action:manipulation}.services-grid{grid-gap:clamp(1.5rem,4vw,2rem);display:grid;gap:clamp(1.5rem,4vw,2rem);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:clamp(2rem,5vw,3rem)}.service-item{-webkit-tap-highlight-color:transparent;background:var(--white);border-radius:12px;box-shadow:var(--shadow-md);padding:clamp(1.5rem,4vw,2rem);text-align:center;touch-action:manipulation;transition:all .3s ease}.service-item:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.service-item:active{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.service-icon{align-items:center;border-radius:12px;display:flex;height:clamp(80px,20vw,120px);justify-content:center;margin:0 auto clamp(1rem,3vw,1.5rem);overflow:hidden;transition:all .3s ease;width:clamp(80px,20vw,120px)}.service-icon img{height:100%;object-fit:cover;transition:all .3s ease;width:100%}.service-item:hover .service-icon img{transform:scale(1.1)}.service-item h3{color:var(--text-primary);font-size:clamp(1.125rem,2.5vw,1.375rem);font-weight:600;letter-spacing:-.01em;line-height:1.3;margin-bottom:.5rem}.service-item p{color:var(--text-secondary);font-size:clamp(.95rem,1.1vw,1.125rem);font-weight:400;letter-spacing:.01em;line-height:1.5;margin:0}.map-container{margin-top:clamp(2rem,5vw,3rem);text-align:center}.map-container h2{color:var(--text-primary);font-size:clamp(1.5rem,4vw,2rem);font-weight:700;letter-spacing:-.01em;line-height:1.2;margin-bottom:1rem}.map-container p{color:var(--text-secondary);font-size:clamp(1rem,1.2vw,1.125rem);font-weight:400;letter-spacing:.01em;line-height:1.6;margin-bottom:1.5rem}.map-placeholder{-webkit-tap-highlight-color:transparent;align-items:center;background:var(--gray-100);border-radius:12px;display:flex;flex-direction:column;gap:1rem;padding:clamp(2rem,5vw,3rem)}.map-placeholder svg{color:var(--primary-color);font-size:clamp(3rem,8vw,4rem)}.map-placeholder p{color:var(--text-secondary);font-size:clamp(.9rem,2vw,1rem);margin:0}.map-placeholder span{color:var(--primary-color);font-weight:600}.contact-cta{background:var(--accent-color);margin-top:clamp(2rem,5vw,3rem);padding:clamp(2rem,5vw,3rem);text-align:center}.contact-cta h2{color:var(--text-primary);font-size:clamp(1.875rem,4vw,2.5rem);font-weight:700;letter-spacing:-.01em;line-height:1.2;margin-bottom:1rem}.contact-cta p{color:var(--text-secondary);font-size:clamp(1.125rem,1.3vw,1.25rem);font-weight:400;letter-spacing:.01em;line-height:1.6;margin-bottom:2rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:clamp(.75rem,2vw,1rem);justify-content:center}.cta-buttons .btn{font-size:clamp(.9rem,2.5vw,1rem);min-height:48px;min-width:48px;padding:clamp(.75rem,2vw,1rem) clamp(1.5rem,3vw,2rem);touch-action:manipulation}.thank-you-message{animation:fadeInScale .5s ease-out;background:var(--success-color);border-radius:12px;color:var(--white);padding:clamp(2rem,5vw,3rem);text-align:center}.success-icon{color:var(--white);font-size:clamp(3rem,8vw,4rem);margin-bottom:1rem}.thank-you-message h2{color:var(--success-color);font-size:clamp(1.5rem,4vw,2rem);font-weight:700;letter-spacing:-.01em;line-height:1.2;margin-bottom:1rem}.thank-you-message p{color:var(--text-secondary);font-size:clamp(1rem,1.2vw,1.125rem);font-weight:400;letter-spacing:.01em;line-height:1.6;margin-bottom:1.5rem}.urgent-notice{background:var(--secondary-color);border-radius:8px;color:var(--white);font-size:clamp(.85rem,2vw,.9rem);margin-bottom:1rem;padding:1rem}.urgent-phone{align-items:center;background:var(--white);border-radius:6px;color:var(--secondary-color);display:inline-block;display:inline-flex;font-weight:600;justify-content:center;margin-top:.5rem;min-height:44px;min-width:44px;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.urgent-phone:hover{background:var(--gray-100);transform:translateY(-2px)}.urgent-phone:active{transform:translateY(0)}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.contact-hero{padding:2rem 0 1.5rem}.contact-hero h1{font-size:2rem;line-height:1.2}.hero-subtitle{font-size:1rem;padding:0 1rem}.contact-grid{gap:2rem;grid-template-columns:1fr;padding:2rem 0}.contact-form-container{padding:1.5rem}.form-row,.services-grid{grid-template-columns:1fr}.services-grid{gap:1.5rem}.map-placeholder{padding:2rem 1rem}.map-placeholder svg{font-size:3rem}.cta-buttons{align-items:center;flex-direction:column}.cta-buttons .btn{justify-content:center;max-width:280px;width:100%}.contact-icon:hover,.contact-item:hover,.service-item:hover{transform:none}.form-group input,.form-group select,.form-group textarea{font-size:16px!important;padding:12px 16px!important}.contact-page{scroll-margin-top:80px}}@media (max-width:480px){.contact-hero h1{font-size:1.75rem}.contact-form-container{border-radius:8px;padding:1rem}.contact-item{gap:.75rem;padding:.75rem}.contact-icon{font-size:1.25rem;height:40px;width:40px}.contact-text h4{font-size:.9rem}.contact-text a{font-size:.85rem}.service-item{padding:1.25rem}.service-icon{height:80px;width:80px}.service-item h3{font-size:1rem}.service-item p{font-size:.85rem}.map-container h2{font-size:1.5rem}.map-container p{font-size:.9rem}.map-placeholder{padding:1.5rem 1rem}.map-placeholder svg{font-size:2.5rem}.contact-cta{padding:1.5rem}.contact-cta h2{font-size:1.5rem}.contact-cta p{font-size:.9rem}.cta-buttons .btn{font-size:.9rem;padding:12px 20px}.thank-you-message{padding:1.5rem}.success-icon{font-size:3rem}.thank-you-message h2{font-size:1.5rem}.thank-you-message p{font-size:.9rem}.urgent-notice,.urgent-phone{font-size:.85rem}.urgent-phone{padding:.4rem .8rem}}@media (min-width:769px) and (max-width:1024px){.contact-grid{gap:3rem}.services-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.form-row{gap:1rem}}@media (min-width:1025px){.contact-grid{gap:4rem}.services-grid{gap:2rem;grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.contact-page{overflow-x:hidden}.contact-item,.service-item{touch-action:manipulation}.contact-hero h1{word-break:break-word}.contact-grid>*+*{margin-top:1rem}.contact-form .btn,.form-group input,.form-group select,.form-group textarea{border-radius:6px}.contact-form-container,.map-placeholder,.service-item,.thank-you-message{border-radius:8px}}@media (max-width:768px) and (orientation:landscape){.contact-hero{padding:1.5rem 0 1rem}.contact-hero h1{font-size:1.5rem;margin-bottom:.5rem}.hero-subtitle{font-size:.9rem;margin-bottom:1rem}.contact-grid{padding:1.5rem 0}.services-grid{margin-top:1.5rem}}.privacy-policy-page{margin:0 auto;max-width:800px;padding:80px 1rem 2rem}.privacy-policy-page h1{color:var(--text-primary);font-size:clamp(2.25rem,5vw,3.25rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;margin-bottom:1rem}.privacy-policy-page h2{color:var(--text-primary);font-size:clamp(1.5rem,3vw,1.875rem);font-weight:600;letter-spacing:-.01em;line-height:1.2;margin:2rem 0 1rem}.privacy-policy-page p{color:var(--text-secondary);font-size:clamp(1rem,1.2vw,1.125rem);font-weight:400;letter-spacing:.01em;line-height:1.7;margin-bottom:1rem}.privacy-policy-page ul{margin-bottom:1rem;margin-left:1.5rem}.privacy-policy-page li{color:var(--text-secondary);font-size:clamp(1rem,1.2vw,1.125rem);font-weight:400;letter-spacing:.01em;line-height:1.6;margin-bottom:.5rem}.privacy-policy-page strong{color:var(--text-primary);font-weight:600;letter-spacing:.01em}.privacy-policy-page a{color:var(--primary-color);font-weight:500;letter-spacing:.01em;text-decoration:none}.privacy-policy-page a:hover{color:var(--secondary-color);text-decoration:underline}.privacy-hero{background:var(--gradient-primary);color:var(--white);padding:4rem 0 3rem;text-align:center}.privacy-hero h1{color:var(--white);font-size:3rem;margin-bottom:1rem}.hero-subtitle{color:var(--gray-200);font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.privacy-content{margin:0 auto;max-width:800px}.policy-section{border-bottom:1px solid var(--gray-200);margin-bottom:3rem;padding-bottom:2rem}.policy-section:last-of-type{border-bottom:none}.policy-section h2{color:var(--text-primary);font-size:1.8rem;margin-bottom:1.5rem}.policy-section p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.policy-section ul{margin-bottom:1rem;margin-left:1.5rem}.policy-section li{color:var(--text-secondary);line-height:1.6;margin-bottom:.5rem}.contact-info{background:var(--accent-cool);border-radius:8px;margin-top:1rem;padding:1.5rem}.contact-info p{color:var(--text-primary);margin-bottom:.5rem}.contact-info p:last-child{margin-bottom:0}.policy-footer{border-top:2px solid var(--gray-200);font-style:italic;margin-top:3rem;padding-top:2rem;text-align:center}.policy-footer p{color:var(--text-secondary);margin:0}@media (max-width:768px){.privacy-hero{padding:3rem 0 2rem}.privacy-hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.policy-section{margin-bottom:2rem;padding-bottom:1.5rem}.policy-section h2{font-size:1.5rem}.contact-info{padding:1rem}}@media (max-width:480px){.privacy-hero h1{font-size:2rem}.policy-section{margin-bottom:1.5rem;padding-bottom:1rem}}.showcase-page{min-height:100vh}.showcase-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:120px 0 80px;text-align:center}.showcase-hero-content{margin:0 auto;max-width:800px}.showcase-hero-header{margin-bottom:60px}.showcase-hero-logo{filter:brightness(0) invert(1);height:auto;margin-bottom:20px;width:120px}.showcase-hero h1{color:#fff;font-size:3.5rem;font-weight:700;margin-bottom:10px}.showcase-hero-subtitle{color:#fff;font-size:1.3rem;font-weight:500;margin-bottom:0;text-shadow:0 2px 4px #0000004d}.showcase-hero-stats{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:50px}.hero-stat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;padding:30px 20px}.hero-stat-value{color:gold;display:block;font-size:2.5rem;font-weight:700;margin-bottom:10px}.hero-stat-label{font-size:.9rem;line-height:1.4;opacity:.9}.showcase-hero-video-wrapper{border-radius:15px;box-shadow:0 20px 40px #0000004d;margin-left:auto;margin-right:auto;margin-top:60px;max-width:800px;overflow:hidden;width:100%}.showcase-hero-video{display:block;height:auto;width:100%}.showcase-what-is{background:#f8f9fa;padding:100px 0}.showcase-content{margin:0 auto;max-width:1000px;text-align:center}.showcase-content h2{color:#333;font-size:2.5rem;margin-bottom:20px}.showcase-description{color:#666;font-size:1.2rem;line-height:1.6;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:800px}.showcase-benefits-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:60px}.showcase-benefit{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:40px 30px;transition:transform .3s ease,box-shadow .3s ease}.showcase-benefit:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-5px)}.benefit-icon{display:block;font-size:3rem;margin-bottom:20px}.showcase-benefit h3{color:#333;font-size:1.3rem;margin-bottom:15px}.showcase-benefit p{color:#666;line-height:1.6}.showcase-stats-section{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;padding:100px 0}.showcase-stats-content{margin:0 auto;max-width:1200px;text-align:center}.showcase-stats-content h2{color:#fff;font-size:2.5rem;margin-bottom:20px}.showcase-stats-content p{font-size:1.2rem;margin-bottom:60px;opacity:.9}.showcase-stats-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.showcase-stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;padding:40px 30px;transition:transform .3s ease}.showcase-stat-card:hover{transform:translateY(-5px)}.stat-number{color:gold;display:block;font-size:3rem;font-weight:700;margin-bottom:15px}.stat-title{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:15px}.stat-description{font-size:.95rem;line-height:1.5;opacity:.9}.showcase-testimonials-section{background:#fff;padding:100px 0;text-align:center}.showcase-testimonials-content{margin:0 auto;max-width:800px}.showcase-testimonials-content h2{color:#333;font-size:2.5rem;margin-bottom:20px}.showcase-testimonials-content p{color:#666;font-size:1.2rem;margin-bottom:50px}.showcase-testimonial-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;box-shadow:0 20px 40px #667eea33;color:#fff;padding:50px 40px;position:relative}.showcase-testimonial-card:before{color:#ffffff4d;content:'"';font-family:serif;font-size:4rem;left:30px;position:absolute;top:20px}.testimonial-quote{font-size:1.2rem;font-style:italic;line-height:1.6;margin-bottom:30px}.testimonial-author{align-items:center;display:flex;flex-direction:column;gap:5px}.testimonial-author strong{color:gold;font-size:1.1rem}.testimonial-author span{font-size:.9rem;opacity:.8}.showcase-cta-section{background:#f8f9fa;padding:100px 0;text-align:center}.showcase-cta-content{margin:0 auto;max-width:700px}.showcase-cta-content h2{color:#333;font-size:2.5rem;margin-bottom:20px}.showcase-cta-content p{color:#666;font-size:1.2rem;margin-bottom:40px}.showcase-cta-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:30px}.showcase-cta-btn{border-radius:50px;display:inline-block;font-size:1.1rem;font-weight:600;padding:15px 30px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff}.btn-primary:hover{box-shadow:0 10px 20px #667eea4d;color:#fff;transform:translateY(-2px)}.btn-secondary{background:#fff;border:2px solid #667eea;color:#667eea}.btn-secondary:hover{background:#667eea;box-shadow:0 10px 20px #667eea4d;color:#fff;transform:translateY(-2px)}.showcase-disclaimer{border-top:1px solid #ddd;margin-top:30px;padding-top:20px}.showcase-disclaimer small{color:#999;font-size:.85rem}@media (max-width:768px){.showcase-hero{padding:80px 0 60px}.showcase-hero h1{font-size:2.5rem}.showcase-hero-stats{gap:20px;grid-template-columns:1fr}.showcase-hero-video-wrapper{margin-top:40px}.showcase-benefits-grid{gap:30px;grid-template-columns:1fr}.showcase-stats-grid{gap:20px;grid-template-columns:1fr}.showcase-cta-buttons{align-items:center;flex-direction:column}.showcase-cta-btn{max-width:300px;width:100%}.showcase-content h2,.showcase-cta-content h2,.showcase-stats-content h2,.showcase-testimonials-content h2{font-size:2rem}}@media (max-width:480px){.hero-stat-value,.showcase-hero h1{font-size:2rem}.stat-number{font-size:2.5rem}.showcase-benefit,.showcase-stat-card{padding:30px 20px}.showcase-testimonial-card{padding:40px 30px}}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--gray-400);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gray-500)}
/*# sourceMappingURL=main.47747904.css.map*/