/* =============================================================================
   Landing page da Biopros (biopros.com.br) — site estático, independente do
   WordPress (que fica só em app.biopros.com.br).

   Tipografia (arquivos em assets/fonts, licença OFL — sem Google Fonts):
   - Bricolage Grotesque — títulos
   - Instrument Sans     — texto
   - Martian Mono        — rótulos técnicos, endereços, logs
   ============================================================================= */

@font-face {
	font-family: 'Bricolage Grotesque';
	src: url('../fonts/bricolage-grotesque-latin.woff2') format('woff2');
	font-weight: 500 800;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Instrument Sans';
	src: url('../fonts/instrument-sans-latin.woff2') format('woff2');
	font-weight: 400 600;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Martian Mono';
	src: url('../fonts/martian-mono-latin.woff2') format('woff2');
	font-weight: 400 500;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Ângulo animável da borda "ao vivo" (demo e CTA final). */
@property --bpl-angle {
	syntax: '<angle>';
	initial-value: 0deg;
	inherits: false;
}


/* ── Base (antes vinha do style.css do tema WordPress) ─────────────────── */

*, *::before, *::after { box-sizing: border-box; }

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 84px; /* âncoras do menu não param debaixo do cabeçalho fixo */
}

body {
	margin: 0;
	min-height: 100vh;
	-webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

body.bp-landing {
	--ink: #050816;
	--ink-2: #0A1022;
	--ink-3: #0F1830;
	--line: rgba(226, 232, 240, .08);
	--line-2: rgba(226, 232, 240, .15);
	--mint: #00FFAB;
	--mint-soft: rgba(0, 255, 171, .12);
	--mint-glow: rgba(0, 255, 171, .35);
	--blue: #2563EB;
	--text: #E2E8F0;
	--muted: #94A3B8;
	--white: #FFFFFF;

	--f-display: 'Bricolage Grotesque', ui-sans-serif, system-ui, sans-serif;
	--f-body: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif;
	--f-mono: 'Martian Mono', ui-monospace, 'SFMono-Regular', Menlo, monospace;

	--ease-out: cubic-bezier(.2, .7, .2, 1);
	--radius: 20px;

	background: var(--ink);
	color: var(--text);
	font-family: var(--f-body);
	font-size: 17px;
	line-height: 1.6;
	overflow-x: hidden;
}

.bpl a { text-decoration: none; }
.bpl a:hover { text-decoration: none; }

.bpl h1, .bpl h2, .bpl h3 {
	font-family: var(--f-display);
	color: var(--white);
	letter-spacing: -.025em;
	margin: 0;
}
.bpl p { margin: 0; }

.bpl-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

.bpl-sr {
	position: absolute !important;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.bpl :focus-visible,
.bpl-header :focus-visible,
.bpl-footer :focus-visible {
	outline: 2px solid var(--mint);
	outline-offset: 3px;
	border-radius: 6px;
}

/* ── Tipografia de seção ─────────────────────────────────────────────── */

.bpl-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--f-mono);
	font-size: .7rem;
	font-weight: 500;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--mint);
	margin-bottom: 18px !important;
}
.bpl-kicker::before {
	content: '';
	width: 18px;
	height: 1px;
	background: currentColor;
}

.bpl-h2 {
	font-size: clamp(2rem, 1.1rem + 2.7vw, 3.3rem);
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: -.035em;
	max-width: 18ch;
}
.bpl-dim { color: #5B6B82; }

.bpl-lede {
	color: var(--muted);
	font-size: 1.1rem;
	max-width: 54ch;
	margin-top: 18px !important;
}

.bpl-head { margin-bottom: 56px; }
.bpl-head--center { text-align: center; }
.bpl-head--center .bpl-h2,
.bpl-head--center .bpl-lede { margin-left: auto; margin-right: auto; }

.bpl-section { padding: clamp(80px, 10vw, 136px) 0; position: relative; }

/* ── Botões e links ──────────────────────────────────────────────────── */

.bpl-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: var(--mint);
	color: var(--ink) !important;
	font-family: var(--f-body);
	font-weight: 600;
	font-size: .95rem;
	line-height: 1;
	border: 1px solid var(--mint);
	border-radius: 999px;
	padding: 13px 22px;
	cursor: pointer;
	transition: transform .2s var(--ease-out), box-shadow .25s ease, background .2s ease, color .2s ease;
	white-space: nowrap;
}
.bpl-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 36px -8px var(--mint-glow), 0 0 0 4px rgba(0, 255, 171, .12);
}
.bpl-btn:active { transform: translateY(0); }
.bpl-btn__arrow { transition: transform .25s var(--ease-out); }
.bpl-btn:hover .bpl-btn__arrow { transform: translateX(4px); }

.bpl-btn--lg { font-size: 1.05rem; padding: 18px 28px; }
.bpl-btn--sm { font-size: .86rem; padding: 10px 18px; }

.bpl-btn--ghost {
	background: transparent;
	color: var(--white) !important;
	border-color: var(--line-2);
}
.bpl-btn--ghost:hover {
	background: rgba(255, 255, 255, .04);
	border-color: var(--mint);
	box-shadow: none;
}

.bpl-link {
	color: var(--text);
	font-weight: 500;
	border-bottom: 1px solid var(--line-2);
	padding-bottom: 3px;
	transition: color .2s ease, border-color .2s ease;
}
.bpl-link:hover { color: var(--mint); border-color: var(--mint); }

/* =============================================================================
   Header
   ============================================================================= */

.bpl-header {
	position: sticky;
	top: 0;
	z-index: 50;
	transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
	border-bottom: 1px solid transparent;
}
.bpl-header.is-scrolled {
	background: rgba(5, 8, 22, .78);
	backdrop-filter: blur(14px) saturate(140%);
	-webkit-backdrop-filter: blur(14px) saturate(140%);
	border-bottom-color: var(--line);
}

.bpl-header__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 16px 24px;
	display: flex;
	align-items: center;
	gap: 32px;
}

.bpl-logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--f-display);
	font-weight: 700;
	font-size: 1.3rem;
	letter-spacing: -.03em;
	color: var(--white) !important;
	text-decoration: none !important;
}
.bpl-logo__dot {
	position: relative;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--mint);
	box-shadow: 0 0 12px var(--mint-glow);
}
.bpl-logo__dot::after {
	content: '';
	position: absolute;
	inset: -5px;
	border-radius: 50%;
	border: 1px solid var(--mint);
	opacity: 0;
	animation: bpl-ping 2.8s var(--ease-out) infinite;
}

