@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Sora:wght@400;600;700;800&display=swap');
*{box-sizing:border-box;margin:0;padding:0;}
img{max-width:100%;height:auto;}
body{font-family:'Inter',sans-serif;background:#f3f6fb;}

#office {
 text-transform:uppercase;
}
/* Start messages */
.msg-not-yet-header, 
.msg-not-yet-data,
.msg-lot-ready-header,
.msg-lote-ready-data {
    
    display:none;
}

/* ===== CARD BORDER BEAM ===== */
.card-beam-canvas{position:absolute;top:-3px;left:-3px;width:calc(100% + 6px);height:calc(100% + 6px);border-radius:23px;pointer-events:none;opacity:0;transition:opacity 0.4s ease;z-index:10;}
.card-beam-canvas.active{opacity:1;}

/* ===== NAVBAR ===== */
.navbar{background:#0a1628;padding:0 40px;display:flex;align-items:center;justify-content:space-between;height:70px;}
.nav-logo{display:flex;align-items:center;gap:12px;}
.nav-logo-box{width:52px;height:52px;border:2.5px solid #c9a84c;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:0;}
.nav-logo-f{font-family:'Sora',sans-serif;font-size:22px;font-weight:800;color:#c9a84c;line-height:1;}
.nav-logo-24{font-size:10px;font-weight:800;color:#c9a84c;line-height:1;}
.nav-logo-texts{display:flex;flex-direction:column;gap:1px;}
.nav-logo-title{font-size:11px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:0.04em;line-height:1.3;}
.nav-links{display:flex;gap:4px;align-items:center;}
.nav-link{font-size:13px;font-weight:500;color:#a0b4cc;padding:7px 14px;text-decoration:none;white-space:nowrap;border-radius:6px;}
.nav-link:hover{color:#fff;background:rgba(255,255,255,0.06);}
.nav-link.active{color:#fff;}
.nav-right{display:flex;align-items:center;gap:8px;}
.nav-icon{width:34px;height:34px;border-radius:7px;background:rgba(255,255,255,0.07);display:flex;align-items:center;justify-content:center;font-size:15px;color:#a0b4cc;cursor:pointer;}
.nav-lang{display:flex;align-items:center;gap:6px;font-size:12px;color:#a0b4cc;background:rgba(255,255,255,0.07);padding:6px 12px;border-radius:7px;cursor:pointer;}
.nav-reg{background:#f5a623;color:#000;font-size:12px;font-weight:800;padding:9px 20px;border-radius:8px;text-decoration:none;white-space:nowrap;text-transform:uppercase;letter-spacing:0.03em;}

/* ===== HERO ===== */
.hero{background:linear-gradient(180deg,#071022 0%,#0d1f42 55%,#112554 100%);padding:36px 40px 60px;text-align:center;position:relative;overflow:hidden;}
.hero-stars{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,0.18) 1px,transparent 1px),radial-gradient(circle,rgba(255,255,255,0.08) 1px,transparent 1px);background-size:60px 60px,30px 30px;background-position:0 0,15px 15px;opacity:0.4;}
.hero-glow-r{position:absolute;top:-40px;right:0;width:320px;height:320px;background:radial-gradient(circle,rgba(59,130,246,0.15) 0%,transparent 70%);}
.hero-glow-l{position:absolute;bottom:0;left:0;width:280px;height:280px;background:radial-gradient(circle,rgba(16,185,129,0.08) 0%,transparent 70%);}
/* Календарик правый */
.hero-calendar{position:absolute;right:60px;top:40px;opacity:0.12;font-size:120px;transform:rotate(8deg);}
/* Декоративные точки */
.hero-dot1{position:absolute;top:60px;left:80px;width:6px;height:6px;border-radius:50%;background:#4fc8a0;opacity:0.6;}
.hero-dot2{position:absolute;top:120px;left:140px;width:4px;height:4px;border-radius:50%;background:#2563eb;opacity:0.5;}
.hero-dot3{position:absolute;bottom:80px;right:200px;width:5px;height:5px;border-radius:50%;background:#4fc8a0;opacity:0.4;}

.breadcrumb{font-size:12px;color:#4a6a9a;margin-bottom:18px;position:relative;z-index:1;}
.breadcrumb a{color:#4a6a9a;text-decoration:none;}
.breadcrumb a:hover{color:#7a9cc4;}
.breadcrumb span{color:#7a9cc4;}
.hero-h1{font-family:'Sora',sans-serif;font-size:38px;font-weight:800;color:#fff;line-height:1.2;margin-bottom:14px;position:relative;z-index:1;}
.hero-sub{font-size:14px;color:#8baacb;max-width:520px;margin:0 auto 28px;line-height:1.65;position:relative;z-index:1;}
.hero-badges{display:flex;justify-content:center;gap:20px;position:relative;z-index:1;}
.hero-badge{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.12);border-radius:12px;padding:10px 18px;}
.hb-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;}
.hb-icon.green{background:rgba(34,197,94,0.18);}
.hb-icon.blue{background:rgba(59,130,246,0.18);}
.hb-icon.purple{background:rgba(139,92,246,0.18);}
.hb-text{font-size:12px;color:#a0b4cc;font-weight:500;text-align:left;line-height:1.35;}

/* ===== MAIN CARD ===== */
.main-wrap{max-width:960px;margin:-36px auto 0;padding:0 40px 40px;position:relative;z-index:2;}
.main-card{background:#fafaf8;border-radius:20px;box-shadow:0 24px 80px rgba(0,0,0,0.22);padding:36px;display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:stretch;}
.main-card > div:last-child{display:flex;flex-direction:column;}
.result-panel{flex:1;}

/* LEFT FORM */
.mc-title{font-family:'Sora',sans-serif;font-size:20px;font-weight:700;color:#0a1628;margin-bottom:5px;}
.mc-sub{font-size:13px;color:#4a6080;margin-bottom:24px;}
.fl{font-size:10px;font-weight:700;color:#3a5575;text-transform:uppercase;letter-spacing:0.09em;display:block;margin-bottom:6px;}
.form-group{margin-bottom:16px;}
.sel-wrap{position:relative;}
.fsel{width:100%;border:1.5px solid #e0e8f4;border-radius:10px;padding:14px 42px 14px 16px;font-size:17px;color:#0a1628;font-family:'Inter',sans-serif;background:#fff;appearance:none;-webkit-appearance:none;outline:none;cursor:pointer;transition:border-color 0.2s;}
.fsel:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,0.08);}
.fsel option{color:#0a1628 !important;background:#fff;}
.fsel option[value=""]{color:#9ab0cc !important;}
.fsel:has(option[value=""]:checked){color:#9ab0cc;}
.arr{position:absolute;right:13px;top:50%;transform:translateY(-50%);pointer-events:none;color:#9ab0cc;font-size:13px;}
.lot-dark{background:#0a1628;border-radius:10px;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;}
.ld-label{font-size:10px;color:#7a9cc4;font-weight:700;text-transform:uppercase;letter-spacing:0.09em;}
.ld-val{font-family:'Sora',sans-serif;font-size:18px;font-weight:800;color:#4fc8a0;}
.lot-inp{width:100%;border:1.5px solid #e0e8f4;border-radius:10px;padding:12px 14px;font-size:16px;font-weight:600;font-family:'Inter',sans-serif;color:#0a1628;outline:none;background:#fff;transition:border-color 0.2s;margin-bottom:6px;}
.lot-inp:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,0.08);}
.lot-inp::placeholder{font-size:13px;font-weight:400;color:#b8c8dc;}
.lot-row{display:flex;gap:10px;align-items:stretch;}
.lot-year-wrap{position:relative;flex-shrink:0;display:none;}
.lot-year{border:1.5px solid #e0e8f4;border-radius:10px;padding:12px 32px 12px 14px;font-size:16px;font-weight:700;font-family:'Sora',sans-serif;color:#0a1628;outline:none;background:#fff;appearance:none;-webkit-appearance:none;cursor:pointer;transition:border-color 0.2s;height:100%;}
.lot-year:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,0.08);}
.lot-year-arr{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:12px;color:#9ab0cc;pointer-events:none;}
.lot-row .lot-inp{flex:1;margin-bottom:0;}
.inp-note{font-size:11px;color:#a0b4cc;text-align:center;margin-bottom:16px;}
.calc-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;background:#2563eb;border:none;border-radius:11px;color:#fff;font-size:15px;font-weight:700;padding:14px;cursor:pointer;font-family:'Inter',sans-serif;transition:background 0.2s;}
.calc-btn:hover{background:#1a52d4;}

/* RIGHT RESULT */
.result-panel{background:#0d1f3c;border-radius:16px;padding:28px;text-align:center;min-height:300px;display:flex;flex-direction:column;justify-content:center;}
.rp-icon{font-size:32px;margin-bottom:10px;}
.rp-icon-svg{width:48px;height:48px;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.1);border-radius:14px;font-size:26px;}
.rp-label{font-size:10px;color:#4fc8a0;font-weight:700;letter-spacing:0.13em;text-transform:uppercase;margin-bottom:6px;}
.rp-date{font-family:'Sora',sans-serif;font-size:32px;font-weight:800;color:#fff;margin-bottom:8px;line-height:1.15;}
.rp-date.placeholder{font-size:18px;color:#3a5a7a;}

@keyframes rpAppear{
  0%{opacity:0;transform:translateY(18px) scale(0.97);}
  60%{transform:translateY(-3px) scale(1.01);}
  100%{opacity:1;transform:translateY(0) scale(1);}
}
#result-state.show{animation:rpAppear 0.55s cubic-bezier(0.34,1.56,0.64,1) both;}
.rp-diff{font-size:13px;color:#7a9cc4;margin-bottom:10px;line-height:1.6;}
.rp-diff strong{color:#fff;}
.rp-rate{font-size:12px;color:#a0c4cc;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.1);border-radius:8px;padding:8px 12px;margin-bottom:16px;display:none;line-height:1.5;}
.rp-rate strong{color:#7de8c8;font-size:14px;}
.rp-disclaimer{background:#fffbeb;border:1px solid #f5bd5a;border-radius:11px;padding:14px 16px;text-align:left;display:flex;gap:10px;align-items:flex-start;}
.rp-disc-icon{font-size:18px;flex-shrink:0;margin-top:1px;}
.rp-disc-title{font-size:12px;font-weight:700;color:#92400e;margin-bottom:4px;}
.rp-disc-text{font-size:11px;color:#b45309;line-height:1.55;}

/* LOADER */
.loader-steps{display:flex;flex-direction:column;gap:7px;margin-bottom:16px;}
.ls-row{display:flex;align-items:center;justify-content:center;gap:10px;padding:8px 12px;border-radius:8px;background:rgba(255,255,255,0.04);opacity:0.35;transition:all 0.35s;}
.ls-row.active{opacity:1;background:rgba(79,200,160,0.1);border:1px solid rgba(79,200,160,0.2);}
.ls-row.done{opacity:0.6;background:rgba(255,255,255,0.04);}
.ls-num{width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,0.08);display:flex;align-items:center;justify-content:center;font-size:11px;color:#7a9cc4;font-weight:700;flex-shrink:0;}
.ls-row.active .ls-num{background:#4fc8a0;color:#0d1f3c;}
.ls-row.done .ls-num{background:rgba(79,200,160,0.25);color:#4fc8a0;}
.ls-txt{font-size:12px;color:#5a7a9a;text-align:center;}
.ls-row.active .ls-txt{color:#fff;font-weight:600;}
.prog-bar{height:5px;background:rgba(255,255,255,0.08);border-radius:5px;overflow:hidden;margin-bottom:6px;}
.prog-fill{height:100%;background:linear-gradient(90deg,#2563eb,#4fc8a0);border-radius:5px;width:0%;transition:width 0.6s ease;}
.prog-pct{text-align:right;font-family:'Sora',sans-serif;font-size:12px;font-weight:700;color:#4fc8a0;}
.dots-row{display:flex;justify-content:center;gap:8px;margin-bottom:16px;}
.dot{width:10px;height:10px;border-radius:50%;animation:bpulse 1.2s infinite ease-in-out;}
.dot1{background:#2563eb;}
.dot2{background:#4fc8a0;animation-delay:0.2s;}
.dot3{background:#7a9cc4;animation-delay:0.4s;}
@keyframes bpulse{0%,80%,100%{transform:scale(0.55);opacity:0.4;}40%{transform:scale(1.1);opacity:1;}}

/* ===== TAMBIÉN ===== */
.also-section{max-width:960px;margin:0 auto;padding:0 40px 32px;}
.sec-label{font-size:11px;font-weight:700;color:#6a85a0;text-transform:uppercase;letter-spacing:0.13em;text-align:center;margin-bottom:18px;}
.also-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}

.also-main-card{background:#fff;border:1px solid #e8eef6;border-left:4px solid #2563eb;border-radius:16px;padding:24px 28px;display:flex;align-items:center;justify-content:space-between;gap:24px;cursor:pointer;margin-bottom:12px;transition:box-shadow 0.2s,border-color 0.2s;text-decoration:none;box-shadow:0 4px 20px rgba(37,99,235,0.06);}
.also-main-card:hover{box-shadow:0 8px 32px rgba(37,99,235,0.12);border-color:#2563eb;}
.amc-left{display:flex;align-items:center;gap:18px;}
.amc-icon{width:52px;height:52px;border-radius:14px;background:#FFF4E6;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0;}
.amc-eyebrow{font-size:10px;font-weight:700;color:#2563eb;text-transform:uppercase;letter-spacing:0.1em;margin-bottom:5px;}
.amc-title{font-family:'Sora',sans-serif;font-size:18px;font-weight:800;color:#0a1628;margin-bottom:5px;line-height:1.25;}
.amc-sub{font-size:13px;color:#6a80a0;line-height:1.5;}
.amc-right{flex-shrink:0;}
.amc-btn{background:#2563eb;color:#fff;font-size:13px;font-weight:700;padding:11px 22px;border-radius:10px;white-space:nowrap;font-family:'Inter',sans-serif;}

.also-second-card{background:#fff;border:1px solid #e8eef6;border-radius:16px;padding:20px 24px;display:flex;align-items:center;gap:16px;cursor:pointer;transition:border-color 0.2s,box-shadow 0.2s;text-decoration:none;}
.also-second-card:hover{border-color:#2563eb;box-shadow:0 4px 16px rgba(37,99,235,0.08);}
.asc-icon{width:44px;height:44px;border-radius:12px;background:#EEF5FF;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;}
.asc-content{flex:1;}
.asc-tag{font-size:10px;font-weight:700;color:#2563eb;text-transform:uppercase;letter-spacing:0.09em;display:block;margin-bottom:4px;}
.asc-title{font-size:15px;font-weight:700;color:#0a1628;margin-bottom:4px;line-height:1.3;}
.asc-sub{font-size:12px;color:#6a80a0;line-height:1.45;}
.asc-arrow{font-size:20px;color:#9ab0cc;flex-shrink:0;}

/* ===== LOTES DISPLAY ===== */
.lotes-section{max-width:960px;margin:0 auto;padding:0 40px 32px;}
.lotes-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;}
.lotes-title{font-size:13px;font-weight:700;color:#6a85a0;text-transform:uppercase;letter-spacing:0.12em;}
.lotes-refresh{font-size:11px;color:#2563eb;text-decoration:none;font-weight:600;display:flex;align-items:center;gap:4px;}
.lotes-refresh:hover{opacity:0.8;}

.prov-list{display:flex;flex-direction:column;gap:8px;}
.prov-block{background:#fff;border-radius:14px;border:1px solid #e8eef6;overflow:hidden;transition:box-shadow 0.2s,border-color 0.2s;}
.prov-block:hover{box-shadow:0 4px 16px rgba(13,31,66,0.07);}
.prov-block.open{border:2px solid #93b8e8;box-shadow:0 6px 24px rgba(37,99,235,0.1);}
.prov-block.open .prov-hdr{background:#f0f5ff;}
.prov-hdr{display:flex;align-items:center;padding:14px 18px;cursor:pointer;user-select:none;gap:12px;}
.prov-hdr:hover{background:#fafbff;}
.prov-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;}
.prov-icon.bcn{background:#EEF5FF;}
.prov-icon.mad{background:#FFF4E6;}
.prov-icon.val{background:#E6F7F0;}
.prov-icon.ali{background:#FEF3E2;}
.prov-icon.mur{background:#F3F0FF;}
.prov-icon.mlg{background:#FFF0F0;}
.prov-icon.sev{background:#FEF9E7;}
.prov-icon.other{background:#F0F4F8;}
.prov-meta{flex:1;}
.prov-name{font-size:18px;font-weight:700;color:#0a1628;margin-bottom:2px;}
.prov-sub{font-size:13px;color:#7a9cc4;}
.prov-right{display:flex;align-items:center;gap:10px;}
.prov-badge{background:#f0f4f8;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600;color:#5a7a9a;white-space:nowrap;}
.prov-chev{font-size:14px;color:#9ab0cc;transition:transform 0.25s;}
.prov-block.open .prov-chev{transform:rotate(180deg);color:#2563eb;}
.prov-body{max-height:0;overflow:hidden;transition:max-height 0.4s ease;}
.prov-block.open .prov-body{max-height:800px;}
.offices-wrap{display:flex;gap:12px;padding:12px 12px 12px 16px;overflow-x:auto;border-top:1px solid #e8eef6;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;box-sizing:border-box;}
.offices-wrap::-webkit-scrollbar{height:8px;}
.offices-wrap::-webkit-scrollbar-track{background:#edf1f7;border-radius:8px;margin:0 12px;}
.offices-wrap::-webkit-scrollbar-thumb{background:#9ab0cc;border-radius:8px;}
.offices-wrap::-webkit-scrollbar-thumb:hover{background:#6a80a0;}
.off-card{background:#f0f4f9;border:1.5px solid #b8e8d4;border-radius:12px;padding:16px 18px;flex:0 0 calc((100% - 24px - 24px) / 3);min-width:160px;scroll-snap-align:start;transition:border-color 0.2s,box-shadow 0.2s;display:flex;flex-direction:column;}
.off-card:hover{border-color:#4fc8a0;box-shadow:0 4px 14px rgba(79,200,160,0.15);background:#e8eef6;}
.off-top{margin-bottom:0;flex:1;}
.off-name{font-size:12px;font-weight:600;color:#2a3f5f;line-height:1.5;}
.off-time{display:none;}
.off-dot{display:none;}
.off-ago{display:none;}
.off-lot{display:flex;align-items:baseline;gap:6px;margin-bottom:0;padding-top:12px;padding-bottom:10px;}
.off-lot-lbl{font-size:10px;font-weight:700;color:#9ab0cc;text-transform:uppercase;letter-spacing:0.08em;}
.off-lot-num{font-family:'Sora',sans-serif;font-size:30px;font-weight:800;color:#0a1628;line-height:1;}
.off-lot-yr{font-size:12px;color:#9ab0cc;}
.off-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto;flex-wrap:nowrap;gap:4px;}
.off-confirmed{display:inline-flex;align-items:center;gap:4px;background:#e6f7f0;color:#059669;font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px;white-space:nowrap;flex-shrink:0;}
.off-date{font-size:10px;color:#b0bcc8;white-space:nowrap;flex-shrink:0;}
.offices-scroll-hint{display:flex;align-items:center;gap:6px;padding:4px 16px 12px;font-size:11px;color:#9ab0cc;}
.offices-scroll-hint span{font-size:14px;}

.rp-cta{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding:11px 14px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:10px;text-decoration:none;transition:background 0.2s,border-color 0.2s;gap:8px;}
.rp-cta:hover{background:rgba(255,255,255,0.1);border-color:rgba(79,200,160,0.4);}
.rp-cta span:first-child{font-size:12px;color:#a0b4cc;white-space:nowrap;}
.rp-cta-arrow{font-size:12px;font-weight:700;color:#4fc8a0;white-space:nowrap;flex-shrink:0;}

/* ===== SOCIAL PROOF ===== */
.social-proof-hero{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:20px;padding:6px 14px;margin-top:16px;position:relative;z-index:1;}
.sp-dot{width:7px;height:7px;border-radius:50%;background:#4fc8a0;animation:lblink 1.5s infinite;flex-shrink:0;}
.sp-text{font-size:12px;color:#a0b4cc;}
.sp-text strong{color:#fff;}

.social-proof-btn{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:10px;padding:7px 0;flex-wrap:nowrap;}
.spb-avatars{display:flex;flex-shrink:0;}
.spb-avatar{width:20px;height:20px;border-radius:50%;border:2px solid #fff;margin-left:-6px;font-size:10px;display:flex;align-items:center;justify-content:center;background:#e8eef6;}
.spb-avatar:first-child{margin-left:0;}
.spb-text{font-size:11px;color:#7a9cc4;white-space:nowrap;}
.spb-text strong{color:#0a1628;}
.how{padding:4px 40px 28px;max-width:960px;margin:0 auto;}
.sec-title{text-align:center;font-size:12px;font-weight:700;color:#6a85a0;text-transform:uppercase;letter-spacing:0.11em;margin-bottom:14px;}
.how-steps{display:grid;grid-template-columns:1fr 32px 1fr 32px 1fr;gap:0;align-items:stretch;}
.how-connector{display:flex;align-items:center;justify-content:center;align-self:center;}
.how-connector-arrow{color:#4fc8a0;font-size:20px;font-weight:700;}
.hs{background:linear-gradient(135deg,#f8fbff 0%,#eef5ff 100%);border-radius:16px;padding:24px 20px;text-align:center;border:1px solid #dce8fb;position:relative;overflow:hidden;height:100%;box-sizing:border-box;}
.hs-n{width:36px;height:36px;border-radius:50%;background:#2563eb;color:#fff;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;box-shadow:0 4px 12px rgba(37,99,235,0.3);}
.hs-t{font-size:16px;font-weight:700;color:#0a1628;margin-bottom:6px;}
.hs-d{font-size:13px;color:#6a80a0;line-height:1.6;}

/* ===== LOTES BANNER (updated) ===== */
.banner-section{max-width:960px;margin:0 auto;padding:0 40px 32px;}
.lb-inner{background:#0a1628;border-radius:16px;padding:14px 20px;display:flex;align-items:center;gap:12px;overflow:hidden;}
.lb-left{flex-shrink:0;min-width:0;}
.lb-updated{font-size:10px;color:#3a5a7a;text-transform:uppercase;letter-spacing:0.08em;margin-bottom:3px;white-space:nowrap;}
.lb-title{font-size:clamp(11px,1.2vw,14px);font-weight:700;color:#fff;display:flex;align-items:center;gap:6px;white-space:nowrap;}
.lb-dot{width:7px;height:7px;border-radius:50%;background:#4fc8a0;flex-shrink:0;animation:lblink 2s infinite;}
@keyframes lblink{0%,100%{opacity:1;}50%{opacity:0.25;}}
.lb-sep{width:1px;height:36px;background:rgba(255,255,255,0.1);flex-shrink:0;}
.lb-cities{display:flex;flex:1;align-items:center;min-width:0;overflow:hidden;}
.lb-city{display:flex;align-items:center;gap:6px;padding:5px 8px;border-radius:9px;transition:background 0.2s;text-decoration:none;flex:1;min-width:0;overflow:hidden;}
.lb-city:hover{background:rgba(255,255,255,0.07);}
.lb-city-icon{width:26px;height:26px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;}
.lb-city-icon.bcn{background:rgba(79,200,160,0.15);}
.lb-city-icon.mad{background:rgba(245,166,35,0.15);}
.lb-city-icon.val{background:rgba(239,68,68,0.15);}
.lb-city-icon.mlg{background:rgba(139,92,246,0.15);}
.lb-city-info{display:flex;flex-direction:column;gap:1px;min-width:0;overflow:hidden;}
.lb-city-name{font-size:clamp(10px,1vw,12px);font-weight:700;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.lb-city-lot{font-size:clamp(10px,1vw,11px);font-weight:700;color:#4fc8a0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.lb-city-time{font-size:clamp(9px,0.9vw,10px);color:#4a6a8a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.lb-hint{display:none;}

/* ===== PROVINCE ACCORDION ===== */
.province-section{max-width:960px;margin:0 auto;padding:0 40px 32px;}
.prov-sec-header{text-align:center;margin-bottom:20px;}
.prov-eyebrow{font-size:10px;font-weight:700;color:#9aaabb;text-transform:uppercase;letter-spacing:0.13em;margin-bottom:8px;}
.prov-title{font-family:'Sora',sans-serif;font-size:22px;font-weight:800;color:#0a1628;margin-bottom:6px;}


.province-list{display:flex;flex-direction:column;gap:10px;}
.province-block{background:#fff;border-radius:16px;border:1px solid #e8eef6;overflow:hidden;transition:box-shadow 0.2s;}
.province-block:hover{box-shadow:0 4px 20px rgba(13,31,66,0.08);}
.province-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;cursor:pointer;user-select:none;}
.province-header:hover{background:#fafbff;}
.ph-left{display:flex;align-items:center;gap:12px;}
.ph-flag{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;}
.ph-flag.bcn{background:#EEF5FF;}
.ph-flag.mad{background:#FFF4E6;}
.ph-flag.val{background:#E6F7F0;}
.ph-flag.ali{background:#FEF3E2;}
.ph-flag.mur{background:#F3F0FF;}
.ph-flag.mlg{background:#FFF0F0;}
.ph-name{font-family:'Sora',sans-serif;font-size:17px;font-weight:700;color:#0a1628;}
.ph-count{font-size:13px;color:#7a9cc4;margin-top:3px;}
.ph-right{display:flex;align-items:center;gap:12px;}
.ph-badge{background:#f0f4f8;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600;color:#5a7a9a;}
.ph-chevron{font-size:14px;color:#9ab0cc;transition:transform 0.25s;display:block;}
.province-block.popen .ph-chevron{transform:rotate(180deg);color:#2563eb;}
.province-body{max-height:0;overflow:hidden;transition:max-height 0.4s ease;}
.province-block.popen .province-body{max-height:800px;}
.offices-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#f0f4f8;border-top:1px solid #f0f4f8;}
.office-card{background:#fff;padding:16px 18px;}
.office-card:hover{background:#fafbff;}
.oc-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:8px;gap:8px;}
.oc-name{font-size:11px;font-weight:600;color:#4a5e78;line-height:1.45;flex:1;}
.oc-status{display:flex;align-items:center;gap:4px;flex-shrink:0;}
.oc-dot{width:6px;height:6px;border-radius:50%;background:#4fc8a0;flex-shrink:0;}
.oc-time{font-size:10px;color:#9ab0cc;white-space:nowrap;}
.oc-lot-row{display:flex;align-items:baseline;gap:6px;margin-bottom:8px;}
.oc-lot-label{font-size:9px;font-weight:700;color:#9ab0cc;text-transform:uppercase;letter-spacing:0.08em;}
.oc-lot-num{font-family:'Sora',sans-serif;font-size:28px;font-weight:800;color:#0a1628;line-height:1;}
.oc-lot-year{font-size:11px;color:#9ab0cc;font-weight:500;}
.oc-bottom{display:flex;align-items:center;justify-content:space-between;}
.oc-confirmed{display:inline-flex;align-items:center;gap:4px;background:#e6f7f0;color:#059669;font-size:10px;font-weight:700;padding:3px 8px;border-radius:20px;}
.oc-date{font-size:10px;color:#b0bcc8;}
.seo-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;}

.prov-search-wrap{max-width:400px;margin:0 auto 20px;position:relative;}
.prov-search{width:100%;border:1.5px solid #e0e8f4;border-radius:10px;padding:11px 16px 11px 40px;font-size:14px;color:#0a1628;font-family:'Inter',sans-serif;background:#fff;outline:none;transition:border-color 0.2s;}
.prov-search:focus{border-color:#2563eb;}
.prov-search-icon{position:absolute;left:13px;top:50%;transform:translateY(-50%);font-size:16px;pointer-events:none;}
.prov-no-results{text-align:center;padding:32px;color:#9ab0cc;font-size:14px;background:#fff;border-radius:16px;border:1px solid #e8eef6;display:none;}

/* ===== INFORMATIVE BLOCKS ===== */
.info-section{max-width:960px;margin:0 auto;padding:0 40px 32px;}

/* Block: Cómo encontrar tu lote */
.find-lot-block{background:#fff;border-radius:20px;border:1px solid #e8eef6;padding:36px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.flb-eyebrow{font-size:10px;font-weight:700;color:#2563eb;text-transform:uppercase;letter-spacing:0.12em;margin-bottom:10px;}
.flb-title{font-family:'Sora',sans-serif;font-size:22px;font-weight:800;color:#0a1628;line-height:1.3;margin-bottom:14px;}
.flb-desc{font-size:14px;color:#4a5e78;line-height:1.75;margin-bottom:20px;}
.flb-steps{display:flex;flex-direction:column;gap:12px;}
.flb-step{display:flex;align-items:flex-start;gap:12px;}
.flb-step-num{width:28px;height:28px;border-radius:50%;background:#0a1628;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;}
.flb-step-text{font-size:13px;color:#4a5e78;line-height:1.6;}
.flb-step-text strong{color:#0a1628;}
/* Resguardo illustration */
.resguardo-mock{background:#f8f9fc;border-radius:14px;border:1px solid #e0e8f4;padding:24px;position:relative;}
.rm-header{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid #e8eef6;}
.rm-logo{width:36px;height:36px;background:#0a1628;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;color:#fff;font-weight:800;}
.rm-title{font-size:12px;font-weight:700;color:#0a1628;line-height:1.3;}
.rm-sub{font-size:10px;color:#7a9cc4;}
.rm-row{display:flex;justify-content:space-between;margin-bottom:10px;padding:8px 10px;border-radius:7px;}
.rm-row.highlight{background:#FFF7E6;border:1.5px solid #F5BD5A;position:relative;}
.rm-field{font-size:10px;color:#7a9cc4;text-transform:uppercase;letter-spacing:0.06em;margin-bottom:2px;}
.rm-value{font-size:13px;font-weight:700;color:#0a1628;}
.rm-value.lot{font-family:'Sora',sans-serif;font-size:18px;font-weight:800;color:#2563eb;}
.rm-arrow{position:absolute;right:-40px;top:50%;transform:translateY(-50%);font-size:22px;}
.rm-badge{position:absolute;top:-10px;right:10px;background:#F5A623;color:#fff;font-size:9px;font-weight:800;padding:3px 8px;border-radius:10px;letter-spacing:0.06em;}

/* Block: Qué hacer cuando esté listo */
.next-steps-block{background:#0a1628;border-radius:20px;padding:36px;margin-top:16px;}
.nsb-header{text-align:center;margin-bottom:28px;}
.nsb-eyebrow{font-size:10px;font-weight:700;color:#4fc8a0;text-transform:uppercase;letter-spacing:0.12em;margin-bottom:10px;}
.nsb-title{font-family:'Sora',sans-serif;font-size:22px;font-weight:800;color:#fff;margin-bottom:6px;}
.nsb-sub{font-size:13px;color:#7a9cc4;}
.nsb-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.nsb-step{background:rgba(255,255,255,0.05);border-radius:14px;padding:20px;border:1px solid rgba(255,255,255,0.08);position:relative;}
.nsb-num{font-family:'Sora',sans-serif;font-size:32px;font-weight:800;color:rgba(255,255,255,0.08);position:absolute;top:12px;right:16px;line-height:1;}
.nsb-icon{font-size:24px;margin-bottom:12px;}
.nsb-step-title{font-size:14px;font-weight:700;color:#fff;margin-bottom:6px;line-height:1.3;}
.nsb-step-desc{font-size:12px;color:#7a9cc4;line-height:1.6;}
.nsb-step-link{display:inline-block;font-size:11px;font-weight:700;color:#4fc8a0;margin-top:10px;text-decoration:none;}
.nsb-step-link:hover{color:#7adfc0;}
.nsb-connector{position:absolute;right:-8px;top:50%;transform:translateY(-50%);font-size:16px;color:rgba(255,255,255,0.15);z-index:2;}

/* ===== FAQ (compact) ===== */
.faq-section{max-width:960px;margin:0 auto;padding:0 40px 40px;}
.faq-main-title{font-family:'Sora',sans-serif;font-size:30px;font-weight:700;color:#0a1628;text-align:center;margin-bottom:24px;}
.faq-list{display:flex;flex-direction:column;}
.faq-item{border:1px solid #e8eef6;border-radius:0;margin-bottom:-1px;background:#fff;overflow:hidden;}
.faq-item:first-child{border-radius:14px 14px 0 0;}
.faq-item:last-child{border-radius:0 0 14px 14px;margin-bottom:0;}
.faq-q{display:flex;align-items:flex-start;gap:16px;padding:20px 24px;cursor:pointer;user-select:none;}
.faq-q:hover{background:#f8faff;}
.faq-q-icon{width:44px;height:44px;border-radius:12px;background:#EEF5FF;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;margin-top:2px;}
.faq-q-content{flex:1;}
.faq-q-title{font-size:17px;font-weight:700;color:#0a1628;margin-bottom:5px;line-height:1.35;}
.faq-q-preview{font-size:14px;color:#6a80a0;line-height:1.6;}
.faq-chevron{font-size:18px;color:#9ab0cc;flex-shrink:0;margin-top:10px;transition:transform 0.25s;display:block;}
.faq-item.open .faq-chevron{transform:rotate(180deg);color:#2563eb;}
.faq-body{max-height:0;overflow:hidden;transition:max-height 0.38s ease;}
.faq-item.open .faq-body{max-height:400px;}
.faq-item.open{background:#fff;border:2px solid #93b8e8;}
.faq-item.open .faq-q{background:#f0f5ff;}
.faq-body-inner{padding:16px 28px 22px 84px;border-top:2px solid #e8eef6;background:#fff;}
.faq-body-inner p{font-size:15px;color:#1a2e4a;line-height:1.85;margin-bottom:8px;font-weight:400;}
.faq-body-inner p:last-child{margin-bottom:0;}
.faq-body-inner strong{color:#0a1628;font-weight:700;}
.faq-body-inner a{color:#2563eb;text-decoration:none;}

/* ===== FOOTER ===== */
.footer{background:#0a1628;padding:44px 40px 22px;}
.footer-top{display:grid;grid-template-columns:1.8fr 1fr 1.2fr 1fr 1.4fr;gap:36px;margin-bottom:36px;}
.ft-logo-row{display:flex;align-items:center;gap:12px;margin-bottom:14px;}
.ft-logo-box{width:46px;height:46px;border:2.5px solid #c9a84c;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-direction:column;flex-shrink:0;}
.ft-logo-f{font-family:'Sora',sans-serif;font-size:18px;font-weight:800;color:#c9a84c;line-height:1;}
.ft-logo-24{font-size:9px;font-weight:800;color:#c9a84c;line-height:1;}
.ft-brand-name{font-size:12px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:0.03em;display:block;line-height:1.3;}
.ft-brand-sub{font-size:10px;color:#4a6a8a;text-transform:uppercase;letter-spacing:0.03em;display:block;}
.ft-desc{font-size:11px;color:#3a5a7a;line-height:1.65;margin-bottom:8px;}
.ft-copy{font-size:10px;color:#2a4a6a;line-height:1.5;}
.ft-col-title{font-size:12px;font-weight:700;color:#fff;margin-bottom:14px;letter-spacing:0.02em;}
.ft-links{display:flex;flex-direction:column;gap:9px;}
.ft-link{font-size:12px;color:#4a6a8a;text-decoration:none;transition:color 0.15s;}
.ft-link:hover{color:#a0b4cc;}
.ft-contact{display:flex;flex-direction:column;gap:12px;margin-bottom:14px;}
.ft-contact-item{display:flex;align-items:center;gap:9px;font-size:12px;color:#a0b4cc;font-weight:500;}
.ft-social{display:flex;gap:9px;}
.ft-soc{width:34px;height:34px;border-radius:9px;background:rgba(255,255,255,0.07);display:flex;align-items:center;justify-content:center;font-size:15px;color:#7a9cc4;cursor:pointer;transition:background 0.15s;}
.ft-soc:hover{background:rgba(255,255,255,0.14);}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.07);padding-top:18px;}
.ft-bottom-copy{font-size:11px;color:#2a4a6a;}

/* ============================================
   MOBILE — строго одна колонка везде
   ============================================ */

@media (max-width:767px){

  /* === NAVBAR === */
  .navbar{padding:0 16px;height:54px;}
  .nav-links{display:none !important;}
  .nav-right .nav-icon{display:none !important;}
  .nav-logo-title{display:none;}
  .nav-right{gap:6px;}

  /* === HERO === */
  .hero{padding:24px 16px 44px;}
  .hero-h1{font-size:26px;line-height:1.2;}
  .hero-sub{font-size:13px;margin-bottom:10px;white-space:wrap;overflow:hidden;text-overflow:ellipsis;}
  .hero-calendar{display:none;}
  .hero-dot1,.hero-dot2,.hero-dot3{display:none;}
  .hero-badges{display:none !important;}
  .social-proof-hero{font-size:11px;margin-top:12px;}
  .sp-text{font-size:11px;}

  /* === MAIN CARD — ОДНА КОЛОНКА === */
  .main-wrap{margin:-22px auto 0;padding:0 12px 20px;}
  .main-card{
    grid-template-columns:1fr !important;
    display:grid !important;
    padding:20px 16px;
    gap:16px;
    align-items:start !important;
    position:relative !important;
  }
  .main-card>div{width:100% !important;}
  .main-card>div:last-child{display:flex !important;flex-direction:column !important;}

  /* FORM — увеличенные шрифты */
  .mc-title{font-size:17px;}
  .mc-sub{font-size:13px;margin-bottom:16px;}
  .fl{font-size:12px;letter-spacing:0.06em;}
  .fsel{font-size:16px;padding:13px 36px 13px 14px;}
  .ld-label{font-size:11px;}
  .ld-val{font-size:18px;}
  .lot-inp{font-size:24px;padding:14px;}
  .inp-note{font-size:12px;}
  .calc-btn{font-size:16px;padding:15px;}
  .social-proof-btn{justify-content:center;}

  /* RESULT PANEL */
  .result-panel{
    min-height:auto !important;
    padding:20px 16px;
  }
  .rp-date{font-size:24px;}
  .rp-label{font-size:11px;}
  .rp-diff{font-size:13px;}
  .rp-disc-title{font-size:12px;}
  .rp-disc-text{font-size:12px;}
  .disclaimer{flex-direction:row;}

  /* === CÓMO FUNCIONA — ОДНА КОЛОНКА === */
  .how{padding:20px 12px;}
  .how-steps{
    grid-template-columns:1fr !important;
    display:grid !important;
    gap:10px;
  }
  .how-connector{display:none !important;}
  .hs{
    display:flex !important;
    flex-direction:row !important;
    align-items:center;
    gap:14px;
    text-align:left;
    padding:14px 16px;
  }
  .hs::before{width:3px;height:100%;top:0;left:0;right:auto;border-radius:16px 0 0 16px;}
  .hs-n{margin:0 !important;flex-shrink:0;}
  .hs-content{display:flex;flex-direction:column;gap:2px;}
  .hs-t{font-size:14px;font-weight:700;margin-bottom:0;}
  .hs-d{font-size:12px;color:#6a80a0;line-height:1.5;}

  /* === AD BLOCKS === */
  .ezoic-ad-wrap{padding:0 12px 16px !important;}
  .ezoic-ad-wrap>div{min-height:60px;}

  /* === BANNER — вертикальный список === */
  .banner-section{display:none !important;}
  .lb-inner{
    flex-direction:column !important;
    align-items:stretch !important;
    padding:12px 14px;
    gap:8px;
  }
  .lb-cities{
    display:flex !important;
    flex-direction:column !important;
    gap:4px !important;
    overflow:visible !important;
    width:100% !important;
  }
  .lb-left{width:100%;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,0.08);}
  .lb-sep{display:none !important;}
  .lb-city{
    width:100% !important;
    box-sizing:border-box !important;
    padding:9px 12px;
    border-radius:10px;
    background:rgba(255,255,255,0.05);
    display:flex !important;
    flex-direction:row !important;
    align-items:center;
    gap:10px;
  }
  .lb-city-info{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    gap:6px !important;
    flex:1 !important;
    overflow:hidden !important;
    flex-wrap:nowrap !important;
  }
  .lb-city-name{font-size:13px;font-weight:700;white-space:nowrap;flex-shrink:0;min-width:70px;}
  .lb-city-lot{font-size:11px;white-space:nowrap;flex:1;text-align:center;}
  .lb-city-time{font-size:10px;white-space:nowrap;flex-shrink:0;text-align:right;min-width:60px;}

  /* === TAMBIÉN — ОДНА КОЛОНКА === */
  .also-section{padding:0 12px 20px;}
  .also-main-card{
    flex-direction:column !important;
    padding:18px 16px;
    gap:14px;
  }
  .amc-left{
    flex-direction:column !important;
    gap:12px;
    width:100%;
  }
  .amc-right{width:100%;}
  .amc-btn{
    width:100% !important;
    text-align:center;
    padding:13px;
    display:block;
  }
  .also-second-card{padding:14px 16px;}
  .asc-sub{font-size:11px;}

  .rp-cta{flex-direction:column;align-items:flex-start;gap:4px;padding:10px 12px;}
  .rp-cta span:first-child{font-size:11px;}
  .rp-cta-arrow{font-size:12px;}

  /* === LOTES — офисы 2 колонки === */
  .lotes-section{padding:0 12px 20px;}
  .lotes-header{margin-bottom:10px;}
  .prov-hdr{padding:14px 16px;gap:12px;}
  .prov-name{font-size:15px !important;font-weight:700;}
  .prov-sub{font-size:12px !important;}
  .prov-icon{width:42px;height:42px;font-size:20px;}
  .lotes-title{font-size:12px;}
  .lotes-refresh{font-size:13px;}
  .prov-badge{display:none;}
  .offices-wrap{
    display:flex !important;
    overflow-x:auto !important;
    scroll-snap-type:x mandatory !important;
    -webkit-overflow-scrolling:touch !important;
    gap:8px !important;
    padding:12px 12px 10px !important;
    box-sizing:border-box !important;
    scroll-behavior:smooth !important;
  }
  .offices-wrap::-webkit-scrollbar{height:8px;display:block;}
  .offices-wrap::-webkit-scrollbar-track{background:#e8eef6;border-radius:8px;margin:0 12px;}
  .offices-wrap::-webkit-scrollbar-thumb{background:#9ab0cc;border-radius:8px;}
  .offices-wrap::-webkit-scrollbar-thumb:hover{background:#6a80a0;}
  .off-card{
    flex:0 0 auto !important;
    scroll-snap-align:start !important;
  }
  .offices-scroll-hint{display:none !important;}
  .off-lot-num{font-size:22px;}

  /* === FAQ — ОДНА КОЛОНКА === */
  .faq-section{padding:0 12px 24px;}
  .faq-main-title{font-size:20px;margin-bottom:16px;}
  .faq-q{padding:14px 14px;gap:12px;}
  .faq-q-icon{width:42px;height:42px;font-size:22px;border-radius:12px;}
  .faq-q-title{font-size:15px;font-weight:700;line-height:1.35;}
  .faq-q-preview{font-size:13px;line-height:1.55;color:#5a7a9a;margin-top:3px;}
  .faq-chevron{font-size:18px;}
  .faq-body-inner{padding:4px 14px 16px 14px;}
  .faq-body-inner p{font-size:13px;line-height:1.7;}

  /* === FOOTER — ОДНА КОЛОНКА === */
  .footer{padding:24px 16px 16px;}
  .footer-top{
    grid-template-columns:1fr !important;
    display:grid !important;
    gap:20px;
    margin-bottom:20px;
  }
  .footer-bottom{
    flex-direction:column !important;
    gap:8px;
    align-items:flex-start;
  }
  .ft-blinks{
    flex-direction:column !important;
    gap:6px;
  }
  
  .social-proof-btn {
      flex-wrap: wrap;
    }
}

/* === МИНИ-ТЕЛЕФОНЫ: iPhone SE, 320–390px === */
@media (max-width:390px) {
  .hero-h1{font-size:19px;}
  .hero-sub{font-size:11px;}
  .hero-badge{padding:7px 10px;}
  .main-card{padding:16px 12px;}
  .mc-title{font-size:15px;}
  .lot-inp{font-size:19px;}
  .rp-date{font-size:19px;}
  .amc-title{font-size:15px;}
  .amc-sub{font-size:12px;}
  .lb-cities{grid-template-columns:1fr 1fr;}
  .off-card{width:150px;}
  .calc-btn{font-size:13px;}
}

/* === TOUCH: убираем hover, используем active === */
@media (min-width:768px) and (max-width:1024px) {
  .main-wrap{padding:0 20px 28px;}
  .main-card{padding:28px 24px;gap:24px;}
  .also-section,.lotes-section,.how,.banner-section,.faq-section{padding-left:20px;padding-right:20px;}
  .footer-top{grid-template-columns:1fr 1fr 1fr;gap:20px;}
  .footer-top>div:last-child{grid-column:1/-1;}
  .footer{padding:28px 20px 16px;}
  .nav-links{display:none !important;}
}
  .also-main-card:hover,.also-second-card:hover,
  .off-card:hover,.faq-q:hover,.lb-city:hover,
  .prov-block:hover,.also-card:hover{
    box-shadow:none !important;
    border-color:#e8eef6 !important;
    background:inherit !important;
    opacity:1 !important;
  }
  .calc-btn:active{background:#1a52d4;}
  .amc-btn:active{opacity:0.85;}
  .faq-q:active{background:#f8faff;}
  .lb-city:active{background:rgba(255,255,255,0.1);}
