.ess-body {
    background: #f6f6f6;
    color: #141414;
}

.ess-body a {
    color: inherit;
    text-decoration: none;
}

.ess-page {
    position: relative;
    isolation: isolate;
}

.hero-section {
    background: linear-gradient(135deg, #0f0f10 0%, #1c1e22 100%);
    color: #f7f7f7;
    border-radius: 20px;
    padding: clamp(2.5rem, 5vw, 4rem);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-eyebrow {
    letter-spacing: 0.28rem;
    text-transform: uppercase;
    font-size: 0.85rem;
    color: rgba(247, 247, 247, 0.7);
}

.hero-title {
    font-size: clamp(2.6rem, 4vw, 3.8rem);
    line-height: 1.1;
    font-weight: 700;
}

.hero-subtext {
    font-size: 1.1rem;
    color: rgba(247, 247, 247, 0.82);
    max-width: 640px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin: 1.4rem 0;
}

.hero-actions .cta-btn {
    border-radius: 999px;
    padding: 0.85rem 1.6rem;
    font-weight: 600;
    background: #f7f7f7;
    color: #0f0f10;
    border: 2px solid transparent;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.hero-actions .cta-btn.ghost {
    background: transparent;
    color: #f7f7f7;
    border-color: rgba(247, 247, 247, 0.35);
}

.hero-actions .cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}

.hero-highlights {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
    display: grid;
    gap: 0.75rem;
}

.hero-highlights li {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    padding: 0.9rem 1rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-highlights i {
    color: #70d6ff;
}

.hero-panel {
    background: #ffffff;
    border-radius: 18px;
    padding: 1.5rem;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
    border: 1px solid #e5e5e5;
}

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

.hero-panel-list li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.9rem;
    padding: 0.9rem 0;
    border-bottom: 1px solid #e9e9e9;
}

.hero-panel-list li:last-child {
    border-bottom: none;
}

.hero-panel-list i {
    font-size: 1.1rem;
    color: #0f6fff;
}

.section-header {
    text-align: left;
    margin-bottom: 1.6rem;
}

.section-label {
    letter-spacing: 0.26rem;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #7c7c7c;
    margin-bottom: 0.4rem;
}

.section-header h2 {
    font-size: clamp(2rem, 3vw, 2.7rem);
    margin-bottom: 0.4rem;
}

.section-subtext {
    color: #5a5a5a;
    max-width: 720px;
}

.card-tile,
.pain-card,
.component-card,
.ops-card,
.package-card,
.copy-card,
.cta-panel,
.positioning-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.75rem;
    border: 1px solid #e5e5e5;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.card-tile h3,
.pain-card h3,
.component-card h3,
.ops-card h3,
.package-card h3,
.copy-card h2,
.cta-panel h3,
.positioning-card h3 {
    margin-bottom: 0.65rem;
}

.checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.55rem;
}

.checklist li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #0f6fff;
    margin-right: 0.6rem;
}

.pain-card i,
.component-icon i {
    font-size: 1.5rem;
    color: #0f6fff;
}

.pain-card {
    text-align: left;
}

.positioning-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.positioning-label {
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-size: 0.75rem;
    color: #777;
    margin-bottom: 0.3rem;
}

.components-section .component-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
}

.component-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #f0f6ff;
    border: 1px solid #dbe7ff;
}

.operations-section .ops-card {
    height: 100%;
}

.packages-section .package-card {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.package-card .package-head {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.package-card .badge {
    align-self: flex-start;
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
}

.package-card.highlight {
    border: 1px solid #0f6fff;
    box-shadow: 0 16px 36px rgba(15, 111, 255, 0.18);
}

.package-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.6rem;
}

.package-list li::before {
    content: "\2022";
    color: #0f6fff;
    font-weight: bold;
    margin-right: 0.55rem;
}

.copy-card .copy-block + .copy-block {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px dashed #e5e5e5;
}

.cta-panel {
    background: linear-gradient(135deg, #0f6fff 0%, #0f2f6f 100%);
    color: #ffffff;
    border: none;
}

.cta-panel .cta-btn {
    background: #ffffff;
    color: #0f2f6f;
    border-radius: 12px;
    font-weight: 700;
    border: 2px solid transparent;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.15);
}

.cta-panel .cta-btn.ghost {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.4);
}

.cta-panel .cta-btn:hover {
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .hero-panel-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .positioning-card {
        flex-direction: column;
        align-items: flex-start;
    }
}
