
:root{
  --blue:#1769ff;
  --blue2:#33a6ff;
  --green:#16bf7a;
  --orange:#ff9d1c;
  --red:#ff3b30;
  --ink:#101828;
  --muted:#65758b;
  --line:#e6edf7;
  --soft:#f7faff;
  --panel:#ffffff;
  --shadow:0 18px 50px rgba(16,24,40,.08);
}

/* v149 rental text contrast fix */
.rental-order-section .order-copy{
  background:#fff !important;
  color:#101828 !important;
  border-color:#dce7f5 !important;
}

.rental-order-section .section-kicker{
  background:#eef5ff !important;
  color:#155eef !important;
  border:1px solid #d8e7ff !important;
}

.rental-order-section .order-copy h2{
  color:#101828 !important;
}

.rental-order-section .order-copy p{
  color:#475467 !important;
}

.rental-order-section .order-steps div{
  background:#f8fbff !important;
  border-color:#e3ebf6 !important;
}

.rental-order-section .order-steps b{
  color:#155eef !important;
}

.rental-order-section .order-steps span{
  color:#1d2939 !important;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Pretendard,"Noto Sans KR",Arial,sans-serif;background:#fff;color:var(--ink);line-height:1.55}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
.site-loader{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;overflow:hidden;perspective:1200px;background:#fff;transition:opacity .55s ease,visibility .55s ease;will-change:opacity}
.site-loader.hidden{opacity:0;visibility:hidden;pointer-events:none}
.site-loader:before{content:"";position:absolute;width:min(560px,72vw);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(23,105,255,.105),rgba(51,166,255,.055) 38%,transparent 70%);filter:blur(2px);animation:loaderAura 2.6s ease-in-out infinite}
.site-loader:after{content:"";position:absolute;left:50%;top:calc(50% + 50px);width:250px;height:24px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(ellipse at center,rgba(23,105,255,.18),transparent 72%);filter:blur(10px);animation:loaderShadow 2.2s ease-in-out infinite}
.loader-mark-wrap{position:relative;width:min(210px,42vw);aspect-ratio:1;display:grid;place-items:center;transform-style:preserve-3d;animation:loaderLogoFloat 2.15s cubic-bezier(.45,0,.2,1) infinite;filter:drop-shadow(0 28px 34px rgba(23,105,255,.24)) drop-shadow(0 10px 18px rgba(23,105,255,.12))}
.loader-mark-wrap:before,.loader-mark-wrap:after{display:none}
.loader-halo{position:absolute;inset:-34px;border-radius:50%;background:conic-gradient(from 210deg,rgba(23,105,255,.02),rgba(23,105,255,.34),rgba(32,199,223,.46),rgba(108,59,255,.18),rgba(23,105,255,.02));filter:blur(18px);opacity:.82;animation:loaderHaloSpin 3.2s linear infinite}
.loader-mark-wrap img{position:relative;z-index:2;width:100%;height:100%;object-fit:contain;display:block;border-radius:24px;transform:translateZ(42px);filter:saturate(1.18) contrast(1.04);animation:loaderLogoFocus 2.15s ease-in-out infinite}
@keyframes loaderLogoFloat{0%,100%{transform:translate3d(0,0,0) rotateX(0deg) rotateY(-4deg) scale(1)}50%{transform:translate3d(0,-14px,46px) rotateX(4deg) rotateY(5deg) scale(1.045)}}
@keyframes loaderLogoFocus{0%,100%{filter:hue-rotate(0deg) saturate(1.35) contrast(1.05)}50%{filter:hue-rotate(0deg) saturate(1.65) contrast(1.09)}}
@keyframes loaderHaloSpin{to{transform:rotate(360deg)}}
@keyframes loaderAura{0%,100%{opacity:.58;transform:scale(.94)}50%{opacity:.92;transform:scale(1.08)}}
@keyframes loaderShadow{0%,100%{opacity:.42;transform:translateX(-50%) scale(.92)}50%{opacity:.2;transform:translateX(-50%) scale(1.12)}}
@media (max-width:560px){.loader-mark-wrap{width:min(250px,72vw)}.loader-mark-wrap:before{inset:-28px -32px}.loader-mark-wrap:after{inset:-16px -22px}.site-loader:after{width:190px}}
@media (prefers-reduced-motion:reduce){.site-loader{transition:none}.site-loader:before,.site-loader:after,.loader-mark-wrap,.loader-mark-wrap img,.loader-halo{animation:none}}
.container{max-width:1240px;margin:0 auto;padding:0 28px}
.topbar{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.navbar{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1240px;margin:0 auto;padding:0 28px}
.logo img{width:168px;height:auto;display:block}
.nav{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:850;white-space:nowrap}
.nav a{color:#1f2937}
.nav a:hover,.nav a.active{color:var(--blue)}
.actions{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:800;white-space:nowrap}
.btn{height:46px;padding:0 20px;border-radius:8px;border:0;background:var(--blue);color:white;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 10px 22px rgba(23,105,255,.22)}
.btn.outline{background:#fff;color:#111827;border:1px solid #d9e2ee;box-shadow:none}
.btn.big{height:54px;padding:0 28px;border-radius:10px;font-size:16px}
.hero{background:linear-gradient(180deg,#fff 0%,#f7fbff 100%);padding:62px 0 36px;border-bottom:1px solid #edf2f7}
.hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:36px;align-items:center}
.pill{display:inline-flex;align-items:center;padding:8px 13px;border-radius:999px;background:#eef4ff;border:1px solid #dbe8ff;color:var(--blue);font-size:13px;font-weight:900;margin-bottom:22px}
.hero h1{margin:0 0 22px;font-size:58px;line-height:1.08;letter-spacing:-.055em}
.hero h1 strong{display:block;background:linear-gradient(90deg,#1769ff,#21a7ff);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero p{font-size:18px;color:var(--muted);max-width:660px;margin:0 0 26px}
.hero-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.chip{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 13px;border-radius:999px;border:1px solid #dfe8f5;background:#fff;color:#344054;font-weight:850;font-size:12px}
.hero-visual{position:relative;height:520px}
.visual-bg{position:absolute;inset:22px 24px;border-radius:50%;background:radial-gradient(circle at center,rgba(23,105,255,.18),rgba(23,105,255,.07) 45%,transparent 70%);border:1px solid rgba(23,105,255,.14)}
.visual-bg:before,.visual-bg:after{content:"";position:absolute;inset:42px;border:1px solid rgba(23,105,255,.22);border-radius:50%}
.visual-bg:after{inset:88px;border-style:dashed}
.dot{position:absolute;width:14px;height:14px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 6px rgba(23,105,255,.11);animation:orbitDot 14s linear infinite}
.dot.one{left:50%;top:28px}.dot.two{right:46px;top:46%;animation-delay:3.5s}.dot.three{left:90px;bottom:70px;animation-delay:7s}
@keyframes orbitDot{0%,100%{transform:translateY(0)}50%{transform:translateY(-16px)}}
.center-vault{position:absolute;z-index:3;left:50%;top:50%;transform:translate(-50%,-50%);width:310px;min-height:170px;border-radius:24px;background:#fff;border:1px solid #dfe8f5;box-shadow:0 28px 70px rgba(23,105,255,.13);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.center-vault .badge{display:inline-flex;margin-bottom:10px;background:var(--blue);color:#fff;border-radius:7px;padding:5px 10px;font-size:12px;font-weight:900}
.center-vault .logo-mark{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--blue2));color:white;display:grid;place-items:center;font-size:24px;font-weight:950;margin-bottom:8px}
.center-vault b{font-size:25px;letter-spacing:-.03em}
.center-vault span{color:#667085;font-weight:700}
.float{position:absolute;background:#fff;border:1px solid #dfe8f5;border-radius:20px;box-shadow:0 22px 50px rgba(16,24,40,.10);padding:22px;min-width:220px;min-height:112px;animation:floatSoft 5.8s ease-in-out infinite}
.float small{display:block;color:#667085;font-size:12px;font-weight:900;margin-bottom:6px}
.float strong{font-size:26px;letter-spacing:-.03em}
.float p{margin:6px 0 0;color:#667085;font-size:13px}
.float .symbol{position:absolute;left:22px;top:50%;transform:translateY(-50%);font-size:32px}.float .text{margin-left:46px}
.float.energy{left:56px;top:52px;transform:rotate(-5deg)}
.float.bandwidth{right:10px;top:76px;transform:rotate(5deg);animation-delay:.7s}
.float.trx{left:58px;bottom:72px;transform:rotate(-5deg);animation-delay:1.2s}
.float.settle{right:56px;bottom:68px;transform:rotate(5deg);animation-delay:1.7s}
@keyframes floatSoft{0%,100%{translate:0 0}50%{translate:0 -18px}}
.section{padding:56px 0}
.section-title{text-align:center;margin-bottom:30px}
.section-title h2{font-size:30px;letter-spacing:-.035em;margin:0}
.features{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.feature{height:180px;background:#fff;border:1px solid var(--line);border-radius:18px;text-align:center;padding:24px 16px;box-shadow:0 10px 30px rgba(16,24,40,.04)}
.feature .icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#edf4ff;color:var(--blue);font-size:26px;margin:0 auto 16px}
.feature h3{margin:0 0 8px;font-size:16px}
.feature p{margin:0;color:#667085;font-size:12px}
.split{display:grid;grid-template-columns:240px 1fr;gap:34px;align-items:center}
.side h2{font-size:27px;margin:0 0 10px;letter-spacing:-.03em}
.side p{color:#667085;margin:0}
.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.product{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 12px 34px rgba(16,24,40,.06);overflow:hidden}
.product-head{display:flex;align-items:center;justify-content:space-between;padding:22px 26px;border-bottom:1px solid var(--line)}
.product h3{margin:0;font-size:24px;color:var(--blue)}
.product.band h3{color:var(--green)}
.tag{background:#edf4ff;color:var(--blue);border-radius:7px;padding:6px 10px;font-weight:900;font-size:12px}
.tag.green{background:#e8fff3;color:var(--green)}
.tag.hot{background:#fff1e8;color:#f04438}
.product table{width:100%;border-collapse:collapse}
.product td{padding:13px 26px;border-bottom:1px solid #edf2f7;font-size:14px}
.product td:first-child{color:#667085}.product td:last-child{text-align:right;font-weight:900}
.product-foot{display:flex;align-items:center;justify-content:space-between;padding:16px 26px;color:#667085;font-size:12px}
.product-foot a{color:var(--blue);font-weight:900}
.staking-project{background:linear-gradient(105deg,#fff 0%,#fffaf2 48%,#f5fbff 100%);border-color:#dbe8ff}
.project-head{align-items:flex-start}
.project-head h3{color:#101828;font-size:20px;margin-bottom:7px}
.issuer-pill{display:inline-flex;align-items:center;border:1px solid #9ee7cd;background:#dffbf0;color:#067647;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:900}
.project-badges{display:flex;gap:8px;align-items:center}
.project-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:13px 18px}
.metric-card{border:1px solid #bfe9f4;border-radius:10px;background:linear-gradient(105deg,#fff6eb,#f8fbff);padding:12px;min-height:82px}
.metric-card span,.quota-box span,.settlement-grid span{display:block;color:#667085;font-size:11px;font-weight:800}
.metric-card b{display:block;margin-top:6px;font-size:19px;color:#101828}
.metric-card:first-child b{color:#f5a24b}
.metric-card small,.quota-box small,.settlement-grid small{display:block;margin-top:5px;color:#344054;font-size:10.5px;font-weight:800}
.quota-box{margin:0 18px 12px;border:1px solid #dbe5f2;border-radius:10px;background:#fff;padding:13px}
.quota-box>div:first-child,.quota-box>div:last-child{display:flex;justify-content:space-between;gap:10px}
.quota-box b{font-size:11px;color:#667085;text-align:right}.quota-box em{font-style:normal;color:#00a6d6}
.quota-bar{height:10px;border-radius:999px;background:#e5e8ee;margin:10px 0;overflow:hidden}
.quota-bar span{display:block;width:87.1%;height:100%;border-radius:999px;background:linear-gradient(90deg,#00a6d6,#24b6d8)}
.settlement-grid{display:none;grid-template-columns:1fr 1fr;gap:12px;padding:0 26px 18px}
.settlement-grid>div{border:1px solid #dbe5f2;border-radius:12px;background:#fff;padding:18px}
.settlement-grid b{float:right;color:#00a6d6}
.project-actions{border-top:1px solid #edf2f7}
.project-actions a{display:inline-flex;align-items:center;justify-content:center;min-width:132px;min-height:38px;border-radius:7px;background:linear-gradient(90deg,#00a6d6,#25b7df);color:#fff;padding:0 14px}

#products .product-stage{
  display:block;
}

#products .product-grid{
  grid-template-columns:minmax(0,1.45fr) minmax(310px,.82fr);
  gap:28px;
  align-items:stretch;
}

#products .staking-project{
  min-height:500px;
}

#products .staking-project .product-head{
  padding:28px 34px;
}

#products .staking-project .project-head h3{
  font-size:28px;
}

#products .staking-project .issuer-pill{
  margin-top:4px;
  font-size:12px;
  padding:6px 12px;
}

#products .staking-project .project-metrics{
  gap:14px;
  padding:22px 34px 16px;
}

#products .staking-project .metric-card{
  min-height:126px;
  padding:22px;
}

#products .staking-project .metric-card span,
#products .staking-project .quota-box span,
#products .staking-project .settlement-grid span{
  font-size:13px;
}

#products .staking-project .metric-card b{
  font-size:26px;
}

#products .staking-project .metric-card small,
#products .staking-project .quota-box small{
  font-size:12px;
}

#products .staking-project .quota-box{
  margin:0 34px 20px;
  padding:20px;
}

#products .staking-project .quota-bar{
  height:12px;
  margin:14px 0;
}

#products .staking-project .product-foot{
  padding:22px 34px;
  font-size:14px;
}

#products .staking-project .project-actions a{
  min-width:164px;
  min-height:46px;
  font-size:15px;
}

#products .rental-product{
  align-self:stretch;
}
.calculator{display:grid;grid-template-columns:260px 1fr 250px;border:1px solid var(--line);border-radius:18px;box-shadow:0 12px 34px rgba(16,24,40,.06);overflow:hidden;background:#fff}
.calc-left{background:linear-gradient(180deg,#fff,#f8fbff);padding:34px}
.calc-left h2{font-size:27px;margin:0 0 12px}.calc-left p{color:#667085;margin:0;font-size:14px}
.calc-mid{padding:28px 32px}
.tabs{display:flex;gap:14px;margin-bottom:20px}
.tab{min-width:106px;height:42px;border:1px solid #dbe5f2;border-radius:7px;background:#fff;font-weight:900;color:#344054}
.tab.active{background:var(--blue);color:#fff;border-color:var(--blue)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.field label{display:block;font-size:12px;color:#667085;font-weight:900;margin-bottom:8px}
.field input{width:100%;height:54px;border:1px solid #dbe5f2;border-radius:8px;padding:0 16px;font-size:20px;font-weight:800}
.range-row{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;color:#667085;font-size:12px;margin-top:18px}
.range-row input{width:100%}
.calc-note{margin-top:14px;background:#f5f8ff;border-radius:8px;padding:10px 12px;color:#667085;font-size:12px}
.calc-results{padding:28px;background:#f8fbff;display:grid;gap:14px}
.result{background:#edf4ff;border-radius:8px;padding:15px 16px}
.result span{display:block;color:#667085;font-size:12px;font-weight:900}
.result b{display:block;color:#1769ff;font-size:20px;margin-top:5px}
.data-box{display:grid;grid-template-columns:230px 1fr;gap:0;border:1px solid var(--line);border-radius:18px;box-shadow:0 12px 34px rgba(16,24,40,.06);overflow:hidden;background:#fff}
.data-side{padding:30px;background:linear-gradient(180deg,#fff,#f8fbff)}
.data-side h2{font-size:27px;margin:0 0 12px}.data-side p{color:#667085;margin:0;font-size:14px}
.data-main{padding:18px 24px}
.data-tabs{display:flex;gap:52px;border-bottom:1px solid var(--line);height:52px;align-items:center;font-weight:900;color:#667085}
.data-tabs span{height:52px;display:flex;align-items:center;cursor:pointer}
.data-tabs span.active{color:var(--blue);border-bottom:3px solid var(--blue)}
.data-tabs a{margin-left:auto;color:var(--blue);font-size:13px}
.data-tabs button{margin-left:auto;border:1px solid #dbe5f2;background:#fff;color:#1769ff;border-radius:8px;padding:9px 12px;font-weight:900;cursor:pointer}
.data-live-badge{display:inline-flex;align-items:center;margin-top:18px;border:1px solid #cfe0ff;background:#edf4ff;color:#1769ff;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:900}
.data-summary{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:10px;margin:16px 0}
.data-summary div{border:1px solid #dbe5f2;background:#f8fbff;border-radius:10px;padding:12px}
.data-summary span{display:block;color:#667085;font-size:11px;font-weight:900}
.data-summary b{display:block;color:#102a56;font-size:13px;margin-top:5px}
.table-wrap{overflow:auto}
table.data{width:100%;border-collapse:collapse;font-size:13px}
.data th,.data td{padding:12px 8px;border-bottom:1px solid #edf2f7;text-align:left;white-space:nowrap}
.data th{color:#667085}
.status{background:#dffbea;color:#079455;padding:5px 9px;border-radius:999px;font-weight:900;font-size:12px}
.status.waiting{background:#fff7d6;color:#b54708}
.status.reference{background:#e9f7ff;color:#0077a8}
.faq-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:26px}
.faq-card,.support{border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(16,24,40,.06);padding:24px}
.faq-card h2,.support h2{margin:0 0 18px;font-size:24px}
.faq-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.faq-item{min-height:46px;height:auto;border:1px solid var(--line);border-radius:7px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 16px;font-weight:900;font-size:13px}
.faq-item>div{min-width:0}
.faq-item p{display:none;margin:8px 0 0;color:#667085;font-size:12px;font-weight:600;line-height:1.55}
.faq-item.open{border-color:#cfe0ff;background:#f8fbff}
.faq-item.open p{display:block}
.faq-item b{flex:0 0 auto;line-height:1;margin-top:1px}
.support-actions{display:flex;gap:10px;flex-wrap:wrap}.support-actions .btn{min-height:44px}.support{display:flex;align-items:center;justify-content:space-between}.support p{color:#667085;margin:0 0 16px}.headset{font-size:86px}
.footer{background:#f8fafc;border-top:1px solid var(--line);padding:38px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:28px}
.footer img{width:154px}.footer p,.footer a{display:block;color:#667085;font-size:13px;margin:7px 0}.footer h4{margin:0 0 12px}
.copy{border-top:1px solid var(--line);margin-top:28px;padding-top:18px;color:#667085;font-size:12px;display:flex;justify-content:space-between}
.chat-fab{position:fixed;right:22px;bottom:22px;z-index:120;width:64px;height:64px;border-radius:50%;border:0;background:linear-gradient(135deg,#1769ff,#36b8ff);color:#fff;font-size:28px;box-shadow:0 18px 36px rgba(23,105,255,.28)}
.chat-panel{position:fixed;right:22px;bottom:100px;width:min(380px,calc(100vw - 24px));background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 26px 60px rgba(15,23,42,.16);overflow:hidden;z-index:121;display:none}.chat-panel.open{display:block}
.chat-top{background:linear-gradient(135deg,#1769ff,#36b8ff);padding:20px;color:#fff}.chat-top strong{display:block;font-size:20px}
.chat-body{padding:16px;background:#f8fafc;max-height:300px;overflow:auto;display:grid;gap:12px}.bubble{max-width:85%;padding:12px 14px;border-radius:16px;font-size:14px}.bubble.bot{background:#eef4ff;color:#17355f;border-top-left-radius:7px}.bubble.user{background:#fff;border:1px solid var(--line);margin-left:auto;border-top-right-radius:7px}
.chat-controls{padding:14px;border-top:1px solid var(--line);display:grid;gap:10px;background:#fff}.chat-controls input,.chat-controls textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:12px}.chat-actions{display:flex;justify-content:space-between;align-items:center;gap:10px}.chat-hint{font-size:12px;color:#667085}
body.modal-open{overflow:hidden}
.stake-modal{position:fixed;inset:0;z-index:150;display:none;align-items:center;justify-content:center;padding:20px}
.stake-modal.open{display:flex}
.stake-modal-backdrop{position:absolute;inset:0;background:rgba(7,19,34,.62);backdrop-filter:blur(6px)}
.stake-modal-panel{position:relative;width:min(520px,100%);max-height:min(760px,calc(100vh - 36px));overflow:auto;background:#fff;border:1px solid #dbe8f4;border-radius:18px;box-shadow:0 28px 80px rgba(7,19,34,.24);padding:26px}
.stake-modal-wide{width:min(940px,100%);max-height:min(840px,calc(100vh - 36px))}
.stake-modal-close{position:absolute;top:16px;right:16px;width:34px;height:34px;border:0;border-radius:50%;background:#f3f7fb;color:#1d2939;font-size:24px;line-height:1;cursor:pointer}
.stake-modal-head{display:grid;gap:8px;padding-right:34px}
.stake-modal-head span{color:#0ea5e9;font-size:12px;font-weight:950;text-transform:uppercase}
.stake-modal-head h2{margin:0;font-size:28px;letter-spacing:-.04em;color:#101828}
.stake-modal-head p{margin:0;color:#475467;line-height:1.65;font-weight:650}
.stake-hero-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}
.stake-summary-card{border:1px solid #dbe8f4;border-radius:14px;background:linear-gradient(135deg,#fffaf2,#f6fbff);padding:16px}
.stake-summary-card span{display:block;color:#667085;font-size:12px;font-weight:950;margin-bottom:8px}
.stake-summary-card b{display:block;color:#101828;font-size:24px;letter-spacing:-.04em}
.stake-summary-card small{display:block;margin-top:7px;color:#475467;font-weight:800}
.stake-quota-card{margin-top:14px;border:1px solid #dbe8f4;border-radius:14px;background:#fff;padding:16px}
.stake-quota-card>div:first-child,.stake-quota-card>div:last-child{display:flex;align-items:center;justify-content:space-between;gap:12px}
.stake-quota-card span,.stake-quota-card small{color:#667085;font-size:12px;font-weight:950}
.stake-quota-card b{color:#0087bd;font-size:15px}.stake-quota-card em{font-style:normal}
.stake-modal-quota{margin:12px 0}
.stake-main-grid,.stake-bottom-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:14px;margin-top:14px}
.stake-address-box,.stake-estimate-box,.stake-notes{border:1px solid #dbe8f4;border-radius:14px;background:#fbfdff;padding:16px}
.stake-address-box>span,.stake-estimate-box>span{display:block;color:#667085;font-size:12px;font-weight:950;margin-bottom:9px}
.stake-address-box>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}
.stake-address-box b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:#e8f8ff;color:#0087bd;border-radius:10px;padding:13px 14px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px}
.stake-address-box button{border:0;border-radius:10px;background:#1687ff;color:#fff;font-weight:950;padding:12px 14px;cursor:pointer}
.stake-address-box small{display:block;margin-top:9px;color:#667085;font-weight:750;line-height:1.45}
.stake-address-box em{display:block;margin-top:10px;color:#ef4444;font-style:normal;font-weight:750;line-height:1.5}
.stake-estimate-box{background:#f8fbff}
.stake-estimate-box p{margin:0;color:#344054;font-size:17px;line-height:1.7;font-weight:750}
.stake-estimate-box small{display:block;margin-top:8px;color:#475467;font-weight:800;line-height:1.45}
.stake-estimate-box b{color:#f59e0b}.stake-estimate-box strong{color:#059669}
.stake-notes{background:#fff9e8;border-color:#fde68a}
.stake-notes b{display:block;color:#92400e;margin-bottom:8px}
.stake-notes ul{margin:0;padding-left:18px;color:#9a3412;line-height:1.65;font-weight:650}
.stake-flow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}
.stake-flow-grid div{border:1px solid #dbe8f4;border-radius:14px;background:#fbfdff;padding:14px}
.stake-flow-grid b{display:block;color:#0ea5e9;font-size:13px;margin-bottom:8px}
.stake-flow-grid span{display:block;color:#101828;font-weight:950;margin-bottom:6px}
.stake-flow-grid p{margin:0;color:#667085;font-size:12px;line-height:1.5;font-weight:750}
.stake-instructions{margin-top:16px;border:1px solid #bae6fd;background:#eff9ff;border-radius:14px;padding:15px}
.stake-bottom-grid .stake-instructions{margin-top:0}
.stake-instructions summary{cursor:pointer;color:#0284c7;font-weight:950}
.stake-instructions ol{margin:12px 0 0;padding-left:20px;color:#075985;line-height:1.65;font-weight:700}
.stake-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}
.stake-modal-actions .btn{text-align:center}
@media(max-width:1100px){.nav{display:none}.hero-grid,.split,.calculator,.data-box,.faq-grid{grid-template-columns:1fr}.hero-visual{height:560px}.features{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.calc-results{grid-template-columns:1fr 1fr 1fr}.data-side{border-bottom:1px solid var(--line)}}
@media(max-width:720px){.container,.navbar{padding:0 18px}.logo img{width:134px}.actions .lang,.actions .outline{display:none}.hero{padding-top:42px}.hero h1{font-size:39px}.hero p{font-size:16px}.hero-visual{height:610px}.visual-bg{inset:72px 10px}.center-vault{width:260px}.float{min-width:190px}.float.energy{left:0;top:0}.float.bandwidth{right:0;top:130px}.float.trx{left:0;bottom:145px}.float.settle{right:0;bottom:0}.features,.product-grid,.form-row,.faq-list,.footer-grid,.calc-results{grid-template-columns:1fr}.calculator{display:block}.section{padding:42px 0}.support{display:block}.headset{margin-top:14px}.copy{display:block}.chat-panel{right:12px;bottom:88px;width:calc(100vw - 24px)}.chat-fab{right:16px;bottom:16px}}

/* ===== v123 compact spacing optimization ===== */
.container{max-width:1200px}
.navbar{height:64px}
.logo img{width:142px}
.hero{padding:38px 0 20px}
.hero-grid{gap:22px;align-items:center}
.pill{margin-bottom:14px;padding:7px 12px}
.hero h1{font-size:50px;line-height:1.06;margin-bottom:14px}
.hero p{font-size:16px;margin-bottom:18px;max-width:620px}
.hero-actions{margin-bottom:10px}
.btn.big{height:48px;padding:0 22px;font-size:15px}
.chips{margin-top:14px;gap:8px}
.chip{height:30px;padding:0 11px;font-size:11.5px}
.hero-visual{height:430px}
.visual-bg{inset:18px 42px}
.visual-bg:before{inset:34px}
.visual-bg:after{inset:74px}
.center-vault{width:278px;min-height:146px;border-radius:22px}
.center-vault .badge{margin-bottom:7px;padding:4px 9px}
.center-vault .logo-mark{width:42px;height:42px;font-size:21px;margin-bottom:6px}
.center-vault b{font-size:22px}
.center-vault span{font-size:13px}
.float{min-width:198px;min-height:96px;padding:17px;border-radius:18px}
.float .symbol{font-size:27px;left:17px}
.float .text{margin-left:39px}
.float small{margin-bottom:4px}
.float strong{font-size:22px}
.float p{font-size:12px;margin-top:4px}
.float.energy{left:54px;top:34px}
.float.bandwidth{right:34px;top:54px}
.float.trx{left:62px;bottom:54px}
.float.settle{right:58px;bottom:50px}
.section{padding:34px 0}
.section-title{margin-bottom:18px}
.section-title h2{font-size:27px}
.features{gap:12px}
.feature{height:142px;padding:17px 12px;border-radius:15px}
.feature .icon{width:46px;height:46px;font-size:21px;margin-bottom:11px}
.feature h3{font-size:14px;margin-bottom:5px}
.feature p{font-size:11.5px;line-height:1.35}
.split{grid-template-columns:220px 1fr;gap:24px}
.side h2{font-size:25px}
.product-grid{gap:18px}
.product{border-radius:15px}
.product-head{padding:17px 22px}
.product h3{font-size:21px}
.product td{padding:10px 22px;font-size:13px}
.product-foot{padding:13px 22px}
.calculator{grid-template-columns:230px 1fr 220px;border-radius:15px}
.calc-left{padding:24px}
.calc-left h2{font-size:24px}
.calc-left p{font-size:13px}
.calc-mid{padding:22px 24px}
.tabs{margin-bottom:15px}
.tab{height:38px;min-width:94px}
.form-row{gap:16px}
.field input{height:48px;font-size:18px}
.range-row{margin-top:13px}
.calc-note{margin-top:11px;padding:8px 10px}
.calc-results{padding:22px;gap:10px}
.result{padding:13px 14px}
.result b{font-size:18px}
.data-box{grid-template-columns:210px 1fr;border-radius:15px}
.data-side{padding:24px}
.data-side h2{font-size:24px}
.data-main{padding:14px 20px}
.data-tabs{height:44px;gap:36px}
.data-tabs span{height:44px}
.data th,.data td{padding:9px 7px;font-size:12.5px}
.faq-grid{gap:18px}
.faq-card,.support{padding:20px;border-radius:15px}
.faq-card h2,.support h2{font-size:22px;margin-bottom:14px}
.faq-list{gap:9px}
.faq-item{min-height:40px;height:auto;padding:12px 13px;font-size:12.5px}
.support p{margin-bottom:13px}
.headset{font-size:64px}
.footer{padding:26px 0 14px}
.footer-grid{gap:20px}
.footer img{width:138px}
.footer h4{margin-bottom:8px}
.footer p,.footer a{margin:5px 0;font-size:12.5px}
.copy{margin-top:18px;padding-top:13px}
@media(max-width:1100px){
  .hero-visual{height:500px}
  .calculator{grid-template-columns:1fr}
  .calc-results{grid-template-columns:repeat(3,1fr)}
  .split{grid-template-columns:1fr}
}
@media(max-width:720px){
  .hero{padding-top:30px}
  .hero h1{font-size:34px}
  .hero p{font-size:15px}
  .hero-visual{height:500px}
  .visual-bg{inset:64px 8px}
  .center-vault{width:238px}
  .float{min-width:178px;padding:14px}
  .float.energy{left:0;top:0}
  .float.bandwidth{right:0;top:108px}
  .float.trx{left:0;bottom:118px}
  .float.settle{right:0;bottom:0}
  .section{padding:28px 0}
  .feature{height:auto;min-height:118px}
  .calc-results{grid-template-columns:1fr}
}

/* ===== v128 rental platform redesign ===== */
:root{
  --blue:#155eef;
  --blue2:#0ba5ec;
  --green:#12b76a;
  --orange:#f79009;
  --ink:#111827;
  --muted:#667085;
  --line:#e5edf7;
  --soft:#f6f9fd;
  --panel:#fff;
  --shadow:0 18px 45px rgba(16,24,40,.075);
}

body{
  background:#fbfdff;
  color:var(--ink);
  letter-spacing:0;
}

button, input, select, textarea{
  font:inherit;
}

.topbar{
  background:rgba(255,255,255,.9);
  box-shadow:0 8px 24px rgba(16,24,40,.035);
}

.nav a{
  color:#344054;
}

.btn{
  border-radius:8px;
  background:linear-gradient(135deg,var(--blue),#2489ff);
  box-shadow:0 12px 26px rgba(21,94,239,.18);
}

.btn.outline{
  background:#fff;
  border:1px solid #d5e0ef;
  color:#1d2939;
}

.hero{
  background:
    linear-gradient(180deg,#ffffff 0%,#f7fbff 88%),
    radial-gradient(circle at 82% 18%,rgba(21,94,239,.1),transparent 34%);
  padding-top:42px;
}

.hero h1{
  max-width:640px;
  font-size:52px;
  line-height:1.07;
  letter-spacing:0;
}

.hero h1 strong{
  margin-top:3px;
  background:linear-gradient(90deg,#155eef 0%,#0ba5ec 100%);
  -webkit-background-clip:text;
  background-clip:text;
}

.hero p{
  color:#52637a;
  line-height:1.75;
}

.chip{
  border-radius:8px;
  background:#fff;
  box-shadow:0 8px 20px rgba(16,24,40,.035);
}

.hero-visual{
  filter:saturate(1.04);
}

.visual-bg{
  border-radius:32px;
  background:linear-gradient(180deg,#eef6ff,#ffffff);
  border:1px solid #dce9f8;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.8),0 24px 60px rgba(21,94,239,.08);
}

.visual-bg:before,
.visual-bg:after{
  border-radius:28px;
}

.center-vault,
.float,
.product,
.feature,
.calculator,
.data-box,
.faq-card,
.support,
.guide-wrap,
.order-card{
  border-radius:8px;
  box-shadow:var(--shadow);
}

.float{
  animation:none;
  transform:rotate(0)!important;
}

.feature{
  text-align:left;
  padding:18px;
}

.feature .icon{
  margin:0 0 12px;
  border-radius:8px;
}

.split{
  grid-template-columns:270px minmax(0,1fr);
}

.side h2,
.calc-left h2,
.data-side h2,
.order-copy h2{
  letter-spacing:0;
}

.rental-product{
  position:relative;
  overflow:hidden;
}

.rental-product.featured:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:4px;
  background:linear-gradient(90deg,var(--blue),var(--blue2));
}

.product h3{
  color:#102a56;
  font-size:22px;
}

.product.band h3{
  color:#0f5132;
}

.product td:last-child{
  color:#1d2939;
}

.product-foot{
  min-height:62px;
  gap:12px;
}

.product-foot a{
  white-space:nowrap;
}

.rental-order-section{
  padding-top:24px;
}

.order-shell{
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  gap:26px;
  align-items:stretch;
}

.order-copy{
  padding:34px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#0b1f3a;
  color:#fff;
  box-shadow:0 20px 46px rgba(11,31,58,.14);
}

.section-kicker{
  display:inline-flex;
  height:30px;
  align-items:center;
  padding:0 10px;
  border-radius:8px;
  background:rgba(255,255,255,.1);
  color:#b9d7ff;
  font-size:12px;
  font-weight:900;
  margin-bottom:16px;
}

.order-copy h2{
  margin:0 0 14px;
  font-size:34px;
}

.order-copy p{
  margin:0;
  color:#d7e7ff;
  line-height:1.75;
}

.order-steps{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:24px;
}

.order-steps div{
  min-height:72px;
  padding:14px;
  border-radius:8px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.1);
}

.order-steps b{
  display:block;
  color:#7dd3fc;
  font-size:12px;
  margin-bottom:7px;
}

.order-steps span{
  font-weight:900;
}

.order-card{
  padding:26px;
  background:#fff;
  border:1px solid var(--line);
}

.order-card-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:20px;
}

.mode-switch{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  padding:6px;
  margin-bottom:16px;
  border:1px solid #dbe7f8;
  border-radius:8px;
  background:#f8fbff;
}

.mode-switch button{
  min-height:38px;
  border:0;
  border-radius:8px;
  background:transparent;
  color:#52637a;
  font-size:13px;
  font-weight:900;
}

.mode-switch button.active{
  background:#fff;
  color:#155eef;
  box-shadow:0 8px 20px rgba(16,24,40,.07);
}

.order-card-head span{
  display:block;
  color:var(--muted);
  font-size:12px;
  font-weight:900;
  margin-bottom:4px;
}

.order-card-head strong{
  display:block;
  font-size:28px;
  line-height:1.15;
}

.order-card-head em{
  display:inline-flex;
  align-items:center;
  height:30px;
  padding:0 10px;
  border-radius:999px;
  background:#ecfdf3;
  color:#067647;
  font-style:normal;
  font-size:12px;
  font-weight:900;
}

.order-form-grid{
  display:grid;
  grid-template-columns:1.35fr .65fr 1fr 1fr;
  gap:12px;
}

.order-form-grid label span{
  display:block;
  margin-bottom:7px;
  color:#52637a;
  font-size:12px;
  font-weight:900;
}

.order-form-grid input,
.order-form-grid select{
  width:100%;
  height:48px;
  border:1px solid #d6e1ef;
  border-radius:8px;
  background:#fff;
  color:#111827;
  padding:0 13px;
  font-weight:800;
  min-width:0;
}

.preset-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:16px 0;
}

.preset-row button{
  height:38px;
  min-width:74px;
  border:1px solid #d6e1ef;
  border-radius:8px;
  background:#fff;
  color:#344054;
  font-weight:900;
}

.preset-row button.active,
.preset-row button:hover{
  border-color:var(--blue);
  background:#eff6ff;
  color:var(--blue);
}

.quote-panel{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:10px;
}

.quote-panel div{
  min-height:116px;
  padding:16px;
  border-radius:8px;
  border:1px solid #dbe7f8;
  background:#f8fbff;
}

.quote-panel span{
  display:block;
  color:#667085;
  font-size:12px;
  font-weight:900;
  margin-bottom:8px;
}

.quote-panel strong{
  display:block;
  color:#155eef;
  font-size:22px;
  line-height:1.2;
}

.quote-panel small{
  display:block;
  color:#7a8aa0;
  font-size:12px;
  margin-top:8px;
}

.payment-preview{
  display:grid;
  grid-template-columns:1.35fr .7fr 1fr;
  gap:10px;
  margin-top:12px;
}

.payment-preview div{
  min-width:0;
  padding:13px 14px;
  border:1px solid #e3ebf6;
  border-radius:8px;
  background:#fff;
}

.payment-preview span{
  display:block;
  margin-bottom:5px;
  color:#667085;
  font-size:11px;
  font-weight:900;
}

.payment-preview b{
  display:block;
  color:#1d2939;
  font-size:13px;
  line-height:1.35;
  overflow-wrap:anywhere;
}

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

.order-actions .btn{
  border:0;
}

.order-preview{
  margin-top:14px;
  padding:13px 14px;
  border-radius:8px;
  border:1px dashed #c8d7ea;
  background:#fcfdff;
  color:#667085;
  font-size:13px;
  line-height:1.6;
}

.order-preview.ready{
  border-style:solid;
  border-color:#b2ddff;
  background:#eff8ff;
  color:#194185;
}

.calculator{
  grid-template-columns:250px 1fr 260px;
}

.calc-note{
  line-height:1.55;
}

@media(max-width:1100px){
  .order-shell{
    grid-template-columns:1fr;
  }
  .order-form-grid{
    grid-template-columns:1fr 1fr;
  }
  .quote-panel{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:720px){
  .hero h1{
    font-size:34px;
  }
  .split{
    grid-template-columns:1fr;
  }
  .order-copy,
  .order-card{
    padding:18px;
  }
  .order-copy h2{
    font-size:26px;
  }
  .order-steps,
  .order-form-grid,
  .quote-panel{
    grid-template-columns:1fr;
  }
  .order-actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .order-actions .btn{
    width:100%;
  }
}

/* ===== v124 user guide accordion ===== */
.guide-wrap{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 12px 34px rgba(16,24,40,.06);overflow:hidden}
.guide-head{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:22px 26px;background:linear-gradient(180deg,#fff,#f8fbff);border-bottom:1px solid var(--line)}
.guide-head h2{margin:0 0 6px;font-size:24px;letter-spacing:-.03em}
.guide-head p{margin:0;color:#667085;font-size:13px}
.guide-badge{background:#edf4ff;color:#1769ff;border:1px solid #dbe8ff;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:900;white-space:nowrap}
.guide-accordion{padding:10px 20px 18px}
.guide-accordion details{border-bottom:1px solid #edf2f7}
.guide-accordion details:last-child{border-bottom:0}
.guide-accordion summary{cursor:pointer;list-style:none;padding:15px 4px;font-weight:900;color:#101828;display:flex;justify-content:space-between;align-items:center}
.guide-accordion summary::-webkit-details-marker{display:none}
.guide-accordion summary::after{content:"+";color:#1769ff;font-size:20px;font-weight:900}
.guide-accordion details[open] summary::after{content:"−"}
.guide-content{padding:0 4px 16px;color:#475467;font-size:14px;line-height:1.65}
.guide-content p{margin:8px 0}
.guide-content ul,.guide-content ol{margin:8px 0 0;padding-left:20px}
.guide-content li{margin:5px 0}
.guide-content h4{margin:14px 0 5px;color:#101828}
.guide-warning{background:#fff7e6;border:1px solid #ffd999;color:#b54708;border-radius:10px;padding:10px 12px}
.formula-box{background:#f5f8ff;border:1px solid #dbe8ff;border-radius:10px;padding:11px 12px;color:#1769ff;font-weight:900;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;margin:10px 0;overflow:auto}
@media(max-width:720px){
  .guide-head{display:block;padding:18px}
  .guide-badge{display:inline-flex;margin-top:12px}
  .guide-accordion{padding:8px 14px 14px}
  .guide-accordion summary{padding:13px 2px;font-size:14px}
  .guide-content{font-size:13px}
}

/* ===== v125 language toggle ===== */
.lang-switch{display:flex;align-items:center;gap:4px;background:#fff;border:1px solid #dbe5f2;border-radius:999px;padding:4px;flex:0 0 auto}
.lang-switch button{border:0;background:transparent;height:30px;min-width:38px;padding:0 10px;border-radius:999px;font-weight:900;color:#667085;cursor:pointer}
.lang-switch button.active{background:#1769ff;color:#fff;box-shadow:0 6px 14px rgba(23,105,255,.22)}
@media(max-width:720px){.lang-switch button{height:28px;min-width:34px;padding:0 8px;font-size:12px}}


/* ===== v127 UI polish / responsive stabilization ===== */
:root{--ease:cubic-bezier(.2,.8,.2,1)}
a,button,.btn,.tab,.feature,.product,.faq-item,.guide-accordion summary{transition:all .22s var(--ease)}
.btn{border-radius:10px;font-weight:800;box-shadow:0 8px 18px rgba(23,105,255,.16)}
.btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(23,105,255,.22)}
.btn.outline:hover{border-color:#1769ff;color:#1769ff;background:#f7fbff}
.nav a{position:relative;padding:8px 0}
.nav a::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#1769ff;border-radius:999px;transform:scaleX(0);transform-origin:center;transition:transform .22s var(--ease)}
.nav a:hover::after,.nav a.active::after{transform:scaleX(1)}
.hero{padding-top:30px}
.hero-grid{grid-template-columns:.88fr 1.12fr;gap:18px;max-width:1180px;margin:0 auto;align-items:center}
.hero h1{max-width:590px}
.hero p{max-width:600px}
.hero-visual{height:400px;max-width:610px;margin-left:auto}
.visual-bg{inset:16px 38px}
.center-vault{width:266px;min-height:136px}
.float{width:196px;min-width:196px;min-height:90px}
.float.energy{left:44px;top:28px}
.float.bandwidth{right:26px;top:44px}
.float.trx{left:54px;bottom:44px}
.float.settle{right:48px;bottom:42px}
.features{align-items:stretch}.feature{height:134px;display:flex;flex-direction:column;justify-content:center}
.feature:hover,.product:hover{transform:translateY(-4px);border-color:#cfe0ff;box-shadow:0 12px 30px rgba(23,105,255,.08)}
.product{display:flex;flex-direction:column}.product table{flex:1}
.calculator{overflow:hidden}.calc-mid,.calc-results,.data-main{min-width:0}.tabs{flex-wrap:wrap}
.tab:hover{border-color:#1769ff;color:#1769ff}.tab.active:hover{color:#fff}
.table-wrap{max-width:100%;overflow-x:auto}.data th,.data td{vertical-align:middle}.data th:nth-child(4),.data td:nth-child(4),.data th:nth-child(5),.data td:nth-child(5){text-align:center}.data th:last-child,.data td:last-child{text-align:right}
.faq-item{cursor:pointer;min-height:42px}.faq-item:hover{border-color:#cfe0ff;background:#f8fbff;color:#1769ff}
.faq-item:hover p,.faq-item.open p{color:#667085}
.guide-head{padding:18px 22px}.guide-accordion{padding:6px 18px 14px}.guide-accordion summary:hover{color:#1769ff}.guide-content{animation:guideSlide .22s var(--ease)}
@keyframes guideSlide{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
.lang-switch{box-shadow:0 3px 10px rgba(16,24,40,.04)}.lang-switch button:hover{color:#1769ff}.lang-switch button.active:hover{color:#fff}
.float,.dot{will-change:transform}
@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}
@media(max-width:1100px){
  .hero-grid{grid-template-columns:1fr;gap:16px}.hero h1,.hero p{max-width:100%}.hero-visual{height:440px;max-width:680px;margin:0 auto}.features{grid-template-columns:repeat(3,1fr)}.feature{height:132px}.product-grid{grid-template-columns:1fr 1fr}.calculator{grid-template-columns:1fr}.calc-left{border-bottom:1px solid var(--line)}.calc-results{grid-template-columns:repeat(3,1fr)}.data-box{grid-template-columns:1fr}.data-side{border-bottom:1px solid var(--line)}
}
@media(max-width:720px){
  body{overflow-x:hidden}.navbar{height:58px;gap:10px}.logo img{width:128px}.actions{gap:6px}.actions .btn{height:40px;padding:0 12px;font-size:12px;border-radius:8px}.lang-switch{display:flex!important}.lang-switch button{min-width:32px;height:27px;font-size:11.5px}
  .hero{padding-top:24px;padding-bottom:16px}.hero h1{font-size:32px;line-height:1.08}.hero p{font-size:14.5px;line-height:1.55}.hero-actions{display:grid;grid-template-columns:1fr;gap:9px}.hero-actions .btn{width:100%;min-height:44px}.hero-visual{height:445px;max-width:360px;margin:18px auto 0}.visual-bg{inset:58px 4px}
  .center-vault{width:226px;min-height:124px;padding:14px 12px}.center-vault .logo-mark{width:36px;height:36px;font-size:18px}.center-vault b{font-size:19px}.center-vault span{font-size:12px}
  .float{width:162px;min-width:162px;min-height:82px;padding:12px;border-radius:14px}.float .symbol{left:12px;font-size:22px}.float .text{margin-left:32px}.float strong{font-size:18px}.float p{font-size:11px}.float.energy{left:0;top:0}.float.bandwidth{right:0;top:92px}.float.trx{left:0;bottom:96px}.float.settle{right:0;bottom:0}
  .section{padding:24px 0}.features{grid-template-columns:1fr;gap:9px}.feature{height:auto;min-height:104px;padding:15px 14px;text-align:left;display:grid;grid-template-columns:42px 1fr;column-gap:12px;align-items:center}.feature .icon{grid-row:1 / span 2;width:42px;height:42px;margin:0}
  .product-grid{grid-template-columns:1fr;gap:12px}.product-head{padding:14px 16px}.project-head{display:block}.project-badges{margin-top:10px}.product h3{font-size:18px}.product td{padding:9px 16px;font-size:12.5px}.project-metrics,.settlement-grid{grid-template-columns:1fr;padding:12px 16px;gap:10px}.metric-card{min-height:auto;padding:14px}.quota-box{margin:0 16px 12px;padding:14px}.quota-box>div:first-child,.quota-box>div:last-child{display:block}.settlement-grid b{float:none;display:block;margin-top:6px}.product-foot{display:block;padding:12px 16px}.product-foot a{display:inline-flex;margin-top:8px}.project-actions a{width:100%;min-width:0}
  .calc-left,.calc-mid,.calc-results{padding:16px}.tabs{gap:8px}.tab{flex:1 1 30%;min-width:0;height:38px;font-size:12px}.form-row{grid-template-columns:1fr;gap:11px}.field input{height:44px;font-size:16px}.range-row{grid-template-columns:1fr;gap:6px}.range-row span{display:none}.calc-results{grid-template-columns:1fr}
  .data-side,.data-main{padding:16px}.data-tabs{gap:16px;overflow-x:auto;white-space:nowrap}.data-tabs a{display:none}.faq-grid{grid-template-columns:1fr;gap:12px}.faq-list{grid-template-columns:1fr}.faq-item{min-height:44px;height:auto;padding:10px 12px;line-height:1.35}.support{display:block}.support .btn{min-height:44px}.headset{font-size:52px;text-align:right}
  .guide-head{padding:16px}.guide-head h2{font-size:21px}.guide-accordion{padding:6px 13px 12px}.footer-grid{grid-template-columns:1fr;gap:14px}.copy{gap:6px;line-height:1.45}
}

@media(max-width:1100px){
  #products .product-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:720px){
  #products .staking-project{
    min-height:auto;
  }

  #products .staking-project .product-head,
  #products .staking-project .project-metrics,
  #products .staking-project .product-foot{
    padding-left:16px;
    padding-right:16px;
  }

  #products .staking-project .quota-box{
    margin-left:16px;
    margin-right:16px;
  }

  #products .staking-project .project-head h3{
    font-size:20px;
  }

  #products .staking-project .metric-card{
    min-height:auto;
    padding:15px;
  }

  #products .staking-project .metric-card b{
    font-size:22px;
  }
}

/* ===== v128 final override: rental order priority ===== */
#service,
#products,
#guide,
#calculator,
#public-data,
#faq,
#user-guide,
#rental-order{
  scroll-margin-top:82px;
}

html,
body{
  max-width:100%;
  overflow-x:hidden;
}

.hero-visual{
  overflow:hidden;
}

.rental-order-section{
  padding-top:34px;
}

.order-shell{
  display:grid !important;
  grid-template-columns:.86fr 1.14fr !important;
  gap:26px !important;
  align-items:stretch !important;
}

.order-copy{
  min-width:0;
  border-radius:8px !important;
}

.order-card{
  min-width:0;
  border-radius:8px !important;
}

.order-form-grid input::placeholder{
  color:#98a2b3;
}

.quote-panel strong,
.quote-panel small{
  overflow-wrap:anywhere;
}

.order-preview b{
  color:#155eef;
}

.product-foot a[href="#rental-order"]{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 10px;
  border-radius:8px;
  background:#eff6ff;
}

@media(max-width:1100px){
  .order-shell{
    grid-template-columns:1fr !important;
  }
}

@media(max-width:760px){
  #service,
  #products,
  #guide,
  #calculator,
  #public-data,
  #faq,
  #user-guide,
  #rental-order{
    scroll-margin-top:68px;
  }

  .hero h1{
    font-size:34px !important;
    letter-spacing:0 !important;
  }

  .order-shell,
  .order-steps,
  .order-form-grid,
  .quote-panel,
  .payment-preview{
    grid-template-columns:1fr !important;
  }

  .mode-switch{
    grid-template-columns:1fr;
  }

  .order-copy,
  .order-card{
    padding:18px !important;
  }

  .order-card-head{
    align-items:flex-start;
  }

  .order-card-head strong{
    font-size:24px;
  }

  .preset-row{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
  }

  .preset-row button{
    min-width:0;
  }

  .quote-panel div{
    min-height:96px;
  }
}

/* ===== v129 Feesaver staking-style cleanup ===== */
:root{
  --blue:#1769ff;
  --ink:#101828;
  --muted:#667085;
  --soft:#f5f8ff;
  --line:#e5edf7;
}

body{
  background:#f7f9fc;
  color:var(--ink);
}

.topbar{
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(229,237,247,.92);
  box-shadow:0 6px 24px rgba(16,24,40,.04);
  backdrop-filter:saturate(160%) blur(14px);
}

.navbar{
  max-width:1180px;
}

.hero{
  padding:34px 0 28px;
  background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%);
}

.hero-grid{
  grid-template-columns:minmax(0,.92fr) minmax(420px,.88fr) !important;
  gap:44px !important;
}

.pill{
  display:inline-flex;
  align-items:center;
  height:34px;
  border-radius:8px;
  border:1px solid #d8e7ff;
  background:#eef5ff;
  color:#155eef;
  padding:0 12px;
  font-size:13px;
  font-weight:900;
}

.hero h1{
  margin-top:18px;
  font-size:56px;
  line-height:1.02;
  letter-spacing:0;
}

.hero h1 strong{
  color:#155eef;
}

.hero p{
  margin-top:18px;
  color:#475467;
  font-size:17px;
  line-height:1.68;
}

.hero-actions{
  margin-top:26px;
}

.btn,
.actions .btn,
.hero-actions .btn{
  border-radius:8px !important;
}

.chips{
  margin-top:22px;
  gap:8px;
}

.chip{
  border-radius:8px;
  border:1px solid #e1e9f5;
  background:#fff;
  color:#344054;
  box-shadow:none;
}

.hero-dashboard{
  position:relative;
  height:auto !important;
  max-width:520px !important;
  margin-left:auto;
  overflow:visible !important;
  padding:0;
}

.pool-card{
  position:relative;
  border:1px solid #dce7f5;
  border-radius:8px;
  background:#fff;
  box-shadow:0 18px 45px rgba(16,24,40,.08);
  padding:24px;
}

.pool-card.primary::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:4px;
  background:linear-gradient(90deg,#1769ff,#14b8a6);
  border-radius:8px 8px 0 0;
}

.pool-top,
.pool-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

.pool-label{
  color:#667085;
  font-size:13px;
  font-weight:900;
}

.pool-status{
  display:inline-flex;
  align-items:center;
  height:28px;
  border-radius:8px;
  background:#ecfdf3;
  color:#067647;
  padding:0 10px;
  font-size:12px;
  font-weight:900;
}

.pool-card h3{
  margin:22px 0 6px;
  font-size:42px;
  line-height:1;
  letter-spacing:0;
}

.pool-card p{
  margin:0;
  color:#667085;
  font-size:14px;
}

.pool-metrics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:22px;
}

.pool-metrics div,
.mini-dash-card{
  min-width:0;
  border:1px solid #e3ebf6;
  border-radius:8px;
  background:#f8fbff;
  padding:13px;
}

.pool-metrics span,
.mini-dash-card span,
.pool-foot span{
  display:block;
  color:#667085;
  font-size:12px;
  font-weight:800;
}

.pool-metrics strong,
.mini-dash-card b,
.pool-foot b{
  display:block;
  margin-top:6px;
  color:#101828;
  font-size:15px;
  line-height:1.25;
  overflow-wrap:anywhere;
}

.pool-progress{
  height:10px;
  margin-top:22px;
  overflow:hidden;
  border-radius:999px;
  background:#edf2f7;
}

.pool-progress span{
  display:block;
  width:72%;
  height:100%;
  background:linear-gradient(90deg,#1769ff,#14b8a6);
  border-radius:999px;
}

.pool-foot{
  margin-top:12px;
}

.pool-foot b{
  margin-top:0;
  color:#155eef;
}

.mini-dashboard-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:12px;
}

.mini-dash-card{
  background:#fff;
  box-shadow:0 10px 24px rgba(16,24,40,.05);
}

.section{
  padding:42px 0;
}

.feature,
.product,
.calculator,
.data-box,
.guide-wrap,
.order-copy,
.order-card,
.faq-card,
.support{
  border-radius:8px !important;
  box-shadow:0 10px 28px rgba(16,24,40,.05);
}

.feature{
  background:#fff;
  border-color:#e3ebf6;
}

.order-shell{
  grid-template-columns:.82fr 1.18fr !important;
  gap:22px !important;
}

.order-copy{
  background:#fff;
  border:1px solid #e3ebf6;
}

.order-card{
  border:1px solid #dce7f5;
  background:#fff;
}

.order-card-head{
  border-bottom:1px solid #eef2f7;
  padding-bottom:16px;
}

.order-card-head em{
  border-radius:8px;
  background:#eef5ff;
  color:#155eef;
}

.mode-switch{
  background:#f3f6fb;
  border:1px solid #e3ebf6;
  border-radius:8px;
  padding:4px;
}

.mode-switch button{
  border-radius:6px;
}

.mode-switch button.active{
  background:#fff;
  color:#155eef;
  box-shadow:0 6px 14px rgba(16,24,40,.08);
}

.order-form-grid label,
.payment-preview div,
.quote-panel div{
  border-radius:8px;
  border-color:#e3ebf6;
  background:#f8fbff;
}

.order-form-grid input,
.order-form-grid select{
  border-radius:8px;
  background:#fff;
}

.preset-row button{
  border-radius:8px;
}

.preset-row button.active{
  background:#155eef;
  color:#fff;
  border-color:#155eef;
}

@media(max-width:1100px){
  .hero-grid{
    grid-template-columns:1fr !important;
  }

  .hero-dashboard{
    max-width:680px !important;
    margin:8px auto 0;
  }
}

@media(max-width:760px){
  .hero{
    padding-top:24px;
  }

  .hero h1{
    font-size:34px !important;
    line-height:1.08;
  }

  .hero p{
    font-size:14.5px;
  }

  .hero-dashboard{
    max-width:100% !important;
  }

  .pool-card{
    padding:18px;
  }

  .pool-card h3{
    font-size:34px;
  }

  .pool-metrics,
  .mini-dashboard-grid{
    grid-template-columns:1fr;
  }

  .pool-metrics strong,
  .mini-dash-card b{
    font-size:14px;
  }

  .rental-order-section .order-copy{
    display:none;
  }

  .rental-order-section .order-shell{
    display:block !important;
    grid-template-columns:1fr !important;
    gap:0 !important;
    width:100% !important;
    max-width:100% !important;
  }

  .rental-order-section{
    padding-top:18px;
  }

  .rental-order-section .order-card{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box;
    padding:14px !important;
  }

  .rental-order-section .order-card-head,
  .rental-order-section .mode-switch,
  .rental-order-section .order-form-grid,
  .rental-order-section .preset-row,
  .rental-order-section .quote-panel,
  .rental-order-section .payment-preview,
  .rental-order-section .order-actions,
  .rental-order-section .order-preview{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box;
  }

  .rental-order-section .order-card-head strong{
    font-size:21px;
    line-height:1.12;
  }

  .rental-order-section .order-card-head{
    align-items:center !important;
    gap:10px;
    padding-bottom:12px !important;
  }

  .rental-order-section .order-card-head span{
    font-size:10px;
  }

  .rental-order-section .order-card-head em{
    height:26px;
    padding:0 8px;
    font-size:10px;
    white-space:nowrap;
  }

  .rental-order-section .mode-switch{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:4px !important;
    padding:4px !important;
    margin-top:12px;
  }

  .rental-order-section .mode-switch button{
    min-height:38px;
    height:auto;
    padding:6px 5px;
    font-size:11px;
    line-height:1.2;
  }

  .rental-order-section .order-form-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:9px !important;
    margin-top:12px;
  }

  .rental-order-section .order-form-grid label:first-child{
    grid-column:1 / -1;
  }

  .rental-order-section .order-form-grid label{
    padding:10px !important;
  }

  .rental-order-section .order-form-grid label > span{
    font-size:11px;
    margin-bottom:7px;
  }

  .rental-order-section .order-form-grid input,
  .rental-order-section .order-form-grid select{
    height:42px;
    font-size:14px;
    padding:0 10px;
  }

  .rental-order-section .preset-row{
    gap:7px !important;
    margin-top:12px;
  }

  .rental-order-section .preset-row button{
    height:38px;
    padding:0 4px;
    font-size:13px;
  }

  .rental-order-section .quote-panel{
    gap:9px !important;
    margin-top:12px;
  }

  .rental-order-section .quote-panel div{
    min-height:auto !important;
    padding:13px 14px !important;
  }

  .rental-order-section .quote-panel span,
  .rental-order-section .payment-preview span{
    font-size:11px;
  }

  .rental-order-section .quote-panel strong{
    font-size:24px;
    line-height:1.1;
  }

  .rental-order-section .quote-panel small{
    margin-top:5px;
  }

  .rental-order-section .payment-preview{
    gap:8px !important;
    margin-top:12px;
  }

  .rental-order-section .payment-preview div{
    min-height:auto;
    padding:12px 14px !important;
  }

  .rental-order-section .payment-preview b{
    margin-top:5px;
    font-size:13px;
    line-height:1.35;
  }

  .rental-order-section .order-actions{
    gap:8px !important;
    margin-top:12px;
  }

  .rental-order-section .order-actions .btn{
    min-height:44px;
    font-size:14px;
  }

  .rental-order-section .order-preview{
    margin-top:10px;
    padding:12px !important;
    font-size:12px;
    line-height:1.45;
  }

  .rental-order-section .mode-switch button,
  .rental-order-section .preset-row button{
    white-space:normal;
    word-break:keep-all;
    overflow-wrap:normal;
  }

  .section{
    padding:28px 0;
  }

  .stake-modal{
    padding:12px;
    align-items:flex-end;
  }

  .stake-modal-panel{
    width:100%;
    max-height:calc(100vh - 24px);
    border-radius:18px 18px 12px 12px;
    padding:20px;
  }

  .stake-modal-head h2{
    font-size:24px;
  }

  .stake-hero-grid,
  .stake-main-grid,
  .stake-flow-grid,
  .stake-bottom-grid,
  .stake-address-box>div,
  .stake-modal-actions{
    grid-template-columns:1fr;
  }

  .stake-address-box button,
  .stake-modal-actions .btn{
    width:100%;
  }
}

/* ===== v158 final product polish ===== */
body{
  background:#f6f9fd;
}

.container{
  max-width:1180px;
}

.section{
  scroll-margin-top:78px;
}

#products{
  padding-top:62px;
  padding-bottom:44px;
}

#products .product-grid{
  gap:24px;
}

#products .product{
  border-color:#dbe7f3;
  border-radius:8px !important;
  box-shadow:0 18px 50px rgba(16,24,40,.07);
}

#products .staking-project{
  background:linear-gradient(110deg,#ffffff 0%,#fffaf4 52%,#f7fcff 100%);
}

#products .staking-project .product-head{
  min-height:128px;
  align-items:flex-start;
  border-bottom-color:#e8eef6;
}

#products .staking-project .project-head h3{
  line-height:1.08;
  letter-spacing:0;
}

#products .project-badges .tag{
  height:34px;
  display:inline-flex;
  align-items:center;
  border-radius:8px;
  padding:0 12px;
}

#products .staking-project .metric-card{
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-color:#c7e7f4;
  border-radius:8px;
  background:linear-gradient(125deg,#fff7ed 0%,#ffffff 58%,#f6fbff 100%);
}

#products .staking-project .metric-card b{
  line-height:1.15;
  letter-spacing:0;
}

#products .staking-project .quota-box{
  border-radius:8px;
  border-color:#d8e5f2;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}

#products .staking-project .product-foot{
  min-height:92px;
  border-top-color:#e8eef6;
  background:rgba(255,255,255,.62);
}

#products .staking-project .product-foot span{
  max-width:430px;
  line-height:1.55;
}

#products .staking-project .project-actions a{
  border-radius:8px;
  box-shadow:0 10px 24px rgba(0,166,214,.18);
}

#products .rental-product{
  background:#fff;
  box-shadow:0 14px 36px rgba(16,24,40,.055);
}

#products .rental-product .product-head{
  min-height:92px;
}

#products .rental-product table{
  min-height:318px;
}

#products .rental-product .product-foot{
  min-height:92px;
  line-height:1.55;
  background:#fbfdff;
}

.rental-order-section{
  padding-top:44px;
}

.order-shell,
.calculator,
.data-box,
.faq-card,
.support,
.guide-wrap{
  border-color:#dbe7f3;
  box-shadow:0 16px 44px rgba(16,24,40,.06);
}

.btn,
.project-actions a,
.product-foot a[href="#rental-order"]{
  letter-spacing:0;
}

@media(max-width:1100px){
  #products{
    padding-top:44px;
  }

  #products .staking-project .product-head{
    min-height:auto;
  }

  #products .rental-product table{
    min-height:auto;
  }
}

@media(max-width:720px){
  #products{
    padding-top:30px;
    padding-bottom:28px;
  }

  #products .staking-project .product-foot,
  #products .rental-product .product-foot{
    min-height:auto;
  }

  #products .staking-project .product-foot span{
    max-width:none;
  }

  .rental-order-section{
    padding-top:24px;
  }
}

/* ===== v167 brand emphasis polish ===== */
.hero h1{
  color:#101828;
  text-shadow:
    0 1px 0 rgba(255,255,255,.92),
    0 10px 24px rgba(16,24,40,.08),
    0 28px 62px rgba(23,105,255,.08);
}

.hero h1 strong{
  background:linear-gradient(180deg,#3185ff 0%,#1769ff 54%,#0b4fd8 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  filter:drop-shadow(0 2px 0 rgba(255,255,255,.7)) drop-shadow(0 13px 20px rgba(23,105,255,.16));
  text-shadow:none;
}

.pill{
  background:#fff;
  border-color:#d8e7ff;
  box-shadow:0 10px 24px rgba(23,105,255,.08),inset 0 1px 0 rgba(255,255,255,.95);
}

@media(max-width:720px){
  .hero h1{
    text-shadow:0 1px 0 rgba(255,255,255,.9),0 10px 22px rgba(16,24,40,.07);
  }
}

/* ===== v172 full-site refinement ===== */
body{
  background:#f5f8fc;
  color:#0b1728;
  font-family:Pretendard,Inter,"Noto Sans KR",Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:geometricPrecision;
}

.container,
.navbar{max-width:1188px}

.topbar{
  background:rgba(255,255,255,.88);
  border-bottom:1px solid rgba(214,224,238,.82);
  box-shadow:0 10px 30px rgba(15,23,42,.045);
}

.navbar{height:68px}
.logo img{width:158px}
.nav{gap:26px;font-size:13.5px;font-weight:850}
.nav a{color:#253248}

.btn,
.tab,
.tag,
.product-actions a,
.project-actions a,
.chip,
.pill,
.field input,
.quote-panel,
.payment-preview,
.faq-item,
.guide-badge,
.lang-switch,
.data-tabs button{border-radius:8px}

.btn{height:44px;padding:0 18px;box-shadow:0 12px 24px rgba(23,105,255,.18)}
.btn.outline{background:rgba(255,255,255,.78);border-color:#d8e2ef}

.hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 76% 10%,rgba(20,184,166,.14),transparent 28%),
    radial-gradient(circle at 18% 12%,rgba(23,105,255,.12),transparent 30%),
    linear-gradient(180deg,#fff 0%,#f6f9fd 100%);
  padding:68px 0 42px;
}

.hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.62),rgba(255,255,255,.15));
  pointer-events:none;
}

.hero>.container{position:relative;z-index:1}
.hero-grid{grid-template-columns:1fr .88fr;gap:54px}

.pill{
  background:rgba(255,255,255,.78);
  border-color:#cfe0ff;
  box-shadow:0 10px 28px rgba(23,105,255,.08);
}

.hero h1{
  max-width:660px;
  font-size:60px;
  line-height:1.04;
  letter-spacing:0;
  font-weight:950;
  text-shadow:0 2px 0 #fff,0 18px 38px rgba(15,23,42,.10);
}

.hero h1 strong{filter:drop-shadow(0 10px 20px rgba(23,105,255,.16))}
.hero p{max-width:650px;color:#4b5c73;font-size:17px;line-height:1.82}
.hero-visual{height:500px}

.pool-card.primary,
.hero-dashboard .mini-card,
.feature,
.product,
.calculator,
.data-box,
.faq-card,
.support,
.guide-wrap,
.order-copy,
.order-form,
.metric-card,
.quota-box,
.settlement-grid>div,
.data-summary div,
.result{border-radius:8px}

.pool-card.primary,
.product,
.calculator,
.data-box,
.faq-card,
.support,
.guide-wrap,
.order-copy,
.order-form{
  border-color:#dce6f2;
  box-shadow:0 18px 48px rgba(15,23,42,.07);
}

.pool-card.primary{background:rgba(255,255,255,.92)}
.hero-dashboard .mini-card{background:rgba(255,255,255,.82);box-shadow:0 14px 32px rgba(15,23,42,.06)}
.section{padding:64px 0}

.section-title h2,
.side h2,
.calc-left h2,
.data-side h2,
.faq-card h2,
.support h2,
.guide-head h2,
.order-copy h2{
  letter-spacing:0;
  font-weight:950;
  color:#0b1728;
}

.feature{
  height:172px;
  background:rgba(255,255,255,.86);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}

.feature:hover,
.product:hover{
  transform:translateY(-2px);
  border-color:#c9d8ec;
  box-shadow:0 22px 54px rgba(15,23,42,.09);
}

.feature .icon{border-radius:8px;background:linear-gradient(135deg,#edf4ff,#e9fbff)}
#products .product-grid{gap:22px}
#products .staking-project{min-height:480px}
#products .staking-project .project-head h3{color:#0b285c;letter-spacing:0;font-weight:950}
.metric-card{background:linear-gradient(135deg,#fffaf4 0%,#f8fcff 100%)}
.quota-bar span{background:linear-gradient(90deg,#1769ff,#10b7d4,#16bf7a)}
.quota-bar span.quota-ready{background:linear-gradient(90deg,rgba(23,105,255,.38),rgba(16,183,212,.78),rgba(22,191,122,.62));box-shadow:inset 0 0 0 1px rgba(255,255,255,.55),0 12px 26px rgba(16,183,212,.18)}
.rental-product{background:linear-gradient(180deg,#fff,#fbfdff)}
.order-shell{gap:22px}
.order-copy{background:linear-gradient(180deg,#fff,#f9fbff)!important}
.order-form{background:#fff}
.quote-panel>div,.payment-preview>div{border-radius:8px}
.calculator{grid-template-columns:250px 1fr 245px}
.calc-left,.data-side{background:linear-gradient(180deg,#fff,#f8fbff)}
.data-tabs{gap:34px}
.data-summary div{background:linear-gradient(180deg,#fff,#f8fbff)}
table.data{font-size:12.5px}
.data th{font-size:11.5px;letter-spacing:0;text-transform:none}
.data td{color:#253248}
.status{border-radius:8px}

.footer{background:#07162c}
.footer,.footer a,.footer p,.copy{color:#d9e6f8}
.chat-fab{box-shadow:0 20px 44px rgba(23,105,255,.32)}

@media(max-width:1100px){
  .hero-grid{grid-template-columns:1fr;gap:28px}
  .hero h1{font-size:48px}
  .hero-visual{height:430px}
}

@media(max-width:680px){
  .container,.navbar{padding-left:18px;padding-right:18px}
  .hero{padding:42px 0 30px}
  .hero h1{font-size:39px;line-height:1.08}
  .hero p{font-size:15px;line-height:1.72}
  .section{padding:42px 0}
  .data-summary{grid-template-columns:1fr}
}

/* ===== v173 spacing system refinement ===== */
:root{
  --space-section:56px;
  --space-section-tight:44px;
  --card-pad:22px;
  --card-pad-lg:28px;
}

.container,
.navbar{
  max-width:1168px;
}

.section{
  padding:var(--space-section) 0 !important;
}

.hero{
  padding:54px 0 34px !important;
}

.hero-grid{
  gap:42px !important;
  align-items:center;
}

.hero h1{
  margin-bottom:18px;
}

.hero p{
  margin-bottom:22px;
}

.hero-actions{
  gap:12px;
}

.chips{
  margin-top:18px;
}

.hero-dashboard{
  max-width:475px !important;
}

.pool-card{
  padding:22px !important;
}

.pool-card h3{
  margin:18px 0 6px !important;
  font-size:38px !important;
}

.pool-metrics{
  margin-top:18px !important;
  gap:8px !important;
}

.pool-metrics div,
.mini-dash-card{
  padding:12px !important;
}

.pool-progress{
  margin-top:18px !important;
}

.mini-dashboard-grid{
  gap:10px !important;
  margin-top:10px !important;
}

.section-title{
  margin-bottom:22px !important;
}

.features{
  gap:14px !important;
}

.feature{
  height:156px !important;
  padding:20px 14px !important;
}

.feature .icon{
  width:48px !important;
  height:48px !important;
  margin-bottom:12px !important;
}

.feature h3{
  margin-bottom:6px !important;
}

.split{
  grid-template-columns:220px 1fr !important;
  gap:24px !important;
}

#guide{
  padding-top:46px !important;
  padding-bottom:48px !important;
}

#products{
  padding-top:48px !important;
  padding-bottom:46px !important;
}

#products .product-grid{
  gap:18px !important;
}

#products .staking-project{
  min-height:440px !important;
}

#products .staking-project .product-head{
  padding:22px 28px !important;
}

#products .staking-project .project-metrics{
  padding:18px 28px 14px !important;
  gap:10px !important;
}

#products .staking-project .metric-card{
  min-height:104px !important;
  padding:18px !important;
}

#products .staking-project .quota-box{
  margin:0 28px 16px !important;
  padding:16px !important;
}

#products .staking-project .product-foot{
  padding:18px 28px !important;
}

.product-head{
  padding:18px 22px !important;
}

.product td{
  padding:11px 22px !important;
}

.product-foot{
  padding:14px 22px !important;
}

.rental-order-section{
  padding-top:44px !important;
  padding-bottom:50px !important;
}

.order-shell{
  gap:18px !important;
}

.order-copy,
.order-card,
.order-form{
  padding:24px !important;
}

.order-copy h2{
  margin-bottom:10px !important;
}

.order-copy p{
  line-height:1.72 !important;
}

.order-steps{
  gap:10px !important;
  margin-top:20px !important;
}

.order-card-head{
  padding-bottom:14px !important;
}

.mode-switch,
.order-form-grid,
.preset-row,
.quote-panel,
.payment-preview,
.order-actions{
  margin-top:14px !important;
}

.order-form-grid{
  gap:10px !important;
}

.order-form-grid label{
  padding:12px !important;
}

.quote-panel,
.payment-preview{
  gap:10px !important;
}

.quote-panel div,
.payment-preview div{
  padding:13px !important;
}

.calculator{
  grid-template-columns:230px 1fr 230px !important;
}

.calc-left,
.calc-mid,
.calc-results{
  padding:24px !important;
}

.tabs{
  margin-bottom:16px !important;
}

.form-row{
  gap:14px !important;
}

.data-box{
  grid-template-columns:220px 1fr !important;
}

.data-side,
.data-main{
  padding:22px !important;
}

.data-tabs{
  height:46px !important;
  gap:28px !important;
}

.data-tabs span{
  height:46px !important;
}

.data-summary{
  margin:14px 0 !important;
}

.faq-grid{
  gap:18px !important;
}

.faq-card,
.support{
  padding:22px !important;
}

.faq-card h2,
.support h2{
  margin-bottom:14px !important;
}

.guide-wrap{
  max-width:1120px;
  margin:0 auto;
}

.guide-head{
  padding:20px 24px !important;
}

.guide-accordion{
  padding:8px 18px 16px !important;
}

.guide-accordion summary{
  padding:13px 2px !important;
}

@media(max-width:1100px){
  .split,
  .calculator,
  .data-box{
    grid-template-columns:1fr !important;
  }

  .hero-dashboard{
    max-width:620px !important;
  }
}

@media(max-width:760px){
  :root{
    --space-section:34px;
  }

  .section{
    padding:34px 0 !important;
  }

  .hero{
    padding:32px 0 24px !important;
  }

  .hero-grid{
    gap:22px !important;
  }

  .hero h1{
    font-size:32px !important;
    margin-bottom:14px !important;
  }

  .hero p{
    font-size:14px !important;
    line-height:1.68 !important;
    margin-bottom:18px !important;
  }

  .hero-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

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

  .chips{
    margin-top:14px !important;
    gap:7px !important;
  }

  .chip{
    height:32px !important;
    padding:0 10px !important;
  }

  .hero-dashboard{
    margin-top:8px !important;
  }

  .pool-card{
    padding:16px !important;
  }

  .pool-card h3{
    font-size:30px !important;
    margin-top:14px !important;
  }

  .mini-dashboard-grid{
    grid-template-columns:1fr 1fr !important;
  }

  .features,
  .product-grid,
  #products .product-grid,
  .form-row,
  .calc-results,
  .faq-list,
  .faq-grid,
  .footer-grid{
    grid-template-columns:1fr !important;
  }

  .feature{
    height:auto !important;
    min-height:118px;
    padding:16px !important;
    text-align:left;
  }

  .feature .icon{
    margin:0 0 10px !important;
  }

  #products,
  #guide,
  .rental-order-section{
    padding-top:34px !important;
    padding-bottom:34px !important;
  }

  #products .staking-project .product-head,
  #products .staking-project .project-metrics,
  #products .staking-project .product-foot,
  .product-head,
  .product-foot,
  .calc-left,
  .calc-mid,
  .calc-results,
  .data-side,
  .data-main,
  .faq-card,
  .support,
  .guide-head{
    padding:16px !important;
  }

  #products .staking-project .quota-box{
    margin:0 16px 12px !important;
    padding:14px !important;
  }

  .order-card,
  .order-form{
    padding:14px !important;
  }

  .data-tabs{
    gap:18px !important;
  }
}

/* ===== v174 dimensional card finish ===== */
.pool-card.primary,
.feature,
.product,
.calculator,
.data-box,
.faq-card,
.support,
.guide-wrap,
.order-card,
.order-copy{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,251,255,.96)) padding-box,
    linear-gradient(135deg,rgba(255,255,255,.98),rgba(23,105,255,.22),rgba(20,184,166,.16)) border-box !important;
  border:1px solid transparent !important;
  box-shadow:
    0 1px 0 rgba(255,255,255,.9) inset,
    0 24px 58px rgba(15,23,42,.10),
    0 8px 22px rgba(23,105,255,.045) !important;
}

.pool-card.primary:after,
.feature:after,
.product:after,
.calculator:after,
.data-box:after,
.faq-card:after,
.support:after,
.guide-wrap:after,
.order-card:after,
.order-copy:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(120deg,rgba(255,255,255,.52),transparent 30%),
    radial-gradient(circle at 85% 0%,rgba(23,105,255,.08),transparent 34%);
  opacity:.9;
}

.pool-card.primary>*,
.feature>*,
.product>*,
.calculator>*,
.data-box>*,
.faq-card>*,
.support>*,
.guide-wrap>*,
.order-card>*,
.order-copy>*{
  position:relative;
  z-index:1;
}

.pool-card.primary{
  transform:translateZ(0);
  box-shadow:
    0 1px 0 rgba(255,255,255,.95) inset,
    0 32px 80px rgba(15,23,42,.13),
    0 18px 38px rgba(23,105,255,.09) !important;
}

.pool-card.primary::before{
  height:5px !important;
  background:linear-gradient(90deg,#1769ff 0%,#14b8a6 72%,#61ffd6 100%) !important;
  box-shadow:0 8px 22px rgba(23,105,255,.20);
}

.pool-metrics div,
.mini-dash-card,
.metric-card,
.quota-box,
.data-summary div,
.result,
.quote-panel div,
.payment-preview div,
.order-form-grid label{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(205,218,235,.92) !important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.94),rgba(247,250,255,.92)) padding-box,
    linear-gradient(135deg,rgba(255,255,255,.9),rgba(23,105,255,.12)) border-box !important;
  box-shadow:
    0 1px 0 rgba(255,255,255,.92) inset,
    0 12px 26px rgba(15,23,42,.055);
}

.pool-metrics div:before,
.mini-dash-card:before,
.metric-card:before,
.quota-box:before,
.data-summary div:before,
.result:before,
.quote-panel div:before,
.payment-preview div:before,
.order-form-grid label:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:42%;
  background:linear-gradient(180deg,rgba(255,255,255,.55),transparent);
  pointer-events:none;
}

.feature{
  text-align:left !important;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}

.feature .icon{
  margin:0 0 14px !important;
  box-shadow:
    0 1px 0 rgba(255,255,255,.95) inset,
    0 12px 24px rgba(23,105,255,.12);
}

.feature h3,
.product h3,
.pool-card h3,
.calc-left h2,
.data-side h2,
.faq-card h2,
.support h2,
.guide-head h2,
.order-copy h2,
.order-card-head strong{
  text-shadow:0 1px 0 rgba(255,255,255,.92),0 12px 26px rgba(15,23,42,.08);
}

.product{
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}

.feature:hover,
.product:hover,
.pool-card.primary:hover{
  transform:translateY(-4px);
  box-shadow:
    0 1px 0 rgba(255,255,255,.96) inset,
    0 34px 72px rgba(15,23,42,.14),
    0 18px 42px rgba(23,105,255,.10) !important;
}

.staking-project{
  background:
    linear-gradient(115deg,rgba(255,255,255,.98),rgba(255,250,243,.96) 46%,rgba(244,251,255,.96)) padding-box,
    linear-gradient(135deg,rgba(23,105,255,.26),rgba(20,184,166,.18),rgba(255,157,28,.14)) border-box !important;
}

.metric-card{
  background:
    linear-gradient(135deg,rgba(255,247,235,.98),rgba(248,252,255,.96)) padding-box,
    linear-gradient(135deg,rgba(255,157,28,.24),rgba(23,105,255,.12)) border-box !important;
}

.metric-card:first-child{
  box-shadow:
    0 1px 0 rgba(255,255,255,.92) inset,
    0 18px 34px rgba(255,157,28,.10);
}

.project-actions a,
.hero-actions .btn,
.btn{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#2585ff,#1769ff) !important;
  box-shadow:
    0 1px 0 rgba(255,255,255,.35) inset,
    0 16px 30px rgba(23,105,255,.25);
}

.project-actions a:before,
.hero-actions .btn:before,
.btn:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,rgba(255,255,255,.34),transparent 38%);
  pointer-events:none;
}

.btn.outline,
.hero-actions .btn.outline{
  background:linear-gradient(180deg,#fff,#f8fbff) !important;
  color:#102a56 !important;
  box-shadow:
    0 1px 0 rgba(255,255,255,.95) inset,
    0 10px 24px rgba(15,23,42,.06) !important;
}

.data th{
  color:#52647d;
}

.data tbody tr{
  transition:background .18s ease;
}

.data tbody tr:hover{
  background:rgba(23,105,255,.035);
}

@media(max-width:760px){
  .pool-card.primary,
  .feature,
  .product,
  .calculator,
  .data-box,
  .faq-card,
  .support,
  .guide-wrap,
  .order-card,
  .order-copy{
    box-shadow:
      0 1px 0 rgba(255,255,255,.95) inset,
      0 18px 42px rgba(15,23,42,.09) !important;
  }

  .feature:hover,
  .product:hover,
  .pool-card.primary:hover{
    transform:none;
  }
}

/* ===== v186 TRXMAX full renewal layer ===== */
:root{
  --brand:#1769ff;
  --brand2:#00a8ff;
  --aqua:#19c8d8;
  --deep:#071833;
  --paper:#ffffff;
  --wash:#f5f9ff;
  --line2:#dbe8f8;
  --soft-shadow:0 24px 70px rgba(10,31,68,.10);
  --card-shadow:0 18px 46px rgba(10,31,68,.085);
}

body{
  background:
    linear-gradient(180deg,#fff 0%,#f6faff 34%,#fff 100%);
  color:#101828;
  font-feature-settings:"kern";
}

.topbar{
  border-bottom:1px solid rgba(219,232,248,.82);
  box-shadow:0 10px 30px rgba(10,31,68,.035);
}

.navbar{
  height:76px;
}

.nav{
  gap:28px;
}

.nav a{
  color:#344054;
  letter-spacing:0;
}

.btn,
.project-actions a{
  border-radius:12px !important;
}

.hero{
  position:relative;
  overflow:hidden;
  min-height:640px;
  padding:76px 0 56px !important;
  background:
    radial-gradient(circle at 70% 16%,rgba(23,105,255,.12),transparent 34%),
    linear-gradient(180deg,#fff 0%,#f4f9ff 100%) !important;
}

.hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(23,105,255,.045) 1px,transparent 1px),
    linear-gradient(rgba(23,105,255,.04) 1px,transparent 1px);
  background-size:52px 52px;
  mask-image:linear-gradient(180deg,transparent 0%,#000 20%,#000 72%,transparent 100%);
  pointer-events:none;
}

.hero-grid{
  grid-template-columns:minmax(0,1fr) minmax(420px,.9fr) !important;
  gap:56px !important;
}

.pill,
.section-kicker{
  height:38px;
  padding:0 14px !important;
  display:inline-flex;
  align-items:center;
  border-radius:999px !important;
  color:#0b5ce8 !important;
  background:linear-gradient(180deg,#fff,#edf5ff) !important;
  border:1px solid #d6e8ff !important;
  box-shadow:0 10px 24px rgba(23,105,255,.08);
}

.hero h1{
  max-width:720px !important;
  font-size:64px !important;
  line-height:1.03 !important;
  letter-spacing:0 !important;
  font-weight:950;
  color:#0d1b32;
}

.hero h1 strong{
  background:linear-gradient(92deg,#1769ff 0%,#0ea5e9 52%,#11b6c8 100%) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
  text-shadow:none !important;
  filter:drop-shadow(0 12px 22px rgba(23,105,255,.13));
}

.hero p{
  max-width:680px !important;
  color:#475467 !important;
  font-size:18px !important;
  line-height:1.86 !important;
}

.chips{
  gap:9px 10px;
}

.chip{
  height:36px;
  color:#1d2939;
  background:rgba(255,255,255,.86);
  border-color:#d7e5f6;
  box-shadow:0 10px 22px rgba(10,31,68,.045);
}

.hero-dashboard{
  height:520px !important;
  max-width:560px !important;
}

.pool-card.primary{
  border-radius:28px !important;
  padding:30px !important;
}

.pool-card.primary h3{
  font-size:36px !important;
  color:#071833;
}

.pool-card.primary p{
  font-size:15px !important;
}

.pool-metrics{
  gap:12px !important;
}

.pool-metrics div{
  border-radius:16px !important;
  padding:17px 15px !important;
}

.pool-metrics strong{
  font-size:22px !important;
  color:#0b5ce8;
}

.mini-dashboard-grid{
  gap:12px !important;
}

.mini-dash-card{
  border-radius:16px !important;
  padding:18px !important;
}

.trust-strip{
  padding:22px 0;
  background:linear-gradient(180deg,#f4f9ff,#fff);
  border-top:1px solid #edf4fb;
  border-bottom:1px solid #edf4fb;
}

.trust-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.trust-grid>div{
  min-height:128px;
  padding:22px;
  border-radius:20px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,251,255,.94)) padding-box,
    linear-gradient(135deg,rgba(23,105,255,.22),rgba(25,200,216,.12)) border-box;
  border:1px solid transparent;
  box-shadow:0 16px 42px rgba(10,31,68,.07);
}

.trust-grid span{
  display:block;
  color:#1769ff;
  font-weight:950;
  font-size:13px;
  margin-bottom:8px;
}

.trust-grid b{
  display:block;
  color:#071833;
  font-size:20px;
  letter-spacing:0;
}

.trust-grid p{
  margin:8px 0 0;
  color:#667085;
  font-size:13px;
  line-height:1.62;
}

.section{
  padding:70px 0 !important;
}

.section-title h2,
.yield-copy h2{
  letter-spacing:0 !important;
  font-weight:950;
  color:#071833;
}

.features{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:18px !important;
}

.feature{
  min-height:210px !important;
  height:auto !important;
  border-radius:22px !important;
  padding:28px !important;
}

.feature .icon{
  width:54px !important;
  height:54px !important;
  border-radius:17px !important;
  background:linear-gradient(180deg,#eef6ff,#fff) !important;
}

.feature h3{
  font-size:19px !important;
  color:#071833;
}

.feature p{
  font-size:14px !important;
  line-height:1.7 !important;
}

#products{
  background:linear-gradient(180deg,#fff,#f6faff 48%,#fff);
}

#products .product-grid{
  grid-template-columns:minmax(0,1.52fr) minmax(340px,.78fr) !important;
  gap:26px !important;
}

#products .staking-project{
  min-height:560px !important;
  border-radius:26px !important;
}

#products .staking-project .product-head{
  padding:34px 38px !important;
}

#products .staking-project .project-head h3{
  font-size:34px !important;
  color:#071833 !important;
}

#products .staking-project .project-metrics{
  padding:28px 38px 18px !important;
  gap:16px !important;
}

#products .staking-project .metric-card{
  min-height:148px !important;
  border-radius:20px !important;
}

#products .staking-project .metric-card b{
  font-size:30px !important;
}

#products .staking-project .quota-box{
  margin:0 38px 24px !important;
  padding:24px !important;
  border-radius:20px !important;
}

#products .staking-project .product-foot{
  padding:26px 38px !important;
  gap:24px;
}

#products .staking-project .product-foot span{
  max-width:560px;
  font-size:14px;
  line-height:1.65;
}

#products .rental-product{
  border-radius:26px !important;
}

.yield-market-section{
  background:
    radial-gradient(circle at 20% 0%,rgba(23,105,255,.08),transparent 30%),
    linear-gradient(180deg,#fff,#f5faff);
}

.yield-market{
  display:grid;
  grid-template-columns:.42fr .58fr;
  gap:30px;
  align-items:stretch;
}

.yield-copy,
.yield-flow{
  position:relative;
  border-radius:26px;
  border:1px solid transparent;
  background:
    linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,251,255,.95)) padding-box,
    linear-gradient(135deg,rgba(23,105,255,.22),rgba(25,200,216,.16)) border-box;
  box-shadow:var(--card-shadow);
}

.yield-copy{
  padding:34px;
}

.yield-copy h2{
  margin:18px 0 14px;
  font-size:34px;
}

.yield-copy p{
  margin:0;
  color:#52647d;
  line-height:1.8;
  font-size:15px;
}

.yield-note{
  margin-top:22px;
  padding:16px 18px;
  border-radius:16px;
  background:#eef6ff;
  border:1px solid #d8e9ff;
  color:#0b5ce8;
  font-weight:850;
  line-height:1.65;
}

.yield-flow{
  padding:24px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 190px minmax(0,1fr);
  gap:16px;
  align-items:center;
  overflow:hidden;
}

.yield-column{
  border-radius:20px;
  background:#fff;
  border:1px solid #e1ebf7;
  padding:20px;
  box-shadow:0 12px 30px rgba(10,31,68,.055);
}

.yield-column h3{
  margin:0 0 14px;
  font-size:17px;
  color:#071833;
}

.yield-column ol{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}

.yield-column li{
  display:grid;
  gap:2px;
  padding-left:18px;
  position:relative;
}

.yield-column li:before{
  content:"";
  position:absolute;
  left:0;
  top:9px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#1769ff;
}

.yield-column.risk li:before{
  background:#f04438;
}

.yield-column b{
  font-size:13.5px;
  color:#172033;
}

.yield-column span{
  font-size:12.5px;
  color:#667085;
  line-height:1.45;
}

.yield-balance{
  min-height:340px;
  display:grid;
  place-items:center;
  position:relative;
}

.balance-beam{
  width:174px;
  height:8px;
  border-radius:999px;
  background:linear-gradient(90deg,#f1b65a,#c98d2d);
  transform:rotate(-12deg);
  box-shadow:0 12px 20px rgba(119,77,15,.16);
}

.balance-orb{
  position:absolute;
  width:96px;
  height:96px;
  border-radius:50%;
  display:grid;
  place-items:center;
  text-align:center;
  color:#fff;
  font-weight:950;
  line-height:1.12;
  box-shadow:0 16px 34px rgba(10,31,68,.16);
}

.balance-orb.red{
  left:6px;
  top:78px;
  background:linear-gradient(135deg,#ff6b6b,#ef4444);
}

.balance-orb.blue{
  right:4px;
  bottom:72px;
  background:linear-gradient(135deg,#3a86ff,#1769ff);
}

.calculator,
.data-box,
.faq-card,
.support,
.guide-wrap,
.order-card,
.order-copy{
  border-radius:24px !important;
}

.calculator{
  grid-template-columns:300px 1fr 280px !important;
}

.calc-left,
.calc-mid,
.calc-results{
  padding:34px !important;
}

.field input,
.order-form-grid input,
.order-form-grid select{
  border-radius:14px !important;
}

.faq-list{
  grid-template-columns:1fr !important;
}

.faq-item{
  min-height:60px !important;
  border-radius:16px !important;
  padding:17px 18px !important;
}

.guide-head{
  padding:28px 32px !important;
}

.guide-accordion{
  padding:14px 28px 24px !important;
}

@media(max-width:1100px){
  .hero-grid,
  .yield-market,
  .yield-flow{
    grid-template-columns:1fr !important;
  }

  .hero-dashboard{
    max-width:720px !important;
    margin:0 auto;
  }

  .trust-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  #products .product-grid{
    grid-template-columns:1fr !important;
  }

  .calculator{
    grid-template-columns:1fr !important;
  }
}

@media(max-width:720px){
  .hero{
    min-height:auto;
    padding:42px 0 28px !important;
  }

  .hero h1{
    font-size:40px !important;
    line-height:1.08 !important;
  }

  .hero p{
    font-size:15px !important;
    line-height:1.72 !important;
  }

  .hero-dashboard{
    height:460px !important;
    max-width:380px !important;
  }

  .trust-grid,
  .features{
    grid-template-columns:1fr !important;
  }

  .trust-grid>div,
  .feature{
    min-height:auto !important;
  }

  #products .staking-project .product-head,
  #products .staking-project .project-metrics,
  #products .staking-project .product-foot{
    padding-left:18px !important;
    padding-right:18px !important;
  }

  #products .staking-project .project-head h3{
    font-size:24px !important;
  }

  #products .staking-project .quota-box{
    margin-left:18px !important;
    margin-right:18px !important;
  }

  .yield-copy,
  .yield-flow{
    padding:18px;
    border-radius:20px;
  }

  .yield-copy h2{
    font-size:26px;
  }

  .yield-balance{
    min-height:210px;
  }

  .balance-orb{
    width:82px;
    height:82px;
    font-size:13px;
  }

  .balance-orb.red{top:34px}
  .balance-orb.blue{bottom:28px}

  .calc-left,
  .calc-mid,
  .calc-results{
    padding:20px !important;
  }
}
