.glasgow-hero{position:relative;padding:8rem 0 5rem;background:linear-gradient(180deg,hsla(220,60%,20%,0.03) 0%,var(--background) 100%);overflow:hidden;margin-top:40px}
.glasgow-hero::before{content:'';position:absolute;top:0;right:0;width:50%;height:100%;background:radial-gradient(ellipse at 80% 30%,hsla(16,100%,50%,0.08) 0%,transparent 60%);pointer-events:none}
.glasgow-hero-content{display:grid;gap:3rem;align-items:center}
@media(min-width:1024px){.glasgow-hero-content{grid-template-columns:1.2fr 1fr;gap:4rem}}
.glasgow-hero-text{animation:fade-in-up 0.8s ease-out forwards}
.glasgow-badge{display:inline-flex;align-items:center;gap:0.5rem;padding:0.5rem 1rem;background:hsla(16,100%,50%,0.1);border:1px solid hsla(16,100%,50%,0.2);border-radius:999px;font-size:0.875rem;font-weight:600;color:var(--flamingo);margin-bottom:1.5rem}
.glasgow-badge svg{width:16px;height:16px}
.glasgow-hero-title{font-size:clamp(2rem,4vw,3.5rem);font-weight:700;line-height:1.1;letter-spacing:-0.02em;color:var(--foreground);margin-bottom:1.5rem}
.glasgow-hero-subtitle{font-size:1.125rem;color:var(--muted-foreground);line-height:1.7;margin-bottom:2rem;max-width:540px}
.glasgow-hero-cta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}
.glasgow-hero-stats{display:flex;flex-wrap:wrap;gap:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}
.glasgow-hero-stat{text-align:left}
.glasgow-hero-stat-value{font-size:1.75rem;font-weight:700;color:var(--foreground)}
.glasgow-hero-stat-label{font-size:0.875rem;color:var(--muted-foreground)}
.map-section{position:relative;background:var(--card);border-radius:1.5rem;overflow:hidden;box-shadow:var(--shadow-card);border:1px solid var(--border)}
.map-container{position:relative;width:100%;height:320px;background:hsla(220,30%,95%,1)}
.map-container iframe{width:100%;height:100%;border:0}
.map-info-overlay{position:absolute;bottom:1rem;left:1rem;right:1rem;padding:1rem 1.25rem;background:hsla(0,0%,100%,0.95);backdrop-filter:blur(12px);border-radius:0.75rem;box-shadow:0 4px 20px hsla(220,30%,20%,0.1)}
.map-info-title{font-size:0.875rem;font-weight:700;color:var(--foreground);margin-bottom:0.25rem}
.map-info-address{font-size:0.8125rem;color:var(--muted-foreground)}
.glasgow-stats{padding:5rem 0;background:linear-gradient(180deg,var(--background) 0%,hsla(220,30%,97%,0.5) 100%)}
.glasgow-stats-header{text-align:center;margin-bottom:3rem}
.glasgow-stats-title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;color:var(--foreground);margin-bottom:0.75rem}
.glasgow-stats-subtitle{font-size:1rem;color:var(--muted-foreground);max-width:600px;margin:0 auto}
.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
@media(min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}
.stat-card{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;text-align:center;transition:all 0.3s ease}
.stat-card:hover{border-color:hsla(16,100%,50%,0.3);box-shadow:0 10px 40px -10px hsla(16,100%,50%,0.15);transform:translateY(-4px)}
.stat-card-icon{width:48px;height:48px;border-radius:0.75rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;background:hsla(16,100%,50%,0.1)}
.stat-card-icon svg{width:24px;height:24px;color:var(--flamingo)}
.stat-card-value{font-size:2rem;font-weight:700;color:var(--foreground);margin-bottom:0.25rem}
.stat-card-label{font-size:0.875rem;color:var(--muted-foreground)}
.glasgow-businesses{padding:5rem 0;background:var(--background)}
.businesses-header{text-align:center;margin-bottom:3.5rem}
.businesses-title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;color:var(--foreground);margin-bottom:0.75rem}
.businesses-subtitle{font-size:1rem;color:var(--muted-foreground);max-width:600px;margin:0 auto}
.businesses-grid{display:grid;gap:2rem}
@media(min-width:768px){.businesses-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.businesses-grid{grid-template-columns:repeat(3,1fr)}}
.business-card{background:var(--card);border:1px solid var(--border);border-radius:1.25rem;padding:2rem;transition:all 0.3s ease}
.business-card:hover{border-color:hsla(16,100%,50%,0.3);box-shadow:0 15px 50px -15px hsla(16,100%,50%,0.2);transform:translateY(-6px)}
.business-card-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}
.business-card-icon{width:56px;height:56px;border-radius:0.875rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.business-card-icon.bg-blue{background:hsla(217,91%,60%,0.15);color:hsl(217,91%,55%)}
.business-card-icon.bg-green{background:hsla(142,76%,36%,0.15);color:hsl(142,76%,40%)}
.business-card-icon.bg-amber{background:hsla(45,100%,50%,0.15);color:hsl(35,100%,45%)}
.business-card-icon.bg-purple{background:hsla(262,83%,58%,0.15);color:hsl(262,83%,58%)}
.business-card-icon.bg-teal{background:hsla(175,70%,40%,0.15);color:hsl(175,70%,35%)}
.business-card-icon.bg-coral{background:hsla(16,100%,50%,0.15);color:var(--flamingo)}
.business-card-icon svg{width:28px;height:28px}
.business-card-info h3{font-size:1.125rem;font-weight:700;color:var(--foreground);margin-bottom:0.25rem}
.business-card-info span{font-size:0.8125rem;color:var(--muted-foreground)}
.business-card-description{font-size:0.9375rem;color:var(--muted-foreground);line-height:1.7;margin-bottom:1.25rem}
.business-card-result{display:flex;align-items:center;gap:0.5rem;padding:0.75rem 1rem;background:hsla(142,76%,36%,0.08);border:1px solid hsla(142,76%,36%,0.2);border-radius:0.75rem;font-size:0.875rem;font-weight:600;color:hsl(142,70%,35%)}
.business-card-result svg{width:16px;height:16px;flex-shrink:0}
.why-glasgow{padding:5rem 0;background:linear-gradient(180deg,hsla(220,30%,97%,0.5) 0%,var(--background) 100%)}
.why-glasgow-header{text-align:center;margin-bottom:3.5rem}
.why-glasgow-title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;color:var(--foreground);margin-bottom:0.75rem}
.why-glasgow-subtitle{font-size:1rem;color:var(--muted-foreground);max-width:600px;margin:0 auto}
.why-glasgow-grid{display:grid;gap:2rem}
@media(min-width:768px){.why-glasgow-grid{grid-template-columns:repeat(2,1fr)}}
.why-card{display:flex;gap:1.25rem;padding:2rem;background:var(--card);border:1px solid var(--border);border-radius:1.25rem;transition:all 0.3s ease}
.why-card:hover{border-color:hsla(16,100%,50%,0.25);box-shadow:0 10px 40px -10px hsla(16,100%,50%,0.12)}
.why-card-icon{width:48px;height:48px;border-radius:0.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:linear-gradient(135deg,hsla(16,100%,50%,0.15) 0%,hsla(30,100%,55%,0.1) 100%)}
.why-card-icon svg{width:24px;height:24px;color:var(--flamingo)}
.why-card-content h3{font-size:1.125rem;font-weight:700;color:var(--foreground);margin-bottom:0.5rem}
.why-card-content p{font-size:0.9375rem;color:var(--muted-foreground);line-height:1.7}
.glasgow-cta{padding:5rem 0;background:linear-gradient(135deg,hsl(220,25%,12%) 0%,hsl(220,30%,8%) 100%);position:relative;overflow:hidden}
.glasgow-cta::before{content:'';position:absolute;top:20%;right:10%;width:500px;height:500px;background:radial-gradient(circle,hsla(16,100%,50%,0.15) 0%,transparent 70%);pointer-events:none}
.glasgow-cta-content{position:relative;z-index:10;text-align:center;max-width:700px;margin:0 auto}
.glasgow-cta-title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:hsl(0,0%,100%);margin-bottom:1rem}
.glasgow-cta-subtitle{font-size:1.125rem;color:hsla(0,0%,100%,0.75);margin-bottom:2rem;line-height:1.7}
.glasgow-cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}
.glasgow-cta .btn-outline{color:hsl(0,0%,100%);border-color:hsla(0,0%,100%,0.3)}
.glasgow-cta .btn-outline:hover{background:hsla(0,0%,100%,0.1)}
.glasgow-solutions{padding:5rem 0;background:var(--background)}
.solutions-header{text-align:center;margin-bottom:3.5rem}
.solutions-title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;color:var(--foreground);margin-bottom:0.75rem}
.solutions-subtitle{font-size:1rem;color:var(--muted-foreground);max-width:1000px;margin:0 auto}
.solutions-grid{display:grid;gap:2rem}
@media(min-width:768px){.solutions-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.solutions-grid{grid-template-columns:repeat(3,1fr)}}
.solution-card{background:var(--card);border:1px solid var(--border);border-radius:1.25rem;padding:2rem;transition:all 0.3s ease;position:relative;overflow:hidden}
.solution-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--flamingo) 0%,hsla(30,100%,55%,1) 100%);opacity:0;transition:opacity 0.3s ease}
.solution-card:hover{border-color:hsla(16,100%,50%,0.3);box-shadow:0 15px 50px -15px hsla(16,100%,50%,0.2);transform:translateY(-6px)}
.solution-card:hover::before{opacity:1}
.solution-card-icon{width:56px;height:56px;border-radius:0.875rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;background:linear-gradient(135deg,hsla(16,100%,50%,0.15) 0%,hsla(30,100%,55%,0.1) 100%)}
.solution-card-icon svg{width:28px;height:28px;color:var(--flamingo)}
.solution-card h3{font-size:1.25rem;font-weight:700;color:var(--foreground);margin-bottom:0.75rem}
.solution-card p{font-size:0.9375rem;color:var(--muted-foreground);line-height:1.7;margin-bottom:1.25rem}
.solution-card-features{list-style:none;padding:0;margin:0}
.solution-card-features li{display:flex;align-items:flex-start;gap:0.5rem;font-size:0.875rem;color:var(--foreground);margin-bottom:0.5rem}
.solution-card-features li svg{width:16px;height:16px;color:hsl(142,76%,40%);flex-shrink:0;margin-top:0.125rem}
.solution-card-cta{display:inline-flex;align-items:center;gap:0.5rem;margin-top:1.25rem;font-size:0.9375rem;font-weight:600;color:var(--flamingo);transition:gap 0.25s ease}
.solution-card-cta:hover{gap:0.75rem}
.solution-card-cta svg{width:16px;height:16px}
.glasgow-industries{padding:5rem 0;background:linear-gradient(180deg,hsla(220,30%,97%,0.5) 0%,var(--background) 100%)}
.industries-header{text-align:center;margin-bottom:3rem}
.industries-title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;color:var(--foreground);margin-bottom:0.75rem}
.industries-subtitle{font-size:1rem;color:var(--muted-foreground);max-width:1000px;margin:0 auto}
.industries-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}
.industry-tag{display:inline-flex;align-items:center;gap:0.5rem;padding:0.75rem 1.25rem;background:var(--card);border:1px solid var(--border);border-radius:999px;font-size:0.9375rem;font-weight:500;color:var(--foreground);transition:all 0.25s ease}
.industry-tag:hover{border-color:hsla(16,100%,50%,0.3);background:hsla(16,100%,50%,0.05);color:var(--flamingo)}
.industry-tag svg{width:18px;height:18px;color:var(--flamingo)}