:root {
  --navy: #081f3a;
  --blue: #115da9;
  --blue-dark: #0b3c74;
  --cyan: #3bc6da;
  --red: #e4232d;
  --ink: #11243a;
  --muted: #617083;
  --line: #dfe7ef;
  --soft: #f4f8fc;
  --white: #fff;
  --shadow: 0 24px 70px rgba(8, 31, 58, .13);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; background: #fff; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 32px; }
.brand { flex: 0 0 auto; filter: brightness(0) invert(1); }
.brand img { width: 174px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a { color: rgba(255, 255, 255, .86); font-size: 14px; font-weight: 700; text-decoration: none; }
.main-nav a:hover { color: #fff; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--red);
  border-radius: 999px;
  color: #fff;
  background: var(--red);
  box-shadow: 0 12px 30px rgba(228, 35, 45, .24);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: #c91822; }
.button-small { min-height: 42px; padding-inline: 19px; font-size: 13px; }
.button-ghost { border-color: rgba(255, 255, 255, .46); background: rgba(255, 255, 255, .08); box-shadow: none; backdrop-filter: blur(10px); }
.button-ghost:hover { background: rgba(255, 255, 255, .17); }
.button-chat { border-color: #fff; color: var(--blue-dark); background: #fff; box-shadow: none; cursor: pointer; }
.button-chat:hover { color: var(--blue-dark); background: #eef8ff; }

.hero { position: relative; min-height: 760px; overflow: hidden; color: #fff; background: var(--navy); }
.hero-media { position: absolute; inset: 0 0 0 44%; }
.hero-photo { position: absolute; object-fit: cover; border-radius: 20px; box-shadow: 0 30px 70px rgba(0, 0, 0, .32); }
.hero-photo-main { width: 56%; height: 75%; right: 3%; top: 14%; }
.hero-photo-top { width: 33%; height: 40%; left: 0; top: 10%; }
.hero-photo-bottom { width: 34%; height: 38%; left: 4%; bottom: 8%; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, #081f3a 0%, #0a2e55 39%, rgba(8, 31, 58, .78) 61%, rgba(8, 31, 58, .28) 100%); }
.hero::after { content: ""; position: absolute; width: 460px; height: 460px; left: -200px; bottom: -250px; border: 90px solid rgba(59, 198, 218, .12); border-radius: 50%; }
.hero-content { position: relative; z-index: 2; padding-top: 190px; padding-bottom: 120px; }
.hero-content > * { max-width: 650px; }
.eyebrow { margin: 0 0 18px; color: #78e1ed; font-size: 13px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-blue { color: var(--blue); }
h1, h2 { margin: 0; letter-spacing: -.035em; }
h1 { max-width: 740px !important; font-size: clamp(48px, 6.1vw, 84px); line-height: .98; }
h1 span { color: #78e1ed; }
.hero-lead { margin: 28px 0 0; color: rgba(255, 255, 255, .82); font-size: clamp(18px, 2vw, 21px); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 23px; color: rgba(255, 255, 255, .68); font-size: 13px; }
.hero-note span { width: 8px; height: 8px; border-radius: 50%; background: #42d392; box-shadow: 0 0 0 6px rgba(66, 211, 146, .12); }

.proof { position: relative; z-index: 5; margin-top: -52px; }
.proof-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); box-shadow: var(--shadow); }
.proof-intro, .stat-card { min-height: 190px; padding: 35px; background: #fff; }
.proof-intro h2 { max-width: 300px; font-size: 28px; line-height: 1.12; }
.stat-card { display: flex; flex-direction: column; justify-content: center; }
.stat-card strong { color: var(--blue-dark); font-size: clamp(31px, 3vw, 44px); letter-spacing: -.05em; }
.stat-card span { margin-top: 8px; color: var(--muted); font-size: 14px; line-height: 1.4; }

.value-section { padding: 120px 0; }
.value-grid { display: grid; grid-template-columns: minmax(0, 1fr) 390px; align-items: center; gap: 90px; }
.value-copy h2 { max-width: 720px; font-size: clamp(36px, 4.6vw, 62px); line-height: 1.05; }
.value-copy > p:not(.eyebrow) { max-width: 700px; margin: 28px 0; color: var(--muted); font-size: 19px; line-height: 1.7; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 24px; margin: 32px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 29px; font-size: 15px; font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -2px; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: #fff; background: var(--blue); font-size: 12px; }
.fee-card { position: relative; overflow: hidden; min-height: 460px; padding: 48px; border-radius: 34px; color: #fff; background: linear-gradient(145deg, var(--blue-dark), #147fb9); box-shadow: 0 30px 80px rgba(11, 60, 116, .24); }
.fee-card::after { content: ""; position: absolute; width: 260px; height: 260px; right: -120px; bottom: -120px; border: 54px solid rgba(255, 255, 255, .09); border-radius: 50%; }
.fee-label { color: #97e7f1; font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.fee-card > strong { display: block; margin-top: 28px; font-size: 112px; line-height: .9; letter-spacing: -.09em; }
.fee-card > strong small { font-size: 42px; }
.fee-card > p { margin: 13px 0 0; font-size: 22px; font-weight: 750; }
.fee-rule { width: 100%; height: 1px; margin: 45px 0 24px; background: rgba(255, 255, 255, .25); }
.fee-card .fee-bottom { max-width: 260px; color: rgba(255, 255, 255, .74); font-size: 14px; font-weight: 500; line-height: 1.55; }

.checkout-section { padding: 120px 0 130px; background: linear-gradient(180deg, #fff 0%, #f4f8fc 100%); }
.checkout-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; }
.checkout-copy h2, .payments-copy h2, .fooevents-copy h2, .ticket-flow-heading h2 { font-size: clamp(36px, 4.6vw, 62px); line-height: 1.05; }
.checkout-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; line-height: 1.75; }
.checkout-steps { display: grid; gap: 0; margin: 34px 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.checkout-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.checkout-steps li > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--blue); background: #e9f3ff; font-size: 11px; font-weight: 900; }
.checkout-steps strong { display: block; font-size: 17px; }
.checkout-steps p { margin: 5px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.text-link { display: inline-block; color: var(--blue); font-weight: 850; text-decoration: none; }
.product-shot { overflow: hidden; margin: 0; border: 1px solid #d5e0eb; border-radius: 22px; background: #fff; box-shadow: 0 28px 75px rgba(8, 31, 58, .16); }
.product-shot-checkout { transform: rotate(1deg); }
.product-shot img { width: 100%; height: auto; }
.shot-bar { display: flex; align-items: center; gap: 7px; min-height: 44px; padding: 0 17px; border-bottom: 1px solid var(--line); background: #f7f9fc; }
.shot-bar i { width: 8px; height: 8px; border-radius: 50%; background: #cbd7e3; }
.shot-bar i:first-child { background: #ed6a5e; }.shot-bar i:nth-child(2) { background: #f4bf4f; }.shot-bar i:nth-child(3) { background: #61c454; }
.shot-bar span { margin-left: 7px; color: var(--muted); font-size: 11px; font-weight: 750; }
.product-shot figcaption { padding: 13px 18px; color: var(--muted); background: #fff; font-size: 11px; line-height: 1.5; }

.payments-section { position: relative; overflow: hidden; padding: 125px 0; color: #fff; background: linear-gradient(135deg, #07345f 0%, #115da9 56%, #1089b2 100%); }
.payments-section::before { content: ""; position: absolute; width: 620px; height: 620px; right: -280px; top: -300px; border: 110px solid rgba(255, 255, 255, .07); border-radius: 50%; }
.payments-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.payment-shot-wrap { position: relative; justify-self: center; width: min(100%, 520px); }
.payment-glow { position: absolute; inset: 15% -20%; border-radius: 50%; background: rgba(68, 214, 235, .28); filter: blur(60px); }
.payment-shot { position: relative; overflow: hidden; margin: 0; border: 8px solid rgba(255, 255, 255, .18); border-radius: 30px; background: #fff; box-shadow: 0 35px 90px rgba(0, 0, 0, .28); transform: rotate(-2deg); }
.payment-shot img { width: 100%; }
.payments-copy > p:not(.eyebrow):not(.payments-note) { max-width: 660px; color: rgba(255, 255, 255, .78); font-size: 18px; line-height: 1.75; }
.payment-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 38px; }
.payment-method { display: flex; align-items: center; gap: 15px; min-height: 98px; padding: 19px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 18px; background: rgba(255, 255, 255, .1); backdrop-filter: blur(10px); }
.payment-method > span { display: grid; place-items: center; min-width: 64px; height: 48px; border-radius: 12px; color: #fff; background: rgba(255, 255, 255, .14); font-size: 12px; font-weight: 950; }
.payment-method-pix > span { color: #0c7458; background: #d7fff3; }
.payment-method-paypal > span { color: #063d76; background: #d9edff; }
.payment-method strong, .payment-method small { display: block; }
.payment-method small { margin-top: 5px; color: rgba(255, 255, 255, .6); line-height: 1.35; }
.payments-note { max-width: 650px; margin: 20px 0 0; color: rgba(255, 255, 255, .52); font-size: 11px; line-height: 1.55; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-bottom: 52px; }
.section-heading h2, .legal-heading h2, .support-copy h2, .history-copy h2, .faq-intro h2 { font-size: clamp(34px, 4.4vw, 58px); line-height: 1.06; }
.section-heading > p { max-width: 450px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }

.feature-section { padding: 120px 0; background: var(--soft); }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.feature-card { position: relative; min-height: 300px; overflow: hidden; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.feature-card-wide { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, .8fr) minmax(400px, 1.2fr); min-height: 430px; padding: 48px; background: linear-gradient(135deg, #fff 0%, #f7fbff 100%); }
.feature-number { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; margin-bottom: 45px; border-radius: 50%; color: var(--blue); background: #eaf4ff; font-size: 12px; font-weight: 900; }
.feature-card h3 { margin: 0; font-size: 26px; letter-spacing: -.025em; }
.feature-card p { max-width: 510px; margin: 14px 0 0; color: var(--muted); line-height: 1.65; }
.feature-card a { display: inline-block; margin-top: 26px; color: var(--blue); font-weight: 800; text-decoration: none; }
.panel-visual { align-self: end; justify-self: end; width: 95%; max-width: 610px; min-height: 315px; margin: 35px -90px -96px 0; overflow: hidden; border: 8px solid #e5edf5; border-radius: 22px 22px 0 0; background: #fff; box-shadow: 0 25px 70px rgba(8, 31, 58, .2); transform: rotate(-2deg); }
.panel-top { display: flex; gap: 7px; padding: 15px; border-bottom: 1px solid var(--line); background: #f7f9fc; }
.panel-top i { width: 8px; height: 8px; border-radius: 50%; background: #cfdae6; }
.panel-body { padding: 28px; }
.panel-metric { display: flex; flex-direction: column; width: 48%; padding: 22px; border-radius: 14px; color: #fff; background: linear-gradient(135deg, var(--blue-dark), #1594c6); }
.panel-metric small { opacity: .74; }
.panel-metric strong { margin-top: 10px; font-size: 27px; }
.panel-bars { display: flex; align-items: end; gap: 12px; height: 115px; margin-top: 25px; }
.panel-bars i { flex: 1; border-radius: 5px 5px 0 0; background: #cfe8f8; }
.panel-bars i:nth-child(1) { height: 30%; }.panel-bars i:nth-child(2) { height: 50%; }.panel-bars i:nth-child(3) { height: 42%; }.panel-bars i:nth-child(4) { height: 76%; }.panel-bars i:nth-child(5) { height: 65%; }.panel-bars i:nth-child(6) { height: 92%; }.panel-bars i:nth-child(7) { height: 82%; }

.fooevents-section { position: relative; overflow: hidden; padding: 130px 0 110px; color: #fff; background: linear-gradient(145deg, #32112e 0%, #6f1b62 52%, #b9348e 100%); }
.fooevents-section::after { content: "FOO"; position: absolute; right: -35px; bottom: -90px; color: rgba(255, 255, 255, .06); font-size: 310px; font-weight: 950; letter-spacing: -.09em; }
.fooevents-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.03fr .97fr; gap: 80px; align-items: center; }
.integration-lockup { display: inline-flex; align-items: center; gap: 15px; margin-bottom: 25px; padding: 12px 16px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 999px; background: rgba(255, 255, 255, .09); }
.integration-lockup span { color: rgba(255, 255, 255, .64); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.integration-lockup img { width: 118px; height: auto; filter: brightness(0) invert(1); }
.fooevents-copy > p:not(.eyebrow) { max-width: 710px; color: rgba(255, 255, 255, .74); font-size: 17px; line-height: 1.75; }
.fooevents-points { display: grid; grid-template-columns: 1fr 1fr; margin-top: 36px; border-top: 1px solid rgba(255, 255, 255, .16); }
.fooevents-points > div { padding: 20px 18px 20px 0; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.fooevents-points > div:nth-child(even) { padding-left: 18px; border-left: 1px solid rgba(255, 255, 255, .16); }
.fooevents-points strong, .fooevents-points span { display: block; }
.fooevents-points span { margin-top: 5px; color: rgba(255, 255, 255, .56); font-size: 12px; }
.store-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.store-links a { padding: 12px 17px; border: 1px solid rgba(255, 255, 255, .28); border-radius: 999px; color: #fff; font-size: 12px; font-weight: 850; text-decoration: none; }
.store-links a:hover { background: rgba(255, 255, 255, .12); }
.fooevents-visual { margin: 0; }
.fooevents-visual img { width: 118%; max-width: none; margin-left: -8%; filter: drop-shadow(0 35px 55px rgba(0, 0, 0, .35)); }
.fooevents-visual figcaption { color: rgba(255, 255, 255, .48); font-size: 11px; text-align: center; }

.repass-section { position: relative; overflow: hidden; padding: 130px 0; color: #fff; background: var(--navy); }
.repass-section::before { content: ""; position: absolute; inset: 0 50% 0 auto; width: 70%; background: radial-gradient(circle at 42% 48%, rgba(59, 198, 218, .16), transparent 56%); }
.repass-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.repass-copy h2 { max-width: 580px; font-size: clamp(38px, 5vw, 66px); line-height: 1.04; }
.repass-copy > p:not(.eyebrow) { max-width: 570px; margin: 28px 0; color: rgba(255, 255, 255, .7); font-size: 18px; line-height: 1.75; }
.text-link-light { color: #8ce6f0; font-weight: 800; text-decoration: none; }
.cycle-list { position: relative; margin: 0; padding: 0; list-style: none; }
.cycle-list::before { content: ""; position: absolute; left: 24px; top: 35px; bottom: 35px; width: 1px; background: rgba(255, 255, 255, .22); }
.cycle-list li { position: relative; display: grid; grid-template-columns: 50px 1fr; gap: 23px; padding: 28px 0; }
.cycle-list li > span { position: relative; z-index: 1; display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid rgba(255, 255, 255, .28); border-radius: 50%; color: #8ce6f0; background: var(--navy); font-size: 13px; font-weight: 900; }
.cycle-list strong { display: block; font-size: 21px; }
.cycle-list p { max-width: 460px; margin: 8px 0 0; color: rgba(255, 255, 255, .62); line-height: 1.65; }

.support-section { padding: 130px 0; }
.support-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 95px; align-items: center; }
.support-photo { position: relative; min-height: 610px; }
.support-photo > img { width: 100%; height: 610px; border-radius: 34px; object-fit: cover; box-shadow: var(--shadow); }
.support-photo::after { content: ""; position: absolute; inset: 0; border-radius: 34px; box-shadow: inset 0 -150px 100px rgba(8, 31, 58, .3); pointer-events: none; }
.support-badge { position: absolute; right: -30px; bottom: 40px; z-index: 1; display: flex; flex-direction: column; width: 170px; height: 170px; align-items: center; justify-content: center; border: 8px solid #fff; border-radius: 50%; color: #fff; background: var(--red); box-shadow: 0 20px 45px rgba(8, 31, 58, .22); }
.support-badge strong { font-size: 45px; line-height: 1; }
.support-badge span { margin-top: 8px; font-size: 12px; font-weight: 800; }
.support-copy > p:not(.eyebrow) { margin: 28px 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.mini-points { display: grid; gap: 0; margin-top: 38px; border-top: 1px solid var(--line); }
.mini-points > div { display: grid; grid-template-columns: 190px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.mini-points strong { color: var(--blue-dark); }
.mini-points span { color: var(--muted); }

.ticket-flow-section { padding: 130px 0; background: linear-gradient(180deg, #f3f8fc 0%, #fff 100%); }
.ticket-flow-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.ticket-flow-heading > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.ticket-example-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 85px; align-items: center; margin-top: 65px; }
.digital-ticket { position: relative; overflow: hidden; min-height: 510px; border: 1px solid #d4e0eb; border-radius: 28px; background: #fff; box-shadow: 0 35px 80px rgba(8, 31, 58, .16); }
.digital-ticket::before, .digital-ticket::after { content: ""; position: absolute; z-index: 2; width: 40px; height: 40px; right: -21px; border: 1px solid #d4e0eb; border-radius: 50%; background: #f7fafc; }
.digital-ticket::before { top: 55%; }.digital-ticket::after { top: calc(55% + 74px); }
.ticket-watermark { position: absolute; right: -34px; top: 42px; padding: 8px 50px; color: #fff; background: var(--red); font-size: 10px; font-weight: 950; letter-spacing: .15em; transform: rotate(40deg); }
.ticket-brand { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 28px 34px; border-bottom: 1px solid var(--line); }
.ticket-brand img { width: 155px; }
.ticket-brand span { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ticket-event { display: flex; flex-direction: column; padding: 35px 34px 28px; }
.ticket-event small, .ticket-data small, .ticket-bottom small { color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.ticket-event strong { margin-top: 8px; font-size: 34px; letter-spacing: -.035em; }
.ticket-event span { margin-top: 7px; color: var(--muted); font-size: 13px; }
.ticket-data { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 34px; border: 1px solid var(--line); border-radius: 15px; }
.ticket-data > div { padding: 17px; border-right: 1px solid var(--line); }
.ticket-data > div:last-child { border-right: 0; }
.ticket-data strong, .ticket-bottom strong, .ticket-bottom span { display: block; }
.ticket-data strong { margin-top: 6px; font-size: 14px; }
.ticket-bottom { display: grid; grid-template-columns: 118px 1fr; gap: 25px; align-items: center; margin-top: 33px; padding: 28px 34px; border-top: 1px dashed #b9c8d5; }
.ticket-bottom strong { margin-top: 6px; font-size: 19px; }
.ticket-bottom span { margin-top: 5px; color: var(--muted); font-size: 12px; }
.ticket-qr { width: 108px; height: 108px; border: 10px solid #fff; outline: 1px solid #d9e1e8; background: repeating-conic-gradient(#0b2038 0 25%, #fff 0 50%) 50% / 18px 18px; box-shadow: inset 0 0 0 8px #fff; }
.ticket-copy h3 { margin: 16px 0 0; font-size: 38px; letter-spacing: -.035em; }
.ticket-copy > p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.example-label { display: inline-flex; padding: 8px 11px; border-radius: 999px; color: var(--blue); background: #e6f2ff; font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.check-list-single { grid-template-columns: 1fr; margin: 28px 0; }
.selfservice-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 38px; align-items: stretch; margin-top: 90px; }
.rescue-shot { align-self: start; }
.selfservice-cards { display: grid; gap: 18px; }
.service-card { display: flex; flex-direction: column; min-height: 300px; padding: 35px; border-radius: 24px; color: #fff; box-shadow: 0 24px 55px rgba(8, 31, 58, .14); }
.service-card-blue { background: linear-gradient(145deg, var(--blue-dark), #158db7); }
.service-card-red { background: linear-gradient(145deg, #9e1620, var(--red)); }
.service-card > span { color: rgba(255, 255, 255, .66); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.service-card h3 { margin: 12px 0 0; font-size: 28px; }
.service-card p { color: rgba(255, 255, 255, .72); line-height: 1.65; }
.service-card a { margin-top: auto; color: #fff; font-size: 13px; font-weight: 850; text-decoration: none; }

.legal-section { padding: 120px 0; color: #fff; background: linear-gradient(140deg, #0a4778 0%, #0d628a 100%); }
.legal-heading { display: grid; grid-template-columns: 1fr 450px; gap: 80px; align-items: end; }
.legal-heading > p { margin: 0; color: rgba(255, 255, 255, .72); line-height: 1.7; }
.legal-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 55px; }
.legal-card { min-height: 310px; padding: 30px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 20px; background: rgba(255, 255, 255, .08); text-decoration: none; transition: transform .2s ease, background .2s ease; }
.legal-card:hover { transform: translateY(-4px); background: rgba(255, 255, 255, .14); }
.legal-card > span { display: inline-flex; padding: 8px 11px; border-radius: 999px; color: #a1eef5; background: rgba(59, 198, 218, .14); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.legal-card h3 { margin: 45px 0 0; font-size: 21px; }
.legal-card p { color: rgba(255, 255, 255, .67); font-size: 14px; line-height: 1.65; }
.legal-card small { display: block; margin-top: 32px; color: #fff; font-weight: 800; }
.legal-card[data-synced="true"] small::before { content: "Sincronizado · "; color: #a1eef5; }
.legal-status { margin: 26px 0 0; color: rgba(255, 255, 255, .55); font-size: 12px; }

.journey-section { padding: 130px 0; background: #fff; }
.journey-heading { margin-bottom: 45px; }
.journey-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.journey-list li { min-height: 250px; padding: 32px 30px 30px 0; border-right: 1px solid var(--line); }
.journey-list li:not(:first-child) { padding-left: 30px; }
.journey-list li:last-child { border-right: 0; }
.journey-list li > span { color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.journey-list strong { display: block; margin-top: 58px; font-size: 20px; }
.journey-list p { color: var(--muted); line-height: 1.6; }
.roadmap-note { display: grid; grid-template-columns: 160px 1fr; gap: 42px; align-items: center; margin-top: 40px; padding: 46px 54px; border-radius: 28px; color: #fff; background: var(--navy); }
.roadmap-icon { display: flex; align-items: end; justify-content: center; gap: 10px; height: 90px; padding: 20px; border-radius: 22px; background: rgba(255, 255, 255, .08); }
.roadmap-icon i { display: block; width: 18px; border-radius: 5px 5px 2px 2px; background: #65d9e5; }
.roadmap-icon i:nth-child(1) { height: 28px; opacity: .45; }.roadmap-icon i:nth-child(2) { height: 49px; opacity: .72; }.roadmap-icon i:nth-child(3) { height: 68px; }
.roadmap-note span { color: #80e3ec; font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.roadmap-note h3 { margin: 8px 0 0; font-size: 28px; }
.roadmap-note p { max-width: 700px; margin: 10px 0 0; color: rgba(255, 255, 255, .65); line-height: 1.65; }

.history-section { padding: 115px 0; background: var(--soft); }
.history-grid { display: grid; grid-template-columns: 360px 1fr; gap: 100px; align-items: center; }
.history-mark { display: flex; flex-direction: column; justify-content: center; min-height: 330px; padding: 50px; border-radius: 50% 50% 46% 54% / 45% 55% 45% 55%; color: #fff; background: linear-gradient(145deg, var(--blue-dark), #1485b8); text-align: center; transform: rotate(-3deg); }
.history-mark span { font-size: 14px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.history-mark strong { font-size: 78px; line-height: 1; letter-spacing: -.07em; }
.history-copy > p:not(.eyebrow) { max-width: 720px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.company-line { display: flex; gap: 28px; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); }
.company-line span { color: var(--muted); }

.faq-section { padding: 130px 0; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 95px; }
.faq-intro { position: sticky; top: 40px; align-self: start; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 28px 50px 28px 0; font-size: 18px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 23px; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: var(--blue); background: #eaf4ff; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 680px; margin: -5px 45px 28px 0; color: var(--muted); line-height: 1.7; }

.final-cta { padding: 90px 0; color: #fff; background: var(--blue-dark); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.final-cta h2 { max-width: 720px; font-size: clamp(36px, 4.3vw, 58px); line-height: 1.05; }
.final-actions { display: flex; flex-direction: column; gap: 12px; min-width: 285px; }

.site-footer { padding: 75px 0 25px; color: #fff; background: #06172b; }
.footer-top { display: flex; justify-content: space-between; gap: 70px; }
.footer-top > div:first-child img { width: 170px; filter: brightness(0) invert(1); }
.footer-top > div:first-child p { color: rgba(255, 255, 255, .5); }
.footer-links { display: grid; grid-template-columns: repeat(2, 190px); gap: 50px; }
.footer-links > div { display: flex; flex-direction: column; gap: 13px; }
.footer-links strong { margin-bottom: 6px; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.footer-links a { color: rgba(255, 255, 255, .58); font-size: 14px; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .1); color: rgba(255, 255, 255, .4); font-size: 12px; }

@media (max-width: 920px) {
  .main-nav { display: none; }
  .header-inner { gap: 16px; }
  .header-inner .button { margin-left: auto; }
  .hero { min-height: 820px; }
  .hero-media { inset: 46% 0 0 0; opacity: .48; }
  .hero-photo-main { height: 77%; }
  .hero-wash { background: linear-gradient(180deg, #081f3a 0%, #0a2e55 46%, rgba(8, 31, 58, .64) 100%); }
  .hero-content { padding-top: 160px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-intro { grid-column: 1 / -1; min-height: 150px; }
  .value-grid { grid-template-columns: 1fr; gap: 55px; }
  .checkout-grid, .payments-grid, .fooevents-grid, .ticket-example-grid, .selfservice-grid { grid-template-columns: 1fr; gap: 60px; }
  .product-shot-checkout { transform: none; }
  .payment-shot { width: min(100%, 460px); margin-inline: auto; }
  .fooevents-visual { width: min(100%, 760px); margin-inline: auto; }
  .ticket-flow-heading { grid-template-columns: 1fr; gap: 25px; }
  .digital-ticket { width: min(100%, 620px); }
  .fee-card { width: min(100%, 520px); min-height: 390px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 22px; }
  .feature-card-wide { grid-template-columns: 1fr; }
  .panel-visual { justify-self: center; margin: 45px -30px -100px 0; }
  .repass-grid, .support-grid, .legal-heading, .history-grid, .faq-grid { grid-template-columns: 1fr; gap: 55px; }
  .support-photo { width: min(100%, 620px); }
  .support-badge { right: 25px; }
  .legal-grid { grid-template-columns: 1fr 1fr; }
  .journey-list { grid-template-columns: 1fr 1fr; }
  .journey-list li:nth-child(2) { border-right: 0; }
  .journey-list li:nth-child(3), .journey-list li:nth-child(4) { border-top: 1px solid var(--line); }
  .journey-list li:nth-child(3) { padding-left: 0; }
  .history-mark { width: 330px; }
  .faq-intro { position: static; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .final-actions { flex-direction: row; width: 100%; }
  .final-actions .button { flex: 1; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-header .button { display: none; }
  .header-inner { min-height: 72px; }
  .brand img { width: 150px; }
  .hero { min-height: 790px; }
  .hero-content { padding-top: 135px; }
  h1 { font-size: 48px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .proof { margin-top: -30px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-intro { grid-column: auto; }
  .proof-intro, .stat-card { min-height: 135px; padding: 28px; }
  .value-section { padding: 85px 0; }
  .checkout-section, .payments-section, .fooevents-section, .ticket-flow-section { padding: 85px 0; }
  .checkout-grid, .payments-grid, .fooevents-grid, .ticket-example-grid { gap: 42px; }
  .payment-methods, .fooevents-points { grid-template-columns: 1fr; }
  .fooevents-points > div:nth-child(even) { padding-left: 0; border-left: 0; }
  .fooevents-visual img { width: 108%; margin-left: -4%; }
  .ticket-brand { align-items: flex-start; flex-direction: column; }
  .ticket-event strong { font-size: 27px; }
  .ticket-data { grid-template-columns: 1fr; }
  .ticket-data > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .ticket-data > div:last-child { border-bottom: 0; }
  .ticket-bottom { grid-template-columns: 95px 1fr; padding: 24px; }
  .ticket-qr { width: 88px; height: 88px; background-size: 14px 14px; }
  .digital-ticket { min-height: 620px; }
  .selfservice-grid { margin-top: 65px; }
  .check-list { grid-template-columns: 1fr; }
  .fee-card { min-height: 385px; padding: 38px 32px; }
  .fee-card > strong { font-size: 96px; }
  .feature-section, .support-section, .legal-section, .journey-section, .faq-section { padding: 85px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card-wide { grid-column: auto; min-height: 530px; padding: 32px; }
  .feature-card { min-height: 260px; padding: 30px; }
  .feature-card-wide .feature-number { margin-bottom: 35px; }
  .panel-visual { width: 118%; min-height: 250px; margin: 35px -65px -95px 0; }
  .repass-section { padding: 90px 0; }
  .repass-grid { gap: 45px; }
  .support-photo, .support-photo > img { min-height: 450px; height: 450px; }
  .support-badge { width: 130px; height: 130px; right: 16px; bottom: 20px; border-width: 6px; }
  .support-badge strong { font-size: 34px; }
  .mini-points > div { grid-template-columns: 1fr; gap: 6px; }
  .legal-grid, .journey-list { grid-template-columns: 1fr; }
  .legal-card { min-height: 270px; }
  .journey-list li, .journey-list li:not(:first-child), .journey-list li:nth-child(3) { min-height: 190px; padding: 28px 0; border-right: 0; border-top: 1px solid var(--line); }
  .journey-list strong { margin-top: 35px; }
  .roadmap-note { grid-template-columns: 1fr; padding: 34px 28px; }
  .roadmap-icon { width: 120px; }
  .history-grid { gap: 45px; }
  .history-mark { width: 270px; min-height: 270px; padding: 35px; }
  .history-mark strong { font-size: 62px; }
  .company-line { flex-direction: column; gap: 8px; }
  .final-actions { flex-direction: column; }
  .footer-top, .footer-bottom { flex-direction: column; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 28px; }
}

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