/* ==========================================================================
   Katy Craft - JL Dental Consultancy Limited
   Theme: Ice-white light theme with dental-sky accents
   ========================================================================== */

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

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background-color: #F7FAFC;
  color: #2B3E52;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  color: #4E8FBF;
}

h1, h2, h3, h4 {
  line-height: 1.2;
}

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */

.btn {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: background-color 0.2s ease, color 0.2s ease;
  cursor: pointer;
}

.btn-primary {
  background-color: #4E8FBF;
  color: #FFFFFF;
}

.btn-primary:hover {
  background-color: #2E5E8A;
  color: #FFFFFF;
}

.btn-outline {
  background-color: transparent;
  color: #2E5E8A;
  border-color: #2E5E8A;
}

.btn-outline:hover {
  background-color: #E3EEF6;
  color: #2E5E8A;
}

.btn-large {
  padding: 16px 34px;
  font-size: 17px;
}

.btn-block {
  width: 100%;
  text-align: center;
  font-family: inherit;
}

/* --------------------------------------------------------------------------
   Two-row navigation (sticky top)
   -------------------------------------------------------------------------- */

.two-row-nav {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: #F7FAFC;
  box-shadow: 0 1px 0 0 #E3EEF6;
}

.nav-top {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-chip {
  width: 30px;
  height: 30px;
  background-color: #4E8FBF;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brand-tooth {
  width: 14px;
  height: 18px;
  background-color: #FFFFFF;
  clip-path: polygon(20% 0, 80% 0, 100% 28%, 100% 60%, 78% 55%, 78% 100%, 60% 100%, 57% 54%, 43% 54%, 40% 100%, 22% 100%, 22% 55%, 0 60%, 0 28%);
}

.brand-word {
  font-size: 21px;
  font-weight: 700;
  color: #2E5E8A;
  letter-spacing: 0.04em;
}

.nav-contact-line {
  font-size: 14px;
  color: #7A94A8;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-contact-line a {
  color: #7A94A8;
  text-decoration: none;
}

.nav-contact-line a:hover {
  color: #4E8FBF;
}

.nav-sep {
  color: #7A94A8;
}

.nav-bar {
  border-top: 1px solid #E3EEF6;
  background-color: #F7FAFC;
}

.nav-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  list-style: none;
  display: flex;
  gap: 34px;
}

.nav-list a {
  display: block;
  padding: 14px 0 10px;
  color: #3A4A5C;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  position: relative;
}

.nav-list a::after {
  content: "";
  display: block;
  height: 3px;
  background-color: #4E8FBF;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease;
  margin-top: 4px;
}

.nav-list a:hover {
  color: #4E8FBF;
}

.nav-list a:hover::after,
.nav-list a.active::after {
  transform: scaleX(1);
}

.nav-list a.active {
  color: #4E8FBF;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
}

.nav-toggle-bar {
  width: 24px;
  height: 3px;
  background-color: #2E5E8A;
  border-radius: 2px;
}

/* --------------------------------------------------------------------------
   Mirror hero
   -------------------------------------------------------------------------- */

.mirror-hero {
  background-color: #F7FAFC;
}

.mirror-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 24px 72px;
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 56px;
  align-items: center;
}

.hero-graphic {
  background-color: #FFFFFF;
  border: 1px solid #E3EEF6;
  border-radius: 20px;
  position: relative;
  height: 460px;
}

.graphic-halo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #E3EEF6;
}

.graphic-tooth {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 116px;
  height: 148px;
  background-color: #4E8FBF;
  clip-path: polygon(18% 0, 82% 0, 100% 26%, 100% 62%, 80% 58%, 78% 100%, 60% 100%, 58% 56%, 42% 56%, 40% 100%, 22% 100%, 20% 58%, 0 62%, 0 26%);
  z-index: 2;
}

.graphic-smile {
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 28px;
  border: 5px solid transparent;
  border-bottom: 5px solid #FFFFFF;
  border-radius: 50%;
}

.graphic-drill {
  position: absolute;
  top: 58px;
  right: 28px;
  width: 66px;
  height: 26px;
  transform: rotate(-18deg);
  z-index: 2;
}

.drill-handle {
  position: absolute;
  top: 0;
  left: -12px;
  width: 24px;
  height: 26px;
  border-radius: 6px;
  background-color: #2E5E8A;
}

.drill-body {
  position: absolute;
  top: 5px;
  left: 0;
  width: 52px;
  height: 17px;
  border-radius: 9px;
  background-color: #4E8FBF;
}

