/* ==========================================================================
   PROJECT: AQUINO AND CO. LAW FIRM — THEME & STYLES
   File: css/Aquinolawfirm.css
   Tech Steward Digital AI — Joyce Yap Portfolio
   ========================================================================== */

/* Theme container accent when viewing Aquino Law Firm */
.theme-law-firm .pdetail-header-card::before {
  background: linear-gradient(90deg, #d4af37, #92d14f, #00d2ff);
}

.theme-law-firm .pdetail-badge {
  background: rgba(212, 175, 55, 0.12);
  border-color: rgba(212, 175, 55, 0.4);
  color: #f1c40f;
}

.theme-law-firm .pdetail-client-badge {
  border-color: rgba(212, 175, 55, 0.25);
}

.theme-law-firm .pdetail-spec-card h3 i {
  color: #f1c40f;
}

.theme-law-firm .pdetail-feature-item i {
  color: #f1c40f;
}

.theme-law-firm .pdetail-tool-chip {
  color: #f1c40f;
  border-color: rgba(212, 175, 55, 0.3);
  background: rgba(212, 175, 55, 0.05);
}

/* Legal confidentiality & security highlight box */
.law-firm-intake-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: #f1c40f;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 600;
  margin-top: 14px;
}

/* Video card law firm theme */
.theme-law-firm .pdetail-video-card::before {
  background: linear-gradient(90deg, #d4af37, #92d14f, #00d2ff);
}
.theme-law-firm .pdetail-video-badge {
  background: rgba(212, 175, 55, 0.14);
  border-color: rgba(212, 175, 55, 0.4);
  color: #f1c40f;
}
.theme-law-firm .pdetail-video-title i {
  color: #f1c40f;
}

/* Gallery card law firm theme */
.theme-law-firm .pdetail-gallery-title i {
  color: #f1c40f;
}
.theme-law-firm .pdetail-gallery-card:hover {
  border-color: #f1c40f;
  box-shadow: 0 20px 50px rgba(241, 196, 15, 0.22);
}
.theme-law-firm .pdetail-gallery-card:hover .pdetail-gallery-badge {
  background: #f1c40f;
  color: #04091a;
  border-color: #f1c40f;
  box-shadow: 0 0 15px rgba(241, 196, 15, 0.5);
}
.theme-law-firm .pdetail-gallery-caption span.tag {
  color: #f1c40f;
}

/* CASE STUDIES BLUEPRINT CAPSULE BUTTON */
.cs-blueprint-capsule-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  border-radius: var(--radius-pill);
  background: linear-gradient(135deg, rgba(201, 160, 39, 0.22) 0%, rgba(241, 196, 15, 0.38) 100%);
  border: 1.5px solid #f1c40f;
  color: #ffffff;
  font-family: var(--font-mono);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s var(--spring-bounce);
  box-shadow: 0 4px 20px rgba(241, 196, 15, 0.28);
  margin-top: 20px;
}

.cs-blueprint-capsule-btn:hover {
  background: #f1c40f;
  color: #04091a;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 30px rgba(241, 196, 15, 0.55);
}

.cs-blueprint-capsule-btn i {
  font-size: 1rem;
  color: #f1c40f;
  transition: color 0.3s;
}

.cs-blueprint-capsule-btn:hover i {
  color: #04091a;
}

/* TOOL VISUAL PHOTO CARDS (ICON ONLY FALLBACK) */
.pdetail-tools-visual-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
}

.pdetail-tool-visual-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 8px;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  position: relative;
}

.pdetail-tool-visual-card:hover {
  background: rgba(241, 196, 15, 0.18);
  border-color: #f1c40f;
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 8px 24px rgba(241, 196, 15, 0.4);
}

.pdetail-tool-icon-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
}

/* ==========================================================================
   DEDICATED LAW FIRM AUTOPILOT SUITE (NEW STRATEGY FORMAT)
   ========================================================================== */

.lawfirm-suite {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}

/* 1. HERO PC SCREEN EMBED (01.Lawfirmcasestudies.html) */
.lawfirm-pc-screen-wrap {
  background: rgba(13, 27, 62, 0.28);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid rgba(241, 196, 15, 0.35);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2), 0 0 30px rgba(241, 196, 15, 0.1);
  margin-bottom: 38px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.lawfirm-pc-screen-wrap:hover {
  border-color: rgba(241, 196, 15, 0.6);
  box-shadow: 0 14px 48px rgba(0, 0, 0, 0.25), 0 0 40px rgba(241, 196, 15, 0.18);
}

.lawfirm-screen-chrome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  gap: 14px;
  flex-wrap: wrap;
}

