
        /* ── Typography system ─────────────────────────────────────────────── */
        /* Navbar — center menu items between logo and CTA */
        .header.style-1 .header-inner-wrap { position: relative; }
        .header.style-1 .main-menu { position: absolute; left: 50%; transform: translateX(-50%); }

        /* Section labels — uppercase, bold, no dot */
        .point { text-transform: uppercase !important; letter-spacing: 0.08em; font-size: 11px !important; font-weight: 700 !important; }
        .point .item { display: none !important; }
        body { font-family: 'DM Sans', sans-serif !important; }
        h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Manrope', sans-serif !important; }
        .header-default .nav-link, .header-default .tf-btn, .tf-btn, .logo, .nav-link { font-family: 'Manrope', sans-serif !important; }
        .odometer, .counter-number, .wrap-counter .sub { font-family: ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace !important; }
        .wrap-counter .odometer, .wrap-counter .sub { color: #FBEC5D !important; }
        .wrap-counter p { font-family: 'Manrope', sans-serif !important; font-size: 20px !important; }
        p, li, span, label, input, textarea, select { font-family: 'DM Sans', sans-serif !important; }

        /* #FBEC5D — hero primary button */
        .tf-btn.btn-primary2 {
            background-color: #FBEC5D !important;
        }
        .tf-btn.btn-primary2 .bg-effect {
            background-color: #FBEC5D !important;
        }
        .tf-btn.btn-primary2 span,
        .tf-btn.btn-primary2:hover span {
            color: #121416 !important;
        }
        /* #FBEC5D — navbar Get In Touch button */
        .header .tf-btn.btn-dark {
            background-color: #FBEC5D !important;
        }
        .header .tf-btn.btn-dark span {
            color: #121416 !important;
            font-size: 14.5px !important;
        }
        .header .tf-btn.btn-dark .bg-effect {
            background-color: #FBEC5D !important;
        }

        /* Navbar & mobile menu logo — white */
        .header .header-logo img,
        .offcanvas .logo img {
            filter: none !important;
        }

        /* Nav links white — both headers */
        .header .main-menu .navigation li a,
        .header .main-menu .navigation li:hover a,
        .header .main-menu .navigation li.current-menu a,
        .header .main-menu .navigation li.current-menu-item a,
        #header-main .main-menu .navigation li a,
        #header-main .main-menu .navigation li:hover a {
            color: #fff !important;
        }

        /* Mobile menu close button — white */
        .canvas-mb .close-menu,
        .canvas-mb .close-menu i {
            color: #fff !important;
        }

        /* Scrollbar — gray */
        body::-webkit-scrollbar-thumb {
            background: #9ca3af !important;
        }

        /* Global — all dark buttons: yellow hover, black text */
        .tf-btn.btn-dark .bg-effect {
            background-color: #FBEC5D !important;
        }
        .tf-btn.btn-dark:hover {
            background-color: #FBEC5D !important;
        }
        .tf-btn.btn-dark:hover span {
            color: #121416 !important;
        }

        /* Global — all border buttons: yellow hover, black text */
        .tf-btn.btn-border .bg-effect {
            background-color: #FBEC5D !important;
        }
        .tf-btn.btn-border:hover {
            background-color: #FBEC5D !important;
            border-color: #FBEC5D !important;
        }
        .tf-btn.btn-border span,
        .tf-btn.btn-border:hover span {
            color: #121416 !important;
        }

        /* Global — link-style buttons: black, stays black on hover */
        .tf-btn-link,
        .tf-btn-link:hover {
            color: #121416 !important;
        }

        /* Coming soon nav links — dimmed, not clickable */
        .nav-coming-soon {
            opacity: 0.35 !important;
            pointer-events: none !important;
            cursor: default !important;
        }

        /* Footer links — yellow on hover */
        .footer a:hover,
        .footer a:hover span,
        .footer .footer-menu_item:hover {
            color: #FBEC5D !important;
        }

        /* Footer contact form — input & textarea border-radius */
        .footer .form-help fieldset input,
        .footer .form-help textarea {
            border-radius: 12px !important;
        }

        /* Footer contact form — light yellow background */
        .footer .right .content {
            background-color: #FEFCE8 !important;
        }

        /* Footer — desktop: form left-rounded, image right-rounded */
        @media (min-width: 576px) {
            .footer .right .content {
                border-radius: 12px 0 0 12px !important;
            }
            .footer .right .image img {
                border-radius: 0 12px 12px 0 !important;
                display: block;
                height: 100%;
                object-fit: cover;
            }
        }

        /* Footer — mobile: form fully rounded */
        @media (max-width: 575px) {
            .footer .right .content {
                border-radius: 12px !important;
            }
        }

        /* Heading tags — match button border-radius */
        .heading-tag {
            border-radius: 12px !important;
        }

        /* All buttons — match dropdown border-radius */
        .tf-btn {
            border-radius: 12px !important;
        }

        /* Footer bottom — remove inner wrapper border */
        .footer .footer-bottom .wrapper {
            border-top: none !important;
        }

        /* Mobile hamburger — shorter lines */
        .burger span {
            height: 1.5px !important;
        }

        /* Mobile menu close button — black, no border */
        .close-menu {
            border: none !important;
            background: none !important;
            box-shadow: none !important;
        }
        .close-menu i {
            color: #121416 !important;
        }

        /* Navbar bottom border */
        .header {
            border-bottom: 1px solid rgba(128, 128, 128, 0.22) !important;
        }

        /* Remove dots from dropdown items */
        .header .main-menu .navigation .has-child .submenu > li::before {
            display: none !important;
        }

        /* Shrink dropdown arrow */
        .header .main-menu .navigation .has-child > a::after {
            font-size: 4px !important;
        }

        /* Solutions dropdown border */
        .header .main-menu .navigation .submenu {
            border: 1px solid rgba(128, 128, 128, 0.22) !important;
        }

        /* Navbar menu font size + color + padding */
        .header .main-menu .navigation > li > a {
            font-size: 14.5px !important;
            color: #121416 !important;
            padding-left: 16px !important;
            padding-right: 16px !important;
        }
        .header .main-menu .navigation .submenu li a {
            font-size: 14px !important;
            color: #121416 !important;
        }

        /* Stat mini descriptions width */
        @media (min-width: 992px) { .stat-desc { width: 60% !important; } }

        /* Cap overview left/right widths */
        @media (min-width: 992px) {
            .section .heading-section .left { flex: 0 0 50% !important; max-width: 50% !important; }
            .section .heading-section .right { flex: 0 0 40% !important; max-width: 40% !important; }
            .section .heading-section.d-flex.flex-column .left,
            .section .heading-section.d-flex.flex-column .right { flex: 0 0 100% !important; max-width: 100% !important; }
        }
        @media (max-width: 991px) {
            .section .heading-section .left,
            .section .heading-section .right { flex: 0 0 100% !important; max-width: 100% !important; }
        }

        /* Capability overview — larger paragraph text */
        .cap-overview-p {
            font-size: 26px !important;
            line-height: 1.7 !important;
        }
        .heading-section .right .scroll-reveal-para {
            font-size: 20px !important;
            line-height: 1.75 !important;
        }

        /* ── Stats Section ─────────────────────────────────────────────── */
        .stats-section { background: #000; padding: 100px 0 120px; }
        .stats-eyebrow {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 0.12em;
            color: #FBEC5D;
            font-family: 'Manrope', sans-serif;
            margin: 0 0 28px;
        }
        .stats-hero-number {
            font-size: clamp(80px, 12vw, 160px);
            font-family: 'Manrope', sans-serif;
            font-weight: 300;
            color: #fff;
            line-height: 0.88;
            letter-spacing: -0.04em;
            margin: 0 0 24px;
        }
        .stats-mid-number {
            font-size: clamp(80px, 12vw, 160px);
            font-family: 'Manrope', sans-serif;
            font-weight: 300;
            color: #fff;
            line-height: 0.9;
            letter-spacing: -0.04em;
            margin: 0 0 16px;
        }
        .stats-bottom-number {
            font-size: clamp(80px, 12vw, 160px);
            font-family: 'Manrope', sans-serif;
            font-weight: 300;
            color: #FBEC5D;
            line-height: 0.9;
            letter-spacing: -0.04em;
            margin: 0 0 16px;
        }
        .stats-label {
            font-size: 16px;
            font-family: 'DM Sans', sans-serif;
            color: rgba(255,255,255,0.45);
            line-height: 1.7;
            max-width: 520px;
            margin: 0 0 80px;
        }
        .stats-label:last-child { margin-bottom: 0; }
        .stats-center-wrap { display: flex; justify-content: center; }
        .stats-center-wrap > div { text-align: left; }
        .stats-tag {
            display: inline-block;
            background: rgba(251,236,93,0.1);
            color: #FBEC5D;
            font-size: 10px;
            font-family: 'Manrope', sans-serif;
            font-weight: 700;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            padding: 3px 10px;
            border-radius: 100px;
            border: 1px solid rgba(251,236,93,0.22);
            margin-left: 10px;
            vertical-align: middle;
            position: relative;
            top: -3px;
        }
        .stats-dot-sep {
            width: 100%;
            height: 52px;
            background-image: radial-gradient(circle, rgba(251,236,93,0.32) 1.5px, transparent 1.5px);
            background-size: 14px 13px;
            margin: 72px 0;
        }
        /* ── end Stats Section ──────────────────────────────────────────── */

        /* ── Feature Cards Section ──────────────────────────────────────── */
        .fc-section { background: #000; padding: 120px 0; }
        .fc-intro { margin-bottom: 56px; }
        .fc-eyebrow {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 0.12em;
            color: #FBEC5D;
            font-family: 'Manrope', sans-serif;
            margin: 0 0 20px;
        }
        .fc-heading {
            font-size: clamp(32px, 4vw, 52px);
            font-family: 'Manrope', sans-serif;
            font-weight: 300;
            color: #fff;
            line-height: 1.1;
            letter-spacing: -0.02em;
            margin: 0;
        }
        .fc-cards { display: flex; flex-direction: column; gap: 12px; }
        .fc-card {
            display: grid;
            grid-template-columns: 80px 1fr 160px;
            gap: 48px;
            align-items: center;
            padding: 48px 44px;
            border: 1px solid rgba(255,255,255,0.08);
            background: rgba(255,255,255,0.03);
            border-radius: 1px;
            transition: background 0.3s ease, border-color 0.3s ease;
        }
        .fc-card:hover { background: rgba(255,255,255,0.055); border-color: rgba(251,236,93,0.4); }
        .fc-num {
            font-size: 11px;
            font-family: 'Manrope', sans-serif;
            letter-spacing: 0.1em;
            color: rgba(255,255,255,0.2);
            align-self: start;
            padding-top: 4px;
            width: fit-content;
            border-bottom: 1px solid #FBEC5D;
            padding-bottom: 4px;
        }
        .fc-title {
            font-size: clamp(22px, 2.5vw, 32px);
            font-family: 'Manrope', sans-serif;
            font-weight: 300;
            color: #fff;
            margin: 0 0 24px;
            letter-spacing: -0.01em;
        }
        .fc-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
        .fc-list li {
            font-size: 14px;
            font-family: 'DM Sans', sans-serif;
            color: rgba(255,255,255,0.45);
            line-height: 1.6;
            padding-left: 0;
            position: relative;
        }
        .fc-list li::before { display: none; }
        .fc-body { align-self: start; }
        .fc-icon {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            color: rgba(255,255,255,0.65);
        }
        @media (max-width: 767px) {
            .fc-card { grid-template-columns: 1fr; gap: 24px; padding: 32px 24px; }
            .fc-icon { justify-content: flex-start; }
        }
        /* ── end Feature Cards Section ───────────────────────────────────── */

        /* ── Who Is This For ────────────────────────────────────────────── */
        .witf-section {
            background: #000;
            padding: 160px 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }
        .witf-inner { max-width: 1400px; width: 100%; }
        .witf-eyebrow {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 0.14em;
            color: rgba(255,255,255,0.3);
            font-family: 'Manrope', sans-serif;
            margin: 0 0 36px;
        }
        .witf-sentence {
            font-size: clamp(36px, 6vw, 80px);
            font-family: 'Manrope', sans-serif;
            font-weight: 300;
            color: #fff;
            line-height: 1.25;
            letter-spacing: -0.02em;
            margin: 0;
        }
        .witf-clip {
            display: block;
            overflow: hidden;
            height: clamp(56px, 10vw, 136px);
            position: relative;
            perspective: 600px;
        }
        #witf-word {
            display: block;
            color: #FBEC5D;
            font-style: italic;
            font-size: clamp(44px, 8vw, 108px);
        }
        @media (max-width: 600px) { .witf-section { padding: 100px 20px; } }
        /* ── end Who Is This For ─────────────────────────────────────────── */

        /* ── Email Capture ───────────────────────────────────────────────── */
        .ec-section {
            background: #000;
            padding: 120px 0;
        }
        .ec-inner {
            display: flex;
            align-items: center;
            gap: 80px;
        }
        .ec-left { flex: 1; }
        .ec-right { flex: 1; }
        .ec-eyebrow {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 0.14em;
            color: #FBEC5D;
            font-family: 'Manrope', sans-serif;
            margin: 0 0 24px;
        }
        .ec-heading {
            font-size: clamp(36px, 5vw, 72px);
            font-family: 'Manrope', sans-serif;
            font-weight: 300;
            color: #fff;
            line-height: 1.05;
            letter-spacing: -0.03em;
            margin: 0 0 20px;
        }
        .ec-sub {
            font-size: 15px;
            color: rgba(255,255,255,0.45);
            line-height: 1.6;
            margin: 0;
        }
        .ec-form-row {
            display: flex;
            gap: 0;
        }
        .ec-input {
            flex: 1;
            min-width: 0;
            background: rgba(255,255,255,0.05);
            border: 1px solid rgba(255,255,255,0.12);
            border-right: none;
            border-radius: 0;
            padding: 16px 20px;
            font-size: 14px;
            color: #fff;
            font-family: 'Manrope', sans-serif;
            outline: none;
            transition: border-color 0.2s ease;
        }
        .ec-input::placeholder { color: rgba(255,255,255,0.3); }
        .ec-input:focus { border-color: rgba(251,236,93,0.5); }
        .ec-btn {
            background: #FBEC5D;
            color: #000;
            border: none;
            border-radius: 0;
            padding: 16px 28px;
            font-size: 13px;
            font-weight: 600;
            font-family: 'Manrope', sans-serif;
            cursor: pointer;
            white-space: nowrap;
            transition: opacity 0.2s ease;
        }
        .ec-btn:hover { opacity: 0.85; }
        .ec-note {
            font-size: 11px;
            color: rgba(255,255,255,0.25);
            margin: 12px 0 0;
            letter-spacing: 0.02em;
        }
        .ec-success {
            display: none;
            font-size: 13px;
            color: #FBEC5D;
            margin: 14px 0 0;
        }
        @media (max-width: 768px) {
            .ec-inner { flex-direction: column; gap: 48px; }
            .ec-left, .ec-right { width: 100%; flex: none; }
            .ec-form-row { flex-direction: column; }
            .ec-input { border-right: 1px solid rgba(255,255,255,0.12); border-bottom: none; width: 100%; }
            .ec-btn { width: 100%; }
        }
        /* ── end Email Capture ───────────────────────────────────────────── */

        /* ── Comparison Table ───────────────────────────────────────────── */
        .cmp-section { background: #000; padding: 120px 0; }
        .cmp-eyebrow {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 0.14em;
            color: #FBEC5D;
            font-family: 'Manrope', sans-serif;
            margin: 0 0 20px;
        }
        .cmp-heading {
            font-size: clamp(28px, 4vw, 48px);
            font-family: 'Manrope', sans-serif;
            font-weight: 300;
            color: #fff;
            letter-spacing: -0.02em;
            margin: 0 0 64px;
            line-height: 1.1;
        }
        .cmp-table {
            width: 100%;
            border-collapse: collapse;
            border: none;
        }
        .cmp-table thead tr {
            border-bottom: 1px solid rgba(255,255,255,0.07);
        }
        .cmp-table thead th {
            padding: 14px 24px;
            font-size: 11px;
            font-family: 'Manrope', sans-serif;
            font-weight: 700;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            text-align: left;
        }
        .cmp-table thead th:first-child { color: rgba(255,255,255,0.25); width: 28%; }
        .cmp-col-old { color: rgba(255,255,255,0.3); width: 36%; }
        .cmp-col-new { color: #FBEC5D; width: 36%; }
        .cmp-table tbody tr {
            border-bottom: 1px solid rgba(255,255,255,0.04);
            transition: background 0.2s ease;
        }
        .cmp-table tbody tr:last-child { border-bottom: none; }
        .cmp-table th, .cmp-table td { border-left: none; border-right: none; }
        .cmp-table th:last-child, .cmp-table td:last-child { border-right: none; }
        .cmp-table tbody tr:last-child td { border-bottom: none; }
        .cmp-table tbody tr:hover { background: rgba(255,255,255,0.02); }
        .cmp-table td {
            padding: 24px;
            font-size: 15px;
            font-family: 'DM Sans', sans-serif;
            vertical-align: middle;
            line-height: 1.6;
        }
        .cmp-table td:first-child {
            font-size: 11px;
            font-family: 'Manrope', sans-serif;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: rgba(255,255,255,0.3);
        }
        .cmp-old { color: rgba(255,255,255,0.3); }
        .cmp-new { color: rgba(255,255,255,0.88); background: rgba(251,236,93,0.03); }
        .cmp-x { color: rgba(255,255,255,0.15); margin-right: 10px; font-size: 13px; }
        .cmp-check { color: #FBEC5D; margin-right: 10px; font-size: 13px; }
        @media (max-width: 767px) {
            .cmp-table thead th:first-child,
            .cmp-table td:first-child { display: none; }
            .cmp-table td { padding: 18px 12px; font-size: 13px; }
        }
        /* ── end Comparison Table ────────────────────────────────────────── */

        /* ── Solution Section ───────────────────────────────────────────── */
        .sol-section { background: #000; padding: 100px 0 0; overflow: hidden; }
        .sol-top {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 60px;
            padding-bottom: 64px;
        }
        .sol-heading {
            font-size: clamp(52px, 9vw, 120px);
            font-family: 'Manrope', sans-serif;
            font-weight: 300;
            color: #fff;
            line-height: 0.92;
            letter-spacing: -0.03em;
            margin: 0;
            flex-shrink: 0;
        }
        .sol-heading-icons {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-left: 14px;
            vertical-align: middle;
            position: relative;
            top: -6px;
        }
        .sol-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 38px;
            height: 38px;
            border: 1.5px solid rgba(255,255,255,0.2);
            color: #FBEC5D;
            flex-shrink: 0;
        }
        .sol-icon:first-child { border-radius: 50%; }
        .sol-icon:last-child  { border-radius: 8px; }
        .sol-desc {
            font-size: 16px;
            font-family: 'DM Sans', sans-serif;
            color: rgba(255,255,255,0.5);
            line-height: 1.75;
            max-width: 360px;
            margin: 0;
            padding-top: 6px;
            flex-shrink: 0;
        }
        .sol-image {
            width: 100%;
            height: 90vh;
            min-height: 560px;
            overflow: hidden;
            position: relative;
        }
        .sol-pills {
            position: absolute;
            top: 32px;
            left: 40px;
            display: flex;
            flex-direction: column;
            gap: 10px;
            z-index: 10;
        }
        .sol-pill {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 18px;
            border-radius: 100px;
            background: rgba(255,255,255,0.08);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid rgba(255,255,255,0.14);
            font-size: 13px;
            font-family: 'Manrope', sans-serif;
            font-weight: 500;
            color: #fff;
            white-space: nowrap;
        }
        .sol-pill-dot {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #FBEC5D;
            flex-shrink: 0;
        }
        .sol-pill-dot.active { animation: oi-pulse 2s ease-in-out infinite; }
        .sol-image video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            display: block;
        }
        @media (max-width: 767px) {
            .sol-top { flex-direction: column; gap: 32px; padding-bottom: 48px; }
            .sol-image { height: 60vw; min-height: 260px; }
        }
        /* ── end Solution Section ───────────────────────────────────────── */

        /* Hero — video bg + bottom fade + fullscreen */
        .page-title.style-4 {
            position: relative !important;
            overflow: hidden !important;
            min-height: 100vh !important;
            display: flex !important;
            flex-direction: column !important;
            justify-content: flex-end !important;
            padding-top: 120px !important;
        }
        .hero-bg-video {
            position: absolute;
            top: 0; left: 0;
            width: 100%; height: 100%;
            object-fit: cover;
            z-index: 0;
        }
        .hero-bottom-fade {
            position: absolute;
            bottom: 0; left: 0; right: 0;
            height: 65%;
            background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.85) 70%, #000000 100%);
            z-index: 1;
            pointer-events: none;
        }
        .page-title.style-4 .tf-container {
            position: relative;
            z-index: 2;
            padding-bottom: 240px;
        }
        .page-title.style-4 .heading-title {
            align-items: stretch !important;
        }
        .page-title.style-4 .heading-title .right {
            display: flex !important;
            flex-direction: column !important;
            justify-content: flex-end !important;
        }

        /* Navbar — transparent + overlay the hero video */
        .header,
        .header.style-1,
        .header.header-sticky,
        .header.header-sticky.is-sticky,
        #header-main,
        #header-main.header,
        #header-main.header.style-1 {
            background: transparent !important;
            background-color: transparent !important;
            box-shadow: none !important;
            border-bottom: none !important;
        }
        #header-main.header.style-1 {
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            right: 0 !important;
            width: 100% !important;
            z-index: 999 !important;
        }

        /* Hero — yellow CTA button */
        .oi-btn-yellow.tf-btn {
            background-color: #FBEC5D !important;
            border-color: #FBEC5D !important;
            color: #121416 !important;
        }
        .oi-btn-yellow.tf-btn span { color: #121416 !important; }
        .oi-btn-yellow.tf-btn .bg-effect { background-color: #f0d800 !important; }
        .oi-btn-yellow.tf-btn:hover { background-color: #f0d800 !important; border-color: #f0d800 !important; }
        .oi-btn-yellow.tf-btn:hover span { color: #121416 !important; }

        /* Scroll-reveal word effect */
        .scroll-reveal-word {
            opacity: 0.15;
            display: inline;
        }


/* == opportunity-index.html inline-style replacements ====================== */

/* Hero heading section — left-aligned */
.heading-section             { text-align: left; }
.heading-section .left       { width: 100%; text-align: left; }
.heading-section .heading-title { width: 100%; }

/* Point label extra bottom margin */
.point-spacer { margin-bottom: 24px; }

/* Solution pills — bottom-right group */
.sol-pills-br {
    top: auto;
    left: auto;
    bottom: 32px;
    right: 40px;
    align-items: flex-end;
}
@media (max-width: 767px) {
    .sol-pills-br .sol-pill {
        width: 50%;
        white-space: normal;
    }
}

/* Active pill — yellow bg, animated border, pulsing dot */
@keyframes oi-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.15; }
}
@property --pill-angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}
@keyframes pill-border-spin {
    to { --pill-angle: 360deg; }
}
.sol-pills-br .sol-pill {
    background: rgba(251,236,93,0.12);
    border-color: rgba(251,236,93,0.2);
    position: relative;
}
.sol-pills-br .sol-pill::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 100px;
    padding: 1.5px;
    background: conic-gradient(from var(--pill-angle), transparent 0%, transparent 80%, #FBEC5D 90%, transparent 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: pill-border-spin 2.5s linear infinite;
    pointer-events: none;
}
