/* Full Circle V11 — stable service-page system */
:root{
  --fc-blue:#0f73dc;
  --fc-blue-2:#218cf0;
  --fc-sky:#eaf6ff;
  --fc-ink:#10233f;
  --fc-text:#526984;
  --fc-line:#cfe3f7;
  --fc-green:#13b963;
  --fc-white:#fff;
  --fc-shadow:0 22px 65px rgba(14,65,112,.13);
  --fc-radius:26px;
}
html{scroll-behavior:smooth}
body.fc-v11{overflow-x:hidden;background:#fff;color:var(--fc-ink)}
body.fc-v11 main{display:block;min-height:60vh}
body.fc-v11 img{max-width:100%}
.fc-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.fc-section{padding:88px 0}
.fc-section--soft{background:linear-gradient(180deg,#f8fcff 0%,#edf7ff 100%)}
.fc-eyebrow{margin:0 0 13px;color:var(--fc-blue);font:800 .78rem/1.2 Manrope,sans-serif;letter-spacing:.15em;text-transform:uppercase}
.fc-section-title{max-width:780px;margin:0;color:var(--fc-ink);font:800 clamp(2.25rem,4vw,4.5rem)/.98 "Barlow Condensed",sans-serif;letter-spacing:-.025em}
.fc-section-lead{max-width:760px;margin:20px 0 0;color:var(--fc-text);font:500 1.04rem/1.8 Manrope,sans-serif}

/* Header: clean blue-white, useful chips, strong call action */
body.fc-v11 .trust-strip{background:var(--fc-blue);border:0;color:#fff}
body.fc-v11 .trust-strip__track{min-height:42px;justify-content:flex-end;gap:9px;padding-block:5px}
body.fc-v11 .trust-strip__track .fc-top-chip{display:inline-flex;align-items:center;gap:8px;padding:7px 13px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(255,255,255,.09);color:#fff;font-size:.72rem;font-weight:800;white-space:nowrap}
body.fc-v11 .trust-strip__track .fc-top-chip i{font-size:.74rem}
body.fc-v11 .trust-strip__track .fc-top-chip--call{background:#fff;color:var(--fc-blue);border-color:#fff}
body.fc-v11 .main-nav{background:#fff}
body.fc-v11 .main-nav__inner{min-height:104px;gap:18px}
body.fc-v11 .header-seal{width:78px!important;height:78px!important;min-width:78px!important;min-height:78px!important;flex-basis:78px!important;padding:4px!important;box-shadow:0 12px 30px rgba(15,115,220,.16),0 0 0 4px #e8f5ff!important}
body.fc-v11 .header-seal img{object-fit:contain!important;background:transparent!important}
body.fc-v11 .brand{gap:14px;min-width:292px}
body.fc-v11 .brand-copy strong{color:var(--fc-blue);font-size:1.42rem;line-height:.95;text-transform:none}
body.fc-v11 .brand-copy span{color:var(--fc-ink);font-size:1.08rem;line-height:1;font-weight:900;letter-spacing:.025em}
body.fc-v11 .brand-copy small{margin-top:6px;color:#6b8199;font-size:.69rem}
body.fc-v11 .desktop-nav{gap:1px}
body.fc-v11 .nav-link{padding:12px 9px;font-size:.72rem;letter-spacing:.045em}
body.fc-v11 .header-cta{min-height:48px;padding:0 17px;border-radius:15px;background:var(--fc-blue);box-shadow:0 12px 28px rgba(15,115,220,.24);white-space:nowrap}
body.fc-v11 .header-cta:hover{background:#0a63c3;transform:translateY(-1px)}
body.fc-v11 .header-cta i{font-size:.9rem}
body.fc-v11 .language-switch{white-space:nowrap}

/* Hero, inspired by strong service-company hierarchy without copying */
.fc-service-hero{position:relative;overflow:hidden;padding:74px 0 76px;background:
  linear-gradient(rgba(26,132,226,.075) 1px,transparent 1px),
  linear-gradient(90deg,rgba(26,132,226,.075) 1px,transparent 1px),
  radial-gradient(circle at 88% 12%,rgba(72,176,255,.26),transparent 34%),
  linear-gradient(135deg,#fbfdff 0%,#edf7ff 100%);
  background-size:46px 46px,46px 46px,auto,auto;
}
.fc-service-hero__grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:58px;align-items:center}
.fc-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:26px;color:#7890aa;font-size:.77rem}
.fc-breadcrumbs a{color:var(--fc-blue);font-weight:700}
.fc-hero-kicker{display:inline-flex;align-items:center;gap:9px;margin-bottom:23px;padding:10px 14px;border:1px solid #bfddf7;border-radius:999px;background:rgba(255,255,255,.9);color:var(--fc-blue);font-size:.72rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;box-shadow:0 10px 30px rgba(31,109,179,.08)}
.fc-hero-kicker::before{content:"";width:9px;height:9px;border-radius:50%;background:var(--fc-green);box-shadow:0 0 0 5px rgba(19,185,99,.13)}
.fc-service-hero h1{max-width:780px;margin:0;color:var(--fc-ink);font:800 clamp(3.5rem,6vw,6.7rem)/.88 "Barlow Condensed",sans-serif;letter-spacing:-.04em}
.fc-service-hero__lead{max-width:690px;margin:24px 0 0;color:var(--fc-text);font:500 1.08rem/1.75 Manrope,sans-serif}
.fc-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.fc-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:0 20px;border:1px solid transparent;border-radius:15px;font:800 .82rem/1 Manrope,sans-serif;letter-spacing:.03em;text-transform:uppercase;transition:.2s ease}
.fc-btn:hover{transform:translateY(-2px)}
.fc-btn--primary{background:var(--fc-blue);color:#fff;box-shadow:0 14px 30px rgba(15,115,220,.25)}
.fc-btn--whatsapp{background:var(--fc-green);color:#fff;box-shadow:0 14px 30px rgba(19,185,99,.2)}
.fc-btn--light{background:#fff;color:var(--fc-ink);border-color:#c9def2}
.fc-hero-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}
.fc-hero-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid #c8e0f5;border-radius:999px;background:rgba(255,255,255,.8);color:#38526f;font-size:.75rem;font-weight:800}
.fc-hero-chip i{color:var(--fc-blue)}
.fc-hero-media{position:relative;padding:15px;border:1px solid #bcdcf7;border-radius:30px;background:rgba(255,255,255,.75);box-shadow:var(--fc-shadow)}
.fc-hero-media img{display:block;width:100%;height:480px;border-radius:20px;object-fit:cover;object-position:center}
.fc-hero-media__badge{position:absolute;left:-25px;bottom:26px;display:flex;align-items:center;gap:12px;max-width:300px;padding:15px 18px;border-radius:17px;background:#fff;box-shadow:0 18px 45px rgba(14,65,112,.2)}
.fc-hero-media__badge i{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#e9f5ff;color:var(--fc-blue);font-size:1.15rem}
.fc-hero-media__badge strong{display:block;font-size:.84rem}
.fc-hero-media__badge span{display:block;margin-top:3px;color:#6a7f96;font-size:.7rem;line-height:1.4}

/* Feature strip/chips based on service-site usability patterns */
.fc-benefit-strip{position:relative;z-index:2;margin-top:-28px}
.fc-benefit-strip__grid{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid #cce2f6;border-radius:22px;background:#fff;box-shadow:0 18px 48px rgba(14,65,112,.11)}
.fc-benefit{display:flex;align-items:center;gap:13px;padding:22px 19px;border-right:1px solid #e1edf8}
.fc-benefit:last-child{border-right:0}
.fc-benefit i{display:grid;place-items:center;width:44px;height:44px;min-width:44px;border-radius:14px;background:#eaf6ff;color:var(--fc-blue);font-size:1rem}
.fc-benefit strong{display:block;font-size:.83rem}
.fc-benefit small{display:block;margin-top:3px;color:#72869c;font-size:.69rem;line-height:1.35}

/* Centrally aligned, readable service content */
.fc-overview-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:68px;align-items:start;margin-top:44px}
.fc-overview-copy{max-width:520px}
.fc-overview-copy p{margin:0 0 18px;color:var(--fc-text);font-size:1rem;line-height:1.85}
.fc-scope-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.fc-scope-card{min-height:190px;padding:25px;border:1px solid #d4e6f7;border-radius:21px;background:#fff;box-shadow:0 12px 38px rgba(14,65,112,.07);transition:.2s ease}
.fc-scope-card:hover{transform:translateY(-4px);box-shadow:0 20px 48px rgba(14,65,112,.12)}
.fc-scope-card i{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:linear-gradient(145deg,#e9f6ff,#d9edff);color:var(--fc-blue);font-size:1.05rem}
.fc-scope-card h3{margin:18px 0 8px;color:var(--fc-ink);font-size:1.02rem;line-height:1.3}
.fc-scope-card p{margin:0;color:#657b92;font-size:.83rem;line-height:1.65}
.fc-note{display:flex;gap:14px;margin-top:28px;padding:20px;border:1px solid #cfe5f7;border-radius:18px;background:#f0f9ff;color:#4f6780;font-size:.86rem;line-height:1.65}
.fc-note i{margin-top:3px;color:var(--fc-blue)}

.fc-process-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:38px}
.fc-process-head p{max-width:440px;margin:0;color:var(--fc-text);line-height:1.75}
.fc-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.fc-process-card{position:relative;min-height:235px;padding:26px;border:1px solid #d1e4f6;border-radius:22px;background:#fff}
.fc-process-card__number{display:grid;place-items:center;width:45px;height:45px;border-radius:50%;background:var(--fc-blue);color:#fff;font-size:.85rem;font-weight:900;box-shadow:0 9px 24px rgba(15,115,220,.24)}
.fc-process-card h3{margin:22px 0 10px;font-size:1.02rem;line-height:1.3}
.fc-process-card p{margin:0;color:#657b92;font-size:.83rem;line-height:1.7}

.fc-proof-grid{display:grid;grid-template-columns:minmax(340px,.82fr) minmax(0,1.18fr);gap:48px;align-items:center}
.fc-proof-image{overflow:hidden;border-radius:27px;box-shadow:var(--fc-shadow)}
.fc-proof-image img{display:block;width:100%;height:460px;object-fit:cover}
.fc-proof-copy ul{display:grid;gap:13px;margin:28px 0 0;padding:0;list-style:none}
.fc-proof-copy li{display:flex;gap:11px;color:#536a82;line-height:1.6}
.fc-proof-copy li i{margin-top:4px;color:var(--fc-green)}

/* FAQ */
.fc-faq-grid{display:grid;grid-template-columns:minmax(300px,.7fr) minmax(0,1.3fr);gap:58px;align-items:start}
.fc-faq-list{display:grid;gap:12px}
.fc-faq-item{overflow:hidden;border:1px solid #cfe3f6;border-radius:18px;background:#fff}
.fc-faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:21px 23px;cursor:pointer;color:var(--fc-ink);font-weight:800;list-style:none}
.fc-faq-item summary::-webkit-details-marker{display:none}
.fc-faq-item summary i{color:var(--fc-blue);transition:.2s ease}
.fc-faq-item[open] summary i{transform:rotate(45deg)}
.fc-faq-item p{margin:0;padding:0 23px 22px;color:var(--fc-text);font-size:.9rem;line-height:1.75}

/* Bottom enquiry form: no sticky sidebar, no squeezed article */
.fc-enquiry{padding:92px 0;background:linear-gradient(130deg,#0c69ce 0%,#218ff0 100%)}
.fc-enquiry-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(500px,1.18fr);gap:54px;align-items:center}
.fc-enquiry-copy{color:#fff}
.fc-enquiry-copy .fc-eyebrow{color:#cfeaff}
.fc-enquiry-copy h2{max-width:530px;margin:0;font:800 clamp(3rem,5vw,5.4rem)/.9 "Barlow Condensed",sans-serif;letter-spacing:-.03em}
.fc-enquiry-copy>p{max-width:520px;margin:22px 0 0;color:#dceeff;line-height:1.8}
.fc-contact-chips{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:30px}
.fc-contact-chip{display:flex;align-items:center;gap:12px;padding:15px;border:1px solid rgba(255,255,255,.24);border-radius:17px;background:rgba(255,255,255,.08);color:#fff}
.fc-contact-chip i{display:grid;place-items:center;width:42px;height:42px;min-width:42px;border-radius:13px;background:#fff;color:var(--fc-blue)}
.fc-contact-chip small{display:block;color:#cfe8ff;font-size:.67rem}
.fc-contact-chip strong{display:block;margin-top:3px;font-size:.78rem;overflow-wrap:anywhere}
.fc-form-card{padding:32px;border-radius:27px;background:#fff;box-shadow:0 28px 75px rgba(0,36,78,.24)}
.fc-form-card__head{margin-bottom:22px}
.fc-form-card__head h3{margin:0;font:800 2.1rem/1 "Barlow Condensed",sans-serif}
.fc-form-card__head p{margin:9px 0 0;color:#6a8097;font-size:.86rem;line-height:1.6}
.fc-v11-form .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
.fc-v11-form label{display:block;margin-bottom:7px;color:#203752;font-size:.72rem;font-weight:800}
.fc-v11-form input,.fc-v11-form select,.fc-v11-form textarea{width:100%;border:1px solid #cadef0;border-radius:13px;background:#f9fcff;color:#17314e;font:500 .86rem/1.4 Manrope,sans-serif;outline:none;transition:.18s ease}
.fc-v11-form input,.fc-v11-form select{height:50px;padding:0 13px}
.fc-v11-form textarea{min-height:132px;padding:13px;resize:vertical}
.fc-v11-form input:focus,.fc-v11-form select:focus,.fc-v11-form textarea:focus{border-color:var(--fc-blue);box-shadow:0 0 0 4px rgba(15,115,220,.1);background:#fff}
.fc-v11-form .form-span-2{grid-column:1/-1}
.fc-v11-form .consent{display:flex;align-items:flex-start;gap:10px;margin:16px 0;color:#5f748a;font-size:.72rem;line-height:1.55}
.fc-v11-form .consent input{width:16px;height:16px;min-width:16px;margin-top:3px}
.fc-v11-form .consent span{margin:0}
.fc-v11-form .consent a{color:var(--fc-blue);font-weight:800}
.fc-v11-form .form-submit{width:100%;min-height:54px;border-radius:14px}
.fc-v11-form .form-footnote{margin:12px 0 0;color:#778a9e;font-size:.65rem;line-height:1.55}
.fc-v11-form .privacy-form-notice{margin:0 0 12px;padding:13px;border-left:4px solid var(--fc-blue);border-radius:10px;background:#edf7ff;color:#56708a;font-size:.7rem;line-height:1.55}
.fc-v11-form .form-status{margin-top:10px;font-size:.75rem}

/* Related services */
.fc-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:36px}
.fc-related-card{display:block;padding:25px;border:1px solid #d0e4f6;border-radius:20px;background:#fff;transition:.2s ease}
.fc-related-card:hover{transform:translateY(-4px);border-color:#9bcaf1;box-shadow:0 18px 45px rgba(14,65,112,.1)}
.fc-related-card h3{margin:0 0 10px;font-size:1rem;line-height:1.35}
.fc-related-card p{margin:0;color:#687e95;font-size:.8rem;line-height:1.65}
.fc-related-card span{display:inline-flex;align-items:center;gap:8px;margin-top:17px;color:var(--fc-blue);font-size:.74rem;font-weight:900;text-transform:uppercase}

/* Avoid duplicated CTA on detailed service pages */
body.fc-v11.page-service .footer-cta{display:none!important}
body.fc-v11 .site-footer{margin-top:0}

@media(max-width:1180px){
  body.fc-v11 .language-switch{display:none}
  body.fc-v11 .brand{min-width:260px}
  body.fc-v11 .nav-link{padding-inline:7px;font-size:.68rem}
  body.fc-v11 .header-cta{padding-inline:13px}
}
@media(max-width:1020px){
  .fc-service-hero__grid,.fc-overview-grid,.fc-proof-grid,.fc-faq-grid,.fc-enquiry-grid{grid-template-columns:1fr}
  .fc-hero-media{max-width:680px}
  .fc-hero-media img{height:430px}
  .fc-benefit-strip__grid,.fc-process-grid{grid-template-columns:repeat(2,1fr)}
  .fc-benefit:nth-child(2){border-right:0}
  .fc-benefit:nth-child(-n+2){border-bottom:1px solid #e1edf8}
  .fc-enquiry-grid{gap:36px}
  .fc-enquiry-copy{max-width:700px}
}
@media(max-width:768px){
  .fc-shell{width:min(100% - 26px,1180px)}
  .fc-section{padding:64px 0}
  body.fc-v11 .trust-strip__track{justify-content:flex-start;padding-inline:13px}
  body.fc-v11 .trust-strip__track .fc-top-chip:nth-child(2){display:none}
  body.fc-v11 .main-nav__inner{min-height:84px}
  body.fc-v11 .header-seal{width:62px!important;height:62px!important;min-width:62px!important;min-height:62px!important;flex-basis:62px!important}
  body.fc-v11 .brand{min-width:0;gap:10px}
  body.fc-v11 .brand-copy strong{font-size:1.08rem}
  body.fc-v11 .brand-copy span{font-size:.82rem}
  body.fc-v11 .brand-copy small{font-size:.58rem}
  body.fc-v11 .header-cta{display:none}
  .fc-service-hero{padding:48px 0 68px}
  .fc-service-hero__grid{gap:34px}
  .fc-service-hero h1{font-size:clamp(3.35rem,17vw,5rem)}
  .fc-service-hero__lead{font-size:.96rem;line-height:1.7}
  .fc-hero-actions{display:grid;grid-template-columns:1fr}
  .fc-btn{width:100%}
  .fc-hero-chips{display:grid;grid-template-columns:1fr 1fr}
  .fc-hero-chip{justify-content:center;text-align:center}
  .fc-hero-media{padding:10px;border-radius:22px}
  .fc-hero-media img{height:330px;border-radius:15px}
  .fc-hero-media__badge{left:12px;right:12px;bottom:-24px;max-width:none}
  .fc-benefit-strip{margin-top:3px;padding-top:28px}
  .fc-benefit-strip__grid{grid-template-columns:1fr 1fr;border-radius:18px}
  .fc-benefit{padding:17px 13px;gap:10px}
  .fc-benefit i{width:38px;height:38px;min-width:38px}
  .fc-benefit small{display:none}
  .fc-overview-grid{gap:30px;margin-top:28px}
  .fc-scope-grid{grid-template-columns:1fr}
  .fc-scope-card{min-height:0}
  .fc-process-head{display:block}
  .fc-process-head p{margin-top:18px}
  .fc-process-grid{grid-template-columns:1fr}
  .fc-process-card{min-height:0}
  .fc-proof-image img{height:360px}
  .fc-faq-grid{gap:30px}
  .fc-enquiry{padding:68px 0}
  .fc-enquiry-grid{grid-template-columns:1fr}
  .fc-contact-chips{grid-template-columns:1fr}
  .fc-form-card{padding:22px 16px;border-radius:21px}
  .fc-v11-form .form-grid{grid-template-columns:1fr}
  .fc-v11-form .form-span-2{grid-column:auto}
  .fc-related-grid{grid-template-columns:1fr}
}
@media(max-width:420px){
  body.fc-v11 .trust-strip__track .fc-top-chip:first-child{display:none}
  .fc-service-hero h1{font-size:3.35rem}
  .fc-hero-chips{grid-template-columns:1fr}
  .fc-benefit-strip__grid{grid-template-columns:1fr}
  .fc-benefit{border-right:0;border-bottom:1px solid #e1edf8!important}
  .fc-benefit:last-child{border-bottom:0!important}
}
/* Final visibility and contact-tile refinements */
body.fc-v11 .trust-strip__track .fc-top-chip--call{color:var(--fc-blue)!important;background:#fff!important}
.fc-contact-chips .fc-contact-chip:nth-child(3),.fc-contact-chips .fc-contact-chip:nth-child(4){grid-column:1/-1}
.fc-contact-chip strong{font-size:.75rem;line-height:1.35}
@media(max-width:768px){.fc-contact-chips .fc-contact-chip:nth-child(3),.fc-contact-chips .fc-contact-chip:nth-child(4){grid-column:auto}}

/* =========================================================
   MOBILE HEADER ALIGNMENT FIX — 2026-07-27
   Keeps logo, brand name and menu fully inside the viewport.
   ========================================================= */
@media (max-width: 768px) {
  body.fc-v11 .main-nav .main-nav__inner.site-shell {
    width: calc(100% - 24px) !important;
    max-width: none !important;
    min-height: 82px !important;
    margin-inline: auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    overflow: visible !important;
  }

  body.fc-v11 .main-nav .brand {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 58px) !important;
    margin: 0 !important;
    gap: 10px !important;
    overflow: hidden !important;
  }

  body.fc-v11 .main-nav .header-seal {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    flex: 0 0 56px !important;
    margin: 0 !important;
    padding: 3px !important;
    overflow: hidden !important;
    border-radius: 50% !important;
    box-sizing: border-box !important;
  }

  body.fc-v11 .main-nav .header-seal img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
    border-radius: 50% !important;
    transform: none !important;
    scale: 1 !important;
  }

  body.fc-v11 .main-nav .brand-copy {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  body.fc-v11 .main-nav .brand-copy strong {
    display: block !important;
    max-width: 100% !important;
    font-size: 1.08rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.fc-v11 .main-nav .brand-copy > span {
    display: block !important;
    max-width: 100% !important;
    margin-top: 3px !important;
    font-size: .78rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.fc-v11 .main-nav .brand-copy small {
    display: none !important;
  }

  body.fc-v11 .main-nav .menu-toggle {
    position: static !important;
    display: flex !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    flex: 0 0 48px !important;
    margin: 0 0 0 auto !important;
    transform: none !important;
  }
}

@media (max-width: 390px) {
  body.fc-v11 .main-nav .main-nav__inner.site-shell {
    width: calc(100% - 18px) !important;
    gap: 8px !important;
  }

  body.fc-v11 .main-nav .header-seal {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    flex-basis: 52px !important;
  }

  body.fc-v11 .main-nav .brand-copy strong {
    font-size: .98rem !important;
  }

  body.fc-v11 .main-nav .brand-copy > span {
    font-size: .69rem !important;
  }

  body.fc-v11 .main-nav .menu-toggle {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    flex-basis: 44px !important;
  }
}
