    :root {
      --blue: #3aa0d6;
      --deep: #256b95;
      --deep-2: #256b95;
      --light: #72c0ec;
      --red: #c90d0d;
      --text: #121212;
    }

    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      background: #ececec;
      color: var(--text);
      font-family: "Arimo", Arial, Helvetica, sans-serif;
    }

    .page {
      width: 1350px;
      margin: 0 auto;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 0 53.642px rgba(0, 0, 0, .12);
    }

    .hero {
      position: relative;
      min-height: 759.934px;
      padding: 53.642px 40.232px 40.232px;
      background: var(--blue);
      overflow: hidden;
    }

.hero::before {
	content: "";
	position: absolute;
	left: -668.195px;
	top: -100px;
	width: 1462.272px;
	height: 998.113px;
	background: #fff;
	border-radius: 50%;
	z-index: 0;
}
.footer-panel ul li {
	padding-bottom: 5px;
}

    .nav {
      position: absolute;
      z-index: 4;
      top: 29.056px;
      right: 22.351px;
      display: flex;
      align-items: center;
      gap: 55.877px;
      color: #fff;
      font-size: 15.646px;
      font-weight: 700;
      text-transform: uppercase;
    }

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

    .nav-links {
      display: flex;
      align-items: center;
      gap: 55.877px;
    }

    .nav-item {
      position: relative;
    }

    .nav-item > a,
    .nav-trigger {
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .nav-trigger {
      padding: 0;
      border: 0;
      background: transparent;
      color: inherit;
      font: inherit;
      text-transform: inherit;
      cursor: pointer;
    }

    .nav-caret {
      width: 11px;
      height: 7px;
      display: block;
      fill: currentColor;
      transition: transform .2s ease;
    }

    .nav-item:hover .nav-caret,
    .nav-item:focus-within .nav-caret,
    .nav-item.is-open .nav-caret {
      transform: rotate(180deg);
    }

    .dropdown-menu {
      position: absolute;
      top: calc(100% + 18px);
      left: 50%;
      z-index: 9;
      width: 220px;
      padding: 0;
      background: #fff;
      border-top: 4px solid #3aa0d6;
      box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
      opacity: 0;
      visibility: hidden;
      transform: translateX(-50%) translateY(10px);
      transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    }

    .nav-item:hover .dropdown-menu,
    .nav-item:focus-within .dropdown-menu,
    .nav-item.is-open .dropdown-menu {
      opacity: 1;
      visibility: visible;
      transform: translateX(-50%) translateY(0);
    }

    .dropdown-menu a {
      display: block;
      padding: 14px 26px;
      color: #5b6a78;
      font-size: 15px;
      font-weight: 500;
      text-transform: none;
      border-bottom: 1px solid #e8edf1;
      background: #fff;
    }

    .dropdown-menu a:last-child {
      border-bottom: 0;
    }

    .dropdown-menu a:hover,
    .dropdown-menu a:focus {
      color: #276f9b;
      background: #f8fbfd;
    }

    .nav .signup {
      min-width: 183.278px;
      padding: 15.646px 35.762px;
      border-radius: 2232.864px;
      background: #164d78;
      text-align: center;
    }

    .menu-toggle {
      display: none;
      width: 44px;
      height: 44px;
      border: 0;
      border-radius: 50%;
      background: #164d78;
      color: #fff;
      cursor: pointer;
      position: relative;
    }

    .menu-toggle span,
    .menu-toggle::before,
    .menu-toggle::after {
      content: "";
      position: absolute;
      left: 12px;
      width: 20px;
      height: 2px;
      border-radius: 999px;
      background: currentColor;
      transition: transform .2s ease, opacity .2s ease;
    }

    .menu-toggle::before {
      top: 14px;
    }

    .menu-toggle span {
      top: 21px;
    }

    .menu-toggle::after {
      top: 28px;
    }

    .menu-toggle.is-open::before {
      transform: translateY(7px) rotate(45deg);
    }

    .menu-toggle.is-open span {
      opacity: 0;
    }

    .menu-toggle.is-open::after {
      transform: translateY(-7px) rotate(-45deg);
    }

    .logo {
      position: relative;
      z-index: 2;
      width: 469.371px;
      display: block;
      margin-left: 0;
    }

    .hero-copy {
      position: relative;
      z-index: 3;
      width: 759.934px;
      padding-top: 62.583px;
    }

    h1 {
      margin: 0 0 37.997px;
      color: #276f9b;
      font-size: 67.053px;
      line-height: .98;
      letter-spacing: 0;
      font-weight: 900;
    }

.hero p {
	width: 721px;
	margin: 0;
	font-size: 21px;
	line-height: 1.5;
	font-weight: 400;
}

    .demo {
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start;
      margin-top: 62.583px;
      margin-left: 37.997px;
      color: var(--red);
      text-decoration: none;
      font-weight: 900;
      text-transform: uppercase;
    }

    .demo strong {
      font-size: 46.937px;
      line-height: 1;
    }

    .book {
      display: inline-flex;
      align-items: center;
      gap: 24.586px;
      margin-top: 4.47px;
      padding: 10px 15px 10px 33px;
      border-radius: 2232.864px;
      background: var(--red);
      color: #fff;
      font-size: 33.526px;
      letter-spacing: 2.235px;
      line-height: 1;
    }

    .book span {
      display: grid;
      width: 69.288px;
      height: 69.288px;
      place-items: center;
      border-radius: 50%;
      background: #fff;
      color: var(--red);
      box-shadow: 5px 0 0 rgba(0, 0, 0, .16);
    }

    .book span svg {
      width: 35px;
      height: 35px;
      stroke: currentColor;
      stroke-width: 5.5;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
    }

.hero-photo {
	position: absolute;
	z-index: 2;
	top: 102.815px;
	right: -75px;
	width: 700px;
	height: 700px;
	border-radius: 50%;
	object-fit: cover;
	object-position: 27% 50%;
}
    .operations {
      padding: 58.113px 71.523px 96.109px;
      background: #256b95;
      color: #fff;
    }

    .operations h2,
    .services h2 {
      margin: 0 0 53.642px;
      text-align: center;
      color: #fff;
      font-size: 55.877px;
      line-height: 1.22;
      font-weight: 700;
    }

    .op-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 17.881px;
    }

    .op-card {
      min-height: 417.964px;
      padding: 15.646px 15.646px 24.586px;
      border-radius: 15.646px;
      background: #fff;
      color: #111;
      box-shadow: 0 0 0 2.235px rgba(255, 255, 255, .6);
    }

    .op-card img {
      width: 100%;
      height: 147.517px;
      display: block;
      border-radius: 11.175px;
      object-fit: cover;
    }

    .op-card h3 {
      margin: 17.881px 0 24.586px;
      font-size: 22.351px;
      line-height: 1.05;
      font-weight: 900;
    }

    .op-card p {
      min-height: 111.755px;
      margin: 0 0 26.821px;
      font-size: 16.093px;
      line-height: 1.424;
      font-weight: 700;
    }

    .learn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 143.046px;
      height: 35.762px;
      margin: 0 auto;
      border-radius: 2232.864px;
      background: #5d6f7d;
      color: #fff;
      font-size: 11.175px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .learn::after {
      content: "";
      display: none;
    }

    .learn .learn-icon {
      display: grid;
      width: 26.821px;
      height: 26.821px;
      margin-left: 8.94px;
      place-items: center;
      border-radius: 50%;
      background: var(--blue);
      color: #fff;
      flex: 0 0 auto;
    }

    .learn .learn-icon svg {
      width: 15px;
      height: 15px;
      stroke: currentColor;
      stroke-width: 5.5;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
    }

    .why {
      display: grid;
      grid-template-columns: 404.553px 1fr;
      gap: 55.877px;
      padding: 75.993px 71.523px 75.993px;
      background: #fff;
    }

    .why img {
      width: 404.553px;
      height: 607.947px;
      align-self: center;
      border-radius: 22.351px;
      object-fit: cover;
      object-position: 51% 50%;
    }

    .why h2 {
      margin: -4.47px 0 49.172px;
      color: var(--red);
      font-size: 55.877px;
      line-height: 1;
      font-weight: 700;
      text-transform: uppercase;
    }

    .why h3 {
      margin: 0 0 4.47px;
      font-size: 26.821px;
      line-height: 1.1;
      font-weight: 700;
    }

    .why .subtext {
margin: 0 0 16px 10.47px;
  font-size: 20.116px;
  line-height: 1.18;
  font-weight: 600;
  color: #626262;
    }

    .why-groups {
      display: grid;
      gap: 0;
    }

    .why-group {
      display: block;
    }

    .why ul {
      margin: 0 0 31.291px 42.467px;
      padding: 0;
      font-size: 20.116px;
      line-height: 1.18;
      font-weight: 500;
       color: #626262;
    }

    .why li {
      margin: 2.235px 0;
    }

    .why-group:last-child ul {
      margin-bottom: 0;
    }

    .services {
      padding: 46.937px 73.758px 53.642px;
      background: #d8d8d8;
    }

    .services h2 {
      margin-bottom: 40.232px;
      color: #115083;
      text-transform: uppercase;
    }

    .service-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22.351px;
    }

    .service-card {
      position: relative;
      padding: 20.116px 20.116px 35px;
      border-radius: 17.881px;
      background: var(--deep-2);
      color: #fff;
    }

    .service-card img {
      width: 100%;
      height: 198.924px;
      display: block;
      border-radius: 11.175px;
      object-fit: cover;
    }

    .service-card h3 {
      margin: 26.821px 0 30.642px;
      font-size: 27px;
      line-height: 1.05;
      font-weight: 700;
    }

    .service-card p,
    .service-card li {
font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
    }

    .service-card p {
      margin: 0;
    }

    .service-card ul {
      margin: 6.705px 0 0 31.291px;
      padding: 0;
    }

    .service-learn {
      position: absolute;
      left: 50%;
      bottom: -20px;
      display: inline-flex;
      align-items: center;
      gap: 9px;
      min-height: 42px;
      padding: 0 7px 0 18px;
      border-radius: 999px;
      background: var(--red);
      color: #ffffff;
      font-size: 15px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: 2px;
      text-decoration: none;
      text-transform: uppercase;
      transform: translateX(-50%);
      white-space: nowrap;
    }

    .service-learn span {
      display: grid;
      width: 32px;
      height: 32px;
      place-items: center;
      border-radius: 50%;
      background: #9ed8f5;
      color: var(--red);
      box-shadow: 3px 0 0 rgba(0, 0, 0, .25);
    }

    .service-learn span svg {
      width: 16px;
      height: 16px;
      stroke: currentColor;
      stroke-width: 5.5;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
    }

    .productive {
      padding: 69.288px 84.934px 69.288px;
      background: var(--light);
    }

    .productive h2 {
      margin: 0 0 55.877px;
      color: var(--red);
      font-size: 42.467px;
      line-height: 1.1;
      text-align: center;
      font-weight: 900;
    }

    .feature-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      column-gap: 116.225px;
      row-gap: 37.997px;
    }

    .feature {
      display: grid;
      grid-template-columns: 160.927px 1fr;
      align-items: center;
      min-height: 145.281px;
      padding: 13.411px;
      border-radius: 13.411px;
      background: #fff;
    }

    .feature img {
      width: 145.281px;
      height: 116.225px;
      border-radius: 8.94px;
      object-fit: cover;
    }

    .feature h3 {
      margin: 0 0 13.411px;
      font-size: 26.821px;
      line-height: 1;
      font-weight: 700;
      text-transform: uppercase;
    }

    .feature p {
      margin: 0;
      font-size: 13.187px;
      line-height: 1.13;
      font-weight: 600;
      text-transform: uppercase;
    }

    .video {
     
      background: #b8b8b8;
      
    }

    .video p {
      margin: 0 0 62.583px;
      color: #fff;
      font-size: 22.351px;
      line-height: 1;
      text-transform: uppercase;
    }

    .video .youtube {
      position: relative;
      width: 100%;
      padding-top: 40%;
      overflow: hidden;
      background: #9f9f9f;
      cursor: pointer;
    }

    .video .youtube img,
    .video .youtube iframe,
    .video .play-button {
      position: absolute;
    }

    .video .youtube img {
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: .7;
    }

    .video .play-button {
      top: 50%;
      left: 50%;
      z-index: 1;
      width: 90px;
      height: 60px;
      border-radius: 10px;
      background: #f00;
      box-shadow: 0 0 30px rgba(0, 0, 0, .6);
      opacity: .9;
      transform: translate3d(-50%, -50%, 0);
    }

    .video .play-button::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      border-style: solid;
      border-width: 15px 0 15px 26px;
      border-color: transparent transparent transparent #fff;
      transform: translate3d(-44%, -50%, 0);
    }

    .video .youtube iframe {
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }

    .contact {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 54px;
      min-height: 217px;
      padding: 43px 74px 43px;
      background: var(--deep);
      color: #fff;
    }

    .contact h2 {
      margin: 0;
      font-size: 49px;
      line-height: 1.2;
      font-weight: 800;
    }

    .contact-actions {
      display: flex;
      align-items: center;
      gap: 38px;
    }

    .contact a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 74px;
      border-radius: 8px;
      text-decoration: none;
      text-transform: uppercase;
    }

    .contact .demo-cta {
      gap: 24px;
      min-width: 329px;
      padding: 0 10px 0 33px;
      border-radius: 999px;
      background: var(--red);
      color: #fff;
      font-size: 34px;
      font-weight: 800;
    }

    .contact .demo-cta span {
      display: grid;
      width: 64px;
      height: 64px;
      place-items: center;
      border-radius: 50%;
      background: #fff;
      color: var(--red);
      box-shadow: 4px 0 0 rgba(0, 0, 0, .18);
    }

    .contact .demo-cta span svg {
      width: 34px;
      height: 34px;
      stroke: currentColor;
      stroke-width: 5.5;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
    }

    .contact .email-cta {
      min-width: 251px;
      padding: 0 34px;
      background: #fff;
      color: #111;
      font-size: 27px;
      font-weight: 800;
    }

    .site-footer {
      background: #d8d8d8;
      color: #0d4f83;
      text-align: center;
    }

    .footer-main {
      padding: 34px 50px 18px;
    }

    .footer-logo {
      width: 360px;
      max-width: 100%;
      display: block;
      margin: 0 auto 24px;
    }

    .footer-intro {
      max-width: 1060px;
      margin: 0 auto 34px;
      font-size: 27px;
      line-height: 1.16;
      font-weight: 800;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 400px 390px 360px;
      justify-content: center;
      gap: 46px;
      text-align: left;
    }

    .footer-panel {
      min-height: 194px;
      padding: 30px 30px 34px;
      border-radius: 13px;
      background: var(--deep);
      color: #fff;
    }

    .footer-panel.large {
      min-height: 690px;
      padding-top: 31px;
    }

    .footer-panel.company {
      min-height: 468px;
      margin-top: 22px;
    }

    .footer-panel h3,
    .footer-app h3 {
      margin: 0 0 32px;
      text-align: center;
      font-size: 31px;
      line-height: 1;
      font-weight: 700;
    }

    .footer-panel ul {
      margin: 0;
      padding-left: 24px;
      font-size: 25px;
      line-height: 1.28;
      font-weight: 500;
    }

    .footer-panel a {
      color: #fff;
      text-decoration: underline;
      text-underline-offset: 2px;
      text-decoration-thickness: 1px;
    }

    .footer-stack {
      display: grid;
      gap: 0;
    }

    .footer-app {
      margin-top: 52px;
      text-align: center;
    }

    .store-buttons {
      display: grid;
      gap: 18px;
      justify-items: center;
    }

    .store-card {
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      gap: 18px;
      width: 360px;
      min-height: 120px;
      padding: 0 34px;
      border-radius: 12px;
      background: #000;
      color: #fff;
      text-decoration: none;
    }

    .store-card img {
      width: 58px;
      height: 58px;
      object-fit: contain;
      flex: 0 0 auto;
    }

    .store-card span {
      display: block;
      font-size: 17px;
      line-height: 1;
      letter-spacing: .5px;
    }

    .store-card strong {
      display: block;
      margin-top: 4px;
      font-size: 35px;
      line-height: 1;
      font-weight: 700;
    }

    .footer-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      padding: 18px 22px;
      background: #202020;
      color: #fff;
      font-size: 15px;
      line-height: 1.3;
      text-align: left;
    }

    .footer-bottom a {
      color: #35a7de;
      text-decoration: none;
    }

    .footer-social {
      display: flex;
      align-items: center;
      gap: 15px;
      color: #9b9b9b;
    }

    .footer-social .social-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 25px;
      height: 25px;
      color: #9b9b9b;
      line-height: 1;
    }

    .footer-social .social-icon svg {
      width: 25px;
      height: 25px;
      display: block;
      fill: currentColor;
    }

    .fade-up {
      opacity: 0;
      transform: translateY(34px);
      transition: opacity .75s ease, transform .75s ease;
      will-change: opacity, transform;
    }

    .fade-up.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    @media (prefers-reduced-motion: reduce) {
      .fade-up {
        opacity: 1;
        transform: none;
        transition: none;
      }
    }

    @media (max-width: 1206.954px) {
      html,
      body {
        overflow-x: hidden;
      }

      .page {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
      }

      .nav {
        position: absolute;
        top: 18px;
        right: 18px;
        z-index: 7;
        gap: 0;
      }

      .menu-toggle {
        display: block;
        z-index: 8;
      }

      .nav-links {
        position: absolute;
        top: 54px;
        right: 0;
        z-index: 7;
        display: none;
        width: 188px;
        padding: 10px;
        border-radius: 12px;
        background: #164d78;
        box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
      }

      .nav-links.is-open {
        display: grid;
        gap: 6px;
      }

      .nav-links a {
        display: block;
        padding: 11px 12px;
        border-radius: 8px;
        color: #fff;
        font-size: 13px;
        line-height: 1;
      }

      .nav-links a:hover,
      .nav-links a:focus {
        background: rgba(255, 255, 255, .14);
      }

      .nav-item {
        position: static;
      }

      .nav-item > a,
      .nav-trigger {
        width: 100%;
        justify-content: space-between;
      }

      .nav-trigger {
        display: flex;
        padding: 11px 12px;
        border-radius: 8px;
        color: #fff;
        font-size: 13px;
        line-height: 1;
      }

      .dropdown-menu {
        position: static;
        width: 100%;
        margin-top: 6px;
        border-top: 0;
        border-radius: 8px;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        background: rgba(255, 255, 255, .08);
      }

      .nav-item.is-open .dropdown-menu {
        display: block;
      }

      .dropdown-menu a {
        padding: 10px 12px 10px 26px;
        color: #dbeaf5;
        font-size: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
        background: transparent;
      }

      .dropdown-menu a:hover,
      .dropdown-menu a:focus {
        color: #fff;
        background: rgba(255, 255, 255, .1);
      }

      .nav .signup {
        min-width: 92px;
        max-width: none;
        padding: 9px 18px;
        border-radius: 999px;
        text-align: left;
      }

      .hero {
        min-height: 1341.06px;
      }

      .hero::before {
        left: -558.775px;
        top: -469.371px;
      }

      .hero-photo {
        top: 681.705px;
        right: 50%;
        transform: translateX(50%);
        width: 558.775px;
        height: 558.775px;
      }

      .hero-copy,
      .hero p {
        width: min(100%, 748.758px);
      }

      .op-grid,
      .service-grid,
      .feature-grid,
      .why,
      .contact {
        grid-template-columns: 1fr;
      }

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

      .feature-grid {
        row-gap: 26.821px;
      }

      .contact-actions {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 768px) {
      html,
      body {
        background: #fff;
        width: 100%;
        overflow-x: hidden;
      }

      .page {
        width: 100%;
        max-width: 100%;
        margin: 0;
        overflow-x: hidden;
        box-shadow: none;
      }

      .hero {
        display: flex;
        flex-direction: column;
        width: 100vw;
        max-width: 100vw;
        min-height: auto;
        padding: 18px 18px 32px;
      }

      .hero::before {
        left: -285px;
        top: -130px;
        width: 650px;
        height: 640px;
      }

      .nav {
        position: absolute;
        top: auto;
        right: 18px;
        order: 1;
        align-self: auto;
        justify-content: flex-end;
        gap: 14px;
        margin-bottom: 0;
        font-size: 10px;
        overflow: visible;
      }

      .logo {
        order: 2;
        width: min(64vw, 245px);
        margin-bottom: 28px;
      }

      .hero-copy {
        order: 3;
        width: 100%;
        padding-top: 0;
      }

      h1 {
        max-width: 330px;
        margin-bottom: 16px;
        font-size: clamp(34px, 9vw, 42px);
        line-height: 1.02;
      }

      .hero p {
        width: 100%;
        max-width: 335px;
        font-size: 13px;
        line-height: 1.35;
      }

      .demo {
        margin-top: 24px;
        margin-left: 0;
      }

      .demo strong {
        font-size: 28px;
      }

      .book {
        gap: 12px;
        padding: 12px 12px 12px 22px;
        font-size: 20px;
      }

      .book span {
        width: 42px;
        height: 42px;
        font-size: 30px;
      }

      .hero-photo {
        position: relative;
        order: 4;
        top: auto;
        right: auto;
        transform: none;
        width: min(78vw, 320px);
        height: min(78vw, 320px);
        margin: 30px auto 0;
      }

      .operations,
      .services,
      .productive,
      .video,
      .contact,
      .why {
        width: 100vw;
        max-width: 100vw;
        padding-left: 18px;
        padding-right: 18px;
        overflow: hidden;
      }

      .operations {
        padding-top: 34px;
        padding-bottom: 38px;
      }

      .operations h2,
      .services h2 {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 26px;
        font-size: 28px;
        line-height: 1.18;
      }

      .op-grid,
      .service-grid,
      .feature-grid,
      .why,
      .contact {
        grid-template-columns: 1fr;
      }

      .op-grid,
      .service-grid {
        gap: 18px;
        width: 100%;
        max-width: calc(100vw - 36px);
      }

      .op-card {
        width: 100%;
        max-width: calc(100vw - 36px);
        min-height: 0;
        padding: 14px;
        border-radius: 10px;
        overflow: hidden;
      }

      .op-card img {
        height: 180px;
        border-radius: 8px;
      }

      .op-card h3 {
        margin: 16px 0 10px;
        font-size: 24px;
      }

      .op-card p {
        min-height: 0;
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 1.35;
        overflow-wrap: anywhere;
      }

      .learn {
        width: 150px;
        height: 38px;
        font-size: 12px;
      }

      .learn::after {
        display: none;
      }

      .learn .learn-icon {
        width: 28px;
        height: 28px;
        margin-left: 8px;
      }

      .learn .learn-icon svg {
        width: 15px;
        height: 15px;
      }

      .why {
        gap: 24px;
        padding-top: 42px;
        padding-bottom: 38px;
      }

      .why img {
        width: 100%;
        height: auto;
        max-height: 420px;
        border-radius: 12px;
      }

      .why h2 {
        margin: 0 0 28px;
        font-size: 38px;
      }

      .why h3 {
        font-size: 24px;
      }

      .why .subtext,
      .why ul {
        font-size: 16px;
        line-height: 1.35;
      }

      .why .subtext {
        margin: 4px 0 8px;
      }

      .why ul {
        margin: 0 0 22px 22px;
      }

      .why-groups {
        gap: 2px;
      }

      .services {
        padding-top: 34px;
        padding-bottom: 36px;
      }

      .service-card {
        width: 100%;
        max-width: calc(100vw - 36px);
        min-height: 0;
        padding: 14px 14px 58px;
        border-radius: 10px;
      }

      .service-card img {
        height: 175px;
      }

      .service-card h3 {
        margin: 16px 0 14px;
        font-size: 25px;
      }

      .service-card p,
      .service-card li {
        font-size: 16px;
        line-height: 1.35;
      }

      .service-learn {
        bottom: 14px;
        min-height: 36px;
        gap: 8px;
        padding: 0 6px 0 15px;
        font-size: 12px;
        letter-spacing: 1.2px;
      }

      .service-learn span {
        width: 28px;
        height: 28px;
      }

      .service-learn span svg {
        width: 14px;
        height: 14px;
      }

      .productive {
        padding-top: 34px;
        padding-bottom: 36px;
      }

      .productive h2 {
        margin-bottom: 24px;
        font-size: 28px;
      }

      .feature-grid {
        gap: 14px;
      }

      .feature {
        width: 100%;
        max-width: calc(100vw - 36px);
        grid-template-columns: 92px 1fr;
        min-height: 96px;
        padding: 10px;
        border-radius: 8px;
      }

      .feature img {
        width: 82px;
        height: 72px;
      }

      .feature h3 {
        margin-bottom: 7px;
        font-size: 19px;
      }

      .feature p {
        font-size: 10px;
        line-height: 1.25;
      }

      .video {
        padding-top: 30px;
        padding-bottom: 34px;
      }

      .video p {
        margin-bottom: 18px;
        font-size: 13px;
      }

      .video .youtube {
        padding-top: 56.25%;
        border-radius: 4px;
      }

      .contact {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
        padding-top: 30px;
        padding-bottom: 32px;
      }

      .contact h2 {
        width: 100%;
        font-size: 34px;
        text-align: center;
      }

      .contact h2 br {
        display: none;
      }

      .contact-actions {
        width: 100%;
        flex-direction: row;
        align-items: stretch;
        gap: 10px;
      }

      .contact a {
        flex: 1 1 0;
        min-width: 0;
        min-height: 54px;
      }

      .contact .demo-cta,
      .contact .email-cta {
        width: auto;
        min-width: 0;
      }

      .contact .demo-cta {
        gap: 8px;
        font-size: 18px;
        justify-content: center;
        position: relative;
        padding: 0 56px 0 16px;
        text-align: center;
        line-height: 1.05;
      }

      .contact .demo-cta span {
        width: 38px;
        height: 38px;
        position: absolute;
        top: 50%;
        right: 7px;
        transform: translateY(-50%);
      }

      .contact .demo-cta span svg {
        width: 21px;
        height: 21px;
      }

      .contact .email-cta {
        padding: 0 12px;
        font-size: 15px;
      }

      .footer-main {
        padding: 28px 18px 20px;
      }

      .footer-logo {
        width: 240px;
        margin-bottom: 20px;
      }

      .footer-intro {
        margin-bottom: 24px;
        font-size: 20px;
        line-height: 1.25;
      }

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

      .footer-panel,
      .footer-panel.large,
      .footer-panel.company {
        min-height: 0;
        margin-top: 15px;
        padding: 22px 26px 24px;
        border-radius: 10px;
      }

      .footer-panel h3,
      .footer-app h3 {
        margin-bottom: 18px;
        font-size: 25px;
      }

      .footer-panel ul {
        font-size: 18px;
        line-height: 1.35;
      }

      .footer-app {
        margin-top: 4px;
      }

      .store-buttons {
        gap: 12px;
      }

      .store-card {
        width: 100%;
        max-width: 320px;
        min-height: 86px;
        padding: 0 26px;
        gap: 12px;
      }

      .store-card img {
        width: 38px;
        height: 44px;
      }

      .store-card span {
        font-size: 13px;
      }

      .store-card strong {
        font-size: 29px;
      }

      .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 18px;
        font-size: 12px;
      }

      .footer-social {
        gap: 16px;
        font-size: 15px;
      }
    }