@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --bg-dark: #07111e;
  --bg-dark-2: #0b1727;
  --surface: #ffffff;
  --surface-soft: #f6f8fb;
  --surface-dark: #101e2f;
  --text: #0d1a2b;
  --muted: #6b7888;
  --muted-dark: #a9b4c2;
  --line: #e5eaf0;
  --accent: #f4bd53;
  --accent-2: #65df98;
  --accent-3: #8ca7ff;
  --shadow: 0 20px 60px rgba(11, 27, 48, .10);
  --shadow-lg: 0 35px 90px rgba(11, 27, 48, .18);
  --radius: 28px;
  --radius-sm: 18px;
  --container: 1180px;
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  color: var(--text);
  background: var(--surface);
  font-family: 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none
}

img {
  max-width: 100%;
  display: block
}

.container {
  max-width: var(--container)
}

.site-header {
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
  background: transparent;
}

.site-header.scrolled {
  background: rgba(7, 17, 30, .86);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .16);
  backdrop-filter: blur(16px);
}

.navbar {
  padding: 18px 0
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.04em;
  color: #fff;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #121b26;
  background: linear-gradient(145deg, #ffd77b, #eaa83a);
  transform: rotate(-18deg);
}

.brand-mark i {
  transform: rotate(18deg);
  font-size: 17px
}

.nav-link {
  color: rgba(255, 255, 255, .75) !important;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 12px !important;
}

.nav-link:hover {
  color: #fff !important
}

.nav-login {
  color: #fff !important;
  font-weight: 700;
  font-size: 14px
}

.btn-primary {
  --bs-btn-bg: var(--accent);
  --bs-btn-border-color: var(--accent);
  --bs-btn-hover-bg: #ffd16b;
  --bs-btn-hover-border-color: #ffd16b;
  --bs-btn-color: #131b22;
  --bs-btn-hover-color: #131b22;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(244, 189, 83, .20);
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, .35);
  font-weight: 700
}

.btn-outline-light:hover {
  color: #0c1521;
  background: #fff;
  border-color: #fff
}

.hero-section {
  min-height: 790px;
  padding: 170px 0 80px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 80% 55%, rgba(57, 130, 255, .13), transparent 28%),
    radial-gradient(circle at 65% 35%, rgba(104, 230, 150, .10), transparent 22%),
    linear-gradient(135deg, var(--bg-dark), var(--bg-dark-2) 55%, #081523);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.orb-1 {
  width: 460px;
  height: 460px;
  right: -120px;
  top: 80px;
  background: radial-gradient(circle, rgba(76, 143, 255, .16), transparent 65%);
}

.orb-2 {
  width: 360px;
  height: 360px;
  left: -180px;
  bottom: -170px;
  background: radial-gradient(circle, rgba(101, 223, 152, .10), transparent 65%);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(101, 223, 152, .28);
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(101, 223, 152, .06);
  color: #d8f9e6;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 24px;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-2);
  box-shadow: 0 0 0 6px rgba(101, 223, 152, .08);
}

.hero-title {
  font-size: clamp(48px, 6vw, 76px);
  line-height: .98;
  letter-spacing: -.065em;
  font-weight: 800;
  max-width: 780px;
  margin: 0 0 24px;
}

.hero-title span {
  display: block;
  color: #f7c55e;
  background: linear-gradient(90deg, #f4bd53, #ffe19a);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-copy {
  color: #c1ccd9;
  font-size: 18px;
  line-height: 1.65;
  max-width: 620px;
  margin-bottom: 34px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px
}

.hero-trust {
  margin-top: 46px;
  display: flex;
  align-items: center;
  gap: 28px;
  color: #b6c0cb;
  font-size: 12px;
  font-weight: 600;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px
}

.trust-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .10);
  color: #fff;
  font-size: 17px;
}

.dashboard-wrap {
  position: relative;
  max-width: 510px;
  margin-left: auto
}

