.elementor-5755 .elementor-element.elementor-element-8808568{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:-185px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5755 .elementor-element.elementor-element-0f0e557 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-5755 .elementor-element.elementor-element-02445f4{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5755 .elementor-element.elementor-element-7e8a011{width:100%;max-width:100%;}.elementor-5755 .elementor-element.elementor-element-7e8a011 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-7e8a011 */:root {
      --primary: #17A7B8;
      --primary-dark: #128b99;
      --primary-soft: #eaf8fa;
      --secondary: #1f3b4d;
      --bg: #ffffff;
      --bg-soft: #f7fcfd;
      --line: #d9eef1;
      --text: #24364b;
      --muted: #5f7187;
      --max: 1180px;
      --radius: 18px;
      --shadow: 0 10px 28px rgba(23, 167, 184, 0.08);
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      color: var(--text);
      background: var(--bg);
      line-height: 1.65;
    }

    img { max-width: 100%; height: auto; display: block; }
    a { color: var(--primary); text-decoration: none; }
    a:hover { text-decoration: underline; }

    .container {
      width: min(var(--max), calc(100% - 40px));
      margin: 0 auto;
    }

    .section {
      padding: 72px 0;
    }
    
    .text-left {
        text-align: left;
    }
    
    .text-center {
        text-align: center;
    }
    
    .section-soft {
      background: var(--bg-soft);
      border-top: 1px solid #eef7f8;
      border-bottom: 1px solid #eef7f8;
    }

    .eyebrow {
      display: inline-block;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--primary);
      margin-bottom: 16px;
    }

    h1, h2, h3 {
      margin: 0 0 16px;
      line-height: 1.15;
      color: var(--primary);
    }

    h1 { font-size: clamp(34px, 5vw, 54px); }
    h2 { font-size: clamp(28px, 4vw, 40px); }
    h3 { font-size: 24px; }

    p { margin: 0 0 16px; }
    .lead {
      font-size: 18px;
      color: var(--muted);
      max-width: 920px;
    }

    .partner-banner {
      background: linear-gradient(180deg, #103447 0%, #163d51 100%);
      color: #fff;
      padding: 54px 0;
    }

    .partner-banner .banner-title {
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      opacity: 0.8;
      margin-bottom: 10px;
    }

    .partner-banner .banner-subtitle {
      font-size: clamp(34px, 5vw, 54px);
      font-weight: 700;
      line-height: 1.1;
    }

    .hero {
      padding: 84px 0 72px;
      background: linear-gradient(180deg, #ffffff 0%, var(--primary-soft) 100%);
      border-bottom: 1px solid #edf6f7;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 42px;
      align-items: center;
    }

    .hero-copy p {
      font-size: 18px;
      color: var(--muted);
    }

    .hero-points {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
      margin: 28px 0 30px;
    }

    .hero-point {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 14px;
      padding: 15px 16px;
      box-shadow: var(--shadow);
      font-weight: 700;
      color: var(--secondary);
    }

    .btn-row {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
    }

    .btn {
      display: inline-block;
      padding: 14px 22px;
      border-radius: 10px;
      font-weight: 700;
      transition: all 0.2s ease;
    }

    .btn-primary {
      background: var(--primary);
      color: #fff;
    }

    .btn-primary:hover {
      background: var(--primary-dark);
      text-decoration: none;
    }

    .btn-secondary {
      background: #fff;
      color: var(--primary);
      border: 1px solid var(--line);
    }

    .btn-secondary:hover {
      background: #f8fbfb;
      text-decoration: none;
    }

    .hero-aside {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 20px;
      padding: 28px;
      box-shadow: var(--shadow);
    }

    .hero-aside ul,
    .product ul,
    .content-box ul,
    .faq-answer ul {
      margin: 0;
      padding-left: 20px;
      color: var(--muted);
    }

    .hero-aside li,
    .product li,
    .content-box li,
    .faq-answer li {
      margin-bottom: 10px;
    }

    .grid-3,
    .grid-2 {
      display: grid;
      gap: 22px;
    }

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

    .card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 26px;
      box-shadow: var(--shadow);
    }

    .icon {
      width: 52px;
      height: 52px;
      border-radius: 12px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: var(--primary-soft);
      color: var(--primary);
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 16px;
    }

    .muted { color: var(--muted); }

    .product-tag {
      display: inline-block;
      padding: 7px 11px;
      border-radius: 999px;
      background: var(--primary-soft);
      color: var(--primary);
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      margin-bottom: 14px;
    }

    .product a {
      font-weight: 700;
    }

    .product-image {
      height: 180px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 4px 0 18px;
    }

    .product-image img {
      max-height: 180px;
      width: auto;
      object-fit: contain;
    }

    .split {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 26px;
      align-items: start;
    }

    .faq-item {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 16px;
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .faq-item + .faq-item { margin-top: 14px; }

    .faq-question {
      padding: 18px 20px;
      font-weight: 700;
      color: var(--secondary);
      background: #fff;
    }

    .faq-answer {
      padding: 0 20px 20px;
      color: var(--muted);
    }

    .cta-box {
      background: linear-gradient(135deg, var(--primary-dark), var(--primary));
      color: #fff;
      border-radius: 22px;
      padding: 34px;
      box-shadow: 0 16px 36px rgba(23, 167, 184, 0.18);
    }

    .cta-box h2,
    .cta-box p { color: #fff; }

    .cta-box .btn-primary {
      background: #fff;
      color: var(--primary);
    }

    .cta-box .btn-primary:hover {
      background: #f2fafa;
    }
    
    .columns {
        display: flex;
        gap: 1;
    }
    
    .column {
        flex: 1;
    }

    .column.is-6 {
        width: 50%;
    }
    
    .is-fullwidth {
        width:100%;
    }

    @media (max-width: 980px) {
      .hero-grid,
      .grid-3,
      .grid-2,
      .split,
      .hero-points {
        grid-template-columns: 1fr;
      }

      .section { padding: 56px 0; }
      .hero { padding: 66px 0 56px; }
      .product-image { height: auto; }
      .product-image img { max-height: 160px; }
    }/* End custom CSS */