body.remortgage-savings{
  --bg:#ffffff;
  --bg-2:#f6f8fc;
  --surface:#ffffff;
  --surface-2:#fbfcfe;
  --surface-tint:#f3f0ff;
  --text:#0f172a;
  --text-2:#334155;
  --muted:#475569;
  --subtle:#64748b;
  --border:#e6e8ef;
  --shadow:0 10px 30px rgba(15,23,42,.08);
  --shadow-soft:0 8px 22px rgba(15,23,42,.06);
  --accent:#6d28d9;
  --accent-2:#7c3aed;
  --accent-soft:rgba(124,58,237,.12);
  background:var(--bg);
  color:var(--text);
  font-family:"Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

body.remortgage-savings .container{
  max-width:1240px;
  margin:0 auto;
  padding:0 18px;
  box-sizing:border-box;
}

body.remortgage-savings .page-shell{
  padding:12px 0 0;
  margin-bottom:22px;
}

body.remortgage-savings .hero{
  padding:26px 0 14px;
}

body.remortgage-savings .hero-inner{
  max-width:1240px;
  margin:0 auto;
  padding:0 18px;
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}

body.remortgage-savings .hero-copy h1{
  margin:0 0 10px;
  font-size:32px;
  font-weight:900;
  letter-spacing:-.02em;
  line-height:1.1;
}

body.remortgage-savings .hero-lede{
  margin:0;
  color:var(--muted);
  font-size:14.5px;
  line-height:1.6;
}

body.remortgage-savings .trust-row{
  margin-top:14px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

body.remortgage-savings .trust-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 10px;
  border:1px solid var(--border);
  border-radius:999px;
  background:var(--surface-2);
  color:var(--muted);
  font-size:12.5px;
  font-weight:700;
}

body.remortgage-savings .trust-info-block{
  border:1px solid var(--border);
  border-radius:18px;
  background:linear-gradient(180deg, #ffffff, var(--surface-2));
  padding:14px;
  box-shadow:var(--shadow-soft);
}

body.remortgage-savings .panel-title{
  margin:0 0 10px;
  font-size:15px;
  font-weight:900;
  letter-spacing:-.01em;
}

body.remortgage-savings .panel-list{
  margin:0;
  padding-left:18px;
  color:var(--muted);
  font-size:13.5px;
  line-height:1.6;
}

body.remortgage-savings .hero-note{
  margin-top:10px;
  color:var(--subtle);
  font-size:12.5px;
  line-height:1.45;
}

body.remortgage-savings .calculator-card{
  border:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
}

body.remortgage-savings .grid{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}

body.remortgage-savings .card{
  padding:18px;
  border:1px solid rgba(226,232,240,.95);
  border-radius:18px;
  background:#f6f9fe;
  box-shadow:var(--shadow-soft);
}

body.remortgage-savings .inputs-card{
  background:#ffffff;
}

body.remortgage-savings .results-card{
  background:#f6f9fe;
}

body.remortgage-savings .card-header{
  margin-bottom:6px;
}

body.remortgage-savings .card-title{
  margin:0;
  font-size:18px;
  font-weight:900;
  letter-spacing:-.01em;
}

body.remortgage-savings .card-subtitle{
  margin:6px 0 0;
  color:var(--subtle);
  font-size:13px;
  line-height:1.45;
}

body.remortgage-savings .form{
  display:block;
}

body.remortgage-savings .field{
  margin-top:12px;
}

body.remortgage-savings .field-label{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:13px;
  font-weight:800;
  color:var(--text);
  margin:0 0 8px;
}

body.remortgage-savings .field-label .li{
  width:18px;
  height:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--subtle);
  flex:0 0 auto;
}

body.remortgage-savings .input-wrap{
  display:flex;
  align-items:center;
  gap:10px;
  border:1px solid rgba(226,232,240,.95);
  border-radius:14px;
  background:#ffffff;
  padding:10px 12px;
}

body.remortgage-savings .input-wrap input,
body.remortgage-savings .input-wrap select{
  width:100%;
  background:transparent;
  border:0;
  padding:0;
  margin:0;
  outline:none;
  font-size:14px;
  color:var(--text);
  min-width:0;
}

body.remortgage-savings .prefix,
body.remortgage-savings .suffix{
  color:var(--subtle);
  font-weight:700;
  font-size:13px;
  flex:0 0 auto;
}

body.remortgage-savings select{
  width:100%;
  border:1px solid rgba(226,232,240,.95);
  border-radius:14px;
  background:#ffffff;
  padding:10px 12px;
  font-size:14px;
  color:var(--text);
  outline:none;
}

body.remortgage-savings select:focus{
  border-color:rgba(124,58,237,.55);
  box-shadow:0 0 0 4px var(--accent-soft);
}

body.remortgage-savings .input-wrap:focus-within{
  border-color:rgba(124,58,237,.55);
  box-shadow:0 0 0 4px var(--accent-soft);
  background:var(--surface);
}

body.remortgage-savings .hint{
  margin-top:6px;
  color:var(--subtle);
  font-size:12.5px;
  line-height:1.45;
}

body.remortgage-savings .form-row{
  display:flex;
  gap:10px;
  margin-top:16px;
  flex-wrap:wrap;
}

body.remortgage-savings .btn{
  appearance:none;
  border:1px solid var(--border);
  background:var(--surface);
  color:var(--text);
  padding:12px 14px;
  border-radius:14px;
  font-weight:800;
  font-size:14px;
  cursor:pointer;
}

body.remortgage-savings .btn.primary{
  background:linear-gradient(180deg, var(--accent-2), var(--accent));
  border-color:rgba(124,58,237,.6);
  color:#ffffff;
}

body.remortgage-savings .btn:active{
  transform:translateY(1px);
}

body.remortgage-savings .save-toggle{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:-10px;
  padding:5px 12px;
  color:var(--muted);
  font-size:13px;
  font-weight:600;
}

body.remortgage-savings .save-toggle input{
  width:18px;
  height:18px;
  margin:0;
  padding:0;
  accent-color:var(--accent);
}

body.remortgage-savings .form-message{
  margin-top:10px;
  min-height:18px;
  font-size:12.5px;
  color:#b91c1c;
  font-weight:700;
}

body.remortgage-savings .kpi-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  margin-top:10px;
}

