
body { overflow-x:hidden; }
.page-section:has(.actp), .page-section:has(.actp) .content-wrapper { padding-top:0 !important; padding-bottom:0 !important; min-height:0 !important; height:auto !important; }
.page-section:has(.actp) { container-type:inline-size; }
.sqs-block:has(.actp) { padding:0 !important; }
.actp { margin-left:calc(50% - 50cqw); margin-right:calc(50% - 50cqw); }
.actp, .actp *, .actp *::before, .actp *::after { box-sizing:border-box; }


.ppf-hero-section {
  position: relative;
  width: 100%;
  min-height: clamp(560px, 80vh, 940px);
  display: flex;
  align-items: center;
  padding: clamp(120px, 16vh, 170px) clamp(1.5rem, 5vw, 4rem) clamp(4rem, 8vh, 6rem);  
  padding-left: max(clamp(1.5rem, 5vw, 4rem), env(safe-area-inset-left));
  padding-right: max(clamp(1.5rem, 5vw, 4rem), env(safe-area-inset-right));
  overflow: hidden;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background-color: #0A101E;
  background-image: url('https://images.squarespace-cdn.com/content/v1/5f4ecb674b26cd5ee9d7e306/a0efc28f-42f0-4368-802e-266c033161ae/paint-protection-film-installation-chandler-az-auto-cosmetics.jpg?format=750w');
  background-size: cover;
  background-position: center 32%;
  background-repeat: no-repeat;
  color: #fff;
}

.ppf-hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6,10,20,0.65) 0%, rgba(6,10,20,0) 32%), linear-gradient(92deg, rgba(6,10,20,0.84) 0%, rgba(6,10,20,0.8) 40%, rgba(6,10,20,0.66) 60%, rgba(6,10,20,0.5) 78%, rgba(6,10,20,0.34) 100%);
  pointer-events: none;
}

.ppf-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.ppf-hero-text {
  max-width: 650px;
}

.ppf-trust-badges {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  animation: fadeInUp 0.6s ease-out 0.2s both;
}
@media (min-width: 768px) {
  .ppf-trust-badges { flex-wrap: nowrap; width: max-content; }
}

.ppf-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.8rem;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  white-space: nowrap;
  transition: all 0.2s ease;
}

