body.single-feature .feature-page-modern {
    --feature-navy: #111a33;
    --feature-blue: #153d7a;
    --feature-accent: #4f6df5;
    --feature-accent-bright: #1594e8;
    --feature-text: #17213a;
    --feature-muted: #616b80;
    --feature-line: #dce4f3;
    --feature-surface: #f5f7fb;
    --feature-white: #ffffff;
    color: var(--feature-text);
    background: var(--feature-white);
    font-family: 'Inter-Regular.ttf', Arial, sans-serif;
    overflow: hidden;
}

body.single-feature .feature-page-modern *,
body.single-feature .feature-page-modern *::before,
body.single-feature .feature-page-modern *::after {
    box-sizing: border-box;
}

body.single-feature .feature-page-modern h1,
body.single-feature .feature-page-modern h2,
body.single-feature .feature-page-modern h3,
body.single-feature .feature-page-modern p {
    margin-top: 0;
}

body.single-feature .feature-page-modern h1,
body.single-feature .feature-page-modern h2,
body.single-feature .feature-page-modern h3 {
    color: var(--feature-navy);
    font-family: 'Inter-SemiBold.ttf', Arial, sans-serif;
}

body.single-feature .feature-page-modern .container-main {
    width: min(100% - 40px, 1320px);
    margin-right: auto;
    margin-left: auto;
}

body.single-feature .feature-modern-eyebrow {
    margin-bottom: 12px;
    color: var(--feature-accent);
    font-family: 'Inter-SemiBold.ttf', Arial, sans-serif;
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.single-feature .feature-modern-hero {
    position: relative;
    padding: 36px 0 92px;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 20%, rgba(79, 109, 245, 0.34), transparent 30%),
        linear-gradient(135deg, #102a55 0%, #153d7a 57%, #194a8d 100%);
    border-radius: 0 0 0 112px;
}

body.single-feature .feature-modern-hero::after {
    position: absolute;
    right: -130px;
    bottom: -190px;
    width: 470px;
    height: 470px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    content: '';
}

body.single-feature .feature-modern-breadcrumbs {
    position: relative;
    z-index: 1;
    margin-bottom: 58px;
}

body.single-feature .feature-modern-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    padding: 0;
    margin: 0;
    list-style: none;
}

body.single-feature .feature-modern-breadcrumbs li {
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}

body.single-feature .feature-modern-breadcrumbs li + li::before {
    margin-right: 9px;
    color: rgba(255, 255, 255, 0.45);
    content: '→';
}

body.single-feature .feature-modern-breadcrumbs a {
    color: #ffffff;
    text-decoration: none;
}

body.single-feature .feature-modern-breadcrumbs a:hover,
body.single-feature .feature-modern-breadcrumbs a:focus-visible {
    text-decoration: underline;
}

body.single-feature .feature-modern-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
    align-items: center;
    gap: clamp(44px, 6vw, 92px);
}

body.single-feature .feature-modern-hero-copy {
    max-width: 690px;
}

body.single-feature .feature-modern-hero .feature-modern-eyebrow {
    color: #9fc4ff;
}

body.single-feature .feature-modern-hero h1 {
    max-width: 730px;
    margin-bottom: 24px;
    color: #ffffff;
    font-size: clamp(52px, 4.45vw, 64px);
    line-height: 1.04;
    letter-spacing: -0.045em;
}

body.single-feature .feature-modern-hero-description {
    max-width: 660px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.87);
    font-size: 18px;
    line-height: 1.62;
}

body.single-feature .feature-modern-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.single-feature .feature-modern-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 24px;
    border: 2px solid transparent;
    border-radius: 999px;
    font-family: 'Inter-SemiBold.ttf', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: transform 150ms ease, background-color 150ms ease, border-color 150ms ease;
}

body.single-feature .feature-modern-button:hover {
    transform: translateY(-2px);
}

