/* Tekno Unlocking Server - light landing page */
.landing-page {
    --landing-navy: #0b1739;
    --landing-text: #33415f;
    --landing-muted: #6f7c96;
    --landing-blue: #1769ff;
    --landing-cyan: #0bbbd6;
    --landing-soft: #f4f8ff;
    --landing-border: #e2e9f4;
    --landing-shadow: 0 24px 70px rgba(22, 54, 105, .12);
    background: #fff;
    color: var(--landing-navy);
}
.landing-page a { color: inherit; }
.landing-page .container { max-width: 1240px; padding-left: 28px; padding-right: 28px; }
.landing-page .navbar { background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(226,233,244,.8); backdrop-filter: blur(18px); padding: 14px 0; }
.landing-page .navbar.scrolled { background: rgba(255,255,255,.96); border-bottom-color: var(--landing-border); padding: 10px 0; box-shadow: 0 8px 30px rgba(11,23,57,.06); }
.landing-page .navbar-brand { display: flex; align-items: center; gap: 11px; color: var(--landing-navy); min-width: 0; }
.landing-page .brand-mark { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg,var(--landing-blue),var(--landing-cyan)); box-shadow: 0 9px 24px rgba(23,105,255,.24); flex-shrink: 0; }
.landing-page .brand-copy { display: flex; flex-direction: column; line-height: 1.05; min-width: 0; }
.landing-page .brand-copy strong { font-size: 1rem; color: var(--landing-navy); white-space: nowrap; }
.landing-page .brand-copy small { color: var(--landing-muted); font-size: .68rem; margin-top: 4px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.landing-page .nav-links { gap: 26px; }
.landing-page .nav-links a { color: #53617c; font-size: .9rem; font-weight: 600; }
.landing-page .nav-links a:hover { color: var(--landing-blue); }
.landing-page .nav-links a::after { background: var(--landing-blue); }
.landing-page .nav-links .btn-outline { border-color: var(--landing-border); color: var(--landing-navy); background: #fff; }
.landing-page .nav-links .btn-outline:hover { border-color: #b9c9e4; background: var(--landing-soft); }
.landing-page .nav-links .btn-primary { color: #fff; background: var(--landing-navy); border-radius: 10px; box-shadow: none; }
.landing-page .nav-toggle { color: var(--landing-navy); }

.landing-hero { position: relative; overflow: hidden; padding: 156px 0 100px; background: linear-gradient(180deg,#fff 0%,#f8fbff 100%); }
.landing-hero::before { content: ''; position: absolute; inset: 0; opacity: .35; background-image: radial-gradient(#bdd0ec 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to bottom,black,transparent 80%); }
.landing-orb { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.landing-orb-one { width: 420px; height: 420px; right: -130px; top: 50px; background: radial-gradient(circle,rgba(51,188,255,.14),transparent 70%); }
.landing-orb-two { width: 360px; height: 360px; left: -170px; bottom: -100px; background: radial-gradient(circle,rgba(23,105,255,.1),transparent 70%); }
.landing-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(430px,.95fr); gap: 80px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--landing-blue); background: #edf4ff; border: 1px solid #dbe9ff; border-radius: 100px; padding: 7px 13px; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--landing-cyan); box-shadow: 0 0 0 5px rgba(11,187,214,.12); }
.landing-hero h1 { max-width: 720px; font-size: clamp(2.7rem,5vw,4.8rem); line-height: 1.03; letter-spacing: -.055em; margin: 22px 0 24px; color: var(--landing-navy); }
.landing-hero h1 strong { color: var(--landing-blue); font-weight: 800; }
.landing-hero-copy > p { max-width: 620px; color: var(--landing-text); font-size: 1.08rem; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.landing-btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border-radius: 12px; font-size: .92rem; font-weight: 750; transition: .25s ease; }
.landing-btn:hover { transform: translateY(-2px); }
.landing-btn-primary { background: var(--landing-blue); color: #fff !important; box-shadow: 0 12px 28px rgba(23,105,255,.24); }
.landing-btn-primary:hover { background: #0e58df; }
.landing-btn-secondary { background: #fff; color: var(--landing-navy); border: 1px solid var(--landing-border); box-shadow: 0 6px 18px rgba(11,23,57,.05); }
.landing-btn-secondary:hover { border-color: #bdcae0; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--landing-border); }
.hero-trust > div { display: flex; align-items: center; gap: 10px; }
.hero-trust i { color: var(--landing-blue); font-size: 1rem; }
.hero-trust span { display: flex; flex-direction: column; }
.hero-trust b { color: var(--landing-navy); font-size: .78rem; }
.hero-trust small { color: var(--landing-muted); font-size: .7rem; margin-top: 2px; }

.console-wrap { position: relative; padding: 28px 10px 18px; }
.console-card { position: relative; z-index: 2; background: #fff; border: 1px solid #dfe8f5; border-radius: 24px; box-shadow: var(--landing-shadow); padding: 24px; }
.console-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid #edf1f7; }
.console-brand { display: flex; align-items: center; gap: 11px; }
.brand-symbol { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: #ecf3ff; color: var(--landing-blue); }
.console-brand div { display: flex; flex-direction: column; }
.console-brand b { font-size: .9rem; }
.console-brand small { color: var(--landing-muted); font-size: .68rem; margin-top: 2px; }
.live-badge { display: inline-flex; align-items: center; gap: 7px; border-radius: 100px; background: #ecfbf5; color: #11885a; padding: 6px 9px; font-size: .68rem; font-weight: 750; }
.live-badge i,.service-availability i { width: 6px; height: 6px; border-radius: 50%; background: #22c782; }
.console-balance { margin: 20px 0; border-radius: 18px; padding: 19px 21px; color: #fff; background: linear-gradient(135deg,#0b1739,#153d78); display: grid; grid-template-columns: 1fr auto; gap: 5px; }
.console-balance span { font-size: .72rem; color: #c7d4e9; }
.console-balance strong { grid-row: 1/3; grid-column: 2; align-self: center; font-size: 1.45rem; }
.console-balance small { font-size: .68rem; color: #79e0ca; }
.console-label { display: flex; justify-content: space-between; color: var(--landing-muted); font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 7px; }
.console-service-row { display: grid; grid-template-columns: 38px minmax(0,1fr) auto; gap: 10px; align-items: center; padding: 11px 0; border-bottom: 1px solid #eff3f8; }
.console-service-icon { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; color: var(--landing-blue); background: #eef5ff; }
.console-service-name { display: flex; flex-direction: column; min-width: 0; }
.console-service-name b { font-size: .76rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.console-service-name small { color: var(--landing-muted); font-size: .64rem; margin-top: 2px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.ready-status { color: #15875d; background: #edfbf5; padding: 4px 7px; border-radius: 7px; font-size: .62rem; font-weight: 700; }
.console-action { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; padding: 12px 15px; background: #edf4ff; color: var(--landing-blue) !important; border-radius: 11px; font-size: .76rem; font-weight: 750; }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 15px; background: rgba(255,255,255,.96); border: 1px solid #dfe8f5; border-radius: 14px; box-shadow: 0 16px 34px rgba(17,47,94,.13); }
.floating-note > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: #eafbf5; color: #16a66f; }
.floating-note > div { display: flex; flex-direction: column; }
.floating-note b { font-size: .7rem; }
.floating-note small { color: var(--landing-muted); font-size: .6rem; margin-top: 2px; }
.floating-note-top { top: 0; right: -30px; }
.floating-note-bottom { bottom: 0; left: -42px; }

.trust-strip { background: #fff; border-top: 1px solid var(--landing-border); border-bottom: 1px solid var(--landing-border); }
.trust-strip-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: var(--landing-muted); font-size: .78rem; }
.trust-strip-inner > span { color: var(--landing-navy); font-weight: 800; }
.trust-strip-inner div { display: flex; align-items: center; gap: 7px; }
.trust-strip-inner i { color: var(--landing-blue); }

.landing-section { padding: 105px 0; background: #fff; }
.landing-soft { background: var(--landing-soft); }
.landing-section-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 44px; }
.section-kicker { display: block; color: var(--landing-blue); font-weight: 800; font-size: .73rem; letter-spacing: .13em; margin-bottom: 12px; }
.landing-section h2,.center-heading h2,.advantage-copy h2,.faq-heading h2 { color: var(--landing-navy); font-size: clamp(2rem,3.5vw,3.15rem); line-height: 1.12; letter-spacing: -.04em; }
.landing-section-head p,.center-heading p,.advantage-copy > p,.faq-heading p { color: var(--landing-muted); line-height: 1.75; font-size: .94rem; }
.landing-services-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.landing-service-card { min-height: 260px; display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--landing-border); border-radius: 17px; background: #fff; transition: .25s ease; }
.landing-service-card:hover { transform: translateY(-5px); border-color: #c5d6f1; box-shadow: 0 18px 40px rgba(27,64,117,.09); }
.landing-service-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 26px; }
.landing-service-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; color: var(--landing-blue); background: #edf4ff; font-size: 1rem; }
.service-availability { display: inline-flex; align-items: center; gap: 6px; color: #16865e; font-size: .65rem; font-weight: 700; }
.landing-service-category { color: var(--landing-blue); font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.landing-service-card h3 { color: var(--landing-navy); font-size: .94rem; line-height: 1.5; margin-top: 8px; }
.landing-service-footer { display: flex; justify-content: space-between; align-items: flex-end; border-top: 1px solid #edf1f6; margin-top: auto; padding-top: 15px; }
.landing-service-footer > span { display: flex; flex-direction: column; }
.landing-service-footer small { color: var(--landing-muted); font-size: .62rem; }
.landing-service-footer b { font-size: .92rem; margin-top: 2px; }
.landing-service-footer a { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--landing-navy); color: #fff; font-size: .7rem; }
.services-cta { margin-top: 20px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 24px; border-radius: 15px; background: var(--landing-soft); color: var(--landing-text); }
.services-cta p { font-size: .82rem; }
.services-cta a { color: var(--landing-blue); font-size: .78rem; font-weight: 800; white-space: nowrap; }

.center-heading { max-width: 680px; text-align: center; margin: 0 auto 55px; }
.center-heading p { margin-top: 16px; }
.landing-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.landing-step { position: relative; background: #fff; border: 1px solid var(--landing-border); border-radius: 18px; padding: 30px; }
.step-index { position: absolute; top: 23px; right: 25px; color: #d5e2f5; font-size: 1.3rem; font-weight: 800; }
.step-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: var(--landing-navy); color: #fff; margin-bottom: 25px; }
.landing-step h3 { font-size: 1rem; margin-bottom: 10px; }
.landing-step p { color: var(--landing-muted); font-size: .82rem; line-height: 1.7; }

.advantage-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.advantage-copy > p { margin: 20px 0 28px; }
.advantage-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.advantage-item { display: flex; gap: 14px; padding: 22px; border: 1px solid var(--landing-border); border-radius: 15px; }
.advantage-item > span { width: 40px; height: 40px; flex-shrink: 0; display: grid; place-items: center; border-radius: 11px; color: var(--landing-blue); background: #edf4ff; }
.advantage-item h3 { font-size: .88rem; margin-bottom: 5px; }
.advantage-item p { color: var(--landing-muted); font-size: .75rem; line-height: 1.6; }
.landing-metrics { background: var(--landing-navy); padding: 55px 0; color: #fff; }
.metrics-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.metrics-grid > div { text-align: center; border-right: 1px solid rgba(255,255,255,.14); }
.metrics-grid > div:last-child { border: 0; }
.metrics-grid strong { display: block; font-size: 2.35rem; letter-spacing: -.04em; }
.metrics-grid span { display: block; color: #aebbd1; font-size: .75rem; margin-top: 4px; }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.faq-heading p { margin-top: 18px; }
.landing-page .faq-list { max-width: none; gap: 10px; }
.landing-page .faq-item { background: #fff; border: 1px solid var(--landing-border); border-radius: 13px; }
.landing-page .faq-item.active { border-color: #b8cdf0; box-shadow: 0 10px 26px rgba(24,65,119,.07); }
.landing-page .faq-question { color: var(--landing-navy); padding: 18px 20px; font-size: .86rem; }
.landing-page .faq-question i { color: var(--landing-blue); font-size: .75rem; }
.landing-page .faq-item.active .faq-question i { transform: rotate(45deg); }
.landing-page .faq-answer p { color: var(--landing-muted); font-size: .8rem; }

.landing-cta { padding: 0 0 85px; background: #fff; }
.landing-cta-inner { position: relative; overflow: hidden; display: flex; justify-content: space-between; align-items: center; gap: 50px; padding: 55px 60px; border-radius: 24px; color: #fff; background: linear-gradient(135deg,#0b1739 0%,#12356a 70%,#1769ff 130%); }
.landing-cta-inner::after { content: ''; position: absolute; width: 300px; height: 300px; border-radius: 50%; right: -80px; top: -130px; background: rgba(255,255,255,.08); }
.landing-cta-inner > * { position: relative; z-index: 2; }
.cta-badge { color: #7fdcf0; font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.landing-cta h2 { max-width: 680px; font-size: clamp(2rem,3.5vw,3rem); margin: 10px 0 12px; letter-spacing: -.04em; }
.landing-cta p { color: #b9c7dc; font-size: .85rem; }
.cta-actions { display: flex; flex-direction: column; min-width: 215px; gap: 10px; }
.landing-btn-white { background: #fff; color: var(--landing-navy) !important; }
.landing-btn-ghost { border: 1px solid rgba(255,255,255,.3); color: #fff !important; }

.landing-page .footer { background: #f7f9fc; border-top: 1px solid var(--landing-border); color: var(--landing-navy); }
.landing-page .footer h4 { color: var(--landing-navy); }
.landing-page .footer-brand p,.landing-page .footer-links a { color: var(--landing-muted); }
.landing-page .footer-social a { background: #fff; border-color: var(--landing-border); color: var(--landing-text); }
.landing-page .footer-bottom { border-color: var(--landing-border); color: #8a95aa; }

.legal-shell { min-height: 72vh; padding: 145px 0 90px; background: linear-gradient(180deg,#f8fbff,#fff); }
.legal-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: start; }
.legal-heading { position: sticky; top: 120px; }
.legal-heading h1 { color: var(--landing-navy); font-size: clamp(2.2rem,4vw,3.7rem); line-height: 1.08; letter-spacing: -.045em; }
.legal-heading p { color: var(--landing-muted); line-height: 1.75; margin-top: 18px; }
.legal-card { background: #fff; border: 1px solid var(--landing-border); border-radius: 21px; box-shadow: 0 22px 60px rgba(25,57,105,.09); padding: 38px; }
.legal-card > p { color: var(--landing-text); line-height: 1.8; padding-bottom: 28px; border-bottom: 1px solid var(--landing-border); }
.legal-card section { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid var(--landing-border); }
.legal-card section:last-child { border-bottom: 0; padding-bottom: 0; }
.legal-card section > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; color: var(--landing-blue); background: #edf4ff; font-size: .72rem; font-weight: 800; }
.legal-card h2 { color: var(--landing-navy); font-size: 1.05rem; margin-bottom: 9px; }
.legal-card section p { color: var(--landing-muted); font-size: .86rem; line-height: 1.75; }

@media (max-width: 1060px) {
    .landing-hero-grid { grid-template-columns: 1fr 430px; gap: 45px; }
    .landing-services-grid { grid-template-columns: repeat(3,1fr); }
    .floating-note-top { right: -5px; }
    .floating-note-bottom { left: -10px; }
}
@media (max-width: 900px) {
    .landing-page .nav-links { background: #fff; }
    .landing-hero { padding-top: 130px; }
    .landing-hero-grid { grid-template-columns: 1fr; }
    .landing-hero-copy { text-align: center; }
    .landing-hero-copy > p { margin-left: auto; margin-right: auto; }
    .hero-actions,.hero-trust { justify-content: center; }
    .console-wrap { max-width: 520px; width: 100%; margin: 0 auto; }
    .trust-strip-inner { flex-wrap: wrap; justify-content: center; padding-top: 20px; padding-bottom: 20px; }
    .landing-section-head,.advantage-grid,.faq-layout { grid-template-columns: 1fr; gap: 35px; }
    .landing-services-grid { grid-template-columns: repeat(2,1fr); }
    .landing-steps { grid-template-columns: 1fr; }
    .legal-layout { grid-template-columns: 1fr; gap: 30px; }
    .legal-heading { position: static; }
    .landing-step { min-height: 180px; }
}
@media (max-width: 768px) {
    .landing-page.nav-open { overflow: hidden; }
    .landing-page .container { padding-left: 18px; padding-right: 18px; }
    .landing-page .navbar-brand { max-width: 220px; }
    .landing-page .brand-copy strong { overflow: hidden; text-overflow: ellipsis; }
    .landing-page .nav-links { inset: 0; width: 100vw; height: 100dvh; max-height: 100dvh; padding-top: 95px; justify-content: flex-start; overflow-y: auto; }
    .landing-page .nav-links a { color: var(--landing-navy); border-bottom: 1px solid var(--landing-border); }
    .landing-hero { padding: 120px 0 70px; }
    .landing-hero h1 { font-size: 2.55rem; }
    .hero-actions { flex-direction: column; }
    .landing-btn { width: 100%; }
    .hero-trust { gap: 18px; }
    .floating-note { display: none; }
    .console-wrap { padding: 0; }
    .console-card { padding: 17px; border-radius: 18px; }
    .console-balance strong { font-size: 1.15rem; }
    .trust-strip-inner > span { width: 100%; text-align: center; }
    .landing-section { padding: 75px 0; }
    .landing-section-head { margin-bottom: 30px; }
    .landing-services-grid { grid-template-columns: 1fr; }
    .landing-service-card { min-height: 230px; }
    .services-cta { flex-direction: column; align-items: flex-start; }
    .services-cta a { white-space: normal; }
    .advantage-list { grid-template-columns: 1fr; }
    .metrics-grid { grid-template-columns: 1fr 1fr; gap: 25px 0; }
    .metrics-grid > div:nth-child(2) { border-right: 0; }
    .metrics-grid strong { font-size: 1.85rem; }
    .landing-cta { padding-bottom: 60px; }
    .landing-cta-inner { flex-direction: column; align-items: flex-start; padding: 38px 25px; }
    .cta-actions { width: 100%; }
    .legal-shell { padding: 115px 0 60px; }
    .legal-card { padding: 24px 20px; }
}
@media (max-width: 390px) {
    .landing-page .brand-mark { width: 38px; height: 38px; }
    .landing-page .brand-copy strong { font-size: .88rem; }
    .landing-page .brand-copy small { display: none; }
    .landing-hero h1 { font-size: 2.15rem; }
    .hero-trust { align-items: flex-start; flex-direction: column; padding-left: 15px; }
    .console-header { align-items: flex-start; gap: 8px; }
    .console-service-row { grid-template-columns: 34px minmax(0,1fr); }
    .ready-status { display: none; }
    .metrics-grid { grid-template-columns: 1fr; }
    .metrics-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); padding-bottom: 20px; }
    .metrics-grid > div:last-child { border-bottom: 0; padding-bottom: 0; }
}
