/* ══════════════════════════════════════
   agile-objectives.css — Pink Product Page
   (Agile Objectives · Projektebene)
══════════════════════════════════════ */

/* ── PRODUCT VARIABLES ── */
:root {
  --s4:#121626;
  --prod-color:#FF1481;
  --prod-glow:rgba(255,20,129,.18);
  --prod-subtle:rgba(255,20,129,.07);
  --prod-border:rgba(255,20,129,.28);
  --prod-text:#ff7ec8;
  --prod-grad:linear-gradient(135deg,#c4006a 0%,#ff5aaa 100%);
}

/* ── NAV OVERRIDE (pink border on scroll) ── */
nav#topnav.scrolled{border-bottom-color:rgba(255,20,129,.18)}

/* ── BREADCRUMB ── */
.breadcrumb{
  position:fixed;top:72px;left:0;right:0;z-index:99;
  background:rgba(255,20,129,.06);border-bottom:1px solid rgba(255,20,129,.14);
  padding:8px 56px;display:flex;align-items:center;gap:8px;
  font-size:12px;color:var(--muted);transition:top .3s;
}
nav#topnav.scrolled ~ .breadcrumb{top:60px}
.breadcrumb a{color:var(--muted);text-decoration:none;transition:color .2s}
.breadcrumb a:hover{color:var(--prod-text)}
.breadcrumb span{color:rgba(255,20,129,.5)}
.bc-current{color:var(--prod-text);font-weight:500}

/* ── BUTTON OVERRIDES (pink) ── */
.btn-primary:hover{box-shadow:0 12px 36px rgba(255,20,129,.38)}
.btn-secondary:hover{border-color:var(--prod-border);background:var(--prod-subtle)}

/* ── HERO ── */
#hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:160px 0 100px;background-color:#0d1f3c}
.hero-bg{
  position:absolute;top:0;right:0;bottom:0;left:0;
  background:
    radial-gradient(ellipse 65% 55% at 60% 35%,rgba(255,20,129,.12) 0%,transparent 65%),
    radial-gradient(ellipse 40% 40% at 10% 80%,rgba(155,92,229,.06) 0%,transparent 60%),
    radial-gradient(ellipse 50% 45% at 90% 75%,rgba(255,20,129,.05) 0%,transparent 60%);
}
.hero-grid{
  position:absolute;top:0;right:0;bottom:0;left:0;
  background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);
  background-size:64px 64px;
  -webkit-mask-image:radial-gradient(ellipse 75% 75% at 50% 50%,black 30%,transparent 80%);
  mask-image:radial-gradient(ellipse 75% 75% at 50% 50%,black 30%,transparent 80%);
}
.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.hero-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(255,20,129,.09);border:1px solid rgba(255,20,129,.26);
  padding:6px 14px;border-radius:100px;font-size:11px;font-weight:700;
  color:var(--prod-text);text-transform:uppercase;letter-spacing:.8px;margin-bottom:28px;
}
.badge-dot{width:7px;height:7px;border-radius:50%;background:var(--ao-pink);animation:pulse 2.2s infinite}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.4)}}
.hero-h1{font-family:'Outfit',sans-serif;font-size:clamp(34px,4.4vw,58px);font-weight:700;line-height:1.12;letter-spacing:-.2px;margin-bottom:22px;color:var(--ivory)}
.hero-sub{font-size:17px;color:var(--muted);line-height:1.75;margin-bottom:40px;max-width:480px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-trust{display:flex;gap:24px;margin-top:36px;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted)}
.trust-ico{width:24px;height:24px;background:rgba(255,20,129,.1);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.trust-ico img{width:100%;height:100%;object-fit:contain}

/* ── SCREEN FRAME (pink-themed) ── */
.screen-frame{
  background:rgba(17,19,32,.95);border:1px solid rgba(255,20,129,.18);
  border-radius:16px;overflow:hidden;
  box-shadow:0 40px 80px rgba(0,0,0,.6),0 0 0 1px rgba(255,20,129,.1),0 0 60px rgba(255,20,129,.06);
  animation:float 6s ease-in-out infinite;
}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.screen-chrome{background:rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.07);padding:10px 16px;display:flex;align-items:center;gap:8px}
.chrome-dots{display:flex;gap:6px}
.chrome-dot{width:10px;height:10px;border-radius:50%}
.chrome-bar{flex:1;background:rgba(255,255,255,.06);border-radius:4px;height:22px;margin:0 12px;display:flex;align-items:center;padding:0 10px}
.chrome-url{font-size:11px;color:rgba(255,255,255,.2)}
.screen-body{padding:20px;display:flex;flex-direction:column;gap:10px}

