:root {
  --blue-hero-1: #65cff3;
  --blue-hero-2: #28a9db;
  --blue-hero-3: #0f95ce;
  --dark: #161b32;
  --text: #344052;
  --muted: #697386;
  --green: #31c35d;
  --green-dark: #18a947;
  --accent-blue: #2e95f0;
  --pink: #ff667c;
  --white: #ffffff;
  --card-border: #edf2f7;
  --shadow-soft: 0 24px 60px rgba(39, 71, 112, .12);
  --shadow-card: 0 18px 45px rgba(33, 61, 98, .08);
  --radius-card: 22px;
}

* {
    outline: none;
    box-shadow: none;
}

html {
  scroll-behavior: smooth;

}


img,
a,
button,
input,
textarea,
select {
    outline: none;
    box-shadow: none;
}

img {
    border: 0;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus,
img:focus {
    outline: none;
    box-shadow: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  color: var(--dark);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.page {
  overflow: hidden;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  padding: 22px 0;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 34px;
}

.logo {
  display: inline-flex;
  align-items: center;
  width: 118px;
  min-width: 118px;
}

.logo img {
  width: 100%;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  flex: 1;
  color: rgba(255,255,255,.92);
  font-size: 15px;
  font-weight: 700;
}

.main-nav a {
  transition: opacity .2s ease;
}

.main-nav a:hover {
  opacity: .72;
}

.header-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  transition: background .2s ease, color .2s ease;
}

.header-login:hover {
  background: #fff;
  color: #249bd0;
}

.burger {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.burger span {
  display: block;
  width: 29px;
  height: 2px;
  margin: 6px auto;
  border-radius: 4px;
  background: #fff;
}

.hero {
  position: relative;
  padding: 142px 0 96px;
  background:
    radial-gradient(circle at 72% 42%, rgba(120, 224, 255, .58) 0%, rgba(120, 224, 255, 0) 33%),
    linear-gradient(125deg, #6ed4f4 0%, #35b9e7 42%, #18a4d9 100%);
  color: #fff;
}

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

.hero::before {
  width: 780px;
  height: 780px;
  left: -260px;
  bottom: -300px;
  background: rgba(17, 117, 180, .12);
  clip-path: polygon(18% 0, 100% 17%, 86% 100%, 0 78%);
}

.hero::after {
  width: 720px;
  height: 720px;
  right: -170px;
  top: -190px;
  background: rgba(255, 255, 255, .08);
  clip-path: polygon(0 16%, 100% 0, 76% 100%, 10% 78%);
}

.hero-bg-shape {
  position: absolute;
  pointer-events: none;
  background: rgba(255,255,255,.06);
  transform: rotate(-9deg);
}

.hero-bg-shape-one {
  width: 420px;
  height: 260px;
  top: 80px;
  left: 34%;
  clip-path: polygon(0 18%, 90% 0, 100% 100%, 12% 86%);
}

.hero-bg-shape-two {
  width: 520px;
  height: 310px;
  right: 5%;
  bottom: 80px;
  clip-path: polygon(4% 0, 100% 12%, 92% 92%, 0 100%);
}

.hero-bg-shape-three {
  width: 360px;
  height: 240px;
  left: 0;
  top: 330px;
  clip-path: polygon(0 0, 100% 35%, 72% 100%, 0 80%);
}

.hero-paper-plane {
  position: absolute;
  right: 14%;
  top: 66px;
  width: 140px;
  height: 82px;
  opacity: .85;
  background:
    radial-gradient(circle at 26px 38px, #fff 0 3px, transparent 4px),
    linear-gradient(115deg, transparent 0 18%, rgba(255,255,255,.9) 19% 32%, transparent 33%),
    repeating-radial-gradient(circle at left center, transparent 0 12px, rgba(255,255,255,.7) 13px 15px, transparent 16px 32px);
  transform: rotate(-8deg);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 42px;
}

.hero-content {
  max-width: 550px;
}

.hero-content h1 {
  margin: 0;
  font-size: clamp(42px, 5.1vw, 72px);
  line-height: 1.12;
  font-weight: 800;
}

.hero-content p {
  max-width: 520px;
  margin: 38px 0 0;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.55;
  font-weight: 500;
  color: rgba(255,255,255,.92);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 285px;
  min-height: 72px;
  margin-top: 48px;
  padding: 20px 38px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff6b79 0%, #ff758d 100%);
  box-shadow: 0 18px 34px rgba(222, 75, 101, .3);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease;
}

.btn-primary span {
  font-size: 32px;
  line-height: 1;
  transform: translateY(-1px);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(222, 75, 101, .38);
}

.hero-visual {
  position: relative;
  width: 100%;
  max-width: 650px;
  min-height: 560px;
  margin-left: auto;
}

.hero-card {
  position: absolute;
  overflow: visible;
  aspect-ratio: 1 / 1;
}

.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-card-back {
  left: 0;
  top: 36px;
  width: clamp(270px, 31vw, 420px);
  height: auto;
  opacity: .98;
  z-index: 1;
}

.hero-card-main {
  right: 0;
  top: 72px;
  width: clamp(340px, 39vw, 520px);
  height: auto;
  z-index: 2;
}

.floating-icon {
  position: absolute;
  z-index: 4;
  box-shadow: 0 18px 36px rgba(38, 48, 96, .2);
}

.floating-icon-purple {
  right: 82px;
  top: 26px;
  width: 66px;
  height: 66px;
  border-radius: 16px;
  background: linear-gradient(160deg, #b779ff 0%, #7335dc 100%);
  transform: rotate(12deg);
}

.floating-icon-purple::before {
  content: '';
  position: absolute;
  inset: 19px 17px;
  background: repeating-linear-gradient(90deg, #ffcd65 0 5px, transparent 5px 12px);
  border-radius: 4px;
}

.floating-icon-blue {
  left: 170px;
  bottom: 26px;
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: linear-gradient(145deg, #2ca7ef 0%, #2177d5 100%);
  transform: rotate(-12deg);
}

.floating-icon-ring {
  left: 330px;
  bottom: 8px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffd25d 0 18%, #7a31ed 20% 58%, #6126c9 60% 100%);
}

.audience {
  position: relative;
  padding: 90px 0 112px;
  background: #fff;
}

.audience h2,
.benefits h2 {
  margin: 0;
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1.16;
  letter-spacing: -.035em;
  font-weight: 800;
  text-align: center;
  color: var(--dark);
}

.audience h2 span,
.benefits h2 span {
  color: var(--accent-blue);
}

.section-line {
  width: 76px;
  height: 3px;
  margin: 22px auto 50px;
  border-radius: 3px;
  background: var(--accent-blue);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.audience-card {
  min-height: 350px;
  padding: 36px 31px 30px;
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: var(--shadow-card);
  transition: transform .2s ease, box-shadow .2s ease;
}

.audience-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-soft);
}

.audience-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  margin: 0 auto 34px;
  border-radius: 50%;
}

.audience-icon img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.audience-icon-green { background: linear-gradient(145deg, #79dd6c 0%, #27b953 100%); }
.audience-icon-purple { background: linear-gradient(145deg, #b280ff 0%, #7d4be8 100%); }
.audience-icon-blue { background: linear-gradient(145deg, #44b4ff 0%, #1f7fe5 100%); }
.audience-icon-yellow { background: linear-gradient(145deg, #ffce69 0%, #ffac33 100%); }

.audience-card h3 {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -.025em;
}

.audience-card p {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
}

.benefits {
  position: relative;
  padding: 98px 0 112px;
  background:
    radial-gradient(circle at 76% 34%, rgba(47, 209, 124, .16) 0%, rgba(47, 209, 124, 0) 37%),
    linear-gradient(180deg, #f8fcfd 0%, #f1fbf7 100%);
}

.benefits::before,
.benefits::after {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  background-image: radial-gradient(#73d9a5 2px, transparent 2px);
  background-size: 18px 18px;
  opacity: .34;
}

.benefits::before {
  left: -70px;
  top: 20px;
}

.benefits::after {
  right: 40px;
  top: 90px;
}

.benefits-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 42px;
  align-items: center;
}

.benefits-content h2 {
  max-width: 520px;
  text-align: left;
}

.benefits-list {
  display: grid;
  gap: 17px;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

.benefits-list li {
  position: relative;
  padding-left: 36px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
}

.benefits-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.benefits-visual {
  position: relative;
  min-height: 560px;
}

.benefits-blob {
  position: absolute;
  right: 0;
  top: 32px;
  width: 560px;
  height: 455px;
  border-radius: 48% 52% 45% 55% / 54% 39% 61% 46%;
  background:
    radial-gradient(circle at 72% 26%, rgba(52, 199, 89, .46) 0, rgba(52, 199, 89, 0) 36%),
    linear-gradient(145deg, rgba(63, 224, 150, .28) 0%, rgba(170, 228, 255, .24) 100%);
}

.dashboard-img {
  position: absolute;
  left: 38px;
  top: 72px;
  z-index: 2;
  width: 560px;
  filter: drop-shadow(0 30px 45px rgba(42, 73, 110, .15));
}

.stats-img {
  position: absolute;
  right: 8px;
  bottom: 32px;
  z-index: 4;
  width: 220px;
  filter: drop-shadow(0 24px 35px rgba(42, 73, 110, .17));
}

.code-cube {
  position: absolute;
  left: 10px;
  bottom: 62px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 22px;
  background: linear-gradient(145deg, #3f465f 0%, #171b2a 100%);
  box-shadow: 0 20px 36px rgba(17, 20, 34, .22);
  color: #42de67;
  font-size: 28px;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .hero-inner,
  .benefits-inner {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 130px;
  }

  .hero-content {
    max-width: 720px;
  }

  .hero-visual {
    display: none;
    width: min(720px, 100%);
    min-height: 520px;
    margin: 38px auto 0;
  }

  .hero-card-back {
    display: none;
    left: 4%;
    top: 12px;
    width: min(45vw, 370px);
  }

  .hero-card-main {
    display: none;
    right: 4%;
    top: 60px;
    width: min(58vw, 470px);
  }

  .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefits-content h2 {
    max-width: 760px;
  }

  .benefits-visual {
    display: none;
    max-width: 720px;
    margin: 0 auto;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(100% - 32px, 1180px);
  }

  
  .header-inner {
    justify-content: space-between;
  }

  .burger {
    display: block;
  }

  .hero {
    min-height: auto;
    padding: 115px 0 62px;
  }

  .hero-content p {
    margin-top: 26px;
  }

  .btn-primary {
    min-width: 230px;
    min-height: 62px;
    margin-top: 32px;
    padding: 17px 28px;
    font-size: 16px;
  }

  .hero-visual {
    width: 100%;
    max-width: 620px;
    min-height: clamp(330px, 72vw, 470px);
    margin-top: 28px;
  }

  .hero-card-back {
    left: 0;
    top: 8px;
    width: 47%;
  }

  .hero-card-main {
    right: 0;
    top: 52px;
    width: 68%;
  }

  .floating-icon-purple {
    right: 13%;
    top: 4px;
    width: 50px;
    height: 50px;
  }

  .floating-icon-blue {
    left: 23%;
    bottom: 36px;
    width: 52px;
    height: 52px;
  }

  .floating-icon-ring {
    left: auto;
    right: 18%;
    bottom: 10px;
    width: 54px;
    height: 54px;
  }

  .audience,
  .benefits {
    padding: 68px 0;
  }

  .audience-grid {
    gap: 18px;
  }

  .audience-card {
    min-height: auto;
    padding: 26px 22px;
  }

  .audience-icon {
    width: 118px;
    height: 118px;
    margin-bottom: 24px;
  }

  .audience-icon img {
    width: 76px;
    height: 76px;
  }

  .benefits-visual {
    min-height: 390px;
  }

  .benefits-blob {
    width: 430px;
    height: 350px;
    right: -80px;
  }

  .dashboard-img {
    width: 82%;
    left: 7%;
    top: 55px;
  }

  .stats-img {
    width: 180px;
    right: 3%;
  }

  .code-cube {
    width: 68px;
    height: 68px;
    left: 3%;
    bottom: 42px;
    font-size: 21px;
  }

  body.menu-open {
    overflow: hidden;
  }

  .burger {
    position: relative;
    z-index: 1002;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .burger span {
    position: absolute;
    left: 7px;
    display: block;
    width: 28px;
    height: 2px;
    margin: 0;
    border-radius: 999px;
    background: #fff;
    transition: transform .25s ease, opacity .2s ease;
  }

  .burger span:nth-child(1) {
    transform: translateY(-8px);
  }

  .burger span:nth-child(2) {
    transform: translateY(0);
  }

  .burger span:nth-child(3) {
    transform: translateY(8px);
  }

  .burger.is-active span:nth-child(1) {
    transform: translateY(0) rotate(45deg);
  }

  .burger.is-active span:nth-child(2) {
    opacity: 0;
  }

  .burger.is-active span:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 22px;
    width: min(320px, 86vw);
    height: 100vh;
    padding: 96px 28px 32px;
    background: linear-gradient(145deg, #31b8e7 0%, #159bd4 100%);
    box-shadow: -18px 0 45px rgba(14, 66, 104, .22);
    transform: translateX(105%);
    opacity: 0;
    visibility: hidden;
    transition: transform .25s ease, opacity .25s ease, visibility .25s ease;
  }

  .main-nav.is-open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .main-nav a {
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
  }


}

@media (max-width: 560px) {
  .logo {
    width: 96px;
    min-width: 96px;
  }

  .hero-content h1 {
    font-size: 38px;
  }

  .hero-content p {
    font-size: 17px;
  }

  .hero-visual {
    min-height: clamp(285px, 78vw, 340px);
  }

  .hero-card-back {
    left: -2%;
    top: 6px;
    width: 49%;
  }

  .hero-card-main {
    right: -1%;
    top: 42px;
    width: 70%;
  }

  .floating-icon-purple {
    right: 10%;
    top: 0;
    width: 42px;
    height: 42px;
  }

  .floating-icon-purple::before {
    inset: 13px 11px;
  }

  .floating-icon-blue {
    left: 18%;
    bottom: 28px;
    width: 44px;
    height: 44px;
  }

  .floating-icon-ring {
    right: 12%;
    bottom: 8px;
    width: 46px;
    height: 46px;
  }

  .audience h2,
  .benefits h2 {
    font-size: 31px;
  }

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

  .audience-card {
    text-align: center;
  }

  .benefits-list li {
    font-size: 16px;
  }

  .benefits-visual {
    min-height: 330px;
  }

  .dashboard-img {
    width: 92%;
    left: 2%;
  }

  .stats-img {
    width: 145px;
    bottom: 38px;
  }
}

@media (max-width: 390px) {
  .hero-content h1 {
    font-size: 34px;
  }

  .hero-visual {
    min-height: 270px;
  }

  .hero-card-back {
    width: 48%;
  }

  .hero-card-main {
    width: 69%;
    top: 38px;
  }

  .floating-icon-purple,
  .floating-icon-blue,
  .floating-icon-ring {
    display: none;
  }
}

.smart-features {
  position: relative;
  overflow: hidden;
  padding: 150px 0 170px;
  background:
    radial-gradient(circle at 14% 0%, rgba(111, 190, 255, .15) 0%, rgba(111, 190, 255, 0) 32%),
    radial-gradient(circle at 93% 0%, rgba(69, 222, 151, .16) 0%, rgba(69, 222, 151, 0) 34%),
    linear-gradient(180deg, #f9fdff 0%, #ffffff 45%, #f8fcff 100%);
}

.smart-features-shape,
.smart-features-dots {
  position: absolute;
  pointer-events: none;
}

.smart-features-shape-top {
  top: -190px;
  right: -120px;
  width: 520px;
  height: 390px;
  border-radius: 0 0 0 180px;
  background: linear-gradient(145deg, rgba(63, 224, 150, .16), rgba(111, 190, 255, .10));
  transform: rotate(10deg);
}

.smart-features-shape-bottom-left {
  left: -140px;
  bottom: -180px;
  width: 560px;
  height: 380px;
  border-radius: 48% 52% 50% 50%;
  background: linear-gradient(145deg, rgba(80, 171, 255, .14), rgba(80, 171, 255, 0));
  transform: rotate(14deg);
}

.smart-features-shape-bottom-right {
  right: -180px;
  bottom: -150px;
  width: 520px;
  height: 340px;
  border-radius: 48% 52% 50% 50%;
  background: linear-gradient(145deg, rgba(63, 224, 150, .14), rgba(63, 224, 150, 0));
  transform: rotate(-12deg);
}

.smart-features-dots {
  width: 96px;
  height: 120px;
  background-image: radial-gradient(rgba(86, 159, 211, .24) 2px, transparent 2px);
  background-size: 18px 18px;
}

.smart-features-dots-left {
  left: 18px;
  top: 126px;
}

.smart-features-dots-right {
  right: 46px;
  top: 150px;
  background-image: radial-gradient(rgba(48, 195, 110, .28) 2px, transparent 2px);
}

.smart-features-dots-bottom {
  left: 18px;
  bottom: 105px;
  opacity: .7;
}

.smart-features-title {
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: center;
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1.16;
  letter-spacing: -.035em;
  font-weight: 800;
  color: var(--dark);
}

.smart-features-title span {
  color: var(--accent-blue);
}

.smart-features-line {
  position: relative;
  z-index: 2;
  width: 76px;
  height: 3px;
  margin: 24px auto 78px;
  border-radius: 3px;
  background: var(--accent-blue);
}

.smart-features-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 86px 22px;
}

.smart-feature-card {
  min-height: 445px;
  padding: 34px 22px 32px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 45px rgba(33, 61, 98, .07);
  border: 1px solid rgba(237, 242, 247, .9);
  text-align: center;
}

.smart-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 132px;
  margin: 0 auto 34px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(238, 244, 255, .95) 0%, rgba(238, 244, 255, .72) 70%);
}

.smart-feature-icon img {
  width: 104px;
  height: 104px;
  object-fit: contain;
}

.smart-feature-card h3 {
  margin: 0 0 24px;
  color: var(--dark);
  font-size: 21px;
  line-height: 1.22;
  letter-spacing: -.025em;
  font-weight: 800;
}

.smart-feature-card p {
  max-width: 165px;
  margin: 0 auto;
  color: #5e6a7c;
  font-size: 16px;
  line-height: 1.85;
  font-weight: 500;
}

@media (max-width: 1180px) {
  .smart-features {
    padding: 120px 0 140px;
  }

  .smart-features-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }

  .smart-feature-card {
    min-height: 380px;
  }

  .smart-feature-card p {
    max-width: 240px;
  }
}

@media (max-width: 820px) {
  .smart-features {
    padding: 82px 0 92px;
  }

  .smart-features-line {
    margin-bottom: 48px;
  }

  .smart-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .smart-feature-card {
    min-height: auto;
    padding: 28px 18px 30px;
  }

  .smart-feature-icon {
    width: 112px;
    height: 112px;
    margin-bottom: 24px;
  }

  .smart-feature-icon img {
    width: 88px;
    height: 88px;
  }

  .smart-feature-card h3 {
    margin-bottom: 16px;
    font-size: 19px;
  }

  .smart-feature-card p {
    font-size: 15px;
    line-height: 1.65;
  }
}

@media (max-width: 560px) {
  .smart-features-title {
    font-size: 31px;
  }

  .smart-features-grid {
    grid-template-columns: 1fr;
  }

  .smart-feature-card {
    padding: 30px 22px;
  }

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

.smart-steps {
  position: relative;
  overflow: hidden;
  padding: 130px 0 145px;
  background:
    radial-gradient(circle at 100% 12%, rgba(80, 171, 255, .14) 0%, rgba(80, 171, 255, 0) 18%),
    linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
}

.smart-steps-shape,
.smart-steps-dots {
  position: absolute;
  pointer-events: none;
}

.smart-steps-shape-left {
  left: -150px;
  bottom: 80px;
  width: 260px;
  height: 470px;
  border-radius: 48% 52% 50% 50%;
  background: linear-gradient(180deg, rgba(63, 224, 150, .20), rgba(63, 224, 150, .05));
}

.smart-steps-shape-right {
  right: -120px;
  top: 70px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(80, 171, 255, .16), rgba(80, 171, 255, .04));
}

.smart-steps-dots {
  width: 120px;
  height: 140px;
  background-image: radial-gradient(rgba(48, 195, 110, .28) 3px, transparent 3px);
  background-size: 24px 24px;
}

.smart-steps-dots-left {
  left: 42px;
  top: 38px;
}

.smart-steps-dots-right {
  right: 52px;
  top: 420px;
}

.smart-steps-title {
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: center;
  font-size: clamp(36px, 3.3vw, 52px);
  line-height: 1.12;
  letter-spacing: -.035em;
  font-weight: 800;
  color: var(--dark);
}

.smart-steps-title span {
  color: var(--accent-blue);
}

.smart-steps-line {
  position: relative;
  z-index: 2;
  width: 96px;
  height: 3px;
  margin: 28px auto 76px;
  border-radius: 3px;
  background: var(--accent-blue);
}

.smart-steps-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px 44px;
}

.smart-step-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 28px;
  min-height: 200px;
  padding: 38px 42px;
  border-radius: 28px;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(237, 242, 247, .92);
  box-shadow: 0 20px 55px rgba(33, 61, 98, .075);
}

.smart-step-icon {
  width: 132px;
  height: 132px;
}

.smart-step-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.smart-step-content {
  min-width: 0;
}

.smart-step-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  height: 42px;
  margin-bottom: 22px;
  padding: 0 16px;
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(42, 73, 110, .12);
}

.smart-step-label-green {
  background: linear-gradient(135deg, #48d875 0%, #24bf56 100%);
}

.smart-step-label-purple {
  background: linear-gradient(135deg, #8f5cff 0%, #6737d8 100%);
}

.smart-step-label-blue {
  background: linear-gradient(135deg, #3ba3ff 0%, #157ae5 100%);
}

.smart-step-label-yellow {
  background: linear-gradient(135deg, #ffc943 0%, #ffae21 100%);
}

.smart-step-card h3 {
  margin: 0;
  color: var(--dark);
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: -.025em;
  font-weight: 800;
}

@media (max-width: 1180px) {
  .smart-steps {
    padding: 110px 0 120px;
  }

  .smart-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .smart-step-card {
    padding: 34px;
  }
}

@media (max-width: 820px) {
  .smart-steps {
    padding: 82px 0 92px;
  }

  .smart-steps-line {
    margin-bottom: 50px;
  }

  .smart-steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .smart-step-card {
    grid-template-columns: 120px 1fr;
    gap: 22px;
    min-height: 170px;
    padding: 28px;
    border-radius: 24px;
  }

  .smart-step-icon {
    width: 110px;
    height: 110px;
  }

  .smart-step-label {
    height: 36px;
    margin-bottom: 14px;
    font-size: 16px;
  }

  .smart-step-card h3 {
    font-size: 20px;
    line-height: 1.45;
  }
}

@media (max-width: 560px) {
  .smart-steps-title {
    font-size: 31px;
  }

  .smart-step-card {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
    padding: 30px 22px;
  }

  .smart-step-icon {
    width: 118px;
    height: 118px;
  }

  .smart-step-card h3 {
    font-size: 19px;
  }

  .smart-steps-dots,
  .smart-steps-shape {
    opacity: .45;
  }
}

.smart-templates {
  position: relative;
  overflow: hidden;
  padding: 120px 0 135px;
  background:
    radial-gradient(circle at 100% 4%, rgba(63, 224, 150, .13) 0%, rgba(63, 224, 150, 0) 18%),
    radial-gradient(circle at 0% 72%, rgba(63, 224, 150, .12) 0%, rgba(63, 224, 150, 0) 20%),
    linear-gradient(180deg, #fbfdff 0%, #ffffff 48%, #f8fcff 100%);
}

.smart-templates-shape,
.smart-templates-dots {
  position: absolute;
  pointer-events: none;
}

.smart-templates-shape-left {
  left: -190px;
  bottom: 140px;
  width: 330px;
  height: 560px;
  border-radius: 48% 52% 50% 50%;
  background: linear-gradient(180deg, rgba(63, 224, 150, .17), rgba(63, 224, 150, .04));
}

.smart-templates-shape-right {
  right: -120px;
  top: -70px;
  width: 330px;
  height: 330px;
  border-radius: 44% 56% 48% 52%;
  background: linear-gradient(145deg, rgba(63, 224, 150, .16), rgba(80, 171, 255, .06));
}

.smart-templates-dots {
  width: 115px;
  height: 140px;
  background-image: radial-gradient(rgba(86, 159, 211, .20) 2px, transparent 2px);
  background-size: 20px 20px;
}

.smart-templates-dots-left {
  left: 18px;
  top: 42px;
}

.smart-templates-dots-right {
  right: 70px;
  bottom: 105px;
}

.smart-templates-title {
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: center;
  font-size: clamp(34px, 3.1vw, 48px);
  line-height: 1.16;
  letter-spacing: -.035em;
  font-weight: 800;
  color: var(--dark);
}

.smart-templates-title span {
  color: var(--accent-blue);
}

.smart-templates-line {
  position: relative;
  z-index: 2;
  width: 96px;
  height: 3px;
  margin: 28px auto 76px;
  border-radius: 3px;
  background: var(--accent-blue);
}

.smart-templates-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 285px 1fr;
  gap: 46px;
  align-items: start;
}

.smart-templates-tabs {
  display: grid;
  gap: 18px;
}

.smart-template-tab {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  min-height: 68px;
  padding: 18px 24px;
  border: 1px solid rgba(237, 242, 247, .95);
  border-radius: 13px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 14px 34px rgba(33, 61, 98, .07);
  color: var(--dark);
  font-family: inherit;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.smart-template-tab:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(33, 61, 98, .10);
}

.smart-template-tab.is-active {
  background: linear-gradient(135deg, #2f9bff 0%, #1684ee 100%);
  color: #fff;
  box-shadow: 0 18px 42px rgba(30, 133, 238, .26);
}

.smart-template-tab-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  min-width: 27px;
  height: 27px;
  color: #2b92f1;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
}

.smart-template-tab.is-active .smart-template-tab-icon {
  color: #fff;
}

.smart-template-panel {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 32px;
}

.smart-template-panel.is-active {
  display: grid;
}

.smart-template-panel img {
  width: 100%;
  aspect-ratio: 700 / 419;
  object-fit: cover;
  
  transition: transform .2s ease, box-shadow .2s ease;
}

.smart-template-panel img:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 52px rgba(33, 61, 98, .14);
}

@media (max-width: 1180px) {
  .smart-templates {
    padding: 105px 0 115px;
  }

  .smart-templates-layout {
    grid-template-columns: 250px 1fr;
    gap: 32px;
  }

  .smart-template-tab {
    min-height: 62px;
    padding: 16px 18px;
    font-size: 16px;
  }

  .smart-template-panel {
    gap: 22px;
  }
}

@media (max-width: 980px) {
  .smart-templates-layout {
    grid-template-columns: 1fr;
  }

  .smart-templates-tabs {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 0 0 12px;
    scrollbar-width: thin;
  }

  .smart-template-tab {
    width: auto;
    min-width: max-content;
    min-height: 56px;
    padding: 14px 18px;
    white-space: nowrap;
  }

  .smart-template-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .smart-templates {
    padding: 82px 0 92px;
  }

  .smart-templates-line {
    margin-bottom: 48px;
  }
}

@media (max-width: 560px) {
  .smart-templates-title {
    font-size: 31px;
  }

  .smart-template-panel {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .smart-template-tab {
    font-size: 15px;
  }

  .smart-template-tab-icon {
    width: 23px;
    min-width: 23px;
    height: 23px;
    font-size: 17px;
  }
}

.smart-price {
  position: relative;
  overflow: hidden;
  padding: 120px 0 145px;
  background:
    radial-gradient(circle at 100% 0%, rgba(63, 224, 150, .13) 0%, rgba(63, 224, 150, 0) 20%),
    radial-gradient(circle at 0% 84%, rgba(63, 224, 150, .14) 0%, rgba(63, 224, 150, 0) 21%),
    linear-gradient(180deg, #fbfdff 0%, #ffffff 52%, #f8fcff 100%);
}

.smart-price-shape,
.smart-price-dots {
  position: absolute;
  pointer-events: none;
}

.smart-price-shape-top {
  right: -130px;
  top: -110px;
  width: 420px;
  height: 300px;
  border-radius: 0 0 0 170px;
  background: linear-gradient(145deg, rgba(63, 224, 150, .16), rgba(80, 171, 255, .06));
  transform: rotate(8deg);
}

.smart-price-shape-left {
  left: -180px;
  bottom: -125px;
  width: 420px;
  height: 340px;
  border-radius: 48% 52% 50% 50%;
  background: linear-gradient(145deg, rgba(63, 224, 150, .17), rgba(63, 224, 150, .04));
}

.smart-price-dots {
  width: 115px;
  height: 145px;
  background-image: radial-gradient(rgba(86, 159, 211, .20) 2px, transparent 2px);
  background-size: 20px 20px;
}

.smart-price-dots-left {
  left: 28px;
  top: 36px;
}

.smart-price-dots-right {
  right: 70px;
  bottom: 270px;
  background-image: radial-gradient(rgba(48, 195, 110, .28) 2px, transparent 2px);
}

.smart-price-title {
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: center;
  font-size: clamp(34px, 3.1vw, 48px);
  line-height: 1.16;
  letter-spacing: -.035em;
  font-weight: 800;
  color: var(--dark);
}

.smart-price-title span {
  color: var(--accent-blue);
}

.smart-price-line {
  position: relative;
  z-index: 2;
  width: 96px;
  height: 3px;
  margin: 28px auto 78px;
  border-radius: 3px;
  background: var(--accent-blue);
}

.smart-price-card {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  min-height: 560px;
  padding: 40px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 78% 24%, rgba(80, 171, 255, .12) 0%, rgba(80, 171, 255, 0) 38%),
    rgba(255,255,255,.94);
  border: 1px solid rgba(237, 242, 247, .94);
  box-shadow: 0 22px 60px rgba(33, 61, 98, .09);
}

.smart-price-content h3 {
  margin: 0;
  color: var(--dark);
  font-size: clamp(52px, 5vw, 74px);
  line-height: 1;
  letter-spacing: -.045em;
  font-weight: 800;
}

.smart-price-content p {
  margin: 22px 0 48px;
  color: var(--dark);
  font-size: clamp(24px, 2.2vw, 26px);
  line-height: 1.2;
  font-weight: 500;
}

.smart-price-content p span {
  color: var(--accent-blue);
  font-weight: 800;
}

.smart-price-list {
  display: grid;
  gap: 0;
  max-width: 520px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.smart-price-list li {
  position: relative;
  padding: 19px 0 19px 64px;
  border-bottom: 1px dashed rgba(105, 115, 134, .22);
  color: #5e6a7c;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}

.smart-price-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.smart-price-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.smart-price-visual img {
  width: min(100%, 620px);
  filter: drop-shadow(0 34px 50px rgba(42, 73, 110, .12));
}

@media (max-width: 1100px) {
  .smart-price-card {
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 64px;
  }

  .smart-price-visual {
    order: -1;
  }

  .smart-price-visual img {
    max-width: 520px;
  }
}

@media (max-width: 820px) {
  .smart-price {
    padding: 82px 0 92px;
  }

  .smart-price-line {
    margin-bottom: 48px;
  }

  .smart-price-card {
    padding: 42px 28px;
    border-radius: 22px;
  }

  .smart-price-content h3 {
    font-size: 48px;
  }

  .smart-price-content p {
    margin: 16px 0 32px;
    font-size: 24px;
  }

  .smart-price-list li {
    padding: 16px 0 16px 46px;
    font-size: 18px;
  }

  .smart-price-list li::before {
    top: 14px;
  }
}

@media (max-width: 560px) {
  .smart-price-title {
    font-size: 31px;
  }

  .smart-price-card {
    padding: 34px 22px;
  }

  .smart-price-content h3 {
    font-size: 42px;
  }

  .smart-price-content p {
    font-size: 21px;
  }

  .smart-price-list li {
    font-size: 16px;
  }
}

.smart-start {
  position: relative;
  overflow: hidden;
  padding: 125px 0 145px;
  background:
    radial-gradient(circle at 0% 0%, rgba(80, 171, 255, .14) 0%, rgba(80, 171, 255, 0) 22%),
    radial-gradient(circle at 100% 100%, rgba(80, 171, 255, .12) 0%, rgba(80, 171, 255, 0) 24%),
    radial-gradient(circle at 0% 100%, rgba(63, 224, 150, .14) 0%, rgba(63, 224, 150, 0) 22%),
    linear-gradient(180deg, #fbfdff 0%, #ffffff 52%, #f8fcff 100%);
}

.smart-start-shape,
.smart-start-dots {
  position: absolute;
  pointer-events: none;
}

.smart-start-shape-top {
  left: -110px;
  top: -155px;
  width: 520px;
  height: 310px;
  border-radius: 0 0 190px 0;
  background: linear-gradient(145deg, rgba(80, 171, 255, .14), rgba(80, 171, 255, .03));
  transform: rotate(-7deg);
}

.smart-start-shape-left {
  left: -180px;
  bottom: -120px;
  width: 480px;
  height: 290px;
  border-radius: 48% 52% 50% 50%;
  background: linear-gradient(145deg, rgba(63, 224, 150, .16), rgba(63, 224, 150, .04));
  transform: rotate(10deg);
}

.smart-start-shape-right {
  right: -150px;
  bottom: -70px;
  width: 380px;
  height: 300px;
  border-radius: 48% 52% 50% 50%;
  background: linear-gradient(145deg, rgba(80, 171, 255, .14), rgba(80, 171, 255, .03));
  transform: rotate(-10deg);
}

.smart-start-dots {
  width: 115px;
  height: 140px;
  background-image: radial-gradient(rgba(86, 159, 211, .20) 2px, transparent 2px);
  background-size: 20px 20px;
}

.smart-start-dots-left {
  left: 42px;
  top: 72px;
}

.smart-start-dots-right {
  right: 70px;
  top: 92px;
  background-image: radial-gradient(rgba(48, 195, 110, .26) 2px, transparent 2px);
}

.smart-start-dots-bottom {
  right: 92px;
  bottom: 74px;
}

.smart-start-title {
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: center;
  font-size: clamp(36px, 3.3vw, 52px);
  line-height: 1.12;
  letter-spacing: -.035em;
  font-weight: 800;
  color: var(--dark);
}

.smart-start-title span {
  color: var(--accent-blue);
}

.smart-start-line {
  position: relative;
  z-index: 2;
  width: 96px;
  height: 3px;
  margin: 28px auto 88px;
  border-radius: 3px;
  background: var(--accent-blue);
}

.smart-start-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 26px;
}

.smart-start-card {
  position: relative;
  padding: 44px 28px 38px;
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(237, 242, 247, .94);
  box-shadow: 0 18px 45px rgba(33, 61, 98, .075);
  text-align: center;
}

.smart-start-card::after {
  content: '→';
  position: absolute;
  top: 50%;
  right: -28px;
  z-index: 3;
  transform: translateY(-50%);
  color: var(--accent-blue);
  font-size: 46px;
  line-height: 1;
  font-weight: 400;
}

.smart-start-card:last-child::after {
  display: none;
}

.smart-start-number {
  position: absolute;
  top: 42px;
  left: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(42, 73, 110, .14);
}

.smart-start-number-green {
  background: linear-gradient(135deg, #48d875 0%, #24bf56 100%);
}

.smart-start-number-purple {
  background: linear-gradient(135deg, #8f5cff 0%, #6737d8 100%);
}

.smart-start-number-blue {
  background: linear-gradient(135deg, #3ba3ff 0%, #157ae5 100%);
}

.smart-start-number-yellow {
  background: linear-gradient(135deg, #ffc943 0%, #ffae21 100%);
}

.smart-start-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 155px;
  margin: 46px auto 36px;
}

.smart-start-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.smart-start-card h3 {
  margin: 0;
  color: var(--dark);
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: -.025em;
  font-weight: 500;
}

.smart-start-card h3 span {
  color: var(--accent-blue);
  font-weight: 800;
}

@media (max-width: 1280px) {
  .smart-start-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }

  .smart-start-card::after {
    display: none;
  }

  .smart-start-card {
    min-height: 330px;
  }
}

@media (max-width: 820px) {
  .smart-start {
    padding: 82px 0 92px;
  }

  .smart-start-line {
    margin-bottom: 52px;
  }

  .smart-start-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .smart-start-card {
    min-height: auto;
    padding: 34px 22px 32px;
  }

  .smart-start-number {
    top: 28px;
    left: 28px;
  }

  .smart-start-icon {
    width: 124px;
    height: 124px;
    margin: 38px auto 26px;
  }

  .smart-start-card h3 {
    font-size: 19px;
  }
}

@media (max-width: 560px) {
  .smart-start-title {
    font-size: 31px;
  }

  .smart-start-grid {
    grid-template-columns: 1fr;
  }

  .smart-start-card {
    padding: 34px 22px;
  }

  .smart-start-icon {
    width: 132px;
    height: 132px;
  }

  .smart-start-dots,
  .smart-start-shape {
    opacity: .45;
  }
}

.smart-start-grid {
  align-items: stretch;
}

.smart-start-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 22px;
}

.smart-start-number {
  position: static;
  margin: 0 0 26px;
}

.smart-start-icon {
  width: 125px;
  height: 125px;
  margin: 0 auto 34px;
}

.smart-start-card h3 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
 font-size: 18px !important;
  text-align: center;
}

.smart-start-card::after {
      top: 40%;
    right: -40px;
  transform: translateY(-50%);
}

@media (max-width: 1280px) {
  .smart-start-card {
    min-height: 350px;
  }
}

@media (max-width: 820px) {
  .smart-start-card {
    min-height: auto;
  }

  .smart-start-card h3 {
    min-height: 0;
  }
}

.smart-faq {
  position: relative;
  overflow: hidden;
  padding: 120px 0 135px;
  background:
    radial-gradient(circle at 0% 0%, rgba(80, 171, 255, .12) 0%, rgba(80, 171, 255, 0) 22%),
    radial-gradient(circle at 100% 100%, rgba(80, 171, 255, .10) 0%, rgba(80, 171, 255, 0) 24%),
    linear-gradient(180deg, #fbfdff 0%, #ffffff 52%, #f8fcff 100%);
}

.smart-faq-shape,
.smart-faq-dots {
  position: absolute;
  pointer-events: none;
}

.smart-faq-shape-top {
  left: -110px;
  top: -155px;
  width: 520px;
  height: 310px;
  border-radius: 0 0 190px 0;
  background: linear-gradient(145deg, rgba(80, 171, 255, .14), rgba(80, 171, 255, .03));
  transform: rotate(-7deg);
}

.smart-faq-shape-bottom {
  right: -135px;
  bottom: -90px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(80, 171, 255, .12), rgba(80, 171, 255, .03));
}

.smart-faq-dots {
  width: 115px;
  height: 140px;
  background-image: radial-gradient(rgba(86, 159, 211, .20) 2px, transparent 2px);
  background-size: 20px 20px;
}

.smart-faq-dots-left {
  left: 42px;
  top: 72px;
}

.smart-faq-dots-right {
  right: 70px;
  top: 92px;
  background-image: radial-gradient(rgba(48, 195, 110, .26) 2px, transparent 2px);
}

.smart-faq-label {
  position: relative;
  z-index: 2;
  margin: 0 0 10px;
  text-align: center;
  color: var(--accent-blue);
  font-size: 15px;
  line-height: 1;
  letter-spacing: .24em;
  text-transform: uppercase;
  font-weight: 800;
}

.smart-faq-title {
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: center;
  font-size: clamp(34px, 3.1vw, 48px);
  line-height: 1.16;
  letter-spacing: -.035em;
  font-weight: 800;
  color: var(--dark);
}

.smart-faq-title span {
  color: var(--accent-blue);
}

.smart-faq-line {
  position: relative;
  z-index: 2;
  width: 96px;
  height: 3px;
  margin: 28px auto 58px;
  border-radius: 3px;
  background: var(--accent-blue);
}

.smart-faq-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
  max-width: 1080px;
  margin: 0 auto;
}

.smart-faq-item {
  border-radius: 15px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(237, 242, 247, .94);
  box-shadow: 0 12px 34px rgba(33, 61, 98, .06);
  overflow: hidden;
}

.smart-faq-question {
  display: grid;
  grid-template-columns: 56px 1fr 26px;
  align-items: center;
  gap: 24px;
  width: 100%;
  min-height: 82px;
  padding: 20px 38px 20px 28px;
  border: 0;
  background: transparent;
  color: var(--dark);
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}

.smart-faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #48d875 0%, #24bf56 100%);
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(36, 191, 86, .22);
}

.smart-faq-text {
  color: var(--dark);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.smart-faq-arrow {
  position: relative;
  width: 16px;
  height: 16px;
}

.smart-faq-arrow::before,
.smart-faq-arrow::after {
  content: '';
  position: absolute;
  top: 7px;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: var(--green);
  transition: transform .2s ease;
}

.smart-faq-arrow::before {
  left: 0;
  transform: rotate(45deg);
}

.smart-faq-arrow::after {
  right: 0;
  transform: rotate(-45deg);
}

.smart-faq-item.is-open .smart-faq-arrow::before {
  transform: rotate(-45deg);
}

.smart-faq-item.is-open .smart-faq-arrow::after {
  transform: rotate(45deg);
}

.smart-faq-answer {
  display: none;
  padding: 0 86px 24px 108px;
}

.smart-faq-item.is-open .smart-faq-answer {
  display: block;
}

.smart-faq-answer p {
  max-width: 820px;
  margin: 0;
  color: #5e6a7c;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
}

@media (max-width: 820px) {
  .smart-faq {
    padding: 82px 0 92px;
  }

  .smart-faq-line {
    margin-bottom: 42px;
  }

  .smart-faq-question {
    grid-template-columns: 46px 1fr 22px;
    gap: 16px;
    min-height: 76px;
    padding: 18px 22px;
  }

  .smart-faq-icon {
    width: 42px;
    height: 42px;
    font-size: 22px;
  }

  .smart-faq-text {
    font-size: 16px;
  }

  .smart-faq-answer {
    padding: 0 22px 22px 84px;
  }
}

@media (max-width: 560px) {
  .smart-faq-title {
    font-size: 31px;
  }

  .smart-faq-question {
    grid-template-columns: 40px 1fr 18px;
    gap: 14px;
    padding: 16px;
  }

  .smart-faq-icon {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }

  .smart-faq-text {
    font-size: 15px;
  }

  .smart-faq-answer {
    padding: 0 16px 20px 70px;
  }

  .smart-faq-answer p {
    font-size: 14px;
  }
}

.smart-reviews {
  position: relative;
  overflow: hidden;
  padding: 120px 0 140px;
  background:
    radial-gradient(circle at 100% 0%, rgba(80, 171, 255, .12) 0%, rgba(80, 171, 255, 0) 22%),
    radial-gradient(circle at 0% 100%, rgba(63, 224, 150, .14) 0%, rgba(63, 224, 150, 0) 22%),
    linear-gradient(180deg, #fbfdff 0%, #ffffff 52%, #f8fcff 100%);
}

.smart-reviews-shape,
.smart-reviews-dots {
  position: absolute;
  pointer-events: none;
}

.smart-reviews-shape-top {
  right: -130px;
  top: -120px;
  width: 420px;
  height: 340px;
  border-radius: 48% 52% 50% 50%;
  background: linear-gradient(145deg, rgba(80, 171, 255, .14), rgba(80, 171, 255, .03));
}

.smart-reviews-shape-left {
  left: -160px;
  bottom: -100px;
  width: 420px;
  height: 320px;
  border-radius: 48% 52% 50% 50%;
  background: linear-gradient(145deg, rgba(63, 224, 150, .16), rgba(63, 224, 150, .04));
}

.smart-reviews-dots {
  width: 115px;
  height: 140px;
  background-image: radial-gradient(rgba(86, 159, 211, .20) 2px, transparent 2px);
  background-size: 20px 20px;
}

.smart-reviews-dots-left {
  left: 42px;
  top: 72px;
  background-image: radial-gradient(rgba(48, 195, 110, .26) 2px, transparent 2px);
}

.smart-reviews-dots-right {
  right: 70px;
  bottom: 135px;
}

.smart-reviews-title {
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: center;
  font-size: clamp(40px, 3.4vw, 56px);
  line-height: 1.1;
  letter-spacing: -.035em;
  font-weight: 800;
  color: var(--dark);
}

.smart-reviews-line {
  position: relative;
  z-index: 2;
  width: 96px;
  height: 3px;
  margin: 32px auto 70px;
  border-radius: 3px;
  background: var(--accent-blue);
}

.smart-reviews-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.smart-review-card {
  min-height: 410px;
  padding: 48px 44px 36px;
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(237, 242, 247, .94);
  box-shadow: 0 18px 45px rgba(33, 61, 98, .075);
}

.smart-review-head {
  display: grid;
  grid-template-columns: 76px 1fr 42px;
  align-items: center;
  gap: 20px;
}

.smart-review-head img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
}

.smart-review-head h3 {
  margin: 0 0 8px;
  color: var(--dark);
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
}

.smart-review-head p {
  margin: 0;
  color: #687386;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
}

.smart-review-head span {
  color: #9d68ff;
  font-size: 74px;
  line-height: .8;
  font-weight: 800;
}

.smart-review-text {
  min-height: 140px;
  margin: 44px 0 36px;
  color: #4f5b6f;
  font-size: 19px;
  line-height: 1.65;
  font-weight: 500;
}

.smart-review-date {
  position: relative;
  padding-left: 34px;
  color: #6b7688;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

.smart-review-date::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 21px;
  height: 21px;
  opacity: .8;
  background:
    linear-gradient(#6b7688, #6b7688) 4px 7px / 13px 2px no-repeat,
    linear-gradient(#6b7688, #6b7688) 4px 13px / 13px 2px no-repeat,
    linear-gradient(#6b7688, #6b7688) 5px 2px / 2px 5px no-repeat,
    linear-gradient(#6b7688, #6b7688) 14px 2px / 2px 5px no-repeat;
  border: 2px solid #6b7688;
  border-radius: 3px;
}

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

  .smart-review-card {
    min-height: 380px;
  }
}

@media (max-width: 820px) {
  .smart-reviews {
    padding: 82px 0 92px;
  }

  .smart-reviews-line {
    margin-bottom: 48px;
  }

  .smart-review-card {
    padding: 34px 28px;
  }

  .smart-review-text {
    min-height: 0;
    margin: 34px 0;
    font-size: 17px;
  }
}

@media (max-width: 620px) {
  .smart-reviews-grid {
    grid-template-columns: 1fr;
  }

  .smart-reviews-title {
    font-size: 34px;
  }

  .smart-review-head {
    grid-template-columns: 64px 1fr 34px;
    gap: 16px;
  }

  .smart-review-head img {
    width: 64px;
    height: 64px;
  }

  .smart-review-head h3 {
    font-size: 21px;
  }

  .smart-review-head p,
  .smart-review-date {
    font-size: 15px;
  }

  .smart-review-head span {
    font-size: 56px;
  }

  .smart-review-text {
    font-size: 16px;
  }
}

.smart-article {
  position: relative;
  overflow: hidden;
  padding: 120px 0 145px;
  background:
    radial-gradient(circle at 0% 70%, rgba(63, 224, 150, .13) 0%, rgba(63, 224, 150, 0) 22%),
    radial-gradient(circle at 100% 100%, rgba(80, 171, 255, .11) 0%, rgba(80, 171, 255, 0) 23%),
    linear-gradient(180deg, #fbfdff 0%, #ffffff 52%, #f8fcff 100%);
}

.smart-article-shape,
.smart-article-dots {
  position: absolute;
  pointer-events: none;
}

.smart-article-shape-left {
  left: -170px;
  bottom: 250px;
  width: 370px;
  height: 540px;
  border-radius: 48% 52% 50% 50%;
  background: linear-gradient(180deg, rgba(63, 224, 150, .16), rgba(63, 224, 150, .04));
}

.smart-article-shape-right {
  right: -150px;
  bottom: -90px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(80, 171, 255, .13), rgba(80, 171, 255, .03));
}

.smart-article-dots-right {
  right: 86px;
  bottom: 440px;
  width: 115px;
  height: 140px;
  background-image: radial-gradient(rgba(86, 159, 211, .20) 2px, transparent 2px);
  background-size: 20px 20px;
}

.smart-article-card {
  position: relative;
  z-index: 2;
  padding: 56px 42px 70px;
  border-radius: 28px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(237, 242, 247, .94);
  box-shadow: 0 22px 60px rgba(33, 61, 98, .075);
}

.smart-article-hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 42px;
  align-items: start;
  margin-bottom: 42px;
}

.smart-article-intro h2 {
  margin: 0;
  color: var(--dark);
  font-size: clamp(36px, 3.3vw, 52px);
  line-height: 1.14;
  letter-spacing: -.035em;
  font-weight: 800;
}

.smart-article-intro h2 span {
  color: var(--accent-blue);
}

.smart-article-line {
  width: 76px;
  height: 3px;
  margin: 28px 0 38px;
  border-radius: 3px;
  background: var(--accent-blue);
}

.smart-article-intro p,
.smart-article-row p {
  margin: 0 0 18px;
  color: #526074;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 500;
}

.smart-article-intro p:last-child,
.smart-article-row p:last-child {
  margin-bottom: 0;
}

.smart-article-visual {
  display: flex;
  justify-content: flex-end;
}

.smart-article-visual img {
  width: min(100%, 560px);
  filter: drop-shadow(0 28px 45px rgba(42, 73, 110, .13));
}

.smart-article-list {
  display: grid;
  gap: 0;
}

.smart-article-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 34px;
  padding: 42px 0;
  border-bottom: 1px dashed rgba(105, 115, 134, .22);
}

.smart-article-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.smart-article-row h3 {
  margin: 0 0 16px;
  color: var(--dark);
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -.025em;
  font-weight: 800;
}

.smart-article-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 18px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(42, 73, 110, .14);
}

.smart-article-icon-green {
  background: linear-gradient(135deg, #48d875 0%, #24bf56 100%);
}

.smart-article-icon-purple {
  background: linear-gradient(135deg, #8f5cff 0%, #6737d8 100%);
}

.smart-article-icon-blue {
  background: linear-gradient(135deg, #3ba3ff 0%, #157ae5 100%);
}

@media (max-width: 980px) {
  .smart-article-hero {
    grid-template-columns: 1fr;
  }

  .smart-article-visual {
    justify-content: center;
  }
}

@media (max-width: 820px) {
  .smart-article {
    padding: 82px 0 92px;
  }

  .smart-article-card {
    padding: 38px 28px 46px;
    border-radius: 24px;
  }

  .smart-article-row {
    grid-template-columns: 70px 1fr;
    gap: 22px;
    padding: 34px 0;
  }

  .smart-article-icon {
    width: 58px;
    height: 58px;
    border-radius: 15px;
    font-size: 24px;
  }

  .smart-article-row h3 {
    font-size: 21px;
  }

  .smart-article-intro p,
  .smart-article-row p {
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  .smart-article-card {
    padding: 32px 20px 40px;
  }

  .smart-article-intro h2 {
    font-size: 31px;
  }

  .smart-article-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .smart-article-icon {
    width: 56px;
    height: 56px;
  }
}

/* =======================
FOOTER
======================= */

.site-footer{
    padding:90px 0 50px;
    background:#fff;
}

.footer-top{
    display:grid;
    grid-template-columns:1.2fr 1fr 1fr 1fr 1fr;
    gap:60px;
}

.footer-logo img{
    max-width:120px;
    display:block;
}

.footer-about p{
     margin-top: 35px;
    max-width: 190px;
    color: #7b869d;
    line-height: 1.5;
    font-size: 16px;
}

.footer-login{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    margin-top:30px;

    width:100px;
    height:48px;

    border-radius:100px;

    border:1px solid #edf1f7;

    color:#5e667b;
    text-decoration:none;

    transition:.3s;
}

.footer-login:hover{
    background:#fff;
}

.footer-column h4{
    margin: 0px 0px 32px 0px;
    font-size: 22px;
    font-weight: 700;
    color: #11182d;
}

.footer-column ul{
    margin:0;
    padding:0;
    list-style:none;
}

.footer-column li{
    margin-bottom:18px;

    color:#7b869d;

    font-size:18px;
}

.footer-column a{
    text-decoration:none;
    color:#7b869d;
    transition:.3s;
}

.footer-column a:hover{
    color:#3f8cff;
}

.footer-bottom{
    margin-top:80px;
    padding-top:45px;

    border-top:1px solid #e8edf4;

    text-align:center;
}

.footer-bottom p{
    max-width:1000px;

    margin:0 auto 30px;

    color:#8c96ab;

    line-height:1.9;
    font-size:17px;
}

.footer-copy{
    color:#a2aabd;
    font-size:16px;
}

/* ===================
АДАПТИВ
=================== */

@media(max-width:1100px){

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

}

@media(max-width:768px){

.site-footer{
    padding:70px 0 40px;
}

.footer-top{
    grid-template-columns:1fr;
    gap:50px;
}

.footer-column h4{
    margin-bottom:20px;
    font-size:26px;
}

.footer-about p{
    max-width:none;
}

.footer-bottom{
    margin-top:50px;
}

}