*{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{font-family:Playfair Display,serif;font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:3rem;font-weight:700}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}p{color:#6b7280;color:var(--text-secondary);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:#fff;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);transform:translateY(-2px)}.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:#fff;color:var(--white);transform:translateY(-2px)}.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)}.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);margin-bottom:1rem}.section-title p{font-size:1.1rem;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:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}.section{padding:2rem 0}.container{padding:0 1.5rem}.grid-2,.grid-3,.grid-4{gap:1.5rem;grid-template-columns:1fr}}@media (max-width:480px){h1{font-size:2rem}.btn{font-size:.9rem;padding:10px 20px}.card{padding:1.5rem}.grid-2,.grid-3,.grid-4{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{justify-content:space-between;padding:clamp(.5rem,2vw,.75rem) 0}.header-content,.logo{align-items:center;display:flex}.logo{color:var(--text-primary);gap:clamp(.5rem,2vw,1rem);min-height:44px;min-width:44px;padding:.25rem;text-decoration:none}.header-cb-logo{border-radius:6px;height:clamp(40px,8vw,50px);object-fit:contain;width:clamp(40px,8vw,50px)}.logo-text{display:flex;flex-direction:column}.logo-text h2{color:var(--primary-color);font-size:clamp(1rem,3vw,1.3rem);font-weight:700;margin:0}.logo-text span{color:var(--text-secondary);font-size:clamp(.6rem,2vw,.75rem);font-weight:400}.nav{align-items:center;display:flex}.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}.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{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}.contact-link:hover{color:var(--primary-color)}.contact-link svg{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)}@media (max-width:1024px){.header-contact span{display:none}.header-contact{gap:1rem}}@media (max-width:768px){.nav{-webkit-overflow-scrolling:touch;background:var(--white);border-top:1px solid var(--gray-200);box-shadow:var(--shadow-lg);left:0;opacity:0;position:fixed;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav.nav-open{opacity:1;transform:translateY(0);visibility:visible}.nav-list{flex-direction:column;gap:0;padding:0}.nav-list li{border-bottom:1px solid var(--gray-200)}.nav-list a{-webkit-tap-highlight-color:transparent;align-items:center;border-bottom:none;display:flex;font-size:1rem;font-weight:500;justify-content:flex-start;min-height:56px;padding:1rem 2rem}.nav-list a:hover{background-color:var(--gray-50)}.header-contact,.nav-list a:after{display:none}.mobile-menu-btn{display:flex}.header-content{padding:.5rem 0}.header{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.logo{flex-shrink:0}.nav-list a:active{background-color:var(--gray-100)}}@media (max-width:480px){.header-content{padding:.5rem 0}.header-cb-logo{height:40px;width:40px}.logo-text h2{font-size:1rem}.logo-text span{font-size:.6rem}.mobile-menu-btn{font-size:1.1rem;padding:.4rem}.nav-list a{font-size:.95rem;padding:1rem 1.5rem}.header-content{gap:.5rem}.mobile-menu-btn,.nav-list a{touch-action:manipulation}}@media (min-width:769px) and (max-width:1024px){.nav-list{gap:1.25rem}.header-contact{gap:1rem}}@media (min-width:1025px){.header-content{padding:.75rem 0}.nav-list{gap:1.5rem}.header-contact{gap:1.25rem}}@media (max-width:768px){body.menu-open{overflow:hidden}.nav:before{background:#00000080;bottom:0;content:"";left:0;opacity:0;position:fixed;right:0;top:0;transition:all .3s ease;visibility:hidden;z-index:-1}.nav.nav-open:before{opacity:1;visibility:visible}.nav-list li{opacity:0;transform:translateX(-20px);transition:all .3s ease}.nav.nav-open .nav-list li{opacity:1;transform:translateX(0)}.nav.nav-open .nav-list li:first-child{transition-delay:.1s}.nav.nav-open .nav-list li:nth-child(2){transition-delay:.15s}.nav.nav-open .nav-list li:nth-child(3){transition-delay:.2s}.nav.nav-open .nav-list li:nth-child(4){transition-delay:.25s}.nav.nav-open .nav-list li:nth-child(5){transition-delay:.3s}}.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}}.hero{-webkit-tap-highlight-color:transparent;background:var(--gradient-primary);color:var(--white);overflow:hidden;padding:clamp(4rem,10vw,8rem) 0 clamp(3rem,8vw,6rem);position:relative}.hero: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='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='50' cy='50' r='1' fill='rgba(255,255,255,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:.3;pointer-events:none;position:absolute;right:0;top:0}.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-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:50px;color:var(--white);display:inline-block;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;padding:.5rem 1rem}.hero h1{color:var(--white);font-size:clamp(2.5rem,6vw,4rem);font-weight:700;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-subtitle{color:#ffffffe6;font-size:clamp(1.1rem,3vw,1.3rem);margin-bottom:clamp(2rem,4vw,3rem);max-width:500px}.hero-buttons{display:flex;flex-wrap:wrap;gap:clamp(.75rem,2vw,1rem)}.hero .btn{-webkit-tap-highlight-color:transparent;align-items:center;border-radius:8px;display:inline-flex;font-size:clamp(.9rem,2.5vw,1rem);font-weight:600;gap:.5rem;justify-content:center;min-height:48px;min-width:48px;padding:clamp(.75rem,2vw,1rem) clamp(1.5rem,3vw,2rem);text-decoration:none;touch-action:manipulation;transition:all .3s ease}.hero .btn-primary{background:var(--white);border:2px solid var(--white);color:var(--primary-color)}.hero .btn-primary:hover{background:#0000;box-shadow:0 8px 25px #0003;color:var(--white);transform:translateY(-2px)}.hero .btn-primary:active{box-shadow:0 4px 15px #0003;transform:translateY(0)}.hero .btn-secondary{background:#0000;border:2px solid var(--white);color:var(--white)}.hero .btn-secondary:hover{background:var(--white);box-shadow:0 8px 25px #0003;color:var(--primary-color);transform:translateY(-2px)}.hero .btn-secondary:active{box-shadow:0 4px 15px #0003;transform:translateY(0)}.hero-image-container,.hero-image-section{align-items:center;display:flex;justify-content:center}.hero-headshot,.hero-image-container{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;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)}.hero-image-badge{align-items:center;background:var(--gradient-secondary);border-radius:12px;bottom:-10px;box-shadow:0 8px 20px #0003;color:var(--white);display:flex;font-size:.8rem;font-weight:600;gap:.5rem;padding:.75rem 1rem;position:absolute;right:-10px;z-index:3}.hero-features{grid-gap:clamp(1rem,3vw,2rem);display:grid;gap:clamp(1rem,3vw,2rem);grid-template-columns:repeat(3,1fr);margin-left:auto;margin-right:auto;margin-top:clamp(3rem,6vw,4rem);max-width:900px}.feature-item{-webkit-tap-highlight-color:transparent;align-items:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;display:flex;gap:clamp(.75rem,2vw,1rem);padding:clamp(1rem,3vw,1.5rem);touch-action:manipulation;transition:all .3s ease}.feature-item:hover{background:#ffffff26;transform:translateY(-2px)}.feature-item:active{transform:translateY(0)}.feature-icon{background:var(--gradient-secondary);flex-shrink:0;font-size:clamp(1rem,2.5vw,1.2rem);height:clamp(40px,10vw,50px);width:clamp(40px,10vw,50px)}.feature-icon:hover{transform:scale(1.1)}.feature-text h4{color:var(--white);font-size:clamp(.9rem,2.5vw,1.1rem);font-weight:600;margin-bottom:.5rem}.feature-text p{color:var(--gray-200);font-size:clamp(.75rem,2vw,.85rem);line-height:1.5;margin:0}@media (max-width:768px){.hero-content{gap:2rem;grid-template-columns:1fr}.hero-content,.hero-text-section{text-align:center}.hero-buttons{justify-content:center}.hero-features{gap:1rem;grid-template-columns:1fr}.hero-image-badge{bottom:-5px;font-size:.7rem;padding:.5rem .75rem;right:-5px}}@media (max-width:480px){.hero{padding:3rem 0 2rem}.hero-content{gap:1.5rem}.hero h1{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-buttons{align-items:center;flex-direction:column}.hero .btn{max-width:280px;width:100%}.hero-headshot{height:200px;width:200px}.hero-image-badge{bottom:-3px;font-size:.65rem;padding:.4rem .6rem;right:-3px}}@media (min-width:769px) and (max-width:1024px){.hero-content{gap:3rem}.hero-headshot{height:280px;width:280px}}@media (min-width:1025px){.hero-content{gap:4rem}.hero-headshot{height:350px;width:350px}}@media (max-width:768px){.hero{padding:clamp(3rem,8vw,6rem) 0 clamp(2rem,6vw,4rem)}.hero-content{padding:0 1rem}.hero-buttons{align-items:center;flex-direction:column;gap:1rem}.hero .btn{justify-content:center;max-width:280px;width:100%}.hero-features{gap:1rem!important;grid-template-columns:1fr!important}.hero-feature{padding:1.25rem}.hero .btn:hover,.hero-feature:hover,.hero-image img:hover{transform:none}.hero{scroll-margin-top:80px}}@media (max-width:480px){.hero{padding:2.5rem 0 2rem}.hero-content{padding:0 .75rem}.hero h1{font-size:2rem;line-height:1.2}.hero-subtitle{font-size:1rem}.hero-buttons,.hero-subtitle{margin-bottom:1.5rem}.hero .btn{font-size:.9rem;min-height:44px;padding:12px 20px}.hero-features{margin-top:1.5rem}.hero-feature{padding:1rem}.hero-feature-icon{font-size:1.75rem;margin-bottom:.5rem}.hero-feature h3{font-size:.95rem;margin-bottom:.25rem}.hero-feature p{font-size:.8rem}.hero-image{margin-top:1.5rem}.hero-image img{border-width:3px;height:100px;width:100px}}@media (min-width:769px) and (max-width:1024px){.hero{padding:6rem 0 4rem}.hero-content{padding:0 2rem}.hero-buttons{gap:1rem}.hero-features{gap:1.5rem!important;grid-template-columns:repeat(3,1fr)!important}}@media (min-width:1025px){.hero{padding:8rem 0 6rem}.hero-content{padding:0}.hero-buttons{gap:1rem}.hero-features{gap:2rem!important;grid-template-columns:repeat(3,1fr)!important}.hero-feature{padding:1.5rem}.hero-feature-icon{font-size:2rem}.hero-feature h3{font-size:1.1rem}.hero-feature p{font-size:.9rem}}@media (max-width:768px){.hero:before{display:none}.hero .btn,.hero-feature{touch-action:manipulation}.hero h1{word-break:break-word}.hero-content>*+*{margin-top:1rem}.hero .btn{border-radius:6px}.hero-feature{border-radius:8px}}@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}}.hero-features{grid-gap:clamp(1rem,3vw,2rem)!important;display:grid!important;gap:clamp(1rem,3vw,2rem)!important;grid-template-columns:repeat(3,1fr)!important;margin-left:auto!important;margin-right:auto!important;margin-top:clamp(2rem,5vw,3rem)!important}@media (max-width:768px){.hero-features{gap:1rem!important;grid-template-columns:1fr!important}}@media (min-width:769px) and (max-width:1024px){.hero-features{gap:1.5rem!important;grid-template-columns:repeat(3,1fr)!important}}@media (min-width:1025px){.hero-features{gap:2rem!important;grid-template-columns:repeat(3,1fr)!important}}.hero-features{display:flex!important;gap:2rem!important;justify-content:space-between!important;margin:3rem auto 0!important;max-width:900px!important}.feature-item{flex:1 1!important}@media (max-width:768px){.hero-features{flex-direction:column!important;gap:1rem!important}.feature-item{flex:none!important}}.hero-social{display:flex;justify-content:flex-start;margin-top:1.25rem}.hero-instagram{align-items:center;background:var(--white);border:2px solid var(--primary-color);border-radius:10px;box-shadow:0 2px 12px #1e40af14;color:var(--primary-dark);display:inline-flex;font-size:1.15rem;font-weight:700;gap:.5rem;padding:.65rem 1.25rem;text-decoration:none;transition:background .2s,color .2s,border .2s}.hero-instagram:focus,.hero-instagram:hover{background:var(--accent-cool);border-color:var(--secondary-color);color:var(--secondary-dark)}.hero-instagram svg{color:var(--primary-color);font-size:1.4rem;transition:color .2s}.hero-instagram:focus svg,.hero-instagram:hover svg{color:var(--secondary-color)}@media (max-width:768px){.hero-social{justify-content:center}}.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{color:var(--text-secondary);font-size:.9rem}@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:2.5rem;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:.9rem;font-weight:500;margin-bottom:1.5rem;padding:.5rem 1rem}.about-content p{color:var(--text-secondary);font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.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:.9rem;font-weight:500}.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:1.5rem;font-weight:600;margin-bottom:.5rem}.overlay-content p{color:#ffffffe6;font-size:1rem;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{margin-bottom:1.5rem}.cta-content p{font-size:1.1rem;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:.9rem;font-weight:500;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:2rem;margin-top:.1rem}.philosophy-quote blockquote{color:var(--primary-dark);font-size:1.15rem;font-style:italic;line-height:1.6;margin:0}.philosophy-card h2{color:var(--primary-color);font-size:2rem;margin-bottom:.5rem}.philosophy-card p{color:var(--text-secondary);font-size:1.08rem;line-height:1.7;margin-bottom:.5rem}.philosophy-btn{align-self:flex-start;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:1.3rem}.philosophy-card p{font-size:1rem}}.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:1.1rem;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:1.08rem;margin-bottom:.5rem}.sale-link{color:var(--primary-color);font-size:.98rem;font-weight:500;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}}.about-page{padding-top:80px}.about-hero{background:var(--gradient-primary);color:var(--white);padding:6rem 0 4rem;text-align:center}.about-hero h1{color:var(--white);font-size:3.5rem;margin-bottom:1rem}.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:1.3rem;margin-bottom:1rem}.background-item p{color:var(--text-secondary);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);margin-bottom:1.5rem}.story-text p{color:var(--text-secondary);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:1.3rem;margin-bottom:1rem}.benefit-card p{color:var(--text-secondary);line-height:1.6;margin:0}.about-cta{margin:0 auto;max-width:800px;text-align:center}.about-cta h2{margin-bottom:1.5rem}.about-cta p{font-size:1.1rem;line-height:1.6;margin-bottom:2rem}@media (max-width:768px){.about-hero{padding:4rem 0 3rem}.about-hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.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}.cta-buttons .btn{max-width:300px;width:100%}}@media (max-width:480px){.about-hero h1{font-size:2rem}.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:3.5rem;margin-bottom:1rem}.hero-subtitle{font-size:1.3rem}.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:1.4rem;margin-bottom:1rem}.service-description{color:var(--text-secondary);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);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:1.2rem;margin-bottom:1rem}.process-step p{color:var(--text-secondary);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:1.3rem;margin-bottom:1rem}.advantage-item p{color:var(--text-secondary);line-height:1.6;margin:0}.services-cta{margin:0 auto;max-width:800px;text-align:center}.services-cta h2{margin-bottom:1.5rem}.services-cta p{font-size:1.1rem;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}}: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.5rem,6vw,4rem);font-weight:800;letter-spacing:-1px;margin-bottom:1rem}.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:1rem;font-weight:700;letter-spacing:1px;padding:.5rem 1.5rem}.featured-post-text h2{color:var(--primary-color);font-size:2.2rem;font-weight:800;margin-bottom:1.2rem}.featured-post-text p{color:var(--text-secondary);font-size:1.15rem;margin-bottom:1.5rem}.post-meta{color:var(--primary-color)!important;display:flex;flex-wrap:wrap;font-size:1rem;gap:2rem;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:.95rem;font-weight:600;margin-bottom:1rem;padding:.3rem 1rem}.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(--primary-color);font-size:1.35rem;font-weight:700;margin-bottom:.7rem}.blog-excerpt{color:var(--text-secondary);font-size:1.05rem;margin-bottom:1.2rem}.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{color:var(--white);font-size:2rem;margin-bottom:1rem}.modern-newsletter-signup p{color:var(--gray-100);font-size:1.1rem;margin-bottom:2rem}.newsletter-form{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1.5rem}.newsletter-input{border:none;border-radius:8px;font-size:1rem;max-width:320px;min-width:220px;outline:none;padding:.75rem 1.25rem}.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:1.1rem;font-weight:700;margin-bottom:1.5rem;padding:.5rem 1.5rem}.blog-header h1{color:#f8fafc;font-size:2.7rem;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:1.1rem;gap:2rem;justify-content:center}.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:1.18rem;line-height:1.85}.blog-text h2{color:#1e293b;font-size:2.1rem;font-weight:800;margin:2.2rem 0 1.2rem}.blog-text h3{color:#1e293b;font-size:1.5rem;font-weight:700;margin:1.5rem 0 1rem}.blog-text h4{color:#1e293b;font-size:1.25rem;font-weight:600;margin:1.25rem 0 .75rem}.blog-text p{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}.blog-text em{color:#64748b;font-style:italic}.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;padding:1rem;text-align:left}.blog-text td{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem}.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.5rem);line-height:1.1;margin-bottom:clamp(.75rem,2vw,1rem)}.hero-subtitle{font-size:clamp(1rem,3vw,1.3rem);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);margin-bottom:clamp(.75rem,2vw,1rem)}.contact-info p{color:var(--text-secondary);font-size:clamp(.9rem,2vw,1rem);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,1rem);font-weight:600;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.5rem);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(.85rem,2vw,.9rem);font-weight:500;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(.9rem,2vw,1rem);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(.9rem,2.5vw,1rem);font-weight:600;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(1rem,2.5vw,1.2rem);margin-bottom:.75rem}.service-item p{color:var(--text-secondary);font-size:clamp(.85rem,2vw,.9rem);line-height:1.6}.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);margin-bottom:1rem}.map-container p{color:var(--text-secondary);font-size:clamp(.9rem,2vw,1rem);margin-bottom:2rem}.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.5rem,4vw,2rem);margin-bottom:1rem}.contact-cta p{color:var(--text-secondary);font-size:clamp(.9rem,2vw,1rem);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{font-size:clamp(3rem,8vw,4rem)}.success-icon,.thank-you-message h2{color:var(--white);margin-bottom:1rem}.thank-you-message h2{font-size:clamp(1.5rem,4vw,2rem)}.thank-you-message p{color:#ffffffe6;font-size:clamp(.9rem,2vw,1rem);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-page{padding-top:80px}.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}}.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.aa394f9c.css.map*/