*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy: #001548;
  --blue: #0481FD;
  --bg: #FFF8E8;
  --muted: #4A4A5A;
  --pink: #FF4D8D;
  --cyan: #2EC4FF;
  --violet: #6B6BFF;
  --mint: #3EE0B0;
  --yellow: #FFD23A;
  --ink: #1A1230;
  --font: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

.pc-hero,
.pc-cta {
  background-color: #ffcc33;
}

.pc-hero {
  width: 100%;
  padding: 4.5rem 1.5rem 3.5rem;
}

.pc-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
}

.pc-eyebrow {
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
  background: #fff;
  border: 2px solid var(--navy);
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 1.25rem;
}

.pc-hero h1 {
  font-size: clamp(2.4rem, 6vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #fff;
  text-shadow:
    3px 3px 0 var(--navy),
    -1px -1px 0 var(--navy),
    1px -1px 0 var(--navy),
    -1px 1px 0 var(--navy);
  margin-bottom: 0.4rem;
}

.pc-sub {
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 1rem;
}

.pc-hero-desc {
  font-size: 16px;
  color: #2a2040;
  max-width: 520px;
  margin-bottom: 1.75rem;
}

.pc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1.25rem;
}

.pc-btn-primary,
.pc-btn-secondary,
.pc-btn-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 24px;
  border-radius: 100px;
  text-decoration: none;
  border: 2px solid var(--navy);
  transition: transform 0.15s, box-shadow 0.15s;
}

.pc-btn-primary {
  background: var(--pink);
  color: #fff;
  box-shadow: 3px 3px 0 var(--navy);
}

.pc-btn-secondary {
  background: #fff;
  color: var(--navy);
}

.pc-btn-light {
  background: #fff;
  color: var(--navy);
}

.pc-btn-primary:hover,
.pc-btn-secondary:hover,
.pc-btn-light:hover {
  transform: translateY(-2px);
}

.pc-price-pill {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  background: #fff;
  border: 2px solid var(--navy);
  border-radius: 100px;
  padding: 8px 16px;
  box-shadow: 3px 3px 0 var(--navy);
}

.pc-price-pill strong {
  font-size: 1.35rem;
  color: var(--navy);
}

.pc-price-pill span {
  font-size: 13px;
  color: var(--muted);
}

.pc-hero-visual {
  display: flex;
  justify-content: center;
}

.pc-hero-visual img {
  width: min(100%, 360px);
  height: auto;
  border-radius: 28px;
  border: 3px solid var(--navy);
  box-shadow: 8px 8px 0 var(--navy);
  background: #fff;
}

.pc-section { padding: 4.5rem 1.5rem; }
.pc-benefits { background: #fff7d6; }
.pc-demo { background: #fff; }

.pc-container { max-width: 1100px; margin: 0 auto; }

.pc-header { max-width: 680px; margin-bottom: 2.25rem; }
.pc-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 0.5rem;
}
.pc-header h2,
.pc-cta h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.4rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--navy);
  margin-bottom: 0.75rem;
}
.pc-header p { color: var(--muted); }

