:root {
  --pc-ink: #102f25;
  --pc-green: #1f563f;
  --pc-green-dark: #1f3328;
  --pc-green-soft: #e9f0e9;
  --pc-earth: #c1602f;
  --pc-gold: #e3b34d;
  --pc-paper: #f2ede0;
  --pc-white: #fffefb;
  --pc-muted: #56645d;
  --pc-line: #d8ddd5;
  --pc-alert: #fff4d9;
  --pc-radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; min-width: 320px; color: var(--pc-ink); background: var(--pc-paper); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.pc-skip:not(:focus) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.pc-skip { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; border-radius: 8px; background: var(--pc-white); color: var(--pc-green-dark); box-shadow: 0 4px 20px #0003; }
.pc-container { width: min(100% - 32px, 1180px); margin: 0 auto; }
.pc-visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.pc-header { position: relative; z-index: 20; border-bottom: 1px solid #102f251c; background: rgba(255,254,251,.97); }
.pc-header__inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.pc-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.pc-brand__mark { display: grid; place-items: center; width: 40px; height: 40px; border: 1.5px solid var(--pc-green); border-radius: 50%; color: var(--pc-green); }
.pc-brand__mark svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.pc-brand strong, .pc-brand small { display: block; }
.pc-brand strong { color: var(--pc-green-dark); font-size: 13px; letter-spacing: .035em; text-transform: uppercase; }
.pc-brand small { margin-top: 3px; color: var(--pc-muted); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.pc-menu { width: 44px; height: 44px; padding: 0; border: 0; border-radius: 10px; color: var(--pc-green-dark); background: transparent; }
.pc-menu:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid #e3b34d; outline-offset: 3px; }
.pc-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 10px 16px 18px; border-bottom: 1px solid var(--pc-line); background: var(--pc-white); box-shadow: 0 18px 30px #0c2d2222; }
.pc-nav.is-open { display: grid; gap: 4px; }
.pc-nav a { display: flex; align-items: center; min-height: 42px; padding: 0 10px; border-radius: 8px; color: var(--pc-ink); font-size: 14px; font-weight: 700; text-decoration: none; }
.pc-nav a:hover { background: var(--pc-green-soft); }
.pc-nav .pc-nav__trek { color: var(--pc-green); }

.pc-hero { position: relative; min-height: 610px; overflow: hidden; color: white; isolation: isolate; }
.pc-hero__image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pc-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(5,22,16,.18), rgba(5,22,16,.76) 64%, rgba(5,22,16,.93)); }
.pc-hero__content { min-height: 610px; display: flex; flex-direction: column; justify-content: flex-end; gap: 25px; padding: 48px 0 30px; }
.pc-eyebrow, .pc-kicker { display: block; color: var(--pc-earth); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.pc-hero .pc-eyebrow { color: #ffe2a3; }
.pc-hero__title { display: flex; align-items: center; gap: 14px; margin: 12px 0 0; }
.pc-hero__seal { display: grid; flex: 0 0 auto; place-items: center; width: 72px; height: 72px; border: 2px solid #f7df9d; border-radius: 50%; color: #f7df9d; }
.pc-hero__seal svg { width: 51px; height: 51px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.pc-hero h1 { margin: 0; font-size: clamp(43px, 13vw, 74px); line-height: .86; letter-spacing: -.055em; text-transform: uppercase; }
.pc-hero__text { max-width: 560px; margin: 21px 0 0; font-size: 17px; line-height: 1.52; }
.pc-hero__phrase { display: block; margin-top: 15px; color: #ffe6ab; font-family: Georgia, serif; font-size: 17px; font-style: italic; }
.pc-photo-credit { position: absolute; right: 16px; bottom: 9px; color: #fff9; font-size: 10px; }

.pc-action-card { padding: 12px; border: 1px solid #fff4; border-radius: var(--pc-radius); color: var(--pc-ink); background: rgba(255,254,251,.97); box-shadow: 0 18px 50px #0005; }
.pc-main-action { width: 100%; min-height: 66px; display: flex; align-items: center; gap: 13px; padding: 11px 14px; border: 0; border-radius: 12px; color: white; text-align: left; background: var(--pc-green); }
.pc-main-action:hover { background: #174531; }
.pc-main-action__icon { display: grid; flex: 0 0 auto; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: var(--pc-green-dark); background: #f5df9d; }
.pc-main-action strong, .pc-main-action small { display: block; }
.pc-main-action strong { font-size: 15px; line-height: 1.2; }
.pc-main-action small { margin-bottom: 2px; color: #dce8df; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.pc-main-action__arrow { margin-left: auto; font-size: 24px; }
.pc-quick-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 8px; }
.pc-quick-links a { min-height: 49px; display: grid; place-items: center; padding: 6px; border-radius: 9px; color: var(--pc-green-dark); text-align: center; font-size: 10px; font-weight: 700; line-height: 1.15; text-decoration: none; }
.pc-quick-links a:hover { background: var(--pc-green-soft); }

.pc-section { padding: 58px 0; }
.pc-section--white { background: var(--pc-white); }
.pc-section--soft { background: #eeece3; }
.pc-section-heading { max-width: 660px; margin-bottom: 25px; }
.pc-section-heading h2 { margin: 6px 0 6px; color: var(--pc-green-dark); font-size: clamp(28px, 7vw, 44px); line-height: 1.03; letter-spacing: -.035em; }
.pc-section-heading p { margin: 0; color: var(--pc-muted); line-height: 1.5; }

.pc-steps { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.pc-steps li { display: grid; grid-template-columns: 30px 1fr; align-items: center; gap: 12px; min-height: 76px; padding: 12px 14px; border: 1px solid var(--pc-line); border-radius: 12px; background: #fbfaf6; }
.pc-steps__number { color: var(--pc-earth); font-size: 12px; font-weight: 900; }
.pc-steps strong, .pc-steps small { display: block; }
.pc-steps strong { font-size: 16px; }.pc-steps small { margin-top: 2px; color: var(--pc-muted); font-size: 12px; }

.pc-discovery { background: #efede5; }
.pc-search { height: 54px; display: flex; align-items: center; gap: 10px; padding: 0 15px; border: 1px solid #c9d0c8; border-radius: 12px; background: var(--pc-white); box-shadow: 0 4px 16px #102f2508; }
.pc-search span { color: var(--pc-green); font-size: 21px; }.pc-search input { flex: 1; min-width: 0; height: 100%; padding: 0; border: 0; outline: 0; color: var(--pc-ink); background: transparent; font-size: 15px; }
.pc-filters { margin-top: 14px; }
.pc-filter-title { display: block; margin-bottom: 7px; color: var(--pc-muted); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.pc-filter-list { display: flex; gap: 7px; overflow-x: auto; padding-bottom: 3px; scrollbar-width: thin; }
.pc-filter { flex: 0 0 auto; min-height: 38px; padding: 0 14px; border: 1px solid #cbd2cb; border-radius: 999px; color: var(--pc-ink); background: #fff9; font-size: 12px; font-weight: 700; }
.pc-filter.is-active { border-color: var(--pc-green); color: white; background: var(--pc-green); }
.pc-discovery-grid { margin-top: 24px; }
.pc-result-count { margin-bottom: 9px; color: var(--pc-muted); font-size: 12px; }.pc-result-count strong { color: var(--pc-green-dark); }
.pc-point-list { display: grid; gap: 10px; }
.pc-point-card { min-height: 128px; display: grid; grid-template-columns: 112px 1fr; overflow: hidden; border: 1px solid var(--pc-line); border-radius: 13px; background: var(--pc-white); }
.pc-point-card__image { width: 100%; height: 100%; object-fit: cover; }.pc-point-card__body { min-width: 0; padding: 12px; }
.pc-point-card__meta { display: flex; flex-wrap: wrap; gap: 6px; color: var(--pc-muted); font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.pc-point-card__meta span + span::before { content: "·"; margin-right: 6px; }
.pc-point-card h3 { margin: 6px 0; color: var(--pc-green-dark); font-size: 17px; line-height: 1.1; }
.pc-point-card a { display: inline-flex; gap: 5px; margin-top: 9px; color: var(--pc-green); font-size: 12px; font-weight: 800; text-decoration: none; }
.pc-status { display: inline-flex; align-items: center; gap: 6px; color: #9a6211; font-size: 10px; font-weight: 800; }.pc-status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #db900d; box-shadow: 0 0 0 2px #db900d25; }
.pc-status--active { color: #27743b; }.pc-status--active::before { background: #318b44; }.pc-status--soon { color: #617069; }.pc-status--soon::before { background: #778079; }.pc-status--unavailable { color: #a64531; }.pc-status--unavailable::before { background: #bb533d; }
.pc-empty { padding: 35px 16px; border: 1px dashed #aab4ac; border-radius: 14px; color: var(--pc-muted); text-align: center; background: #fff9; }.pc-empty strong { display: block; margin-bottom: 5px; color: var(--pc-green-dark); }.pc-empty button { min-height: 39px; margin-top: 10px; padding: 0 14px; border: 0; border-radius: 8px; color: white; background: var(--pc-green); font-size: 12px; font-weight: 800; }

.pc-map-panel { margin-top: 12px; padding: 14px; border: 1px solid var(--pc-line); border-radius: 16px; background: var(--pc-white); }
.pc-map-panel__head { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 12px; }.pc-map-panel__head h3 { margin: 4px 0 0; color: var(--pc-green-dark); font-size: 20px; }.pc-tag { align-self: start; padding: 6px 8px; border-radius: 6px; color: var(--pc-green); background: var(--pc-green-soft); font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.pc-map { position: relative; min-height: 335px; overflow: hidden; border-radius: 11px; background: #dfe8d5; }.pc-map img { width: 100%; min-height: 335px; height: 100%; object-fit: cover; }
.pc-map-marker { position: absolute; width: 30px; height: 30px; transform: translate(-50%, -86%) rotate(-45deg); border: 3px solid white; border-radius: 50% 50% 50% 0; background: var(--pc-green); box-shadow: 0 3px 10px #0c2d2255; }.pc-map-marker::after { content: ""; position: absolute; inset: 7px; border-radius: 50%; background: white; }.pc-map-marker--validation { background: #d88910; }.pc-map-marker--soon { background: #747d77; }
.pc-map-legend { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 12px; }.pc-map-note { margin: 9px 0 0; color: var(--pc-muted); font-size: 11px; line-height: 1.45; }

.pc-locations { display: grid; gap: 10px; }.pc-location { padding: 17px; border: 1px solid var(--pc-line); border-radius: 13px; background: #fbfaf6; }.pc-location__region { color: var(--pc-muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }.pc-location h3 { margin: 4px 0 7px; color: var(--pc-green-dark); font-size: 18px; }.pc-location p { margin: 8px 0 0; color: var(--pc-muted); font-size: 12px; line-height: 1.45; }
.pc-note { display: flex; gap: 10px; margin-top: 17px; padding: 14px; border-radius: 10px; color: #67430a; background: var(--pc-alert); font-size: 12px; line-height: 1.5; }.pc-note strong { flex: 0 0 auto; }

.pc-faq-grid { display: grid; gap: 28px; }.pc-faq { display: grid; gap: 8px; }.pc-faq details { border: 1px solid var(--pc-line); border-radius: 10px; background: var(--pc-white); }.pc-faq summary { min-height: 51px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 14px; color: var(--pc-green-dark); cursor: pointer; font-size: 13px; font-weight: 750; list-style: none; }.pc-faq summary::-webkit-details-marker { display: none; }.pc-faq summary::after { content: "+"; color: var(--pc-green); font-size: 22px; font-weight: 400; }.pc-faq details[open] summary::after { content: "–"; }.pc-faq p { margin: 0; padding: 0 14px 15px; color: var(--pc-muted); font-size: 13px; line-height: 1.55; }
.pc-text-link { display: inline-block; margin-top: 16px; color: var(--pc-green); font-size: 13px; font-weight: 800; text-decoration: none; }
.pc-survey-card { position: relative; overflow: hidden; padding: 28px; border-radius: var(--pc-radius); color: white; background: var(--pc-green-dark); }.pc-survey-card::after { content: ""; position: absolute; right: -64px; bottom: -82px; width: 200px; height: 200px; border: 1px solid #e3b34d99; border-radius: 50%; }.pc-survey-card > * { position: relative; z-index: 1; }.pc-survey-card__eyebrow { color: #e8d293; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.pc-survey-card h2 { margin: 17px 0 9px; font-size: 29px; line-height: 1.05; }.pc-survey-card p { margin: 0; color: #d6e2db; line-height: 1.52; }.pc-survey-card a { display: inline-flex; min-height: 45px; align-items: center; margin-top: 21px; padding: 0 15px; border-radius: 9px; color: var(--pc-green-dark); background: white; font-size: 13px; font-weight: 800; text-decoration: none; }.pc-survey-card small { display: block; margin-top: 12px; color: #b9cdbf; font-size: 11px; }

.pc-territory { position: relative; min-height: 465px; display: flex; color: white; isolation: isolate; }.pc-territory img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }.pc-territory::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(8,31,23,.92), rgba(8,31,23,.58) 75%); }.pc-territory .pc-container { align-self: end; padding: 60px 0; }.pc-territory .pc-kicker { color: #f6cc75; }.pc-territory h2 { max-width: 670px; margin: 8px 0 13px; font-size: clamp(33px, 8vw, 58px); line-height: .99; letter-spacing: -.04em; }.pc-territory p { max-width: 590px; margin: 0; color: #dbe7df; line-height: 1.58; }.pc-territory__topics { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }.pc-territory__topics a { min-height: 42px; display: inline-flex; align-items: center; padding: 0 13px; border: 1px solid #fff7; border-radius: 8px; color: white; background: #fff2; font-size: 12px; font-weight: 750; text-decoration: none; }

.pc-footer { padding: 34px 0 18px; color: white; background: #0c2d22; }.pc-footer__top { display: grid; gap: 25px; }.pc-footer .pc-brand strong { color: white; }.pc-footer .pc-brand small { color: #c1d0c7; }.pc-footer .pc-brand__mark { color: #e7d18e; border-color: #e7d18e; }.pc-footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }.pc-footer nav a { color: #dde8e0; font-size: 12px; text-decoration: none; }.pc-footer__about { max-width: 300px; margin: 0; color: #bdcec3; font-size: 12px; line-height: 1.55; }.pc-footer__about a { color: white; font-weight: 800; }.pc-footer__bottom { display: flex; flex-wrap: wrap; gap: 6px 16px; margin-top: 25px; padding-top: 16px; border-top: 1px solid #fff2; color: #9bb0a2; font-size: 10px; }

.pc-page { min-height: 100vh; background: var(--pc-paper); }.pc-page-main { padding: 42px 0 65px; }.pc-breadcrumb { margin-bottom: 22px; color: var(--pc-green); font-size: 13px; font-weight: 700; text-decoration: none; }.pc-detail-hero { overflow: hidden; border-radius: 18px; background: var(--pc-green-dark); color: white; }.pc-detail-hero img { width: 100%; height: 238px; object-fit: cover; }.pc-detail-hero__body { padding: 24px; }.pc-detail-hero h1 { margin: 8px 0 10px; font-size: clamp(33px, 8vw, 53px); line-height: 1; letter-spacing: -.04em; }.pc-detail-meta { display: flex; flex-wrap: wrap; gap: 7px; color: #d8e5dc; font-size: 12px; }.pc-detail-meta span { padding: 5px 8px; border: 1px solid #fff4; border-radius: 999px; }.pc-detail-grid { display: grid; gap: 15px; margin-top: 22px; }.pc-detail-card { padding: 19px; border: 1px solid var(--pc-line); border-radius: 14px; background: var(--pc-white); }.pc-detail-card h2 { margin: 0 0 8px; color: var(--pc-green-dark); font-size: 18px; }.pc-detail-card p { margin: 0; color: var(--pc-muted); line-height: 1.55; }.pc-detail-callout { border-color: #e8cc89; background: #fff9eb; }.pc-detail-footer { margin-top: 18px; color: var(--pc-muted); font-size: 12px; }.pc-detail-next { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 58px; margin-top: 18px; padding: 11px 15px; border-radius: 11px; color: white; background: var(--pc-green); text-decoration: none; font-size: 13px; font-weight: 800; }.pc-detail-next:hover { background: #174531; }

.pc-form { max-width: 680px; }.pc-form-card { padding: 22px; border: 1px solid var(--pc-line); border-radius: 16px; background: var(--pc-white); }.pc-form fieldset { display: grid; gap: 9px; margin: 0 0 22px; padding: 0; border: 0; }.pc-form legend { margin-bottom: 11px; color: var(--pc-green-dark); font-size: 17px; font-weight: 800; }.pc-radio { display: flex; align-items: center; gap: 10px; min-height: 42px; padding: 8px 11px; border: 1px solid var(--pc-line); border-radius: 9px; color: var(--pc-ink); font-size: 14px; }.pc-radio:has(input:checked) { border-color: var(--pc-green); background: var(--pc-green-soft); }.pc-radio input { accent-color: var(--pc-green); }.pc-submit { min-height: 48px; padding: 0 18px; border: 0; border-radius: 9px; color: white; background: var(--pc-green); font-size: 14px; font-weight: 800; }.pc-submit:hover { background: #174531; }.pc-form-note { margin: 16px 0 0; color: var(--pc-muted); font-size: 12px; line-height: 1.5; }.pc-success { padding: 28px; border-radius: 16px; color: #18542d; background: #edf8ee; }.pc-success h1 { margin-top: 0; }

@media (min-width: 700px) {
  .pc-container { width: min(100% - 56px, 1180px); }.pc-hero, .pc-hero__content { min-height: 650px; }.pc-hero__content { padding-bottom: 47px; }.pc-action-card { max-width: 660px; }.pc-quick-links a { display: flex; align-items: center; justify-content: center; }.pc-steps { grid-template-columns: 1fr 1fr; }.pc-point-list { grid-template-columns: 1fr 1fr; }.pc-locations { grid-template-columns: repeat(3, 1fr); }.pc-faq-grid { grid-template-columns: 1.25fr .75fr; }.pc-footer__top { grid-template-columns: 1fr auto 1fr; align-items: center; }.pc-footer nav { display: flex; }.pc-footer__about { justify-self: end; }.pc-detail-hero { display: grid; grid-template-columns: 1fr 1fr; }.pc-detail-hero img { height: 100%; min-height: 310px; }.pc-detail-hero__body { display: flex; flex-direction: column; justify-content: center; padding: 38px; }.pc-detail-grid { grid-template-columns: 1fr 1fr; }.pc-detail-card--wide { grid-column: 1 / -1; }
}

@media (min-width: 980px) {
  .pc-header { position: sticky; top: 0; }.pc-header__inner { min-height: 76px; }.pc-menu { display: none; }.pc-nav { position: static; display: flex; align-items: center; padding: 0; border: 0; background: transparent; box-shadow: none; }.pc-nav a { min-height: 38px; padding: 0 9px; font-size: 12px; }.pc-nav .pc-nav__trek { margin-left: 7px; border: 1px solid var(--pc-green); }.pc-hero::after { background: linear-gradient(90deg, rgba(5,22,16,.84), rgba(5,22,16,.43) 60%, rgba(5,22,16,.2)); }.pc-hero__content { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(370px,.85fr); align-items: end; gap: 70px; }.pc-action-card { justify-self: end; width: 100%; max-width: 460px; }.pc-section { padding: 80px 0; }.pc-steps { grid-template-columns: repeat(4, 1fr); gap: 12px; }.pc-steps li { grid-template-columns: 1fr; align-content: center; }.pc-discovery-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(410px,.9fr); gap: 22px; }.pc-map-panel { position: sticky; top: 98px; margin: 0; }.pc-map, .pc-map img { min-height: 500px; }.pc-territory { min-height: 510px; }
}


/* ==========================================================
   PASSAPORTE v14 — integração no pacote Hostinger real
   ========================================================== */

.pc-hero__media {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.pc-hero__media .pc-hero__image {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc-photo-credit {
  max-width: min(78vw, 520px);
  line-height: 1.35;
  text-align: right;
}

.pc-point-card {
  min-height: 0;
  grid-template-columns: 126px minmax(0, 1fr);
}

.pc-point-card__media {
  position: relative;
  min-height: 138px;
  overflow: hidden;
  background: #e6dfd2;
}

.pc-point-card__media .pc-point-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc-point-card__credit {
  position: absolute;
  right: 7px;
  bottom: 6px;
  max-width: calc(100% - 14px);
  padding: 4px 6px;
  border-radius: 999px;
  color: #fff;
  background: rgba(14, 32, 22, .7);
  font-size: 7px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.pc-point-card__media--pending {
  display: grid;
  place-items: center;
  min-height: 138px;
  color: #526259;
  text-align: center;
  background: #e8e2d7;
}

.pc-point-card__media--pending img {
  position: absolute;
  inset: 0;
  width: 130%;
  height: 130%;
  object-fit: cover;
  opacity: .11;
  filter: grayscale(1);
  transform: translate(-11%, -11%);
}

.pc-point-card__media--pending span {
  position: relative;
  z-index: 1;
  padding: 8px;
  font-size: 9px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pc-editorial-photo {
  position: relative;
  max-width: 760px;
  margin: 24px 0 0;
  overflow: hidden;
  border-radius: 16px;
  background: #ded8cc;
}

.pc-editorial-photo img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}

.pc-editorial-photo figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 9px;
  border-radius: 999px;
  color: #fff;
  background: rgba(14, 32, 22, .72);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

#duvidas {
  position: relative;
  overflow: hidden;
}

.pc-water-texture {
  position: absolute;
  inset: 0;
  opacity: .035;
  pointer-events: none;
  background:
    url("/passaporte/images/acervo/agua-cristalina-textura.webp")
    center / cover no-repeat;
}

#duvidas > .pc-container {
  position: relative;
}

.pc-survey-card {
  isolation: isolate;
}

.pc-survey-card__image,
.pc-survey-card__overlay {
  position: absolute !important;
  z-index: -2 !important;
  inset: 0;
  width: 100%;
  height: 100%;
}

.pc-survey-card__image {
  object-fit: cover;
}

.pc-survey-card__overlay {
  z-index: -1 !important;
  background: linear-gradient(180deg, rgba(31,51,40,.66), rgba(31,51,40,.94));
}

.pc-territory__credit {
  display: inline-block;
  margin-top: 22px;
  color: #fff9;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pc-detail-summary {
  margin: 16px 0 0;
  color: #d8e5dc;
  line-height: 1.55;
}

.pc-detail-hero__media {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  background: #dcd7cb;
}

.pc-detail-hero__media > img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}

.pc-detail-photo-caption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  max-width: calc(100% - 20px);
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(12, 35, 24, .72);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.pc-detail-hero__media--pending {
  display: grid;
  place-items: center;
  color: #334c3b;
  text-align: center;
}

.pc-detail-hero__media--pending > img {
  position: absolute;
  inset: 0;
  width: 125%;
  height: 125%;
  min-height: 0;
  opacity: .12;
  filter: grayscale(1);
  transform: translate(-10%, -10%);
}

.pc-detail-hero__media--pending > div {
  position: relative;
  z-index: 1;
  max-width: 290px;
  padding: 28px;
}

.pc-detail-hero__media--pending strong,
.pc-detail-hero__media--pending span {
  display: block;
}

.pc-detail-hero__media--pending strong {
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pc-detail-hero__media--pending span {
  margin-top: 7px;
  color: #69766e;
  font-size: 11px;
  line-height: 1.45;
}

@media (max-width: 520px) {
  .pc-point-card {
    grid-template-columns: 118px minmax(0, 1fr);
  }

  .pc-point-card__body {
    padding: 11px;
  }

  .pc-point-card h3 {
    font-size: 16px;
  }

  .pc-photo-credit {
    right: 12px;
    bottom: 8px;
    font-size: 8px;
  }
}

@media (min-width: 700px) {
  .pc-point-card {
    grid-template-columns: 1fr;
  }

  .pc-point-card__media,
  .pc-point-card__media--pending {
    min-height: 220px;
  }

  .pc-detail-hero__media,
  .pc-detail-hero__media > img {
    min-height: 330px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
}
