/* === STYLE.CSS PART 1 START === */
:root{
  --bg:#121315;
  --ink:#eaecee;
  --muted:#a7abb3;
  --brand:#ffb84d;
}

/* 基礎 */
body{margin:0;background:var(--bg);color:var(--ink);font-family:"Noto Sans TC",sans-serif;line-height:1.7;}
.wrap{max-width:1100px;margin:auto;padding:20px;}
h2{color:var(--brand);text-align:center;margin:0 0 18px;}

/* Header（有字LOGO、無外框） */
.site-header{position:sticky;top:0;z-index:10;background:rgba(18,19,21,.85);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.06);}
.header-inner{display:flex;align-items:center;justify-content:space-between;}
.brand{display:flex;align-items:center;gap:12px;}
.logo-full{display:block;height:44px;width:auto;object-fit:contain;border-radius:8px;}
.title strong{font-size:18px;}
.title span{display:block;font-size:13px;color:var(--muted);}
.nav{display:flex;gap:12px;align-items:center;}
.nav a{color:var(--ink);text-decoration:none;font-weight:600;}
.btn{background:var(--brand);color:#000;padding:8px 14px;border-radius:8px;text-decoration:none;font-weight:700;}
.btn.small{padding:6px 10px;}
.btn.ghost{background:transparent;border:1px solid var(--brand);color:var(--brand);}
.btn.ghost.subtle{border-color:rgba(255,255,255,.25);color:#cfd3da}

/* Hero */
.hero{position:relative;text-align:center;overflow:hidden;}
.hero-bg{position:absolute;inset:0;background:var(--hero) center/cover no-repeat;filter:brightness(.45);}
.hero-inner{position:relative;padding:100px 20px;}
.hero-logo-mark{display:block;margin:0 auto 2px;height:130px;width:auto;object-fit:contain;filter:drop-shadow(0 1px 0 rgba(0,0,0,.35));}
.hero-brandword{color:var(--brand);font-weight:900;font-size:1.6rem;letter-spacing:.04em;margin:0 0 2px;text-align:center;text-shadow:0 1px 0 rgba(0,0,0,.25);}
.hero-en{color:#ffffff;font-weight:700;font-size:1rem;letter-spacing:.08em;margin-bottom:8px;text-align:center;opacity:.85;}
.hero-title{color:var(--brand);font-weight:800;font-size:1.5rem;letter-spacing:.02em;margin:4px 0 0;}
.hero-sub{color:#cfd3da;font-weight:500;margin-top:6px;}
.hero-actions{margin-top:14px;display:flex;justify-content:center;gap:10px;}

/* 公司簡介（基礎） */
.about{
  background:linear-gradient(180deg,#121315,#101114);
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
  padding:32px 0
}

/* 公司簡介：強化排版（純文字兩欄） */
.about-rich .wrap>h2{margin-bottom:12px}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:start}
.about-col .lead{color:#dfe3ea;margin:4px 0 14px}
.about-cta{display:flex;gap:10px;margin:10px 0 6px}
.about-footnote{color:#9fa6b2;font-size:.95rem;margin:10px 0 0}
.about-footnote a{color:var(--ink);text-decoration:underline dotted}

/* 承諾/標準 卡片群（原本1列2欄） */
.about-promises{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:8px 0 8px}

/* ✅ 修正：公司簡介三欄（桌機3欄 / 手機1欄） */
section#about .about-promises.grid3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:14px;
}
@media(max-width:900px){
  section#about .about-promises.grid3{
    grid-template-columns:1fr;
  }
}

.ap-card{background:linear-gradient(180deg,#1b1d21,#17191d);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px}
.ap-card h3{margin:0 0 8px;color:var(--brand);font-size:1.02rem}
.checklist{list-style:none;margin:10px 0 14px;padding:0;display:grid;gap:8px}
.checklist li{position:relative;padding-left:18px;color:#cfd3da}
.checklist li::before{content:"";position:absolute;left:0;top:.45em;width:10px;height:10px;border-radius:3px;border:2px solid var(--brand);transform:rotate(45deg)}
.checklist.tight{gap:6px}
.checklist.tight li{padding-left:16px}
.bullets{list-style:none;margin:0;padding:0;display:grid;gap:6px}
.bullets li{position:relative;padding-left:12px;color:#cfd3da}
.bullets li::before{content:"•";position:absolute;left:0;top:0;color:var(--brand)}

/* 服務流程（步驟） */
.flow{background:linear-gradient(180deg,#17191d,#14161a);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px;margin:8px 0 10px}
.flow h3{margin:0 0 8px;color:#ffcf7a;font-size:1.02rem}
.steps{counter-reset:step;list-style:none;margin:0;padding:0;display:grid;gap:8px}
.steps li{position:relative;padding-left:34px;color:#dfe3ea}
.steps li::before{
  counter-increment:step; content:counter(step);
  position:absolute;left:0;top:0;width:22px;height:22px;border-radius:6px;
  display:grid;place-items:center;font-weight:800;
  color:#111;background:var(--brand);box-shadow:0 1px 0 rgba(0,0,0,.25)
}

/* 右欄資訊卡 */
.info-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:10px 0}
.ic{background:linear-gradient(180deg,#1b1d21,#17191d);border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:10px}
.ic-title{font-weight:800;letter-spacing:.02em;color:#fff}
.ic-desc{color:#bfc4cd;margin-top:2px}

/* 服務：簡潔磁磚（大標＋箭頭） */
.svc-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));}
.svc{
  background:linear-gradient(180deg,#1b1d21,#17191d);
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px; overflow:hidden; position:relative;
  transition:transform .2s, box-shadow .2s, border-color .2s;
  box-shadow:0 8px 20px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.03);
}
.svc::before{
  content:""; position:absolute; left:0; top:0; bottom:0; width:6px;
  background:linear-gradient(180deg,var(--brand),rgba(255,255,255,0));
  opacity:.9;
}
.svc:hover{ transform:translateY(-4px); border-color:rgba(255,255,255,.15); box-shadow:0 14px 28px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.05); }
.svc > summary{list-style:none; cursor:pointer; display:flex; align-items:center; justify-content:space-between; gap:12px; padding:14px 16px 12px 18px;}
.svc > summary::-webkit-details-marker{display:none}
.svc h3{margin:0;color:#fff;font-size:1.08rem;line-height:1.25;}
.svc[open] summary{background:rgba(255,255,255,.03);}
.svc > summary:hover{background:rgba(255,255,255,.02);}
.svc-caret{width:18px;height:18px;display:inline-block;flex:0 0 18px;opacity:.8;transition:transform .25s ease, opacity .2s ease;border-right:2px solid rgba(255,255,255,.8);border-bottom:2px solid rgba(255,255,255,.8);transform:rotate(-45deg)}
.svc[open] .svc-caret{ transform:rotate(45deg); opacity:1; }
@keyframes svcNudge { 0%{transform:rotate(-45deg) translateX(0)} 50%{transform:rotate(-45deg) translateX(2px)} 100%{transform:rotate(-45deg) translateX(0)}}
.svc .svc-caret{ animation: svcNudge 1.1s ease 0.6s 1; }
.svc-list{height:0; opacity:0; overflow:hidden; padding:0 18px; transition:height .35s ease, opacity .25s ease, padding .25s ease; display:grid; gap:6px; list-style:none; margin:0;}
.svc.open .svc-list{ opacity:1; padding:10px 18px 16px 18px; }
.svc-list li{position:relative;padding-left:12px;color:#cfd3da;}
.svc-list li::before{content:"•";position:absolute;left:0;top:0;color:var(--brand);}

/* 服務項目：控制列（與 FAQ 風格一致） */
.svc-actions{
  display:flex;
  justify-content:flex-end;
  gap:8px;
  margin:-6px 0 8px;
}

/* 施工實績：輪播 */
.gallery-slider{position:relative;width:100%;max-width:1000px;margin:auto;border-radius:10px;overflow:hidden;background:#0f1012;border:1px solid rgba(255,255,255,.08);aspect-ratio:16/9;}
.gallery-slider .slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .6s ease;}
.gallery-slider .slide.active{opacity:1;visibility:visible;pointer-events:auto;}
.g-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:none;background:rgba(0,0,0,.45);color:#fff;font-size:22px;cursor:pointer;z-index:5;opacity:.45;transition:opacity .2s,background .2s;}
.g-nav:hover{opacity:1;background:rgba(0,0,0,.7);}
.g-nav.prev{left:12px}.g-nav.next{right:12px}

/* 前後對比（刷子滑桿在下方，放大一倍） */
.before-after .ba-box{margin:10px 0 18px}
.ba-wrap{position:relative;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:#0f1012;border:1px solid rgba(255,255,255,.08)}
.ba-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.ba-top{opacity:1;transition:opacity .12s linear}
.ba-bottom{opacity:.6;filter:blur(0px);transition:opacity .12s linear,filter .12s linear}
.ba-controls{display:flex;align-items:center;gap:12px;justify-content:center;margin-top:14px}
.ba-label{color:#cfd3da;font-weight:700;font-size:15px;opacity:.9}
#baRange{width:min(720px,90vw);height:42px;margin:0;-webkit-appearance:none;background:transparent}
#baRange:focus{outline:none}
#baRange::-webkit-slider-runnable-track{height:10px;background:rgba(255,255,255,.25);border-radius:999px}
#baRange::-moz-range-track{height:10px;background:rgba(255,255,255,.25);border-radius:999px}
#baRange::-webkit-slider-thumb{-webkit-appearance:none;width:50px;height:50px;border:none;border-radius:50%;background:no-repeat center/80% url("images/brush.png");background-color:#2c2f34;box-shadow:0 0 0 4px rgba(0,0,0,.25);margin-top:-20px}
#baRange::-moz-range-thumb{width:50px;height:50px;border:none;border-radius:50%;background:no-repeat center/80% url("images/brush.png");background-color:#2c2f34;box-shadow:0 0 0 4px rgba(0,0,0,.25)}

/* === STYLE.CSS PART 1 END === */

/* === STYLE.CSS PART 2 START === */

/* 評價無縫滑動 */
.review-marquee{overflow:hidden;border-radius:12px;position:relative;border:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg,#16181c,#121315);padding:10px}
.review-marquee .track{display:flex;gap:12px;align-items:stretch;will-change:transform}
.review-marquee .item{flex:0 0 280px}
.reviews blockquote{position:relative;margin:0;height:100%;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.08);border-left:4px solid var(--brand);border-radius:10px;padding:14px;box-shadow:0 6px 18px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.03);color:#dfe3ea}
.reviews blockquote::before{content:"“";position:absolute;left:10px;top:-6px;font-size:36px;color:rgba(255,255,255,.12)}
.reviews blockquote p{margin:8px 0 6px}
.reviews cite{display:block;color:#9fa6b2;font-size:13px}

/* 服務區域（高雄全區 + 我的地圖） */
.service-area{
  background:linear-gradient(180deg,#101114,#0f1012);
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
  padding:28px 0;
}
.service-area .sa-sub{text-align:center;color:#cfd3da;margin:-6px 0 12px;opacity:.9}
.sa-map{position:relative;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 24px rgba(0,0,0,.22)}
.sa-map iframe{display:block;width:100%;height:420px}
.sa-badge{
  position:absolute;left:12px;top:12px;
  background:rgba(0,0,0,.55);backdrop-filter:blur(6px);
  color:#fff;border:1px solid rgba(255,255,255,.12);
  padding:6px 10px;border-radius:999px;font-weight:800;letter-spacing:.06em
}
.sa-chips{
  list-style:none;margin:12px 0 6px;padding:0;
  display:flex;flex-wrap:wrap;gap:8px;justify-content:center
}
.sa-chips li{
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
  color:#eaecee;border-radius:999px;padding:6px 10px;font-size:.95rem
}
.sa-cta{display:flex;gap:10px;justify-content:center;margin-top:10px}
@media(max-width:640px){
  .sa-map iframe{height:360px}
}

/* 清洗說明文案 */
.ba-note{
  margin:10px auto 0;
  max-width:900px;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px;
  padding:14px 16px;
}
.ba-note .lead{margin:0 0 6px;color:#e7eaef}
.ba-note a{color:var(--brand);text-decoration:underline}

/* 聯絡我們：固定一欄排版（不再使用2fr 1fr） */
.contact-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}
.contact-block{background:linear-gradient(180deg,#1b1d21,#17191d);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px}
.contact-block.tip{background:linear-gradient(180deg,#181a1e,#14161a)}
.contact-list{list-style:none;margin:0 0 8px;padding:0;display:grid;gap:6px}
.contact-list a{color:#eaecee}
.contact-actions{display:flex;flex-wrap:wrap;gap:8px}

/* 地址列（在聯絡我們） */
.addr-strip{
  margin-top:10px; display:flex; flex-wrap:wrap; gap:10px;
  justify-content:space-between; align-items:center;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));
  padding:10px 12px; border-radius:10px;
}
.addr-strip span{color:#eaecee}
.addr-actions{display:flex; gap:8px}

/* FAQ：手風琴＋控制列 */
.faq .faq-actions{display:flex;justify-content:flex-end;gap:8px;margin:-6px 0 8px}
.btn.active{border-color:var(--brand)!important;box-shadow:inset 0 0 0 1px var(--brand)}
.faq .accordion{display:grid;gap:10px}
.faq .accordion details{
  border:1px solid rgba(255,255,255,.10);
  border-radius:12px; overflow:hidden;
  background:linear-gradient(180deg,#1b1d21,#17191d);
}
.faq .accordion summary{
  list-style:none; cursor:pointer; display:flex; align-items:center; justify-content:space-between;
  gap:10px; padding:12px 14px;
}
.faq .accordion summary::-webkit-details-marker{display:none}
.faq .accordion summary span{font-weight:800;color:#fff}
.faq .accordion .chev{
  width:12px;height:12px;flex:0 0 12px;opacity:.8;transition:transform .25s ease;
  border-right:2px solid rgba(255,255,255,.85);border-bottom:2px solid rgba(255,255,255,.85);
  transform:rotate(-45deg);
}
.faq .accordion details[open] .chev{transform:rotate(45deg)}
.faq .accordion .content{
  border-top:1px solid rgba(255,255,255,.08);
  padding:10px 14px;color:#cfd3da;
}

/* 頁尾 */
.site-footer{text-align:center;color:var(--muted);padding:20px 0}

/* 浮動聯絡鈕 */
.floating-contacts{position:fixed;right:14px;bottom:90px;display:flex;flex-direction:column;gap:10px;z-index:20}
.fc-btn{width:50px;height:50px;border-radius:50%;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;font-size:22px;backdrop-filter:blur(4px);transition:background .2s,transform .2s}
.fc-btn img{width:26px;height:26px;border-radius:50%}
.fc-btn:hover{background:rgba(0,0,0,.75);transform:translateY(-2px)}

/* Reveal：淡入上浮動畫 */
.reveal{opacity:0;transform:translateY(10px);transition:opacity .55s ease, transform .55s ease;transition-delay:var(--delay,0ms)}
.reveal.show{opacity:1;transform:none}

/* RWD */
@media(max-width:900px){
  .about-grid{grid-template-columns:1fr}
  .info-cards{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .nav{display:none}
  .logo-full{height:38px}
  .hero-logo-mark{height:72px}
  .hero-brandword{font-size:1.3rem}
  .hero-en{font-size:.85rem}
  .hero-title{font-size:1.2rem}
  .info-cards{grid-template-columns:1fr}
}

/* === 新增：前後對比提示文字 === */
.ba-hint{
  text-align:center;
  color:#cfd3da;
  font-size:14px;
  margin:10px 0 6px;
  opacity:.95;
}

/* === 新增：聯絡我們內的導航/地圖按鈕群 === */
.contact-map-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:6px 0 10px;
}

/* 錨點定位修正：避免標題被固定導覽列遮住 */
section[id] {
  scroll-margin-top: 90px; /* 桌機導覽列高度 + 緩衝 */
}

@media (max-width: 640px) {
  section[id] {
    scroll-margin-top: 75px; /* 手機導覽列稍微矮一點 */
  }
}

/* 滑桿可拖曳提示動畫 */
@keyframes nudge {
  0%   { transform: translateX(0); }
  20%  { transform: translateX(6px); }
  40%  { transform: translateX(-6px); }
  60%  { transform: translateX(4px); }
  80%  { transform: translateX(-4px); }
  100% { transform: translateX(0); }
}
/* 連續晃動（直到使用者第一次拖曳） */
#baRange.hint-loop {
  animation: nudge 1.2s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  #baRange.hint-loop { animation: none; }
}
#baRange.hint-bounce {
  animation: nudge 1.2s ease-in-out;
}

.addr-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.addr-nav{
  white-space: nowrap;
}

/* === 站長面板（隱藏功能） === */
.owner-panel{
  position: fixed;
  right: 16px; bottom: 16px;
  width: min(320px, 92vw);
  /* 調整管理者面板外觀：與黑金密碼視窗一致 */
  background: linear-gradient(180deg,#0f0f10,#121214);
  border:1px solid color-mix(in srgb, var(--brand) 40%, transparent);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,.5), 0 0 0 1px color-mix(in srgb, var(--brand) 12%, transparent) inset;
  color:#eee;
  z-index: 9999;
}
.owner-panel .op-header{
  display:flex; align-items:center; justify-content:space-between;
  padding:10px 12px;
  border-bottom:1px solid color-mix(in srgb, var(--brand) 20%, transparent);
}
.owner-panel .op-header strong{letter-spacing:.02em}
.owner-panel .op-close{
  width:28px;height:28px;border-radius:8px;
  border:1px solid color-mix(in srgb, var(--brand) 50%, transparent);
  background:transparent;
  color:var(--brand);
  font-size:18px;
  cursor:pointer;
}
.owner-panel .op-body{padding:10px 12px 12px}
.owner-panel .op-row{
  display:flex; align-items:center; justify-content:space-between;
  gap:10px; padding:8px 0;
}
.owner-panel .op-num{font-weight:900; font-size:1.3rem; letter-spacing:.02em}
.owner-panel .op-chip{
  display:inline-block; font-size:.85rem; padding:2px 8px; border-radius:999px;
  border:1px solid color-mix(in srgb, var(--brand) 50%, transparent);
  color:var(--brand);
  background:color-mix(in srgb, var(--brand) 12%, transparent);
}
.owner-panel .op-tip{
  margin-top:8px; font-size:.9rem; color:#cfd3da; opacity:.95;
}

/* 讓頁尾這行看起來還是正常文字（但可點擊） */
#secretTap{
  user-select:none; cursor:default;
}

/* === 超寬桌機優化：只在寬度 > 1400px 時生效 === */
@media (min-width: 1400px){
  /* 版心稍微放寬，讓內容更大氣但仍好讀 */
  .wrap{ max-width: 1320px; padding-left: 24px; padding-right: 24px; }

  /* Hero 區更有氣勢 */
  .hero-inner{ padding-top: 140px; padding-bottom: 120px; }
  .hero-logo-mark{ height: 110px; }
  .hero-brandword{ font-size: 1.85rem; }
  .hero-title{ font-size: 1.9rem; }
  .hero-sub{ font-size: 1.06rem; }

  /* 公司簡介三卡：加大間距、更好呼吸 */
  #about .about-promises.grid3{ gap: 18px; }
  .ap-card h3{ font-size: 1.12rem; }
  .ap-card{ padding: 14px; }

  /* 服務項目：大螢幕固定三欄排更穩 */
  .svc-grid{ grid-template-columns: repeat(3, minmax(280px, 1fr)); gap: 18px; }
  .svc > summary{ padding: 16px 18px 14px 20px; }
  .svc-list{ gap: 8px; }

  /* 實績輪播略放大 */
  .gallery-slider{ max-width: 1200px; }

  /* 評價跑馬燈：每張卡片略寬一些 */
  .review-marquee .item{ flex: 0 0 320px; }

  /* 服務區域地圖：保持原高但撐滿版心 */
  .sa-map iframe{ height: 460px; }

  /* FAQ 樣式微調（讓行距更舒服） */
  .faq .accordion summary{ padding: 14px 16px; }
  .faq .accordion .content{ padding: 12px 16px; }

  /* 聯絡我們：維持單欄，但讓按鈕列更舒展 */
  .contact-actions{ gap: 10px; }
  .contact-map-actions{ gap: 10px; }
}

/* === 特大寬（>1700px）再給一點氣勢，但避免過寬難讀 === */
@media (min-width: 1700px){
  .wrap{ max-width: 1440px; }
  .hero-title{ font-size: 2.05rem; }
  .hero-brandword{ font-size: 2rem; }
  .gallery-slider{ max-width: 1280px; }
}

/* === 自訂密碼輸入框樣式 === */
.pass-prompt{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.6);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:9999;
}

/* 當元素具有 hidden 屬性時完全隱藏 */
.pass-prompt[hidden] {
  display: none !important;
}
.pass-dialog{
  background:linear-gradient(180deg,#1b1d21,#17191d);
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  padding:20px;
  width:90%;
  max-width:320px;
  box-shadow:0 12px 24px rgba(0,0,0,.3);
  color:#eaecee;
}
.pass-dialog h3{
  margin-top:0;
  margin-bottom:10px;
  font-size:1.1rem;
  color:var(--brand);
  text-align:center;
}
.pass-dialog input{
  width:100%;
  padding:8px 10px;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.15);
  background:#16181c;
  color:#fff;
  font-size:1rem;
  box-sizing:border-box;
}
.pass-actions{
  display:flex;
  justify-content:flex-end;
  gap:10px;
  margin-top:14px;
}
.pass-actions button{
  padding:6px 14px;
  border-radius:8px;
  font-weight:700;
  cursor:pointer;
  font-size:.95rem;
}
.pass-actions #passOk{
  background:var(--brand);
  color:#111;
  border:none;
}
.pass-actions #passCancel{
  background:transparent;
  border:1px solid var(--brand);
  color:var(--brand);
}
.pass-error{
  color:#ff6666;
  margin-top:8px;
  font-size:.9rem;
  text-align:center;
}
/* === STYLE.CSS COMPLETE END === */