.dashboard-glow {
  position: absolute;
  width: 340px;
  height: 340px;
  right: 5%;
  top: 8%;
  background: radial-gradient(circle, rgba(101, 223, 152, .20), transparent 66%);
  filter: blur(15px);
  pointer-events: none;
}

.dashboard-card {
  position: relative;
  z-index: 2;
  padding: 26px;
  border-radius: 30px;
  background: linear-gradient(155deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .055));
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, .12);
  backdrop-filter: blur(20px);
}

.dashboard-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}

.muted-label {
  display: block;
  font-size: 11px;
  color: #96a4b5;
  margin-bottom: 8px
}

.balance {
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.04em
}

.icon-btn {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  color: #fff;
  background: rgba(255, 255, 255, .06);
}

.balance-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 12px 0 6px;
  font-size: 11px;
  color: #8291a4
}

.positive {
  color: #6fe49b !important
}

.chart-area {
  padding-top: 8px
}

.chart-area svg {
  display: block;
  width: 100%;
  height: auto
}

.chart-grid {
  fill: none;
  stroke: rgba(255, 255, 255, .07);
  stroke-width: 1
}

.chart-fill {
  fill: url(#chartFill)
}

.chart-line {
  fill: none;
  stroke: #68e49a;
  stroke-width: 4;
  stroke-linecap: round
}

.chart-point {
  fill: #68e49a;
  stroke: #0d1a2b;
  stroke-width: 6
}

.chart-labels {
  display: flex;
  justify-content: space-between;
  color: #708095;
  font-size: 9px;
  margin-top: -2px
}

.asset-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.asset-icon {
  width: 40px;
  height: 40px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  font-size: 17px;
}

.asset-icon.btc {
  background: rgba(244, 189, 83, .14);
  color: #ffd475
}

.asset-icon.usd {
  background: rgba(102, 145, 255, .14);
  color: #93b0ff
}

.asset-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1
}

.asset-info strong,
.asset-value strong {
  font-size: 12px
}

.asset-info span,
.asset-value span {
  font-size: 10px;
  color: #78879b
}

.asset-value {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 2px
}

.floating-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 14px;
  border-radius: 17px;
  background: rgba(10, 20, 33, .78);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .25);
  backdrop-filter: blur(16px);
}

.floating-income {
  left: -36px;
  bottom: 70px
}

.floating-secure {
  right: -30px;
  top: 44px
}

.float-icon {
  width: 35px;
  height: 35px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: rgba(101, 223, 152, .12);
  color: #70e49a;
}

.floating-card span {
  font-size: 10px;
  color: #93a2b4
}

.floating-card strong {
  display: block;
  color: #fff;
  font-size: 13px;
  margin-top: 2px
}

.floating-secure>i {
  color: #76e4a1;
  font-size: 19px
}

.scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 9px;
  color: #8292a4;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.logo-strip {
  padding: 26px 0 38px;
  border-bottom: 1px solid var(--line)
}

.section-kicker {
  font-size: 12px;
  color: #99a5b4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .16em
}

.logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  color: #8d98a6;
  font-weight: 800;
  font-size: 15px
}

.logos span {
  display: inline-flex;
  align-items: center;
  gap: 9px
}

.logos i {
  font-size: 18px
}

.section-padding {
  padding: 110px 0
}

.section-light {
  background: var(--surface-soft)
}

.section-tag {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 800;
  color: #4e9e71;
  text-transform: uppercase;
  letter-spacing: .15em;
}

.section-title {
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.04;
  letter-spacing: -.055em;
  font-weight: 800;
  margin: 0 0 20px;
}

.section-title span {
  color: #0b9d5b
}

.section-copy {
  color: var(--muted);
  line-height: 1.75;
  font-size: 15px;
  max-width: 600px;
}

.about-visual {
  min-height: 450px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
  background:
    linear-gradient(130deg, rgba(7, 17, 30, .08), rgba(7, 17, 30, .36)),
    url("../images/about-finance.svg") center/cover no-repeat;
}

.about-overlay {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(8, 20, 34, .70);
  backdrop-filter: blur(14px);
  color: #fff;
}

