:root {
  --navy: #06142d; --navy-2: #0b2144; --ink: #13213b; --muted: #66728a;
  --blue: #5a52ff; --cyan: #28c9f5; --mint: #63efc5; --surface: #f5f8ff;
  --line: #dfe7f3; --white: #fff; --shadow: 0 22px 55px rgba(9, 29, 65, .12); --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Manrope, Arial, sans-serif; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; } a { color: inherit; text-decoration: none; } p { margin: 0 0 1rem; }
h1, h2, h3, h4 { margin: 0 0 1rem; line-height: 1.16; letter-spacing: -.025em; }
h1 { font-size: clamp(2.55rem, 5.6vw, 5.35rem); } h2 { font-size: clamp(2rem, 4vw, 3.4rem); } h3 { font-size: 1.28rem; }
ul { margin: 0; padding: 0; list-style: none; } button, input, textarea { font: inherit; }
.site-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 100; height: 76px; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(222,231,244,.8); backdrop-filter: blur(18px); }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 26px; }
.brand { display: flex; align-items: center; flex: 0 0 auto; } .brand img { width: 166px; display: block; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 24px; margin-left: auto; }
.site-nav a { position: relative; padding: 26px 0 24px; color: #3e4a60; font-size: .88rem; font-weight: 700; white-space: nowrap; }
.site-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--blue), var(--cyan)); transition: .25s ease; }
.site-nav a:hover, .site-nav a.active { color: var(--blue); } .site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.nav-login { padding: 10px 15px; border: 1px solid var(--line); border-radius: 12px; color: var(--navy); font-size: .82rem; font-weight: 800; white-space: nowrap; }
.nav-login:hover { border-color: var(--blue); color: var(--blue); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; border-radius: 10px; background: var(--surface); }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--navy); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 13px 23px; border: 1px solid transparent; border-radius: 13px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); } .btn-primary { color: #fff; background: linear-gradient(135deg, var(--blue), #736bff); box-shadow: 0 13px 30px rgba(90,82,255,.3); }
.btn-secondary { color: var(--navy); background: #fff; border-color: var(--line); } .btn-light { color: var(--navy); background: #fff; }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.06); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 25px; height: 2px; background: currentColor; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 22px; padding: 7px 12px; border: 1px solid rgba(99,239,197,.25); border-radius: 999px; color: #b8ffe8; background: rgba(99,239,197,.09); font-size: .76rem; font-weight: 800; letter-spacing: .04em; }
.hero-badge i { color: var(--mint); }
.home-hero, .page-hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 82% 22%, rgba(40,201,245,.18), transparent 26%), radial-gradient(circle at 12% 80%, rgba(90,82,255,.23), transparent 32%), linear-gradient(135deg, #06142d 0%, #0a2043 70%, #102e55 100%); }
.home-hero { min-height: 720px; display: flex; align-items: center; padding: 86px 0 92px; } .page-hero { min-height: 440px; display: flex; align-items: center; padding: 76px 0; }
.home-hero::before, .page-hero::before { content: ''; position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 55px 55px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: 70px; }
.hero-copy { max-width: 720px; } .hero-copy h1 span { color: var(--mint); } .hero-copy > p { max-width: 660px; color: #b8c6dc; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; color: #cbd7e9; font-size: .83rem; font-weight: 700; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; } .hero-proof i { color: var(--mint); }
.infra-visual { position: relative; min-height: 435px; } .visual-glow { position: absolute; width: 300px; height: 300px; top: 60px; right: 40px; border-radius: 50%; background: rgba(40,201,245,.18); filter: blur(50px); }
.server-console { position: absolute; inset: 25px 20px 25px 0; padding: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(8,24,51,.86); box-shadow: 0 35px 90px rgba(0,0,0,.32); backdrop-filter: blur(16px); transform: perspective(1000px) rotateY(-5deg) rotateX(2deg); }
.console-top { display: flex; align-items: center; gap: 7px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.11); }
.console-top i { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); } .console-top i:nth-child(2) { background: #ffd15c; } .console-top i:nth-child(3) { background: #ff6f91; }
.console-top span { margin-left: auto; color: #8496b3; font-size: .72rem; font-weight: 700; }
.server-row { display: grid; grid-template-columns: 55px 1fr auto; align-items: center; gap: 14px; margin-top: 18px; padding: 15px; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: rgba(255,255,255,.045); }
.server-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; color: var(--cyan); background: rgba(40,201,245,.1); }
.server-row strong { display: block; color: #fff; font-size: .85rem; } .server-row small { color: #8496b3; font-size: .7rem; }
.status { display: inline-flex; align-items: center; gap: 6px; color: var(--mint); font-size: .68rem; font-weight: 800; }
.status::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 12px var(--mint); }
.metric-bar { height: 6px; margin-top: 8px; overflow: hidden; border-radius: 5px; background: rgba(255,255,255,.09); } .metric-bar span { display: block; width: 72%; height: 100%; background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.floating-metric { position: absolute; z-index: 3; right: -6px; bottom: 4px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: #fff; color: var(--ink); box-shadow: var(--shadow); }
.floating-metric strong { display: block; font-size: 1.4rem; } .floating-metric small { color: var(--muted); }
.section { padding: 100px 0; } .section-soft { background: var(--surface); } .section-dark { color: #fff; background: var(--navy); }
.section-heading { max-width: 700px; margin: 0 auto 48px; text-align: center; } .section-heading p { color: var(--muted); } .section-dark .section-heading p { color: #a9bad2; }
.section-heading.left { margin-inline: 0; text-align: left; }
.trust-strip { position: relative; z-index: 3; margin-top: -46px; } .trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.trust-item { padding: 26px 28px; border-right: 1px solid var(--line); } .trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-size: 1.45rem; color: var(--navy); } .trust-item span { color: var(--muted); font-size: .82rem; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { position: relative; min-height: 330px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 38px rgba(14,42,83,.07); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); } .product-card.featured { color: #fff; border-color: transparent; background: linear-gradient(145deg, #5a52ff, #3c78ee); }
.product-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 15px; color: var(--blue); background: rgba(90,82,255,.1); font-size: 1.35rem; }
.featured .product-icon { color: #fff; background: rgba(255,255,255,.15); } .product-card p { color: var(--muted); } .featured p { color: #e2e9ff; }
.product-price { margin: 23px 0; color: var(--navy); font-size: 1.65rem; font-weight: 800; } .featured .product-price { color: #fff; } .product-price small { color: inherit; font-size: .76rem; font-weight: 600; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: .84rem; font-weight: 800; } .featured .text-link { color: #fff; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; } .split-copy > p { color: var(--muted); }
.check-list { display: grid; gap: 13px; margin: 26px 0 30px; } .check-list li { display: flex; align-items: flex-start; gap: 11px; } .check-list i { margin-top: 6px; color: var(--blue); }
.feature-panel { padding: 38px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(145deg, #fff, #f3f7ff); box-shadow: var(--shadow); }
.feature-panel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; } .mini-feature { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.mini-feature i { margin-bottom: 18px; color: var(--blue); font-size: 1.35rem; } .mini-feature strong { display: block; margin-bottom: 5px; } .mini-feature small { color: var(--muted); }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.plan-card { position: relative; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 14px 40px rgba(14,42,83,.07); }
.plan-card.popular { border: 2px solid var(--blue); transform: translateY(-9px); box-shadow: var(--shadow); } .popular-label { position: absolute; top: -14px; left: 25px; padding: 6px 13px; border-radius: 999px; color: #fff; background: var(--blue); font-size: .68rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.plan-name { color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; } .plan-price { margin: 16px 0 4px; color: var(--navy); font-size: 2.75rem; font-weight: 800; line-height: 1; }
.plan-price .currency { font-size: 1.3rem; vertical-align: top; } .plan-price small { color: var(--muted); font-size: .72rem; font-weight: 600; } .plan-subtitle { min-height: 48px; color: var(--muted); font-size: .85rem; }
.plan-features { display: grid; gap: 12px; margin: 27px 0; padding-top: 25px; border-top: 1px solid var(--line); } .plan-features li { display: flex; align-items: center; gap: 10px; color: #46536b; font-size: .84rem; } .plan-features i { color: var(--blue); } .plan-card .btn { width: 100%; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; } .feature-card { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.feature-card .product-icon { width: 50px; height: 50px; margin-bottom: 20px; } .feature-card p { color: var(--muted); font-size: .88rem; }
.location-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; } .location { display: flex; align-items: center; gap: 10px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; color: #dce7f6; background: rgba(255,255,255,.045); font-size: .82rem; font-weight: 700; } .location i { color: var(--mint); }
.stats-band { padding: 50px 0; color: #fff; background: linear-gradient(110deg, var(--blue), #3779ed); } .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; }
.stat strong { display: block; font-size: 2.15rem; } .stat span { color: #e0e8ff; font-size: .8rem; }
.faq-list { max-width: 860px; margin: 0 auto; border-top: 1px solid var(--line); } .faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 23px 45px 23px 3px; cursor: pointer; list-style: none; color: var(--navy); font-weight: 800; } .faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 5px; top: 18px; color: var(--blue); font-size: 1.7rem; font-weight: 400; } .faq-list details[open] summary::after { content: '-'; }
.faq-list details p { padding: 0 45px 22px 3px; color: var(--muted); }
.cta-box { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.3fr auto; align-items: center; gap: 30px; padding: 52px; border-radius: 26px; color: #fff; background: radial-gradient(circle at 85% 10%, rgba(99,239,197,.24), transparent 35%), linear-gradient(125deg, #071831, #173c69); box-shadow: var(--shadow); }
.cta-box h2 { margin-bottom: 10px; font-size: clamp(1.8rem, 3vw, 2.7rem); } .cta-box p { max-width: 650px; color: #b9c8dd; } .cta-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.domain-search { display: flex; gap: 10px; max-width: 850px; margin: 32px auto 0; padding: 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 17px; background: rgba(255,255,255,.1); }
.domain-search input { flex: 1; min-width: 0; height: 55px; padding: 0 20px; border: 0; border-radius: 11px; outline: none; color: var(--ink); background: #fff; } .domain-prices { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 30px; margin-top: 24px; color: #b8c6dc; font-size: .82rem; } .domain-prices strong { color: #fff; }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 35px; align-items: start; } .contact-info, .contact-form { padding: 35px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 14px 40px rgba(14,42,83,.06); }
.contact-points { display: grid; gap: 20px; margin-top: 30px; } .contact-point { display: flex; align-items: flex-start; gap: 14px; }
.contact-point i { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; color: var(--blue); background: rgba(90,82,255,.09); } .contact-point strong { display: block; } .contact-point span, .contact-point a { color: var(--muted); font-size: .85rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; } .field { display: grid; gap: 7px; } .field.full { grid-column: 1 / -1; } .field label { color: var(--navy); font-size: .78rem; font-weight: 800; }
.field input, .field textarea { width: 100%; padding: 14px 15px; border: 1px solid var(--line); border-radius: 11px; outline: none; background: #fbfdff; } .field input:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(90,82,255,.09); }
.field textarea { min-height: 150px; resize: vertical; } .form-note { margin-top: 14px; color: var(--muted); font-size: .77rem; } .alert { margin-bottom: 18px; padding: 13px 16px; border-radius: 10px; font-size: .84rem; } .alert-success { color: #176a52; background: #e7fbf4; } .alert-error { color: #9a2b41; background: #fff0f3; }
.legal-wrap { max-width: 900px; margin: 0 auto; } .legal-wrap h2 { margin-top: 42px; font-size: 1.65rem; } .legal-wrap h3 { margin-top: 28px; font-size: 1.15rem; }
.legal-wrap p, .legal-wrap li { color: #55627a; } .legal-wrap ul { display: grid; gap: 9px; padding-left: 20px; list-style: disc; } .notice { padding: 20px; border-left: 4px solid var(--blue); background: var(--surface); }
.site-footer { padding-top: 68px; color: #9fb0ca; background: #041027; } .footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 55px; padding-bottom: 52px; }
.footer-brand img { width: 175px; filter: brightness(0) invert(1); } .footer-brand p { max-width: 320px; margin-top: 20px; font-size: .83rem; } .site-footer h3 { color: #fff; font-size: .9rem; }
.site-footer li { margin: 10px 0; } .site-footer li a { font-size: .8rem; } .site-footer a:hover { color: var(--mint); } .social-links { display: flex; gap: 9px; margin-top: 22px; }
.social-links a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.11); border-radius: 10px; } .footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.08); font-size: .76rem; }
.whatsapp-float { position: fixed; z-index: 90; right: 22px; bottom: 22px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #25d366; box-shadow: 0 12px 30px rgba(25,129,72,.3); font-size: 1.55rem; }
@media (max-width: 1050px) { .site-nav { gap: 15px; } .site-nav a { font-size: .76rem; } .nav-login { display: none; } .hero-grid { gap: 35px; } .product-grid, .plan-grid, .feature-grid { grid-template-columns: repeat(2, 1fr); } .location-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 850px) {
  .site-header { height: 68px; } .brand img { width: 150px; } .menu-toggle { display: block; margin-left: auto; }
  .site-nav { position: fixed; inset: 68px 0 auto; display: grid; gap: 0; padding: 15px 22px 24px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 20px 45px rgba(8,28,60,.12); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: .28s ease; }
  .site-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; } .site-nav a { padding: 13px 3px; border-bottom: 1px solid #eef2f7; font-size: .88rem; } .site-nav a::after { display: none; }
  .home-hero { min-height: auto; padding: 72px 0 100px; } .page-hero { min-height: 400px; } .hero-grid, .split-grid, .contact-grid { grid-template-columns: 1fr; } .infra-visual { min-height: 380px; }
  .server-console { inset: 10px 15px 30px; transform: none; } .trust-grid { grid-template-columns: 1fr 1fr; } .trust-item:nth-child(2) { border-right: 0; } .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .location-grid { grid-template-columns: repeat(3, 1fr); } .stats-grid { grid-template-columns: 1fr 1fr; gap: 30px; } .cta-box { grid-template-columns: 1fr; padding: 38px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; } .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .site-container { width: min(100% - 28px, 1180px); } h1 { font-size: 2.6rem; } h2 { font-size: 2rem; } .hero-actions .btn { width: 100%; }
  .infra-visual { min-height: 360px; } .server-console { padding: 16px; } .server-row { grid-template-columns: 46px 1fr; padding: 11px; } .server-row .status { grid-column: 2; } .server-icon { width: 42px; height: 42px; }
  .floating-metric { right: 1px; } .section { padding: 74px 0; } .trust-strip { margin-top: -48px; } .trust-item { padding: 20px 16px; } .trust-item strong { font-size: 1.22rem; }
  .product-grid, .plan-grid, .feature-grid, .feature-panel-grid { grid-template-columns: 1fr; } .plan-card.popular { transform: none; } .location-grid { grid-template-columns: 1fr 1fr; }
  .domain-search { flex-direction: column; } .form-grid { grid-template-columns: 1fr; } .field.full { grid-column: auto; } .contact-info, .contact-form { padding: 24px; }
  .cta-box { padding: 29px 24px; } .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; } .footer-bottom { flex-direction: column; }
}

/* Global location directory and country landing pages */
.site-nav { gap: 18px; }
.site-nav a { font-size: .82rem; }
.location-hub-hero { min-height: 560px; padding-bottom: 95px; }
.location-search { width: min(680px, 100%); height: 62px; display: flex; align-items: center; gap: 12px; margin: 34px auto 18px; padding: 0 20px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: #fff; box-shadow: 0 20px 50px rgba(0,0,0,.2); }
.location-search i { color: var(--blue); }
.location-search input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; }
.location-filter { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.location-filter button { padding: 8px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #c5d3e7; background: rgba(255,255,255,.06); cursor: pointer; font-size: .72rem; font-weight: 800; }
.location-filter button.active, .location-filter button:hover { color: var(--navy); background: var(--mint); border-color: var(--mint); }
.location-directory { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.location-card { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 10px 30px rgba(14,42,83,.055); transition: transform .2s ease, box-shadow .2s ease; }
.location-card[hidden] { display: none; }
.location-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.location-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.location-flag { font-size: 2rem; line-height: 1; }
.location-region { padding: 5px 8px; border-radius: 8px; color: var(--blue); background: rgba(90,82,255,.08); font-size: .62rem; font-weight: 800; }
.location-card h2 { margin-bottom: 6px; font-size: 1.15rem; }
.location-card > p { color: var(--muted); font-size: .77rem; }
.location-card > p i { margin-right: 6px; color: var(--blue); }
.location-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 21px; padding-top: 17px; border-top: 1px solid var(--line); }
.location-card-actions a { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 9px 10px; border-radius: 9px; color: var(--navy); background: var(--surface); font-size: .67rem; font-weight: 800; }
.location-card-actions a:hover { color: #fff; background: var(--blue); }
.location-empty { padding: 35px; border: 1px dashed var(--line); text-align: center; color: var(--muted); background: #fff; }
.availability-note { display: flex; align-items: flex-start; justify-content: center; gap: 10px; max-width: 800px; margin: 34px auto 0; color: var(--muted); font-size: .76rem; text-align: center; }
.availability-note i { margin-top: 5px; color: var(--blue); }
.location-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 21px; color: #8fa3bf; font-size: .72rem; font-weight: 700; }
.location-breadcrumb a:hover { color: var(--mint); }
.location-breadcrumb i { font-size: .55rem; }
.hero-flag { font-size: 1.05rem; }
.region-orbit { position: relative; width: min(440px, 100%); aspect-ratio: 1; margin: auto; }
.orbit { position: absolute; inset: 10%; border: 1px solid rgba(99,239,197,.25); border-radius: 50%; }
.orbit-two { inset: 24%; border-color: rgba(40,201,245,.28); }
.region-core { position: absolute; inset: 32%; display: grid; place-items: center; align-content: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: radial-gradient(circle at 35% 25%, rgba(40,201,245,.35), transparent 35%), rgba(9,32,67,.9); box-shadow: 0 20px 60px rgba(0,0,0,.35), inset 0 0 30px rgba(40,201,245,.1); }
.region-core span { font-size: 3rem; }
.region-core strong { margin-top: 5px; color: #fff; }
.region-core small { color: #90a4c0; }
.orbit-node { position: absolute; width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; color: var(--mint); background: #0d2a51; box-shadow: 0 15px 35px rgba(0,0,0,.25); }
.node-one { top: 8%; left: 45%; }
.node-two { right: 7%; bottom: 25%; }
.node-three { left: 8%; bottom: 25%; }
.location-summary { position: relative; z-index: 4; margin-top: -37px; }
.summary-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.summary-grid > div { padding: 23px 25px; border-right: 1px solid var(--line); }
.summary-grid > div:last-child { border-right: 0; }
.summary-grid span { display: block; color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.summary-grid strong { display: block; margin-top: 3px; color: var(--navy); font-size: .95rem; }
.related-location-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.related-location { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding: 17px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.045); }
.related-location > span { font-size: 1.7rem; }
.related-location strong, .related-location small { display: block; }
.related-location small { color: #8497b4; font-size: .7rem; }
.related-location > i { color: var(--mint); font-size: .75rem; }
.related-location:hover { border-color: rgba(99,239,197,.5); background: rgba(99,239,197,.07); }

@media (max-width: 1050px) {
  .site-nav { gap: 12px; }
  .site-nav a { font-size: .72rem; }
  .location-directory { grid-template-columns: repeat(3, 1fr); }
  .related-location-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 850px) {
  .site-nav a { font-size: .88rem; }
  .location-directory { grid-template-columns: repeat(2, 1fr); }
  .location-service-hero .hero-grid { gap: 20px; }
  .region-orbit { width: min(390px, 90vw); }
  .summary-grid { grid-template-columns: 1fr 1fr; }
  .summary-grid > div:nth-child(2) { border-right: 0; }
  .summary-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 620px) {
  .location-hub-hero { min-height: 620px; }
  .location-filter { gap: 6px; }
  .location-filter button { font-size: .65rem; }
  .location-directory, .related-location-grid { grid-template-columns: 1fr; }
  .location-card-actions { grid-template-columns: 1fr 1fr; }
  .region-orbit { width: min(340px, 90vw); }
  .region-core span { font-size: 2.4rem; }
  .orbit-node { width: 48px; height: 48px; }
  .summary-grid > div { padding: 18px 15px; }
  .summary-grid strong { font-size: .8rem; }
}
