/*
Theme Name: Presença Clara
Theme URI: https://presencaclara.com.br
Author: Presença Clara
Description: Tema institucional e comercial da Presença Clara.
Version: 1.17.0
Text Domain: presenca-clara
Requires at least: 6.5
Requires PHP: 8.0
*/

:root {
  --pc-navy: #0a2948;
  --pc-navy-deep: #061d34;
  --pc-teal: #0b8f89;
  --pc-teal-dark: #08716d;
  --pc-offwhite: #fbf8f1;
  --pc-mist: #e8f0ef;
  --pc-sand: #eadfce;
  --pc-ink: #17334a;
  --pc-muted: #4f6473;
  --pc-white: #ffffff;
  --pc-border: rgba(10, 41, 72, 0.12);
  --pc-shadow: 0 24px 70px rgba(8, 36, 61, 0.12);
  --pc-radius: 24px;
  --pc-width: 1360px;
  --pc-wide: 1600px;
  --pc-gutter: clamp(24px, 4vw, 64px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--pc-ink);
  background: var(--pc-offwhite);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid rgba(11, 143, 137, 0.4); outline-offset: 3px; }

.pc-container { width: min(calc(100% - 64px), var(--pc-width)); margin-inline: auto; }
.pc-site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(10, 41, 72, 0.08);
  background: rgba(251, 248, 241, 0.96);
  backdrop-filter: blur(12px);
}
.pc-nav { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.pc-brand { display: flex; width: 260px; height: 58px; align-items: center; flex: 0 0 auto; }
.pc-brand img { width: 100%; height: auto; }
.pc-nav-links { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.pc-nav-links a { color: var(--pc-muted); font-weight: 600; font-size: .9rem; }
.pc-nav-links a:hover { color: var(--pc-teal-dark); }
.pc-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 10px 18px;
  background: var(--pc-teal);
  color: var(--pc-white);
  font-weight: 700;
  line-height: 1.15;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(11, 143, 137, 0.22);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.pc-button:hover { transform: translateY(-2px); background: var(--pc-teal-dark); box-shadow: 0 16px 34px rgba(11, 143, 137, 0.28); }
.pc-button--secondary { color: var(--pc-navy); border-color: var(--pc-border); background: rgba(255,255,255,.65); box-shadow: none; }
.pc-button--secondary:hover { color: var(--pc-navy); background: var(--pc-white); }

.pc-hero { position: relative; overflow: hidden; }
.pc-hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: -240px;
  right: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(11,143,137,.18), rgba(11,143,137,0) 70%);
}
.pc-hero-grid { position: relative; width: min(calc(100% - 64px), var(--pc-width)); min-height: calc(100svh - 92px); display: grid; grid-template-columns: minmax(0,.94fr) minmax(520px,1.06fr); align-items: center; gap: 52px; overflow: visible; }
.pc-hero-copy { position: relative; z-index: 2; padding: 74px 0 82px; }
.pc-eyebrow { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 26px; color: var(--pc-teal-dark); font-weight: 850; letter-spacing: .09em; text-transform: uppercase; font-size: .92rem; }
.pc-eyebrow::before { content: ""; width: 36px; height: 2px; background: var(--pc-teal); border-radius: 2px; }
h1, h2, h3 { margin-top: 0; color: var(--pc-navy); font-family: Outfit, Inter, ui-sans-serif, system-ui, sans-serif; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(3.35rem, 5.25vw, 4.9rem); }
.pc-legal-page .pc-page-hero h1 { font-size:clamp(2.45rem,4vw,3.55rem); }
.pc-legal-page .pc-page-content .pc-container { max-width:900px; color:var(--pc-muted); line-height:1.75; }
.pc-legal-page .pc-page-content h2 { margin-top:2.1em; font-size:clamp(1.45rem,2.3vw,2rem); }
.pc-legal-page .pc-page-content a { color:var(--pc-teal-dark); text-decoration:underline; text-underline-offset:3px; }
h2 { font-size: clamp(2.65rem, 4.2vw, 4rem); }
.pc-hero-copy > p { max-width: 720px; margin: 0; color: var(--pc-muted); font-size: clamp(1.12rem, 1.55vw, 1.32rem); line-height: 1.7; }
.pc-hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.pc-proof { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 38px; color: var(--pc-muted); font-size: 1rem; }
.pc-proof span { display: inline-flex; align-items: center; gap: 7px; }
.pc-proof span::before { content: "✓"; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: var(--pc-teal-dark); background: rgba(11,143,137,.12); font-weight: 900; }
.pc-proof .pc-proof-highlight { margin: -7px -4px; padding: 7px 13px; border: 1px solid rgba(11,143,137,.16); border-radius: 999px; color: var(--pc-navy); background: rgba(255,255,255,.62); font-weight: 800; box-shadow: 0 8px 24px rgba(11,143,137,.08); }

.pc-cursor-halo { --pc-halo-size: 440px; position: fixed; z-index: 45; left: 0; top: 0; width: var(--pc-halo-size); height: var(--pc-halo-size); border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.42) 0%, rgba(156,239,233,.26) 23%, rgba(72,200,191,.13) 43%, rgba(55,172,164,.05) 57%, transparent 72%); mix-blend-mode: screen; opacity: 0; pointer-events: none; contain: strict; will-change: transform, opacity; transition: opacity .22s ease; }
.pc-cursor-halo.is-active { opacity: .96; }

.pc-hero-visual { position: relative; align-self: stretch; height: calc(100svh - 92px); min-height: 710px; margin-right: calc((100vw - min(calc(100vw - 64px), var(--pc-width))) / -2); overflow: hidden; border-radius: 50% 0 0 30% / 62% 0 0 36%; background: var(--pc-mist); }
.pc-hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: center 54%; }

