.mini-top-header{background-color:#f9fafb;border-bottom:1px solid #E5E7EB;font-size:.875rem;padding:.5rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100;transition:box-shadow var(--transition-fast);width:100vw;min-width:0;overflow-x:hidden;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.mini-top-header.scrolled{box-shadow:var(--shadow-sm)}.mini-top-header__content{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;justify-content:flex-end}.mini-top-header__item{display:flex;align-items:center;gap:.375rem;color:#4b5563;white-space:nowrap}.mini-top-header__icon{width:14px;height:14px;flex-shrink:0}.mini-top-header__text{font-weight:400;letter-spacing:.01em}.mini-top-header__time{font-variant-numeric:tabular-nums;font-weight:500}.mini-top-header__divider{width:1px;height:1rem;background-color:#d1d5db;margin:0 .5rem}.mini-top-header__currency-container{overflow:hidden;height:1.25rem;position:relative;min-width:100px;display:flex;align-items:center}.mini-top-header__currency{font-weight:600;color:#3b82f6;display:block;animation:currencyFadeInOut 3s ease-in-out;will-change:opacity}@keyframes currencyFadeInOut{0%{opacity:0}13.33%{opacity:1}86.67%{opacity:1}to{opacity:0}}@media (max-width: 1024px){.mini-top-header__content{justify-content:center}.mini-top-header__divider,.mini-top-header__currency-container{display:none}}@media (max-width: 640px){.mini-top-header{font-size:.8125rem;padding:.5rem;min-width:0;width:100vw;overflow-x:hidden}.mini-top-header__content{gap:1rem;flex-wrap:nowrap;justify-content:center;min-width:0;width:100%;overflow-x:hidden}.mini-top-header__item{min-width:0;max-width:100vw;overflow-x:hidden}.mini-top-header__divider,.mini-top-header__currency-container{display:none}}@media (max-width: 480px){.mini-top-header{font-size:.75rem;padding:.15rem .1rem;min-width:0;width:100vw;overflow-x:hidden}.mini-top-header__content{gap:.75rem;flex-wrap:wrap;min-width:0;width:100vw;overflow-x:hidden}.mini-top-header__item{min-width:0;max-width:100vw;overflow-x:hidden}font-size: .75rem}} .header{background-color:var(--bg-white);border-top:1px solid var(--border-light);border-bottom:2px solid #E5E7EB;position:-webkit-sticky;position:sticky;top:1.2rem;z-index:99;box-shadow:var(--shadow-sm);will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}@media (max-width: 768px){.header{top:1.2rem}}@media (max-width: 480px){.header{top:1rem}}@media (max-width: 375px){.header{top:.9rem}.header__content{padding:.4rem 0}.header__logo-img{height:2.5rem}}.header__content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:2rem;position:relative}@media (max-width: 480px){.header__content{padding:.5rem 0;gap:1rem}}.header__logo{flex-shrink:0}.header__logo-img{height:5rem;width:auto;object-fit:contain;filter:brightness(0) saturate(100%) invert(40%) sepia(98%) saturate(1686%) hue-rotate(200deg) brightness(95%) contrast(102%);transition:filter var(--transition-fast)}@media (max-width: 768px){.header__logo-img{height:3.5rem}}@media (max-width: 480px){.header__logo-img{height:2.8rem}}.header__logo-img:hover{filter:brightness(0) saturate(100%) invert(35%) sepia(98%) saturate(2000%) hue-rotate(200deg) brightness(92%) contrast(105%)}.header__nav{display:none;align-items:center;gap:2rem;position:absolute;left:50%;transform:translate(-50%)}.header__nav-item{position:relative}.header__nav-link{color:var(--text-primary);font-weight:500;font-size:.9375rem;padding:.5rem 0;display:flex;align-items:center;gap:.25rem;transition:color var(--transition-fast);background:none;border:none;cursor:pointer}.header__nav-link:hover{color:var(--color-primary)}.header__dropdown-icon{transition:transform var(--transition-fast)}.header__dropdown-icon.open{transform:rotate(180deg)}.header__dropdown{position:absolute;top:100%;left:0;background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);min-width:220px;margin-top:.5rem;padding:.5rem 0;animation:slideDown .2s ease-out;z-index:1000}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.header__dropdown-link{display:block;padding:.75rem 1.25rem;color:var(--text-primary);font-size:.9375rem;transition:all var(--transition-fast)}.header__dropdown-link:hover{background-color:var(--bg-light);color:var(--color-primary)}.header__search-btn{display:none;align-items:center;gap:.5rem;padding:.5rem 1rem;color:var(--text-secondary);font-weight:500;transition:all var(--transition-fast);border-radius:var(--radius-md);text-decoration:none;border:none;background:none;cursor:pointer}.header__search-btn:hover{color:var(--color-primary);background-color:var(--bg-light)}.header__search-text{font-size:.9375rem}.header__mobile-toggle{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;background:none;border:none;cursor:pointer}.hamburger{display:flex;flex-direction:column;gap:.375rem;width:1.5rem}.hamburger span{display:block;width:100%;height:2px;background-color:var(--text-primary);transition:all var(--transition-fast);border-radius:2px}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(.375rem,.375rem)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(.375rem,-.375rem)}.header__mobile-menu{display:flex;flex-direction:column;padding:1rem 0;border-top:1px solid var(--border-light);animation:slideDown .2s ease-out}.header__mobile-item{display:flex;flex-direction:column}.header__mobile-link{display:flex;align-items:center;justify-content:space-between;padding:.875rem 0;color:var(--text-primary);font-weight:500;font-size:1rem;border:none;background:none;text-align:left;width:100%;transition:color var(--transition-fast)}.header__mobile-link:hover{color:var(--color-primary)}.header__mobile-submenu{display:flex;flex-direction:column;padding-left:1rem;margin-top:.5rem}.header__mobile-sublink{padding:.625rem 0;color:var(--text-secondary);font-size:.9375rem;transition:color var(--transition-fast)}.header__mobile-sublink:hover{color:var(--color-primary)}.header__mobile-search{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;margin-top:.5rem;background-color:var(--bg-light);border-radius:var(--radius-md);color:var(--text-primary);font-weight:500;border:none;transition:all var(--transition-fast)}.header__mobile-search:hover{background-color:var(--border-light);color:var(--color-primary)}@media (min-width: 768px){.header{top:1.2rem}.header__logo-img{height:3rem}.header__nav,.header__search-btn{display:flex}.header__mobile-toggle,.header__mobile-menu{display:none}}@media (min-width: 1024px){.header__content{padding:1.25rem 0}.header__nav{gap:2.5rem}}.hero{background:linear-gradient(135deg,#05c,#003d99);padding:1.5rem 0 2rem;color:var(--text-white);min-height:400px;display:flex;align-items:center}.hero__content{display:grid;gap:1.5rem;align-items:start}.hero__welcome{text-align:left;animation:fadeInUp 1s cubic-bezier(.16,1,.3,1) forwards;opacity:0}.hero__welcome-label{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.375rem;opacity:.9}.hero__title{font-size:2rem;font-weight:700;line-height:1.1;margin-bottom:.5rem;color:var(--text-white)}.hero__subtitle{font-size:.9375rem;font-weight:400;line-height:1.4;margin-bottom:.375rem;opacity:.95}.hero__description{font-size:.8125rem;line-height:1.4;opacity:.85;max-width:500px}.hero__search-card{background:var(--bg-white);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow-lg);color:var(--text-primary)}.hero__search-title{font-size:1.125rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary)}.hero__search-box{position:relative;display:flex;align-items:center;margin-bottom:1rem}.hero__search-icon{position:absolute;left:1rem;color:var(--text-secondary);pointer-events:none;z-index:1}.hero__search-input{width:100%;padding:.625rem 1rem .625rem 2.5rem;font-family:Figtree,sans-serif;font-size:.875rem;border:1px solid var(--border-medium);border-radius:var(--radius-md);background:var(--bg-white);color:var(--text-primary);transition:all var(--transition-fast);outline:none}.hero__search-input::placeholder{color:var(--text-light)}.hero__search-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #0055cc14}.hero__popular-title{font-size:.9375rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary)}.hero__services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.hero__service-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.375rem;padding:.75rem .5rem;background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-md);text-align:center;transition:all var(--transition-medium);cursor:pointer}.hero__service-item:hover{border-color:var(--service-color);box-shadow:0 2px 8px #00000014;transform:translateY(-1px)}.hero__service-icon{width:28px;height:28px;line-height:1;display:flex;align-items:center;justify-content:center}.hero__service-name{font-size:.8125rem;font-weight:600;color:var(--text-primary);line-height:1.2}@media (max-width: 480px){.hero{padding:1.25rem 0 1.75rem}.hero__title{font-size:1.75rem}.hero__subtitle{font-size:.875rem}.hero__description{font-size:.75rem}.hero__search-card{padding:1rem}.hero__services-grid{grid-template-columns:repeat(2,1fr);gap:.625rem}.hero__service-item{padding:.75rem .5rem}.hero__service-icon{width:24px;height:24px}.hero__service-icon svg{width:24px;height:24px}.hero__service-name{font-size:.75rem}}@media (min-width: 768px){.hero{padding:2rem 0 2.5rem}.hero__content{grid-template-columns:1.2fr 1fr;gap:2rem;align-items:center}.hero__title{font-size:2.5rem}.hero__subtitle{font-size:1.0625rem}.hero__search-card{padding:1.5rem}}@media (min-width: 1024px){.hero{padding:2.25rem 0 2.75rem}.hero__content{gap:2.5rem}.hero__title{font-size:2.75rem}.hero__services-grid{gap:.875rem}}@media (min-width: 1280px){.hero__title{font-size:3rem}}.newsletter-section{background:#fbf9f6;padding:3.5rem 1rem;position:relative;overflow:hidden;min-width:0;width:100vw;box-sizing:border-box}.newsletter-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle,#D1C7B7 2px,transparent 2px);background-size:32px 32px;opacity:.48;pointer-events:none}.newsletter-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center;position:relative;z-index:1}.newsletter-animation{width:100%;max-width:400px;height:400px;margin:0 auto;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.newsletter-animation dotlottie-player{width:100%!important;height:100%!important;display:block}.newsletter-content{color:#1a1a1a}.newsletter-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1.25rem;line-height:1.2}.newsletter-description{font-size:1.125rem;line-height:1.7;color:#4a5568;margin-bottom:2rem}.newsletter-form{margin-bottom:1rem}.newsletter-input-wrapper{position:relative;display:flex;flex-direction:row;align-items:center;background:#fff;border-radius:12px;padding:.75rem 1rem;box-shadow:0 10px 30px #0003;transition:all .3s ease;gap:.75rem;min-height:3.5rem}.newsletter-input-wrapper:focus-within{box-shadow:0 15px 40px #0000004d;transform:translateY(-2px)}.newsletter-icon{position:static;margin-left:0;width:20px;height:20px;color:#9ca3af;flex-shrink:0;display:flex;align-items:center;justify-content:center}.newsletter-input{flex:1;border:none;outline:none;padding:1rem 1rem 1rem .75rem;font-size:1rem;color:#1f2937;background:transparent;min-height:2rem}.newsletter-input::placeholder{color:#9ca3af}.newsletter-input.invalid{color:#ef4444}.newsletter-button{background:#03c;color:#fff;border:none;padding:.875rem 1.75rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.newsletter-button:hover{background:#0029a3;transform:translate(2px)}.newsletter-button svg{transition:transform .2s ease}.newsletter-button:hover svg{transform:translate(3px)}.newsletter-error{color:#fca5a5;font-size:.875rem;margin-top:.5rem;margin-left:1rem}.newsletter-success{display:flex;align-items:center;gap:1rem;background:#e8f4f8;border:1px solid #93C5FD;padding:1.25rem;border-radius:12px;animation:slideInUp .5s ease-out}.success-icon{width:40px;height:40px;flex-shrink:0;animation:scaleIn .5s cubic-bezier(.175,.885,.32,1.275)}.success-message{font-size:1.125rem;font-weight:500;color:#1a1a1a;margin:0}.newsletter-note{font-size:.875rem;color:#6b7280;margin-top:1.5rem;display:flex;align-items:center;gap:.5rem}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}@media (max-width: 968px){.newsletter-container{grid-template-columns:1fr;gap:2rem}.newsletter-animation{max-width:300px;height:300px}.newsletter-title{font-size:2rem}.newsletter-description{font-size:1rem}}@media (max-width: 640px){.newsletter-section{padding:.75rem .5rem;min-width:0;width:100vw;box-sizing:border-box}.newsletter-container{padding:0 .5rem;min-width:0;width:100%;box-sizing:border-box;gap:1.5rem}.newsletter-animation{max-width:280px;height:280px}.newsletter-title{font-size:1.4rem;line-height:1.3;margin-bottom:.75rem;word-wrap:break-word}.newsletter-description{font-size:.9rem;line-height:1.5;margin-bottom:1rem;word-wrap:break-word}.newsletter-input-wrapper{flex-direction:row;align-items:center;padding:.5rem;gap:.5rem}.newsletter-icon{width:18px;height:18px}.newsletter-input{padding:.75rem .5rem;font-size:.9rem}.newsletter-button{padding:.75rem 1.25rem;font-size:.9rem;white-space:nowrap;width:100%;justify-content:center}.newsletter-note{font-size:.75rem;line-height:1.4;margin-top:1rem}}@media (max-width: 420px){.newsletter-section{padding:.75rem .25rem}.newsletter-container{padding:0 .25rem}.newsletter-animation{max-width:260px;height:260px}.newsletter-title{font-size:1.25rem}.newsletter-description{font-size:.85rem}.newsletter-button{font-size:.85rem;padding:.7rem 1rem}}@media (max-width: 375px){.newsletter-section{padding:.75rem 1rem}.newsletter-container{padding:0 1rem}.newsletter-content{width:100%;max-width:100%}.newsletter-animation{max-width:240px;height:240px}.newsletter-title{font-size:1.15rem}.newsletter-description{font-size:.8rem}.newsletter-form{width:100%;max-width:100%}.newsletter-input-wrapper{padding:.5rem .75rem;gap:.5rem;width:100%;box-sizing:border-box}.newsletter-icon{width:16px;height:16px}.newsletter-input{padding:.65rem .5rem;font-size:.85rem}.newsletter-button{padding:.65rem .85rem;font-size:.8rem}.newsletter-note{font-size:.7rem}}.ad-banner{display:flex;justify-content:center;align-items:center;background:linear-gradient(to bottom,var(--bg-white) 0%,var(--bg-white) 45%,var(--bg-light) 55%,var(--bg-light) 100%);padding:2rem 0}.ad-banner__container{max-width:var(--container-max);width:100%;padding:0 var(--container-padding);display:flex;justify-content:center}.ad-banner__placeholder{width:728px;max-width:100%;height:90px;background-color:var(--bg-white);border:2px dashed var(--border-medium);border-radius:var(--radius-md);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;box-shadow:var(--shadow-sm);transition:all var(--transition-fast)}.ad-banner__placeholder:hover{border-color:var(--color-primary);box-shadow:var(--shadow-md)}.ad-banner__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-light)}.ad-banner__size{font-size:1.25rem;font-weight:700;color:var(--text-secondary);font-variant-numeric:tabular-nums}@media (max-width: 374px){.ad-banner{display:none}}@media (max-width: 768px){.ad-banner{padding:1.5rem 0}.ad-banner__placeholder{width:100%;max-width:728px;height:90px}.ad-banner__size{font-size:1rem}}.service-detail-page{padding:2rem 0 4rem;background-color:var(--bg-white);min-height:calc(100vh - 300px)}.service-detail-header{text-align:left;margin-bottom:3rem}.service-detail-header__icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;overflow:visible}.service-detail-header__icon svg{width:56px;height:56px;overflow:visible}.service-detail-header__title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;line-height:1.2}.service-detail-header__description{font-size:1.125rem;color:#6b7280;line-height:1.6;max-width:800px}.service-items{display:flex;flex-direction:column;gap:1rem}.service-item-card{display:flex;align-items:center;justify-content:space-between;padding:1.75rem 2rem;background:var(--bg-white);border:1px solid #E5E7EB;border-radius:var(--radius-lg);transition:all var(--transition-medium);text-decoration:none;cursor:pointer}.service-item-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a;transform:translate(4px)}.service-item-card__content{flex:1}.service-item-card__title{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;line-height:1.3}.service-item-card__description{font-size:.9375rem;color:#6b7280;line-height:1.6;margin-bottom:.75rem}.service-item-card__label{display:inline-block;padding:.25rem .75rem;background:#f3f4f6;color:#6b7280;font-size:.75rem;font-weight:600;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em}.service-item-card__arrow{flex-shrink:0;color:#d1d5db;transition:all var(--transition-fast);margin-left:2rem}.service-item-card:hover .service-item-card__arrow{color:#3b82f6;transform:translate(4px)}@media (max-width: 640px){.service-detail-page{padding:1.5rem 0 3rem}.breadcrumb{font-size:.8125rem;margin-bottom:1.5rem}.service-detail-header__icon{width:40px;height:40px;margin-bottom:1rem}.service-detail-header__icon svg{width:40px;height:40px}.service-detail-header__title{font-size:2rem}.service-detail-header__description{font-size:1rem}.service-item-card{padding:1.5rem;flex-direction:column;align-items:flex-start}.service-item-card__arrow{margin-left:0;margin-top:1rem;align-self:flex-end}}@media (min-width: 1024px){.service-detail-header__title{font-size:3rem}}.all-services-page{padding:2rem 0 4rem;background-color:var(--bg-white);min-height:calc(100vh - 300px)}.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;flex-wrap:wrap}.breadcrumb__link{display:flex;align-items:center;gap:.375rem;color:#6b7280;transition:color var(--transition-fast);text-decoration:none}.breadcrumb__link:hover{color:#3b82f6}.breadcrumb__link svg{width:16px;height:16px}.breadcrumb__separator{color:#d1d5db;-webkit-user-select:none;user-select:none}.breadcrumb__current{color:var(--text-primary);font-weight:600}.all-services-header{text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.all-services-header__title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;line-height:1.2}.all-services-header__subtitle{font-size:1.125rem;color:#6b7280;line-height:1.6}.all-services-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.all-services-card{display:flex;flex-direction:column;gap:1rem;padding:1.75rem;background:var(--bg-white);border:1px solid #3B82F6;border-top:4px solid #3B82F6;border-radius:var(--radius-lg);transition:all var(--transition-medium);cursor:pointer;text-decoration:none;color:inherit}.all-services-card:hover{border-color:#2563eb;border-top-color:#2563eb;box-shadow:0 4px 12px #3b82f626;transform:translateY(-2px)}.all-services-card__icon-wrapper{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;background:#3b82f61a;border-radius:var(--radius-lg);flex-shrink:0;overflow:visible}.all-services-card__icon{width:36px;height:36px;line-height:1;display:flex;align-items:center;justify-content:center;color:#3b82f6;overflow:visible}.all-services-card__icon svg{overflow:visible}.all-services-card__title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}.all-services-card__description{font-size:.9375rem;color:#6b7280;line-height:1.6;margin:0}@media (max-width: 640px){.all-services-page{padding:1.5rem 0 3rem}.breadcrumb{font-size:.8125rem;margin-bottom:1.5rem}.all-services-header__title{font-size:2rem}.all-services-header__subtitle{font-size:1rem}.all-services-card{padding:1.5rem}}@media (min-width: 768px){.all-services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.all-services-card{flex-direction:row;align-items:flex-start;gap:1.25rem}}@media (min-width: 1024px){.all-services-header__title{font-size:3rem}.all-services-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem}.all-services-card{flex-direction:column;align-items:flex-start}}@media (min-width: 1280px){.all-services-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.coming-soon-page{min-height:60vh;display:flex;align-items:center;justify-content:center;background:#fff;padding:4rem 2rem}.coming-soon-content{text-align:center;max-width:500px;margin:0 auto}.coming-soon-logo{display:inline-block;margin-bottom:2rem}.coming-soon-logo__img{width:120px;height:auto;filter:brightness(0) saturate(100%) invert(40%) sepia(98%) saturate(1686%) hue-rotate(200deg) brightness(95%) contrast(102%)}.coming-soon-title{font-size:3rem;font-weight:700;color:#1e293b;margin-bottom:.5rem;line-height:1.2}.coming-soon-subtitle{font-size:1.5rem;font-weight:600;color:#3b82f6;margin-bottom:1rem;line-height:1.3}.coming-soon-description{font-size:1.125rem;color:#64748b;line-height:1.6;margin-bottom:2rem}.coming-soon-button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:#fff;color:#05c;font-weight:600;font-size:1rem;border-radius:var(--radius-md);text-decoration:none;transition:all var(--transition-medium);box-shadow:0 4px 12px #0000001a}.coming-soon-button:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.coming-soon-button svg{width:16px;height:16px}@media (max-width: 640px){.coming-soon-page{padding:1.5rem 0}.coming-soon-logo__img{width:80px}.coming-soon-title{font-size:2rem}.coming-soon-description{font-size:1rem}.coming-soon-button{padding:.75rem 1.5rem;font-size:.9375rem}}.government-page{background-color:#fff;padding:2rem 1rem;min-height:auto}.government-page.has-section{min-height:100vh}.government-header{text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto;padding-top:2rem}.government-header h1{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem}.government-header p{font-size:1.125rem;color:#666;line-height:1.6}.government-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto;padding:0 1rem 4rem}.government-page.has-section .government-cards{padding-bottom:3rem;margin-bottom:3rem}.gov-card{display:flex;align-items:flex-start;gap:1.25rem;padding:2rem;background:#fff;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;animation:fadeInUp .8s cubic-bezier(.16,1,.3,1) forwards}.gov-card:nth-child(1){animation-delay:.1s}.gov-card:nth-child(2){animation-delay:.2s}.gov-card:nth-child(3){animation-delay:.3s}.gov-card:hover{border-color:#3b82f6;box-shadow:0 8px 24px #3b82f633;transform:translateY(-4px) scale(1.02)}.gov-card.active{border-color:#3b82f6;background-color:#eff6ff;box-shadow:0 4px 16px #3b82f633}.gov-card-icon{flex-shrink:0;width:56px;height:56px;background-color:#dbeafe;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.gov-card.active .gov-card-icon{background-color:#3b82f6}.gov-card-icon svg{width:28px;height:28px;color:#3b82f6;transition:color .3s ease}.gov-card.active .gov-card-icon svg{color:#fff}.gov-card-content h3{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.gov-card-content p{font-size:.9375rem;color:#666;line-height:1.5;margin:0}@media (max-width: 768px){.government-page{padding:1.5rem .75rem}.government-header{margin-bottom:2rem}.government-header h1{font-size:1.875rem}.government-header p{font-size:1rem}.government-cards{grid-template-columns:1fr;gap:1rem;padding:0}.gov-card{padding:1.5rem;gap:1rem}.gov-card-icon{width:48px;height:48px}.gov-card-icon svg{width:24px;height:24px}.gov-card-content h3{font-size:1.125rem}.gov-card-content p{font-size:.875rem}}@media (max-width: 480px){.government-header h1{font-size:1.5rem}.government-header p{font-size:.9375rem}.gov-card{padding:1.25rem}}.city-officials-container{max-width:1400px;margin:0 auto;padding:2rem 1rem}.officials-section{margin-bottom:4rem}.section-title{font-size:.875rem;font-weight:700;color:#6b7280;letter-spacing:.05em;margin-bottom:1.5rem;text-transform:uppercase}.executive-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;margin-bottom:2rem}.official-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.75rem;transition:all .3s ease;display:flex;justify-content:space-between;gap:2rem}.official-card-content{flex:1;min-width:0}.official-image-placeholder{width:140px;height:140px;min-width:140px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:8px;display:flex;align-items:center;justify-content:center;border:2px solid #E5E7EB;flex-shrink:0}.official-image-placeholder svg{width:56px;height:56px;color:#93c5fd}.official-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.official-position{display:inline-block;font-size:.75rem;font-weight:700;color:#3b82f6;background-color:#eff6ff;padding:.375rem .75rem;border-radius:4px;margin-bottom:.75rem;letter-spacing:.05em}.official-name{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:.5rem 0}.official-title{font-size:.9375rem;color:#666;margin-bottom:1rem;line-height:1.5}.official-contact,.official-location{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;color:#3b82f6;text-decoration:none;margin-top:.5rem;transition:color .2s ease}.official-contact:hover{color:#2563eb}.official-location{color:#666}.official-contact svg,.official-location svg{width:18px;height:18px;flex-shrink:0}.legislative-header{font-size:.9375rem;color:#666;margin-bottom:1.5rem}.councilors-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1rem;margin-bottom:1.5rem}.councilor-card{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.5rem}.councilor-name{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0}.councilor-committees{font-size:.9375rem;color:#666;line-height:1.6;margin:0}.sp-secretary{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;background-color:#f9fafb;border-radius:8px;margin-bottom:1rem}.secretary-label,.secretary-name{font-weight:600;color:#1a1a1a;font-size:.9375rem}.secretary-phone,.secretary-email{color:#3b82f6;text-decoration:none;font-size:.9375rem;transition:color .2s ease}.secretary-phone:hover,.secretary-email:hover{color:#2563eb}.source-text{font-size:.875rem;color:#9ca3af;margin-top:1rem}@media (max-width: 768px){.city-officials-container{padding:1.5rem .75rem}.executive-grid{grid-template-columns:1fr}.councilors-grid{grid-template-columns:1fr;gap:1rem}.official-card{padding:1.5rem}.executive-card{flex-direction:column}.official-image-placeholder{width:100%;height:200px;order:-1}.councilor-card{flex-direction:column;gap:.75rem}.official-name{font-size:1.125rem}.sp-secretary{flex-direction:column;align-items:flex-start;gap:.5rem;padding:1rem}}@media (max-width: 480px){.official-card{padding:1.25rem}.section-title{font-size:.8125rem}.official-name{font-size:1rem}.official-contact,.official-location{font-size:.875rem}}.city-departments-container{max-width:1400px;margin:0 auto;padding:2rem 1rem}.departments-search-box{position:relative;max-width:500px;margin-bottom:2rem}.departments-search-box svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#9ca3af;pointer-events:none}.departments-search-box input{width:100%;padding:.875rem 1rem .875rem 3rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.9375rem;color:#1a1a1a;background-color:#fff;transition:all .2s ease}.departments-search-box input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.departments-search-box input::placeholder{color:#9ca3af}.departments-layout{display:grid;grid-template-columns:280px 1fr;gap:2rem;align-items:start}.departments-sidebar{position:sticky;top:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;max-height:calc(100vh - 2rem);overflow-y:auto}.sidebar-title{font-size:.875rem;font-weight:700;color:#6b7280;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase}.departments-content{min-height:400px}.department-category{margin-bottom:3rem}.category-title{font-size:.875rem;font-weight:700;color:#6b7280;letter-spacing:.05em;margin-bottom:1.5rem;text-transform:uppercase}.offices-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.5rem}.office-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.75rem;transition:all .3s ease}.office-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px);border-color:#d1d5db}.office-name{font-size:1.125rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem;line-height:1.4}.office-head{font-size:.9375rem;color:#666;margin-bottom:1rem}.office-contact{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;color:#3b82f6;text-decoration:none;margin-top:.5rem;transition:color .2s ease}.office-contact:hover{color:#2563eb}.office-contact svg{width:18px;height:18px;flex-shrink:0}@media (max-width: 1024px){.departments-layout{grid-template-columns:240px 1fr;gap:1.5rem}.offices-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width: 768px){.city-departments-container{padding:1.5rem .75rem}.departments-layout{grid-template-columns:1fr;gap:1.5rem}.departments-sidebar{position:static;max-height:none;display:flex;flex-direction:column}.sidebar-title{font-size:.8125rem}.sidebar-item{padding:.625rem .875rem;font-size:.875rem}.offices-grid{grid-template-columns:1fr;gap:1rem}.office-card{padding:1.5rem}}@media (max-width: 480px){.departments-search-box{max-width:100%}.office-card{padding:1.25rem}.office-name{font-size:1rem}.office-contact{font-size:.875rem}}.departments-sidebar::-webkit-scrollbar{width:6px}.departments-sidebar::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.departments-sidebar::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.departments-sidebar::-webkit-scrollbar-thumb:hover{background:#9ca3af}.barangays-container{max-width:1400px;margin:0 auto;padding:2rem 1rem}.barangays-search-box{position:relative;max-width:500px;margin-bottom:2rem}.barangays-search-box svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#9ca3af;pointer-events:none}.barangays-search-box input{width:100%;padding:.875rem 1rem .875rem 3rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.9375rem;color:#1a1a1a;background-color:#fff;transition:all .2s ease}.barangays-search-box input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.barangays-search-box input::placeholder{color:#9ca3af}.barangays-layout{display:grid;grid-template-columns:280px 1fr;gap:2rem;align-items:start}.barangays-sidebar{position:sticky;top:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;max-height:calc(100vh - 2rem);overflow-y:auto}.barangays-count{font-size:.875rem;font-weight:700;color:#6b7280;letter-spacing:.05em;margin-bottom:1.5rem;text-transform:uppercase}.sidebar-group{margin-bottom:1.5rem}.sidebar-group:last-child{margin-bottom:0}.sidebar-group-title{font-size:.8125rem;font-weight:600;color:#9ca3af;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.sidebar-item{display:block;width:100%;text-align:left;padding:.75rem 1rem;border:none;background:transparent;font-size:.9375rem;color:#4b5563;cursor:pointer;border-radius:6px;transition:all .2s ease;margin-bottom:.25rem}.sidebar-item:hover{background-color:#f3f4f6;color:#1a1a1a}.sidebar-item.active{background-color:#dbeafe;color:#3b82f6;font-weight:600}.barangays-content{min-height:400px}.barangay-group{margin-bottom:3rem}.group-title{font-size:.875rem;font-weight:700;color:#6b7280;letter-spacing:.05em;margin-bottom:1.5rem;text-transform:uppercase}.barangays-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.barangay-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;transition:all .3s ease}.barangay-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px);border-color:#d1d5db}.barangay-name{font-size:1rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem;line-height:1.4}.barangay-captain{font-size:.9375rem;color:#666;margin-bottom:.75rem;line-height:1.5}.barangay-phone{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;color:#3b82f6;text-decoration:none;transition:color .2s ease}.barangay-phone:hover{color:#2563eb}.barangay-phone svg{width:18px;height:18px;flex-shrink:0}@media (max-width: 1024px){.barangays-layout{grid-template-columns:240px 1fr;gap:1.5rem}.barangays-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media (max-width: 768px){.barangays-container{padding:1.5rem .75rem}.barangays-layout{grid-template-columns:1fr;gap:1.5rem}.barangays-sidebar{position:static;max-height:none;display:flex;flex-direction:column}.barangays-count{font-size:.8125rem}.sidebar-group-title{font-size:.75rem}.sidebar-item{padding:.625rem .875rem;font-size:.875rem}.barangays-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.barangay-card{padding:1.25rem}}@media (max-width: 480px){.barangays-search-box{max-width:100%}.barangays-grid{grid-template-columns:1fr}.barangay-card{padding:1rem}.barangay-name{font-size:.9375rem}.barangay-captain,.barangay-phone{font-size:.875rem}}.barangays-sidebar::-webkit-scrollbar{width:6px}.barangays-sidebar::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.barangays-sidebar::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.barangays-sidebar::-webkit-scrollbar-thumb:hover{background:#9ca3af}.about-page{min-height:100vh;background-color:#fff;min-width:0;width:100vw;overflow-x:hidden}.about-hero{background:linear-gradient(135deg,#05c,#003d99);padding:4rem 1rem 3rem;text-align:center;color:#fff;animation:fadeIn .4s ease-out}.about-footer__logo-image{width:120px;height:auto;filter:brightness(0) saturate(100%) invert(40%) sepia(98%) saturate(1686%) hue-rotate(200deg) brightness(95%) contrast(102%)}.about-hero__badge{display:inline-flex;align-items:center;gap:.5rem;background-color:#ffffff26;padding:.5rem 1rem;border-radius:20px;margin-bottom:1rem;font-size:.875rem;font-weight:600;animation:fadeInUp .5s cubic-bezier(.16,1,.3,1) backwards}.about-hero__badge svg{color:#fff}.about-hero__title{font-size:3rem;font-weight:700;margin:0 0 .75rem;animation:fadeInUp .5s cubic-bezier(.16,1,.3,1) backwards}.about-hero__subtitle{font-size:1.125rem;opacity:.9;margin:0;animation:fadeInUp .5s cubic-bezier(.16,1,.3,1) backwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.about-stats{background-color:#f9fafb;padding:2.5rem 1rem;border-bottom:1px solid #e5e7eb}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem 1.5rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);animation:fadeInUp .4s cubic-bezier(.16,1,.3,1) backwards}.stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a;border-color:#3b82f6}.stat-card__icon{width:48px;height:48px;margin:0 auto 1rem;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#3b82f6}.stat-card__icon svg{width:24px;height:24px}.stat-card__value{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.stat-card__label{font-size:.9375rem;color:#666}.about-content{padding:3rem 1rem}.container{max-width:1200px;margin:0 auto;min-width:0;width:100vw;box-sizing:border-box;padding-left:.5rem;padding-right:.5rem}.content-section{margin-bottom:3rem;animation:fadeInUp .4s cubic-bezier(.16,1,.3,1) backwards}.section-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem}.about-city-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.section-text{flex:1}.section-text p{font-size:1rem;line-height:1.7;color:#4b5563;margin-bottom:1rem}.section-text p:last-child{margin-bottom:0}.section-image{flex:1;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.section-image img{width:100%;height:auto;display:block;object-fit:cover;aspect-ratio:3/2}.hotlines-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-bottom:1.5rem}.hotline-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:all .3s ease}.hotline-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px);border-color:#3b82f6}.hotline-icon{flex-shrink:0;width:40px;height:40px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#3b82f6}.hotline-icon svg{width:20px;height:20px}.hotline-content{flex:1}.hotline-label{font-size:.875rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.hotline-number{font-size:.9375rem;color:#3b82f6;text-decoration:none;transition:color .2s ease}.hotline-number:hover{color:#2563eb;text-decoration:underline}.view-all-link{display:inline-flex;align-items:center;gap:.5rem;color:#3b82f6;text-decoration:none;font-size:.9375rem;font-weight:600;transition:gap .3s ease}.view-all-link:hover{gap:.75rem;color:#2563eb}.view-all-link svg{flex-shrink:0}.links-list{display:flex;flex-direction:column;gap:.75rem}.official-link{display:inline-flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#3b82f6;text-decoration:none;font-size:.9375rem;font-weight:500;transition:all .3s ease;max-width:500px}.official-link:hover{background:#f8fafc;border-color:#3b82f6;transform:translate(4px)}.official-link svg{flex-shrink:0;color:#3b82f6}.about-footer{background-color:#f9fafb;padding:4rem 1rem 3rem;border-top:1px solid #e5e7eb;text-align:center;animation:fadeInUp .4s cubic-bezier(.16,1,.3,1) backwards}.about-footer__logo{margin-bottom:1.5rem;display:inline-block}.about-footer__logo img{height:80px;width:auto;object-fit:contain}.about-footer__title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.about-footer__text{font-size:1rem;line-height:1.7;color:#4b5563;max-width:700px;margin:0 auto 1.5rem}.about-footer__disclaimer{font-size:.875rem;color:#6b7280;margin-bottom:1rem}.about-footer__disclaimer a{color:#3b82f6;text-decoration:none}.about-footer__disclaimer a:hover{text-decoration:underline}.about-footer__credits{font-size:.8125rem;color:#9ca3af}@media (max-width: 768px){.about-page{min-width:0;width:100vw;overflow-x:hidden}.container{padding-left:.25rem;padding-right:.25rem;min-width:0;width:100vw;box-sizing:border-box}.about-hero{padding:2rem .25rem 1.5rem}.about-hero__title{font-size:1.25rem}.about-hero__subtitle{font-size:.9rem}.about-stats{padding:1rem .25rem}.stats-grid{grid-template-columns:1fr;gap:.5rem}.stat-card{padding:1rem .5rem}.stat-card__value{font-size:1.1rem}.about-content{padding:1rem .25rem}.section-title{font-size:1rem}.about-city-content{grid-template-columns:1fr;gap:1rem}.hotlines-grid{grid-template-columns:1fr;gap:.5rem}.hotline-card{padding:.75rem}.about-footer{padding:1.5rem .25rem 1rem}.about-footer__title{font-size:1rem}.about-footer__text{font-size:.85rem}}@media (max-width: 480px){.about-hero__title{font-size:1.875rem}.stats-grid{grid-template-columns:1fr}.stat-card__value{font-size:1.5rem}.official-link{font-size:.875rem}}.search-page{min-height:calc(100vh - 200px);padding:3rem 1rem;background-color:#fff}.search-page__title{font-size:2.5rem;font-weight:700;text-align:center;color:#1a1a1a;margin-bottom:2rem;animation:fadeInUp .6s ease-out}.search-page__input-wrapper{position:relative;max-width:800px;margin:0 auto 2rem;animation:fadeInUp .6s ease-out .1s backwards}.search-page__icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);width:24px;height:24px;color:#9ca3af;pointer-events:none}.search-page__input{width:100%;padding:1rem 1.5rem 1rem 3.5rem;font-family:Figtree,sans-serif;font-size:1rem;border:2px solid #e5e7eb;border-radius:12px;background:#fff;color:#1a1a1a;transition:all .2s ease;outline:none}.search-page__input:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.search-page__input::placeholder{color:#9ca3af}.search-page__empty{text-align:center;padding:2rem 1rem;animation:fadeInUp .6s ease-out .2s backwards}.search-page__empty-text{font-size:1rem;color:#9ca3af;margin-bottom:2rem}.search-page__popular{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;max-width:600px;margin:0 auto}.search-page__tag{padding:.5rem 1rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:20px;font-size:.875rem;color:#4b5563;cursor:pointer;transition:all .2s ease;font-family:Figtree,sans-serif}.search-page__tag:hover{background:#e5e7eb;border-color:#d1d5db;color:#1a1a1a}.search-page__count{max-width:800px;margin:0 auto 1.5rem;font-size:.9375rem;color:#6b7280;animation:fadeIn .3s ease-out}.search-page__results{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.search-result{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;text-decoration:none;transition:all .2s ease;animation:fadeInUp .3s ease-out backwards}.search-result:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626;transform:translateY(-2px)}.search-result__icon{flex-shrink:0;width:40px;height:40px;background:#f3f4f6;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#6b7280}.search-result__icon svg{width:20px;height:20px}.search-result__content{flex:1;min-width:0}.search-result__title{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0 0 .375rem;line-height:1.4}.search-result__title mark{background-color:#dbeafe;color:#1e40af;padding:.125rem .25rem;border-radius:3px;font-weight:700}.search-result__description{font-size:.875rem;color:#6b7280;margin:0 0 .5rem;line-height:1.5}.search-result__description mark{background-color:#dbeafe;color:#1e40af;padding:.125rem .25rem;border-radius:3px}.search-result__category{display:inline-block;padding:.25rem .625rem;background:#f3f4f6;color:#6b7280;font-size:.75rem;border-radius:12px;font-weight:500}.search-result__badge{flex-shrink:0;padding:.25rem .625rem;background:#f3f4f6;color:#6b7280;font-size:.75rem;border-radius:4px;font-weight:500;align-self:flex-start}.search-page__no-results{text-align:center;padding:3rem 1rem;color:#6b7280}.search-page__no-results p{font-size:1rem;margin:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.search-result:nth-child(1){animation-delay:.05s}.search-result:nth-child(2){animation-delay:.1s}.search-result:nth-child(3){animation-delay:.15s}.search-result:nth-child(4){animation-delay:.2s}.search-result:nth-child(5){animation-delay:.25s}@media (max-width: 768px){.search-page{padding:2rem 1rem}.search-page__title{font-size:2rem}.search-page__input{padding:.875rem 1.25rem .875rem 3rem;font-size:.9375rem}.search-result{padding:1rem;gap:.875rem}.search-result__icon{width:36px;height:36px}.search-result__title{font-size:.9375rem}.search-result__description{font-size:.8125rem}}@media (max-width: 480px){.search-page__title{font-size:1.75rem}.search-page__popular{gap:.5rem}.search-page__tag{padding:.375rem .75rem;font-size:.8125rem}}.sitemap-page{min-height:calc(100vh - 200px);padding:3rem 1rem;background-color:#f9fafb}.sitemap-page__title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:3rem;animation:fadeInUp .6s ease-out}.sitemap-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;animation:fadeInUp .6s ease-out backwards;animation-delay:.1s}.sitemap-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.sitemap-section__title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb;@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}}.sitemap-section__title .sitemap-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.sitemap-section__title .sitemap-link{display:inline-flex;align-items:center;padding:.5rem 0;color:#05c;text-decoration:none;font-size:1rem;transition:all .2s ease;width:fit-content}.sitemap-section__title .sitemap-link:before{content:"→";margin-right:.5rem;transition:transform .2s ease}.sitemap-section__title .sitemap-link:hover{color:#003d99;padding-left:.5rem}.sitemap-section__title .sitemap-link:hover:before{transform:translate(3px)}@media (max-width: 968px){.sitemap-section__title .sitemap-grid{grid-template-columns:1fr;gap:2rem}}@media (max-width: 768px){.sitemap-section__title .sitemap-page{padding:2rem 1rem}.sitemap-section__title .sitemap-page__title{font-size:2rem;margin-bottom:2rem}.sitemap-section__title .sitemap-section{padding:1.5rem}.sitemap-section__title .sitemap-section__title{font-size:1.125rem}.sitemap-section__title .sitemap-link{font-size:.9375rem}}.fare-calculator-page{background:#f9fafb;min-height:100vh;padding-bottom:0}.fare-calculator-hero{background:#fff;border-bottom:1px solid #E5E7EB;padding:3rem 0 2rem;margin-bottom:2rem}.fare-hero-content{text-align:center;max-width:800px;margin:0 auto}.fare-hero-title{font-size:2rem;font-weight:700;color:#111827;margin:0 0 .75rem;line-height:1.2}.fare-hero-subtitle{font-size:1.1rem;color:#6b7280;margin:0;line-height:1.5}.fare-calculator-container{padding:0 1rem 3rem}.fare-calculator-grid{display:grid;grid-template-columns:400px 1fr;gap:2rem;max-width:1400px;margin:0 auto}.fare-control-panel{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;height:fit-content;box-shadow:0 1px 3px #0000000d}.fare-input-group{display:flex;flex-direction:column;gap:.75rem}.fare-input-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.fare-input-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#374151}.fare-location-actions{display:flex;align-items:center;gap:.5rem}.fare-location-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;flex-shrink:0}.fare-location-icon.pickup{background:#ecfdf5;color:#10b981}.fare-location-icon.dropoff{background:#fef2f2;color:#ef4444}.fare-detect-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem .875rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.fare-detect-btn:hover:not(:disabled){background:#2563eb}.fare-detect-btn:disabled{opacity:.7;cursor:not-allowed}.fare-spinner{width:12px;height:12px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.fare-map-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:#fff;color:#6b7280;border:1px solid #D1D5DB;border-radius:8px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.fare-map-btn:hover{background:#f9fafb;border-color:#9ca3af;color:#374151}.fare-map-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.fare-map-btn.active:hover{background:#2563eb;border-color:#2563eb}.fare-map-hint{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#eff6ff;border:1px solid #BFDBFE;border-radius:8px;font-size:.8125rem;color:#1e40af;animation:slideDown .3s ease}.fare-input-wrapper{position:relative}.fare-input{width:100%;padding:.875rem 1rem;border:1px solid #D1D5DB;border-radius:8px;font-size:.9375rem;color:#111827;background:#fff;transition:all .2s ease;box-sizing:border-box}.fare-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.fare-input::placeholder{color:#9ca3af}.fare-input-loading{position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none}.fare-spinner-small{width:16px;height:16px;border:2px solid #E5E7EB;border-top-color:#3b82f6;border-radius:50%;animation:spin .6s linear infinite}.fare-suggestions{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border:1px solid #E5E7EB;border-radius:8px;box-shadow:0 10px 25px #0000001a;max-height:280px;overflow-y:auto;z-index:100;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.fare-suggestions::-webkit-scrollbar{width:6px}.fare-suggestions::-webkit-scrollbar-track{background:#f3f4f6}.fare-suggestions::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.fare-suggestion-item{width:100%;display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;border:none;background:#fff;text-align:left;cursor:pointer;transition:background .15s ease;border-bottom:1px solid #F3F4F6}.fare-suggestion-item:last-child{border-bottom:none}.fare-suggestion-item:hover{background:#f9fafb}.fare-suggestion-item svg{flex-shrink:0;margin-top:2px}.fare-suggestion-content{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.fare-suggestion-text{font-size:.875rem;color:#374151;line-height:1.4;word-wrap:break-word}.fare-suggestion-badge{display:inline-flex;align-items:center;padding:.125rem .5rem;background:#dbeafe;color:#1e40af;border-radius:4px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;width:fit-content}.fare-calculating{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f3f4f6;border-radius:8px;font-size:.9375rem;color:#6b7280;font-weight:500}.fare-summary{background:#f9fafb;border:1px solid #E5E7EB;border-radius:8px;padding:1.25rem;display:flex;flex-direction:column;gap:.875rem}.fare-summary-header h3{font-size:.875rem;font-weight:600;color:#6b7280;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.05em}.fare-summary-row{display:flex;justify-content:space-between;align-items:center}.fare-summary-label{font-size:.9375rem;color:#6b7280;font-weight:500}.fare-summary-value{font-size:1.125rem;font-weight:600;color:#111827}.fare-summary-divider{height:1px;background:#e5e7eb;margin:.25rem 0}.fare-total{padding-top:.5rem}.fare-total .fare-summary-label{font-size:1rem;color:#374151;font-weight:600}.fare-amount{font-size:1.75rem;font-weight:700;color:#3b82f6}.fare-breakdown{padding-top:.75rem;border-top:1px solid #E5E7EB}.fare-breakdown-text{margin:0;font-size:.8125rem;color:#6b7280;line-height:1.5}.fare-breakdown-text strong{color:#374151}.fare-breakdown-text{margin:.25rem 0}.fare-surcharge{color:#f59e0b}.fare-surcharge .fare-summary-label{color:#92400e;display:flex;align-items:center;font-size:.875rem}.fare-surcharge .fare-summary-value{color:#f59e0b;font-size:1rem}.fare-reset-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem;background:#fff;color:#dc2626;border:1px solid #FCA5A5;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.fare-reset-btn:hover{background:#fef2f2;border-color:#ef4444}.fare-map-container{background:#fff;border:1px solid #E5E7EB;border-radius:12px;overflow:hidden;height:600px;box-shadow:0 1px 3px #0000000d;position:relative}.fare-map{width:100%;height:100%;z-index:1}.fare-map-overlay{position:absolute;top:0;left:0;right:0;z-index:1000;pointer-events:none}.fare-map-legend{position:absolute;top:1rem;left:1rem;background:#fff;padding:.75rem;border-radius:8px;box-shadow:0 2px 8px #00000026;display:flex;flex-direction:column;gap:.5rem;pointer-events:auto}.fare-legend-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#374151;font-weight:500}.fare-legend-box{width:20px;height:14px;border:2px dashed;border-radius:3px;flex-shrink:0}.fare-map-banner{position:absolute;top:1rem;left:50%;transform:translate(-50%);background:#1e40af;color:#fff;padding:.75rem 1.25rem;border-radius:8px;box-shadow:0 4px 12px #1e40af66;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;pointer-events:auto;animation:slideDown .3s ease,pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 4px 12px #1e40af66}50%{box-shadow:0 4px 20px #1e40af99}}.fare-map .leaflet-tile-pane{filter:saturate(80%) contrast(92%) brightness(103%);opacity:.95}.fare-map .leaflet-control-zoom{border:1px solid #E5E7EB;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.fare-map .leaflet-control-zoom-in,.fare-map .leaflet-control-zoom-out{background:#fff;color:#374151;border:none;border-bottom:1px solid #E5E7EB;width:36px;height:36px;font-size:20px;font-weight:400;line-height:36px}.fare-map .leaflet-control-zoom-out{border-bottom:none}.fare-map .leaflet-control-zoom-in:hover,.fare-map .leaflet-control-zoom-out:hover{background:#f9fafb;color:#111827}@media (max-width: 1200px){.fare-calculator-grid{grid-template-columns:380px 1fr;gap:1.5rem}}@media (max-width: 1024px){.fare-calculator-grid{grid-template-columns:1fr;gap:1.5rem}.fare-map-container{height:500px}}@media (max-width: 768px){.fare-calculator-hero{padding:2rem 0 1.5rem;margin-bottom:1.5rem}.fare-hero-title{font-size:1.75rem}.fare-hero-subtitle{font-size:1rem}.fare-calculator-container{padding:0 .75rem 2rem}.fare-calculator-grid{gap:1.25rem}.fare-control-panel{padding:1.25rem;gap:1.25rem}.fare-input-header{flex-direction:column;align-items:flex-start;gap:.625rem}.fare-location-actions{width:100%}.fare-detect-btn,.fare-map-btn{flex:1;justify-content:center}.fare-map-container{height:400px}.fare-map-legend{top:.75rem;left:.75rem;padding:.625rem;gap:.375rem}.fare-legend-item{font-size:.6875rem}.fare-map-banner{font-size:.8125rem;padding:.625rem 1rem}}@media (max-width: 640px){.fare-calculator-hero{padding:1.5rem 0 1.25rem;margin-bottom:1.25rem}.fare-hero-title{font-size:1.5rem}.fare-hero-subtitle{font-size:.9375rem}.fare-calculator-container{padding:0 .5rem 1.5rem}.fare-control-panel{padding:1rem;gap:1rem}.fare-input-label{font-size:.8125rem}.fare-location-icon{width:28px;height:28px}.fare-location-icon svg{width:16px;height:16px}.fare-input{padding:.75rem .875rem;font-size:.875rem}.fare-detect-btn,.fare-map-btn{padding:.625rem .75rem;font-size:.75rem}.fare-map-container{height:350px;border-radius:10px}.fare-amount{font-size:1.5rem}.fare-map-legend{top:.5rem;left:.5rem;padding:.5rem;gap:.3rem}.fare-legend-item{font-size:.625rem}.fare-legend-box{width:16px;height:12px}.fare-map-banner{top:.5rem;font-size:.75rem;padding:.5rem .875rem}.fare-map-hint{font-size:.75rem;padding:.625rem}}@media (max-width: 480px){.fare-hero-title{font-size:1.25rem}.fare-hero-subtitle{font-size:.875rem}.fare-map-container{height:300px}.fare-map-legend{font-size:.625rem;padding:.375rem .5rem}.fare-legend-box{width:14px;height:10px;border-width:1.5px}.fare-map-banner{font-size:.6875rem;padding:.5rem .75rem;max-width:90%;text-align:center}}@media (prefers-reduced-motion: reduce){.fare-spinner,.fare-suggestions,.fare-control-panel,.fare-detect-btn,.fare-reset-btn,.fare-suggestion-item{animation:none;transition:none}}@media print{.fare-calculator-hero{border-bottom:2px solid #000}.fare-detect-btn,.fare-reset-btn{display:none}.fare-map-container{height:400px;border:2px solid #000}}@font-face{font-family:Figtree;src:url(/FigTree/FigTree-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Figtree;src:url(/FigTree/FigTree-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Figtree;src:url(/FigTree/FigTree-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--color-primary: #0055CC;--color-primary-dark: #003D99;--color-secondary: #1E2A3A;--color-accent: #00B4D8;--bg-white: #FFFFFF;--bg-light: #F8F9FA;--bg-blue: #0055CC;--bg-dark: #1E2A3A;--text-primary: #1E2A3A;--text-secondary: #6C757D;--text-light: #ADB5BD;--text-white: #FFFFFF;--border-light: #E9ECEF;--border-medium: #DEE2E6;--service-business: #0055CC;--service-health: #DC3545;--service-education: #28A745;--service-waste: #20C997;--service-transport: #FD7E14;--service-documents: #6F42C1;--container-max: 1500px;--container-padding: .75rem;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: 1rem;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .07);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--transition-fast: .15s ease-in-out;--transition-medium: .25s ease-in-out}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;text-rendering:optimizeLegibility}body{font-family:Figtree,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.6;color:var(--text-primary);background-color:var(--bg-white);overflow-x:hidden;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem}a{color:var(--color-primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-primary-dark)}button{font-family:Figtree,sans-serif;cursor:pointer;border:none;background:none;transition:all var(--transition-fast)}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}.text-center{text-align:center}.text-white{color:var(--text-white)}.fw-bold{font-weight:700}.fw-semibold{font-weight:600}.fw-medium{font-weight:500}@media (min-width: 768px){:root{--container-padding: 1.5rem}h1{font-size:3.5rem}h2{font-size:2.5rem}}@media (min-width: 1024px){:root{--container-padding: 2rem}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}img{max-width:100%;height:auto;display:block;aspect-ratio:attr(width) / attr(height)}html{scroll-behavior:smooth}*:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.service-card,.government-card,.hero__service-item{contain:layout style paint}@media (prefers-reduced-motion: no-preference){.service-card,.government-card,.hero__service-item{will-change:transform,box-shadow}.service-card:hover,.government-card:hover,.hero__service-item:hover{will-change:auto}}
