/* =======================================================
   Start Here (start.css) — Premium Dashboard Edition
   ======================================================= */

:root{
  --brand:#2e7d32; --brand-dark:#1b5e20;
  --brand-ink:#184b26; --ink:#0b2b12;
  --muted:#547a5e; --line:#cfe0d4;
  --soft:#f6fbf7; --soft-2:#eef7f2;
  --shadow:0 10px 28px rgba(0,0,0,.06);
  --w:1320px; 
}

/* ===== Shared container ===== */
body.page-planner .container{ max-width:var(--w); margin:0 auto; padding:20px; width:100%; box-sizing:border-box;}

/* ===== PREMIUM DASHBOARD HERO ===== */
.dash-hero {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 40px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 30px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.03);
}

.dash-eyebrow {
    display: inline-block;
    background: #e6f4ea;
    color: #166534;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    border: 1px solid #bbf7d0;
}

.dash-title { margin: 0 0 16px 0; font-size: 2.2rem; font-weight: 900; color: var(--brand-dark); line-height: 1.15; letter-spacing: -0.5px; }
.dash-desc { font-size: 1.1rem; color: #4b5563; margin: 0 0 24px 0; line-height: 1.6; }

.dash-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.dash-btn-primary {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 12px 24px; font-size: 0.95rem; font-weight: 800; color: #ffffff;
    background: var(--brand); border-radius: 12px; text-decoration: none;
    box-shadow: 0 4px 12px rgba(46,125,50,0.2); transition: all 0.2s ease; border: none; cursor: pointer;
}
.dash-btn-primary:hover { background: var(--brand-dark); transform: translateY(-2px); box-shadow: 0 8px 16px rgba(46,125,50,0.25); }

.dash-btn-ghost {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 12px 24px; font-size: 0.95rem; font-weight: 800; color: #374151;
    background: #f9fafb; border: 1px solid #d1d5db; border-radius: 12px; text-decoration: none; transition: all 0.2s ease;
}
.dash-btn-ghost:hover { background: #ffffff; border-color: #9ca3af; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }

/* The Loom Video Mockup */
.dash-hero-video { width: 100%; position: relative; }

.video-mockup {
    background: #000;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 16/9;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    border: 4px solid #fff;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.video-mockup:hover { transform: scale(1.02); }

.video-mockup img { width: 100%; height: 100%; object-fit: cover; opacity: 0.7; }

.video-play-btn {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 64px; height: 64px; background: var(--brand); color: white;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3); z-index: 10;
}

.video-overlay-text {
    position: absolute; bottom: 16px; left: 16px; right: 16px;
    color: white; font-weight: 800; font-size: 1rem; z-index: 10;
    text-shadow: 0 2px 4px rgba(0,0,0,0.8);
}

/* ===== PREMIUM FOOD BANNER ===== */
.food-banner {
    background: linear-gradient(135deg, #1b5e20 0%, #388e3c 100%);
    border-radius: 24px;
    display: flex;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 12px 30px rgba(27,94,32,0.15);
}

.food-banner-text { padding: 40px; flex: 1; color: white; display: flex; flex-direction: column; justify-content: center; align-items: flex-start;}
.food-banner-text h2 { margin: 0 0 12px 0; font-size: 1.8rem; font-weight: 900; }
.food-banner-text p { font-size: 1.05rem; opacity: 0.9; margin: 0 0 16px 0; line-height: 1.5; }

.food-tips { margin: 0 0 24px 20px; padding: 0; opacity: 0.95; font-weight: 600; line-height: 1.6; }
.food-tips li { margin-bottom: 4px; }

.food-banner-img { width: 40%; position: relative; }
.food-banner-img img { width: 100%; height: 100%; object-fit: cover; border-left: 4px solid rgba(255,255,255,0.1); }

/* ===== Original Tools/Forms preserved ===== */
.input, select, textarea{ width:100%; padding:10px 12px; border:1px solid var(--line); border-radius:12px; background:#fff; outline:none; }
.input:focus, select:focus, textarea:focus{ border-color:#b7d5c2; box-shadow:0 0 0 3px rgba(46,125,50,.12); }
.air-sec{ border:1px solid var(--line) !important; border-radius:16px !important; background:#fff !important; box-shadow:var(--shadow) !important; margin-bottom:25px !important; overflow:hidden !important; }
.air-head{ display:flex !important; align-items:center !important; justify-content:space-between !important; padding:20px 24px !important; background:#ffffff !important; border-bottom:1px solid var(--line) !important; }
.air-head h2{ margin:0 !important; font:800 1.2rem system-ui !important; color: var(--brand-dark) !important; }
.air-body{ padding:24px !important; background:#fff !important; }

/* ===== Quick Vegan Destinations (Airbnb Style) ===== */
.vf{ display:grid; gap:10px; }
@media (min-width:780px){ .vf{ grid-template-columns:1fr 1fr 1fr 1fr auto; align-items:end; } }
.vf .full{ grid-column:1 / -1; }
.badge-tip{ font-size:.85rem; color:#6b7280; font-weight: 600; }

#quick-dests .qd-results { display: grid; gap: 24px; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); margin-top: 20px; }
.qd-card { display: flex !important; flex-direction: column !important; padding: 0 !important; background: #fff; border: 1px solid var(--line); border-radius: 16px !important; overflow: hidden !important; box-shadow: 0 4px 12px rgba(0,0,0,0.03); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.qd-card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(0,0,0,0.08); }
.qd-img-wrap { position: relative; width: 100%; height: 180px; background: #eee; }
.qd-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.qd-badge { position: absolute; top: 12px; left: 12px; background: rgba(255,255,255,0.9); backdrop-filter: blur(4px); color: var(--brand-dark); font-size: 11px; font-weight: 800; padding: 4px 10px; border-radius: 999px; text-transform: uppercase; letter-spacing: 0.5px; }
.qd-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.qd-title { font-size: 20px; font-weight: 900; color: var(--brand-dark); margin: 0 0 8px 0; }
.qd-desc { font-size: 14px; color: #516658; line-height: 1.5; margin: 0 0 16px 0; flex: 1; }
.qd-links-mini { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.qd-links-mini a { display: inline-flex; align-items: center; gap: 4px; font-size: 12px; font-weight: 700; color: #165a31; background: #e6f4ea; padding: 6px 12px; border-radius: 999px; border: 1px solid #cde3d3; transition: background 0.2s; text-decoration: none; }
.qd-links-mini a:hover { background: #cde3d3; }

/* ===== Lock Screen ===== */
.vtt-lock-screen { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.55); display: flex; align-items: center; justify-content: center; z-index: 9999; }
.vtt-lock-card { background: #ffffff; max-width: 480px; width: 90%; padding: 32px 28px; border-radius: 24px; text-align: center; box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25); }
.vtt-lock-card h1 { margin: 0 0 12px; font-size: 1.8rem; color: var(--brand-dark); font-weight: 900;}
.vtt-lock-card p { margin: 0 0 20px; color: #4b5563; line-height: 1.5; }
.vtt-btn-primary { display: inline-block; padding: 12px 24px; border-radius: 12px; background: var(--brand); color: #ffffff; font-weight: 800; text-decoration: none; margin-bottom: 18px; box-shadow: 0 4px 12px rgba(46, 125, 50, 0.2); transition: all 0.2s ease; }
.vtt-btn-primary:hover { background: var(--brand-dark); transform: translateY(-2px); box-shadow: 0 8px 16px rgba(46, 125, 50, 0.3); }
.vtt-lock-meta { margin: 4px 0 0; font-size: 0.9rem; color: #6b7280; }
.vtt-lock-meta a { color: var(--brand); text-decoration: none; font-weight: 700; }

/* ===== Mobile Responsiveness ===== */
@media (max-width: 900px) {
  .dash-hero { grid-template-columns: 1fr; padding: 30px 20px; gap: 24px; text-align: center; }
  .dash-actions { justify-content: center; }
  .food-banner { flex-direction: column; }
  .food-banner-img { width: 100%; height: 200px; }
  .food-banner-img img { border-left: none; border-top: 4px solid rgba(255,255,255,0.1); }
  .food-banner-text { padding: 30px 20px; text-align: center; align-items: center;}
  .food-tips { text-align: left; margin: 0 auto 24px; }
}