/* ── OKR OBJECTIVES MOCKUP ── */
.obj-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}
.obj-title{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:rgba(255,255,255,.3)}
.obj-period{font-size:9px;background:rgba(255,20,129,.1);border:1px solid rgba(255,20,129,.2);color:var(--prod-text);padding:2px 8px;border-radius:100px;font-weight:600}
.obj-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:12px 14px;margin-bottom:8px}
.obj-card.highlight{background:rgba(255,20,129,.06);border-color:rgba(255,20,129,.2)}
.obj-card-top{display:flex;align-items:center;gap:8px;margin-bottom:8px}
.obj-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}
.obj-label{font-size:11px;color:var(--ivory);font-weight:600;flex:1}
.obj-pct{font-size:10px;font-weight:700;color:var(--prod-text)}
.obj-bar-wrap{height:4px;background:rgba(255,255,255,.07);border-radius:2px;overflow:hidden}
.obj-bar{height:100%;border-radius:2px}
.obj-krs{display:flex;flex-direction:column;gap:5px;margin-top:8px}
.obj-kr{display:flex;align-items:center;gap:8px}
.obj-kr-line{height:6px;background:rgba(255,255,255,.06);border-radius:3px;flex:1}
.obj-kr-val{font-size:9px;color:var(--muted);width:28px;text-align:right;flex-shrink:0}
.obj-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:4px}
.ostat{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:7px;padding:10px;text-align:center}
.ostat-num{font-family:'Outfit',sans-serif;font-size:16px;font-weight:700;color:var(--ivory)}
.ostat-lbl{font-size:9px;color:var(--muted);margin-top:2px}
.scr-placeholder{background:rgba(255,20,129,.04);border:1px dashed rgba(255,20,129,.16);border-radius:9px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:rgba(255,20,129,.4);font-size:11px;font-weight:500;padding:16px}

/* ── PROBLEM ── */
#problem{background:linear-gradient(180deg,#111d35 0%,#0d0e18 100%);padding:120px 0}
.problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.prob-list{list-style:none;margin-top:36px}
.prob-item{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid var(--border)}
.prob-ico{width:38px;height:38px;border-radius:9px;background:rgba(255,20,129,.09);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:17px}
.prob-item strong{display:block;font-weight:600;color:var(--ivory);margin-bottom:4px;font-size:15px}
.prob-item p{font-size:13.5px;color:var(--muted);line-height:1.55}
.prob-statement{
  background:linear-gradient(120deg,rgba(255,20,129,.05),rgba(255,20,129,.08),rgba(155,92,229,.04));
  border:1px solid rgba(255,20,129,.18);border-radius:var(--radius);padding:36px 32px;
  position:sticky;top:110px;
}
.prob-statement blockquote{font-family:'Outfit',sans-serif;font-size:18px;font-weight:600;line-height:1.5;color:var(--ivory);margin-bottom:16px}
.prob-statement cite{font-size:12px;color:var(--muted);font-style:normal;display:flex;align-items:center;gap:8px}
.prob-statement cite::before{content:"";display:inline-block;width:24px;height:1px;background:var(--ao-pink)}
.prob-metrics{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:28px}
.pm-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:18px 16px}
.pm-num{font-family:'Outfit',sans-serif;font-size:28px;font-weight:700;color:var(--prod-text);letter-spacing:-.3px;line-height:1}
.pm-lbl{font-size:12px;color:var(--muted);margin-top:4px;line-height:1.35}

