.elementor-182 .elementor-element.elementor-element-37cb6c8{--display:flex;--margin-top:132px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-05117e6 */.rby-ft-hero {
            position: relative;
            background-image: url('https://rubypos.shop/wp-content/uploads/2026/09/sample.jpg');
            background-size: cover;
            background-position: center;
            padding: 0;
            overflow: hidden;
        }
        .rby-ft-hero-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(
                120deg,
                rgba(15, 3, 3, 0.95) 0%,
                rgba(26, 6, 6, 0.9) 55%,
                rgba(127, 29, 29, 0.85) 100%
            );
            z-index: 1;
        }
        .rby-ft-hero-grid {
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
            background-size: 56px 56px;
            z-index: 2;
            pointer-events: none;
            mask-image: radial-gradient(ellipse at center, black 40%, transparent 88%);
            -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 88%);
        }
        .rby-ft-hero-inner {
            position: relative;
            z-index: 3;
            padding: 56px 0 52px;
            text-align: center;
        }
        .rby-ft-breadcrumb {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 0.76rem;
            color: rgba(255,255,255,0.65);
            margin-bottom: 14px;
            font-weight: 500;
        }
        .rby-ft-breadcrumb a { color: rgba(255,255,255,0.82); transition: color .2s; }
        .rby-ft-breadcrumb a:hover { color: #fff; }
        .rby-ft-breadcrumb i { font-size: 0.55rem; opacity: 0.5; }
        .rby-ft-hero h1 {
            color: #fff;
            font-size: 2.5rem;
            margin-bottom: 0.8rem;
            letter-spacing: -0.028em;
            font-weight: 800;
            line-height: 1.15;
            text-shadow: 0 2px 24px rgba(0,0,0,0.55);
        }
        .rby-ft-hero h1 span { color: var(--rby-accent); }
        .rby-ft-hero-lead {
            font-size: 1.02rem;
            color: rgba(255,255,255,0.88);
            max-width: 720px;
            margin: 0 auto 22px;
            line-height: 1.75;
            text-shadow: 0 1px 12px rgba(0,0,0,0.55);
        }
        .rby-ft-hero-cta {
            display: flex;
            gap: 12px;
            justify-content: center;
            flex-wrap: wrap;
        }
        .rby-ft-hero-stats {
            display: flex;
            justify-content: center;
            gap: 46px;
            margin-top: 30px;
            padding-top: 26px;
            border-top: 1px solid rgba(255,255,255,0.15);
            flex-wrap: wrap;
        }
        .rby-ft-hero-stat { text-align: center; }
        .rby-ft-hero-stat strong {
            display: block;
            color: #fff;
            font-size: 1.55rem;
            font-weight: 800;
            letter-spacing: -0.02em;
            line-height: 1;
            margin-bottom: 5px;
        }
        .rby-ft-hero-stat span {
            font-size: 0.7rem;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            color: rgba(255,255,255,0.68);
            font-weight: 600;
        }

        /* ===== FEATURE NAV ===== */
        .rby-ft-nav {
            background: var(--rby-wine-deep);
            padding: 18px 0;
            border-bottom: 1px solid rgba(220,38,38,0.18);
            position: sticky;
            top: 0;
            z-index: 900;
        }
        .rby-ft-nav-inner {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
        }
        .rby-ft-nav-link {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            color: rgba(255,255,255,255);
            font-size: 0.82rem;
            font-weight: 600;
            padding: 7px 14px;
            border-radius: 100px;
            border: 1px solid rgba(255,255,255,0.1);
            background: #fff;
            transition: var(--rby-transition);
            white-space: nowrap;
            line-height: 1;
        }
        .rby-ft-nav-link i { font-size: 0.8rem; color: var(--rby-accent); transition: color .2s; }
        .rby-ft-nav-link:hover {
            background: rgba(220,38,38,0.25);
            border-color: rgba(220,38,38,0.55);
            color: #fff;
        }
        .rby-ft-nav-link:hover i { color: #fff; }

        /* ===== SEC HEAD ===== */
        .rby-ft-sec-head { margin-bottom: 1.75rem; text-align: center; }
        .rby-ft-sec-head .rby-eyebrow { margin-bottom: 8px; }
        .rby-ft-sec-head h2 {
            font-size: 1.9rem;
            margin-bottom: 0.5rem;
            line-height: 1.2;
            letter-spacing: -0.02em;
        }
        .rby-ft-sec-head h2 span { color: var(--rby-red); }
        .rby-ft-sec-head .rby-rule {
            display: block;
            width: 44px;
            height: 3px;
            background: var(--rby-red);
            margin: 14px auto 0;
            border-radius: 2px;
        }
        .rby-ft-sec-lead {
            font-size: 0.96rem;
            color: var(--rby-text-muted);
            max-width: 660px;
            line-height: 1.7;
            margin: 14px auto 0;
        }

        /* ===== FEATURE CATEGORY GRID ===== */
        .rby-ft-categories { padding: 56px 0 46px; background: var(--rby-white); }
        .rby-ft-cats-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 18px;
        }
        .rby-ft-cat {
            background: var(--rby-off-white);
            border: 1px solid rgba(127,29,29,0.07);
            border-radius: var(--rby-radius-lg);
            padding: 26px 24px 22px;
            transition: var(--rby-transition);
            display: flex;
            flex-direction: column;
            position: relative;
            overflow: hidden;
            color: inherit;
        }
        .rby-ft-cat::before {
            content: '';
            position: absolute;
            top: 0; left: 0;
            width: 3px; height: 100%;
            background: var(--rby-red);
            transform: scaleY(0);
            transform-origin: top;
            transition: transform .3s ease;
        }
        .rby-ft-cat:hover::before { transform: scaleY(1); }
        .rby-ft-cat:hover {
            background: #fff;
            transform: translateY(-4px);
            box-shadow: var(--rby-shadow-md);
            border-color: rgba(220,38,38,0.22);
            color: inherit;
        }
        .rby-ft-cat-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            margin-bottom: 14px;
        }
        .rby-ft-cat-icon {
            width: 44px; height: 44px;
            background: var(--rby-red-light);
            color: var(--rby-red);
            border-radius: 11px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.15rem;
            flex-shrink: 0;
            transition: var(--rby-transition);
        }
        .rby-ft-cat:hover .rby-ft-cat-icon {
            background: var(--rby-red);
            color: #fff;
            transform: scale(1.06) rotate(-4deg);
        }
        .rby-ft-cat-num {
            font-family: 'SF Mono', Menlo, monospace;
            font-size: 0.7rem;
            font-weight: 800;
            letter-spacing: 0.1em;
            color: rgba(220,38,38,0.3);
        }
        .rby-ft-cat h3 {
            font-size: 1.05rem;
            color: var(--rby-wine);
            margin-bottom: 8px;
            line-height: 1.3;
        }
        .rby-ft-cat p {
            font-size: 0.87rem;
            color: var(--rby-text-muted);
            line-height: 1.6;
            margin: 0 0 14px;
            flex-grow: 1;
        }
        .rby-ft-cat-list {
            list-style: none;
            padding: 12px 0 0;
            margin: 0;
            border-top: 1px solid rgba(127,29,29,0.06);
        }
        .rby-ft-cat-list li {
            position: relative;
            padding: 3px 0 3px 18px;
            font-size: 0.8rem;
            color: var(--rby-slate);
            font-weight: 500;
            line-height: 1.5;
        }
        .rby-ft-cat-list li::before {
            content: '';
            position: absolute;
            left: 0; top: 11px;
            width: 8px; height: 2px;
            background: var(--rby-red);
            border-radius: 2px;
        }

        /* ===== DEEP DIVE ===== */
        .rby-ft-dive { padding: 58px 0; }
        .rby-ft-dive.rby-alt { background: var(--rby-off-white); }
        .rby-ft-dive.rby-dark {
            background: linear-gradient(135deg, var(--rby-wine-deep) 0%, var(--rby-wine) 100%);
            position: relative;
            overflow: hidden;
        }
        .rby-ft-dive.rby-dark::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
            background-size: 44px 44px;
            pointer-events: none;
            mask-image: radial-gradient(ellipse at center, black 40%, transparent 90%);
            -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 90%);
        }
        .rby-ft-dive-inner {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 56px;
            align-items: center;
            position: relative;
            z-index: 1;
        }
        .rby-ft-dive.rby-reverse .rby-ft-dive-inner { direction: rtl; }
        .rby-ft-dive.rby-reverse .rby-ft-dive-inner > * { direction: ltr; }

        .rby-ft-dive-media {
            border-radius: var(--rby-radius-lg);
            overflow: hidden;
            box-shadow: var(--rby-shadow-lg);
            position: relative;
            aspect-ratio: 4 / 3;
            background: #f5e7e7;
        }
        .rby-ft-dive-media img {
            width: 100%; height: 100%;
            object-fit: cover;
            display: block;
        }
        .rby-ft-dive-media-badge {
            position: absolute;
            top: 16px;
            left: 16px;
            background: var(--rby-red);
            color: #fff;
            font-size: 0.62rem;
            font-weight: 800;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            padding: 6px 12px;
            border-radius: 4px;
            box-shadow: 0 4px 12px rgba(220,38,38,0.4);
        }
        .rby-ft-dive-content .rby-eyebrow { margin-bottom: 10px; }
        .rby-ft-dive.rby-dark .rby-ft-dive-content .rby-eyebrow { color: var(--rby-accent); }
        .rby-ft-dive-content h2 {
            font-size: 1.9rem;
            margin-bottom: 0.9rem;
            line-height: 1.2;
            letter-spacing: -0.02em;
        }
        .rby-ft-dive.rby-dark .rby-ft-dive-content h2 { color: #fff; }
        .rby-ft-dive-content h2 span { color: var(--rby-red); }
        .rby-ft-dive.rby-dark .rby-ft-dive-content h2 span { color: var(--rby-accent); }
        .rby-ft-dive-content > p {
            font-size: 0.96rem;
            color: var(--rby-text-muted);
            line-height: 1.75;
            margin-bottom: 1rem;
        }
        .rby-ft-dive.rby-dark .rby-ft-dive-content > p { color: rgba(255,255,255,0.85); }
        .rby-ft-dive-content strong { color: var(--rby-wine); font-weight: 700; }
        .rby-ft-dive.rby-dark .rby-ft-dive-content strong { color: #fff; }
        .rby-ft-dive-points {
            list-style: none;
            padding: 0;
            margin: 16px 0 22px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px 20px;
        }
        .rby-ft-dive-points li {
            position: relative;
            padding-left: 22px;
            font-size: 0.88rem;
            color: var(--rby-slate);
            font-weight: 500;
            line-height: 1.55;
        }
        .rby-ft-dive.rby-dark .rby-ft-dive-points li { color: rgba(255,255,255,0.92); }
        .rby-ft-dive-points li::before {
            content: '\=';
            position: absolute;
            left: 0; top: 0;
            color: var(--rby-red);
            font-weight: 800;
            font-size: 0.9rem;
            line-height: 1.55;
        }
        .rby-ft-dive.rby-dark .rby-ft-dive-points li::before { color: var(--rby-accent); }
        .rby-ft-dive-cta { display: flex; gap: 10px; flex-wrap: wrap; }

        /* ===== FULL FEATURE CHECKLIST ===== */
        .rby-ft-checklist { padding: 58px 0; background: var(--rby-white); }
        .rby-ft-checklist-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 22px;
        }
        .rby-ft-check-group {
            background: var(--rby-off-white);
            border: 1px solid rgba(127,29,29,0.07);
            border-radius: var(--rby-radius-lg);
            padding: 26px 24px 22px;
            transition: var(--rby-transition);
        }
        .rby-ft-check-group:hover {
            background: #fff;
            border-color: rgba(220,38,38,0.2);
            box-shadow: var(--rby-shadow-sm);
        }
        .rby-ft-check-head {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 16px;
            padding-bottom: 14px;
            border-bottom: 1px solid rgba(127,29,29,0.08);
        }
        .rby-ft-check-head-icon {
            width: 38px; height: 38px;
            background: var(--rby-red);
            color: #fff;
            border-radius: 9px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.95rem;
            flex-shrink: 0;
        }
        .rby-ft-check-head h3 {
            font-size: 1rem;
            color: var(--rby-wine);
            margin: 0;
            line-height: 1.3;
        }
        .rby-ft-check-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .rby-ft-check-list li {
            position: relative;
            padding: 7px 0 7px 26px;
            font-size: 0.87rem;
            color: var(--rby-slate);
            line-height: 1.55;
            border-bottom: 1px solid rgba(127,29,29,0.05);
        }
        .rby-ft-check-list li:last-child { border-bottom: none; }
        .rby-ft-check-list li::before {
            content: '\-';
            position: absolute;
            left: 0; top: 6px;
            color: var(--rby-red);
            font-weight: 800;
            font-size: 0.88rem;
            line-height: 1.5;
        }

        /* ===== INTEGRATIONS ===== */
        .rby-ft-integrations {
            padding: 46px 0;
            background: var(--rby-wine-deep);
            position: relative;
            overflow: hidden;
        }
        .rby-ft-integrations::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
            background-size: 44px 44px;
            pointer-events: none;
            mask-image: radial-gradient(ellipse at center, black 40%, transparent 90%);
            -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 90%);
        }
        .rby-ft-integrations-inner {
            position: relative;
            z-index: 1;
            text-align: center;
        }
        .rby-ft-integrations h3 {
            color: #fff;
            font-size: 1.15rem;
            margin-bottom: 8px;
            font-weight: 700;
        }
        .rby-ft-integrations p {
            color: rgba(255,255,255,0.75);
            font-size: 0.9rem;
            max-width: 560px;
            margin: 0 auto 22px;
            line-height: 1.65;
        }
        .rby-ft-integrations-grid {
            display: flex;
            justify-content: center;
            gap: 10px;
            flex-wrap: wrap;
        }
        .rby-ft-integration {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: rgba(255,255,255,0.9);
            font-size: 0.83rem;
            font-weight: 600;
            padding: 8px 16px;
            border-radius: 100px;
            border: 1px solid rgba(255,255,255,0.12);
            background: rgba(255,255,255,0.04);
            transition: var(--rby-transition);
        }
        .rby-ft-integration i { color: var(--rby-accent); font-size: 0.85rem; }
        .rby-ft-integration:hover {
            background: rgba(220,38,38,0.25);
            border-color: rgba(220,38,38,0.55);
            color: #fff;
        }
        .rby-ft-integration:hover i { color: #fff; }

        /* ===== FAQ ===== */
        .rby-ft-faq { padding: 58px 0; background: var(--rby-off-white); }
        .rby-ft-faq-wrap { max-width: 820px; margin: 0 auto; }
        .rby-ft-faq-item {
            background: #fff;
            border: 1px solid rgba(127,29,29,0.08);
            border-radius: 10px;
            margin-bottom: 10px;
            overflow: hidden;
            transition: var(--rby-transition);
        }
        .rby-ft-faq-item.rby-open {
            border-color: rgba(220,38,38,0.3);
            box-shadow: var(--rby-shadow-sm);
        }
        .rby-ft-faq-q {
            width: 100%;
            background: transparent;
            border: none;
            padding: 17px 22px;
            text-align: left;
            font-family: inherit;
            font-size: 0.98rem;
            font-weight: 700;
            color: var(--rby-wine);
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 16px;
            line-height: 1.4;
        }
        .rby-ft-faq-q:hover { color: var(--rby-red); }
        .rby-ft-faq-icon {
            width: 24px; height: 24px;
            border-radius: 50%;
            background: var(--rby-red-light);
            color: var(--rby-red);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.68rem;
            flex-shrink: 0;
            transition: var(--rby-transition);
            line-height: 1;
        }
        .rby-ft-faq-item.rby-open .rby-ft-faq-icon {
            background: var(--rby-red);
            color: #fff;
            transform: rotate(180deg);
        }
        .rby-ft-faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
        .rby-ft-faq-item.rby-open .rby-ft-faq-a { max-height: 500px; }
        .rby-ft-faq-a-inner {
            padding: 0 22px 20px;
            color: var(--rby-text-muted);
            font-size: 0.92rem;
            line-height: 1.7;
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 1024px) {
            .rby-ft-hero h1 { font-size: 2.1rem; }
            .rby-ft-nav { position: static; }
            .rby-ft-cats-grid { grid-template-columns: repeat(2, 1fr); }
            .rby-ft-dive-inner { grid-template-columns: 1fr; gap: 34px; }
            .rby-ft-dive.rby-reverse .rby-ft-dive-inner { direction: ltr; }
            .rby-ft-dive-media { max-width: 560px; margin: 0 auto; }
            .rby-ft-checklist-grid { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 768px) {
            .rby-ft-hero-inner { padding: 40px 0 38px; }
            .rby-ft-hero h1 { font-size: 1.8rem; }
            .rby-ft-hero-lead { font-size: 0.95rem; }
            .rby-ft-hero-stats { gap: 26px; margin-top: 22px; padding-top: 20px; }
            .rby-ft-hero-stat strong { font-size: 1.3rem; }
            .rby-ft-nav { padding: 12px 0; }
            .rby-ft-nav-link { font-size: 0.76rem; padding: 6px 11px; }
            .rby-ft-categories { padding: 42px 0 34px; }
            .rby-ft-dive { padding: 46px 0; }
            .rby-ft-dive-content h2 { font-size: 1.55rem; }
            .rby-ft-dive-points { grid-template-columns: 1fr; gap: 8px; }
            .rby-ft-checklist { padding: 46px 0; }
            .rby-ft-faq { padding: 46px 0; }
            .rby-ft-sec-head h2 { font-size: 1.6rem; }
        }
        @media (max-width: 560px) {
            .rby-ft-hero h1 { font-size: 1.55rem; }
            .rby-ft-hero-cta { flex-direction: column; }
            .rby-ft-hero-cta .rby-btn { width: 100%; justify-content: center; }
            .rby-ft-hero-stats { gap: 20px; }
            .rby-ft-cats-grid { grid-template-columns: 1fr; }
            .rby-ft-checklist-grid { grid-template-columns: 1fr; }
            .rby-ft-dive-content .rby-ft-dive-cta { flex-direction: column; }
            .rby-ft-dive-content .rby-ft-dive-cta .rby-btn { width: 100%; justify-content: center; }
            .rby-ft-faq-q { padding: 15px 16px; font-size: 0.92rem; }
            .rby-ft-faq-a-inner { padding: 0 16px 16px; }
        }/* End custom CSS */