.drill-tip {
  position: absolute;
  top: 10px;
  right: -20px;
  width: 20px;
  height: 6px;
  border-radius: 0 3px 3px 0;
  background-color: #7A94A8;
}

.graphic-brush {
  position: absolute;
  bottom: 28px;
  left: 28px;
  width: 124px;
  height: 28px;
  transform: rotate(-24deg);
  z-index: 2;
}

.brush-handle {
  position: absolute;
  top: 9px;
  left: 0;
  width: 96px;
  height: 12px;
  border-radius: 0 8px 8px 0;
  background-color: #2E5E8A;
}

.brush-bristles {
  position: absolute;
  top: 0;
  left: 96px;
  width: 28px;
  height: 28px;
  background-color: #E3EEF6;
  border-radius: 4px;
  display: flex;
  align-items: flex-end;
  gap: 3px;
  padding: 4px;
}

.brush-bristles i {
  flex: 1;
  background-color: #4E8FBF;
  border-radius: 2px 2px 0 0;
}

.graphic-mirror {
  position: absolute;
  top: 22px;
  left: 30px;
  width: 74px;
  height: 16px;
  transform: rotate(-34deg);
  z-index: 2;
}

.mirror-head {
  position: absolute;
  top: -18px;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 5px solid #4E8FBF;
}

.mirror-inner-ring {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #E3EEF6;
}

.mirror-stem {
  position: absolute;
  top: 2px;
  left: 54px;
  width: 20px;
  height: 7px;
  border-radius: 0 4px 4px 0;
  background-color: #2E5E8A;
}

.mirror-text-column {
  position: relative;
  z-index: 1;
}

.eyebrow-chip {
  display: inline-block;
  background-color: #4E8FBF;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.hero-headline {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.12;
  color: #2E5E8A;
  margin: 0 0 18px;
}

.hl-accent {
  color: #4E8FBF;
}

.hero-sub {
  font-size: 18px;
  line-height: 1.7;
  color: #3A4A5C;
  max-width: 560px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.hero-stats {
  list-style: none;
  display: flex;
  margin: 38px 0 0;
  padding: 0;
}

.hero-stats li {
  flex: 1;
  text-align: center;
  border-left: 1px solid #4E8FBF;
}

.hero-stats li:first-child {
  border-left: none;
}

.hero-stats strong {
  display: block;
  font-size: 30px;
  color: #2E5E8A;
}

.hero-stats span {
  font-size: 13px;
  color: #7A94A8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* --------------------------------------------------------------------------
   Duo panels
   -------------------------------------------------------------------------- */

.duo-panels {
  background-color: #F7FAFC;
  border-top: 1px solid #E3EEF6;
}

.duo-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 24px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 64px;
  align-items: start;
}

.duo-intro {
  position: sticky;
  top: 90px;
}

.panel-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4E8FBF;
  margin-bottom: 18px;
}

.eyebrow-node {
  width: 10px;
  height: 10px;
  background-color: #4E8FBF;
}

.duo-title {
  font-size: 32px;
  color: #2E5E8A;
  margin: 0 0 16px;
}

.duo-lead {
  color: #3A4A5C;
  line-height: 1.7;
}

.duo-lead-extra {
  margin-top: 14px;
}

.discipline-tags {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}

.discipline-tags li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 0;
  border-bottom: 1px solid #E3EEF6;
  font-weight: 700;
  color: #2E5E8A;
}

.tag-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4E8FBF;
}

.duo-content {
  display: flex;
  flex-direction: column;
}

.duo-block {
  position: relative;
  padding: 4px 0 40px 40px;
  border-bottom: 1px solid #E3EEF6;
  margin-bottom: 40px;
}

.duo-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.block-marker-wrap {
  position: absolute;
  left: 0;
  top: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block-marker {
  width: 14px;
  height: 14px;
  background-color: #4E8FBF;
}

.block-trace {
  width: 1px;
  height: 96px;
  background-color: #BBD4E8;
  margin-top: 6px;
}

.duo-block h3 {
  font-size: 24px;
  color: #2E5E8A;
  margin: 0 0 12px;
}

.duo-block p {
  color: #3A4A5C;
  line-height: 1.7;
  margin-bottom: 14px;
}

.mini-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mini-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 0;
  color: #3A4A5C;
  font-size: 15px;
}

.list-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4E8FBF;
}

/* --------------------------------------------------------------------------
   Metric band
   -------------------------------------------------------------------------- */

