﻿@font-face{
      font-family:"Montserrat Light Alt1";
      src:url("/static/fonts/Montserrat-Light-Alt1.otf") format("opentype");
      font-weight:300;
      font-style:normal;
      font-display:swap;
    }
    :root{
      --deep:#003f36;
      --deep-2:#062a24;
      --mint:#22f2d1;
      --mint-soft:#b8fff3;
      --blue:#2b7de9;
      --ink:#062a24;
      --muted:#5f746f;
      --line:rgba(0,63,54,.13);
      --paper:#fbfefd;
      --mist:#eef8f4;
      --white:rgba(255,255,255,.84);
      --shadow:0 28px 90px rgba(0,63,54,.12);
      --shadow-soft:0 16px 48px rgba(0,63,54,.08);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"IBM Plex Sans",Arial,Helvetica,sans-serif;
      color:var(--ink);
      background:linear-gradient(180deg,#fbfefd 0%,#edf8f4 48%,#fbfefd 100%);
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background:
        radial-gradient(900px 520px at 78% 8%,rgba(34,242,209,.12),transparent 66%),
        radial-gradient(760px 420px at 4% 24%,rgba(0,63,54,.045),transparent 74%);
      z-index:-1;
    }
    a{text-decoration:none;color:inherit}
    .page{width:min(1280px,calc(100% - 48px));margin:0 auto;padding:22px 0 28px}
    .top{
      position:sticky;
      top:12px;
      z-index:50;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:20px;
      margin-bottom:54px;
      padding:12px 14px;
      border:1px solid rgba(255,255,255,.75);
      border-radius:22px;
      background:rgba(255,255,255,.74);
      backdrop-filter:blur(22px) saturate(140%);
      box-shadow:0 14px 42px rgba(0,63,54,.08);
    }
    .logo{
      font-family:"Montserrat Light Alt1",Arial,sans-serif;
      display:flex;
      align-items:baseline;
      gap:10px;
      white-space:nowrap;
      color:var(--deep);
      font-size:36px;
      line-height:1;
      font-weight:900;
      letter-spacing:-.01em;
      text-shadow:.75px 0 0 var(--deep),0 .75px 0 var(--deep);
    }
    .logo-word{display:inline-flex}
    .accent-e{color:var(--mint);text-shadow:.75px 0 0 var(--mint),0 .75px 0 var(--mint)}
    .logo small{
      color:#111;
      font-size:24px;
      font-weight:900;
      letter-spacing:-.025em;
      text-shadow:.55px 0 0 #111,0 .55px 0 #111;
    }
    .nav{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:850;color:#102d28}
    .nav>a:not(.login),.lang{
      min-height:42px;
      display:inline-flex;
      align-items:center;
      border-radius:999px;
      padding:0 13px;
      transition:background .18s ease,color .18s ease,transform .18s ease;
    }
    .nav>a:not(.login):hover,.lang:hover{background:rgba(0,63,54,.06);color:#005f4f;transform:translateY(-1px)}
    .lang{gap:8px}
    .globe{font-size:16px}
    .lang-switch{
      display:flex;
      gap:4px;
      padding:3px;
      border:1px solid rgba(0,63,54,.14);
      border-radius:999px;
      background:#fff;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.86);
    }
    .lang-switch a{padding:5px 8px;border-radius:999px;font-size:12px;font-weight:900}
    .lang-switch a.active{background:var(--deep);color:#fff}
    .login,.btn{
      border:1px solid rgba(34,242,209,.18);
      color:#fff!important;
      background:linear-gradient(180deg,rgba(10,105,88,.98),rgba(0,63,52,1));
      box-shadow:0 18px 38px rgba(0,63,54,.22),inset 0 1px 0 rgba(255,255,255,.18);
    }
    .login{
      min-width:92px;
      min-height:44px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:0 18px;
      border-radius:12px;
      font-size:14px;
      line-height:1;
      text-align:center;
      white-space:nowrap;
    }
    .hero{
      position:relative;
      display:grid;
      grid-template-columns:minmax(470px,.92fr) minmax(560px,1.08fr);
      gap:72px;
      align-items:center;
      min-height:590px;
      margin-bottom:82px;
    }
    .hero:before{
      content:"";
      position:absolute;
      inset:-36px -34px -44px;
      border:1px solid rgba(0,63,54,.08);
      border-radius:34px;
      background:
        radial-gradient(820px 460px at 90% 42%,rgba(34,242,209,.10),transparent 70%),
        linear-gradient(180deg,rgba(255,255,255,.82),rgba(240,250,246,.62));
      box-shadow:0 30px 100px rgba(0,63,54,.09);
      z-index:0;
    }
    .hero-copy{position:relative;z-index:2;padding-top:4px}
    .hero-kicker{
      display:inline-flex;
      align-items:center;
      gap:10px;
      min-height:34px;
      margin:0 0 20px;
      padding:0 14px;
      border:1px solid rgba(0,63,54,.12);
      border-radius:999px;
      background:rgba(255,255,255,.62);
      color:#0b5a4d;
      box-shadow:0 10px 28px rgba(0,63,54,.055);
      font-size:13px;
      font-weight:900;
      letter-spacing:.01em;
    }
    .hero-kicker:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--mint);
      box-shadow:0 0 0 5px rgba(34,242,209,.16);
    }
    .hero h1{
      max-width:650px;
      margin:0 0 26px;
      color:#043f35;
      font-size:clamp(46px,4.45vw,68px);
      line-height:1.02;
      letter-spacing:-.052em;
      font-weight:950;
      text-wrap:balance;
    }
    .hero h1 .hero-line{display:block}
    .hero h1 .hero-brand{
      display:inline-block;
      font-family:"Montserrat Light Alt1",Arial,sans-serif;
      letter-spacing:-.025em;
      color:#052f29;
      text-shadow:.75px 0 0 #052f29,0 .75px 0 #052f29;
    }
    .hero h1 .hero-brand .accent-e{
      text-shadow:.75px 0 0 var(--mint),0 .75px 0 var(--mint);
    }
    .hero p{
      max-width:610px;
      margin:0 0 28px;
      color:#314c46;
      font-size:19px;
      line-height:1.72;
    }
    .ticks{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:10px 12px;
      max-width:590px;
      margin:0 0 30px;
      padding:0;
      list-style:none;
    }
    .ticks li{
      display:flex;
      align-items:center;
      gap:10px;
      min-height:38px;
      padding:0 12px;
      border:1px solid rgba(0,63,54,.1);
      border-radius:999px;
      background:rgba(255,255,255,.58);
      color:#24453f;
      box-shadow:0 8px 24px rgba(0,63,54,.045);
      font-size:13px;
      font-weight:820;
    }
    .ticks li:before{
      content:"";
      width:12px;
      height:12px;
      flex:0 0 12px;
      border-radius:50%;
      background:linear-gradient(180deg,#20e6c6,#039c80);
      box-shadow:0 8px 18px rgba(10,167,127,.22),inset 0 0 0 3px rgba(255,255,255,.72);
    }
    .cta-row{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
    .proof-strip{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:9px 12px;
      max-width:610px;
      margin-top:18px;
    }
    .proof-strip span{
      display:flex;
      align-items:center;
      gap:9px;
      min-height:34px;
      color:#2d4f48;
      font-size:13px;
      font-weight:850;
    }
    .proof-strip span:before{
      content:"";
      width:17px;
      height:17px;
      flex:0 0 17px;
      border-radius:50%;
      background:linear-gradient(180deg,#23efcf,#029c81);
      box-shadow:0 9px 20px rgba(10,167,127,.2),inset 0 0 0 5px rgba(255,255,255,.78);
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:12px;
      min-height:58px;
      padding:0 30px;
      border-radius:13px;
      font-size:15px;
      font-weight:900;
      letter-spacing:-.01em;
      transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
    }
    .btn:hover{transform:translateY(-2px);filter:brightness(1.04);box-shadow:0 22px 46px rgba(0,63,54,.27),inset 0 1px 0 rgba(255,255,255,.2)}
    .btn.light{background:#fff;color:var(--deep)!important;border-color:rgba(0,63,54,.18);box-shadow:0 12px 28px rgba(0,63,54,.07)}
    .trial-note{
      padding:12px 16px;
      border:1px solid rgba(0,63,54,.1);
      border-radius:14px;
      background:rgba(255,255,255,.68);
      box-shadow:0 12px 32px rgba(0,63,54,.07);
      color:#45605a;
      font-size:13px;
      line-height:1.45;
      font-weight:780;
    }
    .mock-wrap{position:relative;min-height:540px;display:grid;align-items:center}
    .mock-blob{
      position:absolute;
      inset:42px -58px auto auto;
      width:740px;
      height:440px;
      border-radius:46% 54% 50% 50%;
      background:
        radial-gradient(closest-side at 58% 45%,rgba(34,242,209,.14),rgba(34,242,209,.055) 62%,transparent 100%),
        linear-gradient(135deg,rgba(224,247,241,.46),rgba(0,63,54,.045));
      opacity:.58;
      filter:blur(12px) saturate(.86);
      transform:rotate(-14deg);
    }
    .mock-orbit{
      display:none;
    }
    .mock-orbit:before,.mock-orbit:after{
      content:"";
      position:absolute;
      width:42px;
      height:5px;
      border-radius:999px;
      background:rgba(255,255,255,.84);
      box-shadow:0 1px 10px rgba(0,63,54,.08);
    }
    .mock-orbit:after{transform:translateY(14px)}
    .mock{
      position:relative;
      width:min(100%,690px);
      min-height:492px;
      margin:0 0 0 auto;
      display:grid;
      grid-template-columns:54px 1fr;
      gap:24px;
      overflow:hidden;
      border:1px solid rgba(255,255,255,.82);
      border-radius:26px;
      padding:30px;
      background:
        radial-gradient(circle at 14% 6%,rgba(255,255,255,.86),transparent 30%),
        radial-gradient(circle at 82% 26%,rgba(34,242,209,.28),transparent 38%),
        linear-gradient(135deg,rgba(205,231,221,.98) 0%,rgba(239,248,244,.96) 45%,rgba(176,211,199,.95) 100%);
      transform:perspective(1200px) rotateY(-3deg) rotateX(1deg);
      box-shadow:0 34px 86px rgba(0,63,54,.14),0 16px 34px rgba(0,63,54,.08),inset 0 1px 0 rgba(255,255,255,.95);
      backdrop-filter:blur(20px);
    }
    .mock:before{
      content:"";
      position:absolute;
      inset:0;
      border-radius:22px;
      pointer-events:none;
      background:
        linear-gradient(115deg,transparent 0 43%,rgba(255,255,255,.42) 44%,transparent 52%),
        repeating-linear-gradient(162deg,transparent 0 55px,rgba(0,93,75,.026) 56px 57px);
      opacity:.8;
    }
    .mock-side{position:relative;z-index:1;display:grid;align-content:start;gap:14px}
    .mock-side b{
      width:38px;
      height:38px;
      display:grid;
      place-items:center;
      border-radius:10px;
      background:linear-gradient(180deg,#c7f8ed,#9fe7d9);
      color:#006c59;
      font-size:20px;
    }
    .mock-side span{
      width:32px;
      height:32px;
      border:1px solid rgba(0,84,68,.18);
      border-radius:10px;
      display:grid;
      place-items:center;
      background:rgba(250,255,253,.82);
    }
    .mock-side span:after{content:"";width:7px;height:7px;border-radius:50%;background:#007f68;box-shadow:0 0 14px rgba(34,242,209,.45)}
    .mock-title{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;color:#073b32;font-size:17px;font-weight:900;letter-spacing:-.01em}
    .mock-title span{color:#008f73;font-size:13px}
    .mock-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:16px}
    .mock-card{
      min-height:152px;
      padding:24px;
      border:1px solid rgba(0,84,68,.16);
      border-radius:16px;
      color:#073b32;
      background:rgba(248,255,252,.86);
      box-shadow:0 18px 38px rgba(0,55,45,.12),inset 0 1px 0 rgba(255,255,255,.96);
      backdrop-filter:blur(14px);
    }
    .mock-card b{display:block;margin-bottom:8px;color:#073b32;font-size:14px}
    .mock-card small{display:block;margin-bottom:8px;color:#5f746f}
    .mock-card strong{font-size:40px;letter-spacing:-.04em;color:#073b32}
    .mock-icon{width:44px;height:44px;margin-bottom:12px;border-radius:14px;display:grid;place-items:center;background:#c9f5ea;color:#00735f;font-weight:950}
    .mock-icon.blue{background:rgba(43,125,233,.16);color:#61a4ff}
    .chart{
      height:112px;
      margin-top:18px;
      border-bottom:1px solid rgba(0,84,68,.12);
      background:linear-gradient(to top,rgba(34,242,209,.34),transparent 62%),linear-gradient(180deg,rgba(0,109,88,.08),transparent);
      clip-path:polygon(0 78%,13% 64%,25% 66%,38% 43%,51% 52%,63% 30%,76% 38%,88% 18%,100% 10%,100% 100%,0 100%);
    }
    .ring{width:116px;height:116px;border-radius:50%;margin:12px auto 0;background:conic-gradient(#22f2d1 0 38%,#079f7c 38% 70%,#c9dfd6 70% 100%);position:relative}
    .ring:after{content:"";position:absolute;inset:31px;border-radius:50%;background:#f8fbf7}
    .live-panel{
      position:relative;
      z-index:1;
      margin-top:16px;
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:16px;
    }
    .live-list,.activity-feed{
      min-height:132px;
      padding:18px;
      border:1px solid rgba(0,84,68,.12);
      border-radius:16px;
      background:rgba(248,255,252,.86);
      box-shadow:0 18px 38px rgba(0,55,45,.12),inset 0 1px 0 rgba(255,255,255,.96);
    }
    .live-list b,.activity-feed b{
      display:block;
      margin-bottom:12px;
      color:#073b32;
      font-size:13px;
    }
    .queue-line,.activity-line{
      display:grid;
      grid-template-columns:1fr auto;
      gap:12px;
      align-items:center;
      padding:8px 0;
      border-top:1px solid rgba(0,84,68,.10);
      color:#49645e;
      font-size:12px;
      font-weight:800;
    }
    .queue-line:first-of-type,.activity-line:first-of-type{border-top:0}
    .queue-line span:last-child,.activity-line span:last-child{color:#009b78}
    .why-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:18px;
      margin:14px 0 58px;
    }
    .why-card{
      padding:24px;
      border:1px solid rgba(0,63,54,.1);
      border-radius:20px;
      background:rgba(255,255,255,.72);
      box-shadow:0 14px 40px rgba(0,63,54,.055);
    }
    .why-card strong{
      display:block;
      margin-bottom:8px;
      color:#043f35;
      font-size:34px;
      line-height:1;
      letter-spacing:-.04em;
    }
    .why-card span{
      color:#526a65;
      font-size:14px;
      font-weight:820;
      line-height:1.45;
    }
    .section-title{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:28px;
      margin:12px 0 32px;
      color:#064338;
      font-size:24px;
      font-weight:950;
      letter-spacing:-.03em;
      text-align:center;
    }
    .section-title:before,.section-title:after{content:"";width:120px;height:1px;background:linear-gradient(90deg,transparent,#94c8bb)}
    .section-title:after{background:linear-gradient(90deg,#94c8bb,transparent)}
    .products{display:grid;grid-template-columns:1fr 1fr;gap:26px;margin-bottom:34px}
    .product-card{
      position:relative;
      min-height:560px;
      overflow:hidden;
      padding:36px;
      display:flex;
      flex-direction:column;
      border:1px solid rgba(0,63,54,.11);
      border-radius:22px;
      background:linear-gradient(140deg,rgba(255,255,255,.96),rgba(244,251,248,.78));
      box-shadow:var(--shadow-soft),inset 0 1px 0 rgba(255,255,255,.86);
      transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
    }
    .product-card:hover{
      transform:none;
      border-color:rgba(0,63,54,.26);
      box-shadow:0 28px 80px rgba(0,63,54,.16),0 0 0 5px rgba(34,242,209,.08),inset 0 1px 0 rgba(255,255,255,.95);
    }
    .product-card.real{background:linear-gradient(140deg,rgba(255,255,255,.96),rgba(241,247,255,.78));border-color:rgba(43,125,233,.14)}
    .card-icon{
      width:66px;
      height:66px;
      margin-bottom:20px;
      border-radius:20px;
      display:grid;
      place-items:center;
      background:linear-gradient(180deg,#fff,#eefaf6);
      box-shadow:0 18px 38px rgba(0,63,54,.1);
      color:#09876e;
      position:relative;
    }
    .card-icon:before,.card-icon:after{content:"";position:absolute;border-radius:999px;background:currentColor}
    .card-icon.service:before{width:28px;height:28px;border-radius:50%;background:rgba(10,167,127,.12);border:3px solid currentColor}
    .card-icon.service:after{width:26px;height:6px;right:13px;bottom:17px;box-shadow:0 -11px 0 currentColor,0 -22px 0 currentColor}
    .card-icon.real{color:#236ed2;background:linear-gradient(180deg,#fff,#eef5ff)}
    .card-icon.real:before{width:34px;height:30px;border:4px solid currentColor;border-bottom-width:6px;border-radius:7px 7px 5px 5px;background:transparent;transform:translateY(5px)}
    .card-icon.real:after{width:30px;height:4px;background:currentColor;transform:translateY(-14px) rotate(35deg);box-shadow:10px 9px 0 currentColor}
    .product-card h3{margin:0 0 10px;color:#064338;font-size:27px;letter-spacing:-.03em}
    .product-card.real h3{color:#1f60b6}
    .product-price{
      position:absolute;
      top:32px;
      right:32px;
      z-index:3;
      min-width:138px;
      display:grid;
      gap:4px;
      justify-items:end;
      padding:16px 18px;
      border:1px solid rgba(0,63,54,.13);
      border-radius:20px;
      background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(235,249,244,.88));
      color:#073f35;
      box-shadow:0 18px 42px rgba(0,63,54,.1),inset 0 1px 0 rgba(255,255,255,.9);
      font-weight:950;
    }
    .product-card.real .product-price{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(236,245,255,.88));border-color:rgba(43,125,233,.14)}
    .product-price strong{font-size:34px;line-height:1;letter-spacing:-.05em}
    .product-price span{color:#60756f;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
    .product-card p{max-width:430px;margin:0 0 22px;color:#304944;font-size:16px;line-height:1.66}
    .feature-list{display:grid;gap:12px;width:100%;max-width:430px;min-width:0;margin:0 0 24px;padding:0;list-style:none}
    .feature-list li{display:flex;align-items:center;gap:10px;color:#24443e;font-size:14px;font-weight:760}
    .feature-list li:before{
      content:"";
      width:17px;
      height:17px;
      flex:0 0 17px;
      border-radius:50%;
      border:0;
      background:linear-gradient(180deg,#23efcf,#029c81);
      box-shadow:0 9px 20px rgba(10,167,127,.20),inset 0 0 0 5px rgba(255,255,255,.78);
    }
    .outline-btn{
      position:relative;
      z-index:2;
      display:inline-flex;
      align-items:center;
      gap:13px;
      min-height:48px;
      padding:0 22px;
      border:1px solid rgba(0,63,54,.24);
      border-radius:12px;
      color:#064338;
      background:rgba(255,255,255,.78);
      box-shadow:0 10px 28px rgba(0,63,54,.06);
      font-weight:900;
      transition:transform .18s ease,background .18s ease,border-color .18s ease;
    }
    .outline-btn:hover{transform:translateY(-2px);background:#fff;border-color:rgba(0,63,54,.38)}
    .product-ill{display:none}
    .product-screen{
      position:relative;
      z-index:1;
      width:100%;
      max-width:100%;
      min-height:226px;
      margin-top:auto;
      padding:16px;
      border:1px solid rgba(0,63,54,.1);
      border-radius:18px;
      background:linear-gradient(180deg,#ffffff,#eef8f4);
      box-shadow:0 18px 46px rgba(0,63,54,.12);
    }
    .product-card.real .product-screen{background:linear-gradient(180deg,#fff,#eef5ff);border-color:rgba(43,125,233,.13)}
    .screen-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;color:#064338;font-size:12px;font-weight:950}
    .screen-pill{padding:5px 8px;border-radius:999px;background:#dff8f2;color:#05735e}
    .screen-row{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:12px;padding:10px 0;border-top:1px solid rgba(0,63,54,.08);font-size:12px;color:#37534d;font-weight:820}
    .screen-row:first-of-type{border-top:0}
    .screen-thumb{
      width:52px;
      height:42px;
      border-radius:12px;
      object-fit:cover;
      box-shadow:0 8px 18px rgba(0,63,54,.13);
      border:1px solid rgba(255,255,255,.8);
      background:#eaf6f2;
    }
    .screen-thumb.service{object-position:center}
    .screen-thumb.real{object-position:center}
    .screen-row b{color:#063f35;font-size:12px}
    .screen-row small{display:block;color:#6b807b;font-size:11px;font-weight:760}
    .screen-mini-chart{height:56px;margin-top:12px;border-radius:12px;background:linear-gradient(to top,rgba(34,242,209,.25),transparent),linear-gradient(135deg,#d9f6ef,#fff);clip-path:polygon(0 72%,18% 58%,34% 64%,48% 42%,62% 48%,78% 26%,100% 14%,100% 100%,0 100%)}
    .banner{
      display:grid;
      grid-template-columns:1fr auto 330px;
      align-items:center;
      gap:24px;
      margin:0 0 64px;
      padding:40px 46px;
      overflow:hidden;
      border:1px solid rgba(0,63,54,.12);
      border-radius:22px;
      background:radial-gradient(480px 180px at 78% 30%,rgba(34,242,209,.16),transparent 62%),linear-gradient(100deg,#eef9f5,#fbfefd);
      box-shadow:var(--shadow-soft);
    }
    .banner h2{margin:0 0 8px;font-size:30px;letter-spacing:-.035em;color:#064338}
    .banner p{margin:0;color:#455f59}
    .mini-proof{display:flex;gap:32px;flex-wrap:wrap;margin-top:22px;color:#2a4a43;font-size:13px;font-weight:850}
    .mini-proof span{display:inline-flex;align-items:center;gap:8px}
    .mini-proof span:before{
      content:"";
      display:block;
      width:15px;
      height:15px;
      flex:0 0 15px;
      border:0!important;
      border-radius:50%;
      background:radial-gradient(circle at 35% 30%,#ffffff 0 2px,#23efcf 3px,#029c81 100%)!important;
      box-shadow:0 8px 18px rgba(10,167,127,.22);
    }
    .device{
      width:330px;
      height:170px;
      object-fit:cover;
      object-position:right center;
      mix-blend-mode:multiply;
      opacity:.58;
      -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 18%,#000 82%,transparent 100%);
      mask-image:linear-gradient(90deg,transparent 0%,#000 18%,#000 82%,transparent 100%);
      filter:drop-shadow(0 18px 28px rgba(0,40,34,.08)) saturate(.86);
    }
    .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:70px}
    .step{position:relative;padding:28px 24px;border:1px solid rgba(0,63,54,.08);border-radius:20px;background:rgba(255,255,255,.48);box-shadow:0 14px 40px rgba(0,63,54,.055)}
    .step-icon{width:64px;height:64px;margin:0 0 22px;border-radius:18px;display:grid;place-items:center;background:#fff;box-shadow:0 16px 36px rgba(0,63,54,.08);color:#08745d;font-size:26px;font-weight:950}
    .step h3{margin:0 0 10px;color:#064338;font-size:17px;letter-spacing:-.02em}
    .step p{margin:0;color:#526a65;font-size:14px;line-height:1.65}
    .manage{display:grid;grid-template-columns:1.25fr .75fr;gap:46px;align-items:center;margin-bottom:52px}
    .table-card{padding:28px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow-soft)}
    .table-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
    .table-head b{font-size:18px;color:#064338}
    .fake-table{display:grid;gap:4px}
    .row{display:grid;grid-template-columns:1.55fr .75fr .7fr .9fr;gap:12px;align-items:center;padding:14px 10px;border-bottom:1px solid rgba(0,63,54,.08);font-size:13px}
    .row:last-child{border-bottom:0}
    .thumb{width:44px;height:34px;margin-right:10px;border-radius:7px;object-fit:cover;vertical-align:middle;box-shadow:0 6px 14px rgba(0,55,45,.08)}
    .status{display:inline-flex;width:max-content;padding:5px 9px;border-radius:999px;background:#dff7ef;color:#08745d;font-size:12px;font-weight:900}
    .status.off{background:#ffe9df;color:#c65328}
    .benefits{display:grid;gap:16px}
    .benefit{display:grid;grid-template-columns:46px 1fr;gap:16px;padding:16px;border:1px solid rgba(0,63,54,.08);border-radius:18px;background:rgba(255,255,255,.54)}
    .benefit i{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#e9f6f1;color:#08745d;font-style:normal;font-size:20px;font-weight:950}
    .benefit h3{margin:0 0 5px;color:#064338;font-size:17px}
    .benefit p{margin:0;color:#526a65;font-size:14px;line-height:1.55}
    .faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:64px}
    .faq-card{padding:24px;border:1px solid rgba(0,63,54,.1);border-radius:18px;background:rgba(255,255,255,.72);box-shadow:0 12px 36px rgba(0,63,54,.055)}
    .faq-card h3{margin:0 0 10px;color:#064338;font-size:17px}
    .faq-card p{margin:0;color:#526a65;font-size:14px;line-height:1.65}
    footer{border-top:1px solid rgba(0,63,54,.12);padding:42px 0 0}
    .footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:34px;margin-bottom:28px}
    .footer-logo{font-size:28px}
    .footer-col h4{margin:0 0 14px;color:#064338}
    .footer-col a,.footer-col p,footer p{display:block;color:#526a65;font-size:14px;line-height:1.9;font-weight:720}
    .footer-bottom{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;border-top:1px solid rgba(0,63,54,.08);padding-top:18px;color:#6b7f7a;font-size:13px}
    .footer-bottom a{color:#526a65;font-weight:850}
    @media(max-width:1080px){
      .top{position:relative;top:auto}
      .hero{grid-template-columns:1fr;min-height:0}
      .mock{margin:0 auto;transform:none}
    }
    @media(max-width:980px){
      .page{width:min(100% - 28px,760px)}
      .top{align-items:stretch;flex-direction:column;padding:14px}
      .nav{display:flex;flex-wrap:wrap}
      .nav>a:not(.login),.lang{min-height:40px}
      .hero h1{max-width:720px}
      .hero p,.ticks{max-width:680px}
      .products,.manage{grid-template-columns:1fr}
      .feature-list{width:52%}
      .why-grid{grid-template-columns:repeat(2,1fr)}
      .banner{grid-template-columns:1fr}
      .device{width:min(100%,390px)}
      .steps{grid-template-columns:repeat(2,1fr)}
      .footer-grid{grid-template-columns:1fr 1fr}
      .faq-grid{grid-template-columns:1fr}
    }
    @media(max-width:640px){
      .page{width:calc(100% - 20px);padding-top:10px}
      .top{margin-bottom:32px;border-radius:18px}
      .logo{font-size:30px}
      .logo small{font-size:19px}
      .nav{display:grid;grid-template-columns:1fr 1fr;width:100%}
      .nav>a:not(.login),.lang,.login{justify-content:center;width:100%;padding:0 10px}
      .hero{gap:24px;margin-bottom:46px}
      .hero h1{font-size:40px;line-height:1.02}
      .hero p{font-size:17px}
      .ticks{grid-template-columns:1fr}
      .cta-row{display:grid;grid-template-columns:1fr}
      .btn,.trial-note{width:100%}
      .mock-wrap{min-height:360px}
      .mock{display:grid;min-height:360px;padding:18px;grid-template-columns:34px 1fr;border-radius:18px}
      .mock-grid{grid-template-columns:1fr}
      .mock-card:nth-child(n+3){display:none}
      .live-panel{display:none}
      .mock-orbit{display:none}
      .mock-card{min-height:118px;padding:18px}
      .mock-card strong{font-size:30px}
      .section-title{font-size:21px;gap:12px}
      .section-title:before,.section-title:after{width:34px}
      .product-card{min-height:0;padding:24px;border-radius:18px}
      .product-price{position:relative;top:auto;right:auto;justify-items:start;width:max-content;margin:0 0 16px;padding:13px 15px}
      .product-price strong{font-size:28px}
      .feature-list{width:100%;min-width:0}
      .product-screen{position:relative;right:auto;bottom:auto;width:100%;margin-top:18px}
      .why-grid{grid-template-columns:1fr;gap:12px;margin-bottom:42px}
      .proof-strip{grid-template-columns:1fr}
      .banner{padding:26px;border-radius:18px}
      .banner h2{font-size:25px}
      .steps{grid-template-columns:1fr;gap:14px;margin-bottom:54px}
      .step{padding:22px}
      .table-card{padding:20px;border-radius:18px}
      .table-head{display:grid;gap:12px}
      .row{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr}
      .footer-bottom{display:grid}
    }
    @media(max-width:640px){
      body{background:linear-gradient(180deg,#fbfffd 0%,#eef8f4 42%,#fbfffd 100%)}
      body:before{background:radial-gradient(520px 280px at 88% 2%,rgba(34,242,209,.11),transparent 72%)}
      .page{
        width:100%;
        max-width:100%;
        padding:8px 0 22px;
        overflow:hidden;
      }
      main{width:100%}
      .top,.hero,.why-grid,.products,.banner,.steps,.faq-grid,footer{
        width:min(100% - 44px, 560px);
        max-width:min(100% - 44px, 560px);
        margin-left:auto;
        margin-right:auto;
      }
      .top{
        position:sticky;
        top:8px;
        display:grid;
        grid-template-columns:1fr;
        align-items:center;
        gap:10px;
        margin:0 auto 18px;
        padding:10px;
        border-radius:18px;
        background:rgba(255,255,255,.86);
        min-width:0;
        overflow:hidden;
      }
      .logo{max-width:100%;min-width:0;font-size:25px;gap:6px}.logo small{font-size:16px}
      .nav{
        grid-column:1/-1;
        display:grid;
        grid-template-columns:minmax(0,1fr) minmax(0,1fr) 82px;
        gap:7px;
        width:100%;
        min-width:0;
      }
      .nav>a:not(.login):not([href="#services"]),.globe{display:none}
      .nav>a[href="#services"]{order:2}
      .nav>a[href="#services"],.lang,.login{
        min-height:38px;
        border-radius:12px;
        background:rgba(0,63,54,.045);
        padding:0 9px;
        font-size:12px;
        font-weight:950;
        min-width:0;
        overflow:hidden;
      }
      .nav>a[href="#services"],.nav .login{width:auto;max-width:100%}
      .login{order:1;min-width:0;box-shadow:0 12px 26px rgba(0,63,54,.20)}
      .nav .login{
        background:linear-gradient(180deg,rgba(10,105,88,.98),rgba(0,63,52,1));
        color:#fff!important;
        border:1px solid rgba(34,242,209,.18);
        box-shadow:0 14px 30px rgba(0,63,54,.22),inset 0 1px 0 rgba(255,255,255,.18);
      }
      .lang{order:3;position:static;width:82px;min-height:38px;background:transparent;padding:0;justify-content:flex-end}.lang-switch{height:38px;width:82px}.lang-switch a{display:grid;place-items:center;min-width:0;flex:1;padding:0 6px;font-size:11px}
      .hero{
        display:block;
        min-height:0;
        margin:0 auto 20px;
        padding:0;
      }
      .hero:before{
        inset:-10px -4px -14px;
        border-radius:24px;
        background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(237,248,244,.72));
        box-shadow:0 18px 46px rgba(0,63,54,.08);
      }
      .hero-copy{padding:16px 14px 14px;min-width:0;overflow:hidden}
      .hero-copy *{max-width:100%;overflow-wrap:break-word}
      .hero p,.product-card p,.faq-card p,.step p{overflow-wrap:normal;word-break:normal}
      .hero-kicker{min-height:30px;margin:0 0 12px;padding:0 11px;font-size:12px;box-shadow:none}
      .hero h1{
        max-width:100%;
        margin:0 0 13px;
        font-size:28px;
        line-height:1.04;
        letter-spacing:-.045em;
      }
      .hero p{
        max-width:min(100%,320px);
        margin:0 0 14px;
        font-size:14px;
        line-height:1.55;
        color:#2b4d46;
      }
      .ticks{
        grid-template-columns:1fr;
        gap:7px;
        margin:0 0 14px;
      }
      .ticks li{
        min-height:34px;
        padding:0 9px;
        border-radius:12px;
        font-size:11px;
        line-height:1.2;
        box-shadow:none;
        min-width:0;
        overflow:hidden;
      }
      .ticks li:before{width:9px;height:9px;flex-basis:9px;box-shadow:0 0 0 4px rgba(34,242,209,.12)}
      .cta-row{grid-template-columns:1fr;gap:8px;align-items:stretch}
      .btn{min-height:48px;padding:0 16px;border-radius:12px;font-size:14px}
      .trial-note{display:none}
      .proof-strip{
        grid-template-columns:1fr;
        gap:6px 8px;
        margin-top:11px;
      }
      .proof-strip span{
        min-height:28px;
        gap:6px;
        font-size:11px;
        line-height:1.25;
        min-width:0;
        overflow-wrap:anywhere;
      }
      .proof-strip span:before{width:12px;height:12px;flex:0 0 12px;box-shadow:inset 0 0 0 3px rgba(255,255,255,.8)}
      .mock-wrap{display:none}
      .why-grid{
        display:none;
      }
      .why-card{
        min-height:0;
        padding:13px;
        border-radius:16px;
        box-shadow:0 10px 26px rgba(0,63,54,.045);
      }
      .why-card strong{margin-bottom:5px;font-size:25px}
      .why-card span{font-size:11px;line-height:1.35}
      .section-title{
        width:min(100% - 44px, 560px);
        max-width:min(100% - 44px, 560px);
        justify-content:flex-start;
        margin:14px auto 12px;
        gap:10px;
        font-size:19px;
        line-height:1.2;
        text-align:left;
      }
      .section-title:before{display:none}.section-title:after{width:42px}
      .products{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:18px}
      .product-card{
        display:grid;
        grid-template-columns:48px minmax(0,1fr);
        gap:0 12px;
        min-height:0;
        padding:14px;
        border-radius:18px;
      }
      .card-icon{width:48px;height:48px;margin:0;grid-row:1 / span 3;border-radius:15px}
      .product-card h3{margin:1px 0 4px;font-size:20px;line-height:1.12}
      .product-price{
        position:static;
        grid-column:2;
        grid-row:2;
        width:max-content;
        min-width:0;
        margin:0;
        padding:8px 10px;
        border-radius:14px;
        justify-items:start;
      }
      .product-price strong{font-size:22px}.product-price span{font-size:9px}
      .product-card p{
        grid-column:1/-1;
        max-width:none;
        margin:12px 0 10px;
        font-size:13px;
        line-height:1.48;
      }
      .feature-list{
        grid-column:1/-1;
        gap:7px;
        margin:0 0 12px;
      }
      .feature-list li{font-size:12px;line-height:1.3}.feature-list li:before{width:10px;height:10px;flex-basis:10px}
      .outline-btn{grid-column:1/-1;min-height:40px;justify-content:center;border-radius:12px;font-size:12px}
      .product-screen{display:none}
      .banner{
        grid-template-columns:1fr;
        gap:12px;
        margin:0 auto 24px;
        padding:18px;
        border-radius:18px;
      }
      .banner h2{font-size:21px;line-height:1.15;margin-bottom:6px}
      .banner p{font-size:13px;line-height:1.45}
      .mini-proof{display:grid;grid-template-columns:1fr;gap:7px;margin-top:12px;font-size:12px}
      .device{display:none}
      .steps{gap:8px;margin-bottom:24px}
      .step{
        display:grid;
        grid-template-columns:38px 1fr;
        gap:0 11px;
        padding:13px;
        border-radius:16px;
      }
      .step-icon{grid-row:1 / span 2;width:38px;height:38px;margin:0;border-radius:12px;font-size:18px}
      .step h3{margin:0 0 4px;font-size:14px;line-height:1.25}
      .step p{margin:0;font-size:12px;line-height:1.45}
      .manage{display:none}
      .faq-grid{gap:9px;margin-bottom:28px}
      .faq-card{padding:15px;border-radius:16px}
      .faq-card h3{font-size:15px;margin-bottom:5px}
      .faq-card p{font-size:12px;line-height:1.5}
      footer{padding-top:22px}
      .footer-grid{gap:14px;margin-bottom:16px}
      .footer-logo{font-size:24px}.footer-logo small{font-size:16px}
      .footer-col h4{margin-bottom:7px;font-size:14px}
      .footer-col a,.footer-col p,footer p{font-size:12px;line-height:1.65}
      .footer-bottom{gap:8px;padding-top:12px;font-size:11px}
    }
    @media(min-width:761px){
      .page{width:min(1152px,calc(100% - 43px));padding:20px 0 25px}
      .top{margin-bottom:49px;padding:11px 13px;border-radius:20px}
      .logo{font-size:32px}.logo small{font-size:22px}
      .nav{font-size:13px}.nav>a:not(.login),.lang{min-height:38px;padding:0 12px}.login{min-height:40px;padding:0 18px}
      .hero{grid-template-columns:minmax(423px,.92fr) minmax(504px,1.08fr);gap:65px;min-height:531px;margin-bottom:74px}
      .hero:before{inset:-32px -31px -40px;border-radius:31px}
      .hero-kicker{min-height:31px;margin-bottom:18px;padding:0 13px;font-size:12px}
      .hero h1{max-width:585px;font-size:clamp(41px,4vw,61px)}
      .hero p{max-width:549px;font-size:17px}
      .ticks{max-width:531px;gap:9px 11px;margin-bottom:27px}
      .ticks li{min-height:34px;padding:0 11px;font-size:12px}
      .btn{min-height:52px;padding:0 27px;font-size:14px;border-radius:12px}
      .trial-note{padding:11px 14px;font-size:12px}
      .proof-strip{max-width:549px;gap:8px 11px;margin-top:16px}.proof-strip span{min-height:31px;font-size:12px}
      .mock-wrap{min-height:486px}.mock-blob{width:648px;height:387px}.mock-orbit{width:106px;height:106px;font-size:31px}
      .mock{width:min(100%,621px);min-height:443px;grid-template-columns:49px 1fr;gap:22px;border-radius:23px;padding:27px}
      .mock-card{min-height:137px;padding:22px}.mock-card strong{font-size:36px}.mock-icon{width:40px;height:40px}
      .live-panel{gap:14px;margin-top:14px}.live-list,.activity-feed{min-height:119px;padding:16px}
      .why-grid{gap:16px;margin:13px 0 52px}.why-card{padding:22px;border-radius:18px}.why-card strong{font-size:31px}.why-card span{font-size:13px}
      .section-title{font-size:22px;margin:11px 0 29px}
      .products{gap:23px;margin-bottom:31px}.product-card{min-height:504px;padding:32px;border-radius:20px}
      .card-icon{width:59px;height:59px;border-radius:18px}.product-card h3{font-size:24px}.product-card p{max-width:390px;font-size:14px}
      .product-price{top:29px;right:29px;min-width:124px;padding:14px 16px;border-radius:18px}.product-price strong{font-size:31px}
      .feature-list{width:100%;max-width:390px;min-width:0;gap:11px}
      .product-screen{width:100%;max-width:100%;min-height:203px;margin-top:auto;padding:14px;border-radius:16px}
      .screen-row{grid-template-columns:47px 1fr auto;gap:11px;padding:9px 0}.screen-thumb{width:47px;height:38px}
      .banner{grid-template-columns:1fr auto 297px;gap:22px;margin-bottom:58px;padding:36px 41px;border-radius:20px}
      .banner h2{font-size:27px}.device{width:297px;height:153px}.mini-proof{gap:29px;margin-top:20px;font-size:12px}
      .steps{gap:22px;margin-bottom:63px}.step{padding:25px 22px;border-radius:18px}.step-icon{width:58px;height:58px;margin-bottom:20px}.step h3{font-size:15px}.step p{font-size:13px}
      .manage{gap:41px;margin-bottom:47px}.table-card{padding:25px;border-radius:20px}.benefit{padding:14px;border-radius:16px}
      .faq-grid{gap:16px;margin-bottom:58px}.faq-card{padding:22px;border-radius:16px}
      footer{padding-top:38px}.footer-grid{gap:31px;margin-bottom:25px}
    }

    @media(min-width:981px){
      html{scroll-padding-top:92px}
      .page{
        width:min(1136px,calc(100% - 56px));
        padding-top:22px;
      }
      .top{
        top:16px;
        margin-bottom:34px;
        padding:10px 13px;
        border-radius:19px;
        box-shadow:0 18px 54px rgba(0,63,54,.10),inset 0 1px 0 rgba(255,255,255,.9);
      }
      .logo{font-size:30px}
      .logo small{font-size:20px}
      .nav{font-size:12px}
      .nav>a:not(.login),.lang{min-height:36px;padding:0 11px}
      .login{min-height:38px;padding:0 18px}

      .hero{
        grid-template-columns:minmax(400px,.88fr) minmax(480px,1.12fr);
        gap:54px;
        align-items:center;
        min-height:474px;
        margin-bottom:44px;
      }
      .hero:before{
        inset:-24px -26px -28px;
        border-radius:28px;
        box-shadow:0 24px 76px rgba(0,63,54,.075);
      }
      .hero-copy{padding-top:0}
      .hero-kicker{
        min-height:30px;
        margin-bottom:14px;
        padding:0 12px;
        font-size:12px;
      }
      .hero h1{
        max-width:535px;
        margin-bottom:18px;
        font-size:clamp(44px,3.55vw,51px);
        line-height:1.035;
        letter-spacing:-.045em;
      }
      .hero p{
        max-width:520px;
        margin-bottom:20px;
        font-size:16px;
        line-height:1.62;
      }
      .ticks{
        max-width:500px;
        gap:8px 10px;
        margin-bottom:22px;
      }
      .ticks li{
        min-height:33px;
        padding:0 11px;
        font-size:12.5px;
        box-shadow:0 7px 18px rgba(0,63,54,.035);
      }
      .cta-row{gap:14px}
      .btn{min-height:48px;padding:0 24px}
      .trial-note{padding:10px 13px}
      .proof-strip{
        max-width:520px;
        gap:7px 10px;
        margin-top:14px;
      }
      .proof-strip span{
        min-height:30px;
        font-size:12.5px;
      }

      .mock-wrap{min-height:428px}
      .mock-blob{right:-18px;width:560px;height:346px}
      .mock-orbit{width:88px;height:88px;font-size:27px}
      .mock{
        width:min(100%,560px);
        min-height:402px;
        grid-template-columns:44px 1fr;
        gap:18px;
        padding:24px;
        border-radius:22px;
        box-shadow:0 24px 70px rgba(0,63,54,.13),inset 0 1px 0 rgba(255,255,255,.88);
      }
      .mock-side{gap:12px}
      .mock-side b,.mock-side span{width:32px;height:32px}
      .mock-title{margin-bottom:18px;font-size:15px}
      .mock-grid{gap:14px}
      .mock-card{
        min-height:121px;
        padding:18px;
        border-radius:16px;
      }
      .mock-card b{font-size:13px}
      .mock-card small{font-size:11px}
      .mock-card strong{font-size:31px}
      .mock-icon{width:34px;height:34px}
      .chart{height:87px}
      .ring{width:105px;height:105px}
      .live-panel{gap:12px;margin-top:12px}
      .live-list,.activity-feed{
        min-height:104px;
        padding:14px;
        border-radius:15px;
      }
      .queue-line,.activity-line{font-size:11.5px;padding:7px 0}

      .why-grid{
        gap:14px;
        margin:0 0 42px;
      }
      .why-card{
        min-height:112px;
        padding:20px;
        border-radius:17px;
      }
      .why-card strong{font-size:28px;margin-bottom:7px}
      .why-card span{font-size:12.5px;line-height:1.55}

      .section-title{
        margin:4px 0 24px;
        font-size:20px;
      }
      .products{
        gap:20px;
        margin-bottom:28px;
      }
      .product-card{
        min-height:468px;
        padding:28px;
        border-radius:18px;
      }
      .card-icon{
        width:54px;
        height:54px;
        margin-bottom:22px;
        border-radius:16px;
      }
      .product-card h3{
        margin-bottom:12px;
        font-size:22px;
      }
      .product-card p{
        max-width:372px;
        font-size:13.5px;
        line-height:1.62;
      }
      .product-price{
        top:26px;
        right:26px;
        min-width:112px;
        padding:12px 14px;
        border-radius:16px;
      }
      .product-price strong{font-size:28px}
      .feature-list{max-width:372px;gap:9px;margin-bottom:22px}
      .feature-list li{font-size:12.5px}
      .outline-btn{min-height:40px;font-size:12px}
      .product-screen{
        min-height:178px;
        padding:13px;
      }

      .banner{
        margin-bottom:46px;
        padding:32px 36px;
      }
      .steps{margin-bottom:50px}
      .faq-grid{margin-bottom:48px}
    }

