@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Open+Sans:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Inter:wght@300;400;500;600;700&family=Crimson+Text:wght@400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800;900&family=Inter:wght@300;400;500;600;700&family=Crimson+Text:wght@400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Inter:wght@300;400;500;600;700&family=Crimson+Text:wght@400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Inter:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@500;600;700&display=swap";.header{background-color:var(--white);box-shadow:0 2px 12px #00000014;position:sticky;top:0;z-index:999;padding:.875rem 0;transition:all .35s cubic-bezier(.4,0,.2,1)}.header.scrolled{padding:.625rem 0;box-shadow:0 4px 20px #0000001f;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-content{display:flex;justify-content:space-between;align-items:center;gap:1rem}.logo-link{text-decoration:none;flex-shrink:0}.logo{display:flex;align-items:center;gap:.625rem;transition:transform .35s ease}.logo:hover{transform:scale(1.02)}.logo:active{transform:scale(.98)}.logo img{height:42px;width:auto;object-fit:contain;transition:height .35s ease}.header.scrolled .logo img{height:38px}.logo-text{display:flex;flex-direction:column;gap:.125rem}.logo-title{font-size:1rem;font-weight:700;color:var(--dark-blue);font-family:Montserrat,sans-serif;letter-spacing:-.3px;line-height:1.1;transition:font-size .35s ease}.logo-subtitle{font-size:.625rem;color:var(--text-muted);font-weight:600;font-family:Open Sans,sans-serif;letter-spacing:.5px;text-transform:uppercase;line-height:1}.desktop-nav{display:none}.mobile-menu-btn{background:transparent;border:none;font-size:1.5rem;color:var(--primary-blue);cursor:pointer;width:40px;height:40px;min-width:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.mobile-menu-btn:hover{background:#3fa9f514;transform:scale(1.05)}.mobile-menu-btn:active{transform:scale(.95)}.mobile-menu-btn svg{color:var(--primary-blue)}.mobile-nav-wrapper{position:fixed;top:0;left:-100%;width:65%;max-width:280px;height:100vh;background:linear-gradient(180deg,#fff,#f8f9fa);box-shadow:8px 0 32px #0000002e;transition:left .45s cubic-bezier(.4,0,.2,1);z-index:1001;overflow-y:auto}.mobile-nav-wrapper.active{left:0}.mobile-nav{display:flex;flex-direction:column;padding:1.25rem 0 2rem;gap:0}.mobile-nav-header{display:flex;align-items:center;gap:.625rem;padding:1.25rem 1.25rem 1rem;margin-bottom:.875rem;border-bottom:2px solid rgba(63,169,245,.15);background:linear-gradient(135deg,rgba(63,169,245,.05),transparent)}.mobile-nav-header img{height:38px;width:auto}.mobile-nav-branding{display:flex;flex-direction:column;gap:.125rem}.mobile-brand-title{font-size:.9375rem;font-weight:700;color:var(--dark-blue);font-family:Montserrat,sans-serif;letter-spacing:-.25px;line-height:1.1}.mobile-brand-subtitle{font-size:.625rem;color:var(--text-muted);font-weight:600;font-family:Open Sans,sans-serif;text-transform:uppercase;letter-spacing:.5px}.mobile-nav-links{display:flex;flex-direction:column;gap:0;padding:0 .625rem}.mobile-nav-links a{padding:.9375rem 1rem;font-weight:600;color:var(--text-dark);font-size:1rem;font-family:Montserrat,sans-serif;letter-spacing:.2px;border-radius:10px;margin-bottom:.375rem;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;display:flex;justify-content:space-between;align-items:center}.nav-arrow{font-size:1.0625rem;color:var(--primary-blue);opacity:0;transform:translate(-8px);transition:all .35s ease}.mobile-nav-links a:hover .nav-arrow,.mobile-nav-links a:active .nav-arrow{opacity:1;transform:translate(0)}.mobile-nav-links a:hover,.mobile-nav-links a:active{background:linear-gradient(135deg,#3fa9f51a,#1f4e790d);color:var(--primary-blue);padding-left:1.25rem;box-shadow:0 2px 8px #3fa9f526}.mobile-nav-links a:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:0;background:linear-gradient(180deg,var(--primary-blue),var(--dark-blue));border-radius:0 4px 4px 0;transition:height .35s cubic-bezier(.4,0,.2,1)}.mobile-nav-links a:hover:before,.mobile-nav-links a:active:before{height:70%}.mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#000000a6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(min-width:576px){.header{padding:1rem 0}.header.scrolled{padding:.75rem 0}.mobile-menu-btn{width:44px;height:44px;min-width:44px;font-size:1.625rem}.logo img{height:48px}.header.scrolled .logo img{height:44px}.logo-title{font-size:1.125rem}.logo-subtitle{font-size:.6875rem}.mobile-nav-wrapper{width:60%;max-width:320px}.mobile-nav-header img{height:42px}.mobile-brand-title{font-size:1rem}.mobile-nav-links a{font-size:1.0625rem;padding:1rem 1.125rem}}@media(min-width:768px){.header{padding:1.125rem 0}.header.scrolled{padding:.875rem 0}.mobile-menu-btn{width:46px;height:46px;min-width:46px;font-size:1.75rem}.logo img{height:52px}.header.scrolled .logo img{height:48px}.logo-title{font-size:1.25rem}.logo-subtitle{font-size:.75rem}.mobile-nav-wrapper{width:55%;max-width:340px}.mobile-nav-header img{height:44px}.mobile-brand-title{font-size:1.0625rem}.mobile-nav-links a{font-size:1.125rem}}@media(min-width:992px){.header{padding:1.25rem 0}.header.scrolled{padding:1rem 0}.logo img{height:68px}.header.scrolled .logo img{height:62px}.logo-title{font-size:1.5rem}.logo-subtitle{font-size:.875rem;letter-spacing:1px}.mobile-menu-btn{display:none}.desktop-nav{display:flex;gap:1.75rem;align-items:center}.nav-link{font-weight:600;color:var(--text-dark);font-size:1rem;font-family:Montserrat,sans-serif;letter-spacing:.3px;position:relative;padding:.625rem .875rem;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-link:hover{color:var(--primary-blue);transform:translateY(-1px)}.nav-link:active{transform:scale(.97)}}@media(min-width:1200px){.logo img{height:72px}.header.scrolled .logo img{height:66px}.logo-title{font-size:1.625rem}.logo-subtitle{font-size:.9375rem}.desktop-nav{gap:2rem}.nav-link{font-size:1.0625rem;padding:.625rem 1rem}}@media(min-width:1400px){.logo img{height:76px}.header.scrolled .logo img{height:70px}.logo-title{font-size:1.75rem}.logo-subtitle{font-size:1rem}.desktop-nav{gap:2.25rem}.nav-link{font-size:1.125rem;padding:.75rem 1.125rem}}html{scroll-behavior:smooth;scroll-padding-top:120px}body.menu-open{overflow:hidden}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.nav-link:focus-visible,.mobile-menu-btn:focus-visible{outline:2px solid var(--primary-blue);outline-offset:4px}.hero{background:linear-gradient(180deg,#fff,#f8f9fa);padding:3.5rem 0 4rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(63,169,245,.04) 0%,transparent 70%);border-radius:50%;z-index:0}.hero:after{content:"";position:absolute;bottom:-150px;left:-150px;width:500px;height:500px;background:radial-gradient(circle,rgba(31,78,121,.03) 0%,transparent 70%);border-radius:50%;z-index:0}.hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1;max-width:900px;margin:0 auto;padding-bottom:3rem}.hero-text{display:flex;flex-direction:column;align-items:center;gap:1.25rem;width:100%}.hero-badge{display:inline-block;background:linear-gradient(135deg,#3fa9f514,#1f4e7914);color:var(--primary-blue);font-size:.6875rem;font-weight:700;font-family:Inter,sans-serif;padding:.5rem 1.125rem;border-radius:50px;border:1.5px solid rgba(63,169,245,.2);letter-spacing:1.2px;text-transform:uppercase;transition:all .3s ease}.hero-badge:hover{background:linear-gradient(135deg,#3fa9f51f,#1f4e791f);border-color:#3fa9f559;transform:translateY(-2px)}.hero-title{font-size:2rem;font-weight:700;color:var(--dark-blue);font-family:Playfair Display,serif;line-height:1.25;letter-spacing:-.5px;max-width:800px;margin:.5rem 0}.hero-description{font-size:.9375rem;line-height:1.8;color:var(--text-muted);font-family:Inter,sans-serif;max-width:720px;font-weight:400}.why-choose-us{margin-top:2rem;padding-top:2.5rem;border-top:1px solid rgba(63,169,245,.12);position:relative;z-index:1}.section-title{font-size:1.75rem;font-weight:700;color:var(--dark-blue);font-family:Playfair Display,serif;text-align:center;margin-bottom:2rem;letter-spacing:-.4px;position:relative;display:inline-block;width:100%}.section-title:after{content:"";position:absolute;bottom:-.75rem;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,var(--primary-blue),var(--dark-blue));border-radius:3px}.features-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:1rem}.feature-card{background:var(--white);border:1px solid rgba(31,78,121,.08);border-radius:16px;padding:1.75rem 1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center;text-align:center;gap:.875rem;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(63,169,245,.03),transparent);opacity:0;transition:opacity .4s ease}.feature-card:hover:before{opacity:1}.feature-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #3fa9f51f;border-color:#3fa9f540}.feature-icon{width:52px;height:52px;background:linear-gradient(135deg,#3fa9f51a,#1f4e7914);border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--primary-blue);font-size:1.5rem;transition:all .3s ease;position:relative;z-index:1}.feature-card:hover .feature-icon{background:linear-gradient(135deg,var(--primary-blue),var(--dark-blue));color:var(--white);transform:scale(1.08)}.feature-title{font-size:1.0625rem;font-weight:600;color:var(--dark-blue);font-family:Crimson Text,serif;line-height:1.3;position:relative;z-index:1}.feature-description{font-size:.875rem;color:var(--text-muted);line-height:1.7;font-family:Inter,sans-serif;font-weight:400;position:relative;z-index:1}.trust-banner{margin-top:3rem;background:linear-gradient(135deg,#3fa9f50a,#1f4e790a);border:1.5px solid rgba(63,169,245,.15);border-radius:16px;padding:2rem 1.75rem;text-align:center;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden;z-index:1}.trust-banner:before{content:"";position:absolute;top:0;left:-50%;width:200%;height:100%;background:linear-gradient(90deg,transparent,rgba(63,169,245,.03),transparent);transition:left .6s ease}.trust-banner:hover:before{left:50%}.trust-text{font-size:1rem;line-height:1.8;color:var(--text-dark);font-family:Crimson Text,serif;max-width:680px;font-weight:600;position:relative;z-index:1}@media(min-width:375px){.hero-title{font-size:2.125rem}.hero-description{font-size:1rem}}@media(min-width:576px){.hero{padding:4rem 0 4.5rem}.hero-content{padding-bottom:3.5rem}.hero-badge{font-size:.75rem;padding:.5625rem 1.25rem}.hero-title{font-size:2.5rem}.hero-description{font-size:1.0625rem}.section-title{font-size:2rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.feature-card{padding:2rem 1.75rem}.trust-text{font-size:1.0625rem}}@media(min-width:768px){.hero{padding:5rem 0}.hero-title{font-size:3rem}.hero-description{font-size:1.125rem}.section-title{font-size:2.25rem;margin-bottom:2.5rem}.features-grid{gap:1.75rem}.feature-icon{width:56px;height:56px;font-size:1.625rem}.feature-title{font-size:1.125rem}.feature-description{font-size:.9375rem}}@media(min-width:992px){.hero{padding:6rem 0}.hero-content{padding-bottom:4rem}.hero-title{font-size:3.25rem}.features-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}.feature-card{padding:2.25rem 1.75rem}.why-choose-us{padding-top:3rem}.trust-banner{padding:2.5rem 3rem}}@media(min-width:1200px){.hero-title{font-size:3.5rem}.hero-description{font-size:1.1875rem}.section-title{font-size:2.5rem}.features-grid{gap:2rem}.feature-card{padding:2.5rem 2rem}}@media(min-width:1400px){.hero-title{font-size:3.75rem}.features-grid{gap:2.25rem}}.about{position:relative;padding:4rem 0 5rem;background:linear-gradient(180deg,#fff,#f8f9fa,#fff);overflow:hidden}.about-header{text-align:center;margin-bottom:4rem;position:relative}.about-main-title{font-size:2.5rem;font-weight:800;color:var(--dark-blue);font-family:Playfair Display,serif;letter-spacing:-.8px;position:relative;display:inline-block;padding-bottom:1.5rem}.about-main-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100px;height:4px;background:linear-gradient(90deg,var(--primary-blue),var(--dark-blue));border-radius:4px}.mission-block{max-width:900px;margin:0 auto 5rem;text-align:center;padding:0 1.5rem}.mission-tag{display:inline-block;font-size:.75rem;font-weight:700;color:var(--primary-blue);font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:2.5px;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--primary-blue)}.mission-quote{font-size:1.75rem;font-weight:700;line-height:1.5;color:var(--dark-blue);font-family:Playfair Display,serif;margin-bottom:1.5rem;letter-spacing:-.5px;font-style:italic}.mission-detail{font-size:1.0625rem;line-height:1.8;color:var(--text-muted);font-family:Inter,sans-serif;font-weight:400}.firm-section{max-width:1000px;margin:0 auto 5rem;padding:0 1.5rem;display:flex;flex-direction:column;gap:2rem;position:relative}.firm-number{font-size:8rem;font-weight:900;font-family:Playfair Display,serif;color:transparent;background:linear-gradient(135deg,#3fa9f514,#1f4e7914);-webkit-background-clip:text;background-clip:text;line-height:1;-webkit-user-select:none;user-select:none}.firm-content{position:relative}.firm-title{font-size:2.25rem;font-weight:700;color:var(--dark-blue);font-family:Playfair Display,serif;margin-bottom:1rem;letter-spacing:-.5px}.title-underline{width:80px;height:4px;background:linear-gradient(90deg,var(--primary-blue),var(--dark-blue));margin-bottom:1.5rem;border-radius:4px}.firm-text{font-size:1.0625rem;line-height:1.8;color:var(--text-muted);font-family:Inter,sans-serif;font-weight:400}.attorney-section{max-width:1200px;margin:0 auto 5rem;padding:0 1.5rem;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.attorney-image-wrapper{position:relative;width:100%;max-width:450px;margin:0 auto;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #3fa9f533}.attorney-photo{width:100%;height:auto;display:block;transition:transform .5s ease}.attorney-image-wrapper:hover .attorney-photo{transform:scale(1.05)}.image-overlay{position:absolute;bottom:0;left:0;width:100%;height:30%;background:linear-gradient(to top,rgba(31,78,121,.6),transparent);pointer-events:none}.attorney-content{position:relative}.attorney-number{font-size:8rem;font-weight:900;font-family:Playfair Display,serif;color:transparent;background:linear-gradient(135deg,#3fa9f514,#1f4e7914);-webkit-background-clip:text;background-clip:text;line-height:1;-webkit-user-select:none;user-select:none;margin-bottom:-2rem}.attorney-title{font-size:2.25rem;font-weight:700;color:var(--dark-blue);font-family:Playfair Display,serif;margin-bottom:1rem;letter-spacing:-.5px}.attorney-text{font-size:1.0625rem;line-height:1.8;color:var(--text-muted);font-family:Inter,sans-serif;font-weight:400}.values-section{max-width:1000px;margin:0 auto;padding:0 1.5rem}.values-heading{font-size:2.25rem;font-weight:700;color:var(--dark-blue);font-family:Playfair Display,serif;text-align:center;margin-bottom:3.5rem;letter-spacing:-.5px}.values-timeline{position:relative;display:flex;flex-direction:column;gap:3rem}.values-timeline:before{content:"";position:absolute;top:0;left:30px;width:2px;height:100%;background:linear-gradient(180deg,var(--primary-blue),var(--dark-blue));opacity:.2}.value-node{position:relative;display:flex;align-items:flex-start;gap:2rem;padding-left:1rem;transition:all .3s ease}.value-node:hover{transform:translate(10px)}.node-icon{position:relative;z-index:2;width:60px;height:60px;min-width:60px;background:linear-gradient(135deg,var(--primary-blue),var(--dark-blue));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--white);box-shadow:0 4px 20px #3fa9f54d;transition:all .4s ease}.value-node:hover .node-icon{transform:scale(1.15) rotate(10deg);box-shadow:0 8px 30px #3fa9f580}.node-connector{position:absolute;top:22px;left:30px;width:20px;height:20px;background:var(--white);border:3px solid var(--primary-blue);border-radius:50%;z-index:1}.node-content{flex:1;padding-top:.5rem}.node-title{font-size:1.375rem;font-weight:700;color:var(--dark-blue);font-family:Crimson Text,serif;margin-bottom:.5rem;letter-spacing:-.2px}.node-desc{font-size:.9375rem;line-height:1.6;color:var(--text-muted);font-family:Inter,sans-serif}@media(min-width:768px){.about{padding:5rem 0 6rem}.about-main-title{font-size:3.25rem}.mission-quote{font-size:2.25rem}.mission-detail{font-size:1.125rem}.firm-section{flex-direction:row;align-items:flex-start;gap:3rem}.firm-number{flex-shrink:0}.attorney-section{grid-template-columns:450px 1fr;gap:4rem}.attorney-image-wrapper{margin:0}.values-timeline{flex-direction:row;flex-wrap:wrap;gap:2rem}.value-node{flex-direction:column;align-items:center;text-align:center;flex:0 0 calc(50% - 1rem);padding-left:0}.values-timeline:before{display:none}.node-connector{display:none}.node-content{padding-top:0}}@media(min-width:992px){.value-node{flex:0 0 calc(25% - 1.5rem)}.values-timeline{gap:2rem}}@media(min-width:1200px){.about-main-title{font-size:3.5rem}.mission-quote,.values-heading{font-size:2.5rem}.attorney-section{grid-template-columns:500px 1fr;gap:5rem}}.services{position:relative;padding:4rem 0 5rem;overflow:hidden;background:#fff}.services-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:.4}.bg-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(63,169,245,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(63,169,245,.03) 1px,transparent 1px);background-size:50px 50px}.section-header{text-align:center;max-width:800px;margin:0 auto 4rem;position:relative;z-index:1}.section-badge{display:inline-block;background:linear-gradient(135deg,#3fa9f51a,#1f4e791a);color:var(--primary-blue);font-size:.6875rem;font-weight:700;font-family:Inter,sans-serif;padding:.5rem 1.125rem;border-radius:50px;border:1.5px solid rgba(63,169,245,.2);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:1rem}.section-title{font-size:2.25rem;font-weight:700;color:var(--dark-blue);font-family:Playfair Display,serif;margin-bottom:1rem;letter-spacing:-.5px}.section-subtitle{font-size:1rem;line-height:1.8;color:var(--text-muted);font-family:Inter,sans-serif;font-weight:400;max-width:680px;margin:0 auto}.services-list{position:relative;z-index:1;max-width:1100px;margin:0 auto}.service-item{position:relative;margin-bottom:2.1rem;padding:1.75rem 1.05rem;background:linear-gradient(135deg,#f8f9facc,#fffc);border-radius:20px;border:1px solid rgba(63,169,245,.12);transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.service-item:before{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,var(--primary-blue),var(--dark-blue));opacity:0;transition:opacity .4s ease}.service-item:hover:before{opacity:1}.service-item:hover{transform:translate(10px);box-shadow:0 20px 60px #3fa9f526;border-color:#3fa9f54d;background:linear-gradient(135deg,#fffffff2,#f8f9faf2)}.service-right{margin-left:auto}.service-right .service-line{left:auto;right:0}.service-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.05rem}.service-number{font-size:2.1rem;font-weight:800;font-family:Playfair Display,serif;color:transparent;background:linear-gradient(135deg,var(--primary-blue),var(--dark-blue));-webkit-background-clip:text;background-clip:text;line-height:1;opacity:.4}.service-content{padding-left:0}.service-title{font-size:1.1375rem;font-weight:700;color:var(--dark-blue);font-family:Playfair Display,serif;margin-bottom:.525rem;letter-spacing:-.3px}.service-description{font-size:.9375rem;line-height:1.7;color:var(--text-muted);font-family:Inter,sans-serif;margin-bottom:.875rem}.service-features{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:.525rem}.service-features li{font-size:.875rem;color:var(--text-dark);font-family:Inter,sans-serif;display:flex;align-items:center;gap:.525rem;padding:.4375rem .7rem;background:#3fa9f50a;border-radius:8px;border-left:2px solid var(--primary-blue);transition:all .3s ease}.service-features li:hover{background:#3fa9f514;transform:translate(5px)}.feature-dot{width:6px;height:6px;background:var(--primary-blue);border-radius:50%;flex-shrink:0}.service-line{position:absolute;top:0;left:0;width:0;height:4px;background:linear-gradient(90deg,var(--primary-blue),var(--dark-blue));transition:width .6s ease;border-radius:0 4px 4px 0}.service-item:hover .service-line{width:100%}@media(min-width:576px){.service-features{grid-template-columns:repeat(2,1fr)}.service-content{padding-left:4.2rem}}@media(min-width:768px){.services{padding:5rem 0 6rem}.section-title{font-size:2.75rem}.service-item{padding:2.1rem 1.75rem}.service-title{font-size:1.3125rem}.service-description{font-size:1rem}}@media(min-width:992px){.service-left{width:90%;margin-right:auto}.service-right{width:90%;margin-left:auto}}@media(min-width:1200px){.section-title{font-size:3rem}.service-item{padding:2.45rem 2.1rem}}.contact{position:relative;padding:5rem 0 6rem;background:#f8f9fa;overflow:hidden}.contact-header{text-align:center;max-width:700px;margin:0 auto 4rem}.header-badge{display:inline-flex;align-items:center;gap:.75rem;font-size:.75rem;font-weight:700;color:var(--primary-blue);font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:2px;margin-bottom:1.25rem;padding:.625rem 1.5rem;background:var(--white);border-radius:50px;border:1.5px solid rgba(63,169,245,.2);box-shadow:0 2px 8px #3fa9f514}.header-badge:before,.header-badge:after{content:"";width:8px;height:8px;background:var(--primary-blue);border-radius:50%}.contact-title{font-size:3rem;font-weight:800;color:var(--dark-blue);font-family:Playfair Display,serif;margin-bottom:1.25rem;letter-spacing:-1px;line-height:1.2}.title-highlight{color:var(--primary-blue)}.contact-subtitle{font-size:1.0625rem;line-height:1.8;color:var(--text-muted);font-family:Inter,sans-serif;font-weight:400}.contact-cards{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto}.contact-card{background:var(--white);border-radius:16px;padding:2.5rem 2rem;text-align:center;box-shadow:0 4px 20px #3fa9f514;transition:all .35s ease;position:relative;overflow:hidden;border:1px solid rgba(63,169,245,.1)}.contact-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--primary-blue),var(--dark-blue));transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.contact-card:hover:before{transform:scaleX(1)}.contact-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #3fa9f533;border-color:#3fa9f54d}.card-icon{width:70px;height:70px;background:linear-gradient(135deg,var(--dark-blue),var(--primary-blue));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.75rem;color:var(--white);box-shadow:0 8px 24px #3fa9f540;transition:all .35s ease}.contact-card:hover .card-icon{background:linear-gradient(135deg,var(--primary-blue),var(--dark-blue));transform:scale(1.1) rotate(10deg);box-shadow:0 12px 32px #3fa9f566}.card-label{font-size:.6875rem;font-weight:700;color:var(--text-muted);font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.75rem}.card-title{font-size:1.5rem;font-weight:700;color:var(--primary-blue);font-family:Playfair Display,serif;margin-bottom:1.25rem;letter-spacing:-.5px;transition:color .3s ease}.contact-card:hover .card-title{color:var(--dark-blue)}.card-content{display:flex;flex-direction:column;gap:.5rem}.card-text{font-size:.9375rem;line-height:1.6;color:var(--text-muted);font-family:Inter,sans-serif;margin:0}.card-link{font-size:.9375rem;font-weight:600;color:var(--primary-blue);font-family:Inter,sans-serif;text-decoration:none;transition:all .3s ease;display:inline-block;position:relative}.card-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--primary-blue);transition:width .3s ease}.card-link:hover:after{width:100%}.card-link:hover{color:var(--dark-blue)}@media(min-width:576px){.contact-title{font-size:3.25rem}.contact-cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.contact-title{font-size:3.5rem}.contact-subtitle{font-size:1.125rem}.card-icon{width:80px;height:80px;font-size:2rem}.card-title{font-size:1.625rem}.card-text,.card-link{font-size:1rem}}@media(min-width:992px){.contact-cards{grid-template-columns:repeat(4,1fr);gap:2rem}.contact-card{padding:2.75rem 1.75rem}}@media(min-width:1200px){.contact-title{font-size:3.75rem}.contact-cards{gap:2.5rem}}.privacy-policy{position:relative;padding:5rem 0 6rem;background:linear-gradient(180deg,#f8f9fa,#fff)}.privacy-header{text-align:center;max-width:700px;margin:0 auto 5rem;position:relative}.header-icon{width:80px;height:80px;background:linear-gradient(135deg,var(--primary-blue),var(--dark-blue));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;font-size:2.25rem;color:var(--white);box-shadow:0 12px 40px #3fa9f54d;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.privacy-title{font-size:3.5rem;font-weight:800;color:var(--dark-blue);font-family:Playfair Display,serif;margin-bottom:1rem;letter-spacing:-1.5px;line-height:1.1}.privacy-date{font-size:1rem;color:var(--text-muted);font-family:Inter,sans-serif;font-weight:500}.privacy-date span{color:var(--primary-blue);font-weight:700}.policy-content{max-width:900px;margin:0 auto}.policy-section{margin-bottom:4rem;position:relative}.section-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;position:relative;padding-bottom:1.25rem}.section-header:after{content:"";position:absolute;bottom:0;left:0;width:100px;height:3px;background:linear-gradient(90deg,var(--primary-blue),transparent);border-radius:3px}.section-number{font-size:3.5rem;font-weight:900;font-family:Playfair Display,serif;color:transparent;background:linear-gradient(135deg,#3fa9f526,#1f4e791a);-webkit-background-clip:text;background-clip:text;line-height:1;-webkit-user-select:none;user-select:none;min-width:80px}.section-icon{width:50px;height:50px;min-width:50px;background:linear-gradient(135deg,#3fa9f51a,#1f4e7914);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--primary-blue);transition:all .3s ease}.policy-section:hover .section-icon{background:linear-gradient(135deg,var(--primary-blue),var(--dark-blue));color:var(--white);transform:scale(1.1)}.section-title{font-size:1.875rem;font-weight:700;color:var(--dark-blue);font-family:Playfair Display,serif;letter-spacing:-.5px;flex:1}.section-body{padding-left:0}.section-text{font-size:1.0625rem;line-height:1.9;color:var(--text-muted);font-family:Inter,sans-serif;margin:0}.section-items{display:flex;flex-direction:column;gap:1.75rem}.policy-item{position:relative;padding-left:2rem;border-left:3px solid rgba(63,169,245,.2);transition:all .3s ease}.policy-item:hover{border-left-color:var(--primary-blue);padding-left:2.5rem}.item-subtitle{font-size:1.25rem;font-weight:700;color:var(--primary-blue);font-family:Crimson Text,serif;margin-bottom:.5rem;letter-spacing:-.3px}.item-text{font-size:1rem;line-height:1.8;color:var(--text-muted);font-family:Inter,sans-serif;margin:0}.privacy-footer{max-width:800px;margin:4rem auto 0;padding:2.5rem 2rem;background:linear-gradient(135deg,#3fa9f514,#1f4e7914);border-radius:16px;border:2px solid rgba(63,169,245,.15);text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.footer-icon{font-size:2.5rem;color:var(--primary-blue)}.footer-text{font-size:1.0625rem;line-height:1.8;color:var(--text-dark);font-family:Inter,sans-serif;margin:0}.footer-text a{color:var(--primary-blue);font-weight:700;text-decoration:none;transition:all .3s ease;position:relative}.footer-text a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--primary-blue);transition:width .3s ease}.footer-text a:hover:after{width:100%}.footer-text a:hover{color:var(--dark-blue)}@media(max-width:767px){.privacy-title{font-size:2.25rem}.privacy-date{font-size:.9375rem}.header-icon{width:60px;height:60px;font-size:1.75rem}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.section-number{font-size:2.5rem;min-width:auto}.section-icon{width:45px;height:45px;min-width:45px;font-size:1.25rem}.section-title{font-size:1.5rem}.section-text{font-size:1rem}.item-subtitle{font-size:1.125rem}.item-text{font-size:.9375rem}.policy-item{padding-left:1.5rem}.policy-item:hover{padding-left:2rem}.privacy-footer{padding:2rem 1.5rem}.footer-icon{font-size:2rem}.footer-text{font-size:1rem}}@media(min-width:576px){.privacy-title{font-size:2.75rem}}@media(min-width:768px){.privacy-policy{padding:6rem 0 7rem}.privacy-title{font-size:3.75rem}.section-header{flex-direction:row;align-items:center}.section-body{padding-left:11.5rem}}@media(min-width:992px){.privacy-title{font-size:4rem}.section-title{font-size:2rem}}@media(min-width:1200px){.privacy-title{font-size:4.25rem}}.page-footer{background:var(--dark-blue);padding:2rem 0;border-top:3px solid var(--primary-blue)}.footer-content{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.footer-copyright{font-size:.9375rem;color:#fffc;font-family:Inter,sans-serif;margin:0}.footer-links{display:flex;align-items:center;gap:1rem}.footer-link{font-size:.9375rem;color:#fffc;font-family:Inter,sans-serif;text-decoration:none;transition:all .3s ease;position:relative}.footer-link:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:2px;background:var(--primary-blue);transition:width .3s ease}.footer-link:hover:after{width:100%}.footer-link:hover{color:var(--white)}.footer-divider{color:#fff6;font-size:.9375rem}@media(min-width:768px){.footer-content{flex-direction:row;justify-content:space-between;gap:2rem}.footer-copyright,.footer-link{font-size:1rem}}:root{--primary-blue: #3FA9F5;--dark-blue: #1F4E79;--medium-blue: #2B7CB5;--light-blue: #E8F4FD;--white: #FFFFFF;--bg-light: #F5F7FA;--bg-gray: #F9FAFB;--text-dark: #2B2B2B;--text-muted: #6B7280;--text-light: #9CA3AF;--border-color: #E5E7EB;--cta-hover: #0EA5E9;--success: #10B981;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-2xl: 4rem;--font-primary: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-heading: "Poppins", sans-serif;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1);--container-sm: 640px;--container-md: 768px;--container-lg: 1024px;--container-xl: 1280px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-primary);color:var(--text-dark);background-color:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{width:100%;max-width:var(--container-xl);margin:0 auto;padding:0 var(--spacing-md)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2;color:var(--text-dark)}h1{font-size:2rem;margin-bottom:var(--spacing-md)}h2{font-size:1.75rem;margin-bottom:var(--spacing-md)}h3{font-size:1.25rem;margin-bottom:var(--spacing-sm)}p{margin-bottom:var(--spacing-sm);color:var(--text-muted)}.btn{display:inline-block;padding:.875rem 1.75rem;font-size:1rem;font-weight:500;text-align:center;text-decoration:none;border-radius:var(--radius-md);border:none;cursor:pointer;transition:all .3s ease;font-family:var(--font-primary)}.btn-primary{background-color:var(--primary-blue);color:var(--white)}.btn-primary:hover{background-color:var(--cta-hover);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background-color:transparent;color:var(--primary-blue);border:2px solid var(--primary-blue)}.btn-secondary:hover{background-color:var(--primary-blue);color:var(--white)}.card{background:var(--white);border-radius:var(--radius-lg);padding:var(--spacing-lg);box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-xl)}section{padding:var(--spacing-2xl) 0}a{text-decoration:none;color:inherit;transition:color .3s ease}@media(min-width:768px){.container{padding:0 var(--spacing-xl)}h1{font-size:3rem}h2{font-size:2.5rem}section{padding:var(--spacing-2xl) 0}}@media(min-width:1024px){h1{font-size:3.5rem}}.grid{display:grid;gap:var(--spacing-lg)}.grid-1{grid-template-columns:1fr}@media(min-width:768px){.grid-2,.grid-3{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)}.split-layout{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-2xl);align-items:center}}.flex{display:flex}.flex-center{display:flex;justify-content:center;align-items:center}.flex-between{display:flex;justify-content:space-between;align-items:center}.flex-col{flex-direction:column}.mobile-only{display:block}.desktop-only{display:none}@media(min-width:768px){.mobile-only{display:none}.desktop-only{display:block}}
