/* Auto-generated by the styles.css split-and-dedupe cleanup. */

.home-hero {
  display: grid;
  gap: clamp(30px, 5vw, 64px);
  align-items: center;
  position: relative;
  isolation: isolate;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  grid-template-columns: minmax(610px, .88fr) minmax(560px, .9fr);
  min-height: 350px;
  padding: 36px clamp(48px, 3.65vw, 56px) 34px;
  border-bottom: 1px solid #dfe6ef;
  background: #fff;
  overflow: hidden;
}

.home-hero h1 {
  max-width: 760px;
  margin-bottom: 18px;
  color: #071126;
  font-size: clamp(38px, 2.75vw, 42px);
  font-weight: 850;
  line-height: 1.08;
}

.home-hero-copy p {
  max-width: 570px;
  margin-bottom: 22px;
  color: #465873;
  font-size: 19px;
  line-height: 1.48;
}

.home-proof {
  flex-wrap: wrap;
  color: #405064;
  font-size: 14px;
  font-weight: 650;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 440px;
}

.home-proof-copy {
  display: block;
  min-width: 0;
}

.home-hero-media {
  min-width: 0;
  position: relative;
  z-index: 1;
  align-self: center;
  justify-self: end;
  width: min(100%, 560px);
}

.home-tools {
  padding: 20px 0 20px;
  border-top: 0;
}

.home-tools-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 18px;
}

.home-tool-card {
  display: grid;
  align-items: center;
  gap: 13px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  text-decoration: none;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
  grid-template-columns: 58px minmax(0, 1fr) 22px;
  min-height: 84px;
  padding: 14px 18px;
  border-color: #dce4ef;
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(18, 24, 38, .02);
}

.home-tool-card:hover,
.home-tool-card:focus-visible {
  outline: none;
  border-color: #b9c8dc;
  box-shadow: 0 16px 30px rgba(18, 24, 38, .08);
  transform: translateY(-2px);
}

