:root {
  --ink: #080d25;
  --line: #e6e9f5;
  --violet: #6a42f4;
  --blue: #178bf0;
  --green: #05bd6e;
  --shadow: 0 28px 80px rgba(16, 24, 64, 0.2);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 72% 20%, rgba(170, 39, 173, 0.2), transparent 28%),
    linear-gradient(180deg, #07112e 0 42%, #f8f9fd 42% 100%);
}

a {
  color: inherit;
}

.svg-sprite,
.hidden-logo {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.page-shell {
  min-height: 100vh;
  overflow: hidden;
}

.icon-line,
.window-gear {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-line {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  color: #7655ff;
  filter: drop-shadow(0 0 10px rgba(118, 85, 255, 0.28));
}

.trust-icon {
  width: 34px;
  height: 34px;
  color: #16d38c;
  stroke-width: 2;
}

.hero {
  min-height: 486px;
  color: white;
  background:
    radial-gradient(circle at 85% 65%, rgba(255, 61, 39, 0.38), transparent 14%),
    radial-gradient(circle at 66% 48%, rgba(112, 67, 255, 0.42), transparent 30%),
    radial-gradient(circle at 28% 12%, rgba(34, 96, 255, 0.14), transparent 28%),
    #060d22;
  position: relative;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before {
  width: 680px;
  height: 285px;
  left: 39%;
  top: -165px;
  border-radius: 50%;
  border: 1px solid rgba(143, 69, 255, 0.84);
  box-shadow:
    0 0 0 8px rgba(143, 69, 255, 0.13),
    0 0 0 16px rgba(143, 69, 255, 0.11),
    0 0 0 24px rgba(143, 69, 255, 0.09),
    0 0 0 32px rgba(143, 69, 255, 0.07),
    0 0 0 40px rgba(143, 69, 255, 0.055);
  transform: rotate(18deg);
}

.hero::after {
  right: -70px;
  top: 168px;
  width: 460px;
  height: 260px;
  background-image: radial-gradient(rgba(202, 75, 252, 0.72) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.35;
}

.hero__grid {
  width: min(1420px, calc(100% - 68px));
  margin: 0 auto;
  min-height: 486px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(650px, 1fr) minmax(510px, 720px);
  grid-template-rows: auto 1fr;
  column-gap: 28px;
  z-index: 1;
  padding-top: 30px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: clamp(1.55rem, 2.1vw, 2.2rem);
  font-weight: 800;
  letter-spacing: 0;
}

.office-logo {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  display: block;
  object-fit: contain;
  overflow: visible;
  filter: drop-shadow(0 8px 14px rgba(255, 67, 18, 0.2));
}

.office-logo__shadow {
  fill: rgba(0, 0, 0, 0.24);
  transform: translate(2px, 2px);
}

.trust-card {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 218px;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.25);
}

.trust-card strong,
.trust-card small {
  display: block;
}

.trust-card strong {
  font-size: 1rem;
}

.trust-card small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.78);
}

.hero__copy {
  align-self: center;
  max-width: 640px;
  padding-bottom: 52px;
  position: relative;
  z-index: 3;
}

.eyebrow {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: #d098ff;
  background: rgba(101, 57, 244, 0.22);
  font-weight: 800;
  font-size: 1.12rem;
}

.icon-check-dot {
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #6347f6;
}

.icon-check-dot::after {
  content: "";
  width: 8px;
  height: 4px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
}

.chevron {
  width: 8px;
  height: 8px;
  border-right: 2px solid #9a70ff;
  border-bottom: 2px solid #9a70ff;
  transform: rotate(45deg) translateY(-2px);
}

.hero h1 {
  margin: 0;
  font-size: clamp(3.1rem, 4.35vw, 4.45rem);
  line-height: 1;
  letter-spacing: 0;
}

.hero h1 span {
  background: linear-gradient(90deg, #9e4cf8, #e342c7 45%, #ff5a2d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.mobile-break {
  display: none;
}

.hero__lead {
  margin: 20px 0 22px;
  max-width: 590px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.25rem;
  line-height: 1.55;
}

.accent-line {
  display: block;
  width: 32px;
  height: 2px;
  border-radius: 8px;
  background: #7e5dff;
}

.hero__features {
  display: flex;
  flex-wrap: nowrap;
  gap: 28px;
  margin-top: 28px;
}

.hero__features article {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.hero__features .icon-line {
  width: 34px;
  height: 34px;
}

.hero__features strong,
.hero__features small {
  display: block;
}

.hero__features strong {
  font-weight: 800;
}

.hero__features small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.74);
}

.hero-art {
  grid-column: 2;
  grid-row: 2;
  align-self: end;
  justify-self: end;
  width: min(730px, 100%);
  height: 360px;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}

.orbital-lines {
  position: absolute;
  inset: -62px -30px 30px -105px;
  border-radius: 50%;
  border-top: 1px solid rgba(130, 66, 255, 0.26);
  transform: rotate(12deg);
  opacity: 0.9;
}

.orbital-lines::before,
.orbital-lines::after {
  content: "";
  position: absolute;
  inset: 12px 6px;
  border-radius: 50%;
  border-top: 1px solid rgba(130, 66, 255, 0.2);
}

.orbital-lines::after {
  inset: 24px 12px;
  border-top-color: rgba(130, 66, 255, 0.16);
}

.laptop-scene {
  position: absolute;
  inset: 8px 0 0;
  filter: drop-shadow(0 30px 36px rgba(0, 0, 0, 0.38));
}

.laptop {
  position: absolute;
  right: 46px;
  bottom: 20px;
  width: 548px;
  height: 310px;
  perspective: 900px;
}

.screen-bezel {
  width: 510px;
  height: 276px;
  position: absolute;
  right: 12px;
  bottom: 46px;
  border-radius: 16px 16px 9px 9px;
  background: linear-gradient(145deg, #22233c, #050611 62%);
  padding: 10px;
  transform: perspective(900px) rotateX(2deg) rotateY(-4deg) skewX(-1deg);
  transform-origin: bottom center;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 -9px 28px rgba(120, 67, 255, 0.48),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.camera {
  position: absolute;
  top: 4px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
}

.screen {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.85), transparent 30%),
    linear-gradient(180deg, #ffffff, #f6f6f9 78%, #ececf2);
}

.screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0.42), transparent 35%);
  pointer-events: none;
}

