.brands-landing {
    --brands-ink: #17202e;
    --brands-muted: #667085;
    --brands-accent: #ff4f40;
    --brands-action: #d83b30;
    --brands-line: #e3e6eb;
    --brands-space: 64px;
    color: var(--brands-ink);
    overflow: clip;
}
.brands-landing *, .brands-landing *::before, .brands-landing *::after { box-sizing: border-box; }
.brands-landing h1, .brands-landing h2, .brands-landing h3 { color: var(--brands-ink); }
.brands-landing h1, .brands-landing h2 { font-weight: 400; letter-spacing: -.04em; text-wrap: balance; }
.brands-landing h2 { margin: 12px 0 0; font-size: clamp(32px, 3.5vw, 48px); line-height: 1.15; }
.brands-landing p { color: #171717; font-size: 17px; line-height: 1.7; margin: 20px 0 0; }
.brands-landing a { text-decoration: none; }
.brands-landing a:focus-visible, .brands-landing button:focus-visible, .brands-articles:focus-visible {
    outline: 3px solid var(--brands-action); outline-offset: 5px;
}
.brands-section { padding: var(--brands-space) 0; }
.brands-kicker, .brands-eyebrow { color: var(--brands-action); font-size: 12px; line-height: 1.5; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.brands-eyebrow { display: inline-block; padding: 8px 14px; border: 1px solid #ffd2cd; border-radius: 999px; background: #fff8f7; }
.brands-hero { padding: 56px 0 32px; background: radial-gradient(ellipse at 50% 100%, #f2edf9, transparent 60%), #fff; }
.brands-hero__grid { display: flex; flex-direction: column; align-items: center; gap: 32px; text-align: center; }
.brands-hero__copy { max-width: 980px; }
.brands-hero h1 { margin: 20px 0 0; font-size: clamp(44px, 4.8vw, 72px); line-height: 1.08; }
.brands-hero h1 span { color: var(--brands-accent); white-space: nowrap; }
.brands-hero__copy > p { max-width: 680px; font-size: 18px; margin: 20px auto 0; }
.brands-hero__actions { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; margin-top: 24px; }
.brands-hero__actions .brands-button { margin-top: 0; }
.brands-button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; margin-top: 28px; padding: 14px 24px; border-radius: 12px; background: var(--brands-action); color: white; font-size: 15px; font-weight: 700; transition: background .2s; }
.brands-button:hover { background: #c93229; color: white; }
.brands-certificate { display: block; width: 220px; max-width: 100%; height: auto; margin: 0; }
.brands-hero__visual { position: relative; aspect-ratio: 2 / 1; width: min(720px, 100%); }
.brands-hero__visual > img, [data-brands-player] { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
[data-brands-player] { visibility: hidden; }
.brands-hero__visual.is-playing > img { visibility: hidden; }
.brands-hero__visual.is-playing [data-brands-player] { visibility: visible; }
.brands-reach { background: #fff; padding-bottom: 0; }
.brands-reach__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding: 40px 48px; border-radius: 24px; background: radial-gradient(ellipse at 100% 0, #44304a, transparent 65%), #17202e; }
.brands-reach .brands-kicker { color: #ffc2bb; }
.brands-reach h2 { max-width: 500px; font-size: 34px; color: #fff; }
.brands-reach h2 > span { color: #ffc2bb; font-size: inherit; }
.brands-reach__copy { border-left: 1px solid #59606e; padding-left: 40px; }
.brands-reach__copy p { color: #d5dbe4; font-size: 16px; }
.brands-reach__copy p:first-child { margin-top: 0; }
.brands-heading { max-width: 830px; margin: 0 auto 40px; text-align: center; }
.brands-channels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.brands-channel { padding: 0 32px; }
.brands-channel:first-child { padding-left: 0; }
.brands-channel:last-child { padding-right: 0; }
.brands-channel + .brands-channel { border-left: 1px solid var(--brands-line); }
.brands-channel > img { display: block; width: 100%; height: 210px; object-fit: contain; margin-bottom: 28px; }
.brands-channel h3 { margin: 12px 0 0; font-size: 23px; line-height: 1.3; letter-spacing: -.025em; }
.brands-channel p { margin-top: 16px; font-size: 16px; }
.brands-targeting { background: linear-gradient(120deg, #f8f6fc, #fff8f6); }
.brands-targeting__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.brands-targeting__visual img { display: block; width: 100%; height: auto; object-fit: contain; }
.brands-segments { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; list-style: none; margin: 24px 0 0; }
.brands-segments li { padding: 7px 13px; border: 1px solid #ddd7eb; border-radius: 999px; font-size: 13px; color: #2e186a; background: #fff; }
.brands-heading--split { display: flex; justify-content: space-between; align-items: end; max-width: none; text-align: left; gap: 24px; }
.brands-heading--split h2 { font-size: 38px; }
.brands-text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; color: var(--brands-action); font-size: 15px; font-weight: 600; white-space: nowrap; }
.brands-text-link:hover { color: #a82a22; }
.brands-articles { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 48px) / 3); gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 0 20px; scrollbar-width: thin; scrollbar-color: #c8c0d7 transparent; }
.brands-article { scroll-snap-align: start; min-width: 0; }
.brands-article > img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 16px; }
.brands-article time { display: block; color: var(--brands-muted); font-size: 12px; margin-top: 16px; }
.brands-article h3 { font-size: 21px; line-height: 1.4; margin: 8px 0 0; }
.brands-article:hover h3 { color: var(--brands-action); }
.brands-slider-nav { display: flex; justify-content: center; gap: 10px; margin: 24px 0 0; }
.brands-slider-nav[hidden] { display: none; }
.brands-slider-nav button { width: 44px; height: 44px; border: 1px solid var(--brands-line); border-radius: 50%; background: #fff; color: var(--brands-ink); }
.brands-slider-nav button:hover { border-color: var(--brands-action); color: var(--brands-action); }
.brands-slider-nav .slick-disabled { opacity: .35; cursor: default; }
.brands-articles.slick-initialized { display: block; overflow: visible; margin: 0 -12px; padding: 0; }
.brands-articles .slick-list { overflow: hidden; }
.brands-articles .slick-track { display: flex; }
.brands-articles .slick-slide { height: auto; margin: 0 12px; }
.brands-articles .slick-slide:focus-visible { outline-offset: -3px; }
.brands-partners { border-top: 1px solid var(--brands-line); }
.brands-partners { padding: 32px 0; }
.brands-heading--compact { margin-bottom: 16px; }
.brands-heading--compact h2 { font-size: 24px; line-height: 1.35; }
.brands-heading--compact h2 br { display: none; }
.brands-logos { display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); list-style: none; padding: 0; margin: 0; }
.brands-logos li { display: flex; align-items: center; justify-content: center; min-height: 96px; padding: 16px; }
.brands-logos img { width: 100%; max-width: 140px; height: 60px; object-fit: contain; }
.brands-contact { padding: 0; scroll-margin-top: 110px; }
.brands-contact__grid { display: grid; grid-template-columns: .9fr 1.1fr; border-radius: 28px; overflow: hidden; border: 1px solid var(--brands-line); }
.brands-contact__copy { padding: 48px; background: radial-gradient(ellipse at 100% 0, #493044, transparent 75%), #17202e; }
.brands-contact__copy .brands-kicker { color: #ffc2bb; }
.brands-contact__copy h2 { color: #fff; font-size: clamp(48px, 5vw, 68px); margin-top: 0; }
.brands-contact__copy p { color: #d5dbe4; }
.brands-contact__copy .brands-contact__note { font-size: 14px; margin-top: 32px; color: #c6ceda; }
.brands-contact__form { min-width: 0; padding: 40px; background: white; }
.brands-contact__form .controls { margin: 0; }
.brands-contact__form .controls > .col-12 { padding: 0; min-width: 0; }
.brands-contact__form .form-group { margin-bottom: 18px !important; }
.brands-contact__form label { display: block; color: var(--brands-ink); font-size: 14px; font-weight: 600; margin-bottom: 8px; }
.brands-contact__form input:not([type=hidden]), .brands-contact__form textarea { display: block; width: 100%; border: 1px solid #d9dde5; border-radius: 10px; background: #fff; padding: 12px 14px; min-height: 48px; font-size: 16px; line-height: 1.5; color: var(--brands-ink); }
.brands-contact__form textarea { min-height: 120px; resize: vertical; }
.brands-contact__form input:focus, .brands-contact__form textarea:focus { border-color: var(--brands-action); outline: 2px solid #ffe0dc; outline-offset: 2px; }
.brands-contact__form .help-block { color: #b32921; font-size: 13px; margin-top: 5px; }
.brands-contact__form .is-invalid { border-color: #b32921 !important; }
.brands-contact__form .send-btn { border: 0; border-radius: 10px; min-height: 50px; padding: 12px 24px; background: var(--brands-action); font-size: 15px; }
@media (max-width: 991px) {
    .brands-landing { --brands-space: 48px; }
    .brands-hero { padding: 48px 0 24px; }
    .brands-hero__grid { grid-template-columns: 1fr; text-align: center; gap: 24px; }
    .brands-hero__copy > p { margin-left: auto; margin-right: auto; }
    .brands-certificate { margin-left: auto; margin-right: auto; }
    .brands-hero__visual { width: min(600px, 100%); margin: 0 auto; }
    .brands-reach__grid, .brands-targeting__grid { gap: 32px; }
    .brands-reach__grid { width: calc(100% - 32px); padding: 32px; }
    .brands-channel { padding: 0 18px; }
    .brands-channel > img { height: 150px; }
    .brands-channel h3 { font-size: 20px; }
    .brands-logos { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .brands-articles { grid-auto-columns: calc((100% - 24px) / 2); }
    .brands-contact__copy, .brands-contact__form { padding: 28px; }
}
@media (max-width: 767px) {
    .brands-hero h1 { font-size: clamp(27px, 8.4vw, 40px); }
    .brands-hero__copy > p { font-size: 16px; }
    .brands-hero .brands-button { width: 100%; }
    .brands-hero__actions { flex-direction: column; gap: 20px; }
    .brands-landing h2 { font-size: 32px; }
    .brands-landing p { font-size: 16px; }
    .brands-reach__grid, .brands-targeting__grid, .brands-contact__grid { grid-template-columns: 1fr; }
    .brands-reach__grid { gap: 24px; }
    .brands-reach__copy { padding-left: 0; padding-top: 24px; border-left: 0; border-top: 1px solid #59606e; }
    .brands-heading { margin-bottom: 28px; }
    .brands-channels { grid-template-columns: 1fr; }
    .brands-channel, .brands-channel:first-child, .brands-channel:last-child { padding: 24px 0; }
    .brands-channel + .brands-channel { border-left: 0; border-top: 1px solid var(--brands-line); }
    .brands-channel > img { height: 215px; margin: 0 auto 24px; max-width: 380px; }
    .brands-channel h3 { font-size: 24px; }
    .brands-targeting__visual { order: 2; }
    .brands-targeting__visual img { height: auto; }
    .brands-heading--split { display: block; }
    .brands-heading--split .brands-text-link { margin-top: 12px; }
    .brands-articles { grid-auto-columns: 86%; gap: 20px; }
    .brands-logos { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .brands-logos li { min-height: 76px; padding: 12px; }
    .brands-logos img { height: 46px; }
    .brands-contact__copy { padding: 24px; }
    .brands-contact__copy h2 { font-size: 32px; }
    .brands-contact__copy .brands-contact__note { margin-top: 12px; }
    .brands-contact__copy h2 br { display: none; }
    .brands-contact__form { padding: 24px; }
}
@media (prefers-reduced-motion: reduce) {
    .brands-landing *, .brands-landing *::before, .brands-landing *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
