
: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);
}
*{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}
.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{grid-column:1 / -1;background:linear-gradient(105deg,#fff 0%,#fffaf2 45%,#f5fbff 100%);border-color:#dbe8ff}
.project-head{align-items:flex-start}
.project-head h3{color:#101828;font-size:24px;margin-bottom:8px}
.issuer-pill{display:inline-flex;align-items:center;border:1px solid #9ee7cd;background:#dffbf0;color:#067647;border-radius:999px;padding:5px 12px;font-size:12px;font-weight:900}
.project-badges{display:flex;gap:8px;align-items:center}
.project-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:18px 26px}
.metric-card{border:1px solid #bfe9f4;border-radius:12px;background:linear-gradient(105deg,#fff6eb,#f8fbff);padding:18px;min-height:112px}
.metric-card span,.quota-box span,.settlement-grid span{display:block;color:#667085;font-size:13px;font-weight:800}
.metric-card b{display:block;margin-top:8px;font-size:24px;color:#101828}
.metric-card:first-child b{color:#f5a24b}
.metric-card small,.quota-box small,.settlement-grid small{display:block;margin-top:6px;color:#344054;font-size:12px;font-weight:800}
.quota-box{margin:0 26px 18px;border:1px solid #dbe5f2;border-radius:12px;background:#fff;padding:18px}
.quota-box>div:first-child,.quota-box>div:last-child{display:flex;justify-content:space-between;gap:12px}
.quota-box b{font-size:13px;color:#667085}.quota-box em{font-style:normal;color:#00a6d6}
.quota-bar{height:14px;border-radius:999px;background:#e5e8ee;margin:14px 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:grid;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:190px;min-height:44px;border-radius:7px;background:linear-gradient(90deg,#00a6d6,#25b7df);color:#fff}
.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:first-child{color:var(--blue);border-bottom:3px solid var(--blue);height:52px;display:flex;align-items:center}
.data-tabs a{margin-left:auto;color:var(--blue);font-size:13px}
.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}
.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{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}
@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:first-child{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}
}

/* ===== 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;
  }
}
