
:root {
  --fp-primary: #4f0c29;
  --fp-primary-text: #ffffff;
  --fp-accent: #4f0c29;
  --fp-accent-dark: #3e0920;
  --fp-accent-soft: #eae2e5;
  --fp-accent-muted: #5d536c;
  --fp-accent-contrast: #ffffff;
  --fp-background: #faf8f9;
  --fp-surface: #ffffff;
  --fp-surface-alt: #e7e2e7;
  --fp-ink: #0f172a;
  --fp-muted: #5f6b7a;
  --fp-border: rgba(52, 17, 41, 0.18);
  --fp-overlay-dark: rgba(2, 6, 23, 0.62);
  --fp-gradient-a: #805065;
  --fp-gradient-b: #330a23;
  --fp-deep: #3e0920;
  --fp-deep-text: #ffffff;
  --fp-soft: #eae2e5;
  --fp-pale: #e7e2e7;
  --fp-white: #ffffff;
  --fp-line: rgba(52, 17, 41, 0.18);
  --fp-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
  --fp-heading-font: "Merriweather", system-ui, sans-serif;
  --fp-body-font: "Source Sans 3", system-ui, sans-serif;
  --font-heading: var(--fp-heading-font);
  --font-body: var(--fp-body-font);

  /* Temporary compatibility variables for existing template code */
  --primary: var(--fp-primary);
  --primary-text: var(--fp-primary-text);
  --heading-font: var(--fp-heading-font);
  --body-font: var(--fp-body-font);
  --ink: var(--fp-ink);
  --muted: var(--fp-muted);
  --soft: var(--fp-soft);
  --white: var(--fp-white);
  --line: var(--fp-line);
  --shadow: var(--fp-shadow);
}


* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--fp-ink);
  background:
    radial-gradient(circle at 10% 4%, var(--fp-accent-soft), transparent 28rem),
    linear-gradient(180deg, var(--fp-background), #ffffff 42%, var(--fp-surface-alt));
  font-family: var(--font-body);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.template-default-fivepage .site-shell {
  width: 100%;
  margin: 0;
}

.template-default-fivepage .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  width: min(1180px, calc(100% - 40px));
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  margin: 14px auto -92px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(15, 23, 42, 0.46);
  box-shadow: 0 18px 70px rgba(2, 6, 23, 0.22);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
}

.template-default-fivepage .site-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-family: var(--font-heading);
  font-weight: 950;
}

.template-default-fivepage .site-brand span:last-child {
  overflow: hidden;
  max-width: 280px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.template-default-fivepage .site-logo-mark {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--fp-accent-contrast);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent),
    var(--fp-accent);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.08);
}

.template-default-fivepage .site-logo-image {
  width: 138px;
  max-height: 52px;
  object-fit: contain;
}

.template-default-fivepage .site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 850;
}

.template-default-fivepage .site-nav a {
  padding: 10px 13px;
  border-radius: 999px;
  transition:
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.template-default-fivepage .site-nav a:hover,
.template-default-fivepage .site-nav a:focus-visible {
  color: var(--fp-accent-contrast);
  background: var(--fp-accent);
  transform: translateY(-1px);
}

.template-default-fivepage main {
  overflow: hidden;
}

.fp-hero {
  position: relative;
  display: grid;
  min-height: 72vh;
  place-items: end start;
  overflow: visible;
  isolation: isolate;
  background: #020617;
}

.fp-hero-full {
  min-height: 90vh;
}

.fp-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.fp-hero-media img,
.fp-hero-media .image-placeholder {
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  border-radius: 0;
  object-fit: cover;
}

.fp-hero-media img {
  animation: fpHeroZoom 18s ease-out both;
}

.fp-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 74% 16%, color-mix(in srgb, var(--fp-accent), transparent 48%), transparent 24rem),
    linear-gradient(90deg, rgba(2, 6, 23, 0.84) 0%, rgba(2, 6, 23, 0.54) 46%, rgba(2, 6, 23, 0.18) 100%),
    linear-gradient(0deg, rgba(2, 6, 23, 0.74), transparent 46%);
}

.fp-hero-content {
  position: relative;
  z-index: 3;
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 160px 0 96px;
  color: #ffffff;
}

.fp-hero-content h1,
.fp-page-hero h1,
.fp-section-heading h2,
.fp-split h2,
.fp-final-cta h2,
.fp-contact-details h2,
.fp-credibility-band h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 0.94;
}

.fp-hero-content h1 {
  max-width: 1000px;
}

.hero-title.text-short {
  max-width: 1000px;
  font-size: clamp(4.5rem, 8vw, 8.5rem);
  line-height: 0.92;
}

.hero-title.text-medium {
  max-width: 980px;
  font-size: clamp(4rem, 6.5vw, 7rem);
  line-height: 0.95;
}

