/* Sofmira static/corporate pages — isolated layout and content system. */

body:has(#wrapper.sfm-static-layout) {
  background: #f4f5f1;
}

body:has(#wrapper.sfm-static-layout) .sayfabaslik {
  float: none !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 24px 0 0 !important;
  padding: clamp(34px, 5vw, 58px) !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  border: 1px solid rgba(99, 215, 232, .22) !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at 88% 18%, rgba(0, 210, 227, .24), transparent 30%),
    radial-gradient(circle at 72% 120%, rgba(98, 255, 77, .14), transparent 35%),
    linear-gradient(135deg, #00143d 0%, #02285f 58%, #06477b 100%) !important;
  box-shadow: 0 22px 58px rgba(0, 26, 75, .17) !important;
  color: rgba(239, 249, 255, .8) !important;
}

body:has(#wrapper.sfm-static-layout) .sayfabaslik h1 {
  max-width: 820px !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(38px, 5vw, 64px) !important;
  font-weight: 800 !important;
  line-height: 1.02 !important;
  letter-spacing: -.045em !important;
  overflow-wrap: anywhere;
}

body:has(#wrapper.sfm-static-layout) .sayfabaslik :is(.breadcrumb, .breadcrumb a, .breadcrumb span) {
  color: rgba(239, 249, 255, .8) !important;
}

body:has(#wrapper.sfm-static-layout) .sayfabaslik > :is(a, span, i) {
  color: rgba(239, 249, 255, .8) !important;
}

#wrapper.sfm-static-layout {
  float: none !important;
  clear: both !important;
  width: min(1240px, calc(100% - 40px)) !important;
  max-width: 1240px !important;
  margin: clamp(28px, 4vw, 46px) auto 82px !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(235px, 278px) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 38px);
  align-items: start;
  box-sizing: border-box !important;
}

#wrapper.sfm-static-layout.no-sidebar {
  grid-template-columns: minmax(0, 1fr);
}

#wrapper.sfm-static-layout > .sfm-static-content {
  grid-column: 2;
  grid-row: 1;
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: clamp(30px, 4vw, 54px) !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  color: #26374d !important;
  border: 1px solid #dbe3e7 !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 18px 48px rgba(0, 29, 72, .08) !important;
}

#wrapper.sfm-static-layout.no-sidebar > .sfm-static-content {
  grid-column: 1;
  width: 100% !important;
}

#wrapper.sfm-static-layout > .sfm-static-content > div {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

#wrapper.sfm-static-layout.is-services > .sfm-static-content,
#wrapper.sfm-static-layout.is-about > .sfm-static-content {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#wrapper.sfm-static-layout .sfm-static-sidebar {
  grid-column: 1;
  grid-row: 1;
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  overflow: hidden;
  position: sticky;
  top: 112px;
  z-index: 3;
  border: 1px solid #dbe4e8 !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 16px 42px rgba(0, 31, 72, .08) !important;
}

.sfm-static-sidebar__heading {
  display: grid;
  gap: 6px;
  padding: 22px 22px 19px;
  background:
    radial-gradient(circle at 100% 0, rgba(0, 201, 220, .22), transparent 42%),
    linear-gradient(145deg, #001641, #03295e);
}

.sfm-static-sidebar__heading span {
  color: #55deeb;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sfm-static-sidebar__heading strong {
  color: #fff;
  font-size: 18px;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: -.02em;
}

#wrapper.sfm-static-layout .sfm-static-nav {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 10px !important;
  display: grid;
  gap: 3px;
  box-sizing: border-box !important;
  background: #fff;
}

#wrapper.sfm-static-layout .sfm-static-nav a {
  float: none !important;
  width: auto !important;
  min-height: 46px;
  margin: 0 !important;
  padding: 11px 12px !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-sizing: border-box !important;
  color: #33445b !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: transparent !important;
  transition: color .18s ease, background .18s ease, transform .18s ease;
}

#wrapper.sfm-static-layout .sfm-static-nav a i {
  flex: 0 0 auto;
  color: #7c8b9d;
  font-size: 15px;
  transition: transform .18s ease, color .18s ease;
}

#wrapper.sfm-static-layout .sfm-static-nav a:hover {
  color: #00204f !important;
  background: #eef9fa !important;
  transform: translateX(2px);
}

#wrapper.sfm-static-layout .sfm-static-nav a:hover i {
  color: #00a9b9;
  transform: translateX(2px);
}

