.enhanced-product-page {
    --ep-bg: #ffffff;
    --ep-surface: #ffffff;
    --ep-surface-soft: #ffffff;
    --ep-text: #181615;
    --ep-heading: #121110;
    --ep-muted: #6f6863;
    --ep-line: rgba(0, 0, 0, 0.08);
    --ep-accent: #d84d40;
    --ep-accent-dark: #b83b31;
    --ep-shadow-soft: 0 8px 24px rgba(0, 0, 0, 0.06);
    --ep-shadow-card: 0 18px 44px rgba(16, 12, 10, 0.10);
    --ep-shadow-hero: 0 30px 80px rgba(0, 0, 0, 0.34);
    background: #ffffff;
    color: var(--ep-text);
    font-family: "Calibri", "font_en", "Arial", sans-serif;
}

.enhanced-product-page img {
    display: block;
    max-width: 100%;
}

.enhanced-product-page section {
    padding: 92px 0;
    position: relative;
}

.enhanced-product-page section + section {
    border-top: 1px solid rgba(0, 0, 0, 0.035);
}

.enhanced-hero {
    background: #000000;
    color: #fff;
    overflow: hidden;
    padding: 20px 0 20px;
    position: relative;
}

.enhanced-hero.has-banner-bg {
    background: #000000;
}

.enhanced-hero.use-banner-as-bg {
    padding: 0;
}

.enhanced-hero.use-banner-as-bg:before {
    content: "";
    inset: 0;
    position: absolute;
    z-index: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.58) 36%, rgba(0, 0, 0, 0.18) 62%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

.enhanced-hero.has-banner-bg:not(.use-banner-as-bg):before {
    display: none;
}

.enhanced-hero.use-banner-as-bg.hero-text-black:before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0.52) 34%, rgba(255, 255, 255, 0.14) 60%, rgba(255, 255, 255, 0) 100%);
}

.enhanced-hero.hero-text-black {
    color: #111111;
}

.enhanced-hero.hero-text-black h1,
.enhanced-hero.hero-text-black .enhanced-statement {
    color: #111111;
}

.enhanced-hero.hero-text-black .enhanced-summary {
    color: rgba(17, 17, 17, 0.76);
}

.enhanced-hero.hero-text-black .enhanced-btn.secondary {
    background: rgba(255, 255, 255, 0.36);
    border-color: rgba(17, 17, 17, 0.28);
    color: #111111;
}

.enhanced-hero-bg-visual {
    inset: 0;
    overflow: hidden;
    position: absolute;
    z-index: 0;
}

.enhanced-hero-bg-visual img {
    display: block;
    height: 100vh;
    left: 50%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    min-width: 100vw;
    min-height: 100vh;
}

.enhanced-hero-bg-mobile {
    display: none !important;
}

.enhanced-hero-glow {
    display: none;
}

.enhanced-hero-grid {
    align-items: center;
    display: grid;
    gap: 54px;
    grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
    position: relative;
    z-index: 1;
}

.enhanced-hero-copy {
    max-width: 580px;
    padding-top: 0;
}

.enhanced-hero-showcase {
    display: flex;
    justify-content: flex-end;
}

.enhanced-hero-media {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    min-height: 540px;
    position: relative;
    max-width: 100%;
}

.enhanced-kicker,
.section-kicker {
    color: #9a4b42;
    display: inline-block;
    font-family: "Arial", "font_en", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.section-kicker {
    display: none;
}

.enhanced-hero h1,
.section-heading h2,
.module-copy h2 {
    color: var(--ep-heading);
    font-family: "Arial", "font_en", sans-serif;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.02;
    margin: 0;
}

.enhanced-hero h1 {
    color: #ffffff;
    font-size: 64px;
    font-weight: 800;
    line-height: 1.02;
    max-width: 600px;
}

.enhanced-statement {
    color: #ffffff;
    font-family: "Arial", "font_en", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.42;
    margin: 20px 0 0;
    max-width: 580px;
}

.enhanced-summary {
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.72;
    margin-top: 20px;
    max-width: 560px;
}

.enhanced-summary-mobile,
.enhanced-mobile-actions {
    display: none;
}

.enhanced-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 32px;
}

