/* HivionBot Landing V2.3 - only landing/auth visual overrides */
html{scroll-behavior:smooth}
body.auth-modal-open{overflow:hidden}

/* Header / navigation */
.landing-screen .landing-header{
  position:sticky;top:16px;z-index:30;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;
  padding:16px 20px;margin-bottom:34px;border:1px solid rgba(243,189,63,.14);border-radius:28px;
  background:linear-gradient(180deg,rgba(8,10,13,.94),rgba(7,8,10,.86));backdrop-filter:blur(16px);
  box-shadow:0 24px 70px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.03)
}
.landing-screen .landing-header:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(90deg,rgba(243,189,63,.12),transparent 18%,transparent 82%,rgba(243,189,63,.08));opacity:.9}
.landing-screen .landing-header:after{content:"";position:absolute;left:24px;right:24px;bottom:-1px;height:1px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(243,189,63,.5),transparent);pointer-events:none}
.landing-screen .landing-brand{position:relative;z-index:1;display:flex;align-items:center;gap:16px;text-decoration:none;color:inherit;min-width:0}
.landing-screen .landing-brand-logo{width:68px;height:68px;object-fit:cover;border-radius:20px;border:1px solid rgba(243,189,63,.2);background:#08090b;box-shadow:0 14px 38px rgba(0,0,0,.42),0 0 0 4px rgba(243,189,63,.05)}
.landing-screen .landing-brand-copy strong{display:block;font-size:32px;line-height:1;color:#fff1d2;letter-spacing:-.03em}
.landing-screen .landing-brand-copy small{display:block;margin-top:4px;color:#ab9f8c;font-size:14px}
.landing-screen .landing-nav{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;padding:8px;border:1px solid rgba(243,189,63,.1);border-radius:999px;background:rgba(255,255,255,.02);box-shadow:inset 0 1px 0 rgba(255,255,255,.02)}
.landing-screen .landing-nav a{position:relative;color:#d4c5ad;text-decoration:none;font-weight:700;font-size:15px;padding:12px 16px;border-radius:999px;transition:transform .18s ease,color .18s ease,background .18s ease,box-shadow .18s ease}
.landing-screen .landing-nav a:hover,.landing-screen .landing-nav a.active{color:#fff5dd;background:linear-gradient(180deg,rgba(243,189,63,.18),rgba(243,189,63,.08));box-shadow:0 10px 24px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.05);transform:translateY(-1px)}
.landing-screen .landing-nav a.active:after,.landing-screen .landing-nav a:hover:after{content:"";position:absolute;left:18px;right:18px;bottom:7px;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,#f3bd3f,transparent)}
.landing-screen .landing-header-actions{position:relative;z-index:1;display:flex;justify-content:flex-end}
.landing-screen .landing-header-btn{min-width:200px;min-height:54px;border-radius:16px;font-weight:800;font-size:15px;box-shadow:0 16px 30px rgba(0,0,0,.22)}

/* Hero visual */
.landing-screen .hero-visual{position:relative;min-height:620px;display:grid;place-items:center}
.landing-screen .hero-visual-glow{position:absolute;inset:8% 8% 12%;border-radius:42px;background:radial-gradient(circle at center,rgba(243,189,63,.30) 0,rgba(243,189,63,.10) 36%,transparent 70%);filter:blur(22px)}
.landing-screen .hero-stage{position:relative;z-index:1;width:min(100%,590px);padding:18px;border-radius:38px;border:1px solid rgba(243,189,63,.16);background:linear-gradient(180deg,rgba(14,13,11,.96),rgba(8,9,12,.98));box-shadow:0 28px 90px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.04)}
.landing-screen .hero-stage-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;padding:2px 6px 0}
.landing-screen .hero-stage-kicker,.landing-screen .hero-stage-status{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;border:1px solid rgba(243,189,63,.16);background:rgba(243,189,63,.06);color:#eac05f;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.landing-screen .hero-stage-status{color:#d8ccb5;background:rgba(255,255,255,.02)}
.landing-screen .hero-robot-card{position:relative;width:100%;padding:14px;border-radius:32px;border:1px solid rgba(243,189,63,.14);background:linear-gradient(180deg,rgba(20,17,12,.96),rgba(8,8,10,.98));box-shadow:0 18px 50px rgba(0,0,0,.28)}
.landing-screen .hero-robot-card img{display:block;width:100%;height:auto;border-radius:24px}
.landing-screen .hero-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}
.landing-screen .hero-feature-card{display:grid;gap:4px;min-height:88px;padding:16px 18px;border-radius:20px;border:1px solid rgba(243,189,63,.12);background:linear-gradient(180deg,rgba(16,16,20,.98),rgba(10,11,14,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.02)}
.landing-screen .hero-feature-card strong{color:#fff0cf;font-size:19px;line-height:1.1}
.landing-screen .hero-feature-card span{color:#bcae95;font-size:14px;line-height:1.45}

/* Premium value section */
.landing-screen .landing-value-section{margin:26px 0 30px;padding:34px 32px;border-radius:32px;border:1px solid rgba(243,189,63,.12);background:linear-gradient(180deg,rgba(11,12,16,.9),rgba(8,9,12,.96));box-shadow:0 24px 90px rgba(0,0,0,.22)}
.landing-screen .landing-section-head{max-width:860px;margin:0 auto 26px;text-align:center}
.landing-screen .landing-section-head h2{margin:10px 0 14px;font-size:clamp(30px,3.6vw,52px);line-height:1.06;color:#fff2da;letter-spacing:-.03em}
.landing-screen .landing-section-head p{margin:0;color:#cdbfa6;line-height:1.75;font-size:17px}
.landing-screen .value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}
.landing-screen .value-card{position:relative;overflow:hidden;display:flex;flex-direction:column;padding:30px 28px 28px;min-height:330px;border-radius:30px;border:1px solid rgba(243,189,63,.14);background:radial-gradient(circle at top left,rgba(243,189,63,.08),transparent 28%),linear-gradient(180deg,rgba(14,15,19,.98),rgba(8,10,13,.98));box-shadow:0 24px 70px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.02);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.landing-screen .value-card:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.02),transparent 18%,transparent 82%,rgba(243,189,63,.03))}
.landing-screen .value-card:hover{transform:translateY(-4px);border-color:rgba(243,189,63,.24);box-shadow:0 30px 90px rgba(0,0,0,.3),0 0 0 1px rgba(243,189,63,.06) inset}
.landing-screen .value-card-top{position:relative;z-index:1;display:flex;align-items:center;gap:14px;margin-bottom:18px}
.landing-screen .value-icon{width:68px;height:68px;display:grid;place-items:center;flex:0 0 68px;border-radius:20px;background:linear-gradient(180deg,rgba(243,189,63,.12),rgba(243,189,63,.03));border:1px solid rgba(243,189,63,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.03),0 12px 26px rgba(0,0,0,.18)}
.landing-screen .value-icon img{width:42px;height:42px;object-fit:contain;display:block;filter:drop-shadow(0 6px 14px rgba(243,189,63,.14))}
.landing-screen .value-tag{display:inline-flex;align-items:center;min-height:38px;padding:0 16px;border-radius:999px;border:1px solid rgba(243,189,63,.16);background:linear-gradient(180deg,rgba(243,189,63,.12),rgba(243,189,63,.05));color:#f1c45f;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.landing-screen .value-card h3{position:relative;z-index:1;margin:2px 0 14px;color:#fff2d8;font-size:36px;line-height:1.08;letter-spacing:-.03em}
.landing-screen .value-card p{position:relative;z-index:1;margin:0;color:#d0c2a9;line-height:1.8;font-size:17px}
.landing-screen .value-points{list-style:none;margin:24px 0 0;padding:18px 0 0;display:grid;gap:12px;border-top:1px solid rgba(243,189,63,.09)}
.landing-screen .value-points li{display:flex;align-items:center;gap:12px;color:#e8dcc5;font-size:16px}
.landing-screen .value-points li:before{content:"";width:9px;height:9px;border-radius:999px;background:linear-gradient(135deg,#f6cf6d,#d79a14);box-shadow:0 0 14px rgba(243,189,63,.42);flex:0 0 9px}

/* Bottom CTA */
.landing-screen .landing-auth-cta-section{grid-template-columns:1fr;margin-top:34px}
.landing-screen .landing-auth-copy-full{max-width:920px;margin:0 auto;text-align:center}
.landing-screen .landing-auth-copy-full .landing-checklist{max-width:720px;margin:24px auto 0;text-align:left}
.landing-screen .landing-cta-actions{justify-content:center}

/* Auth modal (landing only) */
.auth-modal{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:22px}
.auth-modal.hidden{display:none!important}
.auth-modal-backdrop{position:absolute;inset:0;background:rgba(3,4,6,.76);backdrop-filter:blur(12px)}
.auth-modal-card{position:relative;z-index:1;width:min(560px,100%);max-height:min(86vh,820px);overflow:auto;padding:30px;border-color:rgba(243,189,63,.28);box-shadow:0 38px 120px rgba(0,0,0,.58),0 0 0 1px rgba(255,215,116,.04) inset;animation:authModalIn .18s ease-out}
.auth-modal-close{position:absolute;top:14px;right:14px;width:38px;height:38px;border-radius:12px;border:1px solid rgba(243,189,63,.18);background:#151515;color:#f3c252;font-size:25px;line-height:1;cursor:pointer}
.auth-modal-close:hover{background:#211b10;border-color:rgba(243,189,63,.35)}
@keyframes authModalIn{from{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:none}}

@media(max-width:1180px){.landing-screen .hero-section{grid-template-columns:1fr}.landing-screen .hero-visual{min-height:unset;padding-top:12px}.landing-screen .hero-stage{width:min(100%,560px)}}
@media(max-width:980px){.landing-screen .landing-header{grid-template-columns:1fr;gap:16px;padding:18px}.landing-screen .landing-nav{justify-content:flex-start;overflow:auto;padding:8px}.landing-screen .value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.landing-screen .hero-stage{padding:14px;border-radius:28px}.landing-screen .hero-stage-top{flex-direction:column;align-items:flex-start;padding:0;gap:10px}.landing-screen .hero-stage-kicker,.landing-screen .hero-stage-status{min-height:32px;font-size:10px}.landing-screen .hero-feature-grid{grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.landing-screen .hero-feature-card{min-height:auto;padding:14px;border-radius:18px}.landing-screen .hero-feature-card strong{font-size:16px}.landing-screen .hero-feature-card span{font-size:12.5px}.landing-screen .value-grid{grid-template-columns:1fr}.auth-modal{padding:10px;align-items:end}.auth-modal-card{max-height:92vh;border-radius:22px 22px 12px 12px;padding:24px 18px 20px}}
@media(max-width:560px){.landing-screen .landing-header{top:10px;padding:14px 14px 16px;border-radius:22px}.landing-screen .landing-brand-logo{width:56px;height:56px;border-radius:16px}.landing-screen .landing-brand-copy strong{font-size:24px}.landing-screen .landing-nav a{font-size:14px;padding:10px 13px}.landing-screen .landing-header-btn{min-width:100%;min-height:50px}.landing-screen .hero-feature-grid{grid-template-columns:1fr}.landing-screen .hero-robot-card{padding:10px;border-radius:22px}.landing-screen .hero-robot-card img{border-radius:16px}.landing-screen .landing-value-section{padding:22px 18px}.landing-screen .value-card{padding:24px 22px;min-height:auto;border-radius:24px}.landing-screen .value-card h3{font-size:30px}.landing-screen .value-card p{font-size:16px;line-height:1.7}.landing-screen .value-points li{font-size:15px}}
