@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root {
  --bg: #fdfcf9;
  --surface: #ffffff;
  --card: #ffffff;
  --text: #1a140f;
  --muted: #665c52;
  --white: #ffffff;
  --line: rgba(26, 20, 15, 0.08);
  --brand: #c5a059;
  --brand2: #dfc08d;
  --brand-ink: #2b2210;
  --pastel: #f9f6f0;
  --accent: #e8d5b5;
  --shadow: 0 22px 60px rgba(43, 34, 16, 0.08);
  --shadow-soft: 0 10px 30px rgba(43, 34, 16, 0.04);
  --radius: 20px;
  --max: 1200px;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

h1,
h2,
h3,
.brand__name,
.brand-font {
  font-family: 'Playfair Display', serif;
}

img {
  max-width: 100%;
  height: auto
}

a {
  color: inherit
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(212, 175, 55, .45);
  outline-offset: 3px;
}

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 18px
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 247, 240, .88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(212, 175, 55, .22);
  transition: all 0.3s ease;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 14px;
  transition: padding 0.4s ease;
}

.header--scrolled .header__inner {
  padding: 6px 0;
}

.header--scrolled {
  background: rgba(251, 247, 240, 0.97);
  box-shadow: 0 10px 30px rgba(43, 34, 16, 0.08);
  transition: all 0.3s ease;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none
}

.brand__img {
  height: 80px;
  width: auto;
  display: block;
  transition: height 0.4s ease;
}

.header--scrolled .brand__img {
  height: 50px;
}

.brand__img--footer {
  height: 117px;
  margin-bottom: 20px;
}

.brand__name {
  font-weight: 800;
  line-height: 1.15
}

.brand__sub {
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px
}

.nav a {
  font-size: 14px;
  text-decoration: none;
  color: rgba(43, 29, 20, .90);
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: background-color .12s ease, border-color .12s ease, transform .12s ease;
}

.nav a:hover {
  background: rgba(212, 175, 55, .10);
  border-color: rgba(212, 175, 55, .22);
  transform: translateY(-1px)
}

.menu-btn {
  display: none;
  padding: 10px 12px;
  border-radius: 14px;
  font-weight: 900;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .92);
}

.menu-btn:hover {
  box-shadow: var(--shadow-soft)
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 14px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .92);
  transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease, border-color .12s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-soft)
}

.btn--primary {
  border: none;
  color: var(--brand-ink);
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  box-shadow: 0 14px 40px rgba(212, 175, 55, .22);
}

.btn--dark {
  border: none;
  color: #fff;
  background: rgba(16, 10, 7, .98);
}

.hero {
  position: relative;
  padding: 64px 0 32px;
  background:
    radial-gradient(900px 420px at 10% 5%, rgba(212, 175, 55, .14), transparent 55%),
    radial-gradient(900px 420px at 90% 5%, rgba(245, 197, 66, .12), transparent 55%),
    linear-gradient(to bottom, rgba(43, 29, 20, .04), rgba(255, 255, 255, 1) 60%);
}

.hero__grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 28px;
  align-items: center
}

.kicker {
  font-size: 13px;
  font-weight: 900;
  color: rgba(43, 29, 20, .86);
  letter-spacing: .04em;
  text-transform: uppercase
}

.h1 {
  margin: 10px 0 0;
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: -.02em
}

.lead {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(60, 41, 29, .88);
  max-width: 60ch
}

.hero__cta {
  margin-top: 22px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}

.hero--luxe {
  padding: 86px 0 64px;
  background:
    radial-gradient(900px 420px at 10% 5%, rgba(212, 175, 55, .20), transparent 60%),
    radial-gradient(900px 420px at 90% 5%, rgba(245, 197, 66, .14), transparent 60%),
    radial-gradient(700px 420px at 50% 10%, rgba(140, 92, 54, .18), transparent 64%),
    linear-gradient(to bottom, rgba(30, 20, 14, .92), rgba(16, 10, 7, .97) 70%, rgba(255, 255, 255, 1) 71%);
}

