/* ============================================
   CASE PAGE — «Новый модуль Госуслуг»
   Pixel-Perfect Figma · 1440px · bg #F6F8F9
   Figma node: 2547:67
   ============================================ */

/* ============================================
   PAGE BASE
   ============================================ */
.case-page {
  background: #F6F8F9;
  color: #000000;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-scrollbar);
  border-radius: 4px;
}

/* ============================================
   HEADER
   ============================================ */
.case-header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
  z-index: 10;
}

.case-header .header__logo-container {
  position: absolute;
  left: 65px;
  top: 51px;
}

.case-header .header__logo-container img {
  width: 43px;
  height: 44px;
}

.case-header .header__logo-text {
  font-weight: 800;
  font-size: 30px;
  line-height: 74px;
  letter-spacing: 0.01em;
}

.case-header .header__burger {
  position: absolute;
  left: 1343px;
  top: 63px;
}

.case-header .header__burger-line {
  background: #C7C7C7;
}

/* ============================================
   MAIN CONTENT
   Height: 2561px (up to CTA banner)
   ============================================ */
.case-main {
  position: relative;
  width: 1440px;
  height: 2561px;
  margin: 0 auto;
  background: #F6F8F9;
}

/* ============================================
   COMPANY LABEL
   left:63px, top:333px, 30px, gradient
   ============================================ */
