﻿/* CAMPAIGNFORGE_V95_REAL_SITE_SHELL_CSS */
.tms-real-header-v95,
.tms-real-header-v95 *,
.tms-real-footer-v95,
.tms-real-footer-v95 *{box-sizing:border-box}
.tms-real-header-v95{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,255,255,.98);
  border-bottom:1px solid #e2e8f0;
  backdrop-filter:blur(14px);
  font-family:Arial,Helvetica,sans-serif;
}
.tms-real-nav-v95{
  width:min(1180px,calc(100% - 32px));
  min-height:78px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.tms-real-brand-v95{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  text-decoration:none;
  flex:0 0 auto;
  min-width:145px;
}
.tms-real-logo-v95{
  height:52px;
  width:auto;
  max-width:210px;
  object-fit:contain;
  display:block;
}
.tms-real-logo-fallback-v95{
  display:none;
  align-items:center;
  color:#07194f;
  font-weight:950;
  font-size:16px;
  letter-spacing:-.03em;
}
.tms-real-desktop-v95{
  display:flex;
  align-items:center;
  gap:18px;
  margin-left:auto;
}
.tms-real-link-v95,
.tms-real-drop-btn-v95{
  border:0;
  background:transparent;
  color:#07194f;
  text-decoration:none;
  font-weight:900;
  font-size:14px;
  line-height:1.2;
  padding:0;
  cursor:pointer;
  white-space:nowrap;
}
.tms-real-drop-btn-v95:after{
  content:"";
  display:inline-block;
  width:7px;
  height:7px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg) translateY(-2px);
  margin-left:8px;
}
.tms-real-link-v95:hover,
.tms-real-drop-btn-v95:hover{color:#2357e8}
.tms-real-cta-v95{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:11px 18px;
  border-radius:999px;
  background:#fff;
  color:#07194f;
  border:2px solid #07194f;
  font-weight:950;
  text-decoration:none;
  white-space:nowrap;
  font-size:14px;
}
.tms-real-cta-v95:hover{background:#07194f;color:#fff}
.tms-real-drop-v95{position:relative}
.tms-real-menu-v95{
  position:absolute;
  top:calc(100% + 14px);
  left:50%;
  transform:translateX(-50%) translateY(8px);
  width:min(640px,calc(100vw - 40px));
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  padding:16px;
  border:1px solid #dbe4f0;
  border-radius:22px;
  background:#fff;
  box-shadow:0 24px 70px rgba(8,23,74,.18);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:.18s ease;
  z-index:1002;
}
.tms-real-menu-v95.compact{width:min(360px,calc(100vw - 40px));grid-template-columns:1fr}
.tms-real-drop-v95:hover .tms-real-menu-v95,
.tms-real-drop-v95:focus-within .tms-real-menu-v95{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}
.tms-real-menu-v95 a{
  display:block;
  padding:12px 14px;
  border-radius:14px;
  color:#07194f;
  text-decoration:none;
  font-weight:850;
  font-size:13px;
  background:#f8fbff;
  border:1px solid #e6edf7;
}
.tms-real-menu-v95 a:hover{
  background:#07194f;
  color:#fff;
}
.tms-real-mobile-btn-v95{
  display:none;
  width:46px;
  height:46px;
  border:1px solid #dbe4f0;
  border-radius:14px;
  background:#fff;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}
.tms-real-mobile-btn-v95 span,
.tms-real-mobile-btn-v95 span:before,
.tms-real-mobile-btn-v95 span:after{
  display:block;
  width:22px;
  height:2px;
  background:#07194f;
  content:"";
  position:relative;
}
.tms-real-mobile-btn-v95 span:before{position:absolute;top:-7px}
.tms-real-mobile-btn-v95 span:after{position:absolute;top:7px}
.tms-real-mobile-overlay-v95{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(15,23,42,.38);
  z-index:10000;
}
body.tms-real-menu-open-v95 .tms-real-mobile-overlay-v95{display:block}
.tms-real-mobile-panel-v95{
  display:block;
  position:fixed;
  inset:0 0 0 auto;
  width:min(88vw,390px);
  height:100dvh;
  padding:18px;
  background:#fff;
  box-shadow:-24px 0 70px rgba(15,23,42,.2);
  transform:translateX(105%);
  transition:.22s ease;
  overflow:auto;
  z-index:10001;
}
body.tms-real-menu-open-v95 .tms-real-mobile-panel-v95{transform:translateX(0)}
.tms-real-mobile-close-v95{
  float:right;
  font-size:28px;
  line-height:1;
  background:#fff;
  border:1px solid #dbe4f0;
  border-radius:12px;
  color:#07194f;
  cursor:pointer;
  width:44px;
  height:44px;
}
.tms-real-mobile-panel-v95 .mobile-logo{
  margin:6px 0 16px;
  max-width:190px;
}
.tms-real-mobile-link-v95{
  display:block;
  padding:14px 0;
  border-bottom:1px solid #e2e8f0;
  color:#07194f;
  text-decoration:none;
  font-weight:900;
}
.tms-real-mobile-link-v95.strong{color:#2357e8}
.tms-real-footer-v95{
  background:#07194f;
  color:#fff;
  margin-top:42px;
  padding:56px 14px 28px;
  font-family:Arial,Helvetica,sans-serif;
}
.tms-real-footer-inner-v95{
  width:min(1180px,calc(100% - 32px));
  margin:0 auto;
}
.tms-real-footer-grid-v95{
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr;
  gap:34px;
  align-items:start;
}
.tms-real-footer-v95 h2{
  margin:0 0 14px;
  color:#fff;
  font-size:28px;
  line-height:1.1;
  letter-spacing:-.03em;
}
.tms-real-footer-v95 h3{
  margin:0 0 14px;
  color:#fff;
  font-size:18px;
}
.tms-real-footer-v95 p{
  margin:0 0 18px;
  color:#dbe7ff;
  line-height:1.55;
}
.tms-real-footer-v95 a{
  display:block;
  color:#fff;
  text-decoration:none;
  font-weight:850;
  margin:10px 0;
}
.tms-real-footer-v95 a:hover{text-decoration:underline}
.tms-real-footer-cta-v95{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:12px 18px;
  border-radius:999px;
  background:#fff;
  color:#07194f!important;
  font-weight:950;
  text-decoration:none!important;
  margin:0 0 16px!important;
}
.tms-real-footer-form-v95{
  display:flex;
  gap:8px;
  max-width:440px;
  margin-top:8px;
}
.tms-real-footer-form-v95 input{
  min-height:44px;
  border:0;
  border-radius:999px;
  padding:0 16px;
  background:#fff;
  color:#07194f;
  flex:1;
  min-width:0;
}
.tms-real-footer-form-v95 button{
  min-height:44px;
  border:0;
  border-radius:999px;
  padding:0 18px;
  background:#fff;
  color:#07194f;
  font-weight:950;
  cursor:pointer;
}
.tms-real-footer-bottom-v95{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
  margin-top:42px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.18);
  color:#dbe7ff;
  font-size:13px;
}
@media(max-width:1160px){
  .tms-real-desktop-v95{gap:12px}
  .tms-real-link-v95,.tms-real-drop-btn-v95,.tms-real-cta-v95{font-size:12px}
}
@media(max-width:980px){
  .tms-real-desktop-v95{display:none}
  .tms-real-mobile-btn-v95{display:flex}
  .tms-real-nav-v95{min-height:74px}
  .tms-real-footer-grid-v95{grid-template-columns:1fr 1fr}
  .tms-real-footer-bottom-v95{display:grid}
  .tms-real-footer-form-v95{max-width:100%}
}
@media(max-width:640px){
  .tms-real-logo-v95{height:46px;max-width:170px}
  .tms-real-footer-grid-v95{grid-template-columns:1fr}
  .tms-real-footer-form-v95{flex-direction:column}
  .tms-real-footer-v95{padding-top:42px}
}
