.theme-stonevault {
    --primary-color: #0d294e;
    --primary-hover: #0a1f3a;
    --primary-light: rgba(13, 41, 78, 0.1);
    --primary-gradient: linear-gradient(135deg, #ff8a00 0%, #ff6b35 100%);
    --primary-gradient-hover: linear-gradient(135deg, #e67a00 0%, #e85a2a 100%);
    --stonevault-accent: #3d6b4f;
    --stonevault-accent-soft: rgba(61, 107, 79, 0.12);
}

.hero-stonevault {
    background: linear-gradient(135deg, #14261c 0%, #1e3d2e 50%, #0f1f18 100%);
    color: #ffffff;
    padding: 6rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-stonevault::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/stonevault-hero.jpg");
    background-size: cover;
    background-position: center;
    pointer-events: none;
}

.hero-stonevault::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(12, 22, 18, 0.55) 0%,
        rgba(18, 34, 26, 0.62) 45%,
        rgba(10, 18, 14, 0.7) 100%
    );
    pointer-events: none;
}

.hero-stonevault .hero-content {
    position: relative;
    z-index: 2;
}

.stonevault-eyebrow {
    margin: 0 0 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #b8dfc4;
    font-weight: 700;
    font-size: 0.82rem;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}

.hero-stonevault .hero-title {
    color: #ffffff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55), 0 4px 24px rgba(0, 0, 0, 0.35);
}

.hero-stonevault .hero-subtitle {
    max-width: 820px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.98);
    line-height: 1.7;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.4);
}

.stonevault-section-lead {
    max-width: 760px;
    margin: -0.5rem auto 2rem;
    text-align: center;
    color: #4a5568;
    line-height: 1.7;
}

.stonevault-highlights {
    padding: 4.5rem 0;
    background: #ffffff;
}

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

.stonevault-highlight-card {
    background: #f7faf8;
    border: 1px solid rgba(13, 41, 78, 0.1);
    border-radius: 1rem;
    padding: 1.4rem;
    height: 100%;
}

.stonevault-highlight-card h3 {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    margin: 0 0 0.65rem;
    font-size: 1.05rem;
    color: #0d294e;
    line-height: 1.35;
}

.stonevault-highlight-card h3 i {
    color: var(--stonevault-accent);
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.stonevault-highlight-card p {
    margin: 0;
    color: #4a5568;
    line-height: 1.65;
}

.stonevault-highlight-card--accent {
    background: linear-gradient(145deg, #eef6f1 0%, #e4efe8 100%);
    border-color: rgba(61, 107, 79, 0.3);
    box-shadow: 0 8px 20px rgba(61, 107, 79, 0.1);
}

.stonevault-process {
    padding: 4.5rem 0;
    background: #f7faf8;
}

.stonevault-process-steps {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: grid;
    gap: 1rem;
    max-width: 900px;
}

.stonevault-process-step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
    background: #ffffff;
    border: 1px solid rgba(13, 41, 78, 0.1);
    border-radius: 1rem;
    padding: 1.35rem 1.4rem;
}

.stonevault-process-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #3d6b4f 0%, #2a4a38 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.95rem;
    flex-shrink: 0;
}

.stonevault-process-step h3 {
    margin: 0 0 0.4rem;
    color: #0d294e;
    font-size: 1.05rem;
}

.stonevault-process-step p {
    margin: 0;
    color: #4a5568;
    line-height: 1.65;
}

.stonevault-capacity {
    padding: 4.5rem 0;
    background: #ffffff;
}

.stonevault-capacity-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
    max-width: 720px;
    margin: 0 auto 1.5rem;
}

.stonevault-capacity-card {
    background: #f7faf8;
    border: 1px solid rgba(13, 41, 78, 0.1);
    border-radius: 1rem;
    padding: 1.5rem 1.25rem;
    text-align: center;
}

.stonevault-capacity-card--result {
    background: linear-gradient(145deg, #eef6f1 0%, #e4efe8 100%);
    border-color: rgba(61, 107, 79, 0.3);
}

.stonevault-capacity-label {
    margin: 0 0 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.75rem;
    font-weight: 700;
    color: #3d6b4f;
}

.stonevault-capacity-value {
    margin: 0 0 0.4rem;
    font-size: 1.55rem;
    font-weight: 700;
    color: #0d294e;
    line-height: 1.2;
}

.stonevault-capacity-meta {
    margin: 0;
    color: #4a5568;
    line-height: 1.5;
    font-size: 0.95rem;
}

.stonevault-capacity-examples {
    max-width: 720px;
    margin: 0 auto;
    background: #f8fafc;
    border: 1px solid rgba(13, 41, 78, 0.08);
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
}

.stonevault-capacity-examples h3 {
    margin: 0 0 0.75rem;
    color: #0d294e;
    font-size: 1.05rem;
}

.stonevault-capacity-examples ul {
    margin: 0;
    padding-left: 1.15rem;
    color: #4a5568;
    line-height: 1.7;
}

.stonevault-pricing {
    padding: 4.5rem 0 5rem;
    background: #f7faf8;
}

.stonevault-pricing-card {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(135deg, #14261c 0%, #1e3d2e 100%);
    border-radius: 1.25rem;
    padding: 2.5rem 2rem;
    box-shadow: 0 18px 36px rgba(20, 38, 28, 0.2);
}

.stonevault-pricing-label {
    margin: 0 0 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
    font-weight: 700;
    color: #b8dfc4;
}

.stonevault-pricing-card .section-title {
    color: #ffffff;
}

.stonevault-pricing-card p {
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.7;
    margin: 0 0 1.5rem;
}

.stonevault-pricing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

@media (max-width: 900px) {
    .stonevault-highlight-grid {
        grid-template-columns: 1fr;
    }

    .stonevault-capacity-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hero-stonevault {
        padding: 4.5rem 0;
    }

    .stonevault-pricing-card {
        padding: 2rem 1.25rem;
    }
}
