:root{
  --tapcar-bg:#07101b;
  --tapcar-bg-2:#0a1628;
  --tapcar-card:#101a2c;
  --tapcar-card-2:#121f35;
  --tapcar-border:rgba(255,255,255,.08);
  --tapcar-text:#eef4ff;
  --tapcar-muted:#9fb3d1;
  --tapcar-accent:#6f9fff;
  --tapcar-accent-2:#8f6bff;
  --tapcar-success:#19c37d;
  --tapcar-danger:#ff6b81;
  --tapcar-warning:#f6b84c;
  --tapcar-shadow:0 12px 28px rgba(0,0,0,.16);
}

*{box-sizing:border-box}
html{scroll-behavior:auto}

body.tapcar-body{
  margin:0;
  color:var(--tapcar-text);
  font:14px/1.5 Inter,Arial,sans-serif;
  background:
    radial-gradient(900px 540px at 16% 8%, rgba(68,110,191,.12), transparent 60%),
    radial-gradient(760px 480px at 86% 16%, rgba(50,86,150,.10), transparent 60%),
    linear-gradient(180deg, #07101b 0%, #091320 48%, #08111d 100%);
  background-attachment:scroll;
}

a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}

.btn{
  appearance:none;
  border:0;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:0 16px;
  border-radius:14px;
  color:#fff;
  font-weight:700;
  background:linear-gradient(135deg,var(--tapcar-accent),var(--tapcar-accent-2));
  box-shadow:0 8px 18px rgba(111,159,255,.16);
}
.btn.secondary{
  background:rgba(255,255,255,.06);
  border:1px solid var(--tapcar-border);
  box-shadow:none;
}
.btn.ghost{
  background:transparent;
  border:1px solid var(--tapcar-border);
  box-shadow:none;
}
.btn.small{
  min-height:34px;
  padding:0 12px;
  border-radius:10px;
  font-size:13px;
}

.badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  border:1px solid var(--tapcar-border);
  background:rgba(255,255,255,.05);
}
.badge.active{background:rgba(25,195,125,.12);color:#9df1d0;border-color:rgba(25,195,125,.25)}
.badge.sold{background:rgba(255,107,129,.12);color:#ffc1cb;border-color:rgba(255,107,129,.25)}
.badge.draft{background:rgba(246,184,76,.12);color:#ffd89b;border-color:rgba(246,184,76,.25)}
.badge.inactive{background:rgba(101,116,139,.15);color:#d2d8e6;border-color:rgba(101,116,139,.25)}

.dashboard-layout{
  display:grid;
  grid-template-columns:280px 1fr;
  min-height:100vh;
}
.dashboard-sidebar{
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border-inline-end:1px solid var(--tapcar-border);
  padding:20px 14px;
}
.dashboard-brand{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:20px;
  padding:8px;
  border-radius:16px;
}
.dashboard-brand .brand-badge{
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  font-weight:900;
  color:#fff;
  background:linear-gradient(135deg,var(--tapcar-accent),var(--tapcar-accent-2));
  box-shadow:0 8px 18px rgba(111,159,255,.14);
}
.dashboard-brand-text strong{display:block;font-size:20px}
.dashboard-brand-text span{display:block;color:var(--tapcar-muted);font-size:12px;margin-top:3px}

.dashboard-menu{display:grid;gap:8px}
.dashboard-menu a{
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px 14px;
  border-radius:14px;
  color:#dbe7fb;
  background:rgba(255,255,255,.025);
  border:1px solid rgba(255,255,255,.05);
  transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease;
}
.dashboard-menu a:hover,
.dashboard-menu a.active{
  background:rgba(111,159,255,.10);
  border-color:rgba(111,159,255,.22);
  color:#fff;
}
.dashboard-menu .nav-ic{
  width:28px;
  height:28px;
  border-radius:10px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.06);
  font-size:14px;
}

.dashboard-side-stats{margin-top:16px;display:grid;gap:10px}
.dashboard-side-box{
  padding:14px;
  border-radius:16px;
  background:rgba(255,255,255,.025);
  border:1px solid rgba(255,255,255,.05);
}
.dashboard-side-box .muted{font-size:12px;color:var(--tapcar-muted);margin-bottom:6px}
.dashboard-side-box strong{font-size:22px;color:#fff}

.dashboard-main{min-width:0}
.dashboard-topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 24px;
  border-bottom:1px solid var(--tapcar-border);
}
.dashboard-topbar h1{margin:0;font-size:28px}
.dashboard-topbar p{margin:6px 0 0;color:var(--tapcar-muted);font-size:14px}
.dashboard-top-actions{display:flex;gap:10px;flex-wrap:wrap}
.dashboard-content{padding:24px}

.dashboard-hero{
  display:grid;
  grid-template-columns:1.25fr .9fr;
  gap:18px;
  margin-bottom:18px;
}

.hero-card,.panel-card,.stat-card,.kpi-card,.login-card{
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.025));
  border:1px solid var(--tapcar-border);
  border-radius:22px;
  box-shadow:var(--tapcar-shadow);
}
.hero-card{padding:22px}
.hero-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#b9ceef;margin-bottom:10px}
.hero-title{font-size:40px;line-height:1.05;font-weight:900;margin:0 0 10px}
.hero-copy{color:var(--tapcar-muted);max-width:760px}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}

