*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);position:fixed;width:100%;top:0;z-index:1000}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-size:1.8rem;font-weight:700}.logo,.logo:hover{color:#2c5aa0;text-decoration:none}nav ul{display:flex;list-style:none;gap:2rem}nav a{text-decoration:none;color:#333;font-weight:500;transition:color .3s}nav a:hover{color:#2c5aa0}.cta-button{background:#ff6b35;color:#fff;padding:12px 24px;border-radius:5px;text-decoration:none;font-weight:600;transition:background .3s;border:none;cursor:pointer}.cta-button:hover{background:#e55a2b}.hero{background:linear-gradient(135deg,rgba(44,90,160,.9),rgba(255,107,53,.9));background-size:cover;background-position:50%;min-height:80vh;display:flex;align-items:center;color:#fff;text-align:center;padding:100px 0 60px}.hero-content h1{font-size:3.5rem;margin-bottom:1rem;line-height:1.2}.hero-content p{font-size:1.3rem;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:1rem;gap:1rem;max-width:700px;margin:0 auto}.hero-stat{background:hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);border-radius:10px;padding:1.5rem 1rem;text-align:center;transition:transform .3s,background .3s}.hero-stat:hover{transform:translateY(-5px);background:hsla(0,0%,100%,.2)}.hero-stat-number{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.3rem}.hero-stat-label{font-size:.9rem;color:hsla(0,0%,100%,.9);line-height:1.3}.btn-primary{background:#ff6b35;border-radius:5px;border:none;cursor:pointer}.btn-primary,.btn-secondary{color:#fff;padding:15px 30px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s}.btn-secondary{background:transparent;border:2px solid #fff;border-radius:5px}.btn-primary:hover{background:#e55a2b;transform:translateY(-2px)}.btn-secondary:hover{background:#fff;color:#2c5aa0}.before-after{background:#f8fafc;padding:6rem 0}.comparison-container{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;margin-top:3rem}.comparison-item{text-align:center}.house-image{width:100%;height:300px;border-radius:15px;margin-bottom:1.5rem;box-shadow:0 8px 25px rgba(0,0,0,.15)}.comparison-item h3{font-size:1.5rem;margin-bottom:1rem;color:#2c5aa0}.comparison-stats{background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.1)}.stat-row{display:flex;justify-content:space-between;margin-bottom:.8rem;padding-bottom:.8rem;border-bottom:1px solid #e2e8f0}.stat-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0;font-weight:700;color:#ff6b35}.services{padding:6rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;margin-bottom:1rem;color:#2c5aa0}.section-header p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.services-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.service-card{border-radius:20px;padding:2.5rem;box-shadow:0 20px 40px rgba(0,0,0,.08),0 8px 16px rgba(0,0,0,.04);transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid rgba(44,90,160,.08)}.service-card:after{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(44,90,160,.03) 0,transparent 70%);transition:transform .6s ease;transform:scale(0)}.service-card:hover:after{transform:scale(1)}.service-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 30px 60px rgba(44,90,160,.15),0 12px 24px rgba(0,0,0,.08);border-color:rgba(255,107,53,.2)}.service-card:nth-child(odd){background:linear-gradient(145deg,#fff,#f1f5f9)}.service-card:nth-child(2n){background:linear-gradient(145deg,#fefefe,#f8fafc)}.service-card:nth-child(3n){background:linear-gradient(145deg,#fff,#ecfdf5)}.service-icon{font-size:3rem;margin-bottom:1rem;color:#ff6b35}.service-card h3{font-size:1.6rem;margin-bottom:1.2rem;color:#2c5aa0;font-weight:700;position:relative;z-index:2}.service-card p{color:#4b5563;margin-bottom:1.8rem;font-size:1.05rem;line-height:1.7;position:relative;z-index:2}.service-features{list-style:none;margin-bottom:2rem;position:relative;z-index:2}.service-features li{position:relative;padding:.8rem 0 .8rem 2rem;color:#374151;font-weight:500;transition:color .3s ease}.service-features li:before{content:"✦";position:absolute;left:0;top:.8rem;color:#ff6b35;font-weight:700;font-size:1.1rem;transition:transform .3s ease}.service-card:hover .service-features li:before{transform:rotate(90deg)}.service-features li:hover{color:#2c5aa0}.trust-section{background:linear-gradient(135deg,#2c5aa0,#1e40af);color:#fff;padding:4rem 0;text-align:center}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.trust-item{padding:1.5rem}.trust-icon{font-size:2.5rem;margin-bottom:1rem}.calculator-section{background:#f1f5f9;padding:6rem 0}.calculator{background:#fff;border-radius:15px;padding:3rem;max-width:600px;margin:2rem auto;box-shadow:0 10px 30px rgba(0,0,0,.1)}.calc-input{width:100%;padding:15px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;margin-bottom:1rem;transition:border-color .3s}.calc-input:focus{outline:none;border-color:#2c5aa0}.calc-result{background:linear-gradient(135deg,#2c5aa0,#ff6b35);color:#fff;padding:2rem;border-radius:10px;text-align:center;margin-top:2rem}.result-value{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.process{padding:6rem 0}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.process-step{text-align:center;position:relative}.step-number{width:60px;height:60px;background:#ff6b35;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.process-step h3{font-size:1.3rem;margin-bottom:1rem;color:#2c5aa0}.testimonials{background:linear-gradient(180deg,#f8fafc,#e2e8f0);padding:6rem 0}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.testimonial{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 15px rgba(0,0,0,.1);position:relative}.testimonial:before{content:'"';font-size:4rem;color:#ff6b35;position:absolute;top:-10px;left:20px;font-family:serif}.testimonial-text{font-style:italic;margin-bottom:1.5rem;padding-top:1rem}.testimonial-author{font-weight:700;color:#2c5aa0}.testimonial-role{color:#666;font-size:.9rem}.final-cta{background:linear-gradient(135deg,#2c5aa0,#ff6b35);color:#fff;padding:6rem 0;text-align:center}.final-cta h2{font-size:2.5rem;margin-bottom:1rem}.final-cta p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}footer{background:#1a1a1a;color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem;margin-bottom:2rem}.footer-section h3{margin-bottom:1rem;color:#ff6b35}.footer-section ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.2rem}.footer-section li{margin-bottom:0;display:block;width:100%;flex-shrink:0}.footer-section a{color:#ccc;text-decoration:none;transition:color .3s;display:block;padding:.3rem 0;white-space:nowrap;font-size:.95rem;line-height:1.2;width:100%}.footer-section a:hover{color:#ff6b35}.footer-bottom{border-top:1px solid #333;padding-top:2rem;text-align:center;color:#999}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:8px;z-index:1001;border-radius:4px;transition:background-color .3s ease;gap:4px;margin-left:auto;flex-shrink:0}.mobile-menu-toggle:hover{background-color:rgba(0,0,0,.1)}.hamburger-line{width:20px;height:2px;background-color:#333;border-radius:1px;transition:all .3s ease;transform-origin:center;display:block}.hamburger-line.open:first-child{transform:rotate(45deg) translate(3px,6px)}.hamburger-line.open:nth-child(2){opacity:0;transform:translateX(-20px)}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(3px,-6px)}.mobile-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.1);border-top:1px solid #eee;z-index:1000;max-height:70vh;overflow-y:auto}.mobile-nav.open{display:block!important;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-nav ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;width:100%}.mobile-nav li{border-bottom:1px solid #f5f5f5;width:100%;display:block}.mobile-nav li:last-child{border-bottom:none}.mobile-nav a,.mobile-nav button{display:block;padding:1rem 1.5rem;color:#333;text-decoration:none;font-weight:500;transition:background-color .3s ease;border:none;background:none;width:100%;text-align:left;font-size:16px;font-family:inherit;cursor:pointer;box-sizing:border-box}.mobile-nav a:hover,.mobile-nav button:hover{background-color:#f8f9fa;color:#2c5aa0}.mobile-nav .mobile-cta{margin:1rem 1.5rem 1.5rem!important;width:calc(100% - 3rem)!important;padding:12px 24px!important;background:#ff6b35!important;color:#fff!important;border-radius:5px!important;font-weight:600!important;text-align:center!important}.mobile-nav .mobile-cta:hover{background:#e55a2b!important;color:#fff!important}@media (max-width:768px){.container{padding:0 15px}.header-content{justify-content:space-between;align-items:center;padding:1rem 0;max-width:100%;overflow:hidden;position:relative}.logo{flex-shrink:0;max-width:calc(100% - 50px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-menu-toggle{display:flex!important;margin-left:10px;position:relative}.desktop-cta,.desktop-nav{display:none!important}.mobile-nav{display:none}.mobile-nav.open{display:block!important}.hero-content h1{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center}.hero-stats{grid-template-columns:repeat(2,1fr);gap:.8rem}.hero-stat{padding:1rem .8rem}.hero-stat-number{font-size:1.6rem}.hero-stat-label{font-size:.8rem}.comparison-container,.services-grid,.testimonials-grid{grid-template-columns:1fr}.comparison-container{gap:2rem}.house-image{height:250px}}.contact-form{padding:3rem;border-radius:15px;max-width:600px;margin:0 auto}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:600}.form-input{width:100%;padding:15px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s}.form-input:focus{outline:none;border-color:#2c5aa0}.form-textarea{resize:vertical;min-height:120px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}a:focus-visible,button:focus-visible:not(.cta-button),input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #2c5aa0;outline-offset:2px}.cta-button:focus-visible{outline:none}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.services-hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:120px 0 80px;text-align:center}.services-hero-content h1{font-size:56px;font-weight:800;line-height:1.1;color:#111827;margin-bottom:24px;max-width:900px;margin-left:auto;margin-right:auto}.services-subtitle{font-size:22px;color:#6b7280;margin-bottom:40px;line-height:1.5;max-width:700px;margin-left:auto;margin-right:auto}.services-hero-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px;max-width:800px;margin:0 auto}.services-hero-stat{text-align:center;padding:24px 16px;background:#fff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.services-hero-stat-number{font-size:36px;font-weight:800;color:#2348ab;margin-bottom:8px;display:block}.services-hero-stat-label{font-size:14px;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.services-hero-cta{margin-top:40px}.services-hero-cta-btn{display:inline-block;background:#ff6b34;color:#fff;padding:18px 32px;border-radius:8px;text-decoration:none;font-weight:700;font-size:16px;transition:all .3s ease;box-shadow:0 4px 15px rgba(255,107,53,.3)}.services-hero-cta-btn:hover{background:#e55a2b;transform:translateY(-2px);box-shadow:0 8px 25px rgba(255,107,53,.4)}.service-categories{padding:100px 0;background:#fff}.services-section-header{max-width:800px;margin:0 auto 60px;text-align:center}.services-section-header h2{font-size:42px;font-weight:700;margin-bottom:20px;color:#111827}.services-section-header p{font-size:18px;color:#6b7280;line-height:1.7}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));grid-gap:24px;gap:24px;margin-bottom:60px}.service-card{background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;transition:all .3s ease;position:relative;margin:0;padding:0}.service-card:hover{transform:translateX(8px);box-shadow:-4px 4px 20px rgba(44,90,160,.15);border-color:#2c5aa0}.service-header{padding:24px;color:#fff;position:relative;margin:0}.service-header,.service-header:after{background:linear-gradient(135deg,#2c5aa0,#1e40af)}.service-header:after{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:20px;-webkit-clip-path:polygon(0 0,100% 0,95% 100%,5% 100%);clip-path:polygon(0 0,100% 0,95% 100%,5% 100%)}.service-title{margin:0;padding:0}.service-title h3{font-size:20px;font-weight:700;color:#fff;margin:0;line-height:1.3}.service-content{padding:32px 24px 24px}.service-description{color:#475569;font-size:15px;line-height:1.7;margin-bottom:24px;text-align:justify}.services-process-section{padding:100px 0;background:#f9fafb}.services-process-flow{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px;margin-top:60px;position:relative}.services-process-flow:before{content:"";position:absolute;top:40px;left:10%;right:10%;height:2px;background:linear-gradient(90deg,#2c5aa0,#ff6b35);z-index:0}.services-process-step{background:#fff;padding:32px 24px;border-radius:16px;text-align:center;border:2px solid #e5e7eb;position:relative;z-index:1;transition:all .3s ease}.services-process-step:hover{border-color:#2c5aa0;transform:translateY(-4px)}.services-step-number{width:80px;height:80px;background:linear-gradient(135deg,#2c5aa0,#1e40af);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:800;margin:0 auto 20px}.services-process-step h3{font-size:18px;font-weight:600;color:#111827;margin-bottom:12px}.services-process-step p{font-size:14px;color:#6b7280;line-height:1.5}.services-cta-section{background:linear-gradient(135deg,#2c5aa0,#1e40af);color:#fff;padding:80px 0;text-align:center}.services-cta-content h2{font-size:40px;font-weight:700;margin-bottom:20px}.services-cta-content p{font-size:20px;opacity:.9;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.services-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.services-cta-primary{background:#ff6b35;color:#fff;padding:16px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:16px;transition:all .2s ease}.services-cta-primary:hover{background:#e55a2b;transform:translateY(-1px)}@media (max-width:768px){.services-hero{padding:100px 0 60px}.services-hero-content h1{font-size:36px}.services-hero-stats{grid-template-columns:repeat(2,1fr);gap:20px}.services-grid,.services-process-flow{grid-template-columns:1fr;gap:24px}.services-process-flow:before{display:none}.services-cta-buttons{flex-direction:column;align-items:center}}.about-page-hero{background:linear-gradient(135deg,rgba(44,90,160,.95),rgba(255,107,53,.85));color:#fff;padding:150px 0 80px;text-align:center}.about-page-hero h1{font-size:3rem;margin-bottom:1rem}.about-page-hero p{font-size:1.3rem;opacity:.9;max-width:1000px;margin:0 auto}.about-mission-section{padding:6rem 0;background:#f8fafc}.about-mission-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.about-mission-text h2{font-size:2.5rem;color:#2c5aa0;margin-bottom:2rem}.about-mission-text p{font-size:1.1rem;margin-bottom:1.5rem;color:#4b5563}.about-mission-stats{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.about-mission-image{display:flex;align-items:center;justify-content:center;padding:2rem}.hmo-building-illustration{width:100%;max-width:400px;margin:0 auto}.building-container{position:relative;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:20px;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.1);border:2px solid rgba(44,90,160,.1)}.building-main{position:relative;margin-bottom:2rem}.building-roof{width:0;height:0;border-left:120px solid transparent;border-right:120px solid transparent;border-bottom:40px solid #dc2626;margin:0 auto;position:relative}.building-roof:after{content:"";position:absolute;top:40px;left:-110px;width:220px;height:8px;background:#991b1b;border-radius:4px}.building-body{width:240px;margin:0 auto;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;overflow:hidden}.room-row{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #e2e8f0}.room{padding:1rem;text-align:center;position:relative;min-height:60px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:background-color .3s ease}.room:hover{background-color:#eff6ff}.room:nth-child(odd){border-right:1px solid #e2e8f0}.room-1{background-color:#fef3c7}.room-2{background-color:#dcfce7}.room-3{background-color:#fce7f3}.room-4{background-color:#e0f2fe}.window{width:20px;height:16px;background:#2c5aa0;border-radius:2px;margin-bottom:.5rem;position:relative}.window:after{width:1px;height:12px}.window:after,.window:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff}.window:before{width:16px;height:1px}.room-label{font-size:.7rem;color:#374151;font-weight:600}.common-area{background:#f3f4f6;padding:1rem;text-align:center;border-top:2px solid #2c5aa0}.area-label{font-size:.8rem;color:#2c5aa0;font-weight:700}.hmo-features{margin-top:1.5rem;display:flex;flex-direction:column;gap:.8rem}.feature-item{display:flex;align-items:center;gap:.8rem;padding:.8rem;background:hsla(0,0%,100%,.7);border-radius:8px;border:1px solid rgba(44,90,160,.1);transition:all .3s ease}.feature-item:hover{background:hsla(0,0%,100%,.9);transform:translateX(5px);box-shadow:0 4px 15px rgba(0,0,0,.1)}.feature-icon{font-size:1.2rem;width:24px;text-align:center}.feature-text{font-size:.9rem;color:#374151;font-weight:600}.about-mission-stat{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 15px rgba(0,0,0,.1);text-align:center}.about-mission-stat-number{font-size:2.5rem;font-weight:700;color:#ff6b35;margin-bottom:.5rem}.about-mission-stat-label{color:#2c5aa0;font-weight:600}.about-team-section{padding:6rem 0}.about-section-header{text-align:center;margin-bottom:4rem}.about-section-header h2{font-size:2.5rem;margin-bottom:1rem;color:#2c5aa0}.about-section-header-white h2{font-size:2.5rem;margin-bottom:1rem;color:#fff;text-align:center}.about-section-header-white p{font-size:1.2rem;color:#fff;max-width:600px;margin:0 auto;text-align:center}.about-section-header p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.about-team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.about-team-member{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 10px 30px rgba(0,0,0,.1);text-align:center;transition:transform .3s ease}.about-team-member:hover{transform:translateY(-10px)}.about-team-avatar{width:120px;height:120px;border-radius:50%;margin:0 auto 1.5rem;background:linear-gradient(135deg,#2c5aa0,#ff6b35);display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:#fff}.about-team-member h3{font-size:1.5rem;color:#2c5aa0;margin-bottom:.5rem}.about-team-role{color:#ff6b35;font-weight:600;margin-bottom:1rem}.about-team-credentials{background:#f8fafc;padding:1rem;border-radius:10px;margin-bottom:1.5rem}.about-team-credentials h4{color:#2c5aa0;margin-bottom:.5rem;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.about-team-credentials p{font-size:.9rem;color:#666}.about-team-bio{font-size:1rem;color:#4b5563;line-height:1.6}.about-certifications-section{background:linear-gradient(135deg,#2c5aa0,#1e40af);color:#fff;padding:6rem 0}.about-certifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:3rem;gap:3rem;margin-top:3rem}.about-certification-item{text-align:center;padding:2rem;background:hsla(0,0%,100%,.1);border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease}.about-certification-item:hover{transform:translateY(-5px)}.about-cert-icon{font-size:3rem;margin-bottom:1rem}.about-certification-item h3{margin-bottom:.5rem}.about-timeline-section{padding:6rem 0;background:#f8fafc}.about-timeline{position:relative;max-width:800px;margin:3rem auto}.about-timeline:before{content:"";position:absolute;left:50%;transform:translateX(-50%);width:4px;height:100%;background:linear-gradient(180deg,#2c5aa0,#ff6b35)}.about-timeline-item{position:relative;margin-bottom:3rem;width:calc(50% - 2rem)}.about-timeline-item:nth-child(odd){left:0;text-align:right}.about-timeline-item:nth-child(2n){left:calc(50% + 2rem);text-align:left}.about-timeline-content{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 15px rgba(0,0,0,.1);position:relative}.about-timeline-year{font-size:1.5rem;font-weight:700;color:#ff6b35;margin-bottom:.5rem}.about-timeline-content h3{color:#2c5aa0;margin-bottom:1rem}.about-timeline-dot{position:absolute;width:20px;height:20px;background:#ff6b35;border:4px solid #fff;border-radius:50%;top:2rem}.about-timeline-item:nth-child(odd) .about-timeline-dot{right:-10px}.about-timeline-item:nth-child(2n) .about-timeline-dot{left:-10px}.about-coverage-section{padding:6rem 0}.about-map-container{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 10px 30px rgba(0,0,0,.1);margin-top:3rem;text-align:center}.about-uk-map{width:100%;max-width:600px;height:400px;margin:2rem auto;background:linear-gradient(135deg,#e8f2ff,#f0f9ff);border-radius:15px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.about-map-placeholder{text-align:center}.about-map-placeholder h3{color:#2c5aa0;margin-bottom:1rem;font-size:1.5rem}.about-coverage-highlights{margin-top:1rem;text-align:left}.about-coverage-highlights div{color:#666;margin-bottom:.5rem}.about-coverage-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.about-coverage-stat{text-align:center}.about-coverage-stat-number{font-size:2rem;font-weight:700;color:#ff6b35}.about-coverage-stat-label{color:#2c5aa0;font-weight:600}.about-media-section{background:#f8fafc;padding:6rem 0}.about-media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.about-media-item{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 15px rgba(0,0,0,.1);text-align:center;transition:transform .3s ease}.about-media-item:hover{transform:translateY(-5px)}.about-media-logo{font-size:1.5rem;font-weight:700;color:#2c5aa0;margin-bottom:.5rem}.about-media-quote{font-style:italic;color:#666;font-size:.9rem}.about-cta-section{background:linear-gradient(135deg,#2c5aa0,#ff6b35);color:#fff;padding:6rem 0;text-align:center}.about-cta-section h2{font-size:2.5rem;margin-bottom:1rem}.about-cta-section p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.about-btn-primary{background:#fff;color:#2c5aa0;padding:18px 36px;border-radius:5px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s;display:inline-block}.about-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.2)}@media (max-width:768px){.about-page-hero h1{font-size:2rem}.about-mission-content{gap:2rem}.about-mission-content,.about-mission-stats{grid-template-columns:1fr}.about-mission-image{padding:1rem}.hmo-building-illustration{max-width:300px}.building-container{padding:1.5rem}.building-roof{border-left:80px solid transparent;border-right:80px solid transparent;border-bottom:30px solid #dc2626}.building-roof:after{top:30px;left:-75px;width:150px;height:6px}.building-body{width:160px}.room{padding:.8rem;min-height:50px}.window{width:16px;height:12px}.room-label{font-size:.6rem}.area-label{font-size:.7rem}.feature-item{padding:.6rem}.feature-text{font-size:.8rem}.about-team-grid{grid-template-columns:1fr}.about-timeline:before{left:2rem}.about-timeline-item{width:calc(100% - 4rem);left:4rem!important;text-align:left!important}.about-timeline-item .about-timeline-dot{left:-10px!important}.about-certifications-grid,.about-coverage-stats{grid-template-columns:repeat(2,1fr)}}.contact-page-hero{background:linear-gradient(135deg,rgba(44,90,160,.95),rgba(255,107,53,.85));color:#fff;padding:150px 0 80px;text-align:center}.contact-page-hero h1{font-size:3rem;margin-bottom:1rem}.contact-page-hero p{font-size:1.3rem;opacity:.9;max-width:1000px;margin:0 auto 2rem}.contact-hero-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;margin-top:2rem}.contact-hero-stat{text-align:center}.contact-hero-stat-number{font-size:2rem;font-weight:700;margin-bottom:.5rem}.contact-hero-stat-label{font-size:.9rem;opacity:.9}.contact-methods{padding:6rem 0;background:#f8fafc}.contact-section-header{text-align:center;margin-bottom:4rem}.contact-section-header h2{font-size:2.5rem;margin-bottom:1rem;color:#2c5aa0}.contact-section-header p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.contact-card{background:#fff;border-radius:20px;padding:3rem 2rem;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:all .3s ease;position:relative;overflow:hidden}.contact-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#2c5aa0,#ff6b35)}.contact-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.contact-icon{font-size:3rem;margin-bottom:1.5rem;color:#ff6b35}.contact-card h3{color:#2c5aa0;margin-bottom:1rem;font-size:1.5rem}.contact-details{margin-bottom:1.5rem}.contact-details p{margin-bottom:.5rem;color:#4b5563}.contact-details strong{color:#2c5aa0;font-size:1.1rem}.contact-btn-primary{background:#ff6b35;color:#fff;padding:12px 24px;border:none;border-radius:5px;text-decoration:none;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s;display:inline-block}.contact-btn-primary:hover{background:#e55a2b;transform:translateY(-2px)}.contact-form-section{padding:6rem 0}.contact-form-container{max-width:800px;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 15px 40px rgba(0,0,0,.1);overflow:hidden}.contact-form-header{background:linear-gradient(135deg,#2c5aa0,#ff6b35);color:#fff;padding:3rem;text-align:center}.contact-form-header h3{font-size:1.8rem;margin-bottom:.5rem}.contact-form-header p{opacity:.9}.contact-form-content{padding:3rem}.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.contact-form-group{margin-bottom:1.5rem}.contact-form-full-width,.contact-form-group.contact-form-full-width{grid-column:1/-1}.contact-form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151}.contact-form-group label .required{color:#ff6b35}.contact-form-input{width:100%;padding:15px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s;font-family:inherit}.contact-form-input:focus{outline:none;border-color:#2c5aa0;box-shadow:0 0 0 3px rgba(44,90,160,.1)}.contact-form-input:hover{border-color:#cbd5e1}textarea.contact-form-input{resize:vertical;min-height:120px}select.contact-form-input{cursor:pointer}.contact-checkbox-group{display:flex;align-items:flex-start;gap:.5rem;margin:1.5rem 0}.contact-checkbox-group input[type=checkbox]{margin-top:.2rem;accent-color:#2c5aa0}.contact-checkbox-group label{font-size:.9rem;color:#4b5563;margin-bottom:0}.contact-submit-btn{width:100%;background:linear-gradient(135deg,#2c5aa0,#ff6b35);color:#fff;padding:18px;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s}.contact-submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.2)}.contact-form-note{text-align:center;margin-top:1rem;font-size:.9rem;color:#666}.contact-faq-section{padding:6rem 0;background:#f8fafc}.contact-faq-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-top:3rem}.contact-faq-item{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 4px 15px rgba(0,0,0,.1)}.contact-faq-question{color:#2c5aa0;font-weight:600;margin-bottom:1rem;font-size:1.1rem}.contact-faq-answer{color:#4b5563;line-height:1.6}@media (max-width:768px){.contact-page-hero h1{font-size:2rem}.contact-hero-stats{gap:1.5rem}.contact-faq-grid,.contact-form-grid,.contact-grid{grid-template-columns:1fr}}.new-hero{background:linear-gradient(135deg,rgba(44,90,160,.9),rgba(255,107,53,.9)),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><defs><pattern id="bricks" patternUnits="userSpaceOnUse" width="30" height="15"><rect width="30" height="15" fill="%23e5e7eb"/><rect width="15" height="7" fill="%23d1d5db"/><rect x="15" y="7" width="15" height="8" fill="%23d1d5db"/></pattern></defs><rect width="1200" height="800" fill="%23f3f4f6"/><g opacity="0.8"><rect x="80" y="120" width="280" height="180" fill="url(%23bricks)" stroke="%23374151" stroke-width="2" rx="8"/><polygon points="80,120 220,60 360,120" fill="%23dc2626" stroke="%23991b1b" stroke-width="2"/><rect x="120" y="160" width="40" height="60" fill="%231f2937" rx="3"/><rect x="200" y="160" width="40" height="60" fill="%231f2937" rx="3"/><rect x="280" y="180" width="60" height="40" fill="%237c2d12" rx="3"/><rect x="450" y="140" width="300" height="200" fill="url(%23bricks)" stroke="%23374151" stroke-width="2" rx="8"/><polygon points="450,140 600,80 750,140" fill="%23dc2626" stroke="%23991b1b" stroke-width="2"/><rect x="480" y="180" width="35" height="55" fill="%231f2937" rx="3"/><rect x="530" y="180" width="35" height="55" fill="%231f2937" rx="3"/><rect x="580" y="180" width="35" height="55" fill="%231f2937" rx="3"/><rect x="630" y="180" width="35" height="55" fill="%231f2937" rx="3"/><rect x="680" y="200" width="50" height="35" fill="%237c2d12" rx="3"/><rect x="820" y="160" width="260" height="160" fill="url(%23bricks)" stroke="%23374151" stroke-width="2" rx="8"/><polygon points="820,160 950,110 1080,160" fill="%23dc2626" stroke="%23991b1b" stroke-width="2"/><rect x="850" y="190" width="30" height="50" fill="%231f2937" rx="3"/><rect x="890" y="190" width="30" height="50" fill="%231f2937" rx="3"/><rect x="930" y="190" width="30" height="50" fill="%231f2937" rx="3"/><rect x="970" y="190" width="30" height="50" fill="%231f2937" rx="3"/><rect x="1010" y="210" width="50" height="30" fill="%237c2d12" rx="3"/></g></svg>');background-size:cover;background-position:50%;min-height:80vh;display:flex;align-items:center;color:#fff;text-align:center;padding:100px 0 60px}.new-hero-content h1{font-size:3.5rem;margin-bottom:1rem;line-height:1.2}.new-hero-content p{font-size:1.3rem;margin-bottom:2rem;opacity:.9}.new-hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.new-hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:1rem;gap:1rem;max-width:700px;margin:0 auto}.new-hero-stat{background:hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);border-radius:10px;padding:1.5rem 1rem;text-align:center;transition:transform .3s,background .3s}.new-hero-stat:hover{transform:translateY(-5px);background:hsla(0,0%,100%,.2)}.new-hero-stat-number{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.3rem}.new-hero-stat-label{font-size:.9rem;color:hsla(0,0%,100%,.9);line-height:1.3}.new-btn-primary{background:#ff6b35;border-radius:5px;border:none;cursor:pointer}.new-btn-primary,.new-btn-secondary{color:#fff;padding:15px 30px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s}.new-btn-secondary{background:transparent;border:2px solid #fff;border-radius:5px}.new-btn-primary:hover{background:#e55a2b;transform:translateY(-2px)}.new-btn-secondary:hover{background:#fff;color:#2c5aa0}.new-services{padding:6rem 0}.new-section-header{text-align:center;margin-bottom:4rem}.new-section-header h2{font-size:2.5rem;margin-bottom:1rem;color:#2c5aa0}.new-section-header p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.new-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.new-service-card{background:linear-gradient(145deg,#fff,#f8fafc);border-radius:20px;padding:2.5rem;box-shadow:0 20px 40px rgba(0,0,0,.08),0 8px 16px rgba(0,0,0,.04);transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;border:1px solid rgba(44,90,160,.08)}.new-service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#2c5aa0,#ff6b35 50%,#2c5aa0);background-size:200% 100%;animation:shimmer 3s ease-in-out infinite}.new-service-card:after{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(44,90,160,.03) 0,transparent 70%);transition:transform .6s ease;transform:scale(0)}.new-service-card:hover:after{transform:scale(1)}.new-service-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 30px 60px rgba(44,90,160,.15),0 12px 24px rgba(0,0,0,.08);border-color:rgba(255,107,53,.2)}.new-service-card:nth-child(odd){background:linear-gradient(145deg,#fff,#f1f5f9)}.new-service-card:nth-child(2n){background:linear-gradient(145deg,#fefefe,#f8fafc)}.new-service-card:nth-child(3n){background:linear-gradient(145deg,#fff,#ecfdf5)}@keyframes shimmer{0%,to{background-position:200% 0}50%{background-position:-200% 0}}.new-service-card h3{font-size:1.6rem;margin-bottom:1.2rem;color:#2c5aa0;font-weight:700;position:relative;z-index:2}.new-service-card p{color:#4b5563;margin-bottom:1.8rem;font-size:1.05rem;line-height:1.7;position:relative;z-index:2}.new-service-features{list-style:none;margin-bottom:2rem;position:relative;z-index:2}.new-service-features li{position:relative;padding:.8rem 0 .8rem 2rem;color:#374151;font-weight:500;transition:color .3s ease}.new-service-features li:before{content:"✦";position:absolute;left:0;top:.8rem;color:#ff6b35;font-weight:700;font-size:1.1rem;transition:transform .3s ease}.new-service-card:hover .new-service-features li:before{transform:rotate(90deg)}.new-service-features li:hover{color:#2c5aa0}.new-before-after{background:#f8fafc;padding:6rem 0}.new-calculator-section{background:#f1f5f9;padding:6rem 0}.new-calculator{background:#fff;border-radius:15px;padding:3rem;max-width:600px;margin:2rem auto;box-shadow:0 10px 30px rgba(0,0,0,.1)}.new-calc-input{width:100%;padding:15px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;margin-bottom:1rem;transition:border-color .3s}.new-calc-input:focus{outline:none;border-color:#2c5aa0}.new-calc-result{background:linear-gradient(135deg,#2c5aa0,#ff6b35);color:#fff;padding:2rem;border-radius:10px;text-align:center;margin-top:2rem}.new-result-value{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.new-trust-section{background:linear-gradient(135deg,#2c5aa0,#1e40af),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 400"><rect width="1200" height="400" fill="none"/><g opacity="0.1"><rect x="100" y="150" width="180" height="120" fill="white" rx="8"/><rect x="320" y="140" width="180" height="130" fill="white" rx="8"/><rect x="540" y="160" width="180" height="110" fill="white" rx="8"/><rect x="760" y="145" width="180" height="125" fill="white" rx="8"/><rect x="980" y="155" width="180" height="115" fill="white" rx="8"/></g></svg>');color:#fff;padding:4rem 0;text-align:center}.new-trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.new-trust-item{padding:1.5rem}.new-trust-icon{font-size:2.5rem;margin-bottom:1rem}.new-process{padding:6rem 0}.new-process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.new-process-step{text-align:center;position:relative}.new-step-number{width:60px;height:60px;background:#ff6b35;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.new-process-step h3{font-size:1.3rem;margin-bottom:1rem;color:#2c5aa0}.new-testimonials{background:linear-gradient(180deg,#f8fafc,#e2e8f0),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><g opacity="0.03"><rect x="50" y="100" width="120" height="80" fill="%232c5aa0" rx="6"/><rect x="200" y="120" width="120" height="80" fill="%232c5aa0" rx="6"/><rect x="350" y="90" width="120" height="80" fill="%232c5aa0" rx="6"/><rect x="500" y="110" width="120" height="80" fill="%232c5aa0" rx="6"/><rect x="650" y="130" width="120" height="80" fill="%232c5aa0" rx="6"/><rect x="800" y="95" width="120" height="80" fill="%232c5aa0" rx="6"/><rect x="950" y="115" width="120" height="80" fill="%232c5aa0" rx="6"/></g></svg>');padding:6rem 0}.new-testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.new-testimonial{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 15px rgba(0,0,0,.1);position:relative}.new-testimonial:before{content:'"';font-size:4rem;color:#ff6b35;position:absolute;top:-10px;left:20px;font-family:serif}.new-testimonial-text{font-style:italic;margin-bottom:1.5rem;padding-top:1rem}.new-testimonial-author{font-weight:700;color:#2c5aa0}.new-testimonial-role{color:#666;font-size:.9rem}.new-final-cta{background:linear-gradient(135deg,#2c5aa0,#ff6b35);color:#fff;padding:6rem 0;text-align:center}.new-final-cta h2{font-size:2.5rem;margin-bottom:1rem}.new-final-cta p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}@media (max-width:768px){.new-hero-content h1{font-size:2.5rem}.new-hero-buttons{flex-direction:column;align-items:center}.new-hero-stats{grid-template-columns:repeat(2,1fr);gap:.8rem}.new-hero-stat{padding:1rem .8rem}.new-hero-stat-number{font-size:1.6rem}.new-hero-stat-label{font-size:.8rem}.new-services-grid,.new-testimonials-grid{grid-template-columns:1fr}}.terms-page-hero{background:linear-gradient(135deg,rgba(44,90,160,.95),rgba(255,107,53,.85));color:#fff;padding:150px 0 80px;text-align:center}.terms-page-hero h1{font-size:3rem;margin-bottom:1rem}.terms-page-hero p{font-size:1.3rem;opacity:.9;max-width:1000px;margin:0 auto}.terms-main-content{padding:6rem 0;background:#fff}.terms-content-wrapper{max-width:800px;margin:0 auto}.terms-last-updated{background:#f8fafc;padding:1.5rem;border-radius:10px;margin-bottom:3rem;border-left:4px solid #2c5aa0}.terms-last-updated p{color:#4b5563;margin:0}.terms-last-updated strong{color:#2c5aa0}.terms-policy-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.terms-policy-section:last-child{border-bottom:none}.terms-policy-section h2{color:#2c5aa0;font-size:1.8rem;margin-bottom:1.5rem}.terms-policy-section h3{color:#374151;font-size:1.2rem;margin:1.5rem 0 1rem}.terms-policy-section p{margin-bottom:1.5rem;color:#4b5563;line-height:1.7}.terms-policy-section ul{margin-bottom:1.5rem;padding-left:2rem}.terms-policy-section li{margin-bottom:.5rem;color:#4b5563}.terms-highlight-box{background:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px;padding:1.5rem;margin:2rem 0}.terms-highlight-box.terms-important{background:#fef3c7;border-color:#f59e0b}.terms-highlight-box h4{color:#2c5aa0;margin-bottom:1rem}.terms-contact-box{background:linear-gradient(135deg,#2c5aa0,#ff6b35);color:#fff;padding:2rem;border-radius:15px;text-align:center;margin:3rem 0}.terms-contact-box h3{margin-bottom:1rem}.terms-contact-box a{color:#fff;text-decoration:none;font-weight:600}.terms-contact-box a:hover{text-decoration:underline}@media (max-width:768px){.terms-page-hero h1{font-size:2rem}.terms-content-wrapper{padding:0 1rem}.terms-policy-section h2{font-size:1.4rem}}.cookies-page-hero{background:linear-gradient(135deg,rgba(44,90,160,.95),rgba(255,107,53,.85));color:#fff;padding:150px 0 80px;text-align:center}.cookies-page-hero h1{font-size:3rem;margin-bottom:1rem}.cookies-page-hero p{font-size:1.3rem;opacity:.9;max-width:1000px;margin:0 auto}.cookies-main-content{padding:6rem 0;background:#fff}.cookies-content-wrapper{max-width:800px;margin:0 auto}.cookies-policy-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.cookies-policy-section:last-child{border-bottom:none}.cookies-policy-section h2{color:#2c5aa0;font-size:1.8rem;margin-bottom:1.5rem}.cookies-policy-section h3{color:#374151;font-size:1.2rem;margin:1.5rem 0 1rem}.cookies-policy-section p{margin-bottom:1.5rem;color:#4b5563;line-height:1.7}.cookies-policy-section ul{margin-bottom:1.5rem;padding-left:2rem}.cookies-policy-section li{margin-bottom:.5rem;color:#4b5563}.cookies-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin:2rem 0}.cookies-card{background:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 4px 15px rgba(0,0,0,.1);border-top:4px solid #2c5aa0}.cookies-card.cookies-essential{border-top-color:#10b981}.cookies-card.cookies-analytics{border-top-color:#f59e0b}.cookies-card.cookies-marketing{border-top-color:#ef4444}.cookies-card h3{color:#2c5aa0;margin-bottom:.5rem;font-size:1.1rem}.cookies-status{display:inline-block;padding:.2rem .6rem;border-radius:15px;font-size:.75rem;font-weight:600;margin-bottom:1rem}.cookies-status.cookies-required{background:#dcfce7;color:#16a34a}.cookies-status.cookies-optional{background:#fef3c7;color:#d97706}.cookies-card p{font-size:.9rem;margin-bottom:.5rem}.cookies-highlight-box{background:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px;padding:1.5rem;margin:2rem 0}.cookies-highlight-box h4{color:#2c5aa0;margin-bottom:1rem}.cookies-contact-box{background:linear-gradient(135deg,#2c5aa0,#ff6b35);color:#fff;padding:2rem;border-radius:15px;text-align:center;margin:3rem 0}.cookies-contact-box h3{margin-bottom:1rem}.cookies-contact-box a{color:#fff;text-decoration:none;font-weight:600}.cookies-contact-box a:hover{text-decoration:underline}@media (max-width:768px){.cookies-page-hero h1{font-size:2rem}.cookies-content-wrapper{padding:0 1rem}.cookies-policy-section h2{font-size:1.4rem}.cookies-categories{grid-template-columns:1fr}}.privacy-page-hero{background:linear-gradient(135deg,rgba(44,90,160,.95),rgba(255,107,53,.85));color:#fff;padding:150px 0 80px;text-align:center}.privacy-page-hero h1{font-size:3rem;margin-bottom:1rem}.privacy-page-hero p{font-size:1.3rem;opacity:.9;max-width:1000px;margin:0 auto}.privacy-main-content{padding:6rem 0;background:#fff}.privacy-content-wrapper{max-width:900px;margin:0 auto}.privacy-last-updated{background:#f8fafc;padding:1.5rem;border-radius:10px;margin-bottom:3rem;border-left:4px solid #2c5aa0}.privacy-last-updated p{color:#4b5563;margin:0}.privacy-last-updated strong{color:#2c5aa0}.privacy-toc{background:#f8fafc;border:1px solid #e2e8f0;border-radius:15px;padding:2rem;margin-bottom:3rem}.privacy-toc h2{color:#2c5aa0;margin-bottom:1rem;font-size:1.3rem}.privacy-toc ul{list-style:none}.privacy-toc li{margin-bottom:.5rem}.privacy-toc a{color:#4b5563;text-decoration:none;transition:color .3s}.privacy-toc a:hover{color:#2c5aa0}.privacy-policy-section{margin-bottom:4rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.privacy-policy-section:last-child{border-bottom:none}.privacy-policy-section h2{color:#2c5aa0;font-size:2rem;margin-bottom:1.5rem}.privacy-policy-section h3{color:#374151;font-size:1.3rem;margin:2rem 0 1rem}.privacy-policy-section p{margin-bottom:1.5rem;color:#4b5563;line-height:1.7}.privacy-policy-section ol,.privacy-policy-section ul{margin-bottom:1.5rem;padding-left:2rem}.privacy-policy-section li{margin-bottom:.5rem;color:#4b5563}.privacy-highlight-box{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #3b82f6;border-radius:10px;padding:1.5rem;margin:2rem 0}.privacy-highlight-box h4{color:#2c5aa0;margin-bottom:1rem}.privacy-contact-box{background:linear-gradient(135deg,#2c5aa0,#ff6b35);color:#fff;padding:2rem;border-radius:15px;text-align:center;margin:3rem 0}.privacy-contact-box h3{margin-bottom:1rem}.privacy-contact-box a{color:#fff;text-decoration:none;font-weight:600}.privacy-contact-box a:hover{text-decoration:underline}@media (max-width:768px){.privacy-page-hero h1{font-size:2rem}.privacy-content-wrapper{padding:0 1rem}.privacy-policy-section h2{font-size:1.5rem}}