/*
 * WP Expert — shared stylesheet
 * Used by every page: /, /services/, /portfolio/, /contact/, /privacy-policy/
 * Design tokens live in :root at the top — change once, it cascades everywhere.
 */

/* =========================================================
   DESIGN TOKENS
   ========================================================= */
:root{--bg:#0D1321;
    --panel:#131C30;
    --panel-2:#19233A;
    --border:#293353;
    --border-soft:#202a44;
    --text:#F1F4F9;
    --text-muted:#8B96AE;
    --amber:#FFB454;
    --amber-dim:#8a6a3a;
    --mint:#6EE7B7;
    --font-display:'Space Grotesk',sans-serif;
    --font-body:'Inter',sans-serif;
    --font-mono:'JetBrains Mono',monospace;
    --radius:10px;}

/* =========================================================
   BASE / RESET
   ========================================================= */
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{background:var(--bg);
    color:var(--text);
    font-family:var(--font-body);
    line-height:1.55;
    -webkit-font-smoothing:antialiased;}
body::before{content:"";
    position:fixed; inset:0;
    background:
      radial-gradient(ellipse 900px 500px at 15% -5%, rgba(255,180,84,0.08), transparent 60%),
      radial-gradient(ellipse 700px 500px at 100% 10%, rgba(110,231,183,0.06), transparent 60%);
    pointer-events:none;
    z-index:0;}
a{color:inherit; text-decoration:none;}
img{max-width:100%; display:block;}
.wrap{max-width:1180px; margin:0 auto; padding:0 28px;}
::selection{background:var(--amber); color:#141B12;}
:focus-visible{outline:2px solid var(--amber); outline-offset:3px;}
.mono{font-family:var(--font-mono);}
.eyebrow{font-family:var(--font-mono); font-size:12.5px; letter-spacing:.02em; color:var(--mint);
    display:flex; align-items:center; gap:9px; margin-bottom:16px;}
.eyebrow::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--mint); box-shadow:0 0 0 3px rgba(110,231,183,.15);}
h1,h2,h3,h4{font-family:var(--font-display); font-weight:600; letter-spacing:-0.01em;}

/* =========================================================
   NAV / HEADER
   ========================================================= */
header{position:sticky; top:0; z-index:40;
    background:rgba(13,19,33,0.86);
    backdrop-filter:blur(10px);
    border-bottom:1px solid var(--border-soft);}