.pc-who {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.pc-who > div {
  background: #fff;
  border: 2px solid var(--navy);
  border-radius: 20px;
  padding: 1.4rem 1.5rem;
  box-shadow: 4px 4px 0 var(--navy);
}
.pc-who h3 { font-size: 1.05rem; margin-bottom: 0.4rem; color: var(--navy); }
.pc-who p { color: var(--muted); font-size: 15px; }

.pc-benefit-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
.pc-benefit-grid .pc-card:nth-child(1),
.pc-benefit-grid .pc-card:nth-child(2),
.pc-benefit-grid .pc-card:nth-child(3) { grid-column: span 2; }
.pc-benefit-grid .pc-card:nth-child(4),
.pc-benefit-grid .pc-card:nth-child(5) { grid-column: span 3; }

.pc-card {
  border: 2px solid var(--navy);
  border-radius: 22px;
  padding: 1.4rem 1.35rem;
  box-shadow: 4px 4px 0 var(--navy);
  color: #fff;
}
.pc-card h3 { font-size: 1.1rem; margin: 0.4rem 0 0.45rem; }
.pc-card p { font-size: 14px; line-height: 1.55; color: rgba(255,255,255,0.92); }
.pc-icon { font-size: 10px; opacity: 0.85; }
.pc-card-pink { background: var(--pink); }
.pc-card-cyan { background: var(--cyan); color: var(--navy); }
.pc-card-cyan p { color: #17324a; }
.pc-card-blue { background: var(--violet); }
.pc-card-mint { background: var(--mint); color: var(--navy); }
.pc-card-mint p { color: #134437; }
.pc-card-yellow { background: var(--yellow); color: var(--navy); }
.pc-card-yellow p { color: #3a2d00; }

.pc-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.pc-steps li {
  background: #fff;
  border: 2px solid var(--navy);
  border-radius: 22px;
  padding: 1.5rem 1.35rem;
  box-shadow: 4px 4px 0 var(--navy);
}
.pc-step-num {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--pink);
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.85rem;
  border: 2px solid var(--navy);
}
.pc-steps h3 { font-size: 1.05rem; margin-bottom: 0.4rem; color: var(--navy); }
.pc-steps p { color: var(--muted); font-size: 14px; }

.pc-demo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.15rem;
}
.pc-phone {
  margin: 0;
  background: #fff8ee;
  border: 2px solid var(--navy);
  border-radius: 24px;
  padding: 0.75rem 0.75rem 1rem;
  box-shadow: 4px 4px 0 var(--navy);
}
.pc-phone img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  border: 1px solid rgba(0,21,72,0.12);
}
.pc-phone figcaption {
  padding: 0.85rem 0.25rem 0.15rem;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.45;
}
.pc-phone figcaption strong {
  display: block;
  color: var(--navy);
  font-size: 14px;
  margin-bottom: 0.2rem;
}
.pc-phone-wide { grid-column: 2 / 4; }

.pc-quote {
  background: var(--navy);
  color: #fff;
  padding: 4rem 1.5rem;
  text-align: center;
}
.pc-quote-text {
  font-size: clamp(1.2rem, 2.4vw, 1.65rem);
  line-height: 1.45;
  font-weight: 600;
  max-width: 760px;
  margin: 0 auto 1rem;
}
.pc-quote-author {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}

.pc-cta {
  padding: 5rem 1.5rem;
  text-align: center;
}
.pc-cta h2 { color: var(--navy); max-width: 720px; margin: 0 auto 0.75rem; }
.pc-cta-price {
  font-size: 1.15rem;
  color: var(--navy);
  margin-bottom: 0.5rem;
}
.pc-cta-price strong { font-size: 1.8rem; }
.pc-cta > .pc-container > p { color: #2a2040; }
.pc-cta-actions { justify-content: center; margin: 1.5rem 0 1.25rem; }
.pc-cta-foot { font-size: 14px; color: #3a2d00; }
.pc-cta-foot a { color: var(--navy); font-weight: 700; }

@media (max-width: 980px) {
  .pc-hero-inner { grid-template-columns: 1fr; text-align: center; }
  .pc-hero { padding-top: 3rem; }
  .pc-hero-desc { margin-left: auto; margin-right: auto; }
  .pc-hero-actions { justify-content: center; }
  .pc-benefit-grid { grid-template-columns: 1fr 1fr; }
  .pc-benefit-grid .pc-card:nth-child(n) { grid-column: span 1; }
  .pc-steps { grid-template-columns: 1fr; }
  .pc-demo-grid { grid-template-columns: 1fr 1fr; }
  .pc-phone-wide { grid-column: auto; }
}

@media (max-width: 680px) {
  .pc-who,
  .pc-benefit-grid,
  .pc-demo-grid { grid-template-columns: 1fr; }
  .pc-hero h1 { text-shadow: 2px 2px 0 var(--navy); }
  .pc-hero-visual img { box-shadow: 5px 5px 0 var(--navy); }
}
