.custom-citylocations{padding-top:var(--section-padding-top);padding-bottom:var(--section-padding-bottom);background-color:#faf9f7;min-height:100vh}.custom-citylocations__header{text-align:center;margin-bottom:3rem}.custom-citylocations__title{font-size:2.5rem;font-weight:700;color:#2c2c2c;margin-bottom:1rem;line-height:1.2}.custom-citylocations__subtitle{font-size:1.1rem;color:#666;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.custom-citylocations__subtitle strong{color:#ff6b35;font-weight:600}.custom-citylocations__features{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.custom-citylocations__feature{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;font-size:.9rem;color:#555;transition:all var(--animation-duration) ease}.custom-citylocations__feature:hover{transform:var(--hover-transform);box-shadow:0 6px 20px #0000001a}.custom-citylocations__feature-icon{font-size:1.2rem}.custom-citylocations__actions{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.custom-citylocations__btn{padding:1.2rem 2.4rem;border-radius:var(--city-button-radius);font-weight:600;text-decoration:none;border:var(--city-button-border-width) solid var(--city-button-border-color);cursor:pointer;transition:all var(--animation-duration) cubic-bezier(.4,0,.2,1);font-size:.95rem;display:inline-block;position:relative;overflow:hidden}.custom-citylocations__btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left var(--animation-duration) ease}.custom-citylocations__btn:hover:before{left:100%}.custom-citylocations__btn--primary{background-color:var(--city-primary-color);color:var(--city-primary-text)}.custom-citylocations__btn--primary:hover{background-color:var(--city-primary-hover);transform:var(--hover-transform);box-shadow:0 8px 25px #00000026}.custom-citylocations__btn--secondary{background-color:var(--city-secondary-color);color:var(--city-secondary-text)}.custom-citylocations__btn--secondary:hover{background-color:var(--city-secondary-hover);transform:var(--hover-transform);box-shadow:0 8px 25px #00000026}.custom-citylocations__statistics{display:flex;justify-content:center;gap:4rem;margin-bottom:2rem;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001a}.custom-citylocations__stat{text-align:center}.custom-citylocations__stat-number{display:block;font-size:3rem;font-weight:700;color:#ff6b35;line-height:1;margin-bottom:.5rem}.custom-citylocations__stat-label{font-size:.9rem;color:#666;font-weight:500}.custom-citylocations__stat-note{text-align:center;margin-top:1rem;font-size:.8rem;color:#999;font-style:italic}.custom-citylocations__tabs{display:flex;justify-content:center;margin-bottom:3rem;background:#fff;border-radius:8px;padding:4px;box-shadow:0 2px 8px #0000001a;max-width:300px;margin-left:auto;margin-right:auto}.custom-citylocations__tab-button{flex:1;padding:1.2rem 2.4rem;border:none;background:transparent;color:#666;font-weight:600;border-radius:6px;cursor:pointer;transition:all .3s ease}.custom-citylocations__tab-button.active{background-color:#ff6b35;color:#fff}.custom-citylocations__tab-button:hover:not(.active){background-color:#f5f5f5}.custom-citylocations__tab-content{display:none}.custom-citylocations__tab-content.active{display:block}.custom-citylocations__content{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 16px #0000001a}.custom-citylocations__section-title{font-size:2rem;font-weight:700;color:#2c2c2c;margin-bottom:.5rem;text-align:center}.custom-citylocations__section-subtitle{color:#666;text-align:center;margin-bottom:2rem}.custom-citylocations__search{display:flex;gap:1rem;margin-bottom:2rem;align-items:center;justify-content:center}.custom-citylocations__search-input{flex:1;max-width:400px;padding:1.2rem 1.6rem;border:2px solid #e5e5e5;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.custom-citylocations__search-input:focus{outline:none;border-color:#ff6b35}.custom-citylocations__view-all-btn{padding:1.2rem 2.4rem;background-color:#ff6b35;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.custom-citylocations__view-all-btn:hover{background-color:#e55a2e}.custom-citylocations__alphabet{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:3rem;padding:1rem;background:#f8f8f8;border-radius:8px}.custom-citylocations__alphabet-letter{padding:.8rem 1.2rem;background:var(--alphabet-bg);color:var(--alphabet-text);border:1px solid var(--city-tag-border);border-radius:6px;cursor:pointer;transition:all var(--animation-duration) cubic-bezier(.4,0,.2,1);font-weight:500;min-width:40px;text-align:center;position:relative;overflow:hidden}.custom-citylocations__alphabet-letter:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:var(--alphabet-hover-bg);transition:width var(--animation-duration) ease;z-index:0}.custom-citylocations__alphabet-letter:hover:before{width:100%}.custom-citylocations__alphabet-letter:hover{color:var(--alphabet-hover-text);border-color:var(--alphabet-hover-bg);transform:var(--hover-transform)}.custom-citylocations__alphabet-letter.active{background-color:var(--alphabet-active-bg);color:var(--alphabet-active-text);border-color:var(--alphabet-active-bg)}.custom-citylocations__alphabet-letter span{position:relative;z-index:1}.custom-citylocations__states-list,.custom-citylocations__countries-list{display:flex;flex-direction:column;gap:2rem}.custom-citylocations__state-group,.custom-citylocations__country-group{border:1px solid #e5e5e5;border-radius:8px;padding:1.5rem;background:#fafafa;transition:all var(--animation-duration) ease}.custom-citylocations__state-group:hover,.custom-citylocations__country-group:hover{transform:translate(5px);box-shadow:0 4px 15px #0000001a}.custom-citylocations__state-header,.custom-citylocations__country-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.custom-citylocations__state-name,.custom-citylocations__country-name{font-size:1.3rem;font-weight:600;color:#2c2c2c;margin:0;flex:1}.custom-citylocations__city-count,.custom-citylocations__province-count{font-size:.9rem;color:#666;font-weight:500}.custom-citylocations__cities-grid,.custom-citylocations__provinces-grid{display:flex;flex-wrap:wrap;gap:.75rem}.custom-citylocations__city-tag,.custom-citylocations__province-tag{display:inline-block;padding:.6rem 1.2rem;background:var(--city-tag-bg);color:var(--city-tag-text);border:var(--city-button-border-width) solid var(--city-tag-border);border-radius:var(--city-tag-radius);font-size:.9rem;transition:all var(--animation-duration) cubic-bezier(.4,0,.2,1);cursor:pointer;text-decoration:none;position:relative;overflow:hidden}.custom-citylocations__city-tag:before,.custom-citylocations__province-tag:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--city-tag-hover-bg);transition:left var(--animation-duration) ease;z-index:0}.custom-citylocations__city-tag:hover:before,.custom-citylocations__province-tag:hover:before{left:0}.custom-citylocations__city-tag:hover,.custom-citylocations__province-tag:hover{color:var(--city-tag-hover-text);transform:var(--hover-transform);box-shadow:0 4px 12px #00000026}.custom-citylocations__city-tag span,.custom-citylocations__province-tag span{position:relative;z-index:1}.custom-citylocations__ripple{position:absolute;border-radius:50%;background:#fff9;transform:scale(0);animation:ripple-animation .6s linear;pointer-events:none;z-index:0}@keyframes ripple-animation{to{transform:scale(2);opacity:0}}.custom-citylocations__notice{text-align:center;padding:2rem;background:#f0f8ff;border-radius:8px;margin-top:3rem;border:1px solid #e0f0ff}.custom-citylocations__notice p{margin:.5rem 0;color:#666}.custom-citylocations__notice-btn{margin-top:1rem;padding:1rem 2rem;background-color:var(--city-primary-color);color:var(--city-primary-text);border:none;border-radius:var(--city-button-radius);font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:all var(--animation-duration) ease}.custom-citylocations__notice-btn:hover{background-color:var(--city-primary-hover);transform:var(--hover-transform);box-shadow:0 4px 12px #00000026}.custom-citylocations__state-link,.custom-citylocations__country-link{color:inherit;text-decoration:none;transition:all var(--animation-duration) ease;position:relative}.custom-citylocations__state-link:hover,.custom-citylocations__country-link:hover{color:var(--city-primary-color)}.custom-citylocations__state-link:after,.custom-citylocations__country-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:var(--city-primary-color);transition:width var(--animation-duration) ease}.custom-citylocations__state-link:hover:after,.custom-citylocations__country-link:hover:after{width:100%}.custom-citylocations__info-section{margin-top:4rem}.custom-citylocations__info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.custom-citylocations__info-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 16px #0000001a;text-align:center}.custom-citylocations__info-card h3{font-size:1.2rem;font-weight:600;color:#2c2c2c;margin-bottom:1rem}.custom-citylocations__info-card p{color:#666;margin-bottom:1.5rem;line-height:1.6}.custom-citylocations__info-link{color:#ff6b35;text-decoration:none;font-weight:600;transition:color .3s ease}.custom-citylocations__info-link:hover{color:#e55a2e;text-decoration:underline}@media screen and (max-width: 749px){.custom-citylocations__title{font-size:2rem}.custom-citylocations__features{gap:1rem}.custom-citylocations__feature{font-size:.8rem;padding:.4rem .8rem}.custom-citylocations__statistics{gap:2rem;padding:1.5rem}.custom-citylocations__stat-number{font-size:2.5rem}.custom-citylocations__search{flex-direction:column;align-items:stretch}.custom-citylocations__search-input{max-width:none}.custom-citylocations__alphabet{gap:.3rem}.custom-citylocations__alphabet-letter{padding:.6rem 1rem;min-width:35px}.custom-citylocations__state-header,.custom-citylocations__country-header{flex-direction:column;align-items:flex-start;gap:.5rem}.custom-citylocations__info-cards{grid-template-columns:1fr}}@media screen and (max-width: 480px){.custom-citylocations__title{font-size:1.5rem}.custom-citylocations__features{flex-direction:column;align-items:center}.custom-citylocations__statistics{flex-direction:column;gap:1.5rem}.custom-citylocations__actions{flex-direction:column}.custom-citylocations__btn{width:100%;max-width:250px}}.custom-citylocations__btn:focus-visible,.custom-citylocations__city-tag:focus-visible,.custom-citylocations__alphabet-letter:focus-visible,.custom-citylocations__tab-button:focus-visible{outline:2px solid var(--city-primary-color);outline-offset:2px}@media (prefers-reduced-motion){.custom-citylocations__btn,.custom-citylocations__feature,.custom-citylocations__city-tag,.custom-citylocations__province-tag,.custom-citylocations__alphabet-letter,.custom-citylocations__state-group,.custom-citylocations__country-group{transition-duration:.01ms}.custom-citylocations__btn:before,.custom-citylocations__city-tag:before,.custom-citylocations__province-tag:before,.custom-citylocations__alphabet-letter:before{transition-duration:.01ms}}
/*# sourceMappingURL=/cdn/shop/t/77/assets/section-city-locations.css.map */
