
.ac-fin { margin: 14px 0 0; }
.ac-fin:empty { display: none; }
.ac-fin-note { display: none; font-size: 11.5px; color: #6b7280; line-height: 1.45; margin: 4px 0 0; }
.ac-fin-note.on { display: block; }
body { overflow-x:hidden; }
.page-section:has(.actpp), .page-section:has(.actpp) .content-wrapper { padding-top:0 !important; padding-bottom:0 !important; min-height:0 !important; height:auto !important; }
.page-section:has(.actpp) { container-type:inline-size; }
.sqs-block:has(.actpp) { padding:0 !important; }
.actpp { margin-left:calc(50% - 50cqw); margin-right:calc(50% - 50cqw); }
.actpp, .actpp *, .actpp *::before, .actpp *::after { box-sizing:border-box; }


.ppf-hero-section {
  position: relative;
  width: 100%;
  min-height: min(93vh, 830px);
  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/111fdf06-ff46-4e02-a456-639883b0e9db/Auto_Cosmetics-Tesla-PPF-Clear-Bra-Installation.jpg?format=750w');
  background-size: cover;
  background-position: center;
  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.86) 0%, rgba(6,10,20,0.84) 45%, rgba(6,10,20,0.7) 65%, rgba(6,10,20,0.5) 82%, 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;
  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: #0071E3 !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: #0077ED !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(99, 91, 255, 0.45) !important;
}

.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/111fdf06-ff46-4e02-a456-639883b0e9db/Auto_Cosmetics-Tesla-PPF-Clear-Bra-Installation.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;
  }
}

.acfp { display: inline-flex; align-items: center; gap: 10px; height: 56px; padding: 0 18px 0 16px; border: 1px solid rgba(255,255,255,0.22) !important; border-radius: 6px; background: rgba(255,255,255,0.04); color: rgba(255,255,255,0.86) !important; font-size: 0.9375rem; font-weight: 600; text-decoration: none !important; white-space: nowrap; transition: border-color 0.2s, background 0.2s; max-width: 100%; box-sizing: border-box; line-height: 1;  }
.acfp:hover { border-color: rgba(255,255,255,0.5) !important; background: rgba(255,255,255,0.08); color: #fff !important; }
.acfp-dot { position: relative; flex: none; width: 8px; height: 8px; border-radius: 50%; background: #4A4AF5; }
.acfp-dot::after { content: ''; position: absolute; inset: -6px; border-radius: 50%; border: 1.5px solid #4A4AF5; opacity: 0; animation: acfpRing 2.4s ease-out infinite; }
@keyframes acfpRing { 0% { transform: scale(0.35); opacity: 0.9; } 70% { transform: scale(1); opacity: 0; } 100% { transform: scale(1); opacity: 0; } }
.acfp-sep { color: rgba(255,255,255,0.4); margin: 0 2px; }
.acfp-marks { display: inline-flex; align-items: center; gap: 7px; }
.acfp-affirm { height: 15px; width: auto; display: block; margin-top: 1px; }
.acfp-mk { width: 22px; height: 22px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; }
.acfp-mk svg { width: 13px; height: 13px; fill: #0A0A0A; display: block; }
.acfp-mk-k { background: #FFB3C7; }
.acfp-mk-ap { background: #B2FCE4; }
.acfp-arr { color: rgba(255,255,255,0.55); transition: transform 0.2s, color 0.2s; }
.acfp:hover .acfp-arr { transform: translateX(3px); color: #fff; }
@media (max-width: 600px) { .acfp { height: auto; min-height: 48px; padding: 10px 14px; white-space: normal; font-size: 0.875rem; line-height: 1.3; } }
@media (prefers-reduced-motion: reduce) { .acfp-dot::after { animation: none; } }

.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; color: #2563EB; }
.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(-50%); } }
.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.55; }
.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.45; }
@media (prefers-reduced-motion: reduce) { .ac-lb4-track { animation: none; } }

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


.acppf-page {
  --bg: #FAFAF7;
  --paper: #FFFFFF;
  --ink-1: #0A0A0A;
  --ink-2: #1F1F1F;
  --ink-3: #4A4A4A;
  --ink-4: #8A8A85;
  --ink-5: #B8B8B0;
  --line: #E8E6DF;
  --line-2: #F1EFEA;
  --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, system-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 32px;
}
@media (max-width: 900px) { .acppf-page { padding: 32px 20px 40px; } }
.acppf-page a { color: var(--ink-1); }
.acppf-page em { font-style: normal; font-weight: 600; }
.acppf-hdr-title em { color: inherit; }

.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: 22ch;
  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-config-intro { position: relative; margin: 48px 0 32px; padding: 44px 24px 32px; text-align: center; isolation: isolate; }
.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: #2563EB; 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-step { animation: stepIn 0.32s cubic-bezier(0.16, 1, 0.3, 1); }
@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-tesla-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 12px;
}
@media (max-width: 720px) {
  .acppf-tesla-tabs { grid-template-columns: repeat(2, 1fr); }
}
.acppf-tesla-tab {
  position: relative;
  background: var(--paper);
  border: 1px solid #D1D5DB;
  border-radius: 4px;
  padding: 18px 14px;
  text-align: center;
  transition: border-color 0.15s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  min-height: 78px;
}
.acppf-tesla-tab:hover {
  border-color: #9CA3AF;
}
.acppf-tesla-tab-name {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.018em;
  line-height: 1.05;
  color: var(--ink-1);
}
.acppf-tesla-tab-desc {
  font-family: var(--mono);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-4);
}
.acppf-tesla-tab.sel { border-color: #0071E3; background: #FFFFFF; box-shadow: none; color: var(--ink-1); }
.acppf-tesla-tab.sel::after { content: none; display: none; }
.acppf-tesla-dims {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 14px;
  margin-top: 14px;
  padding: 10px 16px;
  background: rgba(99, 91, 255, 0.04);
  border: 1px solid rgba(99, 91, 255, 0.14);
  border-radius: 10px;
}
.acppf-tesla-dims-name {
  font-weight: 700;
  font-size: 13px;
  color: var(--ink-1);
}
.acppf-tesla-dims-vals {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--ink-3);
}
.acppf-tesla-dims-note {
  flex-basis: 100%;
  font-size: 11px;
  color: var(--ink-4);
  font-family: var(--mono);
  letter-spacing: 0.03em;
}

.acppf-tesla-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--ink-3);
  margin-top: 14px;
  margin-bottom: 4px;
  padding: 12px 16px;
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.04), rgba(99, 91, 255, 0.06));
  border: 1px solid rgba(99, 91, 255, 0.16);
  border-radius: 10px;
  line-height: 1.5;
}
.acppf-tesla-note-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--grad);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}
.acppf-tesla-note strong { color: var(--ink-1); font-weight: 600; }
.acppf-tesla-note a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.acppf-tesla-note a:hover { color: var(--accent-2); }

