.features-page {
    padding: 42px 0 62px;
}

.features-hero {
    position: relative;
    min-height: 260px;
    display: flex;
    align-items: flex-end;
    padding: 32px;
    border: 1px solid rgba(125, 175, 255, 0.14);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(10, 15, 25, 0.58);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.features-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 70% 18%, rgba(134, 214, 255, 0.26) 0%, transparent 32%),
        radial-gradient(ellipse at 92% 55%, rgba(74, 163, 255, 0.16) 0%, transparent 38%),
        radial-gradient(ellipse at 12% 0%, rgba(16, 185, 129, 0.10) 0%, transparent 42%),
        linear-gradient(110deg, rgba(5, 9, 16, 0.96), rgba(8, 18, 34, 0.82), rgba(8, 28, 48, 0.62));
    z-index: 0;
}

.features-hero .ice-shard {
    position: absolute;
    width: 180px;
    height: 180px;
    right: 9%;
    top: 20%;
    border: 1px solid rgba(168, 216, 255, 0.22);
    background: linear-gradient(135deg, rgba(168, 216, 255, 0.18), rgba(74, 163, 255, 0.04));
    transform: rotate(45deg);
    filter: blur(0.2px);
    z-index: 1;
}

.features-hero .ice-shard::before,
.features-hero .ice-shard::after {
    content: '';
    position: absolute;
    border: 1px solid rgba(168, 216, 255, 0.14);
    background: rgba(168, 216, 255, 0.04);
}

.features-hero .ice-shard::before {
    width: 92px;
    height: 92px;
    right: -54px;
    top: 48px;
}

.features-hero .ice-shard::after {
    width: 70px;
    height: 70px;
    left: -42px;
    bottom: 26px;
}

.features-hero::after {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(125, 175, 255, 0.46), transparent);
    z-index: 1;
}

.features-hero-content {
    position: relative;
    z-index: 2;
    max-width: 740px;
}

.features-title {
    margin: 0 0 14px;
    color: #f4f8ff;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.05;
}

.features-subtitle {
    max-width: 650px;
    margin: 0;
    color: #bfd0ea;
    font-size: 1.04rem;
    line-height: 1.7;
}

.proof-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.proof-pill {
    min-width: 138px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(125, 175, 255, 0.18);
    background: rgba(7, 12, 22, 0.5);
}

.proof-pill span {
    display: block;
    color: #8fa5c4;
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
}

.proof-pill strong {
    display: block;
    margin-top: 4px;
    color: #eaf2ff;
    font-size: 0.95rem;
    font-weight: 900;
}

.feature-band {
    margin-top: 18px;
    padding: 24px;
    border: 1px solid rgba(125, 175, 255, 0.14);
    border-radius: 18px;
    background:
        radial-gradient(ellipse at 18% 0%, rgba(74, 163, 255, 0.10) 0%, transparent 42%),
        linear-gradient(180deg, rgba(10, 15, 25, 0.58), rgba(7, 12, 22, 0.52));
    backdrop-filter: blur(16px) saturate(130%);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.band-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.band-title {
    margin: 0;
    color: #f4f8ff;
    font-size: 1.45rem;
    font-weight: 900;
}

.band-title i {
    color: #7bb4ff;
    margin-right: 8px;
}

.band-copy {
    max-width: 560px;
    margin: 7px 0 0;
    color: #9fb2ce;
    line-height: 1.6;
}

.philosophy-grid,
.rates-grid,
.custom-feature-grid {
    display: grid;
    gap: 12px;
}

.philosophy-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.philosophy-item,
.rate-card,
.custom-feature {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.045);
    border-radius: 14px;
}

.philosophy-item {
    min-height: 118px;
    padding: 18px;
}

.philosophy-item i,
.custom-feature i {
    color: #7bb4ff;
    font-size: 1.2rem;
}

.philosophy-title {
    margin-top: 12px;
    color: #eaf2ff;
    font-size: 0.98rem;
    font-weight: 900;
}