.hero--luxe .kicker {
  color: rgba(255, 255, 255, .78)
}

.hero--luxe .h1 {
  color: #fff
}

.hero--luxe .lead {
  color: rgba(255, 255, 255, .84)
}

.hero--luxe .btn {
  background: rgba(255, 255, 255, .95)
}

.hero--luxe .btn--primary {
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  color: var(--brand-ink)
}

.hero--split {
  padding: 80px 0;
  overflow: hidden;
}

.hero__image-wrapper {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.hero__image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.hero__image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--bg) 0%, transparent 20%);
}

@media (max-width: 980px) {
  .hero__image {
    height: 300px;
  }

  .hero__image-overlay {
    background: linear-gradient(to bottom, var(--bg) 0%, transparent 20%);
  }
}

.hero-media {
  border-radius: 26px;
  border: 1px solid rgba(197, 160, 89, 0.2);
  background:
    radial-gradient(640px 260px at 10% 10%, rgba(197, 160, 89, 0.1), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.1);
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  font-weight: 900;
  letter-spacing: .04em;
}

.panel {
  border: 1px solid rgba(60, 41, 29, .14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .85);
  box-shadow: var(--shadow);
  padding: 20px;
}

.panel__title {
  font-weight: 900;
  margin: 0 0 12px
}

.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px
}

.chip {
  padding: 14px 14px;
  border-radius: 16px;
  border: 1px solid rgba(60, 41, 29, .14);
  background: rgba(255, 255, 255, .92);
  text-decoration: none;
  font-weight: 800;
}

.chip:hover {
  background: #fff;
  border-color: rgba(212, 175, 55, .35)
}

.img-slot {
  margin-top: 16px;
  border-radius: 22px;
  border: 1px dashed rgba(212, 175, 55, .38);
  background:
    radial-gradient(700px 240px at 10% 10%, rgba(212, 175, 55, .18), transparent 60%),
    radial-gradient(700px 240px at 90% 10%, rgba(245, 197, 66, .14), transparent 60%),
    linear-gradient(180deg, rgba(43, 29, 20, .04), rgba(255, 255, 255, 1));
  box-shadow: var(--shadow-soft);
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(60, 41, 29, .72);
  font-weight: 900;
  letter-spacing: .02em;
}

.section {
  padding: 46px 0
}

.section--light {
  background: rgba(43, 29, 20, .03)
}

.h2 {
  margin: 0;
  font-size: 28px;
  letter-spacing: -.02em
}

.p {
  margin: 12px 0 0;
  color: rgba(60, 41, 29, .88);
  line-height: 1.75;
  max-width: 75ch
}

.procedure {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: center
}

.procedure--reverse {
  grid-auto-flow: dense
}

.procedure--reverse .procedure__media {
  grid-column: 2
}

.procedure--reverse .procedure__body {
  grid-column: 1
}

.procedure__media {
  border-radius: 26px;
  border: 1px dashed rgba(212, 175, 55, .35);
  background:
    radial-gradient(680px 260px at 10% 10%, rgba(212, 175, 55, .18), transparent 62%),
    radial-gradient(680px 260px at 90% 10%, rgba(245, 197, 66, .14), transparent 62%),
    linear-gradient(180deg, rgba(43, 29, 20, .04), rgba(255, 255, 255, 1));
  box-shadow: var(--shadow-soft);
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(60, 41, 29, .72);
  font-weight: 900;
  letter-spacing: .04em;
}

.procedure__body {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.proc-box {
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, .20);
  background: var(--pastel);
  box-shadow: 0 18px 50px rgba(30, 20, 14, .08);
  padding: 22px;
}

.proc-title {
  margin: 0;
  font-size: 20px;
  font-weight: 900
}

.proc-sub {
  margin: 0;
  color: rgba(60, 41, 29, .88);
  line-height: 1.75
}

.proc-acc {
  margin-top: 4px
}

.proc-acc details {
  border: 1px solid rgba(60, 41, 29, .14);
  border-radius: 20px;
  padding: 14px 14px;
  background: rgba(255, 255, 255, .92)
}

