


:root { --cp-r-l: 28px; --cp-r-m: 24px; --cp-r-s: 18px; --cp-r-xs: 12px; }
@media screen and (max-width: 767px) { :root { --cp-r-l: 24px; --cp-r-m: 20px; } }


.section-ultra-gradients.is-first { border-radius: var(--cp-r-l); overflow: hidden; isolation: isolate; }
.track__card { border-radius: var(--cp-r-l); }
.site-wrapper__hero.partner-wrapper__hero { border-radius: var(--cp-r-l); }

.plan-card { border-radius: var(--cp-r-m); }

.cp-ccy-card { border-radius: var(--cp-r-s); }


.footer-hero.hero { border-radius: 36px 36px 0 0; overflow: hidden; isolation: isolate; }
@media screen and (max-width: 767px) { .footer-hero.hero { border-radius: 22px 22px 0 0; } }


.divider { background-color: transparent; color: transparent; }
.line-divider { background-color: transparent; color: transparent; margin-block: 16px; }
.site-wrapper.footer-site-wrapper .line-divider { margin-block: 40px; }


.cp-uses { list-style: none; margin: 88px 0 0; padding: 0; display: flex; flex-direction: column; gap: 96px; }
.cp-use { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 72px; align-items: center; text-align: left; }
.cp-use--flip { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.cp-use--flip .cp-use-tx { order: 2; }
.cp-use-t { margin: 0 0 16px; font-family: "Cashpad Display", Georgia, serif; font-weight: 400; font-size: 44px; line-height: 1.08;
  letter-spacing: -0.02em; color: #fff; text-align: left; }
.cp-use-p { margin: 0; max-width: 400px; font-size: 17px; line-height: 1.55; color: rgba(255, 255, 255, 0.62); }
.cp-use-vis { position: relative; display: grid; grid-template-columns: minmax(0, 1fr); place-items: center; min-height: 560px; padding: 48px; border-radius: var(--cp-r-l);
  overflow: hidden; isolation: isolate; background: #144332; }
.cp-use-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.cp-use-vis::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(8, 12, 10, 0.18), rgba(8, 12, 10, 0.48)); }
.cp-use-card { width: 100%; display: flex; justify-content: center; }
.cp-use-card .cpc-slot { margin: 0; width: calc(var(--w) * 1px); max-width: 100%; }
.cp-more.cp-more--4 { margin-top: 112px; padding-top: 0; }
.cp-more--4 .cp-more-list { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
@media screen and (max-width: 991px) {
  .cp-use, .cp-use--flip { grid-template-columns: 1fr; gap: 32px; }
  .cp-use--flip .cp-use-tx { order: 0; }
  .cp-use-vis { min-height: 480px; }
  .cp-more--4 .cp-more-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 40px; }
}
@media screen and (max-width: 767px) {
  .cp-uses { margin-top: 56px; gap: 64px; }
  .cp-use { gap: 24px; }
  .cp-use-t { font-size: 32px; margin-bottom: 10px; }
  .cp-use-p { font-size: 16px; }
  .cp-use-vis { min-height: 0; padding: 40px 16px; }
  .cp-more.cp-more--4 { margin-top: 72px; }
  .cp-more--4 .cp-more-list { grid-template-columns: 1fr; gap: 24px; }
}


.forecast-section.cp-plain .site-wrapper__forecast { background: none !important; padding: 0 !important; border-radius: 0; }
.forecast-section.cp-plain .image__blur-bg.forecast { background: none; margin-top: 56px; }
.forecast-section.cp-plain { padding-top: 120px; }
@media screen and (max-width: 767px) {
  .forecast-section.cp-plain { padding-top: 80px; }
  .forecast-section.cp-plain .image__blur-bg.forecast { margin-top: 40px; }
}

.cp-arb { margin: 88px 0 0; text-align: left; }
.cp-arb-top { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; flex-wrap: wrap; margin-bottom: 24px; }
.cp-arb-t { font-family: "Cashpad Display", Georgia, serif; font-size: 28px; line-height: 1.15; color: #fff; }
.cp-arb-note { font-size: 14px; color: rgba(255, 255, 255, 0.45); }
.cp-arb-plot { position: relative; height: 260px; }
.cp-arb-plot svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.cp-arb-one { stroke: rgba(217, 180, 90, 0.55); stroke-width: 1.5; }
.cp-arb-line { fill: none; stroke: #7fd3a4; stroke-width: 2.5; stroke-linecap: round; }
.cp-arb-dot { position: absolute; width: 10px; height: 10px; margin: -5px 0 0 -5px; border-radius: 50%; background: #7fd3a4; }
.cp-arb-lb { position: absolute; transform: translate(-50%, -100%); margin-top: -16px; white-space: nowrap; font-size: 15px; color: rgba(255, 255, 255, 0.78); }
.cp-arb-lb--dn { transform: translate(-50%, 0); margin-top: 16px; }
.cp-arb-ax { position: absolute; right: 0; top: 50%; transform: translateY(-100%); padding-bottom: 8px; font-size: 14px; color: #d9b45a; }
@media screen and (max-width: 767px) {
  .cp-arb { margin-top: 64px; }
  .cp-arb-t { font-size: 24px; }
  .cp-arb-plot { height: 190px; }
  .cp-arb-lb { font-size: 13px; }
  .cp-arb-lb--up { transform: translate(-20%, -100%); }
  .cp-arb-lb--dn { transform: translate(-80%, 0); }
}


.top__search-bar {
  height: 64px; max-width: 560px; padding: 0 10px 0 28px; gap: 16px; border: 0; border-radius: 999px;
  background-color: rgba(15, 16, 17, 0.35); -webkit-backdrop-filter: blur(24px) saturate(140%); backdrop-filter: blur(24px) saturate(140%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 24px 48px -24px rgba(0, 0, 0, 0.5);
  transition: background-color 0.2s ease;
}
.top__search-bar:hover { background-color: rgba(15, 16, 17, 0.45); }
.top__search-bar:focus-visible { outline: 2px solid #7fd3a4; outline-offset: 4px; }
.top__search-bar .typed-words {
  flex: 1 1 auto; min-width: 0; display: flex; align-items: center; overflow: hidden; white-space: nowrap; text-align: left;
  font-family: "Cashpad Sans", ui-sans-serif, system-ui, sans-serif; font-size: 17px; font-weight: 400; line-height: 1.2;
  letter-spacing: -0.01em; color: #fff;
}

.top__search-bar .typed-words::after { content: none; display: none; }
.cp-typed { white-space: pre; }
.cp-typed b { font-weight: inherit; animation: cp-char-in 0.12s ease-out both; }
.cp-t-m { color: rgba(255, 255, 255, 0.55); }
.cp-t-d { color: rgba(255, 255, 255, 0.4); }
.cp-t-b { color: #fff; }
.cp-caret { flex: none; width: 1.5px; height: 1.15em; margin-left: 2px; border-radius: 1px; background: #7fd3a4;
  animation: cp-caret 1.1s cubic-bezier(0.45, 0, 0.55, 1) infinite; }
.cp-typing .cp-caret { animation: none; opacity: 1; }
.cp-typed-static .cp-caret { display: none; }
@keyframes cp-char-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes cp-caret { 0%, 40% { opacity: 1; } 60%, 90% { opacity: 0.12; } 100% { opacity: 1; } }
.top__search-bar .typing-search-btn {
  width: 44px; height: 44px; background-color: #7fd3a4; color: #0b2119;
  transition: transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.2s ease;
}
.top__search-bar .cp-send { display: block; transition: transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1); }
.top__search-bar:hover .typing-search-btn { transform: scale(1.04); background-color: #93dcb3; }
.top__search-bar:hover .cp-send { transform: translateY(-1.5px); }
@media screen and (max-width: 767px) {
  .top__search-bar { height: 56px; max-width: 100%; padding: 0 8px 0 20px; gap: 12px; }
  .top__search-bar .typed-words { font-size: 16px; }
  .top__search-bar .typing-search-btn { width: 40px; height: 40px; }
}
@media (prefers-reduced-motion: reduce) {
  .cp-typed b { animation: none; }
  .top__search-bar .typing-search-btn, .top__search-bar .cp-send { transition: none; }
}


.cp-rails .hero__sub-wrapper, .cp-ccys .hero__sub-wrapper { margin-top: 24px; }
