/* PINS Parking  -  Sremium Brand 2 CSS Stylesheet */
/* Author: Barbara, Lead Brand & Copy Strategist */

:root {
    --stallGold: #F59E0B;
    --goldBevel: #FACF85;
    --obsidian: #0A1128;
    --obsidian-dark: #07112B;
    --pristine: #F8FAFC;
    --slateCool: #475569;
    --border-panel: rgba(10, 17, 40, 0.08);
    --border-dark-panel: rgba(255, 255, 255, 0.08);
    --mintFintech: #10B981;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', Arial, sans-serif;
    color: var(--pristine);
    background: var(--obsidian);
    background-image: radial-gradient(rgba(30, 58, 138, 0.06) 1.5px, transparent 1.5px);
    background-size: 32px 32px;
    line-height: 1.6;
}

h1, h2, h3, h4, .font-display {
    font-family: 'Plus Jakarta Sans', Arial, sans-serif;
}

.wrap {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 24px;
}

.btn {
    display: inline-block;
    background: var(--stallGold);
    color: var(--obsidian);
    font-family: 'Plus Jakarta Sans', Arial, sans-serif;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn:hover {
    background: var(--goldBevel);
}

.btn-ghost {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.35);
    font-weight: 600;
}

.btn-ghost:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--goldBevel);
}

.eyebrow {
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--obsidian);
    font-weight: 700;
    margin-bottom: 12px;
}

.topbar {
    background: var(--obsidian-dark);
    color: var(--pristine);
    opacity: 0.95;
    font-size: 14px;
}

.topbar .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.topbar a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.topbar .pay {
    background: var(--stallGold);
    color: var(--obsidian);
    padding: 8px 22px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.2s ease;
}

.topbar .pay:hover {
    background: var(--goldBevel);
}

.drivers {
    background: var(--stallGold);
    padding: 56px 0;
}

.drivers .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

.drivers h2 {
    font-size: 30px;
    color: var(--obsidian);
    margin-bottom: 8px;
}

.drivers p {
    color: var(--obsidian);
    font-size: 16px;
    max-width: 38em;
}

.drivers .btn-dark {
    display: inline-block;
    background: var(--obsidian);
    color: var(--pristine);
    font-family: 'Plus Jakarta Sans', Arial, sans-serif;
    font-weight: 700;
    padding: 16px 34px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 17px;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.drivers .btn-dark:hover {
    background: var(--obsidian-dark);
}

nav {
    background: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid var(--border-panel);
    backdrop-filter: blur(12px);
    position: sticky;
    top: 0;
    z-index: 50;
}

nav .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
}

.logo {
    font-family: 'Plus Jakarta Sans', Arial, sans-serif;
    font-weight: 800;
    font-size: 21px;
    color: var(--obsidian);
    text-decoration: none;
    letter-spacing: .04em;
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo span {
    background: var(--stallGold);
    color: var(--obsidian);
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 2px;
    font-size: 13px;
    font-weight: 700;
}

.navlinks {
    display: flex;
    gap: 26px;
    align-items: center;
    font-size: 15px;
}

.navlinks a {
    color: var(--slateCool);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.navlinks a:hover {
    color: var(--stallGold);
}

.navlinks .btn {
    padding: 10px 20px;
    font-size: 15px;
    background: var(--obsidian);
    color: var(--pristine);
}

.navlinks .btn:hover {
    background: var(--obsidian-dark);
}

.hero {
    background: linear-gradient(165deg, var(--obsidian-dark) 0%, var(--obsidian) 70%, #030611 100%);
    color: var(--pristine);
    padding: 84px 0 96px;
    position: relative;
    overflow: hidden;
}

.hero:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 70px;
    background: var(--stallGold);
    clip-path: ellipse(75% 100% at 50% 100%);
}

.hero .wrap {

/* PINS Command Monospace Data Tokens */
.lot-zone-badge, .calc-input-val, .calc-output-num, #total-yield-display, .sat-yield-val, .badge-amber-glow, .stat-num, .sat-badge {
  font-family: 'JetBrains Mono', monospace !important;
}


/* Accessibility & Focus-Visible Enhancements */
input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible, a:focus-visible {
  outline: 2px solid #F59E0B !important;
  outline-offset: 2px !important;
}

@media (max-width: 768px) {
  .floating-controls-wrap {
    bottom: 16px !important;
    gap: 8px !important;
  }
}
