/* Paleta Fluxia e organização das galerias de produto. */
:root {
  --bg: #050b16;
  --panel: #0a1526;
  --panel-2: #0d1b30;
  --line: #1a3857;
  --ink: #f4f9ff;
  --muted: #9ab0c7;
  --mint: #00c7a5;
  --blue: #17b8ff;
  --accent: #078ee8;
}

/* Lockup oficial: usa a arte da marca com o mesmo recorte aplicado no app. */
.brand-lockup {
  display: inline-block;
  position: relative;
  width: 124px;
  aspect-ratio: 3.87 / 1;
  overflow: hidden;
  flex: 0 0 auto;
  text-decoration: none;
  user-select: none;
}

.brand-lockup .brand-art {
  position: absolute;
  top: -93.5%;
  left: -24.2%;
  display: block;
  width: 146.5%;
  height: auto;
  max-width: none;
  -webkit-user-drag: none;
}

.brand-lockup .brand-art-contrast,
.brand-lockup .brand-art-accent { display: none; }

footer .brand-lockup { width: 124px; }

h1 span,
h2 span {
  background: linear-gradient(110deg, var(--mint), var(--blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.button {
  background: linear-gradient(135deg, #00b99c, #078ee8);
  box-shadow: 0 14px 28px #007fc04d;
}

.button:hover { background: linear-gradient(135deg, #10d7b5, #22a8f3); }
.button.outline { border-color: #24628c; }
.feature-grid article:hover { border-color: var(--blue); }
.feature-grid b { color: #5ed7ff; background: #102d4a; }
.steps li > b { background: #073a55; color: #65dcff; }
.plan-grid .pro { border-color: #158fca; background: linear-gradient(150deg, #073a55, #111a29 60%); box-shadow: 0 19px 45px #007fc03d; }
.pro > span { background: #078ee8; }
.faq summary b { color: var(--mint); }
.cta { background: radial-gradient(ellipse at 50% 100%, #007fc04f, transparent 61%), #071426; }

.showcase { padding-block: 120px; }
.gallery-intro { max-width: 620px; margin-top: 20px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.screen-group { margin-top: 48px; }
.gallery-label { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.gallery-label > span { display: grid; place-items: center; width: 33px; height: 33px; border: 1px solid #176b8e; border-radius: 50%; color: #64d6ff; font-size: 10px; font-weight: 800; }
.gallery-label div { display: grid; gap: 3px; }
.gallery-label b { font-size: 14px; }
.gallery-label small { color: var(--muted); font-size: 11px; }

.desktop-gallery .screens { grid-template-columns: 1fr; gap: 28px; margin-top: 0; }
.desktop-gallery .screens figure { padding: 14px; border-color: #1c4569; background: linear-gradient(145deg, #0d1d31, #081321); }
.desktop-gallery .screens > figure > img { height: auto !important; min-height: 0; object-fit: contain; }
.desktop-gallery .screens figcaption { grid-template-columns: 190px 1fr; align-items: baseline; gap: 16px; padding: 17px 5px 5px; }
.desktop-gallery .screens figcaption b { font-size: 16px; }
.desktop-gallery .screens figcaption span { font-size: 12px; }

.mobile-gallery { padding: 34px; border: 1px solid #1a3e5c; border-radius: 24px; background: radial-gradient(circle at 50% 0, #073a554f, transparent 48%), #071220; }
.mobile-gallery .gallery-label { margin-bottom: 28px; }
.mobile-devices { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; align-items: end; }
.mobile-devices figure { margin: 0; text-align: center; }
.mobile-devices .phone-frame { width: min(100%, 294px); padding: 8px; border: 2px solid #2e5873; border-radius: 39px; background: linear-gradient(135deg, #1b3a52, #060d19 54%, #153044); box-shadow: 0 24px 54px #000a; }
.mobile-devices .phone-frame > i { top: 13px; width: 90px; height: 24px; }
.mobile-devices .phone-frame > img { height: auto !important; aspect-ratio: 0.46; border-radius: 29px !important; object-fit: cover !important; }
.mobile-devices figcaption { display: grid; gap: 5px; padding-top: 15px; }
.mobile-devices figcaption b { font-size: 14px; }
.mobile-devices figcaption span { color: var(--muted); font-size: 11px; line-height: 1.45; }

.telegram-section { padding-block: 120px; background: radial-gradient(circle at 50% 0, #074c694d, transparent 38%), linear-gradient(115deg, #061121, #07172a 60%, #071321); border-color: #1a405e; }
.telegram { display: block; }
.telegram-copy { max-width: 680px; margin: 0 auto 54px; text-align: center; }
.telegram h2 { max-width: 660px; margin: 18px auto; }
.telegram-copy > p:not(.eyebrow) { margin-inline: auto; }
.telegram-copy ul { text-align: left; }
.available { border-color: #00a88c; color: #62ebcc; }
.telegram li b { background: #073d59; color: #6ce3ff; }
.telegram-captures { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin: 0; }
.telegram-captures figure { width: min(100%, 306px); max-width: none; margin: 0; padding: 8px; border: 2px solid #2e5873; border-radius: 40px; background: linear-gradient(135deg, #1b3a52, #060d19 54%, #153044); box-shadow: 0 26px 58px #000a; }
.telegram-captures figure > i { top: 14px; width: 90px; height: 24px; }
.telegram-captures figure > img { height: auto !important; aspect-ratio: 0.462; border-radius: 30px !important; object-fit: cover !important; }
.telegram-captures figcaption { display: grid; gap: 5px; padding: 15px 5px 5px; text-align: center; }
.telegram-captures figcaption b { font-size: 13px; }
.telegram-captures figcaption span { color: var(--muted); font-size: 11px; line-height: 1.45; }

.competitor-comparison { padding: 112px 0; background: #071426; }
.competitor-comparison h2, .comparison-intro { max-width: 690px; }
.comparison-intro { margin-top: 20px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.comparison-table-wrap, .plan-table-wrap { overflow-x: auto; margin-top: 42px; border: 1px solid #1a4667; border-radius: 17px; background: #09182a; }
.comparison-table, .plan-table { width: 100%; min-width: 620px; border-collapse: collapse; text-align: left; }
.comparison-table th, .comparison-table td, .plan-table th, .plan-table td { padding: 18px 22px; border-bottom: 1px solid #173957; color: #b8cbdd; font-size: 12px; }
.comparison-table thead th, .plan-table thead th { color: #eff8ff; font-size: 12px; }
.comparison-table tbody th, .plan-table tbody th { color: #eff8ff; font-weight: 700; }
.comparison-table tbody tr:last-child th, .comparison-table tbody tr:last-child td, .plan-table tbody tr:last-child th, .plan-table tbody tr:last-child td { border-bottom: 0; }
.fluxia-column, .plan-pro { color: #72e7cd !important; background: #063a453d; font-weight: 700; }
.comparison-note { margin-top: 15px; color: #718fa6; font-size: 10px; text-align: center; }

.testimonials { padding: 110px 0; background: linear-gradient(180deg, #061120, #08182a); border-block: 1px solid #173c5a; }
.testimonials-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 46px; }
.testimonials-heading h2 { max-width: 650px; }
.rating-summary { display: grid; gap: 8px; max-width: 270px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.rating-summary span, .stars { color: #ffca5a; letter-spacing: .16em; font-size: 17px; }
.rating-summary b { color: #c7d7e6; font-size: 11px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.testimonial-grid article { display: flex; flex-direction: column; min-height: 285px; padding: 28px; border: 1px solid #1c4b6e; border-radius: 16px; background: linear-gradient(145deg, #0d2137, #081321); }
.testimonial-grid blockquote { margin: 26px 0; color: #eff7ff; font-family: Inter, Arial, sans-serif; font-size: 16px; font-weight: 500; line-height: 1.68; letter-spacing: -.02em; }
.testimonial-grid footer { display: flex; align-items: center; gap: 11px; height: auto; margin-top: auto; color: var(--ink); font-size: 12px; }
.testimonial-grid footer div { display: grid; gap: 3px; }
.testimonial-grid footer small { color: var(--muted); font-size: 10px; }
.avatar { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid #18aeca; border-radius: 50%; background: #073b55; color: #6de1ff; font-size: 10px; font-weight: 800; }
.testimonial-note { margin-top: 19px; color: #7390a8; font-size: 10px; text-align: center; }

.plan-comparison { padding: 105px 0; background: #071426; }
.plan-comparison h2 { max-width: 780px; }
.roadmap { padding: 112px 0; background: radial-gradient(circle at 80% 15%, #0a66714f, transparent 34%), #081827; }
.roadmap-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.roadmap-heading h2 { max-width: 650px; }
.roadmap-heading > p { max-width: 350px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.roadmap-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 45px; }
.roadmap-grid article { display: flex; gap: 17px; min-height: 205px; padding: 26px; border: 1px solid #1d5473; border-radius: 16px; background: linear-gradient(145deg, #0b263c, #081423); }
.roadmap-mark { display: grid; place-items: center; flex: 0 0 auto; width: 39px; height: 39px; border: 1px solid #1dc8ab; border-radius: 11px; background: #073f4e; color: #67ebd0; font-size: 11px; font-weight: 800; }
.roadmap-grid small { color: #67dccc; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.roadmap-grid h3 { margin: 13px 0 9px; font-size: 15px; }
.roadmap-grid p { color: var(--muted); font-size: 12px; line-height: 1.6; }

@media (max-width: 780px) {
  .brand-lockup { width: 104px; }
  .showcase, .telegram-section { padding-block: 78px; }
  .competitor-comparison, .plan-comparison, .roadmap { padding-block: 76px; }
  .desktop-gallery .screens figcaption { grid-template-columns: 1fr; gap: 5px; }
  .mobile-gallery { padding: 24px 14px; }
  .mobile-devices { grid-template-columns: 1fr; gap: 32px; }
  .mobile-devices .phone-frame { width: 282px; }
  .telegram-copy { margin-bottom: 38px; text-align: left; }
  .telegram h2 { margin-inline: 0; }
  .telegram-copy > p:not(.eyebrow) { margin-inline: 0; }
  .telegram-captures { grid-template-columns: 1fr; gap: 32px; }
  .telegram-captures figure { width: 282px; }
  .testimonials { padding-block: 76px; }
  .testimonials-heading { display: grid; gap: 24px; margin-bottom: 32px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-grid article { min-height: 0; }
  .roadmap-heading { display: grid; gap: 20px; }
  .roadmap-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 32px; }
  .roadmap-grid article { min-height: 0; }
}
