* {
      box-sizing: border-box;
  }

  html {
      scroll-behavior: smooth;
  }

  body {
      margin: 0;
      background: #f4f6f8;
      color: #13202b;
      font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.6;
      overflow-x: hidden;
  }

  a {
      color: inherit;
  }

  img {
      max-width: 100%;
  }

  .site-shell {
      width: min(100% - 32px, 1120px);
      margin: 0 auto;
  }

  .topbar {
      padding: 22px 0 14px;
  }

  .brand-mark {
      display: inline-flex;
      align-items: center;
 
      text-decoration: none;
      font-weight: 800;
      letter-spacing: -0.02em;
      color: #162b3b;
  }

  .brand-mark img {
      width:50px;
      height: 50px; 
    
  }

  .topbar-note {
      color: #68737d;
      font-size: 13px;
      font-weight: 600;
  }

  .main-panel {
      background: #ffffff;
      border: 1px solid #dfe5e9;
      border-radius: 24px;
      box-shadow: 0 18px 45px rgba(21, 42, 57, 0.08);
      overflow: hidden;
  }

  .hero {
      padding: 58px 58px 44px;
      border-bottom: 1px solid #dfe5e9;
  }

  .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin-bottom: 18px;
      color: #095d57;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.13em;
      text-transform: uppercase;
  }

  .eyebrow::before {
      content: "";
      width: 28px;
      height: 1px;
      background: currentColor;
  }

  h1 {
      margin: 0;
      color: #162b3b;
      font-size: clamp(42px, 5.2vw, 60px);
      line-height: 1.04;
      letter-spacing: -0.045em;
      font-weight: 800;
  }

  .hero-message {
      margin: 18px 0 0;
      color: #68737d;
      font-size: clamp(16px, 2vw, 19px);
      font-weight: 600;
  }

  .hero-actions {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 30px;
  }

  .btn-telegram {
      min-height: 52px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border-radius: 12px;
      padding: 13px 21px;
      border: 1px solid #0d766e;
      background: #0d766e;
      color: #fff;
      font-weight: 800;
      text-decoration: none;
      box-shadow: 0 8px 22px rgba(13, 118, 110, 0.18);
      transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  }

  .btn-telegram:hover {
      color: #fff;
      background: #095d57;
      border-color: #095d57;
      box-shadow: 0 10px 24px rgba(13, 118, 110, 0.22);
      transform: translateY(-1px);
  }

  .btn-telegram:focus-visible,
  .legal-link:focus-visible,
  .cookie-btn:focus-visible,
  .modal-close:focus-visible,
  .calc-input:focus-visible {
      outline: 3px solid rgba(13, 118, 110, 0.24);
      outline-offset: 3px;
  }

  .hero-inline-note {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #68737d;
      font-size: 13px;
      font-weight: 600;
  }

  .hero-visual {
      position: relative;
      min-height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 24px;
  }

  .brand-visual {
      width: min(100%, 370px);
      aspect-ratio: 1 / 1;
      overflow: hidden;
      border-radius: 18px;
      border: 1px solid #243341;
      background: #0d1016;
      box-shadow: 0 22px 44px rgba(19, 32, 43, 0.18);
  }

  .brand-visual img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
  }

  .asset-strip {
      position: absolute;
      left: 0;
      bottom: 20px;
      display: flex;
      gap: 7px;
      padding: 7px;
      border: 1px solid #dfe5e9;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.96);
      box-shadow: 0 12px 28px rgba(19, 32, 43, 0.12);
  }

  .asset-strip img {
      width: 34px;
      height: 34px;
      object-fit: cover;
      border-radius: 50%;
  }

  .receive-row {
      padding: 0 58px;
      border-bottom: 1px solid #dfe5e9;
  }

  .receive-item {
      display: flex;
      align-items: center;
      gap: 13px;
      min-height: 84px;
      padding: 18px 0;
  }

  .receive-item+.receive-item {
      border-left: 1px solid #dfe5e9;
      padding-left: 28px;
  }

  .receive-icon {
      width: 38px;
      height: 38px;
      display: grid;
      place-items: center;
      flex: 0 0 38px;
      border-radius: 10px;
      background: #e7f3f1;
      color: #095d57;
      font-size: 16px;
  }

  .receive-item strong {
      display: block;
      color: #162b3b;
      font-size: 14px;
      font-weight: 800;
  }

  .content-block {
      padding: 50px 58px;
      border-bottom: 1px solid #dfe5e9;
  }

  .section-heading {
      margin-bottom: 24px;
  }

  .section-kicker {
      margin-bottom: 7px;
      color: #095d57;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .11em;
      text-transform: uppercase;
  }

  h2 {
      margin: 0;
      color: #162b3b;
      font-size: clamp(26px, 3vw, 34px);
      line-height: 1.18;
      letter-spacing: -0.03em;
      font-weight: 800;
  }

  .calculator-box {
      border: 1px solid #dfe5e9;
      border-radius: 20px;
      background: #fbfcfd;
      overflow: hidden;
  }

  .calc-input-zone {
      height: 100%;
      padding: 26px;
      background: #eef2f5;
      border-right: 1px solid #dfe5e9;
  }

  .calc-label {
      display: block;
      margin-bottom: 10px;
      color: #68737d;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .04em;
      text-transform: uppercase;
  }

  .calc-field {
      display: flex;
      align-items: center;
      min-height: 64px;
      padding: 9px 12px 9px 14px;
      border: 1px solid #cfd8de;
      border-radius: 12px;
      background: #fff;
      transition: border-color .2s ease, box-shadow .2s ease;
  }

  .calc-field:focus-within {
      border-color: #0d766e;
      box-shadow: 0 0 0 4px rgba(13, 118, 110, 0.08);
  }

  .calc-token {
      width: 30px;
      height: 30px;
      flex: 0 0 30px;
      border-radius: 50%;
      margin-right: 10px;
  }

  .calc-input {
      min-width: 0;
      width: 100%;
      border: 0;
      outline: 0;
      background: transparent;
      color: #162b3b;
      font: inherit;
      font-size: 22px;
      font-weight: 800;
      appearance: textfield;
  }

  .calc-input::-webkit-inner-spin-button,
  .calc-input::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }

  .calc-currency {
      color: #162b3b;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .04em;
  }

  .calc-min {
      margin: 10px 0 0;
      color: #68737d;
      font-size: 12px;
  }

  .calc-result-zone {
      padding: 26px;
  }

  .result-list {
      margin: 0;
      padding: 0;
      list-style: none;
  }

  .result-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding: 13px 0;
      border-bottom: 1px solid #dfe5e9;
  }

  .result-row:last-child {
      border-bottom: 0;
  }

  .result-currency {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: #68737d;
      font-size: 13px;
      font-weight: 700;
  }

  .flag {
      width: 26px;
      height: 19px;
      object-fit: cover;
      border-radius: 4px;
      border: 1px solid rgba(19, 32, 43, 0.12);
  }

  .result-value {
      color: #162b3b;
      font-size: 19px;
      font-weight: 800;
      white-space: nowrap;
  }

  .calc-note {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin-top: 18px;
      padding-top: 16px;
      border-top: 1px solid #dfe5e9;
      color: #68737d;
      font-size: 13px;
  }

  .calc-note i {
      color: #168261;
      margin-top: 3px;
  }

  .calc-note strong {
      color: #095d57;
      font-weight: 800;
  }

  .conditions {
      padding: 50px 58px;
      background: #f9fbfb;
      border-bottom: 1px solid #dfe5e9;
  }

  .conditions-copy {
      max-width: 650px;
  }

  .conditions-lead {
      margin: 14px 0 0;
      color: #162b3b;
      font-size: 18px;
      font-weight: 700;
  }

  .condition-list {
      display: grid;
      gap: 13px;
      margin: 24px 0 0;
  }

  .condition-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      color: #68737d;
      font-size: 14px;
  }

  .condition-item i {
      width: 18px;
      margin-top: 4px;
      color: #0d766e;
      text-align: center;
  }

  .conditions-action {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      height: 100%;
  }

  .trust-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      border-bottom: 1px solid #dfe5e9;
  }

  .trust-item {
      display: flex;
      align-items: center;
      gap: 11px;
      padding: 22px 28px;
      color: #68737d;
      font-size: 13px;
      font-weight: 700;
  }

  .trust-item+.trust-item {
      border-left: 1px solid #dfe5e9;
  }

  .trust-item i {
      color: #095d57;
  }

  .legal-section {
      padding: 32px 58px 38px;
      background: #fff;
  }

  .legal-title {
      margin-bottom: 14px;
      color: #162b3b;
      font-size: 15px;
      font-weight: 800;
  }

  .legal-copy {
      margin: 0;
      color: #68737d;
      font-size: 12px;
      overflow-wrap: anywhere;
  }

  .legal-copy+.legal-copy {
      margin-top: 5px;
  }

  .legal-links {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 18px;
      margin-top: 18px;
  }

  .legal-link {
      padding: 0;
      border: 0;
      background: transparent;
      color: #095d57;
      font: inherit;
      font-size: 12px;
      font-weight: 800;
      text-decoration: underline;
      text-underline-offset: 3px;
      cursor: pointer;
  }

  .legal-link:hover {
      color: #0d766e;
  }

  .page-footnote {
      padding: 20px 0 34px;
      text-align: center;
      color: #7d878f;
      font-size: 11px;
  }

  .modal-content {
      border: 0;
      border-radius: 18px;
      box-shadow: 0 28px 70px rgba(19, 32, 43, 0.28);
  }

  .modal-header,
  .modal-footer {
      border-color: #dfe5e9;
  }

  .modal-title {
      color: #162b3b;
      font-size: 20px;
      font-weight: 800;
      letter-spacing: -0.02em;
  }

  .modal-body h3 {
      margin: 22px 0 8px;
      color: #162b3b;
      font-size: 15px;
      font-weight: 800;
  }

  .modal-body h3:first-child {
      margin-top: 0;
  }

  .modal-body p {
      margin: 0;
      color: #68737d;
      font-size: 14px;
  }

  .modal-body p + p {
      margin-top: 10px;
  }

  .modal-body ul {
      margin: 10px 0 0;
      padding-left: 20px;
      color: #68737d;
      font-size: 14px;
  }

  .modal-body li + li {
      margin-top: 6px;
  }

  .modal-footer {
      justify-content: flex-start;
      color: #68737d;
      font-size: 12px;
  }

  .cookie-banner {
      position: fixed;
      z-index: 1090;
      left: 18px;
      right: 18px;
      bottom: 18px;
      max-width: 920px;
      margin: 0 auto;
      padding: 16px;
      border: 1px solid #d9e1e5;
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.98);
      box-shadow: 0 18px 50px rgba(19, 32, 43, 0.18);
      transform: translateY(calc(100% + 40px));
      visibility: hidden;
      transition: transform .25s ease, visibility .25s ease;
  }

  .cookie-banner.is-visible {
      transform: translateY(0);
      visibility: visible;
  }

  .cookie-title {
      margin: 0 0 4px;
      color: #162b3b;
      font-size: 14px;
      font-weight: 800;
  }

  .cookie-copy {
      margin: 0;
      color: #68737d;
      font-size: 12px;
  }

  .cookie-copy button {
      padding: 0;
      border: 0;
      background: transparent;
      color: #095d57;
      font: inherit;
      font-weight: 800;
      text-decoration: underline;
      text-underline-offset: 2px;
  }

  .cookie-actions {
      display: flex;
      gap: 8px;
      justify-content: flex-end;
  }

  .cookie-btn {
      min-height: 40px;
      padding: 9px 14px;
      border-radius: 10px;
      font: inherit;
      font-size: 12px;
      font-weight: 800;
      cursor: pointer;
      transition: background-color .2s ease, border-color .2s ease;
  }

  .cookie-btn-primary {
      border: 1px solid #0d766e;
      background: #0d766e;
      color: #fff;
  }

  .cookie-btn-primary:hover {
      background: #095d57;
      border-color: #095d57;
  }

  .cookie-btn-secondary {
      border: 1px solid #dfe5e9;
      background: #fff;
      color: #162b3b;
  }

  .cookie-btn-secondary:hover {
      background: #eef2f5;
  }

  @media (max-width: 991.98px) {

      .hero,
      .content-block,
      .conditions,
      .legal-section {
          padding-left: 38px;
          padding-right: 38px;
      }

      .receive-row {
          padding-left: 38px;
          padding-right: 38px;
      }

      .hero-visual {
          padding-left: 0;
          margin-top: 40px;
          justify-content: flex-start;
      }

      .brand-visual {
          width: min(100%, 460px);
      }

      .asset-strip {
          left: 16px;
      }

      .calc-input-zone {
          border-right: 0;
          border-bottom: 1px solid #dfe5e9;
      }

      .conditions-action {
          justify-content: flex-start;
          margin-top: 28px;
      }

      .trust-row {
          grid-template-columns: 1fr;
      }

      .trust-item+.trust-item {
          border-left: 0;
          border-top: 1px solid #dfe5e9;
      }
  }

  @media (max-width: 767.98px) {
      .site-shell {
          width: min(100% - 22px, 1120px);
      }

      .topbar {
          padding: 15px 2px 11px;
      }

      .topbar-note {
          display: none;
      }

      .main-panel {
          border-radius: 18px;
      }

      .hero,
      .content-block,
      .conditions,
      .legal-section {
          padding-left: 22px;
          padding-right: 22px;
      }

      .hero {
          padding-top: 36px;
          padding-bottom: 30px;
      }

      .hero-actions {
          align-items: stretch;
      }

      .btn-telegram {
          width: 100%;
      }

      .hero-inline-note {
          width: 100%;
      }

      .hero-visual {
          margin-top: 30px;
      }

      .asset-strip {
          bottom: 12px;
          left: 12px;
      }

      .asset-strip img {
          width: 30px;
          height: 30px;
      }

      .receive-row {
          padding: 0 22px;
      }

      .receive-row .row {
          display: block;
      }

      .receive-item {
          min-height: 70px;
      }

      .receive-item+.receive-item {
          border-left: 0;
          border-top: 1px solid #dfe5e9;
          padding-left: 0;
      }

      .content-block {
          padding-top: 38px;
          padding-bottom: 38px;
      }

      .calc-input-zone,
      .calc-result-zone {
          padding: 20px;
      }

      .conditions {
          padding-top: 38px;
          padding-bottom: 38px;
      }

      .conditions-lead {
          font-size: 16px;
      }

      .trust-item {
          padding: 18px 22px;
      }

      .legal-section {
          padding-top: 27px;
          padding-bottom: 30px;
      }

      .legal-links {
          display: grid;
          gap: 10px;
      }

      .cookie-banner {
          left: 10px;
          right: 10px;
          bottom: 10px;
      }

      .cookie-actions {
          margin-top: 12px;
          justify-content: stretch;
      }

      .cookie-btn {
          flex: 1;
      }
  }

  @media (max-width: 420px) {
      .site-shell {
          width: calc(100% - 16px);
      }

      h1 {
          font-size: 39px;
      }

      .hero,
      .content-block,
      .conditions,
      .legal-section {
          padding-left: 18px;
          padding-right: 18px;
      }

      .receive-row {
          padding: 0 18px;
      }

      .calc-input-zone,
      .calc-result-zone {
          padding: 17px;
      }

      .calc-field {
          min-height: 58px;
      }

      .calc-input {
          font-size: 20px;
      }

      .result-row {
          gap: 12px;
      }

      .result-value {
          font-size: 17px;
      }

      .flag {
          width: 23px;
          height: 17px;
      }

      .cookie-actions {
          flex-direction: column;
      }
  }

  @media (prefers-reduced-motion: reduce) {

      *,
      *::before,
      *::after {
          scroll-behavior: auto !important;
          animation-duration: .01ms !important;
          animation-iteration-count: 1 !important;
          transition-duration: .01ms !important;
      }
  }