.about-overlay div {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.about-overlay strong {
  font-size: 22px
}

.about-overlay span {
  font-size: 10px;
  color: #bac5d1
}

.feature-card {
  height: 100%;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 35px rgba(18, 37, 60, .05);
  overflow: hidden;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: #d7e0ea
}

.feature-main {
  background: linear-gradient(145deg, #fafffc, #fff)
}

.feature-icon,
.step-icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: #eef8f2;
  color: #0ca563;
  font-size: 20px;
  margin-bottom: 24px;
}

.feature-card h3,
.step-card h3 {
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -.03em;
  font-weight: 800
}

.feature-card p,
.step-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  margin: 0
}

.wallet-visual {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 9px;
}

.wallet-visual>div {
  padding: 14px;
  border-radius: 16px;
  background: #f7faf8;
  border: 1px solid #e8efeb;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wallet-visual span {
  font-size: 9px;
  color: #88958e
}

.wallet-visual strong {
  font-size: 12px
}

.transfer-visual {
  margin-top: 36px;
  padding: 20px;
  border-radius: 22px;
  background: #f7f9fb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.country {
  display: flex;
  align-items: center;
  gap: 8px
}

.flag {
  font-size: 22px
}

.transfer-visual>i {
  color: #6f7b8a
}

.mini-bars {
  height: 110px;
  display: flex;
  align-items: flex-end;
  gap: 7px;
  margin-top: 26px
}