.proc-acc details+details {
  margin-top: 10px
}

.proc-acc summary {
  cursor: pointer;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px
}

.proc-acc summary:after {
  content: '▾';
  color: rgba(72, 50, 36, .70);
  font-weight: 900
}

.proc-acc details[open] summary:after {
  content: '▴'
}

.proc-acc details:hover {
  border-color: rgba(212, 175, 55, .30)
}

.proc-acc details p {
  margin: 10px 0 0;
  color: rgba(60, 41, 29, .88);
  line-height: 1.8
}

.cta-dark {
  background: linear-gradient(180deg, rgba(16, 10, 7, .97), rgba(30, 20, 14, .92));
  color: #fff;
  border-top: 1px solid rgba(212, 175, 55, .22);
}

.cta-dark .h2 {
  color: #fff
}

.cta-dark .p {
  color: rgba(255, 255, 255, .84)
}

.cta-float {
  position: relative;
  overflow: hidden;
  padding: 64px 0 110px;
  background: linear-gradient(180deg, rgba(16, 10, 7, .97), rgba(30, 20, 14, .90));
  border-top: 1px solid rgba(212, 175, 55, .22);
}

.cta-float:before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 420px at 12% 10%, rgba(212, 175, 55, .18), transparent 62%),
    radial-gradient(900px 420px at 80% 10%, rgba(245, 197, 66, .14), transparent 62%),
    radial-gradient(700px 420px at 50% 12%, rgba(140, 92, 54, .18), transparent 66%);
  pointer-events: none;
}

.cta-float__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
  align-items: center;
}

.cta-float__title {
  color: #fff;
  margin: 0;
  font-size: 40px;
  letter-spacing: -.02em;
  line-height: 1.05
}

.cta-float__desc {
  color: rgba(255, 255, 255, .82);
  margin-top: 14px;
  max-width: 52ch
}

.cta-card {
  position: relative;
  border-radius: 28px;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(212, 175, 55, .22);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .35);
  padding: 18px;
}

.cta-card__badge {
  position: absolute;
  top: -18px;
  left: 22px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  box-shadow: 0 18px 50px rgba(212, 175, 55, .28);
  color: var(--brand-ink);
  font-weight: 900;
}

.cta-card__head {
  padding-top: 22px
}

.cta-card__k {
  font-size: 12px;
  font-weight: 900;
  color: rgba(72, 50, 36, .76);
  letter-spacing: .06em;
  text-transform: uppercase
}

.cta-card__h {
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 900
}

.cta-form {
  margin-top: 12px;
  display: grid;
  gap: 10px
}

.select {
  width: 100%;
  appearance: none;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 14px 14px;
  font-weight: 800;
}

.select:focus-visible {
  outline: 3px solid rgba(212, 175, 55, .45);
  outline-offset: 3px
}

.cta-submit {
  width: 100%;
  justify-content: center
}

.cta-note {
  margin-top: 10px;
  color: rgba(72, 50, 36, .78);
  font-size: 12px;
  line-height: 1.6
}

.cta-float__media {
  margin-top: 14px;
  border-radius: 26px;
  border: 1px dashed rgba(212, 175, 55, .45);
  background:
    radial-gradient(680px 260px at 10% 10%, rgba(212, 175, 55, .18), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .86);
  font-weight: 900;
}

.map-section {
  margin-top: 20px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, .22);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .25);
}

.map-embed {
  margin-top: 20px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, .22);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .25);
}

.map-embed iframe {
  display: block;
}

.cards {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px
}

.card {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 20px;
  background: #fff;
  text-decoration: none;
  box-shadow: var(--shadow-soft);
  transition: all .3s ease;
  display: flex;
  flex-direction: column;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: var(--brand)
}

.card__img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 20px;
}

.card__k {
  font-size: 11px;
  font-weight: 700;
  color: var(--brand);
  letter-spacing: .1em;
  text-transform: uppercase
}

.card__t {
  margin: 6px 0 0;
  font-size: 20px;
  font-weight: 700
}

.card__d {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
  flex-grow: 1;
}