.screen-brand {
  position: absolute;
  top: 68px;
  left: 108px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #ee3c15;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0;
}

.screen-logo {
  width: 58px;
  height: 58px;
  display: block;
  object-fit: contain;
}

.laptop-base {
  width: 548px;
  height: 55px;
  position: absolute;
  right: 0;
  bottom: 5px;
  border-radius: 6px 6px 26px 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0)),
    linear-gradient(90deg, #22203b, #5c456f 45%, #17162a 100%);
  transform: perspective(540px) rotateX(60deg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 14px 28px rgba(0, 0, 0, 0.34);
}

.laptop-base::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 8px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.28);
  filter: blur(7px);
}

.trackpad {
  position: absolute;
  left: 230px;
  top: 12px;
  width: 96px;
  height: 13px;
  border-radius: 0 0 10px 10px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.floating-app {
  position: absolute;
  display: block;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.28));
}

.word {
  left: 34px;
  bottom: 90px;
  width: 100px;
}

.excel {
  left: 152px;
  bottom: 72px;
  width: 108px;
}

.powerpoint {
  left: 286px;
  bottom: 58px;
  width: 108px;
}

.onenote {
  right: 162px;
  bottom: 65px;
  width: 106px;
}

.outlook {
  right: 22px;
  bottom: 72px;
  width: 112px;
}

.install-panel {
  width: min(1460px, calc(100% - 68px));
  margin: -36px auto 0;
  padding: 26px 36px 0;
  position: relative;
  z-index: 4;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), #fbfcff);
  border: 1px solid rgba(223, 228, 242, 0.95);
  border-radius: 19px 19px 0 0;
  box-shadow: var(--shadow);
}