.mini-bars i {
  flex: 1;
  max-width: 28px;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(to top, #0ba15f, #8be8b1)
}

.feature-wide {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(145deg, #f6fbff, #ffffff);
}

.feature-wide>div:first-child {
  max-width: 54%
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0b8750;
  font-weight: 800;
  font-size: 13px;
  margin-top: 20px
}

.phone-mockup {
  align-self: flex-end;
  width: 190px;
  height: 280px;
  border: 8px solid #102235;
  border-radius: 34px;
  background: #0b1828;
  box-shadow: 0 22px 50px rgba(12, 34, 56, .18);
  transform: rotate(5deg) translateY(28px);
  overflow: hidden;
}

.phone-screen {
  height: 100%;
  padding: 28px 14px 14px;
  background: linear-gradient(180deg, #0d2033, #091622);
  color: #fff;
  position: relative;
}

.phone-notch {
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 13px;
  background: #02080e;
  border-radius: 9px
}

.phone-screen small {
  display: block;
  color: #8092a7;
  font-size: 8px;
  margin-bottom: 6px
}

.phone-screen>strong {
  display: block;
  font-size: 22px;
  letter-spacing: -.05em
}

.phone-chart {
  height: 70px;
  margin: 14px 0;
  background:
    linear-gradient(145deg, transparent 47%, #58dd94 48%, transparent 50%) 0 10px/25px 25px repeat-x;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.phone-button {
  padding: 10px;
  border-radius: 12px;
  background: #f2be56;
  color: #121b21;
  text-align: center;
  font-size: 9px;
  font-weight: 800;
}

.feature-security {
  background: linear-gradient(155deg, #0c1e2f, #132b42);
  color: #fff;
  border-color: #1d354b
}

.feature-security p {
  color: #b6c2cf
}

.feature-security .feature-icon {
  background: rgba(101, 223, 152, .10)
}

.security-symbol {
  position: absolute;
  right: -10px;
  bottom: -22px;
  font-size: 160px;
  line-height: 1;
  color: rgba(101, 223, 152, .06);
}

.dark-section {
  background: var(--bg-dark);
  color: #fff
}

.dark-section .section-copy {
  color: #aab7c6
}

.dark-section .section-title span {
  color: #f4c65f
}

.dark-section .section-tag {
  color: #75e0a0
}

.step-card {
  height: 100%;
  padding: 30px;
  border-radius: 26px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .10);
  position: relative;
}

.step-number {
  position: absolute;
  right: 24px;
  top: 20px;
  font-size: 12px;
  font-weight: 800;
  color: #f1c05d;
}

.step-icon {
  background: rgba(101, 223, 152, .10)
}

.step-card p {
  color: #9fadbD
}

.step-card h3 {
  margin-bottom: 12px
}

.security-panel {
  padding: 70px;
  border-radius: 34px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.security-list {
  display: grid;
  gap: 15px;
  margin-top: 30px
}

.security-list div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13px;
  font-weight: 700
}

.security-list i {
  color: #10a763;
  font-size: 18px
}

.security-visual {
  min-height: 370px;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 30px;
  background:
    radial-gradient(circle at center, rgba(101, 223, 152, .15), transparent 28%),
    linear-gradient(150deg, #eff9f3, #f8fbff);
  overflow: hidden;
}

.radar {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  position: relative;
  display: grid;
  place-items: center
}

.radar:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 210deg, rgba(101, 223, 152, .0), rgba(101, 223, 152, .26), rgba(101, 223, 152, 0));
  animation: spin 7s linear infinite;
}

.radar-ring {
  position: absolute;
  border: 1px solid rgba(9, 160, 93, .18);
  border-radius: 50%
}

.ring-1 {
  inset: 16px
}

.ring-2 {
  inset: 52px
}

.ring-3 {
  inset: 86px
}

.radar>i {
  position: relative;
  z-index: 2;
  font-size: 58px;
  color: #0ba15e
}

.security-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e2e9ee;
  box-shadow: 0 14px 30px rgba(12, 35, 55, .10);
  font-weight: 800;
  font-size: 11px;
}

.security-badge i {
  color: #0ca363
}

.badge-one {
  left: 25px;
  top: 32px
}

.badge-two {
  right: 22px;
  top: 110px
}

.badge-three {
  left: 40px;
  bottom: 35px
}

.quote-card {
  height: 100%;
  margin: 0;
  padding: 30px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 35px rgba(18, 37, 60, .05)
}

.stars {
  color: #f3bf55;
  letter-spacing: .14em;
  font-size: 13px;
  margin-bottom: 16px
}

.quote-card p {
  font-size: 14px;
  line-height: 1.75;
  color: #445365;
  margin-bottom: 24px
}

.quote-card footer {
  display: flex;
  align-items: center;
  gap: 11px
}

.avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f0f6ff;
  color: #3065bd;
  font-weight: 800;
  font-size: 12px;
}

.avatar-violet {
  background: #f4efff;
  color: #7b53bf
}

.avatar-blue {
  background: #ebf8ff;
  color: #2080a5
}

.quote-card footer strong {
  display: block;
  font-size: 12px
}

.quote-card footer small {
  display: block;
  font-size: 10px;
  color: #8a95a3;
  margin-top: 2px
}

.premium-accordion .accordion-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px !important;
  margin-bottom: 12px;
  overflow: hidden;
}

.premium-accordion .accordion-button {
  padding: 20px 22px;
  font-weight: 800;
  font-size: 14px;
  color: var(--text);
  background: #fff;
  box-shadow: none !important;
}

.premium-accordion .accordion-button:not(.collapsed) {
  color: #0a9457;
  background: #fbfdfc
}

.premium-accordion .accordion-body {
  padding: 0 22px 22px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7
}

.premium-accordion .accordion-button::after {
  background-size: 14px
}

.cta-section {
  padding-top: 30px;
  background: var(--surface-soft)
}

.cta-panel {
  position: relative;
  overflow: hidden;
  padding: 58px;
  border-radius: 32px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 15%, rgba(101, 223, 152, .15), transparent 25%),
    linear-gradient(130deg, #0a1828, #12283e);
}

.cta-panel h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -.05em;
  font-weight: 800
}

.cta-panel h2 span {
  color: #f4c65f
}

.cta-panel p {
  color: #aebaca;
  max-width: 600px;
  line-height: 1.7;
  margin-bottom: 0
}

.cta-note {
  margin-top: 12px;
  color: #7f90a5 !important;
  font-size: 10px
}

