.about-us-section{padding:6rem 0;position:relative;overflow:hidden}.about-us-section .container{position:relative;z-index:1}.about-us-section .section-title{font-size:2.75rem;font-weight:700;margin-bottom:1.5rem;color:#1d1d1f;display:inline-block;position:relative;padding-bottom:1rem;letter-spacing:-.02em}@media(max-width:768px){.about-us-section .section-title{font-size:2.2rem}}.about-us-section .about-us-text{max-width:800px;margin:0 auto}.about-us-section .about-us-text .lead{font-size:1.2rem;line-height:1.7;color:#444;font-weight:400;letter-spacing:-.01em;margin-bottom:1.5rem}.about-us-section .about-us-text .lead:last-child{margin-bottom:0}.about-us-section .about-us-text .lead:not(:first-child){margin-top:1rem}.about-us-section .features-grid{margin-top:3rem}.about-us-section .feature-text-list{max-width:840px;margin:2.5rem auto 0;display:flex;flex-direction:column;gap:1.75rem;text-align:left}.about-us-section .feature-text-list .feature-text-item{border-left:3px solid var(--primary-color,#0077b6);padding-left:1.25rem;color:#3f3f3f}.about-us-section .feature-text-list .feature-text-item h4{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#1d1d1f;font-family:var(--header-font-family,inherit)}.about-us-section .feature-text-list .feature-text-item p{margin:0;font-size:1rem;line-height:1.75}.about-us-section .feature-card{background-color:#fff;border-radius:20px;padding:2rem;height:100%;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 20px rgba(0,0,0,.05);position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.03);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-image:linear-gradient(to bottom right,white,rgba(var(--primary-color-rgb,1,96,117),.02) 70%,rgba(var(--secondary-color-rgb,132,195,191),.04))}.about-us-section .feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));opacity:0;transition:opacity .4s cubic-bezier(.16,1,.3,1)}.about-us-section .feature-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px rgba(0,0,0,.08);background-image:linear-gradient(to bottom right,white,rgba(var(--primary-color-rgb,1,96,117),.04) 60%,rgba(var(--secondary-color-rgb,132,195,191),.07))}.about-us-section .feature-card:hover:before{opacity:1}.about-us-section .feature-card:hover .feature-icon{transform:scale(1.1);box-shadow:0 10px 25px rgba(var(--primary-color-rgb,1,96,117),.2),0 0 0 15px rgba(var(--primary-color-rgb,1,96,117),.05)}.about-us-section .feature-card:nth-child(3n+1){background-image:linear-gradient(to bottom right,white,rgba(var(--primary-color-rgb,1,96,117),.03) 60%,rgba(var(--primary-color-rgb,1,96,117),.06))}.about-us-section .feature-card:nth-child(3n+2){background-image:linear-gradient(to bottom right,white,rgba(var(--secondary-color-rgb,132,195,191),.03) 60%,rgba(var(--secondary-color-rgb,132,195,191),.06))}.about-us-section .feature-card:nth-child(3n+3){background-image:linear-gradient(to bottom right,white,rgba(var(--primary-color-rgb,1,96,117),.02) 40%,rgba(var(--secondary-color-rgb,132,195,191),.05))}.about-us-section .feature-icon{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .5s cubic-bezier(.16,1,.3,1);box-shadow:0 8px 20px rgba(var(--primary-color-rgb,1,96,117),.15),0 0 0 8px rgba(var(--primary-color-rgb,1,96,117),.03);position:relative;overflow:hidden}.about-us-section .feature-icon:after{content:"";position:absolute;inset:0;border:1px solid rgba(var(--primary-color-rgb,1,96,117),.2);border-radius:20px;opacity:.5}.about-us-section .feature-icon span{font-size:2.5rem;filter:drop-shadow(0 2px 5px rgba(0,0,0,.1));position:relative;z-index:2}.feature-card:nth-child(3n+1) .about-us-section .feature-icon{box-shadow:0 8px 20px rgba(var(--primary-color-rgb,1,96,117),.15),0 0 0 8px rgba(var(--primary-color-rgb,1,96,117),.03)}.feature-card:nth-child(3n+1) .about-us-section .feature-icon:after{border-color:rgba(var(--primary-color-rgb,1,96,117),.2)}.feature-card:nth-child(3n+2) .about-us-section .feature-icon{box-shadow:0 8px 20px rgba(var(--secondary-color-rgb,132,195,191),.15),0 0 0 8px rgba(var(--secondary-color-rgb,132,195,191),.03)}.feature-card:nth-child(3n+2) .about-us-section .feature-icon:after{border-color:rgba(var(--secondary-color-rgb,132,195,191),.2)}.feature-card:nth-child(3n+3) .about-us-section .feature-icon{box-shadow:0 8px 20px rgba(var(--primary-color-rgb,1,96,117),.1),0 0 0 8px rgba(var(--secondary-color-rgb,132,195,191),.03)}.feature-card:nth-child(3n+3) .about-us-section .feature-icon:after{border-color:rgba(var(--secondary-color-rgb,132,195,191),.15)}.about-us-section .feature-text h4{margin:0 0 .85rem;font-size:1.4rem;font-weight:600;color:#1d1d1f;letter-spacing:-.01em;position:relative;display:inline-block}.about-us-section .feature-text h4:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translateX(-50%);width:0;height:2px;background:currentColor;opacity:.5;transition:width .3s cubic-bezier(.16,1,.3,1);border-radius:2px}.about-us-section .feature-text p{margin:0;font-size:1rem;color:#555;line-height:1.6}.feature-card:hover .about-us-section .feature-text h4:after{width:40%}@media(max-width:768px){.about-us-section{padding:4rem 0}.about-us-section .feature-card{margin-bottom:1rem;padding:1.75rem}.about-us-section .feature-icon{width:70px;height:70px}.about-us-section .feature-icon span{font-size:2.2rem}.about-us-section .feature-text h4{font-size:1.25rem}.about-us-section .about-us-text .lead{font-size:1.05rem}}.opinions-section{padding:80px 0;background:#fff}.opinions-section .section-header{text-align:center;margin-bottom:48px}.opinions-section .section-header .section-title{position:relative;font-size:2.5rem;font-weight:700;margin-bottom:30px;display:inline-block;color:#1d1d1f}@media(max-width:768px){.opinions-section .section-header .section-title{font-size:2rem}}.opinions-section .section-header .section-subtitle{font-size:1.2rem;color:#6c757d;max-width:700px;margin:0 auto;line-height:1.6}@media(max-width:768px){.opinions-section .section-header .section-subtitle{font-size:1rem;padding:0 20px}}.opinions-section .reviews-simple-wrapper{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.opinions-section .reviews-simple-iframe{width:100%}.opinions-section .reviews-simple-iframe iframe{width:100%;min-height:520px;border:0;background:rgba(0,0,0,0)}.opinions-section .reviews-simple-fallback{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;padding:32px 20px;border:1px dashed rgba(0,0,0,.12);border-radius:16px}.opinions-section .reviews-simple-fallback p{margin:0;font-size:.95rem;line-height:1.5;max-width:460px;color:#4a4a4a}.opinions-section .reviews-simple-fallback p code{font-size:.85rem;margin:0 .2rem;padding:.1rem .35rem;background:rgba(0,0,0,.05);border-radius:6px}@media(max-width:768px){.opinions-section{padding:50px 0}}.location-section{padding:4rem 0;background:#fff}.location-section .section-title-container{text-align:center;margin-bottom:3rem}.location-section .section-title-container .section-title{font-size:2.5rem;font-weight:700;color:var(--text-color);margin-bottom:1rem}.location-section .section-title-container .section-title-underline{width:60px;height:3px;margin:0 auto 1rem;background:var(--primary-color)}.location-section .section-title-container .section-subtitle{font-size:1rem;color:#666;margin:0}.location-section .locations-content-row{align-items:stretch}.location-section .locations-column,.location-section .map-column{height:500px}.location-section .locations-container{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:var(--card-border-radius);border:1px solid var(--border-color);box-shadow:0 4px 12px rgba(0,0,0,.1)}.location-section .locations-header{padding:1.5rem;border-bottom:1px solid var(--border-color)}.location-section .locations-header .locations-header-content{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.location-section .locations-header .locations-header-content h3{font-size:1.4rem;font-weight:600;color:var(--text-color);margin:0}.location-section .locations-header .locations-header-content .locations-counter{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--primary-color);border-radius:50%;color:#fff;font-weight:600;font-size:.9rem}.location-section .locations-header p{color:#666;margin:0;font-size:.9rem}.location-section .locations-scroll-container{flex:1 1;overflow-y:auto;padding:1rem}.location-section .locations-scroll-container::-webkit-scrollbar{width:4px}.location-section .locations-scroll-container::-webkit-scrollbar-track{background:#f1f1f1}.location-section .locations-scroll-container::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:2px}.location-section .locations-grid{display:flex;flex-direction:column;gap:1rem}.location-section .location-card{background:#fff;border-radius:var(--card-border-radius);border:2px solid rgba(0,0,0,0);box-shadow:0 2px 8px rgba(0,0,0,.06);transition:all .2s ease;cursor:pointer}.location-section .location-card:hover{border-color:var(--primary-color);box-shadow:0 4px 12px rgba(0,0,0,.1)}.location-section .location-card.selected{border-color:var(--primary-color);box-shadow:0 4px 12px rgba(1,96,117,.2)}.location-section .location-card-inner{padding:1.25rem}.location-section .location-header{margin-bottom:1rem}.location-section .location-header .location-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.location-section .location-header .location-title-row .location-name{font-size:1.1rem;font-weight:600;color:var(--text-color);margin:0;display:flex;align-items:center;gap:.5rem;flex:1 1}.location-section .location-header .location-title-row .location-name .location-icon{font-size:1rem;color:var(--primary-color)}.location-section .location-header .location-title-row .location-name .location-icon.remote{color:var(--secondary-color)}.location-section .location-header .location-title-row .location-badges{display:flex;gap:.5rem}.location-section .location-header .remote-badge{background:var(--secondary-color)}.location-section .location-header .active-badge,.location-section .location-header .remote-badge{color:#fff;padding:.25rem .5rem;border-radius:var(--card-border-radius);font-size:.7rem;font-weight:500;text-transform:uppercase}.location-section .location-header .active-badge{background:var(--primary-color)}.location-section .location-details .location-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.location-section .location-details .location-item:last-child{margin-bottom:0}.location-section .location-details .location-item .location-item-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:rgba(1,96,117,.1);border-radius:var(--card-border-radius);color:var(--primary-color);flex-shrink:0}.location-section .location-details .location-item .location-item-icon svg{font-size:.85rem}.location-section .location-details .location-item .location-item-content{flex:1 1}.location-section .location-details .location-item .location-item-content .location-item-label{font-size:.75rem;font-weight:600;color:var(--text-color);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem;opacity:.8}.location-section .location-details .location-item .location-item-content .location-item-value{margin-left:.5rem;color:#555;font-size:.9rem;line-height:1.3}.location-section .location-details .location-item .location-item-content .location-item-value.link{color:var(--primary-color);text-decoration:none;font-weight:500;margin-left:.5rem}.location-section .location-details .location-item .location-item-content .location-item-value.link:hover{text-decoration:underline}.location-section .location-details .location-item .location-item-content .hours-list .hours-item{padding:.25rem 0;color:#555;font-size:.85rem;border-bottom:1px solid #f0f0f0}.location-section .location-details .location-item .location-item-content .hours-list .hours-item:last-child{border-bottom:none}.location-section .map-container{height:100%;background:#fff;border-radius:var(--card-border-radius);border:1px solid var(--border-color);box-shadow:0 4px 12px rgba(0,0,0,.1);overflow:hidden}.location-section .map-header{padding:1.5rem;background:#f8fafe;border-bottom:1px solid var(--border-color)}.location-section .map-header .map-header-content{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.location-section .map-header .map-header-content .map-location-info{flex:1 1}.location-section .map-header .map-header-content .map-location-info h4{font-size:1.2rem;font-weight:600;color:var(--text-color);margin:0 0 .25rem;display:flex;align-items:center;gap:.5rem}.location-section .map-header .map-header-content .map-location-info h4 svg{font-size:1rem;color:var(--primary-color)}.location-section .map-header .map-header-content .map-location-info p{margin:0;color:#666;font-size:.9rem}.location-section .map-header .map-header-content .map-location-badge{padding:.5rem .75rem;background:#fff;border:1px solid var(--border-color);border-radius:var(--card-border-radius);font-size:.8rem;font-weight:500;color:var(--primary-color)}.location-section .map-frame{height:calc(100% - 100px)}.location-section .map-frame iframe{width:100%;height:100%;border:none}.location-section .contact-fallback-card{background:#fff;border-radius:var(--card-border-radius);padding:2rem;border:1px solid var(--border-color);box-shadow:0 4px 12px rgba(0,0,0,.1)}.location-section .contact-fallback-card .contact-fallback-header{text-align:center;margin-bottom:2rem}.location-section .contact-fallback-card .contact-fallback-header h3{font-size:1.5rem;font-weight:600;color:var(--text-color);margin-bottom:.5rem}.location-section .contact-fallback-card .contact-fallback-header p{color:#666;margin:0}.location-section .contact-fallback-card .contact-fallback-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem}.location-section .contact-fallback-card .contact-fallback-grid .contact-fallback-item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:#f8fafe;border-radius:var(--card-border-radius)}.location-section .contact-fallback-card .contact-fallback-grid .contact-fallback-item .contact-fallback-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(1,96,117,.1);border-radius:var(--card-border-radius);color:var(--primary-color)}.location-section .contact-fallback-card .contact-fallback-grid .contact-fallback-item .contact-fallback-icon svg{font-size:1.1rem}.location-section .contact-fallback-card .contact-fallback-grid .contact-fallback-item .contact-fallback-content{flex:1 1}.location-section .contact-fallback-card .contact-fallback-grid .contact-fallback-item .contact-fallback-content h5{font-size:1rem;font-weight:600;color:var(--text-color);margin:0 0 .25rem}.location-section .contact-fallback-card .contact-fallback-grid .contact-fallback-item .contact-fallback-content p{margin:0;color:#555;font-size:.9rem}.location-section .contact-fallback-card .contact-fallback-grid .contact-fallback-item .contact-fallback-content p a{color:var(--primary-color);text-decoration:none}.location-section .contact-fallback-card .contact-fallback-grid .contact-fallback-item .contact-fallback-content p a:hover{text-decoration:underline}@media(max-width:992px){.location-section{padding:3rem 0}.location-section .locations-content-row{flex-direction:column;gap:1.5rem}.location-section .locations-column,.location-section .map-column{height:auto}.location-section .locations-container{min-height:300px}.location-section .locations-scroll-container{max-height:300px}.location-section .map-container{height:400px}}@media(max-width:768px){.location-section{padding:2rem 0}.location-section .section-title{font-size:2rem!important}.location-section .locations-header{padding:1rem}.location-section .locations-header .locations-header-content{flex-direction:column;align-items:flex-start;gap:.5rem}.location-section .locations-header .locations-header-content .locations-counter{align-self:flex-end}.location-section .location-card-inner{padding:1rem}.location-section .location-header .location-title-row{flex-direction:column;gap:.5rem}.location-section .location-header .location-title-row .location-badges{align-self:flex-start}.location-section .map-header{padding:1rem}.location-section .map-header .map-header-content{flex-direction:column;gap:.5rem}.location-section .map-header .map-header-content .map-location-badge{align-self:flex-start}.location-section .contact-fallback-card{padding:1.5rem}.location-section .contact-fallback-card .contact-fallback-grid{grid-template-columns:1fr;gap:1rem}}