:root {
  --ink: #111720;
  --ink-2: #18212d;
  --ink-3: #253141;
  --gold: #ffd12f;
  --gold-2: #ffb800;
  --cream: #f6f2e9;
  --white: #ffffff;
  --muted: #69717b;
  --line: rgba(17, 23, 32, 0.13);
  --radius: 22px;
  --shadow: 0 24px 60px rgba(10, 15, 21, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, Arial, sans-serif; line-height: 1.55; overflow-x: hidden; }
body::selection { background: var(--gold); color: var(--ink); }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--gold); padding: 12px 18px; border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 16px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Barlow Condensed", Impact, sans-serif; line-height: .94; letter-spacing: -.025em; }
h2 { font-size: clamp(3rem, 5vw, 5.2rem); margin-bottom: 36px; }
h2 span { color: var(--gold-2); }
.section { padding: 112px 0; }
.kicker, .eyebrow { display: inline-flex; align-items: center; min-height: 34px; margin-bottom: 24px; padding: 6px 14px; border: 1px solid currentColor; border-radius: 999px; font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.kicker { color: #a17700; }
.section-closing { max-width: 820px; margin: 48px auto 0; text-align: center; font-family: "Barlow Condensed", sans-serif; font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 700; line-height: 1.12; }

.hero { position: relative; min-height: 690px; overflow: hidden; background: var(--ink); color: var(--white); }
.hero__background { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(7, 12, 18, .96) 0%, rgba(7, 12, 18, .82) 39%, rgba(7, 12, 18, .38) 68%, rgba(7, 12, 18, .26) 100%), linear-gradient(0deg, rgba(7, 12, 18, .56), transparent 48%), url("https://oktoberfestblumenau.com.br/wp-content/uploads/2026/09/40_oktoberfest_credito_daniel_zimmermann_5307.jpg-scaled.jpeg"); background-size: cover; background-position: center; transform: scale(1.01); }
.nav { position: relative; z-index: 2; height: 124px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.16); }
.nav__logo { width: 88px; height: 88px; object-fit: contain; filter: drop-shadow(0 10px 18px rgba(0,0,0,.3)); }
.nav__location { display: flex; gap: 9px; align-items: center; font-weight: 700; font-size: .9rem; }
.nav__location svg { width: 20px; fill: var(--gold); }
.hero__content { position: relative; z-index: 1; padding: 58px 0 52px; }
.hero .eyebrow { color: var(--gold); border-color: rgba(255,209,47,.55); background: rgba(255,209,47,.08); }
.hero h1 { max-width: 920px; margin-bottom: 24px; font-size: clamp(3.8rem, 6.7vw, 6.8rem); }
.hero-title span { display: block; }
.hero-title__line { color: var(--white); }
.hero-title__line:first-child { white-space: nowrap; }
.hero-title__event { color: var(--gold) !important; }
.hero-title__origin { margin-top: 14px; color: #f5f7fa; font-size: .5em; letter-spacing: -.01em; }
.hero__lead { max-width: 680px; font-size: clamp(1.15rem, 2vw, 1.5rem); color: rgba(255,255,255,.82); }
.hero__actions { display: flex; align-items: center; gap: 20px; }
.hero__actions p { max-width: 420px; margin: 0; color: rgba(255,255,255,.7); font-size: .83rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 58px; padding: 15px 22px; border: 0; border-radius: 10px; text-decoration: none; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, summary:focus-visible, .footer-link:focus-visible { outline: 3px solid #3c84ff; outline-offset: 3px; }
.button--primary { background: var(--gold); color: var(--ink); box-shadow: 0 12px 34px rgba(255,193,0,.25); }
.button--primary:hover { background: #ffdc5a; box-shadow: 0 16px 42px rgba(255,193,0,.34); }
.button--dark { background: var(--ink); color: var(--white); }
.countdown { display: flex; align-items: baseline; gap: 8px; width: max-content; margin-top: 24px; padding: 8px 14px; background: rgba(255,255,255,.09); border-radius: 9px; font-size: .82rem; }
.countdown strong { color: var(--gold); font-size: 1.3rem; }

.urgency-strip { background: var(--gold); color: var(--ink); }
.urgency-strip__inner { display: flex; align-items: center; gap: 20px; min-height: 92px; }
.urgency-strip p { margin: 0; }
.urgency-strip__badge { flex: none; padding: 7px 12px; border: 2px solid var(--ink); border-radius: 999px; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.pain-section { background: var(--cream); }
.pain-heading { max-width: 850px; margin-bottom: 48px; }
.pain-heading h2 { max-width: 780px; margin-bottom: 0; }
.pain-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 7vw, 92px); align-items: center; }
.pain-photo { position: relative; margin: 0; overflow: hidden; border-radius: 22px; box-shadow: var(--shadow); }
.pain-photo img { display: block; width: 100%; height: 390px; object-fit: cover; object-position: center; }
.pain-photo::after { content: ""; position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(transparent, rgba(7,12,18,.82)); pointer-events: none; }
.pain-photo figcaption { position: absolute; z-index: 1; right: 14px; bottom: 12px; margin: 0; color: rgba(255,255,255,.78); font-size: .65rem; }
.pain-copy { max-width: 580px; }
.pain-copy .lead-copy { margin-top: 0; }
.rich-copy { font-size: 1.02rem; color: #414852; }
.lead-copy { font-size: 1.22rem; color: var(--ink); }
.safety-banner { display: flex; align-items: center; gap: 22px; max-width: 820px; margin: 64px auto 0; padding: 26px 30px; border-radius: 18px; background: var(--ink); color: white; font-size: 1.08rem; box-shadow: var(--shadow); }
.safety-banner__mark { display: grid; place-items: center; width: 48px; height: 48px; flex: none; border-radius: 50%; background: var(--gold); color: var(--ink); font-size: 1.5rem; font-weight: 900; }
.safety-banner strong { color: var(--gold); font-size: 1.3rem; }

.comparison-section { background: #ece7dc; }
.comparison-section h2 { max-width: 850px; }
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.comparison-card { position: relative; padding: 38px; border-radius: var(--radius); background: rgba(255,255,255,.75); border: 1px solid rgba(17,23,32,.1); }
.comparison-card--good { background: var(--ink); color: var(--white); box-shadow: var(--shadow); }
.comparison-card__tag { position: absolute; right: 24px; top: 24px; padding: 6px 10px; border-radius: 999px; background: var(--gold); color: var(--ink); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.comparison-card header { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }
.comparison-card header span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: #ece8df; color: #8a3d34; font-size: 1.4rem; font-weight: 900; }
.comparison-card--good header span { background: var(--gold); color: var(--ink); }
.comparison-card h3 { margin: 0; font-size: 2.2rem; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 15px 0 15px 34px; border-bottom: 1px solid rgba(255,255,255,.12); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.check-list--bad li { border-bottom-color: var(--line); }
.check-list--bad li::before { content: "×"; color: #a84f45; }

.event-marquee { overflow: hidden; padding: 42px 0 32px; background: var(--ink); color: var(--white); }
.event-marquee__track { display: flex; width: max-content; animation: event-marquee-scroll 40s linear infinite; }
.event-marquee__set { display: flex; flex: none; gap: 16px; padding-right: 16px; }
.event-marquee figure { width: clamp(230px, 23vw, 360px); height: 210px; margin: 0; overflow: hidden; border-radius: 16px; background: var(--ink-2); }
.event-marquee img { width: 100%; height: 100%; object-fit: cover; }
.event-marquee p { width: min(1180px, calc(100% - 40px)); margin: 18px auto 0; color: rgba(255,255,255,.62); font-size: .72rem; }
@keyframes event-marquee-scroll { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .event-marquee__track { animation-play-state: paused; } }

.steps-section { background: var(--white); }
.steps-section h2 { max-width: 800px; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step-card { min-height: 220px; padding: 26px; background: #f4f1ea; border-radius: 18px; transition: transform .2s; }
.step-card:hover { transform: translateY(-5px); }
.step-card__number { display: inline-block; color: #b18400; font-family: "Barlow Condensed"; font-size: 1.1rem; font-weight: 800; }
.step-card h3 { margin: 28px 0 12px; font-size: 2rem; }
.step-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.holiday-section { position: relative; padding: 108px 0; overflow: hidden; background-color: var(--ink); background-image: linear-gradient(90deg, rgba(7,13,22,.96) 0%, rgba(7,13,22,.88) 52%, rgba(7,13,22,.76) 100%), url("assets/oktoberfest-aerea-noite.png"); background-position: center; background-size: cover; color: var(--white); }
.holiday-section::after { content: "12"; position: absolute; right: -30px; bottom: -145px; color: rgba(255,209,47,.055); font-family: "Barlow Condensed"; font-size: 34rem; font-weight: 800; line-height: 1; }
.holiday-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.holiday-section h2 { margin: 0; }
.holiday-section .eyebrow, .group-section .eyebrow, .offer-section .eyebrow { color: var(--gold); border-color: rgba(255,209,47,.45); }
.holiday-copy { color: rgba(255,255,255,.82); }
.holiday-cta { display: grid; gap: 18px; margin: 34px 0 20px; padding: 24px; border: 1px solid rgba(255,209,47,.28); border-radius: 16px; background: rgba(255,209,47,.07); }
.holiday-cta strong { color: var(--white); font-size: 1.15rem; }
.holiday-copy small { display: block; color: rgba(255,255,255,.52); }

.first-time-section { background: var(--cream); }
.tips-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.tip-card { position: relative; padding: 34px 34px 34px 100px; border-radius: 18px; background: var(--white); border: 1px solid var(--line); }
.tip-card > span { position: absolute; left: 30px; top: 30px; color: #c29300; font-family: "Barlow Condensed"; font-size: 1.4rem; font-weight: 800; }
.tip-card h3 { font-size: 1.85rem; margin-bottom: 14px; }
.tip-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.event-gallery { display: grid; grid-template-columns: 1.1fr .95fr .95fr; gap: 14px; margin: 28px 0 0; }
.event-gallery figure { min-height: 220px; margin: 0; overflow: hidden; border-radius: 16px; background: var(--ink); }
.event-gallery img { width: 100%; height: 100%; min-height: 220px; object-fit: cover; object-position: center; transition: transform .35s ease; }
.event-gallery figure:hover img { transform: scale(1.04); }
.event-gallery__main { grid-row: span 1; }
.event-gallery p { grid-column: 1 / -1; margin: -2px 0 0; color: var(--muted); font-size: .7rem; }
.center-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 42px; padding: 26px 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.center-cta p { margin: 0; font-weight: 700; }

.group-section { padding: 112px 0; background: var(--ink-2); color: var(--white); }
.group-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.group-section h2 { margin-bottom: 28px; }
.group-section p { color: rgba(255,255,255,.7); }
.group-visual { position: relative; min-height: 500px; margin: 0; border-radius: 28px; overflow: hidden; background: var(--gold); box-shadow: var(--shadow); }
.group-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 70%, rgba(7,12,18,.28)); pointer-events: none; }
.group-visual img { width: 100%; height: 500px; object-fit: cover; object-position: 55% center; }
.group-label { margin: 28px 0 12px; color: var(--gold) !important; font-weight: 800; text-transform: uppercase; font-size: .75rem; letter-spacing: .1em; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.tag-list span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: .78rem; color: rgba(255,255,255,.75); }

.testimonials-section { position: relative; isolation: isolate; overflow: hidden; background: var(--ink); color: var(--white); }
.testimonials-section::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(9, 16, 25, .94), rgba(9, 16, 25, .72)), url("https://oktoberfestblumenau.com.br/wp-content/uploads/2026/09/40_oktoberfest_credito_daniel_zimmermann_604-scaled.jpg") center / cover no-repeat; }
.testimonials-section .kicker { color: var(--gold); border-color: rgba(255, 209, 47, .6); }
.testimonials-section h2 { color: var(--white); }
.testimonials-section .google-rating small { color: rgba(255,255,255,.68); }
.section-heading-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.google-rating { margin-bottom: 42px; display: grid; text-align: right; }
.google-rating > span, .stars { color: #e5ac00; letter-spacing: .14em; }
.google-rating small { color: var(--muted); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonials-grid blockquote { margin: 0; padding: 30px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.94); color: var(--ink); box-shadow: 0 18px 42px rgba(0,0,0,.2); }
.testimonials-grid blockquote > p { min-height: 112px; margin: 26px 0; font-size: 1.08rem; font-weight: 600; }
.testimonials-grid footer { display: flex; gap: 12px; align-items: center; }
.testimonials-grid footer > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: var(--gold); font-weight: 800; }
.testimonials-grid footer strong, .testimonials-grid footer small { display: block; }
.testimonials-grid footer small { color: var(--muted); }

.offer-section { background: var(--ink); color: var(--white); }
.offer-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.offer-section h2 { margin-bottom: 26px; }
.offer-lead { max-width: 650px; color: rgba(255,255,255,.68); font-size: 1.05rem; }
.button-note { max-width: 580px; margin-top: 14px; color: rgba(255,255,255,.48); font-size: .78rem; }
.offer-card { border-radius: 22px; overflow: hidden; background: var(--white); color: var(--ink); box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.offer-card__top { padding: 30px; background: var(--gold); }
.offer-card__top span, .offer-card__top strong { display: block; }
.offer-card__top span { font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.offer-card__top strong { font-family: "Barlow Condensed"; font-size: 3.5rem; line-height: 1; }
.offer-event-photo { position: relative; height: 190px; margin: 0; overflow: hidden; }
.offer-event-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.offer-event-photo::after { content: ""; position: absolute; inset: auto 0 0; height: 46%; background: linear-gradient(transparent, rgba(7,12,18,.72)); pointer-events: none; }
.offer-event-photo figcaption { position: absolute; z-index: 1; right: 14px; bottom: 10px; color: rgba(255,255,255,.8); font-size: .62rem; }
.offer-card .check-list { padding: 16px 30px 24px; }
.offer-card .check-list li { border-bottom-color: var(--line); }
.offer-card__footer { display: flex; justify-content: space-between; align-items: center; padding: 18px 30px; background: #ece9e1; }
.offer-card__footer span { font-size: .75rem; text-transform: uppercase; font-weight: 800; }

.faq-section { background: var(--ink-2); color: var(--white); }
.faq-container { width: min(900px, calc(100% - 40px)); }
.faq-heading { margin: 0 auto 52px; text-align: center; }
.faq-heading h2 { margin: 8px 0 16px; font-family: Inter, Arial, sans-serif; font-size: clamp(2.5rem, 4vw, 4rem); letter-spacing: -.055em; }
.faq-heading > p:last-child { max-width: 620px; margin: 0 auto; color: rgba(255,255,255,.58); }
.faq-eyebrow { margin-bottom: 0; color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .1em; }
.faq-list { display: grid; gap: 10px; }
.faq-card { padding: 0; border-radius: 9px; background: var(--cream); color: var(--ink); border: 1px solid rgba(255,209,47,.16); overflow: hidden; }
.faq-card summary { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 72px; padding: 16px 26px; cursor: pointer; list-style: none; }
.faq-card summary::-webkit-details-marker { display: none; }
.faq-card h3 { margin: 0; font-family: Inter, Arial, sans-serif; font-size: 1rem; line-height: 1.3; letter-spacing: -.02em; }
.faq-card p { margin: 0; color: var(--muted); font-size: .78rem; }
.faq-card summary > span { display: grid; place-items: center; width: 38px; height: 38px; flex: none; border: 1px solid rgba(17,23,32,.32); border-radius: 9px; font-size: 1rem; transition: background .2s, color .2s, transform .25s ease; }
.faq-card summary:hover > span, .faq-card summary:focus-visible > span { background: var(--gold); border-color: var(--gold); transform: rotate(45deg); }
.faq-card[open] summary > span { background: var(--gold); border-color: var(--gold); transform: rotate(90deg); }
.faq-card[open] summary { min-height: 54px; padding-bottom: 8px; }
.faq-answer { max-height: 0; padding: 0 26px; overflow: hidden; opacity: 0; transition: max-height .28s ease, padding .28s ease, opacity .2s ease; }
.faq-card[open] .faq-answer { max-height: 160px; padding: 0 26px 16px; opacity: 1; }

.footer { padding: 52px 0 42px; background: #0b1017; color: var(--white); }
.footer-simple { display: grid; justify-items: center; gap: 14px; text-align: center; }
.footer-simple img { width: 92px; height: 92px; object-fit: contain; }
.footer-simple p { margin: 0; color: rgba(255,255,255,.62); font-size: .82rem; }
.footer-bottom { margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.35); font-size: .75rem; text-align: center; }

.legal-dialog { width: min(620px, calc(100% - 32px)); border: 0; border-radius: 20px; padding: 36px; color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.4); }
.legal-dialog::backdrop { background: rgba(4,8,13,.78); backdrop-filter: blur(4px); }
.legal-dialog__close { position: absolute; right: 18px; top: 14px; border: 0; background: none; font-size: 2rem; cursor: pointer; }
.legal-dialog h2 { font-size: 2.5rem; margin-bottom: 20px; }
.legal-dialog p { color: var(--muted); }

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .pain-grid, .holiday-grid, .group-grid, .offer-grid { grid-template-columns: 1fr; gap: 48px; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .step-card { min-height: 210px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .testimonials-grid blockquote > p { min-height: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .section, .group-section, .holiday-section { padding: 76px 0; }
  .nav { height: 94px; }
  .nav__logo { width: 70px; height: 70px; }
  .nav__location { font-size: .72rem; }
  .hero__background { background-image: linear-gradient(0deg, rgba(7,12,18,.98) 8%, rgba(7,12,18,.7) 55%, rgba(7,12,18,.26) 100%), url("https://oktoberfestblumenau.com.br/wp-content/uploads/2026/09/40_oktoberfest_credito_daniel_zimmermann_5307.jpg-scaled.jpeg"); background-position: 63% center; }
  .hero__content { padding-top: 42px; }
  .hero h1 { font-size: clamp(2.7rem, 13vw, 4.6rem); }
  .hero-title__line { font-size: 1em; line-height: .96; }
  .hero-title__origin { font-size: .5em; line-height: 1.02; }
  .comparison-grid, .steps-grid, .tips-grid { grid-template-columns: 1fr; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .countdown { width: 100%; justify-content: center; }
  .event-marquee { padding: 28px 0 22px; }
  .event-marquee__set { gap: 10px; padding-right: 10px; }
  .event-marquee figure { width: 230px; height: 160px; border-radius: 12px; }
  .event-marquee p { width: min(100% - 28px, 1180px); margin-top: 12px; }
  .urgency-strip__inner { align-items: flex-start; flex-direction: column; gap: 10px; padding: 22px 0; }
  .comparison-card, .tip-card { padding: 28px; }
  .comparison-card--good .comparison-card__tag { position: static; width: max-content; margin: 0 0 18px; }
  .tip-card { padding-top: 76px; }
  .tip-card > span { left: 28px; }
  .center-cta, .section-heading-row { align-items: stretch; flex-direction: column; }
  .google-rating { text-align: left; margin-bottom: 20px; }
  .group-visual { min-height: 370px; }
  .group-visual img { height: 370px; }
  .pain-heading { margin-bottom: 34px; }
  .pain-photo img { height: 290px; }
  .offer-event-photo { height: 170px; }
  .event-gallery { grid-template-columns: 1fr; gap: 12px; }
  .event-gallery figure, .event-gallery img { min-height: 230px; }
  .event-gallery__main { min-height: 320px !important; }
  .event-gallery__main img { min-height: 320px !important; }
  .faq-container { width: min(100% - 28px, 900px); }
  .faq-card summary { min-height: 64px; padding: 13px 18px; }
  .faq-card[open] summary { min-height: 50px; padding-bottom: 6px; }
  .faq-answer { padding-inline: 18px; }
  .faq-card[open] .faq-answer { padding: 0 18px 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
