.elementor-6741 .elementor-element.elementor-element-3009c8d{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4510ff7 *//* ============================================
   MARK-ONE LLC — Shared stylesheet
   Style replicating https://markoneinc.com/
   ============================================ */

* { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:   #1a3a6c;   /* header background */
  --navy-2: #14315c;   /* deeper navy */
  --red:    #a01e2a;   /* red bordeaux from navbar / cards */
  --red-2:  #8a1a24;   /* darker red on hover */
  --white:  #ffffff;
  --gray-bg:#f5f5f5;
  --gray-line:#e2e2e2;
  --text:   #1f1f1f;
  --muted:  #666666;
}

html, body {
  font-family: 'Roboto', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a   { color: inherit; text-decoration: none; }

/* ---------- TOP BAR (navy with contacts) ---------- */
.topbar {
  background: var(--navy);
  color: #fff;
  padding: 16px 0;
}
.topbar .wrap {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 16px;
}
.logo { display: flex; align-items: center; gap: 10px; }
.logo-box {
  background: #fff; color: var(--navy);
  font-family: 'Arial Black', Impact, sans-serif;
  font-weight: 900; letter-spacing: 1px;
  padding: 6px 12px; border: 2px solid var(--red);
  font-size: 18px; line-height: 1;
}
.logo-box .m1 { color: var(--red); }
.logo-text {
  color: #fff; font-weight: 900; font-size: 22px;
  letter-spacing: 2px;
}
.contacts { display: flex; gap: 28px; flex-wrap: wrap; }
.contact-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 15px; color: #fff;
}
.contact-item .ico {
  width: 32px; height: 32px;
  border: 1px solid #fff; display: flex;
  align-items: center; justify-content: center;
  font-size: 14px;
}

/* ---------- NAVBAR (red) ---------- */
.navbar {
  background: var(--red);
}
.navbar .wrap {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap;
}
.menu { display: flex; flex-wrap: wrap; }
.menu a {
  display: block; color: #fff;
  font-weight: 700; font-size: 14px; letter-spacing: 1px;
  text-transform: uppercase;
  padding: 18px 22px;
  transition: background .2s;
}
.menu a:hover, .menu a.active { background: #fff; color: var(--red); }
.socials { display: flex; gap: 14px; padding-right: 6px; }
.socials a {
  color: #fff; font-size: 16px;
  width: 30px; height: 30px;
  display: flex; align-items: center; justify-content: center;
}

/* ---------- HERO ---------- */
.hero {
  position: relative;
  min-height: 460px;
  background-size: cover; background-position: center;
  display: flex; align-items: center; justify-content: center;
  text-align: center; color: #fff;
  padding: 90px 24px;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,49,92,.55), rgba(20,49,92,.45));
}
.hero .inner { position: relative; z-index: 2; max-width: 1100px; }
.hero h1 {
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 900; text-transform: uppercase;
  letter-spacing: 1px; line-height: 1.1;
  text-shadow: 0 2px 8px rgba(0,0,0,.35);
}
.hero p {
  margin-top: 18px; font-size: 18px;
  max-width: 780px; margin-left: auto; margin-right: auto;
  text-shadow: 0 2px 6px rgba(0,0,0,.35);
}
.btn-hero {
  display: inline-block; margin-top: 28px;
  background: var(--red); color: #fff;
  padding: 14px 32px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 1.5px;
  font-size: 14px;
  border: 2px solid var(--red);
  transition: all .2s;
}
.btn-hero:hover { background: transparent; color: #fff; }

/* ---------- SECTIONS ---------- */
section { padding: 70px 24px; }
.wrap { max-width: 1200px; margin: 0 auto; }
.section-title {
  text-align: center;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 900; text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
  color: var(--text);
}
.section-sub {
  text-align: center; color: var(--muted);
  max-width: 780px; margin: 0 auto 50px;
  font-size: 17px;
}

/* ---------- INTRO / DESCRIPTION ---------- */
.intro p {
  font-size: 17px; color: #333;
  max-width: 900px; margin: 0 auto 16px;
  text-align: center;
}

/* ---------- PROCESS STEPS ---------- */
.steps {
  background: var(--gray-bg);
}
.steps-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px; margin-top: 20px;
}
.step-card {
  background: #fff; padding: 30px 24px;
  border: 1px solid var(--gray-line);
  position: relative;
}
.step-num {
  font-family: 'Arial Black', Impact, sans-serif;
  color: var(--red); font-size: 54px;
  font-weight: 900; line-height: 1;
}
.step-card h3 {
  margin-top: 14px; font-size: 16px;
  text-transform: uppercase; letter-spacing: 1px;
  font-weight: 800;
}
.step-card p { margin-top: 10px; color: var(--muted); font-size: 15px; }

