/* Generated from the canonical Kiradoo public visual source. */

        @@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&display=swap');

        :root {
            --kf-ink: #17110a;
            --kf-deep: #26190d;
            --kf-muted: #756553;
            --kf-soft: #9a866d;
            --kf-line: rgba(84, 58, 28, 0.16);
            --kf-line-strong: rgba(84, 58, 28, 0.24);
            --kf-paper: #fffaf0;
            --kf-porcelain: #f8efe1;
            --kf-cream: #f3e5cf;
            --kf-amber: #b9802f;
            --kf-gold: #d6a650;
            --kf-bronze: #7b4f22;
            --kf-success: #25633f;
            --kf-danger: #9b2f22;
            --kf-shadow: 0 28px 70px rgba(38, 25, 13, 0.13);
            --kf-shadow-soft: 0 16px 42px rgba(38, 25, 13, 0.09);
            --kf-radius-xl: 34px;
            --kf-radius-lg: 24px;
            --kf-radius-md: 16px;
        }

        * {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: auto;
            background: var(--kf-paper);
        }

        body {
            margin: 0;
            color: var(--kf-ink);
            background:
                linear-gradient(180deg, #fffaf0 0%, #f8efe1 48%, #efe0c9 100%);
            font-family: "Plus Jakarta Sans", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            line-height: 1.5;
            text-rendering: geometricPrecision;
        }

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

        button,
        input,
        textarea,
        select {
            font: inherit;
        }

        .kf-shell {
            min-height: 100%;
            overflow-x: hidden;
        }

        .kf-wrap {
            width: min(1160px, calc(100% - 40px));
            margin: 0 auto;
        }

        .kf-topbar {
            position: sticky;
            top: 0;
            z-index: 20;
            border-bottom: 1px solid rgba(84, 58, 28, 0.1);
            background: rgba(255, 250, 240, 0.92);
            backdrop-filter: blur(18px);
        }

        .kf-nav {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            min-height: 74px;
        }

        .kf-brand {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            min-width: 0;
        }

        .kf-brand-mark {
            display: grid;
            place-items: center;
            width: 42px;
            height: 42px;
            border-radius: 14px;
            color: #fff8e8;
            background:
                linear-gradient(145deg, #2d1c0d 0%, #8a5a24 58%, #d3a04b 100%);
            box-shadow: 0 14px 28px rgba(70, 45, 16, 0.18);
            font-weight: 800;
            letter-spacing: -0.08em;
        }

        .kf-brand-title {
            display: block;
            font-weight: 800;
            letter-spacing: -0.03em;
            color: var(--kf-ink);
        }

        .kf-brand-subtitle {
            display: block;
            margin-top: 1px;
            font-size: 12px;
            color: var(--kf-muted);
            letter-spacing: 0.03em;
            text-transform: uppercase;
        }

        .kf-links {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 6px;
            border: 1px solid rgba(84, 58, 28, 0.12);
            border-radius: 999px;
            background: rgba(255, 252, 245, 0.7);
        }

        .kf-link {
            display: inline-flex;
            align-items: center;
            min-height: 38px;
            padding: 0 16px;
            border-radius: 999px;
            color: #4f3b26;
            font-size: 14px;
            font-weight: 700;
        }

        .kf-link[aria-current="page"],
        .kf-link:hover {
            color: #fff8e8;
            background: #2a1a0d;
        }

        .kf-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 9px;
            min-height: 48px;
            border: 0;
            border-radius: 999px;
            padding: 0 20px;
            font-weight: 800;
            cursor: pointer;
            white-space: nowrap;
        }

        .kf-button-primary {
            color: #fff8e8;
            background: #25170b;
            box-shadow: 0 16px 30px rgba(37, 23, 11, 0.18);
        }

        .kf-button-secondary {
            color: #2b1c0e;
            background: #fff7e8;
            border: 1px solid rgba(84, 58, 28, 0.16);
        }

        .kf-button-plain {
            color: #5e4325;
            background: transparent;
            border: 1px solid rgba(84, 58, 28, 0.18);
        }

        .kf-button:disabled {
            cursor: not-allowed;
            opacity: 0.62;
            box-shadow: none;
        }

        .kf-main {
            display: block;
        }

        .kf-section {
            padding: 72px 0;
        }

        .kf-section-tight {
            padding: 56px 0 88px;
        }

        .kf-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 16px;
            color: var(--kf-bronze);
            font-size: 12px;
            font-weight: 900;
            letter-spacing: 0.14em;
            text-transform: uppercase;
        }

        .kf-eyebrow::before {
            content: "";
            width: 28px;
            height: 1px;
            background: currentColor;
            opacity: 0.7;
        }

        .kf-title {
            margin: 0;
            color: var(--kf-ink);
            font-size: clamp(2.55rem, 5vw, 5.25rem);
            line-height: 0.96;
            letter-spacing: -0.075em;
        }

        .kf-contact-title {
            margin: 0;
            max-width: 820px;
            color: var(--kf-ink);
            font-size: clamp(2rem, 3.25vw, 3.45rem);
            line-height: 1.03;
            letter-spacing: -0.055em;
        }

        .kf-lead {
            margin: 20px 0 0;
            max-width: 720px;
            color: var(--kf-muted);
            font-size: clamp(1rem, 1.4vw, 1.2rem);
        }

        .kf-home-grid {
            display: grid;
            grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
            gap: 34px;
            align-items: stretch;
            padding-top: 72px;
            padding-bottom: 42px;
        }

        .kf-intro-panel {
            position: relative;
            padding: clamp(34px, 5vw, 64px);
            border: 1px solid var(--kf-line);
            border-radius: var(--kf-radius-xl);
            background:
                linear-gradient(145deg, rgba(255, 252, 245, 0.98) 0%, rgba(248, 238, 221, 0.96) 100%);
            box-shadow: var(--kf-shadow);
            overflow: hidden;
        }

        .kf-intro-panel::after {
            content: "";
            position: absolute;
            right: -90px;
            bottom: -120px;
            width: 260px;
            height: 260px;
            border-radius: 999px;
            background: rgba(214, 166, 80, 0.16);
            pointer-events: none;
        }

        .kf-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 30px;
        }

        .kf-metric-panel {
            padding: 28px;
            border: 1px solid rgba(84, 58, 28, 0.14);
            border-radius: var(--kf-radius-xl);
            background: rgba(255, 250, 240, 0.78);
            box-shadow: var(--kf-shadow-soft);
        }

        .kf-metric-list {
            display: grid;
            gap: 14px;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .kf-metric {
            padding: 20px;
            border: 1px solid rgba(84, 58, 28, 0.13);
            border-radius: 22px;
            background: rgba(255, 252, 246, 0.86);
        }

        .kf-metric strong {
            display: block;
            color: var(--kf-deep);
            font-size: 15px;
            letter-spacing: -0.02em;
        }

        .kf-metric span {
            display: block;
            margin-top: 5px;
            color: var(--kf-muted);
            font-size: 14px;
        }

        .kf-card-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 18px;
            margin-top: 18px;
        }

        .kf-card {
            padding: 26px;
            border: 1px solid rgba(84, 58, 28, 0.14);
            border-radius: 26px;
            background: rgba(255, 252, 245, 0.78);
            box-shadow: 0 14px 36px rgba(38, 25, 13, 0.07);
        }

        .kf-card-kicker {
            color: var(--kf-amber);
            font-size: 12px;
            font-weight: 900;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }

        .kf-card h2,
        .kf-card h3 {
            margin: 12px 0 8px;
            color: var(--kf-deep);
            font-size: 22px;
            line-height: 1.13;
            letter-spacing: -0.04em;
        }

        .kf-card p {
            margin: 0;
            color: var(--kf-muted);
            font-size: 15px;
        }

        .kf-contact-heading {
            max-width: 760px;
            padding-top: 44px;
            padding-bottom: 24px;
        }

        .kf-contact-workspace {
            display: grid;
            grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
            overflow: hidden;
            border: 1px solid var(--kf-line-strong);
            border-radius: var(--kf-radius-xl);
            background: rgba(255, 252, 245, 0.86);
            box-shadow: var(--kf-shadow);
        }

        .kf-process {
            padding: 32px;
            border-right: 1px solid rgba(84, 58, 28, 0.14);
            background:
                linear-gradient(180deg, rgba(43, 29, 15, 0.98) 0%, rgba(92, 58, 24, 0.96) 100%);
            color: #fff4df;
        }

        .kf-process-label {
            margin: 0 0 18px;
            color: #f3c46d;
            font-size: 12px;
            font-weight: 900;
            letter-spacing: 0.14em;
            text-transform: uppercase;
        }

        .kf-process-title {
            margin: 0;
            font-size: 26px;
            line-height: 1.08;
            letter-spacing: -0.045em;
        }

        .kf-process-text {
            margin: 12px 0 0;
            color: rgba(255, 244, 223, 0.74);
            font-size: 14px;
        }

        .kf-steps {
            display: grid;
            gap: 14px;
            margin: 28px 0 0;
            padding: 0;
            list-style: none;
        }

        .kf-step {
            display: grid;
            grid-template-columns: 34px 1fr;
            gap: 12px;
            align-items: start;
            padding: 14px 0;
            border-top: 1px solid rgba(255, 244, 223, 0.16);
        }

        .kf-step-number {
            display: grid;
            place-items: center;
            width: 34px;
            height: 34px;
            border-radius: 999px;
            color: #2c1a0b;
            background: #f2c46f;
            font-size: 13px;
            font-weight: 900;
        }

        .kf-step strong {
            display: block;
            font-size: 14px;
        }

        .kf-step span {
            display: block;
            margin-top: 4px;
            color: rgba(255, 244, 223, 0.68);
            font-size: 13px;
        }

        .kf-contact-note {
            margin-top: 26px;
            padding: 16px;
            border: 1px solid rgba(255, 244, 223, 0.16);
            border-radius: 18px;
            color: rgba(255, 244, 223, 0.78);
            background: rgba(255, 244, 223, 0.06);
            font-size: 13px;
        }

        .kf-form-area {
            padding: clamp(24px, 4vw, 42px);
        }

        .kf-form-header {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 20px;
            margin-bottom: 26px;
            padding-bottom: 22px;
            border-bottom: 1px solid rgba(84, 58, 28, 0.12);
        }

        .kf-form-header h2 {
            margin: 0;
            color: var(--kf-deep);
            font-size: 24px;
            line-height: 1.13;
            letter-spacing: -0.045em;
        }

        .kf-form-header p {
            margin: 8px 0 0;
            color: var(--kf-muted);
            font-size: 14px;
        }

        .kf-secure-pill {
            flex: 0 0 auto;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            min-height: 34px;
            padding: 0 12px;
            border: 1px solid rgba(84, 58, 28, 0.13);
            border-radius: 999px;
            color: #61441f;
            background: #fff7e8;
            font-size: 12px;
            font-weight: 900;
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }

        .kf-fields {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
        }

        .kf-field {
            display: grid;
            gap: 8px;
        }

        .kf-field-wide {
            grid-column: 1 / -1;
        }

        .kf-label {
            color: #392716;
            font-size: 13px;
            font-weight: 900;
        }

        .kf-input,
        .kf-select,
        .kf-textarea {
            width: 100%;
            min-height: 48px;
            border: 1px solid rgba(84, 58, 28, 0.18);
            border-radius: 16px;
            padding: 12px 14px;
            color: var(--kf-ink);
            background: rgba(255, 255, 255, 0.72);
            outline: none;
        }

        .kf-textarea {
            min-height: 128px;
            resize: vertical;
        }

        .kf-input:focus,
        .kf-select:focus,
        .kf-textarea:focus {
            border-color: rgba(185, 128, 47, 0.72);
            box-shadow: 0 0 0 4px rgba(214, 166, 80, 0.16);
        }

        .kf-help {
            margin: 0;
            color: var(--kf-soft);
            font-size: 12px;
        }

        .kf-verification {
            grid-column: 1 / -1;
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            gap: 16px;
            margin-top: 4px;
            padding: 18px;
            border: 1px solid rgba(84, 58, 28, 0.13);
            border-radius: 22px;
            background: rgba(250, 240, 222, 0.58);
        }

        .kf-verification-block {
            display: grid;
            gap: 10px;
        }


        .kf-mini-button {
            flex: 0 0 auto;
            border: 1px solid rgba(84, 58, 28, 0.18);
            border-radius: 999px;
            padding: 8px 11px;
            color: #4f3218;
            background: #fff7e8;
            font-size: 12px;
            font-weight: 900;
            cursor: pointer;
        }

        .kf-file-input {
            padding: 14px;
            border: 1px dashed rgba(84, 58, 28, 0.28);
            border-radius: 18px;
            background: rgba(255, 252, 245, 0.74);
        }

        .kf-consent {
            grid-column: 1 / -1;
            display: flex;
            gap: 10px;
            align-items: flex-start;
            color: #5d4b38;
            font-size: 13px;
        }

        .kf-consent input {
            margin-top: 3px;
            accent-color: var(--kf-bronze);
        }

        .kf-form-footer {
            grid-column: 1 / -1;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            margin-top: 10px;
        }

        .kf-status {
            min-height: 22px;
            color: var(--kf-muted);
            font-size: 13px;
            font-weight: 700;
        }

        .kf-status[data-state="success"] {
            color: var(--kf-success);
        }

        .kf-status[data-state="error"] {
            color: var(--kf-danger);
        }

        .kf-footer {
            border-top: 1px solid rgba(84, 58, 28, 0.12);
            padding: 30px 0;
            color: var(--kf-muted);
            background: rgba(255, 250, 240, 0.52);
            font-size: 13px;
        }

        .kf-footer-inner {
            display: flex;
            justify-content: space-between;
            gap: 18px;
            flex-wrap: wrap;
        }


        /* KAPPS-15Y2B: process step number contrast fix */
        .kf-step .kf-step-number {
            display: grid;
            place-items: center;
            width: 34px;
            height: 34px;
            margin: 0;
            border-radius: 999px;
            color: #231307;
            background: #f4c56d;
            font-size: 13px;
            font-weight: 900;
            line-height: 1;
            text-align: center;
            box-shadow:
                inset 0 0 0 1px rgba(255, 244, 223, 0.44),
                0 8px 18px rgba(0, 0, 0, 0.18);
        }

        .kf-step > span:not(.kf-step-number) {
            margin-top: 0;
            color: inherit;
        }

        .kf-step > span:not(.kf-step-number) > span {
            margin-top: 4px;
            color: rgba(255, 244, 223, 0.68);
        }


        /* KAPPS-15Y2B: compact CRM form header */
        .kf-form-header {
            margin: 0 0 24px;
            padding: 20px;
            border: 1px solid rgba(185, 128, 47, 0.18);
            border-radius: 20px;
            background:
                linear-gradient(135deg, rgba(255, 252, 245, 0.94) 0%, rgba(247, 231, 204, 0.68) 100%);
        }

        .kf-form-header h2 {
            max-width: 620px;
            font-size: 23px;
            letter-spacing: -0.035em;
        }

        .kf-form-header p {
            max-width: 620px;
            color: #6d5c48;
        }

        .kf-secure-pill {
            color: #5b3715;
            background: #fff1d6;
            border-color: rgba(185, 128, 47, 0.24);
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.52);
        }

        .kf-contact-title {
            max-width: 760px;
            font-size: clamp(1.85rem, 3vw, 2.75rem);
            line-height: 1.08;
            letter-spacing: -0.045em;
        }

        @media (max-width: 680px) {
            .kf-form-header {
                margin: 0 0 24px;
                padding: 18px;
            }

            .kf-form-header h2 {
                font-size: 23px;
            }
        }

        @media (max-width: 920px) {
            .kf-home-grid,
            .kf-contact-workspace,
            .kf-card-grid {
                grid-template-columns: 1fr;
            }

            .kf-process {
                border-right: 0;
                border-bottom: 1px solid rgba(255, 244, 223, 0.16);
            }

            .kf-verification {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 680px) {
            .kf-wrap {
                width: min(100% - 28px, 1160px);
            }

            .kf-nav {
                min-height: auto;
                padding: 14px 0;
                align-items: flex-start;
                flex-direction: column;
            }

            .kf-links {
                width: 100%;
                justify-content: space-between;
            }

            .kf-link {
                flex: 1;
                justify-content: center;
                padding: 0 10px;
            }

            .kf-home-grid {
                padding-top: 36px;
            }

            .kf-section,
            .kf-section-tight {
                padding: 44px 0;
            }

            .kf-intro-panel,
            .kf-process,
            .kf-form-area {
                padding: 24px;
            }

            .kf-fields {
                grid-template-columns: 1fr;
            }

            .kf-form-header,
            .kf-form-footer {
                flex-direction: column;
                align-items: stretch;
            }

            .kf-button {
                width: 100%;
            }
        }
        /* KAPPS-15Y2B: premium CRM workflow visual */
        .kf-contact-workspace { grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr); align-items: stretch; }
        .kf-form-area { order: 1; }
        .kf-process { position: relative; order: 2; display: flex; min-height: 100%; padding: clamp(26px, 4vw, 42px); border-right: 0; border-left: 1px solid rgba(255, 244, 223, 0.14); background: radial-gradient(circle at 82% 12%, rgba(241, 185, 77, 0.22), transparent 32%), radial-gradient(circle at 8% 78%, rgba(180, 112, 42, 0.18), transparent 34%), linear-gradient(155deg, #120e0a 0%, #27190e 54%, #503018 100%); }
        .kf-workflow-visual { position: relative; isolation: isolate; display: flex; flex: 1; flex-direction: column; overflow: hidden; min-height: 100%; padding: clamp(22px, 3vw, 32px); border: 1px solid rgba(255, 244, 223, 0.18); border-radius: 28px; background: linear-gradient(145deg, rgba(255, 248, 232, 0.13), rgba(255, 255, 255, 0.035)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 28px 70px rgba(0, 0, 0, 0.24); backdrop-filter: blur(18px); }
        .kf-workflow-visual::before { content: ""; position: absolute; z-index: -1; top: -80px; right: -70px; width: 230px; height: 230px; border-radius: 50%; background: rgba(229, 169, 65, 0.18); filter: blur(8px); animation: kf-signal-breathe 7s ease-in-out infinite; }
        .kf-signal-board { position: relative; display: grid; gap: 12px; margin: 30px 0 24px; padding-left: 30px; }
        .kf-signal-line { position: absolute; top: 24px; bottom: 24px; left: 12px; width: 1px; background: linear-gradient(#f2c46f, rgba(242, 196, 111, 0.14)); }
        .kf-signal-card { position: relative; padding: 15px 16px; border: 1px solid rgba(255, 244, 223, 0.14); border-radius: 18px; background: rgba(255, 250, 240, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08); }
        .kf-signal-card::before { content: ""; position: absolute; top: 21px; left: -24px; width: 9px; height: 9px; border: 2px solid #2c1a0b; border-radius: 50%; background: #f2c46f; box-shadow: 0 0 0 5px rgba(242, 196, 111, 0.12); animation: kf-signal-pulse 3.6s ease-in-out infinite; }
        .kf-signal-card:nth-child(3)::before { animation-delay: 0.7s; }
        .kf-signal-card:nth-child(4)::before { animation-delay: 1.4s; }
        .kf-signal-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #f3c46d; font-size: 10px; font-weight: 900; letter-spacing: 0.11em; text-transform: uppercase; }
        .kf-signal-card strong { display: block; margin-top: 7px; color: #fff8ea; font-size: 14px; }
        .kf-signal-card span:last-child { display: block; margin-top: 4px; color: rgba(255, 244, 223, 0.64); font-size: 12px; }
        .kf-workflow-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(255, 244, 223, 0.13); color: rgba(255, 244, 223, 0.7); font-size: 12px; }
        .kf-live-signal { display: inline-flex; align-items: center; gap: 8px; color: #f4cf8c; font-weight: 800; }
        .kf-live-signal::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #eebc61; box-shadow: 0 0 0 5px rgba(238, 188, 97, 0.11); }
        @keyframes kf-signal-pulse { 0%, 100% { box-shadow: 0 0 0 5px rgba(242, 196, 111, 0.1); } 50% { box-shadow: 0 0 0 10px rgba(242, 196, 111, 0.02); } }
        @keyframes kf-signal-breathe { 0%, 100% { transform: translate3d(0, 0, 0) scale(0.94); opacity: 0.62; } 50% { transform: translate3d(-12px, 12px, 0) scale(1.08); opacity: 1; } }
        @media (prefers-reduced-motion: reduce) { .kf-workflow-visual::before, .kf-signal-card::before { animation: none; } }
        @media (max-width: 920px) { .kf-contact-workspace { grid-template-columns: 1fr; } .kf-process { border-left: 0; border-top: 1px solid rgba(255, 244, 223, 0.16); } }

        /* KAPPS-15Y2B1: Fresh Home right-side visual port */
        .kf-metric-panel { position: relative; isolation: isolate; display: flex; min-height: 520px; overflow: hidden; border-color: rgba(255, 244, 223, 0.15); color: #fff8e8; background: radial-gradient(circle at 76% 18%, rgba(226, 172, 74, 0.26), transparent 31%), radial-gradient(circle at 4% 86%, rgba(149, 90, 33, 0.24), transparent 35%), linear-gradient(155deg, #120e0a 0%, #281a0e 55%, #57351b 100%); box-shadow: var(--kf-shadow); }
        .kf-metric-panel::before { content: ""; position: absolute; z-index: -1; top: -90px; right: -80px; width: 250px; height: 250px; border: 1px solid rgba(242, 196, 111, 0.18); border-radius: 50%; box-shadow: 0 0 0 42px rgba(242, 196, 111, 0.035), 0 0 0 86px rgba(242, 196, 111, 0.025); }
        .kf-system-visual { display: flex; flex: 1; flex-direction: column; min-width: 0; padding: 4px; }
        .kf-system-header, .kf-system-status, .kf-system-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
        .kf-system-label, .kf-system-index { color: #f3c46d; font-size: 10px; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
        .kf-system-status { justify-content: flex-start; color: rgba(255, 244, 223, 0.7); font-size: 11px; font-weight: 700; }
        .kf-system-status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #efbd61; box-shadow: 0 0 0 5px rgba(239, 189, 97, 0.11); animation: kf-system-pulse 3.4s ease-in-out infinite; }
        .kf-system-stage { position: relative; display: grid; place-items: center; flex: 1; min-height: 250px; margin: 22px 0; }
        .kf-system-orbit { position: absolute; width: min(260px, 76%); aspect-ratio: 1; border: 1px solid rgba(242, 196, 111, 0.22); border-radius: 50%; box-shadow: inset 0 0 60px rgba(229, 169, 65, 0.06); animation: kf-system-turn 22s linear infinite; }
        .kf-system-orbit::before, .kf-system-orbit::after { content: ""; position: absolute; border-radius: 50%; }
        .kf-system-orbit::before { inset: 22%; border: 1px dashed rgba(255, 244, 223, 0.2); }
        .kf-system-orbit::after { top: 12%; right: 4%; width: 10px; height: 10px; background: #efbd61; box-shadow: 0 0 0 7px rgba(239, 189, 97, 0.1), 0 0 24px rgba(239, 189, 97, 0.5); }
        .kf-system-core { position: relative; display: grid; place-items: center; width: 126px; aspect-ratio: 1; border: 1px solid rgba(255, 244, 223, 0.2); border-radius: 38px; color: #2b1a0c; background: linear-gradient(145deg, #fff3d7 0%, #dca853 100%); box-shadow: 0 22px 50px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.7); transform: rotate(8deg); }
        .kf-system-core span { font-size: 27px; font-weight: 900; letter-spacing: -0.08em; transform: rotate(-8deg); }
        .kf-system-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
        .kf-system-card { min-width: 0; padding: 13px; border: 1px solid rgba(255, 244, 223, 0.14); border-radius: 16px; background: rgba(255, 250, 240, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08); backdrop-filter: blur(12px); }
        .kf-system-card strong { display: block; margin-top: 12px; color: #fff8ea; font-size: 12px; line-height: 1.3; }
        .kf-system-dot { width: 7px; height: 7px; border-radius: 50%; background: #efbd61; box-shadow: 0 0 0 4px rgba(239, 189, 97, 0.1); }
        @keyframes kf-system-turn { to { transform: rotate(360deg); } }
        @keyframes kf-system-pulse { 50% { box-shadow: 0 0 0 9px rgba(239, 189, 97, 0.02); } }
        @media (max-width: 920px) { .kf-metric-panel { min-height: 480px; } }
        @media (max-width: 680px) { .kf-metric-panel { min-height: 440px; padding: 22px; } .kf-system-stage { min-height: 220px; } .kf-system-card { padding: 11px; } }
        @media (prefers-reduced-motion: reduce) { .kf-system-orbit, .kf-system-status::before { animation: none; } }
        /* KAPPS-15Y2B1: kiradoo.in command-fabric animation port */
        .kf-command-stage { position: relative; flex: 1; min-height: 100%; overflow: hidden; border-radius: 28px; perspective: 1400px; background: radial-gradient(ellipse at 50% 48%, rgba(255,255,255,.14), rgba(255,247,232,.04) 56%, transparent 78%); }
        .kf-command-stage::before { content: ""; position: absolute; inset: 30px 18px; border: 1px solid rgba(255,225,174,.12); border-radius: 32px; background: linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.01)),linear-gradient(rgba(255,240,210,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,240,210,.045) 1px,transparent 1px); background-size: auto,24px 24px,24px 24px; transform: rotateX(60deg) rotateZ(-10deg) translateY(38px); filter: drop-shadow(0 30px 60px rgba(0,0,0,.26)); animation: kfBasePlane 9s ease-in-out infinite; }
        .kf-command-stage::after { content: ""; position: absolute; left: 50%; bottom: 32px; width: 60%; height: 20px; border-radius: 999px; transform: translateX(-50%); background: linear-gradient(90deg,transparent,rgba(242,196,111,.28),transparent); filter: blur(5px); animation: kfReflection 5.2s ease-in-out infinite; }
        .kf-command-pane { position: absolute; overflow: hidden; border: 1px solid rgba(255,225,174,.18); background: linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,247,232,.76)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.42),0 22px 58px rgba(0,0,0,.24); backdrop-filter: blur(16px); }
        .kf-browser-pane { z-index: 5; left: 5%; top: 13%; width: 72%; height: 38%; border-radius: 24px; transform: rotateX(8deg) rotateZ(-4deg); animation: kfFloatBrowser 8s ease-in-out infinite; }
        .kf-code-pane { z-index: 7; right: 3%; top: 32%; width: 49%; height: 35%; border-radius: 22px; color: rgba(255,250,240,.88); background: linear-gradient(180deg,rgba(34,24,13,.94),rgba(78,48,12,.91)); transform: rotateZ(5deg); animation: kfFloatCode 7.5s ease-in-out infinite; }
        .kf-terminal-pane { z-index: 8; left: 4%; bottom: 11%; width: 64%; height: 27%; border-radius: 22px; color: rgba(255,250,240,.9); background: linear-gradient(180deg,rgba(22,16,9,.96),rgba(72,44,10,.93)); transform: rotateZ(-2deg); animation: kfFloatTerminal 8.2s ease-in-out infinite; }
        .kf-mobile-pane { z-index: 9; right: 5%; bottom: 9%; width: 29%; height: 32%; border-radius: 25px; transform: rotateZ(7deg); animation: kfFloatMobile 7.2s ease-in-out infinite; }
        .kf-pane-head { display: flex; align-items: center; gap: 8px; height: 31px; padding-inline: 12px; border-bottom: 1px solid rgba(150,103,35,.13); color: rgba(83,51,13,.7); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
        .kf-code-pane .kf-pane-head,.kf-terminal-pane .kf-pane-head { color: rgba(255,250,240,.68); border-bottom-color: rgba(255,255,255,.11); }
        .kf-traffic { width: 6px; height: 6px; border-radius: 50%; background: rgba(201,149,66,.9); box-shadow: 11px 0 0 rgba(201,149,66,.48),22px 0 0 rgba(201,149,66,.26); }
        .kf-browser-body { padding: 14px; }
        .kf-surface-line { position: relative; overflow: hidden; width: 70%; height: 12px; margin-bottom: 9px; border-radius: 999px; background: linear-gradient(90deg,rgba(21,16,11,.92),rgba(201,149,66,.88)); animation: kfWidthPulse 4.4s ease-in-out infinite; }
        .kf-surface-line::after,.kf-mobile-bar::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,transparent,rgba(255,255,255,.76),transparent); transform: translateX(-130%); animation: kfLineShine 3.6s ease-in-out infinite; }
        .kf-surface-line.short { width: 46%; opacity: .58; animation-delay: -1.2s; }
        .kf-browser-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 15px; }
        .kf-browser-tile { position: relative; overflow: hidden; height: 52px; border: 1px solid rgba(150,103,35,.13); border-radius: 13px; background: linear-gradient(180deg,rgba(255,255,255,.8),rgba(255,247,232,.62)); box-shadow: 0 10px 24px rgba(83,51,13,.08); animation: kfTilePulse 5.6s ease-in-out infinite; }
        .kf-browser-tile:nth-child(2) { animation-delay: -1.4s; }.kf-browser-tile:nth-child(3) { animation-delay: -2.8s; }
        .kf-browser-tile::before { content: ""; position: absolute; inset: 8px; border-radius: 9px; background: linear-gradient(90deg,rgba(21,16,11,.18),rgba(201,149,66,.26)),linear-gradient(rgba(122,82,24,.06) 1px,transparent 1px); background-size: auto,14px 14px; }
        .kf-browser-tile::after,.kf-mobile-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg,transparent,rgba(255,255,255,.72),transparent); transform: translateX(-130%); animation: kfTileShine 4.8s ease-in-out infinite; }
        .kf-code-body,.kf-terminal-body { padding: 10px 11px; font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace; font-size: 7px; line-height: 1.75; }
        .kf-code-line,.kf-deploy-line { display: block; white-space: nowrap; animation: kfCodeRise 7s linear infinite; }
        .kf-code-line:nth-child(2),.kf-deploy-line:nth-child(2) { animation-delay: -.8s; }.kf-code-line:nth-child(3),.kf-deploy-line:nth-child(3) { animation-delay: -1.6s; }.kf-code-line:nth-child(4),.kf-deploy-line:nth-child(4) { animation-delay: -2.4s; }.kf-code-line:nth-child(5),.kf-deploy-line:nth-child(5) { animation-delay: -3.2s; }
        .kf-keyword,.kf-prompt { color: #f5d49a; }.kf-string { color: #f1b85f; }
        .kf-terminal-progress { position: absolute; right: 11px; bottom: 9px; left: 11px; overflow: hidden; height: 5px; border-radius: 999px; background: rgba(255,255,255,.12); }
        .kf-terminal-progress span { display: block; width: 76%; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#704411,#c99542,#fff0c2); animation: kfDeployFill 4.6s ease-in-out infinite; }
        .kf-mobile-screen { position: absolute; inset: 10px; overflow: hidden; padding: 14px 10px; border: 1px solid rgba(150,103,35,.12); border-radius: 18px; background: linear-gradient(180deg,rgba(255,255,255,.9),rgba(255,247,232,.72)); }
        .kf-mobile-bar { position: relative; overflow: hidden; width: 86%; height: 7px; margin-bottom: 9px; border-radius: 999px; background: rgba(21,16,11,.84); animation: kfMobileLine 4.4s ease-in-out infinite; }
        .kf-mobile-bar.two { width: 64%; opacity: .38; animation-delay: -1.2s; }
        .kf-mobile-stack { display: grid; gap: 6px; margin-top: 12px; }
        .kf-mobile-card { position: relative; overflow: hidden; height: 25px; border: 1px solid rgba(150,103,35,.1); border-radius: 9px; background: linear-gradient(180deg,rgba(255,255,255,.8),rgba(255,247,232,.62)); animation: kfMobileCard 5s ease-in-out infinite; }
        .kf-mobile-card:nth-child(2) { animation-delay: -1.3s; }.kf-mobile-card:nth-child(3) { animation-delay: -2.6s; }
        .kf-stack-rail { position: absolute; z-index: 4; right: 4%; left: 4%; display: flex; align-items: center; justify-content: center; gap: 6px; overflow: hidden; height: 36px; border: 1px solid rgba(255,225,174,.14); border-radius: 999px; background: rgba(255,255,255,.1); backdrop-filter: blur(10px); mask-image: linear-gradient(90deg,transparent,black 9%,black 91%,transparent); }
        .kf-stack-rail::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent); transform: translateX(-120%); animation: kfRailShine 5.4s ease-in-out infinite; }
        .kf-stack-rail.top { top: 3%; transform: rotateZ(-2deg); }.kf-stack-rail.bottom { bottom: 3%; transform: rotateZ(2deg); }
        .kf-stack-pill { position: relative; z-index: 2; display: inline-flex; align-items: center; min-height: 22px; padding-inline: 8px; border: 1px solid rgba(255,225,174,.16); border-radius: 999px; color: rgba(255,244,223,.78); background: rgba(255,255,255,.08); font-size: 7px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; animation: kfStackPulse 4.8s ease-in-out infinite; }
        .kf-stack-pill:nth-child(2) { animation-delay: -.8s; }.kf-stack-pill:nth-child(3) { animation-delay: -1.6s; }.kf-stack-pill:nth-child(4) { animation-delay: -2.4s; }
        .kf-packet { position: absolute; z-index: 10; height: 5px; border-radius: 999px; background: linear-gradient(90deg,#704411,#c99542,#fff0c2); filter: drop-shadow(0 0 14px rgba(185,129,47,.55)); }
        .kf-packet.one { top: 26%; left: -70px; width: 60px; animation: kfPacketRight 5.4s linear infinite; }.kf-packet.two { top: 62%; right: -55px; width: 44px; animation: kfPacketLeft 6.8s linear infinite; }.kf-packet.three { top: 78%; left: -60px; width: 52px; animation: kfPacketRight 7.2s linear -2s infinite; }
        @keyframes kfBasePlane { 0%,100%{transform:rotateX(60deg) rotateZ(-10deg) translateY(38px)}50%{transform:rotateX(60deg) rotateZ(-8deg) translateY(23px)} }
        @keyframes kfFloatBrowser { 0%,100%{transform:rotateX(8deg) rotateZ(-4deg) translateY(0)}50%{transform:rotateX(8deg) rotateZ(-2deg) translateY(-11px)} }
        @keyframes kfFloatCode { 0%,100%{transform:rotateZ(5deg) translateY(0)}50%{transform:rotateZ(2deg) translateY(-8px)} }
        @keyframes kfFloatTerminal { 0%,100%{transform:rotateZ(-2deg) translateY(0)}50%{transform:rotateZ(-4deg) translateY(9px)} }
        @keyframes kfFloatMobile { 0%,100%{transform:rotateZ(7deg) translateY(0)}50%{transform:rotateZ(4deg) translateY(-9px)} }
        @keyframes kfWidthPulse { 0%,100%{width:70%}50%{width:86%} } @keyframes kfMobileLine { 0%,100%{width:72%}50%{width:94%} }
        @keyframes kfLineShine { 0%,35%{transform:translateX(-130%)}62%,100%{transform:translateX(130%)} }
        @keyframes kfTilePulse { 0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)} } @keyframes kfMobileCard { 0%,100%{transform:translateY(0);opacity:.86}50%{transform:translateY(-3px);opacity:1} }
        @keyframes kfTileShine { 0%,38%{transform:translateX(-130%)}58%,100%{transform:translateX(130%)} }
        @keyframes kfCodeRise { 0%{transform:translateY(14px);opacity:.1}12%,70%{opacity:.9}100%{transform:translateY(-17px);opacity:.05} }
        @keyframes kfDeployFill { 0%,100%{width:42%}55%{width:96%} } @keyframes kfRailShine { 0%,45%{transform:translateX(-120%)}68%,100%{transform:translateX(120%)} }
        @keyframes kfStackPulse { 0%,100%{transform:translateY(0);opacity:.78}50%{transform:translateY(-2px);opacity:1} }
        @keyframes kfPacketRight { to{left:calc(100% + 70px)} } @keyframes kfPacketLeft { to{right:calc(100% + 70px)} }
        @keyframes kfReflection { 0%,100%{opacity:.34;transform:translateX(-50%) scaleX(.72)}50%{opacity:.78;transform:translateX(-50%) scaleX(1)} }
        @media (max-width:920px) { .kf-command-stage { min-height: 520px; } }
        @media (max-width:680px) { .kf-command-stage { min-height: 440px; } .kf-code-body,.kf-terminal-body { font-size: 6px; } .kf-stack-pill { padding-inline: 6px; font-size: 6px; } }
        @media (prefers-reduced-motion:reduce) { .kf-command-stage *,.kf-command-stage::before,.kf-command-stage::after { animation:none !important; } }


        /* KAPPS-15Y2B1-R2: frameless pro hero and bronze reflection */
        .kf-home-grid { grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); gap: clamp(28px, 5vw, 72px); align-items: center; padding-top: 58px; padding-bottom: 54px; }
        .kf-intro-panel { overflow: visible; padding: clamp(20px, 3vw, 38px) 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
        .kf-intro-panel::after { display: none; }
        .kf-metric-panel { min-height: 560px; padding: 0; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
        .kf-metric-panel::before { display: none; }
        .kf-command-stage { min-height: 560px; overflow: visible; border-radius: 0; background: transparent; }
        .kf-command-stage::before { border-color: rgba(128,78,20,.12); background: linear-gradient(135deg,rgba(255,255,255,.22),rgba(255,255,255,.035)),linear-gradient(rgba(122,82,24,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(122,82,24,.045) 1px,transparent 1px); }
        .kf-stack-rail { border-color: rgba(150,103,35,.14); color: #5b3b18; background: rgba(255,250,240,.42); box-shadow: 0 12px 34px rgba(78,47,13,.07); }
        .kf-stack-pill { border-color: rgba(150,103,35,.16); color: rgba(75,45,14,.78); background: rgba(255,252,246,.66); }
        .kf-title { color: #25170b; background: linear-gradient(108deg,#17110a 0%,#17110a 28%,#704314 43%,#d09a43 49%,#fff0bf 52%,#9a6221 57%,#17110a 70%,#17110a 100%); background-size: 260% 100%; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(0 14px 24px rgba(91,55,15,.12)); animation: kfBronzeHeading 7.8s cubic-bezier(.45,0,.2,1) infinite; }
        .kf-code-pane { width: 52%; height: 38%; background: radial-gradient(circle at 82% 12%,rgba(226,170,75,.17),transparent 35%),linear-gradient(160deg,rgba(25,18,11,.97),rgba(79,48,13,.94)); box-shadow: inset 0 0 0 1px rgba(255,235,197,.08),0 28px 72px rgba(53,31,8,.28); }
        .kf-terminal-pane { width: 68%; height: 31%; background: radial-gradient(circle at 16% 0,rgba(226,170,75,.12),transparent 38%),linear-gradient(160deg,rgba(17,13,9,.98),rgba(65,39,10,.96)); }
        .kf-code-body,.kf-terminal-body { padding: 11px 12px 18px; font-size: 7.2px; line-height: 1.68; }
        .kf-code-line,.kf-deploy-line { opacity: 0; transform: translateY(18px); animation: kfProCodeRise 9.6s linear infinite; }
        .kf-code-line:nth-child(2),.kf-deploy-line:nth-child(2) { animation-delay: -1.05s; }
        .kf-code-line:nth-child(3),.kf-deploy-line:nth-child(3) { animation-delay: -2.1s; }
        .kf-code-line:nth-child(4),.kf-deploy-line:nth-child(4) { animation-delay: -3.15s; }
        .kf-code-line:nth-child(5),.kf-deploy-line:nth-child(5) { animation-delay: -4.2s; }
        .kf-code-line:nth-child(6),.kf-deploy-line:nth-child(6) { animation-delay: -5.25s; }
        .kf-code-line:nth-child(7),.kf-deploy-line:nth-child(7) { animation-delay: -6.3s; }
        .kf-code-line:nth-child(8),.kf-deploy-line:nth-child(8) { animation-delay: -7.35s; }
        .kf-code-line:nth-child(9),.kf-deploy-line:nth-child(9) { animation-delay: -8.4s; }
        .kf-muted-code { color: rgba(255,250,240,.58); }
        @keyframes kfBronzeHeading { 0%,18%{background-position:100% 0}58%,100%{background-position:-35% 0} }
        @keyframes kfProCodeRise { 0%{opacity:0;transform:translateY(22px)}9%,58%{opacity:.92}76%{opacity:.34;transform:translateY(-10px)}100%{opacity:0;transform:translateY(-28px)} }
        @media (max-width:920px) { .kf-home-grid { grid-template-columns:1fr; gap:18px; } .kf-intro-panel { padding-bottom:10px; } .kf-metric-panel,.kf-command-stage { min-height:600px; } }
        @media (max-width:680px) { .kf-home-grid { padding-top:32px; } .kf-metric-panel,.kf-command-stage { min-height:500px; } .kf-code-body,.kf-terminal-body { font-size:6.3px; } }
        @media (prefers-reduced-motion:reduce) { .kf-title { animation:none; background-position:48% 0; } }

        /* KAPPS-15Y2B1-R3: readable command text and premium capabilities */
        .kf-code-body,
        .kf-terminal-body {
            font-size: 8px;
            line-height: 1.72;
        }

        .kf-capabilities-section {
            position: relative;
            overflow: hidden;
            padding: clamp(70px, 8vw, 112px) 0 clamp(82px, 9vw, 126px);
            border-top: 1px solid rgba(94, 59, 20, 0.1);
            background:
                radial-gradient(circle at 8% 18%, rgba(213, 160, 68, 0.16), transparent 28rem),
                radial-gradient(circle at 94% 74%, rgba(116, 69, 24, 0.1), transparent 30rem),
                linear-gradient(180deg, rgba(255, 251, 243, 0.32), rgba(244, 231, 210, 0.62));
        }

        .kf-capabilities-section::before {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            background:
                linear-gradient(90deg, rgba(112, 69, 24, 0.035) 1px, transparent 1px),
                linear-gradient(rgba(112, 69, 24, 0.035) 1px, transparent 1px);
            background-size: 64px 64px;
            mask-image: linear-gradient(180deg, transparent, #000 18%, #000 78%, transparent);
        }

        .kf-capabilities-section .kf-wrap {
            position: relative;
            z-index: 1;
        }

        .kf-capabilities-head {
            display: grid;
            grid-template-columns: minmax(0, 1.1fr) minmax(280px, .58fr);
            gap: clamp(26px, 6vw, 76px);
            align-items: end;
            margin-bottom: clamp(32px, 5vw, 58px);
        }

        .kf-capabilities-head .kf-eyebrow {
            margin-bottom: 18px;
        }

        .kf-capabilities-title {
            max-width: 760px;
            margin: 0;
            color: #1f150c;
            font-size: clamp(2.35rem, 4.8vw, 4.9rem);
            line-height: .96;
            letter-spacing: -.07em;
            text-wrap: balance;
        }

        .kf-capabilities-copy {
            margin: 0;
            padding: 4px 0 4px 22px;
            border-left: 2px solid rgba(177, 117, 30, .48);
            color: #705d49;
            font-size: 15px;
            line-height: 1.75;
        }

        .kf-capabilities-section .kf-card-grid {
            gap: clamp(14px, 2vw, 22px);
            margin-top: 0;
            align-items: stretch;
        }

        .kf-capabilities-section .kf-card {
            position: relative;
            isolation: isolate;
            min-height: 330px;
            overflow: hidden;
            padding: clamp(25px, 3vw, 34px);
            border: 1px solid rgba(111, 68, 21, .16);
            border-radius: 32px;
            background:
                radial-gradient(circle at 84% 8%, rgba(255, 255, 255, .8), transparent 34%),
                linear-gradient(150deg, rgba(255, 255, 255, .82), rgba(250, 238, 216, .62));
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, .82),
                0 28px 70px rgba(61, 38, 13, .1);
            transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
        }

        .kf-capabilities-section .kf-card:nth-child(2) {
            color: #fff8e9;
            border-color: rgba(255, 221, 158, .2);
            background:
                radial-gradient(circle at 82% 8%, rgba(221, 164, 66, .22), transparent 35%),
                linear-gradient(150deg, #18110b 0%, #3d2814 62%, #704517 100%);
            box-shadow:
                inset 0 1px 0 rgba(255, 245, 220, .13),
                0 34px 82px rgba(47, 27, 7, .22);
            transform: translateY(22px);
        }

        .kf-capabilities-section .kf-card::before {
            content: "01";
            display: grid;
            place-items: center;
            width: 48px;
            height: 48px;
            margin-bottom: clamp(54px, 7vw, 82px);
            border: 1px solid rgba(137, 84, 23, .16);
            border-radius: 17px;
            color: #503114;
            background: linear-gradient(145deg, #fff9eb, #dca74e);
            box-shadow: 0 16px 34px rgba(112, 68, 17, .16);
            font-size: 11px;
            font-weight: 900;
            letter-spacing: .1em;
        }

        .kf-capabilities-section .kf-card:nth-child(2)::before { content: "02"; }
        .kf-capabilities-section .kf-card:nth-child(3)::before { content: "03"; }

        .kf-capabilities-section .kf-card::after {
            content: "";
            position: absolute;
            z-index: -1;
            inset: 0;
            pointer-events: none;
            background: linear-gradient(112deg, transparent 0 38%, rgba(255, 255, 255, .54) 49%, transparent 61%);
            transform: translateX(-125%);
            animation: kfCapabilityShine 8s ease-in-out infinite;
        }

        .kf-capabilities-section .kf-card:nth-child(2)::after { animation-delay: -2.4s; opacity: .22; }
        .kf-capabilities-section .kf-card:nth-child(3)::after { animation-delay: -4.8s; }

        .kf-capabilities-section .kf-card-kicker {
            color: #9a6423;
            font-size: 10px;
            letter-spacing: .17em;
        }

        .kf-capabilities-section .kf-card:nth-child(2) .kf-card-kicker {
            color: #f2c779;
        }

        .kf-capabilities-section .kf-card h2 {
            margin-top: 13px;
            font-size: clamp(1.28rem, 2vw, 1.62rem);
            letter-spacing: -.045em;
        }

        .kf-capabilities-section .kf-card:nth-child(2) h2 {
            color: #fff8e9;
        }

        .kf-capabilities-section .kf-card p {
            max-width: 31rem;
            font-size: 14px;
            line-height: 1.7;
        }

        .kf-capabilities-section .kf-card:nth-child(2) p {
            color: rgba(255, 244, 223, .7);
        }

        .kf-capabilities-section .kf-card:hover {
            transform: translateY(-7px);
            border-color: rgba(157, 98, 27, .3);
            box-shadow: 0 38px 92px rgba(61, 38, 13, .16);
        }

        .kf-capabilities-section .kf-card:nth-child(2):hover {
            transform: translateY(15px);
        }

        @keyframes kfCapabilityShine {
            0%, 48% { transform: translateX(-125%); opacity: 0; }
            58% { opacity: .72; }
            76%, 100% { transform: translateX(125%); opacity: 0; }
        }

        @media (max-width: 920px) {
            .kf-capabilities-head {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .kf-capabilities-section .kf-card:nth-child(2) {
                transform: none;
            }

            .kf-capabilities-section .kf-card:nth-child(2):hover {
                transform: translateY(-7px);
            }
        }

        @media (max-width: 680px) {
            .kf-code-body,
            .kf-terminal-body {
                font-size: 7.1px;
                line-height: 1.76;
            }

            .kf-capabilities-title {
                font-size: clamp(2.15rem, 11vw, 3.3rem);
            }

            .kf-capabilities-copy {
                padding-left: 17px;
            }

            .kf-capabilities-section .kf-card {
                min-height: 285px;
            }

            .kf-capabilities-section .kf-card::before {
                margin-bottom: 48px;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .kf-capabilities-section .kf-card::after {
                animation: none;
            }

            .kf-capabilities-section .kf-card {
                transition: none;
            }
        }

/* KAPPS-15Y2B1-R4: focused capabilities + smart OTP contact */
.kf-capabilities-section{padding:clamp(58px,6vw,82px) 0 clamp(68px,7vw,96px)}
.kf-capabilities-head{grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);gap:clamp(24px,4vw,52px);margin-bottom:clamp(28px,4vw,42px)}
.kf-capabilities-title{max-width:650px;font-size:clamp(2rem,3.2vw,3.25rem);line-height:1.02;letter-spacing:-.055em}
.kf-capabilities-copy{position:relative;overflow:hidden;padding:18px 20px 18px 48px;border:1px solid rgba(151,94,25,.14);border-radius:20px;background:linear-gradient(135deg,rgba(255,255,255,.72),rgba(255,245,226,.46));box-shadow:inset 0 1px 0 #fff,0 18px 46px rgba(72,43,12,.07);font-size:14px;line-height:1.65}
.kf-capabilities-copy::before{content:"";position:absolute;top:24px;left:22px;width:9px;height:9px;border-radius:50%;background:#c58b35;box-shadow:0 0 0 6px rgba(197,139,53,.12);animation:kfCapPulse 2.8s ease-in-out infinite}
.kf-capabilities-copy::after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 42%,rgba(255,255,255,.6) 50%,transparent 58%);transform:translateX(-130%);animation:kfCapShine 7s ease-in-out infinite}
.kf-capabilities-section .kf-card{min-height:245px;padding:24px;border-radius:26px}
.kf-capabilities-section .kf-card:nth-child(2){transform:translateY(12px)}
.kf-capabilities-section .kf-card::before{width:42px;height:42px;margin-bottom:38px;border-radius:14px;animation:kfCapNode 3.6s ease-in-out infinite}
.kf-capabilities-section .kf-card:nth-child(2)::before{animation-delay:-1.2s}.kf-capabilities-section .kf-card:nth-child(3)::before{animation-delay:-2.4s}
.kf-capabilities-section .kf-card h2{display:flex;align-items:center;justify-content:space-between;gap:14px;font-size:clamp(1.16rem,1.6vw,1.38rem)}
.kf-capabilities-section .kf-card h2::after{content:"";flex:0 0 34px;height:3px;border-radius:99px;background:linear-gradient(90deg,rgba(163,105,31,.16),#c58b35);animation:kfCapSignal 3.8s ease-in-out infinite}
.kf-capabilities-section .kf-card:nth-child(2) h2::after{animation-delay:-1.25s}.kf-capabilities-section .kf-card:nth-child(3) h2::after{animation-delay:-2.5s}
.kf-capabilities-section .kf-card p{font-size:13px;line-height:1.62}
@keyframes kfCapPulse{50%{box-shadow:0 0 0 11px rgba(197,139,53,.02)}}@keyframes kfCapShine{0%,52%{transform:translateX(-130%)}72%,100%{transform:translateX(130%)}}@keyframes kfCapNode{50%{transform:translateY(-4px);filter:brightness(1.1)}}@keyframes kfCapSignal{0%,100%{transform:scaleX(.45);opacity:.45}50%{transform:scaleX(1);opacity:1}}
.kf-contact-workspace{grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr)}.kf-form-area{padding:clamp(22px,3vw,32px)}.kf-form-header{margin-bottom:18px;padding:16px 18px;border-radius:17px}.kf-form-header h2{font-size:21px}.kf-form-header p{margin-top:5px}.kf-fields{gap:13px 14px}.kf-field{gap:6px}.kf-input,.kf-select,.kf-textarea{min-height:44px;border-radius:13px;padding:10px 12px}.kf-textarea{min-height:94px}
.kf-otp-panel{grid-column:1/-1;display:grid;grid-template-columns:minmax(150px,.44fr) 1fr;gap:12px;align-items:end;padding:14px;border:1px solid rgba(185,128,47,.16);border-radius:17px;background:linear-gradient(135deg,rgba(255,252,245,.84),rgba(247,231,204,.5))}.kf-otp-action,.kf-otp-entry{display:grid;gap:6px}.kf-otp-panel .kf-button{min-height:44px}
.kf-upload{grid-column:1/-1}.kf-file-input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.kf-file-control{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:50px;padding:9px 10px 9px 15px;border:1px dashed rgba(115,71,22,.26);border-radius:15px;background:rgba(255,252,245,.62);cursor:pointer}.kf-file-control-text{font-size:12px}.kf-file-button{display:inline-flex;align-items:center;min-height:32px;padding:0 13px;border-radius:99px;color:#fff8e8;background:linear-gradient(135deg,#2c1b0d,#76501f);font-size:11px;font-weight:900}.kf-consent{font-size:12px}.kf-form-footer{margin-top:4px}
@media(max-width:680px){.kf-capabilities-title{font-size:clamp(1.9rem,9vw,2.65rem)}.kf-capabilities-section .kf-card{min-height:225px}.kf-otp-panel{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.kf-capabilities-copy::before,.kf-capabilities-copy::after,.kf-capabilities-section .kf-card::before,.kf-capabilities-section .kf-card h2::after{animation:none}}

/* KAPPS-15Y2B1-R5: rhythmic workflow, editorial quote, varied capability motion */
.kf-input::placeholder,.kf-textarea::placeholder{color:rgba(104,86,66,.48);font-size:11px;font-weight:500;letter-spacing:.005em}
.kf-select:invalid{color:rgba(104,86,66,.52);font-size:12px}
.kf-signal-line{width:2px;background:linear-gradient(180deg,rgba(242,196,111,.08),#f2c46f,rgba(242,196,111,.08));background-size:100% 220%;box-shadow:0 0 12px rgba(242,196,111,.2);animation:kfWorkflowLine 3.2s linear infinite}
.kf-signal-line::after{content:"";position:absolute;left:50%;top:0;width:7px;height:7px;border-radius:50%;background:#fff0bd;box-shadow:0 0 0 5px rgba(242,196,111,.12),0 0 18px #e9ad47;transform:translate(-50%,-50%);animation:kfWorkflowNode 4.2s ease-in-out infinite}
.kf-signal-card{transform-origin:left center;will-change:transform,box-shadow}
.kf-signal-card:nth-child(2){animation:kfWorkflowCardOne 5.8s ease-in-out infinite}
.kf-signal-card:nth-child(3){animation:kfWorkflowCardTwo 6.4s ease-in-out -1.8s infinite}
.kf-signal-card:nth-child(4){animation:kfWorkflowCardThree 6.8s ease-in-out -3.6s infinite}
.kf-signal-card:nth-child(2)::before{animation:kfWorkflowDotOne 3.4s ease-in-out infinite}
.kf-signal-card:nth-child(3)::before{animation:kfWorkflowDotTwo 3.8s ease-in-out -1.2s infinite}
.kf-signal-card:nth-child(4)::before{animation:kfWorkflowDotThree 4.2s ease-in-out -2.4s infinite}
@keyframes kfWorkflowLine{to{background-position:0 220%}}@keyframes kfWorkflowNode{0%{top:0;opacity:0}12%,88%{opacity:1}100%{top:100%;opacity:0}}
@keyframes kfWorkflowCardOne{50%{transform:translateX(4px);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),-8px 12px 30px rgba(0,0,0,.08)}}
@keyframes kfWorkflowCardTwo{50%{transform:translateX(7px) scale(1.008);border-color:rgba(242,196,111,.28)}}
@keyframes kfWorkflowCardThree{50%{transform:translateX(4px) translateY(-3px);background:rgba(255,250,240,.105)}}
@keyframes kfWorkflowDotOne{50%{box-shadow:0 0 0 10px rgba(242,196,111,.02),0 0 16px rgba(242,196,111,.32)}}@keyframes kfWorkflowDotTwo{50%{transform:scale(1.3);filter:brightness(1.18)}}@keyframes kfWorkflowDotThree{50%{box-shadow:0 0 0 7px rgba(242,196,111,.08),0 0 24px rgba(242,196,111,.48)}}
.kf-capabilities-copy{overflow:visible;padding:4px 0 13px 46px;border:0;border-radius:0;background:transparent;box-shadow:none;color:#694d2f;font-size:15px;font-style:italic;line-height:1.72}
.kf-capabilities-copy::before{content:"“";top:-16px;left:0;width:auto;height:auto;border-radius:0;background:transparent;box-shadow:none;color:#c08a38;font-family:Georgia,serif;font-size:58px;line-height:1;animation:kfQuoteBreathe 4.8s ease-in-out infinite}
.kf-capabilities-copy::after{inset:auto 0 0 46px;height:1px;background:linear-gradient(90deg,#b87c2c,rgba(184,124,44,.18),transparent);transform:none;animation:kfQuoteLine 5s ease-in-out infinite;transform-origin:left}
.kf-capabilities-section .kf-card:nth-child(1)::after{background:linear-gradient(105deg,transparent 36%,rgba(255,255,255,.72) 49%,transparent 62%);animation:kfCapabilitySweep 7.4s ease-in-out infinite}
.kf-capabilities-section .kf-card:nth-child(2)::after{inset:-45%;background:radial-gradient(circle,rgba(238,185,91,.22),transparent 48%);transform:translate3d(-18%,18%,0);opacity:.65;animation:kfCapabilityOrb 8s ease-in-out infinite}
.kf-capabilities-section .kf-card:nth-child(3)::after{inset:0;background:linear-gradient(180deg,transparent,rgba(207,153,61,.14),transparent);transform:translateY(-110%);animation:kfCapabilityScan 6.6s ease-in-out infinite}
.kf-capabilities-section .kf-card:nth-child(1) h2::after{animation:kfCapSignal 3.8s ease-in-out infinite}
.kf-capabilities-section .kf-card:nth-child(2) h2::after{height:7px;flex-basis:7px;border-radius:50%;box-shadow:0 0 0 6px rgba(241,194,110,.1);animation:kfCapabilityBeacon 2.8s ease-in-out infinite}
.kf-capabilities-section .kf-card:nth-child(3) h2::after{height:2px;background:repeating-linear-gradient(90deg,#c58b35 0 5px,transparent 5px 9px);animation:kfCapabilityData 2.4s linear infinite}
@keyframes kfQuoteBreathe{50%{transform:translateY(-3px);color:#dea94f}}@keyframes kfQuoteLine{0%,100%{transform:scaleX(.35);opacity:.45}50%{transform:scaleX(1);opacity:1}}
@keyframes kfCapabilitySweep{0%,50%{transform:translateX(-125%)}75%,100%{transform:translateX(125%)}}@keyframes kfCapabilityOrb{50%{transform:translate3d(22%,-16%,0) scale(1.12);opacity:1}}@keyframes kfCapabilityScan{0%,38%{transform:translateY(-110%)}72%,100%{transform:translateY(110%)}}@keyframes kfCapabilityBeacon{50%{transform:scale(1.35);box-shadow:0 0 0 11px rgba(241,194,110,.02);filter:brightness(1.22)}}@keyframes kfCapabilityData{to{background-position:36px 0}}
@media(prefers-reduced-motion:reduce){.kf-signal-line,.kf-signal-line::after,.kf-signal-card,.kf-signal-card::before,.kf-capabilities-copy::before,.kf-capabilities-copy::after{animation:none!important}}

        /* KAPPS-15Y3-MOBILE: final responsive authority layer */
        @media (max-width: 920px) {
            .kf-home-grid,
            .kf-contact-workspace,
            .kf-capabilities-head,
            .kf-card-grid {
                grid-template-columns: minmax(0, 1fr);
            }

            .kf-home-grid,
            .kf-contact-workspace,
            .kf-capabilities-head,
            .kf-card-grid,
            .kf-form-area,
            .kf-process,
            .kf-metric-panel,
            .kf-command-stage,
            .kf-capabilities-copy,
            .kf-capabilities-section .kf-card {
                min-width: 0;
                max-width: 100%;
            }

            .kf-contact-workspace {
                display: grid;
                overflow: hidden;
            }

            .kf-form-area {
                order: 1;
                width: 100%;
            }

            .kf-process {
                order: 2;
                width: 100%;
                min-height: auto;
                border-left: 0;
                border-top: 1px solid rgba(255, 244, 223, .16);
            }

            .kf-command-stage {
                overflow: hidden;
            }

            .kf-capabilities-head {
                align-items: start;
            }

            .kf-capabilities-copy {
                width: 100%;
            }

            .kf-capabilities-section .kf-card:nth-child(2),
            .kf-capabilities-section .kf-card:nth-child(2):hover {
                transform: none;
            }
        }

        @media (max-width: 680px) {
            .kf-wrap {
                width: calc(100% - 28px);
                max-width: 100%;
            }

            .kf-home-grid {
                gap: 12px;
                padding-top: 28px;
                padding-bottom: 34px;
            }

            .kf-intro-panel {
                padding: 14px 0 8px;
            }

            .kf-title {
                font-size: clamp(2.2rem, 12vw, 3.4rem);
                line-height: .98;
                letter-spacing: -.065em;
            }

            .kf-lead {
                font-size: .96rem;
            }

            .kf-metric-panel,
            .kf-command-stage {
                width: 100%;
                min-height: 470px;
            }

            .kf-command-stage {
                overflow: hidden;
            }

            .kf-browser-pane {
                left: 3%;
                top: 13%;
                width: 76%;
            }

            .kf-code-pane {
                right: 2%;
                width: 55%;
            }

            .kf-terminal-pane {
                left: 2%;
                width: 71%;
            }

            .kf-mobile-pane {
                right: 3%;
                width: 31%;
            }

            .kf-stack-rail {
                right: 2%;
                left: 2%;
                gap: 4px;
            }

            .kf-stack-pill {
                padding-inline: 5px;
                font-size: 5.8px;
            }

            .kf-contact-heading {
                padding-top: 26px;
                padding-bottom: 18px;
            }

            .kf-contact-title {
                font-size: clamp(1.8rem, 9vw, 2.45rem);
            }

            .kf-contact-workspace {
                border-radius: 24px;
            }

            .kf-form-area,
            .kf-process {
                padding: 18px;
            }

            .kf-form-header {
                padding: 14px;
            }

            .kf-fields {
                grid-template-columns: minmax(0, 1fr);
                gap: 12px;
            }

            .kf-field,
            .kf-field-wide,
            .kf-upload,
            .kf-otp-panel,
            .kf-consent,
            .kf-form-footer {
                grid-column: 1 / -1;
                min-width: 0;
                width: 100%;
            }

            .kf-otp-panel {
                grid-template-columns: minmax(0, 1fr);
                padding: 12px;
            }

            .kf-file-control {
                align-items: flex-start;
                flex-direction: column;
                padding: 12px;
            }

            .kf-file-button {
                justify-content: center;
                width: 100%;
            }

            .kf-form-footer {
                gap: 10px;
            }

            .kf-workflow-visual {
                min-height: auto;
                padding: 18px;
                border-radius: 22px;
            }

            .kf-signal-board {
                margin: 22px 0 18px;
            }

            .kf-capabilities-section {
                padding: 50px 0 64px;
            }

            .kf-capabilities-head {
                gap: 16px;
                margin-bottom: 26px;
            }

            .kf-capabilities-title {
                max-width: 100%;
                font-size: clamp(1.8rem, 9vw, 2.55rem);
                line-height: 1.04;
            }

            .kf-capabilities-copy {
                overflow: visible;
                padding: 8px 0 12px 35px;
                font-size: 13.5px;
                line-height: 1.62;
            }

            .kf-capabilities-copy::before {
                top: -5px;
                left: 0;
                font-size: 43px;
            }

            .kf-capabilities-copy::after {
                right: 0;
                left: 35px;
            }

            .kf-capabilities-section .kf-card-grid {
                gap: 14px;
            }

            .kf-capabilities-section .kf-card {
                min-height: 0;
                padding: 21px;
                border-radius: 23px;
            }

            .kf-capabilities-section .kf-card::before {
                margin-bottom: 28px;
            }

            .kf-capabilities-section .kf-card h2 {
                align-items: flex-start;
            }
        }

        @media (max-width: 380px) {
            .kf-wrap {
                width: calc(100% - 20px);
            }

            .kf-brand-subtitle {
                font-size: 10px;
            }

            .kf-link {
                font-size: 13px;
            }

            .kf-metric-panel,
            .kf-command-stage {
                min-height: 440px;
            }

            .kf-code-body,
            .kf-terminal-body {
                font-size: 6.6px;
            }

            .kf-form-area,
            .kf-process {
                padding: 14px;
            }

            .kf-capabilities-copy {
                padding-left: 31px;
            }
        }

        /* KAPPS-15Y3-MOBILE-R2: compact actions and trust-first contact flow */
        @media (max-width: 920px) {
            .kf-contact-workspace .kf-process {
                order: 1;
            }

            .kf-contact-workspace .kf-form-area {
                order: 2;
            }
        }

        @media (max-width: 680px) {
            .kf-actions {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                gap: 9px;
                margin-top: 24px;
            }

            .kf-actions .kf-button {
                flex: 0 0 auto;
                width: auto;
                min-height: 42px;
                padding: 0 16px;
                font-size: 12px;
                box-shadow: none;
            }

            .kf-actions .kf-button-primary {
                box-shadow: 0 10px 24px rgba(37, 23, 11, .16);
            }

            .kf-actions .kf-button-secondary {
                color: #5a3b1d;
                background: rgba(255, 250, 240, .54);
                border-color: rgba(112, 69, 24, .2);
                backdrop-filter: blur(10px);
            }

            .kf-contact-workspace .kf-process {
                border-top: 0;
                border-bottom: 1px solid rgba(255, 244, 223, .16);
            }

            .kf-contact-workspace .kf-form-area {
                border-top: 0;
            }

            .kf-form-footer {
                align-items: center;
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: space-between;
                padding-top: 4px;
            }

            .kf-form-footer .kf-status {
                flex: 1 1 150px;
            }

            .kf-form-footer .kf-button {
                flex: 0 0 auto;
                width: auto;
                min-width: 148px;
                min-height: 44px;
                padding: 0 18px;
                box-shadow: 0 12px 25px rgba(37, 23, 11, .17);
            }

            .kf-form-footer .kf-button::after {
                content: "→";
                margin-left: 7px;
                font-size: 15px;
                transition: transform .2s ease;
            }

            .kf-form-footer .kf-button:active::after {
                transform: translateX(3px);
            }
        }

        @media (max-width: 380px) {
            .kf-actions {
                align-items: flex-start;
                flex-direction: column;
            }

            .kf-actions .kf-button {
                max-width: 100%;
            }

            .kf-actions .kf-button-secondary {
                font-size: 11.5px;
            }

            .kf-form-footer {
                align-items: flex-start;
                flex-direction: column;
            }

            .kf-form-footer .kf-button {
                align-self: flex-end;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .kf-form-footer .kf-button::after {
                transition: none;
            }
        }