.hero-side{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.kpi-card{padding:18px}
.kpi-label{font-size:12px;color:var(--tapcar-muted);margin-bottom:8px}
.kpi-value{font-size:32px;font-weight:900;line-height:1}
.kpi-sub{color:var(--tapcar-muted);font-size:13px;margin-top:8px}

.stats-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-bottom:18px;
}
.stat-card{padding:18px}
.stat-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}
.stat-icon{
  width:44px;
  height:44px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  font-size:18px;
}
.stat-title{color:var(--tapcar-muted);font-size:13px}
.stat-value{font-size:34px;font-weight:900;line-height:1.1;margin-top:6px}
.stat-foot{margin-top:8px;color:var(--tapcar-muted);font-size:13px}

.content-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:16px;
  margin-bottom:16px;
}

.panel-card{padding:18px}
.panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}
.panel-head h3{margin:0;font-size:20px}
.panel-sub{color:var(--tapcar-muted);font-size:13px}

.top-vehicle-list,.activity-list{display:grid;gap:12px}
.vehicle-row,.activity-row,.quick-card{
  padding:14px;
  border-radius:16px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.05);
}
.vehicle-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.vehicle-main strong{display:block}
.vehicle-main span,.activity-row small{color:var(--tapcar-muted)}

.metric-bar{
  height:10px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  overflow:hidden;
  margin-top:8px;
}
.metric-bar span{
  display:block;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,var(--tapcar-accent),var(--tapcar-accent-2));
}

.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.quick-card strong{display:block;margin:6px 0}
.quick-card p{margin:0;color:var(--tapcar-muted);font-size:13px}

.table-card{padding:18px}
.table-wrap{
  overflow:auto;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.06);
}
.table{
  width:100%;
  border-collapse:collapse;
  background:rgba(255,255,255,.02);
}
.table th,.table td{
  padding:14px 12px;
  text-align:left;
  border-bottom:1px solid rgba(255,255,255,.05);
  vertical-align:top;
}
.table th{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#c5d7f5;
  background:rgba(255,255,255,.03);
}
.table td .sub{color:var(--tapcar-muted);font-size:13px;margin-top:4px}
.row-actions{display:flex;gap:8px;flex-wrap:wrap}

