:root {
    --fw-primary: #2563eb;
    --fw-primary-dark: #1e40af;
    --fw-accent: #f59e0b;
    --fw-ink: #0f172a;
    --fw-muted: #64748b;
    --fw-line: rgba(15, 23, 42, 0.1);
    --fw-surface: #ffffff;
    --fw-soft: #f8fafc;
}

html {
    background: var(--fw-soft);
}

body {
    color: var(--fw-ink);
    -webkit-font-smoothing: antialiased;
}

.fi-body,
.fi-main {
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.1), transparent 34rem),
        linear-gradient(180deg, #f8fbff 0%, #f6f7fb 44%, #ffffff 100%);
}

.fi-sidebar,
.fi-topbar nav {
    backdrop-filter: blur(18px);
}

.fi-sidebar {
    border-right: 1px solid var(--fw-line);
}

.fi-sidebar-header {
    min-height: 4.25rem;
}

.fi-logo {
    letter-spacing: 0;
    font-weight: 800;
}

.fi-ta,
.fi-section,
.fi-wi-stats-overview-stat,
.fi-card,
.fi-modal-window,
.fi-fo-field-wrp,
.fi-simple-main {
    border-color: var(--fw-line) !important;
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06) !important;
}

.fi-wi-stats-overview-stat {
    overflow: hidden;
    position: relative;
}

.fi-wi-stats-overview-stat::after {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.14), rgba(245, 158, 11, 0.12));
    content: "";
    height: 4rem;
    position: absolute;
    right: -1.25rem;
    top: -1.25rem;
    transform: rotate(12deg);
    width: 7rem;
}

.fi-btn {
    border-radius: 0.65rem !important;
    font-weight: 700;
}

.fi-input-wrp,
.fi-select-input,
.fi-textarea,
.fi-fo-file-upload,
.fi-ta-search-field input {
    border-radius: 0.75rem !important;
}

.fi-ta-table {
    min-width: 48rem;
}

.fi-ta-content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.fi-simple-main {
    width: min(100% - 2rem, 28rem);
}

.fi-simple-page {
    align-items: center;
    background:
        radial-gradient(circle at 20% 10%, rgba(37, 99, 235, 0.18), transparent 24rem),
        radial-gradient(circle at 86% 18%, rgba(245, 158, 11, 0.16), transparent 18rem),
        linear-gradient(160deg, #f8fafc 0%, #eef4ff 48%, #ffffff 100%);
}

@media (max-width: 768px) {
    .fi-main {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .fi-header-heading {
        font-size: 1.35rem !important;
        line-height: 1.2 !important;
    }

    .fi-header-subheading {
        font-size: 0.9rem !important;
    }

    .fi-header-actions,
    .fi-ta-header-toolbar,
    .fi-ta-actions {
        gap: 0.5rem !important;
    }

    .fi-header-actions .fi-btn,
    .fi-ta-header-toolbar .fi-btn {
        min-height: 2.65rem;
    }

    .fi-fo-component-ctn {
        gap: 0.85rem !important;
    }

    .fi-wi-stats-overview-stats-ctn {
        grid-template-columns: 1fr !important;
    }
}

.fw-app {
    background:
        radial-gradient(circle at 10% 0%, rgba(37, 99, 235, 0.16), transparent 22rem),
        radial-gradient(circle at 90% 8%, rgba(245, 158, 11, 0.14), transparent 18rem),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 58%);
    color: var(--fw-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin: 0;
    min-height: 100vh;
    padding-bottom: calc(5.4rem + env(safe-area-inset-bottom, 0px));
}

.fw-shell {
    margin: 0 auto;
    max-width: 70rem;
    padding: 1rem 1rem 2rem;
}

.fw-topbar {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0.5rem 0;
}

.fw-brand {
    align-items: center;
    color: inherit;
    display: flex;
    gap: 0.75rem;
    min-width: 0;
    text-decoration: none;
}

.fw-brand-mark {
    align-items: center;
    background: linear-gradient(135deg, var(--fw-primary), var(--fw-primary-dark));
    border-radius: 0.9rem;
    box-shadow: 0 14px 32px rgba(37, 99, 235, 0.24);
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 900;
    height: 2.75rem;
    justify-content: center;
    width: 2.75rem;
}

.fw-brand-title {
    display: block;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
}

.fw-brand-subtitle {
    color: var(--fw-muted);
    display: block;
    font-size: 0.82rem;
    margin: 0.15rem 0 0;
}

.fw-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.fw-button {
    align-items: center;
    background: var(--fw-surface);
    border: 1px solid var(--fw-line);
    border-radius: 0.85rem;
    color: var(--fw-ink);
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 750;
    gap: 0.4rem;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.7rem 0.95rem;
    text-decoration: none;
}

.fw-button-primary {
    background: var(--fw-primary);
    border-color: var(--fw-primary);
    color: #fff;
}

.fw-button-accent {
    background: #fffbeb;
    border-color: rgba(245, 158, 11, 0.35);
    color: #92400e;
}

.fw-hero {
    align-items: stretch;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
    margin: 1rem 0;
}

.fw-dashboard {
    background:
        linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(245, 158, 11, 0.08)),
        rgba(255, 255, 255, 0.9);
    border: 1px solid var(--fw-line);
    border-radius: 1.15rem;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
    display: grid;
    gap: 1rem;
    padding: clamp(1rem, 3vw, 1.45rem);
}

.fw-dashboard-main {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.fw-page-title {
    font-size: clamp(2rem, 6vw, 3.35rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 0.98;
    margin: 0;
}

.fw-status-card {
    align-items: center;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--fw-line);
    border-radius: 999px;
    color: var(--fw-muted);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.82rem;
    font-weight: 800;
    gap: 0.45rem;
    padding: 0.48rem 0.72rem;
}

.fw-status-dot {
    background: #10b981;
    border-radius: 999px;
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.14);
    height: 0.5rem;
    width: 0.5rem;
}

.fw-action-grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fw-action-tile {
    background: #fff;
    border: 1px solid var(--fw-line);
    border-radius: 1rem;
    color: var(--fw-ink);
    min-height: 5.25rem;
    padding: 0.95rem;
    text-decoration: none;
}

.fw-action-tile span,
.fw-action-tile strong {
    display: block;
}

.fw-action-tile span {
    color: var(--fw-muted);
    font-size: 0.78rem;
    font-weight: 800;
}

.fw-action-tile strong {
    font-size: 1.05rem;
    margin-top: 0.2rem;
}

.fw-action-primary {
    background: linear-gradient(135deg, var(--fw-primary), #1d4ed8);
    border-color: transparent;
    color: #fff;
}

.fw-action-primary span {
    color: rgba(255, 255, 255, 0.78);
}

.fw-action-accent {
    background: #fffbeb;
    border-color: rgba(245, 158, 11, 0.3);
    color: #92400e;
}

.fw-panel,
.fw-metric,
.fw-card {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--fw-line);
    border-radius: 1.1rem;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
}

.fw-panel {
    padding: clamp(1.1rem, 3vw, 2rem);
}

.fw-kicker {
    color: var(--fw-primary);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0;
    margin: 0 0 0.75rem;
    text-transform: uppercase;
}

.fw-title {
    font-size: clamp(2rem, 6vw, 4rem);
    letter-spacing: 0;
    line-height: 0.98;
    margin: 0;
    max-width: 11ch;
}

.fw-copy {
    color: var(--fw-muted);
    font-size: 1rem;
    line-height: 1.6;
    margin: 1rem 0 0;
    max-width: 40rem;
}

.fw-quick-grid,
.fw-metric-grid,
.fw-list-grid {
    display: grid;
    gap: 0.85rem;
}

.fw-metric-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 1rem 0;
}

