.pricing-hero {
    position: relative;
    margin-top: 88px;
    min-height: 60vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(160deg, var(--color-navy-900) 0%, #052b58 45%, #0a4582 100%);
    color: var(--white);
}

.pricing-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(4, 26, 51, 0.88) 0%, rgba(4, 38, 74, 0.58) 55%, rgba(8, 56, 111, 0.35) 100%);
}

.pricing-hero .container {
    position: relative;
    z-index: 1;
}

.pricing-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.pricing-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pricing-hero-content {
    max-width: 720px;
    display: grid;
    gap: 1.8rem;
}

.pricing-hero-content h1 {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.2;
}

.pricing-hero-content p {
    font-size: 1.05rem;
    color: rgba(214, 236, 255, 0.85);
}

.pricing-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.pricing-highlight {
    background: rgba(6, 44, 84, 0.62);
    border: 1px solid rgba(93, 213, 248, 0.28);
    border-radius: 16px;
    padding: 1.2rem 1.4rem;
    backdrop-filter: blur(8px);
}

.pricing-highlight span {
    display: block;
}

.highlight-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--white);
}

.highlight-caption {
    font-size: 0.8rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(214, 236, 255, 0.78);
}

.pricing-table-section {
    background: linear-gradient(180deg, var(--color-neutral-50) 0%, #ffffff 70%);
    padding: 6rem 0 5rem 0;
}

.pricing-table-wrapper {
    display: grid;
    gap: 3rem;
}

.construction-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    padding: 3rem;
    display: grid;
    gap: 1.8rem;
    border: 1px solid rgba(6, 44, 84, 0.1);
}

.construction-label {
    display: inline-block;
    font-size: 0.75rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--color-blue-500);
}

.construction-card h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--color-navy-900);
}

.construction-card p {
    color: var(--color-text-light);
    line-height: 1.7;
}

.construction-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

.construction-info > div {
    background: var(--color-neutral-100);
    border-radius: var(--radius-md);
    padding: 1.6rem;
    border: 1px solid rgba(6, 44, 84, 0.08);
}

.info-heading {
    display: block;
    font-size: 0.85rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--color-text-light);
    margin-bottom: 0.5rem;
}

.info-value {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--color-blue-500);
    margin-bottom: 0.4rem;
}

.construction-note {
    font-weight: 600;
    color: var(--color-text);
}

.table-title {
    font-size: 2rem;
    font-weight: 800;
    color: var(--color-navy-900);
    text-align: center;
    margin-bottom: 0.4rem;
}

.table-description {
    text-align: center;
    color: var(--color-text-light);
    max-width: 640px;
    margin: 0 auto 2rem auto;
}

.pricing-table {
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
}

.pricing-table table {
    width: 100%;
    border-collapse: collapse;
}

.pricing-table thead {
    background: linear-gradient(120deg, var(--color-navy-900), var(--color-navy-800));
    color: var(--white);
}

.pricing-table th,
.pricing-table td {
    padding: 1.2rem 1.5rem;
    text-align: center;
    font-size: 0.95rem;
}

.pricing-table th:first-child,
.pricing-table td:first-child {
    text-align: left;
    width: 35%;
}

.pricing-table tbody tr:nth-child(even) {
    background: rgba(241, 245, 249, 0.6);
}

.pricing-table tbody tr:hover {
    background: rgba(27, 111, 229, 0.12);
}

.pricing-table .price {
    font-weight: 700;
    color: var(--color-navy-900);
}

.pricing-meta {
    display: grid;
    gap: 2.5rem;
}

.additional-info h3,
.notes-section h3,
.calculator-section h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--color-navy-900);
    margin-bottom: 1.2rem;
}

.option-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

.option-card {
    border-radius: var(--radius-md);
    padding: 1.8rem;
    background: var(--white);
    box-shadow: var(--shadow-md);
    text-align: center;
}

.option-card h4 {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
    color: var(--color-navy-900);
}

.option-price {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--color-blue-500);
    margin-bottom: 0.5rem;
}

.notes-section {
    background: var(--white);
    border-radius: var(--radius-md);
    padding: 2.2rem;
    box-shadow: var(--shadow-md);
}

.notes-section ul {
    list-style: none;
    display: grid;
    gap: 0.8rem;
}

.notes-section li {
    position: relative;
    padding-left: 1.4rem;
    color: var(--color-text);
}

.notes-section li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-blue-500);
}

.calculator-section {
    background: var(--white);
    border-radius: var(--radius-md);
    padding: 2.4rem;
    box-shadow: var(--shadow-md);
}

.calculator {
    max-width: 540px;
    margin: 0 auto;
    display: grid;
    gap: 1.5rem;
}

.input-group {
    display: grid;
    gap: 0.6rem;
}

.input-group label {
    font-weight: 600;
    color: var(--color-text);
}

.input-group input[type="number"] {
    width: 100%;
    padding: 0.9rem 1rem;
    border-radius: 12px;
    border: 1px solid var(--color-neutral-200);
    font-size: 1rem;
    background: var(--color-neutral-50);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.input-group input[type="number"]:focus {
    outline: none;
    border-color: var(--color-blue-500);
    box-shadow: 0 0 0 4px rgba(27, 111, 229, 0.18);
}

.calculate-btn {
    border: none;
    border-radius: 999px;
    padding: 1rem 2.5rem;
    font-weight: 700;
    font-size: 1.05rem;
    background: linear-gradient(135deg, var(--color-blue-600), var(--color-blue-400));
    color: var(--white);
    cursor: pointer;
    box-shadow: 0 16px 34px rgba(12, 63, 124, 0.32);
    transition: transform 0.2s ease;
}

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

.result {
    border-radius: 18px;
    background: rgba(27, 111, 229, 0.1);
    padding: 1.5rem;
    text-align: center;
    color: var(--color-navy-900);
}

.result .error {
    color: #ef4444;
    font-weight: 600;
}

.breakdown p {
    margin: 0.4rem 0;
    font-weight: 600;
}

.total {
    font-size: 1.4rem;
    font-weight: 800;
    margin-top: 1.2rem;
    color: var(--color-navy-900);
}

.cta-section {
    background: linear-gradient(135deg, var(--color-navy-900), #06366b 55%, #0a4b8c 100%);
    border-radius: var(--radius-lg);
    padding: 3rem;
    text-align: center;
    color: var(--white);
    box-shadow: var(--shadow-lg);
}

.cta-section h3 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.cta-section p {
    font-size: 1.05rem;
    color: rgba(214, 236, 255, 0.85);
    margin-bottom: 2rem;
}

@media (max-width: 1024px) {
    .pricing-hero {
        min-height: 50vh;
    }

    .pricing-table th,
    .pricing-table td {
        padding: 1rem 1.2rem;
    }
}

@media (max-width: 768px) {
    .pricing-hero-content h1 {
        font-size: 2.4rem;
    }

    .pricing-highlights {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .pricing-table {
        overflow-x: auto;
    }

    .pricing-table table {
        min-width: 560px;
    }
}

@media (max-width: 540px) {
    .pricing-hero-content h1 {
        font-size: 2.1rem;
    }

    .pricing-hero {
        min-height: 46vh;
    }
}