.login-shell{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:32px;
  background:
    radial-gradient(900px 540px at 16% 8%, rgba(68,110,191,.12), transparent 60%),
    radial-gradient(760px 480px at 86% 16%, rgba(50,86,150,.10), transparent 60%),
    linear-gradient(180deg, #07101b 0%, #091320 48%, #08111d 100%);
}
.login-card{width:min(480px,100%);padding:28px}
.login-card h1{margin:12px 0 8px;font-size:34px}
.login-card p{margin:0;color:var(--tapcar-muted)}

.form-grid{display:grid;gap:14px;margin-top:18px}
.field label{
  display:block;
  margin-bottom:8px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#bed1ec;
  font-weight:800;
}
.field input,.field select,.field textarea{
  width:100%;
  min-height:50px;
  border-radius:16px;
  padding:0 14px;
  border:1px solid var(--tapcar-border);
  background:rgba(255,255,255,.035);
  color:#fff;
  outline:none;
}
.field textarea{padding:14px;min-height:120px}
.field input:focus,.field select:focus,.field textarea:focus{
  border-color:rgba(111,159,255,.55);
  box-shadow:0 0 0 4px rgba(111,159,255,.10);
}

.flash{padding:12px 14px;border-radius:14px;margin-top:16px}
.flash.error{background:rgba(255,107,129,.12);border:1px solid rgba(255,107,129,.25);color:#ffd1d8}
.flash.success{background:rgba(25,195,125,.12);border:1px solid rgba(25,195,125,.25);color:#baf3d7}

.lang-list{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}
.lang-list a{
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid var(--tapcar-border);
  font-size:13px;
}

/* Compact Cars page */
.compact-toolbar{margin-bottom:12px}
.compact-stats{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.compact-stat-card{
  padding:16px;
  border-radius:18px;
}
.compact-stat-card .stat-value{font-size:26px}

.compact-filter-shell{
  padding:14px 16px;
  margin:14px 0 16px;
  border-radius:18px;
}
.compact-filter-grid{
  grid-template-columns:1.4fr .8fr .8fr auto;
  gap:12px;
}
.compact-search-field label{margin-bottom:6px}

.input-with-icon{position:relative}
.compact-input-with-icon .input-icon{left:12px}
.input-icon{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  opacity:.72;
  pointer-events:none;
}
.compact-search-input{
  min-height:44px !important;
  padding-left:38px !important;
}

.compact-card-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.compact-vehicle-card{
  padding:12px;
  border-radius:18px;
}
.vehicle-image-wrap{
  position:relative;
  overflow:hidden;
  border-radius:16px;
  height:175px;
  margin-bottom:12px;
  border:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.03);
}
.vehicle-thumb{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.vehicle-image-overlay{
  position:absolute;
  top:10px;
  left:10px;
  right:10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.vehicle-id-chip{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(8,17,29,.74);
  border:1px solid rgba(255,255,255,.12);
  font-size:12px;
  font-weight:700;
  color:#fff;
}
.compact-vehicle-head{margin-bottom:12px}
.compact-vehicle-head h3{
  font-size:22px;
  margin:0 0 4px;
}
.vehicle-price-box{
  text-align:right;
  min-width:92px;
}
.compact-meta-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin:0 0 12px;
}
.compact-meta-grid .meta-chip{
  padding:10px;
  border-radius:12px;
}
.compact-desc{
  min-height:42px;
  line-height:1.6;
  margin-bottom:12px;
}
.compact-actions{gap:8px}
.compact-actions .btn{min-height:36px}

/* Premium Cars cards */
.premium-top-stats{
  margin-top:14px !important;
  gap:14px;
}
.premium-filter-shell{
  padding:14px 16px;
  border-radius:18px;
}
.premium-filter-grid{
  grid-template-columns:1.45fr .75fr .75fr auto;
  gap:12px;
  align-items:end;
}
.premium-car-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:18px;
}
.premium-car-card{
  overflow:hidden;
  border-radius:22px;
  border:1px solid var(--tapcar-border);
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.025));
  box-shadow:var(--tapcar-shadow);
}
.premium-car-media{
  position:relative;
  height:220px;
  background:#e9edf3;
}
.premium-car-image{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.premium-car-ribbon{
  position:absolute;
  top:14px;
  left:14px;
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 16px;
  font-size:13px;
  font-weight:800;
  color:#fff;
  background:#e71319;
  clip-path:polygon(0 0,100% 0,90% 100%,0 100%);
  letter-spacing:.02em;
}
.premium-car-ribbon.sold{background:#ff6b81}
.premium-car-ribbon.draft{background:#f6b84c}
.premium-car-ribbon.inactive{background:#65748b}
.premium-car-id{
  position:absolute;
  right:14px;
  top:14px;
  min-height:34px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  background:rgba(8,17,29,.72);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  font-size:12px;
  font-weight:800;
}
.premium-car-body{padding:18px 18px 16px}
.premium-car-title-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
}
.premium-car-title{
  margin:0 0 4px;
  font-size:20px;
  line-height:1.2;
}
.premium-car-subtitle{
  color:var(--tapcar-muted);
  font-size:14px;
}
.premium-car-price{
  text-align:right;
  min-width:110px;
}
.premium-car-price strong{
  display:block;
  font-size:22px;
  color:#ff3136;
  line-height:1;
}
.premium-car-price span{
  display:block;
  margin-top:4px;
  color:var(--tapcar-muted);
  font-size:12px;
}
.premium-car-desc{
  margin:14px 0 14px;
  color:#d4def2;
  line-height:1.65;
  font-size:14px;
  min-height:46px;
}
.premium-spec-row{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-bottom:14px;
}
.premium-spec-chip{
  display:flex;
  align-items:center;
  gap:10px;
  padding:11px 12px;
  border-radius:14px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.05);
}
.premium-spec-chip .ic{
  width:34px;
  height:34px;
  border-radius:11px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.06);
  font-size:15px;
  flex:0 0 auto;
}
.premium-spec-chip small{
  display:block;
  color:var(--tapcar-muted);
  font-size:11px;
  margin-bottom:2px;
}
.premium-spec-chip strong{
  display:block;
  font-size:13px;
  color:#fff;
}
.premium-card-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.premium-card-actions .btn{min-height:36px}

.card-actions .btn.ghost.pricing-link{
  border-color:rgba(143,107,255,.28);
  background:rgba(143,107,255,.08);
}

@media (max-width:1280px){
  .compact-card-grid,
  .premium-car-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .compact-filter-grid,
  .premium-filter-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media (max-width:1200px){
  .stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .content-grid,.dashboard-hero{grid-template-columns:1fr}
}
@media (max-width:920px){
  .dashboard-layout{grid-template-columns:1fr}
  .dashboard-sidebar{
    border-inline-end:none;
    border-bottom:1px solid var(--tapcar-border);
  }
  .dashboard-topbar{
    flex-direction:column;
    align-items:flex-start;
  }
}
@media (max-width:760px){
  .compact-stats,
  .premium-car-grid,
  .compact-card-grid,
  .compact-filter-grid,
  .premium-filter-grid,
  .premium-spec-row{
    grid-template-columns:1fr;
  }
  .vehicle-image-wrap{height:200px}
  .premium-car-media{height:210px}
  .premium-car-title-row{
    flex-direction:column;
  }
  .premium-car-price{
    text-align:left;
  }
}
@media (max-width:640px){
  .stats-grid,.hero-side,.quick-grid{grid-template-columns:1fr}
  .hero-title{font-size:32px}
}

/* ===== Tapcar public frontend addon styles ===== */
body.tapcar-body{
  min-height:100vh;
}

.tapcar-main{
  display:block;
}

.tapcar-wrap{
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
}

.tapcar-site-header{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter:blur(16px);
  background:rgba(7,16,27,.78);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.tapcar-topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:78px;
}

.tapcar-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}

.tapcar-brand-mark{
  width:48px;
  height:48px;
  border-radius:16px;
  overflow:hidden;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg, rgba(111,159,255,.20), rgba(143,107,255,.18));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 10px 24px rgba(0,0,0,.22);
  flex:0 0 48px;
}

.tapcar-brand-mark img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.tapcar-brand-badge{
  font-weight:900;
  color:#fff;
  letter-spacing:.04em;
}

.tapcar-brand-copy{
  min-width:0;
}

.tapcar-brand-copy strong{
  display:block;
  font-size:17px;
  line-height:1.1;
}

.tapcar-brand-copy span{
  display:block;
  margin-top:4px;
  color:var(--tapcar-muted);
  font-size:12px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.tapcar-main-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex:1 1 auto;
  min-width:0;
  flex-wrap:wrap;
}

.tapcar-nav-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 14px;
  border-radius:12px;
  color:#dfe8f8;
  font-weight:600;
  transition:background-color .18s ease, color .18s ease, transform .18s ease;
}