.card__more {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 8px;
}

.card__more::after {
  content: '→';
  transition: transform 0.2s;
}

.card:hover .card__more::after {
  transform: translateX(4px);
}

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
}

.mobile-nav.is-open {
  display: block
}

.mobile-nav__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(30, 20, 14, .55);
  backdrop-filter: blur(6px);
}

.mobile-nav__panel {
  position: absolute;
  top: 12px;
  right: 12px;
  left: 12px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(212, 175, 55, .22);
  box-shadow: 0 18px 50px rgba(30, 20, 14, .25);
  padding: 14px;
}

.mobile-nav__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px
}

.menu-close {
  padding: 10px 12px;
  border-radius: 14px;
  font-weight: 900;
  border: 1px solid var(--line);
  background: #fff;
}

.mobile-nav__links {
  margin-top: 10px;
  display: grid;
  gap: 8px
}

.mobile-nav__links a {
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid var(--line);
  text-decoration: none;
  font-weight: 900;
}

.mobile-nav__links a:hover {
  border-color: rgba(212, 175, 55, .35)
}

.mobile-nav__cta {
  margin-top: 10px
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 18px
}

.box {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(212, 175, 55, .10), rgba(255, 255, 255, 1));
}

.box h3 {
  margin: 0;
  font-size: 16px
}

.box ul {
  margin: 10px 0 0;
  padding-left: 18px;
  color: rgba(60, 41, 29, .86);
  line-height: 1.75
}

.reviews {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px
}

.review {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 18px;
  background: #fff;
}

.review__name {
  font-weight: 900
}

.review__meta {
  margin-top: 6px;
  font-size: 12px;
  color: rgba(72, 50, 36, .76)
}

.review__text {
  margin-top: 10px;
  color: rgba(60, 41, 29, .86);
  line-height: 1.7;
  font-size: 14px
}

.stars {
  letter-spacing: .06em;
  color: var(--brand);
  font-weight: 900
}

.footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(212, 175, 55, .22);
  padding: 44px 0;
  background: #fbf7f0;
  color: rgba(43, 29, 20, .98)
}

.footer:before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 520px at 12% 0%, rgba(212, 175, 55, .10), transparent 62%),
    radial-gradient(900px 520px at 90% 10%, rgba(140, 92, 54, .10), transparent 64%),
    linear-gradient(180deg, rgba(255, 255, 255, .00), rgba(255, 255, 255, .00));
  pointer-events: none
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr .8fr .8fr;
  gap: 24px;
  align-items: start;
  width: 100%;
}


.footer__logo-wrap img {
  display: block;
}

.small {
  color: rgba(72, 50, 36, .78);
  font-size: 13px;
  line-height: 1.6
}

.foot-title {
  font-weight: 900;
  font-size: 14px;
  color: rgba(43, 29, 20, .96)
}

.foot-list {
  margin: 10px 0 0;
  padding: 0;
  list-style: none
}

.foot-list li {
  margin: 8px 0
}

.foot-list a {
  text-decoration: none;
  color: rgba(60, 41, 29, .90)
}

.foot-list a:hover {
  text-decoration: underline
}

.footer a {
  color: rgba(60, 41, 29, .92)
}

.footer a:hover {
  color: rgba(43, 29, 20, .98)
}

.copy {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(212, 175, 55, .18);
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  font-size: 13px;
  color: rgba(72, 50, 36, .70)
}

.foot-cta {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}

.btn--wa {
  border: none;
  color: var(--brand-ink);
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  box-shadow: 0 14px 40px rgba(212, 175, 55, .18)
}

.btn--wa:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 70px rgba(212, 175, 55, .20)
}