/* ---------- TWO-COL CARDS (red / blue) ---------- */
.dual {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 26px;
}
.dual-card {
  border: 2px solid;
  padding: 0;
  background: #fff;
  display: flex; flex-direction: column;
}
.dual-card.red   { border-color: var(--red); }
.dual-card.blue  { border-color: var(--navy); }
.dual-card .head {
  padding: 18px;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 18px; letter-spacing: 1px;
  text-transform: uppercase;
}
.dual-card.red  .head { background: var(--red); }
.dual-card.blue .head { background: var(--navy); }
.dual-card ul { list-style: none; padding: 26px 30px; }
.dual-card ul li {
  padding: 8px 0; font-size: 16px;
  display: flex; align-items: center; gap: 10px;
}
.dual-card.red  ul li::before { content: "✓"; color: var(--red);  font-weight: 900; }
.dual-card.blue ul li::before { content: "✓"; color: var(--navy); font-weight: 900; }
.dual-card .cta { padding: 0 30px 30px; text-align: center; }
.btn-card {
  display: inline-block; padding: 12px 26px;
  font-weight: 800; text-transform: uppercase;
  letter-spacing: 1px; font-size: 13px;
  color: #fff;
}
.dual-card.red  .btn-card { background: var(--red); }
.dual-card.blue .btn-card { background: var(--navy); }
.btn-card:hover { opacity: .9; }

/* ---------- BENEFITS GRID ---------- */
.benefits-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px; margin-top: 20px;
}
.benefit {
  text-align: center; padding: 20px;
}
.benefit .b-icon {
  width: 70px; height: 70px; border-radius: 50%;
  background: var(--navy); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; margin: 0 auto 18px;
  font-weight: 900;
}
.benefit h4 {
  text-transform: uppercase; font-weight: 800;
  font-size: 15px; letter-spacing: 1px; margin-bottom: 10px;
}
.benefit p { color: var(--muted); font-size: 15px; }

/* ---------- FAQ ---------- */
.faq { background: var(--gray-bg); }
.faq-item {
  background: #fff;
  border: 1px solid var(--gray-line);
  margin-bottom: 12px;
}
.faq-item summary {
  cursor: pointer; padding: 18px 22px;
  font-weight: 700; font-size: 16px;
  list-style: none; position: relative;
  user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 22px; top: 50%;
  transform: translateY(-50%); font-size: 24px;
  color: var(--red); font-weight: 900;
}
.faq-item[open] summary::after { content: "−"; }
.faq-item .answer {
  padding: 0 22px 18px; color: #444; font-size: 15px;
}

/* ---------- TESTIMONIALS ---------- */
.testimonials { background: #fff; }
.testi-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.testi {
  background: var(--gray-bg);
  padding: 28px;
  border-left: 4px solid var(--red);
}
.testi p { font-style: italic; color: #333; font-size: 15px; line-height: 1.6; }
.testi .who {
  margin-top: 16px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 1px;
  font-size: 13px; color: var(--navy);
}

/* ---------- CTA BANNER ---------- */
.cta-banner {
  background: var(--navy);
  color: #fff;
  text-align: center;
  padding: 60px 24px;
}
.cta-banner h2 {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 900; text-transform: uppercase;
  letter-spacing: 1px; margin-bottom: 14px;
}
.cta-banner p { font-size: 17px; opacity: .9; margin-bottom: 26px; }
.btn-cta {
  display: inline-block;
  background: var(--red); color: #fff;
  padding: 16px 38px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 1.5px;
  font-size: 14px; border: 2px solid var(--red);
  transition: all .2s;
}
.btn-cta:hover { background: transparent; }

/* ---------- FOOTER ---------- */
.footer {
  background: #0e2548; color: #cfd8e6;
  padding: 50px 24px 24px;
}
.footer .wrap {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 36px;
}
.footer h5 {
  color: #fff; text-transform: uppercase;
  letter-spacing: 1px; margin-bottom: 16px;
  font-size: 15px;
}
.footer p, .footer a { font-size: 14px; line-height: 1.9; }
.footer a:hover { color: #fff; }
.footer-bottom {
  text-align: center; margin-top: 36px;
  padding-top: 20px; border-top: 1px solid #1c3a66;
  font-size: 13px; color: #8aa2c2;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
  .topbar .wrap { justify-content: center; text-align: center; }
  .contacts { justify-content: center; }
  .menu a { padding: 14px 14px; font-size: 13px; }
  .hero { min-height: 360px; padding: 70px 20px; }
  section { padding: 50px 18px; }
}
footer.site-footer, .elementor-location-footer { display: none !important; }/* End custom CSS */