.service-global-hero{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;padding:calc(var(--header-total-height, 100px) + 80px) 20px 100px;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);overflow:hidden}.service-global-hero .hero-background{position:absolute;top:0;left:0;width:100%;height:100%}.service-global-hero .hero-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.service-global-hero .hero-content{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto}.service-global-hero .hero-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:20px;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.service-global-hero .hero-icon svg{width:40px;height:40px;stroke:#fff}.service-global-hero .hero-title{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2;letter-spacing:-.02em}.service-global-hero .hero-subtitle{font-size:clamp(1.1rem,2.5vw,1.35rem);color:#fffc;margin-bottom:2rem;font-weight:400;line-height:1.6}.service-global-hero .hero-badges{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:2rem}.service-global-hero .hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);padding:.6rem 1.25rem;border-radius:50px;color:#fff;font-size:.9rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.service-global-hero .hero-badge:hover{background:#ffffff1f;border-color:#ffffff40}.service-global-hero .hero-badge__icon{display:flex;align-items:center}.service-global-hero .hero-badge__icon svg{width:18px;height:18px;stroke:var(--clr-primary, #FF914D)}.service-global-hero .hero-price{margin-top:1.5rem}.service-global-hero .price-tag{display:inline-block;background:linear-gradient(135deg,var(--clr-primary, #FF914D) 0%,#e8823b 100%);padding:.9rem 2.5rem;border-radius:50px;color:#fff;font-size:.8rem;font-weight:600;box-shadow:0 4px 20px #ff914d59;letter-spacing:.01em}.service-intro{padding:80px 20px;background:#fff}.service-intro .intro-content{max-width:800px;margin:0 auto;text-align:center}.service-intro h2{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:#1a1a2e;margin-bottom:1.25rem;letter-spacing:-.01em}.service-intro .intro-text{font-size:1.1rem;color:#555;line-height:1.8}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:#1a1a2e;margin-bottom:.5rem;letter-spacing:-.01em}.section-header p{font-size:1.05rem;color:#666}.section-header--light h2,.section-header--light p{color:#fff}.section-header--light p{opacity:.8}.service-cities{padding:100px 20px;background:#f8f9fb}.cities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.city-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #0000000f;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(0,0,0,.04)}.city-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #0000001f}.city-card--coming-soon{opacity:.75}.city-card--coming-soon:hover{transform:none;box-shadow:0 4px 24px #0000000f}.city-card__image{position:relative;height:200px;overflow:hidden}.city-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.city-card:hover .city-card__image img{transform:scale(1.05)}.city-card__badge{position:absolute;top:1rem;right:1rem;padding:.4rem .9rem;border-radius:50px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.city-card__badge--active{background:#22c55ee6;color:#fff}.city-card__badge--coming{background:#ff914df2;color:#fff}.city-card__content{padding:1.5rem}.city-card__header{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1rem}.city-card__name{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin:0;letter-spacing:-.01em}.city-card__country{font-size:.9rem;color:#888}.city-card__stats{display:flex;gap:1.5rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #eee}.city-card__stat{display:flex;align-items:center;gap:.5rem}.city-card__stat-icon{display:flex;align-items:center;color:var(--clr-primary, #FF914D)}.city-card__stat-icon svg{width:16px;height:16px}.city-card__stat-value{font-size:1rem;font-weight:700;color:#1a1a2e}.city-card__stat-label{font-size:.8rem;color:#888}.city-card__locations{margin-bottom:1.5rem}.city-card__locations ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.city-card__locations li{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#555}.city-card__locations .location-icon{display:flex;align-items:center;color:#888}.city-card__locations .location-icon svg{width:16px;height:16px}.city-card__cta{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.9rem 1.5rem;background:linear-gradient(135deg,var(--clr-primary, #FF914D) 0%,#e8823b 100%);color:#fff;font-size:.95rem;font-weight:600;border:none;border-radius:10px;cursor:pointer;text-decoration:none;transition:all .3s ease}.city-card__cta:hover{background:linear-gradient(135deg,#e8823b 0%,var(--clr-primary, #FF914D) 100%);transform:translateY(-2px);box-shadow:0 4px 16px #ff914d66;color:#fff}.city-card__cta svg{width:18px;height:18px;transition:transform .3s ease}.city-card__cta:hover svg{transform:translate(4px)}.city-card__cta--disabled{background:#ddd;color:#888;cursor:not-allowed}.city-card__cta--disabled:hover{transform:none;box-shadow:none;background:#ddd}.service-benefits{padding:100px 20px;background:#fff}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.benefit-card{text-align:center;padding:2rem 1.5rem;background:#f8f9fb;border-radius:16px;transition:transform .3s ease,box-shadow .3s ease;border:1px solid transparent}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014;border-color:#ff914d33}.benefit-card__icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:linear-gradient(135deg,#ff914d1a,#ff914d0d);border-radius:16px;margin-bottom:1.25rem}.benefit-card__icon svg{width:28px;height:28px;stroke:var(--clr-primary, #FF914D)}.benefit-card__title{font-size:.8rem;font-weight:700;color:#1a1a2e;margin-bottom:.75rem}.benefit-card__text{font-size:.95rem;color:#666;line-height:1.6;margin:0}.service-steps{padding:100px 20px;background:linear-gradient(135deg,#1a1a2e,#16213e)}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.step-card{position:relative;text-align:center;padding:2.5rem 2rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.step-card__number{position:absolute;top:-1rem;left:50%;transform:translate(-50%);width:2.5rem;height:2.5rem;background:linear-gradient(135deg,var(--clr-primary, #FF914D) 0%,#e8823b 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;box-shadow:0 4px 12px #ff914d66}.step-card__icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:#ffffff0f;border-radius:16px;margin-bottom:1.25rem;margin-top:.5rem}.step-card__icon svg{width:32px;height:32px;stroke:#fff}.step-card__title{font-size:.8rem;font-weight:700;color:#fff;margin-bottom:.75rem}.step-card__text{font-size:.95rem;color:#ffffffb3;line-height:1.6;margin:0}.service-cta{padding:100px 20px;background:linear-gradient(135deg,var(--clr-primary, #FF914D) 0%,#e8823b 100%)}.service-cta .cta-content{text-align:center;max-width:800px;margin:0 auto}.service-cta h2{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:#fff;margin-bottom:.75rem;letter-spacing:-.01em}.service-cta>.cta-content>p{font-size:.8rem;color:#ffffffe6;margin-bottom:2rem}.service-cta .cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.service-cta .btn-cta-city{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#fff;color:#1a1a2e;font-size:1rem;font-weight:600;border-radius:50px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #00000026}.service-cta .btn-cta-city:hover{transform:translateY(-3px);box-shadow:0 8px 28px #0003;background:#fff;color:var(--clr-primary, #FF914D)}.service-cta .btn-cta-city svg{width:18px;height:18px;transition:transform .3s ease}.service-cta .btn-cta-city:hover svg{transform:translate(4px)}.service-cta .cta-note{font-size:.95rem;color:#ffffffd9;margin:0}.service-global-page .faq-modern{padding:100px 20px}.service-global-page .btn-contact{display:inline-flex;align-items:center;gap:.5rem}.service-global-page .btn-contact svg{width:18px;height:18px;transition:transform .3s ease}.service-global-page .btn-contact:hover svg{transform:translate(4px)}@media (min-width: 1200px){.service-global-hero{padding:calc(var(--header-total-height, 100px) + 100px) 20px 120px;min-height:520px}.service-global-hero .hero-icon{width:96px;height:96px}.service-global-hero .hero-icon svg{width:48px;height:48px}}@media (max-width: 768px){.service-global-hero{min-height:420px;padding:calc(var(--header-total-height, 80px) + 50px) 16px 70px}.service-global-hero .hero-icon{width:64px;height:64px}.service-global-hero .hero-icon svg{width:32px;height:32px}.service-global-hero .hero-badges{flex-direction:column;align-items:center}.cities-grid,.city-card__locations ul{grid-template-columns:1fr}.city-card__stats{gap:1rem}.benefits-grid,.steps-grid{grid-template-columns:1fr}.service-cities,.service-benefits,.service-steps,.service-cta,.service-global-page .faq-modern{padding:70px 16px}.service-cta .cta-buttons{flex-direction:column}.service-cta .btn-cta-city{width:100%;justify-content:center}}@media (max-width: 480px){.service-intro,.service-cities,.service-benefits,.service-steps,.service-cta{padding:60px 16px}.city-card__content{padding:1.25rem}.benefit-card,.step-card{padding:1.5rem 1.25rem}.service-global-hero .price-tag{padding:.75rem 1.75rem;font-size:1rem}}