.tapcar-nav-link:hover{
  color:#fff;
  background:rgba(255,255,255,.06);
}

.tapcar-header-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex:0 0 auto;
}

.tapcar-lang{
  position:relative;
}

.tapcar-lang-btn,
.tapcar-login-btn,
.tapcar-btn{
  appearance:none;
  border:1px solid rgba(255,255,255,.08);
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:0 16px;
  border-radius:14px;
  font-weight:700;
  color:#fff;
  background:linear-gradient(135deg,var(--tapcar-accent),var(--tapcar-accent-2));
  box-shadow:0 10px 22px rgba(68,102,191,.24);
  transition:transform .18s ease, filter .18s ease, background-color .18s ease, border-color .18s ease;
}

.tapcar-lang-btn{
  background:rgba(255,255,255,.05);
  box-shadow:none;
  color:#e8efff;
}

.tapcar-login-btn,
.tapcar-btn{
  text-decoration:none;
}

.tapcar-lang-btn:hover,
.tapcar-login-btn:hover,
.tapcar-btn:hover{
  transform:translateY(-1px);
  filter:brightness(1.04);
}

.tapcar-btn-ghost{
  background:rgba(255,255,255,.04);
  box-shadow:none;
  color:#eef4ff;
}

.tapcar-btn-small{
  min-height:36px;
  padding:0 12px;
  border-radius:11px;
  font-size:13px;
}