.pagehead {
  padding: 42px 0 12px;
  background: linear-gradient(to bottom, rgba(212, 175, 55, .12), #fff)
}

.breadcrumb {
  font-size: 12px;
  color: rgba(72, 50, 36, .76)
}

.breadcrumb a {
  text-decoration: none
}

.breadcrumb a:hover {
  text-decoration: underline
}

.article {
  padding: 18px 0 44px
}

.article .panel {
  padding: 22px
}

.article h1 {
  margin: 10px 0 0;
  font-size: 34px;
  letter-spacing: -.02em
}

.article h2 {
  margin: 20px 0 0;
  font-size: 18px
}

.article p {
  margin: 10px 0 0;
  color: rgba(60, 41, 29, .86);
  line-height: 1.8
}

.faq {
  margin-top: 14px
}

.faq details {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px 14px;
  background: #fff
}

.faq details+details {
  margin-top: 10px
}

.faq summary {
  cursor: pointer;
  font-weight: 900
}

@media (max-width: 980px) {
  .hero__grid {
    grid-template-columns: 1fr
  }

  .cards {
    grid-template-columns: 1fr
  }

  .reviews {
    grid-template-columns: 1fr
  }

  .footer__grid {
    grid-template-columns: 1fr
  }

  .split {
    grid-template-columns: 1fr
  }

  .h1 {
    font-size: 38px
  }

  .nav {
    display: none
  }

  .menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center
  }

  .hero--luxe {
    padding: 70px 0 50px
  }

  .procedure {
    grid-template-columns: 1fr
  }

  .procedure--reverse .procedure__media {
    grid-column: auto
  }

  .procedure--reverse .procedure__body {
    grid-column: auto
  }

  .cta-float {
    padding: 54px 0 90px
  }

  .cta-float__grid {
    grid-template-columns: 1fr
  }

  .cta-float__title {
    font-size: 34px
  }

  .bio-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .bio-img {
    margin: 0 auto;
  }

  .hero--split {
    padding: 60px 0;
  }

  .sticky-wa {
    width: 55px;
    height: 55px;
    bottom: 20px;
    right: 20px;
  }

  /* Header Mobile Fix */
  .header__inner {
    flex-wrap: wrap;
    padding: 10px 0;
    gap: 8px;
  }

  .header__inner .brand {
    flex: 1;
    min-width: 200px;
  }

  .header__inner .brand__name {
    font-size: 18px;
  }

  .header__inner .btn--primary#whatsLink {
    width: 100%;
    margin-top: 4px;
    justify-content: center;
    font-size: 14px;
    padding: 10px;
    order: 10;
  }
}

/* --- NOVO WHATSAPP FLOW --- */
.wa-chat {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 1000;
  font-family: inherit;
}

.wa-chat__btn {
  padding: 0 20px;
  height: 50px;
  border-radius: 25px;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: none;
  outline: none;
}

.wa-chat__btn:hover {
  transform: scale(1.1) rotate(5deg);
}

.wa-chat__btn svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.wa-chat__label {
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.wa-chat__box {
  position: absolute;
  bottom: 70px;
  right: 0;
  width: 320px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.95);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: bottom right;
}

.wa-chat.is-open .wa-chat__box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.wa-chat__head {
  background: #075e54;
  color: #fff;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 0;
}

.wa-chat__avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.wa-chat__status {
  font-size: 14px;
  opacity: 0.9;
}

.wa-chat__body {
  padding: 20px;
  background: #e5ddd5;
  background-image: url('https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png');
  max-height: 300px;
  overflow-y: auto;
}

.wa-chat__msg {
  background: #fff;
  padding: 12px 15px;
  border-radius: 0 15px 15px 15px;
  font-size: 14px;
  line-height: 1.5;
  max-width: 90%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
}

.wa-chat__footer {
  padding: 15px 20px;
  background: #f0f2f5;
}

.wa-chat__action {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  padding: 12px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  gap: 10px;
  transition: background 0.2s;
}

.wa-chat__action:hover {
  background: #128c7e;
}

.wa-chat__badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ff3b30;
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@media (max-width: 480px) {
  .wa-chat__box {
    width: calc(100vw - 40px);
    right: -5px;
  }
}

/* Removido Bio Section */
.bio-section,
.bio-grid,
.bio-img,
.bio-name,
.bio-tag {
  display: none !important;
}