body.remortgage-savings .kpi{
  border:1px solid rgba(226,232,240,.95);
  border-radius:16px;
  background:linear-gradient(180deg, #ffffff, #fbfdff);
  padding:12px 12px 10px;
}

body.remortgage-savings .kpi-label{
  color:var(--subtle);
  font-size:12.5px;
  font-weight:800;
  margin:0 0 6px;
}

body.remortgage-savings .kpi-value{
  font-size:22px;
  font-weight:900;
  letter-spacing:-.02em;
  margin:0;
  line-height:1.1;
}

body.remortgage-savings .kpi-meta{
  margin-top:6px;
  color:var(--subtle);
  font-size:12.5px;
  line-height:1.45;
  font-weight:700;
}

body.remortgage-savings .callout{
  margin-top:14px;
  border:1px solid rgba(124,58,237,.22);
  background:rgba(124,58,237,.06);
  border-radius:16px;
  padding:14px;
}

body.remortgage-savings .callout-title{
  margin:0 0 6px;
  font-size:14px;
  font-weight:900;
  letter-spacing:-.01em;
}

body.remortgage-savings .callout-body{
  margin:0;
  color:var(--muted);
  font-size:13.5px;
  line-height:1.6;
  font-weight:700;
}

body.remortgage-savings details.schedule{
  margin-top:14px;
  border:1px solid rgba(226,232,240,.95);
  border-radius:16px;
  background:#ffffff;
  overflow:hidden;
}

body.remortgage-savings details.schedule summary{
  padding:12px 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  cursor:pointer;
  font-weight:900;
  letter-spacing:-.01em;
  list-style:none;
}

body.remortgage-savings details.schedule summary::-webkit-details-marker{
  display:none;
}

body.remortgage-savings .summary-meta{
  color:var(--subtle);
  font-weight:800;
  font-size:12.5px;
}

body.remortgage-savings .table-wrap{
  overflow:auto;
  padding:0 14px 14px;
}

body.remortgage-savings .table{
  width:100%;
  border-collapse:collapse;
  min-width:860px;
  font-size:12.5px;
}

body.remortgage-savings .table th,
body.remortgage-savings .table td{
  padding:10px 8px;
  border-bottom:1px solid rgba(226,232,240,.95);
  text-align:left;
  white-space:nowrap;
}

body.remortgage-savings .table th{
  color:var(--subtle);
  font-weight:900;
  font-size:12px;
}

body.remortgage-savings .affiliate-slot{
  margin-top:14px;
}

body.remortgage-savings .affiliate-placeholder{
  min-height:1px;
}

body.remortgage-savings .mini-how{
  margin-top:14px;
  border:1px solid rgba(226,232,240,.95);
  border-radius:16px;
  background:#f8fafc;
  padding:14px;
}

body.remortgage-savings .mini-how .mh-head{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 10px;
}

body.remortgage-savings .mini-how .mh-ic{
  width:22px;
  height:22px;
  border-radius:8px;
  background:rgba(124,58,237,.12);
  color:var(--accent);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}

body.remortgage-savings .mini-how .mh-title{
  font-weight:900;
  letter-spacing:-.01em;
}

body.remortgage-savings .mini-how .mh-list{
  margin:0;
  padding-left:18px;
  color:var(--muted);
  font-size:13.5px;
  line-height:1.6;
}

.section-card{
  margin-top:22px;
  margin-bottom:10px;
  padding:0 18px;
  max-width:1240px;
  margin-left:auto;
  margin-right:auto;
  width:100%;
  box-sizing:border-box;
  overflow-x:hidden;
}

body.remortgage-savings .section-title{
  margin:0 0 8px;
  font-size:26px;
  letter-spacing:-.02em;
}

body.remortgage-savings .section-subtitle{
  margin:0 0 14px;
  color:var(--subtle);
  font-size:14px;
  line-height:1.5;
}

.guide-shell{
  margin-top:10px;
  padding:0;
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}

body.remortgage-savings .guide-main p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
}