.fw-metric {
    min-height: 6.5rem;
    padding: 1rem;
}

.fw-metric-label {
    color: var(--fw-muted);
    font-size: 0.78rem;
    font-weight: 750;
    margin: 0;
}

.fw-metric-value {
    font-size: clamp(1.22rem, 4vw, 1.45rem);
    font-weight: 850;
    margin: 0.35rem 0 0;
}

.fw-metric-note {
    color: var(--fw-muted);
    font-size: 0.76rem;
    font-weight: 700;
    margin: 0.25rem 0 0;
}

.fw-account-panel {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 1rem;
}

.fw-account-panel h2 {
    font-size: 1.15rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0;
}

.fw-account-panel p:not(.fw-kicker) {
    color: var(--fw-muted);
    line-height: 1.45;
    margin: 0.45rem 0 0;
}

.fw-account-actions {
    flex: 0 0 auto;
}

.fw-card {
    display: block;
    min-height: 8rem;
    padding: 1rem;
    text-decoration: none;
}

.fw-card-title {
    color: var(--fw-ink);
    font-size: 1rem;
    font-weight: 850;
    margin: 0;
}

.fw-card-copy {
    color: var(--fw-muted);
    font-size: 0.9rem;
    line-height: 1.45;
    margin: 0.45rem 0 0;
}

.fw-capture {
    margin: 0 auto;
    max-width: 42rem;
}

.fw-capture-drop {
    align-items: center;
    background: #fff;
    border: 2px dashed rgba(37, 99, 235, 0.28);
    border-radius: 1.2rem;
    display: grid;
    gap: 0.75rem;
    min-height: 14rem;
    padding: 1.25rem;
    text-align: center;
}

.fw-file {
    border: 1px solid var(--fw-line);
    border-radius: 0.9rem;
    font: inherit;
    padding: 0.8rem;
    width: 100%;
}

.fw-file-hidden {
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.fw-file-pill {
    background: #eff6ff;
    border: 1px solid rgba(37, 99, 235, 0.22);
    border-radius: 999px;
    color: #1d4ed8;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    margin: 0.35rem auto 0;
    max-width: 100%;
    padding: 0.65rem 1rem;
}

.fw-status {
    background: #eff6ff;
    border: 1px solid rgba(37, 99, 235, 0.18);
    border-radius: 0.85rem;
    color: #1e3a8a;
    display: none;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 1rem;
    padding: 0.85rem;
    white-space: pre-wrap;
}

.fw-bottom-bar {
    align-items: center;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--fw-line);
    border-radius: 1.25rem 1.25rem 0 0;
    bottom: 0;
    box-shadow: 0 -18px 44px rgba(15, 23, 42, 0.12);
    display: grid;
    gap: 0.2rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    left: 50%;
    max-width: 42rem;
    padding: 0.45rem 0.5rem calc(0.45rem + env(safe-area-inset-bottom, 0px));
    position: fixed;
    transform: translateX(-50%);
    width: min(100%, 42rem);
    z-index: 50;
}

.fw-bottom-link {
    align-items: center;
    border-radius: 0.95rem;
    color: var(--fw-muted);
    display: flex;
    flex-direction: column;
    font-size: 0.72rem;
    font-weight: 800;
    gap: 0.18rem;
    justify-content: center;
    min-height: 3.65rem;
    text-decoration: none;
}

.fw-bottom-link svg {
    fill: none;
    height: 1.25rem;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 1.25rem;
}

.fw-bottom-link.is-active {
    background: #eff6ff;
    color: var(--fw-primary);
}