body.single-feature .feature-modern-button--primary {
    color: #ffffff;
    background: linear-gradient(135deg, #5070f5, #1594e8);
    box-shadow: 0 14px 32px rgba(9, 41, 95, 0.28);
}

body.single-feature .feature-modern-button--secondary {
    color: #13274c;
    background: #ffffff;
    border-color: #ffffff;
}

body.single-feature .feature-modern-button--secondary-dark {
    color: #ffffff;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.55);
}

body.single-feature .feature-modern-button:focus-visible,
body.single-feature .feature-modern-accordion-actions button:focus-visible,
body.single-feature .feature-modern-accordion summary:focus-visible,
body.single-feature .feature-modern-resource-link:focus-visible {
    outline: 3px solid #ffbf47;
    outline-offset: 3px;
}

body.single-feature .feature-modern-supporting {
    margin: 17px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

body.single-feature .feature-modern-hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

body.single-feature .feature-modern-hero-visual::before {
    position: absolute;
    inset: 13% 7%;
    background: rgba(68, 137, 246, 0.27);
    border-radius: 50%;
    filter: blur(56px);
    content: '';
}

body.single-feature .feature-modern-hero-image {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 660px;
    height: auto;
    object-fit: contain;
}

body.single-feature .feature-modern-section {
    padding: 94px 0;
}

body.single-feature .feature-modern-section-heading {
    max-width: 850px;
    margin: 0 auto 46px;
    text-align: center;
}

body.single-feature .feature-modern-section-heading h2,
body.single-feature .feature-modern-deployment-panel h2,
body.single-feature .feature-modern-included-panel h2 {
    margin-bottom: 18px;
    font-size: clamp(38px, 3.6vw, 52px);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

body.single-feature .feature-modern-section-heading > p:last-child,
body.single-feature .feature-modern-section-heading > div > p:last-child,
body.single-feature .feature-modern-deployment-panel > div > p:last-child,
body.single-feature .feature-modern-included-panel > p {
    margin-bottom: 0;
    color: var(--feature-muted);
    font-size: 17px;
    line-height: 1.65;
}

body.single-feature .feature-modern-card-grid {
    display: grid;
    gap: 22px;
}

body.single-feature .feature-modern-card-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.single-feature .feature-modern-card-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.single-feature .feature-modern-card,
body.single-feature .feature-modern-workflow-card {
    min-width: 0;
    border: 1px solid var(--feature-line);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 20px 46px rgba(29, 49, 89, 0.08);
}

body.single-feature .feature-modern-card {
    padding: 32px;
}

body.single-feature .feature-modern-card-icon,
body.single-feature .feature-modern-workflow-card > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    color: #ffffff;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--feature-accent), var(--feature-accent-bright));
    font-family: 'Inter-SemiBold.ttf', Arial, sans-serif;
    font-size: 13px;
}

body.single-feature .feature-modern-card h3,
body.single-feature .feature-modern-workflow-card h3 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

body.single-feature .feature-modern-card p,
body.single-feature .feature-modern-workflow-card p {
    margin-bottom: 0;
    color: var(--feature-muted);
    font-size: 15px;
    line-height: 1.65;
}

body.single-feature .feature-modern-capabilities,
body.single-feature .feature-modern-product-view {
    background: var(--feature-surface);
}

body.single-feature .feature-modern-section-heading--split {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: none;
    gap: 32px;
    text-align: left;
}

body.single-feature .feature-modern-section-heading--split > div:first-child {
    max-width: 780px;
}

body.single-feature .feature-modern-accordion-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
}

body.single-feature .feature-modern-accordion-actions button {
    padding: 9px 13px;
    color: #284fd3;
    border: 1px solid #cbd7f5;
    border-radius: 9px;
    background: #ffffff;
    font-family: 'Inter-SemiBold.ttf', Arial, sans-serif;
    font-size: 13px;
    cursor: pointer;
}

body.single-feature .feature-modern-accordion-list {
    display: grid;
    gap: 14px;
}

body.single-feature .feature-modern-accordion {
    overflow: hidden;
    border: 1px solid var(--feature-line);
    border-radius: 18px;
    background: #ffffff;
}

body.single-feature .feature-modern-accordion summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 78px;
    padding: 20px 62px 20px 24px;
    cursor: pointer;
    list-style: none;
}