body.remortgage-savings .guide-main p + p{
  margin-top:12px;
}

body.remortgage-savings .guide-footnote{
  margin-top:14px;
  color:var(--subtle);
  font-size:12.5px;
  line-height:1.45;
}

body.remortgage-savings .guide-aside{
  border:1px solid rgba(226,232,240,.95);
  border-radius:16px;
  background:#f6f9fe;
  padding:14px;
}

body.remortgage-savings .guide-aside h3{
  margin:0 0 10px;
  font-size:16px;
  font-weight:900;
  letter-spacing:-.01em;
}

body.remortgage-savings .guide-aside ul{
  margin:0;
  padding-left:18px;
  color:var(--muted);
  font-size:13.5px;
  line-height:1.6;
}

body.remortgage-savings .guide-aside li{
  margin:0 0 8px;
}

body.remortgage-savings .guide-aside li:last-child{
  margin-bottom:0;
}

body.remortgage-savings .aside-note{
  margin:12px 0 0;
  color:var(--subtle);
  font-size:12.5px;
  line-height:1.45;
  font-weight:700;
}

body.remortgage-savings .faq-grid{
  margin-top:14px;
  margin-bottom: 10px;
  display:grid;
  grid-template-columns: 1fr;
  gap:12px;

}

body.remortgage-savings .faq-item{
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.remortgage-savings .faq-item summary{
  position:relative;
}

body.remortgage-savings .faq-item summary::before{
  content:"";
  position:absolute;
  left:16px;
  right:16px;
  bottom:0;
  height:1px;
  background:var(--border);
}

body.remortgage-savings .faq-item summary{
  list-style:none;
  cursor:pointer;
  user-select:none;
  padding:14px 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  font-weight:400;
  letter-spacing:-0.01em;
  color:var(--text);
  padding-left:16px;
}

body.remortgage-savings .faq-item summary::-webkit-details-marker{
  display:none;
}

body.remortgage-savings .faq-item summary::after{
  content:"+";
  font-size:18px;
  line-height:1;
  color:rgba(51,65,85,.80);
  font-weight:800;
  margin-left:auto;
}

body.remortgage-savings .faq-item[open] summary::after{
  content:"–";
}

body.remortgage-savings .faq-body{
  padding:10px 16px 14px;
}

body.remortgage-savings .faq-body p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
  font-size:13.5px;
}

body.remortgage-savings .last-updated{
  margin-top:14px;
  margin-bottom:10px;
  color:var(--subtle);
  font-size:12.5px;
  font-weight:700;
}

body.remortgage-savings .results-card[data-collapsed="true"] .results-shell{
  display:none;
}

body.remortgage-savings .results-card[data-collapsed="false"] .results-shell{
  display:block;
}

@media (min-width:600px){
  body.remortgage-savings .kpi-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (min-width:920px){
  body.remortgage-savings .hero-inner{
    grid-template-columns:1.25fr .75fr;
    gap:18px;
    align-items:start;
  }

  body.remortgage-savings .grid{
    grid-template-columns:1fr 1fr;
    gap:18px;
    align-items:start;
  }

  body.remortgage-savings .card{
    padding:18px;
  }

  body.remortgage-savings .form{
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:14px;
    align-items:start;
  }

  body.remortgage-savings .form-row,
  body.remortgage-savings .save-toggle,
  body.remortgage-savings .form-message{
    grid-column:1 / -1;
  }

  body.remortgage-savings .faq-grid{
    grid-template-columns:1fr 1fr;
    gap:14px;
  }

  body.remortgage-savings .guide-shell{
    grid-template-columns:1.35fr .65fr;
    gap:18px;
    align-items:start;
  }
}


body.remortgage-savings .main-container{
  padding-bottom:10px !important;
}