.tapcar-btn-full{
  width:100%;
}

.tapcar-caret{
  font-size:11px;
  opacity:.9;
}

.tapcar-lang-menu{
  position:absolute;
  inset-inline-start:0;
  top:calc(100% + 10px);
  min-width:220px;
  padding:10px;
  border-radius:16px;
  background:#0d1728;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 16px 40px rgba(0,0,0,.30);
  display:none;
}

.tapcar-lang:hover .tapcar-lang-menu,
.tapcar-lang:focus-within .tapcar-lang-menu{
  display:grid;
  gap:4px;
}

.tapcar-lang-item{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:12px;
  color:#e8efff;
}

.tapcar-lang-item:hover{
  background:rgba(255,255,255,.06);
}

.tapcar-hero-section{
  padding:40px 0 24px;
}

.tapcar-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  gap:28px;
  align-items:center;
}

.tapcar-hero-copy,
.tapcar-hero-visual,
.tapcar-info-card,
.tapcar-plan-card,
.tapcar-demo-card,
.tapcar-form-card,
.tapcar-footer-cta{
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 18px 38px rgba(0,0,0,.22);
}

.tapcar-hero-copy{
  padding:34px;
  border-radius:28px;
}

.tapcar-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 12px;
  margin-bottom:16px;
  border-radius:999px;
  color:#cfe0ff;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.tapcar-hero-copy h1{
  margin:0;
  font-size:clamp(36px, 4vw, 60px);
  line-height:1.02;
  letter-spacing:-.04em;
}

.tapcar-hero-lead{
  margin:18px 0 0;
  color:var(--tapcar-muted);
  font-size:18px;
  line-height:1.8;
  max-width:60ch;
}

.tapcar-hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:26px;
}

.tapcar-mini-points{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:28px;
}

.tapcar-mini-points span{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:0 14px;
  border-radius:14px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.06);
  color:#e7f0ff;
  font-weight:600;
}

.tapcar-mini-points span::before{
  content:"";
  width:10px;
  height:10px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--tapcar-accent),var(--tapcar-accent-2));
  box-shadow:0 0 0 4px rgba(111,159,255,.12);
  flex:0 0 10px;
}

.tapcar-hero-media{
  min-width:0;
}

.tapcar-hero-visual{
  position:relative;
  min-height:620px;
  border-radius:30px;
  overflow:hidden;
}

.tapcar-hero-logo-stage{
  position:absolute;
  inset:0;
  background:
    radial-gradient(640px 300px at 50% 16%, rgba(111,159,255,.18), transparent 55%),
    linear-gradient(180deg, rgba(7,16,27,.10) 0%, rgba(7,16,27,.38) 100%);
}