.ppf-badge:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.ppf-badge-icon {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.ppf-star-icon { fill: #FBBF24 !important; stroke: #FBBF24; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.ppf-cert-icon { fill: none !important; stroke: #38BDF8; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ppf-shield-icon { fill: none !important; stroke: #7B8CFF; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.ppf-hero-heading {
  font-size: clamp(2.25rem, 5.5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0 0 1rem 0;
  animation: fadeInUp 0.6s ease-out 0.3s both;
  color: #fff !important;
}

.ppf-gradient-text {
  color: #7DD3FC;
  background: linear-gradient(120deg, #fff 0%, #7DD3FC 55%, #38BDF8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline;
}

.ppf-hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9) !important;
  margin: 0 0 1.5rem 0;
  max-width: 600px;
  animation: fadeInUp 0.6s ease-out 0.4s both;
}

.ppf-hero-subtitle strong {
  color: #fff !important;
  font-weight: 600;
}

.ppf-location-highlight {
  color: #00d4aa;
  font-weight: 600;
}

.ppf-cta-group {
  display: flex !important;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center !important;
  justify-content: flex-start !important;
  animation: fadeInUp 0.6s ease-out 0.5s both;
}

.ppf-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem;
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
  padding: 0 1.75rem !important;
  font-size: 0.9375rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  border-radius: 6px !important;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  cursor: pointer;
  border: none !important;
  text-align: center !important;
  vertical-align: middle !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.ppf-btn-primary {
  background: linear-gradient(135deg, #635bff 0%, #5548d9 100%) !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(99, 91, 255, 0.35) !important;
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
}

.ppf-btn-primary:hover {
  background: linear-gradient(135deg, #5851eb 0%, #4a3fc7 100%) !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(99, 91, 255, 0.45) !important;
}

.ppf-btn-secondary {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
  border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(8px);
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
}

.ppf-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  transform: translateY(-1px);
}

.ppf-btn-icon {
  width: 18px !important;
  height: 18px !important;
  fill: currentColor !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  display: inline-block !important;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1023px) {
  .ppf-hero-section { min-height: 0; }
}
@media (min-width: 768px) {
  .ppf-hero-section { background-image: url('https://images.squarespace-cdn.com/content/v1/5f4ecb674b26cd5ee9d7e306/a0efc28f-42f0-4368-802e-266c033161ae/paint-protection-film-installation-chandler-az-auto-cosmetics.jpg?format=2500w'); }
}
@media (max-width: 767px) {
  .ppf-hero-section { padding-top: clamp(128px, 17vh, 160px); min-height: 0; }
  .ppf-badge:nth-child(2), .ppf-badge:nth-child(4) { display: none; }
  .ppf-trust-badges { margin-bottom: 1rem; }
  .ppf-hero-heading { font-size: clamp(1.65rem, 7.5vw, 2.05rem); }
  .ppf-hero-subtitle { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 1.25rem; }
}
@media (max-width: 480px) {
  .ppf-cta-group {
    flex-direction: column !important;
    width: 100% !important;
    gap: 0.75rem !important;
    align-items: stretch !important;
  }

  .ppf-btn {
    width: 100% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.ac-tstrip { list-style:none; margin:1.5rem 0 0; padding:0; display:grid; grid-template-columns:1fr 1fr; gap:0.7rem 1.5rem; max-width:640px; }
.ac-tstrip li { position:relative; padding-left:1.5rem; font-size:0.9375rem; line-height:1.5; color:rgba(255,255,255,0.78); }
.ac-tstrip li strong { color:#FFFFFF; }
.ac-tstrip li::before { content:''; position:absolute; left:0; top:0.3em; width:0.9rem; height:0.9rem; border-radius:50%; background:linear-gradient(135deg,#635BFF,#00D4FF); -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat; mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat; }
@media (max-width:680px){ .ac-tstrip { grid-template-columns:1fr; } }

.ac-lb4 { padding: 2.75rem 0 2.5rem; background: #fff; overflow: hidden; position: relative; border-top: 1px solid #E6EBF1; border-bottom: 1px solid #E6EBF1; }
.ac-lb4-label { text-align: center; font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin: 0 0 1.75rem; background: linear-gradient(90deg, #635BFF 0%, #C084FC 50%, #00C4C4 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.ac-lb4::before, .ac-lb4::after { content: ''; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2; pointer-events: none; }
.ac-lb4::before { left: 0; background: linear-gradient(to right, #fff 0%, transparent 100%); }
.ac-lb4::after { right: 0; background: linear-gradient(to left, #fff 0%, transparent 100%); }
.ac-lb4-track { display: flex; align-items: center; width: max-content; animation: ac-lb4-scroll 40s linear infinite; }
.ac-lb4-track:hover { animation-play-state: paused; }
@keyframes ac-lb4-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-20%); } }
.ac-lb4-item { display: flex; align-items: center; justify-content: center; padding: 0 3rem; flex-shrink: 0; transition: transform 0.25s ease; }
.ac-lb4-item:hover { transform: scale(1.06); }
.ac-lb4-item img { height: 36px; width: auto; display: block; opacity: 0.75; transition: opacity 0.25s ease; }
.ac-lb4-item:hover img { opacity: 1; }
.ac-lb4-sep { width: 4px; height: 4px; border-radius: 50%; flex-shrink: 0; background: linear-gradient(135deg, #635BFF, #C084FC); opacity: 0.4; }
.ac-lb4-accent { position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent 0%, #635BFF 25%, #C084FC 50%, #00C4C4 75%, transparent 100%); opacity: 0.5; }
@media (prefers-reduced-motion: reduce) { .ac-lb4-track { animation: none; } }

.actp .acppf-page { padding: clamp(4.5rem, 9vh, 7rem) 40px; }
@media (max-width: 700px) { .actp .acppf-page { padding: clamp(3.5rem, 7vh, 5rem) 20px; } }



.acppf-page {
  --bg: #FFFFFF;
  --paper: #FFFFFF;
  --ink-1: #0A0A0A;
  --ink-2: #1F1F1F;
  --ink-3: #4A4A4A;
  --ink-4: #8A8A85;
  --ink-5: #B8B8B0;
  --line: #E6EBF1;
  --line-2: #F1F4F8;
  --accent: #635BFF;
  --accent-2: #A78BFA;
  --accent-soft: rgba(99, 91, 255, 0.08);
  --grad: linear-gradient(135deg, #06B6D4 0%, #635BFF 50%, #7C3AED 100%);
  --grad-soft: linear-gradient(135deg, rgba(6, 182, 212, 0.05) 0%, rgba(99, 91, 255, 0.07) 50%, rgba(124, 58, 237, 0.05) 100%);
  --ok: #2B6E3F;
  --shadow-sm: 0 1px 2px rgba(15, 15, 15, 0.04);
  --shadow: 0 2px 8px rgba(15, 15, 15, 0.05), 0 1px 2px rgba(15, 15, 15, 0.04);
  --shadow-lg: 0 10px 30px rgba(15, 15, 15, 0.07), 0 2px 6px rgba(15, 15, 15, 0.04);
  --radius: 14px;
  --radius-sm: 10px;
  --radius-lg: 20px;
  --sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;
}
body { margin: 0; background: #FFFFFF; }
.acppf-page, .acppf-page *, .acppf-page *::before, .acppf-page *::after { box-sizing: border-box; }
.acppf-page * { margin: 0; padding: 0; }
.acppf-page :where(button, input) { font-family: inherit; font-size: inherit; color: inherit; background: transparent; border: 0; outline: 0; appearance: none; -webkit-appearance: none; cursor: pointer; }
.acppf-page {
  color: var(--ink-1);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.005em;
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 40px 40px;
}
@media (max-width: 900px) { .acppf-page { padding: 32px 20px 48px; } }
.acppf-page a { color: var(--ink-1); }
.acppf-page em { font-style: normal; font-weight: 600; }
.acppf-hdr-title em {
  background: linear-gradient(135deg, #06B6D4 0%, #635BFF 45%, #7C3AED 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
}


.acppf-hdr { margin-bottom: 48px; }
.acppf-hdr-eyebrow { font-family: var(--mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-4); margin-bottom: 20px; }
.acppf-hdr-title {
  font-weight: 600;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: var(--ink-1);
  max-width: 20ch;
  margin-bottom: 22px;
  text-wrap: balance;
}
.acppf-hdr-note { font-size: 17px; color: var(--ink-3); max-width: 62ch; line-height: 1.55; margin-bottom: 26px; }
.acppf-trust-ribbon { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; font-size: 13px; color: var(--ink-3); }
.acppf-trust-ribbon strong { color: var(--ink-1); font-weight: 600; }
.acppf-trust-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--ink-5); display: inline-block; }


.acppf-config-intro { position: relative; margin: 48px 0 32px; padding: 44px 24px 32px; text-align: center; isolation: isolate; }
.acppf-config-intro::before { content: ''; position: absolute; inset: 0; z-index: -1; border-radius: 24px; background: radial-gradient(ellipse 70% 80% at 50% 30%, rgba(99, 91, 255, 0.05) 0%, transparent 65%); pointer-events: none; }
.acppf-config-intro::after { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: min(420px, 70%); height: 1px; background: linear-gradient(90deg, transparent 0%, rgba(99, 91, 255, 0.5) 50%, transparent 100%); }
.acppf-config-intro-eyebrow { font-family: var(--mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); font-weight: 600; margin-bottom: 12px; }
.acppf-config-intro-title { font-weight: 600; font-size: clamp(28px, 3.6vw, 36px); line-height: 1.1; letter-spacing: -0.02em; color: var(--ink-1); margin: 0 auto 12px; max-width: 24ch; text-wrap: balance; }
.acppf-config-intro-sub { font-size: 16px; color: var(--ink-3); max-width: 60ch; line-height: 1.55; margin: 0 auto; }


.acppf-layout {
  display: block;
}
.acppf-config { min-width: 0; display: flex; flex-direction: column; }


.acppf-book-bar {
  margin-top: 36px;
  padding: 18px 22px;
  background: #FFFFFF;
  border-radius: 14px;
  box-shadow: 0 0 0 1px var(--line);
}
.acppf-book-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.acppf-book-bar-info { min-width: 0; flex: 1 1 auto; }
.acppf-book-bar-lbl {
  font-family: var(--mono);
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink-4);
  font-weight: 600;
  margin-bottom: 2px;
}
.acppf-book-bar-detail {
  font-size: 15px;
  font-weight: 500;
  color: var(--ink-2);
  letter-spacing: -0.01em;
  line-height: 1.35;
}
.acppf-book-bar-detail strong { color: var(--ink-1); font-weight: 600; }
.acppf-book-bar-detail .acppf-book-bar-price {
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--ink-1);
}
.acppf-book-bar-btn {
  padding: 14px 26px;
  background: linear-gradient(135deg, #06B6D4 0%, #635BFF 50%, #7C3AED 100%);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: -0.005em;
  cursor: pointer;
  font-family: inherit;
  transition: transform 0.08s, box-shadow 0.15s;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 6px 18px rgba(99, 91, 255, 0.30), 0 2px 6px rgba(99, 91, 255, 0.18);
}
.acppf-book-bar-btn:hover {
  box-shadow: 0 10px 26px rgba(99, 91, 255, 0.42), 0 4px 10px rgba(99, 91, 255, 0.22);
}
.acppf-book-bar-btn:active { transform: translateY(1px); }
@media (max-width: 540px) {
  .acppf-book-bar { padding: 14px 16px; }
  .acppf-book-bar-btn { width: 100%; }
}


.acppf-stepper { display: none; }


.acppf-page .acppf-step-item,
.acppf-page .acppf-step-btn {
  border: 0 !important;
  border-image: none !important;
  outline: 0 !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent !important;
}
.acppf-page .acppf-step-btn:hover,
.acppf-page .acppf-step-btn:focus,
.acppf-page .acppf-step-btn:focus-visible,
.acppf-page .acppf-step-btn:focus-within,
.acppf-page .acppf-step-btn:active,
.acppf-page .acppf-step-item.acppf-active .acppf-step-btn,
.acppf-page .acppf-step-item.acppf-done .acppf-step-btn {
  border: 0 !important;
  outline: 0 !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}
.acppf-page .acppf-step-item::before,
.acppf-page .acppf-step-item::after,
.acppf-page .acppf-step-btn::before,
.acppf-page .acppf-step-btn::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
  background: transparent !important;
}

.acppf-step-item { min-width: 0; }
.acppf-step-btn { width: 100%; display: flex; flex-direction: column; align-items: flex-start; gap: 4px; padding: 10px 14px; border-radius: 10px; text-align: left; transition: background 0.15s; min-width: 0; }
.acppf-step-btn:hover { background: var(--line-2); }
.acppf-step-num { font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; color: var(--ink-5); font-weight: 500; }
.acppf-step-label { font-size: 13.5px; font-weight: 500; color: var(--ink-4); letter-spacing: -0.005em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.acppf-step-item.acppf-done .acppf-step-num { color: var(--ink-1); }
.acppf-step-item.acppf-done .acppf-step-label { color: var(--ink-3); }
.acppf-step-item.acppf-active .acppf-step-num { color: var(--ink-1); }
.acppf-step-item.acppf-active .acppf-step-label { color: var(--ink-1); font-weight: 600; }
.acppf-step-item.acppf-active .acppf-step-btn { background: var(--line-2); }
.acppf-stepper-progress { height: 3px; background: var(--line-2); border-radius: 2px; overflow: hidden; }
.acppf-stepper-progress-fill { height: 100%; background: var(--accent); border-radius: 2px; width: 50%; transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
@media (max-width: 720px) {
  .acppf-stepper-list { gap: 6px; }
  .acppf-step-btn { padding: 8px 4px; align-items: center; justify-content: center; flex-direction: row; gap: 0; }
  .acppf-step-label { display: none; }
  .acppf-step-num { font-size: 13px; letter-spacing: 0; font-weight: 600; color: var(--ink-4); }
  .acppf-step-item.acppf-active .acppf-step-num { color: var(--ink-1); }
  .acppf-step-item.acppf-active .acppf-step-btn { background: var(--grad-soft); box-shadow: 0 0 0 1.5px var(--accent); }
  .acppf-step-item.acppf-done .acppf-step-num { color: var(--accent); }
}


.acppf-step { display: none; animation: stepIn 0.32s cubic-bezier(0.16, 1, 0.3, 1); }
.acppf-step.acppf-current { display: block; }
@keyframes stepIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }


.acppf-sec-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 24px; flex-wrap: wrap; }
.acppf-sec-num { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-4); margin-bottom: 8px; }
.acppf-sec-h { font-weight: 600; font-size: clamp(22px, 2.4vw, 28px); letter-spacing: -0.018em; line-height: 1.15; color: var(--ink-1); }
.acppf-sec-sub { margin-top: 6px; font-size: 14.5px; color: var(--ink-3); max-width: 60ch; }


.acppf-veh-search-wrap { position: relative; margin-bottom: 12px; }
.acppf-veh-search-icon { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: var(--accent); pointer-events: none; }
.acppf-veh-search-input {
  width: 100%; padding: 14px 16px 14px 46px;
  border: 1.5px solid var(--accent); border-radius: 12px;
  background: var(--paper); color: var(--ink-1);
  font-size: 15px; letter-spacing: -0.005em;
  box-shadow: 0 0 0 4px rgba(99, 91, 255, 0.12);
  transition: all 0.18s;
}
.acppf-veh-search-input::placeholder { color: var(--ink-4); }
.acppf-veh-search-input:focus { outline: none; box-shadow: 0 0 0 4px rgba(99, 91, 255, 0.18); }
.acppf-veh-search-results {
  position: absolute; top: calc(100% + 6px); left: 0; right: 0;
  background: var(--paper); border: 1px solid var(--line); border-radius: 12px;
  box-shadow: var(--shadow-lg); max-height: 360px; overflow-y: auto;
  z-index: 60; display: none; padding: 6px;
}
.acppf-veh-search-results.open { display: block; }
.acppf-veh-sr-item { padding: 10px 12px; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 14px; border-radius: 8px; transition: background 0.12s; }
.acppf-veh-sr-item:hover, .acppf-veh-sr-item.kbd { background: var(--line-2); }
.acppf-veh-sr-tag { font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-4); padding: 3px 8px; background: var(--line-2); border-radius: 100px; font-weight: 600; white-space: nowrap; }
.acppf-veh-sr-empty { padding: 16px 12px; font-size: 13.5px; color: var(--ink-4); text-align: center; line-height: 1.5; }
.acppf-veh-sr-empty a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; font-weight: 500; }
.acppf-veh-chip { display: flex; align-items: center; gap: 12px; padding: 12px 16px; background: linear-gradient(135deg, rgba(99, 91, 255, 0.06), rgba(124, 58, 237, 0.05)); border: 1px solid rgba(99, 91, 255, 0.25); border-radius: 12px; margin-bottom: 12px; animation: chipIn 0.25s cubic-bezier(0.16, 1, 0.3, 1); }
.acppf-veh-chip[hidden], .acppf-veh-manual-block[hidden] { display: none !important; }
@keyframes chipIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
.acppf-veh-chip-tick { width: 22px; height: 22px; border-radius: 50%; background: var(--grad); color: #fff; font-size: 12px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.acppf-veh-chip-body { flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.acppf-veh-chip-name { font-size: 15px; font-weight: 600; letter-spacing: -0.01em; color: var(--ink-1); }
.acppf-veh-chip-meta { font-size: 13px; color: var(--ink-3); }
.acppf-veh-chip-explain { font-size: 12px; color: var(--ink-4); font-style: italic; margin-top: 2px; }
.acppf-veh-chip-clear { color: var(--ink-4); font-size: 16px; padding: 4px 8px; border-radius: 6px; transition: all 0.15s; }
.acppf-veh-chip-clear:hover { color: var(--ink-1); background: var(--line-2); }
.acppf-veh-manual-toggle { color: var(--ink-3); font-size: 13px; padding: 8px 2px; text-align: left; letter-spacing: -0.005em; transition: color 0.15s; }
.acppf-veh-manual-toggle:hover { color: var(--ink-1); }
.acppf-veh-manual-toggle-cta { color: var(--accent); font-weight: 500; }
.acppf-veh-manual-block { margin-top: 6px; animation: chipIn 0.25s cubic-bezier(0.16, 1, 0.3, 1); }
.acppf-veh-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 10px; }
.acppf-veh { position: relative; text-align: left; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 18px; transition: all 0.15s; }
.acppf-veh:hover { border-color: var(--ink-3); transform: translateY(-1px); }
.acppf-veh.sel {
  border-color: transparent;
  background: var(--paper);
  color: var(--ink-1);
  box-shadow: 0 4px 14px rgba(99, 91, 255, 0.12);
}
.acppf-veh.sel::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  padding: 1.5px;
  background: var(--grad);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.acppf-veh-name { font-weight: 600; font-size: 15px; letter-spacing: -0.01em; }
.acppf-veh-ex { font-size: 12px; color: var(--ink-4); margin-top: 2px; }


.acppf-step-divider { margin: 40px 0 22px; position: relative; }
.acppf-step-divider::before { content: ''; display: block; height: 1px; width: 100%; background: linear-gradient(90deg, transparent 0%, rgba(99, 91, 255, 0.35) 25%, rgba(99, 91, 255, 0.35) 75%, transparent 100%); margin-bottom: 22px; }
.acppf-step-divider-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; }
.acppf-step-divider-eyebrow { font-weight: 600; font-size: clamp(20px, 2.2vw, 26px); letter-spacing: -0.018em; line-height: 1.18; color: var(--ink-1); margin-bottom: 4px; }
.acppf-step-divider-sub { font-size: 14px; color: var(--ink-3); max-width: 60ch; }
.acppf-step-aside-link { font-size: 13px; color: var(--accent); text-decoration: none; font-weight: 500; transition: color 0.15s, gap 0.15s; display: inline-flex; align-items: center; gap: 6px; }
.acppf-step-aside-link:hover { color: var(--accent-2); gap: 10px; }


.acppf-cpx-row { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 22px; padding: 14px 16px; background: var(--line-2); border-radius: var(--radius-sm); }
.acppf-cpx-row[hidden] { display: none !important; }
.acppf-cpx-lbl { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-4); font-weight: 500; }


.acppf-cpx-override {
  color: var(--ink-3); font-size: 13px; padding: 8px 2px; text-align: left;
  letter-spacing: -0.005em; transition: color 0.15s; display: block; margin-top: 4px;
}
.acppf-cpx-override:hover { color: var(--ink-1); }
.acppf-cpx-override-cta { color: var(--accent); font-weight: 500; }
.acppf-cpx-override[hidden] { display: none !important; }
.acppf-cpx-segment { display: inline-flex; gap: 6px; }
.acppf-cpx-btn { padding: 9px 18px; font-size: 13.5px; font-weight: 500; color: var(--ink-3); background: var(--paper); border: 1.5px solid var(--line); border-radius: 999px; transition: all 0.15s; }
.acppf-cpx-btn:hover { border-color: var(--ink-3); color: var(--ink-1); background: var(--line-2); }
.acppf-cpx-btn.sel { background: var(--accent); color: #fff; border-color: var(--accent); box-shadow: 0 2px 8px rgba(99, 91, 255, 0.22); }
.acppf-cpx-help { font-size: 13px; color: var(--ink-4); flex: 1; min-width: 200px; }


.acppf-thickness-section { margin-top: 26px; }
.acppf-q-prompt {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--ink-1);
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.acppf-q-prompt::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 18px;
  background: var(--accent);
  border-radius: 2px;
  flex-shrink: 0;
}
.acppf-q-prompt.has-top-gap { margin-top: 32px; }
.acppf-thickness-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (max-width: 540px) { .acppf-thickness-tabs { grid-template-columns: 1fr; } }


.acppf-thick-tab { position: relative; background: var(--paper); border: 1.5px solid var(--line); border-radius: var(--radius); padding: 14px 18px; text-align: left; transition: all 0.18s; cursor: pointer; display: flex; flex-direction: column; gap: 4px; }
.acppf-thick-tab:hover { border-color: var(--accent); transform: translateY(-1px); box-shadow: var(--shadow-sm); }

.acppf-thick-tab-head {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-right: 36px;
}
.acppf-thick-tab-tier {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.acppf-thick-tab-tier-max {
  color: var(--ink-1);
}
.acppf-thick-tab-name { font-weight: 600; font-size: 20px; letter-spacing: -0.018em; line-height: 1.05; }
.acppf-thick-tab-name-unit { font-size: 13px; font-weight: 500; color: var(--ink-3); margin-left: 4px; letter-spacing: 0; }
.acppf-thick-tab-badge {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: var(--ink-1);
  padding: 4px 10px;
  border-radius: 100px;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
}

.acppf-thick-tab.sel {
  border-color: transparent;
  background: var(--paper);
  color: var(--ink-1);
  box-shadow: 0 10px 30px rgba(99, 91, 255, 0.14), 0 2px 8px rgba(99, 91, 255, 0.08);
}
.acppf-thick-tab.sel::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  padding: 2px;
  background: var(--grad);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.acppf-thick-tab.sel::after {
  content: '✓';
  position: absolute;
  top: 12px;
  right: 14px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(99, 91, 255, 0.28);
}


.acppf-thick-cv {
  margin-top: 18px;
  padding: 24px 28px 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
}
@media (max-width: 540px) {
  .acppf-thick-cv { padding: 18px 14px 16px; }
}

.acppf-lc-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-1);
  letter-spacing: -0.005em;
  line-height: 1.2;
}
.acppf-lc-sub {
  font-family: var(--mono);
  font-size: 10.5px;
  color: var(--ink-4);
  letter-spacing: 0.06em;
  margin-top: 3px;
  margin-bottom: 10px;
}

.acppf-lc-keynote {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 4px;
  margin-bottom: 14px;
  font-size: 12.5px;
  color: var(--ink-2);
  letter-spacing: -0.005em;
  line-height: 1.45;
}
.acppf-lc-keynote-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #06B6D4 0%, #635BFF 50%, #7C3AED 100%);
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 1px;
}
.acppf-lc-keynote strong {
  color: var(--ink-1);
  font-weight: 600;
}

.acppf-lc-chart {
  width: 100%;
  height: auto;
  display: block;
  max-width: 720px;
  margin: 0 auto;
  overflow: visible;
}

.acppf-lc-ylabel {
  font-family: var(--mono);
  font-size: 10.5px;
  fill: #94a3b8;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.acppf-lc-xlabel {
  font-family: var(--mono);
  font-size: 11px;
  fill: #94a3b8;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.acppf-lc-xlabel-our {
  fill: var(--ink-1);
  font-weight: 700;
}

.acppf-lc-spot {
  cursor: pointer;
  transition: opacity 0.22s ease;
}
.acppf-lc-spot:not(.sel) { opacity: 0.30; }
.acppf-lc-spot:not(.sel):hover { opacity: 0.70; }
.acppf-lc-spot.sel { opacity: 1; }

.acppf-lc-halo {
  opacity: 0;
  transition: opacity 0.3s, r 0.3s;
  pointer-events: none;
}
.acppf-lc-spot.sel .acppf-lc-halo {
  opacity: 0.22;
}

.acppf-lc-ref {
  opacity: 0.32;
  pointer-events: none;
  transition: opacity 0.25s, stroke-width 0.2s;
}
.acppf-lc-ref.sel {
  opacity: 0.90;
  stroke-width: 1.4;
}

.acppf-lc-extra {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.acppf-lc-extra.sel {
  opacity: 1;
}
.acppf-lc-extra-text {
  font-family: var(--mono);
  font-size: 11.5px;
  font-weight: 700;
  fill: #fff;
  letter-spacing: 0.08em;
}

.acppf-lc-ptlabel {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  fill: var(--ink-1);
  letter-spacing: -0.005em;
}

.acppf-lc-axis-note-text {
  font-family: var(--mono);
  font-size: 9.5px;
  font-weight: 700;
  fill: #64748b;
  letter-spacing: 0.10em;
}


.acppf-trans-table {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.acppf-trans-title {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-1);
  margin-bottom: 10px;
}
.acppf-trans-row {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  padding: 13px 4px;
  gap: 16px;
  border-bottom: 1px solid var(--line-2);
  cursor: pointer;
  transition: background 0.15s, opacity 0.2s;
  border-radius: 4px;
}
.acppf-trans-row:not(.sel):not(.acppf-trans-row-diff) { opacity: 0.62; }
.acppf-trans-row:not(.sel):not(.acppf-trans-row-diff):hover {
  opacity: 0.92;
  background: rgba(99, 91, 255, 0.04);
}
.acppf-trans-row:last-child { border-bottom: none; }
.acppf-trans-l {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink-1);
  letter-spacing: -0.012em;
}
.acppf-trans-m {
  font-size: 13.5px;
  color: var(--ink-3);
  letter-spacing: -0.005em;
}
.acppf-trans-r {
  font-family: var(--mono);
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink-1);
  letter-spacing: -0.005em;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.acppf-trans-row[data-thick="8mil-clear"].sel {
  background: linear-gradient(90deg, rgba(252, 211, 77, 0.10) 0%, rgba(250, 204, 21, 0.16) 50%, rgba(180, 83, 9, 0.08) 100%);
  padding-left: 12px;
  padding-right: 12px;
}
.acppf-trans-row[data-thick="10mil-clear"].sel {
  background: linear-gradient(90deg, rgba(6, 182, 212, 0.05) 0%, rgba(99, 91, 255, 0.09) 50%, rgba(124, 58, 237, 0.05) 100%);
  padding-left: 12px;
  padding-right: 12px;
}
.acppf-trans-row.sel {
  padding-left: 12px;
  padding-right: 12px;
}
.acppf-trans-row-diff {
  cursor: default;
  border-top: 1px solid var(--line);
  margin-top: 2px;
  padding-top: 14px;
}
.acppf-trans-row-diff:hover { background: transparent; }
.acppf-trans-row-diff .acppf-trans-l,
.acppf-trans-row-diff .acppf-trans-r {
  background: linear-gradient(135deg, #06B6D4 0%, #635BFF 50%, #7C3AED 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}


.acppf-cs-svg {
  width: 100%;
  height: auto;
  display: block;
  max-width: 720px;
  margin: 0 auto;
  overflow: visible;
}

.acppf-cs-svg-group {
  cursor: pointer;
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.acppf-cs-svg-group:not(.sel) { opacity: 0.6; }
.acppf-cs-svg-group:not(.sel):hover { opacity: 0.85; }
.acppf-cs-svg-group.sel { opacity: 1; }

.acppf-cs-sel-rect {
  fill: none;
  stroke: transparent;
  stroke-width: 0;
  transition: stroke 0.25s, stroke-width 0.25s;
}
.acppf-cs-svg-group.sel .acppf-cs-sel-rect {
  stroke: url(#acppfCsRingGrad);
  stroke-width: 1.5;
}

.acppf-cs-title {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 700;
  fill: var(--ink-1);
  letter-spacing: 0.04em;
}
.acppf-cs-title-sub {
  font-family: var(--mono);
  font-size: 9.5px;
  font-weight: 500;
  fill: var(--ink-4);
  letter-spacing: 0.08em;
}

.acppf-cs-mainnum-warm {
  font-family: var(--mono);
  font-size: 32px;
  font-weight: 700;
  fill: #B45309;
  letter-spacing: -0.02em;
}
.acppf-cs-mainnum-cool {
  font-family: var(--mono);
  font-size: 32px;
  font-weight: 700;
  fill: #5B21B6;
  letter-spacing: -0.02em;
}
.acppf-cs-mainunit-warm {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  fill: rgba(180, 83, 9, 0.78);
  letter-spacing: 0.14em;
}
.acppf-cs-mainunit-cool {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  fill: rgba(91, 33, 182, 0.78);
  letter-spacing: 0.14em;
}

.acppf-cs-paint-label {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  fill: #475569;
  letter-spacing: 0.18em;
}
.acppf-cs-paint-label-sub {
  font-family: var(--mono);
  font-size: 8.5px;
  font-weight: 500;
  fill: rgba(71, 85, 105, 0.68);
  letter-spacing: 0.1em;
}

.acppf-3d-baseline {
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  fill: #94a3b8;
  letter-spacing: 0.18em;
}

.acppf-cs-layer-label {
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  fill: var(--ink-3);
}

.acppf-cs-dim-value {
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 700;
  fill: var(--ink-1);
  letter-spacing: 0.01em;
}
.acppf-cs-dim-unit {
  font-family: var(--mono);
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  fill: var(--ink-3);
}
.acppf-cs-dim-conv {
  font-family: var(--mono);
  font-size: 8.5px;
  font-weight: 500;
  fill: var(--ink-4);
  letter-spacing: 0.04em;
}

.acppf-cs-extra-text {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  fill: #ffffff;
}

.acppf-cs-foot {
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  fill: var(--ink-3);
  letter-spacing: 0.18em;
}
.acppf-cs-foot-sub {
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 500;
  fill: var(--ink-4);
  letter-spacing: 0.06em;
}

@media (max-width: 540px) {
  .acppf-cs-title { font-size: 11px; }
  .acppf-cs-mainnum-warm, .acppf-cs-mainnum-cool { font-size: 24px; }
  .acppf-cs-dim-value { font-size: 12px; }
}



.acppf-film-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: -2px;
  margin-bottom: 14px;
}
.acppf-thick-hint {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--accent);
  padding: 8px 4px;
  letter-spacing: -0.005em;
  transition: color 0.15s;
}
.acppf-thick-hint:hover { color: #5046d4; text-decoration: underline; }
.acppf-thick-hint-i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.4px solid currentColor;
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  flex-shrink: 0;
}
.acppf-thickness-in-modal { margin-top: 0; }
.acppf-coverage-info-hint { margin: 6px 0 10px -4px; }


.acppf-film-thick-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
}
.acppf-film-thick-toggle-label {
  font-family: var(--mono);
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink-4);
  font-weight: 600;
}
.acppf-film-thick-toggle-seg {
  display: inline-flex;
  gap: 8px;
}
.acppf-film-thick-toggle-opt {
  background: #fff;
  border: 1.5px solid var(--accent);
  cursor: pointer;
  padding: 9px 20px;
  border-radius: 9px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: -0.005em;
  transition: all 0.15s;
  font-family: inherit;
  font-variant-numeric: tabular-nums;
}
.acppf-film-thick-toggle-opt:hover {
  background: rgba(99, 91, 255, 0.08);
}
.acppf-film-thick-toggle-opt.sel {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  box-shadow: 0 2px 8px rgba(99, 91, 255, 0.22);
}
.acppf-film-thick-toggle-opt.sel:hover {
  background: #5046d4;
  border-color: #5046d4;
}


.acppf-pkg-change-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 20px 9px 18px;
  background: var(--accent);
  border: 1.5px solid var(--accent);
  border-radius: 9px;
  font-size: 13.5px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: -0.005em;
  transition: background 0.15s, border-color 0.15s, transform 0.08s, box-shadow 0.15s;
  box-shadow: 0 2px 8px rgba(99, 91, 255, 0.22);
}
.acppf-pkg-change-btn:hover {
  background: #5046d4;
  border-color: #5046d4;
}
.acppf-pkg-change-btn:active { transform: translateY(1px); }


.acppf-pkg-modal {
  --bg: #FFFFFF;
  --paper: #FFFFFF;
  --ink-1: #0A0A0A;
  --ink-2: #1F1F1F;
  --ink-3: #4A4A4A;
  --ink-4: #8A8A85;
  --ink-5: #B8B8B0;
  --line: #E6EBF1;
  --line-2: #F1F4F8;
  --accent: #635BFF;
  --ok: #2B6E3F;
  --radius: 14px;
  --radius-sm: 10px;
  --radius-lg: 20px;
  --mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;
  --sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--sans);
  color: var(--ink-1);
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  padding: 40px 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.acppf-pkg-modal *, .acppf-pkg-modal *::before, .acppf-pkg-modal *::after { box-sizing: border-box; }
.acppf-pkg-modal button { font-family: inherit; cursor: pointer; }
.acppf-pkg-modal.open {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.acppf-pkg-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1;
  animation: acppfModalOverlayIn 0.16s ease-out;
}
@keyframes acppfModalOverlayIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.acppf-pkg-modal-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 80px);
  max-height: calc(100dvh - 80px);
  background: #FFFFFF;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  width: 100%;
  max-width: 720px;
  padding: 40px 48px 44px;
  box-shadow: 0 40px 100px rgba(15, 23, 42, 0.40), 0 12px 32px rgba(15, 23, 42, 0.18);
  margin: auto 0;
  z-index: 2;
  animation: acppfModalPanelIn 0.22s cubic-bezier(0.21, 1, 0.5, 1);
}
@keyframes acppfModalPanelIn {
  from { opacity: 0; transform: translateY(14px) scale(0.985); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.acppf-pkg-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--ink-3);
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  font-family: inherit;
}
.acppf-pkg-modal-close:hover {
  background: var(--ink-1);
  border-color: var(--ink-1);
  color: #fff;
}
.acppf-pkg-modal-num {
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink-4);
  font-weight: 600;
  margin-bottom: 12px;
}
.acppf-pkg-modal-title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.022em;
  line-height: 1.1;
  margin: 0 0 12px 0;
  color: var(--ink-1);
}
.acppf-pkg-modal-sub {
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-3);
  margin: 0 0 28px 0;
  max-width: 580px;
}
.acppf-pkg-modal-footer {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line-2);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
}
.acppf-pkg-modal-done {
  background: var(--ink-1);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: -0.005em;
  transition: background 0.15s, transform 0.08s;
}
.acppf-pkg-modal-done:hover { background: #000; }
.acppf-pkg-modal-done:active { transform: translateY(1px); }
.acppf-pkg-modal-panel > .acppf-pkg-modal-num,
.acppf-pkg-modal-panel > .acppf-pkg-modal-title,
.acppf-pkg-modal-panel > .acppf-pkg-modal-sub,
.acppf-pkg-modal-panel > .acppf-pkg-modal-footer { flex: 0 0 auto; }
.acppf-pkg-modal-panel > .acppf-pkg-scrollwrap { flex: 1 1 auto; min-height: 0; position: relative; display: flex; flex-direction: column; }
.acppf-pkg-scrollwrap > #pkgListModal { flex: 1 1 auto; min-height: 0; overflow-y: auto; -webkit-overflow-scrolling: touch; width: 100%; padding-bottom: 2px; }
.acppf-pkg-scrollwrap::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 64px; background: linear-gradient(to top, #FFFFFF 16%, rgba(255,255,255,0)); pointer-events: none; opacity: 0; transition: opacity 0.18s ease; z-index: 2; }
.acppf-pkg-scrollwrap.acppf-has-more::after { opacity: 1; }
.acppf-pkg-scrollwrap::before { content: 'Scroll for more \2193'; position: absolute; left: 50%; bottom: 10px; transform: translateX(-50%); font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); background: #FFFFFF; border: 1px solid var(--line); border-radius: 999px; padding: 4px 12px; box-shadow: 0 2px 8px rgba(15,23,42,0.10); pointer-events: none; opacity: 0; transition: opacity 0.18s ease; z-index: 3; }
.acppf-pkg-scrollwrap.acppf-has-more::before { opacity: 1; }


.acppf-confirm-modal {
  --bg: #FFFFFF;
  --paper: #FFFFFF;
  --ink-1: #0A0A0A;
  --ink-2: #1F1F1F;
  --ink-3: #4A4A4A;
  --ink-4: #8A8A85;
  --ink-5: #B8B8B0;
  --line: #E6EBF1;
  --line-2: #F1F4F8;
  --accent: #635BFF;
  --radius: 14px;
  --radius-lg: 20px;
  --mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;
  --sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--sans);
  color: var(--ink-1);
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  padding: 40px 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.acppf-confirm-modal *, .acppf-confirm-modal *::before, .acppf-confirm-modal *::after { box-sizing: border-box; }
.acppf-confirm-modal.open {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.acppf-confirm-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1;
  animation: acppfModalOverlayIn 0.16s ease-out;
}
.acppf-confirm-modal-panel {
  position: relative;
  background: #FFFFFF;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  width: 100%;
  max-width: 560px;
  padding: 40px 44px 36px;
  box-shadow: 0 40px 100px rgba(15, 23, 42, 0.40), 0 12px 32px rgba(15, 23, 42, 0.18);
  margin: auto 0;
  z-index: 2;
  animation: acppfModalPanelIn 0.22s cubic-bezier(0.21, 1, 0.5, 1);
}
.acppf-confirm-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--ink-3);
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  font-family: inherit;
}
.acppf-confirm-modal-close:hover {
  background: var(--ink-1);
  border-color: var(--ink-1);
  color: #fff;
}
.acppf-confirm-modal-num {
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink-4);
  font-weight: 600;
  margin-bottom: 12px;
}
.acppf-confirm-modal-title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.022em;
  line-height: 1.15;
  margin: 0 0 12px 0;
  color: var(--ink-1);
}
.acppf-confirm-modal-sub {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-3);
  margin: 0 0 24px 0;
}
.acppf-confirm-summary {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.acppf-confirm-row { display: flex; align-items: flex-start; gap: 14px; }
.acppf-confirm-row + .acppf-confirm-row { padding-top: 14px; border-top: 1px solid var(--line-2); }
.acppf-confirm-row-lbl {
  font-family: var(--mono);
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink-4);
  font-weight: 600;
  margin-bottom: 4px;
}
.acppf-confirm-row-val {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.012em;
  color: var(--ink-1);
}
.acppf-confirm-row-sub {
  font-size: 13px;
  color: var(--ink-3);
  margin-top: 3px;
  line-height: 1.45;
}
.acppf-confirm-row-body { flex: 1; min-width: 0; }
.acppf-confirm-total {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.08) 0%, rgba(99, 91, 255, 0.10) 50%, rgba(124, 58, 237, 0.08) 100%);
  border-radius: 12px;
}
.acppf-confirm-total-lbl {
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink-2);
  font-weight: 600;
  margin-bottom: 4px;
}
.acppf-confirm-total-note { font-size: 12px; color: var(--ink-3); }
.acppf-confirm-total-num {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.022em;
  color: var(--ink-1);
  font-variant-numeric: tabular-nums;
}
.acppf-confirm-modal-footer {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.acppf-confirm-modal-edit {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-2);
  cursor: pointer;
  font-family: inherit;
  letter-spacing: -0.005em;
  transition: background 0.15s, border-color 0.15s;
}
.acppf-confirm-modal-edit:hover { background: var(--bg); border-color: var(--ink-4); }
.acppf-confirm-modal-book {
  background: linear-gradient(135deg, #06B6D4 0%, #635BFF 50%, #7C3AED 100%);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 14px 28px;
  font-size: 14.5px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: -0.005em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(99, 91, 255, 0.32), 0 2px 6px rgba(99, 91, 255, 0.18);
  transition: box-shadow 0.15s, transform 0.08s;
}
.acppf-confirm-modal-book:hover { box-shadow: 0 10px 26px rgba(99, 91, 255, 0.42), 0 4px 10px rgba(99, 91, 255, 0.22); }
.acppf-confirm-modal-book:active { transform: translateY(1px); }
@media (max-width: 560px) {
  .acppf-confirm-modal { padding: 20px 14px; }
  .acppf-confirm-modal-panel { padding: 28px 22px 28px; }
  .acppf-confirm-modal-title { font-size: 22px; }
  .acppf-confirm-modal-footer { flex-direction: column-reverse; align-items: stretch; }
  .acppf-confirm-modal-edit, .acppf-confirm-modal-book { width: 100%; text-align: center; }
}


.acppf-missing-modal {
  --paper: #FFFFFF;
  --ink-1: #0A0A0A;
  --ink-3: #4A4A4A;
  --ink-4: #8A8A85;
  --line: #E6EBF1;
  --accent: #635BFF;
  --radius-lg: 20px;
  --mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;
  --sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--sans);
  color: var(--ink-1);
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: none;
  padding: 40px 20px;
  overflow-y: auto;
}
.acppf-missing-modal *, .acppf-missing-modal *::before, .acppf-missing-modal *::after { box-sizing: border-box; }
.acppf-missing-modal.open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.acppf-missing-modal-overlay {
  position: fixed; inset: 0;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1;
}
.acppf-missing-modal-panel {
  position: relative;
  background: #FFFFFF;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  width: 100%;
  max-width: 440px;
  padding: 36px 36px 28px;
  box-shadow: 0 40px 100px rgba(15, 23, 42, 0.40), 0 12px 32px rgba(15, 23, 42, 0.18);
  z-index: 2;
  animation: acppfModalPanelIn 0.22s cubic-bezier(0.21, 1, 0.5, 1);
}
.acppf-missing-modal-close {
  position: absolute; top: 14px; right: 14px;
  background: #FFFFFF;
  border: 1px solid var(--line);
  border-radius: 50%;
  width: 32px; height: 32px;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--ink-3);
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  font-family: inherit;
}
.acppf-missing-modal-close:hover {
  background: var(--ink-1); border-color: var(--ink-1); color: #fff;
}
.acppf-missing-modal-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 10px;
}
.acppf-missing-modal-title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.022em;
  line-height: 1.18;
  margin: 0 0 10px 0;
  color: var(--ink-1);
}
.acppf-missing-modal-msg {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-3);
  margin: 0 0 24px 0;
}
.acppf-missing-modal-footer {
  display: flex;
  justify-content: flex-end;
}
.acppf-missing-modal-ok {
  background: var(--ink-1);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 11px 28px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: -0.005em;
  transition: background 0.15s, transform 0.08s;
}
.acppf-missing-modal-ok:hover { background: #000; }
.acppf-missing-modal-ok:active { transform: translateY(1px); }
@media (max-width: 460px) {
  .acppf-missing-modal-panel { padding: 28px 24px 22px; }
  .acppf-missing-modal-ok { width: 100%; }
  .acppf-missing-modal-footer { display: block; }
}
@media (max-width: 720px) {
  .acppf-film-controls { justify-content: stretch; gap: 12px; }
  .acppf-film-thick-toggle, .acppf-pkg-change-btn { flex: 1 1 auto; }
  .acppf-film-thick-toggle { justify-content: space-between; }
  .acppf-pkg-change-btn { justify-content: center; }
}
@media (max-width: 640px) {
  .acppf-pkg-modal { padding: 20px 14px; }
  .acppf-pkg-modal-panel { padding: 28px 22px 32px; }
  .acppf-pkg-modal-title { font-size: 24px; }
  .acppf-pkg-modal-sub { font-size: 14px; margin-bottom: 22px; }
}


.acppf-films { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
@media (max-width: 720px) { .acppf-films { grid-template-columns: 1fr; } }
.acppf-film { position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px 26px 22px; text-align: left; color: var(--ink-3); transition: all 0.15s; display: flex; flex-direction: column; gap: 18px; overflow: visible; }
.acppf-film[data-brand="flexishield"] { border: 1.5px solid #86EFAC; }
.acppf-film[data-brand="stek"]        { border: 1.5px solid #7DD3FC; }
.acppf-film:hover { border-color: var(--ink-3); transform: translateY(-2px); box-shadow: var(--shadow); }
.acppf-film.sel { border-color: transparent; box-shadow: 0 0 0 4px rgba(99, 91, 255, 0.18), 0 18px 40px rgba(99, 91, 255, 0.28), 0 4px 12px rgba(99, 91, 255, 0.16); transform: translateY(-4px); }
.acppf-film.sel::before { content: ''; position: absolute; inset: 0; border-radius: var(--radius-lg); padding: 2px; background: var(--grad); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.acppf-film-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.acppf-film-head-l { min-width: 0; flex: 1; }
.acppf-film-brand { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-4); }
.acppf-film[data-brand="flexishield"] .acppf-film-brand { color: #166534; }
.acppf-film[data-brand="stek"]        .acppf-film-brand { color: #0369A1; }
.acppf-film-name { font-weight: 600; font-size: 22px; letter-spacing: -0.02em; color: var(--ink-1); line-height: 1.08; margin-top: 4px; }
.acppf-film-tag { font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: 0.12em; padding: 5px 9px; border-radius: 999px; white-space: nowrap; align-self: flex-start; flex-shrink: 0; font-weight: 600; color: #fff; }
.acppf-film[data-brand="flexishield"] .acppf-film-tag {
  background: linear-gradient(135deg, #059669 0%, #10B981 50%, #34D399 100%);
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.28);
}
.acppf-film[data-brand="stek"] .acppf-film-tag {
  background: linear-gradient(135deg, #0EA5E9 0%, #06B6D4 50%, #22D3EE 100%);
  box-shadow: 0 2px 8px rgba(14, 165, 233, 0.28);
}
.acppf-film.sel .acppf-film-tag::before { content: '✓ '; font-weight: 700; }


.acppf-specs-vis { display: flex; flex-direction: column; gap: 9px; padding: 2px 0; }
.acppf-spec-row { display: grid; grid-template-columns: 92px 1fr auto; align-items: center; gap: 12px; }
.acppf-spec-lbl {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-4);
  font-weight: 500;
  position: relative;
  cursor: help;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  outline: none;
}
.acppf-spec-i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--line);
  color: var(--ink-4);
  font-size: 9px;
  font-weight: 700;
  font-style: italic;
  font-family: 'Fraunces', Georgia, serif;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1;
  transition: background 0.15s, color 0.15s;
}
.acppf-spec-lbl:hover .acppf-spec-i,
.acppf-spec-lbl:focus-visible .acppf-spec-i {
  background: var(--ink-2);
  color: #fff;
}
.acppf-spec-lbl:focus-visible {
  border-radius: 3px;
  box-shadow: 0 0 0 2px rgba(99, 91, 255, 0.30);
}
.acppf-spec-lbl[data-tip]:hover::after,
.acppf-spec-lbl[data-tip]:focus-visible::after {
  content: attr(data-tip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: -4px;
  background: #0f172a;
  color: #fff;
  padding: 9px 11px;
  border-radius: 6px;
  font-family: var(--sans, system-ui, -apple-system, sans-serif);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: -0.005em;
  text-transform: none;
  line-height: 1.45;
  width: 240px;
  white-space: normal;
  z-index: 100;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
  pointer-events: none;
}
.acppf-spec-lbl[data-tip]:hover::before,
.acppf-spec-lbl[data-tip]:focus-visible::before {
  content: '';
  position: absolute;
  bottom: calc(100% + 2px);
  left: 12px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #0f172a;
  z-index: 100;
  pointer-events: none;
}
.acppf-spec-bar { height: 6px; background: var(--line-2); border-radius: 3px; overflow: hidden; position: relative; }
.acppf-spec-fill { height: 100%; background: var(--ink-3); border-radius: 3px; transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.acppf-film.sel .acppf-spec-fill { background: linear-gradient(90deg, #06B6D4 0%, #635BFF 50%, #7C3AED 100%); }
.acppf-film[data-brand="flexishield"]:not(.sel) .acppf-spec-fill { background: linear-gradient(90deg, #047857 0%, #10B981 55%, #34D399 100%); }
.acppf-film[data-brand="stek"]:not(.sel) .acppf-spec-fill { background: linear-gradient(90deg, #0369A1 0%, #06B6D4 55%, #22D3EE 100%); }
.acppf-spec-val { font-size: 11.5px; font-weight: 600; color: var(--ink-1); font-variant-numeric: tabular-nums; text-align: right; min-width: 56px; letter-spacing: -0.005em; }
.acppf-spec-val.empty { color: var(--ink-5); font-weight: 500; font-style: italic; }
.acppf-film-why { font-size: 12.5px; color: var(--ink-3); line-height: 1.5; border-top: 1px solid var(--line-2); padding-top: 14px; }
.acppf-film-foot { display: flex; justify-content: space-between; align-items: flex-end; gap: 8px; border-top: 1px solid var(--line-2); padding-top: 14px; }


.acppf-film-select-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 16px;
  background: rgba(99, 91, 255, 0.10);
  color: var(--accent);
  font-size: 13.5px;
  font-weight: 600;
  text-align: center;
  border-radius: 10px;
  margin-top: 16px;
  transition: all 0.18s;
  letter-spacing: -0.005em;
}
.acppf-film:hover .acppf-film-select-btn {
  background: rgba(99, 91, 255, 0.18);
}
.acppf-film.sel .acppf-film-select-btn {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 4px 12px rgba(99, 91, 255, 0.28);
}
.acppf-film.sel:hover .acppf-film-select-btn { background: var(--accent); }
.acppf-film-select-btn-icon {
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


.acppf-q-help {
  font-size: 13.5px;
  color: var(--ink-3);
  margin: -6px 0 16px;
  padding-left: 14px;
  line-height: 1.5;
}
.acppf-film-price-lbl {
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 4px;
}
.acppf-film-price {
  font-weight: 800;
  font-size: 34px;
  letter-spacing: -0.022em;
  color: var(--ink-1);
  font-variant-numeric: tabular-nums;
  line-height: 1.05;
}
.acppf-film-price.custom {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.005em;
}
.acppf-film-price-note { font-size: 11px; color: var(--ink-4); margin-top: 2px; }
.acppf-film-pricing { display: flex; flex-direction: column; align-items: flex-start; gap: 0; }
.acppf-film-pkg-edit {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(99, 91, 255, 0.08);
  border: 1px solid rgba(99, 91, 255, 0.22);
  border-radius: 6px;
  padding: 5px 11px 5px 9px;
  margin-top: 8px;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--accent);
  cursor: pointer;
  letter-spacing: -0.005em;
  transition: background 0.15s, border-color 0.15s, transform 0.08s;
  user-select: none;
}
.acppf-film-pkg-edit:hover {
  background: rgba(99, 91, 255, 0.14);
  border-color: rgba(99, 91, 255, 0.42);
}
.acppf-film-pkg-edit:active { transform: translateY(1px); }
.acppf-film-pkg-edit:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.acppf-film-spec-link { font-size: 11px; font-family: var(--mono); text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent); text-decoration: none; border-bottom: 1px solid var(--accent); padding-bottom: 2px; transition: color 0.15s, border-color 0.15s; }
.acppf-film-spec-link:hover { color: var(--accent-2); border-color: var(--accent-2); }
.acppf-film-callout { margin-top: 24px; background: var(--paper); border: 1px solid var(--line); border-left: 3px solid var(--accent); border-radius: var(--radius-sm); padding: 16px 20px; font-size: 13.5px; color: var(--ink-3); line-height: 1.55; }
.acppf-film-callout strong { color: var(--ink-1); font-weight: 600; }
.acppf-film-callout a { color: var(--accent); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }


.acppf-pkg-list { display: flex; flex-direction: column; gap: 10px; }
.acppf-pkg-card { position: relative; display: flex; align-items: flex-start; gap: 18px; width: 100%; text-align: left; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; transition: all 0.15s; cursor: pointer; }
.acppf-pkg-card:hover { border-color: var(--ink-3); }
.acppf-pkg-card.sel {
  border-color: transparent;
  background: var(--paper);
  color: var(--ink-1);
  box-shadow: 0 10px 30px rgba(99, 91, 255, 0.14), 0 2px 8px rgba(99, 91, 255, 0.08);
}
.acppf-pkg-card.sel::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  padding: 2px;
  background: var(--grad);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.acppf-pkg-check { width: 26px; height: 26px; border-radius: 50%; border: 1.5px solid var(--ink-5); display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 500; color: var(--ink-4); flex-shrink: 0; margin-top: 2px; transition: all 0.15s; }
.acppf-pkg-check::before { content: '+'; line-height: 1; }
.acppf-pkg-card:hover .acppf-pkg-check { border-color: var(--accent); color: var(--accent); }
.acppf-pkg-card.sel .acppf-pkg-check { background: var(--accent); border-color: transparent; color: #fff; font-size: 14px; box-shadow: 0 2px 6px rgba(99, 91, 255, 0.28); }
.acppf-pkg-card.sel .acppf-pkg-check::before { content: '✓'; font-weight: 700; }
.acppf-pkg-body { flex: 1; min-width: 0; }
.acppf-pkg-ttl { font-weight: 600; font-size: 17px; letter-spacing: -0.015em; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.acppf-pkg-tag { font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: 0.12em; padding: 3px 7px; border-radius: 999px; background: var(--line); color: var(--ink-3); font-weight: 500; }
.acppf-pkg-sub { font-size: 13px; color: var(--ink-4); margin-top: 2px; }
.acppf-pkg-details { margin-top: 12px; display: none; padding-top: 12px; border-top: 1px solid var(--line-2); animation: chipIn 0.22s ease; }
.acppf-pkg-card.sel .acppf-pkg-details { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 18px; }
@media (max-width: 540px) { .acppf-pkg-card.sel .acppf-pkg-details { grid-template-columns: 1fr; } }
.acppf-pkg-det { font-size: 13px; padding: 3px 0; display: flex; align-items: center; gap: 8px; color: var(--ink-3); }
.acppf-pkg-det svg { color: #16A34A; flex-shrink: 0; }
.acppf-pkg-price-col { text-align: right; flex-shrink: 0; }
.acppf-pkg-price-num { font-weight: 600; font-size: 22px; letter-spacing: -0.018em; font-variant-numeric: tabular-nums; }
.acppf-pkg-price-lbl { font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-4); margin-top: 2px; }


.acppf-quote { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px 28px 24px; box-shadow: var(--shadow); position: sticky; top: 24px; }
.acppf-quote-eyebrow { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--ink-4); margin-bottom: 8px; }
.acppf-quote-title { font-weight: 600; font-size: 20px; letter-spacing: -0.018em; color: var(--ink-1); }
.acppf-quote-meta { font-size: 13px; color: var(--ink-4); margin-top: 3px; }
.acppf-quote-meta b { color: var(--ink-2); font-weight: 500; }
.acppf-quote-lines { margin-top: 22px; border-top: 1px solid var(--line-2); padding-top: 16px; display: flex; flex-direction: column; gap: 10px; }
.acppf-quote-line { display: flex; justify-content: space-between; font-size: 14px; }
.acppf-quote-line .l { color: var(--ink-3); }
.acppf-quote-line .r { color: var(--ink-1); font-weight: 500; font-variant-numeric: tabular-nums; }
.acppf-quote-line.muted .l, .acppf-quote-line.muted .r { color: var(--ink-5); }
.acppf-quote-total { display: flex; justify-content: space-between; align-items: baseline; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--ink-1); }
.acppf-quote-total-lbl { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--ink-3); }
.acppf-quote-total-num { font-weight: 600; font-size: 32px; letter-spacing: -0.025em; color: var(--ink-1); font-variant-numeric: tabular-nums; }
.acppf-quote-promise { margin-top: 18px; font-size: 12.5px; color: var(--ink-3); line-height: 1.5; text-align: center; }
.acppf-quote-promise strong { color: var(--ink-1); font-weight: 600; }


.acppf-wiz-nav { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 40px; padding: 14px 20px; position: sticky; bottom: 16px; background: rgba(255, 255, 255, 0.88); backdrop-filter: saturate(180%) blur(14px); -webkit-backdrop-filter: saturate(180%) blur(14px); border-radius: 14px; box-shadow: 0 -6px 20px rgba(20, 18, 30, 0.05), 0 0 0 1px var(--line); z-index: 50; }
.acppf-wiz-nav::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: min(480px, 75%); height: 1px; background: linear-gradient(90deg, transparent 0%, rgba(99, 91, 255, 0.55) 50%, transparent 100%); pointer-events: none; }
@media (max-width: 1024px) { .acppf-wiz-nav { position: static; } }
.acppf-wiz-btn { padding: 12px 22px; font-size: 14px; font-weight: 500; border-radius: 10px; transition: all 0.15s; }
.acppf-wiz-back { background: var(--paper); color: var(--ink-3); border: 1px solid var(--line); }
.acppf-wiz-back:hover { color: var(--ink-1); border-color: var(--ink-3); }
.acppf-wiz-back:disabled { opacity: 0.4; cursor: not-allowed; }
.acppf-wiz-next { background: var(--grad); color: #fff; box-shadow: 0 1px 2px rgba(99, 91, 255, 0.18); }
.acppf-wiz-next:hover { transform: translateY(-1px); filter: brightness(1.05); box-shadow: 0 8px 20px rgba(99, 91, 255, 0.26); }
.acppf-wiz-next:disabled, .acppf-wiz-next.disabled { background: linear-gradient(135deg, #635BFF 0%, #7C3AED 100%); color: #fff; box-shadow: 0 8px 22px rgba(99, 91, 255, 0.32); cursor: not-allowed; filter: none; transform: none; opacity: 1; }
.acppf-wiz-progress-txt { font-family: var(--mono); font-size: 13px; color: var(--ink-4); letter-spacing: 0.04em; }
.acppf-wiz-progress-txt .cur { color: var(--accent); font-weight: 700; font-size: 14px; }
.acppf-wiz-progress-sep { margin: 0 4px; color: var(--ink-5); }


.acppf-review-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.acppf-review-row { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; border-bottom: 1px solid var(--line-2); gap: 16px; }
.acppf-review-row:last-child { border-bottom: none; }
.acppf-review-lbl { font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-4); margin-bottom: 4px; }
.acppf-review-val { font-size: 16px; font-weight: 500; letter-spacing: -0.01em; color: var(--ink-1); }
.acppf-review-sub { font-size: 12.5px; color: var(--ink-4); margin-top: 4px; line-height: 1.5; }
.acppf-review-edit { font-size: 13px; color: var(--ink-3); padding: 6px 14px; border: 1px solid var(--line); border-radius: 999px; transition: all 0.15s; background: var(--paper); }
.acppf-review-edit:hover { color: var(--ink-1); border-color: var(--ink-1); }
.acppf-review-total { display: flex; justify-content: space-between; align-items: center; background: var(--grad); color: #fff; padding: 22px 26px; border-radius: var(--radius); margin: 22px 0 22px; gap: 16px; box-shadow: 0 8px 28px rgba(99, 91, 255, 0.22); }
.acppf-review-total-lbl { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-bottom: 4px; }
.acppf-review-total-note { font-size: 12.5px; color: rgba(255,255,255,0.7); line-height: 1.45; max-width: 28ch; }
.acppf-review-total-num { font-weight: 600; font-size: 36px; letter-spacing: -0.025em; font-variant-numeric: tabular-nums; }
.acppf-review-cta { display: flex; gap: 12px; }
.acppf-review-call { background: var(--paper); border: 1px solid var(--line); color: var(--ink-1); padding: 16px 22px; font-size: 14.5px; font-weight: 500; border-radius: 12px; transition: all 0.15s; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.acppf-review-call:hover { background: var(--line-2); }
.acppf-review-book { flex: 1; background: var(--grad); color: #fff; padding: 16px 22px; font-size: 14.5px; font-weight: 500; border-radius: 12px; transition: all 0.15s; box-shadow: 0 1px 2px rgba(99, 91, 255, 0.18); text-decoration: none; text-align: center; }
.acppf-review-book:hover { transform: translateY(-1px); filter: brightness(1.05); box-shadow: 0 8px 24px rgba(99, 91, 255, 0.28); }


.acppf-quote.awaiting .acppf-quote-lines, .acppf-quote.awaiting .acppf-quote-total, .acppf-quote.awaiting .acppf-quote-promise { display: none; }
.acppf-quote-awaiting-msg { display: none; margin-top: 18px; padding: 18px; border-radius: var(--radius-sm); background: var(--grad-soft); border: 1px dashed rgba(99, 91, 255, 0.35); font-size: 13px; color: var(--ink-3); line-height: 1.55; text-align: center; }
.acppf-quote.awaiting .acppf-quote-awaiting-msg { display: block; }
.acppf-quote-awaiting-msg strong { color: var(--accent); font-weight: 600; }


.acppf-other-links { font-size: 12.5px; color: var(--ink-4); margin-top: 18px; line-height: 1.55; }
.acppf-other-links a { color: var(--accent); text-decoration: none; font-weight: 500; transition: color 0.15s; border-bottom: 1px solid transparent; white-space: nowrap; }
.acppf-other-links a:hover { color: var(--accent-2); border-bottom-color: var(--accent-2); }
.acppf-other-links .sep { color: var(--ink-5); margin: 0 8px; }


#ppf-vehicle { scroll-margin-top: 24px; }
.acppf-foot { margin-top: 64px; padding-top: 32px; border-top: 1px solid var(--line); font-size: 13px; color: var(--ink-3); }


.acx-stack { position: relative; background: #ffffff; }
.acx-stack > .portfolio-root,
.acx-stack > .ac-services-section,
.acx-stack > .ac-reviews-wrapper,
.acx-stack > .ac-loc-section,
.acx-stack > .ac-faq-section,
.acx-stack > .ac-insights-section { position: relative; }

.acx-stack > .portfolio-root,
.acx-stack > .ac-loc-section,
.acx-stack > .ac-faq-section,
.acx-stack > .ac-insights-section {
  padding-top: clamp(6rem, 12vh, 10rem);
  padding-bottom: clamp(6rem, 12vh, 10rem);
}
.acx-stack > .ac-reviews-wrapper > .ac-reviews-section {
  padding-top: clamp(6rem, 12vh, 10rem);
  padding-bottom: clamp(6rem, 12vh, 10rem);
}
.acx-stack > .ac-insights-section { padding-bottom: clamp(1.25rem, 2.5vh, 2rem); }
.acx-stack > .ac-faq-section { border-top: 0; }
.acx-stack > .portfolio-root { padding-top: clamp(1rem, 2.5vw, 2rem); }

.acx-stack > .portfolio-root,
.acx-stack > .ac-reviews-wrapper,
.acx-stack > .ac-faq-section {
  background: #F6F9FC !important;
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.acx-stack > .ac-services-section > .ac-services-header,
.acx-stack > .ac-services-section > .ac-features-grid {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.acx-stack > .ac-faq-section > .ac-faq-outer {
  margin-left: auto;
  margin-right: auto;
}
.acx-stack > .ac-services-section {
  padding-top: clamp(6rem, 12vh, 10rem);
  padding-bottom: clamp(6rem, 12vh, 10rem);
}
.acx-stack > .portfolio-root::before,
.acx-stack > .ac-reviews-wrapper::before,
.acx-stack > .ac-faq-section::before,
.acx-stack > .portfolio-root::after,
.acx-stack > .ac-reviews-wrapper::after,
.acx-stack > .ac-faq-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: clamp(38px, 4.5vw, 80px);
  background: #ffffff;
  pointer-events: none;
}
.acx-stack > .portfolio-root::before,
.acx-stack > .ac-reviews-wrapper::before,
.acx-stack > .ac-faq-section::before {
  top: -1px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.acx-stack > .portfolio-root::after,
.acx-stack > .ac-reviews-wrapper::after,
.acx-stack > .ac-faq-section::after {
  bottom: -1px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.acppfwhy { background:#FFFFFF; padding:clamp(4.5rem,9vh,7rem) clamp(1.5rem,5vw,4rem); }
.acppfwhy-inner { max-width:1200px; margin:0 auto; }
.acppfwhy-head { max-width:840px; margin-bottom:2.4rem; }
.acppfwhy-kicker { display:flex; align-items:center; gap:10px; text-transform:uppercase; letter-spacing:0.1em; font-size:0.75rem; font-weight:700; color:#4F46E5; margin-bottom:0.9rem; }
.acppfwhy-kicker::before { content:''; width:22px; height:2px; background:linear-gradient(90deg,#4F46E5,#7B5CF5); }
.acppfwhy-h2 { font-size:clamp(2rem,3.2cqw,2.75rem); font-weight:800; line-height:1.1; letter-spacing:-0.03em; margin:0 0 1.1rem 0; color:#0A2540; }
.acppfwhy-grad { background:linear-gradient(100deg,#4F46E5 0%,#635BFF 45%,#00A2FF 100%); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; color:#635BFF; }
.acppfwhy-lead { font-size:1.1875rem; line-height:1.6; color:#425466; margin:0; }
.acppfwhy-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:1.1rem; }
.acppfwhy-card { position:relative; background:#FFFFFF; border:1px solid #E6EBF1; border-radius:16px; padding:1.7rem 1.4rem 1.6rem; box-shadow:0 4px 12px rgba(0,0,0,0.06); overflow:hidden; }
.acppfwhy-card::before { content:''; position:absolute; top:0; left:0; right:0; height:4px; }
.acppfwhy-card:nth-child(1)::before { background:linear-gradient(90deg,#7B5CF5,#A78BFA); }
.acppfwhy-card:nth-child(2)::before { background:linear-gradient(90deg,#F59E0B,#FBBF24); }
.acppfwhy-card:nth-child(3)::before { background:linear-gradient(90deg,#00C4E8,#21CFE0); }
.acppfwhy-card:nth-child(4)::before { background:linear-gradient(90deg,#10B981,#34D399); }
.acppfwhy-tile { width:46px; height:46px; border-radius:12px; display:flex; align-items:center; justify-content:center; margin-bottom:1rem; }
.acppfwhy-tile svg { width:24px; height:24px; stroke:#fff; fill:none; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.acppfwhy-t1 { background:linear-gradient(135deg,#8B5CF6,#A78BFA); box-shadow:0 8px 18px -6px rgba(139,92,246,0.55); }
.acppfwhy-t2 { background:linear-gradient(135deg,#F59E0B,#FBBF24); box-shadow:0 8px 18px -6px rgba(245,158,11,0.55); }
.acppfwhy-t3 { background:linear-gradient(135deg,#00A2FF,#21CFE0); box-shadow:0 8px 18px -6px rgba(0,162,255,0.55); }
.acppfwhy-t4 { background:linear-gradient(135deg,#10B981,#34D399); box-shadow:0 8px 18px -6px rgba(16,185,129,0.55); }
.acppfwhy-title { font-size:1.05rem; font-weight:700; color:#0A2540; margin:0 0 0.4rem 0; }
.acppfwhy-text { font-size:0.9375rem; line-height:1.6; color:#425466; margin:0; }

        .portfolio-root {
            --brand-purple: #635bff;
            --brand-purple-light: #7c74ff;
            --brand-blue: #0073e6;
            --brand-teal: #00d4ff;
            --text-primary: #0a2540;
            --text-secondary: #425466;
            --text-tertiary: #697386;
            --background: #ffffff;
            --border-color: #e3e8ee;
            --shadow-small: 0 2px 4px rgba(0,0,0,0.04);
            --shadow-medium: 0 8px 16px rgba(0,0,0,0.08);
            --shadow-large: 0 16px 32px rgba(0,0,0,0.12);
            --radius-small: 8px;
            --radius-medium: 12px;
            --radius-large: 16px;
            --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        }

        .portfolio-root * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .portfolio-container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 60px 24px 0 24px;
        }

        
        .portfolio-header-section {
            margin-bottom: 60px;
        }

        .portfolio-eyebrow {
            font-size: 14px;
            font-weight: 600;
            color: var(--brand-purple);
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 16px;
        }

        .portfolio-main-title {
            font-size: 48px;
            font-weight: 600;
            letter-spacing: -0.03em;
            color: var(--text-primary);
            margin-bottom: 20px;
            line-height: 1.1;
        }

        .portfolio-subtitle {
            font-size: 20px;
            color: var(--text-secondary);
            line-height: 1.6;
            max-width: 720px;
        }

        .portfolio-subtitle .highlight {
            color: var(--brand-purple);
        }

        
        .portfolio-content-grid {
            display: grid;
            grid-template-columns: 280px 1fr;
            gap: 48px;
            align-items: start;
        }

        
        .portfolio-sidebar {
            position: sticky;
            top: 24px;
        }

        .portfolio-stat-group {
            margin-bottom: 0;
        }

        .portfolio-stat-item {
            padding-bottom: 32px;
            border-left: 1px solid var(--brand-purple);
            padding-left: 20px;
        }

        .portfolio-stat-item:not(:last-child) {
            margin-bottom: 32px;
        }

        .portfolio-stat-number {
            font-size: 32px;
            font-weight: 600;
            letter-spacing: -0.02em;
            color: var(--text-primary);
            display: block;
            margin-bottom: 8px;
            line-height: 1;
        }

        .portfolio-stat-label {
            font-size: 15px;
            color: var(--text-tertiary);
            line-height: 1.4;
        }

        
        .portfolio-gallery-container {
            position: relative;
        }

        .portfolio-carousel-wrapper {
            border-radius: var(--radius-large);
            overflow: hidden;
            box-shadow: var(--shadow-large);
            background: #0a2540;
            aspect-ratio: 22 / 10;
        }

        .portfolio-carousel-track {
            display: flex;
            transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
            height: 100%;
        }

        .portfolio-carousel-slide {
            min-width: 100%;
            position: relative;
            height: 100%;
        }

        
        .portfolio-carousel-slide::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg,
                rgba(99, 91, 255, 0.5) 0%,
                rgba(99, 91, 255, 0.65) 100%);
            z-index: 2;
            pointer-events: none;
        }

        
        .portfolio-carousel-slide::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg,
                rgba(0, 0, 0, 0) 0%,
                rgba(0, 0, 0, 0) 50%,
                rgba(0, 0, 0, 0.4) 100%);
            z-index: 3;
            pointer-events: none;
        }

        .portfolio-carousel-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        
        .portfolio-slide-content {
            position: absolute;
            bottom: 40px;
            left: 40px;
            right: 40px;
            z-index: 4;
            max-width: 600px;
        }

        .portfolio-slide-content h3 {
            font-size: 32px;
            font-weight: 600;
            line-height: 1.2;
            letter-spacing: -0.02em;
            color: #ffffff;
            margin: 0;
        }

        
        .portfolio-carousel-controls {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            right: 0;
            z-index: 10;
            display: flex;
            justify-content: space-between;
            padding: 0 24px;
            pointer-events: none;
        }

        .portfolio-carousel-btn {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.98);
            border: none;
            cursor: pointer;
            pointer-events: auto;
            box-shadow: var(--shadow-medium);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s ease;
        }

        .portfolio-carousel-btn:hover {
            background: #ffffff;
            box-shadow: var(--shadow-large);
            transform: scale(1.05);
        }

        .portfolio-carousel-btn:active {
            transform: scale(0.95);
        }

        .portfolio-carousel-btn svg {
            width: 20px;
            height: 20px;
            stroke: var(--text-primary);
            stroke-width: 2.5;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        
        .portfolio-carousel-dots {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 24px;
        }

        .portfolio-dot {
            width: 32px;
            height: 1px;
            border-radius: 0;
            background: var(--border-color);
            border: none;
            cursor: pointer;
            padding: 0;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .portfolio-dot:hover {
            background: var(--text-tertiary);
        }

        .portfolio-dot.active {
            background: var(--brand-purple);
            width: 48px;
        }

        
        @media (max-width: 1024px) {
            .portfolio-content-grid {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .portfolio-sidebar {
                position: static;
            }

            .portfolio-stat-group {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 24px;
                margin-bottom: 32px;
            }

            .portfolio-stat-item {
                margin-bottom: 0;
                padding-bottom: 0;
            }
        }

        @media (max-width: 768px) {
            .portfolio-container {
                padding: 40px 20px;
            }

            .portfolio-header-section {
                margin-bottom: 40px;
            }

            .portfolio-main-title {
                font-size: 32px;
            }

            .portfolio-subtitle {
                font-size: 18px;
            }

            .portfolio-stat-group {
                grid-template-columns: repeat(2, 1fr);
            }

            .portfolio-slide-content {
                bottom: 24px;
                left: 24px;
                right: 24px;
            }

            .portfolio-slide-content h3 {
                font-size: 24px;
            }

            .portfolio-carousel-btn {
                width: 40px;
                height: 40px;
            }

            .portfolio-carousel-btn svg {
                width: 18px;
                height: 18px;
            }

            .portfolio-carousel-controls {
                padding: 0 16px;
            }
        }

        @media (max-width: 480px) {
            .portfolio-container {
                padding: 32px 16px;
            }

            .portfolio-main-title {
                font-size: 28px;
            }

            .portfolio-subtitle {
                font-size: 16px;
            }

            .portfolio-stat-group {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .portfolio-stat-number {
                font-size: 28px;
            }

            .portfolio-slide-content h3 {
                font-size: 20px;
            }
        }
    
    .ac-services-section *, .ac-services-section *::before, .ac-services-section *::after { margin: 0; padding: 0; box-sizing: border-box; }
    .ac-services-section { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #0f172a; line-height: 1.6; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; max-width: 1400px; margin: 0 auto; padding: 4rem 1rem; position: relative; }
    .ac-services-header { margin-bottom: 4rem; text-align: center; position: relative; z-index: 1; }
    .ac-services-title { font-size: clamp(2rem, 5vw, 3rem); font-weight: 700; color: #0f172a; margin-bottom: 1.5rem; line-height: 1.15; letter-spacing: -0.03em; max-width: 900px; margin-left: auto; margin-right: auto; }
    .ac-gradient-highlight { background: linear-gradient(135deg, #00B8F0 0%, #635BFF 50%, #4F46E5 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
    .ac-reg { font-size: 0.5em; vertical-align: super; line-height: 0; -webkit-text-fill-color: #635BFF; }
    .ac-services-description { font-size: clamp(1rem, 2vw, 1.125rem); color: #475569; max-width: 850px; line-height: 1.6; margin: 0 auto; }
    .ac-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; margin-top: 4rem; position: relative; z-index: 1; }
    .ac-feature-item { display: flex; flex-direction: column; gap: 1.25rem; padding: 2rem; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(20px); border-radius: 1.25rem; border: 1px solid rgba(99, 91, 255, 0.14); box-shadow: 0 10px 28px rgba(99, 91, 255, 0.12); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; }
    .ac-feature-item::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--icon-color), var(--icon-color-dark)); opacity: 1; transition: opacity 0.3s ease; }
    .ac-feature-item:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(99, 91, 255, 0.18); }
    .ac-feature-item:hover::before { opacity: 1; }
    .ac-feature-icon { width: 56px; height: 56px; border-radius: 1rem; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--icon-color) 0%, var(--icon-color-dark) 100%); box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12); flex-shrink: 0; }
    .ac-feature-icon svg { width: 28px; height: 28px; stroke: white; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
    .ac-feature-item:nth-child(1) { --icon-color: #0098D4; --icon-color-dark: #0369A1; }
    .ac-feature-item:nth-child(2) { --icon-color: #635BFF; --icon-color-dark: #4F46E5; }
    .ac-feature-item:nth-child(3) { --icon-color: #10B981; --icon-color-dark: #059669; }
    .ac-feature-content { display: flex; flex-direction: column; gap: 0.75rem; flex: 1; }
    .ac-feature-title { font-size: clamp(1.25rem, 2.5vw, 1.375rem); font-weight: 700; color: #0f172a; line-height: 1.3; letter-spacing: -0.015em; }
    .ac-feature-description { font-size: clamp(0.9375rem, 2vw, 1rem); color: #475569; line-height: 1.6; }
    .ac-feature-link { display: inline-flex; align-items: center; gap: 0.5rem; color: #635BFF; text-decoration: none; font-size: clamp(0.9375rem, 2vw, 1rem); font-weight: 600; transition: color 0.2s ease, gap 0.2s ease; margin-top: auto; align-self: flex-start; }
    .ac-feature-link:hover { gap: 0.75rem; color: #7C3AED; }
    .ac-feature-link::after { content: '\2192'; font-size: 1.125rem; transition: transform 0.2s ease; }
    .ac-feature-link:hover::after { transform: translateX(2px); }
    @media (max-width: 1024px) { .ac-features-grid { gap: 2rem; } }
    @media (max-width: 768px) { .ac-services-section { padding: 3rem 1rem; } .ac-services-header { margin-bottom: 3rem; } .ac-features-grid { grid-template-columns: 1fr; gap: 1.5rem; } .ac-feature-item { padding: 1.5rem; } }
    @media (max-width: 480px) { .ac-services-section { padding: 2rem 1rem; } .ac-feature-icon { width: 48px; height: 48px; } .ac-feature-icon svg { width: 24px; height: 24px; } .ac-feature-item { gap: 1rem; } }
    @media (prefers-reduced-motion: reduce) { .ac-services-section *, .ac-services-section *::before, .ac-services-section *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } }

        .ac-reviews-wrapper {
            font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
            background: #fff;
            color: #0a2540;
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
        }

        .ac-reviews-wrapper * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .ac-reviews-section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 80px 40px 40px 40px;
        }

        .ac-reviews-header {
            text-align: center;
            margin-bottom: 48px;
        }

        .ac-reviews-stats {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
            margin-bottom: 16px;
        }

        .ac-rating-number {
            font-size: 56px;
            font-weight: 600;
            color: #0a2540;
            line-height: 1;
        }

        .ac-stars {
            display: flex;
            gap: 4px;
        }

        .ac-star {
            width: 28px;
            height: 28px;
            fill: #fbbf24;
        }

        .ac-review-count {
            font-size: 17px;
            color: #425466;
            margin-top: 8px;
        }

        .ac-reviews-title {
            font-size: 42px;
            font-weight: 600;
            color: #0a2540;
            margin-bottom: 16px;
            line-height: 1.2;
            letter-spacing: -0.025em;
        }

        .ac-reviews-subtitle {
            font-size: 18px;
            color: #425466;
            max-width: 700px;
            margin: 0 auto;
        }

        .ac-reviews-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 24px;
            margin-bottom: 48px;
        }

        .ac-review-card {
            background: #f7f9fc;
            border-radius: 12px;
            padding: 28px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            border: 1px solid transparent;
        }

        .ac-review-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 24px -6px rgba(99, 91, 255, 0.15);
            border-color: rgba(99, 91, 255, 0.2);
            background: #fff;
        }

        .ac-review-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 16px;
        }

        .ac-reviewer-info {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .ac-reviewer-avatar {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: linear-gradient(135deg, #635bff, #a960ee);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 600;
            font-size: 16px;
            flex-shrink: 0;
        }

        .ac-reviewer-details h4 {
            font-size: 16px;
            font-weight: 600;
            color: #0a2540;
            margin-bottom: 2px;
        }

        .ac-review-date {
            font-size: 13px;
            color: #6b7c93;
        }

        .ac-review-stars {
            display: flex;
            gap: 2px;
        }

        .ac-review-star {
            width: 16px;
            height: 16px;
            fill: #fbbf24;
        }

        .ac-review-text {
            font-size: 15px;
            color: #425466;
            line-height: 1.6;
            margin-bottom: 16px;
        }

        .ac-review-service {
            display: inline-block;
            padding: 6px 12px;
            background: rgba(99, 91, 255, 0.1);
            color: #635bff;
            border-radius: 6px;
            font-size: 13px;
            font-weight: 500;
        }

        .ac-google-cta {
            text-align: center;
            padding: 48px 24px;
            background: linear-gradient(135deg, #f7f9fc 0%, #fff 100%);
            border-radius: 16px;
        }

        .ac-google-cta h3 {
            font-size: 28px;
            font-weight: 600;
            color: #0a2540;
            margin-bottom: 12px;
        }

        .ac-google-cta p {
            font-size: 17px;
            color: #425466;
            margin-bottom: 24px;
        }

        .ac-google-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 14px 28px;
            background: #fff;
            color: #0a2540;
            text-decoration: none;
            border-radius: 8px;
            font-weight: 600;
            font-size: 16px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            transition: all 0.2s ease;
        }

        .ac-google-btn:hover {
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
            transform: translateY(-2px);
        }

        .ac-google-icon {
            width: 20px;
            height: 20px;
        }

        @media (max-width: 768px) {
            .ac-reviews-section {
                padding: 60px 24px;
            }

            .ac-rating-number {
                font-size: 48px;
            }

            .ac-reviews-title {
                font-size: 32px;
            }

            .ac-reviews-subtitle {
                font-size: 16px;
            }

            .ac-reviews-grid {
                grid-template-columns: 1fr;
            }

            .ac-google-cta h3 {
                font-size: 24px;
            }
        }

        @media (max-width: 480px) {
            .ac-reviews-section {
                padding: 40px 20px;
            }

            .ac-reviews-title {
                font-size: 28px;
            }

            .ac-review-card {
                padding: 20px;
            }
        }
    
.ac-loc-section,
.ac-loc-section *,
.ac-loc-section *::before,
.ac-loc-section *::after { box-sizing: border-box; margin: 0; padding: 0; }

.ac-loc-section {
  padding: clamp(3rem, 8vh, 5rem) clamp(1.5rem, 5vw, 4rem);
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  letter-spacing: -0.003em;
  background: #fff;
}

.ac-loc-wrap { max-width: 1200px; margin: 0 auto; }

.ac-loc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

@media (max-width: 768px) { .ac-loc-grid { grid-template-columns: 1fr; gap: 2rem; } }


.ac-loc-left h2 {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  color: #0A2540;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin-bottom: 0.75rem;
  max-width: 18em;
  text-wrap: balance;
}

.ac-loc-grad {
  background: linear-gradient(135deg, #635BFF 0%, #00C4C4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ac-loc-left p {
  font-size: clamp(1rem, 2vw, 1.125rem);
  color: #425466;
  line-height: 1.6;
  margin-bottom: 2rem;
}


.ac-loc-info {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #E6EBF1;
}

.ac-loc-info-row { display: flex; align-items: flex-start; gap: 0.875rem; }

.ac-loc-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ac-loc-icon svg { width: 18px; height: 18px; }

.ac-loc-icon-indigo { background: rgba(99, 91, 255, 0.10); }
.ac-loc-icon-indigo svg { fill: #635BFF; }

.ac-loc-icon-aqua { background: rgba(0, 196, 196, 0.10); }
.ac-loc-icon-aqua svg { fill: #00C4C4; }

.ac-loc-icon-blue { background: rgba(59, 130, 246, 0.10); }
.ac-loc-icon-blue svg { fill: #3B82F6; }

.ac-loc-detail-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #0A2540;
  line-height: 1.4;
  letter-spacing: -0.005em;
}

.ac-loc-detail-sub { font-size: 0.8125rem; color: #425466; margin-top: 1px; }

.ac-loc-detail-sub a {
  color: #635BFF;
  text-decoration: none;
  font-weight: 600;
}

.ac-loc-detail-sub a:hover { text-decoration: underline; }


.ac-area-label {
  font-family: 'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #635BFF;
  margin-bottom: 0.875rem;
}

.ac-city-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.ac-city-tab {
  padding: 0.5rem 1rem;
  border: 1.5px solid #E6EBF1;
  border-radius: 100px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #425466;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fff;
  font-family: inherit;
  line-height: 1.2;
  letter-spacing: -0.005em;
}

.ac-city-tab:hover {
  border-color: #635BFF;
  color: #635BFF;
  background: rgba(99, 91, 255, 0.04);
}

.ac-city-tab:focus-visible {
  outline: 2px solid #635BFF;
  outline-offset: 2px;
}

.ac-city-tab.active {
  background: #635BFF;
  border-color: #635BFF;
  color: #fff;
  box-shadow: 0 4px 12px rgba(99, 91, 255, 0.32);
}


.ac-city-detail {
  background: #F7F9FC;
  border: 1px solid #E6EBF1;
  border-radius: 12px;
  padding: 1.25rem;
  min-height: 90px;
  transition: all 0.3s ease;
}

.ac-city-detail-name {
  font-size: 1rem;
  font-weight: 700;
  color: #0A2540;
  margin-bottom: 0.375rem;
  letter-spacing: -0.01em;
}

.ac-city-detail-drive {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  color: #425466;
  margin-bottom: 0.25rem;
}

.ac-city-detail-drive svg { width: 14px; height: 14px; fill: #635BFF; flex-shrink: 0; }

.ac-city-detail-note { font-size: 0.8125rem; color: #697386; line-height: 1.5; }


.ac-directions-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #635BFF;
  text-decoration: none;
  margin-top: 1rem;
  transition: opacity 0.2s ease, gap 0.2s ease;
  letter-spacing: -0.005em;
}

.ac-directions-link:hover { opacity: 0.85; gap: 0.5rem; }

.ac-directions-link svg { width: 14px; height: 14px; fill: currentColor; }


.ac-loc-right { position: relative; }

.ac-map-frame {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #E6EBF1;
  box-shadow: 0 2px 8px rgba(50, 50, 93, 0.06), 0 8px 32px rgba(50, 50, 93, 0.04);
}

.ac-map-ratio {
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
  height: 0;
}

@media (max-width: 768px) { .ac-map-ratio { padding-bottom: 65%; } }

.ac-map-ratio iframe {
  border: 0;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}


.ac-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.25rem;
}

@media (max-width: 480px) { .ac-trust-strip { grid-template-columns: 1fr; gap: 0.75rem; } }

.ac-trust-stat {
  text-align: center;
  padding: 1rem 0.5rem;
}

.ac-trust-stat-val {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0A2540;
  letter-spacing: -0.025em;
}

.ac-trust-stat-label {
  font-size: 0.6875rem;
  color: #697386;
  font-weight: 600;
  margin-top: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ac-faq-section,
.ac-faq-section *,
.ac-faq-section *::before,
.ac-faq-section *::after { box-sizing: border-box; margin: 0; padding: 0; }

.ac-faq-section {
  container-type: inline-size;
  container-name: faqsection;
  padding: clamp(3rem, 8vh, 5rem) clamp(1.5rem, 5vw, 4rem);
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  letter-spacing: -0.003em;
  border-top: 1px solid #E6EBF1;
  background: #fff;
}

.ac-faq-outer { max-width: 1200px; margin: 0 auto; }

.ac-faq-heading {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  color: #0A2540;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin-bottom: 0.75rem;
  max-width: 18em;
  text-wrap: balance;
}

.ac-faq-sub {
  font-size: clamp(1rem, 2vw, 1.0625rem);
  color: #425466;
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 720px;
}

.ac-faq-search-wrap { position: relative; margin-bottom: 2rem; max-width: 720px; }

.ac-faq-search {
  width: 100%;
  padding: 0.875rem 1rem 0.875rem 2.75rem;
  border: 1.5px solid #E6EBF1;
  border-radius: 10px;
  font-size: 1rem;
  font-family: inherit;
  color: #0A2540;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  background: #fff;
  letter-spacing: -0.005em;
}

.ac-faq-search:focus {
  border-color: #635BFF;
  box-shadow: 0 0 0 3px rgba(99, 91, 255, 0.10);
}

.ac-faq-search::placeholder { color: #9CA3AF; }

.ac-faq-search-icon {
  position: absolute;
  left: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #9CA3AF;
  pointer-events: none;
}

.ac-faq-layout {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 3rem;
  align-items: start;
}

.ac-faq-layout > * { min-width: 0; }

@media (max-width: 768px) {
  .ac-faq-layout { grid-template-columns: 1fr !important; gap: 2rem !important; }
  .ac-faq-sidebar { order: -1 !important; position: static !important; top: auto !important; }
  .ac-faq-footer { grid-template-columns: 1fr !important; }
}

@container faqsection (max-width: 768px) {
  .ac-faq-layout { grid-template-columns: 1fr !important; gap: 2rem !important; }
  .ac-faq-sidebar { order: -1 !important; position: static !important; top: auto !important; }
  .ac-faq-footer { grid-template-columns: 1fr !important; }
}

.ac-faq-list { display: flex; flex-direction: column; }

.ac-faq-entry {
  padding: 1.25rem 0;
  border-bottom: 1px solid #E6EBF1;
  cursor: pointer;
  transition: background 0.15s;
}

.ac-faq-entry:first-child { border-top: 1px solid #E6EBF1; }
.ac-faq-entry:hover .ac-faq-q-title { color: #635BFF; }

.ac-faq-q-row { display: flex; align-items: flex-start; gap: 0.75rem; }

.ac-faq-q-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
  fill: #635BFF;
}

.ac-faq-q-content { flex: 1; min-width: 0; }

.ac-faq-q-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0A2540;
  line-height: 1.4;
  letter-spacing: -0.01em;
  transition: color 0.15s;
  margin-bottom: 0.25rem;
}

.ac-faq-q-preview {
  font-size: 0.875rem;
  color: #697386;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ac-faq-q-tags {
  display: flex;
  gap: 0.375rem;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}

.ac-faq-tag {
  font-size: 0.6875rem;
  font-weight: 600;
  color: #635BFF;
  padding: 0.125rem 0.5rem;
  background: rgba(99, 91, 255, 0.08);
  border-radius: 100px;
  letter-spacing: 0.01em;
}

.ac-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.ac-faq-entry.open .ac-faq-answer { max-height: 600px; padding-top: 0.75rem; }
.ac-faq-entry.open .ac-faq-q-preview { display: none; }

.ac-faq-answer-text {
  font-size: 0.9375rem;
  color: #425466;
  line-height: 1.7;
  padding-left: 2.75rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.ac-faq-answer-text a { color: #635BFF; text-decoration: none; font-weight: 600; }
.ac-faq-answer-text a:hover { text-decoration: underline; }
.ac-faq-answer-text strong { color: #0A2540; font-weight: 700; }

.ac-faq-chevron {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 4px;
  fill: #9CA3AF;
  transition: transform 0.3s ease;
}

.ac-faq-entry.open .ac-faq-chevron { transform: rotate(180deg); fill: #635BFF; }

.ac-faq-show-more {
  display: none;
  width: 100%;
  padding: 0.75rem;
  border: 1.5px solid #E6EBF1;
  border-radius: 10px;
  background: #fff;
  color: #635BFF;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s;
  margin-top: 0.75rem;
  letter-spacing: -0.005em;
}

.ac-faq-show-more:hover { border-color: #635BFF; background: rgba(99, 91, 255, 0.04); }

.ac-faq-sidebar { position: sticky; top: 24px; }

.ac-faq-sidebar-title {
  font-family: 'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #635BFF;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.875rem;
}

.ac-faq-sidebar-list { list-style: none; display: flex; flex-direction: column; gap: 0.25rem; }

.ac-faq-sidebar-item {
  font-size: 0.875rem;
  color: #635BFF;
  padding: 0.375rem 0;
  cursor: pointer;
  font-weight: 600;
  transition: color 0.15s;
  border: none;
  background: none;
  font-family: inherit;
  text-align: left;
  width: 100%;
  letter-spacing: -0.005em;
}

.ac-faq-sidebar-item:hover { color: #0A2540; }
.ac-faq-sidebar-item.active { color: #0A2540; font-weight: 800; }

.ac-faq-sidebar-divider { height: 1px; background: #E6EBF1; margin: 1rem 0; }

.ac-faq-sidebar-contact {
  font-size: 0.875rem;
  font-weight: 700;
  color: #635BFF;
  text-decoration: none;
  display: block;
  margin-bottom: 0.25rem;
  letter-spacing: -0.005em;
}

.ac-faq-sidebar-contact:hover { color: #0A2540; }
.ac-faq-sidebar-note { font-size: 0.8125rem; color: #697386; }

.ac-faq-no-results { padding: 2rem 0; text-align: center; display: none; }
.ac-faq-no-results-title { font-size: 1rem; font-weight: 700; color: #0A2540; margin-bottom: 0.25rem; }
.ac-faq-no-results-sub { font-size: 0.875rem; color: #697386; }
.ac-faq-no-results-link { color: #635BFF; text-decoration: none; font-weight: 600; }

.ac-faq-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #E6EBF1;
}

.ac-faq-footer-item { text-decoration: none; display: block; }

.ac-faq-footer-icon { width: 24px; height: 24px; fill: #635BFF; margin-bottom: 0.625rem; }

.ac-faq-footer-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #635BFF;
  margin-bottom: 0.25rem;
  transition: color 0.15s;
  letter-spacing: -0.01em;
}

.ac-faq-footer-item:hover .ac-faq-footer-title { color: #0A2540; }
.ac-faq-footer-desc { font-size: 0.8125rem; color: #697386; line-height: 1.5; }

.ac-insights-section { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; letter-spacing: -0.003em; }
.ac-insights-wrap { max-width: 1320px; margin: 0 auto; padding: 0 clamp(1.5rem, 4vw, 2.5rem); position: relative; z-index: 1; }
.ac-insights-head { text-align: center; max-width: 760px; margin: 0 auto clamp(2rem, 4vw, 3rem); }
.ac-insights-eyebrow { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #635BFF; }
.ac-insights-title { font-size: clamp(1.9rem, 3.5vw, 2.6rem); font-weight: 800; color: #0A2540; letter-spacing: -0.02em; line-height: 1.1; margin: 0.5rem 0 0; }
.ac-insights-sub { font-size: clamp(1rem, 1.5vw, 1.125rem); color: #425466; line-height: 1.6; margin: 0.75rem 0 0; }
.ac-insights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.25rem, 2.5vw, 2rem); }
.ac-insights-card { display: flex; flex-direction: column; background: #ffffff; border: 1px solid #E6EBF1; border-radius: 16px; overflow: hidden; text-decoration: none; box-shadow: 0 1px 2px rgba(10, 37, 64, 0.04); transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; }
.ac-insights-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(10, 37, 64, 0.12); border-color: transparent; }
.ac-insights-imgwrap { aspect-ratio: 16 / 10; overflow: hidden; background: #F1F4F8; }
.ac-insights-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.ac-insights-card:hover .ac-insights-img { transform: scale(1.04); }
.ac-insights-body { display: flex; flex-direction: column; flex: 1; padding: clamp(1.25rem, 2vw, 1.6rem); }
.ac-insights-card-title { font-size: clamp(1.15rem, 1.6vw, 1.3rem); font-weight: 700; color: #0A2540; line-height: 1.3; letter-spacing: -0.01em; margin: 0; }
.ac-insights-card-desc { font-size: 0.95rem; color: #425466; line-height: 1.6; margin: 0.6rem 0 0; flex: 1; }
.ac-insights-readmore { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 1.1rem; font-size: 0.9rem; font-weight: 600; color: #635BFF; }
.ac-insights-readmore svg { width: 16px; height: 16px; transition: transform 0.25s ease; }
.ac-insights-card:hover .ac-insights-readmore svg { transform: translateX(4px); }
@media (max-width: 900px) { .ac-insights-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .ac-insights-grid { grid-template-columns: 1fr; } }

.acfinppf-cta { position:relative; background-color:#0A101E; padding:clamp(4.5rem,9vh,7rem) clamp(1.5rem,5vw,4rem); overflow:hidden; }
.acfinppf-cta::before { content:''; position:absolute; inset:0; background:radial-gradient(80% 120% at 15% 0%, rgba(99,91,255,0.22) 0%, rgba(99,91,255,0) 60%); pointer-events:none; }
.acfinppf-cta-inner { position:relative; z-index:2; max-width:840px; margin:0 auto; text-align:center; }
.acfinppf-cta-h2 { font-size:clamp(2rem,3.2cqw,2.75rem); font-weight:800; line-height:1.1; letter-spacing:-0.03em; margin:0 0 1rem 0; color:#fff !important; }
.acfinppf-cta-sub { font-size:1.0625rem; line-height:1.65; color:rgba(255,255,255,0.88) !important; margin:0 auto 1.8rem; max-width:56ch; }
.acfinppf-cta-btns { display:flex; gap:0.9rem; flex-wrap:wrap; justify-content:center; }
.acfinppf-cta-b1 { display:inline-flex; align-items:center; gap:8px; padding:15px 30px; border-radius:999px; background:linear-gradient(120deg,#635BFF,#7B5CF5); color:#fff !important; font-weight:700; font-size:1rem; text-decoration:none !important; box-shadow:0 10px 26px -8px rgba(99,91,255,0.65); transition:transform .15s ease, box-shadow .15s ease; }
.acfinppf-cta-b1:hover { transform:translateY(-1px); box-shadow:0 14px 32px -8px rgba(99,91,255,0.8); }
.acfinppf-cta-b2 { display:inline-flex; align-items:center; padding:15px 30px; border-radius:999px; border:1.5px solid rgba(255,255,255,0.28); color:#fff !important; font-weight:700; font-size:1rem; text-decoration:none !important; background:rgba(255,255,255,0.06); }
.acfinppf-cta-b2:hover { background:rgba(255,255,255,0.12); }
.acfinppf-cta-tel { display:block; margin-top:1.4rem; font-size:0.9375rem; color:rgba(255,255,255,0.88) !important; }
.acfinppf-cta-tel a { color:#7DD3FC !important; font-weight:700; text-decoration:none !important; }

@media (min-width: 960px) {
  .ac-faq-list { display:grid !important; flex-direction:unset; grid-template-columns:1fr 1fr; gap:0.9rem 1.4rem; align-items:start; }
  .ac-faq-entry { margin:0 !important; }
}

/* FAQ items match the home page card style (owner 2026-08-03): white card,
   rounded, soft shadow, no per-question ? icon */
.ac-faq-entry { background:#fff; border:1px solid rgba(99,91,255,0.1) !important; border-radius:14px; box-shadow:0 2px 8px rgba(10,37,64,0.06); padding:1.1rem 1.35rem !important; transition:box-shadow .2s ease, border-color .2s ease; }
.ac-faq-entry:hover { box-shadow:0 8px 24px rgba(99,91,255,0.12); border-color:rgba(99,91,255,0.18) !important; }
.ac-faq-q-icon { display:none !important; }
@media (max-width: 959px) { .ac-faq-entry { margin-bottom:0.8rem; } }

/* Squarespace Fluid Engine shield (2026-08-04): the desktop layout stores a
   fixed row-span for this code block; when it goes stale the whole block
   blanks on desktop. Force the wrapper grid to auto-height rows so the
   stored span can never clip or hide this content. */
@media (min-width: 768px) {
  .fluid-engine:has(.actp) { grid-template-rows: auto !important; }
  .fe-block:has(.actp) { grid-row: 1 / 2 !important; height: auto !important; min-height: 0 !important; }
}

.vp-dashwrap {
  --bg: #FFFFFF;
  --paper: #FFFFFF;
  --ink-1: #0A0A0A;
  --ink-2: #1F1F1F;
  --ink-3: #4A4A4A;
  --ink-4: #8A8A85;
  --ink-5: #B8B8B0;
  --line: #E6EBF1;
  --line-2: #F1F4F8;
  --accent: #635BFF;
  --accent-2: #A78BFA;
  --accent-soft: rgba(99, 91, 255, 0.08);
  --grad: linear-gradient(135deg, #06B6D4 0%, #635BFF 50%, #7C3AED 100%);
  --grad-soft: linear-gradient(135deg, rgba(6, 182, 212, 0.05) 0%, rgba(99, 91, 255, 0.07) 50%, rgba(124, 58, 237, 0.05) 100%);
  --ok: #2B6E3F;
  --shadow-sm: 0 1px 2px rgba(15, 15, 15, 0.04);
  --shadow: 0 2px 8px rgba(15, 15, 15, 0.05), 0 1px 2px rgba(15, 15, 15, 0.04);
  --shadow-lg: 0 10px 30px rgba(15, 15, 15, 0.07), 0 2px 6px rgba(15, 15, 15, 0.04);
  --radius: 14px;
  --radius-sm: 10px;
  --radius-lg: 20px;
  --sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;
}