:root {
  --pct-primary: #2c2376;
  --pct-secondary: #5b44b8;
  --pct-accent: #49d38a;
  --pct-dark: #141134;
  --pct-ink: #111827;
  --pct-muted: #667085;
  --pct-soft: #f6f7fb;
  --pct-white: #ffffff;
  --pct-border: rgba(17, 24, 39, 0.10);
  --pct-shadow: 0 22px 65px rgba(18, 15, 50, 0.13);
  --pct-radius: 26px;
  --pct-max: 1180px;
  --pct-logo-width: 230px;
  --pct-logo-mobile-width: 170px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--pct-ink);
  background: #fff;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
a { color: var(--pct-secondary); text-decoration: none; }
a:hover { color: var(--pct-primary); }
img { max-width: 100%; height: auto; display: block; }
.pct-skip-link { position: absolute; left: -999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.pct-skip-link:focus { left: 20px; top: 20px; width: auto; height: auto; z-index: 999; background: #fff; padding: 10px 14px; border-radius: 10px; }

.pct-container { width: min(calc(100% - 40px), var(--pct-max)); margin: 0 auto; }
.pct-narrow { width: min(calc(100% - 40px), 920px); }
.pct-section { padding: 88px 0; }
.pct-section-soft { background: var(--pct-soft); }
.pct-section-intro { background: #fff; }
.pct-eyebrow { color: var(--pct-accent); font-weight: 900; letter-spacing: .13em; text-transform: uppercase; font-size: 13px; margin-bottom: 12px; }
.pct-heading { font-size: clamp(32px, 4.2vw, 56px); line-height: 1.06; margin: 0 0 20px; color: var(--pct-ink); letter-spacing: -0.045em; }
.pct-subheading { font-size: 18px; color: var(--pct-muted); max-width: 760px; margin: 0 0 30px; }
.pct-center { text-align: center; }
.pct-center .pct-subheading { margin-left: auto; margin-right: auto; }

.pct-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 23px; border-radius: 999px; font-weight: 850; border: 1px solid transparent; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.pct-btn:hover { transform: translateY(-1px); }
.pct-btn-primary { background: linear-gradient(135deg, var(--pct-primary), var(--pct-secondary)); color: #fff; box-shadow: 0 14px 35px rgba(91, 68, 184, .29); }
.pct-btn-primary:hover { color: #fff; }
.pct-btn-outline { background: #fff; border-color: var(--pct-border); color: var(--pct-primary); }
.pct-btn-outline:hover { box-shadow: var(--pct-shadow); }

/* Header */
.pct-site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); border-bottom: 1px solid var(--pct-border); }
.admin-bar .pct-site-header { top: 32px; }
.pct-header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.pct-brand { display: flex; align-items: center; gap: 12px; color: var(--pct-primary); font-weight: 900; letter-spacing: -0.03em; flex-shrink: 0; }
.pct-brand img, .pct-brand .custom-logo, .pct-fallback-logo { width: var(--pct-logo-width); max-width: 100%; max-height: 70px; object-fit: contain; }
.pct-nav { display: flex; align-items: center; gap: 24px; }
.pct-menu, .pct-menu ul { list-style: none; margin: 0; padding: 0; }
.pct-menu { display: flex; align-items: center; gap: 24px; }
.pct-menu a { color: var(--pct-ink); font-weight: 750; font-size: 15px; }
.pct-menu a:hover, .pct-menu .current-menu-item > a { color: var(--pct-secondary); }
.pct-header-actions { display: flex; align-items: center; gap: 12px; }
.pct-menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--pct-border); border-radius: 14px; background: #fff; color: var(--pct-primary); font-size: 22px; }

/* Hero */
.pct-hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 14%, rgba(73,211,138,.34), transparent 24%), radial-gradient(circle at 16% 18%, rgba(255,255,255,.17), transparent 22%), linear-gradient(135deg, #110b46 0%, var(--pct-primary) 48%, #5b44b8 100%); }
.pct-hero:after { content: ""; position: absolute; inset: auto -120px -190px auto; width: 520px; height: 520px; border-radius: 999px; background: rgba(73,211,138,.12); border: 1px solid rgba(255,255,255,.15); }
.pct-hero-bg-dots { position: absolute; left: 0; top: 0; width: 430px; height: 430px; opacity: .36; background-image: radial-gradient(rgba(255,255,255,.65) 3px, transparent 4px); background-size: 18px 18px; mask-image: linear-gradient(90deg, #000 0%, transparent 100%); }
.pct-hero-inner { position: relative; z-index: 1; min-height: 660px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 58px; padding: 90px 0; }
.pct-hero h1 { color: #fff; font-size: clamp(44px, 6vw, 80px); line-height: .98; letter-spacing: -0.06em; margin: 0 0 24px; }
.pct-hero p { color: rgba(255,255,255,.86); font-size: 19px; margin: 0 0 34px; max-width: 680px; }
.pct-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.pct-hero .pct-btn-outline { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.28); color: #fff; }
.pct-hero-card { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 30px 80px rgba(0,0,0,.25); backdrop-filter: blur(18px); border-radius: 34px; padding: 28px; }
.pct-dashboard-card { background: rgba(255,255,255,.96); color: var(--pct-ink); border-radius: 28px; padding: 24px; box-shadow: var(--pct-shadow); }
.pct-dashboard-row { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--pct-border); padding: 15px 0; gap: 20px; }
.pct-dashboard-row:last-child { border-bottom: 0; }
.pct-pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border-radius: 999px; background: rgba(73,211,138,.14); color: #14733d; font-weight: 850; font-size: 13px; }
.pct-metric { font-weight: 900; font-size: 24px; color: var(--pct-primary); }

/* Cards */
.pct-grid { display: grid; gap: 24px; }
.pct-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pct-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pct-card-list { margin-top: 34px; }
.pct-card { background: #fff; border: 1px solid var(--pct-border); border-radius: var(--pct-radius); padding: 28px; box-shadow: 0 12px 30px rgba(17,24,39,.05); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.pct-card:hover { transform: translateY(-4px); box-shadow: var(--pct-shadow); border-color: rgba(91,68,184,.28); }
.pct-card-icon { width: 56px; height: 56px; border-radius: 19px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(44,35,118,.12), rgba(73,211,138,.14)); color: var(--pct-primary); font-weight: 900; margin-bottom: 18px; text-transform: uppercase; }
.pct-card h3 { margin: 0 0 12px; font-size: 22px; line-height: 1.2; color: var(--pct-ink); }
.pct-card p { color: var(--pct-muted); margin: 0 0 18px; }
.pct-card-link { font-weight: 900; color: var(--pct-secondary); }
.pct-featured-image { border-radius: 20px; overflow: hidden; margin: -4px -4px 20px; background: var(--pct-soft); }
.pct-featured-image img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.pct-result { font-size: 14px; background: rgba(73,211,138,.09); padding: 12px; border-radius: 14px; }

.pct-split { display: grid; grid-template-columns: .92fr 1.08fr; gap: 54px; align-items: center; }
.pct-check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 14px; }
.pct-check-list li { position: relative; padding-left: 34px; color: var(--pct-muted); }
.pct-check-list li:before { content: "✓"; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: rgba(73,211,138,.18); color: #14733d; font-weight: 900; font-size: 13px; }
.pct-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pct-stat { padding: 24px; border-radius: 24px; background: #fff; border: 1px solid var(--pct-border); box-shadow: 0 10px 30px rgba(17,24,39,.05); }
.pct-stat strong { display: block; color: var(--pct-primary); font-size: 34px; line-height: 1; margin-bottom: 8px; }
.pct-stat span { color: var(--pct-muted); font-weight: 750; font-size: 14px; }
.pct-about-panel, .pct-side-panel { background: var(--pct-soft); border: 1px solid var(--pct-border); border-radius: 28px; padding: 32px; }

/* Content */
.pct-page-hero { background: linear-gradient(135deg, rgba(44,35,118,.08), rgba(73,211,138,.08)); padding: 78px 0; border-bottom: 1px solid var(--pct-border); }
.pct-page-hero h1 { margin: 0 0 14px; font-size: clamp(34px, 5vw, 60px); line-height: 1.05; letter-spacing: -0.05em; color: var(--pct-primary); }
.pct-page-hero p { max-width: 800px; margin: 0; color: var(--pct-muted); font-size: 18px; }
.pct-content { padding: 76px 0; }
.pct-entry { max-width: 850px; }
.pct-entry h1, .pct-entry h2, .pct-entry h3 { line-height: 1.18; letter-spacing: -0.03em; }
.pct-entry p, .pct-entry li { color: #394150; }
.pct-entry img, .pct-single-image img { border-radius: 22px; }
.pct-single-image { margin-bottom: 28px; }
.pct-single-split { align-items: start; grid-template-columns: minmax(0, 1fr) 360px; }

/* Contact */
.pct-contact-wrap { display: grid; grid-template-columns: .92fr 1.08fr; gap: 34px; align-items: start; }
.pct-contact-box { background: linear-gradient(135deg, var(--pct-primary), var(--pct-secondary)); color: #fff; border-radius: 30px; padding: 34px; box-shadow: var(--pct-shadow); }
.pct-contact-box h3 { color: #fff; margin-top: 0; }
.pct-contact-box a, .pct-contact-box p, .pct-contact-box li { color: rgba(255,255,255,.88); }
.pct-contact-list { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 14px; }
.pct-form { background: #fff; border: 1px solid var(--pct-border); border-radius: 30px; padding: 30px; box-shadow: var(--pct-shadow); }
.pct-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pct-field { margin-bottom: 18px; }
.pct-field label { display: block; color: var(--pct-ink); font-weight: 800; margin-bottom: 7px; }
.pct-field input, .pct-field textarea, .pct-field select { width: 100%; border: 1px solid var(--pct-border); border-radius: 16px; padding: 13px 15px; font: inherit; color: var(--pct-ink); background: #fff; }
.pct-field textarea { min-height: 150px; resize: vertical; }
.pct-hidden { display: none !important; }
.pct-alert { border-radius: 16px; padding: 14px 16px; margin-bottom: 18px; font-weight: 750; }
.pct-alert-success { background: rgba(73,211,138,.16); color: #146c3b; }
.pct-alert-error { background: rgba(220,38,38,.12); color: #991b1b; }
.pct-map-wrap { margin-top: 36px; overflow: hidden; border-radius: 30px; border: 1px solid var(--pct-border); box-shadow: var(--pct-shadow); }
.pct-map-wrap iframe { display: block; width: 100%; min-height: 420px; border: 0; }

/* CTA */
.pct-cta-section { background: #fff; }
.pct-cta-box { background: radial-gradient(circle at 90% 0%, rgba(73,211,138,.22), transparent 30%), linear-gradient(135deg, var(--pct-dark), var(--pct-primary)); color: #fff; border-radius: 34px; padding: 44px; display: flex; align-items: center; justify-content: space-between; gap: 28px; box-shadow: var(--pct-shadow); }
.pct-cta-box h2 { color: #fff; font-size: clamp(30px, 4vw, 52px); line-height: 1.05; letter-spacing: -0.04em; margin: 0 0 12px; }
.pct-cta-box p { margin: 0; color: rgba(255,255,255,.82); max-width: 760px; }

/* Footer */
.pct-site-footer { background: #0f1022; color: rgba(255,255,255,.78); padding: 64px 0 28px; }
.pct-footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .8fr 1fr; gap: 30px; margin-bottom: 38px; }
.pct-site-footer .pct-brand { margin-bottom: 16px; }
.pct-site-footer .pct-brand img { filter: brightness(0) invert(1); opacity: .94; }
.pct-site-footer h3, .pct-site-footer h4 { color: #fff; margin-top: 0; }
.pct-footer-menu { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.pct-footer-menu a, .pct-site-footer a { color: rgba(255,255,255,.76); }
.pct-socials { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.pct-socials a { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: rgba(255,255,255,.08); color: #fff; font-weight: 900; text-transform: uppercase; }
.pct-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 14px; }

/* Blog */
.pct-meta { color: var(--pct-muted); font-size: 14px; font-weight: 750; margin-bottom: 10px; }
.pct-pagination { margin-top: 42px; display: flex; justify-content: center; gap: 10px; }
.pct-pagination .page-numbers { display: inline-flex; min-width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid var(--pct-border); border-radius: 12px; color: var(--pct-primary); font-weight: 800; }
.pct-pagination .current { background: var(--pct-primary); color: #fff; }

@media (max-width: 980px) {
  .pct-menu-toggle { display: inline-grid; place-items: center; }
  .pct-nav { position: absolute; left: 20px; right: 20px; top: 92px; display: none; background: #fff; border: 1px solid var(--pct-border); border-radius: 22px; box-shadow: var(--pct-shadow); padding: 18px; }
  .pct-nav.is-open { display: block; }
  .pct-menu { display: grid; gap: 12px; }
  .pct-header-actions .pct-header-cta { display: none; }
  .pct-hero-inner, .pct-split, .pct-contact-wrap, .pct-single-split { grid-template-columns: 1fr; }
  .pct-grid-3, .pct-grid-2, .pct-footer-grid { grid-template-columns: 1fr 1fr; }
  .pct-hero-inner { min-height: auto; padding: 76px 0; }
  .pct-cta-box { display: grid; }
}
@media (max-width: 640px) {
  .admin-bar .pct-site-header { top: 0; }
  .pct-container, .pct-narrow { width: min(calc(100% - 28px), var(--pct-max)); }
  .pct-section { padding: 62px 0; }
  .pct-grid-3, .pct-grid-2, .pct-footer-grid, .pct-stat-grid, .pct-form-grid { grid-template-columns: 1fr; }
  .pct-header-inner { min-height: 74px; }
  .pct-brand img, .pct-brand .custom-logo, .pct-fallback-logo { width: var(--pct-logo-mobile-width); max-height: 56px; }
  .pct-hero h1 { font-size: 42px; }
  .pct-hero-card { padding: 18px; border-radius: 24px; }
  .pct-cta-box { padding: 28px; border-radius: 26px; }
  .pct-footer-bottom { display: block; }
}
