
:root{
  --cib-accent:#e16a38;
  --cib-accent-2:#e54a42;
  --cib-navy:#00123a;
  --cib-text:#20242c;
  --cib-muted:#667085;
  --cib-border:#e6e8ec;
  --cib-bg:#f6f7f8;
  --cib-card:#ffffff;
  --cib-max:1180px;
}

*,
*::before,
*::after{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  background:#fff;
  color:var(--cib-text);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}

a{
  color:var(--cib-accent-2);
  text-decoration:none;
}

a:hover{color:var(--cib-accent)}

img,svg{max-width:100%}

ul,ol{padding-left:1.35rem}

p{margin:0 0 1.15em}

h1,h2,h3,h4,h5,h6{
  margin:0 0 .65em;
  color:#171a21;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  line-height:1.18;
  letter-spacing:-.025em;
}

h1{font-size:clamp(2.25rem,5vw,4rem)}
h2{font-size:clamp(1.7rem,3.5vw,2.7rem)}
h3{font-size:clamp(1.25rem,2vw,1.6rem)}
h4{font-size:1.2rem}

button,input,textarea,select{font:inherit}

.screen-reader-text,
.skip-link{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

#page,.site,#content,.site-content,#primary,.content-area,#main,.site-main{
  width:100%;
}

.ast-container{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
}

.ast-article-single,
.entry-content{margin:0;padding:0}

.elementor,
.elementor-section,
.elementor-widget,
.elementor-widget-container{
  width:100%;
  min-width:0;
}

.elementor-section{
  position:relative;
}

.elementor-container{
  width:100%;
  max-width:var(--cib-max);
  margin:0 auto;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
}

.elementor-column{
  min-width:0;
  display:flex;
}

.elementor-widget-wrap{
  width:100%;
  min-width:0;
  display:flex;
  flex-direction:column;
}

.elementor-col-100{width:100%}
.elementor-col-50{width:50%}
.elementor-col-33{width:33.333333%}
.elementor-col-25{width:25%}

.elementor-hidden-desktop,
.elementor-hidden-laptop,
.elementor-hidden-tablet,
.elementor-hidden-mobile,
.elementor-hidden-mobile_extra{
  /* Elementor's original CSS is unavailable; visibility is handled below. */
}

.elementor-nav-menu,
.elementor-nav-menu ul,
.menu,
.menu ul{
  list-style:none;
  margin:0;
  padding:0;
}

.elementor-menu-toggle,
.elementor-nav-menu--dropdown{
  display:none!important;
}

/* HEADER */
.elementor-location-header{
  position:relative;
  z-index:20;
  background:#fff;
  border-bottom:1px solid var(--cib-border);
  box-shadow:0 2px 14px rgba(17,24,39,.04);
}

.elementor-location-header > .elementor-element-7d06d00{
  padding:18px 22px;
  background:#fff;
}

.elementor-location-header > .elementor-element-7d06d00 > .elementor-container{
  display:grid;
  grid-template-columns:230px minmax(0,1fr);
  gap:28px;
  align-items:center;
}

.elementor-location-header .elementor-element-f17f592,
.elementor-location-header .elementor-element-4471426{
  width:auto!important;
}

.elementor-location-header .elementor-element-80c59e8{
  display:none!important;
}

.site-brand-text{
  display:inline-flex;
  align-items:center;
  color:var(--cib-navy);
  font-weight:800;
  font-size:27px;
  letter-spacing:-.04em;
  line-height:1;
  white-space:nowrap;
}

.elementor-location-header .elementor-element-e7f57cf{
  display:block!important;
}

.elementor-location-header .elementor-element-dbd87a2{
  display:none!important;
}

.elementor-location-header .elementor-element-e7f57cf .elementor-nav-menu--main{
  display:block!important;
}

.elementor-location-header .elementor-element-e7f57cf .elementor-nav-menu{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:26px;
}

.elementor-location-header .elementor-element-e7f57cf .elementor-item{
  display:block;
  color:#22262e;
  font-size:14px;
  font-weight:650;
  line-height:1.35;
  padding:8px 0;
}

.elementor-location-header .elementor-element-e7f57cf .elementor-item:hover,
.elementor-location-header .elementor-element-e7f57cf .elementor-item-active{
  color:var(--cib-accent);
}