.metric-band {
  background-color: #4E8FBF;
}

.metric-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 52px 24px;
  display: flex;
}

.metric-item {
  flex: 1;
  text-align: center;
  border-left: 1px solid #BBD4E8;
}

.metric-item:first-child {
  border-left: none;
}

.metric-num {
  display: block;
  font-size: 46px;
  font-weight: 800;
  color: #FFFFFF;
}

.metric-label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #E3EEF6;
  margin-top: 4px;
}

/* --------------------------------------------------------------------------
   Statement band
   -------------------------------------------------------------------------- */

.statement-band {
  background-color: #FFFFFF;
}

.statement-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 24px;
}

.statement-text {
  font-size: 26px;
  line-height: 1.6;
  color: #2E5E8A;
  max-width: 860px;
  border-left: 4px solid #4E8FBF;
  padding-left: 28px;
}

/* --------------------------------------------------------------------------
   CTA band
   -------------------------------------------------------------------------- */

.cta-band {
  background-color: #E3EEF6;
}

.cta-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 24px;
  text-align: center;
}

.cta-title {
  font-size: 36px;
  color: #2E5E8A;
  margin: 0 0 14px;
}

.cta-sub {
  font-size: 18px;
  color: #3A4A5C;
  max-width: 640px;
  margin: 0 auto 28px;
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   Page head (secondary pages)
   -------------------------------------------------------------------------- */

.page-head {
  background-color: #F7FAFC;
  border-bottom: 1px solid #E3EEF6;
}

.page-head-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 24px 48px;
}

.page-title {
  font-size: 40px;
  color: #2E5E8A;
  margin: 0 0 16px;
  line-height: 1.15;
}

.page-lead {
  font-size: 18px;
  color: #3A4A5C;
  max-width: 780px;
  line-height: 1.7;
}

/* --------------------------------------------------------------------------
   Services page
   -------------------------------------------------------------------------- */

.services-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.service-block {
  background-color: #FFFFFF;
  border: 1px solid #E3EEF6;
  border-radius: 16px;
  padding: 32px;
}

.service-number {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #4E8FBF;
  letter-spacing: 0.12em;
}

.service-block h2 {
  font-size: 22px;
  color: #2E5E8A;
  margin: 12px 0 12px;
}

.service-block p {
  color: #3A4A5C;
  line-height: 1.7;
}

.process-band {
  background-color: #FFFFFF;
  border-top: 1px solid #E3EEF6;
  border-bottom: 1px solid #E3EEF6;
}

.process-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 24px;
}

.process-title {
  font-size: 32px;
  color: #2E5E8A;
  margin: 0 0 32px;
}

.process-steps {
  list-style: none;
  padding: 0;
  margin: 0;
}

.process-steps li {
  display: flex;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid #E3EEF6;
  align-items: baseline;
}

.process-steps li:last-child {
  border-bottom: none;
}

.process-steps strong {
  min-width: 190px;
  font-size: 18px;
  color: #2E5E8A;
}

.process-steps p {
  color: #3A4A5C;
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   Contact page
   -------------------------------------------------------------------------- */

.contact-layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 24px;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 40px;
  align-items: start;
}

.contact-form-panel {
  background-color: #FFFFFF;
  border: 1px solid #E3EEF6;
  border-radius: 16px;
  padding: 36px;
}

.contact-panel-title {
  font-size: 26px;
  color: #2E5E8A;
  margin: 0 0 8px;
}

.contact-panel-sub {
  color: #7A94A8;
  margin: 0 0 24px;
  line-height: 1.6;
}

.form-field {
  margin-bottom: 18px;
}

.form-field label {
  display: block;
  font-weight: 700;
  color: #2B3E52;
  margin-bottom: 6px;
  font-size: 14px;
}

.form-field input,
.form-field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #BBD4E8;
  border-radius: 8px;
  font-size: 16px;
  color: #2B3E52;
  background-color: #FFFFFF;
  font-family: inherit;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: #4E8FBF;
  box-shadow: 0 0 0 3px #E3EEF6;
}

.form-field textarea {
  resize: vertical;
}

.form-status {
  margin-top: 14px;
  font-weight: 600;
  color: #2E5E8A;
  min-height: 22px;
}

.contact-info-panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.info-card {
  background-color: #FFFFFF;
  border: 1px solid #E3EEF6;
  border-radius: 16px;
  padding: 24px;
}

.info-card h3 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #4E8FBF;
  margin: 0 0 10px;
}

