:root{
  --navy:#06152f;--navy2:#0b254b;--ink:#07142d;--white:#fff;--cream:#fbf7ef;--gold:#f7b82f;--gold2:#ffd166;--orange:#ff7a1a;--purple:#37257d;--muted:#5d6b82;--line:rgba(7,20,45,.12);--shadow:0 28px 70px rgba(5,18,40,.20);--hero-image:url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2200&q=90')
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Manrope',system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:var(--cream)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1440px,calc(100% - 72px));margin:0 auto}.site-nav{position:absolute;top:0;left:0;width:100%;z-index:20;color:#fff}.nav-inner{height:96px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand{display:flex;align-items:center;gap:.85rem;font-weight:900}.brand-crown{width:46px;height:46px;border-radius:14px;background:rgba(255,255,255,.13);display:grid;place-items:center;color:var(--gold);box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)}.brand strong{display:block;font-family:'Marcellus',serif;font-size:1.45rem;letter-spacing:.02em}.brand small{display:block;text-transform:uppercase;letter-spacing:.24em;font-size:.72rem;color:rgba(255,255,255,.84)}.desktop-links{display:flex;align-items:center;gap:2rem;font-weight:900;text-transform:uppercase;font-size:.88rem}.desktop-links a{color:rgba(255,255,255,.92)}.nav-cta{background:var(--gold);color:#08152c!important;padding:1rem 1.35rem;border-radius:5px;box-shadow:0 12px 30px rgba(247,184,47,.35)}.menu-toggle{display:none;width:48px;height:48px;border:0;border-radius:12px;background:rgba(255,255,255,.13);color:#fff;font-size:1.2rem}.mobile-panel{display:none;background:rgba(5,15,32,.96);padding:1rem 2rem}.mobile-panel a{display:block;color:#fff;padding:1rem 0;font-weight:900;text-transform:uppercase;border-top:1px solid rgba(255,255,255,.1)}
.hero-full{min-height:100vh;background-image:linear-gradient(90deg,rgba(3,14,34,.96) 0%,rgba(5,22,48,.82) 36%,rgba(5,22,48,.34) 68%,rgba(3,14,34,.18) 100%),var(--hero-image);background-size:cover;background-position:center;position:relative;color:#fff;display:flex;align-items:center;padding:118px 0 72px;overflow:hidden}.hero-full:after{content:"";position:absolute;inset:auto 0 0;height:150px;background:linear-gradient(0deg,rgba(6,21,47,.75),transparent);pointer-events:none}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 470px;gap:5rem;align-items:end}.hero-content{max-width:780px;padding-top:2rem}.eyebrow{margin:0 0 1rem;text-transform:uppercase;letter-spacing:.24em;font-weight:1000;color:var(--gold);font-size:1rem}.eyebrow.dark{color:#a26716}.hero-content h1{font-family:'Oswald','Impact',sans-serif;text-transform:uppercase;font-size:clamp(4.2rem,8vw,9.4rem);line-height:.92;letter-spacing:.015em;margin:0;text-shadow:0 8px 32px rgba(0,0,0,.34)}.script-line{font-family:'Cormorant Garamond',Georgia,serif;font-style:italic;font-size:clamp(2.5rem,5vw,5.4rem);line-height:1;margin:.75rem 0 1rem;color:var(--gold);position:relative;display:inline-block}.script-line:after{content:"";height:4px;background:var(--gold);position:absolute;left:0;right:0;bottom:-4px;transform:rotate(-2deg)}.hero-text{font-size:1.25rem;line-height:1.65;max-width:620px;color:rgba(255,255,255,.93);font-weight:650}.hero-actions{display:flex;align-items:center;gap:1.6rem;flex-wrap:wrap;margin-top:2rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;border:0;border-radius:5px;padding:1.12rem 1.65rem;font-weight:1000;text-transform:uppercase;letter-spacing:.02em;cursor:pointer;transition:.2s ease}.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#08152c;box-shadow:0 22px 40px rgba(247,184,47,.28)}.btn-gold:hover{transform:translateY(-3px)}.btn-dark{background:#07142d;color:#fff}.video-link{font-weight:1000;text-transform:uppercase;border-bottom:3px solid var(--gold);padding:.75rem 0;color:#fff}.video-link i{margin-left:.45rem}.hero-form-card{align-self:end;background:linear-gradient(145deg,rgba(20,22,93,.96),rgba(55,37,125,.94));border:1px solid rgba(255,255,255,.18);border-radius:14px;padding:2rem;box-shadow:var(--shadow);backdrop-filter:blur(10px)}.hero-form-card h2,.side-optin h2{font-family:'Oswald',sans-serif;font-size:2.25rem;line-height:1;margin:0 0 .6rem;color:#fff;text-align:center}.hero-form-card p{margin:0 0 1.35rem;text-align:center;color:rgba(255,255,255,.9)}.hero-form-card form{display:grid;gap:.8rem}.hero-form-card label{position:relative}.hero-form-card label i{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#0a1a38}.hero-form-card input,.hero-form-card select,.side-optin input,.side-optin select{width:100%;border:0;border-radius:5px;padding:1.05rem 1rem;background:#fff;color:#08152c;font:inherit}.hero-form-card input{padding-left:3rem}.hero-form-card button,.side-optin button{width:100%;border:0;background:linear-gradient(135deg,var(--gold),var(--gold2));color:#07142d;border-radius:5px;padding:1.08rem 1.2rem;font-weight:1000;text-transform:uppercase;cursor:pointer}.hero-form-card small{display:block;text-align:center;margin-top:1rem;color:rgba(255,255,255,.86)}
.feature-strip{background:linear-gradient(90deg,#06152f,#0d2c59);color:#fff}.strip-grid{display:grid;grid-template-columns:repeat(4,1fr)}.strip-grid article{display:flex;gap:1.2rem;align-items:flex-start;padding:2rem 1.5rem;border-right:1px solid rgba(255,255,255,.18)}.strip-grid article:last-child{border-right:0}.strip-grid i{font-size:2rem;color:var(--gold);width:56px;height:56px;border:3px solid var(--gold);border-radius:50%;display:grid;place-items:center;flex:0 0 56px}.strip-grid h3{margin:0 0 .45rem;font-size:1.15rem;text-transform:uppercase}.strip-grid p{margin:0;color:rgba(255,255,255,.82);line-height:1.6}.intro-section{padding:70px 0;background:linear-gradient(180deg,#fff,#f4f7fb)}.intro-grid{display:grid;grid-template-columns:minmax(520px,720px) minmax(320px,1fr) 420px;gap:2.2rem;align-items:center}.image-card{width:100%;min-height:430px;border-radius:22px;overflow:hidden;box-shadow:0 25px 60px rgba(7,20,45,.22);background:#07142d}.image-card-bg{height:100%;min-height:430px;background-image:var(--hero-image);background-size:cover;background-position:center}.intro-copy h2,.section-head h2,.cta-ribbon h2,.social-inner h2{font-family:'Oswald',sans-serif;font-size:clamp(2.3rem,4vw,4rem);line-height:1.05;margin:.2rem 0 1rem}.intro-copy p{font-size:1.08rem;line-height:1.7;color:#30415d}.stat-row{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:1.7rem}.stat-row div{display:flex;align-items:center;gap:.8rem;border-right:1px solid var(--line);padding-right:1.4rem}.stat-row div:last-child{border-right:0}.stat-row i{font-size:2rem;color:#0d2c59}.stat-row strong{font-size:2rem;font-family:'Oswald';display:block}.stat-row span{display:block;font-size:.78rem;color:#30415d}.side-optin{background:linear-gradient(145deg,#131466,#4a3195);border-radius:12px;padding:2rem;box-shadow:var(--shadow);color:#fff}.side-optin p{text-align:center;color:rgba(255,255,255,.85)}.side-optin form{display:grid;gap:.8rem}.success{background:#ecfdf3;color:#14532d;border:1px solid #bbf7d0;padding:1rem;border-radius:8px;margin-bottom:1rem;font-weight:900}.framework-section{padding:84px 0;background:#fff}.centered{text-align:center;max-width:850px;margin:0 auto 2.5rem}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.card-grid article{background:#fff;border:1px solid var(--line);border-radius:16px;padding:2rem;box-shadow:0 18px 46px rgba(7,20,45,.08);position:relative;overflow:hidden}.card-grid article.featured{background:linear-gradient(145deg,#07142d,#0d2c59);color:#fff;transform:translateY(-12px)}.card-grid span{font-family:'Oswald';font-size:4.4rem;line-height:.8;color:rgba(247,184,47,.28);font-weight:900}.card-grid i{font-size:2rem;color:var(--gold);margin:1rem 0}.card-grid h3{font-size:1.6rem;margin:.3rem 0;text-transform:uppercase}.card-grid p{color:#4f6079;line-height:1.65}.card-grid .featured p{color:rgba(255,255,255,.78)}.cta-ribbon{background:linear-gradient(135deg,var(--gold),var(--orange));color:#07142d;padding:50px 0}.ribbon-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.cta-ribbon .eyebrow{color:#07142d}.social-band{padding:54px 0;background:#f4f7fb}.social-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.social-icons{display:flex;flex-wrap:wrap;gap:.8rem}.social-icons a{width:58px;height:58px;border-radius:50%;background:#07142d;color:#fff;display:grid;place-items:center;font-size:1.25rem;box-shadow:0 14px 28px rgba(7,20,45,.15);transition:.2s}.social-icons a:hover{transform:translateY(-4px);background:var(--gold);color:#07142d}.site-footer{background:#06152f;color:#fff;padding:58px 0 28px}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;text-align:center;justify-items:center}.footer-grid-clean{max-width:760px}.footer-links,.legal-links{display:none}.copyright{color:rgba(255,255,255,.62)}.footer-brand small{color:rgba(255,255,255,.7)}.modal{display:none;position:fixed;z-index:1000;inset:0;background:rgba(3,14,34,.82);overflow-y:auto;padding:24px}.modal-content{background:#fff;margin:5vh auto;padding:2rem;border-radius:16px;width:min(860px,100%);box-shadow:var(--shadow)}.modal-close{float:right;border:0;background:#07142d;color:#fff;border-radius:50%;width:42px;height:42px;font-size:1.5rem;cursor:pointer}.page-hero{position:relative;padding:170px 0 96px;background-image:linear-gradient(90deg,rgba(3,14,34,.94),rgba(7,20,45,.74),rgba(7,20,45,.30)),var(--hero-image);background-size:cover;background-position:center;color:#fff;overflow:hidden}.page-hero:after{content:"";position:absolute;inset:auto 0 0;height:120px;background:linear-gradient(0deg,rgba(6,21,47,.65),transparent)}.page-hero .container{position:relative;z-index:1}.page-hero .eyebrow{color:var(--gold)}.page-hero h1{font-family:'Oswald';font-size:clamp(3.4rem,8vw,7rem);line-height:.96;margin:.3rem 0;text-transform:uppercase;letter-spacing:.01em;text-shadow:0 12px 35px rgba(0,0,0,.32)}.page-main{padding:70px 0}.content-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:clamp(1.4rem,4vw,3rem);box-shadow:0 24px 70px rgba(7,20,45,.12);position:relative;overflow:hidden}.content-card:before{content:"";position:absolute;inset:0 0 auto;height:7px;background:linear-gradient(90deg,var(--gold),var(--orange),var(--purple))}.page-content p{color:#30415d;line-height:1.8}.not-found{min-height:100vh;display:grid;place-items:center;text-align:center}.not-found h1{font-family:'Oswald';font-size:8rem;margin:0}.welcome-page{min-height:100vh;background:linear-gradient(135deg,#fff,#eef3fb);padding-top:90px}.welcome-hero{padding:70px 0}.welcome-card{background:#fff;border-radius:18px;box-shadow:var(--shadow);padding:clamp(1.5rem,4vw,3rem);display:grid;grid-template-columns:.9fr 1.1fr;gap:2rem}.welcome-badge{width:70px;height:70px;background:linear-gradient(135deg,var(--gold),var(--orange));border-radius:16px;display:grid;place-items:center;font-size:2rem;color:#07142d}.welcome-copy h1{font-family:'Oswald';font-size:clamp(3rem,6vw,6rem);line-height:1;margin:1rem 0}.email-pill{display:inline-flex;gap:.5rem;align-items:center;background:#f5f7fb;padding:.85rem 1rem;border-radius:999px;font-weight:900;word-break:break-all}.instruction-panel{background:#07142d;color:#fff;border-radius:16px;padding:1.5rem}.instruction-panel h2{font-family:'Oswald';font-size:2.5rem;margin:0 0 1rem}.safe-steps{display:grid;gap:.8rem}.safe-step{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:1rem}.safe-step strong{display:flex;gap:.55rem;color:var(--gold);margin-bottom:.35rem}.safe-step p{margin:0;color:rgba(255,255,255,.8)}.welcome-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1rem}.btn-secondary{background:#fff;color:#07142d}
@media(max-width:1240px){.intro-grid{grid-template-columns:minmax(480px,1.15fr) minmax(320px,.85fr);}.side-optin{grid-column:1/-1}.image-card{min-height:400px}.image-card-bg{min-height:400px}}
@media(max-width:1120px){.hero-grid{grid-template-columns:1fr;align-items:start}.hero-form-card{max-width:560px}.intro-grid{grid-template-columns:1fr 1fr}.image-card{min-height:360px}.image-card-bg{min-height:360px}.side-optin{grid-column:1/-1}.strip-grid{grid-template-columns:repeat(2,1fr)}.strip-grid article:nth-child(2){border-right:0}.card-grid{grid-template-columns:1fr}.card-grid article.featured{transform:none}.welcome-card{grid-template-columns:1fr}}
@media(max-width:760px){.container{width:min(100% - 28px,1440px)}.desktop-links{display:none}.menu-toggle{display:grid;place-items:center}.mobile-panel.open{display:block}.nav-inner{height:76px}.brand strong{font-size:1rem}.brand small{font-size:.55rem}.hero-full{min-height:100svh;padding:96px 0 36px;background-position:center}.hero-content h1{font-size:clamp(3.3rem,16vw,5.4rem)}.script-line{font-size:clamp(2.2rem,11vw,3.6rem)}.hero-text{font-size:1.05rem}.hero-actions,.ribbon-inner,.social-inner{align-items:flex-start;flex-direction:column}.btn,.video-link{width:100%}.hero-form-card{padding:1.2rem}.feature-strip{margin-top:0}.strip-grid{grid-template-columns:1fr}.strip-grid article{border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}.intro-grid{grid-template-columns:1fr}.image-card{height:auto;min-height:280px;max-width:100%}.image-card-bg{min-height:280px}.stat-row{display:grid}.stat-row div{border-right:0}.footer-grid{grid-template-columns:1fr}.hero-form-card h2,.side-optin h2{font-size:1.9rem}}

/* =========================================================
   RESPONSIVE + HOMEPAGE IMAGE FIX UPDATE
   Makes the full website mobile-friendly and prevents the
   intro image from cropping the uploaded hero artwork.
   ========================================================= */
html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
.container { max-width: 1440px; }

/* Make intro image much wider on desktop and show the full uploaded graphic */
.intro-section { padding: clamp(48px, 7vw, 96px) 0; }
.intro-grid {
    grid-template-columns: minmax(0, 1.55fr) minmax(360px, .85fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}
.intro-grid .side-optin {
    grid-column: 1 / -1;
    max-width: 860px;
    margin: 1.5rem auto 0;
    width: 100%;
}
.image-card {
    width: 100%;
    max-width: none;
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-radius: clamp(16px, 2vw, 28px);
    background: #07142d;
}
.image-card-bg {
    width: 100%;
    height: 100%;
    min-height: 0;
    background-image: var(--hero-image);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.intro-copy { min-width: 0; }
.intro-copy h2 { overflow-wrap: anywhere; }

/* Better stat wrapping */
.stat-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}
.stat-row div {
    border-right: 1px solid var(--line);
    padding-right: 1rem;
    min-width: 0;
}
.stat-row span { line-height: 1.35; }

/* Site-wide responsive media */
@media (max-width: 1180px) {
    .container { width: min(100% - 40px, 1180px); }
    .intro-grid { grid-template-columns: 1fr; }
    .intro-copy { max-width: 900px; }
    .side-optin { max-width: 760px; }
    .hero-grid, .welcome-card { grid-template-columns: 1fr; }
    .hero-form-card { width: 100%; max-width: 620px; }
}

@media (max-width: 900px) {
    .container { width: min(100% - 28px, 900px); }
    .site-nav { position: absolute; }
    .nav-inner { height: 74px; }
    .desktop-links { display: none !important; }
    .menu-toggle { display: grid !important; place-items: center; }
    .mobile-panel.open { display: block; }
    .brand strong { font-size: 1rem; }
    .brand small { font-size: .55rem; letter-spacing: .16em; }
    .brand-crown { width: 40px; height: 40px; border-radius: 12px; }

    .hero-full {
        min-height: auto;
        padding: 100px 0 42px;
        background-position: center top;
    }
    .hero-content h1 {
        font-size: clamp(3.25rem, 14vw, 5.5rem);
        line-height: .92;
    }
    .script-line { font-size: clamp(2.25rem, 10vw, 3.8rem); }
    .hero-text { font-size: 1.05rem; }
    .hero-actions, .ribbon-inner, .social-inner, .welcome-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .btn, .video-link, .full-btn { width: 100%; justify-content: center; text-align: center; }

    .strip-grid { grid-template-columns: 1fr; }
    .strip-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); padding: 1.45rem 0; }
    .strip-grid article:last-child { border-bottom: 0; }

    .intro-section { padding: 42px 0; }
    .intro-grid { gap: 1.7rem; }
    .image-card { aspect-ratio: 16 / 10; border-radius: 18px; }
    .intro-copy h2, .section-head h2, .cta-ribbon h2, .social-inner h2 {
        font-size: clamp(2.45rem, 12vw, 4rem);
        line-height: .98;
    }
    .intro-copy p { font-size: 1rem; }
    .stat-row { grid-template-columns: 1fr; gap: .8rem; }
    .stat-row div {
        border-right: 0;
        border-bottom: 1px solid var(--line);
        padding: 0 0 .9rem;
    }
    .stat-row div:last-child { border-bottom: 0; padding-bottom: 0; }

    .card-grid { grid-template-columns: 1fr; }
    .card-grid article.featured { transform: none; }
    .side-optin, .hero-form-card { padding: 1.25rem; }
    .site-footer { padding: 42px 0 24px; }

    .page-hero { padding: 118px 0 68px; }
    .page-hero h1 { font-size: clamp(3rem, 15vw, 5.4rem); }
    .page-main { padding: 42px 0; }
    .content-card { border-radius: 16px; }
}

@media (max-width: 520px) {
    .container { width: calc(100% - 22px); }
    .hero-full { padding-top: 88px; }
    .image-card { aspect-ratio: 4 / 3; }
    .image-card-bg { background-size: contain; }
    .strip-grid article { gap: .9rem; }
    .strip-grid i { width: 48px; height: 48px; flex-basis: 48px; font-size: 1.45rem; }
    .social-icons a { width: 50px; height: 50px; }
    input, select, textarea, button { font-size: 16px; }
}

/* FINAL RESPONSIVE + SOCIAL ICON FIX */
.image-card {
    width: 100%;
    max-width: none;
    aspect-ratio: 16 / 9;
    min-height: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #07142d;
    overflow: hidden;
}
.image-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}
.intro-grid {
    grid-template-columns: minmax(620px, 1.75fr) minmax(360px, .95fr) !important;
    gap: clamp(2rem, 4vw, 4rem) !important;
    align-items: center;
}
.intro-grid .side-optin {
    grid-column: 1 / -1;
}
.social-icons a {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: linear-gradient(145deg, #081120, #10294d);
    color: #fff;
    border: 1px solid rgba(245,185,66,.28);
    font-size: 1.45rem;
}
.social-icons a:hover {
    background: linear-gradient(135deg, #f5b942, #ffcc67);
    color: #081120;
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 18px 40px rgba(245,185,66,.35);
}
@media (max-width: 1200px) {
    .intro-grid { grid-template-columns: 1fr !important; }
    .image-card { aspect-ratio: 16 / 9; }
    .intro-copy { max-width: 920px; }
}
@media (max-width: 760px) {
    html, body { overflow-x: hidden; }
    .container { width: calc(100% - 24px) !important; }
    .site-shell, .home-shell, main, section { max-width: 100%; overflow-x: hidden; }
    .hero-grid, .intro-grid, .strip-grid, .card-grid, .welcome-card { grid-template-columns: 1fr !important; }
    .hero-full { min-height: auto !important; padding: 92px 0 36px !important; }
    .hero-content h1 { font-size: clamp(3rem, 15vw, 5rem) !important; }
    .hero-form-card, .side-optin { width: 100%; max-width: 100%; box-sizing: border-box; }
    .image-card { aspect-ratio: 16 / 10; border-radius: 18px; }
    .intro-copy h2 { font-size: clamp(2.7rem, 13vw, 4.4rem) !important; }
    .stat-row { grid-template-columns: 1fr !important; }
    .social-icons { width: 100%; justify-content: center; }
    .social-icons a { width: 54px; height: 54px; border-radius: 16px; }
}
@media (max-width: 460px) {
    .image-card { aspect-ratio: 4 / 3; }
    .hero-actions { gap: .7rem; }
    .brand strong { font-size: .88rem !important; }
    .brand small { display: none; }
}


/* CEO PATCH V2: force homepage hero headline to fit mobile */
@media (max-width: 768px) {
  body .hero h1,
  body .hero-title,
  body .hero-headline,
  body .main-hero h1,
  body .home-hero h1,
  body .site-hero h1,
  body .landing-hero h1,
  body .premium-hero h1,
  body .hero-copy h1,
  body header h1 {
    font-size: clamp(30px, 9vw, 54px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.045em !important;
    max-width: 100% !important;
    width: 100% !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    text-wrap: balance !important;
  }

  body .hero,
  body .main-hero,
  body .home-hero,
  body .site-hero,
  body .landing-hero,
  body .premium-hero,
  body header {
    overflow-x: hidden !important;
  }
}

@media (max-width: 420px) {
  body .hero h1,
  body .hero-title,
  body .hero-headline,
  body .main-hero h1,
  body .home-hero h1,
  body .site-hero h1,
  body .landing-hero h1,
  body .premium-hero h1,
  body .hero-copy h1,
  body header h1 {
    font-size: clamp(26px, 8.4vw, 40px) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.055em !important;
  }
}

.ceo-footer-legal-menu {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px 22px !important;
  margin-top: 18px !important;
}
.ceo-footer-legal-menu a {
  color: inherit !important;
  text-decoration: none !important;
  font-weight: 800 !important;
}
.ceo-footer-legal-menu a:hover {
  color: #f5b942 !important;
}