.pcl {
  --pcl-red: #c90f0f;
  --pcl-red-dark: #990b0b;
  --pcl-ink: #202126;
  --pcl-muted: #5f626b;
  --pcl-line: #e7e7ea;
  --pcl-soft: #f5f5f6;
  --pcl-dark: #171821;
  --pcl-white: #ffffff;
  --pcl-radius: 22px;
  --pcl-shadow: 0 18px 45px rgba(17, 18, 28, .12);
  color: var(--pcl-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fff;
  overflow: hidden;
}

.pcl *, .pcl *::before, .pcl *::after { box-sizing: border-box; }
.pcl a { color: inherit; text-decoration: none; }
.pcl p { color: var(--pcl-muted); line-height: 1.65; margin: 0; }
.pcl h1, .pcl h2, .pcl h3 { margin: 0; letter-spacing: -0.04em; color: var(--pcl-ink); line-height: 1.05; }
.pcl h1 { font-size: clamp(2.55rem, 5.4vw, 5.5rem); max-width: 980px; }
.pcl h2 { font-size: clamp(2rem, 4vw, 3.8rem); }
.pcl h3 { font-size: 1.25rem; }

.pcl-container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.pcl-eyebrow { color: var(--pcl-red) !important; font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 14px !important; }

.pcl-hero { position: relative; padding: clamp(58px, 8vw, 112px) 0 48px; background: radial-gradient(circle at 78% 12%, rgba(201, 15, 15, .15), transparent 35%), linear-gradient(135deg, #fff 0%, #f3f4f7 62%, #e5e6ea 100%); }
.pcl-hero::after { content: ""; position: absolute; inset: auto -12% -18% auto; width: 58vw; height: 58vw; background: radial-gradient(circle, rgba(201,15,15,.1), transparent 65%); pointer-events: none; }
.pcl-hero__grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(340px, .55fr); gap: 34px; align-items: center; position: relative; z-index: 1; }
.pcl-hero__lead { font-size: clamp(1.04rem, 1.7vw, 1.28rem); max-width: 760px; margin-top: 24px !important; color: #3d3f48 !important; }
.pcl-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.pcl-btn { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 16px 22px; border-radius: 999px; font-weight: 900; font-size: .98rem; border: 1px solid transparent; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.pcl-btn:hover { transform: translateY(-2px); }
.pcl-btn--primary { background: var(--pcl-red); color: #fff !important; box-shadow: 0 16px 34px rgba(201, 15, 15, .28); }
.pcl-btn--primary:hover { background: var(--pcl-red-dark); box-shadow: 0 20px 42px rgba(201, 15, 15, .34); }
.pcl-btn--secondary { background: #fff; color: var(--pcl-ink) !important; border-color: rgba(32, 33, 38, .16); }
.pcl-btn--full { width: 100%; }

.pcl-trust-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 24px 0 0; list-style: none; }
.pcl-trust-list li { display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid rgba(32,33,38,.12); border-radius: 999px; background: rgba(255,255,255,.72); font-size: .9rem; color: #333640; font-weight: 700; }
.pcl-trust-list li::before { content: "✓"; color: var(--pcl-red); font-weight: 900; }

.pcl-hero-card { background: rgba(255,255,255,.92); border: 1px solid rgba(32,33,38,.1); border-radius: var(--pcl-radius); padding: 28px; box-shadow: var(--pcl-shadow); backdrop-filter: blur(14px); }
.pcl-hero-card__badge { display: inline-flex; background: #15161f; color: #fff; border-radius: 999px; padding: 8px 12px; font-weight: 900; font-size: .82rem; margin-bottom: 18px; }
.pcl-hero-card h2 { font-size: 1.6rem; margin-bottom: 16px; }
.pcl-hero-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.pcl-hero-card li { color: #3c3e47; line-height: 1.45; padding-left: 26px; position: relative; }
.pcl-hero-card li::before { content: ""; position: absolute; left: 0; top: .45em; width: 10px; height: 10px; border-radius: 50%; background: var(--pcl-red); }
.pcl-mini-call { display: flex; justify-content: center; align-items: center; min-height: 48px; margin-top: 20px; border-radius: 14px; background: #f2f2f4; color: var(--pcl-ink); font-weight: 900; }

.pcl-strip { padding: 18px 0; background: #12131b; color: #fff; }
.pcl-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pcl-strip__grid div { padding: 18px 0; border-right: 1px solid rgba(255,255,255,.14); }
.pcl-strip__grid div:last-child { border-right: 0; }
.pcl-strip strong { display: block; color: #fff; font-size: 1rem; }
.pcl-strip span { display: block; margin-top: 4px; color: rgba(255,255,255,.7); font-size: .92rem; }

.pcl-section { padding: clamp(64px, 8vw, 105px) 0; background: #fff; }
.pcl-section--light { background: var(--pcl-soft); }
.pcl-section--dark { background: linear-gradient(135deg, #15161f, #242633); color: #fff; }
.pcl-section--dark h2, .pcl-section--dark h3 { color: #fff; }
.pcl-section--dark p { color: rgba(255,255,255,.74); }
.pcl-section-head { max-width: 820px; margin-bottom: 34px; }
.pcl-section-head p:not(.pcl-eyebrow) { margin-top: 18px; font-size: 1.08rem; }

.pcl-cards { display: grid; gap: 20px; }
.pcl-cards--four { grid-template-columns: repeat(4, 1fr); }
.pcl-card { background: #fff; border: 1px solid var(--pcl-line); border-radius: var(--pcl-radius); padding: 26px; box-shadow: 0 12px 34px rgba(17,18,28,.06); }
.pcl-card__icon { display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; border-radius: 14px; background: rgba(201,15,15,.09); color: var(--pcl-red); font-weight: 900; margin-bottom: 20px; }
.pcl-card h3 { margin-bottom: 12px; }

.pcl-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(34px, 6vw, 72px); align-items: center; }
.pcl-split p { margin: 18px 0 28px; font-size: 1.06rem; }
.pcl-steps { counter-reset: step; margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.pcl-steps li { position: relative; padding: 22px 22px 22px 74px; border: 1px solid var(--pcl-line); border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(17,18,28,.05); }
.pcl-steps li::before { counter-increment: step; content: counter(step); position: absolute; left: 20px; top: 20px; width: 36px; height: 36px; border-radius: 50%; background: var(--pcl-red); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 900; }
.pcl-steps strong { display: block; font-size: 1.05rem; margin-bottom: 5px; }
.pcl-steps span { color: var(--pcl-muted); line-height: 1.5; }

.pcl-authority { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.pcl-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pcl-proof-grid div { padding: 24px 18px; border-radius: 20px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
.pcl-proof-grid strong { display: block; color: #fff; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1; letter-spacing: -.05em; }
.pcl-proof-grid span { display: block; color: rgba(255,255,255,.7); margin-top: 10px; line-height: 1.35; }

.pcl-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pcl-service-grid article { background: #fff; border: 1px solid var(--pcl-line); border-radius: 20px; padding: 25px; min-height: 190px; }
.pcl-service-grid h3 { margin-bottom: 12px; color: var(--pcl-red); }

.pcl-contact-grid { display: grid; grid-template-columns: .82fr 1fr; gap: clamp(28px, 6vw, 78px); align-items: start; }
.pcl-contact-grid > div > p { margin: 18px 0 22px; }
.pcl-call-box { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 20px; border-radius: 18px; background: #161720; color: #fff; margin-top: 12px; }
.pcl-call-box span { color: rgba(255,255,255,.68); }
.pcl-call-box a { color: #fff; font-size: 1.18rem; font-weight: 900; }
.pcl-call-box--muted { background: #f2f2f4; color: var(--pcl-ink); }
.pcl-call-box--muted span, .pcl-call-box--muted a { color: var(--pcl-ink); }

.pcl-form { background: #fff; border: 1px solid var(--pcl-line); border-radius: var(--pcl-radius); padding: clamp(22px, 4vw, 34px); box-shadow: var(--pcl-shadow); }
.pcl-form label { display: grid; gap: 8px; margin-bottom: 16px; font-weight: 900; color: var(--pcl-ink); }
.pcl-form input, .pcl-form select, .pcl-form textarea { width: 100%; border: 1px solid #d8d9de; border-radius: 14px; min-height: 50px; padding: 12px 14px; font: inherit; color: var(--pcl-ink); background: #fff; }
.pcl-form textarea { resize: vertical; }
.pcl-form input:focus, .pcl-form select:focus, .pcl-form textarea:focus { outline: 3px solid rgba(201,15,15,.16); border-color: var(--pcl-red); }
.pcl-form-note { font-size: .9rem; margin-top: 12px !important; text-align: center; }
.pcl-hp { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.pcl-alert { padding: 12px 14px; border-radius: 14px; margin-bottom: 16px; font-weight: 800; }
.pcl-alert--ok { background: #e9f8ef; color: #126b33; }
.pcl-alert--error { background: #fff0f0; color: #9a1111; }

.pcl-section--faq { background: #fff; padding-bottom: 120px; }
.pcl-faq { display: grid; gap: 12px; }
.pcl-faq details { border: 1px solid var(--pcl-line); border-radius: 18px; padding: 18px 20px; background: #fff; }
.pcl-faq summary { cursor: pointer; font-weight: 900; color: var(--pcl-ink); }
.pcl-faq p { margin-top: 12px; }

.pcl-sticky-mobile { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 99999; display: none; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px; background: rgba(18,19,27,.88); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; backdrop-filter: blur(12px); box-shadow: 0 18px 42px rgba(0,0,0,.22); }
.pcl-sticky-mobile a { min-height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 13px; color: #fff !important; font-weight: 900; }
.pcl-sticky-mobile a:first-child { background: var(--pcl-red); }
.pcl-sticky-mobile a:last-child { background: rgba(255,255,255,.12); }

@media (max-width: 1024px) {
  .pcl-hero__grid, .pcl-split, .pcl-authority, .pcl-contact-grid { grid-template-columns: 1fr; }
  .pcl-hero-card { max-width: 640px; }
  .pcl-cards--four { grid-template-columns: repeat(2, 1fr); }
  .pcl-service-grid { grid-template-columns: repeat(2, 1fr); }
  .pcl-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .pcl-strip__grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
}

@media (max-width: 680px) {
  .pcl-container { width: min(100% - 28px, 1160px); }
  .pcl-hero { padding: 42px 0 28px; }
  .pcl h1 { font-size: clamp(2.2rem, 11vw, 3.2rem); }
  .pcl h2 { font-size: clamp(1.8rem, 8vw, 2.5rem); }
  .pcl-hero__lead { font-size: 1rem; margin-top: 18px !important; }
  .pcl-hero__actions { display: grid; gap: 10px; }
  .pcl-btn { width: 100%; min-height: 52px; padding: 15px 18px; }
  .pcl-trust-list { gap: 8px; }
  .pcl-trust-list li { width: 100%; }
  .pcl-hero-card { padding: 22px; }
  .pcl-strip__grid, .pcl-cards--four, .pcl-service-grid, .pcl-proof-grid { grid-template-columns: 1fr; }
  .pcl-section { padding: 56px 0; }
  .pcl-service-grid article { min-height: auto; }
  .pcl-call-box { align-items: flex-start; flex-direction: column; }
  .pcl-form { padding: 20px; }
  .pcl-sticky-mobile { display: grid; }
  body { padding-bottom: 78px; }
}
