
    :root{
      --navy:#102f4e;
      --blue:#1477dc;
      --line:#d7e4f2;
      --ink:#152033;
      --muted:#5c6f89;
      --soft:#f6f9fd;
      --card:#ffffff;
      --shadow:0 20px 50px rgba(15,47,78,.08);
    }

    .ge-contacts-app *{box-sizing:border-box}

    .ge-contacts-app{
      color:var(--ink);
      font-family:Inter,Arial,Helvetica,sans-serif;
    }

    .ge-contacts-app.ge-page{
      max-width:1280px;
      margin:0 auto;
      padding:0 20px 28px;
    }

    .ge-head h1{
      margin:0 0 12px;
      color:var(--navy);
      font-size:clamp(34px,4.2vw,50px);
      line-height:.98;
      letter-spacing:-.055em;
    }

    .ge-head p{
      margin:0;
      max-width:720px;
      color:#526681;
      font-size:16px;
      line-height:1.55;
      font-weight:500;
    }

    .ge-layout{
      margin-top:20px;
      display:grid;
      grid-template-columns:380px 1fr;
      gap:24px;
      align-items:start;
    }

    .ge-tabs{
      display:grid;
      gap:10px;
    }

    .ge-tab{
      width:100%;
      border:1px solid #d3e2f2;
      background:#fff;
      color:var(--navy);
      border-radius:14px;
      padding:15px 16px;
      display:grid;
      grid-template-columns:40px 1fr 18px;
      gap:14px;
      align-items:center;
      text-align:left;
      cursor:pointer;
      box-shadow:0 8px 20px rgba(15,47,78,.035);
      transition:.16s ease;
    }

    .ge-tab:hover,
    .ge-tab.active{
      border-color:#b8d3ef;
      background:#fbfdff;
      transform:translateY(-1px);
      box-shadow:0 14px 26px rgba(15,47,78,.07);
    }

    .ge-tab-icon{
      width:32px;
      height:32px;
      display:flex;
      align-items:center;
      justify-content:center;
      color:var(--blue);
    }

    .ge-tab-icon svg{width:28px;height:28px;stroke-width:2.2}

    .ge-tab-title{
      display:block;
      font-weight:950;
      font-size:15px;
      color:var(--navy);
      margin-bottom:3px;
    }

    .ge-tab-sub{
      display:block;
      color:#5a6d86;
      font-size:13px;
      line-height:1.25;
      font-weight:600;
    }

    .ge-tab-arrow{
      color:#526681;
      font-size:28px;
      line-height:1;
      font-weight:300;
    }

    .ge-panel{
      background:#fff;
      border:1px solid #cfe0f2;
      border-radius:24px;
      box-shadow:var(--shadow);
      padding:14px;
      min-height:410px;
    }

    .ge-welcome{
      min-height:382px;
      border:1px dashed #c8dced;
      border-radius:20px;
      background:linear-gradient(180deg,#fff 0%,#f9fcff 100%);
      display:flex;
      flex-direction:column;
      justify-content:center;
      align-items:center;
      text-align:center;
      padding:28px 32px;
    }

    .ge-welcome-icon{
      width:70px;
      height:70px;
      border-radius:24px;
      background:#eef6ff;
      color:#102f4e;
      display:flex;
      align-items:center;
      justify-content:center;
      margin-bottom:18px;
    }

    .ge-welcome-icon svg{width:36px;height:36px;stroke-width:2.1}

    .ge-welcome h2{
      margin:0 0 16px;
      color:var(--navy);
      font-size:clamp(22px,2.3vw,28px);
      line-height:1.1;
      letter-spacing:-.035em;
    }

    .ge-welcome p{
      max-width:660px;
      margin:0 auto;
      color:#526681;
      font-size:15px;
      line-height:1.55;
      font-weight:500;
    }

    .ge-features{
      width:100%;
      max-width:690px;
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:0;
      margin-top:28px;
    }

    .ge-feature{
      padding:0 18px;
      border-left:1px solid #d5e3f2;
    }

    .ge-feature:first-child{border-left:0}

    .ge-feature-icon{
      width:42px;
      height:42px;
      border-radius:50%;
      background:#eef6ff;
      color:#1477dc;
      display:flex;
      align-items:center;
      justify-content:center;
      margin:0 auto 12px;
    }

    .ge-feature-icon svg{width:24px;height:24px;stroke-width:2.2}

    .ge-feature strong{
      display:block;
      color:var(--navy);
      font-size:14px;
      margin-bottom:6px;
      font-weight:950;
    }

    .ge-feature span{
      display:block;
      color:#60728a;
      font-size:13px;
      line-height:1.38;
      font-weight:600;
    }



    .ge-welcome-features{
      width:100%;
      max-width:690px;
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:0;
      margin-top:28px;
    }

    .ge-welcome-features > div{
      padding:0 18px;
      border-left:1px solid #d5e3f2;
      text-align:center;
    }

    .ge-welcome-features > div:first-child{border-left:0}

    .ge-welcome-features b{
      display:block;
      color:var(--navy);
      font-size:14px;
      margin-bottom:6px;
      font-weight:950;
    }

    .ge-welcome-features small{
      display:block;
      color:#60728a;
      font-size:13px;
      line-height:1.38;
      font-weight:600;
    }

    .ge-search{
      margin-bottom:14px;
    }

    .ge-search input{
      width:100%;
      border:1px solid #d4e1ef;
      border-radius:14px;
      padding:14px 16px;
      font-size:15px;
      outline:none;
      color:#102f4e;
      background:#fbfdff;
    }

    .ge-search input:focus{
      border-color:#1f5f99;
      box-shadow:0 0 0 3px rgba(31,95,153,.10);
      background:#fff;
    }

    .ge-accordion{display:grid;gap:10px}

    .ge-acc-item{
      border:1px solid #d7e4f2;
      background:#fff;
      border-radius:16px;
      overflow:hidden;
    }

    .ge-acc-btn{
      width:100%;
      border:0;
      background:#fff;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:14px;
      padding:16px 18px;
      color:#102f4e;
      font-weight:900;
      font-size:15px;
      cursor:pointer;
      text-align:left;
    }

    .ge-acc-btn:hover{background:#f8fbff}

    .ge-acc-btn small{
      display:block;
      margin-top:4px;
      color:#6b7a90;
      font-size:12px;
      font-weight:700;
    }

    .ge-acc-arrow{
      width:28px;
      height:28px;
      min-width:28px;
      border-radius:50%;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:#eef6ff;
      color:#174b7d;
      transition:.15s;
      font-size:18px;
      font-weight:900;
    }

    .ge-acc-item.open .ge-acc-arrow{
      transform:rotate(90deg);
      background:#102f4e;
      color:#fff;
    }

    .ge-acc-content{
      display:none;
      padding:0 18px 18px;
      color:#344054;
      font-size:14px;
      line-height:1.65;
    }

    .ge-acc-item.open .ge-acc-content{display:block}

    .ge-contact-desc{margin:0 0 12px;color:#40526b}

    .ge-row{
      display:grid;
      grid-template-columns:120px 1fr;
      gap:10px;
      border-top:1px solid #edf2f7;
      padding-top:10px;
      margin-top:10px;
    }

    .ge-row b{color:#102f4e}

    .ge-row a{
      color:#1f5f99;
      font-weight:850;
      text-decoration:none;
    }

    .ge-row a:hover{text-decoration:underline}

    .ge-actions{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:16px;
    }

    .ge-action-btn{
      border:1px solid #cfe0f2;
      background:#f8fbff;
      color:#102f4e;
      border-radius:999px;
      padding:10px 14px;
      display:inline-flex;
      align-items:center;
      gap:8px;
      font-size:13px;
      line-height:1;
      font-weight:900;
      text-decoration:none;
      cursor:pointer;
    }

    .ge-action-btn svg{width:16px;height:16px;stroke-width:2.2}

    .ge-docs{
      margin-top:16px;
      border-top:1px solid #edf2f7;
      padding-top:14px;
    }

    .ge-docs-title{
      font-weight:950;
      color:#102f4e;
      margin-bottom:10px;
    }

    .ge-doc-link{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      border:1px solid #dbe7f7;
      background:#fbfdff;
      border-radius:12px;
      padding:10px 12px;
      margin-top:8px;
      color:#102f4e;
      text-decoration:none;
      font-weight:850;
    }

    .ge-doc-link small{color:#60728a;font-weight:700}

    .ge-empty{
      border:1px dashed #cbd8e8;
      border-radius:16px;
      padding:18px;
      color:#5f6f86;
      background:#fbfdff;
    }

    .ge-bottom-info{
      margin-top:20px;
      border:1px solid #dce8f5;
      border-radius:12px;
      background:rgba(255,255,255,.76);
      color:#60728a;
      padding:16px 20px;
      display:flex;
      gap:16px;
      align-items:flex-start;
      font-size:13px;
      line-height:1.55;
      font-weight:600;
    }

    .ge-bottom-info svg{width:26px;height:26px;min-width:26px;color:#1477dc;stroke-width:2.2}

    @media(max-width:1050px){
      .ge-contacts-app.ge-page{padding:0 14px 24px}
      .ge-layout{grid-template-columns:1fr;gap:18px}
      .ge-tabs{grid-template-columns:1fr 1fr}
      .ge-panel{min-height:auto}
      .ge-welcome{min-height:420px}
    }

    @media(max-width:720px){
      .ge-head h1{font-size:38px}
      .ge-head p{font-size:16px}
      .ge-tabs{grid-template-columns:1fr}
      .ge-tab{grid-template-columns:40px 1fr 18px;padding:16px}
      .ge-features,.ge-welcome-features{grid-template-columns:1fr;gap:18px;margin-top:24px}
      .ge-feature,.ge-welcome-features > div{border-left:0;border-top:1px solid #d5e3f2;padding:16px 0 0}
      .ge-feature:first-child,.ge-welcome-features > div:first-child{border-top:0;padding-top:0}
      .ge-welcome{padding:30px 18px}
      .ge-row{grid-template-columns:1fr;gap:4px}
    }
  