/* ── FUNKTIONEN ── */
#funktionen{background:#0f1628;padding:120px 0}
.funk-hdr{text-align:center;margin-bottom:72px}
.funk-hdr .section-sub{margin:0 auto}
.funk-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:64px}
.fcard{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:32px 26px;transition:all .35s ease;position:relative;overflow:hidden;display:flex;flex-direction:column;cursor:pointer}
.fcard::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#c4006a,#ff5aaa);transform:scaleX(0);transform-origin:left;transition:transform .45s ease}
.fcard:hover{background:rgba(255,255,255,.06);border-color:var(--prod-border);transform:translateY(-6px);box-shadow:0 20px 50px var(--prod-glow)}
.fcard:hover::before{transform:scaleX(1)}
.fcard-ico{width:48px;height:48px;border-radius:12px;background:var(--prod-subtle);border:1px solid var(--prod-border);display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:transform .35s}
.fcard-ico img{width:100%;height:100%;object-fit:contain}
.fcard:hover .fcard-ico{transform:scale(1.1) rotate(-5deg)}
.fcard h3{font-family:'Outfit',sans-serif;font-size:17px;font-weight:700;color:var(--ivory);margin-bottom:10px;transition:all .3s}
.fcard:hover h3{color:var(--prod-text)}
.fcard p{font-size:13.5px;color:var(--muted);line-height:1.6;flex:1}

/* ── SPOTLIGHT ── */
.spotlight{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-top:40px}
.spotlight.reverse{direction:rtl}
.spotlight.reverse > *{direction:ltr}
.spot-screen{background:rgba(17,19,32,.95);border:1px solid rgba(255,20,129,.14);border-radius:14px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.5),0 0 0 1px rgba(255,20,129,.07)}
.spot-chrome{background:rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.06);padding:10px 16px;display:flex;align-items:center;gap:8px}
.spot-chrome-dots{display:flex;gap:5px}
.spot-chrome-dot{width:9px;height:9px;border-radius:50%}
.spot-body{padding:20px}
.spot-placeholder{background:rgba(255,20,129,.04);border:1px dashed rgba(255,20,129,.16);border-radius:9px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;color:rgba(255,20,129,.4);font-size:12px;font-weight:500;min-height:240px}
.spot-info{display:flex;flex-direction:column;gap:14px}
.spot-badge{display:inline-flex;align-items:center;gap:6px;background:var(--prod-subtle);border:1px solid var(--prod-border);padding:5px 12px;border-radius:100px;font-size:11px;font-weight:700;color:var(--prod-text);text-transform:uppercase;letter-spacing:.7px;width:fit-content}
.spot-title{font-family:'Outfit',sans-serif;font-size:clamp(22px,2.6vw,32px);font-weight:700;line-height:1.2;color:var(--ivory)}
.spot-desc{font-size:15px;color:var(--muted);line-height:1.75}
.spot-list{list-style:none;display:flex;flex-direction:column;gap:10px;margin-top:8px}
.spot-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--muted);line-height:1.55}
.spot-list li::before{content:"";width:16px;height:16px;border-radius:50%;background:var(--prod-subtle);border:1px solid var(--prod-border);flex-shrink:0;margin-top:2px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8l4 4 6-6' stroke='%23FF1481' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:12px;background-repeat:no-repeat;background-position:center}

/* ── USE CASES ── */
#usecases{background:linear-gradient(180deg,#0d0e18 0%,#111d35 100%);padding:120px 0}
.uc-hdr{max-width:640px;margin-bottom:60px}
.uc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.ucard{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:32px 28px;transition:all .35s ease;display:flex;gap:20px;align-items:flex-start;cursor:pointer}
.ucard:hover{background:rgba(255,255,255,.06);border-color:var(--prod-border);box-shadow:0 16px 40px var(--prod-glow);transform:translateY(-4px)}
.ucard-num{font-family:'Outfit',sans-serif;font-size:32px;font-weight:800;color:rgba(255,20,129,.14);line-height:1;flex-shrink:0;width:48px;transition:color .3s}
.ucard:hover .ucard-num{color:rgba(255,20,129,.35)}
.ucard h3{font-family:'Outfit',sans-serif;font-size:17px;font-weight:700;color:var(--ivory);margin-bottom:10px}
.ucard p{font-size:13.5px;color:var(--muted);line-height:1.6}
.ucard-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:14px}
.uctag{font-size:10px;font-weight:600;background:var(--prod-subtle);border:1px solid var(--prod-border);color:var(--prod-text);padding:3px 9px;border-radius:100px}