.tapcar-hero-logo-stage img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  padding:48px;
}

.tapcar-hero-overlay{
  position:absolute;
  inset-inline:18px;
  bottom:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px;
  border-radius:20px;
  background:rgba(8,16,29,.76);
  border:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(14px);
}

.tapcar-hero-overlay strong{
  display:block;
  font-size:18px;
  line-height:1.2;
}

.tapcar-hero-overlay span{
  display:block;
  margin-top:6px;
  color:var(--tapcar-muted);
}

.tapcar-section{
  padding:24px 0;
}

.tapcar-section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}

.tapcar-section-head h2{
  margin:0;
  font-size:clamp(28px, 3vw, 40px);
  line-height:1.06;
  letter-spacing:-.03em;
}

.tapcar-section-head p{
  margin:10px 0 0;
  color:var(--tapcar-muted);
  max-width:70ch;
}

.tapcar-grid{
  display:grid;
  gap:18px;
}

.tapcar-grid-3{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.tapcar-grid-4{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.tapcar-info-card,
.tapcar-plan-card,
.tapcar-demo-card{
  border-radius:24px;
  padding:24px;
}

.tapcar-info-card{
  min-height:200px;
}

.tapcar-step-no{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  border-radius:16px;
  font-size:20px;
  font-weight:900;
  background:linear-gradient(135deg,var(--tapcar-accent),var(--tapcar-accent-2));
  color:#fff;
}

.tapcar-info-card p{
  margin:0;
  color:#eaf1ff;
  font-size:16px;
  line-height:1.8;
}

.tapcar-plan-card{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.tapcar-plan-badge,
.tapcar-demo-status{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  width:max-content;
  padding:0 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  border:1px solid rgba(255,255,255,.08);
}

.tapcar-plan-badge,
.tapcar-demo-status.active{
  color:#dfe8ff;
  background:rgba(111,159,255,.12);
}

.tapcar-demo-status.sold{
  color:#ffd7df;
  background:rgba(255,107,129,.14);
}

.tapcar-plan-card h3,
.tapcar-demo-card h3{
  margin:0;
  font-size:24px;
  line-height:1.15;
}

.tapcar-plan-card p{
  margin:0;
  color:var(--tapcar-muted);
  line-height:1.8;
  min-height:84px;
}

.tapcar-plan-price{
  display:flex;
  align-items:flex-end;
  gap:10px;
  font-size:36px;
  font-weight:900;
  line-height:1;
}

.tapcar-plan-price small{
  font-size:13px;
  color:var(--tapcar-muted);
  font-weight:700;
  margin-bottom:4px;
}

.tapcar-plan-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  color:#d8e5fc;
  font-size:14px;
}

.tapcar-demo-card{
  position:relative;
  display:block;
  color:inherit;
  text-decoration:none;
  min-height:220px;
}

.tapcar-demo-title{
  margin-top:8px;
  color:#eef4ff;
  font-weight:700;
}

.tapcar-demo-price{
  margin-top:18px;
  font-size:30px;
  font-weight:900;
}

.tapcar-demo-meta{
  margin-top:8px;
  color:var(--tapcar-muted);
}

.tapcar-flash{
  margin-bottom:16px;
  padding:16px 18px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.05);
}

.tapcar-flash.success{
  color:#cbf7e2;
  background:rgba(25,195,125,.12);
  border-color:rgba(25,195,125,.24);
}

.tapcar-flash.error,
.tapcar-flash.danger{
  color:#ffd5dd;
  background:rgba(255,107,129,.12);
  border-color:rgba(255,107,129,.24);
}

.tapcar-form-card{
  padding:24px;
  border-radius:28px;
}

.tapcar-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.tapcar-field{
  display:grid;
  gap:10px;
}

.tapcar-field-full{
  grid-column:1 / -1;
}

.tapcar-field label{
  font-size:14px;
  font-weight:700;
  color:#eff5ff;
}

.tapcar-field input,
.tapcar-field select,
.tapcar-field textarea{
  width:100%;
  min-height:52px;
  padding:0 16px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
  color:#fff;
  outline:none;
}

.tapcar-field textarea{
  min-height:120px;
  padding:14px 16px;
  resize:vertical;
}

.tapcar-field input:focus,
.tapcar-field select:focus,
.tapcar-field textarea:focus{
  border-color:rgba(111,159,255,.56);
  box-shadow:0 0 0 4px rgba(111,159,255,.12);
}

.tapcar-site-footer{
  padding:28px 0 34px;
}

.tapcar-footer-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:24px;
  border-radius:28px;
}