.case-company {
  position: absolute;
  left: 63px;
  top: 333px;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 24.785px;
  letter-spacing: -1.5px;
  background: linear-gradient(89.33deg, #DC0000 0%, #8F857E 57.33%, #FFD197 105.77%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

/* ============================================
   TITLE
   left:60px, top:389px, 90px
   ============================================ */
.case-title {
  position: absolute;
  left: 60px;
  top: 389px;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 400;
  font-size: 90px;
  line-height: 73.5px;
  letter-spacing: -4.5px;
  color: #000000;
  margin: 0;
  z-index: 2;
}

/* ============================================
   BANNER + LOGO WRAPPER
   ============================================ */
.case-banner-wrap {
  position: absolute;
  top: 557px;
  left: 0;
  width: 100%;
  height: 815px;
}

/* ============================================
   BANNER IMAGE
   ============================================ */
.case-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ============================================
   LOGO OVERLAY ON BANNER
   left:calc(58.33%+46px), top:926px, w:358px, h:201px
   ============================================ */
.case-logo {
  position: absolute;
  left: calc(58.33% + 46px);
  top: calc(926px - 557px);
  width: 358px;
  height: 201px;
  object-fit: contain;
  z-index: 2;
}

/* ============================================
   VERTICAL DIVIDER
   left:calc(25%+114px)=474px, top:1372px, h:1072px
   ============================================ */
.case-line-v {
  position: absolute;
  left: calc(25% + 114px);
  top: 1372px;
  width: 1px;
  height: 1072px;
  background: linear-gradient(180deg,
    rgba(199, 199, 199, 0) 0%,
    rgba(199, 199, 199, 0.4) 5%,
    rgba(199, 199, 199, 0.4) 95%,
    rgba(199, 199, 199, 0) 100%
  );
}

/* ============================================
   HORIZONTAL DIVIDER (under section header)
   left:calc(25%+114px), top:1618px, w:967px
   ============================================ */
.case-line-h {
  position: absolute;
  left: calc(25% + 114px);
  top: 1618px;
  width: 967px;
  height: 1px;
  background: linear-gradient(90deg,
    rgba(199, 199, 199, 0) 0%,
    rgba(199, 199, 199, 0.4) 3%,
    rgba(199, 199, 199, 0.4) 97%,
    rgba(199, 199, 199, 0) 100%
  );
}

/* Full-width divider before CTA */
.case-line-full {
  position: absolute;
  left: 0;
  top: 2561px;
  width: 1440px;
  height: 1px;
  background: linear-gradient(90deg,
    rgba(199, 199, 199, 0) 0%,
    rgba(199, 199, 199, 0.4) 3%,
    rgba(199, 199, 199, 0.4) 97%,
    rgba(199, 199, 199, 0) 100%
  );
}

/* ============================================
   "О КЕЙСЕ" LABEL
   left:63px, top:1442px, 30px
   ============================================ */
.case-about-label {
  position: absolute;
  left: 63px;
  top: 1442px;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 24.785px;
  letter-spacing: -1.5px;
  color: #000000;
  margin: 0;
}

/* ============================================
   ABOUT TEXT (description)
   left:calc(33.33%+64px), top:1430px, w:831px
   ============================================ */
.case-about-text {
  position: absolute;
  left: calc(33.33% + 64px);
  top: 1430px;
  width: 831px;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.53;
  letter-spacing: -1.15px;
  color: #000000;
  margin: 0;
}

.case-about-text p {
  margin: 0;
}

/* ============================================
   STEPS LIST
   Each step: left:calc(33.33%+66px), w:802px
   Dividers between steps
   ============================================ */
.case-steps {
  position: absolute;
  left: calc(33.33% + 64px);
  top: 1669px;
  width: 831px;
}

.case-step {
  position: relative;
  padding: 20px 2px 20px 2px;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 32.5px;
  letter-spacing: -1.15px;
  color: #000000;
  border-bottom: 1px solid rgba(199, 199, 199, 0.3);
}

.case-step:last-child {
  border-bottom: none;
}

/* ============================================
   BLACK LINK BAR
   left:calc(25%+114px)=474px, top:2396px, w:966px, h:165px
   ============================================ */
.case-link-bar {
  position: absolute;
  left: calc(25% + 114px);
  top: 2396px;
  width: 966px;
  height: 165px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 832px;
  height: 48px;
  border: 1px solid #FFFFFF;
  border-radius: 24px;
  background: transparent;
  text-decoration: none;
  color: #FFFFFF;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 73.5px;
  letter-spacing: -0.375px;
  transition: background-color 0.3s ease;
  position: relative;
}

.case-link-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.case-link-btn__arrow {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  color: #FFFFFF;
}

/* ============================================
   CTA BANNER SECTION
   Height: 588px, full-width image bg
   ============================================ */
.case-cta {
  position: relative;
  width: 1440px;
  height: 588px;
  margin: 0 auto;
  overflow: hidden;
}

.case-cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-cta__title {
  position: absolute;
  left: 66px;
  top: 220px;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 400;
  font-size: 70px;
  line-height: 73.5px;
  letter-spacing: -3.5px;
  color: #FFFFFF;
  margin: 0;
  width: 1101px;
  z-index: 2;
}

.case-cta__text {
  position: absolute;
  left: 66px;
  top: 439px;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.1;
  letter-spacing: -1.15px;
  color: #FFFFFF;
  width: 662px;
  margin: 0;
  z-index: 2;
}

.case-cta__text strong {
  font-weight: 700;
  font-style: italic;
}

/* ============================================
   CONTACT SECTION
   Height: 1044.59px
   ============================================ */
.case-contact {
  position: relative;
  width: 1440px;
  height: 1044.59px;
  margin: 0 auto;
  background: #F6F8F9;
  border-top: 1px solid rgba(199, 199, 199, 0.3);
}

.case-contact__vertical-line {
  position: absolute;
  left: 720px;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(199, 199, 199, 0.3);
}

.case-contact__headline {
  position: absolute;
  left: 65px;
  top: 396px;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 300;
  font-size: 65px;
  line-height: 76.299px;
  letter-spacing: -3.25px;
  color: #000000;
  margin: 0;
}

.case-contact__headline-gradient {
  position: absolute;
  left: 65px;
  top: 456px;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 300;
  font-size: 65px;
  line-height: 83.41px;
  letter-spacing: -3.25px;
  background: linear-gradient(89.33deg, #DC0000 0%, #8F857E 57.33%, #FFD197 105.77%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

/* Contact toolbar (2x2 grid) */
.case-contact__toolbar {
  position: absolute;
  left: 720px;
  top: 0;
  width: 720px;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.case-contact__cell {
  position: relative;
  background: transparent;
  border: 1px solid rgba(199, 199, 199, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 47px;
  text-decoration: none;
  color: #000000;
  transition: background-color 0.2s ease;
}

.case-contact__cell:hover {
  background: rgba(199, 199, 199, 0.1);
}

.case-contact__cell-icon {
  width: 21px;
  height: 21px;
  margin-bottom: 18px;
  color: #000000;
  flex-shrink: 0;
}

.case-contact__cell-text {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 400;
  font-size: 24.39px;
  line-height: 26px;
  letter-spacing: -0.05em;
  color: #000000;
}

.case-contact__cell-arrow {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: #000000;
}

/* ============================================
   LEGAL FOOTER
   ============================================ */
.case-footer {
  width: 1440px;
  margin: 0 auto;
  background: #F6F8F9;
  border-top: 1px solid rgba(199, 199, 199, 0.3);
  padding: 2rem 66px;
}

.case-footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.case-footer__company {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.case-footer__company-name {
  font-family: 'Proxima Nova', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
}

.case-footer__company-details {
  font-family: 'Proxima Nova', sans-serif;
  font-size: 12px;
  color: #6C757D;
  margin: 0;
}

.case-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
}

.case-footer__link {
  font-family: 'Proxima Nova', sans-serif;
  font-size: 12px;
  color: #6C757D;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.case-footer__link:hover {
  color: #000000;
}

.case-footer__copyright {
  font-family: 'Proxima Nova', sans-serif;
  font-size: 12px;
  color: #6C757D;
  margin: 0;
}

/* ============================================
   RESPONSIVE: 1920px
   Banner shifts: top 557→600 (+43), h 815→880 (+65)
   All content below banner shifts +108px
   ============================================ */
@media (min-width: 1920px) {
  .case-header {
    width: 1920px;
  }

  .case-header .header__burger {
    left: 1823px;
  }

  .case-main {
    width: 1920px;
    height: 2669px;
  }

  /* Company & title */
  .case-company {
    top: 350px;
  }

  .case-title {
    top: 410px;
  }

  /* Banner wrapper: taller + slightly lower */
  .case-banner-wrap {
    top: 600px;
    height: 880px;
  }

  /* Logo overlay: centered vertically on banner */
  .case-logo {
    top: calc(990px - 600px);
    width: 420px;
    height: 236px;
  }

  /* Vertical divider: starts at banner bottom (600+880=1480) */
  .case-line-v {
    top: 1480px;
    height: 1072px;
  }

  /* Horizontal divider: 1618+108=1726 */
  .case-line-h {
    top: 1726px;
    width: 1100px;
  }

  /* About label: 1442+108=1550 */
  .case-about-label {
    top: 1550px;
  }

  /* About text: 1430+108=1538 */
  .case-about-text {
    top: 1538px;
    width: 1000px;
  }

  /* Steps: 1669+108=1777 */
  .case-steps {
    top: 1777px;
    width: 1000px;
  }

  /* Link bar: 2396+108=2504 */
  .case-link-bar {
    top: 2504px;
    width: calc(100% - calc(25% + 114px));
  }

  .case-link-btn {
    width: 960px;
  }

  /* Full divider at main bottom */
  .case-line-full {
    top: 2669px;
    width: 1920px;
  }

  /* CTA banner */
  .case-cta {
    width: 1920px;
    height: 650px;
  }

  .case-cta__title {
    top: 240px;
    width: 1300px;
  }

  .case-cta__text {
    top: 470px;
    width: 800px;
  }

  /* Contact section */
  .case-contact {
    width: 1920px;
  }

  .case-contact__vertical-line {
    left: 960px;
  }

  .case-contact__toolbar {
    left: 960px;
    width: 960px;
  }

  .case-contact__cell {
    padding-left: 60px;
  }

  .case-contact__cell-arrow {
    right: 70px;
  }

  .case-footer {
    width: 1920px;
  }
}

/* ============================================
   RESPONSIVE: <= 1439px
   ============================================ */
@media (max-width: 1439px) {
  .case-page {
    overflow-x: hidden;
  }

  .case-header {
    width: 100%;
    transform: none;
    left: 0;
  }

  .case-header .header__logo-container {
    left: clamp(30px, 4.5vw, 65px);
    top: clamp(30px, 3.5vw, 51px);
  }

  .case-header .header__burger {
    left: auto;
    right: clamp(30px, 4.5vw, 65px);
    top: clamp(40px, 4.4vw, 63px);
  }

  .case-main {
    width: 100%;
    height: auto;
    min-height: 600px;
  }

  .case-company {
    position: relative;
    left: auto;
    top: auto;
    padding: clamp(100px, 14vw, 200px) clamp(30px, 4.5vw, 65px) 0;
    font-size: clamp(20px, 2.1vw, 30px);
  }

  .case-title {
    position: relative;
    left: auto;
    top: auto;
    padding: 15px clamp(30px, 4.5vw, 65px) 0;
    font-size: clamp(36px, 6.2vw, 90px);
    line-height: 1;
    letter-spacing: -0.05em;
  }

  .case-banner-wrap {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    margin-top: 40px;
  }

  .case-banner {
    position: relative;
    top: auto;
    height: clamp(300px, 56vw, 815px);
  }

  .case-logo {
    position: absolute;
    width: clamp(200px, 25vw, 358px) !important;
    height: auto !important;
    top: auto !important;
    bottom: 30px;
    right: clamp(30px, 4vw, 60px);
    left: auto !important;
  }

  .case-line-v {
    display: none;
  }

  .case-line-h {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin-top: 30px;
  }

  .case-line-full {
    display: none;
  }

  .case-about-label {
    position: relative;
    left: auto;
    top: auto;
    padding: 40px clamp(30px, 4.5vw, 65px) 0;
    font-size: clamp(22px, 2.1vw, 30px);
  }

  .case-about-text {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    padding: 20px clamp(30px, 4.5vw, 65px) 0;
    font-size: clamp(17px, 1.6vw, 23px);
  }

  .case-steps {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    padding: 20px clamp(30px, 4.5vw, 65px) 0;
  }

  .case-step {
    font-size: clamp(17px, 1.6vw, 23px);
    line-height: 1.4;
  }

  .case-link-bar {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 120px;
    margin-top: 40px;
  }

  .case-link-btn {
    width: calc(100% - 60px);
    max-width: 832px;
  }

  .case-cta {
    width: 100%;
    height: clamp(350px, 40vw, 588px);
  }

  .case-cta__title {
    left: clamp(30px, 4.5vw, 66px);
    top: clamp(80px, 15vw, 220px);
    font-size: clamp(36px, 4.8vw, 70px);
    line-height: 1.05;
    letter-spacing: -0.05em;
    width: auto;
    right: 60px;
  }

  .case-cta__text {
    left: clamp(30px, 4.5vw, 66px);
    top: auto;
    bottom: clamp(30px, 5vw, 80px);
    font-size: clamp(16px, 1.6vw, 23px);
    width: auto;
    max-width: 60%;
  }

  .case-contact {
    width: 100%;
    height: auto;
    min-height: 600px;
  }

  .case-contact__vertical-line {
    left: 50%;
  }

  .case-contact__headline {
    left: clamp(30px, 4.5vw, 65px);
    top: clamp(150px, 30%, 396px);
    font-size: clamp(36px, 4.5vw, 65px);
    line-height: 1.2;
    letter-spacing: -0.05em;
  }

  .case-contact__headline-gradient {
    left: clamp(30px, 4.5vw, 65px);
    top: clamp(210px, 38%, 456px);
    font-size: clamp(36px, 4.5vw, 65px);
    line-height: 1.3;
    letter-spacing: -0.05em;
  }

  .case-contact__toolbar {
    left: 50%;
    width: 50%;
  }

  .case-contact__cell {
    padding-left: clamp(25px, 3.2vw, 47px);
  }

  .case-contact__cell-text {
    font-size: clamp(16px, 1.7vw, 24.39px);
  }

  .case-contact__cell-arrow {
    right: clamp(25px, 3.5vw, 50px);
  }

  .case-footer {
    width: 100%;
    padding: 2rem clamp(30px, 4.5vw, 66px);
  }
}

/* ============================================
   RESPONSIVE: <= 900px (tablet)
   ============================================ */
@media (max-width: 900px) {
  .case-contact {
    min-height: auto;
    height: auto;
  }

  .case-contact__vertical-line {
    display: none;
  }

  .case-contact__headline {
    position: relative;
    left: auto;
    top: auto;
    padding: clamp(40px, 6vw, 80px) 0 0 clamp(30px, 4.5vw, 65px);
    font-size: clamp(28px, 4.5vw, 42px);
  }

  .case-contact__headline-gradient {
    position: relative;
    left: auto;
    top: auto;
    padding: 5px 0 clamp(30px, 4vw, 50px) clamp(30px, 4.5vw, 65px);
    font-size: clamp(28px, 4.5vw, 42px);
  }

  .case-contact__toolbar {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 120px 120px;
  }

  .case-contact__cell {
    padding-left: clamp(20px, 3vw, 40px);
  }

  .case-contact__cell-text {
    font-size: clamp(15px, 2vw, 20px);
    line-height: 1.3;
  }

  .case-contact__cell-icon {
    width: 19px;
    height: 19px;
    margin-bottom: 12px;
  }

  .case-contact__cell-arrow {
    right: clamp(20px, 3vw, 40px);
    width: 14px;
    height: 14px;
  }
}

/* ============================================
   RESPONSIVE: <= 768px
   ============================================ */
@media (max-width: 768px) {
  .case-title {
    font-size: clamp(28px, 5.5vw, 48px);
  }

  .case-banner {
    height: clamp(220px, 45vw, 450px);
  }

  .case-logo {
    width: clamp(150px, 22vw, 280px) !important;
    bottom: 20px;
    right: 20px;
  }

  .case-cta__title {
    font-size: clamp(28px, 4.5vw, 50px);
    top: clamp(60px, 12vw, 160px);
  }

  .case-cta__text {
    font-size: clamp(14px, 1.8vw, 20px);
    max-width: 75%;
  }

  .case-link-bar {
    height: 100px;
  }

  .case-link-btn {
    font-size: 14px;
    height: 42px;
  }

  .case-contact__toolbar {
    grid-template-rows: 100px 100px;
  }

  .case-contact__cell-text {
    font-size: clamp(14px, 2.2vw, 18px);
  }
}

/* ============================================
   RESPONSIVE: <= 480px (mobile)
   ============================================ */
@media (max-width: 480px) {
  .case-header .header__logo-container {
    left: 1rem;
    top: 1.5rem;
  }

  .case-header .header__burger {
    right: 1rem;
    top: 1.75rem;
  }

  .case-company {
    padding: 80px 1rem 0;
    font-size: 18px;
  }

  .case-title {
    padding: 10px 1rem 0;
    font-size: 1.75rem;
    line-height: 1.1;
  }

  .case-banner-wrap {
    margin-top: 25px;
  }

  .case-banner {
    height: 50vw;
    min-height: 180px;
  }

  .case-logo {
    width: 130px !important;
    bottom: 15px;
    right: 15px;
  }

  .case-about-label {
    padding: 25px 1rem 0;
    font-size: 20px;
  }

  .case-about-text {
    padding: 15px 1rem 0;
    font-size: 15px;
  }

  .case-steps {
    padding: 15px 1rem 0;
  }

  .case-step {
    font-size: 15px;
    padding: 14px 0;
  }

  .case-line-h {
    margin-top: 20px;
  }

  .case-link-bar {
    height: 80px;
    margin-top: 25px;
  }

  .case-link-btn {
    width: calc(100% - 32px);
    height: 38px;
    font-size: 13px;
    border-radius: 19px;
  }

  .case-link-btn__arrow {
    right: 16px;
    width: 12px;
    height: 12px;
  }

  .case-cta {
    height: clamp(280px, 70vw, 400px);
  }

  .case-cta__title {
    left: 1rem;
    right: 1rem;
    top: clamp(40px, 10vw, 100px);
    font-size: 1.5rem;
    line-height: 1.15;
  }

  .case-cta__text {
    left: 1rem;
    bottom: 1rem;
    font-size: 13px;
    max-width: 85%;
  }

  .case-contact__headline {
    padding-left: 1rem;
    font-size: 1.5rem;
  }

  .case-contact__headline-gradient {
    padding-left: 1rem;
    font-size: 1.5rem;
  }

  .case-contact__toolbar {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 75px);
  }

  .case-contact__cell {
    padding-left: 1rem;
    padding-right: 3rem;
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .case-contact__cell-text {
    font-size: 15px;
    line-height: 1.3;
  }

  .case-contact__cell-text br {
    display: none;
  }

  .case-contact__cell-icon {
    width: 18px;
    height: 18px;
    margin-bottom: 0;
  }

  .case-contact__cell-arrow {
    right: 1rem;
    width: 14px;
    height: 14px;
  }

  .case-footer {
    padding: 1.5rem 1rem;
  }
}

/* ============================================
   RESPONSIVE: <= 360px (small mobile)
   ============================================ */
@media (max-width: 360px) {
  .case-company {
    font-size: 16px;
    padding-top: 70px;
  }

  .case-title {
    font-size: 1.5rem;
  }

  .case-about-label {
    font-size: 18px;
  }

  .case-about-text {
    font-size: 14px;
  }

  .case-step {
    font-size: 14px;
    padding: 12px 0;
  }

  .case-link-btn {
    font-size: 12px;
    height: 36px;
  }

  .case-cta__title {
    font-size: 1.25rem;
  }

  .case-cta__text {
    font-size: 12px;
  }

  .case-contact__headline {
    padding-left: 0.75rem;
    font-size: 1.25rem;
  }

  .case-contact__headline-gradient {
    padding-left: 0.75rem;
    font-size: 1.25rem;
  }

  .case-contact__toolbar {
    grid-template-rows: repeat(4, 65px);
  }

  .case-contact__cell {
    padding-left: 0.75rem;
    padding-right: 2.5rem;
    gap: 10px;
  }

  .case-contact__cell-text {
    font-size: 13px;
  }

  .case-contact__cell-icon {
    width: 16px;
    height: 16px;
  }

  .case-contact__cell-arrow {
    right: 0.75rem;
    width: 12px;
    height: 12px;
  }

  .case-footer {
    padding: 1.25rem 0.75rem;
  }
}
