.advertise-page { background: #fff; }
.advertise-header { position: sticky; top: 0; z-index: 80; border-bottom: 1px solid rgba(220, 229, 241, .88); background: rgba(255, 255, 255, .94); backdrop-filter: blur(14px); }
.advertise-header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.advertise-header nav { display: flex; align-items: center; gap: 4px; font-size: 12px; font-weight: 750; }
.advertise-header nav > a:not(.button) { min-height: 42px; padding: 10px 12px; border-radius: 9px; display: inline-flex; align-items: center; color: #586b83; transition: color .2s ease, background .2s ease; }
.advertise-header nav > a:not(.button):hover { background: var(--blue-50); color: var(--blue-700); }
.advertise-header nav .button { margin-left: 7px; }
.advertise-cta-short { display: none; }
.advertise-header .brand__mark { font-size: 26px; display: grid; place-items: center; }
.advertise-hero { overflow: hidden; background: radial-gradient(circle at 84% 20%, rgba(66, 139, 239, .16), transparent 27%), linear-gradient(135deg, #fbfdff, #edf5ff 62%, #eaf8f2); padding: 64px 0 72px; }
.advertise-hero-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(430px, .97fr); align-items: center; gap: 62px; }
.advertise-hero h1 { margin: 18px 0 22px; max-width: 620px; font-size: clamp(38px, 4.6vw, 62px); line-height: 1.07; }
.advertise-hero h1 span { color: var(--blue-600); }
.advertise-referral-notice { width: fit-content; max-width: 620px; margin: 16px 0 0; padding: 10px 13px; border: 1px solid rgba(23, 105, 224, .2); border-radius: 12px; background: rgba(255, 255, 255, .76); color: #3c5a80; font-size: 12px; line-height: 1.6; box-shadow: 0 8px 20px rgba(25, 83, 160, .07); }
.advertise-lead { font-size: 18px; line-height: 1.8; margin-bottom: 28px; }
.advertise-hero-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.advertise-whatsapp-button { min-height: 52px; padding: 13px 20px; border: 1px solid #a8ddc6; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; background: #effbf5; color: #087849; font-size: 14px; font-weight: 800; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.advertise-whatsapp-button:hover { border-color: #61c99b; box-shadow: 0 10px 24px rgba(14, 139, 84, .12); transform: translateY(-2px); }
.advertise-whatsapp-button > span { width: 25px; height: 25px; border-radius: 50%; display: grid; place-items: center; background: #19b86b; color: #fff; font-size: 10px; }
.advertise-microcopy { font-size: 12px; line-height: 1.7; margin: 12px 0 0; }
.advertise-tags { display: flex; gap: 12px 20px; flex-wrap: wrap; margin-top: 30px; color: #21654c; font-size: 12px; font-weight: 700; }
.advertise-visual { margin: 0; min-width: 0; }
.advertise-visual figcaption { margin: 13px 6px 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
.business-preview { position: relative; width: min(100%, 460px); margin-inline: auto; }
.business-preview__heading { width: min(100%, 370px); margin: 0 auto 13px; display: grid; text-align: center; }
.business-preview__heading span { color: var(--blue-600); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.business-preview__heading strong { color: var(--blue-950); font-size: 16px; letter-spacing: -.02em; }
.business-phone { position: relative; width: min(100%, 370px); margin-inline: auto; padding: 19px 10px 11px; overflow: hidden; border: 7px solid #081b3a; border-radius: 43px; background: #f6f9fd; box-shadow: 0 34px 80px rgba(8, 38, 84, .23), inset 0 0 0 1px rgba(255,255,255,.25); }
.business-phone__hardware { position: absolute; z-index: 3; top: 7px; left: 50%; width: 92px; height: 18px; border-radius: 0 0 13px 13px; background: #081b3a; transform: translateX(-50%); }
.business-phone__status { min-height: 19px; padding: 0 9px; display: flex; align-items: center; justify-content: space-between; color: #52657e; font-size: 7px; font-weight: 800; }
.business-phone__appbar { min-height: 50px; padding: 8px 10px; border: 1px solid #dfe8f3; border-radius: 14px 14px 8px 8px; display: flex; align-items: center; gap: 8px; background: #fff; }
.business-phone__logo { width: 29px; height: 29px; border-radius: 9px; display: grid; place-items: center; flex: 0 0 auto; background: linear-gradient(145deg, var(--blue-600), var(--blue-800)); color: #fff; font-size: 11px; font-weight: 800; }
.business-phone__appbar > div { min-width: 0; display: grid; }
.business-phone__appbar strong { overflow: hidden; color: var(--blue-950); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.business-phone__appbar small { color: #8392a6; font-size: 6px; }
.business-phone__live { margin-left: auto; padding: 4px 6px; border-radius: 999px; background: #fff4d9; color: #996500; font-size: 6px; font-weight: 800; }
.business-phone__screen { padding: 11px 3px 3px; }
.business-phone__step { min-height: 76px; padding: 10px; border: 1px solid #dfe8f3; border-radius: 13px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 8px; background: #fff; box-shadow: 0 6px 16px rgba(23, 66, 130, .05); }
.business-phone__number { width: 24px; height: 24px; border-radius: 8px; display: grid; place-items: center; background: var(--blue-100); color: var(--blue-700); font-size: 8px; font-weight: 800; }
.business-phone__step > div { min-width: 0; display: grid; }
.business-phone__step small { color: #788aa0; font-size: 6px; }
.business-phone__step strong { overflow: hidden; color: var(--blue-950); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.business-phone__step p { margin: 2px 0 0; color: #8494a7; font-size: 6px; line-height: 1.4; }
.business-phone__check, .business-phone__campaign-icon { width: 27px; height: 27px; border-radius: 9px; display: grid; place-items: center; background: var(--success-soft); color: var(--success); font-size: 11px; font-weight: 800; }
.business-phone__campaign-icon { background: var(--blue-50); color: var(--blue-600); }
.business-phone__connector { height: 16px; display: grid; place-items: center; }
.business-phone__connector i { position: relative; width: 2px; height: 10px; background: linear-gradient(var(--blue-200), var(--blue-600)); }
.business-phone__connector i::after { content: ""; position: absolute; right: -3px; bottom: -1px; width: 6px; height: 6px; border-right: 2px solid var(--blue-600); border-bottom: 2px solid var(--blue-600); transform: rotate(45deg); }
.business-phone__step--network { background: linear-gradient(145deg, #f3fff8, #fff 75%); }
.business-phone__step--network .business-phone__number { background: var(--success-soft); color: var(--success); }
.business-phone__avatars { min-height: 24px; margin-top: 4px; display: flex !important; align-items: center; }
.business-phone__avatars i { width: 23px; height: 23px; margin-left: -5px; border: 2px solid #fff; border-radius: 50%; display: grid; place-items: center; background: var(--blue-600); color: #fff; font-size: 5px; font-style: normal; font-weight: 800; }
.business-phone__avatars i:first-child { margin-left: 0; }
.business-phone__avatars i:nth-child(2) { background: #16a46a; }
.business-phone__avatars i:nth-child(3) { background: #7b61da; }
.business-phone__avatars i:nth-child(4) { background: #e9f2ff; color: var(--blue-700); }
.business-phone__avatars b { font-size: 5px; }
.business-phone__avatars span { margin-left: 6px; color: #4f7462; font-size: 6px; font-weight: 700; }
.business-phone__outcome { min-height: 77px; padding: 10px 11px; border: 1px solid #bfe5d3; border-radius: 14px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 10px; background: linear-gradient(145deg, #effbf5, #fff); box-shadow: 0 9px 22px rgba(22, 155, 98, .1); }
.business-phone__outcome > div:first-child { min-width: 0; display: grid; }
.business-phone__outcome small { color: #438064; font-size: 6px; }
.business-phone__outcome strong { color: var(--blue-950); font-size: 10px; }
.business-phone__outcome span { color: #8396aa; font-size: 6px; }
.business-phone__chart { height: 46px; display: flex; align-items: end; gap: 3px; }
.business-phone__chart i { width: 6px; height: var(--business-bar-height); border-radius: 3px 3px 1px 1px; background: linear-gradient(180deg, #50dca0, var(--success)); transform-origin: bottom; animation: business-bar 5.2s ease-in-out infinite; }
.business-phone__chart i:nth-child(1) { --business-bar-height: 11px; animation-delay: -.7s; }
.business-phone__chart i:nth-child(2) { --business-bar-height: 18px; animation-delay: -.55s; }
.business-phone__chart i:nth-child(3) { --business-bar-height: 25px; animation-delay: -.4s; }
.business-phone__chart i:nth-child(4) { --business-bar-height: 34px; animation-delay: -.25s; }
.business-phone__chart i:nth-child(5) { --business-bar-height: 43px; animation-delay: -.1s; }
.business-preview__note { width: min(100%, 405px); margin: -5px auto 0; padding: 12px 14px; border: 1px solid #dbe8f5; border-radius: 15px; display: flex; align-items: center; gap: 9px; background: rgba(255,255,255,.98); box-shadow: 0 14px 34px rgba(23, 66, 130, .13); }
.business-preview__note > span { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; flex: 0 0 auto; background: var(--success-soft); color: var(--success); font-size: 12px; font-weight: 800; }
.business-preview__note p { margin: 0; display: grid; }
.business-preview__note strong { color: var(--blue-950); font-size: 9px; }
.business-preview__note small { color: #778ba3; font-size: 7px; }
@keyframes business-bar { 0%, 52% { transform: scaleY(.2); opacity: .35; } 66%, 88% { transform: scaleY(1); opacity: 1; } 100% { transform: scaleY(.2); opacity: .35; } }
.advertise-network-proof { padding-block: 88px; border-block: 1px solid #dce8f6; }
.advertise-network-proof .community-network__heading { margin-bottom: 44px; }
.business-network-report { padding: 28px; border: 1px solid rgba(163, 193, 229, .55); border-radius: 26px; display: flex; flex-direction: column; background: rgba(255,255,255,.97); box-shadow: 0 24px 70px rgba(18, 67, 133, .11); }
.business-network-report__header { padding-bottom: 20px; border-bottom: 1px solid #e2ebf5; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.business-network-report__header > div { min-width: 0; display: grid; gap: 5px; }
.business-network-report__header span { color: var(--blue-600); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.business-network-report__header h3 { margin: 0; color: var(--blue-950); font-size: 24px; }
.business-network-report__header > b { padding: 7px 9px; border: 1px solid #bde3d2; border-radius: 999px; display: inline-flex; align-items: center; gap: 6px; flex: 0 0 auto; background: #effaf5; color: #087a4a; font-size: 8px; white-space: nowrap; }
.business-network-report__header > b i { width: 7px; height: 7px; border-radius: 50%; background: #24bf78; box-shadow: 0 0 0 4px rgba(36,191,120,.12); }
.business-network-report__chart { margin: 20px 0 9px; padding: 17px; border: 1px solid #dce8f5; border-radius: 17px; background: linear-gradient(160deg, #f9fcff, #f1f7ff); }
.business-network-report__chart > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.business-network-report__chart span { color: var(--blue-950); font-size: 11px; font-weight: 800; }
.business-network-report__chart small { color: #8394a9; font-size: 8px; }
.business-network-report__chart svg { width: 100%; height: 150px; margin-top: 8px; overflow: visible; }
.business-network-report__gridline { fill: none; stroke: #dbe7f5; stroke-width: 1; }
.business-network-report__area { fill: url(#business-report-area); }
.business-network-report__line { fill: none; stroke: var(--blue-600); stroke-width: 4; stroke-linecap: round; stroke-dasharray: 560; animation: business-report-line 4.8s ease-in-out infinite; }
.business-network-report__chart circle { fill: #fff; stroke: var(--blue-600); stroke-width: 4; filter: drop-shadow(0 3px 8px rgba(23,105,224,.35)); animation: business-report-point 2.4s ease-in-out infinite; }
.business-network-report__axis { display: flex; justify-content: space-between; gap: 12px; }
.business-network-report__axis span { color: #8697ab; font-size: 7px; font-weight: 700; }
.business-network-report__features { display: grid; }
.business-network-report__features article { min-height: 69px; padding: 12px 0; border-bottom: 1px solid #e7eef7; display: grid; grid-template-columns: 38px minmax(0, 1fr); align-items: center; gap: 11px; }
.business-network-report__features article > span { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: #eaf3ff; color: var(--blue-700); font-size: 15px; font-weight: 800; }
.business-network-report__features article:nth-child(2) > span { background: var(--success-soft); color: var(--success); }
.business-network-report__features article > div { display: grid; gap: 2px; }
.business-network-report__features strong { color: var(--blue-950); font-size: 11px; }
.business-network-report__features small { color: #74869d; font-size: 8px; line-height: 1.5; }
.business-network-report footer { margin-top: auto; padding: 13px 14px; border-radius: 14px; display: flex; align-items: center; gap: 10px; background: var(--blue-50); }
.business-network-report footer > span { width: 31px; height: 31px; border-radius: 10px; display: grid; place-items: center; flex: 0 0 auto; background: #fff; color: var(--blue-700); font-size: 18px; font-weight: 800; }
.business-network-report footer p { margin: 0; display: grid; }
.business-network-report footer strong { color: var(--blue-950); font-size: 9px; }
.business-network-report footer small { color: #788aa0; font-size: 8px; line-height: 1.45; }
@keyframes business-report-line { 0%, 15% { stroke-dashoffset: 560; opacity: .35; } 55%, 100% { stroke-dashoffset: 0; opacity: 1; } }
@keyframes business-report-point { 0%, 100% { r: 5px; } 50% { r: 8px; } }
.advertise-section { padding-block: 76px; }
.advertise-section-heading { max-width: 690px; margin-bottom: 32px; }
.advertise-section-heading--center { max-width: 820px; margin: 0 auto 42px; text-align: center; }
.advertise-section h2, .advertise-process h2 { margin: 12px 0 20px; font-size: clamp(29px, 3vw, 40px); }
.advertise-network { padding-block: 82px; border-bottom: 1px solid var(--line); background: #fff; }
.advertise-network-flow { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; list-style: none; }
.advertise-network-flow li { position: relative; min-height: 250px; padding: 22px 20px; border: 1px solid #dce7f3; border-radius: 19px; background: linear-gradient(160deg, #fff, #f8fbff); box-shadow: 0 8px 24px rgba(23, 66, 130, .045); }
.advertise-network-flow li:not(:last-child)::after { content: "›"; position: absolute; z-index: 2; top: 50%; right: -20px; width: 25px; height: 25px; border: 1px solid #cfe0f4; border-radius: 50%; display: grid; place-items: center; background: #fff; color: var(--blue-600); font-size: 19px; line-height: 1; transform: translateY(-50%); }
.advertise-network-flow__number { position: absolute; top: 18px; right: 18px; color: #a9b9cb; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.advertise-network-flow__icon { width: 43px; height: 43px; margin-bottom: 28px; border-radius: 13px; display: grid; place-items: center; background: var(--blue-100); color: var(--blue-700); font-size: 20px; }
.advertise-network-flow li:nth-child(2) .advertise-network-flow__icon, .advertise-network-flow li:nth-child(4) .advertise-network-flow__icon { background: var(--success-soft); color: var(--success); }
.advertise-network-flow h3 { margin-bottom: 10px; color: var(--blue-950); font-size: 17px; }
.advertise-network-flow p { margin: 0; color: #6b7d93; font-size: 12px; line-height: 1.65; }
.advertise-network__disclaimer { max-width: 850px; margin: 28px auto 0; padding: 13px 17px; border-radius: 12px; background: #f4f7fb; color: #718299; font-size: 10px; line-height: 1.65; text-align: center; }
.advertise-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.advertise-benefits article { border: 1px solid var(--line); border-radius: 20px; padding: 26px; background: #fff; box-shadow: 0 8px 25px rgba(23, 66, 130, .04); }
.advertise-feature-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 13px; background: #eaf4ff; color: var(--blue-600); font-size: 24px; margin-bottom: 22px; }
.advertise-benefits h3 { font-size: 18px; line-height: 1.35; margin-bottom: 12px; }
.advertise-benefits p, .advertise-steps p { margin-bottom: 0; font-size: 14px; line-height: 1.8; }
.advertise-value { position: relative; overflow: hidden; padding-block: 82px; border-block: 1px solid #dbe8f5; background: radial-gradient(circle at 85% 20%, rgba(29, 113, 216, .12), transparent 28%), linear-gradient(145deg, #f8fbff, #edf5ff); }
.advertise-value::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(38, 105, 185, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(38, 105, 185, .04) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to right, #000, transparent 72%); }
.advertise-value-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(370px, .78fr); align-items: center; gap: 74px; }
.advertise-value-copy h2 { max-width: 650px; margin: 12px 0 20px; font-size: clamp(31px, 3.4vw, 46px); line-height: 1.15; }
.advertise-value-copy > p { max-width: 690px; font-size: 16px; line-height: 1.8; }
.advertise-value-points { display: grid; gap: 12px; margin-top: 28px; }
.advertise-value-points article { padding: 15px 17px; border: 1px solid #d5e5f7; border-radius: 16px; display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 14px; background: rgba(255, 255, 255, .8); box-shadow: 0 8px 22px rgba(24, 76, 145, .045); }
.advertise-value-points article > strong { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; background: #e7f2ff; color: var(--blue-700); font-size: 11px; }
.advertise-value-points h3 { margin: 0 0 3px; color: var(--blue-950); font-size: 15px; }
.advertise-value-points p { margin: 0; color: #687b92; font-size: 13px; line-height: 1.55; }
.advertise-value-copy .advertise-value-comparison { margin: 22px 0 0; padding-left: 16px; border-left: 3px solid var(--blue-600); color: #536a83; font-size: 13px; line-height: 1.75; }
.advertise-security-card { padding: 24px; border: 1px solid #cbdff5; border-radius: 25px; background: rgba(255, 255, 255, .94); box-shadow: 0 28px 70px rgba(15, 55, 110, .16); }
.advertise-security-card__header { padding-bottom: 18px; border-bottom: 1px solid #e2ebf5; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.advertise-security-card__header > div { display: grid; gap: 4px; }
.advertise-security-card__header span { color: var(--blue-600); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.advertise-security-card__header strong { color: var(--blue-950); font-size: 20px; }
.advertise-security-card__header > i { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; flex: 0 0 auto; background: #e5f8ef; color: #0a9259; font-size: 18px; font-style: normal; font-weight: 900; }
.advertise-security-card__flow { display: grid; gap: 10px; padding-block: 18px; }
.advertise-security-card__flow article { position: relative; min-height: 73px; padding: 14px; border: 1px solid #e1e9f3; border-radius: 15px; display: grid; grid-template-columns: 40px 1fr; align-items: center; gap: 12px; background: #fff; }
.advertise-security-card__flow article:not(:last-child)::after { content: ""; position: absolute; z-index: 2; bottom: -12px; left: 33px; width: 2px; height: 13px; background: #bdd5ef; }
.advertise-security-card__flow article > div { display: grid; gap: 4px; }
.advertise-security-card__flow strong { color: var(--blue-950); font-size: 14px; }
.advertise-security-card__flow small { color: #72859c; font-size: 11px; line-height: 1.5; }
.advertise-security-card__icon { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: #eaf3ff; color: var(--blue-700); font-size: 15px; font-weight: 800; }
.advertise-security-card__check { background: #fbfdff !important; }
.advertise-security-card__check .advertise-security-card__icon { background: #fff4d9; color: #9a6500; }
.advertise-security-card__approved { border-color: #bfe4d2 !important; background: #f2fbf7 !important; }
.advertise-security-card__approved .advertise-security-card__icon { background: #dff6eb; color: #098550; }
.advertise-security-card__footer { padding-top: 16px; border-top: 1px solid #e2ebf5; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; color: #647991; font-size: 10px; font-weight: 700; }
.advertise-security-card__footer span { display: inline-flex; align-items: center; gap: 6px; }
.advertise-security-card__footer i { width: 7px; height: 7px; border-radius: 50%; background: #20b671; box-shadow: 0 0 0 4px #e6f8f0; }
.advertise-process { padding-block: 62px; background: #0b2345; color: #fff; }
.advertise-process .eyebrow { color: #83c7ff; }
.advertise-process p { color: #c1d3e9; }
.advertise-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; margin: 36px 0; padding: 0; list-style: none; }
.advertise-steps li > span { color: #74c8b2; font-size: 14px; font-weight: 800; }
.advertise-steps h3 { margin-top: 16px; font-size: 21px; line-height: 1.35; }
.advertise-process-note { font-size: 12px; max-width: 860px; margin: 0; }
.advertise-contact-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 76px; align-items: start; }
.advertise-contact-copy { padding-top: 20px; }
.advertise-contact-copy ul { padding-left: 20px; color: var(--muted); line-height: 2; font-size: 15px; margin: 24px 0; }
.advertise-direct-link { color: var(--blue-600); font-size: 14px; font-weight: 800; }
.advertise-form-card { min-width: 0; border: 1px solid var(--line); border-radius: 24px; padding: 32px; box-shadow: var(--shadow-sm); }
.advertise-form-card h3 { font-size: 23px; margin-bottom: 8px; }
.advertise-form { display: grid; gap: 19px; margin-top: 24px; }
.advertise-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.advertise-form-grid__full { grid-column: 1 / -1; }
.advertise-form label { display: grid; gap: 7px; font-size: 13px; font-weight: 700; }
.advertise-form label small { color: var(--muted); font-weight: 400; }
.advertise-form input:not([type="checkbox"]):not([type="hidden"]), .advertise-form textarea, .advertise-form select { display: block; box-sizing: border-box; width: 100%; min-width: 0; min-height: 50px; padding: 12px 14px; border: 1px solid #b9cbe2; border-radius: 10px; background: #fff; color: var(--ink); font: inherit; font-size: 16px; font-weight: 400; }
.advertise-form select { cursor: pointer; }
.advertise-form textarea { min-height: 120px; resize: vertical; }
.advertise-form :is(input, textarea, select):focus-visible { outline: 3px solid #87b9ff; outline-offset: 2px; }
.advertise-form .advertise-consent { display: flex; align-items: start; gap: 12px; font-weight: 400; font-size: 12px; }
.advertise-consent input { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; }
.advertise-consent a { text-decoration: underline; }
.advertise-form .button { width: 100%; white-space: normal; }
.advertise-form .button:disabled { opacity: .65; cursor: wait; }
.advertise-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(100%); }
.advertise-errors, .advertise-result { padding: 20px; border-radius: 14px; font-size: 13px; margin-bottom: 24px; }
.advertise-errors { background: #fff0f1; color: #9b2238; }
.advertise-errors ul { padding-left: 18px; margin-bottom: 0; }
.advertise-result { background: #eff8f5; border: 1px solid #b9e1d1; }
.advertise-result p { margin: 10px 0; }
.advertise-result .button { white-space: normal; }
.advertise-whatsapp-float { position: fixed; z-index: 90; right: max(20px, env(safe-area-inset-right)); bottom: max(20px, env(safe-area-inset-bottom)); min-height: 62px; padding: 10px 18px 10px 10px; border: 1px solid #b7e6d0; border-radius: 999px; display: flex; align-items: center; gap: 10px; background: rgba(255, 255, 255, .97); color: #0b7148; box-shadow: 0 16px 45px rgba(8, 64, 42, .2); transition: transform .2s ease, box-shadow .2s ease; }
.advertise-whatsapp-float:hover { box-shadow: 0 20px 55px rgba(8, 64, 42, .27); transform: translateY(-3px); }
.advertise-whatsapp-float > span:first-child { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; background: #18bc6b; color: #fff; font-size: 14px; box-shadow: 0 0 0 6px #e4f8ee; }
.advertise-whatsapp-float > span:last-child { display: grid; }
.advertise-whatsapp-float strong { font-size: 13px; }
.advertise-whatsapp-float small { color: #6a7c91; font-size: 9px; }
.advertise-footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; padding-block: 26px; border-top: 1px solid var(--line); font-size: 12px; color: var(--muted); }
@media (max-width: 1080px) {
    .advertise-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr); gap: 36px; }
    .advertise-network-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .advertise-network-flow li:not(:last-child)::after { display: none; }
    .advertise-contact-grid { gap: 42px; }
}
@media (max-width: 900px) {
    .advertise-hero-grid, .advertise-value-grid, .advertise-contact-grid { grid-template-columns: 1fr; }
    .advertise-hero-grid { gap: 42px; }
    .advertise-value-grid { gap: 42px; }
    .advertise-hero-grid > div:first-child { max-width: 720px; }
    .advertise-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .advertise-contact-copy { max-width: 700px; }
}
@media (max-width: 760px) {
    .advertise-header { backdrop-filter: none; }
    .advertise-header-inner { min-height: 70px; gap: 12px; }
    .advertise-header nav { width: auto; }
    .advertise-header nav > a:not(.button) { display: none; }
    .advertise-header nav .button { min-height: 43px; margin-left: 0; padding-inline: 13px; font-size: 11px; }
    .advertise-cta-full { display: none; }
    .advertise-cta-short { display: inline; }
    .advertise-hero { padding: 36px 0; }
    .advertise-steps { grid-template-columns: 1fr; }
    .advertise-hero-grid { gap: 30px; }
    .advertise-hero h1 { font-size: clamp(36px, 10vw, 54px); }
    .advertise-lead { font-size: 16px; }
    .advertise-hero .button { width: 100%; white-space: normal; font-size: 14px; }
    .advertise-hero-actions { align-items: stretch; flex-direction: column; }
    .advertise-whatsapp-button { width: 100%; }
    .advertise-section { padding-block: 44px; }
    .advertise-network { padding-block: 52px; }
    .advertise-network-flow { grid-template-columns: 1fr; gap: 12px; }
    .advertise-network-flow li { min-height: 0; padding: 20px; display: grid; grid-template-columns: auto 1fr; gap: 0 14px; }
    .advertise-network-flow__number { top: 16px; right: 16px; }
    .advertise-network-flow__icon { grid-row: 1 / 3; margin: 0; }
    .advertise-network-flow h3 { align-self: end; margin: 0 36px 5px 0; }
    .advertise-network-flow p { grid-column: 2; }
    .advertise-process { padding-block: 42px; }
    .advertise-steps { gap: 26px; }
    .advertise-form-card { padding: 22px; }
    .advertise-benefits { gap: 12px; }
    .advertise-benefits article { padding: 20px; }
    .advertise-form-grid { grid-template-columns: 1fr; }
    .advertise-form-grid__full { grid-column: auto; }
    .advertise-value { padding-block: 52px; }
    .advertise-network-proof { padding-block: 58px; }
    .business-network-report__chart svg { height: 130px; }
}
@media (max-width: 460px) {
    .advertise-page { padding-bottom: 76px; }
    .advertise-header .brand__mark { width: 35px; height: 35px; font-size: 21px; }
    .advertise-header .brand__text { max-width: 155px; overflow: hidden; font-size: 13px; text-overflow: ellipsis; }
    .advertise-header nav .button { padding-inline: 10px; font-size: 10px; }
    .advertise-benefits { grid-template-columns: 1fr; }
    .advertise-tags { gap: 10px; font-size: 11px; }
    .advertise-security-card { padding: 18px; border-radius: 21px; }
    .advertise-security-card__header strong { font-size: 17px; }
    .advertise-security-card__footer { display: grid; }
    .advertise-whatsapp-float { right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); min-height: 54px; padding: 7px; }
    .advertise-whatsapp-float > span:first-child { width: 40px; height: 40px; }
    .advertise-whatsapp-float > span:last-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(100%); }
    .business-preview__heading strong { font-size: 14px; }
    .business-phone { padding-inline: 8px; border-width: 6px; border-radius: 34px; }
    .business-phone__step { padding: 8px; gap: 6px; }
    .business-phone__appbar { padding-inline: 8px; }
    .business-preview__note { padding: 10px 11px; }
    .business-network-report { padding: 19px; border-radius: 21px; }
    .business-network-report__header { align-items: flex-start; flex-direction: column; }
    .business-network-report__header h3 { font-size: 21px; }
    .business-network-report__chart { margin-top: 16px; padding: 13px; }
    .business-network-report__chart svg { height: 115px; }
}