/* Social Icons Footer */
.social-links {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.1);
  color: var(--brand);
  text-decoration: none;
  transition: all 0.2s ease;
}

.social-link:hover {
  background: var(--brand);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

.social-link svg {
  width: 18px;
  height: 18px;
}

/* ============================================================
   TABS - CSS-ONLY (full page version)
   ============================================================ */
.tabs-full {
  position: relative;
}

.tabs-full input[type="radio"] {
  display: none;
}

.tabs-full__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  border-bottom: 2px solid var(--line);
  margin-bottom: 0;
}

.tabs-full__nav label {
  cursor: pointer;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  border-radius: 8px 8px 0 0;
  border: 1px solid transparent;
  border-bottom: none;
  transition: all 0.2s ease;
  position: relative;
  bottom: -2px;
}

.tabs-full__nav label:hover {
  color: var(--brand);
  background: var(--pastel);
}

.tabs-full__content {
  padding: 28px 0 0;
}

.tab-panel {
  display: none;
  animation: fadeTab 0.25s ease;
}

@keyframes fadeTab {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tab-panel h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: var(--brand-ink);
}

.tab-panel p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

/* Active tab logic for full tabs (5 tabs) */
#tab-central:checked~.tabs-full__nav label[for="tab-central"],
#tab-cantareira:checked~.tabs-full__nav label[for="tab-cantareira"],
#tab-cumbica:checked~.tabs-full__nav label[for="tab-cumbica"],
#tab-bonsucesso:checked~.tabs-full__nav label[for="tab-bonsucesso"],
#tab-outros:checked~.tabs-full__nav label[for="tab-outros"] {
  color: var(--brand);
  background: var(--surface);
  border-color: var(--line);
  border-bottom-color: var(--surface);
}

#tab-central:checked~.tabs-full__content #panel-central,
#tab-cantareira:checked~.tabs-full__content #panel-cantareira,
#tab-cumbica:checked~.tabs-full__content #panel-cumbica,
#tab-bonsucesso:checked~.tabs-full__content #panel-bonsucesso,
#tab-outros:checked~.tabs-full__content #panel-outros {
  display: block;
}

/* ============================================================
   FOOTER TERRITORIAL + MINI TABS
   ============================================================ */
.footer-territorial {
  padding: 32px 0 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 0;
}

.footer-territorial__title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 18px;
}

.footer-territorial__link {
  margin-top: 14px;
  font-size: 13px;
}

.footer-territorial__link a {
  color: var(--brand2);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}

.footer-territorial__link a:hover {
  color: var(--brand);
}

/* Mini Tabs */
.tabs-mini {
  position: relative;
}

.tabs-mini input[type="radio"] {
  display: none;
}

.tabs-mini__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.tabs-mini__nav label {
  cursor: pointer;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.2s ease;
}

.tabs-mini__nav label:hover {
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.25);
}

.tabs-mini__content {
  min-height: 44px;
}

.tab-mini-panel {
  display: none;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
  animation: fadeTab 0.2s ease;
}

/* Active mini-tab logic (4 tabs) */
#mini-central:checked~.tabs-mini__nav label[for="mini-central"],
#mini-cantareira:checked~.tabs-mini__nav label[for="mini-cantareira"],
#mini-cumbica:checked~.tabs-mini__nav label[for="mini-cumbica"],
#mini-bonsucesso:checked~.tabs-mini__nav label[for="mini-bonsucesso"] {
  color: var(--brand2);
  border-color: var(--brand2);
  background: rgba(197, 160, 89, 0.08);
}

#mini-central:checked~.tabs-mini__content #mini-panel-central,
#mini-cantareira:checked~.tabs-mini__content #mini-panel-cantareira,
#mini-cumbica:checked~.tabs-mini__content #mini-panel-cumbica,
#mini-bonsucesso:checked~.tabs-mini__content #mini-panel-bonsucesso {
  display: block;
}

/* Responsive ============ */
@media (max-width: 600px) {
  .tabs-full__nav label {
    padding: 8px 14px;
    font-size: 13px;
  }

  .footer-territorial__title {
    font-size: 16px;
  }
}