/* About, trust, author and guide-hub pages. Generated from style-v1.0.58.css. */
/* About page specific styles */
.about-page {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 0;
}

.about-intro {
  margin-bottom: 3rem;
}

.about-story {
  margin-bottom: 3rem;
}

.about-story p {
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.valugrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0 3rem 0;
}

.value-card {
  background: var(--background-light);
  padding: 2rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-color);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.value-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.value-card h3 {
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.approach-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  margin: 2rem 0 3rem 0;
}

.approach-text h3 {
  color: var(--primary-color);
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.approach-text h3:first-child {
  margin-top: 0;
}

.approach-stats {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.stat-box {
  background: var(--primary-color);
  color: white;
  padding: 1.5rem;
  border-radius: var(--radius-md);
  text-align: center;
}

.stat-number {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
  color: white;
}

.stat-label {
  font-size: 0.9rem;
  opacity: 0.9;
  color: white;
}

.coverage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin: 2rem 0 3rem 0;
}

.coverage-category {
  background: var(--background-light);
  padding: 2rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-color);
}

.coverage-category h3 {
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.coverage-category ul {
  list-style: none;
  padding: 0;
}

.coverage-category li {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.coverage-category li:last-child {
  border-bottom: none;
}

.coverage-category li:before {
  content: "âœ“ ";
  color: var(--primary-color);
  font-weight: bold;
}

.standards-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin: 2rem 0 3rem 0;
}

.standard-item {
  background: var(--background-light);
  padding: 1.5rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
}

.standard-item h3 {
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.disclaimer-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #f59e0b;
  padding: 2rem;
  border-radius: var(--radius-md);
  margin: 2rem 0 3rem 0;
}

.disclaimer-box p {
  margin-bottom: 1rem;
}

.disclaimer-box p:last-child {
  margin-bottom: 0;
}

.involvement-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.involvement-card {
  background: var(--background-light);
  padding: 1.5rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  text-align: center;
}

.involvement-card h3 {
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.contact-cta {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background: var(--primary-color);
  color: white;
  border-radius: var(--radius-lg);
}

.contact-cta a {
  color: white;
  text-decoration: underline;
  font-weight: 600;
}

.contact-cta a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .approach-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .approach-stats {
    flex-direction: row;
    justify-content: space-around;
  }
  
  .stat-box {
    flex: 1;
    margin: 0 0.5rem;
  }
  
  .valugrid,
  .coverage-grid,
  .standards-content,
  .involvement-options {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .about-page {
    padding: 1rem;
  }
}

/* General page styles for converted pages */
.page .entry-content {
  max-width: 1000px;
  margin: 0 auto;
}

/* Benefits grid and cards */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.benefit-card {
  background: var(--background-light);
  padding: 2rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-color);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.benefit-card h3 {
  color: var(--primary-color);
  margin-bottom: 1rem;
}

/* Content sections */
.content-section {
  margin: 3rem 0;
}

.content-section h2 {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}

/* Feature grids */
.feature-grid,
.comparison-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.feature-item,
.comparison-item {
  background: var(--background-light);
  padding: 1.5rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
}

.feature-item h3,
.comparison-item h3 {
  color: var(--primary-color);
  margin-bottom: 1rem;
}

/* Page subtitles */
.page-subtitle {
  font-size: 1.2rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  text-align: center;
}

/* Info boxes */
.info-box,
.warning-box {
  padding: 1.5rem;
  border-radius: var(--radius-md);
  margin: 2rem 0;
  border-left: 4px solid;
}

.info-box {
  background: #e8f4f8;
  border-left-color: #2563eb;
  color: #1e40af;
}

.warning-box {
  background: #fef3c7;
  border-left-color: #f59e0b;
  color: #92400e;
}

/* Responsive adjustments for all pages */
@media (max-width: 768px) {
  .benefits-grid,
  .feature-grid,
  .comparison-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .benefit-card,
  .feature-item,
  .comparison-item {
    padding: 1.5rem;
  }
  
  .page-subtitle {
    font-size: 1.1rem;
  }
}

/* About and editorial standards page */
.page-template-page-about-editorial-standards .site-content>.container{max-width:1240px}.rc-editorial-shell{--ed-ink:#172b3b;--ed-muted:#586b79;--ed-line:#d6e2e4;--ed-navy:#18394e;--ed-blue:#176d88;--ed-teal:#17806f;--ed-gold:#a86e07;--ed-red:#a64b43;padding-top:32px}.rc-editorial-page{color:var(--ed-ink)}.rc-editorial-hero{overflow:hidden;position:relative;display:grid;grid-template-columns:minmax(0,1.45fr) 330px;gap:35px;align-items:center;padding:50px 52px;background:radial-gradient(circle at 91% 10%,rgba(23,128,111,.16),transparent 28%),linear-gradient(135deg,#eef8f8,#fff 57%,#edf5f8);border:1px solid #cadfe2;border-radius:23px;box-shadow:0 18px 50px rgba(24,57,78,.08)}.rc-editorial-hero::after{content:"";position:absolute;right:-60px;bottom:-110px;width:250px;height:250px;border:36px solid rgba(23,109,136,.045);border-radius:50%;pointer-events:none}.rc-editorial-hero-copy,.rc-editorial-editor{position:relative;z-index:1}.rc-editorial-eyebrow,.rc-editorial-kicker{margin:0 0 9px!important;color:var(--ed-teal)!important;font-size:.71rem!important;font-weight:900!important;letter-spacing:.08em;text-transform:uppercase}.rc-editorial-hero h1{max-width:760px;margin:0;color:var(--ed-navy);font-size:clamp(2.45rem,4.8vw,4rem);line-height:1.04;letter-spacing:-.04em}.rc-editorial-lede{max-width:790px;margin:21px 0 0;color:#456171;font-size:1.04rem;line-height:1.72}.rc-editorial-hero-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:27px}.rc-editorial-hero-facts span{display:flex;flex-direction:column;min-width:0;padding:13px 14px;color:#687b86;background:rgba(255,255,255,.84);border:1px solid #d3e2e4;border-radius:11px;font-size:.7rem;line-height:1.45}.rc-editorial-hero-facts strong{margin-bottom:2px;color:var(--ed-navy);font-size:.77rem}.rc-editorial-editor{padding:23px;color:#eaf5f4;background:linear-gradient(145deg,#17394e,#176b60);border-radius:17px;box-shadow:0 14px 34px rgba(23,57,77,.2);text-align:center}.rc-editorial-avatar{display:block;width:148px!important;height:148px!important;margin:0 auto 16px!important;object-fit:cover;object-position:center 34%;border:5px solid rgba(255,255,255,.94)!important;border-radius:50%!important;box-shadow:0 8px 24px rgba(0,0,0,.18)!important}.rc-editorial-editor span,.rc-editorial-editor strong{display:block}.rc-editorial-editor span{color:#a7e3d7;font-size:.67rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.rc-editorial-editor strong{margin-top:3px;color:#fff;font-size:1.16rem}.rc-editorial-editor p{margin:8px 0 0;color:#dcecea;font-size:.75rem;line-height:1.55}
.rc-editorial-content.entry-content{max-width:1100px;margin:27px auto 0;font-size:1rem;line-height:1.76}.rc-editorial-content.entry-content>br,.rc-editorial-content.entry-content p:empty,.rc-editorial-jump>br{display:none}.rc-editorial-content.entry-content>section{margin:67px 0}.rc-editorial-content.entry-content h2{margin:0 0 17px;padding:0;color:var(--ed-navy);border:0;font-size:clamp(1.65rem,3vw,2.25rem);line-height:1.18}.rc-editorial-content.entry-content h3{margin:0 0 7px;color:var(--ed-navy);font-size:1rem}.rc-editorial-content.entry-content p{max-width:93ch;color:var(--ed-muted)}.rc-editorial-content.entry-content a{color:var(--ed-blue)}
.rc-editorial-jump{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0;padding:14px 16px;background:#f1f7f8;border:1px solid var(--ed-line);border-radius:13px}.rc-editorial-jump strong{margin-right:5px;color:var(--ed-navy);font-size:.82rem}.rc-editorial-jump a{display:inline-flex;padding:7px 10px;color:#216679!important;background:#fff;border:1px solid #d2e0e3;border-radius:999px;font-size:.76rem;font-weight:800;text-decoration:none!important}.rc-editorial-jump a:hover,.rc-editorial-jump a:focus-visible{color:#fff!important;background:var(--ed-blue);border-color:var(--ed-blue)}
.rc-editorial-scope{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:26px 0}.rc-editorial-scope article{min-width:0;padding:21px;background:#fff;border:1px solid var(--ed-line);border-top:4px solid var(--ed-blue);border-radius:14px}.rc-editorial-scope article:nth-child(2){border-top-color:var(--ed-teal)}.rc-editorial-scope article:nth-child(3){border-top-color:var(--ed-gold)}.rc-editorial-scope span,.rc-editorial-principles article>span,.rc-editorial-source-levels article>span,.rc-editorial-review-grid article>span,.rc-editorial-commercial article>span{display:block;margin-bottom:8px;color:var(--ed-blue);font-size:.68rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.rc-editorial-scope p,.rc-editorial-principles p,.rc-editorial-source-levels p,.rc-editorial-review-grid p,.rc-editorial-commercial p{margin:0;max-width:none!important;color:var(--ed-muted);font-size:.82rem;line-height:1.6}
.rc-editorial-principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:24px}.rc-editorial-principles article{min-width:0;padding:21px;background:#fff;border:1px solid var(--ed-line);border-radius:14px}.rc-editorial-principles article>span{display:grid;width:32px;height:32px;place-items:center;color:#fff;background:var(--ed-blue);border-radius:9px}.rc-editorial-principles article:nth-child(2n)>span{background:var(--ed-teal)}
.rc-editorial-steps{margin:25px 0;padding:0;list-style:none}.rc-editorial-steps li{display:grid;grid-template-columns:48px minmax(0,1fr);gap:16px;padding:18px 0;border-bottom:1px solid var(--ed-line)}.rc-editorial-steps li:first-child{border-top:1px solid var(--ed-line)}.rc-editorial-steps li>span{display:grid;place-items:center;width:43px;height:43px;color:#fff;background:var(--ed-blue);border-radius:11px;font-size:.78rem;font-weight:950}.rc-editorial-steps li:nth-child(2n)>span{background:var(--ed-teal)}.rc-editorial-steps strong{color:var(--ed-navy)}.rc-editorial-steps p{margin:3px 0 0!important;max-width:94ch!important;font-size:.86rem}
.rc-editorial-source-levels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:25px 0}.rc-editorial-source-levels article{min-width:0;padding:22px;background:#f4f8f8;border:1px solid var(--ed-line);border-radius:14px}.rc-editorial-source-levels article:nth-child(3){background:#fff9ec;border-color:#e6d7b3}.rc-editorial-source-levels ul{margin:11px 0 0;padding-left:19px}.rc-editorial-source-levels li{margin-bottom:7px;color:var(--ed-muted);font-size:.79rem;line-height:1.45}.rc-editorial-source-levels article>p{margin-top:12px}.rc-editorial-note{display:grid;grid-template-columns:155px minmax(0,1fr);gap:17px;align-items:start;padding:20px 22px;color:#594a2d;background:#fff9e9;border:1px solid #ead9ad;border-left:5px solid var(--ed-gold);border-radius:13px}.rc-editorial-note strong{color:#735000}.rc-editorial-note p{margin:0!important;max-width:none!important;color:#63563c!important;font-size:.84rem}
.rc-editorial-review-grid,.rc-editorial-commercial{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:25px 0}.rc-editorial-review-grid article,.rc-editorial-commercial article{min-width:0;padding:21px;background:#fff;border:1px solid var(--ed-line);border-radius:14px}.rc-editorial-warning{padding:20px 23px;color:#62342e;background:#fff2f0;border:1px solid #edcbc6;border-left:5px solid var(--ed-red);border-radius:13px}.rc-editorial-warning strong{display:block;margin-bottom:5px;color:#833a34}.rc-editorial-warning p{margin:0!important;max-width:96ch!important;color:#6d4641!important;font-size:.85rem}
.rc-editorial-health{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin:24px 0}.rc-editorial-health>div{min-width:0;padding:22px;background:#f1f8f6;border:1px solid #cfe3dd;border-radius:14px}.rc-editorial-health>div:nth-child(2){background:#f1f6f9;border-color:#d2e1e7}.rc-editorial-health strong{color:var(--ed-navy)}.rc-editorial-health ul{margin:11px 0 0;padding-left:20px}.rc-editorial-health li{margin-bottom:7px;color:var(--ed-muted);font-size:.82rem}.rc-editorial-boundary{padding:21px 23px;max-width:97ch!important;color:#eef8f6!important;background:linear-gradient(135deg,#17394e,#187566);border-radius:14px}.rc-editorial-boundary strong{color:#fff}
.rc-editorial-correction-box{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-top:25px;padding:24px;background:#f1f7f8;border:1px solid var(--ed-line);border-radius:16px}.rc-editorial-correction-box>div{min-width:0;padding:18px;background:#fff;border:1px solid #d5e2e4;border-radius:12px}.rc-editorial-correction-box>div>span{display:grid;place-items:center;width:30px;height:30px;margin-bottom:10px;color:#fff;background:var(--ed-blue);border-radius:8px;font-size:.7rem;font-weight:950}.rc-editorial-correction-box p{margin:0!important;max-width:none!important;font-size:.79rem}.rc-editorial-correction-box p strong{display:block;color:var(--ed-navy)}.rc-editorial-correction-box>a{grid-column:1/-1;justify-self:start;display:inline-flex;padding:11px 15px;color:#fff!important;background:var(--ed-blue);border-radius:9px;font-size:.8rem;font-weight:850;text-decoration:none!important}
.rc-editorial-final{padding:34px 37px;color:#edf7f6;background:radial-gradient(circle at 90% 16%,rgba(160,227,212,.16),transparent 27%),linear-gradient(135deg,#17394e,#197466);border-radius:18px}.rc-editorial-final .rc-editorial-kicker{color:#a6e4d8!important}.rc-editorial-final h2{color:#fff!important}.rc-editorial-final p{max-width:95ch!important;color:#e9f4f3!important}.rc-editorial-final p:last-child{margin-bottom:0!important;padding-top:12px;border-top:1px solid rgba(255,255,255,.16);font-size:.78rem}
@media(max-width:1050px){.rc-editorial-hero{grid-template-columns:1fr;padding:42px}.rc-editorial-editor{display:grid;grid-template-columns:130px minmax(0,1fr);gap:19px;align-items:center;text-align:left}.rc-editorial-avatar{width:120px!important;height:120px!important;margin:0!important}.main-navigation .nav-menu{gap:.7rem}.main-navigation .nav-menu a{font-size:.76rem}}
@media(max-width:820px){.rc-editorial-scope,.rc-editorial-principles,.rc-editorial-source-levels{grid-template-columns:1fr 1fr}.rc-editorial-scope article:last-child,.rc-editorial-source-levels article:last-child{grid-column:1/-1}.rc-editorial-correction-box{grid-template-columns:1fr}.rc-editorial-correction-box>a{grid-column:auto}}
@media(max-width:720px){.rc-editorial-shell{padding-top:18px}.rc-editorial-hero{padding:27px 21px;border-radius:17px}.rc-editorial-hero h1{font-size:2.32rem}.rc-editorial-lede{font-size:.93rem}.rc-editorial-hero-facts,.rc-editorial-scope,.rc-editorial-principles,.rc-editorial-source-levels,.rc-editorial-review-grid,.rc-editorial-health,.rc-editorial-commercial{grid-template-columns:1fr}.rc-editorial-scope article:last-child,.rc-editorial-source-levels article:last-child{grid-column:auto}.rc-editorial-editor{display:block;text-align:center}.rc-editorial-avatar{width:116px!important;height:116px!important;margin:0 auto 14px!important}.rc-editorial-content.entry-content>section{margin:52px 0}.rc-editorial-jump{align-items:stretch}.rc-editorial-jump strong{flex-basis:100%}.rc-editorial-jump a{justify-content:center;flex:1 1 42%}.rc-editorial-note{grid-template-columns:1fr;gap:6px}.rc-editorial-steps li{grid-template-columns:42px minmax(0,1fr);gap:13px}.rc-editorial-steps li>span{width:39px;height:39px}.rc-editorial-correction-box,.rc-editorial-final{padding:21px}}
@media print{.rc-editorial-jump,.rc-editorial-editor,.rc-editorial-correction-box>a{display:none}.rc-editorial-hero,.rc-editorial-boundary,.rc-editorial-final{color:#111;background:#fff!important;border:1px solid #999;box-shadow:none}.rc-editorial-hero *,.rc-editorial-boundary *,.rc-editorial-final *{color:#111!important}.rc-editorial-principles,.rc-editorial-source-levels,.rc-editorial-review-grid,.rc-editorial-commercial{grid-template-columns:repeat(2,minmax(0,1fr))}.rc-editorial-principles article,.rc-editorial-source-levels article,.rc-editorial-review-grid article,.rc-editorial-commercial article{break-inside:avoid}}

/* Editorial guide hubs and trust pages */
.page-template-page-guide-hub .site-content>.container,.page-template-page-trust .site-content>.container{max-width:1240px}.rc-guide-hub-shell,.rc-trust-shell{--pg-ink:#172b3b;--pg-muted:#586b79;--pg-line:#d5e2e6;--pg-navy:#173b55;--pg-blue:#176f91;--pg-teal:#15806f;--pg-gold:#a86c08;padding-top:30px}.rc-guide-hub-page,.rc-trust-page{color:var(--pg-ink)}
.rc-guide-hub-hero,.rc-trust-hero{overflow:hidden;position:relative;padding:49px 52px;background:radial-gradient(circle at 91% 10%,rgba(21,128,111,.15),transparent 28%),linear-gradient(135deg,#eef8f8,#fff 58%,#edf5f8);border:1px solid #cadfe3;border-radius:22px;box-shadow:0 18px 50px rgba(24,57,78,.075)}.rc-guide-hub-hero::after,.rc-trust-hero::after{content:"";position:absolute;right:-55px;bottom:-115px;width:250px;height:250px;border:35px solid rgba(23,111,145,.045);border-radius:50%}.rc-guide-hub-eyebrow,.rc-trust-eyebrow,.rc-trust-kicker,.rc-page-kicker{margin:0 0 9px!important;color:var(--pg-teal)!important;font-size:.71rem!important;font-weight:900!important;letter-spacing:.08em;text-transform:uppercase}.rc-guide-hub-hero h1,.rc-trust-hero h1{position:relative;z-index:1;max-width:940px;margin:0;color:var(--pg-navy);font-size:clamp(2.4rem,4.8vw,4rem);line-height:1.05;letter-spacing:-.04em}.rc-guide-hub-lede,.rc-trust-hero>p:not(.rc-trust-eyebrow){position:relative;z-index:1;max-width:880px;margin:20px 0 0;color:#456271;font-size:1.04rem;line-height:1.7}.rc-trust-hero>span{display:inline-flex;position:relative;z-index:1;margin-top:21px;padding:7px 10px;color:#226a62;background:#fff;border:1px solid #cfe0e0;border-radius:999px;font-size:.72rem;font-weight:800}.rc-guide-hub-facts{display:grid;position:relative;z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;margin-top:27px}.rc-guide-hub-facts span{display:flex;flex-direction:column;padding:14px 16px;color:#667985;background:#fff;border:1px solid #d2e1e4;border-radius:12px;font-size:.74rem}.rc-guide-hub-facts strong{color:var(--pg-navy);font-size:.84rem}
.rc-guide-hub-content.entry-content,.rc-trust-content.entry-content{max-width:1100px;margin:28px auto 0;font-size:1rem;line-height:1.76}.rc-guide-hub-content.entry-content>br,.rc-trust-content.entry-content>br,.rc-guide-hub-content p:empty,.rc-trust-content p:empty{display:none}.rc-page-section,.rc-trust-section,.rc-contact-section{margin:66px 0;scroll-margin-top:90px}.rc-guide-hub-content h2,.rc-trust-content h2{margin:0 0 17px;color:var(--pg-navy);font-size:clamp(1.6rem,3vw,2.2rem)}.rc-guide-hub-content h3,.rc-trust-content h3{color:var(--pg-navy)}.rc-guide-hub-content p,.rc-trust-content p{max-width:94ch;color:var(--pg-muted)}.rc-guide-hub-content a,.rc-trust-content a{color:var(--pg-blue)}
.rc-page-disclosure,.rc-page-definition,.rc-page-price-note,.rc-trust-summary,.rc-contact-intro,.rc-contact-privacy{padding:20px 23px;background:#fff9e9;border:1px solid #e9d9af;border-left:5px solid var(--pg-gold);border-radius:13px}.rc-page-disclosure p,.rc-page-definition p,.rc-page-price-note p,.rc-trust-summary p,.rc-contact-intro p,.rc-contact-privacy p{margin:0;max-width:none}.rc-page-jump,.rc-trust-jump{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:25px 0 0;padding:14px 16px;background:#f1f7f8;border:1px solid var(--pg-line);border-radius:13px}.rc-page-jump strong,.rc-trust-jump strong{margin-right:5px;color:var(--pg-navy);font-size:.82rem}.rc-page-jump a,.rc-trust-jump a{display:inline-flex;padding:7px 10px;color:#21677a!important;background:#fff;border:1px solid #d2e0e3;border-radius:999px;font-size:.76rem;font-weight:800;text-decoration:none!important}.rc-page-jump a:hover,.rc-trust-jump a:hover{color:#fff!important;background:var(--pg-blue)}
.rc-page-definition{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:27px 0 20px;padding:0;overflow:hidden}.rc-page-definition>div{min-width:0;padding:22px 23px}.rc-page-definition>div+div{border-left:1px solid #eadfbf}.rc-page-definition strong{display:block;margin-bottom:8px;color:var(--pg-navy);font-size:.9rem;line-height:1.35}.rc-page-definition p{color:#5b6670;font-size:.82rem;line-height:1.65}
.rc-adult-use-grid,.rc-adult-type-grid,.rc-adult-evidence-grid,.rc-adult-safety-grid,.rc-privacy-cookie-grid,.rc-contact-topics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:25px 0}.rc-adult-use-grid article,.rc-adult-type-grid article,.rc-adult-evidence-grid article,.rc-adult-safety-grid article,.rc-privacy-cookie-grid article,.rc-contact-topics article{padding:21px;background:#fff;border:1px solid var(--pg-line);border-top:4px solid var(--pg-blue);border-radius:14px}.rc-adult-use-grid article:nth-child(2n),.rc-adult-type-grid article:nth-child(2n),.rc-adult-evidence-grid article:nth-child(2n),.rc-adult-safety-grid article:nth-child(2n){border-top-color:var(--pg-teal)}.rc-adult-use-grid h3,.rc-adult-type-grid h3,.rc-adult-evidence-grid h3,.rc-adult-safety-grid h3,.rc-contact-topics h3{margin:0 0 8px;font-size:1rem}.rc-adult-use-grid p,.rc-adult-type-grid p,.rc-adult-evidence-grid p,.rc-adult-safety-grid p,.rc-privacy-cookie-grid p,.rc-contact-topics p{margin:0;max-width:none;font-size:.83rem}.rc-adult-use-grid span,.rc-adult-type-grid span,.rc-adult-evidence-grid span,.rc-adult-safety-grid span,.rc-privacy-cookie-grid span{display:block;margin-bottom:8px;color:var(--pg-blue);font-size:.68rem;font-weight:900;text-transform:uppercase}
.rc-page-rule,.rc-page-link-panel,.rc-page-final,.rc-trust-final,.rc-contact-trust{padding:28px 31px;color:#eaf5f5;background:linear-gradient(135deg,#173a52,#177466);border-radius:16px}.rc-page-rule p,.rc-page-link-panel p,.rc-page-final p,.rc-trust-final p,.rc-contact-trust p{color:#e8f3f2}.rc-page-final h2,.rc-trust-final h2,.rc-contact-trust h2,.rc-contact-trust h3{color:#fff}.rc-page-link-panel a,.rc-page-final a,.rc-trust-final a,.rc-contact-trust a{color:#b8ede3}.rc-page-table{overflow-x:auto;margin:25px 0;border:1px solid var(--pg-line);border-radius:14px}.rc-page-table table{width:100%;min-width:820px;margin:0;border-collapse:collapse;font-size:.84rem}.rc-page-table th,.rc-page-table td{padding:14px;vertical-align:top;border:0;border-bottom:1px solid #e2e9ec;text-align:left}.rc-page-table thead th{color:#fff;background:var(--pg-navy);font-size:.72rem;text-transform:uppercase}.rc-page-table tbody th{color:var(--pg-navy);background:#f2f7f8}
.rc-page-rule{display:grid;grid-template-columns:46px minmax(0,1fr);gap:17px;align-items:start;margin:20px 0 0}.rc-page-rule>span{display:grid;place-items:center;width:43px;height:43px;color:#164a56;background:#a9e5d9;border:1px solid rgba(255,255,255,.3);border-radius:50%;font-family:Georgia,serif;font-size:1.05rem;font-weight:800;font-style:italic;line-height:1}.rc-page-rule p{margin:0;max-width:94ch;line-height:1.7}.rc-page-rule p strong{color:#fff}
.rc-page-link-panel{display:grid;grid-template-columns:minmax(0,.85fr) minmax(340px,1.15fr);gap:28px;align-items:center}.rc-page-link-panel strong{display:block;margin-bottom:7px;color:#fff;font-size:1rem}.rc-page-link-panel p{margin:0;max-width:58ch;font-size:.85rem;line-height:1.65}.rc-page-link-panel>div:last-child{display:grid;gap:9px}.rc-page-link-panel>div:last-child a{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 14px;color:#d9f5ef;background:rgba(255,255,255,.09);border:1px solid rgba(211,244,238,.2);border-radius:10px;font-size:.82rem;font-weight:750;line-height:1.35;text-decoration:none}.rc-page-link-panel>div:last-child a::after{content:"â†’";flex:0 0 auto;color:#9fe1d5;font-size:1rem}.rc-page-link-panel>div:last-child a:hover,.rc-page-link-panel>div:last-child a:focus-visible{color:#fff;background:rgba(255,255,255,.16);border-color:rgba(211,244,238,.42);text-decoration:none;transform:translateX(2px)}
.rc-page-steps,.rc-page-checklist,.rc-contact-checklist,.rc-privacy-service-list,.rc-privacy-rights{margin:25px 0;padding:0;list-style:none}.rc-page-steps li,.rc-page-checklist li,.rc-contact-checklist li,.rc-privacy-service-list li,.rc-privacy-rights li{padding:15px 0;border-bottom:1px solid var(--pg-line);color:var(--pg-muted)}.rc-page-faq details,.rc-contact-faq details{margin:0 0 11px;background:#fff;border:1px solid var(--pg-line);border-radius:12px}.rc-page-faq summary,.rc-contact-faq summary{padding:16px 19px;color:var(--pg-navy);font-weight:800;cursor:pointer}.rc-page-faq details p,.rc-contact-faq details p{margin:0;padding:0 19px 18px}
.rc-page-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;counter-reset:none}.rc-page-steps li{display:grid;grid-template-columns:46px minmax(0,1fr);gap:15px;align-items:start;min-width:0;padding:21px;background:linear-gradient(145deg,#fff,#f6fafb);border:1px solid var(--pg-line);border-bottom:1px solid var(--pg-line);border-radius:14px;box-shadow:0 8px 24px rgba(24,57,78,.045)}.rc-page-steps li>span{display:grid;place-items:center;width:43px;height:43px;color:#fff;background:var(--pg-blue);border-radius:12px;font-size:.78rem;font-weight:900;line-height:1}.rc-page-steps li:nth-child(2n)>span{background:var(--pg-teal)}.rc-page-steps li>div{min-width:0}.rc-page-steps strong{display:block;margin:1px 0 6px;color:var(--pg-navy);font-size:.96rem;line-height:1.35}.rc-page-steps p{margin:0;max-width:none;color:var(--pg-muted);font-size:.84rem;line-height:1.6}
.rc-privacy-service-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.rc-privacy-service-list>div{padding:20px;background:#f4f8f8;border:1px solid var(--pg-line);border-radius:13px}.rc-privacy-service-list>div:last-child{grid-column:1/-1}.rc-privacy-service-list strong{display:block;margin-bottom:7px;color:var(--pg-navy)}.rc-privacy-service-list p{margin:0;max-width:none;font-size:.83rem}.rc-privacy-rights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.rc-privacy-rights article{padding:20px;background:#fff;border:1px solid var(--pg-line);border-top:4px solid var(--pg-teal);border-radius:13px}.rc-privacy-rights span{display:block;margin-bottom:8px;color:var(--pg-teal);font-size:.69rem;font-weight:900;text-transform:uppercase}.rc-privacy-rights p{margin:0;max-width:none;font-size:.83rem}
.rc-contact-form-wrap{padding:28px;background:#f3f8f8;border:1px solid var(--pg-line);border-radius:17px}.rc-contact-form-head{margin-bottom:22px}.rc-contact-form label{display:block;color:var(--pg-navy);font-size:.84rem;font-weight:800}.rc-contact-form input:not([type=submit]),.rc-contact-form textarea,.rc-contact-form select{width:100%;margin-top:7px;padding:12px 13px;color:#1e3340;background:#fff;border:1px solid #bcced4;border-radius:9px;font:inherit}.rc-contact-form textarea{min-height:160px}.rc-contact-form input[type=submit]{padding:12px 19px;color:#fff;background:var(--pg-blue);border:0;border-radius:9px;font-weight:850;cursor:pointer}
@media(max-width:1050px){.rc-guide-hub-hero,.rc-trust-hero{padding:42px}.rc-adult-use-grid,.rc-adult-type-grid,.rc-adult-evidence-grid,.rc-adult-safety-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.rc-guide-hub-facts,.rc-privacy-cookie-grid,.rc-contact-topics,.rc-privacy-rights{grid-template-columns:1fr 1fr}.rc-guide-hub-facts span:last-child,.rc-privacy-cookie-grid article:last-child,.rc-contact-topics article:last-child,.rc-privacy-rights article:last-child{grid-column:1/-1}.rc-page-definition{grid-template-columns:1fr}.rc-page-definition>div+div{border-top:1px solid #eadfbf;border-left:0}}
@media(max-width:820px){.rc-page-link-panel{grid-template-columns:1fr;gap:20px}}
@media(max-width:720px){.rc-guide-hub-shell,.rc-trust-shell{padding-top:18px}.rc-guide-hub-hero,.rc-trust-hero{padding:27px 21px;border-radius:17px}.rc-guide-hub-hero h1,.rc-trust-hero h1{font-size:2.28rem}.rc-guide-hub-facts,.rc-adult-use-grid,.rc-adult-type-grid,.rc-adult-evidence-grid,.rc-adult-safety-grid,.rc-privacy-cookie-grid,.rc-contact-topics,.rc-privacy-service-list,.rc-privacy-rights,.rc-page-steps{grid-template-columns:1fr}.rc-guide-hub-facts span:last-child,.rc-privacy-cookie-grid article:last-child,.rc-contact-topics article:last-child,.rc-privacy-service-list>div:last-child,.rc-privacy-rights article:last-child{grid-column:auto}.rc-page-section,.rc-trust-section,.rc-contact-section{margin:50px 0}.rc-page-jump,.rc-trust-jump{align-items:stretch}.rc-page-jump strong,.rc-trust-jump strong{flex-basis:100%}.rc-page-jump a,.rc-trust-jump a{justify-content:center;flex:1 1 42%}.rc-page-rule,.rc-page-link-panel,.rc-page-final,.rc-trust-final,.rc-contact-trust,.rc-contact-form-wrap{padding:21px}.rc-page-rule{grid-template-columns:40px minmax(0,1fr);gap:13px}.rc-page-rule>span{width:38px;height:38px}.rc-page-steps li{grid-template-columns:42px minmax(0,1fr);gap:13px;padding:18px}.rc-page-steps li>span{width:39px;height:39px}}
@media print{.rc-page-jump,.rc-trust-jump,.rc-contact-form{display:none}.rc-guide-hub-hero,.rc-trust-hero,.rc-page-rule,.rc-page-link-panel,.rc-page-final,.rc-trust-final,.rc-contact-trust{color:#111;background:#fff!important;border:1px solid #999}.rc-guide-hub-hero *,.rc-trust-hero *,.rc-page-rule *,.rc-page-link-panel *,.rc-page-final *,.rc-trust-final *,.rc-contact-trust *{color:#111!important}}

/* Additional trust policies and author profile */
.rc-footer-links--policies{margin-top:-3px;padding-top:11px;border-top:1px solid rgba(69,95,112,.14)}
.rc-policy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:25px 0}.rc-policy-grid article{min-width:0;padding:21px;background:#fff;border:1px solid var(--pg-line);border-top:4px solid var(--pg-blue);border-radius:14px}.rc-policy-grid article:nth-child(2n){border-top-color:var(--pg-teal)}.rc-policy-grid article:nth-child(3n){border-top-color:var(--pg-gold)}.rc-policy-grid article>span{display:block;margin-bottom:8px;color:var(--pg-blue);font-size:.68rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.rc-policy-grid article:nth-child(2n)>span{color:var(--pg-teal)}.rc-policy-grid article:nth-child(3n)>span{color:var(--pg-gold)}.rc-policy-grid h3{margin:0 0 8px;font-size:1rem}.rc-policy-grid p{margin:0;max-width:none;font-size:.82rem;line-height:1.62}.rc-policy-grid code{padding:2px 5px;color:#1d5468;background:#edf4f6;border-radius:5px;font-size:.78rem}
.rc-policy-steps{margin:25px 0;padding:0;list-style:none}.rc-policy-steps li{display:grid;grid-template-columns:46px minmax(0,1fr);gap:15px;align-items:start;padding:17px 0;border-bottom:1px solid var(--pg-line)}.rc-policy-steps li:first-child{border-top:1px solid var(--pg-line)}.rc-policy-steps li>span{display:grid;place-items:center;width:42px;height:42px;color:#fff;background:var(--pg-blue);border-radius:11px;font-size:.76rem;font-weight:900}.rc-policy-steps li:nth-child(2n)>span{background:var(--pg-teal)}.rc-policy-steps strong{display:block;color:var(--pg-navy)}.rc-policy-steps p{margin:3px 0 0;max-width:94ch;font-size:.85rem}.rc-policy-note{display:grid;grid-template-columns:165px minmax(0,1fr);gap:18px;align-items:start;margin:25px 0;padding:20px 22px;color:#594a2d;background:#fff9e9;border:1px solid #ead9ad;border-left:5px solid var(--pg-gold);border-radius:13px}.rc-policy-note strong{color:#735000}.rc-policy-note p{margin:0;max-width:none;color:#63563c;font-size:.84rem}
.page-template-page-author-profile .site-content>.container{max-width:1240px}.rc-author-page-shell{--pg-ink:#172b3b;--pg-muted:#586b79;--pg-line:#d5e2e6;--pg-navy:#173b55;--pg-blue:#176f91;--pg-teal:#15806f;--pg-gold:#a86c08;padding-top:30px}.rc-author-page-hero{overflow:hidden;position:relative;display:grid;grid-template-columns:270px minmax(0,1fr);gap:39px;align-items:center;padding:45px 50px;background:radial-gradient(circle at 91% 10%,rgba(21,128,111,.16),transparent 29%),linear-gradient(135deg,#edf8f8,#fff 58%,#edf5f8);border:1px solid #cadfe3;border-radius:22px;box-shadow:0 18px 50px rgba(24,57,78,.075)}.rc-author-page-hero::after{content:"";position:absolute;right:-55px;bottom:-115px;width:250px;height:250px;border:35px solid rgba(23,111,145,.045);border-radius:50%;pointer-events:none}.rc-author-page-photo,.rc-author-page-copy{position:relative;z-index:1}.rc-author-page-photo{padding:15px;background:rgba(255,255,255,.75);border:1px solid #d2e2e4;border-radius:22px}.rc-author-page-avatar{display:block;width:238px!important;height:238px!important;margin:0!important;object-fit:cover;object-position:center 34%;border:6px solid #fff!important;border-radius:18px!important;box-shadow:0 12px 29px rgba(24,57,78,.16)!important}.rc-author-page-eyebrow{margin:0 0 9px!important;color:var(--pg-teal)!important;font-size:.71rem!important;font-weight:900!important;letter-spacing:.08em;text-transform:uppercase}.rc-author-page-copy h1{max-width:780px;margin:0;color:var(--pg-navy);font-size:clamp(2.45rem,4.8vw,4rem);line-height:1.05;letter-spacing:-.04em}.rc-author-page-copy>p:not(.rc-author-page-eyebrow){max-width:820px;margin:20px 0 0;color:#456271;font-size:1.02rem;line-height:1.7}.rc-author-page-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:25px}.rc-author-page-facts span{display:flex;flex-direction:column;min-width:0;padding:13px 14px;color:#687b86;background:#fff;border:1px solid #d3e2e4;border-radius:11px;font-size:.7rem;line-height:1.45}.rc-author-page-facts strong{margin-bottom:2px;color:var(--pg-navy);font-size:.76rem}.rc-author-page-content{max-width:1100px;margin:28px auto 0;font-size:1rem;line-height:1.76}.rc-author-page-content>br,.rc-author-page-content p:empty{display:none}
@media(max-width:1050px){.rc-author-page-hero{grid-template-columns:210px minmax(0,1fr);padding:39px}.rc-author-page-avatar{width:178px!important;height:178px!important}.rc-author-page-facts{grid-template-columns:1fr}}
@media(max-width:820px){.rc-policy-grid{grid-template-columns:1fr 1fr}.rc-policy-grid article:last-child{grid-column:1/-1}.rc-author-page-hero{grid-template-columns:1fr}.rc-author-page-photo{width:190px}.rc-author-page-avatar{width:158px!important;height:158px!important}}
@media(max-width:720px){.rc-policy-grid{grid-template-columns:1fr}.rc-policy-grid article:last-child{grid-column:auto}.rc-policy-steps li{grid-template-columns:41px minmax(0,1fr);gap:13px}.rc-policy-steps li>span{width:38px;height:38px}.rc-policy-note{grid-template-columns:1fr;gap:6px}.rc-author-page-shell{padding-top:18px}.rc-author-page-hero{padding:27px 21px;border-radius:17px}.rc-author-page-photo{width:152px;padding:10px}.rc-author-page-avatar{width:130px!important;height:130px!important}.rc-author-page-copy h1{font-size:2.3rem}.rc-author-page-copy>p:not(.rc-author-page-eyebrow){font-size:.92rem}.rc-author-page-facts{grid-template-columns:1fr}}
@media print{.rc-author-page-hero{background:#fff!important;border:1px solid #999;box-shadow:none}.rc-author-page-photo{display:none}.rc-author-page-hero{grid-template-columns:1fr}.rc-policy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rc-policy-grid article{break-inside:avoid}}

