/*
Theme Name: GoldMax Modern
Theme URI: https://www.goldmaxusa.com/
Author: Sevilla Local Media
Author URI: https://sevillalocalmedia.com/
Description: Custom WordPress theme for GoldMax USA with Wix-era homepage and ad landing-page restoration, dynamic event dates, local SEO, blog, legal pages and lead capture.
Version: 5.6.8
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: goldmax-modern
*/

:root{
  --gm-navy:#17345e;
  --gm-navy-dark:#0f294c;
  --gm-navy-deep:#0b2242;
  --gm-gold:#b58a17;
  --gm-gold-bright:#d7ad25;
  --gm-gold-pale:#ecd67d;
  --gm-gray:#8d9095;
  --gm-ink:#102848;
  --gm-text:#263b58;
  --gm-muted:#68758a;
  --gm-cream:#fbf8f1;
  --gm-soft:#f7f7f7;
  --gm-line:#e4e4e4;
  --gm-white:#fff;
  --gm-shadow:0 15px 40px rgba(18,36,60,.10);
  --gm-max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--gm-text);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,textarea,select{font:inherit}
button{border:0}
.gm-container{width:min(calc(100% - 40px),var(--gm-max));margin-inline:auto}
.gm-section{padding:86px 0}
.gm-section-soft{background:linear-gradient(180deg,#fafafa,#f5f5f4)}
.gm-section-cream{background:var(--gm-cream)}
.gm-kicker{display:block;color:var(--gm-gold);font-weight:900;font-size:.76rem;letter-spacing:.15em;text-transform:uppercase;margin-bottom:8px}
.gm-kicker-light{color:var(--gm-gold-bright)}
.gm-h2{color:var(--gm-ink);font-size:clamp(2rem,4vw,3.7rem);line-height:1.02;letter-spacing:-.04em;margin:.25rem 0 1rem;font-weight:900}
.gm-lead{font-size:clamp(1.04rem,1.55vw,1.22rem);color:#52627a;max-width:780px}
.gm-lead-center{margin-inline:auto}
.gm-center{text-align:center}
.gm-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:22px}
.gm-actions-center{justify-content:center}
.gm-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;font-weight:900;text-transform:uppercase;letter-spacing:.03em;font-size:.82rem;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.gm-btn:hover{transform:translateY(-2px)}
.gm-btn-square{border-radius:2px}
.gm-btn-gold{background:linear-gradient(135deg,#c99d25,#a97808);color:#fff;box-shadow:0 10px 26px rgba(176,131,19,.22)}
.gm-btn-dark{background:var(--gm-navy);color:#fff}
.gm-btn-outline{background:#fff;border:2px solid var(--gm-gold);color:#7e5d0b}
.gm-text-link{text-decoration:underline;text-underline-offset:4px;font-weight:800;color:var(--gm-navy)}
.gm-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.gm-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:38px}
.gm-content-wrap{max-width:900px}

.gm-title{font-size:clamp(2.8rem,5vw,5rem);line-height:.96;letter-spacing:-.05em;color:var(--gm-ink);font-weight:900;margin:.3rem 0 1rem}
.gm-card{background:#fff;border:1px solid #e4e6ea;box-shadow:var(--gm-shadow)}
.gm-legal{max-width:980px}.gm-legal h2{color:var(--gm-ink);font-size:1.45rem;margin-top:2rem}.gm-legal p,.gm-legal li{color:#46566c;font-size:.96rem}
.gm-check-list{list-style:none;padding:0;margin:26px 0;display:grid;gap:10px}.gm-check-list li{position:relative;padding-left:28px}.gm-check-list li:before{content:"✓";position:absolute;left:0;color:var(--gm-gold);font-weight:900}

/* Top bar + header */
.gm-topbar{background:var(--gm-navy-deep);color:#dbe3ef;font-size:.78rem;letter-spacing:.02em}
.gm-topbar-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.gm-topbar a{color:#fff}
.gm-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);box-shadow:0 1px 0 rgba(18,35,60,.08)}
.admin-bar .gm-header{top:32px}
.gm-nav{height:92px;display:flex;align-items:center;gap:28px}
.gm-brand{display:flex;align-items:center;min-width:255px}
.gm-logo-link{display:inline-flex;align-items:center}
.gm-logo-img{height:63px;width:auto;max-width:270px;object-fit:contain}
.gm-brand .custom-logo{max-height:64px;width:auto}
.gm-menu{margin-left:auto}
.gm-menu ul{display:flex;align-items:center;gap:34px;margin:0;padding:0;list-style:none}
.gm-menu a{font-weight:850;font-size:.84rem;letter-spacing:.08em;text-transform:uppercase;color:#192f4f;padding:12px 0;display:block}
.gm-menu li:not(.gm-menu-location) a:hover{color:var(--gm-gold)}
.gm-menu-location a,.gm-menu>ul>li:last-child>a{background:var(--gm-gold);color:#fff!important;padding:14px 20px!important}
.gm-menu-toggle{display:none;background:var(--gm-navy);color:#fff;padding:11px 15px;border-radius:3px;font-weight:800;cursor:pointer}

/* Hero */
.gm-hero-v2{position:relative;min-height:620px;overflow:hidden;background:#f5efe4}
.gm-hero-photo{position:absolute;inset:0 0 0 37%;background-size:cover;background-position:center 35%;background-repeat:no-repeat}
.gm-hero-photo:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.8) 0%,rgba(255,255,255,.05) 28%,transparent 55%)}
.gm-hero-v2-inner{min-height:620px;display:flex;align-items:center;position:relative;z-index:2}
.gm-hero-panel{width:min(540px,52vw);background:rgba(255,255,255,.94);padding:44px 46px;box-shadow:0 22px 70px rgba(31,42,55,.12);backdrop-filter:blur(3px)}
.gm-hero-panel h1{font-size:clamp(3rem,5vw,5rem);line-height:.96;letter-spacing:-.055em;margin:.35rem 0 1rem;color:var(--gm-ink);font-weight:900}
.gm-hero-panel p{font-size:1.08rem;color:#3f5067;max-width:470px}
.gm-hero-assurances{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.gm-hero-assurances span{font-size:.76rem;font-weight:800;color:#536078;background:#f5f6f7;border:1px solid #e7e9ec;padding:7px 9px}

/* Gold market band */
.gm-market-band{background:linear-gradient(100deg,var(--gm-navy-deep),#183861);color:#fff;overflow:hidden}
.gm-market-grid{display:grid;grid-template-columns:1.05fr .95fr;min-height:270px;align-items:stretch}
.gm-market-copy{padding:48px 42px 48px 0;align-self:center}
.gm-market-copy h2,.gm-market-band h2{font-size:clamp(2rem,3.4vw,3.4rem);line-height:1.02;letter-spacing:-.04em;margin:.35rem 0 1rem;color:#fff}
.gm-market-copy p,.gm-market-band p{color:#d8e1ef;max-width:680px}
.gm-market-photo{min-height:270px;background-size:cover;background-position:center;background-repeat:no-repeat;clip-path:polygon(10% 0,100% 0,100% 100%,0 100%)}
.gm-market-band-inner .gm-market-grid{min-height:300px}

/* Intro + locations */
.gm-intro-grid{display:grid;grid-template-columns:.85fr 1.35fr;gap:58px;align-items:start}
.gm-intro-grid>div:first-child{position:sticky;top:145px}
.gm-locations{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.gm-location-card{background:#fff;border:1px solid #e7e7e7;box-shadow:0 10px 30px rgba(19,39,65,.08);overflow:hidden;min-width:0}
.gm-location-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#f3ead0;color:var(--gm-gold);font-size:1.7rem;margin:24px auto 0;font-weight:900}
.gm-location-body{padding:20px 20px 24px}
.gm-location-label{display:block;font-size:.66rem;letter-spacing:.12em;color:var(--gm-gold);font-weight:900;text-align:center}
.gm-location-body h3{margin:6px 0 10px;text-align:center;color:var(--gm-ink);font-size:1.15rem}
.gm-location-body p{font-size:.87rem;margin:5px 0;color:#56677d;text-align:center}
.gm-location-body .gm-nearby{font-size:.76rem;color:#7b8797}
.gm-location-meta{font-size:.82rem;font-weight:800;text-align:center;border-top:1px solid #ececec;padding-top:12px;margin-top:14px;color:#2f4563}
.gm-location-card .gm-actions{justify-content:center;margin-top:14px;font-size:.79rem}
.gm-locations-mapped{grid-template-columns:1fr;gap:34px}
.gm-locations-mapped .gm-location-card{display:grid;grid-template-columns:1.2fr .8fr;border-radius:4px}
.gm-map-wrap{min-height:360px}.gm-map-wrap iframe,.gm-map-large iframe{width:100%;height:100%;border:0;display:block}
.gm-locations-mapped .gm-location-body{padding:38px;align-self:center}.gm-locations-mapped .gm-location-body h3,.gm-locations-mapped .gm-location-body p,.gm-locations-mapped .gm-location-meta,.gm-locations-mapped .gm-location-label{text-align:left}
.gm-locations-mapped .gm-location-card .gm-actions{justify-content:flex-start}

/* What we buy */
.gm-items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:38px;text-align:left}
.gm-item{background:#fff;border:1px solid #e3e3e3;box-shadow:0 12px 32px rgba(14,35,61,.07);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}
.gm-item:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(14,35,61,.12)}
.gm-item-photo{height:205px;background:#fff;padding:10px;display:grid;place-items:center;overflow:hidden}
.gm-item-photo img{width:100%;height:100%;object-fit:contain}
.gm-item-copy{padding:20px 20px 24px}
.gm-item h3{color:var(--gm-ink);font-size:1.1rem;margin:0 0 8px}
.gm-item p{font-size:.88rem;color:#5e6d80;margin:0}

/* Process */
.gm-process-section{background:#fff}
.gm-process-v2{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin:42px 0 34px;position:relative}
.gm-process-v2:before{content:"";position:absolute;left:11%;right:11%;top:35px;height:2px;background:linear-gradient(90deg,#d8c072,#bd8b12,#d8c072);z-index:0}
.gm-process-v2 article{position:relative;z-index:1;background:#fff;padding:0 16px}
.gm-process-icon{width:72px;height:72px;border-radius:50%;background:#fff;border:2px solid #e7e7e7;box-shadow:0 8px 25px rgba(17,39,67,.08);display:grid;place-items:center;margin:0 auto 16px;color:var(--gm-gold);font-weight:950;font-size:1.3rem}
.gm-process-v2 h3{font-size:1rem;line-height:1.25;color:var(--gm-ink);margin:0 0 8px}.gm-process-v2 p{font-size:.84rem;color:#66758a;margin:0}

/* Trust */
.gm-trusted-photo{background-size:cover;background-position:center;padding:76px 0}
.gm-trusted-inner{display:flex;align-items:center;justify-content:center;gap:70px;text-align:center}
.gm-trusted-inner>div{max-width:690px}.gm-trusted-inner p{font-size:1rem;color:#516178}
.gm-bbb{width:190px;height:auto;object-fit:contain}

/* Smart / lifestyle */
.gm-smart-section{background:#fff;padding:0}
.gm-smart-grid{display:grid;grid-template-columns:1fr .8fr 1fr;min-height:340px;align-items:stretch}
.gm-smart-copy{padding:60px 40px 60px 0;align-self:center}.gm-smart-copy h2{font-size:clamp(2rem,3.3vw,3.2rem);line-height:1;letter-spacing:-.04em;color:var(--gm-ink);margin:0 0 18px}
.gm-smart-points{align-self:center;padding:40px 34px;display:grid;gap:24px;border-left:1px solid #eee}.gm-smart-points div{font-size:1rem;color:#263d5c}.gm-smart-points div::first-letter{color:var(--gm-gold)}
.gm-smart-photo{background-size:cover;background-position:center;background-repeat:no-repeat;min-height:340px}

/* Testimonial */
.gm-testimonial{background:linear-gradient(90deg,#fbf6ef,#fff);border-top:1px solid #eee;padding:42px 0}
.gm-testimonial-grid{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center}
.gm-quote-mark{font-family:Georgia,serif;font-size:6.5rem;line-height:.6;color:var(--gm-gold)}
.gm-testimonial blockquote{font-size:clamp(2rem,3.6vw,3.4rem);line-height:1;color:var(--gm-ink);font-weight:900;margin:0 0 10px}.gm-testimonial p{margin:0 0 4px;color:#52637a}

/* Inner page heroes */
.gm-page-hero{padding:82px 0 65px;background:linear-gradient(120deg,#f8f4ea,#fff);border-bottom:1px solid #ececec}
.gm-page-hero h1{font-size:clamp(3rem,5vw,5.2rem);line-height:.95;letter-spacing:-.055em;color:var(--gm-ink);margin:.3rem 0 1rem}
.gm-page-hero-grid{display:grid;grid-template-columns:1fr .85fr;gap:55px;align-items:center}
.gm-page-hero-image{min-height:330px;background-size:cover;background-position:center;box-shadow:var(--gm-shadow)}
.gm-faq-wrap{max-width:900px;margin:0 auto}.gm-faq-list{display:grid;gap:0;border-top:1px solid #bbb}.gm-faq{border-bottom:1px solid #bbb;background:#fff}.gm-faq button{width:100%;background:#fff;text-align:left;padding:20px 0;display:flex;justify-content:space-between;gap:20px;color:var(--gm-ink);font-weight:850;cursor:pointer;font-size:1.03rem}.gm-faq-answer{padding:0 0 24px;color:#56657a}.gm-faq [aria-expanded="false"] + .gm-faq-answer{display:none}
.gm-feature-copy{align-items:center}.gm-feature-photo{background:#fff;border:1px solid #eee;box-shadow:var(--gm-shadow);padding:30px}.gm-feature-photo img{width:100%;height:420px;object-fit:contain}
.gm-location-detail-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:45px;align-items:stretch}.gm-location-detail-copy{padding:20px 0}.gm-location-address{font-size:1.15rem}.gm-map-large{min-height:560px;box-shadow:var(--gm-shadow)}

/* Content / forms */
.gm-content{font-size:1rem}.gm-content h2{font-size:2rem;color:var(--gm-ink)}.gm-content a{text-decoration:underline;text-underline-offset:3px}
.gm-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.gm-form .full{grid-column:1/-1}.gm-field label{display:block;font-size:.82rem;font-weight:800;margin:0 0 6px}.gm-field input,.gm-field textarea,.gm-field select{width:100%;border:1px solid #d6d9df;border-radius:2px;padding:13px 14px;background:#fff;outline:none}.gm-field input:focus,.gm-field textarea:focus,.gm-field select:focus{border-color:var(--gm-gold);box-shadow:0 0 0 3px rgba(181,138,23,.13)}.gm-field textarea{min-height:150px;resize:vertical}.gm-form-note{font-size:.78rem;color:#6d7786}.gm-hp{position:absolute;left:-9999px}
.gm-alert{padding:14px 16px;margin:0 0 16px;background:#ecf8ef;color:#225c2f;font-weight:750}.gm-alert-error{background:#fff0f0;color:#8a2525}

/* Modal */
.gm-modal{position:fixed;inset:0;background:rgba(4,15,31,.78);backdrop-filter:blur(8px);z-index:120;display:none;align-items:center;justify-content:center;padding:20px}.gm-modal.is-open{display:flex}.gm-modal-card{width:min(620px,100%);max-height:92vh;overflow:auto;background:#fff;padding:34px;box-shadow:0 28px 90px rgba(0,0,0,.38);position:relative}.gm-modal-close{position:absolute;top:14px;right:14px;background:#eef0f3;width:38px;height:38px;border-radius:50%;cursor:pointer;font-size:1.2rem}

/* Footer */
.gm-footer{background:linear-gradient(120deg,var(--gm-navy-deep),#11315a);color:#fff;padding:55px 0 25px}
.gm-footer-grid{display:grid;grid-template-columns:1.3fr .65fr .7fr .8fr;gap:42px;align-items:start}.gm-footer h3{font-size:.84rem;letter-spacing:.03em;margin:0 0 14px}.gm-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:7px}.gm-footer li,.gm-footer p,.gm-footer a,.gm-footer button{color:#e2e9f2;font-size:.83rem}.gm-footer button{background:none;padding:0;cursor:pointer}.gm-footer-brand p{max-width:370px}.gm-brand-logo-footer .gm-logo-img{background:#fff;padding:6px 10px;height:66px;max-width:300px}.gm-footer-trust{text-align:center}.gm-footer-trust .gm-bbb{margin:0 auto 16px;width:155px}.gm-socials{display:flex;gap:10px}.gm-socials a{width:34px;height:34px;border:1px solid rgba(255,255,255,.5);border-radius:50%;display:grid;place-items:center;font-size:1rem;font-weight:900}
.gm-footer-bottom{margin-top:38px;padding-top:18px;border-top:1px solid rgba(255,255,255,.28);display:flex;flex-wrap:wrap;gap:12px 20px;justify-content:space-between;color:#c9d4e2}.gm-footer-bottom span,.gm-footer-bottom a{font-size:.7rem}.gm-powered a{color:#efd274;font-weight:800}
.gm-mobile-cta{display:none}

@media(max-width:1050px){
  .gm-menu{display:none;position:absolute;top:92px;left:0;right:0;background:#fff;padding:20px 28px;border-top:1px solid #eee;box-shadow:0 20px 45px rgba(10,28,50,.12)}.gm-menu.is-open{display:block}.gm-menu ul{display:grid;gap:3px}.gm-menu a{padding:10px 0}.gm-menu-location a,.gm-menu>ul>li:last-child>a{display:inline-block;padding:12px 16px!important}.gm-menu-toggle{display:block}.gm-header-cta{margin-left:auto}
  .gm-hero-photo{inset:0 0 0 28%}.gm-hero-panel{width:min(560px,62vw)}
  .gm-intro-grid{grid-template-columns:1fr}.gm-intro-grid>div:first-child{position:static}.gm-locations{grid-template-columns:repeat(3,1fr)}
  .gm-items{grid-template-columns:repeat(2,1fr)}.gm-process-v2{grid-template-columns:repeat(2,1fr)}.gm-process-v2:before{display:none}
  .gm-smart-grid{grid-template-columns:1fr 1fr}.gm-smart-photo{grid-column:1/-1;min-height:320px}.gm-smart-copy{padding:50px 35px 50px 0}
  .gm-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .gm-container{width:min(calc(100% - 28px),var(--gm-max))}.gm-topbar-inner{justify-content:center;text-align:center}.gm-topbar-inner span:last-child{display:none}.gm-nav{height:76px}.gm-menu{top:76px}.gm-logo-img{height:50px;max-width:205px}.gm-brand{min-width:0}
  .gm-section{padding:64px 0}.gm-hero-v2{min-height:auto;padding-top:330px;background:#fff}.gm-hero-photo{inset:0 0 auto 0;height:360px;background-position:center top}.gm-hero-photo:before{background:linear-gradient(180deg,transparent 65%,#fff 100%)}.gm-hero-v2-inner{min-height:0}.gm-hero-panel{width:100%;padding:30px 24px;margin-bottom:30px;box-shadow:0 8px 25px rgba(31,42,55,.1)}.gm-hero-panel h1{font-size:2.9rem}.gm-hero-assurances{display:none}
  .gm-market-grid{grid-template-columns:1fr}.gm-market-copy{padding:38px 0 25px}.gm-market-photo{min-height:210px;clip-path:none;background-position:center}
  .gm-intro-grid{gap:32px}.gm-locations{grid-template-columns:1fr}.gm-locations-mapped .gm-location-card{grid-template-columns:1fr}.gm-map-wrap{min-height:300px}.gm-locations-mapped .gm-location-body{padding:24px}.gm-locations-mapped .gm-location-body h3,.gm-locations-mapped .gm-location-body p,.gm-locations-mapped .gm-location-meta,.gm-locations-mapped .gm-location-label{text-align:center}.gm-locations-mapped .gm-location-card .gm-actions{justify-content:center}
  .gm-items{grid-template-columns:1fr}.gm-item-photo{height:190px}.gm-process-v2{grid-template-columns:1fr}.gm-process-v2 article{padding:0 10px}
  .gm-trusted-inner{display:grid;gap:28px}.gm-bbb{margin:auto}
  .gm-smart-grid{grid-template-columns:1fr}.gm-smart-copy{padding:45px 0}.gm-smart-points{border-left:0;border-top:1px solid #eee;padding:34px 0}.gm-smart-photo{grid-column:auto;min-height:260px}
  .gm-testimonial-grid{grid-template-columns:auto 1fr}.gm-testimonial-cta{grid-column:2}.gm-quote-mark{font-size:4.5rem}.gm-testimonial blockquote{font-size:2.1rem}
  .gm-grid-2,.gm-page-hero-grid,.gm-location-detail-grid{grid-template-columns:1fr}.gm-page-hero{padding:62px 0 48px}.gm-page-hero-image{min-height:260px}.gm-map-large{min-height:360px}.gm-feature-photo img{height:280px}
  .gm-form{grid-template-columns:1fr}.gm-form .full{grid-column:auto}
  .gm-footer-grid{grid-template-columns:1fr}.gm-footer-bottom{display:grid}
  .gm-mobile-cta{position:fixed;display:grid;grid-template-columns:1fr 1fr;bottom:0;left:0;right:0;z-index:90;background:#081b35;padding:8px;gap:8px;box-shadow:0 -8px 28px rgba(0,0,0,.2)}.gm-mobile-cta a{padding:11px 7px;text-align:center;font-weight:900;font-size:.78rem;text-transform:uppercase}.gm-mobile-cta a:first-child{background:#fff;color:var(--gm-navy)}.gm-mobile-cta a:last-child{background:var(--gm-gold);color:#fff}.gm-footer{padding-bottom:82px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.gm-btn,.gm-item{transition:none}}

/* =========================================================
   GoldMax v3.0 — sharp parallax homepage, ticker, blog, market
   ========================================================= */
:root{--gm-max:1320px;--gm-gold:#c39518;--gm-gold-bright:#e5bc3b;--gm-navy:#0d315c;--gm-navy-deep:#071e39;--gm-shadow-lg:0 22px 65px rgba(8,28,52,.14)}
body{font-feature-settings:"kern" 1,"liga" 1;text-rendering:optimizeLegibility}
img{image-rendering:auto}
.gm-header{background:rgba(255,255,255,.985)}
.gm-nav{height:88px}.gm-logo-img{height:62px;max-width:285px}.gm-brand{min-width:260px}
.gm-menu ul{gap:24px}.gm-menu a{font-size:.79rem}.gm-menu>ul>li:last-child>a{background:none;color:#192f4f!important;padding:12px 0!important}
.gm-header-cta{display:flex;align-items:center;gap:12px}.gm-header-bonus{min-height:44px;padding:0 17px;font-size:.72rem;white-space:nowrap}
.gm-parallax{background-repeat:no-repeat;background-size:cover;background-position:center;background-attachment:fixed}
.gm-btn-outline-light{background:transparent;border:2px solid rgba(255,255,255,.86);color:#fff}.gm-btn-outline-light:hover{background:#fff;color:var(--gm-navy)}
.gm-btn-light{background:#fff;color:var(--gm-navy)}

.gm-hero-v3{position:relative;min-height:680px;color:#fff;display:flex;align-items:center;overflow:hidden}
.gm-hero-v3:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:rgba(255,255,255,.25)}
.gm-hero-v3-inner{position:relative;z-index:2;width:100%}
.gm-hero-v3-copy{width:min(620px,56vw);padding:76px 0 72px}
.gm-hero-v3-copy h1{font-size:clamp(4rem,7vw,7rem);line-height:.88;letter-spacing:-.065em;margin:.35rem 0 1.35rem;font-weight:950;color:#fff;text-shadow:0 4px 24px rgba(0,0,0,.18)}
.gm-hero-v3-copy p{font-size:clamp(1.08rem,1.7vw,1.34rem);max-width:610px;color:#eef4fb;line-height:1.55}
.gm-hero-badges{display:flex;gap:10px 18px;flex-wrap:wrap;margin-top:26px}.gm-hero-badges span{position:relative;padding-left:22px;font-size:.82rem;font-weight:850;color:#fff}.gm-hero-badges span:before{content:"✓";position:absolute;left:0;color:var(--gm-gold-bright);font-weight:950}

.gm-market-parallax{min-height:330px;color:#fff;display:flex;align-items:center;background-position:center 60%}
.gm-market-parallax-copy{padding:58px 0}.gm-market-parallax-copy h2{font-size:clamp(2.4rem,4.2vw,4.4rem);line-height:.95;letter-spacing:-.05em;margin:.35rem 0 1rem;color:#fff;max-width:760px}.gm-market-parallax-copy p{max-width:720px;color:#e2eaf4;font-size:1.02rem}

.gm-metals{background:linear-gradient(120deg,#071e39,#0e3768);color:#fff;padding:42px 0;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}
.gm-metals-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:46px;align-items:center}.gm-metals-copy h2{font-size:clamp(2rem,3.5vw,3.8rem);line-height:.98;margin:.3rem 0 .8rem;letter-spacing:-.045em}.gm-metals-copy p{color:#d6e1ef}.gm-metals-widget{min-width:0;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);padding:16px}.gm-market-disclaimer{font-size:.68rem!important;line-height:1.45;color:#bdcbe0!important;margin:10px 4px 0}.tradingview-widget-container{min-height:86px}

.gm-locations-section{background:#fff}.gm-locations-section .gm-locations-mapped{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:38px}.gm-locations-section .gm-locations-mapped .gm-location-card{display:block;border-radius:8px;box-shadow:0 16px 45px rgba(11,38,68,.10);transition:transform .2s ease,box-shadow .2s ease}.gm-locations-section .gm-locations-mapped .gm-location-card:hover{transform:translateY(-5px);box-shadow:0 24px 55px rgba(11,38,68,.16)}.gm-locations-section .gm-map-wrap{min-height:235px}.gm-locations-section .gm-locations-mapped .gm-location-body{padding:25px}.gm-locations-section .gm-location-body h3{font-size:1.35rem}.gm-location-contact{display:grid;gap:4px;margin-top:12px}.gm-location-contact a{font-size:.82rem;font-weight:800;color:var(--gm-navy);text-decoration:underline;text-underline-offset:3px}

.gm-review-ticker{display:grid;grid-template-columns:auto 1fr;align-items:stretch;background:#fbf6ea;border-block:1px solid #eee2bf;overflow:hidden}.gm-review-label{display:grid;place-items:center;background:linear-gradient(135deg,#c69a25,#9d7007);color:#fff;text-transform:uppercase;font-size:.75rem;letter-spacing:.08em;font-weight:950;padding:0 28px;white-space:nowrap;position:relative;z-index:2}.gm-review-viewport{overflow:hidden}.gm-review-track{display:flex;width:max-content;animation:gmTicker 44s linear infinite}.gm-review-viewport:hover .gm-review-track{animation-play-state:paused}.gm-review-chip{width:340px;min-height:96px;padding:18px 26px;border-right:1px solid #eadfbf;background:rgba(255,255,255,.62);display:grid;align-content:center;gap:3px}.gm-review-chip q{font-size:.84rem;color:#273e5d;font-weight:700}.gm-review-chip strong{font-size:.72rem;color:#65748a}.gm-review-chip small{font-size:.62rem;color:#8a7952}.gm-stars{color:#c69312;font-size:.72rem;letter-spacing:.08em}@keyframes gmTicker{to{transform:translateX(-50%)}}

.gm-items{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.gm-item{border-radius:7px;overflow:hidden}.gm-item-photo{height:190px;background:#fff}.gm-item-photo img{width:100%;height:100%;object-fit:contain;padding:10px;filter:none!important;transform:none!important}.gm-item-copy{padding:17px 15px}.gm-item-copy h3{font-size:.94rem}.gm-item-copy p{font-size:.74rem;line-height:1.5}

.gm-process-layout{display:grid;grid-template-columns:.55fr 1.45fr;gap:58px;align-items:start}.gm-process-heading{position:sticky;top:142px}.gm-process-v3{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.gm-process-v3 article{border:1px solid #e3e7ed;background:#fff;padding:30px;min-height:220px;box-shadow:0 12px 34px rgba(13,41,75,.08);position:relative;overflow:hidden}.gm-process-v3 article:after{content:"";position:absolute;right:-35px;bottom:-45px;width:140px;height:140px;border-radius:50%;border:1px solid rgba(195,149,24,.18)}.gm-step{font-size:2.2rem;font-weight:950;color:rgba(195,149,24,.36);letter-spacing:-.05em}.gm-process-v3 h3{margin:.25rem 0 .65rem;color:var(--gm-ink);font-size:1.25rem}.gm-process-v3 p{margin:0;color:#66758a;font-size:.9rem}

.gm-trusted-v3{padding:86px 0;background-position:center}.gm-trusted-v3-inner{display:grid;grid-template-columns:1fr auto;align-items:center;gap:80px}.gm-trusted-v3-inner>div{max-width:780px}.gm-trusted-v3-inner p{font-size:1.1rem;color:#445a75;max-width:720px}.gm-trusted-v3 .gm-bbb{width:205px;filter:drop-shadow(0 10px 25px rgba(9,34,61,.12))}

.gm-smart-v3{background:#fff}.gm-smart-v3-grid{display:grid;grid-template-columns:1fr 1fr;min-height:520px}.gm-smart-v3-copy{padding:80px 72px 80px 0;align-self:center}.gm-smart-v3-copy h2{font-size:clamp(2.6rem,4vw,4.5rem);line-height:.94;letter-spacing:-.055em;color:var(--gm-ink);margin:0 0 20px}.gm-smart-v3-copy p{font-size:1.04rem;color:#52647c}.gm-smart-v3-copy ul{padding:0;margin:26px 0;list-style:none;display:grid;gap:12px}.gm-smart-v3-copy li{position:relative;padding-left:26px;font-weight:800;color:#2b4565}.gm-smart-v3-copy li:before{content:"✓";position:absolute;left:0;color:var(--gm-gold)}.gm-smart-v3-photo{min-height:520px;background-position:center;background-size:cover}

.gm-section-heading-row{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:30px}.gm-text-link-strong{text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;white-space:nowrap}.gm-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.gm-post-card{border:1px solid #e0e4e9;background:#fff;box-shadow:0 12px 34px rgba(11,38,68,.08);overflow:hidden}.gm-post-thumb{display:block;height:230px;overflow:hidden;background-size:cover;background-position:center}.gm-post-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gm-post-card:hover .gm-post-thumb img{transform:scale(1.035)}.gm-post-copy{padding:24px}.gm-post-copy time{display:block;color:var(--gm-gold);font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.gm-post-copy h3{font-size:1.35rem;line-height:1.15;color:var(--gm-ink);margin:0 0 10px}.gm-post-copy p{font-size:.88rem;color:#68778a}

.gm-home-contact{background:linear-gradient(120deg,#081f3c,#123d70);color:#fff;padding:76px 0}.gm-home-contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:start}.gm-home-contact-copy h2{font-size:clamp(2.8rem,4.4vw,4.7rem);line-height:.94;letter-spacing:-.05em;margin:.2rem 0 1rem}.gm-home-contact-copy p,.gm-home-contact-copy a{color:#e5eef8}.gm-home-contact-form{background:#fff;color:var(--gm-text);padding:34px;box-shadow:0 25px 70px rgba(0,0,0,.20)}

.gm-footer-disclaimer{margin:24px 0 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.16);font-size:.65rem!important;color:#aebdce!important;line-height:1.55;max-width:1120px}.gm-footer-grid{grid-template-columns:1.15fr .62fr .82fr .82fr}

.gm-blog-hero{padding:84px 0 54px;background:linear-gradient(120deg,#f9f6ee,#fff)}.gm-blog-hero h1{font-size:clamp(3.2rem,5vw,5.4rem);line-height:.92;letter-spacing:-.05em;color:var(--gm-ink);margin:.2rem 0 1rem}.gm-article{max-width:900px;margin:0 auto;font-size:1.05rem}.gm-article h2{font-size:2rem;color:var(--gm-ink);margin-top:2.2rem}.gm-article h3{font-size:1.4rem;color:var(--gm-ink);margin-top:1.8rem}.gm-article p,.gm-article li{color:#425874}.gm-article a{text-decoration:underline;text-underline-offset:3px;color:var(--gm-navy)}.gm-article-meta{font-size:.8rem;color:#78869a;margin-bottom:28px}.gm-article-nav{display:flex;justify-content:space-between;gap:24px;border-top:1px solid #e3e6ea;margin-top:45px;padding-top:25px}

@media(max-width:1180px){.gm-header-bonus{display:none}.gm-menu ul{gap:20px}.gm-locations-section .gm-locations-mapped{grid-template-columns:1fr 1fr}.gm-items{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.gm-parallax{background-attachment:scroll}.gm-hero-v3{min-height:620px;background-position:62% center}.gm-hero-v3-copy{width:min(610px,78vw)}.gm-metals-grid,.gm-process-layout,.gm-home-contact-grid{grid-template-columns:1fr}.gm-process-heading{position:static}.gm-trusted-v3-inner{grid-template-columns:1fr;text-align:center;gap:30px}.gm-trusted-v3-inner>div{margin:auto}.gm-trusted-v3 .gm-bbb{margin:auto}.gm-smart-v3-grid{grid-template-columns:1fr}.gm-smart-v3-copy{padding:60px 0}.gm-smart-v3-photo{min-height:390px}.gm-post-grid{grid-template-columns:1fr 1fr}.gm-footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.gm-topbar-inner{font-size:.72rem}.gm-hero-v3{min-height:590px;background-position:66% center}.gm-hero-v3{background-image:linear-gradient(90deg,rgba(5,25,50,.94),rgba(5,25,50,.70))!important}.gm-hero-v3-copy{width:100%;padding:58px 0}.gm-hero-v3-copy h1{font-size:3.7rem}.gm-hero-v3-copy p{font-size:1rem}.gm-market-parallax{min-height:300px}.gm-locations-section .gm-locations-mapped{grid-template-columns:1fr}.gm-review-ticker{grid-template-columns:1fr}.gm-review-label{padding:10px 18px}.gm-review-chip{width:300px}.gm-items{grid-template-columns:1fr 1fr}.gm-item-photo{height:155px}.gm-process-v3{grid-template-columns:1fr}.gm-smart-v3-photo{min-height:300px}.gm-post-grid{grid-template-columns:1fr}.gm-section-heading-row{display:block}.gm-section-heading-row .gm-text-link-strong{display:inline-block;margin-top:14px}.gm-home-contact-form{padding:24px}.gm-footer-grid{grid-template-columns:1fr}.gm-menu>ul>li:last-child>a{background:none!important;color:#192f4f!important;padding:10px 0!important}}
@media(max-width:480px){.gm-items{grid-template-columns:1fr}.gm-item-photo{height:190px}.gm-hero-v3-copy h1{font-size:3.25rem}.gm-hero-badges{display:grid}.gm-smart-v3-copy h2{font-size:2.7rem}}
@media(prefers-reduced-motion:reduce){.gm-parallax{background-attachment:scroll}.gm-review-track{animation:none}.gm-post-thumb img{transition:none}}


/* =========================================================
   GoldMax v4.0 — approved sharp split layout + footer repair
   ========================================================= */
:root{--gm-max:1320px}
.gm-hero-v4{background:#fff;border-bottom:1px solid #e8e8e8;overflow:hidden}
.gm-hero-v4-grid{display:grid;grid-template-columns:minmax(0,44%) minmax(0,56%);min-height:620px;max-width:1600px;margin:0 auto}
.gm-hero-v4-copy{display:flex;align-items:center;background:linear-gradient(135deg,#fff,#faf8f2)}
.gm-hero-copy-inner{width:min(100%,650px);margin-left:max(34px,calc((100vw - 1320px)/2));padding:70px 48px 70px 0}
.gm-hero-v4-copy h1{font-size:clamp(3.2rem,5.35vw,5.65rem);line-height:.92;letter-spacing:-.06em;color:var(--gm-ink);margin:.25rem 0 1.15rem;font-weight:950}
.gm-hero-v4-copy p{font-size:1.08rem;color:#40536e;max-width:590px}
.gm-hero-v4-photo{min-height:620px;background-size:cover;background-position:center 38%;background-repeat:no-repeat;image-rendering:auto}
.gm-hero-badges-dark span{color:#263c58}.gm-hero-badges-dark span:before{color:var(--gm-gold)}
.gm-buy-v4{padding-top:72px}.gm-buy-v4 .gm-items{margin-top:30px}
.gm-buy-v4 .gm-item-photo{height:160px}.gm-buy-v4 .gm-item-copy p{display:none}.gm-buy-v4 .gm-item-copy{text-align:center;padding:14px 10px 18px}
.gm-buy-v4 .gm-item-copy h3{font-size:.9rem;margin:0}
.gm-market-v4{padding:64px 0;background-position:center;background-size:cover;color:#fff}.gm-market-v4-heading{text-align:center;max-width:760px;margin:0 auto 28px}.gm-market-v4-heading h2{font-size:clamp(2.5rem,4vw,4.1rem);line-height:.98;margin:.2rem 0 .8rem;color:#fff}.gm-market-v4-heading p{color:#dbe7f5}
.gm-market-v4 .gm-metals{padding:0;background:transparent;border:0}.gm-market-v4 .gm-metals-grid{display:block}.gm-market-v4 .gm-metals-copy{display:none}.gm-market-v4 .gm-metals-widget{background:rgba(3,20,39,.76);backdrop-filter:blur(9px);border:1px solid rgba(255,255,255,.16);border-radius:8px;padding:20px}
.gm-locations-section .gm-map-wrap{min-height:215px}.gm-locations-section .gm-location-body{background:#fff}.gm-locations-section .gm-location-body h3{font-size:1.2rem}.gm-locations-section .gm-location-body p{font-size:.82rem}
.gm-review-ticker{background:#fbfaf7}.gm-review-track{animation-duration:58s}.gm-review-chip{width:310px;min-height:112px;background:#fff}
.gm-home-contact-v4{background:#f4f3ef;padding:72px 0}.gm-home-contact-v4-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:center}.gm-home-contact-v4 h2{font-size:clamp(2.7rem,4vw,4.3rem);line-height:.96;letter-spacing:-.05em;color:var(--gm-ink);margin:.2rem 0 1rem}.gm-home-contact-v4 a{color:var(--gm-navy);font-weight:750}.gm-home-contact-v4 .gm-home-contact-form{box-shadow:0 16px 44px rgba(13,37,63,.10);border:1px solid #e1e3e6}
.gm-footer-v4{margin:0}.gm-footer-main{background:#f5f4f1;color:#203955;padding:55px 0 48px}.gm-footer-v4 .gm-footer-grid{display:grid;grid-template-columns:1.2fr .7fr .9fr .85fr;gap:42px}.gm-footer-v4 h3{color:var(--gm-ink);font-size:.86rem;margin:0 0 14px}.gm-footer-v4 ul{list-style:none;padding:0;margin:0;display:grid;gap:7px}.gm-footer-v4 li,.gm-footer-v4 p,.gm-footer-v4 a{color:#44586f;font-size:.82rem}.gm-footer-v4 a:hover{color:var(--gm-gold)}.gm-footer-v4 .gm-brand-logo-footer .gm-logo-img{background:transparent;padding:0;height:60px;max-width:260px}.gm-footer-v4 .gm-footer-trust{text-align:center}.gm-footer-v4 .gm-footer-trust .gm-bbb{width:150px;margin:0 auto 16px}.gm-footer-bottom-v4{background:#071b34;color:#d8e2ef;padding:18px 0 22px}.gm-footer-bottom-v4-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:25px}.gm-footer-bottom-v4-inner>span:last-child{text-align:right}.gm-footer-bottom-v4 a{color:#d8e2ef;font-size:.71rem}.gm-theme-credit{font-weight:850;color:#e2bd4b!important}.gm-footer-disclaimer-v4{margin:18px 0 0;border-top:1px solid rgba(255,255,255,.15);padding-top:15px;font-size:.65rem;color:#9fb0c4;line-height:1.5}
.gm-page-hero{background:linear-gradient(120deg,#fbf9f3,#fff);padding:70px 0 55px}.gm-page-hero h1{font-size:clamp(2.8rem,4.5vw,4.8rem)}
.gm-404{min-height:480px;display:flex;align-items:center}
@media(max-width:1100px){.gm-hero-v4-grid{grid-template-columns:1fr 1fr}.gm-hero-copy-inner{margin-left:30px;padding-right:30px}.gm-footer-v4 .gm-footer-grid{grid-template-columns:1fr 1fr}.gm-footer-bottom-v4-inner{grid-template-columns:1fr;text-align:center}.gm-footer-bottom-v4-inner>span:last-child{text-align:center}}
@media(max-width:820px){.gm-hero-v4-grid{grid-template-columns:1fr}.gm-hero-v4-copy{order:2}.gm-hero-v4-photo{order:1;min-height:390px;background-attachment:scroll;background-position:center 32%}.gm-hero-copy-inner{margin:0 auto;padding:45px 24px;width:min(100%,720px)}.gm-hero-v4-copy h1{font-size:3.5rem}.gm-home-contact-v4-grid{grid-template-columns:1fr}.gm-footer-v4 .gm-footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.gm-hero-v4-photo{min-height:315px}.gm-hero-v4-copy h1{font-size:3rem}.gm-footer-v4 .gm-footer-grid{grid-template-columns:1fr}.gm-buy-v4 .gm-items{grid-template-columns:repeat(2,1fr)}.gm-home-contact-v4{padding:54px 0}}

/* =========================================================
   GoldMax v5.0 — approved no-person hero + dark/light system
   ========================================================= */
.gm-v5-light{background:#fff}
.gm-v5-dark{background:linear-gradient(135deg,#071b34 0%,#0d315b 100%);color:#fff}
.gm-h2-light{color:#fff!important}.gm-lead-light{color:#d9e4f2!important}.gm-text-link-light{color:#fff!important}

.gm-hero-v5{position:relative;min-height:610px;background-size:cover;background-position:64% center;background-repeat:no-repeat;background-attachment:fixed;color:#fff;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.12);filter:none!important;image-rendering:auto}
.gm-hero-v5:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,rgba(214,173,37,.65),transparent)}
.gm-hero-v5-inner{position:relative;z-index:2;width:min(calc(100% - 48px),1320px)}
.gm-hero-v5-copy{width:min(610px,48vw);padding:82px 0 74px;text-align:left}
.gm-hero-v5-copy h1{margin:.3rem 0 1.1rem;color:#fff;font-size:clamp(3.45rem,5.8vw,6.15rem);line-height:.88;letter-spacing:-.058em;font-weight:950;text-wrap:balance}
.gm-hero-v5-copy p{max-width:570px;color:#edf3fb;font-size:clamp(1rem,1.35vw,1.17rem);line-height:1.58;text-shadow:0 1px 1px rgba(0,0,0,.15)}
.gm-btn-hero-outline{background:rgba(7,27,52,.42);border:1px solid rgba(255,255,255,.75);color:#fff;backdrop-filter:blur(4px)}
.gm-btn-hero-outline:hover{background:#fff;color:var(--gm-navy)}
.gm-hero-v5-badges{display:flex;flex-wrap:wrap;gap:22px 30px;margin-top:28px;padding-top:21px;border-top:1px solid rgba(255,255,255,.18)}
.gm-hero-v5-badges span{position:relative;padding-left:22px;color:#fff;font-size:.79rem;font-weight:850;letter-spacing:.01em}
.gm-hero-v5-badges span:before{content:"✓";position:absolute;left:0;color:var(--gm-gold-bright);font-weight:950}

.gm-buy-v5{padding:72px 0 78px}.gm-buy-v5 .gm-items{margin-top:32px}.gm-buy-v5 .gm-item{border:1px solid #e4e8ed;background:#fff;box-shadow:0 12px 32px rgba(12,38,68,.08);transition:transform .2s ease,box-shadow .2s ease}.gm-buy-v5 .gm-item:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(12,38,68,.14)}
.gm-buy-v5 .gm-item-photo{height:178px}.gm-buy-v5 .gm-item-copy{padding:14px 10px 16px;text-align:center}.gm-buy-v5 .gm-item-copy h3{font-size:.91rem}.gm-buy-v5 .gm-item-copy p{display:none}

.gm-market-v5{padding:68px 0 72px;background-size:cover;background-position:center;background-attachment:fixed;color:#fff;box-shadow:inset 0 1px rgba(255,255,255,.08),inset 0 -1px rgba(255,255,255,.08)}
.gm-market-v5-heading{text-align:center;max-width:790px;margin:0 auto 28px}.gm-market-v5-heading h2{margin:.25rem 0 .7rem;color:#fff;font-size:clamp(2.7rem,4.6vw,4.65rem);line-height:.95;letter-spacing:-.045em}.gm-market-v5-heading p{color:#d5e2f0}
.gm-market-v5 .gm-metals{padding:0;background:transparent;border:0}.gm-market-v5 .gm-metals-grid{display:block}.gm-market-v5 .gm-metals-copy{display:none}.gm-market-v5 .gm-metals-widget{background:rgba(2,18,35,.79);border:1px solid rgba(255,255,255,.14);box-shadow:0 20px 55px rgba(0,0,0,.24);padding:18px 20px;backdrop-filter:blur(8px)}

.gm-locations-section{padding:78px 0 84px}.gm-locations-section .gm-locations-mapped{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.gm-locations-section .gm-location-card{border:1px solid #e1e6ec!important;box-shadow:0 12px 35px rgba(10,35,64,.09)!important;background:#fff}.gm-locations-section .gm-map-wrap{min-height:225px}.gm-map-wrap-large{min-height:410px}.gm-map-wrap-large iframe{width:100%;height:100%;min-height:410px;border:0}

.gm-v5-reviews{padding:62px 0 66px;background:linear-gradient(120deg,#071b34,#0d315b);color:#fff;border-block:1px solid rgba(255,255,255,.09)}
.gm-v5-section-intro{margin-bottom:24px}.gm-v5-section-intro h2{margin:.2rem 0;color:#fff;font-size:clamp(2.3rem,4vw,3.75rem);line-height:.96;letter-spacing:-.04em}
.gm-v5-reviews .gm-review-ticker{display:block;background:transparent;border:0}.gm-v5-reviews .gm-review-label{display:none}.gm-v5-reviews .gm-review-viewport{padding:6px 0}.gm-v5-reviews .gm-review-chip{width:330px;min-height:128px;background:#fff;border:0;border-radius:5px;margin-right:14px;padding:20px 24px;box-shadow:0 15px 35px rgba(0,0,0,.18)}.gm-v5-reviews .gm-review-chip q{color:#203955}.gm-v5-reviews .gm-review-chip strong{color:#5c6d82}.gm-v5-reviews .gm-review-chip small{color:#8b7440}.gm-v5-reviews .gm-review-track{animation-duration:70s}

.gm-process-section{padding:84px 0}.gm-process-section .gm-process-v3 article{border-top:4px solid var(--gm-gold);box-shadow:0 14px 36px rgba(10,35,64,.08)}

.gm-blog-home.gm-v5-dark{padding:80px 0 86px}.gm-blog-home.gm-v5-dark .gm-post-card{background:#fff;border:0;box-shadow:0 16px 44px rgba(0,0,0,.20)}.gm-blog-home.gm-v5-dark .gm-post-copy p{color:#617087}.gm-blog-home.gm-v5-dark .gm-post-thumb{height:210px}

.gm-home-contact-v5{background:#f7f5ef;padding:74px 0;border-top:1px solid #e3ded1}.gm-home-contact-v5-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:62px;align-items:center}.gm-home-contact-v5 h2{font-size:clamp(2.65rem,4vw,4.2rem);line-height:.95;letter-spacing:-.05em;color:var(--gm-ink);margin:.25rem 0 1rem}.gm-home-contact-v5 p{color:#53657c}.gm-contact-facts{display:grid;gap:6px;margin-top:20px}.gm-contact-facts a{color:var(--gm-navy);font-weight:900}.gm-contact-facts span{font-size:.84rem;color:#65748a}.gm-home-contact-v5 .gm-home-contact-form{background:#fff;border:1px solid #e2e5e9;padding:32px;box-shadow:0 16px 44px rgba(11,38,68,.10)}

/* The broad footer band remains light; only the extreme bottom strip is dark. */
.gm-footer-v4 .gm-footer-main{background:#f3f1ec;color:#233b58;border-top:1px solid #e0dbcf}.gm-footer-v4 .gm-footer-bottom-v4{background:#06192f}

/* v5 route/page polish */
.gm-page-hero{position:relative;background:linear-gradient(135deg,#071b34 0%,#0d315b 100%);border-bottom:1px solid rgba(255,255,255,.10);padding:78px 0 62px;color:#fff;overflow:hidden}
.gm-page-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 18%,rgba(214,173,37,.18),transparent 28%),linear-gradient(90deg,rgba(4,20,39,.10),rgba(4,20,39,.10))}
.gm-page-hero>.gm-container{position:relative;z-index:1}
.gm-page-hero h1{color:#fff}
.gm-page-hero .gm-lead{color:#d9e4f2;max-width:880px}
.gm-page-hero a:not(.gm-btn){color:#fff}
.gm-page-hero-image{border:1px solid rgba(255,255,255,.10);box-shadow:0 18px 46px rgba(0,0,0,.24)}
.gm-page-hero.gm-page-hero-photo{background:linear-gradient(135deg,#06192f 0%,#0d315b 100%)}

@media(max-width:1100px){
  .gm-hero-v5{min-height:570px;background-position:64% center}.gm-hero-v5-copy{width:min(600px,58vw)}
  .gm-locations-section .gm-locations-mapped{grid-template-columns:1fr 1fr}
  .gm-home-contact-v5-grid{grid-template-columns:1fr}
}
@media(max-width:820px){
  .gm-hero-v5{min-height:620px;background-attachment:scroll;background-position:72% center}.gm-hero-v5:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,22,43,.97) 0%,rgba(5,22,43,.88) 68%,rgba(5,22,43,.62) 100%)}
  .gm-hero-v5-copy{width:min(100%,650px);padding:72px 0 66px}.gm-hero-v5-copy h1{font-size:clamp(3rem,10vw,4.3rem)}
  .gm-market-v5{background-attachment:scroll}.gm-locations-section .gm-locations-mapped{grid-template-columns:1fr}.gm-process-layout{grid-template-columns:1fr}.gm-process-heading{position:static}.gm-post-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .gm-container,.gm-hero-v5-inner{width:min(calc(100% - 30px),1320px)}.gm-hero-v5{min-height:590px;background-position:76% center}.gm-hero-v5-copy{padding:62px 0}.gm-hero-v5-copy p{font-size:.98rem}.gm-hero-v5-badges{display:grid;gap:10px}.gm-buy-v5 .gm-items{grid-template-columns:repeat(2,1fr)}.gm-buy-v5 .gm-item-photo{height:145px}.gm-post-grid{grid-template-columns:1fr}.gm-home-contact-v5{padding:56px 0}.gm-home-contact-v5 .gm-home-contact-form{padding:22px}.gm-map-wrap-large,.gm-map-wrap-large iframe{min-height:320px}
}
@media(max-width:420px){.gm-buy-v5 .gm-items{grid-template-columns:1fr}.gm-buy-v5 .gm-item-photo{height:185px}}
@media(prefers-reduced-motion:reduce){.gm-hero-v5,.gm-market-v5{background-attachment:scroll}.gm-v5-reviews .gm-review-track{animation:none}}
.gm-faq-trust .gm-trusted-inner{display:grid;grid-template-columns:1fr auto;align-items:center;gap:40px}.gm-faq-trust .gm-trusted-inner p{color:#d9e4f2}.gm-faq-trust .gm-bbb{width:165px;background:#fff;padding:8px;border-radius:4px}
@media(max-width:700px){.gm-faq-trust .gm-trusted-inner{grid-template-columns:1fr;text-align:center}.gm-faq-trust .gm-bbb{margin:auto}}

/* v5.3.3 hero image clarity fix only */
.gm-hero-v5{
    background-position:center center;
    background-size:cover;
    filter:none!important;
    image-rendering:auto;
}

/* =========================================================
   GoldMax v5.4 — reusable Google Ads event landing pages
   ========================================================= */
.gm-event-hero{min-height:610px;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;color:#fff;position:relative;overflow:hidden}
.gm-event-hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,rgba(214,173,37,.8),transparent)}
.gm-event-hero-inner{position:relative;z-index:2;width:min(calc(100% - 48px),1320px)}
.gm-event-hero-copy{width:min(650px,54vw);padding:76px 0 70px}.gm-event-kicker{display:inline-block;color:var(--gm-gold-bright);font-size:.82rem;font-weight:950;letter-spacing:.16em;text-transform:uppercase}
.gm-event-hero h1{font-size:clamp(3.2rem,5.4vw,5.7rem);line-height:.91;letter-spacing:-.055em;color:#fff;margin:.35rem 0 1rem;max-width:690px}.gm-event-hero p{font-size:1.08rem;line-height:1.6;max-width:610px;color:#e8f0f8}
.gm-event-date-block{display:flex;align-items:center;gap:16px;margin:20px 0 18px}.gm-event-date-block span{background:var(--gm-gold);color:#fff;padding:9px 13px;font-size:.75rem;font-weight:950;letter-spacing:.08em}.gm-event-date-block strong{font-size:1.35rem;color:#fff}
.gm-event-trust{display:flex;flex-wrap:wrap;gap:16px 26px;margin-top:25px;padding-top:18px;border-top:1px solid rgba(255,255,255,.18)}.gm-event-trust span{font-size:.8rem;font-weight:850}.gm-event-trust span:before{content:"✓";color:var(--gm-gold-bright);margin-right:8px}
.gm-event-info-strip{background:#fff;border-bottom:1px solid #e2e7ec;box-shadow:0 8px 30px rgba(7,31,58,.06)}.gm-event-info-grid{display:grid;grid-template-columns:1fr 1.6fr 1fr auto;gap:24px;align-items:center;padding:24px 0}.gm-event-info-grid>div{display:grid;gap:4px}.gm-event-info-grid span{font-size:.67rem;font-weight:950;letter-spacing:.12em;color:#9b7510}.gm-event-info-grid strong{font-size:.9rem;color:#183653;line-height:1.35}
.gm-event-buy{background:#f7f7f5}.gm-event-buy .gm-items{margin-top:30px}
.gm-event-promo{background:linear-gradient(135deg,#071b34,#0d315b);color:#fff}.gm-event-promo-grid{display:grid;grid-template-columns:1fr 1fr;min-height:430px}.gm-event-promo-grid>div:first-child{padding:72px 64px 68px 0;align-self:center}.gm-event-promo h2{color:#fff;font-size:clamp(2.6rem,4.2vw,4.4rem);line-height:.96;letter-spacing:-.045em;margin:.3rem 0 1rem}.gm-event-promo p{color:#d9e4f2;max-width:590px}.gm-event-promo-photo{background-size:cover;background-position:center;min-height:430px}
.gm-event-location{background:#fff}.gm-event-location-grid{align-items:center}.gm-event-location .gm-map-wrap{box-shadow:0 18px 45px rgba(7,31,58,.13);border:1px solid #dfe5ea}
.gm-event-final-cta{padding:68px 0 72px;background:linear-gradient(120deg,#071b34,#0d315b);color:#fff}.gm-event-final-cta h2{font-size:clamp(2.5rem,4vw,4rem);color:#fff;margin:.3rem 0 .8rem}.gm-event-final-cta p{color:#d9e4f2;font-size:1.08rem}
@media(max-width:1000px){.gm-event-info-grid{grid-template-columns:1fr 1fr}.gm-event-promo-grid{grid-template-columns:1fr}.gm-event-promo-grid>div:first-child{padding:60px 0}.gm-event-promo-photo{min-height:340px}}
@media(max-width:820px){.gm-event-hero{min-height:620px;background-position:70% center}.gm-event-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,20,39,.95),rgba(3,20,39,.72))}.gm-event-hero-copy{width:100%;padding:64px 0;position:relative;z-index:2}.gm-event-location-grid{grid-template-columns:1fr}.gm-event-info-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.gm-event-hero-inner{width:min(calc(100% - 30px),1320px)}.gm-event-hero{min-height:650px;background-position:72% center}.gm-event-hero h1{font-size:clamp(2.8rem,13vw,4rem)}.gm-event-date-block{align-items:flex-start;flex-direction:column;gap:9px}.gm-event-date-block strong{font-size:1.12rem}.gm-event-info-grid{grid-template-columns:1fr;gap:15px;padding:20px 0}.gm-event-info-grid>div{padding-bottom:12px;border-bottom:1px solid #edf0f2}.gm-event-info-grid>div:last-child{border:0;padding:0}.gm-event-promo-grid>div:first-child{padding:52px 0}.gm-event-promo-photo{min-height:270px}.gm-event-actions .gm-btn{width:100%;justify-content:center}.gm-event-trust{display:grid;gap:10px}}


/* v5.4.1 Events navigation / discoverability */
.gm-menu>ul>li{position:relative}
.gm-menu-events-toggle{
  appearance:none;border:0;background:transparent;color:#192f4f;cursor:pointer;
  font:inherit;font-weight:850;font-size:.79rem;letter-spacing:.08em;text-transform:uppercase;
  padding:12px 18px 12px 0;display:block;position:relative
}
.gm-menu-events-toggle:after{
  content:"";position:absolute;right:1px;top:50%;width:6px;height:6px;
  border-right:2px solid currentColor;border-bottom:2px solid currentColor;
  transform:translateY(-65%) rotate(45deg);transition:transform .18s ease
}
.gm-menu-events:hover>.gm-menu-events-toggle,
.gm-menu-events:focus-within>.gm-menu-events-toggle{color:var(--gm-gold)}
.gm-menu-events.is-open>.gm-menu-events-toggle:after,
.gm-menu-events:focus-within>.gm-menu-events-toggle:after{transform:translateY(-25%) rotate(225deg)}
.gm-menu .gm-submenu{
  display:none;position:absolute;z-index:1000;top:100%;left:50%;transform:translateX(-50%);
  min-width:250px;background:#fff;border:1px solid #e6e8eb;box-shadow:0 18px 44px rgba(7,31,58,.16);
  padding:9px;gap:0
}
.gm-menu-events:hover>.gm-submenu,
.gm-menu-events:focus-within>.gm-submenu,
.gm-menu-events.is-open>.gm-submenu{display:grid}
.gm-menu .gm-submenu li{display:block}
.gm-menu .gm-submenu a{
  display:block;padding:11px 13px!important;font-size:.73rem!important;letter-spacing:.045em!important;
  line-height:1.25;text-transform:none!important;color:#183653!important;background:transparent!important;
  white-space:nowrap;border-radius:2px
}
.gm-menu .gm-submenu a:hover,.gm-menu .gm-submenu a:focus{background:#f4f0e5!important;color:#8d6811!important}
.gm-footer-events-label{margin-top:8px;color:#0b2a4a}
.gm-footer-event-link a{font-size:.9em}
.gm-location-event-btn{border-color:#fff;color:#fff}
@media(max-width:820px){
  .gm-menu-events-toggle{width:100%;text-align:left;padding:10px 24px 10px 0;font-size:.84rem}
  .gm-menu .gm-submenu{
    position:static;transform:none;min-width:0;width:100%;box-shadow:none;border:0;
    border-left:2px solid #d6ad25;margin:0 0 6px;padding:2px 0 2px 13px;background:#faf9f6
  }
  .gm-menu-events:hover>.gm-submenu{display:none}
  .gm-menu-events.is-open>.gm-submenu,.gm-menu-events:focus-within>.gm-submenu{display:grid}
  .gm-menu .gm-submenu a{white-space:normal;padding:9px 10px!important}
}


/* v5.4.2 Events dropdown alignment fix only */
.gm-menu .gm-submenu{
  width:260px;
  min-width:260px;
  left:50%;
  transform:translateX(-50%);
}
.gm-menu .gm-submenu li{
  width:100%;
  margin:0;
  padding:0;
}
.gm-menu .gm-submenu a{
  width:100%;
  box-sizing:border-box;
  display:block;
  text-align:left;
  margin:0;
  padding:11px 14px!important;
  white-space:nowrap;
}
@media(max-width:820px){
  .gm-menu .gm-submenu{
    width:100%;
    min-width:0;
    left:auto;
    transform:none;
  }
  .gm-menu .gm-submenu a{
    white-space:normal;
    text-align:left;
  }
}


/* v5.4.3 definitive Events submenu alignment fix */
.gm-menu .gm-submenu > li,
.gm-menu .gm-submenu > li:first-child,
.gm-menu .gm-submenu > li:last-child{
  display:block!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  text-align:left!important;
}
.gm-menu .gm-submenu > li > a,
.gm-menu .gm-submenu > li:first-child > a,
.gm-menu .gm-submenu > li:last-child > a{
  display:block!important;
  width:100%!important;
  margin:0!important;
  padding:11px 14px!important;
  box-sizing:border-box!important;
  text-align:left!important;
  background:transparent!important;
  color:#183653!important;
  font-size:.73rem!important;
  line-height:1.25!important;
  letter-spacing:.045em!important;
  text-transform:none!important;
  border:0!important;
  border-radius:2px!important;
}
.gm-menu .gm-submenu > li > a:hover,
.gm-menu .gm-submenu > li > a:focus{
  background:#f4f0e5!important;
  color:#8d6811!important;
}


/* ==========================================================================\n   v5.5.0 — Wix-era homepage and Google Ads event-page restoration\n   ========================================================================== */
.home .gm-topbar{display:none}
.home .gm-header{position:relative;top:auto;box-shadow:0 1px 0 rgba(18,35,60,.06);backdrop-filter:none}
.home .gm-nav{height:68px}
.home .gm-logo-img{height:48px;max-width:190px}
.home .gm-header-bonus{display:none}
.home .gm-menu a,.home .gm-menu-events-toggle{font-size:.68rem;letter-spacing:.11em}
.home .gm-menu ul{gap:26px}

.gm-wix-home{background:#fff;color:#102848}
.gm-wix-eyebrow{display:block;font-size:.66rem;line-height:1.2;letter-spacing:.18em;font-weight:900;text-transform:uppercase;color:#111;margin-bottom:14px}
.gm-wix-eyebrow-light{color:#fff}
.gm-wix-gold-button{display:inline-flex;align-items:center;justify-content:center;min-height:39px;padding:0 22px;background:#a88012;color:#fff!important;border:0;border-radius:0;font-size:.68rem;letter-spacing:.035em;font-weight:850;text-transform:uppercase;cursor:pointer;box-shadow:none}
.gm-wix-gold-button:hover{background:#8d6c0c}
.gm-wix-white-section{background:#fff}
.gm-wix-narrow{width:min(calc(100% - 40px),780px);margin-inline:auto}

.gm-wix-hero{position:relative;min-height:650px;overflow:hidden;background:#f4f0ea}
.gm-wix-hero-photo{position:absolute;inset:0;background-size:cover;background-position:center 47%;background-repeat:no-repeat}
.gm-wix-hero-overlay{position:absolute;z-index:2;left:max(5.2vw,44px);top:50%;transform:translateY(-50%);width:min(43vw,585px);padding:48px 48px 50px;background:rgba(255,255,255,.86);box-shadow:0 6px 30px rgba(22,31,43,.05)}
.gm-wix-hero-overlay h1{font-size:clamp(2.35rem,4.1vw,4.55rem);line-height:1;letter-spacing:-.045em;margin:0 0 20px;color:#071f42;font-weight:850}
.gm-wix-hero-overlay p{font-size:.93rem;line-height:1.7;color:#263b58;margin:0 0 28px;max-width:520px}

.gm-wix-market-band{background:#173b67;color:#fff;overflow:hidden}
.gm-wix-market-grid{display:grid;grid-template-columns:.86fr 1.14fr;min-height:275px;align-items:stretch}
.gm-wix-market-copy{align-self:center;padding:48px 30px 48px 0}
.gm-wix-market-copy h2{font-size:clamp(2rem,3.3vw,3.55rem);line-height:1.02;letter-spacing:-.04em;color:#fff;margin:0 0 18px;max-width:560px}
.gm-wix-market-copy p{font-size:.84rem;line-height:1.65;color:#fff;margin:0;max-width:600px}
.gm-wix-market-image{position:relative;overflow:hidden;display:flex;align-items:flex-end;justify-content:flex-end}
.gm-wix-market-image img{width:118%;max-width:none;height:100%;object-fit:cover;object-position:center 70%;mix-blend-mode:normal}

.gm-wix-value{padding:70px 0 74px}
.gm-wix-value h2,.gm-wix-buy h2,.gm-wix-process h2{font-size:clamp(2rem,3.6vw,3.45rem);line-height:1.03;letter-spacing:-.035em;color:#17345e;margin:0 0 24px}
.gm-wix-value p{font-size:.82rem;line-height:1.72;color:#33475f;margin:0 auto 14px;max-width:760px}
.gm-wix-value .gm-wix-gold-button{margin-top:15px}

.gm-wix-buy{padding:58px 0 70px;background:#f6f6f5;overflow:hidden}
.gm-wix-buy h2{margin-bottom:34px}
.gm-wix-items-scroll{display:flex;gap:18px;overflow-x:auto;padding:0 4px 20px;scroll-snap-type:x proximity;scrollbar-width:thin}
.gm-wix-item-card{flex:0 0 285px;scroll-snap-align:start;background:#fff;border:1px solid #e2e3e4;box-shadow:0 3px 13px rgba(18,36,60,.11);padding:22px 19px 27px;text-align:center}
.gm-wix-item-card img{width:100%;height:205px;object-fit:contain;margin:0 auto 17px}
.gm-wix-item-card h3{font-size:1rem;color:#17345e;margin:0 0 12px}
.gm-wix-item-card p{font-size:.72rem;line-height:1.55;color:#34475d;margin:0}
.gm-wix-carousel-dots{display:flex;justify-content:center;gap:10px;margin-top:20px}
.gm-wix-carousel-dots span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#ab8217;color:#fff;font-size:1.15rem}

.gm-wix-process{padding:70px 0 76px}
.gm-wix-process-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:55px;align-items:center}
.gm-wix-process-photo{height:470px;overflow:hidden;background:#eee}
.gm-wix-process-photo img{width:100%;height:100%;object-fit:cover;object-position:center 48%;filter:blur(3.1px) saturate(.82);transform:scale(1.035)}
.gm-wix-process-copy h2{margin-bottom:25px;text-align:left}
.gm-wix-process-list{display:grid;gap:20px;margin-bottom:24px}
.gm-wix-process-list article{display:grid;grid-template-columns:48px 1fr;gap:16px;align-items:start}
.gm-wix-process-icon{width:43px;height:43px;border:1px solid #d0d6dd;border-radius:50%;display:grid;place-items:center;color:#17345e;font-size:1.2rem;background:#fbfbfb}
.gm-wix-process-list h3{font-size:.88rem;color:#17345e;margin:0 0 4px}
.gm-wix-process-list p{font-size:.74rem;line-height:1.55;color:#4b5c70;margin:0}

.gm-wix-trusted{min-height:475px;background-size:cover;background-position:center center;background-repeat:no-repeat}

.gm-wix-smart{padding:112px 0 125px}
.gm-wix-smart-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}
.gm-wix-smart h2{font-size:clamp(2.5rem,4.6vw,4.35rem);line-height:.98;letter-spacing:-.045em;color:#17345e;margin:0 0 24px}
.gm-wix-smart p{font-size:.8rem;line-height:1.7;color:#384a60;max-width:550px}
.gm-wix-smart .gm-wix-gold-button{margin-top:20px}
.gm-wix-smart-points{padding-left:25px}
.gm-wix-smart-points p{font-size:1.18rem;line-height:1.65;color:#17345e;margin:0}

.gm-wix-testimonial{min-height:420px;padding:82px 0;background:linear-gradient(90deg,rgba(250,247,243,.97),rgba(250,247,243,.78)),url('assets/images/trusted-bg-hq.webp') center/cover no-repeat;border-top:1px solid #dedede}
.gm-wix-testimonial .gm-container{max-width:1160px}
.gm-wix-quote-mark{font-family:Georgia,serif;font-size:4.8rem;line-height:.6;color:#17345e;margin-bottom:8px}
.gm-wix-testimonial blockquote{font-size:clamp(2.8rem,5vw,5.1rem);line-height:.89;letter-spacing:-.04em;font-weight:850;color:#17345e;margin:0 0 24px}
.gm-wix-testimonial p{font-size:.75rem;color:#4c5a6c;margin:0 0 13px}
.gm-wix-testimonial strong{font-size:.62rem;letter-spacing:.18em;color:#111}

.gm-wix-footer{background:#f2f2f2;color:#17345e;border-top:1px solid #ddd;padding:45px 0 20px}
.gm-wix-footer-main{display:grid;grid-template-columns:.7fr .8fr 1.5fr;gap:55px;align-items:start}
.gm-wix-footer h3{font-size:.78rem;color:#152f52;margin:0 0 12px}
.gm-wix-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:5px}
.gm-wix-footer li,.gm-wix-footer a,.gm-wix-footer p{font-size:.69rem;color:#223953}
.gm-wix-footer-contact{margin-top:28px;line-height:1.9}
.gm-wix-footer-logo{display:flex;justify-content:flex-end;align-items:flex-start}
.gm-wix-footer-logo .gm-logo-img{height:auto;width:min(100%,390px);max-width:390px;background:transparent!important;padding:0!important}
.gm-wix-footer-bottom{border-top:1px solid #aeb4ba;margin-top:34px;padding-top:15px;display:flex;gap:20px;justify-content:space-between;flex-wrap:wrap;font-size:.58rem;color:#506076}
.gm-wix-footer-bottom a{font-size:.58rem;color:#506076}

/* Wix-era event landing pages — no site navigation, like the supplied ad-page reference. */
.gm-event-landing-body{background:#fff;color:#183c68}
.gm-wix-event-top{background:#1d416b;color:#fff}
.gm-wix-event-stage{width:min(100%,1380px);margin:0 auto;display:grid;grid-template-columns:46% 54%;min-height:670px;overflow:hidden}
.gm-wix-event-left{padding:56px 30px 35px 80px;position:relative;z-index:2}
.gm-wix-event-logo{display:inline-block;width:230px;margin-bottom:40px}
.gm-wix-event-logo img{width:100%;height:auto}
.gm-wix-event-goldline{font-family:Georgia,'Times New Roman',serif;color:#f0b900;font-size:clamp(1.35rem,2.2vw,2.05rem);letter-spacing:.01em;margin-bottom:4px}
.gm-wix-event-left h1{font-family:Georgia,'Times New Roman',serif;font-weight:400;color:#fff;font-size:clamp(4.7rem,8.15vw,8.8rem);line-height:.77;letter-spacing:-.065em;margin:0 0 30px;text-transform:uppercase}
.gm-wix-event-left h1 span{display:block}
.gm-wix-event-date{font-size:1.35rem;line-height:1.3;font-weight:850;margin-bottom:6px;color:#fff}
.gm-wix-event-location-name{font-size:1.25rem;font-weight:850;margin-bottom:24px;color:#fff}
.gm-wix-event-buttons{display:flex;gap:16px;flex-wrap:wrap}
.gm-wix-event-buttons a{display:inline-flex;align-items:center;justify-content:center;min-height:49px;padding:0 18px;border:2px solid #fff;border-radius:9px;background:#fff;color:#17345e;font-size:.93rem;font-weight:850}
.gm-wix-event-buttons a:last-child{background:transparent;color:#fff}
.gm-wix-event-visual{height:670px;overflow:hidden;align-self:stretch}
.gm-wix-event-visual img{width:100%;height:100%;object-fit:cover;object-position:left top}
.gm-wix-event-price{background:#1d416b;text-align:center;padding:30px 20px 27px;border-top:0 solid transparent}
.gm-wix-event-price-inner{display:flex;align-items:flex-end;justify-content:center;gap:16px;color:#fff;font-family:Georgia,'Times New Roman',serif}
.gm-wix-event-price-inner>span{font-size:clamp(1.8rem,3vw,3.25rem);line-height:1;margin-bottom:12px}
.gm-wix-event-price-inner strong{font-family:Georgia,'Times New Roman',serif;font-size:clamp(5.3rem,8vw,8.7rem);line-height:.78;letter-spacing:-.05em;color:#e3b72d;text-shadow:1px 2px 0 #fff0a0,3px 4px 3px rgba(0,0,0,.45);font-weight:800}
.gm-wix-event-price-inner small{font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:.52rem;line-height:.9;text-align:left;margin-bottom:8px;color:#fff}
.gm-wix-event-price p{font-size:.57rem;color:#fff;margin:22px auto 0;max-width:640px}
.gm-wix-event-record{background:#fff;padding:72px 0 88px;color:#183c68}
.gm-wix-event-record h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(3rem,5.2vw,5.8rem);line-height:.98;letter-spacing:-.035em;margin:0;color:#183c68}
.gm-wix-event-record h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(1.7rem,3vw,3.2rem);line-height:1.1;margin:6px 0 48px;color:#183c68}
.gm-wix-event-details{display:grid;grid-template-columns:1fr 1.25fr;gap:90px;text-align:left;width:min(100%,950px);margin:0 auto}
.gm-wix-event-details h4{font-size:1.1rem;margin:0 0 8px;color:#17345e}
.gm-wix-event-details p{font-size:.9rem;line-height:1.65;color:#3c526d}
.gm-wix-event-benefits{display:grid;gap:12px;align-content:start}
.gm-wix-event-benefits p{margin:0;font-size:1rem;color:#17345e}
.gm-wix-event-benefits .gm-wix-gold-button{width:max-content;margin-top:12px}
.gm-event-min-footer{background:#f2f2f2;border-top:1px solid #ddd;color:#44586f;padding:18px 0}
.gm-event-min-footer .gm-container{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:.7rem}
.gm-event-min-footer a{text-decoration:underline;text-underline-offset:3px}

@media(max-width:1050px){
  .home .gm-menu{top:68px}
  .gm-wix-hero-overlay{width:min(52vw,560px);left:35px}
  .gm-wix-event-stage{grid-template-columns:48% 52%}
  .gm-wix-event-left{padding-left:48px}
}
@media(max-width:820px){
  .home .gm-nav{height:76px}.home .gm-menu{top:76px}.home .gm-logo-img{height:50px}.home .gm-header-bonus{display:none}
  .gm-wix-hero{min-height:auto;padding-top:58vw;background:#fff}
  .gm-wix-hero-photo{height:58vw;min-height:360px;inset:0 0 auto;background-position:center 35%}
  .gm-wix-hero-overlay{position:relative;left:auto;top:auto;transform:none;width:min(calc(100% - 28px),650px);margin:-36px auto 35px;padding:32px;background:rgba(255,255,255,.94)}
  .gm-wix-market-grid{grid-template-columns:1fr}.gm-wix-market-copy{padding:40px 0 18px}.gm-wix-market-image{height:240px}.gm-wix-market-image img{width:100%;object-fit:cover}
  .gm-wix-process-grid{grid-template-columns:1fr;gap:34px}.gm-wix-process-photo{height:330px}.gm-wix-smart-grid{grid-template-columns:1fr;gap:45px}.gm-wix-smart{padding:75px 0}.gm-wix-smart-points{padding-left:0}
  .gm-wix-trusted{min-height:350px;background-size:cover;background-position:center}
  .gm-wix-footer-main{grid-template-columns:1fr 1fr}.gm-wix-footer-logo{grid-column:1/-1;justify-content:flex-start}
  .gm-wix-event-stage{grid-template-columns:1fr;min-height:0}.gm-wix-event-left{padding:42px 26px 35px}.gm-wix-event-logo{width:190px;margin-bottom:30px}.gm-wix-event-left h1{font-size:clamp(4.2rem,19vw,7rem)}.gm-wix-event-visual{height:auto}.gm-wix-event-visual img{height:auto;object-fit:contain}.gm-wix-event-price-inner{flex-wrap:wrap;gap:10px}.gm-wix-event-price-inner>span{width:100%;margin-bottom:5px}.gm-wix-event-price-inner strong{font-size:clamp(4.4rem,18vw,7rem)}.gm-wix-event-details{grid-template-columns:1fr;gap:35px}
}
@media(max-width:520px){
  .gm-wix-hero{padding-top:72vw}.gm-wix-hero-photo{height:72vw;min-height:300px}.gm-wix-hero-overlay{margin-top:-24px;padding:27px 22px}.gm-wix-hero-overlay h1{font-size:2.65rem}.gm-wix-hero-overlay p{font-size:.84rem}
  .gm-wix-item-card{flex-basis:78vw}.gm-wix-item-card img{height:180px}
  .gm-wix-value{padding:58px 0}.gm-wix-process{padding:58px 0}.gm-wix-smart h2{font-size:2.9rem}.gm-wix-testimonial{min-height:360px;padding:65px 0}.gm-wix-testimonial blockquote{font-size:3rem}.gm-wix-footer-main{grid-template-columns:1fr}.gm-wix-footer-logo{grid-column:auto}.gm-wix-footer-bottom{display:grid}
  .gm-wix-event-left{padding:34px 20px 30px}.gm-wix-event-goldline{font-size:1.2rem}.gm-wix-event-date{font-size:1.1rem}.gm-wix-event-location-name{font-size:1.05rem}.gm-wix-event-buttons a{width:100%}.gm-wix-event-price{padding-top:24px}.gm-wix-event-price-inner>span{font-size:1.45rem}.gm-wix-event-record{padding:55px 0 70px}.gm-wix-event-record h2{font-size:3rem}.gm-wix-event-record h3{font-size:1.65rem}
}


/* v5.5.0 Wix navigation/detail corrections */
.gm-menu>ul>li:last-child>a{background:transparent!important;color:#192f4f!important;padding:12px 0!important}
.gm-menu>ul>li.gm-menu-location>a{background:#a88012!important;color:#fff!important;padding:12px 17px!important}
.gm-wix-process-photo img{filter:none!important;transform:none!important;object-position:center center!important}
.gm-wix-testimonial{background:linear-gradient(100deg,#faf7f4 0%,#f7efed 46%,#eadfdd 100%)!important}
@media(max-width:1050px){.gm-menu>ul>li.gm-menu-location>a{display:inline-block!important;padding:11px 15px!important}}
@media(max-width:760px){.gm-menu>ul>li.gm-menu-location>a{background:transparent!important;color:#192f4f!important;padding:10px 0!important}}


/* v5.5.1 — Full Wix event-page restoration */
.gm-wix-event-page{background:#fff}
.gm-event-lede{max-width:760px;margin:0 auto 8px;font-size:1.15rem;line-height:1.6;color:#284768}
.gm-event-no-pressure{margin:0 auto 44px;font-weight:800;letter-spacing:.035em;color:#17345e}
.gm-wix-outline-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 21px;border:2px solid #fff;border-radius:2px;color:#fff;font-size:.78rem;font-weight:900;letter-spacing:.045em;text-transform:uppercase}
.gm-wix-outline-button:hover,.gm-wix-outline-button:focus{background:#fff;color:#183c68}
.gm-dark-outline{border-color:#17345e;color:#17345e}
.gm-dark-outline:hover,.gm-dark-outline:focus{background:#17345e;color:#fff}

.gm-event-bonus-section{background:#1d416b;color:#fff;padding:68px 0}
.gm-event-bonus-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);gap:70px;align-items:center}
.gm-event-bonus-section h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(2.2rem,4vw,4.15rem);line-height:1.02;margin:7px 0 16px;color:#fff}
.gm-event-bonus-section p{max-width:800px;margin:0;color:#e6edf5;font-size:.82rem;line-height:1.6}
.gm-event-bonus-action{text-align:center}
.gm-event-large-cta{min-width:220px;min-height:54px}

.gm-event-evaluation{padding:88px 0;background:#fff;color:#17345e}
.gm-event-eval-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.gm-event-eval-copy h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(2.4rem,4.5vw,4.4rem);line-height:1.02;color:#17345e;margin:7px 0 30px}
.gm-event-eval-copy ol{list-style:none;padding:0;margin:0;display:grid;gap:22px}
.gm-event-eval-copy li{display:grid;grid-template-columns:42px 1fr;gap:16px;align-items:start}
.gm-event-eval-copy li>span{width:38px;height:38px;border:1px solid #b68d1d;border-radius:50%;display:grid;place-items:center;font-family:Georgia,'Times New Roman',serif;font-size:1.15rem;color:#a97b0b}
.gm-event-eval-copy li strong{display:block;margin-bottom:3px;font-size:.96rem}
.gm-event-eval-copy li p{margin:0;color:#4a5f77;line-height:1.55;font-size:.9rem}
.gm-event-eval-photo{min-height:480px;overflow:hidden}
.gm-event-eval-photo img{width:100%;height:100%;min-height:480px;object-fit:cover;display:block}
.gm-event-inline-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}

.gm-event-buying{padding:86px 0 92px;background:#f5f5f4;color:#17345e}
.gm-event-buying h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(2.5rem,4.8vw,4.5rem);line-height:1;margin:8px 0 45px;color:#17345e}
.gm-event-buy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;text-align:left}
.gm-event-buy-card{background:#fff;border:1px solid #e8e8e4;box-shadow:0 8px 24px rgba(19,48,83,.06);padding:18px 18px 24px}
.gm-event-buy-card img{width:100%;aspect-ratio:1.25/1;object-fit:contain;background:#fff;display:block;margin-bottom:18px}
.gm-event-buy-card>span{display:block;color:#a57b13;font-size:.68rem;font-weight:900;letter-spacing:.12em;margin-bottom:7px}
.gm-event-buy-card h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:1.38rem;line-height:1.15;color:#17345e;margin:0 0 9px}
.gm-event-buy-card p{margin:0;color:#566a80;font-size:.83rem;line-height:1.55}

.gm-event-trust{background:#1d416b;color:#fff;padding:80px 0}
.gm-event-trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.gm-event-bbb{width:132px;height:auto;margin-bottom:20px}
.gm-event-trust h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(2.3rem,4vw,4rem);line-height:1.03;margin:0 0 17px;color:#fff}
.gm-event-trust p{margin:0;color:#e6edf5;line-height:1.65;max-width:640px}
.gm-event-countdown-card{border:1px solid rgba(255,255,255,.35);padding:30px;text-align:center}
.gm-event-countdown-card>span{display:block;font-weight:900;letter-spacing:.105em;font-size:.83rem;color:#f2c94c;margin-bottom:20px}
.gm-event-countdown{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.gm-event-countdown>div{background:#fff;color:#17345e;padding:18px 6px 14px}
.gm-event-countdown strong{display:block;font-family:Georgia,'Times New Roman',serif;font-size:2.45rem;line-height:1}
.gm-event-countdown small{display:block;margin-top:7px;font-size:.58rem;font-weight:900;letter-spacing:.08em}
.gm-event-final-actions{justify-content:center}

@media(max-width:900px){
  .gm-event-bonus-grid,.gm-event-eval-grid,.gm-event-trust-grid{grid-template-columns:1fr;gap:38px}
  .gm-event-bonus-action{text-align:left}
  .gm-event-buy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gm-event-eval-photo{min-height:360px}.gm-event-eval-photo img{min-height:360px}
}
@media(max-width:600px){
  .gm-event-bonus-section,.gm-event-evaluation,.gm-event-buying,.gm-event-trust{padding:58px 0}
  .gm-event-buy-grid{grid-template-columns:1fr}
  .gm-event-countdown-card{padding:20px 14px}
  .gm-event-countdown{gap:6px}
  .gm-event-countdown strong{font-size:1.75rem}
  .gm-event-inline-actions>*{width:100%}
}


/* ==========================================================================
   v5.5.2 — Exact live-Wix source-image restoration
   User-supplied original files are served directly. No derivative WebP,
   blur filter, saturation filter, transform scale, or CSS image softening.
   ========================================================================== */
.home .gm-nav{height:66px}
.home .gm-logo-img{height:auto;width:138px;max-width:138px}
.home .gm-menu ul{gap:29px}
.home .gm-menu a{font-size:.64rem;letter-spacing:.105em;text-transform:uppercase;font-weight:850}
.home .gm-menu>ul>li.gm-menu-location>a{background:#a98114!important;color:#fff!important;padding:12px 18px!important}

.gm-wix-hero{min-height:650px;background:#f6f3ee}
.gm-wix-hero-photo{position:absolute;inset:0;overflow:hidden}
.gm-wix-hero-photo img{
  display:block;width:100%;height:100%;object-fit:cover;object-position:center center;
  filter:none!important;transform:none!important;image-rendering:auto;
}
.gm-wix-hero-overlay{
  left:5.4%;top:50%;width:min(42.5vw,585px);
  padding:48px 48px 50px;background:rgba(255,255,255,.88);
}
.gm-wix-hero-overlay h1{font-size:clamp(2.35rem,4vw,4.45rem)}

.gm-wix-market-image{background:#173b67}
.gm-wix-market-image img{
  display:block;width:100%;height:100%;max-width:none;object-fit:cover;
  object-position:center center;filter:none!important;transform:none!important;
  image-rendering:auto;
}

.gm-wix-process-photo{height:470px;background:#fff}
.gm-wix-process-photo img{
  display:block;width:100%;height:100%;object-fit:cover;
  object-position:center center!important;filter:none!important;
  transform:none!important;image-rendering:auto;
}

.gm-wix-item-card img{
  filter:none!important;transform:none!important;image-rendering:auto;
}

@media(max-width:820px){
  .home .gm-logo-img{width:150px;max-width:150px}
  .gm-wix-hero-photo img{object-position:center 34%}
}


/* ========================================================================== 
   v5.6.0 — LIVE WIX VISUAL CLONE
   Current Wix site is the design authority. No redesign styling on clone pages.
   ========================================================================== */
:root{--wix-navy:#17365f;--wix-market:#1d3d68;--wix-gold:#ad8417;--wix-soft:#f7f7f6;--wix-text:#17365f}
.gm-topbar{display:none!important}.gm-header-bonus{display:none!important}
.gm-header{background:#fff!important;box-shadow:none!important;border:0!important;position:relative!important;top:auto!important;backdrop-filter:none!important}
.gm-nav{height:66px!important}.gm-logo-img{width:138px!important;max-width:138px!important;height:auto!important}.gm-menu ul{gap:29px!important}.gm-menu a{font-size:.64rem!important;letter-spacing:.105em!important;text-transform:uppercase!important;font-weight:800!important;color:#152f52!important}.gm-menu>ul>li.gm-menu-location>a{background:var(--wix-gold)!important;color:#fff!important;padding:11px 18px!important}
.gm-wix-home,.gm-wix-inner{font-family:"Helvetica Neue",Arial,sans-serif;color:#23354c;background:#fff}.gm-wix-home h1,.gm-wix-home h2,.gm-wix-home h3,.gm-wix-inner h1,.gm-wix-inner h2,.gm-wix-inner h3{font-family:"Helvetica Neue",Arial,sans-serif}.gm-wix-eyebrow{font-size:.64rem;letter-spacing:.19em;font-weight:900;color:#111}.gm-wix-eyebrow-light{color:#fff}.gm-wix-gold-button{background:var(--wix-gold);color:#fff!important;min-height:39px;padding:0 23px;font-size:.68rem;font-weight:850;border:0;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.gm-wix-gold-button:hover{background:#94710f}
/* Homepage */
.gm-wix-hero{height:650px;min-height:650px;position:relative;overflow:hidden;background:#eee}.gm-wix-hero-img{width:100%;height:100%;display:block;object-fit:cover;object-position:center center;filter:none!important;transform:none!important}.gm-wix-hero-overlay{position:absolute;left:0;top:50%;transform:translateY(-50%);width:47%;max-width:590px;padding:42px 43px 44px;background:rgba(255,255,255,.86);box-shadow:none}.gm-wix-hero-overlay h1{font-size:3.35rem;line-height:1.02;letter-spacing:-.035em;color:#0d2e54;margin:0 0 20px;font-weight:800}.gm-wix-hero-overlay p{font-size:.88rem;line-height:1.65;color:#2e425a;margin:0 0 26px}
.gm-wix-market-band{display:grid;grid-template-columns:50% 50%;height:275px;background:var(--wix-market);overflow:hidden}.gm-wix-market-copy{padding:44px max(38px,calc((100vw - 1180px)/2));display:flex;flex-direction:column;justify-content:center}.gm-wix-market-copy h2{font-size:2.55rem;line-height:1.02;color:#fff;letter-spacing:-.035em;margin:0 0 16px;max-width:500px}.gm-wix-market-copy p{font-size:.78rem;line-height:1.55;color:#fff;max-width:550px;margin:0}.gm-wix-market-image{overflow:hidden;background:var(--wix-market)}.gm-wix-market-image img{width:100%;height:100%;object-fit:cover;object-position:center 56%;filter:none!important;transform:none!important}
.gm-wix-value{padding:70px 0 75px;background:#fff;text-align:center}.gm-wix-value h2{font-size:2.65rem;color:var(--wix-navy);margin:0 0 22px;letter-spacing:-.035em}.gm-wix-value p{font-size:.78rem;line-height:1.65;color:#45566a;max-width:770px;margin:0 auto 13px}.gm-wix-value .gm-wix-gold-button{margin-top:13px}
.gm-wix-buy{padding:55px 0 65px;background:#f6f6f5;overflow:hidden}.gm-wix-buy-head h2{font-size:2.7rem;color:var(--wix-navy);margin:0 0 35px;letter-spacing:-.035em}.gm-wix-items-scroll{display:flex;gap:18px;width:min(1220px,calc(100% - 48px));margin:0 auto;overflow-x:auto;padding:0 3px 16px;scrollbar-width:thin;scroll-snap-type:x proximity}.gm-wix-item-card{flex:0 0 286px;background:#fff;border:1px solid #e1e2e3;box-shadow:0 3px 13px rgba(18,36,60,.1);padding:20px 18px 25px;text-align:center;scroll-snap-align:start}.gm-wix-item-card img{width:100%;height:210px;object-fit:contain;object-position:center;display:block;margin:0 0 16px;filter:none!important;transform:none!important}.gm-wix-item-card h3{font-size:.94rem;color:var(--wix-navy);margin:0 0 11px}.gm-wix-item-card p{font-size:.69rem;line-height:1.48;color:#445267;margin:0}.gm-wix-carousel-controls{display:flex;justify-content:center;gap:10px;margin-top:17px}.gm-wix-carousel-controls button{width:31px;height:31px;border:0;border-radius:50%;background:var(--wix-gold);color:#fff;font-size:1rem;cursor:pointer}
.gm-wix-process{padding:70px 0 78px;background:#fff}.gm-wix-process-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:55px;align-items:center}.gm-wix-process-photo{height:430px;overflow:hidden}.gm-wix-process-photo img{width:100%;height:100%;object-fit:cover;object-position:center center;filter:none!important;transform:none!important}.gm-wix-process-copy h2{font-size:2.65rem;color:var(--wix-navy);margin:0 0 24px;letter-spacing:-.035em}.gm-wix-process-list{display:grid;gap:17px;margin-bottom:22px}.gm-wix-process-list article{display:grid;grid-template-columns:44px 1fr;gap:15px;align-items:start}.gm-wix-process-list article>img{width:38px;height:38px;object-fit:contain}.gm-wix-process-list h3{font-size:.83rem;color:var(--wix-navy);margin:0 0 3px}.gm-wix-process-list p{font-size:.71rem;line-height:1.48;color:#4d5d70;margin:0}
.gm-wix-trusted-live{min-height:475px;background-image:linear-gradient(rgba(255,255,255,.72),rgba(255,255,255,.72)),var(--gm-trust-bg);background-size:cover;background-position:center;display:flex;align-items:flex-start;justify-content:center;text-align:center;padding:57px 20px}.gm-wix-trusted-copy{max-width:660px}.gm-wix-trusted-copy h2{font-size:2.7rem;color:var(--wix-navy);margin:0 0 4px}.gm-wix-trusted-copy>span{display:block;font-size:.72rem;letter-spacing:.27em;font-weight:800;color:#111;margin-bottom:18px}.gm-wix-trusted-copy p{font-size:.78rem;line-height:1.55;color:#283c53;margin:0 auto 8px}.gm-wix-bbb{width:115px;height:auto;margin-top:18px}
.gm-wix-smart{padding:110px 0 120px;background:#fff}.gm-wix-smart-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.gm-wix-smart h2{font-size:3.4rem;line-height:.97;letter-spacing:-.045em;color:var(--wix-navy);margin:0 0 22px}.gm-wix-smart p{font-size:.77rem;line-height:1.65;color:#46566a;max-width:540px}.gm-wix-smart-points p{font-size:1.12rem;line-height:1.65;color:var(--wix-navy);margin:0}
.gm-wix-testimonial-live{min-height:410px;padding:77px 0;background-image:linear-gradient(90deg,rgba(250,247,245,.91),rgba(250,244,244,.80)),var(--gm-testimonial-bg);background-size:cover;background-position:center;border-top:1px solid #e4dfdb}.gm-wix-testimonial-live .gm-container{max-width:1160px}.gm-wix-testimonial-live blockquote{font-size:4.45rem;line-height:.9;font-weight:850;letter-spacing:-.045em;color:var(--wix-navy);margin:0 0 22px}.gm-wix-testimonial-live p{font-size:.72rem;color:#4c5b6c;margin:0 0 12px}.gm-wix-testimonial-live strong{font-size:.6rem;letter-spacing:.18em;color:#111}.gm-wix-quote-mark{font-size:4rem;color:var(--wix-navy);line-height:.65}
/* Wix footer */
.gm-wix-footer{background:#f2f2f2;color:var(--wix-navy);border-top:1px solid #dedede;padding:43px 0 18px}.gm-wix-footer-main{display:grid;grid-template-columns:.7fr .8fr 1.5fr;gap:55px;align-items:start}.gm-wix-footer h3{font-size:.75rem;color:#172f52;margin:0 0 11px}.gm-wix-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:5px}.gm-wix-footer li,.gm-wix-footer a,.gm-wix-footer p{font-size:.66rem;color:#223953}.gm-wix-footer-contact{margin-top:25px!important;line-height:1.85}.gm-wix-footer-logo{display:flex;justify-content:flex-end;align-items:flex-start}.gm-wix-footer-logo .gm-logo-img{width:390px!important;max-width:100%!important;height:auto!important}.gm-wix-footer-bottom{border-top:1px solid #afb5bb;margin-top:32px;padding-top:14px;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;font-size:.56rem;color:#536176}.gm-wix-footer-bottom a{font-size:.56rem;color:#536176}
/* Inner live-Wix pages */
.gm-wix-inner-intro{padding:62px 20px 46px;text-align:center}.gm-wix-inner-narrow{max-width:770px;margin:0 auto}.gm-wix-inner-intro h1{font-size:2.55rem;color:var(--wix-navy);letter-spacing:-.03em;margin:0 0 24px}.gm-wix-inner-intro p{font-size:.79rem;line-height:1.65;color:#46566b;margin:0 auto 12px}.gm-wix-inner-intro a{color:#17365f;text-decoration:underline}
.gm-wix-wwb-grid{max-width:860px;display:grid;grid-template-columns:1fr 1fr;gap:22px;padding-bottom:58px}.gm-wix-wwb-card{display:grid;grid-template-columns:150px 1fr;gap:20px;align-items:center;border:1px solid #e2e2e2;background:#fff;padding:18px;min-height:190px}.gm-wix-wwb-card img{width:145px;height:150px;object-fit:contain}.gm-wix-wwb-card h2{font-size:1.05rem;color:var(--wix-navy);margin:0 0 8px}.gm-wix-wwb-card h3{font-size:.86rem;line-height:1.35;color:#ab8217;margin:12px 0 0}.gm-wix-wwb-card p{font-size:.69rem;line-height:1.5;color:#49596c;margin:0}.gm-wix-wwb-gold{grid-column:1/-1;grid-template-columns:190px 1fr}.gm-wix-ready{background:var(--wix-market);color:#fff;padding:45px 0 55px}.gm-wix-ready .gm-container{max-width:850px}.gm-wix-ready h2{font-size:2.2rem;color:#fff;margin:0 0 16px}.gm-wix-ready p{font-size:.78rem;line-height:1.6;color:#fff;margin:0 0 10px}.gm-wix-ready .gm-wix-gold-button{margin-top:14px}
.gm-wix-faq-list-wrap{padding:0 20px 55px}.gm-wix-faq-list{max-width:750px;margin:0 auto 28px;border-top:1px solid #ddd}.gm-wix-faq-list details{border-bottom:1px solid #ddd}.gm-wix-faq-list summary{list-style:none;cursor:pointer;padding:16px 2px;font-size:.8rem;font-weight:700;color:#24384f;position:relative}.gm-wix-faq-list summary::-webkit-details-marker{display:none}.gm-wix-faq-list summary:after{content:'+';position:absolute;right:4px}.gm-wix-faq-list details[open] summary:after{content:'−'}.gm-wix-faq-list details p,.gm-wix-faq-list details ol{font-size:.74rem;line-height:1.6;color:#4b5d70;margin:0 0 17px}.gm-wix-trusted-short{min-height:330px;padding-top:45px}
.gm-wix-contact-cards{max-width:820px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:10px 0 78px}.gm-wix-contact-card{border:1px solid #dedede;text-align:center;padding:36px 18px 31px;box-shadow:0 2px 10px rgba(0,0,0,.03);color:var(--wix-navy);text-decoration:none}.gm-wix-contact-card>span{font-size:1.6rem;color:#aa8218}.gm-wix-contact-card h2{font-size:.93rem;margin:12px 0 8px;color:var(--wix-navy)}.gm-wix-contact-card p{font-size:.72rem;margin:0;color:#42556a}
.gm-wix-location-list{max-width:850px;padding-bottom:45px}.gm-wix-location-list article{display:grid;grid-template-columns:.72fr 1.28fr;gap:35px;align-items:center;margin-bottom:42px}.gm-wix-location-copy h2{font-size:1.15rem;color:var(--wix-navy);margin:0 0 8px}.gm-wix-location-copy p{font-size:.75rem;line-height:1.55;color:#435469;margin:0 0 10px}.gm-wix-location-list iframe{width:100%;height:225px;border:0}.gm-wix-location-market{display:grid;grid-template-columns:1fr 1fr;background:var(--wix-market);color:#fff;min-height:260px;overflow:hidden}.gm-wix-location-market-copy{padding:44px max(38px,calc((100vw - 1000px)/2));display:flex;flex-direction:column;justify-content:center}.gm-wix-location-market-copy h2{font-size:2.2rem;color:#fff;line-height:1.05;margin:0 0 14px}.gm-wix-location-market-copy p{font-size:.77rem;line-height:1.55;color:#fff;margin:0}.gm-wix-location-market>img{width:100%;height:100%;object-fit:cover;object-position:center 55%}
.gm-wix-coupon-preview{width:100%;max-height:260px;object-fit:cover;margin-bottom:18px}
@media(max-width:900px){.gm-menu ul{gap:16px!important}.gm-wix-hero{height:560px;min-height:560px}.gm-wix-hero-overlay{width:54%;padding:35px}.gm-wix-hero-overlay h1{font-size:2.75rem}.gm-wix-market-copy{padding-left:30px;padding-right:25px}.gm-wix-process-grid,.gm-wix-smart-grid{grid-template-columns:1fr;gap:36px}.gm-wix-process-photo{height:350px}.gm-wix-wwb-grid{grid-template-columns:1fr}.gm-wix-wwb-gold{grid-column:auto}.gm-wix-contact-cards{grid-template-columns:1fr}.gm-wix-location-list article{grid-template-columns:1fr}.gm-wix-footer-main{grid-template-columns:1fr 1fr}.gm-wix-footer-logo{grid-column:1/-1;justify-content:flex-start}}
@media(max-width:760px){.gm-nav{height:72px!important}.gm-logo-img{width:150px!important;max-width:150px!important}.gm-menu>ul>li.gm-menu-location>a{background:transparent!important;color:#152f52!important;padding:10px 0!important}.gm-wix-hero{height:auto;min-height:0;padding-top:64vw;background:#fff}.gm-wix-hero-img{position:absolute;inset:0 0 auto;height:64vw;min-height:330px;object-position:center center}.gm-wix-hero-overlay{position:relative;left:auto;top:auto;transform:none;width:min(calc(100% - 28px),650px);max-width:none;margin:-20px auto 32px;padding:28px 22px;background:rgba(255,255,255,.95)}.gm-wix-hero-overlay h1{font-size:2.55rem}.gm-wix-market-band,.gm-wix-location-market{grid-template-columns:1fr;height:auto}.gm-wix-market-copy,.gm-wix-location-market-copy{padding:38px 24px}.gm-wix-market-image,.gm-wix-location-market>img{height:240px}.gm-wix-value{padding:55px 20px}.gm-wix-buy{padding:48px 0 55px}.gm-wix-items-scroll{width:calc(100% - 28px)}.gm-wix-item-card{flex-basis:78vw}.gm-wix-process{padding:55px 0}.gm-wix-trusted-live{min-height:350px;padding:45px 20px}.gm-wix-smart{padding:70px 0}.gm-wix-smart h2{font-size:2.85rem}.gm-wix-testimonial-live{min-height:340px;padding:62px 0}.gm-wix-testimonial-live blockquote{font-size:3rem}.gm-wix-footer-main{grid-template-columns:1fr}.gm-wix-footer-logo{grid-column:auto}.gm-wix-footer-bottom{display:grid}.gm-wix-wwb-card,.gm-wix-wwb-gold{grid-template-columns:1fr;text-align:center}.gm-wix-wwb-card img{margin:auto}.gm-wix-inner-intro{padding-top:48px}}


/* v5.6.1 — secondary Events discovery link */
.gm-wix-footer .gm-footer-secondary-link a{
  opacity:.76;
  font-size:.92em;
}
.gm-wix-footer .gm-footer-secondary-link a:hover,
.gm-wix-footer .gm-footer-secondary-link a:focus{
  opacity:1;
}
.gm-events-index{
  padding:72px 0 86px;
  background:#fff;
}
.gm-events-index-head{
  max-width:760px;
  margin:0 auto 38px;
  text-align:center;
}
.gm-events-index-head h1{
  margin:0 0 12px;
  color:#17345e;
  font-size:clamp(2.2rem,4vw,3.6rem);
  line-height:1.03;
}
.gm-events-index-head p{
  margin:0;
  color:#52657a;
  line-height:1.65;
}
.gm-events-index-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.gm-events-index-card{
  border:1px solid #e4e6e8;
  background:#fff;
  padding:28px;
  box-shadow:0 8px 24px rgba(20,48,83,.06);
}
.gm-events-index-card h2{
  color:#17345e;
  font-size:1.35rem;
  line-height:1.2;
  margin:0 0 10px;
}
.gm-events-index-card p{
  margin:0 0 8px;
  color:#52657a;
  line-height:1.5;
}
.gm-events-index-card .gm-events-dates{
  color:#a57b13;
  font-weight:800;
  margin-bottom:18px;
}
@media(max-width:820px){
  .gm-events-index-grid{grid-template-columns:1fr}
}


/* ==========================================================================
   v5.6.3 — Wix typography + vertical-rhythm parity
   Scope: visible type size, line-height and section spacing only.
   Images, copy, page order, scripts, event URLs and navigation structure unchanged.
   ========================================================================== */

/* Header/nav: Wix renders slightly larger and more open. */
.home .gm-menu a,
.gm-wix-inner + * .gm-menu a,
.gm-menu a{
  font-size:.70rem!important;
  line-height:1.25!important;
}
.home .gm-menu ul,
.gm-menu ul{gap:31px!important}

/* Global clone labels / buttons */
.gm-wix-eyebrow{
  font-size:.71rem!important;
  line-height:1.3!important;
  letter-spacing:.19em!important;
  margin-bottom:15px!important;
}
.gm-wix-gold-button{
  min-height:42px!important;
  padding-left:25px!important;
  padding-right:25px!important;
  font-size:.75rem!important;
  line-height:1.2!important;
}

/* Hero: keep the image/crop; increase only copy scale/rhythm. */
.gm-wix-hero-overlay h1{
  font-size:3.45rem!important;
  line-height:1.01!important;
  margin-bottom:22px!important;
}
.gm-wix-hero-overlay p{
  font-size:1.00rem!important;
  line-height:1.72!important;
  margin-bottom:29px!important;
}

/* Gold market band */
.gm-wix-market-band{height:292px!important}
.gm-wix-market-copy{padding-top:50px!important;padding-bottom:50px!important}
.gm-wix-market-copy h2{
  font-size:2.68rem!important;
  line-height:1.03!important;
  margin-bottom:18px!important;
}
.gm-wix-market-copy p{
  font-size:.90rem!important;
  line-height:1.68!important;
}

/* We value our clients */
.gm-wix-value{padding-top:82px!important;padding-bottom:86px!important}
.gm-wix-value h2{
  font-size:2.78rem!important;
  margin-bottom:25px!important;
}
.gm-wix-value p{
  font-size:.91rem!important;
  line-height:1.75!important;
  margin-bottom:15px!important;
}

/* What We Buy */
.gm-wix-buy{padding-top:66px!important;padding-bottom:78px!important}
.gm-wix-buy-head h2{
  font-size:2.82rem!important;
  margin-bottom:39px!important;
}
.gm-wix-item-card{
  padding:23px 20px 29px!important;
  min-height:485px;
}
.gm-wix-item-card h3{
  font-size:1.06rem!important;
  line-height:1.3!important;
  margin-bottom:13px!important;
}
.gm-wix-item-card p{
  font-size:.82rem!important;
  line-height:1.62!important;
}
.gm-wix-carousel-controls{margin-top:22px!important}

/* How It Works */
.gm-wix-process{padding-top:83px!important;padding-bottom:91px!important}
.gm-wix-process-grid{gap:62px!important}
.gm-wix-process-copy h2{
  font-size:2.78rem!important;
  line-height:1.05!important;
  margin-bottom:28px!important;
}
.gm-wix-process-list{gap:22px!important;margin-bottom:27px!important}
.gm-wix-process-list h3{
  font-size:.95rem!important;
  line-height:1.35!important;
  margin-bottom:5px!important;
}
.gm-wix-process-list p{
  font-size:.83rem!important;
  line-height:1.63!important;
}

/* Trusted by Thousands */
.gm-wix-trusted-live{
  min-height:510px!important;
  padding-top:66px!important;
  padding-bottom:66px!important;
}
.gm-wix-trusted-copy h2{
  font-size:2.82rem!important;
  line-height:1.05!important;
  margin-bottom:7px!important;
}
.gm-wix-trusted-copy>span{
  font-size:.79rem!important;
  margin-bottom:20px!important;
}
.gm-wix-trusted-copy p{
  font-size:.90rem!important;
  line-height:1.68!important;
  margin-bottom:10px!important;
}

/* Smart / safe / easy */
.gm-wix-smart{padding-top:125px!important;padding-bottom:138px!important}
.gm-wix-smart h2{
  font-size:3.52rem!important;
  margin-bottom:25px!important;
}
.gm-wix-smart p{
  font-size:.90rem!important;
  line-height:1.72!important;
}
.gm-wix-smart-points p{
  font-size:1.23rem!important;
  line-height:1.72!important;
}

/* Testimonial */
.gm-wix-testimonial-live{
  min-height:445px!important;
  padding-top:86px!important;
  padding-bottom:86px!important;
}
.gm-wix-testimonial-live blockquote{
  font-size:4.55rem!important;
  line-height:.92!important;
  margin-bottom:24px!important;
}
.gm-wix-testimonial-live p{
  font-size:.84rem!important;
  line-height:1.6!important;
}
.gm-wix-testimonial-live strong{
  font-size:.68rem!important;
  line-height:1.3!important;
}

/* Footer: current staging footer text was visibly undersized. */
.gm-wix-footer{padding-top:50px!important}
.gm-wix-footer h3{
  font-size:.84rem!important;
  line-height:1.3!important;
  margin-bottom:13px!important;
}
.gm-wix-footer li,
.gm-wix-footer a,
.gm-wix-footer p{
  font-size:.75rem!important;
  line-height:1.6!important;
}
.gm-wix-footer ul{gap:7px!important}
.gm-wix-footer-bottom,
.gm-wix-footer-bottom a{
  font-size:.64rem!important;
  line-height:1.5!important;
}

/* Inner Wix-clone pages: maintain the same larger reading scale. */
.gm-wix-inner-intro p{font-size:.90rem!important;line-height:1.72!important}
.gm-wix-wwb-card p{font-size:.80rem!important;line-height:1.62!important}
.gm-wix-wwb-card h2{font-size:1.14rem!important}
.gm-wix-wwb-card h3{font-size:.94rem!important}
.gm-wix-ready p{font-size:.89rem!important;line-height:1.68!important}
.gm-wix-faq-list summary{font-size:.91rem!important}
.gm-wix-faq-list details p,
.gm-wix-faq-list details ol{font-size:.84rem!important;line-height:1.68!important}
.gm-wix-contact-card h2{font-size:1.02rem!important}
.gm-wix-contact-card p{font-size:.82rem!important;line-height:1.58!important}
.gm-wix-location-copy h2{font-size:1.25rem!important}
.gm-wix-location-copy p{font-size:.86rem!important;line-height:1.65!important}
.gm-wix-location-market-copy p{font-size:.88rem!important;line-height:1.65!important}

/* Preserve responsive balance rather than blindly enlarging mobile. */
@media(max-width:900px){
  .gm-menu a{font-size:.76rem!important}
  .gm-wix-item-card{min-height:0}
}
@media(max-width:760px){
  .gm-wix-hero-overlay h1{font-size:2.62rem!important}
  .gm-wix-hero-overlay p{font-size:.96rem!important}
  .gm-wix-market-band{height:auto!important}
  .gm-wix-value{padding-top:60px!important;padding-bottom:65px!important}
  .gm-wix-buy{padding-top:52px!important;padding-bottom:62px!important}
  .gm-wix-item-card p{font-size:.84rem!important}
  .gm-wix-process{padding-top:62px!important;padding-bottom:68px!important}
  .gm-wix-trusted-live{min-height:380px!important;padding:50px 20px!important}
  .gm-wix-smart{padding-top:78px!important;padding-bottom:84px!important}
  .gm-wix-smart h2{font-size:2.92rem!important}
  .gm-wix-testimonial-live{min-height:365px!important;padding:68px 0!important}
  .gm-wix-testimonial-live blockquote{font-size:3.15rem!important}
}


/* ==========================================================================
   v5.6.6 — GoldMax client parity corrections
   ========================================================================== */

/* BBB badge overlapping Trusted by Thousands / smart section like live Wix. */
.gm-wix-trusted-live{
  position:relative!important;
  overflow:visible!important;
}
.gm-wix-home-bbb{
  position:absolute;
  left:50%;
  bottom:-48px;
  transform:translateX(-50%);
  width:190px;
  max-width:34vw;
  height:auto;
  z-index:6;
  display:block;
}

/* Restore right-side gray scrap-gold panel from live Wix. */
.gm-wix-smart-grid{align-items:stretch!important}
.gm-wix-smart-visual{
  min-height:480px;
  background:#f1f1f1;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  overflow:hidden;
}
.gm-wix-smart-visual .gm-wix-smart-points{
  padding:68px 64px 20px!important;
}
.gm-wix-smart-visual img{
  display:block;
  width:100%;
  height:245px;
  object-fit:cover;
  object-position:center 61%;
  margin-top:auto;
  filter:none!important;
  transform:none!important;
}

/* Footer parity: older audience/readability, bold contact info, socials, BBB. */
.gm-wix-footer h3{
  font-size:.92rem!important;
  font-weight:800!important;
}
.gm-wix-footer li,
.gm-wix-footer a,
.gm-wix-footer p{
  font-size:.82rem!important;
  line-height:1.62!important;
}
.gm-wix-footer-contact{
  margin-top:27px!important;
}
.gm-wix-footer-contact a{
  font-size:.86rem!important;
  font-weight:800!important;
}
.gm-wix-footer-socials{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:13px;
}
.gm-wix-footer-socials a{
  width:26px;
  height:26px;
  display:grid;
  place-items:center;
  color:#101820!important;
}
.gm-wix-footer-socials svg{
  width:22px;
  height:22px;
  display:block;
  fill:currentColor;
}
.gm-wix-footer-logo>div{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
}
.gm-wix-footer-bbb{
  width:118px;
  height:auto;
  margin-top:22px;
  display:block;
}

/* FAQ BBB badge: exact ratio, centered, live-Wix scale. */
.gm-wix-bbb-faq{
  display:block!important;
  width:260px!important;
  max-width:min(52vw,260px)!important;
  height:auto!important;
  margin:52px auto 0!important;
  padding:0!important;
  background:transparent!important;
  object-fit:contain!important;
}

/* Do not visually expose any legacy Events discovery item if stale cached markup exists. */
.gm-footer-secondary-link{display:none!important}

@media(max-width:900px){
  .gm-wix-home-bbb{width:165px;bottom:-41px}
  .gm-wix-smart-visual{min-height:430px}
  .gm-wix-footer-logo>div{align-items:flex-start}
}
@media(max-width:760px){
  .gm-wix-home-bbb{width:145px;bottom:-36px}
  .gm-wix-smart-visual{min-height:370px}
  .gm-wix-smart-visual .gm-wix-smart-points{padding:48px 28px 18px!important}
  .gm-wix-smart-visual img{height:210px}
  .gm-wix-bbb-faq{width:220px!important;max-width:68vw!important;margin-top:38px!important}
  .gm-wix-footer-bbb{width:105px}
}


/* ==========================================================================
   v5.6.7 — Restore GoldMax fixed/sticky header functionality
   This override intentionally comes last so it supersedes earlier Wix-parity
   rules that forced the header to position:relative.
   ========================================================================== */
html{scroll-padding-top:86px}

.gm-header,
.home .gm-header{
  position:sticky!important;
  top:0!important;
  left:0;
  right:0;
  z-index:9999!important;
  width:100%;
  background:#fff!important;
  box-shadow:0 1px 0 rgba(18,35,60,.08)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}

/* Keep the WordPress admin toolbar from covering the sticky header while logged in. */
.admin-bar .gm-header,
.admin-bar.home .gm-header{
  top:32px!important;
}

@media(max-width:782px){
  html{scroll-padding-top:96px}
  .admin-bar .gm-header,
  .admin-bar.home .gm-header{
    top:46px!important;
  }
}

/* Ensure the mobile dropdown opens directly beneath the fixed/sticky header. */
@media(max-width:900px){
  .gm-header{overflow:visible!important}
  .gm-menu{z-index:10000!important}
}