.install-grid {
  display: grid;
  grid-template-columns: minmax(340px, 430px) 1fr;
  gap: 30px;
  align-items: start;
}

.download-card {
  min-height: 340px;
  padding: 42px 50px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background:
    radial-gradient(circle at 12% 10%, rgba(110, 66, 244, 0.08), transparent 25%),
    url("data:image/svg+xml,%3Csvg width='520' height='120' viewBox='0 0 520 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23dfe5fa' stroke-width='1' opacity='.7'%3E%3Cpath d='M0 96c88-32 147-30 222 4s158 29 298-46'/%3E%3Cpath d='M0 104c88-32 147-30 222 4s158 29 298-46'/%3E%3Cpath d='M0 112c88-32 147-30 222 4s158 29 298-46'/%3E%3C/g%3E%3C/svg%3E")
      bottom right / 100% auto no-repeat,
    #ffffff;
  box-shadow: 0 20px 50px rgba(43, 50, 101, 0.08);
}

.section-title {
  display: flex;
  align-items: center;
  gap: 20px;
}

.section-title h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.72rem);
  letter-spacing: 0;
}

.download-card p {
  margin: 34px 0 42px 86px;
  color: #27304d;
  font-size: 1.08rem;
  line-height: 1.6;
}

.download-button {
  width: min(380px, 100%);
  min-height: 72px;
  margin-left: 52px;
  border: 0;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: white;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 900;
  background: linear-gradient(100deg, #b335e7, #6847f6 52%, #118ce9);
  box-shadow: 0 18px 30px rgba(110, 66, 244, 0.34);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.download-button:hover,
.download-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(110, 66, 244, 0.42);
}

.button-icon {
  width: 28px;
  height: 28px;
  color: #ffffff;
  stroke-width: 2.4;
  filter: none;
}

.steps-block {
  min-width: 0;
}

.title-icon {
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #653ff3;
  background: #f3f0ff;
  box-shadow: 0 12px 28px rgba(86, 59, 217, 0.08);
}

.title-icon .icon-line {
  width: 35px;
  height: 35px;
  color: #653ff3;
  stroke-width: 2.35;
}

.title-icon--plain {
  border-radius: 12px;
  background: transparent;
  box-shadow: none;
}

.steps {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) 34px minmax(150px, 1fr) 34px minmax(150px, 1fr) 34px minmax(150px, 1fr);
  gap: 10px;
  align-items: center;
  margin-top: 25px;
}

.step-card {
  min-height: 284px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 16px 22px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(32, 40, 86, 0.06);
}