.tool-icon-tile {
  position: relative;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  overflow: hidden;
  border: 0;
  border-radius: 11px;
  background: linear-gradient(145deg, #ff475b 0%, #f21f40 100%);
  color: #fff;
  box-shadow: 0 10px 18px rgba(242, 31, 64, .20);
}

.tool-file-badge {
  position: absolute;
  left: 0;
  right: 0;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  bottom: 6px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .02em;
}

.tool-icon-tile svg {
  width: 24px;
  height: 24px;
  margin-top: -8px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tool-icon-red,
.tool-icon-orange,
.tool-icon-cyan,
.tool-icon-violet,
.tool-icon-yellow,
.tool-icon-green,
.tool-icon-pink,
.tool-icon-blue {
  background: #f6faff;
  color: var(--accent);
}

.home-tool-card-copy strong,
.home-tool-card-copy small {
  display: block;
}

.home-tool-card-copy strong {
  margin-bottom: 4px;
  color: #071126;
  font-size: 16px;
  font-weight: 830;
}

.home-tool-card-copy small {
  line-height: 1.35;
  color: #4d5f78;
  font-size: 14px;
}

.card-arrow {
  transition: color .16s ease, transform .16s ease;
  color: #26354b;
}

.home-tool-card:hover .card-arrow,
.home-tool-card:focus-visible .card-arrow {
  color: var(--accent);
  transform: translateX(2px);
}

.home-how {
  border-top: 1px solid #dfe6ef;
  padding: 24px 0 40px;
}

.home-how h2 {
  margin-bottom: var(--space-5);
}

.how-grid {
  display: grid;
  gap: 24px 28px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
}

.how-step {
  display: grid;
  gap: 14px;
  align-items: start;
  grid-template-columns: 50px minmax(0, 1fr);
  position: relative;
  padding: 10px 0;
}

.how-icon {
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  color: var(--accent);
  width: 50px;
  height: 50px;
  border-color: #d5e5ff;
  border-radius: 999px;
  background: #f7fbff;
}

.how-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.how-step strong,
.how-step small {
  display: block;
}

.how-step strong {
  margin-bottom: 4px;
  color: #071126;
  font-size: 15px;
  font-weight: 850;
}

.how-step small {
  line-height: 1.45;
  color: #53647d;
  font-size: 14px;
}

.ad-slot {
  display: grid;
  gap: 2px;
  min-height: 44px;
  margin: var(--space-4) 0;
  padding: 10px 12px;
  border: 1px dashed #c7d1df;
  border-radius: var(--radius);
  background: #f4f7fb;
  color: #7a8798;
  font-size: 12px;
}

.ad-slot strong {
  color: #526173;
  font-size: 12px;
  font-weight: 700;
}

.cta-grid,
.home-cta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
}

.cta-card,
.home-cta {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  text-decoration: none;
}

.cta-card span,
.home-cta small {
  color: var(--muted);
}

.home-cta {
  align-items: center;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  min-height: 94px;
  padding: 16px 26px;
  border-color: #bdd5fb;
  border-radius: 8px;
  background: linear-gradient(90deg, #f4f8ff 0%, #ffffff 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}

.home-cta-telegram {
  grid-template-columns: 72px minmax(0, 1fr);
  border-color: #bee9df;
  background: linear-gradient(90deg, #edfdf8 0%, #f9fffd 100%);
}

.home-cta-telegram .button {
  justify-self: start;
  grid-column: 2;
  width: fit-content;
  margin-top: 7px;
}

.home-cta-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(180deg, #e8f1ff 0%, #d8e8ff 100%);
  color: #1769e8;
}

.home-cta-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-cta-copy strong,
.home-cta-copy small {
  display: block;
}

.home-cta-copy strong {
  color: #071126;
  font-size: 20px;
  font-weight: 850;
}

.home-cta-copy small {
  margin-top: 5px;
  line-height: 1.45;
  color: #4d5f78;
  font-size: 15px;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  z-index: -2;
  width: 59%;
  background: linear-gradient(90deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0) 26%),
    url("../images/homepage-hero-desk.png") center / cover no-repeat;
}

.home-hero::after {
  content: "";
  position: absolute;
  left: -9%;
  top: -42%;
  z-index: -1;
  width: 62%;
  height: 184%;
  border-radius: 0 56% 56% 0;
  background: #fff;
}

.home-hero h1 span {
  display: block;
}

.home-hero-copy {
  align-self: center;
  position: relative;
  z-index: 1;
}

.home-proof-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 52px;
}

.home-proof-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid #cfe2ff;
  border-radius: 11px;
  background: linear-gradient(180deg, #f6faff 0%, #eaf3ff 100%);
  color: #1769e8;
}

.home-proof-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-proof-fast .home-proof-icon {
  border-color: #d5f1f6;
  background: #ecfbfd;
  color: #09a7bd;
}

.home-proof-free .home-proof-icon {
  border-color: #ffd8d5;
  background: #fff2f1;
  color: #ff5a52;
}

.home-proof strong,
.home-proof small {
  display: block;
}

.home-proof strong {
  color: #071126;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.home-proof small {
  margin-top: 5px;
  color: #52627a;
  font-size: 13px;
  font-weight: 540;
  line-height: 1.36;
}

.home-hero-catalog {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid #dce4ef;
  border-radius: 10px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 20px 46px rgba(18, 24, 38, .15);
}

.home-hero-catalog-head {
  display: grid;
  gap: 6px;
  padding: 2px 4px 0;
}

.catalog-eyebrow {
  color: #1769e8;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.home-hero-catalog h2 {
  margin: 0;
  color: #071126;
  font-size: 24px;
  font-weight: 850;
  line-height: 1.15;
}

.home-hero-catalog p {
  margin: 0;
  color: #52627a;
  font-size: 14px;
  line-height: 1.45;
}

.home-hero-catalog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.home-hero-catalog .home-tool-card {
  min-height: 66px;
  padding: 10px 12px;
  grid-template-columns: 48px minmax(0, 1fr) 20px;
  border-radius: 8px;
}

.home-hero-catalog .tool-icon-tile {
  width: 44px;
  height: 44px;
  border-radius: 9px;
}

.home-hero-catalog .home-tool-card-copy strong {
  font-size: 15px;
}

.home-hero-catalog .home-tool-card-copy small {
  display: none;
}

.home-catalog-all {
  justify-self: stretch;
  min-height: 42px;
}

.section-heading h2,
.home-how h2 {
  color: #071126;
  font-size: 26px;
  font-weight: 850;
}

.tool-icon-tile::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 0 11px 0 5px;
  background: rgba(255, 255, 255, .28);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.tool-icon-red {
  background: linear-gradient(145deg, #ff4658 0%, #f61f41 100%);
  box-shadow: 0 10px 18px rgba(246, 31, 65, .20);
}

.tool-icon-orange {
  background: linear-gradient(145deg, #ff9a38 0%, #ff6a1e 100%);
  box-shadow: 0 10px 18px rgba(255, 106, 30, .20);
}

.tool-icon-cyan {
  background: linear-gradient(145deg, #34d6d9 0%, #0aa4bd 100%);
  box-shadow: 0 10px 18px rgba(10, 164, 189, .20);
}

.tool-icon-violet {
  background: linear-gradient(145deg, #8f5bff 0%, #6741d9 100%);
  box-shadow: 0 10px 18px rgba(103, 65, 217, .20);
}

.tool-icon-yellow {
  background: linear-gradient(145deg, #ffc83d 0%, #ffb11c 100%);
  box-shadow: 0 10px 18px rgba(255, 177, 28, .20);
}

.tool-icon-green {
  background: linear-gradient(145deg, #41cc6b 0%, #20a84d 100%);
  box-shadow: 0 10px 18px rgba(32, 168, 77, .20);
}

.tool-icon-pink {
  background: linear-gradient(145deg, #f55c9d 0%, #e62f82 100%);
  box-shadow: 0 10px 18px rgba(230, 47, 130, .20);
}

.tool-icon-blue {
  background: linear-gradient(145deg, #3188ff 0%, #1769e8 100%);
  box-shadow: 0 10px 18px rgba(23, 105, 232, .20);
}

.home-cta-grid {
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
  gap: 28px;
  padding: 20px 0 20px;
}

.home-cta-telegram .home-cta-icon {
  border-radius: 999px;
  background: linear-gradient(180deg, #28bdf0 0%, #1499d0 100%);
  color: #fff;
}

.home-cta-telegram .home-cta-icon svg {
  width: 28px;
  height: 28px;
  margin-right: 2px;
  fill: currentColor;
  stroke: none;
}