.hero-title.text-long {
  max-width: 900px;
  font-size: clamp(3rem, 5vw, 5.5rem);
  line-height: 1;
}

.hero-title.text-xl {
  max-width: 900px;
  font-size: clamp(2.35rem, 4vw, 4rem);
  line-height: 1.05;
}

.fp-hero-content > p:not(.fp-eyebrow) {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.05rem, 1.6vw, 1.32rem);
  line-height: 1.7;
}

.fp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.fp-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.fp-button:hover,
.fp-button:focus-visible {
  transform: translateY(-2px);
}

.fp-button-primary {
  color: var(--fp-accent-contrast);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent),
    var(--fp-accent);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--fp-accent), transparent 62%);
}

.fp-button-primary:hover {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent),
    var(--fp-accent-dark);
}

.fp-button-secondary {
  color: var(--fp-accent-dark);
  border-color: color-mix(in srgb, var(--fp-accent), transparent 65%);
  background: var(--fp-accent-soft);
}

.fp-button-light {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.fp-eyebrow {
  margin: 0 0 14px;
  color: var(--fp-accent);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fp-eyebrow-light {
  color: color-mix(in srgb, var(--fp-accent), #ffffff 22%);
}

.fp-section,
.fp-split,
.fp-contact-grid,
.fp-contact-preview,
.fp-testimonials {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0;
}

.fp-section-heading {
  max-width: 900px;
  margin-bottom: 38px;
}

.fp-section-heading h2,
.fp-split h2,
.fp-contact-details h2,
.fp-credibility-band h2 {
  color: var(--fp-ink);
}

.section-title {
  max-width: 900px;
}

.section-title.text-short {
  font-size: clamp(3.4rem, 6vw, 6.5rem);
  line-height: 0.92;
}

.section-title.text-medium {
  font-size: clamp(3rem, 5vw, 5.25rem);
  line-height: 0.95;
}

.section-title.text-long {
  max-width: 820px;
  font-size: clamp(2.45rem, 4vw, 4rem);
  line-height: 1;
}

.section-title.text-xl {
  max-width: 820px;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  line-height: 1.05;
}

.fp-section-heading p,
.fp-split-copy p,
.fp-contact-details,
.fp-credibility-band p {
  color: var(--fp-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.fp-trust-strip {
  position: relative;
  z-index: 6;
  display: grid;
  width: min(1100px, calc(100% - 40px));
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: -48px auto 0;
  overflow: hidden;
  border: 1px solid var(--fp-border);
  border-radius: 28px;
  background: var(--fp-border);
  box-shadow: var(--fp-shadow);
}

.fp-trust-strip article {
  min-height: 164px;
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.72)),
    var(--fp-surface);
}

.fp-trust-strip span,
.fp-card-index,
.fp-process-card span {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  color: var(--fp-accent-contrast);
  background: var(--fp-accent);
  font-weight: 950;
}

.fp-trust-strip strong,
.fp-card h3,
.fp-process-card h3,
.fp-value-card h3,
.fp-faq-item h3 {
  display: block;
  margin: 18px 0 8px;
  color: var(--fp-ink);
  font-family: var(--font-heading);
  font-size: 1.25rem;
  line-height: 1.1;
}

.fp-trust-strip p,
.fp-card p,
.fp-process-card p,
.fp-value-card p,
.fp-faq-item p,
.fp-testimonial-card p {
  margin: 0;
  color: var(--fp-muted);
  line-height: 1.65;
}

.fp-card-grid,
.fp-process-grid,
.fp-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fp-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fp-card,
.fp-process-card,
.fp-value-card,
.fp-faq-item,
.fp-testimonial-card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--fp-border);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78)),
    var(--fp-surface);
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.08);
}

.fp-card::before,
.fp-process-card::before,
.fp-value-card::before,
.fp-testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--fp-accent), var(--fp-gradient-a));
}

.fp-card:hover,
.fp-process-card:hover,
.fp-value-card:hover {
  transform: translateY(-4px);
}

.fp-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 54px;
  align-items: center;
}

.fp-split-feature,
.fp-split-reverse {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.fp-split-reverse .fp-split-copy {
  order: 2;
}

.fp-split-media {
  overflow: hidden;
  min-height: 560px;
  border-radius: 34px;
  background: var(--fp-accent-soft);
  box-shadow: var(--fp-shadow);
}

.fp-split-media img,
.fp-split-media .image-placeholder,
.fp-page-hero-media img,
.fp-page-hero-media .image-placeholder {
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  object-fit: cover;
}

.fp-split-copy {
  display: grid;
  gap: 20px;
}

.fp-split-copy p {
  margin: 0;
}

.fp-process-section,
.fp-credibility-band,
.fp-final-cta {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--fp-accent), transparent 48%), transparent 22rem),
    linear-gradient(135deg, var(--fp-surface-alt), #ffffff);
  box-shadow: inset 0 0 0 1px var(--fp-border);
}

