
html {
  overflow-y: scroll !important;
  height: auto !important;
}
body.website-refresh-page {
  min-height: 100%;
  overflow-y: auto !important;
}
body.website-refresh-page:not(.menu-open) {
  position: static !important;
  touch-action: pan-y;
  overscroll-behavior-y: auto;
}
body.website-refresh-page .page-transition,
body.website-refresh-page #scroll-progress {
  pointer-events: none !important;
}
body.website-refresh-page .cookie-banner {
  pointer-events: none;
}
body.website-refresh-page .cookie-banner button,
body.website-refresh-page .cookie-banner a {
  pointer-events: auto;
}
.website-refresh-page .section-label,
.website-refresh-page .page-hero-badge {
  letter-spacing: 0;
  max-width: 100%;
  white-space: normal;
  line-height: 1.35;
}
.website-refresh-page .page-hero {
  min-height: 0;
  padding-top: 96px;
  padding-bottom: 46px;
  display: block;
}
.website-refresh-page .page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, 0.96fr);
  gap: 3rem;
  align-items: center;
}
.website-refresh-page .page-hero h1 {
  max-width: 820px;
  font-size: clamp(2.4rem, 4.45vw, 3.7rem);
  line-height: 1.03;
  min-width: 0;
}
.website-refresh-page .page-hero p {
  max-width: 730px;
  min-width: 0;
  line-height: 1.68;
}
.refresh-title-break {
  display: inline;
}
.refresh-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.45rem;
  animation: fadeUp 0.7s ease 0.3s both;
}
.refresh-keyword-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
  animation: fadeUp 0.7s ease 0.36s both;
}
.refresh-keyword-row span {
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  color: rgba(255,255,255,0.72);
  font-size: 0.76rem;
  font-weight: 700;
  padding: 0.38rem 0.68rem;
}
.refresh-hero-panel {
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
  padding: 1.1rem;
  animation: fadeUp 0.7s ease 0.25s both;
}
.refresh-demo-screen {
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.03)),
    rgba(10,16,30,0.35);
  min-height: 270px;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}