#wrapper.sfm-static-layout .sfm-static-nav a.is-active {
  color: #fff !important;
  background: linear-gradient(135deg, #00265b, #064881) !important;
  box-shadow: 0 8px 20px rgba(0, 45, 100, .17);
}

#wrapper.sfm-static-layout .sfm-static-nav a.is-active i {
  color: #6ce8f0;
}

#wrapper.sfm-static-layout .sfm-static-nav a:focus-visible,
.sfm-static-sidebar__cta:focus-visible,
.sfm-about-page a:focus-visible {
  outline: 3px solid rgba(0, 185, 202, .42) !important;
  outline-offset: 3px !important;
}

.sfm-static-sidebar__cta {
  margin: 0 10px 10px;
  padding: 17px;
  display: grid;
  gap: 8px;
  color: #dbeefa !important;
  text-decoration: none !important;
  border-radius: 15px;
  background: #001b48;
}

.sfm-static-sidebar__cta span {
  color: #b9ccdc;
  font-size: 12px;
  line-height: 1.45;
}

.sfm-static-sidebar__cta strong {
  color: #fff;
  font-size: 14px;
}

.sfm-static-sidebar__cta i {
  margin-left: 5px;
  color: #60e3ed;
}

/* Shared corporate navigation on contact, knowledge base and editorial pages. */
#wrapper.sfm-static-layout.is-directory > .sfm-directory-content {
  padding: clamp(26px, 3.4vw, 44px) !important;
  overflow: hidden !important;
}

#wrapper.sfm-static-layout .sfm-directory-content > :is(.iletisimpage, .sayfacontent, .listeleme) {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#wrapper.sfm-static-layout .sfm-directory-content > .sidebar {
  float: none !important;
  width: 100% !important;
  margin: 28px 0 0 !important;
  padding: 22px !important;
  box-sizing: border-box !important;
  border: 1px solid #dbe4e8 !important;
  border-radius: 17px !important;
  background: #f6fafb !important;
}

#wrapper.sfm-static-layout .sfm-directory-content > .sidebar:has(.sidelinks:empty) {
  display: none !important;
}

#wrapper.sfm-static-layout .sfm-directory-content .listeleme > .list {
  box-sizing: border-box !important;
}

/* Legal and information content */
.sfm-static-content .sfm-legal-page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  color: #3c4b60;
  font-size: 16px;
  line-height: 1.78;
  overflow-wrap: anywhere;
}

.sfm-static-content .sfm-legal-page > :first-child {
  margin-top: 0 !important;
}

.sfm-static-content .sfm-legal-page :is(h1, h2, h3, h4) {
  max-width: 850px;
  color: #001a4b !important;
  font-weight: 780 !important;
  line-height: 1.16 !important;
  letter-spacing: -.025em !important;
  text-wrap: balance;
}

.sfm-static-content .sfm-legal-page :is(h1, h2) {
  margin: 38px 0 15px !important;
  font-size: clamp(27px, 3.4vw, 40px) !important;
}

.sfm-static-content .sfm-legal-page h3 {
  margin: 30px 0 12px !important;
  font-size: clamp(21px, 2.2vw, 27px) !important;
}

.sfm-static-content .sfm-legal-page :is(p, li) {
  color: #46566b !important;
  font-size: 16px !important;
  line-height: 1.78 !important;
}

.sfm-static-content .sfm-legal-page :is(ul, ol) {
  padding-left: 24px !important;
}

.sfm-static-content .sfm-legal-page li + li {
  margin-top: 8px;
}

.sfm-static-content .sfm-legal-page a {
  color: #007f90 !important;
  font-weight: 650;
  text-underline-offset: 3px;
}