.bpl-nav { display: flex; gap: 28px; margin-left: 12px; }
.bpl-nav a {
	color: var(--muted);
	font-size: .92rem;
	font-weight: 500;
	text-decoration: none;
	transition: color .2s ease;
}
.bpl-nav a:hover { color: var(--white); text-decoration: none; }

.bpl-header__actions {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 20px;
}
.bpl-header__login {
	color: var(--text);
	font-size: .92rem;
	font-weight: 500;
}
.bpl-header__login:hover { color: var(--mint); text-decoration: none; }

/* =============================================================================
   Hero
   ============================================================================= */

.bpl-hero {
	position: relative;
	padding: clamp(40px, 7vw, 96px) 0 clamp(72px, 9vw, 120px);
	overflow: hidden;
	isolation: isolate;
}

/* Aurora: dois brilhos desfocados que derivam devagar — dá profundidade sem
   padrão de grade/pontilhado. */
.bpl-hero__aurora {
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
}
.bpl-hero__aurora span {
	position: absolute;
	border-radius: 50%;
	filter: blur(90px);
	will-change: transform;
}
.bpl-hero__aurora span:first-child {
	width: 620px;
	height: 460px;
	right: -120px;
	top: 40px;
	background: radial-gradient(closest-side, rgba(0, 255, 171, .26), transparent);
	animation: bpl-drift 18s ease-in-out infinite alternate;
}
.bpl-hero__aurora span:last-child {
	width: 560px;
	height: 520px;
	right: 260px;
	top: 220px;
	background: radial-gradient(closest-side, rgba(37, 99, 235, .24), transparent);
	animation: bpl-drift 22s ease-in-out infinite alternate-reverse;
}

/* Grão sutil sobre o hero — textura, não padrão. */
.bpl-hero::after,
.bpl-final__card::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	opacity: .07;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .55 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.bpl-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
	gap: clamp(40px, 5vw, 72px);
	align-items: center;
}

.bpl-chip {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--f-mono);
	font-size: .68rem;
	font-weight: 500;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--text);
	padding: 8px 14px 8px 12px;
	border: 1px solid var(--line-2);
	border-radius: 999px;
	background: rgba(255, 255, 255, .03);
}
.bpl-chip__pulse {
	position: relative;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--mint);
}
.bpl-chip__pulse::after {
	content: '';
	position: absolute;
	inset: -4px;
	border-radius: 50%;
	border: 1px solid var(--mint);
	animation: bpl-ping 2.2s var(--ease-out) infinite;
}

.bpl-hero__title {
	font-size: clamp(2.7rem, 1.1rem + 4.8vw, 5rem);
	font-weight: 750;
	line-height: 1;
	letter-spacing: -.045em;
	margin: 26px 0 0 !important;
	text-wrap: balance;
}

/* "um clique" selecionado como um elemento no editor: contorno, alças nos
   cantos, etiqueta do tipo de elemento e cursor piscando. */
.bpl-sel {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	color: var(--mint);
	padding: 0 .1em;
	margin: 0 .02em;
	box-shadow: inset 0 0 0 1.5px var(--mint);
	background: rgba(0, 255, 171, .07);
}
.bpl-sel::after {
	content: '';
	display: inline-block;
	width: 3px;
	height: .82em;
	margin-left: .06em;
	vertical-align: -.06em;
	background: var(--mint);
	animation: bpl-blink 1.05s steps(1) infinite;
}
.bpl-sel > i {
	position: absolute;
	width: 9px;
	height: 9px;
	background: var(--ink);
	border: 1.5px solid var(--mint);
}
.bpl-sel > i:nth-of-type(1) { top: -5px; left: -5px; }
.bpl-sel > i:nth-of-type(2) { top: -5px; right: -5px; }
.bpl-sel > i:nth-of-type(3) { bottom: -5px; left: -5px; }
.bpl-sel > i:nth-of-type(4) { bottom: -5px; right: -5px; }
.bpl-sel__tag {
	position: absolute;
	left: -1px;
	top: calc(100% + 9px); /* abaixo da caixa: acima dela colidiria com a linha anterior do título */
	font-family: var(--f-mono);
	font-size: .7rem;
	font-weight: 500;
	letter-spacing: .04em;
	line-height: 1;
	color: var(--ink);
	background: var(--mint);
	padding: 5px 7px;
	border-radius: 0 3px 3px 3px;
}

.bpl-hero__lede {
	color: var(--muted);
	font-size: clamp(1.05rem, .98rem + .3vw, 1.2rem);
	max-width: 50ch;
	margin-top: 46px !important; /* espaço pra etiqueta "título" logo acima */
}

.bpl-hero__ctas {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px 28px;
	margin-top: 36px;
}

.bpl-hero__facts {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
	padding: 0;
	margin: 28px 0 0;
	font-family: var(--f-mono);
	font-size: .7rem;
	letter-spacing: .02em;
	color: var(--muted);
}
.bpl-hero__facts li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.bpl-hero__facts li::before {
	content: '';
	width: 10px;
	height: 6px;
	border-left: 1.5px solid var(--mint);
	border-bottom: 1.5px solid var(--mint);
	transform: rotate(-45deg) translateY(-2px);
}

/* ── Demo interativa ─────────────────────────────────────────────────── */

.bpl-hero__demo { position: relative; }

/* Fica acima do canto esquerdo da demo, com a seta descendo até o título. */
.bpl-demo-hint {
	position: absolute;
	top: -40px;
	left: 44px;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-family: var(--f-mono);
	font-size: .68rem;
	color: var(--mint);
	transition: opacity .4s ease, transform .4s ease;
	pointer-events: none;
}
.bpl-demo-hint svg { flex: none; margin-top: 2px; }
.bpl-demo-hint.is-gone { opacity: 0; transform: translateY(-6px); }

.bpl-demo {
	position: relative;
	border-radius: 18px;
	background: var(--ink-2);
	box-shadow:
		0 0 0 1px var(--line-2),
		0 40px 90px -30px rgba(0, 0, 0, .9),
		0 20px 60px -20px rgba(0, 255, 171, .18);
	transform: perspective(1600px) rotateY(-5deg) rotateX(2deg);
	transform-origin: left center;
	transition: transform .8s var(--ease-out);
}
.bpl-demo:hover,
.bpl-demo:focus-within { transform: perspective(1600px) rotateY(0) rotateX(0); }

