:root {
  --portaloo-green: #4bb050;
  --portaloo-green-dark: #3b8f40;
  --portaloo-green-light: #f3f8f3;
  --portaloo-green-soft: #d8ead9;
  --portaloo-dark: #1b1f1b;
  --portaloo-muted: #5d665b;
  --portaloo-border: #ececec;
}

.portaloo-pillar-page,
.portaloo-pillar-page * {
  box-sizing: border-box;
}

.portaloo-pillar-page {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--portaloo-dark);
  line-height: 1.6;
  background: #fff;
}

.portaloo-pillar-page a {
  color: inherit;
}

.portaloo-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.portaloo-hero {
  background: #f7f7f7;
  color: var(--portaloo-dark);
  padding: 54px 0;
  border-bottom: 1px solid var(--portaloo-border);
}

.portaloo-hero-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 38px;
  align-items: center;
}

.portaloo-eyebrow {
  display: inline-block;
  color: var(--portaloo-green-dark);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
  margin-bottom: 12px;
}

.portaloo-pillar-page h1 {
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1;
  margin: 0 0 20px;
  letter-spacing: -0.05em;
}

.portaloo-pillar-page h2 {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin: 0 0 18px;
}

.portaloo-pillar-page h3 {
  font-size: 22px;
  margin: 0 0 10px;
}

.portaloo-hero p {
  color: var(--portaloo-muted);
  font-size: 20px;
  max-width: 720px;
  margin: 0 0 28px;
}

.portaloo-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.portaloo-btn {
  display: inline-block;
  background: var(--portaloo-green);
  color: white !important;
  padding: 13px 20px;
  border-radius: 6px;
  text-decoration: none !important;
  font-weight: 800;
  border: 2px solid var(--portaloo-green);
}

.portaloo-btn:hover {
  background: var(--portaloo-green-dark);
  border-color: var(--portaloo-green-dark);
}

.portaloo-trust-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.portaloo-trust-pill {
  background: white;
  border: 1px solid var(--portaloo-green-soft);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 14px;
}

.portaloo-quote-card {
  background: #fff;
  color: var(--portaloo-dark);
  padding: 28px;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
  border: 1px solid var(--portaloo-border);
  width: 100%;
  max-width: 420px;
  justify-self: end;
}

.portaloo-quote-card p {
  color: var(--portaloo-muted);
  font-size: 17px;
  margin: 0 0 16px;
}

.portaloo-quote-card ul {
  padding-left: 20px;
  margin: 16px 0 20px;
  color: var(--portaloo-dark);
}

.portaloo-quote-card li {
  margin-bottom: 6px;
}

.portaloo-service-strip {
  background: white;
  border-top: 1px solid var(--portaloo-border);
  border-bottom: 1px solid var(--portaloo-border);
  padding: 26px 0;
}

.portaloo-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
  font-weight: 800;
}

.portaloo-strip-grid strong {
  display: block;
  font-size: 22px;
  color: var(--portaloo-green-dark);
}

.portaloo-strip-grid div {
  color: var(--portaloo-muted);
}

.portaloo-pillar-page section {
  padding: 46px 0;
}

.portaloo-alt {
  background: var(--portaloo-green-light);
}

.portaloo-lead {
  font-size: 19px;
  color: var(--portaloo-muted);
/*  max-width: 880px; */
  margin: 0 0 32px;
}

.portaloo-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.portaloo-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.portaloo-card {
  background: white;
  border: 1px solid var(--portaloo-border);
  border-radius: 4px;
  padding: 24px;
}

.portaloo-tick-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
}

.portaloo-tick-list li::before {
  content: "✓";
  color: var(--portaloo-green-dark);
  font-weight: 900;
  margin-right: 8px;
}

.portaloo-comparison {
  overflow-x: auto;
}

.portaloo-comparison table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: 4px;
  overflow: hidden;
  min-width: 680px;
}

.portaloo-comparison th,
.portaloo-comparison td {
  padding: 16px;
  border-bottom: 1px solid var(--portaloo-border);
  text-align: left;
  vertical-align: top;
}

.portaloo-comparison th {
  background: var(--portaloo-green);
  color: white;
}

.portaloo-faq details {
  background: white;
  border: 1px solid var(--portaloo-border);
  border-radius: 4px;
  padding: 18px 20px;
  margin-bottom: 12px;
}

.portaloo-faq summary {
  font-weight: 800;
  cursor: pointer;
  font-size: 18px;
}

.portaloo-cta {
  background: #f7f7f7;
  border-top: 1px solid var(--portaloo-border);
  text-align: center;
}

.portaloo-cta p {
  font-size: 19px;
  max-width: 740px;
  margin: 0 auto 24px;
  color: var(--portaloo-muted);
}

.full-width-text {
    max-width: none;
}

.portaloo-option-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block;
  margin-top: 22px;
  border: none;
  border-radius: 4px;
}

.related-service-card {
  display: flex;
  flex-direction: column;
}

.related-service-card p {
  margin-bottom: 20px;
}

.related-service-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 4px;
  margin-top: auto;
}

@media (max-width: 850px) {
  .portaloo-hero-grid,
  .portaloo-grid-3,
  .portaloo-grid-2,
  .portaloo-strip-grid {
    grid-template-columns: 1fr;
  }

  .portaloo-quote-card {
    max-width: none;
    justify-self: stretch;
  }

  .portaloo-hero {
    padding: 42px 0;
  }

  .portaloo-pillar-page section {
    padding: 40px 0;
  }

  .portaloo-pillar-page h1 {
    font-size: 40px;
    line-height: 1.05;
  }

  .portaloo-hero p,
  .portaloo-lead,
  .portaloo-cta p {
    font-size: 17px;
  }

  .portaloo-btn {
    width: 100%;
    text-align: center;
  }

  .portaloo-hero-actions {
    display: block;
  }
}


@media (max-width: 480px) {
  .portaloo-wrap {
    padding: 0 18px;
  }

  .portaloo-pillar-page h1 {
    font-size: 34px;
  }

  .portaloo-pillar-page h2 {
    font-size: 28px;
  }

  .portaloo-quote-card,
  .portaloo-card {
    padding: 20px;
  }
}

/* Mobile header overlap fix */
@media (max-width: 575.98px) {
  main.portaloo-pillar-page {
    padding-top: 125px !important;
  }

  .portaloo-hero {
    padding-top: 2rem !important;
  }

  .portaloo-hero h1 {
    font-size: 2rem;
    line-height: 1.08;
    margin-top: 0;
  }
}