.step-number {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 900;
  border-radius: 50%;
  background: linear-gradient(135deg, #693ff2, #3c2bca);
  box-shadow: 0 8px 18px rgba(94, 64, 224, 0.3);
}

.step-card h3 {
  margin: 14px 0 8px;
  font-size: 1.04rem;
  line-height: 1.25;
}

.step-card p {
  margin: 0;
  color: #2f3758;
  font-size: 0.94rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.step-card strong {
  color: #5027e8;
  overflow-wrap: anywhere;
}

.step-arrow {
  width: 42px;
  height: 42px;
  display: block;
  border: 1px solid #edf0f8;
  border-radius: 50%;
  background: white;
  box-shadow: 0 10px 28px rgba(31, 38, 86, 0.08);
  position: relative;
}

.step-arrow::before,
.step-arrow::after {
  content: "";
  position: absolute;
  background: #653ff3;
}

.step-arrow::before {
  width: 19px;
  height: 4px;
  left: 12px;
  top: 19px;
  border-radius: 999px;
}

.step-arrow::after {
  width: 11px;
  height: 11px;
  right: 11px;
  top: 15px;
  border-top: 4px solid #653ff3;
  border-right: 4px solid #653ff3;
  background: transparent;
  transform: rotate(45deg);
}

.zip-folder {
  width: 112px;
  height: 78px;
  position: relative;
  border-radius: 9px;
  background: linear-gradient(145deg, #ffd96e, #f4a72b);
  box-shadow: inset -16px -13px 22px rgba(160, 92, 0, 0.1), 0 10px 18px rgba(177, 112, 16, 0.18);
}

.folder-tab {
  position: absolute;
  left: 13px;
  top: -14px;
  width: 52px;
  height: 23px;
  border-radius: 7px 7px 0 0;
  background: #ffd45c;
}

.zipper {
  position: absolute;
  top: 0;
  left: 50%;
  width: 14px;
  height: 78px;
  transform: translateX(-50%);
  background:
    repeating-linear-gradient(180deg, #757575 0 6px, #d5d5d5 6px 11px),
    #9d9d9d;
  border-inline: 2px solid rgba(64, 64, 64, 0.35);
}

.app-window {
  width: 92px;
  height: 92px;
  position: relative;
  border: 1px solid #ccd0da;
  border-radius: 5px;
  background: linear-gradient(#eef1f5 0 23px, #ffffff 23px 100%);
  box-shadow: 0 8px 16px rgba(41, 48, 78, 0.15);
}

.app-window > span {
  position: absolute;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.app-window > span:nth-child(1) {
  left: 12px;
  background: #2a92e4;
}

.app-window > span:nth-child(2) {
  left: 26px;
  background: #20bd66;
}

.app-window > span:nth-child(3) {
  right: 10px;
  background: #ef3325;
}

.window-gear {
  position: absolute;
  color: #4a4a4a;
  stroke-width: 1.9;
}

.gear-one {
  width: 40px;
  height: 40px;
  left: 23px;
  top: 38px;
}

.gear-two {
  width: 34px;
  height: 34px;
  right: 14px;
  bottom: 14px;
}

.license-app {
  width: 138px;
  min-height: 104px;
  display: grid;
  gap: 7px;
  padding: 10px 9px;
  border: 1px solid #d9ddeb;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f8f9fd);
  box-shadow: 0 10px 18px rgba(43, 50, 101, 0.1);
}

.license-logo {
  color: #111827;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
}

.license-logo span {
  color: #565b6e;
  font-weight: 500;
}

.license-input {
  height: 22px;
  display: flex;
  align-items: center;
  padding: 0 7px;
  border: 1px solid #cfd6e7;
  border-bottom-color: #2b7de9;
  background: white;
  color: #111827;
  font-size: 0.68rem;
  white-space: nowrap;
}

.license-input::after {
  content: "";
  width: 1px;
  height: 13px;
  margin-left: 2px;
  background: #111827;
}

.license-check {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #111827;
  font-size: 0.45rem;
  font-style: normal;
}

.license-check span {
  width: 10px;
  height: 10px;
  border: 1px solid #6b7280;
  border-radius: 2px;
  background: white;
}

.license-check i {
  font-style: normal;
  white-space: nowrap;
}

.license-button {
  width: 86px;
  height: 19px;
  display: grid;
  place-items: center;
  border: 1px solid #c8ccd8;
  border-radius: 4px;
  background: #ffffff;
  color: #111827;
  font-size: 0.55rem;
  font-weight: 700;
}

.success-mark {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  position: relative;
  background: radial-gradient(circle at 30% 22%, #2bd983, #08a958 70%);
  box-shadow: 0 16px 22px rgba(5, 181, 100, 0.22);
}

.success-mark::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 22px;
  width: 34px;
  height: 18px;
  border-left: 8px solid white;
  border-bottom: 8px solid white;
  transform: rotate(-45deg);
  border-radius: 3px;
}

.support-strip {
  display: grid;
  grid-template-columns: 1fr 1.32fr 1fr;
  gap: 0;
  margin-top: 24px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: white;
  box-shadow: 0 16px 45px rgba(31, 38, 86, 0.05);
}

.support-strip article {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 14px;
  padding: 30px 38px;
  align-items: center;
}

.support-strip article + article {
  border-left: 1px solid var(--line);
}

.support-strip h3,
.support-strip p {
  margin: 0;
}

.support-strip h3 {
  font-size: 1.08rem;
}

.support-strip p {
  margin-top: 6px;
  color: #25304e;
  line-height: 1.45;
}

.contact-line {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  color: #333b5c;
  font-size: 0.92rem;
}

.round-icon {
  width: 68px;
  height: 68px;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  color: #6847f6;
  border-radius: 50%;
  background: #f0ecff;
}

.round-icon .icon-line {
  width: 38px;
  height: 38px;
  color: #6847f6;
  stroke-width: 2.25;
}

.guarantee {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 0;
  padding: 18px 38px;
  color: white;
  background:
    radial-gradient(circle at 74% 32%, rgba(75, 70, 241, 0.22), transparent 28%),
    #07112f;
  border-radius: 15px 15px 0 0;
}

.guarantee p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
}

.guarantee strong {
  display: block;
  color: #8e6dff;
}

.footer-icon {
  width: 38px;
  height: 38px;
  color: #ffffff;
  stroke-width: 2;
  filter: none;
}

@media (max-width: 1180px) {
  .hero {
    min-height: 690px;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    min-height: 690px;
  }

  .trust-card {
    position: absolute;
    right: 0;
    top: 18px;
  }

  .hero__copy {
    padding-top: 70px;
    padding-bottom: 220px;
  }

  .hero-art {
    position: absolute;
    right: -120px;
    bottom: 28px;
    width: 640px;
    height: 320px;
    opacity: 0.68;
  }

  .laptop-scene {
    transform: scale(0.88);
    transform-origin: right bottom;
  }

  .install-grid,
  .support-strip {
    grid-template-columns: 1fr;
  }

  .support-strip article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

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

  .step-arrow {
    transform: rotate(90deg);
    margin: -4px auto;
  }
}

@media (max-width: 760px) {
  .hero__grid,
  .install-panel {
    width: min(100% - 28px, 680px);
  }

  .hero {
    min-height: 780px;
  }

  .hero__grid {
    min-height: 780px;
    padding-top: 22px;
  }

  .brand {
    font-size: 1.55rem;
  }

  .office-logo {
    width: 42px;
    height: 42px;
  }

  .trust-card {
    position: relative;
    justify-self: start;
    inset: auto;
    margin-top: 18px;
  }

  .hero__copy {
    padding: 36px 0 245px;
    width: 100%;
    max-width: 100%;
  }

  .hero h1 {
    font-size: 3rem;
    line-height: 1.08;
  }

  .mobile-break {
    display: block;
  }

  .eyebrow {
    font-size: 0.98rem;
    white-space: normal;
  }

  .hero__lead {
    font-size: 1.05rem;
    max-width: 360px;
  }

  .hero__features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hero-art {
    right: -230px;
    bottom: 74px;
    width: 640px;
    height: 320px;
    opacity: 0.52;
  }

  .install-panel {
    margin-top: -44px;
    padding: 20px 18px 0;
    border-radius: 16px 16px 0 0;
  }

  .install-grid {
    gap: 28px;
  }

  .download-card {
    min-height: auto;
    padding: 30px 22px;
  }

  .download-card p {
    margin: 24px 0 28px;
  }

  .download-button {
    margin-left: 0;
    width: 100%;
    min-height: 64px;
    font-size: 1.08rem;
  }

  .section-title {
    gap: 14px;
  }

  .title-icon {
    width: 50px;
    height: 50px;
  }

  .step-card {
    min-height: 245px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .step-card p,
  .step-card strong,
  .download-card p,
  .support-strip p,
  .contact-line {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .step-card p {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .download-card p {
    max-width: 280px;
  }

  .steps {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    justify-items: stretch;
  }

  .support-strip article {
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 24px 18px;
  }

  .support-strip article > div {
    min-width: 0;
  }

  .support-strip p,
  .contact-line {
    max-width: 250px;
  }

  .round-icon {
    width: 54px;
    height: 54px;
  }

  .round-icon .icon-line {
    width: 31px;
    height: 31px;
  }

  .guarantee {
    padding-inline: 24px;
  }
}
