/* TapTalkie travel guides — shared styles (brand: taptalkie-identidade) */
:root {
  --primary: #5A9BD5;
  --primary-light: #7FB3E0;
  --deep-blue: #1A5C98;
  --icon-circle: #E8F0FB;
  --text: #111111;
  --muted: #535353;
  --bg: #F6F7FB;
  --white: #FFFFFF;
  --border: #E6EAF0;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Segoe UI', system-ui, Roboto, sans-serif; color: var(--text); background: var(--bg); line-height: 1.7; }
a { color: var(--deep-blue); }
a:hover { color: var(--primary); }

nav.top {
  position: sticky; top: 0; z-index: 100; height: 64px; padding: 0 1.25rem;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(255,255,255,0.94); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border);
}
.nav-logo { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.15rem; color: var(--primary); text-decoration: none; }
.nav-logo img { width: 34px; height: 34px; border-radius: 8px; object-fit: cover; }
.cta-btn { background: var(--primary); color: #fff; padding: 8px 18px; border-radius: 50px; text-decoration: none; font-size: 0.9rem; font-weight: 600; transition: background 0.2s; }
.cta-btn:hover { background: var(--primary-light); color: #fff; }

.hero-band { background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 55%, #E8F0FB 100%); padding: 40px 1.25rem 48px; }
.wrap { max-width: 760px; margin: 0 auto; }
.crumbs { font-size: 0.85rem; color: var(--muted); margin-bottom: 18px; }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--deep-blue); text-decoration: underline; }
.eyebrow { display: inline-flex; align-items: center; gap: 6px; background: #fff; border: 1px solid var(--border); border-radius: 50px; padding: 5px 14px; font-size: 0.82rem; color: var(--primary); font-weight: 600; margin-bottom: 18px; }
h1 { font-size: clamp(1.8rem, 4.5vw, 2.6rem); font-weight: 800; line-height: 1.2; margin-bottom: 16px; }
.lede { font-size: 1.12rem; font-weight: 500; line-height: 1.65; max-width: 680px; }
.meta { margin-top: 16px; font-size: 0.85rem; color: var(--muted); }

article.wrap { padding: 40px 0 24px; width: calc(100% - 2.5rem); }
.page-body { padding: 40px 1.25rem 24px; }
article h2, .page-body h2 { font-size: clamp(1.35rem, 3vw, 1.7rem); font-weight: 800; line-height: 1.3; margin: 40px 0 14px; }
article h3 { font-size: 1.08rem; font-weight: 700; margin: 22px 0 6px; }
article p, .page-body p { margin-bottom: 14px; }
article ul, article ol { margin: 0 0 16px 1.25rem; }
article li { margin-bottom: 8px; }
article li::marker { color: var(--primary); font-weight: 700; }
strong { font-weight: 700; }

.chips { display: flex; flex-wrap: wrap; gap: 12px; margin: 18px 0 22px; }
.chip { display: flex; flex-direction: column; align-items: center; gap: 6px; background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 12px 14px; min-width: 92px; box-shadow: 0 2px 12px rgba(0,0,0,0.05); font-size: 0.8rem; font-weight: 600; color: var(--muted); text-align: center; }
.chip span { width: 56px; height: 56px; border-radius: 50%; background: var(--icon-circle); display: flex; align-items: center; justify-content: center; }
.chip img, .card .ic img { display: block; width: 36px; height: 36px; object-fit: contain; }

.steps { list-style: none; margin: 18px 0 24px !important; display: grid; gap: 14px; counter-reset: s; }
.steps li { counter-increment: s; position: relative; background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 18px 18px 18px 70px; margin: 0; }
.steps li::before { content: counter(s); position: absolute; left: 18px; top: 16px; width: 36px; height: 36px; border-radius: 50%; background: var(--primary); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.steps li > strong:first-child { display: block; margin-bottom: 2px; }

.callout { background: var(--deep-blue); color: #fff; border-radius: 16px; padding: 20px 22px; margin: 28px 0; display: flex; gap: 14px; align-items: flex-start; }
.callout .ic { font-size: 1.4rem; line-height: 1.3; }
.callout p { margin: 0; color: #E6F0FA; }
.callout strong { color: #fff; }

figure.shot { margin: 30px 0; display: flex; gap: 22px; align-items: center; background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 20px; }
figure.shot img { width: 170px; height: auto; border-radius: 18px; flex-shrink: 0; border: 1px solid var(--border); box-shadow: 0 12px 30px rgba(26,92,152,0.18); }
figure.shot figcaption { font-size: 0.95rem; color: var(--muted); }
figure.shot figcaption strong { display: block; color: var(--text); font-size: 1.02rem; margin-bottom: 4px; }

.faq-list { margin: 16px 0 8px; }
details.faq-item { border-bottom: 1px solid var(--border); padding: 16px 0; }
details.faq-item summary { list-style: none; cursor: pointer; font-weight: 700; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary:focus-visible { outline: 2px solid var(--primary); outline-offset: 4px; border-radius: 4px; }
details.faq-item .toggle { color: var(--primary); font-size: 1.3rem; transition: transform 0.3s; flex-shrink: 0; }
details.faq-item[open] .toggle { transform: rotate(45deg); }
details.faq-item p { margin: 10px 0 0; color: var(--muted); }

.cta-box { margin: 44px 0 16px; text-align: center; background: linear-gradient(135deg, #E8F0FB, #DBEAFE); border-radius: 22px; padding: 34px 22px; }
.cta-box .tagline { font-size: 1.35rem; font-weight: 800; color: var(--primary); margin-bottom: 8px; }
.cta-box p { color: var(--muted); margin-bottom: 20px; }
.cta-box a.badge { display: inline-block; transition: transform 0.2s; }
.cta-box a.badge:hover { transform: translateY(-2px); }
.cta-box a.badge img { height: 64px; width: auto; display: block; }
.cta-box .note { font-size: 0.85rem; margin: 16px 0 0; }

.related { padding: 8px 1.25rem 56px; }
.related h2 { font-size: 1.25rem; font-weight: 800; margin-bottom: 14px; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.card { display: block; background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 22px; text-decoration: none; color: var(--text); transition: transform 0.2s, box-shadow 0.2s; }
.card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(90,155,213,0.14); color: var(--text); }
.card .ic { width: 56px; height: 56px; border-radius: 50%; background: var(--icon-circle); display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.card h3 { font-size: 1.05rem; font-weight: 700; line-height: 1.35; margin-bottom: 6px; }
.card p { font-size: 0.9rem; color: var(--muted); line-height: 1.55; margin: 0; }
.card .more { display: inline-block; margin-top: 10px; font-size: 0.88rem; font-weight: 600; color: var(--deep-blue); }

footer { background: var(--text); color: #94A3B8; text-align: center; padding: 30px 1.25rem; font-size: 0.9rem; }
footer a { color: #CBD5E1; text-decoration: none; }
footer a:hover { color: #fff; }
footer .links { display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; margin-bottom: 14px; }

@media (max-width: 560px) {
  figure.shot { flex-direction: column; text-align: center; }
  figure.shot img { width: 190px; }
  .steps li { padding-left: 62px; }
  .chip { min-width: 84px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .card, .cta-box a.badge, details.faq-item .toggle { transition: none; }
}
