/* ===================================================================
   Ascent — Elementor bridge stylesheet.
   Loads AFTER elementor-frontend and BEFORE styles.css.
   1) Neutralises Elementor container/widget spacing so all layout comes
      from the design-system classes in styles.css.
   2) Maps native Elementor button widgets (.ac-btn ...) onto the .btn
      design-system look, including the sliding-fill hover + arrow icon.
   =================================================================== */

/* ---------- 1) Elementor resets (equal specificity, later file wins) */
.e-con{padding:0;gap:0;max-width:none}
.e-con>.e-con-inner{display:contents}
.elementor-widget:not(:last-child){margin-block-end:0}
.elementor-widget .elementor-widget-container{margin:0}
.elementor-section-wrap>.elementor-section{max-width:none}
.elementor a:focus{outline-offset:2px}

/* The HFE header/footer shells match styles.css `header`/`footer` element
   selectors; hide HFE's fallback site-title paragraph. HFE's own stylesheet
   sets `#masthead{position:relative;z-index:99}` (ID selector), so the fixed
   transparent header must be re-asserted at ID specificity. */
.bhf-hidden{display:none!important}
header#masthead,.ehf-header #masthead{position:fixed;top:0;left:0;right:0;z-index:100}
body.admin-bar header#masthead,body.admin-bar.ehf-header #masthead{top:32px}

/* Elementor flex containers default to column; these design-system rows
   need row direction (their gap/wrap comes from styles.css). */
.e-con.e-flex.nav,.e-con.e-flex.nav-cta,.e-con.e-flex.hero-cta,
.e-con.e-flex.hero-stats,.e-con.e-flex.btn-row{flex-direction:row}

/* Elementor gives every container width:100% — row children must size to
   content, and .wrap must keep its 1240px centering despite the
   higher-specificity .e-con defaults. */
.e-con.e-flex.nav>.e-con,.e-con.e-flex.hero-cta>.e-con,
.e-con.e-flex.hero-stats>.e-con,.e-con.e-flex.row>.e-con,
.e-con.e-flex.float-card>.e-con,.e-con.e-flex.foot-bottom>.e-con{width:auto}
/* Menu must not shrink below its content (matches the original layout,
   which overflows the wrap gracefully at ~1440px) */
.e-con.e-flex.nav>.elementor-widget-shortcode,
.e-con.e-flex.nav>.elementor-widget-navigation-menu,
.e-con.e-flex.nav>.e-con.nav-cta{flex-shrink:0;width:auto}
.e-con.e-con-full.wrap,.e-con.wrap{max-width:var(--maxw,1240px);margin-left:auto;margin-right:auto}

/* `.elementor img{height:auto}` outranks `.brand-logo{height:40px}` */
.elementor img.brand-logo{height:40px;width:auto}
header.solid .elementor img.brand-logo{height:36px}
footer .elementor img.brand-logo,#colophon .elementor img.brand-logo{height:44px}

/* Brand logo (image/HTML widget in header + footer) */
.ax-brand a{display:flex;align-items:center;gap:13px}
.ax-brand img{height:40px;width:auto;display:block;filter:brightness(0) invert(1);transition:filter .4s cubic-bezier(.22,.61,.36,1),height .4s cubic-bezier(.22,.61,.36,1)}
header.solid .ax-brand img{filter:none;height:36px}
footer .ax-brand img{filter:brightness(0) invert(1);height:44px}

/* In the Elementor editor the canvas re-renders from the model and the JS
   reveal system never runs — force everything visible there. */
body.elementor-editor-active .reveal,.elementor-editor-active .reveal{opacity:1!important;transform:none!important;transition:none!important}

/* Reveal-delay helper classes (Elementor css_classes can't add data attrs) */
.reveal.d1{transition-delay:.08s}
.reveal.d2{transition-delay:.16s}
.reveal.d3{transition-delay:.24s}
.reveal.d4{transition-delay:.32s}
.reveal.d5{transition-delay:.4s}

/* Utility classes replacing the original inline styles (Elementor free
   containers have no inline-style control) */
.abs-fill{position:absolute;inset:0;pointer-events:none;z-index:0}
.z2{position:relative;z-index:2}
.mt-24{margin-top:24px}
.mt-32{margin-top:32px}
.cta-pt{padding-top:112px}