.elementor-location-header > .elementor-element-9d23634{
  display:block!important;
  padding:0 22px;
  background:var(--cib-navy);
}

.elementor-location-header > .elementor-element-9d23634 .elementor-container{
  max-width:var(--cib-max);
}

.elementor-location-header > .elementor-element-9d23634 .elementor-nav-menu--main{
  display:block!important;
  width:100%;
}

.elementor-location-header > .elementor-element-9d23634 .elementor-nav-menu{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0;
}

.elementor-location-header > .elementor-element-9d23634 .elementor-item{
  display:block;
  padding:13px 18px;
  color:#fff;
  font-size:13px;
  font-weight:650;
  white-space:nowrap;
}

.elementor-location-header > .elementor-element-9d23634 .elementor-item:hover{
  background:rgba(255,255,255,.1);
  color:#fff;
}

.elementor-location-header > .elementor-element-99c4863{
  display:none!important;
}

/* COMMON CONTENT */
#content{
  background:#fff;
}

#content .elementor-top-section{
  padding-left:22px;
  padding-right:22px;
}

.entry-content a:not(.elementor-button),
.elementor-widget-theme-post-content a{
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:2px;
}

.elementor-divider{
  border-top:1px solid var(--cib-border);
  margin:16px 0 24px;
}

.elementor-heading-title{
  margin:0;
}

/* Missing archive media: keep layout stable and intentional. */
.site-placeholder-image{
  width:100%;
  min-height:170px;
  aspect-ratio:16/9;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 18%,rgba(225,106,56,.28),transparent 28%),
    radial-gradient(circle at 22% 78%,rgba(229,74,66,.22),transparent 30%),
    linear-gradient(135deg,#00123a 0%,#102452 55%,#192a4f 100%);
  color:#fff;
}

.site-placeholder-image span{
  padding:18px;
  font-size:clamp(1rem,2vw,1.25rem);
  font-weight:800;
  letter-spacing:-.03em;
  opacity:.94;
  text-align:center;
}

/* POST CARDS */
.elementor-posts-container{
  width:100%;
  display:grid;
  gap:24px;
}

.elementor-grid-4 .elementor-posts-container{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.elementor-grid-2 .elementor-posts-container{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.elementor-grid-1 .elementor-posts-container{
  grid-template-columns:1fr;
}

.elementor-post{
  min-width:0;
  background:var(--cib-card);
  border:1px solid var(--cib-border);
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 5px 22px rgba(16,24,40,.055);
}

.elementor-post__thumbnail__link{
  display:block;
  width:100%;
  overflow:hidden;
}

.elementor-post__thumbnail{
  width:100%;
}

.elementor-post__text{
  padding:20px;
}

.elementor-post__title{
  margin:0 0 10px;
  font-size:20px;
  line-height:1.28;
  letter-spacing:-.025em;
}

.elementor-post__title a{
  color:#171a21;
}

.elementor-post__title a:hover{
  color:var(--cib-accent);
}

.elementor-post__meta-data{
  display:flex;
  flex-wrap:wrap;
  gap:6px 14px;
  margin:0 0 12px;
  color:var(--cib-muted);
  font-size:13px;
}

.elementor-post__excerpt{
  color:#505765;
  font-size:14px;
  line-height:1.6;
}

.elementor-post__excerpt p:last-child{margin-bottom:0}

.elementor-post__read-more{
  display:inline-block;
  margin-top:14px;
  color:var(--cib-accent-2);
  font-size:13px;
  font-weight:750;
}

.elementor-posts--thumbnail-left .elementor-post{
  display:grid;
  grid-template-columns:minmax(210px,36%) minmax(0,1fr);
}

.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{
  height:100%;
}

.elementor-posts--thumbnail-left .site-placeholder-image{
  height:100%;
  min-height:215px;
  aspect-ratio:auto;
}

/* HOME */
.home #content{
  background:var(--cib-bg);
  padding-bottom:36px;
}

.home #content .elementor-top-section{
  padding-top:26px;
  padding-bottom:26px;
}

.home #content .elementor-element-8611daa{
  padding-top:44px;
}

.home #content .elementor-element-8611daa > .elementor-container{
  gap:24px;
}