.website-refresh-page .section {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
  scroll-margin-top: 92px;
}
.website-refresh-page .refresh-proof-strip {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.refresh-demo-screen::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -35%;
  height: 45%;
  background: linear-gradient(180deg, transparent, rgba(90,159,170,0.22), transparent);
  animation: refreshScan 5.2s ease-in-out infinite;
}
.refresh-demo-top {
  display: grid;
  grid-template-columns: 1fr 70px;
  gap: 0.8rem;
  align-items: center;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.refresh-demo-line {
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.2);
}
.refresh-demo-button {
  height: 30px;
  border-radius: 4px;
  background: var(--teal-light);
  animation: refreshPulse 2.6s ease-in-out infinite;
}
.refresh-demo-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 0.85rem;
  position: relative;
  z-index: 1;
}
.refresh-demo-card {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  padding: 0.85rem;
  background: rgba(255,255,255,0.055);
}
.refresh-demo-card strong {
  display: block;
  color: white;
  font-size: 0.9rem;
  margin-bottom: 0.55rem;
}
.refresh-demo-card span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.2);
  margin-top: 0.5rem;
}
.refresh-demo-card span:nth-child(3) { width: 74%; }
.refresh-demo-card span:nth-child(4) { width: 52%; }
.refresh-demo-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
  margin-top: 0.85rem;
  position: relative;
  z-index: 1;
}
.refresh-demo-metric {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 6px;
  color: rgba(255,255,255,0.76);
  font-size: 0.74rem;
  line-height: 1.35;
  padding: 0.65rem;
}
.refresh-demo-metric b {
  color: var(--sand);
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.2rem;
}
@keyframes refreshScan {
  0%, 12% { transform: translateY(0); opacity: 0; }
  28%, 65% { opacity: 1; }
  100% { transform: translateY(360%); opacity: 0; }
}
@keyframes refreshPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 rgba(90,159,170,0); }
  50% { transform: scale(1.035); box-shadow: 0 0 22px rgba(90,159,170,0.28); }
}
.refresh-proof-strip {
  background: var(--mist);
  border-bottom: 1px solid var(--border);
}
.refresh-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
}
.refresh-proof-item {
  background: white;
  min-height: 126px;
  padding: 1.25rem;
}
.refresh-proof-item strong {
  display: block;
  color: var(--navy);
  font-size: 0.96rem;
  margin-bottom: 0.45rem;
}
.refresh-proof-item span {
  color: var(--text-light);
  font-size: 0.84rem;
  line-height: 1.55;
}
.refresh-muted { background: var(--off-white); }
.refresh-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 3rem;
  align-items: start;
}
.refresh-lede {
  color: var(--text-light);
  font-size: 1.02rem;
  line-height: 1.85;
}
.refresh-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}
.refresh-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
  margin-top: 2rem;
}
.refresh-card,
.refresh-service-card,
.refresh-price-card,
.refresh-faq-item {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: white;
  padding: 1.2rem;
  box-shadow: 0 10px 28px rgba(26,39,68,0.05);
}
.refresh-service-card {
  min-height: 205px;
  transition: transform 0.24s var(--ease), box-shadow 0.24s var(--ease);
}
.refresh-service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 38px rgba(26,39,68,0.09);
}
.refresh-card h3,
.refresh-service-card h3,
.refresh-step h3,
.refresh-price-card h3,
.refresh-faq-item h3,
.refresh-marketing-card h3 {
  font-family: 'DM Sans', sans-serif;
  color: var(--navy);
  font-size: 1rem;
  margin-bottom: 0.55rem;
}
.refresh-card p,
.refresh-card li,
.refresh-service-card p,
.refresh-service-card li,
.refresh-step p,
.refresh-price-card p,
.refresh-price-card li,
.refresh-faq-item p,
.refresh-marketing-card p,
.refresh-marketing-card li {
  color: var(--text-light);
  font-size: 0.9rem;
  line-height: 1.65;
}
.refresh-service-card span {
  display: inline-flex;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 0.7rem;
}
.refresh-card ul,
.refresh-price-card ul,
.refresh-marketing-card ul {
  margin: 0.75rem 0 0;
  padding-left: 1.1rem;
}
.refresh-marketing-band {
  background: var(--navy);
  color: white;
}
.refresh-marketing-band .section-title,
.refresh-marketing-band .section-label {
  color: white;
}
.refresh-marketing-band .section-intro {
  color: rgba(255,255,255,0.68);
}
.refresh-marketing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
  margin-top: 2rem;
}
.refresh-marketing-card {
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 8px;
  background: rgba(255,255,255,0.055);
  padding: 1.2rem;
}
.refresh-marketing-card h3 {
  color: white;
}
.refresh-marketing-card p,
.refresh-marketing-card li {
  color: rgba(255,255,255,0.72);
}
.refresh-before-after {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.refresh-comparison {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: white;
  overflow: hidden;
}
.refresh-comparison h3 {
  background: var(--navy);
  color: white;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  padding: 1rem 1.1rem;
}
.refresh-comparison div {
  border-top: 1px solid var(--border);
  display: grid;
  gap: 0.28rem;
  padding: 0.95rem 1.1rem;
}
.refresh-comparison strong {
  color: var(--navy);
  font-size: 0.9rem;
}
.refresh-comparison span {
  color: var(--text-light);
  font-size: 0.86rem;
  line-height: 1.55;
}
.refresh-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.refresh-price-card {
  display: flex;
  flex-direction: column;
  min-height: 420px;
}
.refresh-price-card.featured {
  border-color: rgba(61,127,138,0.48);
  box-shadow: 0 18px 44px rgba(61,127,138,0.14);
}
.refresh-price-kicker {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 0.7rem;
}
.refresh-price {
  color: var(--navy);
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.7rem;
}
.refresh-price small {
  color: var(--text-light);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
}
.refresh-note {
  border-left: 3px solid var(--teal);
  background: rgba(61,127,138,0.08);
  color: var(--text-body);
  font-size: 0.9rem;
  line-height: 1.65;
  margin-top: 1.5rem;
  padding: 0.9rem 1rem;
}
.refresh-price-card .card-link {
  margin-top: auto;
}
.refresh-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
  margin-top: 2rem;
}
.refresh-step {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--off-white);
  padding: 1rem;
}
.refresh-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: var(--navy);
  color: white;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.refresh-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