body.single-feature .feature-modern-accordion summary::-webkit-details-marker {
    display: none;
}

body.single-feature .feature-modern-accordion summary::after {
    position: absolute;
    top: 50%;
    right: 24px;
    width: 12px;
    height: 12px;
    border-right: 2px solid var(--feature-accent);
    border-bottom: 2px solid var(--feature-accent);
    content: '';
    transform: translateY(-65%) rotate(45deg);
    transition: transform 160ms ease;
}

body.single-feature .feature-modern-accordion[open] summary::after {
    transform: translateY(-30%) rotate(225deg);
}

body.single-feature .feature-modern-accordion summary h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
}

body.single-feature .feature-modern-accordion summary span {
    flex: 0 0 auto;
    color: var(--feature-muted);
    font-size: 13px;
}

body.single-feature .feature-modern-accordion ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 28px;
    padding: 6px 28px 26px;
    margin: 0;
    list-style: none;
}

body.single-feature .feature-modern-accordion li {
    position: relative;
    padding-left: 25px;
    color: #384258;
    font-size: 14px;
    line-height: 1.55;
}

body.single-feature .feature-modern-accordion li::before {
    position: absolute;
    top: 0.47em;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #e7f6ec;
    content: '✓';
    color: #21864e;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
}

body.single-feature .feature-modern-workflow-card {
    padding: 28px;
}

body.single-feature .feature-modern-workflow-card > span {
    width: 42px;
    height: 42px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #edf2ff;
    color: #3559d9;
}

body.single-feature .feature-modern-screenshot-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

body.single-feature .feature-modern-screenshot-grid.is-single {
    grid-template-columns: minmax(0, 1fr);
    max-width: 1080px;
    margin: 0 auto;
}

body.single-feature .feature-modern-screenshot-grid figure {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 18px;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--feature-line);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 24px 58px rgba(29, 49, 89, 0.1);
}

body.single-feature .feature-modern-screenshot {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 680px;
    object-fit: contain;
}

body.single-feature .feature-modern-deployment-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 58px;
    align-items: center;
    padding: 48px;
    border: 1px solid var(--feature-line);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(29, 49, 89, 0.09);
}

body.single-feature .feature-modern-deployment-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

body.single-feature .feature-modern-resource-link {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 64px;
    padding: 14px 44px 14px 16px;
    color: #213b86;
    border: 1px solid #d7e1fb;
    border-radius: 14px;
    background: #f5f8ff;
    font-family: 'Inter-SemiBold.ttf', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.35;
    text-decoration: none;
}

body.single-feature .feature-modern-resource-link::after {
    position: absolute;
    right: 16px;
    color: var(--feature-accent);
    content: '→';
    font-size: 18px;
}

body.single-feature .feature-modern-included {
    padding-top: 24px;
}