/* Borda "ao vivo": um feixe de luz percorrendo o contorno. */
.bpl-demo::before,
.bpl-final__card::before {
	content: '';
	position: absolute;
	inset: -1px;
	border-radius: inherit;
	padding: 1px;
	background: conic-gradient(from var(--bpl-angle), transparent 0 72%, var(--mint) 86%, transparent 94%);
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask: linear-gradient(#000 0 0) content-box exclude, linear-gradient(#000 0 0);
	animation: bpl-spin 7s linear infinite;
	pointer-events: none;
}

.bpl-demo__bar {
	display: flex;
	align-items: center;
	gap: 14px;
	height: 48px;
	padding: 0 14px;
	border-bottom: 1px solid var(--line);
}
.bpl-demo__dots { display: flex; gap: 6px; }
.bpl-demo__dots i {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .13);
}
.bpl-demo__url {
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 8px;
	height: 28px;
	padding: 0 12px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .04);
	font-family: var(--f-mono);
	font-size: .66rem;
	color: var(--muted);
}
.bpl-demo__url svg { color: var(--mint); flex: none; }
.bpl-demo__url > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bpl-demo__url b { color: var(--white); font-weight: 500; }

.bpl-demo__devices { display: flex; gap: 2px; padding: 3px; border-radius: 9px; background: rgba(255, 255, 255, .04); }
.bpl-demo__devices button {
	display: grid;
	place-items: center;
	width: 30px;
	height: 24px;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: var(--muted);
	cursor: pointer;
	transition: background .2s ease, color .2s ease;
}
.bpl-demo__devices button:hover { color: var(--white); }
.bpl-demo__devices button.is-active { background: rgba(0, 255, 171, .14); color: var(--mint); }

.bpl-demo__stage {
	height: 380px;
	padding: 18px;
	display: flex;
	justify-content: center;
	background:
		radial-gradient(ellipse 60% 50% at 50% 0%, rgba(0, 255, 171, .06), transparent 70%),
		var(--ink-3);
}

/* Mini-site do cliente (claro, como os modelos reais). */
.bpl-site {
	--site-accent: #0FA37F;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
	background: #F7F5F0;
	color: #0F172A;
	box-shadow: 0 20px 40px -18px rgba(0, 0, 0, .6);
	transition: width .55s var(--ease-out);
	display: flex;
	flex-direction: column;
}
.bpl-site[data-device="tablet"] { width: 66%; }
.bpl-site[data-device="mobile"] { width: 44%; }

.bpl-site__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 20px;
	border-bottom: 1px solid rgba(15, 23, 42, .07);
}
.bpl-site__brand {
	font-family: var(--f-display);
	font-weight: 700;
	font-size: .9rem;
	letter-spacing: -.02em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0;
}
.bpl-site__links { display: flex; gap: 14px; font-size: .68rem; color: #64748B; }
.bpl-site__links i { font-style: normal; }
.bpl-site__burger { display: none; flex-direction: column; gap: 4px; }
.bpl-site__burger i { display: block; width: 16px; height: 1.5px; background: #0F172A; }

.bpl-site__hero { padding: 30px 26px 22px; }
.bpl-site__eyebrow {
	display: block;
	font-family: var(--f-mono);
	font-size: .58rem;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--site-accent);
	transition: color .35s ease;
}

.bpl-site__edit { position: relative; display: block; margin-top: 30px; cursor: text; }
.bpl-site__tag {
	position: absolute;
	left: -4px;
	bottom: calc(100% + 6px);
	font-family: var(--f-mono);
	font-size: .56rem;
	line-height: 1;
	color: #fff;
	background: var(--site-accent);
	padding: 5px 7px;
	border-radius: 3px 3px 3px 0;
	white-space: nowrap;
	transition: background .35s ease, opacity .3s ease;
	animation: bpl-nudge 2.4s ease-in-out infinite;
}
.bpl-site__title {
	display: block;
	width: 100%;
	margin: 0;
	padding: 2px 4px;
	margin-left: -4px;
	border: 0;
	border-radius: 3px;
	background: transparent;
	font-family: var(--f-display);
	font-weight: 750;
	font-size: 2.1rem;
	line-height: 1.1;
	letter-spacing: -.035em;
	color: #0F172A;
	caret-color: var(--site-accent);
	outline: 1.5px dashed var(--site-accent);
	outline-offset: 3px;
	transition: outline-color .35s ease, font-size .4s var(--ease-out);
}
.bpl-site__title:focus { outline-style: solid; }
.bpl-site__title::placeholder { color: #0F172A; opacity: .28; }

.bpl-demo.is-touched .bpl-site__tag { opacity: 0; animation: none; }
.bpl-demo.is-touched .bpl-site__edit:hover .bpl-site__tag,
.bpl-demo.is-touched .bpl-site__title:focus ~ .bpl-site__tag { opacity: 1; }
.bpl-demo.is-touched .bpl-site__title:not(:focus) { outline-color: transparent; }
.bpl-demo.is-touched .bpl-site__edit:hover .bpl-site__title { outline-color: var(--site-accent); }

.bpl-site__text { margin-top: 12px !important; font-size: .78rem; color: #475569; max-width: 34ch; }
.bpl-site__cta {
	display: inline-block;
	margin-top: 18px;
	font-size: .7rem;
	font-weight: 600;
	color: #fff;
	background: var(--site-accent);
	padding: 9px 16px;
	border-radius: 999px;
	transition: background .35s ease;
}
.bpl-site__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	padding: 0 26px 26px;
	margin-top: auto;
}
.bpl-site__cards span {
	height: 58px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, .06);
	position: relative;
}
.bpl-site__cards span::before {
	content: '';
	position: absolute;
	left: 10px;
	top: 10px;
	width: 16px;
	height: 16px;
	border-radius: 5px;
	background: var(--site-accent);
	opacity: .18;
	transition: background .35s ease;
}

/* Tamanho do conteúdo acompanha o "dispositivo" simulado. */
.bpl-site[data-device="tablet"] .bpl-site__title { font-size: 1.7rem; }
.bpl-site[data-device="tablet"] .bpl-site__cards { grid-template-columns: repeat(2, 1fr); }
.bpl-site[data-device="tablet"] .bpl-site__cards span:nth-child(3) { display: none; }
.bpl-site[data-device="mobile"] .bpl-site__nav { padding: 12px 14px; }
.bpl-site[data-device="mobile"] .bpl-site__links { display: none; }
.bpl-site[data-device="mobile"] .bpl-site__burger { display: flex; }
.bpl-site[data-device="mobile"] .bpl-site__hero { padding: 24px 14px 16px; }
.bpl-site[data-device="mobile"] .bpl-site__title { font-size: 1.3rem; }
.bpl-site[data-device="mobile"] .bpl-site__tag { font-size: .5rem; white-space: normal; width: 150%; max-width: 190px; }
.bpl-site[data-device="mobile"] .bpl-site__cards { grid-template-columns: 1fr; padding: 0 14px 16px; }
.bpl-site[data-device="mobile"] .bpl-site__cards span:nth-child(n+2) { display: none; }

.bpl-demo__dock {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	height: 54px;
	padding: 0 16px;
	border-top: 1px solid var(--line);
}
.bpl-demo__swatches { display: flex; align-items: center; gap: 8px; }
.bpl-demo__label {
	font-family: var(--f-mono);
	font-size: .62rem;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: var(--muted);
	margin-right: 4px;
}
.bpl-demo__swatches button {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 0;
	padding: 0;
	cursor: pointer;
	background: var(--c);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .14);
	transition: transform .2s var(--ease-out), box-shadow .2s ease;
}
.bpl-demo__swatches button:hover { transform: scale(1.12); }
.bpl-demo__swatches button[aria-checked="true"] {
	box-shadow: 0 0 0 2px var(--ink-2), 0 0 0 3.5px var(--white);
}