.info-card p {
  color: #3A4A5C;
  line-height: 1.6;
  margin: 0;
}

.info-card a {
  color: #4E8FBF;
  text-decoration: none;
  font-weight: 600;
}

.hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px solid #E3EEF6;
  color: #3A4A5C;
}

.hours-list li:last-child {
  border-bottom: none;
}

/* --------------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------------- */

.faq-band {
  background-color: #FFFFFF;
  border-top: 1px solid #E3EEF6;
}

.faq-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 24px;
}

.faq-title {
  font-size: 32px;
  color: #2E5E8A;
  margin: 0 0 28px;
}

.faq-item {
  border-bottom: 1px solid #E3EEF6;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 700;
  color: #2E5E8A;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-family: inherit;
}

.faq-question::after {
  content: "+";
  color: #4E8FBF;
  font-size: 24px;
  line-height: 1;
}

.faq-item.open .faq-question::after {
  content: "-";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer p {
  padding: 0 0 20px;
  color: #3A4A5C;
  line-height: 1.7;
}

.faq-item.open .faq-answer {
  max-height: 400px;
}

/* --------------------------------------------------------------------------
   Four-column footer
   -------------------------------------------------------------------------- */

.four-col-footer {
  background-color: #2E5E8A;
  border-top: 1px solid #4A7BA8;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 24px 40px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.4fr;
  gap: 40px;
}

.footer-brand-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.footer-chip {
  width: 30px;
  height: 30px;
  background-color: #4E8FBF;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-tooth {
  width: 14px;
  height: 18px;
  background-color: #FFFFFF;
  clip-path: polygon(20% 0, 80% 0, 100% 28%, 100% 60%, 78% 55%, 78% 100%, 60% 100%, 57% 54%, 43% 54%, 40% 100%, 22% 100%, 22% 55%, 0 60%, 0 28%);
}

.footer-word {
  font-size: 21px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.04em;
}

.footer-blurb {
  color: #C4DCF0;
  line-height: 1.7;
  max-width: 320px;
}

.footer-heading {
  color: #FFFFFF;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 16px;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-contact li {
  padding: 6px 0;
}

.footer-links a {
  color: #FFFFFF;
  text-decoration: none;
}

.footer-links a:hover {
  color: #4E8FBF;
}

.footer-contact a {
  color: #FFFFFF;
  text-decoration: none;
}

.footer-contact a:hover {
  color: #4E8FBF;
}

.footer-contact li {
  color: #C4DCF0;
  line-height: 1.6;
}

.footer-legal {
  border-top: 1px solid #4A7BA8;
  padding: 18px 24px;
  text-align: center;
  color: #C4DCF0;
  font-size: 14px;
}

.footer-legal a {
  color: #C4DCF0;
  text-decoration: none;
}

.footer-legal a:hover {
  color: #FFFFFF;
}

.legal-sep {
  margin: 0 6px;
}

/* --------------------------------------------------------------------------
   Scroll reveal
   -------------------------------------------------------------------------- */

.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: none;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 960px) {
  .mirror-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-graphic {
    height: 380px;
    max-width: 520px;
  }

  .duo-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .duo-intro {
    position: static;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .nav-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 6px 24px;
    position: relative;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #F7FAFC;
    margin: 0;
    padding: 0 24px 12px;
    flex-direction: column;
    gap: 0;
    border-bottom: 1px solid #E3EEF6;
  }

  .nav-list.open {
    display: flex;
  }

  .nav-list a {
    padding: 12px 0;
    border-top: 1px solid #E3EEF6;
  }

  .nav-list a::after {
    display: none;
  }

  .nav-contact-line {
    display: none;
  }
}

@media (max-width: 560px) {
  .hero-headline {
    font-size: 32px;
  }

  .hero-sub {
    font-size: 16px;
  }

  .hero-stats {
    flex-direction: column;
    gap: 14px;
  }

  .hero-stats li {
    border-left: none;
    border-top: 1px solid #4E8FBF;
    padding-top: 12px;
    text-align: left;
  }

  .hero-stats li:first-child {
    border-top: none;
  }

  .metric-inner {
    flex-direction: column;
    gap: 26px;
  }

  .metric-item {
    border-left: none;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .page-title {
    font-size: 30px;
  }

  .cta-title {
    font-size: 28px;
  }

  .process-steps li {
    flex-direction: column;
    gap: 8px;
  }

  .process-steps strong {
    min-width: 0;
  }
}