.enhanced-btn {
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-family: "Arial", "font_en", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    min-height: 54px;
    padding: 17px 34px;
    transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

.enhanced-btn.primary {
    background: linear-gradient(135deg, #d65043 0%, #b83c31 100%);
    box-shadow: 0 16px 38px rgba(191, 63, 52, 0.22);
    color: #fff;
}

.enhanced-btn.secondary {
    background: rgba(255, 255, 255, 0.02);
    border-color: rgba(255, 255, 255, 0.45);
    color: #fff;
}

.enhanced-btn:hover {
    box-shadow: 0 20px 42px rgba(14, 14, 14, 0.24);
    transform: translateY(-2px);
}

.enhanced-hero-media:before {
    display: none;
}

.enhanced-hero-media img {
    filter: drop-shadow(0 34px 54px rgba(0, 0, 0, 0.34));
    max-height: 680px;
    object-fit: contain;
    position: relative;
    width: 100%;
    z-index: 1;
}

.enhanced-hero-media .hero-banner-image {
    display: block;
}

.enhanced-hero.has-gif-banner .enhanced-hero-media .hero-banner-image,
.enhanced-hero.has-gif-banner .enhanced-hero-media .hero-gif-banner {
    display: block;
    width: 100%;
    height: auto;
    max-height: 1080px;
    object-fit: contain;
    filter: none;
    animation: none;
}

.enhanced-hero.use-banner-as-bg .enhanced-hero-media {
    display: none;
}

.enhanced-hero:not(.use-banner-as-bg) .enhanced-hero-media {
    background: #000000;
}

.enhanced-hero-media video {
    border-radius: 0;
    box-shadow: none;
    max-height: 680px;
    object-fit: contain;
    position: relative;
    width: 100%;
    z-index: 1;
}

.section-heading {
    margin-bottom: 34px;
    max-width: 780px;
}

.section-heading h2 {
    color: var(--ep-heading);
    font-size: 38px;
    line-height: 1.14;
}

.section-heading p {
    color: var(--ep-muted);
    font-size: 16px;
    line-height: 1.85;
    margin-top: 12px;
}

.metric-grid,
.application-grid,
.spec-grid,
.related-grid,
.why-grid {
    display: grid;
    gap: 24px;
}

.metric-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.application-grid {
    align-items: stretch;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.metric-card,
.application-card,
.spec-card,
.related-card,
.resource-item,
.faq-item,
.why-card,
.video-card {
    background: var(--ep-surface);
    border: 0;
    border-radius: 24px;
    box-shadow: var(--ep-shadow-soft);
}

.metric-card {
    min-height: 160px;
    padding: 28px 30px;
    position: relative;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.metric-card:hover,
.application-card:hover,
.related-card:hover,
.video-card:hover,
.resource-item:hover,
.why-card:hover {
    box-shadow: var(--ep-shadow-card);
    transform: translateY(-5px);
}

.metric-card strong {
    color: var(--ep-accent-dark);
    display: block;
    font-family: "Arial", "font_en", sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.06;
}

.metric-card span {
    color: #615a56;
    display: block;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 12px;
}

.metric-card small {
    color: var(--ep-muted);
    display: block;
    font-size: 13px;
    line-height: 1.72;
    margin-top: 10px;
}

.application-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.application-media {
    aspect-ratio: 4 / 3;
    background: #f7f7f8;
    overflow: hidden;
    width: 100%;
}

.application-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.application-copy {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 10px;
    padding: 20px 22px 24px;
}

.application-copy h3 {
    color: var(--ep-heading);
    font-family: "Arial", "font_en", sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.16;
    margin: 0;
    min-height: 56px;
}

.application-copy p {
    color: var(--ep-muted);
    font-size: 15px;
    line-height: 1.72;
    margin: 0;
}

.enhanced-ecosystem .section-heading {
    max-width: 1040px;
}

.ecosystem-group + .ecosystem-group {
    margin-top: 36px;
}

.ecosystem-group h3 {
    color: var(--ep-heading);
    font-family: "Arial", "font_en", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px;
}

.ecosystem-flow {
    align-items: stretch;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    position: relative;
}

.ecosystem-flow:before {
    border-top: 1px solid rgba(17, 17, 17, 0.12);
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 46px;
    z-index: 0;
}

.ecosystem-step {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: var(--ep-shadow-soft);
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 0;
    padding: 18px 18px 20px;
    position: relative;
    z-index: 1;
}

.enhanced-hero.use-banner-as-bg .enhanced-hero-grid {
    align-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

.enhanced-hero.use-banner-as-bg .enhanced-hero-copy {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.ecosystem-step > span {
    color: var(--ep-heading);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    min-height: 0;
}

.ecosystem-step.no-media {
    min-height: 132px;
}

.ecosystem-step.has-media {
    min-height: 100%;
}

.enhanced-capabilities .section-heading {
    max-width: 100%;
}

.enhanced-capabilities .section-heading h2 {
    font-size: 34px;
    line-height: 1.1;
    max-width: none;
}

.capability-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.capability-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    box-shadow: var(--ep-shadow-soft);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 205px;
    padding: 24px 24px 22px;
}

.capability-card h3 {
    color: var(--ep-accent-dark);
    font-family: "Arial", "font_en", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.capability-card p {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.82;
    margin-top: 12px;
}

.enhanced-modules {
    display: grid;
    gap: 56px;
}

.module-card {
    align-items: center;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.96fr);
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: none;
}

.module-card:nth-child(even) .module-copy,
.module-card.image-left .module-copy {
    order: 2;
}

.module-card:nth-child(even) .module-media,
.module-card.image-left .module-media {
    order: 1;
}

.module-card.image-right .module-copy {
    order: 1;
}

.module-card.image-right .module-media {
    order: 2;
}

.module-card.image-large {
    gap: 52px;
    grid-template-columns: minmax(0, 0.78fr) minmax(560px, 1.22fr);
}

.module-card.image-large.image-left {
    grid-template-columns: minmax(560px, 1.22fr) minmax(0, 0.78fr);
}

.module-card.image-top.image-large {
    gap: 28px;
    grid-template-columns: 1fr;
}

.module-card.image-top {
    gap: 24px;
    grid-template-columns: 1fr;
}

.module-card.image-top .module-media {
    aspect-ratio: auto;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    min-height: 0;
    order: 1;
    padding: 0;
}

.module-card.image-top .module-media img {
    height: auto;
    max-height: none;
    object-fit: cover;
    width: 100%;
}

.module-card.image-top .module-copy {
    box-sizing: border-box;
    margin: 0;
    max-width: 980px;
    order: 2;
    padding: 0;
    width: 100%;
}

.module-card.dark {
    background: transparent;
    color: var(--ep-text);
}

.module-card.dark .section-kicker,
.module-card.dark p,
.module-card.dark li,
.module-card.dark h2 {
    color: inherit;
}

.module-card.dark .section-kicker {
    color: var(--ep-accent-dark);
}

.module-copy h2 {
    font-size: 30px;
    line-height: 1.14;
}

.module-copy p {
    font-size: 16px;
    line-height: 1.92;
    margin-top: 14px;
}

.module-copy .bullet-list {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

.module-copy .bullet-list li {
    color: var(--ep-text);
    font-size: 16px;
    line-height: 1.85;
    padding-left: 20px;
    position: relative;
}

.module-copy .bullet-list li + li {
    margin-top: 8px;
}

.module-copy .bullet-list li::before {
    background: rgb(229, 0, 18);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 6px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 6px;
}

.module-media {
    align-items: center;
    background: #ffffff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    justify-content: center;
    min-height: 400px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.module-media.has-video {
    background: transparent;
    box-shadow: none;
}

.module-card.image-large .module-media {
    min-height: 620px;
    padding: 0;
}

.module-card.image-large .module-media img {
    max-height: 620px;
    width: 100%;
}

.module-card.image-top.image-large .module-media {
    min-height: 0;
}

.module-card.image-top.image-large .module-media img {
    max-height: none;
}

.module-media video {
    border-radius: 0;
    display: block;
    box-shadow: none;
    max-height: 620px;
    object-fit: contain;
    width: 100%;
}

.module-media.has-video video {
    background: #000000;
    object-fit: cover;
}

.module-card.image-large .module-media video {
    border-radius: 0;
    box-shadow: none;
    max-height: 620px;
    object-fit: contain;
    width: 100%;
}

.ecosystem-step b {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 999px;
    color: #111111;
    display: inline-flex;
    font-family: "Arial", "font_en", sans-serif;
    font-size: 11px;
    font-weight: 700;
    height: 26px;
    justify-content: center;
    letter-spacing: 0.08em;
    width: 26px;
}

.ecosystem-step span,
.ecosystem-tools span {
    color: #2f3946;
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.55;
}

.ecosystem-step-media {
    align-items: center;
    aspect-ratio: 16 / 9;
    background: #f7f7f8;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    display: flex;
    justify-content: center;
    margin-top: auto;
    overflow: hidden;
    width: 100%;
}

.ecosystem-step-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.ecosystem-tools {
    display: grid;
    align-items: stretch;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    margin-top: 22px;
}

.ecosystem-tools span {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 14px;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.45;
    min-height: 58px;
    padding: 16px 18px;
    text-align: center;
}

.ecosystem-media {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: var(--ep-shadow-soft);
    margin-top: 28px;
    overflow: hidden;
}

.ecosystem-media img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
}

.enhanced-why {
    background: #ffffff;
}

.why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.why-card {
    min-height: 220px;
    padding: 28px;
}

.why-index {
    color: rgba(216, 77, 64, 0.66);
    display: block;
    font-family: "Arial", "font_en", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-bottom: 16px;
}

.spec-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.spec-card {
    height: 100%;
    padding: 28px;
}

.spec-card h3 {
    font-size: 26px;
}

.spec-list {
    display: grid;
    gap: 14px;
    margin-top: 20px;
}

.spec-row {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding-top: 14px;
}

.spec-row:first-child {
    border-top: 0;
    padding-top: 0;
}

.spec-row span {
    color: var(--ep-muted);
    font-size: 15px;
    line-height: 1.65;
}

.spec-row strong {
    color: var(--ep-heading);
    font-size: 15px;
    line-height: 1.65;
    max-width: 54%;
    text-align: right;
}

.resource-list,
.faq-list,
.video-grid {
    display: grid;
    gap: 18px;
}

.resource-item {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 22px 24px;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.resource-main {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    gap: 22px;
    min-width: 0;
}

.resource-name,
.resource-item strong {
    color: var(--ep-heading);
    font-family: "Arial", "font_en", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    min-width: 0;
}

.resource-inline-meta {
    align-items: center;
    color: var(--ep-muted);
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 10px 14px;
    min-width: 0;
}

.resource-type,
.resource-meta {
    color: var(--ep-muted);
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.resource-type {
    color: var(--ep-heading);
}

.resource-action,
.resource-item em {
    color: var(--ep-accent-dark);
    font-family: "Arial", "font_en", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin-left: auto;
    text-transform: uppercase;
}

.video-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.video-card {
    border: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.video-thumb {
    background: #ffffff;
    display: block;
    height: 220px;
}

.video-name {
    color: var(--ep-heading);
    display: block;
    font-family: "Arial", "font_en", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    padding: 20px 22px 22px;
}

.faq-item {
    overflow: hidden;
}

.faq-item summary {
    color: var(--ep-heading);
    cursor: pointer;
    font-family: "Arial", "font_en", sans-serif;
    font-size: 18px;
    font-weight: 700;
    list-style: none;
    padding: 22px 24px;
    position: relative;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary:after {
    color: var(--ep-muted);
    content: "+";
    font-size: 24px;
    line-height: 1;
    position: absolute;
    right: 24px;
    top: 20px;
}

.faq-item[open] summary:after {
    content: "-";
}

.faq-item p {
    color: var(--ep-muted);
    font-size: 15px;
    line-height: 1.82;
    padding: 0 24px 24px;
}

.related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.related-card {
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.related-card img {
    background: #ffffff;
    height: 220px;
}

.related-copy span {
    color: var(--ep-accent-dark);
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-top: 0;
    text-transform: uppercase;
}

.related-copy strong {
    color: var(--ep-heading);
    display: block;
    font-family: "Arial", "font_en", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.18;
    margin-top: 10px;
}

.inquiry-heading {
    margin-bottom: 28px;
    max-width: 1160px;
    text-align: left;
}

.inquiry-heading h2,
.inquiry-heading p {
    text-align: left;
}

.inquiry-heading h2 {
    max-width: none;
}

.enhanced-video-mask video {
    background: #000;
    display: block;
    max-height: 78vh;
    max-width: 86vw;
}

@media (max-width: 1200px) {
    .enhanced-hero-grid,
    .module-card,
    .module-card.image-top,
    .spec-grid,
    .why-grid {
        grid-template-columns: 1fr;
    }

    .enhanced-hero.use-banner-as-bg .enhanced-hero-grid {
        align-content: center;
        min-height: 85vh;
    }

    .enhanced-hero-bg-visual img {
        height: 100vh;
        min-width: 100vw;
    }

    .metric-grid,
    .related-grid,
    .video-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .application-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .enhanced-hero h1 {
        font-size: 52px;
    }

    .enhanced-statement {
        font-size: 24px;
    }

    .enhanced-hero-media {
        min-height: 460px;
    }

    .enhanced-hero-media:before {
        height: 460px;
        width: 460px;
    }

    .module-card.image-large,
    .module-card.image-large.image-left {
        grid-template-columns: 1fr;
    }

    .module-card.image-top .module-media {
        aspect-ratio: auto;
        min-height: 0;
    }

    .ecosystem-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ecosystem-flow:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .enhanced-product-page {
        overflow-x: hidden;
    }

    .enhanced-product-page section {
        padding: 56px 0;
    }

    .enhanced-hero {
        background: #080808;
        padding: 0;
    }

    .enhanced-hero.use-banner-as-bg {
        padding: 0;
    }

    .enhanced-hero:before {
        content: "";
        inset: 0 0 108px;
        position: absolute;
        z-index: 1;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.48) 42%, rgba(0, 0, 0, 0.20) 70%, rgba(0, 0, 0, 0.55) 100%);
        pointer-events: none;
    }

    .enhanced-hero-grid {
        gap: 28px;
        grid-template-columns: 1fr;
        min-height: 560px;
        padding-bottom: 28px;
        padding-top: 42px;
    }

    .enhanced-hero.use-banner-as-bg .enhanced-hero-grid {
        align-content: start;
        min-height: 560px;
        padding-bottom: 28px;
        padding-top: 42px;
    }

    .enhanced-hero-bg-visual img {
        height: 100%;
        min-height: 100%;
        min-width: 100%;
        width: 100%;
    }

    .enhanced-hero.has-mobile-banner-bg .enhanced-hero-bg-visual {
        display: block;
    }

    .enhanced-hero.has-mobile-banner-bg .enhanced-hero-bg-desktop {
        display: none !important;
    }

    .enhanced-hero.has-mobile-banner-bg .enhanced-hero-bg-mobile {
        display: block !important;
    }

    .enhanced-hero.has-mobile-banner-bg .enhanced-hero-showcase {
        display: none;
    }

    .enhanced-hero.has-mobile-banner-bg:not(.use-banner-as-bg) {
        min-height: 0;
    }

    .enhanced-hero.has-mobile-banner-bg:not(.use-banner-as-bg) .enhanced-hero-grid {
        min-height: 560px;
        padding-bottom: 28px;
        padding-top: 42px;
    }

    .enhanced-hero-bg-visual {
        bottom: 108px;
    }

    .enhanced-hero-bg-visual img {
        object-position: center top;
    }

    .enhanced-hero-copy {
        position: relative;
        z-index: 2;
    }

    .enhanced-hero h1 {
        font-size: 38px;
        max-width: 100%;
    }

    .enhanced-statement {
        font-size: 24px;
        line-height: 1.42;
        margin-top: 14px;
        max-width: 100%;
    }

    .enhanced-summary {
        font-size: 15px;
        line-height: 1.62;
        max-width: 100%;
    }

    .enhanced-hero-copy > .enhanced-summary:not(.enhanced-summary-mobile) {
        display: none;
    }

    .enhanced-summary-mobile {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        margin-top: 14px;
        overflow: hidden;
    }

    .enhanced-hero-copy > .enhanced-actions {
        display: none;
    }

    .enhanced-mobile-actions {
        align-items: stretch;
        background: #080808;
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 16px 20px 28px;
        position: relative;
        z-index: 3;
    }

    .enhanced-mobile-actions .enhanced-btn {
        justify-content: center;
        width: 100%;
    }

    .enhanced-btn {
        min-height: 44px;
        padding: 13px 22px;
    }

    .section-heading h2,
    .module-copy h2 {
        font-size: 32px;
    }

    .section-heading h2,
    .enhanced-capabilities .section-heading h2 {
        font-size: 32px;
    }

    .module-card.image-top .module-media {
        aspect-ratio: auto;
        min-height: 0;
    }

    .module-card {
        gap: 28px;
        padding: 0;
    }

    .module-media,
    .enhanced-hero-media {
        min-height: 280px;
    }

    .enhanced-hero-media {
        justify-content: center;
        min-height: 220px;
    }

    .enhanced-hero-media img,
    .enhanced-hero-media video {
        max-height: 360px;
        max-width: 74vw;
    }

    .module-card.image-top .module-media,
    .module-card.image-large .module-media {
        min-height: 0;
    }

    .module-media img,
    .module-media video {
        max-width: 100%;
    }

    .metric-grid,
    .application-grid,
    .related-grid,
    .video-grid,
    .why-grid,
    .spec-grid {
        grid-template-columns: 1fr;
    }

    .ecosystem-flow,
    .ecosystem-tools {
        grid-template-columns: 1fr;
    }

    .metric-card,
    .capability-card,
    .spec-card,
    .why-card {
        min-height: 0;
    }

    .capability-grid {
        grid-template-columns: 1fr;
    }

    .ecosystem-step {
        min-height: 0;
    }

    .ecosystem-step > span,
    .ecosystem-tools span {
        overflow-wrap: anywhere;
    }

    .spec-row {
        align-items: flex-start;
        gap: 10px;
    }

    .spec-row strong {
        max-width: 58%;
    }

    .application-copy,
    .related-copy {
        padding: 18px 18px 20px;
    }

    .application-copy h3,
    .ecosystem-group h3 {
        min-height: 0;
    }

    .resource-item,
    .faq-item summary,
    .faq-item p {
        padding-left: 18px;
        padding-right: 18px;
    }

    .resource-item {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .resource-main {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }

    .resource-inline-meta {
        gap: 8px 12px;
    }

    .resource-action,
    .resource-item em {
        margin-left: 0;
    }
}

@media (max-width: 420px) {
    .enhanced-hero h1 {
        font-size: 36px;
    }

    .enhanced-statement {
        font-size: 22px;
    }

    .enhanced-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .enhanced-btn {
        justify-content: center;
        width: 100%;
    }

    .metric-grid {
        grid-template-columns: 1fr;
    }

    .section-heading h2,
    .module-copy h2,
    .enhanced-capabilities .section-heading h2 {
        font-size: 28px;
    }
}