[data-theme="dark"] .refresh-proof-item,
[data-theme="dark"] .refresh-card,
[data-theme="dark"] .refresh-service-card,
[data-theme="dark"] .refresh-comparison,
[data-theme="dark"] .refresh-price-card,
[data-theme="dark"] .refresh-faq-item,
[data-theme="dark"] .refresh-step {
  background: #162030 !important;
  border-color: rgba(255,255,255,0.14) !important;
}
[data-theme="dark"] .refresh-comparison div,
[data-theme="dark"] .refresh-comparison h3 {
  border-color: rgba(255,255,255,0.14) !important;
}
@media(max-width: 1000px) {
  .website-refresh-page .page-hero-inner,
  .refresh-split,
  .refresh-proof-grid,
  .refresh-process-grid,
  .refresh-marketing-grid {
    grid-template-columns: 1fr 1fr;
  }
  .refresh-service-grid,
  .refresh-grid,
  .refresh-pricing-grid {
    grid-template-columns: 1fr;
  }
  .refresh-price-card,
  .refresh-service-card {
    min-height: 0;
  }
}
@media(max-width: 720px) {
  .website-refresh-page .page-hero {
    min-height: 0;
    display: block;
    padding-top: 86px;
    padding-bottom: 30px;
  }
  .website-refresh-page .page-hero-inner,
  .refresh-split,
  .refresh-grid,
  .refresh-proof-grid,
  .refresh-before-after,
  .refresh-pricing-grid,
  .refresh-process-grid,
  .refresh-service-grid,
  .refresh-marketing-grid,
  .refresh-faq-grid {
    grid-template-columns: 1fr;
  }
  .website-refresh-page .page-hero-inner {
    gap: 1rem;
  }
  .website-refresh-page .page-hero h1 {
    font-size: 1.92rem;
    line-height: 1.1;
    max-width: 100%;
    margin-bottom: 0.9rem;
  }
  .website-refresh-page .page-hero-badge {
    font-size: 0.66rem;
  }
  .website-refresh-page .page-hero p {
    max-width: min(100%, 21rem);
    line-height: 1.55;
  }
  .website-refresh-page .section-title,
  .website-refresh-page .cta-band h2 {
    font-size: 2rem;
    line-height: 1.18;
  }
  .refresh-title-break {
    display: block;
  }
  .refresh-hero-actions {
    gap: 0.6rem;
    margin-top: 1rem;
  }
  .refresh-keyword-row {
    gap: 0.35rem;
    margin-top: 0.7rem;
  }
  .refresh-keyword-row span {
    font-size: 0.68rem;
    padding: 0.3rem 0.52rem;
  }
  .refresh-hero-panel {
    padding: 0.7rem;
  }
  .refresh-demo-screen {
    min-height: 0;
    padding: 0.7rem;
  }
  .refresh-demo-top {
    grid-template-columns: 1fr 58px;
    margin-bottom: 0.6rem;
  }
  .refresh-demo-button {
    height: 24px;
  }
  .refresh-demo-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
  }
  .refresh-demo-card {
    padding: 0.55rem;
  }
  .refresh-demo-card span {
    height: 6px;
    margin-top: 0.35rem;
  }
  .refresh-demo-metrics {
    display: none;
  }
  .refresh-price {
    font-size: 2rem;
  }
}
@media(max-width: 440px) {
  .website-refresh-page .page-hero {
    padding-top: 82px;
    padding-bottom: 28px;
  }
  .website-refresh-page .page-hero h1 {
    font-size: 1.96rem;
  }
  .website-refresh-page .page-hero p {
    max-width: min(100%, 19.75rem);
  }
  .refresh-card,
  .refresh-service-card,
  .refresh-price-card,
  .refresh-faq-item,
  .refresh-marketing-card,
  .refresh-comparison div {
    padding: 1rem;
  }
}