.home #content .elementor-element-8611daa > .elementor-container > .elementor-column{
  width:calc(50% - 12px)!important;
}

.home #content .elementor-inner-section{
  padding:0!important;
}

.home #content .elementor-inner-section > .elementor-container{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  padding-bottom:12px;
  border-bottom:2px solid #dde1e7;
}

.home #content .elementor-inner-section .elementor-column{
  width:auto!important;
  flex:1 1 auto;
}

.home #content .elementor-inner-section .elementor-widget-wrap{
  justify-content:center;
}

.home #content .elementor-inner-section h2,
.home #content .elementor-inner-section h3{
  font-size:clamp(1.55rem,2.5vw,2rem);
  margin:0;
}

.home #content .elementor-inner-section a{
  font-weight:750;
  white-space:nowrap;
}

.home #content .elementor-post{
  height:100%;
}

.home #content .elementor-grid-4 .elementor-post__title{
  font-size:18px;
}

/* SINGLE ARTICLE */
.single-post #content{
  background:#fff;
}

.single-post #content .ast-container{
  width:100%;
}

.single-post .elementor-location-single > .elementor-element-18709e6{
  padding:0!important;
  background:var(--cib-navy);
}

.single-post .elementor-location-single > .elementor-element-18709e6 > .elementor-container{
  max-width:none;
}

.single-post .elementor-element-18709e6 .site-placeholder-image{
  min-height:360px;
  max-height:520px;
  aspect-ratio:21/7;
  border-radius:0;
}

.single-post .elementor-location-single > .elementor-element-bcce825{
  padding:54px 22px 70px!important;
}

.single-post .elementor-element-bcce825 > .elementor-container{
  display:grid;
  grid-template-columns:minmax(0,2.15fr) minmax(250px,.85fr);
  gap:54px;
  align-items:start;
}

.single-post .elementor-element-bcce825 > .elementor-container > .elementor-column{
  width:auto!important;
}

.single-post .elementor-widget-theme-post-title h1{
  max-width:920px;
  font-size:clamp(2.35rem,5vw,4.35rem);
  line-height:1.08;
  margin-bottom:12px;
}

.single-post .elementor-widget-theme-post-content{
  color:#333944;
  font-size:17px;
  line-height:1.78;
}

.single-post .elementor-widget-theme-post-content p{
  margin-bottom:1.15em;
}

.single-post .elementor-widget-theme-post-content h2,
.single-post .elementor-widget-theme-post-content h3{
  margin-top:1.45em;
  margin-bottom:.65em;
}

.single-post .elementor-widget-theme-post-content ul,
.single-post .elementor-widget-theme-post-content ol{
  margin:0 0 1.3em;
}

.single-post .section-heading-paragraph{
  margin-top:1.75em!important;
  margin-bottom:.55em!important;
  color:#171a21;
  font-size:clamp(1.32rem,2.2vw,1.75rem);
  font-weight:800;
  line-height:1.25;
  letter-spacing:-.025em;
}

.single-post .elementor-element-c8aa45e{
  position:sticky;
  top:22px;
  padding:26px;
  background:var(--cib-bg);
  border:1px solid var(--cib-border);
  border-radius:14px;
}

.single-post .elementor-element-c8aa45e h2{
  font-size:1.45rem;
  margin-top:0;
}

.single-post .elementor-element-c8aa45e .widget{
  margin:0 0 28px;
}

.single-post .elementor-element-c8aa45e .wp-block-latest-posts,
.single-post .elementor-element-c8aa45e .wp-block-categories{
  list-style:none;
  margin:0;
  padding:0;
}

.single-post .elementor-element-c8aa45e li{
  margin:0;
  padding:9px 0;
  border-bottom:1px solid #dde1e7;
}

.single-post .elementor-element-c8aa45e li:last-child{
  border-bottom:0;
}

.single-post .elementor-element-c8aa45e a{
  color:#343a46;
  font-size:14px;
  font-weight:600;
}

.single-post .elementor-element-c8aa45e a:hover{
  color:var(--cib-accent);
}

/* ARCHIVES / CATEGORIES */
.archive #content{
  padding:48px 22px 70px;
  background:var(--cib-bg);
}

.archive #content .ast-container{
  max-width:var(--cib-max);
  margin:0 auto;
}