.sfm-static-content .sfm-legal-page [data-sfm-cookie-withdraw] {
  appearance: none;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid #007f90;
  border-radius: 999px;
  background: #007f90;
  color: #fff;
  font: 750 14px/1.2 Manrope, Arial, sans-serif;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.sfm-static-content .sfm-legal-page [data-sfm-cookie-withdraw]:hover,
.sfm-static-content .sfm-legal-page [data-sfm-cookie-withdraw]:focus-visible {
  background: #006a78;
  box-shadow: 0 10px 24px rgba(0, 127, 144, .2);
  transform: translateY(-1px);
  outline: 3px solid rgba(0, 127, 144, .18);
  outline-offset: 2px;
}

.sfm-static-content .sfm-legal-page :is(img, iframe, video) {
  max-width: 100% !important;
}

.sfm-static-content .sfm-legal-page img {
  height: auto !important;
  border-radius: 16px;
}

.sfm-static-content .sfm-legal-page table {
  width: 100% !important;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
}

.sfm-static-content .sfm-legal-page :is(th, td) {
  min-width: 150px;
  padding: 12px 14px !important;
  border: 1px solid #dce4e8 !important;
}

#wrapper.sfm-static-layout .paylasbutonlar,
#wrapper.sfm-static-layout ~ #wrapper .paypasbutonlar,
body:has(#wrapper.sfm-static-layout) .header .paypasbutonlar,
#wrapper.sfm-static-layout .socialshare {
  display: none !important;
}

/* About page */
.sfm-about-page {
  display: grid;
  gap: 28px;
  color: #26374d;
}

.sfm-about-intro {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(77, 210, 224, .2);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 10%, rgba(0, 203, 220, .16), transparent 33%),
    linear-gradient(140deg, #00143e 0%, #00265a 67%, #054c78 100%);
  box-shadow: 0 24px 60px rgba(0, 30, 79, .16);
}

.sfm-about-intro__copy {
  padding: clamp(36px, 3.6vw, 50px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.sfm-about-eyebrow,
.sfm-about-heading > span,
.sfm-about-cta > div > span {
  display: block;
  margin-bottom: 13px;
  color: #23cedc;
  font-size: 12px;
  font-weight: 820;
  line-height: 1.2;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.sfm-about-intro h2 {
  max-width: 620px;
  margin: 0 0 20px !important;
  color: #fff !important;
  font-size: clamp(34px, 3.6vw, 46px) !important;
  font-weight: 820 !important;
  line-height: 1.02 !important;
  letter-spacing: -.047em !important;
  text-wrap: balance;
}

.sfm-about-intro__copy > p {
  max-width: 640px;
  margin: 0 !important;
  color: #c8d7e5 !important;
  font-size: 16px !important;
  line-height: 1.66 !important;
}

.sfm-about-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sfm-about-button {
  min-height: 50px;
  padding: 13px 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #fff !important;
  font-size: 14px;
  font-weight: 760;
  line-height: 1.2;
  text-decoration: none !important;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 13px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.sfm-about-button:hover {
  transform: translateY(-2px);
}

.sfm-about-button.is-primary {
  color: #00143d !important;
  border-color: #a9ff28;
  background: #a9ff28;
  box-shadow: 0 10px 26px rgba(169, 255, 40, .16);
}

.sfm-about-button.is-secondary {
  background: rgba(255, 255, 255, .08);
}

.sfm-about-intro__visual {
  min-width: 0;
  min-height: 520px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.sfm-about-intro__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #002453 0%, transparent 34%), linear-gradient(0deg, rgba(0, 20, 61, .65), transparent 45%);
  pointer-events: none;
}

.sfm-about-intro__visual img {
  width: 100%;
  height: 100% !important;
  display: block;
  object-fit: cover;
  object-position: 58% center;
}

.sfm-about-intro__visual figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 1;
  padding: 16px 18px;
  display: grid;
  gap: 4px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 15px;
  background: rgba(0, 19, 57, .82);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .18);
  backdrop-filter: blur(12px);
}

.sfm-about-intro__visual figcaption strong {
  color: #b2ff34;
  font-size: 19px;
}

.sfm-about-intro__visual figcaption span {
  color: #d3e0eb;
  font-size: 12px;
  line-height: 1.45;
}

.sfm-about-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.sfm-about-trust article {
  min-height: 120px;
  padding: 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #dbe4e8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 31, 72, .06);
}

.sfm-about-trust strong {
  margin-bottom: 7px;
  color: #001d51;
  font-size: 18px;
  line-height: 1.22;
}

.sfm-about-trust span {
  color: #607084;
  font-size: 13px;
  line-height: 1.45;
}

.sfm-about-section,
.sfm-about-why {
  padding: clamp(34px, 5vw, 60px);
  border: 1px solid #dce4e7;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(0, 31, 72, .06);
}

.sfm-about-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.sfm-about-heading h2,
.sfm-about-business h2,
.sfm-about-cta h2 {
  margin: 0 0 12px !important;
  color: #00194a !important;
  font-size: clamp(30px, 4vw, 46px) !important;
  font-weight: 810 !important;
  line-height: 1.08 !important;
  letter-spacing: -.04em !important;
  text-wrap: balance;
}

.sfm-about-heading p,
.sfm-about-business p,
.sfm-about-cta p {
  margin: 0 !important;
  color: #5a6b7f !important;
  font-size: 16px !important;
  line-height: 1.68 !important;
}

.sfm-about-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.sfm-about-services > a {
  min-width: 0;
  min-height: 250px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  color: #3f5065 !important;
  text-decoration: none !important;
  border: 1px solid #dce5e8;
  border-radius: 19px;
  background: linear-gradient(155deg, #fff 35%, #f2f8f8 100%);
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sfm-about-services > a:hover {
  border-color: #64cfd9;
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(0, 53, 92, .1);
}

.sfm-about-services > a > i {
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  display: grid;
  place-items: center;
  color: #00aebe;
  font-size: 20px;
  border: 1px solid #bce8eb;
  border-radius: 13px;
  background: #e9fbfc;
}

.sfm-about-services strong {
  margin-bottom: 9px;
  color: #001b4f;
  font-size: 21px;
  line-height: 1.2;
}

.sfm-about-services span {
  color: #627287;
  font-size: 14px;
  line-height: 1.62;
}

.sfm-about-services b {
  margin-top: auto;
  padding-top: 20px;
  color: #007e8b;
  font-size: 13px;
}

.sfm-about-services em {
  margin-left: 4px;
  font-style: normal;
}

.sfm-about-why {
  color: #fff;
  border-color: rgba(78, 215, 226, .18);
  background:
    radial-gradient(circle at 92% 2%, rgba(0, 205, 222, .19), transparent 34%),
    linear-gradient(140deg, #001540, #03275a);
}

.sfm-about-why .sfm-about-heading h2 {
  color: #fff !important;
}

.sfm-about-why__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sfm-about-why__grid article {
  min-width: 0;
  padding: 22px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
  border: 1px solid rgba(164, 222, 236, .17);
  border-radius: 17px;
  background: rgba(255, 255, 255, .055);
}

.sfm-about-why__grid i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #64e7ef;
  border: 1px solid rgba(100, 231, 239, .27);
  border-radius: 12px;
  background: rgba(0, 206, 222, .1);
}

.sfm-about-why__grid strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}

.sfm-about-why__grid p {
  margin: 0 !important;
  color: #bdccda !important;
  font-size: 13px !important;
  line-height: 1.62 !important;
}

.sfm-about-business {
  padding: clamp(34px, 5vw, 58px);
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(360px, 1.2fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  border: 1px solid #dbe4e8;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(0, 31, 72, .06);
}

.sfm-about-business dl {
  margin: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid #dce5e8;
}

.sfm-about-business dl > div {
  padding: 13px 0;
  display: grid;
  grid-template-columns: minmax(112px, .45fr) minmax(0, 1fr);
  gap: 14px;
  border-bottom: 1px solid #e4eaed;
}

.sfm-about-business :is(dt, dd) {
  margin: 0;
  line-height: 1.45;
}

.sfm-about-business dt {
  color: #758398;
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.sfm-about-business dd {
  color: #162b48;
  font-size: 14px;
  font-weight: 650;
  overflow-wrap: anywhere;
}

.sfm-about-business dd a {
  color: #007f8d !important;
  text-decoration: none !important;
}

.sfm-about-cta {
  padding: clamp(34px, 5vw, 58px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;
  border: 1px solid rgba(98, 221, 232, .2);
  border-radius: 25px;
  background:
    radial-gradient(circle at 100% 0, rgba(0, 207, 224, .2), transparent 38%),
    #001844;
}

.sfm-about-cta > div:first-child {
  max-width: 660px;
}

.sfm-about-cta h2 {
  color: #fff !important;
}

.sfm-about-cta p {
  color: #c5d3df !important;
}

.sfm-about-cta .sfm-about-actions {
  margin: 0;
  flex: 0 0 auto;
}

/* Footer commercial identity: same data and phone in both public and panel footers. */
.footer.sfm-v2-footer .sfm-footer-business-info {
  margin-top: 24px !important;
}

.footer.sfm-v2-footer .sfm-footer-business-info > div {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px 24px !important;
}

.footer.sfm-v2-footer .sfm-footer-business-info p {
  min-width: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 1100px) {
  .sfm-about-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sfm-about-intro {
    grid-template-columns: minmax(0, 1fr) minmax(270px, .72fr);
  }
}

@media (max-width: 900px) {
  #wrapper.sfm-static-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  #wrapper.sfm-static-layout > .sfm-static-sidebar,
  #wrapper.sfm-static-layout > .sfm-static-content {
    grid-column: 1;
  }

  #wrapper.sfm-static-layout > .sfm-static-sidebar {
    grid-row: 1;
    position: static;
  }

  #wrapper.sfm-static-layout > .sfm-static-content {
    grid-row: 2;
  }

  .sfm-static-sidebar__heading {
    padding: 17px 18px 15px;
  }

  #wrapper.sfm-static-layout .sfm-static-nav {
    padding: 9px !important;
    display: flex;
    gap: 6px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
  }

  #wrapper.sfm-static-layout .sfm-static-nav a {
    flex: 0 0 auto;
    min-height: 44px;
    white-space: nowrap;
  }

  #wrapper.sfm-static-layout .sfm-static-nav a:hover {
    transform: none;
  }

  .sfm-static-sidebar__cta {
    display: none;
  }

  .sfm-about-intro {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .sfm-about-intro__visual {
    min-height: 400px;
  }

  .sfm-about-services,
  .sfm-about-why__grid,
  .sfm-about-business {
    grid-template-columns: minmax(0, 1fr);
  }

  .sfm-about-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer.sfm-v2-footer .sfm-footer-business-info > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body:has(#wrapper.sfm-static-layout) .sayfabaslik {
    margin-top: 12px !important;
    padding: 28px 22px !important;
    border-radius: 19px !important;
  }

  body:has(#wrapper.sfm-static-layout) .sayfabaslik h1 {
    font-size: clamp(31px, 10vw, 40px) !important;
    line-height: 1.06 !important;
  }

  #wrapper.sfm-static-layout {
    width: calc(100% - 24px) !important;
    margin: 18px auto 58px !important;
  }

  #wrapper.sfm-static-layout > .sfm-static-content {
    padding: 22px !important;
    border-radius: 19px !important;
  }

  #wrapper.sfm-static-layout.is-services > .sfm-static-content,
  #wrapper.sfm-static-layout.is-about > .sfm-static-content {
    padding: 0 !important;
  }

  .sfm-static-sidebar__heading strong {
    font-size: 16px;
  }

  #wrapper.sfm-static-layout .sfm-static-nav a i {
    display: none;
  }

  .sfm-static-content .sfm-legal-page :is(h1, h2) {
    font-size: clamp(25px, 8vw, 33px) !important;
  }

  .sfm-static-content .sfm-legal-page :is(p, li) {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  .sfm-about-page {
    gap: 18px;
  }

  .sfm-about-intro,
  .sfm-about-section,
  .sfm-about-why,
  .sfm-about-business,
  .sfm-about-cta {
    border-radius: 20px;
  }

  .sfm-about-intro__copy,
  .sfm-about-section,
  .sfm-about-why,
  .sfm-about-business,
  .sfm-about-cta {
    padding: 27px 22px;
  }

  .sfm-about-intro h2,
  .sfm-about-heading h2,
  .sfm-about-business h2,
  .sfm-about-cta h2 {
    font-size: clamp(29px, 9vw, 38px) !important;
  }

  .sfm-about-intro__copy > p {
    font-size: 15px !important;
  }

  .sfm-about-actions,
  .sfm-about-cta .sfm-about-actions {
    width: 100%;
    flex-direction: column;
  }

  .sfm-about-button {
    width: 100%;
  }

  .sfm-about-intro__visual {
    min-height: 330px;
  }

  .sfm-about-intro__visual figcaption {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .sfm-about-trust {
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
  }

  .sfm-about-trust article {
    min-height: 0;
    padding: 18px;
  }

  .sfm-about-services {
    grid-template-columns: minmax(0, 1fr);
  }

  .sfm-about-services > a {
    min-height: 225px;
    padding: 22px;
  }

  .sfm-about-why__grid article {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 18px;
  }

  .sfm-about-why__grid i {
    width: 38px;
    height: 38px;
  }

  .sfm-about-business dl > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
  }

  .footer.sfm-v2-footer .sfm-footer-business-info > div {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  #wrapper.sfm-static-layout .sfm-static-nav a,
  .sfm-about-button,
  .sfm-about-services > a {
    transition: none !important;
  }
}