.fp-process-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.fp-service-area-band {
  display: flex;
  width: min(1180px, calc(100% - 40px));
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 96px auto;
  padding: 44px;
  border-radius: 32px;
  color: #ffffff;
  background:
    radial-gradient(circle at 80% 14%, color-mix(in srgb, var(--fp-accent), transparent 32%), transparent 18rem),
    linear-gradient(135deg, #071827, color-mix(in srgb, var(--fp-accent-dark), #020617 62%));
  box-shadow: var(--fp-shadow);
}

.fp-service-area-band h2,
.fp-final-cta h2 {
  margin: 0;
  font-family: var(--font-heading);
  letter-spacing: -0.04em;
}

.fp-service-area-band p:not(.fp-eyebrow),
.fp-final-cta p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.fp-credibility-band {
  text-align: center;
}

.fp-credibility-band h2,
.fp-credibility-band p {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}

.fp-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #ffffff;
  background:
    radial-gradient(circle at 8% 18%, color-mix(in srgb, var(--fp-accent), transparent 28%), transparent 22rem),
    linear-gradient(135deg, #020617, color-mix(in srgb, var(--fp-accent-dark), #020617 48%));
}

.fp-page-hero {
  display: grid;
  width: min(1180px, calc(100% - 40px));
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 48px;
  align-items: end;
  margin: 0 auto;
  padding: 150px 0 82px;
}

.fp-page-hero h1 {
  color: var(--fp-ink);
}

.page-title.text-short {
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: 0.92;
}

.page-title.text-medium {
  font-size: clamp(3.4rem, 5.8vw, 5.75rem);
  line-height: 0.95;
}

.page-title.text-long {
  max-width: 900px;
  font-size: clamp(2.75rem, 4.6vw, 4.75rem);
  line-height: 1;
}

.page-title.text-xl {
  max-width: 900px;
  font-size: clamp(2.2rem, 3.6vw, 3.5rem);
  line-height: 1.05;
}

.fp-page-hero p:not(.fp-eyebrow) {
  max-width: 720px;
  color: var(--fp-muted);
  font-size: 1.12rem;
  line-height: 1.72;
}

.fp-page-hero-media {
  overflow: hidden;
  min-height: 430px;
  border-radius: 34px;
  background: var(--fp-accent-soft);
  box-shadow: var(--fp-shadow);
}

.fp-area-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.fp-area-list li {
  padding: 14px 16px;
  border: 1px solid var(--fp-border);
  border-radius: 16px;
  color: var(--fp-ink);
  background: #ffffff;
  font-weight: 850;
}

.fp-contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.fp-contact-details {
  display: grid;
  gap: 20px;
}

.fp-contact-list {
  display: grid;
  gap: 12px;
}

.fp-contact-list p {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--fp-border);
  border-radius: 18px;
  color: var(--fp-ink);
  background: #ffffff;
  font-weight: 850;
}

.fp-contact-list span {
  color: var(--fp-accent);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fp-contact-note {
  padding: 22px;
  border-left: 5px solid var(--fp-accent);
  border-radius: 22px;
  color: var(--fp-muted);
  background: var(--fp-accent-soft);
  line-height: 1.65;
}

.fp-form {
  display: grid;
  gap: 16px;
  padding: 34px;
  border: 1px solid var(--fp-border);
  border-radius: 32px;
  background: #ffffff;
  box-shadow: var(--fp-shadow);
}

.fp-form label {
  display: grid;
  gap: 8px;
  color: var(--fp-ink);
  font-weight: 850;
}

.fp-form input,
.fp-form textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid var(--fp-border);
  border-radius: 16px;
  color: var(--fp-ink);
  background: #ffffff;
  font: inherit;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.fp-form input:focus,
.fp-form textarea:focus {
  border-color: var(--fp-accent);
  outline: 0;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--fp-accent), transparent 78%);
}

.fp-form-note {
  margin: 0;
  color: var(--fp-muted);
  font-size: 0.92rem;
}

.fp-contact-preview {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  align-items: start;
}

.fp-map-embed {
  overflow: hidden;
  border-radius: 34px;
  background: var(--fp-accent-soft);
  box-shadow: var(--fp-shadow);
}

.fp-map-embed iframe {
  display: block;
  width: 100%;
  min-height: 460px;
}

.fp-map-action {
  margin-top: 22px;
}

.fp-faq-list {
  display: grid;
  gap: 14px;
}

.fp-faq-item {
  min-height: auto;
}