body.single-feature .feature-modern-included-panel {
    padding: 62px clamp(26px, 7vw, 88px);
    color: #ffffff;
    border-radius: 30px;
    background:
        radial-gradient(circle at 86% 18%, rgba(54, 147, 238, 0.4), transparent 30%),
        linear-gradient(135deg, #102a55, #153d7a);
    text-align: center;
}

body.single-feature .feature-modern-included-panel .feature-modern-eyebrow {
    color: #9fc4ff;
}

body.single-feature .feature-modern-included-panel h2 {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    color: #ffffff;
}

body.single-feature .feature-modern-included-panel > p {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    color: rgba(255, 255, 255, 0.82);
}

body.single-feature .feature-modern-included-panel .feature-modern-actions {
    justify-content: center;
    margin-top: 28px;
}

@media (max-width: 1199px) {
    body.single-feature .feature-modern-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
        gap: 38px;
    }

    body.single-feature .feature-modern-hero h1 {
        font-size: clamp(48px, 5vw, 56px);
    }

    body.single-feature .feature-modern-card-grid--four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    body.single-feature .feature-modern-hero {
        padding-bottom: 76px;
        border-radius: 0 0 0 78px;
    }

    body.single-feature .feature-modern-breadcrumbs {
        margin-bottom: 46px;
    }

    body.single-feature .feature-modern-hero-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 42px;
    }

    body.single-feature .feature-modern-hero-copy {
        max-width: 760px;
    }

    body.single-feature .feature-modern-hero h1 {
        font-size: clamp(46px, 7vw, 52px);
    }

    body.single-feature .feature-modern-hero-visual {
        max-width: 720px;
        margin: 0 auto;
    }

    body.single-feature .feature-modern-section {
        padding: 76px 0;
    }

    body.single-feature .feature-modern-card-grid--three {
        grid-template-columns: minmax(0, 1fr);
    }

    body.single-feature .feature-modern-section-heading--split {
        align-items: flex-start;
        flex-direction: column;
    }

    body.single-feature .feature-modern-deployment-panel {
        grid-template-columns: minmax(0, 1fr);
        gap: 34px;
    }
}

@media (max-width: 767px) {
    body.single-feature .feature-page-modern .container-main {
        width: min(100% - 30px, 1320px);
    }

    body.single-feature .feature-modern-hero {
        padding: 28px 0 62px;
        border-radius: 0 0 0 52px;
    }

    body.single-feature .feature-modern-breadcrumbs {
        margin-bottom: 34px;
    }

    body.single-feature .feature-modern-hero h1 {
        margin-bottom: 20px;
        font-size: clamp(36px, 10.3vw, 40px);
        line-height: 1.08;
    }

    body.single-feature .feature-modern-hero-description {
        font-size: 16px;
        line-height: 1.55;
    }

    body.single-feature .feature-modern-actions {
        flex-direction: column;
    }

    body.single-feature .feature-modern-button {
        width: 100%;
    }

    body.single-feature .feature-modern-section {
        padding: 58px 0;
    }

    body.single-feature .feature-modern-section-heading {
        margin-bottom: 34px;
        text-align: left;
    }

    body.single-feature .feature-modern-section-heading h2,
    body.single-feature .feature-modern-deployment-panel h2,
    body.single-feature .feature-modern-included-panel h2 {
        font-size: clamp(32px, 9vw, 38px);
    }

    body.single-feature .feature-modern-card-grid--four,
    body.single-feature .feature-modern-screenshot-grid,
    body.single-feature .feature-modern-accordion ul,
    body.single-feature .feature-modern-deployment-links {
        grid-template-columns: minmax(0, 1fr);
    }

    body.single-feature .feature-modern-card,
    body.single-feature .feature-modern-workflow-card {
        padding: 24px;
        border-radius: 20px;
    }

    body.single-feature .feature-modern-section-heading--split {
        gap: 24px;
    }

    body.single-feature .feature-modern-accordion-actions {
        width: 100%;
    }

    body.single-feature .feature-modern-accordion-actions button {
        flex: 1 1 0;
    }

    body.single-feature .feature-modern-accordion summary {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
        min-height: 0;
        padding: 19px 50px 19px 18px;
    }

    body.single-feature .feature-modern-accordion summary::after {
        right: 20px;
    }

    body.single-feature .feature-modern-accordion ul {
        padding: 4px 20px 22px;
    }

    body.single-feature .feature-modern-deployment-panel {
        padding: 30px 22px;
        border-radius: 22px;
    }

    body.single-feature .feature-modern-included-panel {
        padding: 42px 22px;
        border-radius: 24px;
        text-align: left;
    }

    body.single-feature .feature-modern-included-panel .feature-modern-actions {
        align-items: stretch;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.single-feature .feature-page-modern *,
    body.single-feature .feature-page-modern *::before,
    body.single-feature .feature-page-modern *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