.tapcar-footer-cta-title{
  font-size:28px;
  font-weight:900;
  line-height:1.1;
}

.tapcar-footer-cta-copy p{
  margin:10px 0 0;
  color:var(--tapcar-muted);
  max-width:65ch;
}

.tapcar-footer-cta-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.tapcar-footer-grid{
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1fr;
  gap:18px;
  margin-top:18px;
}

.tapcar-footer-brand,
.tapcar-footer-grid > div{
  padding:22px;
  border-radius:24px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.06);
}

.tapcar-footer-brand h3,
.tapcar-footer-title{
  margin:0 0 14px;
  font-size:18px;
  font-weight:900;
}

.tapcar-footer-brand p{
  margin:0;
  color:var(--tapcar-muted);
  line-height:1.8;
}

.tapcar-footer-pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.tapcar-footer-pills span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
}

.tapcar-footer-grid a{
  display:block;
  color:#e6efff;
  margin-top:10px;
}

.tapcar-footer-grid a:hover{
  color:#fff;
}

.tapcar-footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:18px;
  padding:0 4px;
  color:var(--tapcar-muted);
  font-size:13px;
}

html[dir="rtl"] .tapcar-topbar,
html[dir="rtl"] .tapcar-hero-overlay,
html[dir="rtl"] .tapcar-footer-cta,
html[dir="rtl"] .tapcar-footer-bottom,
html[dir="rtl"] .tapcar-section-head{
  direction:rtl;
}

@media (max-width: 1100px){
  .tapcar-hero-grid,
  .tapcar-footer-grid{
    grid-template-columns:1fr;
  }

  .tapcar-grid-4{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .tapcar-grid-3{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .tapcar-hero-visual{
    min-height:520px;
  }
}

@media (max-width: 860px){
  .tapcar-topbar{
    flex-wrap:wrap;
    justify-content:center;
    padding:14px 0;
  }

  .tapcar-main-nav{
    order:3;
    width:100%;
    justify-content:flex-start;
    overflow:auto;
    flex-wrap:nowrap;
    padding-bottom:4px;
  }

  .tapcar-header-actions{
    width:100%;
    justify-content:space-between;
  }

  .tapcar-form-grid,
  .tapcar-grid-3,
  .tapcar-grid-4,
  .tapcar-mini-points{
    grid-template-columns:1fr;
  }

  .tapcar-hero-copy,
  .tapcar-form-card,
  .tapcar-info-card,
  .tapcar-plan-card,
  .tapcar-demo-card,
  .tapcar-footer-cta,
  .tapcar-footer-brand,
  .tapcar-footer-grid > div{
    border-radius:22px;
  }

  .tapcar-hero-copy{
    padding:24px;
  }

  .tapcar-hero-visual{
    min-height:420px;
  }

  .tapcar-hero-logo-stage img{
    padding:28px;
  }

  .tapcar-hero-overlay,
  .tapcar-footer-cta,
  .tapcar-footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width: 560px){
  .tapcar-wrap{
    width:min(100% - 20px, 1180px);
  }

  .tapcar-site-header{
    position:static;
  }

  .tapcar-nav-link,
  .tapcar-lang-btn,
  .tapcar-login-btn,
  .tapcar-btn{
    min-height:42px;
  }

  .tapcar-hero-section{
    padding-top:20px;
  }

  .tapcar-hero-copy h1{
    font-size:34px;
  }

  .tapcar-hero-lead{
    font-size:16px;
  }

  .tapcar-section-head h2{
    font-size:28px;
  }

  .tapcar-plan-price,
  .tapcar-demo-price{
    font-size:28px;
  }
}