.lawfirm-chrome-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.chrome-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.dot-red { background: #ff5f56; }
.dot-yellow { background: #ffbd2e; }
.dot-green { background: #27c93f; }

.lawfirm-chrome-url {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: #cbd5e1;
  background: rgba(0, 0, 0, 0.35);
  padding: 6px 20px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.03em;
}

.lawfirm-chrome-url i {
  color: #f1c40f;
}

.lawfirm-chrome-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lawfirm-chrome-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 700;
  color: #f1c40f;
  background: rgba(241, 196, 15, 0.12);
  border: 1.5px solid rgba(241, 196, 15, 0.4);
  border-radius: var(--radius-pill);
  padding: 6px 16px;
  text-decoration: none;
  transition: all 0.25s var(--spring-bounce);
}

.lawfirm-chrome-btn:hover {
  background: #f1c40f;
  color: #04091a;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(241, 196, 15, 0.35);
}

.lawfirm-screen-body {
  position: relative;
  width: 100%;
  background: transparent;
}

.lawfirm-screen-iframe {
  width: 100%;
  height: 820px;
  border: none;
  display: block;
  background: #faf7f0;
}

/* 2. SPLIT ROW: CELLPHONE LIVE SITE EMBED (LEFT) + PROJECT INFORMATION (RIGHT) */
.lawfirm-split-grid {
  display: grid;
  grid-template-columns: minmax(340px, 390px) 1fr;
  gap: 36px;
  align-items: start;
  margin-bottom: 40px;
}

@media (max-width: 1040px) {
  .lawfirm-split-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   SMARTPHONE / CELLPHONE DEVICE MOCKUP FRAME
   ========================================================================== */

.lawfirm-mobile-device-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.lawfirm-phone-chassis {
  width: 360px;
  max-width: 100%;
  height: 740px;
  background: #080d1a;
  border: 11px solid #141c2e;
  border-radius: 48px;
  position: relative;
  box-shadow: 
    0 24px 70px rgba(0, 0, 0, 0.65), 
    0 0 35px rgba(146, 209, 79, 0.15),
    inset 0 0 0 1px rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.35s ease;
}

.lawfirm-phone-chassis:hover {
  border-color: #1a253d;
  box-shadow: 
    0 28px 80px rgba(0, 0, 0, 0.75), 
    0 0 45px rgba(146, 209, 79, 0.22),
    inset 0 0 0 1.5px rgba(146, 209, 79, 0.4);
}

/* Top Dynamic Island Notch */
.phone-dynamic-island {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 106px;
  height: 24px;
  background: #000000;
  border-radius: 20px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.phone-camera-lens {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #111a30;
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 2px #000;
}

.phone-sensor {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #070e1c;
}

/* Top Phone Mini URL & Launch Strip */
.phone-browser-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 16px 8px 16px;
  background: #090e1d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 10;
}

.phone-url-text {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: #94a3b8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  gap: 6px;
}

.phone-url-text i {
  color: var(--lime);
  font-size: 0.62rem;
}

.phone-launch-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(146, 209, 79, 0.15);
  color: var(--lime);
  font-size: 0.65rem;
  text-decoration: none;
  border: 1px solid rgba(146, 209, 79, 0.3);
  transition: all 0.2s ease;
}

.phone-launch-btn:hover {
  background: var(--lime);
  color: #04091a;
  transform: scale(1.1);
}

/* Phone Screen Body */
.phone-screen-body {
  flex: 1;
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
}

.phone-live-iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  background: #ffffff;
}

/* Bottom iOS-style Home Indicator */
.phone-home-indicator {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4.5px;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 3px;
  z-index: 20;
  pointer-events: none;
}

/* RIGHT: PROJECT INFORMATION CARD (PICTURE 2 FORMAT) */
.lawfirm-info-card {
  background: rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 30px 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* TOP CAPSULE PILL HEADER (Neon Lime from Picture 2) */
.lawfirm-info-pill-header {
  background: #bbf900;
  color: #04091a;
  font-family: var(--font-headline);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 13px 24px;
  border-radius: var(--radius-pill);
  box-shadow: 0 4px 20px rgba(187, 249, 0, 0.35);
}

/* CAPSULE ROWS (Picture 2 format: dark rounded pills, label left, value right) */
.lawfirm-info-capsules-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lawfirm-info-capsule-row {
  background: rgba(18, 24, 40, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-pill);
  padding: 12px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  transition: all 0.25s ease;
}

.lawfirm-info-capsule-row:hover {
  background: rgba(241, 196, 15, 0.08);
  border-color: rgba(241, 196, 15, 0.35);
}

.capsule-label {
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
}

.capsule-value {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-sublight);
  text-align: right;
}

/* IMPACT & TOOLS BLOCKS */
.lawfirm-info-block {
  background: rgba(18, 24, 40, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 18px 20px;
}

.lawfirm-block-tag {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f1c40f;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.lawfirm-impact-text {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text-sublight);
  margin: 0;
}

.hl-gold {
  color: #f1c40f;
  font-weight: 700;
}

/* PURE UNFRAMED BRAND TOOLS (NO BOUNDING FRAMES, NO LABELS - IMAGE SPEAKS TO ITSELF) */
.lawfirm-pure-tools-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 20px 24px;
  padding: 8px 4px;
  margin-top: 6px;
}

.lawfirm-pure-tool-img {
  height: 48px;
  max-width: 105px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.5));
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.35s ease;
  cursor: pointer;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.lawfirm-pure-tool-img:hover {
  transform: translateY(-4px) scale(1.18);
  filter: drop-shadow(0 8px 22px rgba(241, 196, 15, 0.6));
}

@media (max-width: 480px) {
  .lawfirm-pure-tools-grid {
    gap: 16px;
    justify-content: center;
  }
  .lawfirm-pure-tool-img {
    height: 42px;
    max-width: 90px;
  }
}