/* ---------- 2) Native button widgets -> design-system .btn ---------- */
body .ac-btn .elementor-button{
  --bg:var(--navy-900);--fg:#fff;
  display:inline-flex;align-items:center;gap:11px;position:relative;overflow:hidden;
  background:var(--bg);color:var(--fg);font-family:"Archivo",sans-serif;font-weight:600;font-size:15px;
  letter-spacing:.01em;padding:15px 28px;border-radius:100px;border:1px solid transparent;cursor:pointer;white-space:nowrap;
  transition:transform .4s var(--ease),box-shadow .4s var(--ease),color .4s var(--ease);
  box-shadow:none;text-shadow:none;
}
body .ac-btn .elementor-button-content-wrapper{position:relative;z-index:1;display:inline-flex;align-items:center;gap:11px;white-space:nowrap;flex-direction:row}
body .ac-btn .elementor-button::after{content:"";position:absolute;inset:0;background:var(--blue);transform:translateY(101%);transition:transform .45s var(--ease);z-index:0}
body .ac-btn .elementor-button:hover{transform:translateY(-3px);box-shadow:0 16px 34px -14px rgba(10,34,64,.55);color:var(--navy-950)}
body .ac-btn .elementor-button:hover::after{transform:translateY(0)}
body .ac-btn.ac-gold .elementor-button{--bg:var(--blue);--fg:#fff}
body .ac-btn.ac-gold .elementor-button::after{background:var(--navy-900)}
body .ac-btn.ac-gold .elementor-button:hover{color:#fff}
body .ac-btn.ac-ghost .elementor-button{--bg:transparent;--fg:var(--navy-900);border-color:#cdd6e0}
body .ac-btn.ac-ghost .elementor-button::after{background:var(--navy-900)}
body .ac-btn.ac-ghost .elementor-button:hover{color:#fff;border-color:var(--navy-900)}
body .ac-btn.ac-ghost-dark .elementor-button{--bg:transparent;--fg:#fff;border-color:rgba(255,255,255,.28)}
body .ac-btn.ac-ghost-dark .elementor-button::after{background:var(--navy-900)}
body .ac-btn.ac-ghost-dark .elementor-button:hover{color:#fff;border-color:var(--navy-900)}

/* Arrow icon drawn with a mask so it follows currentColor exactly */
body .ac-btn.ac-arrow .elementor-button-content-wrapper::after{
  content:"";width:15px;height:15px;flex:none;background:currentColor;
  -webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><path d='M3 8h10M9 4l4 4-4 4' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
          mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><path d='M3 8h10M9 4l4 4-4 4' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
  transition:transform .45s var(--ease);
}
body .ac-btn.ac-arrow .elementor-button:hover .elementor-button-content-wrapper::after{transform:translateX(5px)}

/* Button width behaviour parity with the original media rules */
@media(max-width:1040px){
  .nav-cta .ac-btn{display:none}
}
@media(max-width:430px){
  .hero-cta .ac-btn,.btn-row .ac-btn{width:100%}
  body .hero-cta .ac-btn .elementor-button,body .btn-row .ac-btn .elementor-button{width:100%;justify-content:center}
  body .hero-cta .ac-btn .elementor-button-content-wrapper,body .btn-row .ac-btn .elementor-button-content-wrapper{justify-content:center}
}

/* ===================================================================
   v2 — fully native widgets (no HTML/shortcode widgets).
   Mappings from native Elementor widget markup onto the design system.
   =================================================================== */

/* More design-system flex rows (containers default to column) */
.e-con.e-flex.foot-bottom,.e-con.e-flex.row,.e-con.e-flex.pill-row,
.e-con.e-flex.serve-item,.e-con.e-flex.cta-line,.e-con.e-flex.ci-line,
.e-con.e-flex.float-card{flex-direction:row}
.e-con.e-flex.cta-line>.e-con,.e-con.e-flex.ci-line>.e-con{width:auto;min-width:0}

/* ---------- Heading widget: inherit the design system, zero widget styling.
   :where() keeps specificity at 0-1-1 so contextual rules (.hero h1, .sec-head h2)
   still win their ties via source order. */
body :where(.elementor-widget-heading) .elementor-heading-title{
  font-family:"Archivo",system-ui,sans-serif;margin:0;line-height:1.08;
  letter-spacing:-.02em;font-weight:700;color:inherit;font-size:revert;
}
body :where(.eyebrow) .elementor-heading-title{font:inherit;letter-spacing:inherit;color:inherit;text-transform:inherit}

/* Text-editor paragraphs inherit wrapper-classed typography (.n, .l, .ct, .cm, ...) */
.ct p,.cm p,.fc-n p,.fc-l p{display:inline}

/* ---------- Icon widget boxes ---------- */
.elementor-widget-icon .elementor-icon-wrapper{text-align:inherit}
.ic-box-w .elementor-icon{width:56px;height:56px;border-radius:14px;background:var(--paper-3);display:flex;align-items:center;justify-content:center;transition:background .4s;color:var(--navy-800);font-size:0}
.ic-box-w .elementor-icon svg{width:28px;height:28px;transition:color .4s;fill:none}
.ic-box-w{margin-bottom:22px}
.svc:hover .ic-box-w .elementor-icon,.card:hover .ic-box-w .elementor-icon{background:var(--navy-900)}
.svc:hover .ic-box-w .elementor-icon svg,.card:hover .ic-box-w .elementor-icon svg{color:#fff}
.card .ic-box-w .elementor-icon{width:54px;height:54px;border-radius:13px}
.card .ic-box-w .elementor-icon svg{width:27px;height:27px}
.card .ic-box-w{margin:18px 0 20px}
.badge-w .elementor-icon{width:46px;height:46px;border-radius:12px;background:var(--blue);display:flex;align-items:center;justify-content:center;font-size:0}
.badge-w .elementor-icon svg{width:24px;height:24px;fill:none}
.fc-ic .elementor-icon{width:44px;height:44px;border-radius:11px;background:var(--navy-900);display:flex;align-items:center;justify-content:center;font-size:0;flex:none}
.fc-ic .elementor-icon svg{width:22px;height:22px;fill:none}
.ci-w .elementor-icon{width:40px;height:40px;border-radius:10px;background:var(--blue);display:flex;align-items:center;justify-content:center;font-size:0;flex:none;color:#fff}
.ci-w .elementor-icon svg{color:#fff;stroke:currentColor}
.ci-w .elementor-icon svg{width:20px;height:20px;fill:none}
.cic-w .elementor-icon{width:46px;height:46px;border-radius:12px;background:var(--navy-900);display:flex;align-items:center;justify-content:center;font-size:0;flex:none;color:var(--blue-soft)}
.cic-w .elementor-icon svg{width:22px;height:22px;fill:none}
.ci-w,.cic-w,.fc-ic,.badge-w{flex:none;width:auto}

/* ---------- Icon-list: ticks ---------- */
.ticks-w{margin-top:16px}
.ticks-w.mt-22{margin-top:22px}
.ticks-w .elementor-icon-list-items{display:flex;flex-direction:column;gap:9px;list-style:none;margin:0;padding:0}
.ticks-w .elementor-icon-list-item{display:flex;gap:10px;align-items:flex-start}
.ticks-w .elementor-icon-list-icon{flex:none;margin-top:2px;color:var(--blue)}
.ticks-w .elementor-icon-list-icon svg{width:18px;height:18px;fill:none}
.ticks-w .elementor-icon-list-text{font-size:14.5px;color:var(--slate);line-height:1.6}

/* ---------- Icon-list: footer link columns ---------- */
.foot-col .elementor-icon-list-items{list-style:none;display:flex;flex-direction:column;gap:12px;margin:0;padding:0}
.foot-col .elementor-icon-list-item a{color:rgba(255,255,255,.66);font-size:15px;transition:color .3s,padding-left .3s}
.foot-col .elementor-icon-list-item a:hover{color:var(--blue-soft);padding-left:5px}
.foot-col .elementor-icon-list-text{font-size:15px}

/* ---------- Accordion -> FAQ cards ---------- */
.faq-w{max-width:840px;margin:0 auto}
body .faq-w .elementor-accordion .elementor-accordion-item{background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;transition:box-shadow .4s,border-color .4s}
body .faq-w .elementor-accordion .elementor-accordion-item+.elementor-accordion-item{margin-top:14px;border-top:1px solid var(--line)}
body .faq-w .elementor-accordion .elementor-tab-title{padding:24px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-family:"Archivo",sans-serif;font-weight:600;font-size:18px;color:var(--navy-900);cursor:pointer;line-height:1.3}
body .faq-w .elementor-accordion .elementor-tab-title a{color:inherit;flex:1;pointer-events:none}
body .faq-w .elementor-accordion .elementor-accordion-icon{order:2;width:30px;height:30px;border-radius:8px;background:var(--paper-3);display:flex;align-items:center;justify-content:center;flex:none;transition:transform .35s var(--ease),background .35s;float:none;font-size:0}
body .faq-w .elementor-accordion .elementor-accordion-icon svg{width:16px;height:16px;fill:none;color:var(--navy-800);transition:color .35s}
body .faq-w .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon{background:var(--blue);transform:rotate(45deg)}
body .faq-w .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon svg{color:#fff}
body .faq-w .elementor-accordion .elementor-accordion-icon .elementor-accordion-icon-opened{display:none}
body .faq-w .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:block}
body .faq-w .elementor-accordion .elementor-tab-content{padding:0 28px 26px;color:var(--slate);font-size:16px;line-height:1.65;border:0}
body .faq-w .elementor-accordion .elementor-accordion-item:has(.elementor-active){box-shadow:0 24px 50px -34px rgba(10,34,64,.4);border-color:transparent}
@media(max-width:430px){
  body .faq-w .elementor-accordion .elementor-tab-title{padding:18px 20px;font-size:16px;gap:14px}
  body .faq-w .elementor-accordion .elementor-tab-content{padding:0 20px 22px}
}

/* ---------- HFE Navigation Menu -> original .menu look ---------- */
.ax-brand{flex:none}
.ax-menu-w{width:auto}
body .ax-menu-w div.hfe-nav-menu{display:block}
body .ax-menu-w ul.hfe-nav-menu{display:flex;align-items:center;gap:2px;margin:0;padding:0}
body .ax-menu-w ul.hfe-nav-menu>li.menu-item{position:relative;list-style:none;margin:0!important;display:block}
body .ax-menu-w .hfe-has-submenu-container{position:static}
body .ax-menu-w ul.hfe-nav-menu>li.menu-item>a,
body .ax-menu-w ul.hfe-nav-menu>li.menu-item>.hfe-has-submenu-container>a{
  display:flex;align-items:center;gap:5px;font-family:"Archivo",sans-serif;font-weight:500;font-size:14px;
  white-space:nowrap;color:rgba(255,255,255,.86);padding:9px 12px;border-radius:9px;position:relative;transition:color .3s;
}
header.solid .ax-menu-w ul.hfe-nav-menu>li.menu-item>a,
header.solid .ax-menu-w ul.hfe-nav-menu>li.menu-item>.hfe-has-submenu-container>a{color:var(--slate)}
body .ax-menu-w ul.hfe-nav-menu>li.menu-item>a::after,
body .ax-menu-w ul.hfe-nav-menu>li.menu-item>.hfe-has-submenu-container>a::after{
  content:"";position:absolute;left:12px;right:12px;bottom:5px;height:2px;background:var(--blue);
  transform:scaleX(0);transform-origin:left;transition:transform .35s var(--ease);border:0;
}
body .ax-menu-w ul.hfe-nav-menu>li.menu-item:hover>a,
body .ax-menu-w ul.hfe-nav-menu>li.menu-item:hover>.hfe-has-submenu-container>a,
body .ax-menu-w ul.hfe-nav-menu>li.current-menu-item>a,
body .ax-menu-w ul.hfe-nav-menu>li.current-menu-item>.hfe-has-submenu-container>a{color:#fff}
header.solid .ax-menu-w ul.hfe-nav-menu>li.menu-item:hover>a,
header.solid .ax-menu-w ul.hfe-nav-menu>li.menu-item:hover>.hfe-has-submenu-container>a,
header.solid .ax-menu-w ul.hfe-nav-menu>li.current-menu-item>a,
header.solid .ax-menu-w ul.hfe-nav-menu>li.current-menu-item>.hfe-has-submenu-container>a{color:var(--navy-900)}
body .ax-menu-w ul.hfe-nav-menu>li.menu-item:hover>a::after,
body .ax-menu-w ul.hfe-nav-menu>li.menu-item:hover>.hfe-has-submenu-container>a::after,
body .ax-menu-w ul.hfe-nav-menu>li.current-menu-item>a::after,
body .ax-menu-w ul.hfe-nav-menu>li.current-menu-item>.hfe-has-submenu-container>a::after{transform:scaleX(1)}
/* submenu indicator */
body .ax-menu-w .hfe-has-submenu-container a span{display:inline-flex;align-items:center;padding:0;margin:0!important}
body .ax-menu-w .hfe-has-submenu-container a span i{font-size:9px;opacity:.6;transition:transform .3s;line-height:1}
body .ax-menu-w ul.hfe-nav-menu>li.menu-item:hover>.hfe-has-submenu-container a span i{transform:rotate(180deg)}
/* dropdown panel */
body .ax-menu-w ul.sub-menu{
  display:block;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%,8px);
  background:#fff;border-radius:14px;padding:10px;min-width:296px;width:auto;margin:0;z-index:60;
  box-shadow:0 24px 60px -20px rgba(10,34,64,.4),0 2px 0 var(--line);border:1px solid var(--line);
  opacity:0;visibility:hidden;transition:opacity .3s var(--ease),transform .3s var(--ease);
}
body .ax-menu-w ul.sub-menu::before{content:"";position:absolute;top:-14px;left:0;right:0;height:14px}
body .ax-menu-w li.menu-item:hover>ul.sub-menu,
body .ax-menu-w li.menu-item:focus-within>ul.sub-menu{opacity:1;visibility:visible;transform:translate(-50%,0)}
body .ax-menu-w ul.sub-menu li{list-style:none;margin:0;display:block;border:0!important}
body .ax-menu-w ul.sub-menu a{
  display:block;padding:11px 14px;border-radius:9px;font-size:14.5px;color:var(--slate);
  transition:background .25s,color .25s,padding .3s;font-weight:500;background:none;width:auto;
  font-family:"Libre Franklin",sans-serif;white-space:normal;
}
body .ax-menu-w ul.sub-menu a:hover{background:var(--paper-2);color:var(--navy-900);padding-left:20px}
.ax-menu-w .hfe-nav-menu__toggle,.ax-menu-w .hfe-nav-menu-icon{display:none!important}
@media(max-width:1040px){.ax-menu-w{display:none}}

/* ---------- Social icons widget -> .socials boxes ---------- */
.socials-w{margin-top:6px}
.socials-w .elementor-social-icons-wrapper{display:flex;gap:12px}
body .socials-w .elementor-social-icon{width:42px;height:42px;border-radius:11px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;transition:background .35s var(--ease),transform .35s var(--ease);margin:0;padding:0;font-size:19px;color:#fff}
body .socials-w .elementor-social-icon:hover{background:var(--blue);transform:translateY(-4px)}
body .socials-w .elementor-social-icon svg{width:19px;height:19px;fill:#fff;transition:fill .35s}
body .socials-w .elementor-social-icon:hover svg{fill:var(--navy-950)}
body .socials-w .elementor-social-icon i{color:#fff;transition:color .35s}
body .socials-w .elementor-social-icon:hover i{color:var(--navy-950)}

/* ---------- WPForms -> .form-card ---------- */
.form-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:40px;box-shadow:0 30px 60px -40px rgba(10,34,64,.4);margin-top:28px}
.form-card .wpforms-container{margin:0}
.form-card .wpforms-field-container{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}
.form-card .wpforms-field-select,.form-card .wpforms-field-textarea{grid-column:1/-1}
body .form-card .wpforms-field{margin:0 0 18px;padding:0}
body .form-card .wpforms-field-label{display:block;font-family:"Archivo",sans-serif;font-weight:600;font-size:13.5px;color:var(--navy-900);margin-bottom:8px}
body .form-card input[type=text],body .form-card input[type=email],body .form-card input[type=tel],
body .form-card select,body .form-card textarea{
  width:100%;max-width:100%;font-family:"Libre Franklin",sans-serif;font-size:15.5px;color:var(--ink);
  padding:13px 16px;border:1px solid var(--line);border-radius:11px;background:var(--paper-2);
  transition:border-color .3s,background .3s,box-shadow .3s;box-sizing:border-box;
}
body .form-card input:focus,body .form-card textarea:focus,body .form-card select:focus{outline:none;border-color:var(--blue);background:#fff;box-shadow:0 0 0 4px rgba(2,125,189,.1)}
body .form-card textarea{resize:vertical;min-height:120px}
body .form-card .wpforms-submit-container{padding:0;margin-top:8px;grid-column:1/-1}
body .form-card button.wpforms-submit{
  --fg:#fff;
  width:100%;display:inline-flex;align-items:center;justify-content:center;gap:11px;position:relative;overflow:hidden;
  color:var(--fg);font-family:"Archivo",sans-serif;font-weight:600;font-size:15px;
  letter-spacing:.01em;padding:15px 28px;border-radius:100px;border:1px solid transparent;cursor:pointer;white-space:nowrap;
  /* WPForms renders the label as a bare text node, so the sliding fill must be
     a background layer (paints below text), not a ::before overlay (paints above). */
  background:linear-gradient(var(--navy-900),var(--navy-900)) left bottom/100% 0% no-repeat,var(--blue);
  transition:transform .4s var(--ease),box-shadow .4s var(--ease),color .4s var(--ease),background-size .45s var(--ease);
}
body .form-card button.wpforms-submit:hover{transform:translateY(-3px);box-shadow:0 16px 34px -14px rgba(10,34,64,.55);background-size:100% 100%}
body .form-card button.wpforms-submit::after{content:"";width:15px;height:15px;flex:none;background:currentColor;z-index:1;
  -webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><path d='M3 8h10M9 4l4 4-4 4' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
          mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><path d='M3 8h10M9 4l4 4-4 4' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
  transition:transform .45s var(--ease);
}
body .form-card button.wpforms-submit:hover::after{transform:translateX(5px)}
body .form-card button.wpforms-submit>*{position:relative;z-index:1}
body .form-card .wpforms-error{color:#c0392b;font-size:13px;margin-top:6px;display:block}
body .form-card em.wpforms-error{font-style:normal}
.wpforms-confirmation-container-full{background:var(--paper-2);border:1px solid var(--line);border-radius:14px;padding:20px 24px;color:var(--blue-deep);font-weight:500}
@media(max-width:760px){.form-card .wpforms-field-container{grid-template-columns:1fr}}
@media(max-width:430px){.form-card{padding:24px 18px}}
@media(min-width:431px) and (max-width:760px){.form-card{padding:28px 22px}}

/* ---------- Google Maps widget ---------- */
.map-embed{margin-top:18px;border-radius:15px;overflow:hidden;border:1px solid var(--line);height:230px}
.map-embed .elementor-custom-embed,.map-embed iframe{width:100%;height:100%!important;border:0;display:block}

/* ---------- Misc structural utilities ---------- */
.hero-card .ph{aspect-ratio:4/3}
.mt-10{margin-top:10px}
.mt-18{margin-top:18px}
.h2-md .elementor-heading-title{font-size:clamp(28px,3.4vw,40px)}
.h2-md{margin-top:16px}
.h2-intro .elementor-heading-title{font-size:clamp(30px,3.6vw,46px)}
.h2-intro{margin-top:18px}
.p-lead17 p{color:var(--slate);font-size:17px}
.p-lead17{margin-top:16px}
.scheme-badge p{font-family:"Archivo",sans-serif;font-weight:800;color:var(--blue-deep);letter-spacing:.05em;font-size:14px}
.note-center{margin-top:30px}
.note-center p{text-align:center;color:var(--slate)}
.logo-cell .lc-mark .elementor-spacer-inner{height:0!important}
.logo-cell .lc-mark{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,var(--blue),var(--blue-deep));opacity:.85;transition:opacity .35s;flex:none}
.logo-cell:hover .lc-mark{opacity:1}

/* Footer address block under the contact links */
.foot-li{margin-top:12px}
.foot-col .foot-li p{color:rgba(255,255,255,.66);font-size:15px;line-height:1.65}

/* ===================================================================
   Blog page — native-widget mappings (2026-08-17)
   =================================================================== */
.e-con.e-flex.blog-filter,.e-con.e-flex.pc-meta{flex-direction:row}
.e-con.e-flex.pc-meta{align-items:center}
.pc-meta .elementor-widget{width:auto}
.pc-meta>.elementor-widget:not(:first-child){display:flex;align-items:center;gap:9px}
.pc-meta>.elementor-widget:not(:first-child)::before{content:"\00b7";opacity:.5}

/* meta headings inherit .pc-meta / .pc-cat typography from styles.css */
body :where(.txt-inherit) .elementor-heading-title{font:inherit;letter-spacing:inherit;color:inherit;text-transform:inherit}

/* filter chips (button widgets) */
body .chip-w .elementor-button{
  font-family:"Archivo",sans-serif;font-weight:500;font-size:13.5px;padding:9px 18px;border-radius:100px;
  background:#fff;border:1px solid var(--line);color:var(--slate);cursor:pointer;box-shadow:none;
  transition:background .3s,color .3s,border-color .3s,transform .3s var(--ease);
}
body .chip-w .elementor-button:hover{transform:translateY(-2px);border-color:var(--blue);color:var(--blue-deep)}
body .chip-w.chip-on .elementor-button{background:var(--navy-900);border-color:var(--navy-900);color:#fff}
.chip-w{width:auto}

/* "Read article" text-link buttons */
.pc-link-w{margin-top:22px;width:auto}
body .pc-link-w .elementor-button{
  display:inline-flex;align-items:center;gap:9px;background:none;border:0;padding:0;border-radius:0;
  font-family:"Archivo",sans-serif;font-weight:600;font-size:14.5px;color:var(--navy-900);box-shadow:none;
  transition:color .3s;
}
body .pc-link-w .elementor-button-content-wrapper{display:inline-flex;align-items:center;gap:9px}
body .pc-link-w .elementor-button-content-wrapper::after{
  content:"";width:14px;height:14px;flex:none;background:currentColor;
  -webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><path d='M3 8h10M9 4l4 4-4 4' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
          mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><path d='M3 8h10M9 4l4 4-4 4' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
  transition:transform .4s var(--ease);
}
.feat-post:hover .pc-link-w .elementor-button,.post-card:hover .pc-link-w .elementor-button{color:var(--blue-deep)}
.feat-post:hover .pc-link-w .elementor-button-content-wrapper::after,
.post-card:hover .pc-link-w .elementor-button-content-wrapper::after{transform:translateX(5px)}

/* excerpt paragraph fills the card so Read-article aligns bottom */
.pc-body>.elementor-widget-text-editor{flex:1}

/* breadcrumb as inline icon-list */
.breadcrumb-w .elementor-icon-list-items{display:flex;gap:9px;align-items:center;margin:0;padding:0;list-style:none;flex-wrap:wrap}
.breadcrumb-w .elementor-icon-list-item{display:flex;align-items:center;gap:9px;font-size:13.5px;color:rgba(255,255,255,.6);font-family:"Archivo",sans-serif;font-weight:500}
.breadcrumb-w .elementor-icon-list-item a{color:inherit}
.breadcrumb-w .elementor-icon-list-item a:hover{color:#fff}
.breadcrumb-w .elementor-icon-list-item+.elementor-icon-list-item::before{content:"/";opacity:.5}
.breadcrumb-w .elementor-icon-list-item:last-child .elementor-icon-list-text{color:var(--blue-soft)}

/* newsletter WPForms -> .news-form look */
body .news-form-w .wpforms-form{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-start}
body .news-form-w .wpforms-field-container{flex:1;min-width:210px;display:block}
body .news-form-w .wpforms-field{margin:0;padding:0}
body .news-form-w .wpforms-field-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
body .news-form-w input[type=email]{
  width:100%;font-family:"Libre Franklin",sans-serif;font-size:15.5px;color:var(--ink);padding:15px 18px;
  border:1px solid var(--line);border-radius:100px;background:var(--paper-2);box-sizing:border-box;
  transition:border-color .3s,background .3s,box-shadow .3s;
}
body .news-form-w input[type=email]:focus{outline:none;border-color:var(--blue);background:#fff;box-shadow:0 0 0 4px rgba(2,125,189,.1)}
body .news-form-w .wpforms-submit-container{margin:0;padding:0;width:auto}
body .news-form-w button.wpforms-submit{
  --fg:#fff;display:inline-flex;align-items:center;justify-content:center;gap:11px;position:relative;overflow:hidden;
  color:var(--fg);font-family:"Archivo",sans-serif;font-weight:600;font-size:15px;letter-spacing:.01em;
  padding:15px 28px;border-radius:100px;border:1px solid transparent;cursor:pointer;white-space:nowrap;
  background:linear-gradient(var(--navy-900),var(--navy-900)) left bottom/100% 0% no-repeat,var(--blue);
  transition:transform .4s var(--ease),box-shadow .4s var(--ease),background-size .45s var(--ease);
}
body .news-form-w button.wpforms-submit:hover{transform:translateY(-3px);box-shadow:0 16px 34px -14px rgba(10,34,64,.55);background-size:100% 100%}
.news-form-w .wpforms-confirmation-container-full{background:none;border:0;padding:8px 0 0;color:var(--blue-deep);font-size:14px;font-weight:500}
body .news-form-w .wpforms-error{color:#c0392b;font-size:13px;margin:6px 0 0 18px;display:block}
@media(max-width:760px){
  body .news-form-w .wpforms-form{flex-direction:column}
  body .news-form-w .wpforms-submit-container{width:100%}
  body .news-form-w button.wpforms-submit{width:100%}
}

/* With the Blog item the 8-entry menu overflows at ~1440px; tighten link
   padding on narrower desktops (widget post-CSS needs the !important). */
@media(min-width:1041px) and (max-width:1560px){
  body .ax-menu-w ul.hfe-nav-menu>li.menu-item>a,
  body .ax-menu-w ul.hfe-nav-menu>li.menu-item>.hfe-has-submenu-container>a{padding-left:8px!important;padding-right:8px!important}
  body .ax-menu-w ul.hfe-nav-menu>li.menu-item>a::after,
  body .ax-menu-w ul.hfe-nav-menu>li.menu-item>.hfe-has-submenu-container>a::after{left:8px;right:8px}
}

/* ===================================================================
   Article (detail) pages — native-widget mappings (2026-08-17)
   =================================================================== */
.e-con.e-flex.post-byline,.e-con.e-flex.post-cta{flex-direction:row}
.e-con.e-flex.post-byline>.e-con,.e-con.e-flex.post-cta>.e-con{width:auto}
.pb-mark{width:auto}

/* blockquote (container + paragraph — no raw HTML) */
.post-quote{margin:34px 0;padding:26px 30px;background:var(--paper-2);border-radius:15px;border-left:3px solid var(--blue)}
.post-quote p{font-family:"Archivo",sans-serif;font-size:19px;font-weight:500;line-height:1.5;color:var(--navy-900);margin:0}

/* bullet list (icon-list widget) */
.post-list-w{margin-top:18px}
.post-list-w .elementor-icon-list-items{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}
/* Elementor's widget-icon-list.css loads lazily AFTER this sheet — the
   overlap-critical properties need !important to survive it. */
body .post-list-w .elementor-icon-list-item{position:relative;padding-left:30px!important;display:block!important}
.post-list-w .elementor-icon-list-item::before{content:"";position:absolute;left:8px;top:11px;width:7px;height:7px;border-radius:50%;background:var(--blue)}
.post-list-w .elementor-icon-list-text{font-size:inherit;color:inherit;line-height:inherit}
.post-list-w .elementor-icon-list-text strong{color:var(--ink);font-weight:600}

/* table of contents (icon-list widget) */
.toc-w{margin-top:16px}
.toc-w .elementor-icon-list-items{display:flex;flex-direction:column;margin:0;padding:0;list-style:none;gap:0}
.toc-w .elementor-icon-list-item a{display:block;width:100%;font-size:14.5px;color:var(--slate);padding:9px 0 9px 15px;border-left:2px solid var(--line);transition:color .3s,border-color .3s,padding-left .3s}
.toc-w .elementor-icon-list-item a:hover{color:var(--navy-900);border-color:var(--blue);padding-left:20px}
.toc-w .elementor-icon-list-text{font:inherit;color:inherit}

/* full-width sidebar button */
.ac-btn-full{width:100%;margin-top:16px}
body .ac-btn-full .elementor-button{width:100%;justify-content:center}
body .ac-btn-full .elementor-button-content-wrapper{justify-content:center}

/* wide FAQ inside the article column */
.faq-w.faq-wide{max-width:none}

@media(max-width:760px){
  .post-cta .ac-btn{width:100%}
  body .post-cta .ac-btn .elementor-button{width:100%;justify-content:center}
}
