/* sr-only */
  .sr-only { position:absolute!important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
  /* page bg depth */
  body { background:
    radial-gradient(900px 480px at 8% -6%, rgba(255,180,143,.16), transparent 60%),
    radial-gradient(820px 520px at 98% 6%, rgba(208,128,255,.13), transparent 58%),
    radial-gradient(760px 520px at 4% 102%, rgba(208,128,255,.1), transparent 60%),
    var(--canvas); background-attachment: fixed; }
  .ucps-stat { position:absolute!important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
  .ucps-sol p { margin-bottom: 0; }
  /* related v2 */
  .ucr-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
  .ucr-card { display: flex; flex-direction: column; align-items: flex-start; gap: 0; background: #fff; border: 1px solid #ECE7F1; border-radius: 18px; padding: 22px 18px 24px; box-shadow: 0 1px 2px rgba(30,2,53,.04), 0 14px 30px -22px rgba(30,2,53,.18); transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease; }
  .ucr-card:hover { transform: translateY(-4px); border-color: #CDB8E0; box-shadow: 0 2px 4px rgba(30,2,53,.05), 0 22px 40px -20px rgba(30,2,53,.26); }
  .ucr-ic { width: 50px; height: 50px; border-radius: 50%; background: #F4F1F7; color: var(--coral); display: grid; place-items: center; flex: none; margin-bottom: 22px; }
  .ucr-ic svg { width: 24px; height: 24px; }
  .ucr-card b { font-size: 16.5px; font-weight: 700; color: var(--ink); letter-spacing: -0.015em; line-height: 1.25; }
  .ucr-all { display: flex; justify-content: center; margin-top: 34px; }
  .ucr-all a { display: inline-flex; align-items: center; gap: 9px; border: 1.5px solid var(--coral); color: var(--coral); border-radius: 12px; padding: 13px 26px; font-size: 15px; font-weight: 700; transition: background .15s ease; }
  .ucr-all a:hover { background: var(--coral); color: #fff; border-color: var(--coral); box-shadow: 0 8px 18px -6px rgba(234,83,53,.5); }
  .ucr-all svg { width: 17px; height: 17px; }
  @media (max-width: 1080px) { .ucr-grid { grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 640px) { .ucr-grid { grid-template-columns: repeat(2, 1fr); } }
  /* related use cases */
  .ucr-card b { font-size: 15px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; display: block; }
  .ucr-card span.s { font-size: 12.5px; color: var(--gray-500); }
  .ucr-card .ucr-go { margin-left: auto; color: var(--gray-500); flex: none; }
  .ucr-card:hover .ucr-go { color: var(--coral); }
  @media (max-width: 860px) { .ucr-grid { grid-template-columns: 1fr; } }
  .ucd { max-width: var(--container); margin-inline: auto; padding: 0 var(--gutter); }
  .ucd-hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; padding: 30px 0 16px; }
  .ucd-hero .eyebrow { font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--coral); }
  .ucd-hero h1 { font-size: clamp(34px, 4.6vw, 52px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.05; margin-top: 12px; }
  .ucd-hero .lead { font-size: 16.5px; line-height: 1.65; color: var(--ink-secondary); margin-top: 16px; max-width: 52ch; text-wrap: pretty; }
  .ucd-hero .btns { display: flex; gap: 12px; margin-top: 26px; flex-wrap: wrap; }
  .ucd-trust { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 8px; font-size: 14px; font-weight: 700; color: var(--ink); }
  .ucd-trust .stars { display: inline-flex; gap: 3px; }
  .ucd-trust .stars i { width: 20px; height: 20px; background: #00B67A; display: grid; place-items: center; border-radius: 2px; }
  .ucd-trust .stars svg { width: 14px; height: 14px; }
  .ucd-trust .tp-word { display: inline-flex; align-items: center; gap: 4px; font-weight: 700; color: var(--ink); }
  .ucd-trust .tp-word svg { width: 16px; height: 16px; }
  .ucd-hero__art { position: relative; border-radius: 24px; min-height: 320px; overflow: hidden; background: radial-gradient(130% 130% at 28% 18%, #2A1340 0%, #160826 70%); display: grid; place-items: center; border: 1px solid #2E1A45; }
  .ucd-hero__art::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px); background-size: 22px 22px; }
  .ucd-globe { position: relative; z-index: 1; width: 150px; height: 150px; border-radius: 22px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); display: grid; place-items: center; box-shadow: 0 30px 50px -20px rgba(0,0,0,.6); }
  .ucd-globe svg { width: 78px; height: 78px; color: #C9A4E8; }
  .ucd-mac { position: absolute; top: 14px; left: 16px; display: flex; gap: 6px; z-index: 2; }
  .ucd-mac i { width: 9px; height: 9px; border-radius: 50%; }
  .ucd-sec { padding: 64px 0 0; }
  .ucd-sec__head { text-align: center; max-width: 720px; margin: 0 auto 34px; }
  .ucd-sec__head h2 { font-size: clamp(26px, 3.2vw, 36px); font-weight: 800; letter-spacing: -0.025em; line-height: 1.12; }
  .ucd-sec__head p { font-size: 16px; line-height: 1.65; color: var(--ink-secondary); margin-top: 12px; text-wrap: pretty; }
  .ucp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .ucp-card { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--border-subtle); border-radius: 16px; padding: 16px 18px; box-shadow: 0 1px 2px rgba(30,2,53,.04); transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease; }
  .ucp-card:hover { transform: translateY(-3px); border-color: #CDB8E0; box-shadow: 0 12px 26px -14px rgba(30,2,53,.18); }
  .ucp-ic { width: 38px; height: 38px; border-radius: 11px; background: var(--lilac-soft); color: #8B33C7; display: grid; place-items: center; flex: none; }
  .ucp-ic--peach { background: #FFE9E2; color: var(--coral); }
  .ucp-ic svg { width: 19px; height: 19px; }
  .ucp-t { min-width: 0; flex: 1; }
  .ucp-t b { display: block; font-size: 14.5px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; }
  .ucp-t span { font-size: 12px; color: var(--gray-500); }
  .ucp-price { font-size: 12px; color: var(--gray-500); white-space: nowrap; }
  .ucp-price b { display: block; font-size: 15px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; }
  .ucl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .ucl-card { background: linear-gradient(180deg,#fff,#FCFBFE); border: 1px solid var(--border-subtle); border-radius: 20px; padding: 26px 24px; box-shadow: 0 1px 2px rgba(30,2,53,.04), 0 16px 30px -22px rgba(30,2,53,.18); }
  .ucl-ic { width: 46px; height: 46px; border-radius: 13px; background: #FFE9E2; color: var(--coral); display: grid; place-items: center; margin-bottom: 16px; }
  .ucl-ic svg { width: 24px; height: 24px; }
  .ucl-card h3 { font-size: 18px; font-weight: 700; letter-spacing: -0.01em; }
  .ucl-card p { font-size: 14px; line-height: 1.6; color: var(--ink-secondary); margin-top: 9px; text-wrap: pretty; }
  /* persona cards */
  .ucw-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
  .ucw-card { background: #fff; border: 1px solid var(--border-subtle); border-radius: 20px; overflow: hidden; box-shadow: 0 1px 2px rgba(30,2,53,.04), 0 16px 32px -24px rgba(30,2,53,.16); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
  .ucw-card:hover { transform: translateY(-5px); border-color: #CDB8E0; box-shadow: 0 2px 4px rgba(30,2,53,.05), 0 26px 46px -22px rgba(30,2,53,.26); }
  .ucw-art { height: 130px; position: relative; display: grid; place-items: center; overflow: hidden; }
  .ucw-art::after { content:""; position:absolute; inset:0; background-image: radial-gradient(rgba(255,255,255,.5) 1px, transparent 1px); background-size: 15px 15px; opacity:.4; }
  .ucw-art--peach { background: radial-gradient(120% 120% at 28% 18%, #FFE0CF, #F4A988); }
  .ucw-art--lilac { background: radial-gradient(120% 120% at 28% 18%, #F1E0FB, #C9A4E8); }
  .ucw-art--mint { background: radial-gradient(120% 120% at 28% 18%, #DDF3E7, #97CBAE); }
  .ucw-art--sky { background: radial-gradient(120% 120% at 28% 18%, #DEEBFB, #9CBEE8); }
  .ucw-fig { position: relative; z-index:1; width: 60px; height: 60px; border-radius: 16px; background: rgba(255,255,255,.6); border: 1px solid rgba(255,255,255,.7); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); display: grid; place-items: center; box-shadow: 0 10px 22px -10px rgba(30,2,53,.3); }
  .ucw-fig svg { width: 30px; height: 30px; color: #1E0235; }
  .ucw-body { padding: 18px 20px 22px; }
  .ucw-body h3 { font-size: 16.5px; font-weight: 700; letter-spacing: -0.01em; line-height: 1.25; }
  .ucw-body p { font-size: 13.5px; line-height: 1.6; color: var(--ink-secondary); margin-top: 8px; text-wrap: pretty; }
  @media (max-width: 980px) { .ucw-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 560px) { .ucw-grid { grid-template-columns: 1fr; } }
  .ucd-band { position: relative; overflow: clip; background: linear-gradient(180deg, #F7F2FB 0%, #EFE7F6 100%); border-top: 1px solid #E9E3EE; border-bottom: 1px solid #E9E3EE; margin-top: 64px; padding: 72px 0; }
  .ucd-band::before { content:""; position:absolute; inset:0; pointer-events:none; background:
    radial-gradient(620px 320px at 12% 8%, rgba(255,180,143,.22), transparent 60%),
    radial-gradient(680px 360px at 92% 96%, rgba(208,128,255,.2), transparent 60%); }
  .ucd-band::after { content:""; position:absolute; inset:0; pointer-events:none; opacity:.5;
    background-image: radial-gradient(rgba(30,2,53,.05) 1.1px, transparent 1.1px); background-size: 22px 22px;
    -webkit-mask-image: radial-gradient(560px 280px at 50% 0%, #000 8%, transparent 72%);
    mask-image: radial-gradient(560px 280px at 50% 0%, #000 8%, transparent 72%); }
  .ucd-band > .ucd { position: relative; z-index: 1; }
  .ucs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .ucs-card { background: #fff; border: 1px solid var(--border-subtle); border-radius: 18px; padding: 24px 22px; }
  .ucs-ic { width: 44px; height: 44px; border-radius: 12px; background: var(--lilac-soft); color: #8B33C7; display: grid; place-items: center; margin-bottom: 14px; }
  .ucs-ic svg { width: 22px; height: 22px; }
  .ucs-card h3 { font-size: 16.5px; font-weight: 700; letter-spacing: -0.01em; }
  .ucs-card p { font-size: 13.5px; line-height: 1.6; color: var(--ink-secondary); margin-top: 8px; text-wrap: pretty; }
  @media (max-width: 980px) { .ucd-hero { grid-template-columns: 1fr; gap: 28px; } .ucp-grid, .ucl-grid, .ucs-grid { grid-template-columns: repeat(2,1fr); } }
  @media (max-width: 620px) { .ucp-grid, .ucl-grid, .ucs-grid { grid-template-columns: 1fr; } }
  .tpl-faq { display: block; border-top: 1px solid var(--border-subtle); }
  /* problem/solution challenge boxes */
  .ucps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .ucps-card { position: relative; background: #fff; border: 1px solid var(--border-subtle); border-radius: 18px; overflow: hidden; box-shadow: 0 1px 2px rgba(30,2,53,.04), 0 16px 32px -24px rgba(30,2,53,.16); transition: transform .2s cubic-bezier(.2,.7,.2,1), box-shadow .2s ease, border-color .2s ease; display: flex; flex-direction: column; }
  .ucps-prob { padding: 20px 22px 18px; }
  .ucps-tag { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; border-radius: 999px; padding: 4px 11px; }
  .ucps-tag--p { background: #FDECEC; color: #C2362F; }
  .ucps-tag--s { background: #E7F6EE; color: #1F8A5B; }
  .ucps-card h3 { font-size: 19px; font-weight: 700; letter-spacing: -0.01em; line-height: 1.3; margin-top: 12px; }
  .ucps-card p { font-size: 15px; line-height: 1.65; color: var(--ink-secondary); margin-top: 9px; text-wrap: pretty; }
  .ucps-card::before { content:""; position:absolute; left:0; right:0; top:0; height:3px; background:linear-gradient(90deg,var(--coral),#D080FF); transform:scaleX(0); transform-origin:left; transition:transform .25s ease; }
  .ucps-card:hover { transform: translateY(-6px); border-color:#CDB8E0; box-shadow: 0 2px 4px rgba(30,2,53,.05), 0 30px 52px -24px rgba(30,2,53,.3); }
  .ucps-card:hover::before { transform: scaleX(1); }
  .ucps-card:hover .ucps-prob h3 { color: var(--coral); }
  .ucps-prob h3 { transition: color .2s ease; }
  .ucps-sol { padding: 16px 22px 20px; background: #FBFAFC; border-top: 1px dashed #E3DCEC; margin-top: auto; transition: background .2s ease; }
  .ucps-card:hover .ucps-sol { background: #FFF6F1; }
  .ucps-sol p { color: var(--ink); margin-top: 9px; font-size: 15px; }
  .ucps-sol p b { font-weight: 700; }
  @media (max-width: 980px) { .ucps-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 620px) { .ucps-grid { grid-template-columns: 1fr; } }
  /* payment methods strip */
  .ucpay { margin-top: 22px; text-align: center; }
  .ucpay__label { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--gray-500); margin-bottom: 14px; }
  .ucpay__row { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; }
  .ucpay__row span { display: inline-flex; align-items: center; gap: 7px; background: #fff; border: 1px solid var(--border-subtle); border-radius: 999px; padding: 8px 14px; font-size: 12.5px; font-weight: 600; color: var(--gray-800); }
  .ucpay__row svg, .ucpay__row img { width: 18px; height: 18px; }
  .tpl-faq__item { display: block; border-bottom: 1px solid var(--border-subtle); }
  .tpl-faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; background: none; border: 0; text-align: left; padding: 20px 2px; font-family: inherit; font-size: 16px; font-weight: 600; color: var(--ink); cursor: pointer; }
  .tpl-faq__plus { position: relative; width: 16px; height: 16px; flex: none; }
  .tpl-faq__plus::before, .tpl-faq__plus::after { content: ""; position: absolute; background: var(--coral); border-radius: 2px; transition: opacity .2s ease, transform .2s ease; }
  .tpl-faq__plus::before { top: 7px; left: 0; width: 16px; height: 2px; }
  .tpl-faq__plus::after { left: 7px; top: 0; width: 2px; height: 16px; }
  .tpl-faq__item.is-open .tpl-faq__plus::after { opacity: 0; transform: rotate(90deg); }
  .tpl-faq__a { display: block; overflow: hidden; max-height: 0; transition: max-height .3s ease; }
  .tpl-faq__item.is-open .tpl-faq__a { max-height: 600px; }
  .tpl-faq__a p { font-size: 14.5px; line-height: 1.65; color: var(--ink-secondary); padding: 0 2px 20px; margin: 0; }

  /* Google sign-up button */
  .btn--google { background: #fff; border: 1px solid var(--border-subtle); color: var(--ink); gap: 10px; font-weight: 600; }
  .btn--google:hover { border-color: #CDB8E0; box-shadow: 0 6px 16px -8px rgba(30,2,53,.2); }
  .btn--google svg { width: 19px; height: 19px; }

  /* buy shine effect */
  .btn--buy { position: relative; overflow: hidden; }
  .btn--buy::after { content: ""; position: absolute; top: 0; bottom: 0; left: -60%; width: 45%; background: linear-gradient(105deg, transparent, rgba(255,255,255,.4), transparent); transform: skewX(-20deg); animation: buyShine 3.4s ease-in-out infinite; }
  @keyframes buyShine { 0% { left: -60%; } 22%,100% { left: 130%; } }
  @media (prefers-reduced-motion: reduce) { .btn--buy::after { animation: none; } }

  /* conversion product cards (Types of Proxies — 4-up) */
  .ucv-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: start; }
  .ucv-card { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; background: #fff; border: 1px solid var(--border-subtle); border-radius: 20px; padding: 26px 20px 22px; box-shadow: 0 1px 2px rgba(30,2,53,.04), 0 16px 34px -22px rgba(30,2,53,.18); transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
  .ucv-card:hover { transform: translateY(-4px); box-shadow: 0 2px 4px rgba(30,2,53,.05), 0 26px 48px -22px rgba(30,2,53,.26); }
  .ucv-card--pop { border-color: var(--coral); padding-top: 44px; box-shadow: 0 2px 4px rgba(30,2,53,.05), 0 26px 50px -20px rgba(234,83,53,.34); }
  .ucv-flag { position: absolute; top: 0; left: 0; right: 0; background: var(--ink); color: #fff; font-size: 11.5px; font-weight: 700; letter-spacing: .03em; border-radius: 20px 20px 0 0; padding: 8px 12px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; }
  .ucv-flag svg { width: 13px; height: 13px; }
  .ucv-ic { width: 46px; height: 46px; border-radius: 50%; background: var(--lilac-soft); color: #8B33C7; display: grid; place-items: center; flex: none; }
  .ucv-ic--peach { background: #FFE9E2; color: var(--coral); }
  .ucv-ic--mint { background: #E1F3EA; color: #1F8A5B; }
  .ucv-ic--sky { background: #E4EEFB; color: #2B6FDB; }
  .ucv-ic svg { width: 23px; height: 23px; }
  .ucv-card h3 { font-size: 18px; font-weight: 700; letter-spacing: -0.015em; line-height: 1.15; margin-top: 14px; }
  .ucv-starts { font-size: 12.5px; color: var(--gray-500); margin-top: 14px; }
  .ucv-price { display: flex; align-items: baseline; justify-content: center; gap: 2px; margin-top: 2px; }
  .ucv-price .amt { font-size: 27px; font-weight: 800; letter-spacing: -0.03em; color: var(--ink); line-height: 1.1; }
  .ucv-price .per { font-size: 13px; font-weight: 500; color: var(--ink-secondary); }
  .ucv-buy { width: 100%; justify-content: center; margin-top: 16px; border: 1px solid var(--coral); background: #fff; color: var(--coral); }
  .ucv-buy:hover { background: var(--coral); color: #fff; border-color: var(--coral); box-shadow: 0 8px 18px -6px rgba(234,83,53,.5); }
  .ucv-card--pop .ucv-buy { background: var(--coral); color: #fff; }
  .ucv-card--pop .ucv-buy:hover { background: var(--coral-hover); }
  .ucv-feats { list-style: none; margin: 18px 0 0; padding: 16px 0 0; border-top: 1px solid var(--border-subtle); width: 100%; display: flex; flex-direction: column; gap: 10px; flex: 1; text-align: left; }
  .ucv-feats li { position: relative; padding-left: 24px; font-size: 12.5px; line-height: 1.4; color: var(--ink); }
  .ucv-feats li::before { content: ""; position: absolute; left: 0; top: 1px; width: 16px; height: 16px; border-radius: 50%; background: #E7F6EE url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 6 9 17l-5-5' stroke='%231F8A5B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/10px no-repeat; }
  /* red editable placeholders (swap per use case) */
  .ph { color: #E5484D !important; }
  .ucv-feats li.ph::before { background: #FDECEC url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 8v5M12 16h.01' stroke='%23E5484D' stroke-width='3' stroke-linecap='round'/%3E%3Ccircle cx='12' cy='12' r='9' stroke='%23E5484D' stroke-width='2'/%3E%3C/svg%3E") center/11px no-repeat; }
  @media (max-width: 980px) { .ucv-grid { grid-template-columns: repeat(2, 1fr); max-width: 620px; margin-inline: auto; } }
  @media (max-width: 520px) { .ucv-grid { grid-template-columns: 1fr; max-width: 380px; } }
  /* location page */
  .loc-cc { color: var(--coral-hover); }
  .alt-feats { list-style:none; margin:20px 0 24px; padding:0; display:flex; flex-direction:column; gap:11px; }
  .alt-feats li { display:flex; align-items:center; gap:10px; font-size:14.5px; font-weight:600; color:var(--ink); }
  .alt-feats svg { width:18px; height:18px; color:var(--success); flex:none; }
  .loc-hero { display:grid; grid-template-columns:1fr 1.1fr; gap:40px; align-items:center; }
  .loc-hero__l h1 { font-size:clamp(32px,4.2vw,50px); font-weight:800; letter-spacing:-0.03em; line-height:1.05; margin-top:10px; }
  .loc-hero__l .lead { font-size:16px; line-height:1.65; color:var(--ink-secondary); margin-top:14px; max-width:46ch; }
  .loc-hero__r { display:grid; place-items:center; }
  /* loc dome */
  .loc-dome { position:relative; width:100%; max-width:600px; border-radius:24px; overflow:hidden; box-shadow:0 1px 3px rgba(30,2,53,.06), 0 26px 54px -28px rgba(30,2,53,.28); }
  .loc-dome > svg { display:block; width:100%; height:400px; }
  .loc-flagcard { position:absolute; top:22px; left:50%; transform:translateX(-50%); display:flex; align-items:center; gap:13px; background:rgba(255,255,255,.92); -webkit-backdrop-filter:blur(6px); backdrop-filter:blur(6px); border:1px solid rgba(30,2,53,.06); border-radius:16px; padding:13px 20px; box-shadow:0 14px 30px -12px rgba(30,2,53,.3); }
  .loc-flagcard img { width:46px; height:auto; border-radius:5px; box-shadow:0 1px 3px rgba(30,2,53,.25); }
  .loc-flagcard b { font-size:17px; font-weight:800; color:var(--ink); letter-spacing:-0.01em; display:block; }
  .loc-flagcard .ip { font-size:13.5px; color:var(--ink-secondary); }
  .loc-cta { display:flex; flex-wrap:wrap; gap:12px; align-items:center; }
  .btn--google { background:#fff; border:1px solid var(--border-subtle); color:var(--ink); gap:9px; box-shadow:0 1px 2px rgba(30,2,53,.06); }
  .btn--google:hover { border-color:#CFCFCF; background:#FCFBFD; }
  .loc-flagwrap { position:relative; width:100%; max-width:380px; }
  .loc-flag { width:100%; height:auto; border-radius:18px; box-shadow:0 24px 50px -24px rgba(30,2,53,.4); border:1px solid rgba(30,2,53,.08); display:block; }
  .loc-pin { position:absolute; left:50%; top:42%; transform:translate(-50%,-50%); width:56px; height:56px; filter:drop-shadow(0 8px 14px rgba(30,2,53,.3)); }
  .loc-pin svg { width:100%; height:100%; }
  .loc-chip { position:absolute; font-size:12.5px; font-weight:700; background:#fff; border:1px solid var(--border-subtle); border-radius:999px; padding:8px 14px; box-shadow:0 8px 18px -8px rgba(30,2,53,.25); white-space:nowrap; }
  .loc-chip--a { top:-14px; right:8%; color:var(--coral); }
  .loc-chip--b { bottom:-14px; left:8%; color:var(--ink); }
  .loc-cityband { background:linear-gradient(180deg,#F6F2FB,#EFE9F7); border-top:1px solid #E7E0EF; border-bottom:1px solid #E7E0EF; padding:56px 0; }
  .loc-cityband .ucd-sec__head { text-align:center; }
  .loc-citystack { display:flex; flex-direction:column; gap:16px; margin-top:28px; }
  .loc-citycard { background:#fff; border:1px solid var(--border-subtle); border-radius:20px; padding:8px 26px 26px; box-shadow:0 1px 3px rgba(30,2,53,.05), 0 20px 44px -28px rgba(30,2,53,.2); }
  .loc-citycard__head { width:100%; display:flex; align-items:center; justify-content:space-between; gap:14px; background:none; border:0; padding:18px 0; font-family:inherit; font-size:19px; font-weight:700; color:var(--ink); letter-spacing:-0.01em; cursor:pointer; }
  .loc-citycard__head svg { width:20px; height:20px; color:var(--gray-500); transition:transform .2s ease; flex:none; }
  .loc-citycard.is-open .loc-citycard__head svg { transform:rotate(180deg); }
  .loc-chipwrap { display:flex; flex-wrap:wrap; gap:10px; max-height:104px; overflow:hidden; padding:3px; -webkit-mask-image:linear-gradient(#000 60%,transparent); mask-image:linear-gradient(#000 60%,transparent); transition:max-height .3s ease; }
  .loc-citycard.is-open .loc-chipwrap { max-height:2000px; -webkit-mask-image:none; mask-image:none; }
  .loc-chipx { border:1px solid var(--border-subtle); border-radius:10px; padding:9px 16px; font-size:14px; font-weight:600; color:var(--ink); transition:border-color .15s ease, color .15s ease, transform .15s ease; }
  .loc-chipx:hover { border-color:var(--coral); color:var(--coral); }
  .locr-sec .ucd-sec__head { text-align:center; }
  .locr-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:36px 32px; margin-top:36px; }
  .locr-ic { width:50px; height:50px; border-radius:50%; background:#F4F1F7; color:var(--coral); display:grid; place-items:center; margin-bottom:16px; }
  .locr-ic svg { width:24px; height:24px; }
  .locr-card h3 { font-size:18px; font-weight:700; letter-spacing:-0.01em; }
  .locr-card p { font-size:14px; line-height:1.65; color:var(--ink-secondary); margin-top:9px; text-wrap:pretty; }
  @media (max-width:920px){ .loc-hero { grid-template-columns:1fr; gap:24px; } .loc-hero__r { order:-1; } .locr-grid { grid-template-columns:1fr 1fr; } }
  @media (max-width:560px){ .locr-grid { grid-template-columns:1fr; } }