.nav-tabbar{display:flex; align-items:center; justify-content:space-between; height:64px; gap:16px;}
.logo{font-family:var(--font-mono); font-size:15px; font-weight:500; color:var(--text); display:flex; align-items:center; gap:8px;}
.logo .dot-cluster{display:flex; gap:5px;}
.logo .dot-cluster span{width:8px;height:8px;border-radius:50%;display:block;}
.logo .dot-cluster span:nth-child(1){background:#ff5f57;}
.logo .dot-cluster span:nth-child(2){background:#febc2e;}
.logo .dot-cluster span:nth-child(3){background:#28c840;}
.logo b{color:var(--amber); font-weight:500;}
nav.tabs{display:flex; gap:2px;}
nav.tabs a{font-family:var(--font-mono); font-size:13px; color:var(--text-muted); padding:10px 16px; border:1px solid transparent; border-bottom:none; border-radius:8px 8px 0 0; transition:.15s; display:inline-block;}
nav.tabs a:hover{color:var(--text); background:var(--panel);}
nav.tabs a.active-tab{color:var(--amber); background:var(--panel); border-color:var(--border) var(--border) transparent;}
.nav-cta{font-family:var(--font-mono); font-size:13px; color:#141B12; background:var(--amber);
    padding:9px 18px; border-radius:7px; font-weight:500; white-space:nowrap;}
.nav-cta:hover{filter:brightness(1.08);}
.menu-toggle{display:none; background:none; border:1px solid var(--border); border-radius:7px; color:var(--text); width:40px; height:40px; font-size:18px; cursor:pointer;}

/* =========================================================
   HOMEPAGE — HERO
   ========================================================= */
.hero{position:relative; z-index:1;
    padding:88px 0 100px;}
.hero-grid{display:grid;
    grid-template-columns:1.05fr 1fr;
    gap:56px;
    align-items:center;}
.hero h1{font-size:clamp(34px,4.6vw,54px);
    line-height:1.08;
    margin-bottom:22px;}
.hero h1 .accent{color:var(--amber);}
.hero p.lead{font-size:17px;
    color:var(--text-muted);
    max-width:480px;
    margin-bottom:34px;}

/* =========================================================
   BUTTONS
   ========================================================= */
.btn-row{display:flex; gap:14px; flex-wrap:wrap;}
.btn{font-family:var(--font-mono); font-size:13.5px; padding:13px 22px; border-radius:8px; display:inline-flex; align-items:center; gap:8px; transition:.15s; border:1px solid transparent; cursor:pointer;}
.btn-primary{background:var(--amber); color:#141B12; font-weight:500;}
.btn-primary:hover{filter:brightness(1.08); transform:translateY(-1px);}
.btn-ghost{border-color:var(--border); color:var(--text); background:transparent;}
.btn-ghost:hover{border-color:var(--mint); color:var(--mint);}
.trust-line{display:flex; gap:26px; flex-wrap:wrap; font-family:var(--font-mono); font-size:12px; color:var(--text-muted); margin-top:26px;}
.trust-line strong{color:var(--text); font-family:var(--font-body); font-weight:600;}
.browser{background:var(--panel);
    border:1px solid var(--border);
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 30px 60px -20px rgba(0,0,0,.55);}
.browser-bar{display:flex; align-items:center; gap:10px;
    padding:12px 14px;
    background:var(--panel-2);
    border-bottom:1px solid var(--border);}
.browser-bar .dots{display:flex; gap:6px;}
.browser-bar .dots span{width:9px;height:9px;border-radius:50%;}
.browser-bar .dots span:nth-child(1){background:#ff5f57;}
.browser-bar .dots span:nth-child(2){background:#febc2e;}
.browser-bar .dots span:nth-child(3){background:#28c840;}
.browser-bar .url{flex:1;
    font-family:var(--font-mono); font-size:12px; color:var(--text-muted);
    background:var(--bg);
    border:1px solid var(--border-soft);
    border-radius:6px;
    padding:6px 10px;
    display:flex; align-items:center; gap:6px;}
.browser-bar .url::before{content:"🔒"; font-size:10px;}
.browser-body{padding:26px; position:relative; min-height:300px;}
.build-row{display:flex; align-items:center; gap:12px; font-family:var(--font-mono); font-size:12.5px; color:var(--text-muted); margin-bottom:14px; opacity:0; animation:fadein .5s ease forwards;}
.build-row .tick{color:var(--mint);}
.build-row:nth-child(1){animation-delay:.15s;}
.build-row:nth-child(2){animation-delay:.5s;}
.build-row:nth-child(3){animation-delay:.85s;}
.build-row:nth-child(4){animation-delay:1.2s;}
@keyframes fadein{to{opacity:1;}}
.skeleton{margin-top:20px; display:grid; gap:10px;
    opacity:0; animation:fadein .6s ease forwards; animation-delay:1.5s;}
.skeleton .bar{height:12px; border-radius:4px; background:linear-gradient(90deg,var(--panel-2),var(--border-soft),var(--panel-2)); background-size:200% 100%; animation:shimmer 2.2s ease-in-out infinite;}
@keyframes shimmer{0%{background-position:200% 0;}100%{background-position:-200% 0;}}
.skeleton .bar.w60{width:60%;}
.skeleton .bar.w90{width:90%;}
.skeleton .bar.w40{width:40%;}
.skeleton .block{height:64px; border-radius:8px; background:var(--panel-2); border:1px solid var(--border-soft); margin-top:6px;}

/* =========================================================
   ACCESSIBILITY / MOTION
   ========================================================= */
@media (prefers-reduced-motion: reduce){
  .build-row,.skeleton{animation:none; opacity:1;}
  .skeleton .bar{animation:none;}
  html{scroll-behavior:auto;}
}
section{position:relative; z-index:1; padding:88px 0;}
.section-head{max-width:640px; margin-bottom:50px;}
.section-head h2{font-size:clamp(26px,3vw,36px); margin-bottom:14px;}
.section-head p{color:var(--text-muted); font-size:15.5px;}
.divider{height:1px; background:linear-gradient(90deg, transparent, var(--border), transparent);}

/* =========================================================
   SERVICE CARDS (homepage + Services page)
   ========================================================= */
.services-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:22px;}
.service-card{background:var(--panel); border:1px solid var(--border); border-radius:var(--radius); overflow:hidden; display:flex; flex-direction:column;}
.service-card .file-tab{font-family:var(--font-mono); font-size:12px; color:var(--text-muted);
    padding:12px 20px; border-bottom:1px solid var(--border-soft);
    background:var(--panel-2);
    display:flex; justify-content:space-between;}
.service-card .file-tab .ext{color:var(--amber);}
.service-card .body{padding:26px 24px 28px; flex:1; display:flex; flex-direction:column;}
.service-card h3{font-size:20px; margin-bottom:10px;}
.taglist{list-style:none; display:grid; gap:11px; margin-bottom:20px;}
.taglist li{display:flex; align-items:center; gap:10px; font-size:14.5px; color:var(--text);}
.taglist li::before{content:"›"; font-family:var(--font-mono); color:var(--mint); font-weight:600;}

/* =========================================================
   HOMEPAGE — ABOUT / COMMIT LOG
   ========================================================= */
.about-grid{display:grid; grid-template-columns:.85fr 1.15fr; gap:60px; align-items:start;}
.stat-big{font-family:var(--font-display); font-size:clamp(64px,8vw,96px); line-height:1; color:var(--amber);}
.stat-label{font-family:var(--font-mono); font-size:13px; color:var(--text-muted); margin-top:8px;}
.about-copy{color:var(--text-muted); font-size:15.5px; margin-top:26px; max-width:380px;}
.log{border-left:2px solid var(--border);
    padding-left:26px;
    display:grid; gap:26px;}
.log-entry{position:relative;}
.log-entry::before{content:""; position:absolute; left:-32px; top:4px;
    width:11px; height:11px; border-radius:50%;
    background:var(--bg); border:2px solid var(--mint);}
.log-entry .hash{font-family:var(--font-mono); font-size:12px; color:var(--mint);}
.log-entry .msg{font-size:15.5px; margin-top:5px;}
.log-entry .meta{font-family:var(--font-mono); font-size:12px; color:var(--text-muted); margin-top:4px;}

/* =========================================================
   HOMEPAGE — INCLUDED FEATURES
   ========================================================= */
.feat-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--border); border:1px solid var(--border); border-radius:var(--radius); overflow:hidden;}
.feat-item{background:var(--panel); padding:28px 24px;}
.feat-item .icon{width:36px; height:36px; border-radius:8px;
    background:var(--panel-2); border:1px solid var(--border-soft);
    display:flex; align-items:center; justify-content:center;
    color:var(--mint); font-family:var(--font-mono); font-size:14px; margin-bottom:16px;}
.feat-item h4{font-size:15.5px; margin-bottom:8px;}
.feat-item p{font-size:13.5px; color:var(--text-muted);}

/* =========================================================
   HOMEPAGE — TESTIMONIALS
   ========================================================= */
.test-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
.test-card{background:var(--panel); border:1px solid var(--border); border-radius:var(--radius);
    padding:26px 24px; display:flex; flex-direction:column; gap:18px;}
.test-card p.quote{font-size:14.5px; color:var(--text); flex:1;}
.test-card .by{font-family:var(--font-mono); font-size:12.5px; color:var(--text-muted); border-top:1px solid var(--border-soft); padding-top:14px;}
.test-card .by strong{color:var(--mint); font-weight:500;}
.test-card .by::before{content:"$ "; color:var(--amber);}

/* =========================================================
   HOMEPAGE — PRICING
   ========================================================= */
.price-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
.price-card{background:var(--panel); border:1px solid var(--border); border-radius:var(--radius);
    padding:30px 26px; display:flex; flex-direction:column;
    position:relative;}
.price-card.featured{border-color:var(--amber); box-shadow:0 0 0 1px var(--amber-dim), 0 20px 40px -20px rgba(255,180,84,.25);}
.price-card .badge{position:absolute; top:-12px; right:24px;
    font-family:var(--font-mono); font-size:11px; background:var(--amber); color:#141B12;
    padding:4px 10px; border-radius:5px; font-weight:500;}
.price-card .plan-name{font-family:var(--font-mono); font-size:12px; color:var(--mint); margin-bottom:14px;}
.price-card .now{font-family:var(--font-mono); font-size:11px; color:var(--text-muted); text-transform:uppercase; letter-spacing:.06em;}
.price-card .price{font-family:var(--font-display); font-size:38px; margin:6px 0 2px;}
.price-card .was{font-size:12.5px; color:var(--text-muted); text-decoration:line-through; margin-bottom:18px;}
.price-card ul{list-style:none; display:grid; gap:10px; margin-bottom:24px; flex:1;}
.price-card ul li{font-size:13.5px; display:flex; gap:9px;}
.price-card ul li::before{content:"✓"; color:var(--mint); font-family:var(--font-mono);}
.price-card .save{font-family:var(--font-mono); font-size:12.5px; color:var(--amber); margin-bottom:18px;}
.price-card .btn{justify-content:center; width:100%;}
.price-note{text-align:center; margin-top:36px; color:var(--text-muted); font-size:14px;}
.price-note a{color:var(--mint); border-bottom:1px dashed var(--mint);}

/* =========================================================
   CTA PANEL (shared across pages)
   ========================================================= */
.cta-panel{background:var(--panel); border:1px solid var(--border); border-radius:16px; padding:60px 50px;
    display:flex; align-items:center; justify-content:space-between; gap:30px; flex-wrap:wrap;}
.cta-panel h2{font-size:clamp(24px,3vw,32px);}
.cta-panel p{color:var(--text-muted); margin-top:8px;}

/* =========================================================
   FOOTER
   ========================================================= */
footer{border-top:1px solid var(--border-soft); padding:56px 0 34px; position:relative; z-index:1;}
.foot-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:40px; margin-bottom:44px;}
.foot-grid h4{font-family:var(--font-mono); font-size:12.5px; color:var(--mint); margin-bottom:16px; font-weight:500;}
.foot-grid p, .foot-grid a{font-size:14px; color:var(--text-muted); display:block; margin-bottom:9px;}
.foot-grid a:hover{color:var(--text);}
.foot-bottom{display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:10px;
    font-family:var(--font-mono); font-size:12px; color:var(--text-muted);
    padding-top:26px; border-top:1px solid var(--border-soft);}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width:920px){
  nav.tabs{display:none;}
  nav.tabs.mobile-open{display:flex; flex-direction:column; gap:4px;
      position:absolute; top:64px; left:0; right:0;
      background:var(--panel); border-bottom:1px solid var(--border-soft);
      padding:10px 20px 20px; z-index:39;}
  nav.tabs.mobile-open a{border-radius:7px; padding:12px 14px;}
  .menu-toggle{display:block;}
  .hero-grid{grid-template-columns:1fr;}
  .about-grid{grid-template-columns:1fr;}
  .services-grid{grid-template-columns:1fr;}
  .feat-grid{grid-template-columns:1fr 1fr;}
  .test-grid{grid-template-columns:1fr;}
  .price-grid{grid-template-columns:1fr;}
  .foot-grid{grid-template-columns:1fr;}
  .service-card.wide{grid-column:auto;}
  
/* =========================================================
   SERVICES PAGE — PIPELINE
   ========================================================= */
.pipeline{grid-template-columns:1fr 1fr;}
  .pipeline-step::after{display:none;}
  
/* =========================================================
   PORTFOLIO PAGE
   ========================================================= */
.approach-grid{grid-template-columns:1fr;}
  .projects-grid{grid-template-columns:1fr 1fr;}
  .contact-grid{grid-template-columns:1fr;}
  .faq-grid{grid-template-columns:1fr;}
  .policy-grid{grid-template-columns:1fr;}
  .policy-toc{position:relative; top:0;}
  .policy-body{padding:8px 22px 12px;}
  .policy-note{margin:0 22px 22px;}
}
@media (max-width:520px){
  .feat-grid{grid-template-columns:1fr;}
  .cta-panel{padding:40px 26px; flex-direction:column; align-items:flex-start;}
}
.skip-link{position:absolute; left:-9999px; top:0; z-index:100;
    background:var(--amber); color:#141B12; font-family:var(--font-mono);
    font-size:13px; padding:10px 16px; border-radius:0 0 8px 0;}
.skip-link:focus{left:0;}

/* =========================================================
   INNER-PAGE HERO (Services / Portfolio / Contact / Privacy)
   ========================================================= */
.page-hero{position:relative; z-index:1; padding:80px 0 64px; border-bottom:1px solid var(--border-soft);}
.page-hero h1{font-size:clamp(31px,4.3vw,48px); line-height:1.1; max-width:750px; margin-bottom:20px;}
.page-hero h1 .accent{color:var(--amber);}
.page-hero p.lead{font-size:16.5px; color:var(--text-muted); max-width:580px; margin-bottom:32px;}
.page-hero.compact{padding:70px 0 50px;}
.page-hero.compact h1{font-size:clamp(30px,4vw,44px); line-height:1.1; max-width:none; margin-bottom:14px;}
.page-hero.compact p.lead{font-size:15.5px; max-width:560px; margin-bottom:0;}
.stack-strip{display:flex; gap:10px; flex-wrap:wrap; margin-top:36px;}
.stack-chip{font-family:var(--font-mono); font-size:12px; color:var(--text-muted);
    border:1px solid var(--border); border-radius:6px; padding:6px 12px;
    background:var(--panel);}
.stack-chip .k{color:var(--mint);}
.service-card.wide{grid-column:1 / -1;}
.service-card .desc{color:var(--text-muted); font-size:14px; margin-bottom:18px;}
.service-card .link-out{margin-top:auto; font-family:var(--font-mono); font-size:12.5px; color:var(--mint);
    display:inline-flex; align-items:center; gap:6px;}
.service-card .link-out:hover{color:var(--amber);}
.pipeline{display:grid; grid-template-columns:repeat(5,1fr); gap:0;
    border:1px solid var(--border); border-radius:var(--radius); overflow:hidden;}
.pipeline-step{background:var(--panel); padding:26px 20px; position:relative;
    border-right:1px solid var(--border-soft);}
.pipeline-step:last-child{border-right:none;}
.pipeline-step .stage-tag{font-family:var(--font-mono); font-size:11px; color:var(--mint);
    display:block; margin-bottom:14px;}
.pipeline-step h4{font-size:15px; margin-bottom:8px;}
.pipeline-step p{font-size:13px; color:var(--text-muted);}
.pipeline-step::after{content:"→"; position:absolute; right:-11px; top:50%; transform:translateY(-50%);
    color:var(--border); font-family:var(--font-mono); font-size:16px; z-index:2;
    background:var(--bg); width:20px; text-align:center;}
.pipeline-step:last-child::after{content:"";}
.included-strip{display:flex; gap:16px; flex-wrap:wrap; align-items:center;
    background:var(--panel); border:1px solid var(--border); border-radius:var(--radius);
    padding:20px 24px;}
.included-strip span{font-family:var(--font-mono); font-size:12.5px; color:var(--text-muted);
    display:flex; align-items:center; gap:7px;}
.included-strip span::before{content:"✓"; color:var(--mint);}
@media (max-width:560px){
  .pipeline{grid-template-columns:1fr;}
  .cta-panel{padding:40px 26px; flex-direction:column; align-items:flex-start;}
  .field-row{grid-template-columns:1fr;}
  form{padding:24px 20px;}
}
.stat-strip{display:flex; gap:36px; flex-wrap:wrap; margin-top:40px;}
.stat-strip .stat{display:flex; flex-direction:column; gap:4px;}
.stat-strip .num{font-family:var(--font-display); font-size:30px; color:var(--amber);}
.stat-strip .lbl{font-family:var(--font-mono); font-size:11.5px; color:var(--text-muted);}
.approach-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
.approach-card{background:var(--panel); border:1px solid var(--border); border-radius:var(--radius); padding:26px 24px;}
.approach-card .file-tab{font-family:var(--font-mono); font-size:11.5px; color:var(--mint); margin-bottom:14px;}
.approach-card h3{font-size:17.5px; margin-bottom:10px;}
.approach-card p{font-size:14px; color:var(--text-muted);}
.filter-row{display:flex; gap:10px; flex-wrap:wrap; margin-bottom:36px;}
.filter-chip{font-family:var(--font-mono); font-size:12.5px; color:var(--text-muted);
    border:1px solid var(--border); border-radius:20px; padding:8px 16px; background:var(--panel);}
.filter-chip.is-active{color:#141B12; background:var(--amber); border-color:var(--amber); font-weight:500;}
.projects-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
.project-card{background:var(--panel); border:1px solid var(--border); border-radius:var(--radius);
    overflow:hidden; display:flex; flex-direction:column; transition:.2s;}
.project-card:hover{border-color:var(--mint); transform:translateY(-2px);}
.project-card .thumb{height:120px; position:relative;
    background:linear-gradient(135deg, var(--panel-2), var(--bg));
    border-bottom:1px solid var(--border-soft);
    display:flex; align-items:center; justify-content:center; overflow:hidden;}
.project-card .thumb::before{content:"";
    position:absolute; inset:0;
    background-image:
      linear-gradient(var(--border-soft) 1px, transparent 1px),
      linear-gradient(90deg, var(--border-soft) 1px, transparent 1px);
    background-size:22px 22px;
    opacity:.5;}
.project-card .thumb .mark{position:relative; z-index:1;
    font-family:var(--font-display); font-size:22px; font-weight:600; color:var(--text); opacity:.9;
    background:var(--panel); border:1px solid var(--border); border-radius:10px;
    width:48px; height:48px; display:flex; align-items:center; justify-content:center;}
.project-card .file-tab{font-family:var(--font-mono); font-size:11px; color:var(--text-muted);
    padding:9px 16px; border-bottom:1px solid var(--border-soft); background:var(--panel-2);
    display:flex; justify-content:space-between; gap:8px;}
.project-card .file-tab .ext{color:var(--amber); overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.project-card .body{padding:20px 20px 22px; display:flex; flex-direction:column; flex:1;}
.project-card h3{font-size:17px; margin-bottom:4px;}
.project-card .industry{font-family:var(--font-mono); font-size:11px; color:var(--mint); margin-bottom:12px;}
.project-card p.desc{font-size:13.5px; color:var(--text-muted); flex:1; margin-bottom:16px;}
.project-card .visit{font-family:var(--font-mono); font-size:12px; color:var(--text);
    display:inline-flex; align-items:center; gap:6px;
    border-top:1px solid var(--border-soft); padding-top:14px;}
.project-card:hover .visit{color:var(--amber);}
@media (max-width:640px){
  .projects-grid{grid-template-columns:1fr;}
  .cta-panel{padding:40px 26px; flex-direction:column; align-items:flex-start;}
}

/* =========================================================
   CONTACT PAGE
   ========================================================= */
.contact-section{padding:80px 0;}
.contact-grid{display:grid; grid-template-columns:.85fr 1.15fr; gap:26px; align-items:start;}
.info-panel{background:var(--panel); border:1px solid var(--border); border-radius:var(--radius);
    overflow:hidden;}
.info-panel .file-tab{font-family:var(--font-mono); font-size:12px; color:var(--text-muted);
    padding:12px 20px; border-bottom:1px solid var(--border-soft); background:var(--panel-2);
    display:flex; justify-content:space-between;}
.info-panel .file-tab .ext{color:var(--amber);}
.info-list{padding:8px 0;}
.info-item{display:flex; gap:16px; align-items:flex-start;
    padding:20px 24px; border-bottom:1px solid var(--border-soft);}
.info-item:last-child{border-bottom:none;}
.info-item .ic{width:38px; height:38px; border-radius:8px; flex-shrink:0;
    background:var(--panel-2); border:1px solid var(--border-soft);
    display:flex; align-items:center; justify-content:center;
    color:var(--mint); font-family:var(--font-mono); font-size:15px;}
.info-item .k{font-family:var(--font-mono); font-size:11px; color:var(--text-muted); margin-bottom:4px; text-transform:uppercase; letter-spacing:.05em;}
.info-item .v{font-size:15px;}
.info-item a.v:hover{color:var(--amber);}
.hours-strip{display:flex; justify-content:space-between; align-items:center;
    padding:18px 24px; background:var(--panel-2);
    font-family:var(--font-mono); font-size:12.5px; color:var(--text-muted);}
.hours-strip .status{display:flex; align-items:center; gap:7px; color:var(--mint);}
.hours-strip .status::before{content:""; width:7px; height:7px; border-radius:50%; background:var(--mint); box-shadow:0 0 0 3px rgba(110,231,183,.15);}
.quick-links{margin-top:22px; display:flex; flex-direction:column; gap:12px;}
.quick-link{background:var(--panel); border:1px solid var(--border); border-radius:var(--radius);
    padding:16px 20px; display:flex; align-items:center; justify-content:space-between;
    font-family:var(--font-mono); font-size:12.5px; transition:.15s;}
.quick-link:hover{border-color:var(--mint); color:var(--mint);}
.form-panel{background:var(--panel); border:1px solid var(--border); border-radius:var(--radius); overflow:hidden;}
.form-panel .file-tab{font-family:var(--font-mono); font-size:12px; color:var(--text-muted);
    padding:12px 20px; border-bottom:1px solid var(--border-soft); background:var(--panel-2);
    display:flex; justify-content:space-between;}
.form-panel .file-tab .ext{color:var(--amber);}
form{padding:30px 28px;}
.field{margin-bottom:20px;}
.field label{display:block; font-family:var(--font-mono); font-size:12px; color:var(--mint); margin-bottom:8px;}
.field label .req{color:var(--amber);}
.field input, .field select, .field textarea{width:100%; background:var(--bg); border:1px solid var(--border); border-radius:7px;
    padding:12px 14px; color:var(--text); font-family:var(--font-body); font-size:14.5px;
    transition:.15s;}
.field input:focus, .field select:focus, .field textarea:focus{outline:none; border-color:var(--mint);}
.field textarea{resize:vertical; min-height:120px;}
.field-row{display:grid; grid-template-columns:1fr 1fr; gap:16px;}
.form-foot{display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; margin-top:6px;}
.form-note{font-family:var(--font-mono); font-size:11.5px; color:var(--text-muted);}
.form-status{font-family:var(--font-mono); font-size:12.5px; color:var(--mint); margin-top:14px; display:none;}
.form-status.show{display:block;}
.form-status.is-error{color:#ff8a8a;}
.field.has-error input,
  .field.has-error select,
  .field.has-error textarea{border-color:#ff8a8a;}
.field-error{font-family:var(--font-mono); font-size:11.5px; color:#ff8a8a;
    margin-top:6px; display:none;}
.field.has-error .field-error{display:block;}
.btn[disabled]{opacity:.7; cursor:not-allowed; transform:none !important;}
.spinner{display:inline-block; width:13px; height:13px; border-radius:50%;
    border:2px solid rgba(20,27,18,.35); border-top-color:#141B12;
    animation:spin .7s linear infinite; margin-right:8px; vertical-align:-2px;}
@keyframes spin{to{transform:rotate(360deg);}}
.faq-grid{display:grid; grid-template-columns:1fr 1fr; gap:20px;}
.faq-item{background:var(--panel); border:1px solid var(--border); border-radius:var(--radius); padding:22px 24px;}
.faq-item .q{font-family:var(--font-mono); font-size:12.5px; color:var(--amber); margin-bottom:10px;}
.faq-item .a{font-size:14.5px; color:var(--text-muted);}
.updated-chip{display:inline-flex; align-items:center; gap:8px; margin-top:20px;
    font-family:var(--font-mono); font-size:12px; color:var(--text-muted);
    border:1px solid var(--border); border-radius:20px; padding:7px 14px; background:var(--panel);}
.updated-chip::before{content:""; width:6px; height:6px; border-radius:50%; background:var(--mint);}

/* =========================================================
   PRIVACY POLICY PAGE
   ========================================================= */
.policy-section{position:relative; z-index:1; padding:64px 0 90px;}
.policy-grid{display:grid; grid-template-columns:250px 1fr; gap:48px; align-items:start;}
.policy-toc{position:sticky; top:88px;
    background:var(--panel); border:1px solid var(--border); border-radius:var(--radius);
    overflow:hidden;}
.policy-toc .file-tab{font-family:var(--font-mono); font-size:11.5px; color:var(--text-muted);
    padding:11px 16px; border-bottom:1px solid var(--border-soft); background:var(--panel-2);}
.policy-toc ol{list-style:none; padding:8px; display:grid; gap:2px;}
.policy-toc a{display:block; font-family:var(--font-mono); font-size:12.5px; color:var(--text-muted);
    padding:9px 10px; border-radius:6px; transition:.15s;}
.policy-toc a:hover{color:var(--text); background:var(--panel-2);}
.policy-toc a.is-active{color:var(--mint); background:var(--panel-2);}
.policy-content{background:var(--panel); border:1px solid var(--border); border-radius:var(--radius); overflow:hidden;}
.policy-content .file-tab{font-family:var(--font-mono); font-size:12px; color:var(--text-muted);
    padding:12px 22px; border-bottom:1px solid var(--border-soft); background:var(--panel-2);
    display:flex; justify-content:space-between;}
.policy-content .file-tab .ext{color:var(--amber);}
.policy-body{padding:8px 32px 20px;}
.policy-article{padding:28px 0; border-bottom:1px solid var(--border-soft); scroll-margin-top:90px;}
.policy-article:last-child{border-bottom:none;}
.policy-article h2{font-size:19px; margin-bottom:14px; display:flex; align-items:baseline; gap:10px;}
.policy-article h2 .num{font-family:var(--font-mono); font-size:14px; color:var(--amber); font-weight:500;}
.policy-article p{font-size:14.5px; color:var(--text-muted); margin-bottom:14px;}
.policy-article p:last-child{margin-bottom:0;}
.policy-article ol.lettered{list-style:none; display:grid; gap:8px; margin:14px 0;}
.policy-article ol.lettered li{font-size:14.5px; color:var(--text-muted); display:flex; gap:10px; padding-left:2px;}
.policy-article ol.lettered li::before{content:"›"; font-family:var(--font-mono); color:var(--mint); font-weight:600; flex-shrink:0;}
.policy-article a.inline-link{color:var(--mint); border-bottom:1px dashed var(--mint);}
.policy-article a.inline-link:hover{color:var(--amber); border-color:var(--amber);}
.policy-note{background:var(--panel-2); border:1px solid var(--border-soft); border-radius:8px;
    padding:16px 18px; font-family:var(--font-mono); font-size:12.5px; color:var(--text-muted);
    margin:0 32px 28px;}
.policy-note .k{color:var(--mint);}
