/* tcew-loc-hero */
.tcew-loc-hero .gml-hero{position:relative;padding:104px 0 88px;isolation:isolate}
.tcew-loc-hero .gml-hero::before{content:"";position:absolute;top:-35%;right:-10%;width:880px;height:880px;border-radius:50%;background:radial-gradient(circle,var(--tcw-glow-1,rgba(108,87,210,.5)) 0%,transparent 65%);z-index:-1;pointer-events:none}
.tcew-loc-hero .gml-hero::after{content:"";position:absolute;bottom:-45%;left:-18%;width:720px;height:720px;border-radius:50%;background:radial-gradient(circle,var(--tcw-glow-2,rgba(115,79,160,.35)) 0%,transparent 70%);z-index:-1;pointer-events:none}
.tcew-loc-hero .gml-hero__grid{display:grid;grid-template-columns:1.08fr 1fr;gap:64px;align-items:center}
.tcew-loc-hero .gml-eyebrow{display:inline-flex;align-items:center;gap:9px;padding:8px 18px;border:1px solid var(--tcw-line);border-radius:100px;background:rgba(255,255,255,.05);font-size:12.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--tcw-muted);margin-bottom:26px}
.tcew-loc-hero .gml-eyebrow .gml-eyebrow__dot{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:var(--tcw-accent);animation:tcew-loc-hero-gmlPulse 1.8s ease-in-out infinite}
@keyframes tcew-loc-hero-gmlPulse{0%,100%{opacity:1}
50%{opacity:.25}
}
.tcew-loc-hero .gml-hero h1,.tcew-loc-hero .gml-hero__title{font-size:clamp(27px,2.7vw,41px);line-height:1.16;font-weight:800;color:rgba(255,255,255,.74);margin-bottom:22px}
.tcew-loc-hero .gml-hero__title>span{display:block;color:var(--tcw-white);position:relative}
.tcew-loc-hero .gml-hero__title>span::after{content:"";position:absolute;left:0;bottom:-.08em;width:100%;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--tcw-underline-a,var(--tcw-primary)),var(--tcw-underline-b,transparent))}
.tcew-loc-hero .gml-hero p.lead{font-size:17px;line-height:1.72;color:var(--tcw-muted);max-width:530px;margin-bottom:34px}
.tcew-loc-hero .gml-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.tcew-loc-hero .gml-btn{display:inline-flex;align-items:center;gap:13px;padding:8px 8px 8px 28px;border-radius:100px;background:var(--tcw-white);color:var(--tcw-text-dark);font-family:var(--tcw-font-display);font-size:15.5px;font-weight:700;box-shadow:0 12px 30px rgba(0,0,0,.28);transition:transform .25s ease,box-shadow .25s ease}
.tcew-loc-hero .gml-btn:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(0,0,0,.36)}
.tcew-loc-hero .gml-btn__ico{width:42px;height:42px;flex:0 0 42px;border-radius:50%;background:var(--tcw-primary);display:grid;place-items:center;transition:transform .25s ease}
.tcew-loc-hero .gml-btn:hover .gml-btn__ico{transform:rotate(-45deg)}
.tcew-loc-hero .gml-btn__ico svg{width:17px;height:17px;stroke:#fff;stroke-width:2.2;fill:none}
.tcew-loc-hero .gml-textlink{color:var(--tcw-white);font-size:15px;font-weight:600;border-bottom:1px solid rgba(255,255,255,.35);padding-bottom:3px;transition:border-color .2s ease}
.tcew-loc-hero .gml-textlink:hover{border-color:var(--tcw-white)}
.tcew-loc-hero .gml-panel{background:rgba(255,255,255,.055);border:1px solid var(--tcw-line);border-radius:24px;padding:26px;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 30px 70px rgba(0,0,0,.35)}
.tcew-loc-hero .gml-panel__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.tcew-loc-hero .gml-panel__head h2,.tcew-loc-hero .gml-panel__title{font-size:17px;font-weight:700}
.tcew-loc-hero .gml-panel__head small{font-size:12px;color:var(--tcw-faint)}
.tcew-loc-hero .gml-mkt{display:flex;align-items:center;gap:14px;padding:15px 16px;border-radius:14px;background:rgba(255,255,255,.05);border:1px solid var(--tcw-line);margin-bottom:10px;transition:background .25s ease,transform .25s ease}
.tcew-loc-hero .gml-mkt:last-of-type{margin-bottom:0}
.tcew-loc-hero .gml-mkt:hover{background:rgba(108,87,210,.16);transform:translateX(4px)}
.tcew-loc-hero .gml-mkt__flag{font-size:26px;line-height:1;flex:0 0 auto}
.tcew-loc-hero .gml-mkt__body{flex:1;min-width:0}
.tcew-loc-hero .gml-mkt__body strong{display:block;font-family:var(--tcw-font-display);font-size:15px;font-weight:700;margin-bottom:3px}
.tcew-loc-hero .gml-mkt__body small{display:block;font-size:12.5px;color:var(--tcw-faint)}
.tcew-loc-hero .gml-mkt__tag{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:5px 11px;border-radius:100px;flex:0 0 auto;background:rgba(97,206,112,.14);border:1px solid rgba(97,206,112,.3);color:var(--tcw-accent)}
.tcew-loc-hero .gml-panel__foot{margin-top:18px;padding-top:16px;border-top:1px solid var(--tcw-line);font-size:12.5px;color:var(--tcw-faint);text-align:center}
@media(max-width:991px){.tcew-loc-hero .gml-hero{padding:76px 0 68px}
.tcew-loc-hero .gml-hero__grid{grid-template-columns:1fr;gap:52px}
.tcew-loc-hero .gml-hero p.lead{max-width:100%}
}
@media(max-width:600px){.tcew-loc-hero .gml-hero{padding:58px 0 56px}
.tcew-loc-hero .gml-hero h1,.tcew-loc-hero .gml-hero__title{font-size:27px}
.tcew-loc-hero .gml-hero p.lead{font-size:15.5px}
.tcew-loc-hero .gml-panel{padding:20px}
}
/* --- hand additions: icon fallbacks + editable hooks --- */
.tcew-loc-hero .gml-btn__ico i{font-size:17px;color:#fff;line-height:1}
.tcew-loc-hero .gml-btn__ico img{width:17px;height:17px}
.tcew-loc-hero .gml-mkt__flag img{display:inline-block;width:1em;height:auto}
.tcew-loc-hero .gml-mkt__flag i{font-style:normal}
.tcew-loc-hero .gml-eyebrow__ico{display:inline-flex;align-items:center;font-size:13px;line-height:1}
.tcew-loc-hero .gml-eyebrow__ico svg{width:1em;height:1em;fill:currentColor}
.tcew-loc-hero .gml-eyebrow__ico img{width:1em;height:auto}
.tcew-loc-hero .gml-eyebrow--nomotion .gml-eyebrow__dot{animation:none}
.tcew-loc-hero .gml-hero__grid>*{min-width:0}
.tcew-loc-hero .gml-hero__grid--single{grid-template-columns:1fr}
.tcew-loc-hero .gml-hero__title>span.no-underline::after{content:none}
.tcew-loc-hero .gml-panel__title{font-size:17px;font-weight:700;margin:0}
.tcew-loc-hero a.gml-mkt{text-decoration:none}