.fw-form-grid {
    display: grid;
    gap: 0.9rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fw-grid-two {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fw-field {
    display: grid;
    gap: 0.35rem;
}

.fw-field label,
.fw-field span {
    color: var(--fw-muted);
    font-size: 0.8rem;
    font-weight: 800;
}

.fw-field input {
    background: #fff;
    border: 1px solid var(--fw-line);
    border-radius: 0.85rem;
    color: var(--fw-ink);
    font: inherit;
    min-height: 2.95rem;
    padding: 0.78rem 0.9rem;
    width: 100%;
}

.fw-field select,
.fw-field textarea {
    background: #fff;
    border: 1px solid var(--fw-line);
    border-radius: 0.85rem;
    color: var(--fw-ink);
    font: inherit;
    min-height: 2.95rem;
    padding: 0.78rem 0.9rem;
    resize: vertical;
    width: 100%;
}

.fw-field input:focus,
.fw-field select:focus,
.fw-field textarea:focus {
    border-color: rgba(37, 99, 235, 0.55);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
    outline: none;
}

.fw-field-full {
    grid-column: 1 / -1;
}

.fw-alert {
    background: #ecfdf5;
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 0.9rem;
    color: #065f46;
    font-weight: 750;
    margin-top: 1rem;
    padding: 0.85rem;
}

.fw-errors {
    background: #fff1f2;
    border: 1px solid rgba(225, 29, 72, 0.2);
    border-radius: 0.9rem;
    color: #9f1239;
    line-height: 1.5;
    margin-top: 1rem;
    padding: 0.85rem;
}

.fw-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.fw-table {
    border-collapse: collapse;
    min-width: 48rem;
    width: 100%;
}

.fw-table th,
.fw-table td {
    border-bottom: 1px solid var(--fw-line);
    padding: 0.85rem;
    text-align: left;
    vertical-align: top;
}

.fw-table th {
    color: var(--fw-muted);
    font-size: 0.78rem;
    text-transform: uppercase;
}

.fw-code {
    background: #0f172a;
    border-radius: 0.65rem;
    color: #e2e8f0;
    font-size: 0.75rem;
    max-width: 32rem;
    overflow: auto;
    padding: 0.75rem;
}

.fw-import-hero {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.fw-import-layout {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.55fr);
    margin-bottom: 1rem;
}

.fw-import-steps {
    display: grid;
    gap: 0.55rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 1rem 0;
}

.fw-step {
    align-items: center;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid var(--fw-line);
    border-radius: 0.95rem;
    color: var(--fw-muted);
    display: flex;
    gap: 0.55rem;
    min-height: 3.25rem;
    padding: 0.55rem 0.7rem;
}

.fw-step span {
    align-items: center;
    background: #e2e8f0;
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.75rem;
    font-weight: 900;
    height: 1.55rem;
    justify-content: center;
    width: 1.55rem;
}

.fw-step strong {
    font-size: 0.86rem;
}

.fw-step.is-active {
    background: #eff6ff;
    border-color: rgba(37, 99, 235, 0.2);
    color: var(--fw-primary);
}

.fw-step.is-active span {
    background: var(--fw-primary);
    color: #fff;
}

.fw-import-drop {
    min-height: 11rem;
}

.fw-import-actions {
    justify-content: flex-start;
    margin-top: 1rem;
}

.fw-side-title {
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0;
}

.fw-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 1rem;
}

.fw-chip-list span {
    background: #f8fafc;
    border: 1px solid var(--fw-line);
    border-radius: 999px;
    color: var(--fw-ink);
    font-size: 0.8rem;
    font-weight: 800;
    padding: 0.45rem 0.65rem;
}

.fw-import-note {
    border-top: 1px solid var(--fw-line);
    color: var(--fw-muted);
    line-height: 1.5;
    margin-top: 1rem;
    padding-top: 1rem;
}

.fw-import-note strong {
    color: var(--fw-ink);
}

.fw-preview-head {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.fw-file-pill-error {
    background: #fff1f2;
    border-color: rgba(225, 29, 72, 0.2);
    color: #9f1239;
}

.fw-status-error {
    background: #fff1f2;
    border-color: rgba(225, 29, 72, 0.2);
    color: #9f1239;
}

@media (max-width: 860px) {
    .fw-shell {
        padding: 0.85rem;
    }

    .fw-topbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .fw-actions,
    .fw-button {
        width: 100%;
    }

    .fw-top-actions {
        display: none;
    }

    .fw-hero,
    .fw-metric-grid,
    .fw-import-layout {
        grid-template-columns: 1fr;
    }

    .fw-import-hero,
    .fw-preview-head {
        align-items: stretch;
        display: grid;
    }

    .fw-import-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fw-dashboard-main,
    .fw-account-panel {
        display: grid;
    }

    .fw-action-grid {
        grid-template-columns: 1.15fr 1fr;
    }

    .fw-action-tile {
        min-height: 4.75rem;
    }

    .fw-action-grid .fw-action-tile:last-child {
        grid-column: 1 / -1;
        min-height: 4rem;
    }

    .fw-metric-grid {
        grid-auto-columns: minmax(9.4rem, 1fr);
        grid-auto-flow: column;
        grid-template-columns: none !important;
        overflow-x: auto;
        padding-bottom: 0.25rem;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
    }

    .fw-metric {
        scroll-snap-align: start;
    }

    .fw-title {
        max-width: 12ch;
    }

    .fw-form-grid {
        grid-template-columns: 1fr;
    }

    .fw-grid-two {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 861px) {
    .fw-app {
        padding-bottom: 0;
    }

    .fw-bottom-bar {
        display: none;
    }
}

@media (max-width: 420px) {
    .fw-page-title {
        font-size: 2.35rem;
    }

    .fw-metric {
        min-height: 6rem;
        padding: 0.88rem;
    }
}

/* Apple-inspired visual refresh */
:root {
    --fw-primary: #007aff;
    --fw-primary-dark: #0057d9;
    --fw-accent: #34c759;
    --fw-ink: #1d1d1f;
    --fw-muted: #6e6e73;
    --fw-line: rgba(0, 0, 0, 0.08);
    --fw-surface: rgba(255, 255, 255, 0.78);
    --fw-soft: #f5f5f7;
    --fw-elevated: rgba(255, 255, 255, 0.9);
    --fw-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
    --fw-small-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

html {
    background: var(--fw-soft);
}

body,
.fw-app,
.fi-body,
.fi-main,
.fi-simple-page {
    color: var(--fw-ink);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
}

.fw-app {
    background:
        linear-gradient(180deg, #fbfbfd 0%, #f5f5f7 44%, #ffffff 100%);
}

.fi-body,
.fi-main,
.fi-simple-page {
    background:
        linear-gradient(180deg, #fbfbfd 0%, #f5f5f7 48%, #ffffff 100%) !important;
}

.fw-shell {
    max-width: 74rem;
    padding-top: 1.25rem;
}

.fw-topbar {
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 1.65rem;
    box-shadow: var(--fw-small-shadow);
    margin-bottom: 1.2rem;
    padding: 0.75rem;
    position: sticky;
    top: 0.75rem;
    z-index: 20;
    -webkit-backdrop-filter: blur(24px) saturate(1.4);
    backdrop-filter: blur(24px) saturate(1.4);
}

.fw-brand-mark {
    background: linear-gradient(180deg, #111827, #3a3a3c);
    border-radius: 1.05rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 12px 24px rgba(0, 0, 0, 0.18);
    height: 2.9rem;
    width: 2.9rem;
}

.fw-brand-title,
.fi-logo {
    font-weight: 760;
    letter-spacing: 0;
}

.fw-brand-subtitle,
.fw-copy,
.fw-card-copy,
.fw-account-panel p:not(.fw-kicker),
.fw-metric-label,
.fw-metric-note {
    color: var(--fw-muted);
}

.fw-button,
.fi-btn {
    border-radius: 999px !important;
    box-shadow: none !important;
    font-weight: 650 !important;
    min-height: 2.75rem;
    transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.fw-button {
    background: rgba(255, 255, 255, 0.76);
    border-color: rgba(0, 0, 0, 0.08);
}

.fw-button:hover,
.fi-btn:hover {
    transform: translateY(-1px);
}

.fw-button-primary,
.fi-btn-color-primary {
    background: var(--fw-primary) !important;
    border-color: var(--fw-primary) !important;
    color: #fff !important;
}

.fw-button-accent {
    background: rgba(52, 199, 89, 0.12);
    border-color: rgba(52, 199, 89, 0.22);
    color: #167c34;
}

.fw-dashboard,
.fw-panel,
.fw-metric,
.fw-card,
.fi-ta,
.fi-section,
.fi-wi-stats-overview-stat,
.fi-card,
.fi-modal-window,
.fi-simple-main {
    background: var(--fw-elevated) !important;
    border: 1px solid rgba(255, 255, 255, 0.82) !important;
    border-radius: 1.65rem !important;
    box-shadow: var(--fw-shadow) !important;
    -webkit-backdrop-filter: blur(22px) saturate(1.35);
    backdrop-filter: blur(22px) saturate(1.35);
}

.fw-dashboard {
    gap: 1.25rem;
    padding: clamp(1.25rem, 3vw, 2.1rem);
}

.fw-page-title {
    font-size: clamp(2.55rem, 7vw, 4.85rem);
    font-weight: 780;
    letter-spacing: 0;
    line-height: 0.96;
}

.fw-kicker {
    color: var(--fw-primary);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.fw-status-card {
    background: rgba(245, 245, 247, 0.82);
    border-color: rgba(0, 0, 0, 0.06);
    color: #3a3a3c;
    font-weight: 650;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.fw-status-dot {
    background: var(--fw-accent);
    box-shadow: 0 0 0 4px rgba(52, 199, 89, 0.14);
}

.fw-action-grid {
    gap: 0.85rem;
}

.fw-action-tile {
    background: rgba(245, 245, 247, 0.9);
    border-color: rgba(0, 0, 0, 0.06);
    border-radius: 1.35rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    min-height: 6.1rem;
    padding: 1.05rem;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.fw-action-tile:hover,
.fw-card:hover,
.fw-metric:hover {
    transform: translateY(-2px);
}

.fw-action-primary {
    background: linear-gradient(180deg, #0a84ff 0%, #0071e3 100%);
    box-shadow: 0 18px 36px rgba(0, 122, 255, 0.22);
}

.fw-action-accent {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 245, 247, 0.94));
    color: #1d1d1f;
}

.fw-action-accent span {
    color: #86868b;
}

.fw-metric-grid,
.fw-quick-grid,
.fw-list-grid {
    gap: 1rem;
}

.fw-metric {
    min-height: 7.2rem;
    padding: 1.15rem;
}

.fw-metric-value {
    font-size: clamp(1.35rem, 4vw, 1.7rem);
    font-weight: 760;
}

.fw-account-panel h2,
.fw-card-title {
    font-weight: 740;
}

.fw-card {
    min-height: 8.6rem;
    padding: 1.1rem;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.fw-bottom-bar {
    background: rgba(255, 255, 255, 0.76);
    border-color: rgba(255, 255, 255, 0.82);
    border-radius: 1.6rem 1.6rem 0 0;
    box-shadow: 0 -16px 42px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(24px) saturate(1.4);
    backdrop-filter: blur(24px) saturate(1.4);
}

.fw-bottom-link {
    border-radius: 1.2rem;
    color: #86868b;
    font-weight: 650;
}

.fw-bottom-link.is-active {
    background: rgba(0, 122, 255, 0.1);
    color: var(--fw-primary);
}

.fw-field input,
.fw-file,
.fi-input-wrp,
.fi-select-input,
.fi-textarea,
.fi-fo-file-upload,
.fi-ta-search-field input {
    background: rgba(255, 255, 255, 0.86) !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
    border-radius: 1rem !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
}

.fw-field input:focus,
.fi-input-wrp:focus-within,
.fi-ta-search-field:focus-within input {
    border-color: rgba(0, 122, 255, 0.55) !important;
    box-shadow: 0 0 0 4px rgba(0, 122, 255, 0.13) !important;
}

.fi-simple-main {
    padding: 2rem !important;
    width: min(100% - 2rem, 27rem) !important;
}

.fi-simple-header {
    margin-bottom: 1.5rem !important;
}

.fi-simple-header-heading {
    color: var(--fw-ink) !important;
    font-size: 2rem !important;
    font-weight: 760 !important;
    letter-spacing: 0 !important;
}

.fi-simple-header-subheading {
    color: var(--fw-muted) !important;
}

.fi-simple-page .fi-fo-field-label,
.fi-simple-page .fi-fo-field-label-content,
.fi-simple-page .fi-fo-field-label-required-mark,
.fi-simple-page .fi-checkbox-list-option-label,
.fi-simple-page .fi-fo-checkbox-list-option-label,
.fi-simple-page label,
.fi-simple-page .fi-fieldset-legend {
    color: #1d1d1f !important;
    opacity: 1 !important;
}

.fi-simple-page .fi-input,
.fi-simple-page .fi-input::placeholder {
    color: #1d1d1f !important;
    opacity: 1 !important;
}

.fi-simple-page .fi-input-wrp,
.fi-simple-page .fi-input-wrp-content-ctn {
    color: #1d1d1f !important;
}

.fi-simple-page .fi-icon,
.fi-simple-page .fi-icon-btn {
    color: #6e6e73 !important;
}

.fi-sidebar,
.fi-topbar nav {
    background: rgba(255, 255, 255, 0.72) !important;
    border-color: rgba(0, 0, 0, 0.07) !important;
    -webkit-backdrop-filter: blur(24px) saturate(1.35);
    backdrop-filter: blur(24px) saturate(1.35);
}

.fi-sidebar-item-button,
.fi-tabs-item,
.fi-dropdown-list-item {
    border-radius: 0.95rem !important;
}

.fi-sidebar-item-active > .fi-sidebar-item-button,
.fi-tabs-item-active {
    background: rgba(0, 122, 255, 0.1) !important;
    color: var(--fw-primary) !important;
}

.fi-ta-table thead {
    background: rgba(245, 245, 247, 0.86) !important;
}

.fi-ta-table th {
    color: #86868b !important;
    font-weight: 650 !important;
}

@media (max-width: 860px) {
    .fw-topbar {
        border-radius: 1.35rem;
        position: static;
    }

    .fw-page-title {
        font-size: 3rem;
    }

    .fw-dashboard,
    .fw-panel,
    .fw-metric,
    .fw-card {
        border-radius: 1.35rem !important;
    }
}

.fw-product-page {
    background: #f5f5f7;
    color: #1d1d1f;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    min-height: 100vh;
}

.fw-product-page,
.fw-product-page * {
    box-sizing: border-box;
}

.fw-product-nav {
    align-items: center;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 999px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.07);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    left: 50%;
    max-width: 74rem;
    padding: 0.55rem 0.75rem;
    position: sticky;
    top: 1rem;
    transform: translateX(-50%);
    width: calc(100% - 2rem);
    z-index: 40;
    -webkit-backdrop-filter: blur(24px) saturate(1.4);
    backdrop-filter: blur(24px) saturate(1.4);
}

.fw-product-brand {
    align-items: center;
    color: inherit;
    display: inline-flex;
    font-weight: 760;
    gap: 0.65rem;
    text-decoration: none;
}

.fw-product-nav nav {
    align-items: center;
    display: flex;
    gap: 0.25rem;
}

.fw-product-nav nav a,
.fw-product-nav-cta,
.fw-product-button,
.fw-product-back,
.fw-product-step-nav a {
    align-items: center;
    border-radius: 999px;
    color: #1d1d1f;
    display: inline-flex;
    font-size: 0.92rem;
    font-weight: 650;
    justify-content: center;
    min-height: 2.55rem;
    padding: 0.68rem 0.95rem;
    text-decoration: none;
}

.fw-product-nav nav a:hover,
.fw-product-button:hover,
.fw-product-step-nav a:hover {
    background: rgba(0, 0, 0, 0.04);
}

.fw-product-nav-cta,
.fw-product-button-primary {
    background: #007aff !important;
    color: #fff !important;
}

.fw-product-hero,
.fw-product-section,
.fw-product-demo,
.fw-product-cta,
.fw-product-step-hero,
.fw-product-detail-grid,
.fw-product-workflow,
.fw-product-step-nav {
    margin-left: auto;
    margin-right: auto;
    max-width: 74rem;
    width: calc(100% - 2rem);
}

.fw-product-hero {
    align-items: center;
    display: grid;
    gap: clamp(1.5rem, 4vw, 3rem);
    grid-template-columns: minmax(0, 0.82fr) minmax(19rem, 1.18fr);
    min-height: calc(100vh - 7rem);
    padding: 2.5rem 0 3rem;
}

.fw-product-hero-copy h1,
.fw-product-section-head h2,
.fw-product-demo h2,
.fw-product-cta h2,
.fw-product-step-hero h1 {
    font-size: clamp(2.7rem, 7vw, 5.8rem);
    font-weight: 780;
    letter-spacing: 0;
    line-height: 0.94;
    margin: 0;
}

.fw-product-hero-copy p:not(.fw-product-kicker),
.fw-product-section-head p,
.fw-product-demo p,
.fw-product-step-hero p {
    color: #6e6e73;
    font-size: clamp(1.05rem, 2vw, 1.28rem);
    line-height: 1.55;
    margin: 1.25rem 0 0;
    max-width: 44rem;
}

.fw-product-kicker {
    color: #007aff;
    font-size: 0.78rem;
    font-weight: 760;
    letter-spacing: 0.08em;
    margin: 0 0 0.9rem;
    text-transform: uppercase;
}

.fw-product-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.6rem;
}

.fw-product-button {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.fw-product-hero-media {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.48));
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 2.4rem;
    box-shadow: 0 28px 78px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    padding: 0.65rem;
}

.fw-product-hero-media img {
    aspect-ratio: 4 / 3;
    border-radius: 1.85rem;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.fw-product-strip,
.fw-product-feature-grid,
.fw-product-steps,
.fw-product-detail-grid {
    display: grid;
    gap: 1rem;
}

.fw-product-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: -1rem auto 4rem;
    max-width: 74rem;
    width: calc(100% - 2rem);
}

.fw-product-strip article,
.fw-product-step-card,
.fw-product-feature-grid article,
.fw-product-feature-link,
.fw-product-detail-card,
.fw-product-demo,
.fw-product-cta,
.fw-product-workflow {
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 1.8rem;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
    -webkit-backdrop-filter: blur(22px) saturate(1.35);
    backdrop-filter: blur(22px) saturate(1.35);
}

.fw-product-strip article {
    padding: 1.2rem;
}

.fw-product-strip strong,
.fw-product-strip span {
    display: block;
}

.fw-product-strip strong {
    font-size: 1.05rem;
    font-weight: 760;
}

.fw-product-strip span {
    color: #6e6e73;
    line-height: 1.4;
    margin-top: 0.35rem;
}

.fw-product-section,
.fw-product-demo,
.fw-product-cta,
.fw-product-workflow {
    margin-bottom: 4rem;
}

.fw-product-section-head {
    max-width: 48rem;
}

.fw-product-section-head h2,
.fw-product-demo h2,
.fw-product-cta h2 {
    font-size: clamp(2.2rem, 5vw, 4.2rem);
}

.fw-product-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1.5rem;
}

.fw-product-step-card {
    color: inherit;
    min-height: 15rem;
    padding: 1.35rem;
    text-decoration: none;
    transition: box-shadow 160ms ease, transform 160ms ease;
}

.fw-product-step-card:hover {
    box-shadow: 0 24px 62px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}

.fw-product-feature-link {
    color: inherit;
    min-height: 17rem;
    padding: 1.35rem;
    text-decoration: none;
    transition: box-shadow 160ms ease, transform 160ms ease;
}

.fw-product-feature-link:hover {
    box-shadow: 0 24px 62px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}

.fw-product-feature-link span {
    background: rgba(0, 122, 255, 0.1);
    border-radius: 999px;
    color: #007aff;
    display: inline-flex;
    font-weight: 760;
    margin-bottom: 1.1rem;
    padding: 0.45rem 0.7rem;
}

.fw-product-step-card span,
.fw-product-step-number {
    background: rgba(0, 122, 255, 0.1);
    border-radius: 999px;
    color: #007aff;
    display: inline-flex;
    font-weight: 760;
    margin-bottom: 1.2rem;
    padding: 0.45rem 0.7rem;
}

.fw-product-step-card p {
    color: #007aff;
    font-size: 0.76rem;
    font-weight: 760;
    letter-spacing: 0.08em;
    margin: 0 0 0.55rem;
    text-transform: uppercase;
}

.fw-product-step-card h3,
.fw-product-feature-grid h3,
.fw-product-detail-card h2 {
    font-size: 1.35rem;
    font-weight: 760;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0;
}

.fw-product-step-card em {
    color: #6e6e73;
    display: block;
    font-style: normal;
    line-height: 1.48;
    margin-top: 0.85rem;
}

.fw-product-demo {
    align-items: center;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.72fr);
    padding: clamp(1.3rem, 4vw, 2.5rem);
}

.fw-product-checks {
    color: #3a3a3c;
    display: grid;
    gap: 0.75rem;
    line-height: 1.45;
    list-style: none;
    margin: 1.25rem 0 0;
    padding: 0;
}

.fw-product-checks li {
    align-items: flex-start;
    display: flex;
    gap: 0.65rem;
}

.fw-product-checks li::before {
    background: #34c759;
    border-radius: 999px;
    color: #fff;
    content: "";
    flex: 0 0 auto;
    height: 0.55rem;
    margin-top: 0.45rem;
    width: 0.55rem;
}

.fw-product-phone {
    background: #111;
    border: 0.65rem solid #1d1d1f;
    border-radius: 2.6rem;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
    color: #1d1d1f;
    justify-self: center;
    max-width: 22rem;
    min-height: 32rem;
    padding: 1.1rem;
    width: 100%;
}

.fw-product-phone-bar {
    background: #2c2c2e;
    border-radius: 999px;
    height: 0.38rem;
    margin: 0 auto 1.2rem;
    width: 5.5rem;
}

.fw-product-phone-card,
.fw-product-phone-grid span,
.fw-product-phone-list p {
    background: #f5f5f7;
    border-radius: 1.2rem;
    padding: 1rem;
}

.fw-product-phone-card span,
.fw-product-phone-card small {
    color: #6e6e73;
    display: block;
}

.fw-product-phone-card strong {
    display: block;
    font-size: 1.65rem;
    margin: 0.35rem 0;
}

.fw-product-phone-grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0.75rem;
}

.fw-product-phone-grid span {
    color: #007aff;
    font-weight: 700;
    min-height: 4.2rem;
}

.fw-product-phone-list {
    display: grid;
    gap: 0.65rem;
    margin-top: 0.75rem;
}

.fw-product-phone-list p {
    margin: 0;
}

.fw-product-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1.5rem;
}

.fw-product-seo-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 1.5rem;
}

.fw-product-seo-card {
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 1.55rem;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
    color: #1d1d1f;
    min-height: 17rem;
    padding: 1.2rem;
    text-decoration: none;
    transition: box-shadow 160ms ease, transform 160ms ease;
    -webkit-backdrop-filter: blur(22px) saturate(1.35);
    backdrop-filter: blur(22px) saturate(1.35);
}

.fw-product-seo-card:hover {
    box-shadow: 0 24px 62px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}

.fw-product-seo-card p,
.fw-product-seo-related span {
    color: #007aff;
    font-size: 0.74rem;
    font-weight: 760;
    letter-spacing: 0.08em;
    margin: 0 0 0.75rem;
    text-transform: uppercase;
}

.fw-product-seo-card h3 {
    font-size: 1.18rem;
    font-weight: 760;
    letter-spacing: 0;
    line-height: 1.14;
    margin: 0;
}

.fw-product-seo-card span {
    color: #6e6e73;
    display: block;
    font-size: 0.92rem;
    line-height: 1.45;
    margin-top: 0.85rem;
}

.fw-product-feature-grid article,
.fw-product-detail-card {
    padding: 1.35rem;
}

.fw-product-feature-grid p,
.fw-product-feature-link p,
.fw-product-detail-card p {
    color: #6e6e73;
    line-height: 1.5;
    margin: 0.75rem 0 0;
}

.fw-product-cta {
    padding: clamp(1.5rem, 5vw, 3rem);
}

.fw-product-step-hero {
    min-height: 34rem;
    padding: 5rem 0 2rem;
}

.fw-product-back {
    background: rgba(255, 255, 255, 0.78);
    margin-bottom: 2rem;
}

.fw-product-step-number {
    margin-bottom: 1rem;
}

.fw-product-detail-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 4rem;
}

.fw-product-detail-card {
    min-height: 17rem;
}

.fw-product-outcome {
    background: #1d1d1f !important;
    color: #fff;
    grid-column: 1 / -1;
}

.fw-product-outcome .fw-product-kicker,
.fw-product-outcome h2 {
    color: #fff;
}

.fw-product-workflow {
    padding: clamp(1.3rem, 4vw, 2.4rem);
}

.fw-product-timeline {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 1.5rem;
}

.fw-product-timeline a {
    background: rgba(245, 245, 247, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 1.25rem;
    color: #1d1d1f;
    min-height: 6rem;
    padding: 0.9rem;
    text-decoration: none;
}

.fw-product-timeline a.is-active {
    background: #007aff;
    color: #fff;
}

.fw-product-timeline span,
.fw-product-timeline strong {
    display: block;
}

.fw-product-timeline span {
    font-size: 0.8rem;
    opacity: 0.7;
}

.fw-product-timeline strong {
    font-size: 0.92rem;
    line-height: 1.2;
    margin-top: 0.45rem;
}

.fw-product-step-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
}

.fw-product-step-nav a {
    background: rgba(255, 255, 255, 0.82);
}

.fw-product-seo-article {
    padding-bottom: 4rem;
}

.fw-product-seo-hero,
.fw-product-seo-body {
    margin-left: auto;
    margin-right: auto;
    max-width: 74rem;
    width: calc(100% - 2rem);
}

.fw-product-seo-hero {
    padding: 5rem 0 2rem;
}

.fw-product-seo-hero h1 {
    font-size: clamp(2.65rem, 6vw, 5.2rem);
    font-weight: 780;
    letter-spacing: 0;
    line-height: 0.96;
    margin: 0;
    max-width: 56rem;
}

.fw-product-seo-hero p:not(.fw-product-kicker) {
    color: #6e6e73;
    font-size: clamp(1.08rem, 2vw, 1.28rem);
    line-height: 1.58;
    margin: 1.25rem 0 0;
    max-width: 48rem;
}

.fw-product-seo-body {
    align-items: start;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.34fr);
    margin-bottom: 4rem;
}

.fw-product-seo-content,
.fw-product-seo-aside {
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 1.8rem;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
    padding: clamp(1.35rem, 4vw, 2.25rem);
    -webkit-backdrop-filter: blur(22px) saturate(1.35);
    backdrop-filter: blur(22px) saturate(1.35);
}

.fw-product-seo-content {
    display: grid;
    gap: 2rem;
}

.fw-product-seo-content h2 {
    font-size: clamp(1.55rem, 3vw, 2.35rem);
    font-weight: 760;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0;
}

.fw-product-seo-content p {
    color: #3a3a3c;
    font-size: 1.05rem;
    line-height: 1.72;
    margin: 0.85rem 0 0;
}

.fw-product-seo-aside {
    position: sticky;
    top: 6rem;
}

.fw-product-seo-aside ul {
    display: grid;
    gap: 0.6rem;
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
}

.fw-product-seo-aside li {
    background: #f5f5f7;
    border-radius: 999px;
    color: #3a3a3c;
    font-size: 0.92rem;
    font-weight: 650;
    padding: 0.65rem 0.85rem;
}

.fw-product-seo-related {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 1.5rem;
}

.fw-product-seo-related a {
    background: rgba(245, 245, 247, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 1.25rem;
    color: #1d1d1f;
    min-height: 7.5rem;
    padding: 1rem;
    text-decoration: none;
}

.fw-product-seo-related strong {
    display: block;
    font-size: 1rem;
    line-height: 1.2;
}

.fw-apple-hero {
    min-height: calc(100vh - 5rem);
}

.fw-apple-section,
.fw-pricing-head,
.fw-billing-status {
    text-align: center;
}

.fw-apple-section .fw-product-section-head,
.fw-pricing-head p {
    margin-left: auto;
    margin-right: auto;
}

.fw-apple-feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    text-align: left;
}

.fw-apple-demo {
    align-items: center;
}

.fw-pricing-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1.5rem;
}

