.container{max-width:1200px;margin:0 auto;padding:0 1rem;width:100%}@media(max-width: 480px){.container{padding:0 .75rem}}.grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width: 768px){.grid-2{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.grid-3{grid-template-columns:repeat(3, 1fr)}.grid-4{grid-template-columns:repeat(4, 1fr)}}.grid-auto{grid-template-columns:repeat(auto-fit, minmax(280px, 1fr))}.site-header{background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);position:sticky;top:0;z-index:100}.site-header .header-main{padding:1rem 0}@media(max-width: 480px){.site-header .header-main{padding:.75rem 0}}.site-header .header-main .container{display:flex;justify-content:space-between;align-items:center;gap:2rem}@media(max-width: 480px){.site-header .header-main .container{gap:1rem}}@media(max-width: 768px){.site-header .header-main .container{justify-content:flex-end}}.site-header .header-actions{display:flex;align-items:center;gap:1.5rem;flex-shrink:0}@media(max-width: 480px){.site-header .header-actions{gap:1rem}}.site-header .header-locations{background:#f9f9f9;padding:.5rem 0;font-size:.875rem;border-top:1px solid #e0e0e0}@media(max-width: 480px){.site-header .header-locations{padding:.625rem 0;font-size:.8125rem}}.site-header .locations-bar{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}@media(max-width: 768px){.site-header .locations-bar{flex-direction:column;gap:1rem;width:100%}}@media(max-width: 480px){.site-header .locations-bar{gap:.625rem}}.site-header .location-quick-info{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}@media(max-width: 768px){.site-header .location-quick-info{font-size:.8rem}}@media(max-width: 480px){.site-header .location-quick-info{font-size:.75rem;gap:.375rem;justify-content:center}}.site-header .location-quick-info .location-name{font-weight:600;color:#2c3e50;display:inline-flex;align-items:center;gap:.25rem;text-decoration:none;transition:color .3s;padding:.25rem .5rem;margin:-0.25rem -0.5rem}.site-header .location-quick-info .location-name:hover{color:rgb(25.9032258065,36.5,47.0967741935);text-decoration:underline}@media(max-width: 480px){.site-header .location-quick-info .location-name{width:100%;justify-content:center;margin-bottom:.25rem;padding:.375rem .625rem;margin:-0.375rem -0.625rem}}.site-header .location-quick-info .phone-link,.site-header .location-quick-info .instagram-link{display:inline-flex;align-items:center;gap:.375rem;text-decoration:none;color:#333;transition:color .3s;padding:.25rem .5rem;margin:-0.25rem -0.5rem}.site-header .location-quick-info .phone-link:hover,.site-header .location-quick-info .instagram-link:hover{color:#2c3e50}@media(max-width: 480px){.site-header .location-quick-info .phone-link,.site-header .location-quick-info .instagram-link{padding:.375rem .625rem;margin:-0.375rem -0.625rem}}.site-header .location-quick-info .phone-link i,.site-header .location-quick-info .phone-link svg,.site-header .location-quick-info .instagram-link i,.site-header .location-quick-info .instagram-link svg{width:1em;height:1em;flex-shrink:0}.main-nav{flex:1;display:flex;justify-content:center}@media(max-width: 768px){.main-nav{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;display:none;z-index:1000;overflow-y:auto;-webkit-overflow-scrolling:touch}}.main-nav ul{display:flex;gap:2rem;list-style:none;margin:0;padding:0}@media(max-width: 768px){.main-nav ul{flex-direction:column;padding:3rem 1.5rem;width:100%;gap:0;margin-top:60px}}@media(max-width: 768px){.main-nav ul li{border-bottom:1px solid #e0e0e0}.main-nav ul li:last-child{border-bottom:none}}.main-nav ul a{color:#333;text-decoration:none;font-weight:500;transition:color .3s}@media(max-width: 768px){.main-nav ul a{display:block;padding:1rem .5rem;font-size:1.125rem}}.main-nav ul a:hover,.main-nav ul a.active{color:#2c3e50}@media(max-width: 768px){.main-nav ul a:hover,.main-nav ul a.active{background:#f9f9f9}}@media(max-width: 768px){.main-nav.is-open{display:flex}}.mobile-menu-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;color:#333;transition:color .3s;min-width:44px;min-height:44px;align-items:center;justify-content:center;position:relative;z-index:1001}.mobile-menu-toggle:hover{color:#2c3e50}.mobile-menu-toggle.is-active{color:#2c3e50}@media(max-width: 768px){.mobile-menu-toggle{display:flex}}.mobile-menu-toggle svg{width:1.5rem;height:1.5rem}.site-footer{background:#f9f9f9;border-top:1px solid #e0e0e0;padding:3rem 0 1.5rem;margin-top:3rem}@media(max-width: 480px){.site-footer{padding:2rem 0 1rem;margin-top:2rem}}.site-footer h3{margin-bottom:1.5rem;color:#2c3e50;font-size:1.25rem}@media(max-width: 480px){.site-footer h3{font-size:1.125rem;margin-bottom:1rem}}.site-footer h4{margin-bottom:1rem;color:#333;font-size:1.1rem;display:flex;align-items:center;gap:.5rem}@media(max-width: 480px){.site-footer h4{font-size:1rem}}.site-footer .footer-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;margin-bottom:2rem;align-items:start}@media(max-width: 1024px){.site-footer .footer-content{grid-template-columns:1fr;gap:2rem}}@media(max-width: 480px){.site-footer .footer-content{gap:1.5rem;margin-bottom:1.5rem}}.site-footer .footer-locations .locations-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem}@media(max-width: 768px){.site-footer .footer-locations .locations-grid{grid-template-columns:1fr;gap:1.5rem}}.site-footer .footer-locations .footer-location .location-details{font-size:.9rem;line-height:1.6}@media(max-width: 480px){.site-footer .footer-locations .footer-location .location-details{font-size:.875rem}}.site-footer .footer-locations .footer-location .location-details p{margin-bottom:1rem;display:flex;align-items:flex-start;gap:.5rem}.site-footer .footer-locations .footer-location .location-details p svg{margin-top:.25rem;flex-shrink:0}.site-footer .footer-locations .footer-location .location-details .address{color:#333}.site-footer .footer-locations .footer-location .location-details .contact-info a,.site-footer .footer-locations .footer-location .location-details .social-link a{color:#333;text-decoration:none;transition:color .3s;display:inline-flex;align-items:center;gap:.5rem;padding:.25rem 0;margin:-0.25rem 0}.site-footer .footer-locations .footer-location .location-details .contact-info a:hover,.site-footer .footer-locations .footer-location .location-details .social-link a:hover{color:#2c3e50}@media(max-width: 480px){.site-footer .footer-locations .footer-location .location-details .contact-info a,.site-footer .footer-locations .footer-location .location-details .social-link a{padding:.375rem 0;margin:-0.375rem 0}}.site-footer .footer-locations .footer-location .location-details .contact-info a i,.site-footer .footer-locations .footer-location .location-details .contact-info a svg,.site-footer .footer-locations .footer-location .location-details .social-link a i,.site-footer .footer-locations .footer-location .location-details .social-link a svg{flex-shrink:0;width:1em;height:1em}.site-footer .footer-hours{background:#fff;padding:2rem;border-radius:8px;border:1px solid #e0e0e0}.site-footer .footer-hours .hours-summary .hours-title{margin-bottom:1.5rem;font-weight:600;display:flex;align-items:center;gap:.5rem;font-size:1.25rem;color:#2c3e50}.site-footer .footer-hours .hours-summary .hours-title i{color:#2c3e50}.site-footer .footer-hours .hours-summary .hours-list{list-style:none;padding:0;margin:0;font-size:.85rem}@media(max-width: 480px){.site-footer .footer-hours .hours-summary .hours-list{font-size:.8125rem}}.site-footer .footer-hours .hours-summary .hours-list li{display:flex;justify-content:space-between;padding:.25rem 0;border-bottom:1px solid rgba(0,0,0,.05);gap:.5rem}.site-footer .footer-hours .hours-summary .hours-list li:last-child{border-bottom:none}.site-footer .footer-hours .hours-summary .hours-list li .day{font-weight:500;flex-shrink:0}.site-footer .footer-hours .hours-summary .hours-list li .time{color:#666;text-align:right}.site-footer .footer-links nav ul{list-style:none;padding:0;margin:0}.site-footer .footer-links nav ul li{margin-bottom:.5rem}.site-footer .footer-links nav ul li a{color:#333;text-decoration:none;transition:color .3s;display:inline-block;padding:.25rem 0;margin:-0.25rem 0}.site-footer .footer-links nav ul li a:hover{color:#2c3e50}@media(max-width: 480px){.site-footer .footer-links nav ul li a{padding:.375rem 0;margin:-0.375rem 0}}.site-footer .footer-social .social-links{display:flex;flex-direction:column;gap:1rem}.site-footer .footer-social .social-links .social-link-item{display:inline-flex;align-items:center;gap:.5rem;color:#333;text-decoration:none;transition:color .3s;font-size:.95rem;padding:.25rem 0;margin:-0.25rem 0}.site-footer .footer-social .social-links .social-link-item:hover{color:#2c3e50}@media(max-width: 480px){.site-footer .footer-social .social-links .social-link-item{padding:.375rem 0;margin:-0.375rem 0;font-size:.9rem}}.site-footer .footer-social .social-links .social-link-item i,.site-footer .footer-social .social-links .social-link-item svg{font-size:1.25rem;flex-shrink:0;width:1.25rem;height:1.25rem}.site-footer .footer-bottom{border-top:1px solid #e0e0e0;padding-top:1.5rem;margin-top:2rem}@media(max-width: 480px){.site-footer .footer-bottom{padding-top:1rem;margin-top:1.5rem}}.site-footer .footer-bottom .copyright{text-align:center;color:#666;font-size:.875rem;margin:0}@media(max-width: 480px){.site-footer .footer-bottom .copyright{font-size:.8125rem}}.main{min-height:60vh;padding:3rem 0}.btn{display:inline-block;padding:1rem 2rem;background:#2c3e50;color:#fff;text-decoration:none;border:none;border-radius:4px;font-weight:500;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;cursor:pointer;transition:all .3s ease;text-align:center;line-height:1.5}.btn:hover{background:rgb(25.9032258065,36.5,47.0967741935);color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.btn:active{transform:translateY(0)}.btn-primary{background:#2c3e50;color:#fff}.btn-primary:hover{background:rgb(25.9032258065,36.5,47.0967741935);color:#fff}.btn-secondary{background:#e8b4b8;color:#333}.btn-secondary:hover{background:rgb(220.0306122449,140.9693877551,147.0510204082)}.btn-accent{background:#d4a5a5;color:#fff}.btn-accent:hover{background:hsl(0,35.3383458647%,63.9215686275%)}.btn-outline{background:rgba(0,0,0,0);color:#2c3e50;border:2px solid #2c3e50}.btn-outline:hover{background:#2c3e50;color:#fff}.btn-large{padding:1.5rem 3rem;font-size:1.125rem}.btn-small{padding:.5rem 1rem;font-size:.875rem}.card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2rem;transition:box-shadow .3s}.card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.card-title{margin-bottom:1rem;color:#2c3e50}.card-content{color:#333}.location-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2rem;margin-bottom:1.5rem;transition:box-shadow .3s}.location-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.location-card__title{font-size:1.5rem;color:#2c3e50;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.location-card__title i{color:#d4a5a5}.location-card__info{display:flex;flex-direction:column;gap:1.5rem}.location-card__address a.btn.btn-primary,.location-card__address a.btn.btn-primary i,.location-card__contact a.btn.btn-primary,.location-card__contact a.btn.btn-primary i{color:#fff !important}.location-card__address p,.location-card__contact p{margin:0 0 .5rem 0;display:flex;align-items:flex-start;gap:.5rem}.location-card__address p i,.location-card__contact p i{width:1.2em;margin-top:.2em;flex-shrink:0;color:#2c3e50}.location-card__address p a,.location-card__contact p a{color:#333;text-decoration:none;transition:color .3s}.location-card__address p a:hover,.location-card__contact p a:hover{color:#2c3e50;text-decoration:underline}.location-card__address p .address-link,.location-card__contact p .address-link{display:inline-block}.location-card__address p .address-link:hover,.location-card__contact p .address-link:hover{color:#2c3e50}.location-card__hours{margin-top:1rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.location-card__hours-title{margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.location-card__hours-title i{color:#2c3e50}.location-card__hours-title strong{color:#333}.location-card__hours-table{width:100%;border-collapse:collapse}.location-card__hours-table tr{border-bottom:1px solid hsl(0,0%,92.8431372549%)}.location-card__hours-table tr:last-child{border-bottom:none}.location-card__hours-table td{padding:.5rem 0}.location-card__day{font-weight:500;color:#333;padding-right:1.5rem}.location-card__time{color:#666;text-align:right}.location-card .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.language-switcher{display:flex;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0}.language-switcher a,.language-switcher span{padding:.5rem;font-size:1.5rem;line-height:1;text-decoration:none;border-radius:4px;transition:all .3s;display:inline-flex;align-items:center;justify-content:center}.language-switcher a{color:#333;opacity:.7}.language-switcher a:hover{background:rgba(44,62,80,.1);opacity:1;transform:scale(1.1)}.language-switcher .lang-active{opacity:1;background:rgba(44,62,80,.15)}.pricing-page{padding:3rem 0}.pricing-page .container{max-width:1000px}.pricing-page h1{color:#2c3e50;margin-bottom:1.5rem;text-align:center}.pricing-page .content{text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.pricing-page .content p{margin-bottom:1.5rem;line-height:1.8}.pricing-page .content hr{border:none;border-top:1px solid #e0e0e0;margin:2rem 0}.pricing-page .content a{color:#2c3e50;text-decoration:none;font-weight:500}.pricing-page .content a:hover{text-decoration:underline}.pricing-category{margin-bottom:3rem}.pricing-category h2{color:#2c3e50;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #2c3e50;font-size:2rem}.pricing-services{display:grid;gap:1.5rem}.pricing-service-card{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#fff;border:1px solid #e0e0e0;border-radius:8px;transition:all .3s}.pricing-service-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);border-color:#2c3e50}@media(max-width: 480px){.pricing-service-card{flex-direction:column;align-items:flex-start;gap:1rem}}.pricing-service-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.pricing-service-name{font-size:16px;font-weight:500;color:#333;margin:0}.pricing-service-duration{font-size:.875rem;color:#666;display:flex;align-items:center;gap:.5rem}.pricing-service-duration i{color:#2c3e50}.pricing-service-price{font-weight:700;color:#2c3e50;font-size:17.6px;white-space:nowrap;margin-left:1.5rem}@media(max-width: 480px){.pricing-service-price{margin-left:0;align-self:flex-end}}.pricing-notes{margin-top:3rem;padding:1.5rem;background:rgb(244.4,244.4,244.4);border-left:4px solid #d4a5a5;border-radius:4px}.pricing-notes p{margin:0;color:#666;font-size:.9375rem}.pricing-contact{margin-top:6rem;padding:3rem;background:linear-gradient(135deg, rgb(154.0322580645, 176.75, 199.4677419355) 0%, rgb(249.9540816327, 238.5459183673, 239.4234693878) 100%);border-radius:12px;text-align:center}.pricing-contact h2{color:#2c3e50;margin-bottom:1.5rem;font-size:2rem}.pricing-contact>p{margin-bottom:2rem;font-size:16.8px;color:#333}.pricing-locations{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.pricing-location-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2rem;text-align:left;transition:all .3s}.pricing-location-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);border-color:#2c3e50}.pricing-location-card h3{color:#2c3e50;margin-bottom:1.5rem;font-size:1.5rem;display:flex;align-items:center;gap:.5rem}.pricing-location-card h3 i{color:#d4a5a5}.pricing-location-card p{margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.pricing-location-card p:last-child{margin-bottom:0}.pricing-location-card p i{width:1.2em;color:#2c3e50;flex-shrink:0}.pricing-location-card p a{color:#333;text-decoration:none;transition:color .3s}.pricing-location-card p a:hover{color:#2c3e50;text-decoration:underline}.pricing-contact-link{margin-top:2rem}.pricing-contact-link .btn-primary{padding:1.5rem 3rem;font-size:16.8px}@media(max-width: 768px){.pricing-page{padding:2rem 0}.pricing-page h1{font-size:2rem}.pricing-category h2{font-size:1.5rem}.pricing-contact{padding:2rem}.pricing-contact h2{font-size:1.5rem}.pricing-locations{grid-template-columns:1fr}}.pricing-service{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem 0;border-bottom:1px solid #e0e0e0}@media(max-width: 480px){.pricing-service{flex-direction:column;gap:.5rem}}.pricing-service-name{flex:1}.pricing-service-price{font-weight:600;color:#2c3e50;white-space:nowrap;margin-left:1.5rem}@media(max-width: 480px){.pricing-service-price{margin-left:0}}.hero{background:linear-gradient(135deg, #0a0e27 0%, #1a1a2e 50%, #16213e 100%);padding:3rem 0 6rem 0;text-align:center;color:#fff;position:relative;overflow:hidden}.hero-banner{max-width:900px;margin:0 auto 2rem;padding:0 1.5rem}.hero-banner-image{width:100%;height:auto;display:block;filter:drop-shadow(0 0 20px rgba(0, 240, 255, 0.3))}.hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto;padding:0 1.5rem}.hero-subtitle{font-size:1.5rem;margin-bottom:3rem;opacity:.95;text-shadow:0 0 10px rgba(0,240,255,.5);color:#e0e0e0}@media(max-width: 480px){.hero-subtitle{font-size:17.6px}}.hero-cta{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.hero-cta .btn{padding:1.5rem 3rem;font-size:17.6px;box-shadow:0 0 20px rgba(0,240,255,.3);transition:all .3s;border:2px solid rgba(0,0,0,0)}.hero-cta .btn:hover{transform:translateY(-2px);box-shadow:0 0 30px rgba(0,240,255,.6)}.hero-cta .btn-primary{background:#00f0ff;color:#0a0e27;font-weight:700}.hero-cta .btn-primary:hover{background:#00d4ff;box-shadow:0 0 30px rgba(0,240,255,.8)}.hero-cta .btn-secondary{background:rgba(0,0,0,0);color:#ff006e;border:2px solid #ff006e;box-shadow:0 0 20px rgba(255,0,110,.3)}.hero-cta .btn-secondary:hover{background:#ff006e;color:#0a0e27;box-shadow:0 0 30px rgba(255,0,110,.8)}.homepage .intro{padding:6rem 0;text-align:center}.homepage .intro-content{max-width:800px;margin:0 auto;font-size:17.6px;line-height:1.8;color:#333}.homepage .blog-posts{padding:6rem 0;background:rgb(244.4,244.4,244.4)}.homepage .blog-posts h2{text-align:center;color:#2c3e50;margin-bottom:3rem;font-size:2rem}.homepage .blog-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;max-width:1200px;margin:0 auto}.homepage .blog-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s}.homepage .blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.homepage .blog-card-image{width:100%;height:200px;overflow:hidden}.homepage .blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.homepage .blog-card:hover .homepage .blog-card-image img{transform:scale(1.05)}.homepage .blog-card-content{padding:2rem}.homepage .blog-card-title{margin-bottom:1rem}.homepage .blog-card-title a{color:#2c3e50;text-decoration:none;font-size:1.5rem;font-weight:600;transition:color .3s}.homepage .blog-card-title a:hover{color:rgb(25.9032258065,36.5,47.0967741935)}.homepage .blog-card-excerpt{color:#333;margin-bottom:1.5rem;line-height:1.6}.homepage .blog-card-link{color:#2c3e50;text-decoration:none;font-weight:500;transition:color .3s}.homepage .blog-card-link:hover{color:rgb(25.9032258065,36.5,47.0967741935)}.contact-page .locations-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;margin-top:2rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-input,.form-textarea,.form-select{width:100%;padding:1rem;border:1px solid #e0e0e0;border-radius:4px;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:16px;transition:border-color .3s}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#2c3e50;box-shadow:0 0 0 3px rgba(44,62,80,.1)}.form-input::placeholder,.form-textarea::placeholder,.form-select::placeholder{color:#666}.form-textarea{min-height:120px;resize:vertical}.form-error{color:#dc3545;font-size:.875rem;margin-top:.5rem}.form-help{color:#666;font-size:.875rem;margin-top:.5rem}.nav-menu a{position:relative}.nav-menu a::after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#2c3e50;transition:width .3s}.nav-menu a:hover::after,.nav-menu a.active::after{width:100%}.error-page{padding:6rem 0}.error-page h1{font-size:6rem;color:#2c3e50;margin-bottom:1rem}.error-page h2{margin-bottom:1.5rem}.services-page{padding:3rem 0}.services-page .page-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e0e0e0}.services-page .page-header h1{color:#2c3e50;margin-bottom:1rem}.services-page .page-header .page-description{font-size:17.6px;color:#666;max-width:700px;margin:0 auto}.services-page .services-content{max-width:900px;margin:0 auto}.services-page .services-content .content h1,.services-page .services-content .content h2,.services-page .services-content .content h3,.services-page .services-content .content h4{color:#2c3e50;margin-top:2rem;margin-bottom:1.5rem}.services-page .services-content .content h2{font-size:2rem;padding-bottom:1rem;border-bottom:2px solid #2c3e50;margin-top:3rem}.services-page .services-content .content h3{font-size:1.5rem;color:rgb(34.9516129032,49.25,63.5483870968)}.services-page .services-content .content p{margin-bottom:1.5rem;line-height:1.8}.services-page .services-content .content ul{margin-bottom:1.5rem;padding-left:2rem}.services-page .services-content .content ul li{margin-bottom:.5rem;line-height:1.6}.services-page .services-content .content hr{border:none;border-top:1px solid #e0e0e0;margin:3rem 0}.services-page .services-content .content a{color:#2c3e50;text-decoration:none;font-weight:500;transition:color .3s}.services-page .services-content .content a:hover{color:rgb(25.9032258065,36.5,47.0967741935);text-decoration:underline}.services-page .services-cta{margin-top:6rem;padding-top:3rem;border-top:2px solid #e0e0e0}.services-page .services-cta .cta-card{background:linear-gradient(135deg, rgb(154.0322580645, 176.75, 199.4677419355) 0%, rgb(249.9540816327, 238.5459183673, 239.4234693878) 100%);border-radius:12px;padding:3rem;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.1)}.services-page .services-cta .cta-card h2{color:#2c3e50;margin-bottom:1.5rem;font-size:2rem}.services-page .services-cta .cta-card p{font-size:17.6px;color:#333;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.services-page .services-cta .cta-card .cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.services-page .services-cta .cta-card .cta-buttons .btn{min-width:150px}@media(max-width: 768px){.services-page{padding:2rem 0}.services-page .page-header{margin-bottom:2rem}.services-page .page-header h1{font-size:2rem}.services-page .services-cta{margin-top:3rem}.services-page .services-cta .cta-card{padding:2rem}.services-page .services-cta .cta-card h2{font-size:1.5rem}.services-page .services-cta .cta-card .cta-buttons{flex-direction:column}.services-page .services-cta .cta-card .cta-buttons .btn{width:100%}}.service-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;margin:3rem 0}@media(max-width: 480px){.service-grid{grid-template-columns:1fr;gap:1.5rem}}.service-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;transition:all .3s;display:flex;flex-direction:column;box-shadow:0 2px 8px rgba(0,0,0,.05)}.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(0,0,0,.15);border-color:#2c3e50}.service-card-image{width:100%;height:220px;overflow:hidden;background:linear-gradient(135deg, rgb(137.5806451613, 164, 190.4193548387) 0%, rgb(243.9693877551, 219.0306122449, 220.9489795918) 100%);display:flex;align-items:center;justify-content:center;position:relative}.service-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s;position:relative;z-index:1}.service-card:hover .service-card-image img{transform:scale(1.1)}.service-card-content{padding:2rem;flex:1;display:flex;flex-direction:column}.service-card-content h3{color:#2c3e50;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.service-card-content p{color:#333;line-height:1.6;margin-bottom:1.5rem;flex:1}.service-card-link{display:inline-flex;align-items:center;gap:.5rem;color:#2c3e50;text-decoration:none;font-weight:600;transition:all .3s;align-self:flex-start}.service-card-link i{transition:transform .3s}.service-card-link:hover{color:rgb(25.9032258065,36.5,47.0967741935);gap:1rem}.service-card-link:hover i{transform:translateX(4px)}*{box-sizing:border-box}body{margin:0;padding:0;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:16px;line-height:1.6;color:#333;background:#fff}h1,h2,h3,h4,h5,h6{margin-top:0;line-height:1.2;font-family:"Playfair Display",Georgia,serif}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}a{color:#2c3e50;transition:color .3s}a:hover{color:rgb(25.9032258065,36.5,47.0967741935)}img{max-width:100%;height:auto}img[data-src]{opacity:0;transition:opacity .3s ease-in}img.loaded{opacity:1}.text-center{text-align:center}.mt-1{margin-top:1rem}.mt-2{margin-top:1.5rem}.mt-3{margin-top:2rem}.mt-4{margin-top:3rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:1.5rem}.mb-3{margin-bottom:2rem}.mb-4{margin-bottom:3rem}
