:root {
  --ink:    #1c1c2e;
  --accent: #1d4e89;
  --gold:   #9a7228;
  --paper:  #f6f1e9;
  --white:  #ffffff;
  --muted:  #6b6b7b;
  --border: #ddd8ce;
  --red3:   #c0392b;
  --amber2: #d4820a;
  --green1: #2e7d32;
  --series: #0d3d6e;
}.page-id-786 .gsb-trigger-top {
  display: none !important;
}.page-wrap {
  text-align: left !important;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px 60px;
}

.page-wrap * {
  text-align: left;
}

.page-wrap .snapshot,
.page-wrap .trust-row,
.page-wrap .cta-block,
.page-wrap .review-stars {
  text-align: center;
}

.page-wrap .masthead,
.page-wrap .series-banner,
.page-wrap .cta-block,
.page-wrap .series-more {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-left: calc(50vw - 410px);
  padding-right: calc(50vw - 410px);
}

@media (max-width: 900px) {
  .page-wrap .masthead,
  .page-wrap .series-banner,
  .page-wrap .cta-block,
  .page-wrap .series-more {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}/* ===== Insite Landing Page Styles ===== */
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
:root{
  --navy:#0f2356;
  --blue:#1e3a8a;
  --blue-mid:#2563eb;
  --green:#059669;
  --green-light:#ecfdf5;
  --green-border:#6ee7b7;
  --amber:#d97706;
  --amber-light:#fffbeb;
  --white:#ffffff;
  --bg:#f1f5f9;
  --border:#e2e8f0;
  --text:#0f172a;
  --muted:#64748b;
  --r:18px;
  --shadow:0 20px 56px rgba(15,23,42,.14);
}
body{
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
  background:var(--bg);
  color:var(--text);
  -webkit-font-smoothing:antialiased;
}
@media(max-width:900px){body{padding-bottom:84px}}

.lp-header{
  background:var(--navy);
  background-image:
    radial-gradient(ellipse at 80% -10%, rgba(37,99,235,.55) 0%, transparent 55%),
    radial-gradient(ellipse at 5% 110%, rgba(5,150,105,.22) 0%, transparent 45%);
  color:#fff;
  padding:40px 20px 36px;
  text-align:center;
}
.lp-header-inner{max-width:1060px;margin:0 auto}
.rics-logo-wrap{
  display:inline-block;
  background:#fff;
  padding:10px 22px;
  border-radius:10px;
  margin-bottom:20px;
  box-shadow:0 4px 18px rgba(0,0,0,.2);
}
.rics-logo-wrap img{height:46px;display:block}
.lp-header h1{
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(26px,5vw,48px);
  font-weight:900;
  line-height:1.08;
  color:#fff;
  margin-bottom:14px;
  letter-spacing:-.5px;
}
.lp-header h1 span{color:#6ee7b7}
.lp-tagline{
  font-size:15px;
  font-weight:600;
  color:rgba(255,255,255,.88);
  margin-bottom:20px;
  letter-spacing:.15px;
}
.hero-pills{
  display:flex;flex-wrap:wrap;justify-content:center;gap:8px 12px;margin-bottom:20px;
}
.hero-pill{
  display:inline-flex;align-items:center;gap:7px;
  background:rgba(255,255,255,.11);
  border:1px solid rgba(255,255,255,.2);
  color:#fff;padding:8px 13px;border-radius:999px;
  font-size:13px;font-weight:600;
  backdrop-filter:blur(6px);
}
.hero-pill .ck{
  width:16px;height:16px;background:var(--green);border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  font-size:10px;font-weight:900;color:#fff;flex-shrink:0;
}
.proof-pills{
  display:flex;flex-wrap:wrap;justify-content:center;gap:8px 12px;margin-bottom:14px;
}
.proof-pill{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.15);
  color:#fff;padding:8px 14px;border-radius:999px;
  font-size:13px;font-weight:600;
}
.proof-pill a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.header-contact{font-size:14px;font-weight:700;margin-top:10px}
.header-contact a{color:#fff;text-decoration:underline;text-underline-offset:3px;margin:0 8px}

.hero-cta-wrap{margin-top:22px}
.btn-hero-jump{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:var(--green);
  color:#fff;
  padding:16px 34px;
  border-radius:14px;
  font-family:inherit;
  font-size:17px;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 8px 28px rgba(5,150,105,.42);
  transition:background .2s, transform .12s, box-shadow .2s;
  letter-spacing:-.1px;
}
.btn-hero-jump:hover{
  background:#047857;
  box-shadow:0 10px 32px rgba(5,150,105,.52);
  transform:translateY(-2px);
}
.btn-hero-jump:active{transform:translateY(1px);box-shadow:none}
.btn-hero-jump svg{flex-shrink:0;transition:transform .2s}
.btn-hero-jump:hover svg{transform:translateY(3px)}

.trust-strip{
  background:#fff;
  border-bottom:1px solid var(--border);
  padding:11px 14px;
}
.trust-strip-inner{
  max-width:1100px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:8px 20px;
  justify-content:center;
  font-size:13px;
  font-weight:600;
  color:#334155;
}
.trust-strip-inner strong{color:var(--blue)}

.ips-quote-wrap *{box-sizing:border-box}
.ips-quote-wrap{
  font-family:inherit;
  background:#fff;
  border-radius:18px;
  box-shadow:0 18px 48px rgba(0,0,0,.12);
  padding:32px 28px;
  max-width:560px;
  margin:0 auto;
  scroll-margin-top:22px;
}
.ips-quote-wrap h3{
  font-size:22px;
  font-weight:900;
  color:#1e3a8a;
  margin-bottom:6px;
  letter-spacing:-.3px;
}
.ips-quote-wrap .ips-sub{
  font-size:14px;
  color:#475569;
  margin-bottom:24px;
  line-height:1.5;
}
.ips-field{margin-bottom:18px}
.ips-field label{
  display:block;
  font-size:13.5px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:7px;
}
.ips-field select,
.ips-field input{
  width:100%;
  padding:14px 16px;
  border:2px solid #e5e7eb;
  border-radius:12px;
  font-size:16px;
  font-family:inherit;
  color:#0f172a;
  background:#fff;
  appearance:none;
  -webkit-appearance:none;
  transition:border-color .2s;
}
.ips-field select:focus,
.ips-field input:focus{
  outline:none;
  border-color:#1e3a8a;
  box-shadow:0 0 0 4px rgba(30,58,138,.1);
}
.ips-select-wrap{position:relative}
.ips-select-wrap::after{
  content:"▾";
  position:absolute;
  right:16px;
  top:50%;
  transform:translateY(-50%);
  color:#475569;
  pointer-events:none;
  font-size:16px;
}
.ips-btn{
  width:100%;
  background:#1e3a8a;
  color:#fff;
  border:none;
  border-radius:14px;
  padding:17px 16px;
  font-size:16px;
  font-weight:900;
  font-family:inherit;
  cursor:pointer;
  transition:background .2s, transform .08s;
  margin-top:4px;
}
.ips-btn:hover{background:#172554}
.ips-btn:active{transform:translateY(1px)}
.ips-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}

.ips-result{
  display:none;
  margin-top:24px;
  border-top:2px solid #e5e7eb;
  padding-top:22px;
}
.ips-result.visible{display:block}

.ips-calc-steps{
  background:#f8fafc;
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:16px 18px;
  margin-bottom:18px;
}
.ips-calc-steps p{
  font-size:13px;
  color:#475569;
  font-weight:600;
  margin-bottom:6px;
  line-height:1.4;
}
.ips-calc-steps p:last-child{margin-bottom:0}
.ips-calc-steps p span.ips-val{
  color:#1e3a8a;
  font-weight:800;
}
.ips-calc-steps p.ips-step{
  opacity:0;
  transform:translateY(4px);
  transition:opacity .3s ease, transform .3s ease;
}
.ips-calc-steps p.ips-step.shown{
  opacity:1;
  transform:translateY(0);
}

.ips-price-box{
  background:linear-gradient(135deg,#1e3a8a 0%,#1d4ed8 100%);
  border-radius:14px;
  padding:22px 20px;
  text-align:center;
  color:#fff;
}
.ips-price-box.pulse-in{animation:ipsPulseIn .34s ease-out;}
@keyframes ipsPulseIn{
  0%{transform:scale(1)}
  45%{transform:scale(1.02)}
  100%{transform:scale(1)}
}
.ips-price-box .ips-label{
  font-size:13px;font-weight:600;opacity:.92;margin-bottom:6px;
}
.ips-price-box .ips-price{
  font-size:52px;font-weight:900;letter-spacing:-1px;line-height:1;margin-bottom:6px;
}
.ips-price-box .ips-price-note{
  font-size:12.5px;opacity:.84;line-height:1.45;
}
.ips-price-box .ips-price-note .ips-price-note-extra{
  display:block;margin-top:4px;
}

.ips-post-quote-actions{
  margin-top:20px;
  display:flex;
  flex-direction:column;
  gap:12px;
  align-items:center;
}
.btn-call-now{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  background:var(--green);
  color:#fff;
  padding:16px 32px;
  border-radius:14px;
  font-family:inherit;
  font-size:17px;
  font-weight:800;
  text-decoration:none;
  width:100%;
  box-shadow:0 8px 28px rgba(5,150,105,.35);
  transition:background .2s, transform .12s, box-shadow .2s;
}
.btn-call-now:hover{
  background:#047857;
  transform:translateY(-2px);
  box-shadow:0 10px 32px rgba(5,150,105,.45);
}
.btn-call-now:active{transform:translateY(1px);box-shadow:none}
.ips-or-divider{
  font-size:12px;
  color:#94a3b8;
  font-weight:600;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.ips-form-toggle{
  background:none;
  border:2px solid #e2e8f0;
  border-radius:12px;
  padding:12px 20px;
  font-family:inherit;
  font-size:14px;
  font-weight:700;
  color:#475569;
  cursor:pointer;
  width:100%;
  transition:border-color .2s, color .2s;
}
.ips-form-toggle:hover{border-color:#1e3a8a;color:#1e3a8a;}

.ips-reset{
  display:block;
  margin:12px auto 0;
  background:none;
  border:none;
  font-size:12.5px;
  color:#94a3b8;
  cursor:pointer;
  font-family:inherit;
  text-decoration:underline;
}

.ips-loading{
  display:none;
  text-align:center;
  padding:18px 0 6px;
  font-size:13.5px;
  color:#475569;
  font-weight:600;
}
.ips-loading.visible{display:block}
.ips-spinner{
  display:inline-block;
  width:20px;height:20px;
  border:3px solid #e5e7eb;
  border-top-color:#1e3a8a;
  border-radius:50%;
  animation:ips-spin .7s linear infinite;
  vertical-align:middle;
  margin-right:8px;
}
@keyframes ips-spin{to{transform:rotate(360deg)}}

.lp-form-section{
  max-width:560px;
  margin:0 auto 34px;
  scroll-margin-top:22px;
}
.lp-form-intro{
  text-align:center;
  padding:28px 16px 18px;
}
.lp-form-intro h3{
  font-family:Georgia,'Times New Roman',serif;
  font-size:22px;
  color:#1e3a8a;
  margin-bottom:8px;
}
.lp-form-intro p{
  font-size:14px;
  color:#475569;
  line-height:1.6;
  margin-bottom:10px;
}
.lp-form-reassure{
  background:#ecfdf5;
  border:1px solid #6ee7b7;
  border-radius:12px;
  padding:11px 14px;
  font-size:13px;
  color:#064e3b;
  font-weight:600;
  line-height:1.5;
  display:inline-block;
}

.sticky-bar{
  position:fixed;
  left:0;right:0;bottom:0;
  z-index:900;
  background:rgba(15,35,86,.96);
  backdrop-filter:blur(10px) saturate(180%);
  padding:10px 14px;
  display:flex;
  gap:10px;
  box-shadow:0 -8px 30px rgba(0,0,0,.2);
}
@media(min-width:900px){.sticky-bar{display:none}}
.sticky-bar a{
  flex:1;
  text-align:center;
  padding:13px 10px;
  border-radius:13px;
  font-weight:800;
  font-size:14px;
  text-decoration:none;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
}
.sticky-bar a.s-call{background:#fff;color:var(--blue)}
.sticky-bar a.s-quote{background:var(--green);color:#fff}

.wp-block-jetpack-contact-form{
  background:#fff;
  padding:24px 20px;
  border-radius:18px;
  box-shadow:0 18px 48px rgba(0,0,0,.12);
}
.wp-block-jetpack-contact-form label{
  font-family:inherit;
  font-weight:700;
  color:#0f172a;
}
.wp-block-jetpack-contact-form input,
.wp-block-jetpack-contact-form textarea,
.wp-block-jetpack-contact-form select{
  border-radius:12px;
  border:2px solid #e5e7eb;
  padding:13px 14px;
  font-family:inherit;
}
.wp-block-jetpack-contact-form .wp-block-button{margin-top:8px;}
.wp-block-jetpack-contact-form .wp-block-button__link{
  width:100%;
  background:#1e3a8a;
  color:#fff;
  border:none;
  border-radius:14px;
  padding:16px;
  font-size:16px;
  font-weight:800;
  font-family:inherit;
  text-align:center;
}
.wp-block-jetpack-contact-form .wp-block-button__link:hover{background:#172554;}
.lp-form-under-note{
  text-align:center;
  font-size:12px;
  color:#64748b;
  line-height:1.5;
  padding:10px 16px 20px;
}
/* ===== End Insite Landing Page Styles ===== */