.fw-pricing-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 1.75rem;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
    min-height: 32rem;
    padding: 1.35rem;
    position: relative;
}

.fw-pricing-card.is-featured {
    background: #fff;
    border-color: rgba(0, 122, 255, 0.28);
    box-shadow: 0 28px 72px rgba(0, 122, 255, 0.18);
    transform: translateY(-0.55rem);
}

.fw-pricing-badge {
    background: #007aff;
    border-radius: 999px;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 760;
    padding: 0.45rem 0.7rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.fw-pricing-card h3 {
    font-size: 1.8rem;
    font-weight: 780;
    letter-spacing: 0;
    margin: 0;
}

.fw-price {
    align-items: baseline;
    display: flex;
    gap: 0.45rem;
    margin: 1rem 0;
}

.fw-price strong {
    font-size: 3rem;
    letter-spacing: 0;
    line-height: 1;
}

.fw-price span,
.fw-pricing-card p {
    color: #6e6e73;
}

.fw-pricing-card .fw-product-checks {
    margin: 1.15rem 0;
}

.fw-pricing-form {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.fw-pricing-form label {
    display: grid;
    gap: 0.35rem;
}

.fw-pricing-form label span {
    color: #6e6e73;
    font-size: 0.8rem;
    font-weight: 700;
}

.fw-pricing-form input {
    background: #f5f5f7;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.9rem;
    color: #1d1d1f;
    font: inherit;
    min-height: 2.8rem;
    padding: 0.75rem 0.9rem;
}

.fw-billing-status {
    margin-top: 5rem;
}

.fw-billing-status h1 {
    font-size: clamp(2.7rem, 7vw, 5rem);
    font-weight: 780;
    letter-spacing: 0;
    line-height: 0.95;
    margin: 0;
}

.fw-billing-status p:not(.fw-product-kicker) {
    color: #6e6e73;
    font-size: 1.2rem;
    line-height: 1.55;
    margin: 1rem auto 0;
    max-width: 42rem;
}

.fw-billing-status .fw-product-hero-actions {
    justify-content: center;
}

.fw-plan-hero {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.fw-plan-grid {
    margin: 1rem 0 2rem;
}

.fw-plan-grid .fw-pricing-card {
    min-height: 25rem;
}

.fw-product-feature-page {
    padding-bottom: 4rem;
}

.fw-product-feature-layout,
.fw-product-contact {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.42fr);
    margin: 0 auto 4rem;
    max-width: 74rem;
    width: calc(100% - 2rem);
}

.fw-product-feature-main,
.fw-product-feature-panel,
.fw-product-contact-copy,
.fw-product-contact-form {
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 1.8rem;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
    padding: clamp(1.35rem, 4vw, 2.25rem);
    -webkit-backdrop-filter: blur(22px) saturate(1.35);
    backdrop-filter: blur(22px) saturate(1.35);
}

.fw-product-feature-main {
    display: grid;
    gap: 2rem;
}

.fw-product-feature-main h2,
.fw-product-contact h1,
.fw-product-faq h3 {
    font-weight: 760;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0;
}

.fw-product-feature-main h2 {
    font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.fw-product-feature-main p,
.fw-product-contact-copy p,
.fw-product-faq p {
    color: #3a3a3c;
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0.85rem 0 0;
}

.fw-product-feature-panel {
    align-self: start;
    position: sticky;
    top: 6rem;
}

.fw-product-feature-panel ol {
    counter-reset: fw-flow;
    display: grid;
    gap: 0.75rem;
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
}

.fw-product-feature-panel li {
    align-items: center;
    background: #f5f5f7;
    border-radius: 1.05rem;
    color: #1d1d1f;
    display: flex;
    font-weight: 700;
    gap: 0.7rem;
    min-height: 3.4rem;
    padding: 0.7rem 0.85rem;
}

.fw-product-feature-panel li::before {
    align-items: center;
    background: #007aff;
    border-radius: 999px;
    color: #fff;
    content: counter(fw-flow);
    counter-increment: fw-flow;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.8rem;
    height: 1.7rem;
    justify-content: center;
    width: 1.7rem;
}

.fw-product-proof-list,
.fw-product-contact-notes,
.fw-product-faq-grid {
    display: grid;
    gap: 0.75rem;
}

.fw-product-proof-list {
    margin-top: 1rem;
}

.fw-product-proof-list span,
.fw-product-contact-notes span {
    background: rgba(0, 122, 255, 0.08);
    border-radius: 999px;
    color: #075985;
    font-size: 0.92rem;
    font-weight: 700;
    padding: 0.65rem 0.85rem;
}

.fw-product-pricing-hero {
    padding-bottom: 0;
}

.fw-product-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.5rem;
}

.fw-product-faq article {
    background: rgba(245, 245, 247, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 1.25rem;
    padding: 1rem;
}

.fw-product-faq h3 {
    font-size: 1.1rem;
}

.fw-product-faq p {
    font-size: 0.98rem;
}

.fw-product-contact {
    align-items: start;
    padding: 5rem 0 4rem;
}

.fw-product-contact h1 {
    font-size: clamp(2.6rem, 6vw, 5rem);
    line-height: 0.96;
}

.fw-product-contact-notes {
    margin: 1.4rem 0;
}

.fw-product-contact-form {
    display: grid;
    gap: 0.85rem;
}

.fw-product-contact-form label {
    display: grid;
    gap: 0.35rem;
}

.fw-product-contact-form label span {
    color: #6e6e73;
    font-size: 0.8rem;
    font-weight: 700;
}

.fw-product-contact-form input,
.fw-product-contact-form select,
.fw-product-contact-form textarea {
    background: #f5f5f7;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.9rem;
    color: #1d1d1f;
    font: inherit;
    min-height: 2.9rem;
    padding: 0.75rem 0.9rem;
    resize: vertical;
}

.fw-product-contact-form input:focus,
.fw-product-contact-form select:focus,
.fw-product-contact-form textarea:focus,
.fw-pricing-form input:focus {
    border-color: rgba(0, 122, 255, 0.55);
    box-shadow: 0 0 0 4px rgba(0, 122, 255, 0.12);
    outline: none;
}

@media (max-width: 900px) {
    .fw-product-nav {
        align-items: flex-start;
        border-radius: 1.45rem;
        flex-direction: column;
        position: static;
        transform: none;
        width: calc(100% - 1rem);
    }

    .fw-product-nav nav {
        flex-wrap: wrap;
        width: 100%;
    }

    .fw-product-nav nav a {
        flex: 1 1 auto;
    }

    .fw-product-hero,
    .fw-product-demo,
    .fw-product-detail-grid {
        grid-template-columns: 1fr;
    }

    .fw-product-hero {
        min-height: 0;
        padding-top: 2rem;
    }

    .fw-product-strip,
    .fw-product-steps,
    .fw-product-feature-grid,
    .fw-product-seo-grid,
    .fw-pricing-grid {
        grid-template-columns: 1fr;
    }

    .fw-pricing-card.is-featured {
        transform: none;
    }

    .fw-plan-hero {
        align-items: stretch;
        display: grid;
    }

    .fw-product-seo-body {
        grid-template-columns: 1fr;
    }

    .fw-product-feature-layout,
    .fw-product-contact {
        grid-template-columns: 1fr;
    }

    .fw-product-seo-aside {
        position: static;
    }

    .fw-product-feature-panel {
        position: static;
    }

    .fw-product-seo-related {
        grid-template-columns: 1fr;
    }

    .fw-product-faq-grid {
        grid-template-columns: 1fr;
    }

    .fw-product-timeline {
        grid-auto-columns: minmax(9rem, 1fr);
        grid-auto-flow: column;
        grid-template-columns: none;
        overflow-x: auto;
        padding-bottom: 0.3rem;
    }

    .fw-product-step-hero {
        min-height: 0;
        padding-top: 2rem;
    }
}

@media (max-width: 520px) {
    .fw-product-hero-copy h1,
    .fw-product-step-hero h1,
    .fw-product-contact h1 {
        font-size: 3.1rem;
    }

    .fw-product-section-head h2,
    .fw-product-demo h2,
    .fw-product-cta h2 {
        font-size: 2.4rem;
    }

    .fw-product-button,
    .fw-product-hero-actions {
        width: 100%;
    }
}