.philosophy-text {
    margin-top: 6px;
    color: #95a8c4;
    font-size: 0.84rem;
    line-height: 1.5;
}

.rates-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.rate-card {
    min-height: 92px;
    padding: 15px;
}

.rate-label {
    color: #95a8c4;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.rate-value {
    margin-top: 10px;
    color: #f4f8ff;
    font-size: 1.36rem;
    font-weight: 900;
}

.rate-card.highlight {
    border-color: rgba(74, 163, 255, 0.28);
    background: rgba(74, 163, 255, 0.09);
}

.rate-note {
    display: flex;
    gap: 12px;
    margin-top: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(74, 163, 255, 0.16);
    border-radius: 14px;
    background: rgba(74, 163, 255, 0.06);
    color: #9fb2ce;
    line-height: 1.55;
}

.rate-note i,
.rate-note strong {
    color: #7bb4ff;
}

.custom-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-showcase-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.feature-showcase-card {
    position: relative;
    min-height: 310px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(125, 175, 255, 0.14);
    background: rgba(255, 255, 255, 0.045);
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease;
}

.feature-showcase-card:hover {
    color: inherit;
    transform: translateY(-3px);
    border-color: rgba(125, 175, 255, 0.3);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}

.feature-showcase-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
}

.feature-showcase-content {
    padding: 16px;
}

.feature-showcase-content h3 {
    margin: 0 0 8px;
    color: #f4f8ff;
    font-size: 1.02rem;
    font-weight: 900;
}

.feature-showcase-content p {
    min-height: 74px;
    margin: 0 0 14px;
    color: #9fb2ce;
    font-size: 0.84rem;
    line-height: 1.5;
}

.feature-showcase-content span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #8fc3ff;
    font-size: 0.8rem;
    font-weight: 900;
}

.custom-feature {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    padding: 18px;
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease;
}

.custom-feature:hover {
    color: inherit;
    transform: translateY(-2px);
    border-color: rgba(125, 175, 255, 0.24);
    background: rgba(74, 163, 255, 0.07);
}

.custom-feature-title {
    color: #eaf2ff;
    font-size: 1rem;
    font-weight: 900;
}

.custom-feature-text {
    margin-top: 5px;
    color: #95a8c4;
    font-size: 0.86rem;
    line-height: 1.55;
}

.custom-feature-text strong {
    color: #c6d8f0;
}

.feature-command-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 9px;
}

.feature-command {
    border: 1px solid rgba(96, 165, 250, 0.32);
    border-radius: 999px;
    background: rgba(37, 99, 169, 0.22);
    color: #cfe5ff;
    font-family: Consolas, Monaco, monospace;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
    padding: 6px 9px;
}

.custom-feature-action {
    display: inline-flex;
    margin-top: 10px;
    color: #7bb4ff;
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.coming-soon-box {
    margin-top: 18px;
    padding: 22px;
    border-radius: 16px;
    border: 1px solid rgba(139, 92, 246, 0.22);
    background:
        radial-gradient(ellipse at 20% 0%, rgba(139, 92, 246, 0.14) 0%, transparent 40%),
        rgba(255, 255, 255, 0.045);
}

.coming-soon-box h3 {
    margin: 0 0 7px;
    color: #f4f8ff;
    font-size: 1.1rem;
    font-weight: 900;
}

.coming-soon-box p {
    margin: 0;
    color: #9fb2ce;
}

@media (max-width: 1100px) {
    .philosophy-grid,
    .rates-grid,
    .feature-showcase-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .features-page {
        padding-top: 24px;
    }

    .features-hero,
    .feature-band {
        border-radius: 14px;
        padding: 20px;
    }

    .features-hero {
        min-height: 240px;
    }

    .features-title {
        font-size: 2.1rem;
    }

    .band-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .philosophy-grid,
    .rates-grid,
    .feature-showcase-grid,
    .custom-feature-grid {
        grid-template-columns: 1fr;
    }

    .feature-showcase-content p {
        min-height: 0;
    }
}
