.ec-page { background: #03102b; color: #f4f8ff; }
.ec-main { overflow: hidden; }
.ec-hero { position: relative; min-height: 760px; padding: 8rem 0 5rem; background: radial-gradient(circle at 77% 24%, rgba(64,230,255,.16), transparent 32%), linear-gradient(180deg, #071b43, #03102b); background-size: 125% 125%; animation: ambient-drift 14s ease-in-out infinite; }
.ec-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(64,230,255,.5), transparent); }
.ec-hero__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.ec-kicker { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 1.2rem; color: #40e6ff; font: 700 .72rem/1.2 "JetBrains Mono", monospace; letter-spacing: .13em; text-transform: uppercase; }
.ec-kicker::before { content: ""; width: 24px; height: 1px; background: currentColor; }
.ec-hero__copy { animation: hero-enter .8s cubic-bezier(.2,.7,.2,1) both; }
.ec-hero h1 { max-width: 760px; margin: 0; font-size: clamp(2.75rem, 5.8vw, 5.6rem); line-height: .96; letter-spacing: -.065em; }
.ec-hero h1 span { display: block; color: #40e6ff; }
.ec-hero__lead { max-width: 660px; margin: 1.5rem 0 2rem; color: #c1d2e9; font-size: clamp(1.04rem, 2vw, 1.24rem); line-height: 1.65; }
.ec-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.ec-points { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.ec-points span { padding: .55rem .75rem; border: 1px solid rgba(64,230,255,.2); border-radius: 999px; color: #b9cbe2; background: rgba(7,31,70,.65); font-size: .78rem; }
.ec-preview { position: relative; min-height: 540px; animation: hero-enter .9s .12s cubic-bezier(.2,.7,.2,1) both, soft-float 7s 1.05s ease-in-out infinite; }
.ec-preview::before { content: ""; position: absolute; inset: 16% 10%; border-radius: 50%; background: rgba(64,230,255,.14); filter: blur(60px); }
.ec-app-window { position: absolute; inset: 70px -35px auto 0; z-index: 2; overflow: hidden; border: 1px solid rgba(99,186,255,.32); border-radius: 20px; background: #fff; box-shadow: 0 38px 85px rgba(0,0,0,.5); transform: rotate(1.5deg); }
.ec-app-window__bar { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem .9rem; color: #adc2db; background: #07152f; font-size: .72rem; }
.ec-app-window__bar i { color: #7891b1; font-style: normal; letter-spacing: .35em; }
.ec-app-window img { display: block; width: 100%; aspect-ratio: 1.92; object-fit: cover; object-position: top; }
.ec-window { position: absolute; inset: 45px 0 auto; z-index: 2; min-height: 435px; padding: 1rem; border: 1px solid rgba(99,186,255,.3); border-radius: 22px; background: linear-gradient(145deg, #0a224d, #04122b); box-shadow: 0 38px 85px rgba(0,0,0,.5); transform: rotate(1.5deg); }
.ec-window__top { display: flex; justify-content: space-between; gap: 1rem; padding: .35rem .3rem 1rem; color: #b8cce3; font-size: .78rem; }
.ec-window__top strong { color: #fff; }
.ec-balance { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; }
.ec-balance div { padding: .9rem; border: 1px solid rgba(112,174,255,.16); border-radius: 12px; background: #071a3c; }
.ec-balance small { color: #829fc2; font-size: .65rem; text-transform: uppercase; }
.ec-balance strong { display: block; margin-top: .35rem; font-size: 1.15rem; }
.ec-table { margin-top: .8rem; overflow: hidden; border: 1px solid rgba(112,174,255,.16); border-radius: 12px; background: #071a3c; }
.ec-table__row { display: grid; grid-template-columns: .55fr 1.5fr 1fr 1fr; gap: .5rem; padding: .72rem .8rem; border-bottom: 1px solid rgba(112,174,255,.1); color: #bdd0e6; font-size: .72rem; }
.ec-table__row:first-child { color: #40e6ff; font-weight: 700; text-transform: uppercase; }
.ec-table__row:last-child { border: 0; }
.ec-ok { position: absolute; z-index: 4; right: -15px; top: 18px; padding: .8rem .95rem; border: 1px solid rgba(64,230,255,.5); border-radius: 12px; color: #40e6ff; background: rgba(4,20,49,.96); box-shadow: 0 15px 34px rgba(0,0,0,.36); font: 700 .68rem/1 "JetBrains Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.ec-section { padding: clamp(4rem, 8vw, 7rem) 0; }
.ec-section--soft { background: #071838; }
.ec-heading { max-width: 900px; margin-bottom: 2.6rem; }
.ec-heading h2 { margin: .6rem 0 1rem; font-size: clamp(2.1rem, 4.5vw, 4rem); line-height: 1.03; letter-spacing: -.05em; }
.ec-heading p { margin: 0; color: #afc1db; font-size: 1.06rem; line-height: 1.7; }
.ec-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.ec-feature { padding: clamp(1.5rem, 3vw, 2.1rem); border: 1px solid rgba(107,178,255,.18); border-radius: 18px; background: linear-gradient(145deg, rgba(15,49,99,.82), rgba(5,24,57,.94)); transition: opacity .7s ease, transform .7s ease, border-color .25s ease, box-shadow .25s ease; }
.ec-feature:hover, .ec-module:hover, .ec-report:hover { transform: translateY(-6px); border-color: rgba(64,230,255,.42); box-shadow: 0 22px 48px rgba(0,0,0,.22); }
.ec-feature small, .ec-module small, .ec-report small { color: #40e6ff; font: 700 .68rem/1 "JetBrains Mono", monospace; letter-spacing: .1em; }
.ec-feature h3, .ec-module h3, .ec-report h3 { margin: 1rem 0 .65rem; font-size: 1.27rem; }
.ec-feature p, .ec-module p, .ec-report p { margin: 0; color: #b8c8df; line-height: 1.65; }
.ec-modules { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.ec-module { padding: clamp(1.5rem, 3vw, 2.2rem); border: 1px solid rgba(107,178,255,.18); border-radius: 18px; background: #061532; transition: opacity .7s ease, transform .7s ease, border-color .25s ease, box-shadow .25s ease; }
.ec-list { display: grid; gap: .7rem; margin: 1.2rem 0 0; padding: 0; list-style: none; }
.ec-list li { display: flex; gap: .65rem; color: #b8c8df; line-height: 1.5; }
.ec-list li::before { content: "✓"; color: #40e6ff; font-weight: 900; }
.ec-section--access { background: linear-gradient(180deg, #03102b, #061630); }
.ec-access { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.ec-access__image { overflow: hidden; border: 1px solid rgba(99,186,255,.25); border-radius: 20px; background: #fff; box-shadow: 0 28px 65px rgba(0,0,0,.35); transform: rotate(-1deg); transition: transform .3s ease, border-color .3s ease; }
.ec-access__image:hover { transform: rotate(0) translateY(-5px); border-color: rgba(64,230,255,.45); }
.ec-access__image img { display: block; width: 100%; }
.ec-access h2 { margin: .5rem 0 1rem; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.04; letter-spacing: -.05em; }
.ec-access p { color: #afc1db; font-size: 1.05rem; line-height: 1.7; }
.ec-regulatory { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.ec-regulatory__panel { display: grid; gap: .8rem; padding: 1.4rem; border: 1px solid rgba(64,230,255,.22); border-radius: 22px; background: #061532; }
.ec-regulatory__panel div { padding: 1rem; border: 1px solid rgba(112,174,255,.16); border-radius: 12px; background: #081d42; }
.ec-regulatory__panel strong { display: block; color: #40e6ff; }
.ec-regulatory__panel span { display: block; margin-top: .35rem; color: #aec0d8; font-size: .85rem; line-height: 1.5; }
.ec-regulatory h2 { margin: .5rem 0 1rem; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.04; letter-spacing: -.05em; }
.ec-regulatory p { color: #afc1db; font-size: 1.05rem; line-height: 1.7; }
.ec-reports { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.ec-report { padding: 1.6rem; border: 1px solid rgba(112,174,255,.18); border-radius: 16px; background: #061532; transition: opacity .7s ease, transform .7s ease, border-color .25s ease, box-shadow .25s ease; }
.ec-cta { padding: clamp(5rem, 9vw, 8rem) 0; text-align: center; background: radial-gradient(circle at 50% 100%, rgba(64,230,255,.17), transparent 55%), #071b43; }
.ec-cta .ec-kicker { justify-content: center; }
.ec-cta h2 { max-width: 850px; margin: 0 auto 1rem; font-size: clamp(2.2rem, 5vw, 4.5rem); line-height: 1; letter-spacing: -.05em; }
.ec-cta p { max-width: 730px; margin: 0 auto 2rem; color: #b7c7df; font-size: 1.1rem; line-height: 1.7; }
.ec-actions--center { justify-content: center; }
.ec-page .footer { background: #020916; }
@media (max-width: 900px) { .ec-hero__grid, .ec-regulatory, .ec-access { grid-template-columns: 1fr; } .ec-hero { min-height: auto; } }
@media (max-width: 640px) { .ec-hero { padding-top: 6.5rem; } .ec-preview { min-height: 360px; } .ec-app-window { inset: 50px -10px auto 0; } .ec-window { min-height: 360px; } .ec-balance { grid-template-columns: repeat(2, 1fr); } .ec-balance div:last-child { display: none; } .ec-table__row { grid-template-columns: .65fr 1.5fr 1fr; } .ec-table__row span:last-child { display: none; } .ec-features, .ec-modules, .ec-reports { grid-template-columns: 1fr; } .ec-actions .btn { width: 100%; justify-content: center; } }