.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.3) 50%, 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-thickness-section { margin-top: 26px; }
.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-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-q-help {
  font-size: 13.5px;
  color: var(--ink-3);
  margin: -6px 0 16px;
  padding-left: 14px;
  line-height: 1.5;
}
.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: 1px solid #D1D5DB; border-radius: 10px; padding: 14px 18px; text-align: left; transition: border-color 0.15s; cursor: pointer; display: flex; flex-direction: column; gap: 4px; }
.acppf-thick-tab:hover { border-color: #9CA3AF; }
.acppf-thick-tab-head {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-right: 36px;
  min-height: 26px;
}
.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: 10.5px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #06B6D4 0%, #635BFF 55%, #7C3AED 100%);
  padding: 5px 12px;
  border-radius: 100px;
  white-space: nowrap;
  flex-shrink: 0;
}
.acppf-thick-tab.sel { border-color: #0071E3; background: #FFFFFF; box-shadow: none; color: var(--ink-1); }
.acppf-thick-tab.sel::after { content: none; display: none; }

.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: rgba(99, 91, 255, 0.06); padding-left: 12px; padding-right: 12px; }
.acppf-trans-row.sel { padding-left: 12px; padding-right: 12px; }

.acppf-cov-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 20px 0;
  flex-wrap: wrap;
}
.acppf-cov-seg-wrap { flex: 1 1 100%; min-width: 0; }
.acppf-cov-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 8px 16px; flex-wrap: wrap; margin-bottom: 10px; }
.acppf-cov-head .acppf-cov-row-lbl { margin-bottom: 0; }
.acppf-cov-line { display: flex; align-items: center; gap: 12px 20px; flex-wrap: wrap; }
.acppf-cov-row-lbl { font-size: 20px; letter-spacing: -0.015em; text-transform: none; color: var(--ink-1); font-weight: 700; line-height: 1.2; margin-bottom: 10px; }
.acppf-cov-row-hint { font-size: 14px; font-weight: 400; letter-spacing: 0; color: var(--ink-4); margin-left: 10px; }
@media (max-width: 640px) { .acppf-cov-row-hint { display: block; margin-left: 0; margin-top: 2px; } }
.acppf-mil-ask { flex: 0 1 auto; min-width: 0; max-width: 100%; margin: 0; }
.acppf-mil-btn { max-width: 100%; display: inline-flex; align-items: center; gap: 12px; text-align: left; border: none; background: none; box-shadow: none; border-radius: 999px; padding: 8px 0; cursor: pointer; font-family: inherit; }
.acppf-mil-t { display: block; font-size: 14px; font-weight: 600; color: var(--ink-1); }
.acppf-mil-t b { color: #0071E3; white-space: nowrap; }
.acppf-mil-switch { flex: none; width: 46px; height: 26px; border-radius: 999px; background: #D2D2D7; position: relative; transition: background 0.2s; }
.acppf-mil-switch::after { content: ''; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.28); transition: transform 0.2s; }
.acppf-mil-btn.sel .acppf-mil-switch { background: #0071E3; }
.acppf-mil-btn.sel .acppf-mil-switch::after { transform: translateX(20px); }
.acppf-film-price s { font-size: 15px; font-weight: 500; color: var(--ink-4); text-decoration: line-through; margin-right: 8px; letter-spacing: 0; }
.acppf-book-bar-price s { font-weight: 500; opacity: 0.6; text-decoration: line-through; margin-right: 6px; }
.acppf-cov-tabs { display: flex; gap: 8px; flex-wrap: wrap; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.acppf-cov-tabs::-webkit-scrollbar { display: none; }
.acppf-cov-tab { flex: 0 0 auto; background: #fff; border: 1px solid #D2D2D7; border-radius: 4px; cursor: pointer; padding: 8px 14px; font-size: 14px; font-weight: 500; color: var(--ink-1); transition: color 0.15s, border-color 0.15s; font-family: inherit; white-space: nowrap; }
.acppf-cov-tab:hover { border-color: #A8A8AD; }
.acppf-cov-tab.sel { color: var(--ink-1); border-color: #0071E3; font-weight: 600; }
.acppf-cov-pop {
  display: block;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #635BFF;
  margin-top: 2px;
  line-height: 1;
}
.acppf-cov-tab:not(.sel) .acppf-cov-pop { color: var(--ink-4); }
.acppf-thick {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--ink-4);
}
.acppf-thick-lbl { font-size: 14px; font-weight: 600; color: var(--ink-1); }
.acppf-thick-opt {
  height: 34px;
  padding: 0 12px;
  border: 1px solid #E5E7EB;
  background: #fff;
  border-radius: 4px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-1);
  cursor: pointer;
  transition: border-color 0.15s;
}
.acppf-thick-opt:hover { border-color: #C7CCD4; }
.acppf-thick-opt.sel { border-color: #0071E3; }

.acppf-pkg-modal {
  --paper: #FFFFFF;
  --ink-1: #0A0A0A;
  --ink-3: #4A4A4A;
  --ink-4: #8A8A85;
  --line: #E8E6DF;
  --line-2: #F1EFEA;
  --accent: #635BFF;
  --radius: 14px;
  --radius-lg: 20px;
  --mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;
  --sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, system-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;
  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-missing-modal {
  --paper: #FFFFFF;
  --ink-1: #0A0A0A;
  --ink-3: #4A4A4A;
  --line: #E8E6DF;
  --accent: #635BFF;
  --radius-lg: 20px;
  --mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;
  --sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, system-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: 700px) {
  .acppf-cov-row { gap: 12px; }
}
@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: #fff; border: 1px solid #E5E7EB; border-radius: 12px; padding: 28px 28px 22px; text-align: left; color: var(--ink-3); transition: border-color 0.15s; display: flex; flex-direction: column; gap: 0; overflow: visible; }
.acppf-film[data-brand="flexishield"] { border-color: #D1D5DB; }
.acppf-film:hover { border-color: #C7CCD4; }
.acppf-film.sel { border-color: #0071E3; box-shadow: none; transform: none; }
.acppf-film-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 20px; }
.acppf-film-head-l { min-width: 0; flex: 1; }
.acppf-film-brand { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-4); }
.acppf-film-name { font-weight: 600; font-size: 26px; letter-spacing: -0.03em; color: var(--ink-1); line-height: 1.08; margin-top: 4px; }
.acppf-film-tag { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; white-space: nowrap; align-self: flex-start; flex-shrink: 0; font-weight: 600; color: #fff; }
.acppf-film-tag.alt { color: var(--ink-4); }
.acppf-film.sel .acppf-film-tag::before { content: none; display: none; }

.acppf-specs-vis { display: grid; gap: 8px; margin: 0 0 22px; }
.acppf-spec-row { display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 10px; }
.acppf-spec-lbl {
  font-size: 12px;
  color: #171717;
  font-weight: 400;
  position: relative; cursor: help;
  display: inline-flex; align-items: center; gap: 5px;
  outline: none;
}
.acppf-spec-i {
  display: none;
}
.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: 2px; background: #EEEEEE; overflow: hidden; position: relative; }
.acppf-spec-fill { height: 100%; background: #111111; transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.acppf-spec-val { font-size: 12px; font-weight: 400; color: #171717; font-variant-numeric: tabular-nums; text-align: right; min-width: 52px; white-space: nowrap; }
.acppf-spec-val.empty { color: var(--ink-5); font-weight: 500; font-style: italic; }
.acppf-film-why { font-size: 13px; color: #171717; line-height: 1.5; margin: 0 0 18px; }
.acppf-film-select-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 18px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  transition: all 0.18s;
  white-space: nowrap;
}
.acppf-film-select-btn.ghost {
  background: transparent;
  color: var(--ink-1);
  border: 1px solid var(--ink-1);
}
.acppf-film:hover .acppf-film-select-btn.ghost {
  background: var(--line-2);
}
.acppf-film.sel .acppf-film-select-btn.ghost {
  border-color: #0071E3;
  color: #0071E3;
}
.acppf-film-select-btn.primary {
  background: #0071E3;
  border: 0;
  color: #fff;
}
.acppf-film:hover .acppf-film-select-btn.primary:hover {
  background: #0077ED;
}
.acppf-film-select-btn-icon { font-size: 14px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; }
.acppf-film-price-lbl {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: var(--ink-4);
  margin-bottom: 10px;
}
.acppf-film-pkg-scope {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 16px;
  margin: 0 0 22px;
}
.acppf-film-pkg-scope .acppf-pkg-det { font-size: 13px; padding: 2px 0 2px 27px; position: relative; color: #171717; display: block; }
.acppf-film-pkg-scope .acppf-pkg-det::before { content: ''; position: absolute; left: 0; top: 2px; width: 19px; height: 19px; border-radius: 50%; background-color: #DBEAFE; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563EB' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E"); background-size: 10px 10px; background-position: center; background-repeat: no-repeat; }
@media (max-width: 400px) { .acppf-film-pkg-scope { grid-template-columns: 1fr; } }
.acppf-film-price {
  font-weight: 600;
  font-size: 36px;
  letter-spacing: -0.04em;
  color: var(--ink-1);
  font-variant-numeric: tabular-nums;
  line-height: 1.05;
  margin: 0 0 4px;
}
.acppf-film-quiet { font-size: 12px; color: var(--ink-4); margin: 0 0 18px; line-height: 1.5; }
.acppf-film-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; }
.acppf-film-pricing { display: flex; flex-direction: column; align-items: flex-start; gap: 0; }
.acppf-film-spec-link { font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: #635BFF; text-decoration: none; font-weight: 600; transition: color 0.15s; }
.acppf-film-spec-link:hover { color: #5046d4; }
.acppf-trustrow { display: flex; justify-content: center; align-items: stretch; gap: 16px; flex-wrap: wrap; margin-top: 28px; }
.acppf-trustrow-item { display: inline-flex; align-items: center; gap: 12px; padding: 12px 22px 12px 14px; background: #fff; border: 1px solid #E6EBF1; border-radius: 14px; box-shadow: 0 2px 10px rgba(10, 37, 64, 0.06); font-size: 14px; font-weight: 500; color: #0A2540; letter-spacing: -0.005em; white-space: nowrap; }
.acppf-trustrow-item strong { font-weight: 700; }
.acppf-trustrow-ic { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 10px; flex-shrink: 0; }
.acppf-trustrow-ic svg { width: 20px; height: 20px; }
.acppf-trustrow-ic-sky { background: #E0F2FE; }
.acppf-trustrow-ic-green { background: #D1FAE5; }
.acppf-trustrow-ic-navy { background: #E8EEF5; }
.acppf-tr-plot { fill: none; stroke: #0284C7; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.acppf-tr-card { fill: none; stroke: #059669; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.acppf-tr-work { fill: none; stroke: #0A2540; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 640px) { .acppf-trustrow { flex-direction: column; align-items: stretch; } .acppf-trustrow-item { justify-content: flex-start; } }

.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 { color: var(--ink-1); border-color: #0071E3; background: var(--paper); box-shadow: none; }
.acppf-pkg-card.sel::before { content: none; display: 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 { font-size: 14px; background: #FFFFFF; border-color: #0071E3; color: #0071E3; box-shadow: none; }
.acppf-pkg-card.sel .acppf-pkg-check::before { content: '\2713 '; 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; }
@keyframes chipIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }

.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 > .tesla-ppf-features-section,
.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-faq-section { border-top: 0; }
.acx-stack > .portfolio-root { background: transparent; }

.acx-stack > .tesla-ppf-features-section,
.acx-stack > .ac-services-section,
.acx-stack > .ac-loc-section,
.acx-stack > .ac-insights-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-services-section {
  padding-top: clamp(6rem, 12vh, 10rem);
  padding-bottom: clamp(6rem, 12vh, 10rem);
}
.acx-stack > .ac-insights-section {
  padding-bottom: clamp(1.5rem, 3vh, 2.5rem);
}
.acx-stack > .tesla-ppf-features-section::before,
.acx-stack > .ac-services-section::before,
.acx-stack > .ac-loc-section::before,
.acx-stack > .ac-insights-section::before,
.acx-stack > .tesla-ppf-features-section::after,
.acx-stack > .ac-services-section::after,
.acx-stack > .ac-loc-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: clamp(38px, 4.5vw, 80px);
  background: #ffffff;
  pointer-events: none;
}
.acx-stack > .tesla-ppf-features-section::before,
.acx-stack > .ac-services-section::before,
.acx-stack > .ac-loc-section::before,
.acx-stack > .ac-insights-section::before {
  top: -1px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.acx-stack > .tesla-ppf-features-section::after,
.acx-stack > .ac-services-section::after,
.acx-stack > .ac-loc-section::after {
  bottom: -1px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.acfh { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #0A2540; -webkit-font-smoothing: antialiased; }
.acfh, .acfh * { box-sizing: border-box; }
.acfh :where(h2, h3, p, ol) { margin: 0; padding: 0; }
.acfh-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 48px 64px; align-items: center; }
.acfh-white { background: #FFFFFF; padding: 8px clamp(1.5rem, 5vw, 4rem) 40px; }
.acfh-white .acfh-inner { border-top: 1px solid #E6EBF1; padding-top: 56px; }
.acfh-band { position: relative; width: 100vw; left: 50%; right: 50%; margin: 0 -50vw; background: #F6F9FC; padding: clamp(6rem, 12vh, 10rem) clamp(1.5rem, 5vw, 4rem); }
.acfh-band::before { content: ''; position: absolute; left: 0; right: 0; top: -1px; height: clamp(38px, 4.5vw, 80px); background: #FFFFFF; clip-path: polygon(0 0, 100% 0, 100% 100%); pointer-events: none; }
.acfh-band::after { content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: clamp(38px, 4.5vw, 80px); background: #FFFFFF; clip-path: polygon(0 0, 100% 100%, 0 100%); pointer-events: none; }
.acfh-flat { background: #F6F9FC; padding: clamp(4.5rem, 9vh, 7rem) clamp(1.5rem, 5vw, 4rem); }
.acfh-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; }
.acfh-kicker::before { content: ''; width: 22px; height: 2px; background: linear-gradient(90deg, #4F46E5, #7B5CF5); }
.acfh-h2 { font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 800; line-height: 1.1; letter-spacing: -0.03em; color: #0A2540; margin: 0 0 1rem; }
.acfh-lead { font-size: 1.0625rem; line-height: 1.6; color: #425466; margin: 0 0 2rem; max-width: 56ch; }
.acfh-steps { list-style: none; display: grid; gap: 22px; }
.acfh-step { position: relative; padding-left: 56px; }
.acfh-num { position: absolute; left: 0; top: 0; width: 38px; height: 38px; border-radius: 50%; background: #EEF2FF; color: #4F46E5; font-weight: 700; font-size: 15px; display: flex; align-items: center; justify-content: center; }
.acfh-step h3 { font-size: 1.0625rem; font-weight: 700; color: #0A2540; margin: 8px 0 6px; line-height: 1.3; }
.acfh-step p { font-size: 0.9375rem; line-height: 1.6; color: #425466; margin: 0; }
.acfh-step p b { color: #0A2540; font-weight: 600; }
.acfh-lenders { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.acfh-lender { display: inline-flex; align-items: center; gap: 9px; padding: 8px 14px 8px 8px; border: 1px solid #D2D2D7; border-radius: 999px; font-size: 14px; font-weight: 600; color: #0A2540; background: #fff; }
.acfh-badge { width: 26px; height: 26px; border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px; line-height: 1; }
.acfh-affirm { display: block; height: 20px; width: auto; }
.acfh-lender-affirm { padding: 8px 16px 8px 14px; }
.acfh-p-name-affirm .acfh-affirm { height: 18px; margin: 1px 0 3px; }
.acfh-badge-klarna { background: #FFB3C7; color: #0A0A0A; font-size: 12px; }
.acfh-badge-afterpay { background: #B2FCE4; color: #0A0A0A; }
.acfh-badge svg { width: 16px; height: 16px; display: block; fill: #0A0A0A; }
.acfh-fine { font-size: 12.5px; line-height: 1.55; color: #8A8A85; margin: 22px 0 0; max-width: 62ch; }
.acfh-callout { margin-top: 24px; padding: 14px 16px; border: 1px solid #D2D2D7; border-left: 3px solid #4A4AF5; border-radius: 10px; font-size: 0.9375rem; line-height: 1.55; color: #425466; max-width: 60ch; }
.acfh-callout b { color: #0A2540; }
.acfh-phone { position: relative; margin: 0 auto; width: 100%; max-width: 420px; background: #fff; border: 1px solid #D2D2D7; border-radius: 28px; padding: 22px 20px 20px; box-shadow: 0 24px 60px -30px rgba(10, 37, 64, 0.35); }
.acfh-phone-bar { width: 96px; height: 5px; border-radius: 999px; background: #E6EBF1; margin: 0 auto 18px; }
.acfh-p-title { font-size: 17px; font-weight: 700; color: #0A2540; margin: 0 0 2px; }
.acfh-p-sub { font-size: 13px; color: #697386; margin: 0 0 14px; }
.acfh-p-q { font-size: 14px; font-weight: 700; color: #0A2540; margin: 14px 0 8px; }
.acfh-p-opt { display: flex; align-items: flex-start; gap: 11px; border: 1px solid #D2D2D7; border-radius: 12px; padding: 11px 12px; margin-bottom: 8px; background: #fff; }
.acfh-p-opt.sel { border-color: #0071E3; }
.acfh-p-opt .acfh-badge { flex: none; margin-top: 1px; }
.acfh-p-ic { flex: none; width: 26px; height: 26px; border-radius: 7px; background: #F1F4F8; display: inline-flex; align-items: center; justify-content: center; margin-top: 1px; }
.acfh-p-ic svg { width: 15px; height: 15px; stroke: #0A2540; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.acfh-p-body { display: block; min-width: 0; flex: 1; }
.acfh-p-name { display: block; font-size: 14px; font-weight: 700; color: #0A2540; line-height: 1.3; }
.acfh-p-desc { display: block; font-size: 12.5px; color: #697386; line-height: 1.45; margin-top: 2px; }
.acfh-p-check { display: flex; align-items: center; gap: 10px; font-size: 13.5px; font-weight: 600; color: #0A2540; margin-bottom: 4px; }
.acfh-p-check::before { content: ''; width: 18px; height: 18px; border: 1px solid #D2D2D7; border-radius: 5px; flex: none; }
.acfh-p-note { font-size: 12px; color: #697386; line-height: 1.5; margin-top: 12px; }
@media (max-width: 900px) { .acfh-inner { grid-template-columns: 1fr; gap: 36px; } .acfh-white .acfh-inner { padding-top: 48px; } .acfh-phone { max-width: 100%; border-radius: 20px; padding: 18px 14px 16px; } }

.tesla-ppf-features-section *,
.tesla-ppf-features-section *::before,
.tesla-ppf-features-section *::after { box-sizing: border-box; }
.tesla-ppf-features-section {
  position: relative; width: 100%;
  padding: clamp(3.5rem, 9vh, 6rem) clamp(1.5rem, 5vw, 4rem);
  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));
  background: transparent;
  color: #0f172a;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.tesla-ppf-features-content { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 3rem; }
.tesla-ppf-features-text { display: flex; flex-direction: column; gap: 1.5rem; }
.matte-section-label { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; background: rgba(99, 91, 255, 0.08); border: 1px solid rgba(99, 91, 255, 0.22); border-radius: 100px; font-size: 0.8125rem; font-weight: 600; color: #635BFF; text-transform: uppercase; letter-spacing: 0.06em; width: fit-content; }
.matte-label-icon { width: 16px; height: 16px; fill: #635BFF; }
.matte-features-heading { font-size: clamp(1.875rem, 4vw, 2.75rem); font-weight: 600; line-height: 1.15; letter-spacing: -0.025em; color: #0f172a; margin: 0; }
.matte-gradient-highlight { color: inherit; }
.matte-features-subtitle { font-size: clamp(1rem, 2vw, 1.125rem); line-height: 1.6; color: #475569; margin: 0 0 1rem 0; }
.matte-features-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; }
.matte-feature-item { display: flex; align-items: flex-start; gap: 0.875rem; padding: 1rem; background: #ffffff; border: 1px solid rgba(15, 23, 42, 0.08); border-radius: 10px; box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05); transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; }
.matte-feature-item:hover { background: #ffffff; border-color: rgba(99, 91, 255, 0.35); transform: translateX(4px); box-shadow: 0 6px 18px rgba(99, 91, 255, 0.10); }
.matte-feature-icon { width: 24px; height: 24px; flex-shrink: 0; margin-top: 2px; }
.matte-icon-finish   { fill: #635BFF; }
.matte-icon-sparkle  { fill: #06B6D4; }
.matte-icon-shield   { fill: #7C3AED; }
.matte-icon-arizona  { fill: #F59E0B; }
.matte-icon-warranty { fill: #10B981; }
.matte-feature-content { flex: 1; }
.matte-feature-title { font-size: 0.9375rem; font-weight: 600; color: #0f172a; margin: 0 0 0.25rem 0; letter-spacing: -0.005em; }
.matte-feature-description { font-size: 0.875rem; line-height: 1.55; color: #475569; margin: 0; }
.matte-features-visual { display: flex; flex-direction: column; gap: 1.5rem; }
.matte-image-card { position: relative; width: 100%; background: #ffffff; border: 1px solid rgba(15, 23, 42, 0.08); border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(15, 23, 42, 0.10); }
.matte-showcase-image { width: 100%; height: auto; display: block; object-fit: cover; }
.matte-stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.matte-stat-card { background: #ffffff; border: 1px solid rgba(15, 23, 42, 0.08); border-radius: 12px; padding: 1.5rem; box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05); transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; }
.matte-stat-card:hover { background: #ffffff; border-color: rgba(99, 91, 255, 0.35); transform: translateY(-2px); box-shadow: 0 6px 18px rgba(99, 91, 255, 0.10); }
.matte-stat-label { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: #64748b; margin: 0 0 0.5rem 0; }
.matte-stat-value { font-size: 2rem; font-weight: 700; line-height: 1; margin: 0 0 0.25rem 0; letter-spacing: -0.02em; }
.matte-stat-value.purple { color: #635BFF; }
.matte-stat-value.amber  { color: #F59E0B; }
.matte-stat-value.green  { color: #10B981; }
.matte-stat-value.cyan   { color: #06B6D4; }
.matte-stat-description { font-size: 0.8125rem; line-height: 1.4; color: #64748b; margin: 0; }
.matte-warranty-card { background: linear-gradient(135deg, rgba(99, 91, 255, 0.08) 0%, rgba(99, 91, 255, 0.03) 100%); border: 1px solid rgba(99, 91, 255, 0.20); border-radius: 12px; padding: 1.25rem; display: flex; align-items: center; gap: 1rem; }
.matte-warranty-icon-wrapper { width: 48px; height: 48px; border-radius: 10px; background: rgba(99, 91, 255, 0.12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.matte-warranty-icon { width: 24px; height: 24px; fill: #635BFF; }
.matte-warranty-text { flex: 1; }
.matte-warranty-title { font-size: 0.875rem; font-weight: 600; color: #635BFF; margin: 0 0 0.25rem 0; }
.matte-warranty-subtitle { font-size: 0.8125rem; line-height: 1.45; color: #475569; margin: 0; }
.matte-cta-group { display: flex; gap: 1rem; flex-wrap: wrap; }
.matte-btn { display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 0.5rem; height: 48px !important; min-height: 48px !important; max-height: 48px !important; padding: 0 1.5rem !important; font-size: 0.9375rem !important; font-weight: 600 !important; line-height: 1 !important; letter-spacing: -0.005em; text-decoration: none !important; border-radius: 8px !important; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1); white-space: nowrap; cursor: pointer; border: none !important; text-align: center !important; box-sizing: border-box !important; }
.matte-btn-primary { background: #0071E3 !important; color: #fff !important; box-shadow: 0 4px 14px rgba(99, 91, 255, 0.30) !important; }
.matte-btn-primary:hover { transform: translateY(-1px); background: #0077ED !important; box-shadow: 0 6px 20px rgba(99, 91, 255, 0.45) !important; }
.matte-btn-icon { width: 18px; height: 18px; flex-shrink: 0; }
@media (min-width: 768px) { .tesla-ppf-features-content { grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; } .matte-features-heading { font-size: clamp(2rem, 3.5vw, 2.75rem); } .matte-features-visual { margin-top: 12rem; } }
@media (min-width: 1024px) { .tesla-ppf-features-content { gap: 4rem; } .matte-features-visual { margin-top: 14rem; } }
@media (max-width: 480px) { .matte-cta-group { flex-direction: column; width: 100%; } .matte-btn { width: 100% !important; } .matte-stats-grid { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .tesla-ppf-features-section *, .tesla-ppf-features-section *::before, .tesla-ppf-features-section *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } }

        .portfolio-root {
            --brand-purple: #635BFF;
            --brand-purple-light: #A78BFA;
            --brand-blue: #635BFF;
            --brand-teal: #06B6D4;
            --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', Roboto, 'Helvetica Neue', Ubuntu, 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;
            max-width: 26ch;
            text-wrap: balance;
        }

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

        .portfolio-subtitle .highlight {
            color: inherit;
            font-weight: 400;
        }

        
        .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:nth-child(2)::before { background: linear-gradient(180deg, rgba(6, 182, 212, 0.30) 0%, rgba(8, 51, 68, 0.80) 100%); }
        .portfolio-carousel-slide:nth-child(3)::before { background: linear-gradient(180deg, rgba(30, 58, 95, 0.35) 0%, rgba(7, 26, 46, 0.82) 100%); }
        .portfolio-carousel-slide:nth-child(4)::before { background: linear-gradient(180deg, rgba(16, 185, 129, 0.28) 0%, rgba(4, 47, 46, 0.80) 100%); }
        .portfolio-carousel-slide:nth-child(5)::before { background: linear-gradient(180deg, rgba(56, 189, 248, 0.28) 0%, rgba(12, 74, 110, 0.80) 100%); }
        .portfolio-carousel-slide:nth-child(6)::before { background: linear-gradient(180deg, rgba(29, 78, 216, 0.32) 0%, rgba(15, 23, 42, 0.80) 100%); }

        
        .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', 'Helvetica Neue', Arial, 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 { color: #635BFF; }
    .ac-reg { font-size: 0.5em; vertical-align: super; line-height: 0; 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: #A78BFA; --icon-color-dark: #7C3AED; }
    .ac-feature-item:nth-child(2) { --icon-color: #06B6D4; --icon-color-dark: #06B6D4; }
    .ac-feature-item:nth-child(3) { --icon-color: #34D399; --icon-color-dark: #10B981; }
    .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', system-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', 'Helvetica Neue', Arial, 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 { color: inherit; }

.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: #21D4FD; }

.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', 'Helvetica Neue', Arial, 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-item[href^="tel"] .ac-faq-footer-title { color: #635BFF; }
.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', 'Helvetica Neue', Arial, 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; } }

.acfintppf-cta { position:relative; background-color: #0A101E; background-image:linear-gradient(180deg, #1C1C1C 0%, #050505 100%); padding:clamp(4.5rem,9vh,7rem) clamp(1.5rem,5vw,4rem); overflow:hidden; }
.acfintppf-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; }
.acfintppf-cta-inner { position:relative; z-index:2; max-width:840px; margin:0 auto; text-align:center; }
.acfintppf-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; }
.acfintppf-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; }
.acfintppf-cta-btns { display:flex; gap:0.9rem; flex-wrap:wrap; justify-content:center; }
.acfintppf-cta-b1 { display:inline-flex; align-items:center; gap:8px; padding:15px 30px; border-radius:999px; background: #0071E3; 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, background .15s ease; }
.acfintppf-cta-b1:hover { transform:translateY(-1px); background: #0077ED; }
.acfintppf-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); }
.acfintppf-cta-tel { display:block; margin-top:1.4rem; font-size:0.9375rem; color:rgba(255,255,255,0.88) !important; }
.acfintppf-cta-tel a { color: #7DD3FC !important; font-weight:700; text-decoration:none !important; }

#ppf-starting-prices { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, system-ui, sans-serif; position: relative; width: 100vw; left: 50%; right: 50%; margin: 24px -50vw 0; background: #ffffff; padding: clamp(2.5rem, 5vh, 4rem) clamp(1.25rem, 5vw, 4rem); box-sizing: border-box; }
#ppf-starting-prices::before, #ppf-starting-prices::after { content: none; display: none; }
.acppf-pps-inner { max-width: 900px; margin: 0 auto; position: relative; }
.acppf-pps-eyebrow { 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: 1rem; }
.acppf-pps-eyebrow::before { content: ''; width: 22px; height: 2px; background: linear-gradient(90deg, #4F46E5, #7B5CF5); }
#ppf-starting-prices h2 { font-size: clamp(2rem, 3.2vw, 2.75rem); font-weight: 800; line-height: 1.1; letter-spacing: -0.03em; color: #0A2540; margin: 0 0 1rem; }
#ppf-starting-prices p { font-size: 1.0625rem; color: #425466; line-height: 1.6; margin: 0 0 1.6rem; }
#ppf-starting-prices .acppf-pricetable-wrap { overflow-x: auto; border: 1px solid #E6EBF1; border-radius: 16px; background: #ffffff; box-shadow: 0 4px 12px rgba(10, 37, 64, 0.06); margin-bottom: 1.25rem; }
#ppf-starting-prices table { width: 100%; border-collapse: collapse; font-size: 0.9375rem; min-width: 520px; }
#ppf-starting-prices th, #ppf-starting-prices td { text-align: left; padding: 14px 18px; border-bottom: 1px solid #EDF1F6; color: #425466; }
#ppf-starting-prices th { font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #697386; background: #F7F9FC; }
#ppf-starting-prices tbody tr:last-child td { border-bottom: 0; }
#ppf-starting-prices td:nth-child(2) { font-weight: 700; color: #0A2540; white-space: nowrap; }
#ppf-starting-prices td:first-child { font-weight: 600; color: #0A2540; white-space: nowrap; }
#ppf-starting-prices p:last-child { margin-bottom: 0; font-size: 0.9375rem; color: #697386; }
#ppf-starting-prices p a { color: #0071E3; font-weight: 600; text-decoration: none; }
#ppf-starting-prices p a:hover { text-decoration: underline; }
#ppf-service-area { margin-bottom: 1.5rem; }
#ppf-service-area h2 { font-size: 1.05rem; font-weight: 700; color: #0A2540; letter-spacing: -0.01em; line-height: 1.35; margin: 0 0 0.625rem; }
#ppf-service-area p { font-size: 0.875rem; color: #425466; line-height: 1.6; margin: 0 0 0.875rem; }
#ppf-service-area ul { list-style: none; margin: 0 0 0.875rem; padding: 0; display: flex; flex-wrap: wrap; gap: 0.5rem; }
#ppf-service-area ul a { display: inline-block; padding: 0.5rem 1rem; border: 1.5px solid #E6EBF1; border-radius: 100px; font-size: 0.8125rem; font-weight: 600; color: #425466; text-decoration: none; line-height: 1.2; letter-spacing: -0.005em; transition: all 0.2s ease; background: #fff; }
#ppf-service-area ul a:hover { border-color: #635BFF; color: #635BFF; background: rgba(99, 91, 255, 0.04); }

/* 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(.actpp) { grid-template-rows: auto !important; }
  .fe-block:has(.actpp) { grid-row: 1 / 2 !important; height: auto !important; min-height: 0 !important; }
}

.vp-dashwrap {
  --bg: #FAFAF7;
  --paper: #FFFFFF;
  --ink-1: #0A0A0A;
  --ink-2: #1F1F1F;
  --ink-3: #4A4A4A;
  --ink-4: #8A8A85;
  --ink-5: #B8B8B0;
  --line: #E8E6DF;
  --line-2: #F1EFEA;
  --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, system-ui, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;
}