.ff-hub{--accent-gold: #B8956A;--accent-gold-light: #D4B896;--bg-warm: #F2EBE3;--text-grey: #555555;--text-light: #8A8A8A;--border: #DCD5CC;background:var(--color-cream);color:var(--color-dark);line-height:1.6;display:block}.ff-hub *,.ff-hub *:before,.ff-hub *:after{box-sizing:border-box}.ff-hub h1,.ff-hub h2,.ff-hub h3,.ff-hub h4{text-transform:none}.ff-hub a:hover{color:inherit}.ff-hub .hero{background:var(--color-primary);color:var(--color-white);padding:120px 40px 80px;border-bottom:1px solid rgba(184,149,106,.2)}.ff-hub .hero-inner{max-width:1280px;margin:0 auto}.ff-hub .breadcrumbs{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-gold-light);font-weight:500;margin-bottom:48px}.ff-hub .breadcrumbs a{color:var(--accent-gold-light);text-decoration:none;transition:color .25s ease}.ff-hub .breadcrumbs a:hover{color:var(--color-white)}.ff-hub .breadcrumbs span{margin:0 10px;opacity:.5}.ff-hub .hero-content{display:grid;grid-template-columns:1fr;gap:32px;max-width:920px}.ff-hub .eyebrow{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent-gold);font-weight:600;margin-bottom:20px}.ff-hub .hero h1{font-family:Inter,sans-serif;font-weight:600;font-size:clamp(36px,4.5vw,56px);line-height:1.15;letter-spacing:-.02em;margin-bottom:24px;color:var(--color-white)}.ff-hub .hero p.lead{font-size:17px;line-height:1.65;color:#ffffffd1;max-width:720px;font-weight:400}.ff-hub .hero-stats{display:flex;gap:56px;flex-wrap:wrap;margin-top:40px;padding-top:32px;border-top:1px solid rgba(184,149,106,.25)}.ff-hub .stat .num{font-family:Inter,sans-serif;font-size:38px;font-weight:600;color:var(--accent-gold-light);line-height:1;margin-bottom:6px;letter-spacing:-.02em}.ff-hub .stat .label{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#ffffffb3;font-weight:500}.ff-hub .map-section{padding:100px 40px 60px;background:var(--color-cream)}.ff-hub .section-header{max-width:1280px;margin:0 auto 56px;text-align:center}.ff-hub .section-header h2{font-family:Inter,sans-serif;font-weight:600;font-size:clamp(28px,3.5vw,42px);line-height:1.2;color:var(--color-dark);margin-bottom:18px;letter-spacing:-.02em}.ff-hub .section-header p{max-width:620px;margin:0 auto;color:var(--text-grey);font-size:16px;line-height:1.6}.ff-hub .map-wrapper{max-width:1100px;margin:0 auto;position:relative}.ff-hub .map-container{position:relative;width:100%;aspect-ratio:5379.79 / 4220.81;overflow:hidden}.ff-hub .map-hotspots{position:absolute;inset:0;pointer-events:none}.ff-hub .hotspot{position:absolute;pointer-events:auto;cursor:pointer;border-radius:50%;transition:all .3s ease;background:transparent;border:2px solid transparent;text-decoration:none}.ff-hub .hotspot:hover{background:#b8956a2e;border-color:#b8956a80;transform:scale(1.05)}.ff-hub .hotspot.highlighted{background:#b8956a2e;border-color:#b8956a80}.ff-hub .hotspot:after{content:attr(data-name);position:absolute;bottom:100%;left:50%;transform:translate(-50%) translateY(-8px);background:var(--color-primary);color:var(--color-white);padding:6px 14px;border-radius:4px;font-size:12px;font-weight:600;letter-spacing:.05em;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.ff-hub .hotspot:hover:after,.ff-hub .hotspot.highlighted:after{opacity:1;transform:translate(-50%) translateY(-4px)}.ff-hub .countries-section{padding:60px 40px 100px;background:var(--color-cream)}.ff-hub .countries-header{max-width:1280px;margin:0 auto 48px}.ff-hub .countries-header h3{font-family:Inter,sans-serif;font-weight:600;font-size:22px;color:var(--color-dark);margin-bottom:8px;letter-spacing:-.01em}.ff-hub .countries-header p{color:var(--text-grey);font-size:15px}.ff-hub .countries-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.ff-hub .country-card{position:relative;background:var(--color-white);border:1px solid var(--border);border-radius:4px;padding:28px 28px 24px;text-decoration:none;color:inherit;transition:border-color .3s ease,transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;cursor:pointer}.ff-hub .country-card:hover,.ff-hub .country-card.highlighted{border-color:var(--color-primary);transform:translateY(-3px);box-shadow:0 12px 32px -10px #550e0526}.ff-hub .card-top{display:flex;align-items:center;gap:14px;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid var(--border)}.ff-hub .flag-square{width:36px;height:26px;border-radius:2px;overflow:hidden;flex-shrink:0;border:1px solid var(--border)}.ff-hub .flag-square svg{width:100%;height:100%;display:block}.ff-hub .country-name{font-family:Inter,sans-serif;font-weight:600;font-size:19px;color:var(--color-dark);line-height:1.2;letter-spacing:-.01em}.ff-hub .country-city{font-size:12px;color:var(--text-light);margin-top:2px;font-weight:500}.ff-hub .country-tagline{color:var(--text-grey);font-size:14px;line-height:1.55;margin-bottom:18px;flex:1}.ff-hub .country-services{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:18px}.ff-hub .service-tag{font-size:11px;padding:4px 10px;background:var(--bg-warm);color:var(--color-primary);border-radius:3px;letter-spacing:.02em;font-weight:500}.ff-hub .country-cta{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--color-primary);letter-spacing:.03em;transition:gap .3s ease}.ff-hub .country-card:hover .country-cta{gap:12px}.ff-hub .country-cta .arrow{display:inline-block;transition:transform .3s ease}.ff-hub .country-card:hover .country-cta .arrow{transform:translate(3px)}.ff-hub .why-section{background:var(--color-white);padding:80px 40px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.ff-hub .why-content{max-width:1280px;margin:0 auto}.ff-hub .why-header{text-align:center;margin-bottom:56px}.ff-hub .why-header h2{font-family:Inter,sans-serif;font-weight:600;font-size:clamp(28px,3.5vw,38px);color:var(--color-dark);margin-bottom:16px;letter-spacing:-.02em}.ff-hub .why-header p{max-width:620px;margin:0 auto;color:var(--text-grey);font-size:16px}.ff-hub .why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.ff-hub .why-item{padding:28px 24px;border-left:2px solid var(--accent-gold);transition:border-color .3s ease}.ff-hub .why-item:hover{border-left-color:var(--color-primary)}.ff-hub .why-item .num{font-size:13px;font-weight:600;color:var(--accent-gold);letter-spacing:.1em;margin-bottom:12px}.ff-hub .why-item h3{font-family:Inter,sans-serif;font-size:17px;color:var(--color-dark);margin-bottom:10px;line-height:1.3;font-weight:600;letter-spacing:-.01em}.ff-hub .why-item p{color:var(--text-grey);font-size:14px;line-height:1.6}.ff-hub .footer-note{background:var(--color-cream);padding:60px 40px;text-align:center}.ff-hub .footer-note p{max-width:720px;margin:0 auto;color:var(--text-grey);font-size:16px;line-height:1.6}.ff-hub .footer-note .brand-line{color:var(--color-primary);font-weight:600;margin-top:16px;font-size:17px}@media(max-width:968px){.ff-hub .hero{padding:96px 20px 60px}.ff-hub .map-section{padding:60px 20px 40px}.ff-hub .countries-section{padding:40px 20px 60px}.ff-hub .countries-grid{grid-template-columns:repeat(2,1fr);gap:16px}.ff-hub .why-section{padding:60px 20px}.ff-hub .why-grid{grid-template-columns:repeat(2,1fr);gap:20px}.ff-hub .hero-stats{gap:32px}}@media(max-width:600px){.ff-hub .countries-grid,.ff-hub .why-grid{grid-template-columns:1fr}.ff-hub .hero-stats{gap:24px}.ff-hub .stat .num{font-size:30px}.ff-hub .hotspot:after{display:none}}.ff-hub .map-container .europe-map{width:100%;height:auto;display:block}
