/* ============================================================
   TUFATEL — Brand Stylesheet
   Colors: Navy #283891 | White #FFFFFF | Orange accent #F7941D
   ============================================================ */

:root{
  --navy: #283891;
  --navy-dark: #1b2666;
  --navy-darker: #10163f;
  --white: #ffffff;
  --orange: #F7941D;
  --orange-light: #ffb24d;
  --ink: #0e1330;
  --muted: #6b7190;
  --line: #e6e8f2;
  --shadow: 0 20px 50px rgba(16, 22, 63, 0.15);
  --radius: 14px;
  --ease: cubic-bezier(.22,1,.36,1);
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin:0;
  font-family: 'Manrope', 'Segoe UI', Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img{ max-width:100%; display:block; }
a{ text-decoration:none; color:inherit; }
ul{ list-style:none; margin:0; padding:0; }
h1,h2,h3,h4{ font-family:'Poppins','Segoe UI',Arial,sans-serif; margin:0; line-height:1.15; }
p{ margin:0; }
button{ font-family:inherit; cursor:pointer; }

@media (prefers-reduced-motion: reduce){
  *{ animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}

:focus-visible{ outline: 3px solid var(--orange); outline-offset: 3px; border-radius: 4px; }

.container{ max-width: 1240px; margin: 0 auto; padding: 0 28px; }

/* ---------------- Top utility bar ---------------- */
.topbar{
  background: var(--navy-darker);
  color: rgba(255,255,255,.75);
  font-size: 13px;
  letter-spacing:.02em;
}
.topbar .container{ display:flex; justify-content:space-between; align-items:center; height:36px; }
.topbar a{ color: rgba(255,255,255,.85); }
.topbar .tb-links{ display:flex; gap:20px; }
.topbar .tb-links span{ opacity:.5; margin:0 8px; }

/* ---------------- Header / Nav ---------------- */
header.site-header{
  position: sticky; top:0; z-index:200;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px) saturate(160%);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s var(--ease), background .3s;
}
header.site-header.scrolled{ box-shadow: 0 6px 24px rgba(16,22,63,.08); }
.nav{ display:flex; align-items:center; justify-content:space-between; height:78px; }
.brand{ display:flex; align-items:center; gap:10px; }
.brand-logo{ height:40px; width:auto; animation: logoFloat 3.6s ease-in-out infinite; filter: drop-shadow(0 6px 12px rgba(40,56,145,.2)); }
.footer-logo{ height:42px; width:auto; animation: logoFloat 3.6s ease-in-out infinite; filter: drop-shadow(0 6px 12px rgba(40,56,145,.24)); }
.nav-links{ display:flex; gap:34px; align-items:center; }
.nav-links a{
  font-weight:600; font-size:15px; color:var(--ink); position:relative; padding:6px 0;
  transition: color .2s;
}
.nav-links a::after{
  content:""; position:absolute; left:0; bottom:0; height:2px; width:0%;
  background: var(--orange); transition: width .3s var(--ease);
}
.nav-links a:hover{ color: var(--navy); }
.nav-links a:hover::after, .nav-links a.active::after{ width:100%; }
.nav-links a.active{ color: var(--navy); }

.nav-right{ display:flex; align-items:center; gap:18px; }
.icon-btn{
  width:40px; height:40px; border-radius:50%; border:1px solid var(--line);
  display:flex; align-items:center; justify-content:center; background:#fff;
  transition: all .25s var(--ease);
}
.icon-btn:hover{ border-color: var(--navy); transform: translateY(-2px); box-shadow: var(--shadow); }
.phone-pill{ display:flex; align-items:center; gap:8px; font-weight:700; font-size:14.5px; color:var(--navy); }
.phone-pill svg{ width:18px; height:18px; }

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding: 13px 26px; border-radius: 999px; font-weight:700; font-size:14.5px;
  border:none; transition: all .3s var(--ease); white-space:nowrap;
}
.btn-primary{
  background: var(--navy); color:#fff;
  box-shadow: 0 8px 24px rgba(40,56,145,.35);
}
.btn-primary:hover{ background: var(--navy-dark); transform: translateY(-3px); box-shadow: 0 14px 32px rgba(40,56,145,.45); }
.btn-outline{
  background: transparent; border:2px solid var(--white); color:#fff;
}
.btn-outline:hover{ background:#fff; color:var(--navy); }
.btn-orange{
  background: var(--orange); color:#fff; box-shadow: 0 8px 24px rgba(247,148,29,.4);
}
.btn-orange:hover{ background:#e5850f; transform: translateY(-3px); box-shadow: 0 14px 32px rgba(247,148,29,.5); }

.burger{ display:none; width:26px; height:20px; position:relative; background:none; border:none; }
.burger span{ position:absolute; left:0; right:0; height:2px; background:var(--ink); transition:.3s; }
.burger span:nth-child(1){ top:0; }
.burger span:nth-child(2){ top:9px; }
.burger span:nth-child(3){ top:18px; }

/* ---------------- Hero w/ 3D canvas ---------------- */
.hero{
  position:relative; min-height: 92vh; display:flex; align-items:center;
  background: radial-gradient(ellipse at 20% 20%, #1f2c78 0%, var(--navy-darker) 55%, #0a0d24 100%);
  overflow:hidden; color:#fff;
}
.hero canvas{ position:absolute; inset:0; width:100%; height:100%; display:block; }
.hero-scanline{
  position:absolute; inset:0; pointer-events:none;
  background: repeating-linear-gradient(180deg, rgba(255,255,255,.02) 0 1px, transparent 1px 3px);
  mix-blend-mode: overlay; opacity:.5;
}
.hero-glow{
  position:absolute; width:600px; height:600px; border-radius:50%;
  background: radial-gradient(circle, rgba(247,148,29,.25), transparent 70%);
  top:-150px; right:-150px; filter: blur(10px); pointer-events:none;
}
.hero-content{ position:relative; z-index:5; padding: 60px 0 90px; }
.eyebrow{
  display:inline-flex; align-items:center; gap:10px; font-size:13px; font-weight:700;
  letter-spacing:.14em; text-transform:uppercase; color: var(--orange-light);
  opacity:0; animation: rise .8s var(--ease) .1s forwards;
}
.eyebrow::before{ content:""; width:26px; height:2px; background:var(--orange); display:inline-block; }
.hero h1{
  font-size: clamp(2.4rem, 5.4vw, 4.4rem); font-weight:700; margin: 18px 0 20px; max-width: 820px;
  opacity:0; animation: rise .9s var(--ease) .25s forwards;
}
.hero h1 em{ font-style:normal; color: var(--orange-light); }
.hero p.lead{
  font-size: 1.15rem; color: rgba(255,255,255,.72); max-width:560px; margin-bottom:34px; line-height:1.6;
  opacity:0; animation: rise .9s var(--ease) .4s forwards;
}
.hero-actions{ display:flex; gap:16px; flex-wrap:wrap; opacity:0; animation: rise .9s var(--ease) .55s forwards; }
.hero-stats{
  display:flex; gap:46px; margin-top:56px; flex-wrap:wrap;
  opacity:0; animation: rise .9s var(--ease) .7s forwards;
}
.hero-stats .stat b{ display:block; font-size: 2rem; font-weight:800; color:#fff; }
.hero-stats .stat span{ font-size:13px; color: rgba(255,255,255,.55); letter-spacing:.03em; }

@keyframes rise{ from{ opacity:0; transform: translateY(26px);} to{ opacity:1; transform:translateY(0);} }

/* ---------------- Section basics ---------------- */
.section{ padding: 100px 0; position:relative; }
.section-tight{ padding: 70px 0; }
.section-navy{ background: var(--navy); color:#fff; }
.section-tint{ background: #f6f7fc; }
.tag{
  display:inline-flex; align-items:center; gap:8px; font-size:12.5px; font-weight:700;
  letter-spacing:.12em; text-transform:uppercase; color:var(--navy); background: rgba(40,56,145,.08);
  padding:7px 16px; border-radius:999px;
}
.section-navy .tag{ color:#fff; background: rgba(255,255,255,.12); }
.section-head{ max-width:640px; margin-bottom:56px; }
.section-head h2{ font-size: clamp(1.8rem, 3.2vw, 2.6rem); margin: 16px 0 14px; font-weight:700; }
.section-head p{ color: var(--muted); font-size:1.05rem; line-height:1.6; }
.section-navy .section-head p{ color: rgba(255,255,255,.65); }
.section-head.center{ text-align:center; margin-left:auto; margin-right:auto; }

.reveal{ opacity:0; transform: translateY(34px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in{ opacity:1; transform: translateY(0); }

/* ---------------- ISP Choice / Feature grid ---------------- */
.feature-grid{ display:grid; grid-template-columns: repeat(4, 1fr); gap:30px; }
.feature-card{
  text-align:center; padding: 8px;
}
.feature-icon{
  width:92px; height:92px; margin:0 auto 22px; border-radius:50%;
  background: linear-gradient(145deg, var(--orange), #e2680a);
  display:flex; align-items:center; justify-content:center;
  box-shadow: 0 16px 30px rgba(247,148,29,.35);
  transform-style: preserve-3d; transition: transform .5s var(--ease);
}
.feature-card:hover .feature-icon{ transform: rotateY(180deg); }
.feature-icon svg{ width:40px; height:40px; stroke:#fff; backface-visibility:hidden; }
.feature-card h3{ font-size:1.15rem; margin-bottom:10px; font-weight:700; }
.feature-card p{ color: rgba(255,255,255,.68); font-size:.95rem; line-height:1.6; }
.section-navy .feature-card p{ color: rgba(255,255,255,.68); }

/* ---------------- Split / connectivity banner ---------------- */
.split-banner{
  position:relative; border-radius: 22px; overflow:hidden; min-height:420px;
  display:flex; align-items:center; background-size:cover; background-position:center;
  isolation:isolate;
}
.split-banner::before{
  content:""; position:absolute; inset:0; z-index:0;
  background: linear-gradient(90deg, rgba(10,13,36,.92) 10%, rgba(10,13,36,.55) 55%, rgba(10,13,36,.15) 100%);
}
.split-banner .content{ position:relative; z-index:1; color:#fff; padding: 60px; max-width:560px; }
.split-banner h2{ font-size: clamp(1.8rem,3.6vw,2.7rem); font-weight:800; margin-bottom:18px; text-transform:uppercase; letter-spacing:.01em; }
.split-banner p{ color: rgba(255,255,255,.78); font-size:1.05rem; line-height:1.65; margin-bottom:28px; }

/* ---------------- Business type cards (3D tilt) ---------------- */
.tilt-grid{ display:grid; grid-template-columns: repeat(3, 1fr); gap:28px; }
.tilt-grid.two-up{ grid-template-columns: repeat(2, 1fr); }
.tilt-card{
  border-radius: var(--radius); overflow:hidden; position:relative; box-shadow: var(--shadow);
  transform-style: preserve-3d; transition: transform .25s var(--ease), box-shadow .25s;
  background:#fff;
}
.tilt-card:hover{ box-shadow: 0 30px 60px rgba(16,22,63,.28); }
.tilt-card .media{ height:230px; overflow:hidden; }
.tilt-card .media img{ width:100%; height:100%; object-fit:cover; transition: transform .6s var(--ease); }
.tilt-card:hover .media img{ transform: scale(1.08); }
.tilt-card .body{ padding:26px 26px 30px; background: var(--navy); color:#fff; }
.tilt-card .body h3{ font-size:1.2rem; margin-bottom:10px; }
.tilt-card .body p{ font-size:.94rem; color: rgba(255,255,255,.72); line-height:1.6; }

/* ---------------- Partners marquee ---------------- */
.partners-wrap{ overflow:hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.partners-track{ display:flex; gap:70px; width:max-content; animation: marquee 24s linear infinite; align-items:center; }
.partners-track img, .partners-track .plogo{ height:34px; opacity:.65; filter:grayscale(1); transition:.3s; }
.partners-track .plogo{ font-weight:800; font-size:1.4rem; color:var(--navy); display:flex; align-items:center; height:34px; opacity:.65; }
.partners-track .plogo:hover, .partners-track img:hover{ opacity:1; filter:none; }
@keyframes marquee{ from{ transform: translateX(0);} to{ transform: translateX(-50%);} }
@keyframes logoFloat{
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-5px) scale(1.04); }
}

/* ---------------- CTA banner ---------------- */
.cta-banner{
  background: linear-gradient(120deg, var(--navy) 0%, #1c2670 100%);
  border-radius: 24px; padding: 64px; color:#fff; text-align:center;
  position:relative; overflow:hidden;
}
.cta-banner::after{
  content:""; position:absolute; width:400px; height:400px; border-radius:50%;
  background: radial-gradient(circle, rgba(247,148,29,.3), transparent 70%);
  right:-100px; bottom:-140px;
}
.cta-banner h2{ font-size: clamp(1.6rem,3vw,2.3rem); margin-bottom:16px; position:relative; z-index:1; }
.cta-banner p{ color: rgba(255,255,255,.72); margin-bottom:30px; position:relative; z-index:1; }
.cta-banner .actions{ position:relative; z-index:1; display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }

/* ---------------- Footer ---------------- */
footer.site-footer{ background: var(--navy); color: rgba(255,255,255,.78); padding: 70px 0 0; }
.footer-grid{ display:grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap:40px; padding-bottom:50px; }
.footer-brand img{ height:30px; margin-bottom:18px; filter: brightness(0) invert(1); }
.footer-brand p{ font-size:.92rem; line-height:1.7; color: rgba(255,255,255,.6); margin-bottom:6px; }
.footer-col h4{ color:#fff; font-size:.85rem; letter-spacing:.08em; text-transform:uppercase; margin-bottom:20px; }
.footer-col li{ margin-bottom:12px; font-size:.93rem; }
.footer-col a{ color: rgba(255,255,255,.68); transition: color .2s, padding-left .2s; }
.footer-col a:hover{ color: var(--orange-light); padding-left:4px; }
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.12); padding: 22px 0; font-size:.85rem;
  display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; color: rgba(255,255,255,.5);
}
.footer-bottom .socials{ display:flex; gap:12px; }
.footer-bottom .socials a{
  width:34px; height:34px; border-radius:50%; border:1px solid rgba(255,255,255,.2);
  display:flex; align-items:center; justify-content:center; transition:.25s;
}
.footer-bottom .socials a:hover{ background: var(--orange); border-color: var(--orange); transform: translateY(-3px); }

/* ---------------- Page hero (inner pages) ---------------- */
.page-hero{
  background: linear-gradient(120deg, var(--navy-darker), var(--navy) 65%);
  color:#fff; padding: 84px 0 74px; position:relative; overflow:hidden;
}
.page-hero .breadcrumb{ font-size:13px; color: rgba(255,255,255,.55); margin-bottom:14px; }
.page-hero .breadcrumb span{ color: var(--orange-light); }
.page-hero h1{ font-size: clamp(2rem,4vw,3rem); font-weight:700; }
.page-hero p{ color: rgba(255,255,255,.7); max-width:560px; margin-top:14px; font-size:1.05rem; }

/* ---------------- Generic content blocks ---------------- */
.two-col{ display:grid; grid-template-columns: 1fr 1fr; gap:60px; align-items:center; }
.info-card{ background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:30px; transition:.3s var(--ease); }
.info-card:hover{ transform: translateY(-8px); box-shadow: var(--shadow); border-color:transparent; }
.info-card .num{ font-weight:800; color: var(--orange); font-size:.85rem; letter-spacing:.1em; margin-bottom:12px; display:block; }
.info-card h3{ font-size:1.1rem; margin-bottom:10px; }
.info-card p{ color:var(--muted); font-size:.94rem; line-height:1.6; }

.timeline{ position:relative; padding-left: 32px; }
.timeline::before{ content:""; position:absolute; left:6px; top:6px; bottom:6px; width:2px; background: var(--line); }
.timeline-item{ position:relative; padding-bottom:38px; }
.timeline-item::before{
  content:""; position:absolute; left:-32px; top:2px; width:14px; height:14px; border-radius:50%;
  background: var(--orange); box-shadow: 0 0 0 5px rgba(247,148,29,.18);
}
.timeline-item h4{ font-size:1.05rem; margin-bottom:6px; }
.timeline-item p{ color:var(--muted); font-size:.93rem; }

/* Job listing */
.job-card{
  display:flex; justify-content:space-between; align-items:center; gap:20px; flex-wrap:wrap;
  background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:26px 30px; transition:.3s var(--ease);
}
.job-card:hover{ border-color: var(--navy); box-shadow: var(--shadow); transform: translateY(-4px); }
.job-card h3{ font-size:1.1rem; margin-bottom:8px; }
.job-meta{ display:flex; gap:14px; flex-wrap:wrap; font-size:.85rem; color: var(--muted); }
.pill{ background:#f0f1f9; color:var(--navy); padding:4px 12px; border-radius:999px; font-weight:600; font-size:.78rem; }

/* Support / FAQ accordion */
.accordion-item{ border-bottom:1px solid var(--line); }
.accordion-q{
  display:flex; justify-content:space-between; align-items:center; padding:22px 4px; font-weight:700; font-size:1.02rem;
  cursor:pointer; user-select:none;
}
.accordion-q .plus{ width:22px; height:22px; position:relative; flex:none; }
.accordion-q .plus::before, .accordion-q .plus::after{
  content:""; position:absolute; background:var(--navy); border-radius:2px;
}
.accordion-q .plus::before{ width:100%; height:2px; top:50%; left:0; transform: translateY(-50%); }
.accordion-q .plus::after{ height:100%; width:2px; left:50%; top:0; transform: translateX(-50%); transition: transform .3s var(--ease); }
.accordion-item.open .plus::after{ transform: translateX(-50%) rotate(90deg); }
.accordion-a{ max-height:0; overflow:hidden; transition: max-height .35s var(--ease); }
.accordion-a p{ padding: 0 4px 22px; color: var(--muted); line-height:1.65; }

/* Solutions cards */
.solution-card{
  background:#fff; border-radius:var(--radius); padding:34px; border:1px solid var(--line);
  transition: all .35s var(--ease); position:relative; overflow:hidden;
}
.solution-card::before{
  content:""; position:absolute; inset:0; background: linear-gradient(135deg, var(--navy), #4152c9); opacity:0; transition:opacity .35s;
}
.solution-card:hover::before{ opacity:1; }
.solution-card > *{ position:relative; z-index:1; }
.solution-card:hover{ transform: translateY(-10px); box-shadow: 0 30px 60px rgba(16,22,63,.3); border-color:transparent; }
.solution-card:hover h3, .solution-card:hover p, .solution-card:hover li{ color:#fff; }
.solution-card:hover .sicon{ background:#fff; }
.solution-card:hover .sicon svg{ stroke: var(--navy); }
.sicon{
  width:56px; height:56px; border-radius:14px; background: rgba(40,56,145,.08);
  display:flex; align-items:center; justify-content:center; margin-bottom:20px; transition:.35s;
}
.sicon svg{ width:26px; height:26px; stroke: var(--navy); transition:.35s; }
.solution-card h3{ font-size:1.15rem; margin-bottom:10px; }
.solution-card p{ color:var(--muted); font-size:.93rem; line-height:1.6; margin-bottom:14px; }
.solution-card li{ font-size:.86rem; color:var(--muted); padding-left:18px; position:relative; margin-bottom:8px; }
.solution-card li::before{ content:"—"; position:absolute; left:0; color:var(--orange); }

/* ---------------- Login page ---------------- */
.login-wrap{
  min-height:100vh; display:flex; align-items:center; justify-content:space-between;
  gap:40px; padding: 40px 6vw; background-color:#0a0d24;
  background-size:cover; background-position:center; position:relative;
  overflow:hidden;
}
.login-wrap::before{
  content:""; position:absolute; inset:0;
  background: linear-gradient(90deg, rgba(10,13,36,.55) 0%, rgba(10,13,36,.72) 55%, rgba(10,13,36,.88) 100%);
  pointer-events:none;
}
.login-card{
  position:relative; z-index:2; width:min(430px, 92vw); margin:0;
  background: rgba(255,255,255,.98); border-radius: 20px; padding: 42px 36px;
  box-shadow: 0 40px 90px rgba(0,0,0,.45); border:1px solid rgba(255,255,255,.6);
  opacity:0; transform: translateY(20px) scale(.98);
  animation: cardIn .8s var(--ease) .15s forwards;
}
@keyframes cardIn{ to{ opacity:1; transform:translateY(0) scale(1); } }
.login-brand-row{ display:flex; align-items:center; gap:12px; margin-bottom:8px; }
.login-card .logo{ height:38px; }
.brand-name{ font-weight:800; letter-spacing:.14em; color:var(--navy); font-size:1rem; }
.login-card .lc-eyebrow{ color: var(--muted); font-size:.9rem; margin-bottom:18px; font-weight:700; }
.login-card h1{ font-size:1.5rem; margin-bottom:4px; }
.login-subtext{ color: var(--muted); font-size:.92rem; margin-bottom:22px; }
.login-demo-note{ margin: -2px 0 14px; font-size:.82rem; font-weight:700; color:var(--navy); text-align:center; }
.login-side-badge{
  position:relative; left:auto; bottom:auto; z-index:2; color:#fff; max-width:480px;
  display:flex; flex-direction:column; gap:12px; padding: 26px 28px; border-radius:18px;
  background: rgba(10,13,36,.32); border:1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(4px); box-shadow: 0 14px 38px rgba(0,0,0,.26);
}
.login-side-badge .lg{ height:38px; margin-bottom:4px; filter: brightness(0) invert(1); }
.login-side-badge h2{ font-size:clamp(1.85rem, 3.5vw, 2.8rem); font-weight:800; line-height:1.2; text-shadow: 0 2px 12px rgba(0,0,0,.45); }
.login-side-badge p{ color: rgba(255,255,255,.92); font-size:1rem; line-height:1.6; text-shadow: 0 1px 8px rgba(0,0,0,.4); }
.auth-tabs{ display:flex; gap:10px; background:#eef1fb; padding:6px; border-radius:12px; margin-bottom:18px; }
.auth-tab{ flex:1; border:none; background:transparent; color:var(--muted); font-weight:700; border-radius:10px; padding:10px 12px; }
.auth-tab.active{ background:#fff; color:var(--navy); box-shadow:0 6px 18px rgba(16,22,63,.08); }
.auth-message{ min-height:22px; margin-bottom:12px; font-size:.84rem; font-weight:700; }
.auth-message.success{ color:#0a7a4f; }
.auth-message.error{ color:#ba2f2f; }
.auth-panel{ display:none; }
.auth-panel.active{ display:block; }
.field{ margin-bottom:20px; }
.field label{ display:flex; justify-content:space-between; font-size:.85rem; font-weight:700; margin-bottom:8px; color:var(--ink); }
.field label a{ color: var(--navy); font-weight:700; }
.field input{
  width:100%; padding: 13px 16px; border-radius:10px; border:1.5px solid var(--line); font-size:.95rem;
  transition: border-color .2s, box-shadow .2s; background:#f9faff;
}
.field input:focus{ outline:none; border-color: var(--navy); box-shadow: 0 0 0 4px rgba(40,56,145,.12); background:#fff; }
.pw-wrap{ position:relative; }
.pw-wrap button{ position:absolute; right:12px; top:50%; transform:translateY(-50%); background:none; border:none; opacity:.6; padding:4px; }
.pw-wrap button:hover{ opacity:1; }
.login-card .btn-primary{ width:100%; padding:15px; font-size:1rem; margin-top:6px; }
.lc-links{ text-align:center; margin-top:18px; font-size:.88rem; color:var(--muted); }
.lc-links a{ color:var(--navy); font-weight:700; }
.divider{ display:flex; align-items:center; gap:14px; margin:22px 0; color:var(--muted); font-size:.8rem; }
.divider::before, .divider::after{ content:""; flex:1; height:1px; background:var(--line); }
.passkey-btn{
  width:100%; display:flex; align-items:center; justify-content:center; gap:10px; padding:13px;
  border:1.5px solid var(--line); border-radius:10px; background:#fff; font-weight:700; font-size:.92rem; color:var(--ink);
  transition:.25s;
}
.passkey-btn:hover{ border-color:var(--navy); transform: translateY(-2px); }

/* ---------------- Back to top ---------------- */
.to-top{
  position:fixed; right:26px; bottom:26px; width:48px; height:48px; border-radius:50%;
  background: var(--navy); color:#fff; display:flex; align-items:center; justify-content:center;
  opacity:0; pointer-events:none; transition: all .3s var(--ease); z-index:300; box-shadow: var(--shadow);
}
.to-top.show{ opacity:1; pointer-events:auto; }
.to-top:hover{ background: var(--orange); transform: translateY(-4px); }

/* ---------------- Responsive ---------------- */
@media (max-width: 980px){
  .nav-links{ display:none; }
  .burger{ display:block; }
  .feature-grid{ grid-template-columns: repeat(2,1fr); }
  .tilt-grid{ grid-template-columns: 1fr; }
  .footer-grid{ grid-template-columns: 1fr 1fr; }
  .two-col{ grid-template-columns: 1fr; gap:30px; }
  .login-wrap{ justify-content:center; padding: 20px; }
  .login-side-badge{ display:none; }
  .split-banner .content{ padding:34px; }
}
@media (max-width: 600px){
  .footer-grid{ grid-template-columns: 1fr; }
  .feature-grid{ grid-template-columns: 1fr; }
  .hero-stats{ gap:28px; }
  .cta-banner{ padding: 40px 24px; }
}
