:root{
  --glp1-bg:#08111a;
  --glp1-bg-2:#0c1520;
  --glp1-bg-3:#0f1c2a;
  --glp1-panel:#122233;
  --glp1-panel-2:#16283b;
  --glp1-panel-3:#1b3047;
  --glp1-border:rgba(255,255,255,.08);
  --glp1-border-soft:rgba(255,255,255,.05);
  --glp1-text:#f4f7fb;
  --glp1-muted:#c7d3df;
  --glp1-soft:#91a4b8;
  --glp1-blue:#3a649f;
  --glp1-copper:#c7794b;
  --glp1-copper-soft:rgba(199,121,75,.16);
  --glp1-shadow:0 30px 70px rgba(0,0,0,.30);
  --glp1-shadow-soft:0 16px 36px rgba(0,0,0,.18);
}

html,
body{
  background:
    radial-gradient(circle at top left, rgba(58,100,159,.12), transparent 26%),
    radial-gradient(circle at top right, rgba(199,121,75,.10), transparent 22%),
    linear-gradient(180deg,#08111a 0%,#0a131d 100%) !important;
  color:var(--glp1-text);
}

body{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.site-main,
.site-content,
.content-area,
.elementor-location-page,
.elementor-location-single,
.elementor-location-archive,
main,
main.site-main{
  background:transparent !important;
}

a{
  transition:color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

/* Header */
.glp1-site-header{
  position:sticky;
  top:0;
  z-index:9999;
  padding:22px 20px 0;
  pointer-events:none;
}

.glp1-header-shell{
  width:min(1140px,calc(100% - 84px));
  margin:0 auto;
  pointer-events:auto;
}

.glp1-header-bar{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:14px;
  min-height:84px;
  padding:15px 18px 15px 34px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(14,27,41,.86);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-radius:28px;
  box-shadow:var(--glp1-shadow);
}

.glp1-brand{
  display:flex;
  align-items:center;
  min-width:0;
}

.glp1-brand-logo{
  display:block;
  width:min(260px,29vw);
  height:auto;
}

.glp1-primary-nav{
  margin-left:0;
  max-width:min(820px,54vw);
  overflow:visible;
  scrollbar-width:none;
  -ms-overflow-style:none;
}

.glp1-primary-nav::-webkit-scrollbar{
  display:none;
}

.glp1-menu{
  list-style:none;
  margin:0;
  padding:0;
}

.glp1-menu.glp1-menu-primary{
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap:nowrap;
}

.glp1-menu.glp1-menu-primary > li{
  margin:0;
  padding:0;
}

.glp1-menu.glp1-menu-primary > li > a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 12px;
  border-radius:15px;
  color:#f6f9fd;
  text-decoration:none;
  font-weight:600;
  font-size:13px;
  line-height:1.15;
  letter-spacing:.01em;
  white-space:nowrap;
}

.glp1-menu.glp1-menu-primary > li.current-menu-item > a,
.glp1-menu.glp1-menu-primary > li.current_page_item > a,
.glp1-menu.glp1-menu-primary > li > a:hover{
  background:rgba(199,121,75,.16);
  color:#fff7f1;
  box-shadow:inset 0 0 0 1px rgba(199,121,75,.22);
}

.glp1-menu.glp1-menu-primary #menu-item-58{
  display:none;
}

.glp1-menu.glp1-menu-primary li ul{
  display:none;
}

.glp1-nav-toggle{
  display:none;
  flex-direction:column;
  justify-content:center;
  gap:5px;
  width:50px;
  height:50px;
  padding:0;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  background:rgba(255,255,255,.04);
  cursor:pointer;
}

.glp1-nav-toggle span{
  display:block;
  width:22px;
  height:2px;
  margin:0 auto;
  background:#fff;
  border-radius:999px;
}

/* Global page system */
.glp1-page,
.glp1-home{
  color:var(--glp1-text) !important;
  background:transparent !important;
}

.glp1-page .wrap,
.glp1-home .wrap{
  width:min(1460px,calc(100% - 56px)) !important;
  margin:0 auto !important;
}

.glp1-page h1,
.glp1-home h1{
  font-size:clamp(42px,5.4vw,74px) !important;
  line-height:1.03 !important;
  letter-spacing:-.024em !important;
  font-weight:700 !important;
  color:#ffffff !important;
  max-width:1120px !important;
}

.glp1-page .lead,
.glp1-home .lead{
  font-size:clamp(18px,2vw,22px) !important;
  line-height:1.94 !important;
  color:var(--glp1-muted) !important;
  max-width:1040px !important;
}

.glp1-page .section,
.glp1-home .section{
  padding:56px 0 6px !important;
}

.glp1-page .section h2,
.glp1-home .section h2{
  font-size:clamp(30px,3.9vw,48px) !important;
  line-height:1.08 !important;
  letter-spacing:-.018em !important;
  font-weight:700 !important;
  color:#ffffff !important;
  margin-bottom:14px !important;
}

.glp1-page h3,
.glp1-home h3{
  font-size:23px !important;
  line-height:1.18 !important;
  letter-spacing:-.01em !important;
  font-weight:650 !important;
  color:#ffffff !important;
}

.glp1-page .section-intro,
.glp1-home .section-intro{
  max-width:1060px !important;
  font-size:17px !important;
  line-height:1.96 !important;
  color:var(--glp1-muted) !important;
  margin:0 0 28px !important;
}

.glp1-page p,
.glp1-home p,
.glp1-page li,
.glp1-home li,
.glp1-page td,
.glp1-home td{
  font-size:16px !important;
  line-height:1.96 !important;
  color:var(--glp1-muted) !important;
}

.glp1-page th,
.glp1-home th{
  color:#dbe7f5 !important;
}

.glp1-page .hero,
.glp1-home .hero{
  padding:20px 0 12px !important;
}

.glp1-page .hero-grid,
.glp1-home .hero-grid,
.glp1-page .grid-2,
.glp1-home .grid-2,
.glp1-page .grid-3,
.glp1-home .grid-3,
.glp1-home .grid-4{
  gap:26px !important;
}

.glp1-page .card,
.glp1-home .card,
.glp1-page .mini-card,
.glp1-home .mini-card,
.glp1-page .callout,
.glp1-home .callout,
.glp1-page .table-shell,
.glp1-home .table-shell,
.glp1-page .faq-item,
.glp1-home .faq-item{
  background:linear-gradient(180deg, rgba(255,255,255,.036), rgba(255,255,255,.018)) !important;
  border:1px solid rgba(255,255,255,.06) !important;
  border-radius:24px !important;
  box-shadow:var(--glp1-shadow-soft) !important;
}

.glp1-page .card,
.glp1-home .card,
.glp1-page .faq-item,
.glp1-home .faq-item{
  padding:30px !important;
}

.glp1-page .mini-card,
.glp1-home .mini-card,
.glp1-page .callout,
.glp1-home .callout{
  padding:25px !important;
}

.glp1-page .fact,
.glp1-home .fact{
  padding:17px 18px !important;
  border-radius:18px !important;
  background:rgba(255,255,255,.022) !important;
  border:1px solid rgba(255,255,255,.042) !important;
}

.glp1-page .table-shell,
.glp1-home .table-shell{
  padding:18px !important;
}

.glp1-page .next-links,
.glp1-home .next-links{
  gap:12px !important;
}

.glp1-page .next-links a,
.glp1-home .next-links a{
  padding:16px 18px !important;
  min-height:56px !important;
  border-radius:15px !important;
  background:rgba(255,255,255,.022) !important;
  border:1px solid rgba(255,255,255,.042) !important;
  color:#f4f8fd !important;
}

.glp1-page .next-links a:hover,
.glp1-home .next-links a:hover{
  background:rgba(199,121,75,.12) !important;
  border-color:rgba(199,121,75,.18) !important;
  color:#fff9f5 !important;
}

.glp1-page .kicker,
.glp1-home .kicker,
.glp1-page .eyebrow,
.glp1-home .eyebrow{
  font-size:11px !important;
  font-weight:800 !important;
  letter-spacing:.05em !important;
}

.glp1-media-card{
  margin:0;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.06);
  background:
    radial-gradient(circle at top left, rgba(58,100,159,.08), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.042), rgba(255,255,255,.02));
  box-shadow:var(--glp1-shadow-soft);
}