.pc-section { padding: 116px 0; }
.pc-section--white { background: var(--pc-white); }
.pc-section--process { position: relative; overflow: hidden; background: radial-gradient(circle at 88% 10%, rgba(104,199,194,.17), transparent 21%), var(--pc-offwhite); }
.pc-section--process::after { content: ""; position: absolute; width: 310px; height: 310px; right: -30px; top: -120px; opacity: .4; background-image: radial-gradient(circle, rgba(11,143,137,.32) 2px, transparent 2.5px); background-size: 27px 27px; pointer-events: none; }
.pc-section-head { max-width: 820px; margin-bottom: 54px; }
.pc-section-head h2 { margin-bottom: 24px; }
.pc-section-head p { color: var(--pc-muted); font-size: 1.18rem; }
.pc-solutions-intro { position: relative; min-height: 310px; display: grid; align-items: start; }
.pc-solutions-intro .pc-section-head { position: relative; z-index: 2; max-width: 720px; }
.pc-solutions-intro > img { position: absolute; z-index: 1; width: min(46vw, 620px); max-height: 340px; right: -20px; top: -70px; object-fit: contain; opacity: .82; }
.pc-service-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 36px; }
.pc-service-card { position: relative; overflow: hidden; min-height: 490px; display: flex; flex-direction: column; padding: 42px 44px; border: 1px solid var(--pc-border); border-radius: 28px; background: var(--pc-white); box-shadow: 0 18px 46px rgba(8,36,61,.06); transition: transform .25s ease, box-shadow .25s ease; }
.pc-service-card:hover { transform: translateY(-5px); box-shadow: var(--pc-shadow); }
.pc-service-card--navy { color: rgba(255,255,255,.8); border: 0; background: radial-gradient(circle at 78% 15%, rgba(11,143,137,.20), transparent 30%), linear-gradient(145deg, #0a3155, var(--pc-navy-deep)); }
.pc-service-card--navy h3, .pc-service-card--navy .pc-price strong { color: var(--pc-white); }
.pc-card-kicker { color: var(--pc-teal-dark); font-weight: 850; text-transform: uppercase; letter-spacing: .08em; font-size: .86rem; }
.pc-service-card--navy .pc-card-kicker { color: #7bd4ce; }
.pc-service-title { display: flex; align-items: center; gap: 22px; }
.pc-service-title h3 { margin: 8px 0 0; }
.pc-service-icon { display: grid; width: 70px; height: 70px; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--pc-teal-dark); background: rgba(11,143,137,.10); font-family: Outfit, sans-serif; font-size: 2rem; font-weight: 800; }
.pc-service-card--navy .pc-service-icon { color: #8be0da; background: rgba(68,202,194,.16); }
.pc-service-card h3 { margin: 20px 0 14px; font-size: 2.2rem; }
.pc-service-card .pc-service-title h3 { margin: 8px 0 0; }
.pc-service-card > p { max-width: 560px; margin: 28px 0; color: var(--pc-muted); font-size: 1.08rem; }
.pc-service-card--navy p { color: rgba(255,255,255,.72); }
.pc-service-details { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 30px; margin: 0 0 28px; padding-top: 28px; border-top: 1px solid var(--pc-border); }
.pc-service-card--navy .pc-service-details { border-color: rgba(255,255,255,.18); }
.pc-price { display: flex; align-items: baseline; gap: 7px; margin: 0; color: var(--pc-muted); white-space: nowrap; }
.pc-price strong { color: var(--pc-navy); font-family: Outfit, sans-serif; font-size: 2.8rem; letter-spacing: -.05em; }
.pc-card-checks { display: grid; gap: 8px; margin: 0; padding: 0 0 0 30px; border-left: 1px solid var(--pc-border); list-style: none; }
.pc-card-checks li { color: var(--pc-muted); }
.pc-card-checks li::before { content: "✓"; display: inline-grid; width: 20px; height: 20px; place-items: center; margin-right: 9px; border-radius: 50%; color: var(--pc-teal-dark); background: rgba(11,143,137,.12); font-size: .72rem; font-weight: 900; }
.pc-service-card--navy .pc-card-checks { border-color: rgba(255,255,255,.18); }
.pc-service-card--navy .pc-card-checks li { color: rgba(255,255,255,.78); }
.pc-service-card--navy .pc-card-checks li::before { color: #8be0da; background: rgba(75,207,199,.15); }
.pc-service-card > .pc-button { align-self: flex-start; margin-top: auto; }
.pc-service-card--navy .pc-button--secondary { color: var(--pc-navy); background: var(--pc-white); }

.pc-steps { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,1fr); gap: 34px; }
.pc-step { position: relative; min-height: 350px; display: flex; flex-direction: column; align-items: center; padding: 28px 28px 34px; border: 1px solid rgba(10,41,72,.08); border-radius: 22px; background: rgba(255,255,255,.84); box-shadow: 0 18px 42px rgba(8,36,61,.07); text-align: center; }
.pc-step:not(:last-child)::after { content: ""; position: absolute; z-index: 0; width: 46px; right: -40px; top: 48px; border-top: 1px dashed rgba(11,143,137,.55); }
.pc-step-number { position: absolute; z-index: 1; left: 20px; top: 20px; display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(145deg, #13a79f, #08766f); font-family: Outfit, sans-serif; font-size: 1.1rem; font-weight: 850; box-shadow: 0 10px 24px rgba(11,143,137,.18); }
.pc-step-icon { display: grid; width: 110px; height: 110px; place-items: center; margin: 64px 0 24px; border-radius: 50%; color: var(--pc-navy); background: linear-gradient(145deg, rgba(11,143,137,.13), rgba(11,143,137,.03)); font-family: Outfit, sans-serif; font-size: 3rem; line-height: 1; }
.pc-step h3 { margin-bottom: 12px; font-size: 1.55rem; }
.pc-step p { max-width: 250px; margin: 0; color: var(--pc-muted); font-size: 1rem; }

.pc-site-footer { padding: 46px 0; color: rgba(255,255,255,.72); background: var(--pc-navy-deep); }
.pc-footer-row { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.pc-footer-row strong { color: var(--pc-white); font-family: Outfit, sans-serif; font-size: 1.15rem; }

@media (max-width: 940px) {
  .pc-cursor-halo { display: none; }
  .pc-nav-links { display: none; }
  .pc-hero { padding-top: 0; }
  .pc-hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 0; }
  .pc-hero-copy { padding: 68px 0 58px; }
  .pc-hero-visual { height: 560px; min-height: 560px; border-radius: 42px 42px 0 0; }
  .pc-hero-photo { object-position: center 48%; }
  .pc-solutions-intro { min-height: 280px; }
  .pc-solutions-intro > img { width: 52vw; right: -30px; top: -10px; opacity: .28; }
  .pc-service-grid { grid-template-columns: 1fr; }
  .pc-steps { grid-template-columns: repeat(2,1fr); }
  .pc-step:not(:last-child)::after { display: none; }
}
@media (max-width: 620px) {
  .pc-container { width: min(calc(100% - 28px), var(--pc-width)); }
  .pc-nav { min-height: 70px; }
  .pc-brand { width: 185px; height: 46px; }
  .pc-nav > .pc-button { padding-inline: 15px; font-size: .86rem; }
  .pc-hero-grid { width: min(calc(100% - 28px), var(--pc-width)); }
  .pc-hero-copy { padding: 52px 0 48px; }
  h1 { font-size: clamp(2.8rem, 13vw, 3.7rem); }
  .pc-hero-actions { flex-direction: column; }
  .pc-hero-actions .pc-button { width: 100%; }
  .pc-proof { gap: 13px 18px; font-size: .9rem; }
  .pc-hero-visual { height: 420px; min-height: 420px; margin-right: calc((100vw - min(calc(100vw - 28px), var(--pc-width))) / -2); border-radius: 28px 0 0 0; }
  .pc-section { padding: 82px 0; }
  .pc-eyebrow { margin-bottom: 20px; font-size: .84rem; }
  .pc-eyebrow::before { width: 28px; }
  .pc-service-card { padding: 28px 24px; min-height: 0; }
  .pc-solutions-intro { min-height: auto; }
  .pc-solutions-intro > img { display: none; }
  .pc-service-title { align-items: flex-start; gap: 15px; }
  .pc-service-icon { width: 56px; height: 56px; font-size: 1.55rem; }
  .pc-service-details { grid-template-columns: 1fr; gap: 22px; }
  .pc-card-checks { padding: 22px 0 0; border-top: 1px solid var(--pc-border); border-left: 0; }
  .pc-service-card--navy .pc-card-checks { border-color: rgba(255,255,255,.18); }
  .pc-steps { grid-template-columns: 1fr; }
  .pc-step { min-height: 320px; }
  .pc-footer-row { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .pc-cursor-halo { display: none !important; }
}

/* Expanded product and content experience */
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.pc-menu-toggle { display: none; width: 44px; height: 44px; place-items: center; gap: 4px; border: 1px solid var(--pc-border); border-radius: 50%; background: #fff; cursor: pointer; }
.pc-menu-toggle > span:not(.screen-reader-text) { display: block; width: 18px; height: 2px; border-radius: 2px; background: var(--pc-navy); }
.pc-primary-nav { margin-left: auto; }
.pc-reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.pc-reveal.is-visible { opacity: 1; transform: translateY(0); }
.pc-section--navy { position: relative; overflow: hidden; color: rgba(255,255,255,.75); background: radial-gradient(circle at 58% 16%, rgba(11,143,137,.16), transparent 24%), linear-gradient(135deg, #041a31, #062745 58%, #04182d); }
.pc-section--navy::before { content: ""; position: absolute; width: 250px; height: 250px; left: -70px; bottom: -70px; opacity: .32; background-image: radial-gradient(circle, #27b9b0 2px, transparent 2.5px); background-size: 24px 24px; }
.pc-section--navy h2,
.pc-section--navy h3 { color: #fff; }
.pc-section--navy .pc-eyebrow { color: #7bd4ce; }
.pc-benefit-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.pc-benefit-layout .pc-section-head { position: sticky; top: 130px; }
.pc-benefit-layout .pc-section-head p { color: rgba(255,255,255,.62); }
.pc-benefit-grid { position: relative; display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.pc-benefit-grid::before { content: ""; position: absolute; inset: -26px -28px; border: 1px solid rgba(77,210,201,.26); border-radius: 38px; pointer-events: none; }
.pc-benefit-grid article { position: relative; min-height: 280px; padding: 34px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.035)); box-shadow: 0 22px 50px rgba(0,0,0,.12); }
.pc-benefit-grid article.is-featured { border-color: rgba(65,211,201,.65); background: linear-gradient(145deg, rgba(11,143,137,.26), rgba(255,255,255,.045)); }
.pc-benefit-grid article::after { content: ""; position: absolute; width: 48px; height: 2px; left: 34px; bottom: 32px; background: var(--pc-teal); }
.pc-benefit-icon { display: grid; width: 62px; height: 62px; place-items: center; margin-bottom: 34px; border: 1px solid rgba(123,212,206,.18); border-radius: 20px; color: #79ded6; background: linear-gradient(145deg, rgba(60,199,190,.18), rgba(0,0,0,.15)); font-family: Outfit, sans-serif; font-size: 28px; font-weight: 800; }
.pc-benefit-grid h3 { margin-bottom: 14px; font-size: 1.55rem; }
.pc-benefit-grid p { max-width: 300px; margin: 0; color: rgba(255,255,255,.62); font-size: 1.02rem; }

.pc-maintenance-section { position: relative; overflow: hidden; }
.pc-maintenance-section::before { content: ""; position: absolute; width: 680px; height: 760px; right: 2%; top: 6%; border-radius: 48% 52% 47% 53%; background: radial-gradient(circle at 50% 42%, rgba(11,143,137,.10), rgba(11,143,137,.025) 62%, transparent 63%); pointer-events: none; }
.pc-maintenance-layout { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 64px; }
.pc-maintenance-copy > p { max-width: 640px; margin-bottom: 46px; color: var(--pc-muted); font-size: 1.1rem; }
.pc-maintenance-benefits { display: grid; grid-template-columns: repeat(2,1fr); margin-bottom: 38px; }
.pc-maintenance-benefits article { display: grid; grid-template-columns: 28px 1fr; gap: 10px; min-height: 126px; padding: 22px 22px 20px 0; border-bottom: 1px solid var(--pc-border); }
.pc-maintenance-benefits article:nth-child(odd) { border-right: 1px solid var(--pc-border); }
.pc-maintenance-benefits article:nth-child(even) { padding-left: 28px; }
.pc-maintenance-benefits article > span { color: var(--pc-teal); font-size: 1.25rem; font-weight: 900; }
.pc-maintenance-benefits strong { color: var(--pc-navy); font-family: Outfit, sans-serif; font-size: .94rem; text-transform: uppercase; }
.pc-maintenance-benefits p { margin: 7px 0 0; color: var(--pc-muted); font-size: .92rem; }
.pc-maintenance-proof { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; color: var(--pc-ink); font-size: .9rem; }
.pc-maintenance-proof > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--pc-teal-dark); background: var(--pc-mist); font-weight: 900; }
.pc-maintenance-proof i { color: var(--pc-teal); font-style: normal; }
.pc-plan-prices { position: relative; display: grid; grid-template-columns: .83fr 1.17fr; align-items: stretch; gap: 16px; }
.pc-plan-card { position: relative; min-height: 610px; display: flex; flex-direction: column; align-items: center; padding: 36px 28px; border: 1px solid var(--pc-border); border-radius: 26px; background: rgba(255,255,255,.92); box-shadow: 0 22px 54px rgba(8,36,61,.08); text-align: center; }
.pc-plan-card.is-highlight { color: rgba(255,255,255,.86); border: 0; background: linear-gradient(155deg, #0fa199, #087e78); box-shadow: 0 26px 70px rgba(11,143,137,.24); }
.pc-plan-icon { position: relative; display: grid; width: 68px; height: 68px; place-items: center; margin: 18px 0 20px; border-radius: 50%; color: var(--pc-teal-dark); background: var(--pc-mist); font-family: Outfit, sans-serif; font-weight: 850; }
.pc-plan-card.is-highlight .pc-plan-icon { color: #fff; background: rgba(255,255,255,.14); }
.pc-plan-card h3 { width: 100%; margin: 0 0 24px; padding-bottom: 24px; border-bottom: 1px solid var(--pc-border); font-size: 1.45rem; }
.pc-plan-card.is-highlight h3 { color: #fff; border-color: rgba(255,255,255,.25); }
.pc-plan-price { display: flex; align-items: center; justify-content: center; gap: 8px; }
.pc-plan-price strong { color: var(--pc-navy); font-family: Outfit, sans-serif; font-size: 3.5rem; line-height: 1; letter-spacing: -.05em; }
.pc-plan-card.is-highlight .pc-plan-price strong { color: #fff; }
.pc-plan-price .woocommerce-Price-currencySymbol { margin-right: -8px; font-size: 1.15rem; letter-spacing: 0; vertical-align: .45em; }
.pc-plan-card > span:not(.pc-plan-icon):not(.pc-plan-badge) { color: var(--pc-muted); font-size: .88rem; }
.pc-plan-card.is-highlight > span:not(.pc-plan-icon):not(.pc-plan-badge) { color: rgba(255,255,255,.82); }
.pc-plan-card ul { display: grid; align-self: stretch; gap: 11px; margin: 30px 0; padding: 0; text-align: left; list-style: none; }
.pc-plan-card li { color: var(--pc-muted); font-size: .9rem; }
.pc-plan-card li::before { content: "✓"; display: inline-grid; width: 20px; height: 20px; place-items: center; margin-right: 9px; border-radius: 50%; color: var(--pc-teal-dark); background: var(--pc-mist); font-size: .7rem; font-weight: 900; }
.pc-plan-card.is-highlight li { color: #fff; }
.pc-plan-card.is-highlight li::before { color: var(--pc-teal-dark); background: rgba(255,255,255,.88); }
.pc-plan-card .pc-button { width: 100%; margin-top: auto; }
.pc-plan-badge { position: absolute; top: 26px; left: 50%; width: max-content; max-width: calc(100% - 52px); padding: 8px 22px; border-radius: 999px; color: var(--pc-teal-dark); background: rgba(255,255,255,.88); font-size: .72rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; transform: translateX(-50%); }
.pc-faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.pc-faq-list { display: grid; gap: 10px; }
.pc-faq-list details { border: 1px solid var(--pc-border); border-radius: 16px; padding: 0 20px; background: #fff; }
.pc-faq-list summary { position: relative; padding: 21px 40px 21px 0; color: var(--pc-navy); font-family: Outfit, sans-serif; font-weight: 700; cursor: pointer; list-style: none; }
.pc-faq-list summary::-webkit-details-marker { display: none; }
.pc-faq-list summary::after { content: "+"; position: absolute; right: 0; top: 17px; display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: var(--pc-teal-dark); background: var(--pc-mist); font-family: Inter, sans-serif; }
.pc-faq-list details[open] summary::after { content: "−"; }
.pc-faq-list p { margin: 0 0 20px; padding-right: 28px; color: var(--pc-muted); }
.pc-faq-list--wide { max-width: 880px; margin: 0 auto; }
.pc-text-link { color: var(--pc-teal-dark); font-weight: 800; }
.pc-final-cta { padding: 90px 0; text-align: center; color: rgba(255,255,255,.78); background: linear-gradient(135deg, var(--pc-navy), var(--pc-navy-deep)); }
.pc-final-cta .pc-container { max-width: 850px; }
.pc-final-cta .pc-eyebrow { color: #7bd4ce; }
.pc-final-cta h2 { color: #fff; font-size: clamp(2.4rem,5vw,4.4rem); }
.pc-final-cta .pc-hero-actions { justify-content: center; }
.pc-button--light { color: var(--pc-navy); background: #fff; box-shadow: none; }
.pc-button--light:hover { color: var(--pc-navy); background: var(--pc-offwhite); }

.pc-page-hero { padding: 92px 0 66px; background: radial-gradient(circle at 78% 20%, rgba(11,143,137,.15), transparent 32%); }
.pc-page-hero .pc-container { max-width: 900px; }
.pc-page-hero h1 { margin-bottom: 20px; font-size: clamp(3rem,6vw,5.3rem); }
.pc-page-hero p { max-width: 720px; color: var(--pc-muted); font-size: 1.15rem; }
.pc-page-content { min-height: 44vh; background: #fff; }
.pc-page-content--app { padding-block: clamp(58px, 7vw, 92px); }
.pc-product-hero { position: relative; overflow: hidden; padding: 90px 0; }
.pc-product-hero::after { content: ""; position: absolute; z-index: -1; width: 520px; height: 520px; top: -180px; right: -120px; border-radius: 50%; background: radial-gradient(circle, rgba(11,143,137,.16), transparent 68%); }
.pc-product-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 74px; }
.pc-product-hero h1 { font-size: clamp(3.1rem,5.7vw,5rem); }
.pc-product-hero p { max-width: 640px; color: var(--pc-muted); font-size: 1.13rem; }
.pc-product-price { display: grid; margin: 27px 0; }
.pc-product-price > span { color: var(--pc-muted); font-size: .84rem; }
.pc-product-price strong { color: var(--pc-navy); font-family: Outfit, sans-serif; font-size: 3.3rem; line-height: 1.1; letter-spacing: -.05em; }
.pc-included-card { padding: 38px; border: 1px solid var(--pc-border); border-radius: 26px; background: #fff; box-shadow: var(--pc-shadow); }
.pc-included-card > span { color: var(--pc-teal-dark); font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.pc-included-card ul { display: grid; gap: 13px; margin: 24px 0 0; padding: 0; list-style: none; }
.pc-included-card li { display: grid; grid-template-columns: 24px 1fr; align-items: start; color: var(--pc-ink); }
.pc-included-card li::before { content: "✓"; color: var(--pc-teal); font-weight: 900; }
.pc-process-list { display: grid; gap: 0; max-width: 920px; }
.pc-process-list article { display: grid; grid-template-columns: 100px 1fr; gap: 25px; padding: 38px 0; border-top: 1px solid var(--pc-border); }
.pc-process-list article > span { color: var(--pc-teal); font-family: Outfit, sans-serif; font-size: 1.25rem; font-weight: 850; }
.pc-process-list h2 { margin-bottom: 8px; font-size: 1.8rem; }
.pc-process-list p { margin: 0; color: var(--pc-muted); }

.pc-footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr; gap: 70px; }
.pc-footer-grid > div { display: grid; align-content: start; gap: 7px; }
.pc-footer-grid strong { color: #fff; font-family: Outfit, sans-serif; }
.pc-footer-grid a { color: rgba(255,255,255,.62); font-size: .9rem; }
.pc-footer-grid a:hover { color: #7bd4ce; }
.pc-footer-brand strong { font-size: 1.35rem; }
.pc-footer-brand p { max-width: 400px; margin: 0; }
.pc-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; }

@media (max-width: 940px) {
  .pc-primary-nav { position: fixed; inset: 70px 14px auto; display: none; padding: 18px; border: 1px solid var(--pc-border); border-radius: 20px; background: var(--pc-offwhite); box-shadow: var(--pc-shadow); }
  .pc-primary-nav.is-open { display: block; }
  .pc-primary-nav .pc-nav-links { display: grid; gap: 2px; }
  .pc-primary-nav .pc-nav-links a { display: block; padding: 12px 14px; border-radius: 10px; }
  .pc-primary-nav .pc-nav-links a:hover { background: var(--pc-mist); }
  .pc-menu-toggle { display: grid; margin-left: auto; }
  .pc-header-cta { margin-left: 0; }
  .pc-benefit-layout,
  .pc-maintenance-layout,
  .pc-faq-layout,
  .pc-product-hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .pc-benefit-layout .pc-section-head { position: static; }
  .pc-maintenance-layout { gap: 58px; }
  .pc-footer-grid { grid-template-columns: 1fr 1fr; }
  .pc-footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .pc-header-cta { display: none; }
  .pc-track-order { display: none; }
  .pc-mobile-track-order { display: block; margin-top: 10px; padding: 12px 14px; border: 1px solid rgba(10,41,72,.14); border-radius: 10px; color: var(--pc-navy); font-size: .84rem; font-weight: 650; text-align: center; }
  .pc-primary-nav { top: 70px; }
  .pc-benefit-grid,
  .pc-plan-prices { grid-template-columns: 1fr; }
  .pc-benefit-grid::before { display: none; }
  .pc-benefit-grid article { min-height: 0; }
  .pc-benefit-icon { margin-bottom: 22px; }
  .pc-maintenance-benefits { grid-template-columns: 1fr; }
  .pc-maintenance-benefits article:nth-child(odd) { border-right: 0; }
  .pc-maintenance-benefits article:nth-child(even) { padding-left: 0; }
  .pc-plan-card { min-height: 560px; }
  .pc-page-hero,
  .pc-product-hero { padding: 62px 0 52px; }
  .pc-page-hero h1,
  .pc-product-hero h1 { font-size: clamp(2.45rem,11vw,3.35rem); }
  .pc-included-card { padding: 28px 23px; }
  .pc-process-list article { grid-template-columns: 52px 1fr; gap: 14px; }
  .pc-footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .pc-footer-brand { grid-column: auto; }
  .pc-footer-bottom { flex-direction: column; }
}

/* Home header and hero — dark depth direction */
.home .pc-site-header {
  border-bottom-color: rgba(10, 41, 72, .08);
  background:
    linear-gradient(105deg, rgba(114, 202, 197, .9) 0%, rgba(211, 236, 238, .94) 37%, rgba(246, 247, 248, .97) 72%),
    var(--pc-offwhite);
  backdrop-filter: none;
}
.home .pc-nav {
  width: min(calc(100% - 110px), 1430px);
  min-height: 116px;
}
.home .pc-brand { width: 286px; height: 64px; }
.home .pc-nav-links { gap: clamp(24px, 3vw, 50px); }
.home .pc-nav-links a { color: var(--pc-navy-deep); font-size: 1rem; }
.home .pc-header-cta { min-width: 214px; min-height: 58px; justify-content: space-between; padding-inline: 27px; }

.home .pc-hero {
  isolation: isolate;
  min-height: calc(100svh - 116px);
  color: rgba(255, 255, 255, .8);
  background:
    radial-gradient(circle at 61% 34%, rgba(13, 112, 113, .2), transparent 31%),
    radial-gradient(circle at 9% 87%, rgba(10, 104, 108, .13), transparent 27%),
    linear-gradient(118deg, #041a31 0%, #052540 54%, #031a31 100%);
}
.home .pc-hero::before {
  width: 700px;
  height: 700px;
  top: -330px;
  right: 17%;
  border: 1px solid rgba(23, 175, 168, .28);
  background: transparent;
}
.home .pc-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 230px;
  height: 230px;
  right: -34px;
  top: 34px;
  opacity: .22;
  background-image: radial-gradient(circle, #27b9b0 2px, transparent 2.5px);
  background-size: 24px 24px;
}
.home .pc-hero-grid {
  min-height: calc(100svh - 116px);
  grid-template-columns: minmax(520px, .84fr) minmax(0, 1.16fr);
  gap: 18px;
}
.home .pc-hero-copy { padding: 86px 0 106px; }
.home .pc-hero .pc-eyebrow { margin-bottom: 36px; color: #35c0b7; }
.home .pc-hero h1 {
  max-width: 650px;
  margin-bottom: 30px;
  color: #fff;
  font-size: clamp(3.8rem, 5.45vw, 5.25rem);
  line-height: 1.08;
  text-shadow: 0 10px 36px rgba(0, 0, 0, .16);
}
.home .pc-hero h1::first-letter { text-shadow: 0 0 30px rgba(255, 255, 255, .14); }
.home .pc-hero-copy > p {
  max-width: 610px;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(1.08rem, 1.4vw, 1.28rem);
  line-height: 1.75;
}
.home .pc-hero-actions { margin-top: 42px; gap: 20px; }
.home .pc-hero-actions .pc-button { min-width: 230px; min-height: 64px; }
.home .pc-hero-actions .pc-button--secondary {
  color: #fff;
  border-color: rgba(127, 218, 212, .65);
  background: rgba(5, 31, 54, .3);
}
.home .pc-hero-actions .pc-button--secondary:hover {
  color: #fff;
  border-color: #8be0da;
  background: rgba(255, 255, 255, .08);
}
.home .pc-proof { gap: 18px clamp(20px, 2.2vw, 30px); margin-top: 42px; color: rgba(255, 255, 255, .8); font-size: .98rem; }
.home .pc-proof span { padding: 0; }
.home .pc-proof span + span { border-left: 0; }
.home .pc-proof span::before {
  color: #8ee8e1;
  border: 1px solid rgba(90, 221, 211, .46);
  background: rgba(11, 143, 137, .15);
  box-shadow: 0 0 18px rgba(55, 203, 193, .18);
}
.home .pc-proof .pc-proof-highlight {
  margin: 0;
  padding-block: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
}
.home .pc-proof-highlight::after { content: none; }
.home .pc-hero-visual {
  align-self: stretch;
  height: auto;
  min-height: 760px;
  margin-right: calc((100vw - min(calc(100vw - 64px), var(--pc-width))) / -2);
  overflow: visible;
  border-radius: 0;
  background: transparent;
}
.home .pc-hero-photo {
  position: absolute;
  width: min(85vw, 1300px);
  max-width: none;
  height: auto;
  right: clamp(-340px, -19.5vw, -240px);
  top: auto;
  bottom: 0;
  object-fit: contain;
  filter: drop-shadow(0 28px 50px rgba(0, 0, 0, .2));
}

@media (max-width: 1100px) {
  .home .pc-nav { width: min(calc(100% - 64px), var(--pc-width)); min-height: 92px; }
  .home .pc-brand { width: 240px; height: 56px; }
  .home .pc-header-cta { min-width: 180px; min-height: 52px; }
  .home .pc-hero,
  .home .pc-hero-grid { min-height: calc(100svh - 92px); }
  .home .pc-hero-grid { grid-template-columns: minmax(460px, .9fr) minmax(0, 1.1fr); }
  .home .pc-hero h1 { font-size: clamp(3.4rem, 6vw, 4.6rem); }
  .home .pc-proof span { padding-inline: 0; }
  .home .pc-hero-photo { width: min(92vw, 1160px); right: -230px; }
}

@media (max-width: 940px) {
  .home .pc-site-header { background: linear-gradient(105deg, rgba(114, 202, 197, .94), rgba(240, 246, 247, .98) 70%); }
  .home .pc-nav { min-height: 78px; }
  .home .pc-brand { width: 220px; height: 52px; }
  .home .pc-hero { min-height: 0; }
  .home .pc-hero-grid { min-height: 0; grid-template-columns: 1fr; }
  .home .pc-hero-copy { padding: 74px 0 42px; }
  .home .pc-hero h1 { max-width: 720px; }
  .home .pc-hero-copy > p { max-width: 680px; }
  .home .pc-hero-visual {
    height: min(76vw, 720px);
    min-height: 540px;
    margin-left: -10vw;
    margin-right: calc((100vw - min(calc(100vw - 64px), var(--pc-width))) / -2);
  }
  .home .pc-hero-photo { width: min(125vw, 1120px); right: -11vw; }
}

@media (max-width: 620px) {
  .home .pc-nav { width: min(calc(100% - 28px), var(--pc-width)); min-height: 70px; }
  .home .pc-brand { width: 185px; height: 46px; }
  .home .pc-hero::after { display: none; }
  .home .pc-hero-copy { padding: 54px 0 34px; }
  .home .pc-hero .pc-eyebrow { margin-bottom: 24px; }
  .home .pc-hero h1 { font-size: clamp(2.85rem, 13.5vw, 4rem); }
  .home .pc-hero-copy > p { font-size: 1.05rem; line-height: 1.65; }
  .home .pc-hero-actions { margin-top: 32px; gap: 12px; }
  .home .pc-hero-actions .pc-button { min-width: 0; min-height: 56px; }
  .home .pc-proof { gap: 14px 0; margin-top: 32px; }
  .home .pc-proof span { width: 50%; padding-inline: 0; }
  .home .pc-proof span:nth-child(2) { padding-left: 0; }
  .home .pc-proof span:nth-child(3) { width: 100%; border-left: 0; }
  .home .pc-hero-visual {
    height: 112vw;
    min-height: 390px;
    max-height: 560px;
    margin-left: -24vw;
    margin-right: calc((100vw - min(calc(100vw - 28px), var(--pc-width))) / -2);
  }
  .home .pc-hero-photo { width: 170vw; right: -33vw; }
}

/* Unified navigation bar */
.pc-site-header,
.home .pc-site-header {
  border-bottom: 1px solid rgba(119, 220, 214, .18);
  background:
    radial-gradient(circle at 92% -130%, rgb(104 235 227 / 76%), transparent 49%),
    linear-gradient(105deg, #03172a 0%, #05233c 58%, #0b4b73 100%);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 32px rgba(1, 15, 28, .14);
}
.pc-nav,
.home .pc-nav {
  width: min(calc(100% - 110px), 1550px);
  min-height: 94px;
}
.pc-brand,
.home .pc-brand { width: 250px; height: 58px; }
.pc-brand img,
.home .pc-brand img { filter: brightness(0) invert(1); }
.pc-primary-nav { align-self: stretch; display: flex; align-items: center; }
.pc-nav-links,
.home .pc-nav-links { align-self: stretch; gap: clamp(28px, 3vw, 48px); }
.pc-nav-links li { display: flex; align-items: center; }
.pc-nav-links a,
.home .pc-nav-links a { position: relative; color: rgba(255, 255, 255, .84); font-size: .9rem; font-weight: 600; }
.pc-nav-links a:hover,
.home .pc-nav-links a:hover { color: #fff; }
.pc-nav-links .current-menu-item > a,
.pc-nav-links .current_page_item > a { color: #fff; }
.pc-nav-links .current-menu-item > a::after,
.pc-nav-links .current_page_item > a::after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -30px;
  border-radius: 2px;
  background: #37d2ca;
  box-shadow: 0 0 14px rgba(55, 210, 202, .45);
}
.pc-header-cta,
.home .pc-header-cta {
	min-width: 174px;
	min-height: 48px;
  justify-content: center;
  border-color: rgba(63, 219, 209, .54);
	padding-inline: 18px;
	font-size: .8rem;
	font-weight: 700;
  background: linear-gradient(135deg, rgba(7, 156, 150, .86), rgba(3, 119, 123, .88));
  box-shadow: 0 13px 35px rgba(2, 126, 129, .26), inset 0 1px 0 rgba(255, 255, 255, .12);
}
.pc-mobile-project-cta { display: none; }
.pc-mobile-track-order { display: none; }
.pc-track-order { display: inline-flex; min-width: 174px; min-height: 48px; align-items: center; justify-content: center; padding: 9px 18px; border: 1px solid rgba(183,244,240,.66); border-radius: 999px; color: #fff; font-size: .8rem; font-weight: 700; white-space: nowrap; background: rgba(255,255,255,.1); }
.pc-track-order:hover { color: #fff; border-color: #8ee9e3; background: rgba(255,255,255,.1); box-shadow: 0 0 22px rgba(123,228,221,.18); }

/* Sites landing hero */
.pc-sites-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - 94px);
  overflow: hidden;
  color: rgba(255, 255, 255, .78);
  background:
    radial-gradient(circle at 61% 38%, rgba(20, 117, 128, .2), transparent 29%),
    radial-gradient(circle at 96% 6%, rgba(31, 108, 148, .18), transparent 25%),
    linear-gradient(112deg, #021528 0%, #031d33 57%, #031426 100%);
}
.pc-sites-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 660px;
  height: 660px;
  right: 18%;
  top: -380px;
  border: 1px solid rgba(38, 192, 184, .23);
  border-radius: 50%;
}
.pc-sites-hero-grid {
  position: relative;
  width: min(calc(100% - 110px), 1550px);
  min-height: calc(100svh - 94px);
  display: grid;
  grid-template-columns: minmax(520px, .76fr) minmax(0, 1.24fr);
  align-items: center;
  gap: 10px;
}
.pc-sites-hero-copy { position: relative; z-index: 4; padding: 78px 0 104px; }
.pc-sites-hero .pc-eyebrow { margin-bottom: 34px; color: #39c9c0; font-size: 1.05rem; }
.pc-sites-hero h1 {
  max-width: 650px;
  margin-bottom: 26px;
  color: #fff;
  font-size: clamp(3.7rem, 5.25vw, 5.15rem);
  line-height: 1.04;
  text-shadow: 0 10px 38px rgba(0, 0, 0, .2);
}
.pc-sites-hero h1 > span {
  color: #28c5bc;
  background: linear-gradient(95deg, #35d2c8, #079f9a);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pc-sites-hero-copy > p { max-width: 620px; margin: 0; color: rgba(255, 255, 255, .76); font-size: clamp(1.08rem, 1.35vw, 1.26rem); line-height: 1.7; }
.pc-sites-hero-actions { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 38px; }
.pc-sites-hero-actions .pc-button { min-width: 282px; min-height: 64px; font-size: 1.03rem; }
.pc-sites-hero-actions .pc-button--secondary {
  min-width: 270px;
  color: #fff;
  border-color: rgba(77, 215, 207, .68);
  background: rgba(2, 24, 42, .34);
  box-shadow: none;
}
.pc-sites-hero-actions .pc-button--secondary:hover { color: #fff; border-color: #7ee4dd; background: rgba(255, 255, 255, .07); }
.pc-sites-proof { display: flex; flex-wrap: wrap; gap: 24px 34px; margin-top: 50px; color: rgba(255, 255, 255, .86); font-size: .98rem; }
.pc-sites-proof span { display: inline-flex; align-items: center; gap: 12px; }
.pc-sites-proof span::before { content: "✓"; color: #4cdbd1; font-size: 1.35rem; font-weight: 900; }
.pc-sites-hero-visual { position: relative; align-self: stretch; min-height: 760px; margin-right: calc((100vw - min(calc(100vw - 110px), 1550px)) / -2); }
.pc-sites-hero-visual > img {
  position: absolute;
  z-index: 1;
  width: min(86vw, 1320px);
  max-width: none;
  height: auto;
  right: clamp(-210px, -9vw, -120px);
  bottom: -1px;
  filter: drop-shadow(0 32px 52px rgba(0, 0, 0, .28));
}
.pc-sites-price-badge {
  position: absolute;
  z-index: 3;
  width: 270px;
  height: 270px;
  right: 36px;
  bottom: 34px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 36px 30px 28px;
  border: 2px solid #35d8cf;
  border-radius: 50%;
  color: #fff;
  background: radial-gradient(circle at 50% 15%, rgba(17, 83, 105, .96), rgba(2, 24, 43, .98) 70%);
  box-shadow: 0 0 0 8px rgba(31, 200, 191, .06), 0 0 36px rgba(50, 213, 204, .35), inset 0 0 34px rgba(26, 155, 159, .13);
  text-align: center;
}
.pc-sites-price-label { margin: -9px 0 10px; padding: 6px 22px; color: #fff; background: linear-gradient(90deg, #0e8588, #13a9a4); font-size: .76rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.pc-sites-price-badge small { color: rgba(255, 255, 255, .78); font-size: .82rem; }
.pc-sites-price-badge > strong { margin: 2px 0 6px; color: #fff; font-family: Outfit, sans-serif; font-size: 3.25rem; line-height: 1.05; letter-spacing: -.05em; }
.pc-sites-price-badge .woocommerce-Price-currencySymbol { margin-right: 5px; color: #37cfc6; font-size: 1.4rem; letter-spacing: 0; vertical-align: .38em; }
.pc-sites-price-badge ul { width: 100%; display: grid; gap: 5px; margin: 4px 0 0; padding: 12px 0 0; border-top: 1px solid rgba(255, 255, 255, .24); list-style: none; text-align: left; }
.pc-sites-price-badge li { display: grid; grid-template-columns: 18px 1fr; gap: 5px; font-size: .72rem; line-height: 1.35; }
.pc-sites-price-badge li::before { content: "✓"; color: #39d6cd; font-weight: 900; }

.pc-sites-included { padding-bottom: 54px; }
.pc-sites-included .pc-section-head { max-width: 760px; }
.pc-sites-included .pc-included-card { margin-top: 42px; }
.pc-sites-included .pc-included-card ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pc-sites-comparison { background: linear-gradient(180deg,#f3faf9,#fff); }
.pc-comparison-scroll { overflow-x: auto; margin-top: 38px; padding: 1px 1px 18px; }
.pc-comparison-table { width: 100%; min-width: 860px; overflow: hidden; border-collapse: separate; border-spacing: 0; border: 1px solid var(--pc-border); border-radius: 24px; background: #fff; box-shadow: 0 22px 60px rgba(8,36,61,.08); }
.pc-comparison-table th,.pc-comparison-table td { padding: 19px 22px; border-right: 1px solid var(--pc-border); border-bottom: 1px solid var(--pc-border); text-align: left; vertical-align: middle; }
.pc-comparison-table thead th { color: var(--pc-navy); background: #f8fbfb; font-family: Outfit,sans-serif; font-size: 1rem; }
.pc-comparison-table tbody th { width: 21%; color: var(--pc-navy); font-size: .9rem; }
.pc-comparison-table td { color: var(--pc-muted); font-size: .88rem; line-height: 1.45; }
.pc-comparison-table .is-highlight { color: var(--pc-navy); background: rgba(20,166,158,.08); font-weight: 750; }
.pc-comparison-table tr:last-child > * { border-bottom: 0; }
.pc-comparison-table tr > *:last-child { border-right: 0; }

@media (max-width: 1180px) {
  .pc-nav,
  .home .pc-nav { width: min(calc(100% - 64px), var(--pc-width)); }
  .pc-brand,
  .home .pc-brand { width: 220px; }
  .pc-nav-links,
  .home .pc-nav-links { gap: 24px; }
  .pc-header-cta,
  .home .pc-header-cta { min-width: 182px; }
  .pc-sites-hero-grid { width: min(calc(100% - 64px), var(--pc-width)); grid-template-columns: minmax(470px, .82fr) minmax(0, 1.18fr); }
  .pc-sites-hero h1 { font-size: clamp(3.25rem, 5.6vw, 4.5rem); }
  .pc-sites-hero-actions { gap: 14px; }
  .pc-sites-hero-actions .pc-button { min-width: 235px; }
  .pc-sites-hero-visual { margin-right: calc((100vw - min(calc(100vw - 64px), var(--pc-width))) / -2); }
  .pc-sites-hero-visual > img { width: min(96vw, 1200px); right: -220px; }
  .pc-sites-price-badge { width: 240px; height: 240px; right: 12px; bottom: 26px; padding: 31px 25px 22px; }
  .pc-sites-price-badge > strong { font-size: 2.85rem; }
}

@media (max-width: 940px) {
	.pc-track-order { margin-left: auto; }
  .pc-nav,
  .home .pc-nav { min-height: 78px; }
  .pc-primary-nav { display: none; align-self: auto; }
  .pc-primary-nav.is-open { display: block; }
  .pc-menu-toggle { color: #fff; border-color: rgba(255, 255, 255, .3); background: rgba(255, 255, 255, .08); }
  .pc-menu-toggle > span:not(.screen-reader-text) { background: #fff; }
  .pc-primary-nav { background: #061d34; border-color: rgba(82, 211, 202, .24); }
  .pc-primary-nav .pc-nav-links a:hover { background: rgba(255, 255, 255, .06); }
  .pc-mobile-project-cta { width: 100%; display: flex; margin-top: 12px; }
  .pc-nav-links .current-menu-item > a::after,
  .pc-nav-links .current_page_item > a::after { display: none; }
  .pc-sites-hero { min-height: 0; }
  .pc-sites-hero-grid { min-height: 0; grid-template-columns: 1fr; }
  .pc-sites-hero-copy { padding: 72px 0 34px; }
  .pc-sites-hero h1 { max-width: 760px; }
  .pc-sites-hero-visual { height: min(78vw, 720px); min-height: 540px; margin-left: -12vw; }
  .pc-sites-hero-visual > img { width: min(130vw, 1120px); right: -12vw; }
  .pc-sites-price-badge { right: 3vw; }
}

@media (max-width: 620px) {
	.pc-track-order { min-height: 40px; padding-inline: 12px; font-size: .72rem; }
  .pc-nav,
  .home .pc-nav { width: min(calc(100% - 28px), var(--pc-width)); min-height: 70px; }
  .pc-brand,
  .home .pc-brand { width: 185px; height: 46px; }
  .pc-sites-hero-grid { width: min(calc(100% - 28px), var(--pc-width)); }
  .pc-sites-hero-copy { padding: 54px 0 28px; }
  .pc-sites-hero .pc-eyebrow { margin-bottom: 24px; font-size: .88rem; }
  .pc-sites-hero h1 { font-size: clamp(2.8rem, 13.5vw, 3.85rem); }
  .pc-sites-hero-copy > p { font-size: 1.04rem; }
  .pc-sites-hero-actions { flex-direction: column; margin-top: 30px; }
  .pc-sites-hero-actions .pc-button { width: 100%; min-width: 0; min-height: 56px; }
  .pc-sites-proof { gap: 12px 18px; margin-top: 34px; font-size: .88rem; }
  .pc-sites-hero-visual { height: 115vw; min-height: 430px; max-height: 570px; margin-left: -28vw; }
  .pc-sites-hero-visual > img { width: 176vw; right: -38vw; }
  .pc-sites-price-badge { width: 190px; height: 190px; right: -4px; bottom: 16px; padding: 23px 18px 15px; }
  .pc-sites-price-label { margin: -7px 0 6px; padding: 4px 14px; font-size: .61rem; }
  .pc-sites-price-badge small { font-size: .67rem; }
  .pc-sites-price-badge > strong { margin: 0 0 3px; font-size: 2.3rem; }
  .pc-sites-price-badge ul { gap: 2px; padding-top: 7px; }
  .pc-sites-price-badge li { font-size: .57rem; }
  .pc-sites-included .pc-included-card ul { grid-template-columns: 1fr; }
}

/* Safe gutters and above-the-fold hero rhythm */
.pc-container,
.home .pc-container {
  width: 100%;
  max-width: calc(var(--pc-width) + 128px);
  margin-inline: auto;
  padding-inline: var(--pc-gutter);
}
.pc-nav,
.home .pc-nav,
.pc-sites-hero-grid {
  width: 100%;
  max-width: 1678px;
  margin-inline: auto;
  padding-inline: var(--pc-gutter);
}
.pc-hero-grid,
.home .pc-hero-grid {
  width: 100%;
  max-width: calc(var(--pc-width) + 128px);
}
.pc-page-hero { padding: clamp(52px, 7svh, 92px) 0 clamp(40px, 6svh, 66px); }
.pc-product-hero {
  min-height: calc(100svh - 94px);
  display: flex;
  align-items: center;
  padding: clamp(42px, 7svh, 90px) 0;
}
.home .pc-hero-copy,
.pc-sites-hero-copy { padding-block: clamp(46px, 7svh, 82px) clamp(52px, 8svh, 96px); }

@media (min-width: 941px) and (max-height: 860px) {
  .home .pc-hero-copy,
  .pc-sites-hero-copy { padding-block: 42px 48px; }
  .home .pc-hero .pc-eyebrow,
  .pc-sites-hero .pc-eyebrow { margin-bottom: 20px; }
  .home .pc-hero h1,
  .pc-sites-hero h1 { margin-bottom: 18px; font-size: clamp(3.25rem, 7.2svh, 4.15rem); }
  .home .pc-hero-copy > p,
  .pc-sites-hero-copy > p { font-size: 1.04rem; line-height: 1.55; }
  .home .pc-hero-actions,
  .pc-sites-hero-actions { margin-top: 24px; }
  .home .pc-hero-actions .pc-button,
  .pc-sites-hero-actions .pc-button { min-height: 54px; }
  .home .pc-proof,
  .pc-sites-proof { margin-top: 26px; }
  .home .pc-hero-visual,
  .pc-sites-hero-visual { min-height: calc(100svh - 94px); }
}

@media (min-width: 941px) and (max-height: 720px) {
  .home .pc-hero-copy,
  .pc-sites-hero-copy { padding-block: 26px 30px; }
  .home .pc-hero .pc-eyebrow,
  .pc-sites-hero .pc-eyebrow { margin-bottom: 12px; font-size: .78rem; }
  .home .pc-hero h1,
  .pc-sites-hero h1 { margin-bottom: 13px; font-size: clamp(2.9rem, 7svh, 3.35rem); }
  .home .pc-hero-copy > p,
  .pc-sites-hero-copy > p { font-size: .94rem; line-height: 1.45; }
  .home .pc-hero-actions,
  .pc-sites-hero-actions { margin-top: 17px; gap: 12px; }
  .home .pc-hero-actions .pc-button,
  .pc-sites-hero-actions .pc-button { min-height: 47px; }
  .home .pc-proof,
  .pc-sites-proof { margin-top: 17px; font-size: .84rem; }
}

@media (max-width: 940px) {
  :root { --pc-gutter: clamp(24px, 5vw, 44px); }
  .home .pc-hero-copy,
  .pc-sites-hero-copy {
    min-height: calc(100svh - 78px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-block: 44px;
  }
  .pc-page-hero,
  .pc-product-hero { min-height: auto; }
}

@media (max-width: 620px) {
  :root { --pc-gutter: 20px; }
  .home .pc-hero-copy,
  .pc-sites-hero-copy { min-height: calc(100svh - 70px); padding-block: 30px; }
  .home .pc-hero .pc-eyebrow,
  .pc-sites-hero .pc-eyebrow { margin-bottom: 16px; font-size: .78rem; }
  .home .pc-hero h1,
  .pc-sites-hero h1 { margin-bottom: 16px; font-size: clamp(2.55rem, 11.5vw, 3.2rem); }
  .home .pc-hero-copy > p,
  .pc-sites-hero-copy > p { font-size: .96rem; line-height: 1.5; }
  .home .pc-hero-actions,
  .pc-sites-hero-actions { margin-top: 22px; }
  .home .pc-hero-actions .pc-button,
  .pc-sites-hero-actions .pc-button { min-height: 50px; }
  .home .pc-proof,
  .pc-sites-proof { margin-top: 22px; font-size: .8rem; }
}

/* Hero interaction: the button receives the light while the cursor halo rests */
.home .pc-hero .pc-hero-actions .pc-button:is(:hover, :focus-visible),
.pc-sites-hero .pc-sites-hero-actions .pc-button:is(:hover, :focus-visible) {
  border-color: rgba(255, 255, 255, .48);
  box-shadow:
    0 0 15px rgba(255, 255, 255, .42),
    0 0 36px rgba(210, 255, 252, .24);
}
body.home:has(.pc-hero .pc-hero-actions .pc-button:is(:hover, :focus-visible)) .pc-cursor-halo,
body:has(.pc-sites-hero .pc-sites-hero-actions .pc-button:is(:hover, :focus-visible)) .pc-cursor-halo {
  opacity: 0 !important;
}

@media (min-width: 1101px) and (max-height: 860px) {
  .home .pc-hero h1 {
    font-size: clamp(3rem, 6.25svh, 3.5rem);
    line-height: 1.04;
  }
  .home .pc-hero-copy > p { max-width: 560px; font-size: .94rem; line-height: 1.5; }
  .home .pc-hero-actions { gap: 12px; margin-top: 24px; }
  .home .pc-hero-actions .pc-button { min-height: 48px; }
  .home .pc-proof { margin-top: 28px; }
  .home .pc-hero-photo {
    width: clamp(920px, 76vw, 1300px);
    right: clamp(-320px, -18vw, -220px);
    top: clamp(-150px, -9vw, -80px);
    bottom: auto;
  }
}

/* Maintenance plan iconography */
.pc-plan-icon--calendar::before {
  content: "";
  width: 28px;
  height: 25px;
  border: 2px solid currentColor;
  border-radius: 5px;
  background: linear-gradient(currentColor, currentColor) 0 7px / 100% 2px no-repeat;
}
.pc-plan-icon--calendar::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 7px;
  left: 24px;
  top: 17px;
  border-radius: 3px;
  background: currentColor;
  box-shadow: 17px 0 0 currentColor;
}
.pc-plan-icon--star { font-size: 1.8rem; line-height: 1; }

/* Questions page */
.pc-questions-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 40%, rgba(25, 181, 172, .18), transparent 28%),
    linear-gradient(180deg, var(--pc-offwhite), #f4f8f7);
}
.pc-questions-hero::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: 3%;
  top: -38px;
  opacity: .16;
  background-image: radial-gradient(circle, var(--pc-teal) 2px, transparent 2.5px);
  background-size: 22px 22px;
}
.pc-questions-hero-grid {
  min-height: 390px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) .62fr;
  align-items: center;
  gap: 70px;
  padding-block: clamp(52px, 7svh, 76px);
}
.pc-questions-hero-copy { position: relative; z-index: 2; }
.pc-questions-hero .pc-eyebrow { margin-bottom: 20px; }
.pc-questions-hero h1 { max-width: 760px; margin-bottom: 18px; font-size: clamp(2.55rem, 3.7vw, 3.65rem); }
.pc-questions-hero p { max-width: 680px; margin: 0; color: var(--pc-muted); font-size: 1.08rem; }
.pc-question-visual { position: relative; z-index: 2; display: grid; min-height: 250px; place-items: center; }
.pc-question-visual::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(11, 143, 137, .22);
  border-radius: 48% 52% 43% 57%;
  background: radial-gradient(circle at 45% 40%, rgba(255,255,255,.95), rgba(198,235,232,.68));
  box-shadow: 0 28px 70px rgba(8, 83, 82, .12);
  transform: rotate(-8deg);
}
.pc-bulb-icon { position: relative; z-index: 1; width: 170px; height: 190px; color: var(--pc-teal-dark); }
.pc-bulb-icon::before {
  content: "";
  position: absolute;
  width: 92px;
  height: 108px;
  left: 39px;
  top: 20px;
  border: 6px solid currentColor;
  border-radius: 52% 52% 44% 44%;
  box-shadow: inset 0 0 28px rgba(11,143,137,.08), 0 0 28px rgba(53,210,200,.18);
}
.pc-bulb-icon::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 25px;
  left: 62px;
  top: 132px;
  border: 6px solid currentColor;
  border-top: 0;
  border-radius: 0 0 12px 12px;
}
.pc-bulb-icon i,
.pc-bulb-icon i::before,
.pc-bulb-icon i::after { position: absolute; display: block; width: 5px; height: 26px; border-radius: 5px; background: currentColor; }
.pc-bulb-icon i { left: 83px; top: -8px; }
.pc-bulb-icon i::before { content: ""; left: -65px; top: 46px; transform: rotate(-65deg); }
.pc-bulb-icon i::after { content: ""; left: 65px; top: 46px; transform: rotate(65deg); }

.pc-questions-list-section { padding-block: 88px; }
.pc-questions-list-section .pc-faq-list--wide { max-width: calc(var(--pc-width) + 128px); }
.pc-question-form-section { padding: 104px 0; background: linear-gradient(135deg, #eaf3f2, var(--pc-offwhite)); }
.pc-question-form-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 80px; }
.pc-question-form-layout .pc-section-head { position: sticky; top: 132px; }
.pc-question-form-layout .pc-section-head p { color: var(--pc-muted); }
.pc-question-form-card { padding: 42px; border: 1px solid var(--pc-border); border-radius: 26px; background: rgba(255,255,255,.92); box-shadow: var(--pc-shadow); }
.pc-question-form { display: grid; gap: 28px; }
.pc-question-form .pc-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.pc-question-form label { display: grid; gap: 8px; }
.pc-question-form label > span { color: var(--pc-navy); font-size: .88rem; font-weight: 750; }
.pc-question-form .pc-field-wide { grid-column: 1 / -1; }
.pc-question-form input,
.pc-question-form textarea { width: 100%; border: 1px solid rgba(10,41,72,.16); border-radius: 12px; padding: 13px 14px; color: var(--pc-ink); background: #fff; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.pc-question-form textarea { min-height: 150px; resize: vertical; }
.pc-question-form input:focus,
.pc-question-form textarea:focus { border-color: rgba(11,143,137,.72); box-shadow: 0 0 0 4px rgba(11,143,137,.1); }
.pc-question-form .pc-button { justify-self: start; }
.pc-question-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.pc-form-notice { margin-bottom: 24px; padding: 14px 16px; border-radius: 12px; font-size: .92rem; }
.pc-form-notice.is-success { color: #075f5b; background: rgba(46,187,177,.14); }
.pc-form-notice.is-error { color: #8a2930; background: rgba(190,63,71,.12); }

@media (max-width: 940px) {
  .pc-questions-hero-grid { min-height: 340px; grid-template-columns: 1fr .42fr; gap: 30px; }
  .pc-question-visual { transform: scale(.82); }
  .pc-question-form-layout { grid-template-columns: 1fr; gap: 42px; }
  .pc-question-form-layout .pc-section-head { position: static; }
}

@media (max-width: 620px) {
  .pc-questions-hero-grid { min-height: 0; grid-template-columns: 1fr; padding-block: 52px 34px; }
  .pc-questions-hero h1 { font-size: clamp(2.3rem, 10.5vw, 3rem); }
  .pc-question-visual { min-height: 190px; transform: scale(.72); margin-block: -22px; }
  .pc-questions-list-section { padding-block: 68px; }
  .pc-question-form-section { padding: 72px 0; }
  .pc-question-form-card { padding: 28px 22px; }
  .pc-question-form .pc-form-grid { grid-template-columns: 1fr; }
  .pc-question-form .pc-field-wide { grid-column: auto; }
  .pc-question-form .pc-button { width: 100%; }
}

/* Sites hero refinement — intentionally isolated from every other hero */
@media (min-width: 941px) {
  .pc-sites-hero-grid { grid-template-columns: minmax(500px, .76fr) minmax(0, 1.24fr); }
  .pc-sites-hero-copy { padding-block: clamp(44px, 6svh, 72px); }
  .pc-sites-hero h1 { max-width: 590px; font-size: clamp(3.45rem, 4.7vw, 4.8rem); }
  .pc-sites-hero-copy > p { max-width: 560px; }
  .pc-sites-hero-actions { align-items: center; flex-flow: row nowrap; gap: 12px; margin-top: 38px; }
  .pc-sites-hero-actions .pc-button { width: auto; min-width: 212px; min-height: 50px; padding-inline: 20px; font-size: .91rem; white-space: nowrap; }
  .pc-sites-hero-actions .pc-button--secondary { min-width: 270px; }
  .pc-sites-proof { gap: 18px 34px; margin-top: 42px; }
  .pc-sites-hero-visual > img {
    width: clamp(960px, max(68vw, 112svh), 1320px);
    right: clamp(-160px, -6vw, -70px);
    top: auto;
    bottom: -1px;
  }
  .pc-sites-price-badge { width: 240px; height: 240px; padding: 31px 25px 22px; }
  .pc-sites-price-badge > strong { font-size: 2.9rem; }
}

@media (min-width: 941px) and (max-height: 860px) {
  .pc-sites-hero-copy { padding-block: 34px 40px; }
  .pc-sites-hero .pc-eyebrow { margin-bottom: 18px; font-size: .82rem; }
  .pc-sites-hero h1 { max-width: 560px; margin-bottom: 14px; font-size: clamp(3rem, 6.25svh, 3.35rem); line-height: 1.04; }
  .pc-sites-hero-copy > p { max-width: 530px; font-size: .94rem; line-height: 1.5; }
  .pc-sites-hero-actions { gap: 12px; margin-top: 36px; }
  .pc-sites-hero-actions .pc-button { min-height: 47px; }
  .pc-sites-proof { margin-top: 42px; font-size: .84rem; }
  .pc-sites-hero-visual > img {
    width: clamp(760px, 58vw, 1080px);
    right: 0;
    top: clamp(4px, .5vw, 10px);
    bottom: auto;
  }
  .pc-sites-price-badge {
    width: 220px;
    height: 220px;
    right: clamp(72px, 7.8vw, 112px);
    bottom: clamp(42px, 8svh, 58px);
    justify-content: center;
    padding: 18px 22px;
  }
  .pc-sites-price-label { min-width: 156px; margin: 0 0 10px; padding: 6px 12px; font-size: .74rem; line-height: 1.15; }
  .pc-sites-price-badge small { font-size: .78rem; line-height: 1.2; }
  .pc-sites-price-badge > strong { margin: 6px 0 9px; font-size: 3.15rem; line-height: .94; white-space: nowrap; }
  .pc-sites-price-badge .woocommerce-Price-amount { white-space: nowrap; }
  .pc-sites-price-badge .woocommerce-Price-currencySymbol { margin-right: -7px; font-size: 1.2rem; vertical-align: .46em; }
  .pc-sites-price-badge ul { margin: 0; padding: 10px 0 0; text-align: center; }
  .pc-sites-price-badge li { display: block; max-width: 96px; margin-inline: auto; font-size: .72rem; line-height: 1.3; }
  .pc-sites-price-badge li::before { content: none; }
}

/* Sistemas landing hero — isolated so the home and other product heroes stay untouched */
.pc-system-hero {
  isolation: isolate;
  min-height: calc(100svh - 94px);
  padding: 0;
  color: rgba(255, 255, 255, .76);
  background:
    radial-gradient(circle at 72% 43%, rgba(18, 148, 148, .2), transparent 31%),
    radial-gradient(circle at 6% 92%, rgba(18, 101, 121, .13), transparent 27%),
    linear-gradient(115deg, #01142c 0%, #031c34 54%, #01142c 100%);
}
.pc-system-hero::before,
.pc-system-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.pc-system-hero::before {
  width: 720px;
  height: 720px;
  top: -510px;
  right: 20%;
  border: 1px solid rgba(45, 207, 198, .22);
  border-radius: 50%;
}
.pc-system-hero::after {
  width: 220px;
  height: 220px;
  right: 2%;
  bottom: -54px;
  opacity: .2;
  background-image: radial-gradient(circle, #31c9c0 2px, transparent 2.5px);
  background-size: 24px 24px;
}
.pc-system-hero-grid {
  display: grid;
  width: 100%;
  max-width: 1678px;
  min-height: calc(100svh - 94px);
  grid-template-columns: minmax(470px, .78fr) minmax(620px, 1.22fr);
  align-items: center;
  gap: clamp(26px, 3vw, 62px);
}
.pc-system-hero-copy {
  position: relative;
  z-index: 3;
  padding-block: clamp(50px, 7svh, 78px);
}
.pc-system-hero .pc-eyebrow {
  margin-bottom: 24px;
  color: #43d3cb;
  font-size: .94rem;
}
.pc-system-hero h1 {
  max-width: 650px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(3.35rem, 4.55vw, 4.85rem);
  line-height: 1.02;
  text-shadow: 0 12px 42px rgba(0, 0, 0, .2);
}
.pc-system-hero h1 > span {
  color: #35d2c8;
  background: linear-gradient(95deg, #45ddd4, #0aa7a4);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pc-system-hero-copy > p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(1.04rem, 1.28vw, 1.18rem);
  line-height: 1.68;
}
.pc-system-hero-offer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 22px 30px;
  margin-top: 28px;
}
.pc-system-hero .pc-product-price { min-width: 142px; margin: 0; }
.pc-system-hero .pc-product-price > span { color: rgba(255, 255, 255, .58); }
.pc-system-hero .pc-product-price strong {
  color: #fff;
  font-size: clamp(2.75rem, 3.4vw, 3.5rem);
  text-shadow: 0 8px 28px rgba(0, 0, 0, .24);
}
.pc-system-hero .pc-product-price .woocommerce-Price-currencySymbol {
  margin-right: 5px;
  color: #41d5cd;
  font-size: .48em;
  vertical-align: .42em;
}
.pc-system-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.pc-system-hero-actions .pc-button {
  min-height: 52px;
  padding-inline: 22px;
  white-space: nowrap;
}
.pc-system-hero-actions .pc-button--secondary {
  color: #fff;
  border-color: rgba(74, 215, 206, .54);
  background: rgba(1, 20, 44, .32);
}
.pc-system-hero-actions .pc-button--secondary:hover {
  color: #fff;
  background: rgba(255, 255, 255, .07);
}
.pc-system-hero-actions .pc-button:is(:hover, :focus-visible) {
  border-color: rgba(255, 255, 255, .42);
  box-shadow: 0 0 13px rgba(255, 255, 255, .32), 0 0 30px rgba(202, 255, 251, .18);
}
body:has(.pc-system-hero-actions .pc-button:is(:hover, :focus-visible)) .pc-cursor-halo { opacity: 0 !important; }
.pc-system-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin: 32px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, .84);
  font-size: .9rem;
  list-style: none;
}
.pc-system-hero-proof li { display: inline-flex; align-items: center; gap: 9px; }
.pc-system-hero-proof li::before {
  content: "✓";
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid rgba(56, 212, 203, .5);
  border-radius: 50%;
  color: #48dcd3;
  background: rgba(20, 156, 151, .12);
  font-size: .72rem;
  font-weight: 900;
}
.pc-system-dashboard {
  position: relative;
  z-index: 2;
  width: min(58vw, 960px);
  margin: 0;
  transform: translateX(clamp(18px, 4vw, 70px)) rotate(.45deg);
  filter: drop-shadow(0 34px 50px rgba(0, 0, 0, .34));
}
.pc-system-dashboard::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 10% 5%;
  border-radius: 50%;
  background: rgba(44, 211, 201, .15);
  filter: blur(70px);
}
.pc-system-dashboard img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(105, 231, 223, .2);
  border-radius: 22px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

@media (min-width: 941px) and (max-width: 1220px) {
  .pc-system-hero-grid { grid-template-columns: minmax(420px, .86fr) minmax(500px, 1.14fr); }
  .pc-system-hero h1 { font-size: clamp(3rem, 5vw, 4rem); }
  .pc-system-hero-offer { display: grid; }
  .pc-system-dashboard { width: min(63vw, 820px); transform: translateX(4vw) rotate(.45deg); }
}

@media (min-width: 941px) and (max-height: 800px) {
  .pc-system-hero-copy { padding-block: 30px; }
  .pc-system-hero .pc-eyebrow { margin-bottom: 15px; font-size: .8rem; }
  .pc-system-hero h1 { margin-bottom: 15px; font-size: clamp(2.75rem, 6.2svh, 3.35rem); }
  .pc-system-hero-copy > p { font-size: .94rem; line-height: 1.5; }
  .pc-system-hero-offer { margin-top: 18px; }
  .pc-system-hero .pc-product-price strong { font-size: 2.65rem; }
  .pc-system-hero-actions .pc-button { min-height: 47px; font-size: .9rem; }
  .pc-system-hero-proof { margin-top: 21px; font-size: .82rem; }
  .pc-system-dashboard { width: min(56vw, 850px); }
}

@media (max-width: 940px) {
  .pc-system-hero { min-height: auto; }
  .pc-system-hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 10px;
    padding-block: 0 48px;
  }
  .pc-system-hero-copy {
    min-height: calc(100svh - 78px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-block: 44px;
  }
  .pc-system-hero h1 { max-width: 720px; }
  .pc-system-dashboard {
    width: min(104vw, 900px);
    justify-self: center;
    transform: translateX(3vw) rotate(.35deg);
  }
}

@media (max-width: 620px) {
  .pc-system-hero-copy { min-height: calc(100svh - 70px); padding-block: 32px; }
  .pc-system-hero .pc-eyebrow { margin-bottom: 16px; font-size: .78rem; }
  .pc-system-hero h1 { margin-bottom: 17px; font-size: clamp(2.55rem, 11.8vw, 3.25rem); }
  .pc-system-hero-copy > p { font-size: .96rem; line-height: 1.5; }
  .pc-system-hero-offer { display: grid; gap: 18px; margin-top: 22px; }
  .pc-system-hero .pc-product-price strong { font-size: 2.7rem; }
  .pc-system-hero-actions { display: grid; }
  .pc-system-hero-actions .pc-button { width: 100%; min-height: 50px; font-size: .9rem; }
  .pc-system-hero-proof { gap: 10px 16px; margin-top: 22px; font-size: .78rem; }
  .pc-system-dashboard { width: 126vw; transform: translateX(8vw) rotate(.25deg); }
  .pc-system-dashboard img { border-radius: 14px; }
}

/* Sistemas: four simple steps between the hero and the untouched configurator */
.pc-system-steps-section {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 6.5svh, 72px) 0;
  background:
    radial-gradient(circle at 8% 18%, rgba(113, 234, 225, .17), transparent 24%),
    radial-gradient(circle at 92% 92%, rgba(1, 43, 64, .24), transparent 27%),
    linear-gradient(135deg, #075c62 0%, #087f7b 52%, #066c70 100%);
}
.pc-system-steps-section::before {
  content: "";
  position: absolute;
  width: 290px;
  height: 290px;
  right: -42px;
  top: -72px;
  opacity: .22;
  background-image: radial-gradient(circle, rgba(205, 255, 250, .9) 2px, transparent 2.5px);
  background-size: 25px 25px;
  pointer-events: none;
}
.pc-system-steps-section::after {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  left: -270px;
  bottom: -320px;
  border: 1px solid rgba(190, 249, 244, .24);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(190, 249, 244, .04), 0 0 0 104px rgba(190, 249, 244, .025);
  pointer-events: none;
}
.pc-system-steps-head {
  position: relative;
  z-index: 2;
  max-width: 830px;
  margin-bottom: clamp(28px, 4svh, 40px);
}
.pc-system-steps-head .pc-eyebrow {
  margin-bottom: 14px;
  color: #b8f4ef;
}
.pc-system-steps-head .pc-eyebrow::before { background: #72e0d8; }
.pc-system-steps-head h2 {
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(2.4rem, 3.45vw, 3.5rem);
  line-height: 1.04;
  text-shadow: 0 10px 36px rgba(0, 43, 49, .18);
}
.pc-system-steps-head p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 1rem;
}
.pc-system-steps {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 30px);
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
.pc-system-step {
  position: relative;
  min-height: 278px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 22px 26px;
  border: 1px solid rgba(255, 255, 255, .54);
  border-radius: 36px;
  background: rgba(252, 251, 247, .96);
  box-shadow: 0 22px 48px rgba(0, 43, 49, .16);
  text-align: center;
  transition: transform .24s ease, box-shadow .24s ease;
}
.pc-system-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 58px rgba(0, 38, 47, .22);
}
.pc-system-step:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 3;
  width: clamp(18px, 2vw, 30px);
  right: calc(clamp(18px, 2vw, 30px) * -1);
  top: 56px;
  border-top: 1px dashed rgba(207, 255, 250, .74);
}
.pc-system-step-number {
  position: absolute;
  left: 16px;
  top: 16px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #11a7a0, #086a6c);
  font-family: Outfit, sans-serif;
  font-size: .82rem;
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(5, 111, 110, .24);
}
.pc-system-step-icon {
  position: relative;
  display: grid;
  width: 84px;
  height: 84px;
  place-items: center;
  margin: 42px 0 17px;
  border: 1px solid rgba(8, 127, 123, .14);
  border-radius: 50%;
  color: #087b78;
  background: linear-gradient(145deg, #edf7f5, #dbecea);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 10px 24px rgba(7, 108, 106, .09);
}
.pc-system-step-icon .dashicons {
  width: auto;
  height: auto;
  color: currentColor;
  font-size: 40px;
  line-height: 1;
}
.pc-system-step:nth-child(2) .dashicons { font-size: 38px; }
.pc-system-step:nth-child(3) .dashicons { font-size: 42px; }
.pc-system-step h3 {
  margin-bottom: 9px;
  color: var(--pc-navy);
  font-size: 1.3rem;
}
.pc-system-step p {
  max-width: 260px;
  margin: 0;
  color: var(--pc-muted);
  font-size: .88rem;
  line-height: 1.48;
}

@media (max-width: 1100px) {
  .pc-system-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pc-system-step:not(:last-child)::after { display: none; }
}

@media (max-width: 620px) {
  .pc-system-steps-section { padding-block: 62px; }
  .pc-system-steps-head { margin-bottom: 38px; }
  .pc-system-steps-head h2 { font-size: clamp(2.55rem, 12vw, 3.35rem); }
  .pc-system-steps-head p { font-size: 1rem; }
  .pc-system-steps { grid-template-columns: 1fr; }
  .pc-system-step { min-height: 278px; }
}

/* Project choice dialog */
body.pc-project-dialog-open { overflow: hidden; }
.pc-project-dialog {
  width: min(calc(100% - 36px), 920px);
  max-width: none;
  max-height: calc(100svh - 36px);
  border: 0;
  padding: 0;
  color: var(--pc-ink);
  background: transparent;
  overflow: visible;
}
.pc-project-dialog::backdrop {
  background: rgba(1, 15, 29, .76);
  backdrop-filter: blur(7px);
}
.pc-project-dialog-shell {
  position: relative;
  max-height: calc(100svh - 36px);
  padding: clamp(30px, 4.5vw, 52px);
  border: 1px solid rgba(99, 221, 213, .22);
  border-radius: 34px;
  background:
    radial-gradient(circle at 92% 5%, rgba(69, 211, 201, .17), transparent 30%),
    var(--pc-offwhite);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .34);
  overflow: auto;
}
.pc-project-dialog-close {
  position: absolute;
  z-index: 2;
  width: 44px;
  height: 44px;
  right: 22px;
  top: 22px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(10, 41, 72, .12);
  border-radius: 50%;
  color: var(--pc-navy);
  background: rgba(255, 255, 255, .82);
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
}
.pc-project-dialog-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--pc-teal-dark);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.pc-project-dialog h2 {
  max-width: 650px;
  margin-bottom: 13px;
  font-size: clamp(2.3rem, 4vw, 3.5rem);
}
.pc-project-dialog-shell > p {
  max-width: 640px;
  margin: 0;
  color: var(--pc-muted);
}
.pc-project-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}
.pc-project-choice {
  min-height: 260px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 30px;
  border: 1px solid rgba(10, 41, 72, .12);
  border-radius: 28px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 17px 38px rgba(8, 36, 61, .07);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.pc-project-choice:hover,
.pc-project-choice:focus-visible {
  border-color: rgba(11, 143, 137, .42);
  box-shadow: 0 22px 46px rgba(8, 77, 78, .13);
  transform: translateY(-4px);
}
.pc-project-choice--system {
  color: rgba(255, 255, 255, .76);
  border-color: rgba(71, 210, 201, .2);
  background: radial-gradient(circle at 84% 8%, rgba(21, 149, 148, .25), transparent 34%), linear-gradient(145deg, #05243f, #03182d);
}
.pc-project-choice > span {
  color: var(--pc-teal-dark);
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.pc-project-choice--system > span { color: #65dbd3; }
.pc-project-choice > strong {
  margin: 12px 0 13px;
  color: var(--pc-navy);
  font-family: Outfit, sans-serif;
  font-size: 1.65rem;
  line-height: 1.1;
}
.pc-project-choice--system > strong { color: #fff; }
.pc-project-choice > small {
  color: var(--pc-muted);
  font-size: .93rem;
  line-height: 1.55;
}
.pc-project-choice--system > small { color: rgba(255, 255, 255, .68); }
.pc-project-choice > b {
  margin-top: auto;
  padding-top: 25px;
  color: var(--pc-teal-dark);
  font-size: .92rem;
}
.pc-project-choice--system > b { color: #69ddd5; }
.pc-project-choice b i { margin-left: 8px; font-style: normal; }
.pc-system-steps-section { scroll-margin-top: 94px; }

/* Resources for sites */
.pc-resources-hero .pc-container { max-width: calc(var(--pc-width) + 128px); }
.pc-resources-hero h1 { max-width: 900px; font-size: clamp(2.6rem, 3.5vw, 3.65rem); line-height: 1.05; }
.pc-resources-hero p { max-width: 820px; }
.pc-resources-rules { padding: clamp(54px, 7vw, 88px) 0; background: linear-gradient(135deg, #05233c, #073c56); }
.pc-resources-flow-head { max-width: 780px; margin-bottom: 34px; color: rgba(255,255,255,.76); }
.pc-resources-flow-head .pc-eyebrow { color: #76e8df; }
.pc-resources-flow-head .pc-eyebrow::before { background: #76e8df; }
.pc-resources-flow-head h2 { margin: 12px 0; color: #fff; font-size: clamp(2rem,3vw,3rem); }
.pc-resources-flow-head p { margin:0; color:inherit; }
.pc-resources-flow { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; margin:0; padding:0; list-style:none; }
.pc-resources-flow li { position:relative; min-height:260px; padding:28px 24px 24px; border:1px solid rgba(255,255,255,.15); border-radius:24px; color:rgba(255,255,255,.74); background:rgba(255,255,255,.065); box-shadow:0 18px 42px rgba(0,0,0,.1); }
.pc-resources-flow li:not(:last-child)::after { content:"→"; position:absolute; z-index:2; right:-15px; top:50%; display:grid; width:30px; height:30px; place-items:center; border-radius:50%; color:#072c43; background:#76e8df; font-weight:900; transform:translateY(-50%); }
.pc-resources-flow li.is-included { border-color:rgba(118,232,223,.55); background:linear-gradient(145deg,rgba(15,166,157,.32),rgba(255,255,255,.07)); }
.pc-resources-flow li > span { display:grid; width:42px; height:42px; place-items:center; margin-bottom:24px; border-radius:50%; color:#06283f; background:#76e8df; font-size:.75rem; font-weight:850; }
.pc-resources-flow h3 { margin:0 0 10px; color:#fff; font-size:1.2rem; line-height:1.2; }
.pc-resources-flow p { margin:0; color:inherit; font-size:.9rem; }
.pc-resources-flow strong { display:block; margin-top:18px; color:#76e8df; font-size:.76rem; letter-spacing:.04em; text-transform:uppercase; }
.pc-resources-catalog .pc-section-head { max-width: 820px; }

@media (max-width: 980px) {
	.pc-resources-flow { grid-template-columns:repeat(2,minmax(0,1fr)); }
	.pc-resources-flow li:nth-child(2)::after { display:none; }
}
@media (max-width: 620px) {
	.pc-track-order { display:none; }
	.pc-mobile-track-order { display:block; margin-top:10px; padding:12px 14px; border:1px solid rgba(10,41,72,.14); border-radius:10px; color:var(--pc-navy); font-size:.84rem; font-weight:650; text-align:center; }
	.pc-resources-hero h1 { font-size:clamp(2.35rem,11vw,3.2rem); }
	.pc-resources-flow { grid-template-columns:1fr; }
	.pc-resources-flow li { min-height:0; }
	.pc-resources-flow li:not(:last-child)::after { content:"↓"; right:auto; left:50%; top:auto; bottom:-15px; transform:translateX(-50%); }
}

@media (max-width: 620px) {
  .pc-project-dialog { width: min(calc(100% - 22px), 920px); max-height: calc(100svh - 22px); }
  .pc-project-dialog-shell { max-height: calc(100svh - 22px); padding: 28px 20px 22px; border-radius: 25px; }
  .pc-project-dialog-close { width: 40px; height: 40px; right: 14px; top: 14px; }
  .pc-project-dialog h2 { max-width: calc(100% - 42px); font-size: 2.2rem; }
  .pc-project-choice-grid { grid-template-columns: 1fr; margin-top: 24px; }
  .pc-project-choice { min-height: 220px; padding: 25px; border-radius: 24px; }
}