.cta-glow {
  position: absolute;
  width: 260px;
  height: 260px;
  right: -70px;
  bottom: -90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 189, 83, .19), transparent 68%)
}

.site-footer {
  background: #07111e;
  color: #fff;
  padding: 62px 0 22px
}

.footer-brand {
  margin-bottom: 18px
}

.site-footer p {
  color: #8999ad;
  max-width: 350px;
  line-height: 1.7;
  font-size: 12px
}

.site-footer h6 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #fff;
  margin-bottom: 15px
}

.site-footer .col-lg-2>a {
  display: block;
  color: #91a0b2;
  font-size: 12px;
  margin: 9px 0
}

.site-footer .col-lg-2>a:hover {
  color: #fff
}

.socials {
  display: flex;
  gap: 9px
}

.socials a {
  width: 37px;
  height: 37px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #aab6c4;
}

.socials a:hover {
  color: #fff;
  background: rgba(255, 255, 255, .06)
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, .08);
  margin-top: 38px;
  padding-top: 20px;
  color: #657589;
  font-size: 10px;
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1050;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: #16324f;
  color: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .25s ease;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.back-to-top:hover {
  background: #214a72
}

.premium-toast {
  border: 1px solid #dce4ea;
  box-shadow: 0 15px 40px rgba(12, 35, 55, .16);
  border-radius: 15px
}

.premium-toast .toast-body {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700
}

.premium-toast i {
  color: #0ba15f;
  font-size: 17px
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .7s ease
}

.reveal.is-visible {
  opacity: 1;
  transform: none
}

.delay-1 {
  transition-delay: .10s
}

.delay-2 {
  transition-delay: .18s
}

.delay-3 {
  transition-delay: .26s
}

.delay-4 {
  transition-delay: .34s
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important
  }

  .reveal {
    opacity: 1;
    transform: none
  }
}

@media (max-width:991.98px) {
  .navbar {
    padding: 14px 0
  }

  .navbar-collapse {
    margin-top: 12px;
    padding: 12px 0 6px;
    background: rgba(7, 17, 30, .96);
    border-radius: 18px
  }

  .hero-section {
    padding-top: 140px;
    min-height: auto
  }

  .hero-copy {
    font-size: 16px
  }

  .dashboard-wrap {
    margin: 0 auto
  }

  .about-visual {
    min-height: 390px
  }

  .security-panel {
    padding: 46px
  }
}

@media (max-width:767.98px) {
  .section-padding {
    padding: 78px 0
  }

  .hero-title {
    font-size: 47px
  }

  .hero-trust {
    gap: 15px;
    align-items: flex-start;
    flex-direction: column
  }

  .hero-actions .btn {
    width: 100%
  }

  .dashboard-card {
    padding: 19px
  }

  .balance {
    font-size: 29px
  }

  .floating-income {
    left: -4px;
    bottom: 28px
  }

  .floating-secure {
    right: -3px;
    top: 25px
  }

  .logos {
    justify-content: center;
    font-size: 13px
  }

  .about-visual {
    min-height: 430px
  }

  .about-overlay {
    grid-template-columns: 1fr;
    gap: 12px
  }

  .feature-card {
    padding: 24px
  }

  .feature-wide {
    flex-direction: column
  }

  .feature-wide>div:first-child {
    max-width: 100%
  }

  .phone-mockup {
    align-self: center;
    transform: rotate(4deg) translateY(20px)
  }

  .security-panel {
    padding: 30px 22px;
    border-radius: 26px
  }

  .security-visual {
    min-height: 330px
  }

  .cta-panel {
    padding: 38px 26px;
    border-radius: 26px
  }

  .footer-bottom {
    flex-direction: column
  }
}

@media (max-width:390px) {
  .hero-title {
    font-size: 40px
  }

  .about-visual {
    min-height: 460px
  }

  .wallet-visual {
    grid-template-columns: 1fr
  }

  .floating-card {
    transform: scale(.92)
  }
}