.glp1-media-card img{
  display:block;
  width:100%;
  height:auto;
}

.glp1-media-card figcaption{
  padding:14px 16px 16px;
  border-top:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.015);
  color:var(--glp1-muted);
  font-size:13px;
  line-height:1.65;
}

.glp1-media-card .glp1-media-kicker{
  display:inline-flex;
  margin-bottom:8px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
  color:#edf4ff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.glp1-media-card--wide{
  width:100%;
}

.glp1-media-card--center{
  max-width:980px;
  margin-left:auto;
  margin-right:auto;
}

.glp1-visual-band{
  margin:24px 0 28px;
}

/* Footer */
.glp1-site-footer{
  margin-top:72px;
  padding:0 20px 40px;
}

.glp1-footer-shell{
  width:min(1520px,100%);
  margin:0 auto;
  padding:32px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:28px;
  background:
    radial-gradient(circle at top right, rgba(199,121,75,.10), transparent 24%),
    radial-gradient(circle at top left, rgba(53,95,156,.10), transparent 22%),
    linear-gradient(180deg,#11233a 0%,#0e2034 100%);
  box-shadow:var(--glp1-shadow);
}

.glp1-footer-grid{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(240px,.88fr) minmax(250px,.85fr);
  gap:20px;
}

.glp1-footer-brand,
.glp1-footer-panel{
  padding:22px;
  border:1px solid rgba(255,255,255,.05);
  border-radius:22px;
  background:rgba(255,255,255,.018);
}

.glp1-footer-brand{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.glp1-footer-logo{
  display:block;
  width:min(320px,100%);
  height:auto;
}

.glp1-footer-copy{
  margin:0;
  max-width:44ch;
  color:#d5dfeb;
  line-height:1.8;
  font-size:15px;
}

.glp1-footer-contact{
  margin:0;
  max-width:44ch;
  color:#d5dfeb;
  line-height:1.7;
  font-size:14px;
}

.glp1-footer-contact a{
  color:#fff7f1;
  font-weight:700;
  text-decoration:none;
}

.glp1-footer-contact a:hover{
  text-decoration:underline;
}

.glp1-footer-highlights{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

.glp1-footer-highlight{
  padding:14px 13px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.022);
}

.glp1-footer-highlight strong{
  display:block;
  margin-bottom:4px;
  color:#fff;
  font-size:14px;
}

.glp1-footer-highlight span{
  display:block;
  color:#cfd9e5;
  line-height:1.6;
  font-size:13px;
}

.glp1-footer-panel h3{
  margin:0 0 14px;
  color:#fff;
  font-size:18px;
  line-height:1.2;
}

.glp1-menu.glp1-menu-footer,
.glp1-footer-links{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:8px;
}

.glp1-menu.glp1-menu-footer a,
.glp1-footer-links a{
  display:block;
  padding:10px 12px;
  border-radius:13px;
  color:#dfe8f3;
  text-decoration:none;
  background:rgba(255,255,255,.02);
  border:1px solid rgba(255,255,255,.045);
  font-size:13px;
  font-weight:500;
}

.glp1-menu.glp1-menu-footer{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.glp1-menu.glp1-menu-footer #menu-item-58{
  display:none;
}

.glp1-menu.glp1-menu-footer a:hover,
.glp1-footer-links a:hover{
  color:#fff7f1;
  background:rgba(199,121,75,.14);
  border-color:rgba(199,121,75,.18);
}

.glp1-footer-bottom{
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.07);
}

.glp1-footer-bottom p{
  margin:0;
  color:#bcc9d8;
  font-size:14px;
  line-height:1.7;
}

.site-header,
.site-footer{
  display:none !important;
}

@media (max-width:1080px){
  .glp1-site-header{
    padding:16px 14px 0;
  }

  .glp1-header-bar{
    gap:18px;
    padding:16px 18px;
    min-height:86px;
  }

  .glp1-brand-logo{
    width:min(280px,50vw);
  }

  .glp1-page .wrap,
  .glp1-home .wrap{
    width:min(1460px,calc(100% - 30px)) !important;
  }

  .glp1-footer-grid{
    grid-template-columns:1fr;
  }

  .glp1-footer-highlights{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:860px){
  .glp1-site-header{
    padding:12px 12px 0;
  }

  .glp1-header-bar{
    min-height:76px;
    padding:14px 16px;
    gap:12px;
    position:relative;
  }

  .glp1-brand-logo{
    width:min(235px,60vw);
  }

  .glp1-nav-toggle{
    display:flex;
    margin-left:auto;
  }

  .glp1-primary-nav{
    position:absolute;
    left:12px;
    right:12px;
    top:calc(100% + 10px);
    margin:0;
    padding:12px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:20px;
    background:rgba(14,27,41,.97);
    box-shadow:var(--glp1-shadow);
    display:none;
  }

  .glp1-primary-nav.is-open{
    display:block;
  }

  .glp1-menu.glp1-menu-primary{
    display:grid;
    gap:8px;
  }

  .glp1-menu.glp1-menu-primary > li > a{
    width:100%;
    justify-content:flex-start;
    padding:14px 15px;
    font-size:15px;
  }

  body.glp1-nav-open{
    overflow:hidden;
  }

  .glp1-page .wrap,
  .glp1-home .wrap{
    width:calc(100% - 22px) !important;
  }

  .glp1-menu.glp1-menu-footer{
    grid-template-columns:1fr;
  }

  .glp1-footer-highlights{
    grid-template-columns:1fr;
  }

  .glp1-page h1,
  .glp1-home h1{
    font-size:clamp(32px,8vw,44px) !important;
  }

  .glp1-page .section,
  .glp1-home .section{
    padding:42px 0 4px !important;
  }

  .glp1-page .section h2,
  .glp1-home .section h2{
    font-size:clamp(27px,6.5vw,36px) !important;
  }

  .glp1-page h3,
  .glp1-home h3{
    font-size:22px !important;
  }

  .glp1-page .card,
  .glp1-home .card,
  .glp1-page .faq-item,
  .glp1-home .faq-item,
  .glp1-page .callout,
  .glp1-home .callout,
  .glp1-page .mini-card,
  .glp1-home .mini-card{
    padding:22px !important;
  }

  .glp1-footer-shell{
    padding:26px;
  }
}

/* === HERO TYPOGRAPHY DIAL-DOWN === */
.glp1-page .hero,
.glp1-home .hero{
  padding:28px 0 6px !important;
}

.glp1-page h1,
.glp1-home h1{
  font-size:clamp(34px,4.6vw,58px) !important;
  line-height:1.06 !important;
  letter-spacing:-.022em !important;
  font-weight:680 !important;
  max-width:980px !important;
}

.glp1-page .lead,
.glp1-home .lead,
.glp1-home .hero-copy p{
  font-size:clamp(17px,1.45vw,19px) !important;
  line-height:1.88 !important;
  max-width:920px !important;
}

.glp1-home .eyebrow,
.glp1-page .eyebrow{
  margin-bottom:14px !important;
}

@media (max-width:1080px){
  .glp1-page h1,
  .glp1-home h1{
    font-size:clamp(32px,4.8vw,50px) !important;
  }

  .glp1-page .lead,
  .glp1-home .lead,
  .glp1-home .hero-copy p{
    font-size:18px !important;
  }
}

@media (max-width:860px){
  .glp1-page h1,
  .glp1-home h1{
    font-size:clamp(30px,7vw,40px) !important;
    line-height:1.08 !important;
  }

  .glp1-page .lead,
  .glp1-home .lead,
  .glp1-home .hero-copy p{
    font-size:17px !important;
    line-height:1.82 !important;
  }
}

/* === MENU / DROPDOWN FIXES === */
.glp1-menu.glp1-menu-primary > li{
  display:flex;
  align-items:center;
  position:relative;
}

.glp1-menu.glp1-menu-primary > li.menu-item-has-children{
  gap:4px;
  position:relative;
}

.glp1-menu.glp1-menu-primary > li.menu-item-has-children > a{
  flex:1 1 auto;
  padding-right:26px;
}

.glp1-menu.glp1-menu-primary > li.menu-item-has-children > a::after{
  content:"▾";
  position:absolute;
  right:10px;
  top:50%;
  transform:translateY(-48%);
  font-size:9px;
  line-height:1;
  opacity:.58;
  pointer-events:none;
}

.glp1-submenu-toggle{
  display:none;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  padding:0;
  margin:0 4px 0 0;
  border:1px solid rgba(255,255,255,.08);
  border-radius:11px;
  background:rgba(255,255,255,.03);
  color:#fff;
  cursor:pointer;
  flex:0 0 auto;
}

.glp1-submenu-toggle::before{
  content:"▾";
  font-size:11px;
  line-height:1;
  opacity:.88;
}

.glp1-menu.glp1-menu-primary > li.is-submenu-open > .glp1-submenu-toggle{
  background:rgba(199,121,75,.15);
  border-color:rgba(199,121,75,.22);
}

.glp1-menu.glp1-menu-primary > li.is-submenu-open > .glp1-submenu-toggle::before{
  transform:rotate(180deg);
}

.glp1-menu.glp1-menu-primary .sub-menu{
  list-style:none;
  margin:0;
  padding:10px;
  position:absolute;
  top:100%;
  left:0;
  min-width:260px;
  display:grid !important;
  gap:8px;
  background:rgba(14,27,41,.98);
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  box-shadow:0 24px 60px rgba(0,0,0,.32);
  opacity:0;
  visibility:hidden;
  transform:translateY(0);
  transition:opacity .18s ease, visibility .18s ease;
  z-index:10020;
}

.glp1-menu.glp1-menu-primary > li.is-submenu-open > .sub-menu,
.glp1-menu.glp1-menu-primary > li:hover > .sub-menu,
.glp1-menu.glp1-menu-primary > li:focus-within > .sub-menu{
  opacity:1;
  visibility:visible;
}

.glp1-menu.glp1-menu-primary .sub-menu li{
  margin:0;
  padding:0;
}

.glp1-menu.glp1-menu-primary .sub-menu a{
  display:block;
  padding:12px 14px;
  border-radius:12px;
  background:rgba(255,255,255,.02);
  border:1px solid rgba(255,255,255,.045);
  color:#e6eef8;
  text-decoration:none;
  font-size:14px;
  font-weight:500;
  line-height:1.45;
  white-space:normal;
}

.glp1-menu.glp1-menu-primary .sub-menu a:hover{
  background:rgba(199,121,75,.14);
  border-color:rgba(199,121,75,.18);
  color:#fff8f3;
}

@media (max-width:860px){
  .glp1-submenu-toggle{
    display:inline-flex;
  }

  .glp1-menu.glp1-menu-primary > li.menu-item-has-children > a::after{
    content:"";
    position:static;
  }

  .glp1-menu.glp1-menu-primary .sub-menu{
    position:static;
    min-width:0;
    margin-top:0;
    padding:8px 0 0 14px;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    display:grid !important;
    gap:8px;
  }

  .glp1-menu.glp1-menu-primary .sub-menu a{
    background:rgba(255,255,255,.025);
  }
}

@media (max-width:860px){
  .glp1-submenu-toggle{
    width:34px;
    height:34px;
    border-radius:12px;
  }
}
