:root{
  --navy:#101b22;
  --navy-2:#14242d;
  --ink:#1b252c;
  --muted:#66737c;
  --gold:#d3ad63;
  --gold-2:#f0d08a;
  --silver:#eef1f3;
  --line:#e8ecef;
  --paper:#ffffff;
  --soft:#f6f3ee;
  --radius:24px;
  --shadow:0 22px 60px rgba(16,27,34,.15);
  --shadow-soft:0 12px 34px rgba(16,27,34,.06);
  --wrap:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:#fff;
  font-family:'Raleway',Arial,sans-serif;
  font-weight:300;
  line-height:1.62;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
p{margin:0;color:var(--muted);font-weight:300}
strong{color:var(--ink);font-weight:300}
button,input,select,textarea{font-family:'Raleway',Arial,sans-serif;font-weight:300}
.container{width:min(var(--wrap), calc(100% - 40px));margin-inline:auto}
.skip-link{position:absolute;left:-999px;top:auto;background:#fff;color:#000;padding:10px 12px;border-radius:10px;z-index:1000}
.skip-link:focus{left:16px;top:16px}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(16,27,34,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(211,173,99,.18)}
.navbar{height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:flex;align-items:center;gap:13px;min-width:0;color:#fff}
.brand-logo{width:54px;height:54px;border-radius:14px;object-fit:cover;border:1px solid rgba(211,173,99,.32);box-shadow:0 12px 30px rgba(0,0,0,.22)}
.brand-text{display:flex;flex-direction:column;line-height:1.05;letter-spacing:.13em;text-transform:uppercase;font-weight:300;font-size:14px;white-space:nowrap}
.brand-text span{font-size:10px;color:var(--gold);letter-spacing:.22em;margin-top:6px;font-weight:300}
.nav-links{display:flex;align-items:center;gap:6px}
.nav-links a{color:rgba(255,255,255,.78);font-size:12px;font-weight:300;letter-spacing:.12em;text-transform:uppercase;padding:12px 12px;border-radius:999px;transition:.2s ease}
.nav-links a:hover,.nav-links a.active{color:#fff;background:rgba(255,255,255,.08)}
.nav-cta{background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#111b21!important;padding:12px 17px!important;box-shadow:0 14px 35px rgba(211,173,99,.22)}
.menu-toggle{display:none;border:0;background:transparent;color:#fff;width:46px;height:46px;border-radius:14px;align-items:center;justify-content:center;cursor:pointer}
.menu-toggle span{width:24px;height:2px;background:currentColor;display:block;position:relative;border-radius:2px}
.menu-toggle span:before,.menu-toggle span:after{content:"";position:absolute;left:0;width:24px;height:2px;background:currentColor;border-radius:2px;transition:.2s ease}
.menu-toggle span:before{top:-8px}.menu-toggle span:after{top:8px}
body.menu-open .menu-toggle span{background:transparent}body.menu-open .menu-toggle span:before{top:0;transform:rotate(45deg)}body.menu-open .menu-toggle span:after{top:0;transform:rotate(-45deg)}

/* Typography */
h1,h2,h3{margin:0;color:var(--ink);line-height:1.12;font-family:'Raleway',Arial,sans-serif;font-weight:300;text-transform:uppercase;letter-spacing:.075em}
.hero h1{font-size:clamp(34px,4.6vw,58px);color:#fff;margin:22px 0 20px;max-width:860px;letter-spacing:.07em}
.section h2{font-size:clamp(24px,3vw,38px);max-width:760px;letter-spacing:.07em}
h3{font-size:20px;letter-spacing:.075em}
.eyebrow{display:inline-flex;align-items:center;gap:10px;padding:9px 13px;border:1px solid rgba(211,173,99,.35);border-radius:999px;color:var(--gold-2);font-size:12px;font-weight:300;letter-spacing:.16em;text-transform:uppercase;background:rgba(255,255,255,.05)}
.eyebrow:before{content:"";width:8px;height:8px;background:var(--gold);border-radius:999px;box-shadow:0 0 0 6px rgba(211,173,99,.13)}
.section-kicker,.breadcrumbs,.role,.footer-title{color:var(--gold);font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:300;margin-bottom:12px}

/* Buttons */
.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:34px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:14px 22px;font-weight:300;border:1px solid transparent;transition:.2s ease;cursor:pointer;line-height:1.1;text-transform:uppercase;letter-spacing:.14em;font-size:12px}
.btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#111b21;box-shadow:0 18px 45px rgba(211,173,99,.25)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 22px 60px rgba(211,173,99,.32)}
.btn-secondary{color:#fff;border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.06)}
.btn-secondary:hover{background:rgba(255,255,255,.11);transform:translateY(-2px)}

/* Hero */
.hero{position:relative;isolation:isolate;background:radial-gradient(circle at 78% 12%, rgba(211,173,99,.22), transparent 27%),linear-gradient(135deg,#101b22 0%,#13242d 47%,#0d171d 100%);color:#fff;overflow:hidden}
.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent);z-index:-1}
.hero-inner{min-height:690px;display:grid;grid-template-columns:1.03fr .97fr;gap:54px;align-items:center;padding:82px 0 92px}
.hero-lead{font-size:clamp(16px,1.7vw,20px);color:rgba(255,255,255,.76);max-width:690px}
.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:38px;max-width:700px}
.proof-item{padding:16px;border-radius:18px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.74);font-size:13px;transition:.2s ease}.proof-item:hover{background:rgba(255,255,255,.09);transform:translateY(-2px)}
.proof-item b{display:block;color:#fff;font-size:18px;line-height:1.1;margin-bottom:4px;font-weight:300;letter-spacing:.08em;text-transform:uppercase}
.hero-visual{position:relative;min-height:560px}
.hero-card{position:absolute;border-radius:32px;overflow:hidden;box-shadow:0 34px 90px rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.12);background:#fff;transition:.22s ease}
.hero-card:hover{transform:translateY(-4px)}
.hero-card.one{left:0;top:54px;width:58%}
.hero-card.two{right:0;bottom:0;width:59%}
.hero-card img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/5}
.float-note{position:absolute;left:8%;bottom:56px;z-index:4;max-width:320px;padding:18px;border-radius:22px;background:rgba(255,255,255,.94);box-shadow:0 22px 70px rgba(0,0,0,.22);border:1px solid rgba(211,173,99,.22)}
.float-note b{display:block;color:var(--ink);margin-bottom:5px;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:300}.float-note p{font-size:13px;color:#56636d}

/* Sections */
.section{padding:88px 0}.section.soft{background:var(--soft)}.section.dark{background:var(--navy);color:#fff;position:relative;overflow:hidden}.section.dark:before{content:"";position:absolute;inset:-160px auto auto -120px;width:380px;height:380px;border-radius:50%;background:rgba(211,173,99,.14);filter:blur(4px)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:42px}.section-head p{max-width:430px}.dark h2,.dark h3{color:#fff}.dark p{color:rgba(255,255,255,.68)}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{position:relative;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow-soft);transition:.22s ease;min-height:100%}
.card:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--gold),rgba(211,173,99,0));opacity:.75}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:rgba(211,173,99,.34)}.card h3{font-size:19px;margin-bottom:12px}.card p{font-size:15px}.card-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,rgba(211,173,99,.20),rgba(211,173,99,.06));color:#936c26;font-size:20px;margin-bottom:22px;border:1px solid rgba(211,173,99,.25);font-weight:300}.dark .card{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12);box-shadow:none}.dark .card p{color:rgba(255,255,255,.66)}.dark .card-icon{color:var(--gold-2);background:rgba(211,173,99,.12)}
.split{display:grid;grid-template-columns:.92fr 1.08fr;gap:54px;align-items:center}.split.reverse{grid-template-columns:1.08fr .92fr}.image-frame{position:relative;border-radius:32px;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(211,173,99,.2);background:#fff}.image-frame img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3}.image-frame.portrait img{aspect-ratio:4/5}.content-stack{display:grid;gap:18px}.content-stack h2{font-size:clamp(24px,3vw,38px)}.content-stack p{font-size:17px}.mini-list{display:grid;gap:12px;margin-top:12px;padding:0}.mini-list li{list-style:none;display:flex;gap:12px;align-items:flex-start;color:#4b5963}.mini-list li:before{content:"✓";display:grid;place-items:center;flex:0 0 24px;height:24px;border-radius:50%;background:rgba(211,173,99,.17);color:#8a651e;font-weight:300;font-size:13px}
.quote-box{position:relative;padding:42px;border-radius:34px;background:linear-gradient(135deg,#14242d,#0f1a21);border:1px solid rgba(211,173,99,.25);box-shadow:0 30px 80px rgba(16,27,34,.22);color:#fff}.quote-box:before{content:"“";position:absolute;right:32px;top:-12px;font-family:Georgia,serif;font-size:130px;line-height:1;color:rgba(211,173,99,.22)}.quote-box p{font-family:'Raleway',Arial,sans-serif;font-weight:300;font-size:clamp(22px,2.7vw,34px);line-height:1.35;color:#fff;letter-spacing:.05em;text-transform:uppercase;max-width:980px}.quote-box span{display:block;margin-top:22px;color:var(--gold-2);font-weight:300;letter-spacing:.14em;text-transform:uppercase;font-size:12px}
.people{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.person-card{background:#fff;border:1px solid var(--line);border-radius:32px;overflow:hidden;box-shadow:0 16px 46px rgba(16,27,34,.08);transition:.22s ease}.person-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:rgba(211,173,99,.30)}.person-card img{width:100%;aspect-ratio:5/6;object-fit:cover;object-position:center top}.person-body{padding:24px}.person-body h3{font-size:21px;margin-bottom:7px}.badge-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.badge{display:inline-flex;align-items:center;padding:8px 11px;border-radius:999px;background:#f6f3ee;border:1px solid #ece3d3;color:#53616a;font-size:12px;font-weight:300;letter-spacing:.08em;text-transform:uppercase}
.service-list{display:grid;gap:16px}.service-row{display:grid;grid-template-columns:60px 1fr;gap:18px;align-items:start;padding:24px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft);transition:.22s ease}.service-row:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:rgba(211,173,99,.3)}.service-no{width:56px;height:56px;display:grid;place-items:center;border-radius:18px;background:#14242d;color:var(--gold-2);font-size:20px}.service-row h3{font-size:20px;margin-bottom:7px}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.audience-card{min-height:190px;display:flex;flex-direction:column;justify-content:space-between;background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow-soft);transition:.22s ease}.audience-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:rgba(211,173,99,.3)}.audience-card h3{font-size:19px}.audience-card p{margin-top:10px}.audience-card .tag{margin-top:18px;color:#8a651e;background:rgba(211,173,99,.14);border-radius:999px;padding:7px 10px;width:max-content;font-weight:300;font-size:12px;letter-spacing:.08em;text-transform:uppercase}

/* Page hero */
.page-hero{background:linear-gradient(135deg,#101b22,#152832);color:#fff;padding:86px 0 70px;position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;right:-160px;top:-160px;width:460px;height:460px;border-radius:50%;background:rgba(211,173,99,.16)}.page-hero h1{color:#fff;font-size:clamp(32px,4vw,52px);max-width:890px;margin:18px 0}.page-hero p{color:rgba(255,255,255,.74);font-size:18px;max-width:720px}.breadcrumbs{color:var(--gold-2)}

/* Contact */
.contact-wrap{display:grid;grid-template-columns:.92fr 1.08fr;gap:36px;align-items:start}.contact-panel{background:#14242d;color:#fff;border-radius:32px;padding:34px;box-shadow:0 24px 70px rgba(16,27,34,.20);border:1px solid rgba(211,173,99,.15)}.contact-panel h2{color:#fff;font-size:30px;margin-bottom:14px}.contact-panel p{color:rgba(255,255,255,.68)}.contact-info{display:grid;gap:15px;margin-top:28px}.contact-info div,.contact-info a{display:block;padding:17px;border-radius:18px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);color:#fff;transition:.2s ease}.contact-info a:hover{background:rgba(211,173,99,.12);border-color:rgba(211,173,99,.26)}.contact-info b{display:block;color:var(--gold-2);margin-bottom:4px;font-weight:300;letter-spacing:.12em;text-transform:uppercase;font-size:11px}.contact-info span{color:rgba(255,255,255,.76)}.form-card{background:#fff;border:1px solid var(--line);border-radius:32px;padding:34px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:300;color:#2b363d;letter-spacing:.11em;text-transform:uppercase}.field input,.field select,.field textarea{width:100%;border:1px solid #dfe5e9;border-radius:15px;padding:14px 15px;font:inherit;color:#19252c;background:#fff;outline:none;transition:.15s}.field textarea{min-height:140px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(211,173,99,.14)}.consent{display:flex;gap:10px;align-items:flex-start;color:#5d6972;font-size:13px;margin:18px 0}.consent input{margin-top:4px}.hp{display:none!important}.form-note{font-size:13px;margin-top:14px;color:#7a858c}
.cta-band{padding:38px;border-radius:34px;background:linear-gradient(135deg,#14242d,#0f1a21);display:flex;align-items:center;justify-content:space-between;gap:24px;color:#fff;box-shadow:0 24px 70px rgba(16,27,34,.22);border:1px solid rgba(211,173,99,.18)}.cta-band h2{color:#fff;font-size:clamp(24px,3vw,36px);max-width:760px}.cta-band p{color:rgba(255,255,255,.68);margin-top:8px}.cta-band .btn{flex:0 0 auto}

/* Footer */
.site-footer{background:#0d171d;color:#fff;padding:60px 0 30px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr 1.05fr;gap:32px}.footer-brand img{width:80px;border-radius:18px;border:1px solid rgba(211,173,99,.28);margin-bottom:16px}.footer-brand p,.site-footer p{color:rgba(255,255,255,.62)}.footer-title{font-weight:300;color:var(--gold-2);letter-spacing:.14em;text-transform:uppercase;font-size:12px;margin-bottom:15px}.footer-links,.footer-contact{display:grid;gap:9px}.footer-links a,.footer-contact a{color:rgba(255,255,255,.68);font-size:14px;transition:.18s ease}.footer-links a:hover,.footer-contact a:hover{color:#fff}.footer-contact p{margin-bottom:4px}.footer-contact strong{color:#fff;font-weight:300}.footer-bottom{display:flex;justify-content:space-between;gap:20px;align-items:center;border-top:1px solid rgba(255,255,255,.1);padding-top:24px;margin-top:42px;color:rgba(255,255,255,.52);font-size:13px}.footer-bottom a{color:rgba(255,255,255,.78)}
.cookie{position:fixed;left:18px;right:18px;bottom:18px;z-index:80;display:none}.cookie.show{display:block}.cookie-inner{width:min(720px,100%);margin:auto;background:#fff;border:1px solid var(--line);box-shadow:0 22px 70px rgba(16,27,34,.22);border-radius:22px;padding:16px;display:flex;gap:16px;align-items:center}.cookie p{font-size:13px}.cookie button{border:0;border-radius:999px;background:#14242d;color:#fff;padding:11px 16px;font-weight:300;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;white-space:nowrap}.to-top{position:fixed;right:18px;bottom:18px;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#14242d;color:#fff;border:1px solid rgba(211,173,99,.32);box-shadow:0 12px 30px rgba(16,27,34,.25);opacity:0;pointer-events:none;transition:.2s;z-index:70}.to-top.visible{opacity:1;pointer-events:auto;bottom:92px}

@media (max-width: 980px){
  .navbar{height:72px}.menu-toggle{display:flex}.nav-links{position:fixed;left:20px;right:20px;top:84px;display:none;flex-direction:column;align-items:stretch;background:#101b22;border:1px solid rgba(211,173,99,.22);border-radius:24px;padding:14px;box-shadow:0 22px 70px rgba(0,0,0,.30)}body.menu-open .nav-links{display:flex}.nav-links a{padding:14px 16px}.hero-inner,.split,.split.reverse,.contact-wrap{grid-template-columns:1fr}.hero-inner{min-height:auto;padding:58px 0 72px}.hero-visual{min-height:520px;order:-1}.hero-card.one{width:55%;top:38px}.hero-card.two{width:58%;right:0}.float-note{left:0;bottom:42px}.hero-proof,.grid-3,.audience-grid,.grid-4{grid-template-columns:1fr 1fr}.section-head{display:block}.section-head p{margin-top:14px}.footer-grid{grid-template-columns:1fr 1fr}.cta-band{display:block}.cta-band .btn{margin-top:24px}.people{grid-template-columns:1fr 1fr}
}
@media (max-width: 640px){
  .container{width:min(100% - 28px, var(--wrap))}.brand-text{font-size:12px}.brand-text span{font-size:9px}.brand-logo{width:48px;height:48px}.hero h1{font-size:34px}.hero-lead{font-size:16px}.hero-actions .btn{width:100%}.hero-proof,.grid-2,.grid-3,.grid-4,.audience-grid,.people,.form-grid{grid-template-columns:1fr}.hero-visual{min-height:485px}.hero-card.one{left:0;top:48px;width:61%}.hero-card.two{right:0;bottom:22px;width:62%}.float-note{max-width:260px;bottom:0;padding:15px}.section{padding:64px 0}.card,.form-card,.contact-panel{padding:23px;border-radius:24px}.service-row{grid-template-columns:1fr}.quote-box{padding:30px 22px;border-radius:26px}.quote-box p{font-size:22px}.page-hero{padding:62px 0 52px}.page-hero h1{font-size:31px}.contact-wrap{gap:22px}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:10px}.cookie-inner{display:block}.cookie button{margin-top:12px;width:100%}.to-top.visible{bottom:112px}
}

/* Final client adjustments */
.site-header{overflow:visible}
.navbar{height:78px;position:relative}
.brand{position:relative;align-self:stretch;display:flex;align-items:center;z-index:3}
.brand-logo{width:108px;height:108px;border-radius:22px;margin-bottom:-32px;background:#101b22;box-shadow:0 18px 45px rgba(0,0,0,.34);border:1px solid rgba(211,173,99,.38)}
.brand-text{display:none!important}
.nav-links{margin-left:auto}
.hero-proof{max-width:760px}
.proof-item{display:grid;grid-template-columns:46px 1fr;gap:13px;align-items:center;padding:18px;min-height:108px;line-height:1.45}
.proof-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,rgba(211,173,99,.30),rgba(211,173,99,.08));border:1px solid rgba(211,173,99,.28);color:var(--gold-2);font-size:22px;line-height:1}
.service-no.service-icon,.audience-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(135deg,#14242d,#0e171d);color:var(--gold-2);font-size:22px;border:1px solid rgba(211,173,99,.22);box-shadow:0 12px 30px rgba(16,27,34,.12)}
.service-row{grid-template-columns:64px 1fr}
.service-row:hover .service-no.service-icon,.audience-card:hover .audience-icon,.card:hover .card-icon{transform:translateY(-2px);box-shadow:0 18px 38px rgba(16,27,34,.17);border-color:rgba(211,173,99,.42)}
.audience-card{position:relative;overflow:hidden}
.audience-icon{margin-bottom:18px}
.people{max-width:920px;margin-inline:auto;gap:22px}
.person-card{border-radius:26px}
.person-card img{aspect-ratio:4/4.15;max-height:420px;object-fit:cover;object-position:center top}
.person-body{padding:21px}
.footer-brand img{width:160px;height:160px;border-radius:26px;margin-bottom:20px;box-shadow:0 18px 48px rgba(0,0,0,.28)}
.footer-grid{grid-template-columns:1.35fr .72fr .78fr 1.05fr}
.form-note{display:none!important}

@media (max-width: 980px){
  .brand-logo{width:94px;height:94px;margin-bottom:-26px;border-radius:20px}
  .nav-links{top:94px}
  .people{max-width:760px}
  .person-card img{max-height:360px}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 640px){
  .navbar{height:70px}
  .brand-logo{width:82px;height:82px;margin-bottom:-22px;border-radius:18px}
  .hero-proof{grid-template-columns:1fr}
  .proof-item{grid-template-columns:42px 1fr;min-height:0;padding:16px}
  .proof-icon{width:42px;height:42px;font-size:20px;border-radius:14px}
  .service-row{grid-template-columns:56px 1fr;padding:20px}
  .service-no.service-icon,.audience-icon{width:48px;height:48px;border-radius:15px;font-size:20px}
  .people{max-width:420px}
  .person-card img{max-height:300px;aspect-ratio:4/3.65}
  .footer-brand img{width:132px;height:132px}
  .nav-links{top:86px}
}

/* Requested final refinements */
.hero h1{font-size:clamp(30px,3.6vw,46px);max-width:760px;margin:18px 0 18px;letter-spacing:.065em}
.page-hero h1{font-size:clamp(28px,3vw,42px);max-width:780px;letter-spacing:.065em}
.hero-inner{grid-template-columns:1.02fr .98fr;gap:46px;align-items:center;padding:76px 0 78px;min-height:650px}
.hero-copy{min-width:0}
.hero-proof{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:-8px;max-width:none;width:100%}
.proof-item{min-height:0;padding:14px 16px;display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:center;font-size:13px;line-height:1.38}
.proof-icon{width:40px;height:40px;border-radius:14px;font-size:20px}
.float-note{top:16px;bottom:auto;left:5%;right:auto;max-width:330px;padding:16px 18px}
.float-note p{line-height:1.45}
.about-team-visual{position:relative;min-height:520px}
.about-team-card{position:absolute;overflow:hidden;border-radius:30px;box-shadow:var(--shadow);border:1px solid rgba(211,173,99,.22);background:#fff}
.about-team-card.main{left:0;top:0;width:58%}
.about-team-card.side{right:0;bottom:0;width:58%}
.about-team-card img{width:100%;height:100%;object-fit:cover;object-position:center top;aspect-ratio:4/5}
.logo-frame{background:linear-gradient(135deg,#fff,#f7f3ec);display:grid;place-items:center;padding:clamp(26px,4vw,54px);min-height:420px}
.logo-frame img{width:min(100%,460px);height:auto;aspect-ratio:auto;object-fit:contain}
.bottom-action-bar{position:fixed;left:14px;right:14px;bottom:12px;z-index:85;display:none;grid-template-columns:1fr 1fr;gap:8px;padding:6px;border-radius:18px;background:rgba(13,23,29,.92);backdrop-filter:blur(14px);border:1px solid rgba(211,173,99,.24);box-shadow:0 18px 46px rgba(0,0,0,.26)}
.bottom-action-item{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:13px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);color:#fff;font-size:12px;letter-spacing:.10em;text-transform:uppercase;line-height:1}
.bottom-action-item span{color:var(--gold-2);font-size:16px;line-height:1}
.bottom-action-item b{font-weight:300;color:#fff;white-space:nowrap}
.bottom-action-item:first-child{background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#111b21;border-color:transparent}
.bottom-action-item:first-child span,.bottom-action-item:first-child b{color:#111b21}

@media (max-width: 980px){
  .hero-inner{grid-template-columns:1fr;gap:28px;padding:56px 0 66px}
  .hero-visual{order:-1;min-height:500px}
  .hero-copy{order:0}
  .hero-proof{order:1;margin-top:4px;grid-template-columns:repeat(3,minmax(0,1fr))}
  .float-note{top:6px;left:0;bottom:auto}
  .footer-grid{grid-template-columns:1fr 1fr}
  .about-team-visual{min-height:500px;max-width:620px;margin-inline:auto}
}
@media (max-width: 760px){
  .footer-grid{grid-template-columns:1fr!important;gap:28px}
  .site-footer{padding-bottom:92px}
  .bottom-action-bar{display:grid}
  body{padding-bottom:66px}
  .cookie{bottom:80px}
  .to-top.visible{bottom:86px}
}
@media (max-width: 640px){
  .hero h1{font-size:28px;line-height:1.14;letter-spacing:.055em}
  .page-hero h1{font-size:27px;line-height:1.16}
  .hero-inner{padding:44px 0 58px;gap:22px}
  .hero-visual{min-height:410px}
  .hero-card.one{top:34px;width:62%}
  .hero-card.two{bottom:18px;width:63%}
  .float-note{top:0;left:0;max-width:255px;padding:13px 14px;border-radius:18px}
  .float-note b{font-size:11px}.float-note p{font-size:12px}
  .hero-proof{grid-template-columns:1fr;margin-top:0}
  .proof-item{grid-template-columns:38px 1fr;padding:13px 14px}
  .proof-icon{width:38px;height:38px;font-size:18px}
  .about-team-visual{min-height:390px;max-width:430px}
  .about-team-card.main{width:63%}
  .about-team-card.side{width:63%}
  .logo-frame{min-height:300px;padding:28px}
  .logo-frame img{width:min(100%,320px)}
}


/* Final Voxern-style corrections */
.hero h1{font-size:clamp(28px,3.15vw,40px)!important;line-height:1.12!important;letter-spacing:.055em!important;max-width:700px!important}
.page-hero h1{font-size:clamp(26px,2.7vw,36px)!important;line-height:1.14!important;letter-spacing:.055em!important;max-width:760px!important}
.hero-inner{grid-template-columns:1.02fr .98fr!important;gap:42px!important;align-items:center!important;padding:72px 0 74px!important;min-height:620px!important}
.hero-visual-wrap{display:grid;gap:16px;align-content:start;min-width:0}
.hero-visual{position:relative;min-height:500px!important;width:100%;order:initial!important}
.hero-visual .hero-card.one{left:0!important;top:26px!important;width:55%!important}
.hero-visual .hero-card.two{right:0!important;bottom:0!important;width:58%!important}
.float-note{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;max-width:none!important;width:100%;padding:16px 18px!important;border-radius:20px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 18px 45px rgba(16,27,34,.16)!important;border:1px solid rgba(211,173,99,.24)!important}
.float-note b{margin-bottom:5px!important}
.float-note p{font-size:13px!important;line-height:1.45!important;color:#56636d!important}
.footer-logo-link{display:inline-flex;align-items:center;text-decoration:none;border:0}
.footer-logo-link img{display:block}

.bottom-action-bar{position:fixed!important;left:50%!important;right:auto!important;bottom:14px!important;transform:translateX(-50%)!important;z-index:95!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;width:min(560px,calc(100% - 24px))!important;padding:6px!important;border-radius:999px!important;background:rgba(16,27,34,.94)!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;border:1px solid rgba(211,173,99,.30)!important;box-shadow:0 18px 48px rgba(0,0,0,.28)!important}
.bottom-action-item{flex:1 1 0!important;min-height:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;padding:0 12px!important;border-radius:999px!important;background:rgba(255,255,255,.07)!important;border:1px solid rgba(255,255,255,.11)!important;color:#fff!important;font-size:12px!important;letter-spacing:.11em!important;text-transform:uppercase!important;line-height:1!important;text-decoration:none!important;white-space:nowrap!important}
.bottom-action-item span{color:var(--gold-2)!important;font-size:15px!important;line-height:1!important}
.bottom-action-item b{font-weight:300!important;color:inherit!important;white-space:nowrap!important}
.bottom-action-item.bottom-primary,.bottom-action-item.bottom-whatsapp{background:linear-gradient(135deg,var(--gold),var(--gold-2))!important;color:#111b21!important;border-color:transparent!important}
.bottom-action-item.bottom-primary span,.bottom-action-item.bottom-whatsapp span{color:#111b21!important}
.site-footer{padding-bottom:104px!important}
.cookie{bottom:82px!important}
.to-top.visible{bottom:86px!important}

@media (max-width:980px){
  .hero-inner{grid-template-columns:1fr!important;gap:24px!important;padding:48px 0 62px!important;min-height:auto!important}
  .hero-copy{order:0!important}
  .hero-visual-wrap{order:1!important;gap:14px!important}
  .hero-proof{order:2!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;margin-top:2px!important}
  .hero-visual{min-height:470px!important}
}
@media (max-width:760px){
  .footer-grid{grid-template-columns:1fr!important;gap:28px!important}
  body{padding-bottom:72px!important}
  .site-footer{padding-bottom:112px!important}
}
@media (max-width:640px){
  .hero h1{font-size:26px!important;line-height:1.13!important}
  .page-hero h1{font-size:24px!important;line-height:1.15!important}
  .hero-inner{padding:40px 0 54px!important;gap:20px!important}
  .hero-visual{min-height:370px!important}
  .hero-visual .hero-card.one{top:18px!important;width:61%!important}
  .hero-visual .hero-card.two{bottom:0!important;width:63%!important}
  .float-note{padding:13px 14px!important;border-radius:18px!important}
  .float-note b{font-size:11px!important}.float-note p{font-size:12px!important}
  .hero-proof{grid-template-columns:1fr!important;margin-top:0!important}
  .bottom-action-bar{bottom:10px!important;width:calc(100% - 18px)!important;gap:4px!important;padding:5px!important}
  .bottom-action-item{min-height:40px!important;padding:0 7px!important;font-size:10.5px!important;letter-spacing:.08em!important;gap:5px!important}
  .bottom-action-item span{font-size:14px!important}
  .cookie{bottom:76px!important}
  .to-top.visible{bottom:78px!important;right:12px!important;width:40px!important;height:40px!important}
}

/* Final requested hero lift + Voxern matching floating bar */
.hero-inner{align-items:start!important;padding:48px 0 66px!important;min-height:570px!important;row-gap:24px!important}
.hero-copy{padding-top:12px!important}
.hero h1{font-size:clamp(27px,3vw,38px)!important;line-height:1.1!important;margin:16px 0 16px!important}
.page-hero h1{font-size:clamp(25px,2.55vw,34px)!important;line-height:1.13!important}
.hero-lead{max-width:720px!important}
.hero-visual-wrap{display:grid!important;gap:14px!important;align-content:start!important;padding-top:0!important;min-width:0!important}
.hero-visual{min-height:440px!important;width:100%!important;position:relative!important}
.hero-visual .hero-card.one{top:0!important;width:55%!important}
.hero-visual .hero-card.two{bottom:0!important;width:58%!important}
.float-note{position:static!important;max-width:none!important;width:100%!important;margin:0!important;padding:15px 18px!important;border-radius:18px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 16px 38px rgba(16,27,34,.16)!important;border:1px solid rgba(211,173,99,.26)!important}
.hero-proof{margin-top:0!important}

.bottom-action-bar{position:fixed!important;left:50%!important;right:auto!important;bottom:14px!important;transform:translateX(-50%)!important;z-index:110!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;width:min(640px,calc(100% - 28px))!important;padding:6px!important;border-radius:999px!important;background:rgba(16,27,34,.95)!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;border:1px solid rgba(211,173,99,.32)!important;box-shadow:0 18px 48px rgba(0,0,0,.30)!important}
.bottom-action-item{min-width:0!important;min-height:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;padding:0 13px!important;border-radius:999px!important;background:rgba(255,255,255,.07)!important;border:1px solid rgba(255,255,255,.12)!important;color:#fff!important;font-size:12px!important;font-weight:300!important;letter-spacing:.10em!important;text-transform:uppercase!important;line-height:1!important;text-decoration:none!important;white-space:nowrap!important;transition:.18s ease!important}
.bottom-action-item:not(.bottom-top){flex:1 1 0!important}
.bottom-action-item span{color:var(--gold-2)!important;font-size:15px!important;line-height:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}
.bottom-action-item b{font-weight:300!important;color:inherit!important;white-space:nowrap!important}
.bottom-action-item:hover{transform:translateY(-1px)!important;background:rgba(255,255,255,.11)!important}
.bottom-action-item.bottom-whatsapp{background:linear-gradient(135deg,var(--gold),var(--gold-2))!important;color:#101b22!important;border-color:transparent!important}
.bottom-action-item.bottom-whatsapp span{color:#101b22!important}
.bottom-action-item.bottom-primary{background:rgba(211,173,99,.16)!important;border-color:rgba(211,173,99,.34)!important;color:#fff!important}
.bottom-action-item.bottom-top{width:42px!important;height:42px!important;min-height:42px!important;flex:0 0 42px!important;padding:0!important;border-radius:50%!important}
.bottom-action-item.bottom-top b{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}
body{padding-bottom:74px!important}.site-footer{padding-bottom:112px!important}.cookie{bottom:86px!important}

@media (max-width:980px){
  .hero-inner{grid-template-columns:1fr!important;gap:20px!important;padding:38px 0 58px!important;min-height:auto!important}
  .hero-copy{order:0!important;padding-top:0!important}
  .hero-visual-wrap{order:1!important;gap:12px!important}
  .hero-proof{order:2!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;margin-top:0!important}
  .hero-visual{min-height:440px!important}
  .bottom-action-bar{width:min(620px,calc(100% - 24px))!important}
}
@media (max-width:640px){
  .hero h1{font-size:25px!important;line-height:1.12!important;margin:13px 0 13px!important}
  .page-hero h1{font-size:23px!important;line-height:1.15!important}
  .hero-inner{padding:34px 0 52px!important;gap:18px!important}
  .hero-visual{min-height:360px!important}
  .hero-visual .hero-card.one{top:0!important;width:61%!important}
  .hero-visual .hero-card.two{bottom:0!important;width:63%!important}
  .float-note{padding:13px 14px!important;border-radius:16px!important}
  .hero-proof{grid-template-columns:1fr!important}
  .bottom-action-bar{bottom:10px!important;width:calc(100% - 16px)!important;gap:4px!important;padding:5px!important}
  .bottom-action-item{min-height:39px!important;padding:0 7px!important;font-size:10px!important;letter-spacing:.07em!important;gap:4px!important}
  .bottom-action-item span{font-size:13px!important}
  .bottom-action-item.bottom-top{width:39px!important;height:39px!important;min-height:39px!important;flex-basis:39px!important}
  body{padding-bottom:68px!important}.site-footer{padding-bottom:106px!important}.cookie{bottom:78px!important}
}

/* Final Voxern identical floating bar, cookie and footer cleanup */
html,body{min-height:100%;overflow-x:hidden}
body{padding-bottom:0!important;background:#fff!important}
.site-footer{margin-bottom:0!important;padding-bottom:100px!important}

.fbar{position:fixed;z-index:70;left:50%;bottom:18px;transform:translateX(-50%);background:var(--navy-2);box-shadow:0 14px 34px -12px rgba(16,27,34,.55);display:flex;border:1px solid rgba(255,255,255,.10);border-radius:100px;overflow:hidden}
.fbar a{display:flex;align-items:center;justify-content:center;gap:7px;padding:9px 18px;color:rgba(255,255,255,.92);font-family:'Raleway',Arial,sans-serif;text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:300;transition:.2s;border-right:1px solid rgba(255,255,255,.1);white-space:nowrap;text-decoration:none;line-height:1.2}
.fbar a:last-child{border-right:none}
.fbar a svg{width:15px;height:15px;flex:none}
.fbar a:hover{background:rgba(255,255,255,.08)}
.fbar a.accent{background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#111b21}
.fbar a.accent:hover{filter:brightness(.97)}
.back-top{position:fixed;right:18px;bottom:28px;z-index:72;width:44px;height:44px;border-radius:50%;background:#fff;color:var(--navy);border:1px solid var(--line);box-shadow:0 14px 34px -16px rgba(16,27,34,.45);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(10px);transition:.25s;text-decoration:none}
.back-top.show{opacity:1;visibility:visible;transform:none}
.back-top:hover{background:var(--gold);color:#111b21;border-color:var(--gold)}
.back-top svg{width:18px;height:18px}
.to-top,.bottom-action-bar{display:none!important}

.cookie{position:fixed;left:20px;right:20px;bottom:20px;z-index:90;max-width:460px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:22px 24px;display:block!important;transform:translateY(160%);transition:transform .5s cubic-bezier(.7,0,.2,1)}
.cookie.show{transform:none}
.cookie h3{font-size:13px;letter-spacing:.12em;color:var(--navy);margin:0 0 9px;font-family:'Raleway',Arial,sans-serif;text-transform:uppercase;font-weight:300}
.cookie p{font-size:12.5px;color:var(--muted);line-height:1.6;margin:0 0 16px}
.cookie p a{color:#8a651e;text-decoration:underline}
.cookie-btns{display:flex;gap:10px;flex-wrap:wrap}
.cookie-btns .btn{flex:1;min-width:120px;padding:12px 18px;font-size:10.5px;white-space:nowrap}
.cookie-btns .btn-secondary{color:var(--navy);border-color:var(--line);background:#fff;box-shadow:none}
.cookie-btns .btn-secondary:hover{background:var(--soft);transform:none}

.quote-box p{text-transform:none!important;font-style:italic!important;letter-spacing:.025em!important}

@media(max-width:768px){
  .site-footer{padding-bottom:86px!important}
  .fbar{left:0;right:0;bottom:0;transform:none;border-radius:0;border:none;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 -8px 24px rgba(16,27,34,.22)}
  .fbar a{flex:1;flex-direction:row;gap:7px;padding:11px 6px;font-size:10px;letter-spacing:.08em}
  .fbar a svg{width:16px;height:16px}
  .back-top{right:14px;bottom:62px;width:40px;height:40px}
  .cookie{bottom:74px}
}
@media(max-width:560px){
  .site-footer{padding-bottom:78px!important}
  .cookie{padding:20px;left:14px;right:14px}
  .cookie-btns .btn{min-width:0}
}
@media(max-width:380px){.fbar a{font-size:9px;padding:11px 4px;gap:5px}.fbar a svg{width:15px;height:15px}}


/* Team heading + legal pages */
.section-head.center.team-head{display:block!important;text-align:center!important;max-width:760px!important;margin-left:auto!important;margin-right:auto!important}
.section-head.center.team-head > div{max-width:760px!important;margin:0 auto!important}
.section-head.center.team-head .section-kicker{justify-content:center!important;text-align:center!important}
.section-head.center.team-head h2{text-align:center!important;margin-left:auto!important;margin-right:auto!important}
.section-head.center.team-head p{max-width:660px!important;margin:14px auto 0!important;text-align:center!important}
.legal-content{max-width:900px!important}
.legal-content .legal-updated{padding:14px 18px;border:1px solid var(--line);border-radius:18px;background:var(--soft);margin-bottom:26px;color:var(--muted)}
.legal-content h2{font-family:'Raleway',Arial,sans-serif;font-size:clamp(22px,2.4vw,30px);font-weight:300;letter-spacing:.06em;text-transform:uppercase;margin:32px 0 12px;color:var(--navy)}
.legal-content h2:first-of-type{margin-top:0}
.legal-content p{font-size:15px;line-height:1.78;color:var(--text);margin:0 0 14px}
.legal-content ul{margin:0 0 18px 20px;color:var(--text)}
.legal-content li{margin:7px 0;line-height:1.65}
.legal-content a{color:#8a651e;text-decoration:underline;text-underline-offset:3px}
@media(max-width:640px){.section-head.center.team-head h2{font-size:25px}.legal-content h2{letter-spacing:.04em}.legal-content p{font-size:14px}}


/* Trust and contact refinements */
.trust-stats .proof-item b{font-size:17px;line-height:1.22;margin-bottom:7px;color:#fff;text-transform:uppercase;letter-spacing:.07em}
.trust-stats .proof-item span{display:block;color:rgba(255,255,255,.72);line-height:1.5}
.cta-contact{align-items:stretch}
.cta-contact .section-kicker{color:var(--gold-2);margin-bottom:12px}
.cta-buttons{display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:flex-end;min-width:300px}
.cta-buttons .btn{white-space:nowrap}
.final-contact{padding-top:0;background:#fff}
.final-contact .cta-band{width:100%}
.person-body .role{margin-bottom:8px;color:#8a651e}
.person-body p{line-height:1.75}
@media(max-width:980px){.cta-contact{display:block}.cta-buttons{justify-content:flex-start;min-width:0;margin-top:22px}}
@media(max-width:560px){.cta-buttons{display:grid;grid-template-columns:1fr}.cta-buttons .btn{width:100%}.trust-stats .proof-item b{font-size:16px}}


/* Corrected section titles and trust statistic cards */
.section-head > div > h2:first-child,
.content-stack > h2:first-child,
.cta-contact h2{
  margin-bottom:0;
}
.section-head > p,
.content-stack > p,
.cta-contact p{
  font-size:16px;
  line-height:1.75;
}
.lead-title{
  display:block;
  color:var(--ink);
  font-size:clamp(18px,2vw,24px);
  line-height:1.35;
  letter-spacing:.035em;
  margin:0 0 10px;
  text-transform:none;
}
.lead-title-light{color:#fff;margin-bottom:8px}
.hero-proof.trust-stats .proof-item{
  display:block!important;
  grid-template-columns:none!important;
  padding:22px 24px!important;
  min-height:126px!important;
  overflow:hidden!important;
}
.hero-proof.trust-stats .proof-item b{
  display:block!important;
  color:#fff!important;
  font-size:clamp(19px,1.55vw,24px)!important;
  line-height:1.16!important;
  letter-spacing:.035em!important;
  text-transform:none!important;
  margin:0 0 10px!important;
  max-width:100%!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
}
.hero-proof.trust-stats .proof-item span{
  display:block!important;
  font-size:14.5px!important;
  line-height:1.48!important;
  color:rgba(255,255,255,.76)!important;
}
@media(max-width:980px){
  .hero-proof.trust-stats .proof-item{min-height:118px!important;padding:18px 18px!important}
  .hero-proof.trust-stats .proof-item b{font-size:18px!important}
  .hero-proof.trust-stats .proof-item span{font-size:13.5px!important}
}
@media(max-width:640px){
  .hero-proof.trust-stats .proof-item{min-height:0!important;padding:17px 18px!important}
  .hero-proof.trust-stats .proof-item b{font-size:20px!important}
}

/* Hero image position swap every 4 seconds */
.hero-visual .hero-card{
  transition:left 1.25s ease-in-out, right 1.25s ease-in-out, top 1.25s ease-in-out, bottom 1.25s ease-in-out, width 1.25s ease-in-out, transform 1.25s ease-in-out, box-shadow 1.25s ease-in-out!important;
  will-change:left,right,top,bottom,width;
}
.hero-visual .hero-card.one{z-index:2!important}
.hero-visual .hero-card.two{z-index:3!important}
.hero-visual.is-swapped .hero-card.one{
  left:auto!important;
  right:0!important;
  top:auto!important;
  bottom:0!important;
  width:58%!important;
  z-index:3!important;
}
.hero-visual.is-swapped .hero-card.two{
  left:0!important;
  right:auto!important;
  top:0!important;
  bottom:auto!important;
  width:55%!important;
  z-index:2!important;
}
@media(max-width:640px){
  .hero-visual.is-swapped .hero-card.one{width:63%!important}
  .hero-visual.is-swapped .hero-card.two{width:61%!important}
}
@media(prefers-reduced-motion: reduce){
  .hero-visual .hero-card{transition:none!important}
}


/* Final client corrections: section titles, team tags, footer contact buttons */
.section-head .section-kicker,
.content-stack .section-kicker,
.cta-contact .section-kicker{
  font-size:11px!important;
  letter-spacing:.16em!important;
  color:var(--gold)!important;
  margin-bottom:10px!important;
}
.section-head h2,
.content-stack h2,
.cta-contact h2{
  color:var(--navy);
}
.dark .section-head h2{color:#fff!important}
.team-head p strong{
  display:block;
  color:var(--navy);
  font-size:clamp(18px,2vw,23px);
  line-height:1.35;
  letter-spacing:.035em;
  font-weight:300;
  margin-bottom:10px;
}
.person-card .badge-row{display:none!important}
.footer-actions{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-top:16px;
}
.footer-contact .footer-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:10px 10px;
  border-radius:999px;
  border:1px solid rgba(211,173,99,.30);
  background:rgba(255,255,255,.06);
  color:#fff;
  font-size:11px;
  letter-spacing:.10em;
  text-transform:uppercase;
  line-height:1;
  text-decoration:none;
  white-space:nowrap;
}
.footer-contact .footer-actions a:first-child{
  background:linear-gradient(135deg,var(--gold),var(--gold-2));
  color:#111b21;
  border-color:transparent;
}
.footer-contact .footer-actions a:hover{
  background:rgba(255,255,255,.12);
  color:#fff;
}
.footer-contact .footer-actions a:first-child:hover{
  color:#111b21;
  filter:brightness(.97);
}
.final-contact .cta-band,
.cta-contact{
  align-items:center;
}
@media(max-width:560px){
  .footer-actions{grid-template-columns:1fr;max-width:260px}
}


/* Final contact CTA visibility and inline contact buttons */
.cta-contact h2{
  color:#fff!important;
}
.cta-contact p{
  color:rgba(255,255,255,.72)!important;
}
.cta-contact .section-kicker{
  color:var(--gold-2)!important;
}
.cta-contact .cta-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  justify-content:flex-end;
  min-width:360px;
  margin-top:0;
}
.cta-contact .cta-buttons .btn{
  margin-top:0!important;
  white-space:nowrap;
}
@media(max-width:980px){
  .cta-contact .cta-buttons{
    justify-content:flex-start;
    min-width:0;
    margin-top:22px;
  }
}
@media(max-width:560px){
  .cta-contact .cta-buttons{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
  }
  .cta-contact .cta-buttons .btn{
    width:100%;
  }
}

/* Footer Voxern credit links */
.footer-credit{white-space:nowrap}
.footer-credit a{color:rgba(255,255,255,.84);text-decoration:none}
.footer-credit a:hover{color:#fff}
@media (max-width:720px){.footer-credit{display:block;margin-top:8px;white-space:normal}}