.archive .elementor-location-archive > .elementor-top-section{
  padding:0!important;
}

.archive .elementor-location-archive .elementor-page-title h1{
  margin-bottom:30px;
  font-size:clamp(2rem,4vw,3.2rem);
}

.archive .elementor-posts-container{
  gap:22px;
}

.archive .elementor-post{
  background:#fff;
}

.archive .elementor-post__text{
  padding:26px 28px;
}

.archive .elementor-post__title{
  font-size:clamp(1.25rem,2vw,1.7rem);
}

/* REGULAR PAGES */
.page:not(.home) #content{
  background:#fff;
}

.page:not(.home) #content .elementor-top-section{
  padding-top:34px;
  padding-bottom:34px;
}

.page:not(.home) #content .elementor-container{
  max-width:1000px;
}

.page:not(.home) #content .elementor-widget-text-editor,
.page:not(.home) #content .elementor-widget-theme-post-content{
  font-size:17px;
  color:#333944;
}

.page:not(.home) #content h2{
  margin-top:.4em;
  font-size:clamp(1.75rem,3vw,2.55rem);
}

/* FORMS */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
textarea,
select{
  width:100%;
  border:1px solid #cfd4dc;
  border-radius:8px;
  background:#fff;
  color:#222;
  padding:12px 14px;
  outline:none;
}

textarea{min-height:150px;resize:vertical}

input:focus,textarea:focus,select:focus{
  border-color:var(--cib-accent);
  box-shadow:0 0 0 3px rgba(225,106,56,.12);
}

button,
input[type="submit"],
.elementor-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:8px;
  background:var(--cib-accent);
  color:#fff!important;
  font-weight:750;
  padding:12px 20px;
  cursor:pointer;
}

/* FOOTER */
.elementor-location-footer{
  background:var(--cib-navy);
  color:rgba(255,255,255,.82);
}

.elementor-location-footer > .elementor-top-section{
  padding:48px 22px!important;
}

.elementor-location-footer > .elementor-top-section > .elementor-container{
  gap:28px;
}

.elementor-location-footer .elementor-column{
  width:calc(25% - 21px)!important;
}

.elementor-location-footer h2,
.elementor-location-footer h3,
.elementor-location-footer h4{
  color:#fff;
  font-size:1.15rem;
  margin-bottom:14px;
  letter-spacing:0;
}

.elementor-location-footer p{
  color:rgba(255,255,255,.75);
  font-size:14px;
}

.elementor-location-footer a{
  color:rgba(255,255,255,.82);
  font-size:14px;
}

.elementor-location-footer a:hover{
  color:#fff;
}

.elementor-location-footer ul{
  list-style:none;
  margin:0;
  padding:0;
}

.elementor-location-footer li{
  margin:0 0 8px;
}

.elementor-location-popup,
#ast-mobile-popup-wrapper{
  display:none!important;
}

/* Keep embedded tables usable */
.entry-content table,
.elementor-widget-theme-post-content table{
  width:100%;
  border-collapse:collapse;
  margin:1.5rem 0;
}

.entry-content th,
.entry-content td,
.elementor-widget-theme-post-content th,
.elementor-widget-theme-post-content td{
  padding:11px 12px;
  border:1px solid var(--cib-border);
  text-align:left;
  vertical-align:top;
}