/* ── HOW IT WORKS ── */
#howto{background:#0f1628;padding:120px 0}
.hw-hdr{text-align:center;margin-bottom:72px}
.hw-hdr .section-sub{margin:0 auto}
.hw-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}
.hw-steps::before{content:"";position:absolute;top:32px;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,20,129,.28) 20%,rgba(255,20,129,.28) 80%,transparent);z-index:0}
.hw-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 20px;position:relative;z-index:1}
.hw-num{width:64px;height:64px;border-radius:50%;background:var(--s0);border:2px solid var(--prod-border);display:flex;align-items:center;justify-content:center;font-family:'Outfit',sans-serif;font-size:20px;font-weight:800;color:var(--ao-pink);margin-bottom:20px;box-shadow:0 0 0 8px var(--s1),0 0 20px rgba(255,20,129,.14);transition:all .35s}
.hw-step:hover .hw-num{background:rgba(255,20,129,.09);box-shadow:0 0 0 8px var(--s1),0 0 30px rgba(255,20,129,.28)}
.hw-step h4{font-family:'Outfit',sans-serif;font-size:15px;font-weight:700;color:var(--ivory);margin-bottom:10px}
.hw-step p{font-size:13px;color:var(--muted);line-height:1.6}

/* ── INTEGRATION ── */
#integration{background:linear-gradient(180deg,#111d35 0%,#0d0e18 100%);padding:100px 0}
.int-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.int-logos{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.int-logo{background:rgba(255,255,255,.04);border:1px solid var(--border);border-radius:12px;padding:18px;display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--muted);font-weight:500;min-height:64px;transition:all .25s;text-align:center;cursor:pointer}
.int-logo:hover{border-color:var(--prod-border);background:var(--prod-subtle);color:var(--prod-text)}
.int-note{background:var(--prod-subtle);border:1px solid var(--prod-border);border-radius:12px;padding:20px 22px;margin-top:28px;display:flex;gap:12px;align-items:flex-start}
.int-note-ico{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.int-note-ico img{width:100%;height:100%;object-fit:contain}
.int-note p{font-size:13.5px;color:var(--muted);line-height:1.6}
.int-note strong{color:var(--ivory)}

/* ── DEMO ── */
#demo{background:#0d0e18;padding:120px 0}
.demo-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.demo-bullets{list-style:none;margin-top:32px;display:flex;flex-direction:column;gap:12px}
.demo-bullets li{display:flex;gap:12px;align-items:flex-start;font-size:14px;color:var(--muted);line-height:1.5}
.demo-bullets li > span:first-child{font-size:16px;flex-shrink:0;margin-top:1px}
.demo-form{background:rgba(255,255,255,.03);border:1px solid var(--border);border-radius:var(--radius);padding:36px 32px}
.fg{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}
.frow{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.frow .fg{margin-bottom:18px}
.fl{font-size:12px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}
.fi{background:rgba(255,255,255,.05);border:1px solid var(--border);border-radius:8px;padding:11px 14px;font-size:14px;color:var(--ivory);font-family:'Outfit',sans-serif;outline:none;transition:border-color .2s,background .2s;width:100%;-webkit-appearance:none}
.fi:focus{border-color:var(--ao-pink);background:rgba(255,20,129,.05)}
.fi option{background:#1a1b2e}
.fsub{width:100%;background:linear-gradient(90deg,#c4006a,#FF1481);color:#fff;border:none;border-radius:10px;padding:14px;font-size:14px;font-weight:600;cursor:pointer;font-family:'Outfit',sans-serif;transition:all .22s;margin-top:4px}
.fsub:hover{opacity:.86;transform:translateY(-1px);box-shadow:0 10px 30px rgba(255,20,129,.3)}
.fnote{font-size:12px;color:var(--muted);text-align:center;margin-top:14px}
textarea.fi{resize:vertical;line-height:1.5}
.form-success{text-align:center;padding:40px 20px;color:var(--text)}
.form-success p{font-size:16px;line-height:1.6;margin-bottom:12px}

/* ── OTHER PRODUCTS ── */
.other-products{background:var(--s1);padding:72px 0}
.op-hdr{text-align:center;margin-bottom:44px}
.op-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:780px;margin:0 auto}
.op-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:26px 24px;text-decoration:none;display:flex;gap:16px;align-items:flex-start;transition:all .3s;cursor:pointer}
.op-card:hover{transform:translateY(-4px)}
.op-card.blue:hover{border-color:rgba(91,140,247,.4);background:rgba(91,140,247,.06);box-shadow:0 12px 36px rgba(91,140,247,.15)}
.op-card.purple:hover{border-color:rgba(155,92,229,.4);background:rgba(155,92,229,.06);box-shadow:0 12px 36px rgba(155,92,229,.15)}
.op-ico{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.op-ico img{width:100%;height:100%;object-fit:contain}
.op-ico.blue{background:rgba(91,140,247,.12);border:1px solid rgba(91,140,247,.25)}
.op-ico.purple{background:rgba(155,92,229,.12);border:1px solid rgba(155,92,229,.25)}
.op-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--muted);margin-bottom:4px}
.op-name{font-family:'Outfit',sans-serif;font-size:16px;font-weight:700;color:var(--ivory);margin-bottom:4px}
.op-hint{font-size:12px;color:var(--muted);line-height:1.5}
.op-arrow{margin-left:auto;color:var(--muted);transition:transform .2s,color .2s;align-self:center;padding-left:8px}
.op-card:hover .op-arrow{transform:translateX(4px);color:var(--text)}

/* ══════════════════════════════════════
   RESPONSIVE: TABLET ≤1024px
══════════════════════════════════════ */
@media(max-width:1024px){
  .breadcrumb{padding:8px 24px}
  #hero{padding:130px 0 80px}
  .hero-inner{grid-template-columns:1fr;gap:48px}
  .hero-inner > :last-child{order:-1}
  .problem-grid{grid-template-columns:1fr;gap:48px}
  .prob-statement{position:static}
  .funk-grid{grid-template-columns:repeat(2,1fr);gap:18px}
  .spotlight{grid-template-columns:1fr;gap:48px}
  .spotlight.reverse{direction:ltr}
  .uc-grid{grid-template-columns:1fr}
  .hw-steps{grid-template-columns:repeat(2,1fr);gap:36px 0}
  .hw-steps::before{display:none}
  .int-inner{grid-template-columns:1fr;gap:48px}
  .demo-inner{grid-template-columns:1fr;gap:48px}
  .op-grid{grid-template-columns:1fr}
  #problem,#funktionen,#usecases,#howto{padding:80px 0}
  #integration,#demo{padding:80px 0}
  .other-products{padding:56px 0}
  .demo-form{padding:28px 22px}
}

/* ══════════════════════════════════════
   RESPONSIVE: MOBILE ≤768px
══════════════════════════════════════ */
@media(max-width:768px){
  nav#topnav.scrolled{height:56px}
  .breadcrumb{padding:8px 16px;top:60px}
  nav#topnav.scrolled ~ .breadcrumb{top:56px}
  #hero{min-height:auto;padding:110px 0 56px}
  .hero-h1{font-size:clamp(26px,7vw,32px)}
  .hero-sub{font-size:15px;margin-bottom:28px}
  .hero-actions{flex-direction:column}
  .hero-actions .btn-primary,
  .hero-actions .btn-secondary{width:100%;justify-content:center}
  .hero-trust{gap:14px}
  .screen-frame{animation:none}
  #problem,#funktionen,#usecases,#howto{padding:56px 0}
  #integration,#demo{padding:56px 0}
  .other-products{padding:40px 0}
  .funk-grid{grid-template-columns:1fr;gap:14px}
  .fcard{padding:24px 20px}
  .hw-steps{grid-template-columns:1fr;gap:28px}
  .hw-num{width:52px;height:52px;font-size:17px}
  .int-logos{grid-template-columns:repeat(2,1fr)}
  .ucard{flex-direction:column;padding:24px 20px}
  .ucard-num{width:auto}
  .obj-stats{grid-template-columns:1fr}
  .prob-metrics{grid-template-columns:1fr}
  .pm-num{font-size:22px}
  .op-grid{max-width:100%}
  .op-card{flex-direction:column;gap:12px}
  .frow{grid-template-columns:1fr}
  .demo-form{padding:24px 16px}
  .demo-inner{gap:32px}
  .prob-statement{padding:24px 18px}
  .prob-statement blockquote{font-size:16px}
  .spot-info{gap:10px}
}
.space-mockup-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--muted);
  margin: 0 0 6px;
}
.space-screen {
  border-radius: 12px;
  overflow: hidden;
  background: #0d0e18;
}
.hero-approval{background:#0d0e18;border-radius:12px;padding:20px;font-family:'Outfit',sans-serif;width:100%;box-sizing:border-box}
.appr-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.appr-status{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:600;color:#fbbf24;letter-spacing:.5px;text-transform:uppercase}
.appr-phase{font-size:10px;color:#475569}
.appr-dot{width:8px;height:8px;border-radius:50%}
.appr-dot.yellow{background:#fbbf24}
.appr-dot.green{background:#34d399}
.appr-project{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:16px;margin-bottom:14px}
.appr-project-name{font-size:13px;font-weight:700;color:#e2e8f0;margin-bottom:4px}
.appr-project-sub{font-size:11px;color:#64748b}
.appr-tags{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}
.appr-tag{font-size:10px;border-radius:20px;padding:3px 10px}
.appr-tag.green{background:rgba(52,211,153,.12);color:#34d399}
.appr-tag.yellow{background:rgba(251,191,36,.12);color:#fbbf24}
.appr-label{font-size:11px;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}
.appr-parties{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}
.appr-party{background:rgba(52,211,153,.05);border:1px solid rgba(52,211,153,.2);border-radius:8px;padding:12px}
.appr-party-role{font-size:10px;color:#64748b;margin-bottom:4px}
.appr-party-name{font-size:13px;font-weight:700;color:#e2e8f0}
.appr-party-org{font-size:10px;color:#94a3b8;margin-bottom:10px}
.appr-party-status{display:flex;align-items:center;gap:6px;font-size:10px;color:#fbbf24}
.appr-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.appr-btn{border-radius:8px;padding:10px;font-size:12px;font-weight:600;cursor:pointer;border:none;font-family:'Outfit',sans-serif}
.appr-approve{background:rgba(52,211,153,.15);border:1px solid rgba(52,211,153,.4)!important;color:#34d399}
.appr-reject{background:rgba(248,113,113,.08);border:1px solid rgba(248,113,113,.25)!important;color:#f87171}
.appr-msg{margin-top:12px;text-align:center;font-size:11px;border-radius:8px;padding:0;max-height:0;overflow:hidden;transition:all .3s}
.appr-msg.vis-ok{padding:10px;max-height:40px;background:rgba(52,211,153,.1);border:1px solid rgba(52,211,153,.3);color:#34d399}
.appr-msg.vis-err{padding:10px;max-height:40px;background:rgba(248,113,113,.08);border:1px solid rgba(248,113,113,.2);color:#f87171}
.appr-footer{margin-top:14px;border-top:1px solid rgba(255,255,255,.06);padding-top:12px;display:flex;justify-content:space-between;font-size:10px;color:#334155}