.bpl-demo__status {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--f-mono);
	font-size: .64rem;
	color: var(--muted);
}
.bpl-demo__status i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--mint);
	box-shadow: 0 0 8px var(--mint-glow);
	transition: background .2s ease;
}
.bpl-demo__status.is-saving i { background: #F59E0B; box-shadow: 0 0 8px rgba(245, 158, 11, .5); animation: bpl-blink .6s steps(1) infinite; }

/* =============================================================================
   Faixa "incluso"
   ============================================================================= */

.bpl-strip {
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	background: rgba(255, 255, 255, .015);
}
.bpl-strip__inner {
	display: flex;
	align-items: center;
	gap: 28px;
	padding-top: 22px;
	padding-bottom: 22px;
}
.bpl-strip__label {
	flex: none;
	font-family: var(--f-mono);
	font-size: .64rem;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--mint);
}
.bpl-strip__list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 0;
	padding: 0;
	margin: 0;
	font-size: .92rem;
	color: var(--text);
}
.bpl-strip__list li { display: inline-flex; align-items: center; }
.bpl-strip__list li + li::before {
	content: '/';
	color: #334155;
	margin: 0 11px;
	font-family: var(--f-mono);
	font-size: .8rem;
}

/* =============================================================================
   Como funciona
   ============================================================================= */

.bpl-how__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, .95fr);
	gap: clamp(40px, 6vw, 96px);
	align-items: center;
}

.bpl-steps { list-style: none; padding: 0; margin: 0; }
.bpl-steps li {
	display: grid;
	grid-template-columns: 64px 1fr;
	gap: 8px;
	padding: 26px 0;
	border-top: 1px solid var(--line);
}
.bpl-steps li:last-child { border-bottom: 1px solid var(--line); }
.bpl-steps__n {
	font-family: var(--f-mono);
	font-size: .78rem;
	color: var(--mint);
	padding-top: 6px;
}
.bpl-steps h3 { font-size: 1.35rem; font-weight: 650; letter-spacing: -.02em; }
.bpl-steps p { color: var(--muted); margin-top: 8px !important; max-width: 46ch; }

.bpl-log {
	margin: 0;
	border-radius: var(--radius);
	background: linear-gradient(180deg, var(--ink-2), #070C1C);
	box-shadow: 0 0 0 1px var(--line-2), 0 40px 80px -40px rgba(0, 0, 0, .9);
	overflow: hidden;
	font-family: var(--f-mono);
	font-size: .74rem;
}
.bpl-log__head {
	display: flex;
	justify-content: space-between;
	padding: 14px 20px;
	border-bottom: 1px solid var(--line);
	color: var(--muted);
	font-size: .64rem;
	text-transform: uppercase;
	letter-spacing: .08em;
}
.bpl-log__live { display: inline-flex; align-items: center; gap: 7px; color: var(--mint); }
.bpl-log__live i { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); animation: bpl-blink 1.4s steps(1) infinite; }

.bpl-log__lines { list-style: none; padding: 18px 20px 22px; margin: 0; }
.bpl-log__lines li {
	display: grid;
	grid-template-columns: 22px 1fr auto;
	align-items: baseline;
	gap: 6px;
	padding: 9px 0;
	color: var(--text);
}
.bpl-log__lines b { color: var(--mint); font-weight: 500; }
.bpl-log__lines time { color: #475569; font-size: .66rem; }
.bpl-log__lines span { min-width: 0; overflow-wrap: anywhere; }
.bpl-log__lines .is-final {
	margin-top: 8px;
	padding: 14px 14px;
	border-radius: 10px;
	background: var(--mint-soft);
	box-shadow: inset 0 0 0 1px rgba(0, 255, 171, .25);
}
.bpl-log__lines .is-final b { animation: bpl-blink 1.2s steps(1) infinite; }
.bpl-log__lines em { font-style: normal; color: var(--mint); }

/* Linhas do log entram uma a uma quando o bloco aparece na tela. */
.bpl-js .bpl-log .bpl-log__lines li { opacity: 0; transform: translateX(-8px); transition: opacity .45s ease, transform .45s var(--ease-out); }
.bpl-js .bpl-log.is-in .bpl-log__lines li { opacity: 1; transform: none; }
.bpl-js .bpl-log.is-in .bpl-log__lines li:nth-child(1) { transition-delay: .25s; }
.bpl-js .bpl-log.is-in .bpl-log__lines li:nth-child(2) { transition-delay: .6s; }
.bpl-js .bpl-log.is-in .bpl-log__lines li:nth-child(3) { transition-delay: .95s; }
.bpl-js .bpl-log.is-in .bpl-log__lines li:nth-child(4) { transition-delay: 1.3s; }
.bpl-js .bpl-log.is-in .bpl-log__lines li:nth-child(5) { transition-delay: 1.75s; }

/* =============================================================================
   Editor — bento
   ============================================================================= */

.bpl-bento {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px;
}

.bpl-tile {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 22px 24px 26px;
	border-radius: var(--radius);
	background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .012));
	box-shadow: inset 0 0 0 1px var(--line);
	transition: box-shadow .3s ease, transform .4s var(--ease-out);
}
.bpl-tile:hover { box-shadow: inset 0 0 0 1px rgba(0, 255, 171, .28); }
.bpl-tile h3 { font-size: 1.22rem; font-weight: 650; letter-spacing: -.02em; margin-top: 22px; }
.bpl-tile > p { color: var(--muted); font-size: .95rem; margin-top: 8px !important; max-width: 48ch; }