/* RESPONSIVE */
@media (max-width:980px){
  .elementor-location-header > .elementor-element-7d06d00 > .elementor-container{
    grid-template-columns:1fr;
    gap:12px;
  }

  .elementor-location-header .elementor-element-e7f57cf .elementor-nav-menu{
    justify-content:flex-start;
    gap:18px;
    overflow-x:auto;
    padding-bottom:3px;
  }

  .elementor-location-header > .elementor-element-9d23634{
    overflow:hidden;
  }

  .elementor-location-header > .elementor-element-9d23634 .elementor-nav-menu{
    justify-content:flex-start;
    overflow-x:auto;
    scrollbar-width:none;
  }

  .elementor-location-header > .elementor-element-9d23634 .elementor-nav-menu::-webkit-scrollbar{
    display:none;
  }

  .elementor-grid-4 .elementor-posts-container{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .single-post .elementor-element-bcce825 > .elementor-container{
    grid-template-columns:1fr;
    gap:36px;
  }

  .single-post .elementor-element-c8aa45e{
    position:static;
  }

  .elementor-location-footer .elementor-column{
    width:calc(50% - 14px)!important;
  }
}

@media (max-width:720px){
  body{font-size:15px}

  .elementor-location-header > .elementor-element-7d06d00{
    padding:15px 16px 11px;
  }

  .site-brand-text{
    font-size:24px;
  }

  .elementor-location-header .elementor-element-e7f57cf .elementor-nav-menu{
    gap:15px;
  }

  .elementor-location-header .elementor-element-e7f57cf .elementor-item{
    font-size:13px;
    white-space:nowrap;
  }

  .elementor-location-header > .elementor-element-9d23634{
    padding:0 6px;
  }

  .elementor-location-header > .elementor-element-9d23634 .elementor-item{
    padding:11px 12px;
    font-size:12px;
  }

  #content .elementor-top-section,
  .home #content .elementor-top-section,
  .single-post .elementor-location-single > .elementor-element-bcce825{
    padding-left:16px!important;
    padding-right:16px!important;
  }

  .elementor-column,
  .elementor-col-50,
  .elementor-col-33,
  .elementor-col-25{
    width:100%!important;
  }

  .home #content .elementor-element-8611daa > .elementor-container{
    display:block;
  }

  .home #content .elementor-element-8611daa > .elementor-container > .elementor-column{
    width:100%!important;
    margin-bottom:22px;
  }

  .elementor-grid-4 .elementor-posts-container,
  .elementor-grid-2 .elementor-posts-container{
    grid-template-columns:1fr;
  }

  .elementor-posts--thumbnail-left .elementor-post{
    grid-template-columns:1fr;
  }

  .elementor-posts--thumbnail-left .site-placeholder-image{
    min-height:190px;
    aspect-ratio:16/9;
  }

  .single-post .elementor-element-18709e6 .site-placeholder-image{
    min-height:230px;
    aspect-ratio:16/9;
  }

  .single-post .elementor-location-single > .elementor-element-bcce825{
    padding-top:34px!important;
    padding-bottom:48px!important;
  }

  .single-post .elementor-widget-theme-post-content{
    font-size:16px;
  }

  .archive #content{
    padding:34px 16px 50px;
  }

  .archive .elementor-post__text{
    padding:20px;
  }

  .elementor-location-footer > .elementor-top-section{
    padding:38px 16px!important;
  }

  .elementor-location-footer .elementor-column{
    width:100%!important;
  }
}

/* Elementor icon-list primitives (the original Elementor base CSS was missing). */
.elementor-icon-list-items{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
}
.elementor-icon-list-item{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  min-height:0!important;
}
.elementor-icon-list-icon{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 11px!important;
  width:11px!important;
  height:11px!important;
}
.elementor-icon-list-icon svg{
  display:block!important;
  width:9px!important;
  height:9px!important;
  max-width:9px!important;
  max-height:9px!important;
  fill:var(--cib-accent)!important;
}
.elementor-icon-list-text{
  display:inline-block!important;
  line-height:1.3!important;
}

/* Links inside cards and navigation should not inherit article-body underlines. */
.elementor-post a,
.elementor-location-header a,
.elementor-location-footer a,
.home .elementor-inner-section a,
.archive .elementor-post a{
  text-decoration:none!important;
}

/* Compact section headers on the homepage. */
.home #content .elementor-inner-section > .elementor-container > .elementor-column:first-child .elementor-icon-list-text{
  font-size:18px!important;
  font-weight:800!important;
  color:#232833!important;
}
.home #content .elementor-inner-section > .elementor-container > .elementor-column:last-child{
  flex:0 0 auto!important;
  width:auto!important;
}
.home #content .elementor-inner-section > .elementor-container > .elementor-column:last-child .elementor-widget-wrap{
  align-items:flex-end!important;
}
.home #content .elementor-inner-section > .elementor-container > .elementor-column:last-child .elementor-heading-title{
  font-size:14px!important;
  line-height:1.2!important;
  margin:0!important;
  letter-spacing:0!important;
}
.home #content .elementor-inner-section > .elementor-container > .elementor-column:last-child .elementor-heading-title a{
  color:var(--cib-accent-2)!important;
  font-weight:800!important;
}