.fp-testimonial-card {
  min-height: 230px;
}

.fp-testimonial-card p {
  font-size: 1.05rem;
}

.fp-testimonial-card strong {
  display: block;
  margin-top: 18px;
  color: var(--fp-accent-dark);
}

.image-placeholder {
  display: grid;
  width: 100%;
  min-height: 420px;
  place-items: center;
  border: 1px dashed color-mix(in srgb, var(--fp-accent), transparent 52%);
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 10%, var(--fp-accent-soft), transparent 18rem),
    linear-gradient(135deg, var(--fp-surface-alt), #ffffff);
}

.image-placeholder-inner {
  max-width: 460px;
  padding: 24px;
  text-align: center;
}

.image-placeholder-inner span {
  display: block;
  color: var(--fp-ink);
  font-family: var(--font-heading);
  font-weight: 950;
}

.image-placeholder-inner p {
  max-width: 420px;
  margin: 14px auto 0;
  color: var(--fp-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.template-default-fivepage .site-footer {
  display: flex;
  width: min(1180px, calc(100% - 40px));
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 70px auto 0;
  padding: 34px 0;
  border-top: 1px solid var(--fp-border);
  color: var(--fp-muted);
}

.template-default-fivepage .site-footer a:hover {
  color: var(--fp-accent-dark);
}

.motion-fade-up,
.motion-scale-in {
  opacity: 0;
  transition:
    opacity 640ms ease,
    transform 640ms ease;
}

.motion-fade-up {
  transform: translateY(24px);
}

.motion-scale-in {
  transform: scale(0.975);
}

.motion-fade-up.is-visible,
.motion-scale-in.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes fpHeroZoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.055);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .motion-fade-up,
  .motion-scale-in {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1080px) {
  .fp-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fp-page-hero,
  .fp-split,
  .fp-split-feature,
  .fp-split-reverse,
  .fp-contact-grid,
  .fp-contact-preview {
    grid-template-columns: 1fr;
  }

  .fp-split-reverse .fp-split-copy {
    order: initial;
  }
}

@media (max-width: 780px) {
  .template-default-fivepage .site-header {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    width: calc(100% - 28px);
    margin: 12px auto -128px;
    border-radius: 24px;
  }

  .template-default-fivepage .site-nav {
    justify-content: flex-start;
  }

  .fp-hero-full {
    min-height: 72vh;
  }

  .fp-hero-content {
    width: calc(100% - 32px);
    padding: 178px 0 64px;
  }

  .hero-title,
  .hero-title.text-short,
  .hero-title.text-medium {
    font-size: clamp(2.6rem, 13vw, 4.5rem);
    line-height: 0.95;
  }

  .hero-title.text-long,
  .hero-title.text-xl {
    font-size: clamp(2.2rem, 10vw, 3.4rem);
    line-height: 1.05;
  }

  .section-title,
  .section-title.text-short,
  .section-title.text-medium {
    font-size: clamp(2.2rem, 10vw, 3.8rem);
    line-height: 0.98;
  }

  .section-title.text-long,
  .section-title.text-xl {
    font-size: clamp(1.9rem, 8vw, 3rem);
    line-height: 1.08;
  }

  .page-title,
  .page-title.text-short,
  .page-title.text-medium {
    font-size: clamp(2.5rem, 12vw, 4.3rem);
    line-height: 0.96;
  }

  .page-title.text-long,
  .page-title.text-xl {
    font-size: clamp(2.05rem, 9vw, 3.35rem);
    line-height: 1.06;
  }

  .fp-trust-strip,
  .fp-process-grid,
  .fp-value-grid,
  .fp-card-grid,
  .fp-area-list {
    grid-template-columns: 1fr;
  }

  .fp-trust-strip {
    margin-top: 18px;
  }

  .fp-section,
  .fp-split,
  .fp-contact-grid,
  .fp-contact-preview,
  .fp-testimonials,
  .fp-page-hero,
  .fp-process-section,
  .fp-credibility-band,
  .fp-final-cta,
  .fp-service-area-band {
    width: calc(100% - 32px);
  }

  .fp-section,
  .fp-split,
  .fp-contact-grid,
  .fp-contact-preview,
  .fp-testimonials {
    padding: 68px 0;
  }

  .fp-page-hero {
    padding: 150px 0 58px;
  }

  .fp-process-section,
  .fp-credibility-band,
  .fp-final-cta,
  .fp-service-area-band {
    padding: 34px;
    border-radius: 28px;
  }

  .fp-final-cta,
  .fp-service-area-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .fp-split-media,
  .fp-page-hero-media {
    min-height: 340px;
  }

  .template-default-fivepage .site-footer {
    width: calc(100% - 32px);
    align-items: flex-start;
    flex-direction: column;
  }
}