.bpl-tile--inline  { grid-column: span 4; }
.bpl-tile--phone   { grid-column: span 2; grid-row: span 2; }
.bpl-tile--history { grid-column: span 2; }
.bpl-tile--colors  { grid-column: span 2; }
.bpl-tile--devices { grid-column: span 3; }
.bpl-tile--swap    { grid-column: span 3; }

.bpl-viz {
	position: relative;
	height: 176px;
	border-radius: 14px;
	background: rgba(5, 8, 22, .55);
	box-shadow: inset 0 0 0 1px var(--line);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.bpl-viz--phone { flex: 1; min-height: 360px; }

/* Edição inline */
.bpl-viz-inline {
	width: min(88%, 520px);
	background: #F7F5F0;
	color: #1E293B;
	border-radius: 10px;
	padding: 22px 22px 20px;
	position: relative;
	box-shadow: 0 18px 40px -18px rgba(0, 0, 0, .7);
}
.bpl-viz-inline p { font-size: 1.02rem; line-height: 1.55; }
.bpl-viz-inline mark {
	background: rgba(0, 196, 132, .28);
	color: inherit;
	border-radius: 2px;
	padding: 1px 0;
}
.bpl-caret {
	display: inline-block;
	width: 2px;
	height: 1.1em;
	vertical-align: -.2em;
	background: #0FA37F;
	margin-left: 1px;
	animation: bpl-blink 1.05s steps(1) infinite;
}
.bpl-viz-inline__bar {
	position: absolute;
	top: -18px;
	left: 96px;
	display: flex;
	gap: 2px;
	padding: 4px;
	border-radius: 9px;
	background: #0F172A;
	box-shadow: 0 10px 24px -8px rgba(0, 0, 0, .6);
	font-size: .72rem;
	color: #E2E8F0;
}
.bpl-viz-inline__bar > * {
	display: grid;
	place-items: center;
	min-width: 26px;
	height: 24px;
	padding: 0 6px;
	border-radius: 6px;
	font-style: normal;
}
.bpl-viz-inline__bar b { background: rgba(0, 255, 171, .16); color: var(--mint); }
.bpl-viz-inline__bar i { font-style: italic; font-family: Georgia, serif; }
.bpl-viz-inline__bar span { font-family: var(--f-mono); font-size: .6rem; color: #94A3B8; }

/* Celular com o portão "EDITAR" */
.bpl-viz-phone {
	width: 150px;
	height: 300px;
	border-radius: 28px;
	padding: 8px;
	background: #0B1122;
	box-shadow: 0 0 0 1px var(--line-2), 0 30px 60px -20px rgba(0, 0, 0, .8);
}
.bpl-viz-phone__screen {
	position: relative;
	height: 100%;
	border-radius: 21px;
	background: #F7F5F0;
	padding: 34px 14px 14px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	overflow: hidden;
}
.bpl-viz-phone__screen .l { display: block; height: 6px; border-radius: 3px; background: #CBD5E1; }
.bpl-viz-phone__screen .l--t { height: 12px; width: 80%; background: #1E293B; margin-bottom: 4px; }
.bpl-viz-phone__screen .l--s { width: 60%; }
.bpl-viz-phone__screen .b { display: block; width: 64px; height: 18px; border-radius: 999px; background: #0FA37F; margin: 6px 0 14px; }
.bpl-viz-phone__screen::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(5, 8, 22, .14);
}
.bpl-viz-phone__gate {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 16px;
	border-radius: 999px;
	background: var(--mint);
	color: var(--ink);
	font-family: var(--f-mono);
	font-size: .62rem;
	font-weight: 500;
	letter-spacing: .06em;
	box-shadow: 0 10px 30px -6px var(--mint-glow);
	animation: bpl-breathe 2.6s ease-in-out infinite;
}

/* Histórico */
.bpl-viz-history { list-style: none; margin: 0; padding: 0 18px; width: 100%; }
.bpl-viz-history li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border-radius: 10px;
	font-family: var(--f-mono);
	font-size: .66rem;
	color: var(--muted);
}
.bpl-viz-history li + li { margin-top: 4px; }
.bpl-viz-history i { width: 7px; height: 7px; border-radius: 50%; box-shadow: inset 0 0 0 1.5px #475569; flex: none; }
.bpl-viz-history span { flex: 1; }
.bpl-viz-history em { font-style: normal; color: var(--mint); }
.bpl-viz-history u {
	text-decoration: none;
	color: var(--text);
	padding: 4px 8px;
	border-radius: 6px;
	box-shadow: inset 0 0 0 1px var(--line-2);
}
.bpl-viz-history .is-current { background: var(--mint-soft); color: var(--text); }
.bpl-viz-history .is-current i { background: var(--mint); box-shadow: 0 0 8px var(--mint-glow); }

/* Cores */
.bpl-viz-colors { list-style: none; margin: 0; padding: 0 20px; width: 100%; }
.bpl-viz-colors li {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 9px 0;
	font-size: .86rem;
}
.bpl-viz-colors li + li { border-top: 1px solid var(--line); }
.bpl-viz-colors i { width: 26px; height: 26px; border-radius: 7px; background: var(--c); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .15); flex: none; }
.bpl-viz-colors span { flex: 1; color: var(--text); }
.bpl-viz-colors code { font-family: var(--f-mono); font-size: .66rem; color: var(--muted); }

/* Dispositivos */
.bpl-viz-devices { display: flex; align-items: flex-end; gap: 18px; }
.bpl-viz-devices .d {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 12px 10px;
	border-radius: 8px;
	background: #F7F5F0;
	box-shadow: 0 0 0 5px #0B1122, 0 0 0 6px var(--line-2);
}
.bpl-viz-devices .d i { display: block; height: 5px; border-radius: 3px; background: #CBD5E1; }
.bpl-viz-devices .d i:first-child { background: #1E293B; width: 70%; height: 7px; }
.bpl-viz-devices .d i:last-child { width: 40%; background: #0FA37F; height: 8px; border-radius: 99px; margin-top: 4px; }
.bpl-viz-devices .d--desk { width: 170px; height: 104px; }
.bpl-viz-devices .d--tab  { width: 76px;  height: 100px; }
.bpl-viz-devices .d--mob  { width: 44px;  height: 84px; padding: 10px 6px; }

/* Troca de modelo */
.bpl-viz--swap { flex-direction: column; gap: 14px; }
.bpl-viz-swap { display: flex; align-items: center; gap: 16px; color: var(--mint); }
.bpl-viz-swap .t {
	width: 112px;
	height: 76px;
	border-radius: 8px;
	padding: 12px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.bpl-viz-swap .t i { display: block; height: 5px; border-radius: 3px; }
.bpl-viz-swap .t--a { background: #F7F5F0; }
.bpl-viz-swap .t--a i { background: #CBD5E1; }
.bpl-viz-swap .t--a i:first-child { background: #1E293B; width: 70%; height: 8px; }
.bpl-viz-swap .t--b { background: #13213F; align-items: center; }
.bpl-viz-swap .t--b i { background: rgba(255, 255, 255, .25); width: 80%; }
.bpl-viz-swap .t--b i:first-child { background: #fff; width: 60%; height: 8px; }
.bpl-viz-swap .t i:last-child { width: 38%; height: 9px; border-radius: 99px; background: #0FA37F; margin-top: auto; }
.bpl-viz-swap__keep { display: flex; gap: 8px; }
.bpl-viz-swap__keep span {
	font-family: var(--f-mono);
	font-size: .6rem;
	color: var(--mint);
	padding: 5px 9px 5px 22px;
	border-radius: 999px;
	background: var(--mint-soft);
	position: relative;
}
.bpl-viz-swap__keep span::before {
	content: '';
	position: absolute;
	left: 9px;
	top: 50%;
	width: 7px;
	height: 4px;
	border-left: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: translateY(-70%) rotate(-45deg);
}

/* =============================================================================
   Declaração (pra quem é)
   ============================================================================= */

.bpl-statement {
	padding: clamp(72px, 9vw, 120px) 0;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	background:
		radial-gradient(ellipse 50% 80% at 100% 50%, rgba(0, 255, 171, .07), transparent 70%),
		transparent;
}
.bpl-statement__text {
	font-family: var(--f-display);
	font-size: clamp(2rem, 1rem + 3.6vw, 4.1rem);
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: -.04em;
	color: var(--white);
	max-width: 20ch;
	text-wrap: balance;
}
.bpl-statement__text span {
	color: var(--mint);
	background: linear-gradient(transparent 88%, rgba(0, 255, 171, .35) 88%);
}
.bpl-statement__sub {
	color: var(--muted);
	font-size: 1.1rem;
	max-width: 58ch;
	margin-top: 28px !important;
}

/* =============================================================================
   Recursos técnicos
   ============================================================================= */

.bpl-infra__grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: clamp(40px, 6vw, 96px);
	align-items: center;
}

.bpl-infra__viz { position: relative; display: flex; flex-direction: column; gap: 26px; }

.bpl-viz-label {
	display: block;
	font-family: var(--f-mono);
	font-size: .62rem;
	letter-spacing: .08em;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.bpl-serp {
	padding: 20px 22px 22px;
	border-radius: 16px;
	background: #fff;
	color: #202124;
	box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .9);
	transform: rotate(-1.5deg);
	font-family: Arial, Helvetica, sans-serif; /* é o Google: fonte do Google */
}
.bpl-serp .bpl-viz-label { color: #5F6368; }
.bpl-serp__site { display: flex; align-items: center; gap: 10px; font-size: .82rem; line-height: 1.25; }
.bpl-serp__site > span:last-child { display: flex; flex-direction: column; min-width: 0; }
.bpl-serp__site b { font-weight: 400; color: #202124; }
.bpl-serp__site small { font-size: .74rem; color: #4D5156; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bpl-serp__fav {
	flex: none;
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #0FA37F;
	color: #fff;
	font-weight: 700;
	font-size: .78rem;
}
.bpl-serp__title { margin-top: 10px !important; font-size: 1.18rem; color: #1A0DAB; line-height: 1.3; }
.bpl-serp__desc { margin-top: 4px !important; font-size: .86rem; color: #4D5156; line-height: 1.55; }

.bpl-wa {
	align-self: flex-end;
	width: min(100%, 360px);
	padding: 18px;
	border-radius: 16px;
	background: #0B141A;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .06), 0 30px 60px -30px rgba(0, 0, 0, .9);
	transform: rotate(1.5deg);
	margin-top: -40px;
	position: relative;
}
.bpl-wa .bpl-viz-label { color: #8696A0; }
.bpl-wa__bubble {
	margin-left: auto;
	max-width: 290px;
	padding: 5px 5px 8px;
	border-radius: 10px 0 10px 10px;
	background: #005C4B;
	color: #E9EDEF;
	font-size: .84rem;
	line-height: 1.4;
}
.bpl-wa__card {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 9px 11px;
	border-radius: 7px;
	background: rgba(0, 0, 0, .22);
	border-left: 3px solid #25D366;
}
.bpl-wa__card b { font-weight: 600; font-size: .82rem; }
.bpl-wa__card span { font-size: .74rem; color: #D1D7DB; }
.bpl-wa__card small { font-size: .7rem; color: #8FB5AC; overflow-wrap: anywhere; }
.bpl-wa__bubble p { padding: 7px 7px 0; overflow-wrap: anywhere; }
.bpl-wa__bubble p span { color: #53BDEB; }
.bpl-wa__bubble time { display: block; text-align: right; padding-right: 7px; font-size: .64rem; color: #8FB5AC; }
.bpl-wa__bubble time span { color: #53BDEB; }

.bpl-specs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 32px;
	margin: 0;
}
.bpl-specs > div { padding: 20px 0; border-top: 1px solid var(--line); }
.bpl-specs dt {
	display: flex;
	align-items: center;
	gap: 9px;
	font-family: var(--f-mono);
	font-size: .66rem;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--mint);
}
.bpl-specs dt::before { content: ''; width: 6px; height: 6px; background: var(--mint); }
.bpl-specs dd { margin: 10px 0 0; color: var(--muted); font-size: .94rem; }

/* =============================================================================
   Planos
   ============================================================================= */

.bpl-plans__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	max-width: 880px;
	margin: 0 auto;
}

.bpl-plan {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 34px 32px 32px;
	border-radius: 24px;
	background: rgba(255, 255, 255, .025);
	box-shadow: inset 0 0 0 1px var(--line-2);
}
.bpl-plan--pro {
	background:
		radial-gradient(ellipse 80% 60% at 100% 0%, rgba(0, 255, 171, .14), transparent 70%),
		var(--ink-2);
	box-shadow: inset 0 0 0 1px rgba(0, 255, 171, .45), 0 40px 80px -40px rgba(0, 255, 171, .35);
}
.bpl-plan__badge {
	position: absolute;
	top: 30px;
	right: 28px;
	font-family: var(--f-mono);
	font-size: .6rem;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--ink);
	background: var(--mint);
	padding: 6px 10px;
	border-radius: 999px;
}
.bpl-plan__name { font-size: 1.5rem; font-weight: 700; }
.bpl-plan__for { color: var(--muted); font-size: .94rem; margin-top: 8px !important; min-height: 3em; }

.bpl-plan__price {
	display: flex;
	align-items: baseline;
	margin: 26px 0 26px !important;
	font-family: var(--f-display);
	color: var(--white);
	letter-spacing: -.04em;
}
.bpl-plan__cur { font-size: 1.1rem; font-weight: 600; margin-right: 6px; color: var(--muted); letter-spacing: 0; }
.bpl-plan__int { font-size: 4.2rem; font-weight: 800; line-height: .9; }
.bpl-plan__dec { font-size: 1.6rem; font-weight: 700; }
.bpl-plan__per { font-family: var(--f-body); font-size: .92rem; color: var(--muted); margin-left: 6px; letter-spacing: 0; }

.bpl-plan__list { list-style: none; padding: 22px 0 0; margin: 0 0 30px; border-top: 1px solid var(--line); }
.bpl-plan__list li {
	position: relative;
	padding: 7px 0 7px 28px;
	font-size: .95rem;
	color: var(--text);
}
.bpl-plan__list li::before {
	content: '';
	position: absolute;
	left: 3px;
	top: 14px;
	width: 10px;
	height: 5px;
	border-left: 1.8px solid var(--mint);
	border-bottom: 1.8px solid var(--mint);
	transform: rotate(-45deg);
}
.bpl-plan__list strong { color: var(--white); font-weight: 600; }
.bpl-plan__cta { margin-top: auto; width: 100%; }

.bpl-plans__note {
	text-align: center;
	color: #64748B;
	font-size: .86rem;
	margin-top: 26px !important;
}

/* =============================================================================
   Dúvidas
   ============================================================================= */

.bpl-faq__grid {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
	gap: clamp(40px, 6vw, 96px);
	align-items: start;
}
.bpl-faq .bpl-head { position: sticky; top: 110px; margin-bottom: 0; }

.bpl-q { border-top: 1px solid var(--line); }
.bpl-q:last-child { border-bottom: 1px solid var(--line); }
.bpl-q summary {
	list-style: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 24px 0;
	font-family: var(--f-display);
	font-size: 1.14rem;
	font-weight: 600;
	letter-spacing: -.015em;
	color: var(--white);
	transition: color .2s ease;
}
.bpl-q summary::-webkit-details-marker { display: none; }
.bpl-q summary:hover { color: var(--mint); }
.bpl-q summary::after {
	content: '';
	flex: none;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px var(--line-2);
	background:
		linear-gradient(var(--mint), var(--mint)) center / 10px 1.5px no-repeat,
		linear-gradient(var(--mint), var(--mint)) center / 1.5px 10px no-repeat;
	transition: transform .3s var(--ease-out), background-color .2s ease;
}
.bpl-q[open] summary::after { transform: rotate(45deg); }
.bpl-q p { color: var(--muted); padding: 0 48px 26px 0; max-width: 62ch; }

/* =============================================================================
   CTA final
   ============================================================================= */

.bpl-final { padding: 0 0 clamp(80px, 10vw, 128px); }
.bpl-final__card {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	text-align: center;
	padding: clamp(56px, 8vw, 104px) 24px;
	border-radius: 32px;
	background:
		radial-gradient(ellipse 70% 80% at 50% 120%, rgba(0, 255, 171, .28), transparent 65%),
		radial-gradient(ellipse 40% 50% at 10% 0%, rgba(37, 99, 235, .18), transparent 70%),
		var(--ink-2);
	box-shadow: inset 0 0 0 1px var(--line-2);
}
/* Aqui o card tem overflow:hidden, então o feixe fica por dentro da borda. */
.bpl-final__card::before { inset: 0; }
.bpl-final__card .bpl-kicker { justify-content: center; }
.bpl-final__title {
	font-size: clamp(2.3rem, 1.1rem + 3.8vw, 4.4rem);
	font-weight: 750;
	line-height: 1.02;
	letter-spacing: -.045em;
	max-width: 16ch;
	margin: 0 auto 38px !important;
	text-wrap: balance;
}
.bpl-final__title em { font-style: normal; color: var(--mint); }
.bpl-nowrap { white-space: nowrap; }
.bpl-final__addr {
	margin-top: 22px !important;
	font-family: var(--f-mono);
	font-size: .7rem;
	color: var(--muted);
	overflow-wrap: anywhere;
}
.bpl-final__addr b { color: var(--white); font-weight: 500; }

/* =============================================================================
   Rodapé
   ============================================================================= */

.bpl-footer { border-top: 1px solid var(--line); position: relative; z-index: 1; }
.bpl-footer__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 48px 24px 32px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 32px;
	flex-wrap: wrap;
}
.bpl-footer__brand p { color: var(--muted); font-size: .92rem; margin: 12px 0 0; max-width: 46ch; }
.bpl-footer__nav { display: flex; flex-wrap: wrap; gap: 12px 28px; }
.bpl-footer__nav a { color: var(--text); font-size: .92rem; }
.bpl-footer__nav a:hover { color: var(--mint); text-decoration: none; }
.bpl-footer__legal {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 24px 36px;
	border-top: 1px solid var(--line);
	display: flex;
	flex-wrap: wrap;
	gap: 8px 24px;
	font-family: var(--f-mono);
	font-size: .64rem;
	color: #64748B;
}
.bpl-footer__legal a { color: #64748B; }
.bpl-footer__legal a:hover { color: var(--text); text-decoration: none; }

/* =============================================================================
   Movimento
   ============================================================================= */

/* Entrada do hero (sem JS: só CSS, com atraso escalonado por --d). */
.bpl-in {
	animation: bpl-rise .9s var(--ease-out) both;
	animation-delay: calc(var(--d, 0) * 90ms + 60ms);
}

/* Revelação ao rolar: só esconde quando o JS existe pra revelar de volta
   (classe bpl-js no <html>, posta por um script inline no <head> do index.html). */
.bpl-js .bpl-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity .8s ease, transform .8s var(--ease-out);
	transition-delay: calc(var(--d, 0) * 80ms);
}
.bpl-js .bpl-reveal.is-in { opacity: 1; transform: none; }

@keyframes bpl-rise {
	from { opacity: 0; transform: translateY(24px); }
	to   { opacity: 1; transform: none; }
}
@keyframes bpl-ping {
	0%   { transform: scale(.6); opacity: .9; }
	80%, 100% { transform: scale(1.9); opacity: 0; }
}
@keyframes bpl-blink { 50% { opacity: 0; } }
@keyframes bpl-drift {
	from { transform: translate3d(0, 0, 0) scale(1); }
	to   { transform: translate3d(-60px, 40px, 0) scale(1.12); }
}
@keyframes bpl-spin { to { --bpl-angle: 360deg; } }
@keyframes bpl-nudge {
	0%, 100% { transform: translateY(0); }
	50%      { transform: translateY(-3px); }
}
@keyframes bpl-breathe {
	0%, 100% { box-shadow: 0 10px 30px -6px var(--mint-glow), 0 0 0 0 rgba(0, 255, 171, .4); }
	50%      { box-shadow: 0 10px 30px -6px var(--mint-glow), 0 0 0 10px rgba(0, 255, 171, 0); }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.bpl *, .bpl *::before, .bpl *::after,
	.bpl-header *, .bpl-header *::before, .bpl-header *::after {
		animation: none !important;
		transition: none !important;
	}
	.bpl-js .bpl-reveal,
	.bpl-js .bpl-log .bpl-log__lines li { opacity: 1; transform: none; }
	.bpl-demo { transform: none; }
}

/* =============================================================================
   Responsivo
   ============================================================================= */

@media (max-width: 1060px) {
	.bpl-nav { display: none; }
	/* minmax(0,…): com 1fr puro a coluna cresce até o conteúdo mais largo
	   (a barra de endereço da demo) e a demo vaza pela direita no celular. */
	.bpl-hero__grid { grid-template-columns: minmax(0, 1fr); }
	.bpl-hero__copy { max-width: 680px; }
	.bpl-hero__demo { margin-top: 40px; }
	.bpl-demo { transform: none; }
	.bpl-demo:hover, .bpl-demo:focus-within { transform: none; }
	.bpl-demo-hint { right: auto; left: 24px; }

	.bpl-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bpl-tile--inline  { grid-column: span 2; }
	.bpl-tile--phone   { grid-column: span 1; grid-row: span 2; }
	.bpl-tile--history,
	.bpl-tile--colors  { grid-column: span 1; }
	.bpl-tile--devices,
	.bpl-tile--swap    { grid-column: span 1; }
}

@media (max-width: 860px) {
	.bpl-how__grid,
	.bpl-infra__grid,
	.bpl-faq__grid { grid-template-columns: minmax(0, 1fr); }
	.bpl-infra__copy { order: -1; }
	.bpl-faq .bpl-head { position: static; margin-bottom: 24px; }
	.bpl-strip__inner { flex-direction: column; align-items: flex-start; gap: 12px; }
	.bpl-plans__grid { grid-template-columns: minmax(0, 1fr); max-width: 480px; }
}

@media (max-width: 680px) {
	body.bp-landing { font-size: 16px; }
	.bpl-wrap,
	.bpl-header__inner,
	.bpl-footer__inner,
	.bpl-footer__legal { padding-left: 20px; padding-right: 20px; }
	.bpl-header__inner { padding-top: 12px; padding-bottom: 12px; gap: 12px; }
	.bpl-header__actions { gap: 14px; }
	.bpl-logo { font-size: 1.15rem; }

	.bpl-hero__ctas { flex-direction: column; align-items: stretch; }
	.bpl-hero__ctas .bpl-btn { width: 100%; }
	.bpl-hero__ctas .bpl-link { align-self: center; }
	.bpl-hero__aurora span:first-child { width: 360px; height: 320px; right: -140px; top: 300px; }
	.bpl-hero__aurora span:last-child { width: 320px; height: 320px; right: 80px; top: 520px; }

	/* Demo: a tela é estreita, então os "dispositivos" ocupam mais dela. */
	.bpl-demo-hint { position: static; margin-bottom: 12px; }
	.bpl-demo-hint svg { display: none; }
	.bpl-demo__stage { height: 340px; padding: 12px; }
	.bpl-demo__dots { display: none; }
	.bpl-demo__bar { gap: 8px; padding: 0 10px; }
	.bpl-demo__dock { padding: 0 12px; gap: 10px; }
	.bpl-demo__swatches { gap: 6px; }
	.bpl-demo__swatches button { width: 20px; height: 20px; }
	.bpl-demo__label { display: none; }
	.bpl-site[data-device="tablet"] { width: 78%; }
	.bpl-site[data-device="mobile"] { width: 58%; }
	.bpl-site__hero { padding: 24px 16px 16px; }
	.bpl-site__nav { padding: 12px 16px; }
	.bpl-site__links { display: none; }
	.bpl-site__burger { display: flex; }
	/* 16px no mínimo: abaixo disso o iPhone dá zoom ao focar o campo. */
	.bpl-site__title,
	.bpl-site[data-device="tablet"] .bpl-site__title,
	.bpl-site[data-device="mobile"] .bpl-site__title { font-size: max(16px, 1.25rem); }
	.bpl-site[data-device="desktop"] .bpl-site__title { font-size: 1.55rem; }
	.bpl-site__cards { padding: 0 16px 16px; grid-template-columns: repeat(2, 1fr); }
	.bpl-site__cards span:nth-child(3) { display: none; }

	.bpl-bento { grid-template-columns: minmax(0, 1fr); }

	/* Faixa "incluso": quebrando em várias linhas, a "/" começaria linha —
	   no celular vira etiquetas soltas. */
	.bpl-strip__list { gap: 8px; }
	.bpl-strip__list li + li::before { display: none; }
	.bpl-strip__list li {
		font-size: .84rem;
		padding: 6px 12px;
		border-radius: 999px;
		box-shadow: inset 0 0 0 1px var(--line-2);
	}
	.bpl-tile--inline, .bpl-tile--phone, .bpl-tile--history,
	.bpl-tile--colors, .bpl-tile--devices, .bpl-tile--swap { grid-column: auto; grid-row: auto; }
	.bpl-viz--phone { min-height: 330px; }
	.bpl-viz-inline__bar { left: 22px; }
	.bpl-viz-devices { gap: 14px; transform: scale(.9); }

	.bpl-specs { grid-template-columns: 1fr; }
	.bpl-serp, .bpl-wa { transform: none; }
	.bpl-wa { margin-top: 0; }

	.bpl-plan { padding: 28px 22px 24px; }
	.bpl-plan__badge { top: 26px; right: 20px; }
	.bpl-plan__int { font-size: 3.6rem; }

	.bpl-q p { padding-right: 0; }
	.bpl-final__card { border-radius: 24px; padding-left: 20px; padding-right: 20px; }
	.bpl-final .bpl-btn { width: 100%; }
}

@media (max-width: 380px) {
	.bpl-header__login { display: none; }
	.bpl-hero__title { font-size: 2.35rem; }
}
