/* Color Variables */
:root {
    --gold-primary: #bd9722;
    --gold-dark: #9a7a1a;
    --dark-text: #3a3a3a;
    --light-bg: #f5f5f5;
}

body {
    font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
    color: var(--dark-text);
    line-height: 1.6;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

.site-header .navbar-brand span {
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 0.9rem;
}

/* Hero */
.hero-home {
    background-color: #ffffff;
    border-bottom: 1px solid #e2e6ea;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.hero-home .lead {
    max-width: 32rem;
    color: #555;
    font-size: 1.1rem;
}

.hero-icons-list li {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #444;
}

.hero-csr-image {
    max-width: 400px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* CTA banner */
.cta-banner {
    background: linear-gradient(135deg, var(--dark-text) 0%, #2a2a2a 100%);
    margin-bottom: 0;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
    border-top: 3px solid var(--gold-primary);
}

.site-footer {
    font-size: 0.9rem;
    margin-top: 0;
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

/* Navigation */
.main-nav .nav-link.active {
    font-weight: 600;
    color: var(--gold-primary) !important;
}

/* Cookie banner */
.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(33, 37, 41, 0.98);
    color: #fff;
    z-index: 1050;
}

.cookie-consent-banner .btn {
    white-space: nowrap;
}

img.rounded.shadow-sm {
    border-radius: 0.75rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08) !important;
}

/* Small utility icons */
.feature-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--gold-primary);
    color: var(--dark-text);
    border-radius: 30px;
    padding: 0.5rem 1.25rem;
    box-shadow: 0 4px 15px rgba(189, 151, 34, 0.3);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
}

.hero-badge i {
    color: var(--dark-text);
}

/* Card enhancements */
.card {
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important;
}

.card-img-top {
    border-radius: 12px 12px 0 0;
}

/* Button enhancements */
.btn {
    border-radius: 8px;
    padding: 0.65rem 1.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
    text-transform: none;
}

.btn-lg {
    padding: 0.85rem 2rem;
    font-size: 1.1rem;
    border-radius: 10px;
}

.btn-primary {
    background: var(--gold-primary);
    border: none;
    color: var(--dark-text);
    box-shadow: 0 4px 15px rgba(189, 151, 34, 0.3);
    font-weight: 600;
}

.btn-primary i {
    color: var(--dark-text) !important;
}

.btn-primary:hover {
    background: var(--dark-text);
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(58, 58, 58, 0.4);
    transform: translateY(-2px);
}

.btn-primary:hover i {
    color: #ffffff !important;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background: var(--gold-dark) !important;
    border-color: var(--gold-dark) !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 0.2rem rgba(189, 151, 34, 0.5) !important;
}

.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active {
    background-color: var(--gold-primary) !important;
    border-color: var(--gold-primary) !important;
    color: var(--dark-text) !important;
    box-shadow: 0 0 0 0.2rem rgba(189, 151, 34, 0.5) !important;
}

/* Page Header with Gold Gradient */
.page-header-gradient {
    background: linear-gradient(135deg, var(--dark-text) 0%, #2a2a2a 100%);
    color: #ffffff;
    border-bottom: 4px solid var(--gold-primary);
    position: relative;
}

.page-header-gradient::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-primary) 0%, var(--gold-dark) 100%);
}

.page-header-gradient h1,
.page-header-gradient .h2,
.page-header-gradient p,
.page-header-gradient a {
    color: #ffffff !important;
}

.page-header-gradient a {
    text-decoration: underline;
    font-weight: bold;
}

.page-header-gradient a:hover {
    color: var(--gold-primary) !important;
}

.page-header-gradient .text-primary {
    color: var(--gold-primary) !important;
}

.page-header-gradient i.fa-phone-volume,
.page-header-gradient i.fa-solid.fa-phone-volume {
    color: #ffffff !important;
}

.page-header-gradient i {
    color: var(--gold-primary) !important;
}

.page-header-gradient p {
    font-weight: 700;
}

.page-header-gradient a {
    font-weight: 800;
}

/* Improved button contrast */
.btn-outline-primary {
    color: var(--gold-primary);
    border-color: var(--gold-primary);
    border-width: 2px;
}

.btn-outline-primary:hover {
    background-color: var(--gold-primary);
    border-color: var(--gold-primary);
    color: var(--dark-text);
}

/* Hero section background contrast */
.hero-home {
    background-color: #ffffff;
    border-bottom: 1px solid #dee2e6;
}

/* Section enhancements */
section {
    position: relative;
}

.bg-light {
    background-color: #f8f9fa !important;
    border-radius: 15px;
}

/* Typography enhancements */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: var(--dark-text);
    line-height: 1.3;
}

.display-4, .display-5, .display-6 {
    font-weight: 800;
}

/* Icon styling */
i.fa-solid, i.fa-regular {
    transition: transform 0.2s ease;
}

.card:hover i.fa-solid,
.card:hover i.fa-regular {
    transform: scale(1.1);
}

/* Form enhancements */
.form-control {
    border-radius: 8px;
    border: 2px solid #e9ecef;
    padding: 0.65rem 1rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: var(--gold-primary);
    box-shadow: 0 0 0 0.2rem rgba(189, 151, 34, 0.25);
}

textarea.form-control {
    resize: vertical;
}

.form-label {
    font-weight: 500;
    color: #495057;
    margin-bottom: 0.5rem;
}

/* CTA box styling */
.text-center.py-5.bg-light.rounded,
.text-center.py-4.bg-light.rounded,
.text-center.border.rounded.p-4.bg-light {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    border: 2px solid #dee2e6 !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

/* Accordion/card content spacing */
.card-body {
    padding: 1.5rem;
}

.card-body h3 {
    margin-bottom: 1rem;
}

/* Link styling */
a {
    transition: color 0.2s ease;
}

a:hover {
    text-decoration: none;
}

/* Shadow enhancements */
.shadow-sm {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08) !important;
}

/* Gold highlight */
.text-primary {
    color: var(--gold-primary) !important;
}

/* Icon colors */
i.text-primary {
    color: var(--gold-primary) !important;
}

/* Spacing utilities enhancement */
.py-5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}

/* Image optimizations */
img {
    max-width: 100%;
    height: auto;
}

.img-fluid {
    transition: transform 0.3s ease;
}

.img-fluid:hover {
    transform: scale(1.02);
}

/* Feature icon with gold background */
.feature-icon.bg-primary {
    background: var(--gold-primary) !important;
    color: var(--dark-text) !important;
}

/* Light background sections */
section.bg-light,
.bg-light {
    background-color: var(--light-bg) !important;
}

/* Gold accents for lists */
.hero-icons-list i.text-primary {
    color: var(--gold-primary) !important;
}

/* Display text with gold */
.display-4.text-primary,
.display-5.text-primary,
.display-6.text-primary {
    color: var(--gold-primary) !important;
}

/* Button in light sections */
.btn-light {
    background: #ffffff;
    color: var(--dark-text);
    border: 2px solid var(--gold-primary);
}

.btn-light:hover {
    background: var(--gold-primary);
    color: var(--dark-text);
    border-color: var(--gold-primary);
}

/* Navbar enhancements */
.site-header {
    border-bottom: 3px solid var(--gold-primary);
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

.main-nav .nav-link.active {
    color: var(--gold-primary) !important;
    font-weight: 600;
}

.main-nav .nav-link:hover {
    color: var(--gold-primary) !important;
}

.navbar-dark .navbar-toggler {
    border-color: var(--gold-primary);
    background-color: var(--gold-primary);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(58, 58, 58, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Footer styling */
.site-footer {
    background-color: var(--dark-text) !important;
    color: #ffffff;
}

.site-footer a {
    color: var(--gold-primary);
}

.site-footer a:hover {
    color: var(--gold-dark);
}

/* Card hover with gold accent */
.card:hover {
    border-color: var(--gold-primary) !important;
}

/* Form focus states with gold */
.form-control:focus {
    border-color: var(--gold-primary);
    box-shadow: 0 0 0 0.2rem rgba(189, 151, 34, 0.25);
}

/* Black background sections */
.bg-black {
    background-color: #000000 !important;
    color: #ffffff;
}

.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black h6 {
    color: #ffffff;
}

.bg-black p {
    color: #e0e0e0;
}

.bg-black i {
    color: var(--gold-primary);
}

.bg-black .text-primary {
    color: var(--gold-primary) !important;
}

/* Dark section variant */
.bg-dark-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #000000 100%);
    color: #ffffff;
    position: relative;
}

.bg-dark-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary) 0%, var(--gold-dark) 50%, var(--gold-primary) 100%);
}

.bg-dark-section h1,
.bg-dark-section h2,
.bg-dark-section h3,
.bg-dark-section h4,
.bg-dark-section h5,
.bg-dark-section h6 {
    color: #ffffff;
}

.bg-dark-section p {
    color: #e0e0e0;
}

/* Pricing section with black background */
.pricing-section {
    background: #000000;
    border-top: 4px solid var(--gold-primary);
    border-bottom: 4px solid var(--gold-primary);
}

.pricing-section .display-4,
.pricing-section .display-5,
.pricing-section .display-6 {
    color: var(--gold-primary) !important;
    text-shadow: 0 2px 10px rgba(189, 151, 34, 0.5);
}

/* ============================================
   NEW HOMEPAGE STYLES
   ============================================ */

/* Color extensions */
:root {
    --muted: #6c757d;
    --border-color: #dee2e6;
}

/* Hero Section */
.hero {
    padding: 3rem 0;
    background-color: #ffffff;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
}

@media (min-width: 992px) {
    .hero-grid {
        grid-template-columns: 1.2fr 1fr;
        gap: 3rem;
    }
}

.hero-kicker {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.hero-kicker .dot {
    width: 8px;
    height: 8px;
    background: var(--gold-primary);
    border-radius: 50%;
    display: inline-block;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: var(--dark-text);
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 3rem;
    }
}

.hero-title .highlight {
    color: var(--gold-primary);
}

.hero-subtitle {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 2rem;
    max-width: 600px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.btn-ghost {
    background: transparent;
    border: 2px solid var(--dark-text);
    color: var(--dark-text);
    padding: 0.65rem 1.5rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-ghost:hover {
    background: var(--dark-text);
    color: #ffffff;
}

.hero-meta {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--muted);
}

.hero-meta span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.hero-meta .dot {
    width: 6px;
    height: 6px;
    background: var(--gold-primary);
    border-radius: 50%;
}

/* Hero Card */
.hero-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.hero-card-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
}

.hero-card-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 0.25rem;
}

.hero-card-pill {
    background: var(--light-bg);
    padding: 0.375rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--dark-text);
}

.hero-metrics {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hero-metric {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border-color);
}

.hero-metric:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.hero-metric-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--muted);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.hero-metric-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 0.5rem;
}

.hero-metric-note {
    font-size: 0.875rem;
    color: var(--muted);
    line-height: 1.5;
}

.hero-metric-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.tag {
    display: inline-block;
    background: var(--light-bg);
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--dark-text);
}

/* Section Headers */
.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.section-kicker {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--gold-primary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
}

.section-title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: var(--dark-text);
}

@media (min-width: 768px) {
    .section-title {
        font-size: 2.5rem;
    }
}

.section-subtitle {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #555;
}

/* Features Section */
#features {
    padding: 4rem 0;
    background: var(--light-bg);
}

.cards-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .cards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.cards-grid .card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 1.75rem;
    height: 100%;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--dark-text);
}

.card-body {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 1rem;
}

.card-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--dark-text);
}

.card-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--gold-primary);
    font-weight: 700;
}

/* Units / Location Section */
#units {
    padding: 4rem 0;
    background: #ffffff;
}

.location-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .location-grid {
        grid-template-columns: 1.5fr 1fr;
    }
}

.location-card,
.contact-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 2rem;
}

.location-card h3,
.contact-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--dark-text);
}

.location-card p,
.contact-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 1rem;
}

.location-meta {
    margin: 1.5rem 0;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: 8px;
}

.location-meta div {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: var(--dark-text);
}

.location-meta div:last-child {
    margin-bottom: 0;
}

.location-meta a {
    color: var(--gold-primary);
    font-weight: 600;
}

.pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.pill {
    display: inline-block;
    background: var(--gold-primary);
    color: var(--dark-text);
    padding: 0.375rem 0.875rem;
    border-radius: 20px;
    font-size: 0.8125rem;
    font-weight: 600;
}

.contact-card {
    background: var(--light-bg);
}

/* How It Works Section */
#how-it-works {
    padding: 4rem 0;
    background: var(--light-bg);
}

.steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .steps {
        grid-template-columns: repeat(3, 1fr);
    }
}

.step {
    position: relative;
    padding: 1.5rem;
}

.step-num {
    width: 60px;
    height: 60px;
    background: var(--gold-primary);
    color: var(--dark-text);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.step-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--dark-text);
}

.step p {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
}

.step a {
    color: var(--gold-primary);
    font-weight: 600;
}

/* FAQ Section */
#faq {
    padding: 4rem 0;
    background: #ffffff;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .faq-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.faq-item {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 1.75rem;
}

.faq-item h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--dark-text);
}

.faq-item p {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 0;
}

.faq-item a {
    color: var(--gold-primary);
    font-weight: 600;
}

/* Card Icons */
.card-icon {
    width: 60px;
    height: 60px;
    background: var(--gold-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.card-icon i {
    font-size: 1.75rem;
    color: var(--dark-text);
}

/* Update card list icons */
.card-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-left: 0;
    margin-bottom: 0.75rem;
}

.card-list li::before {
    display: none;
}

.card-list li i {
    color: var(--gold-primary);
    font-size: 1rem;
    min-width: 20px;
}

/* FAQ Icons */
.faq-icon {
    width: 50px;
    height: 50px;
    background: var(--gold-primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.faq-icon i {
    font-size: 1.5rem;
    color: var(--dark-text);
}

/* Contact Form Section */
#contact-form-section {
    background: #ffffff;
}

.contact-form-wrapper {
    max-width: 600px;
}

.contact-form-wrapper .section-kicker {
    text-align: left;
}

.hero-csr-image {
    max-width: 500px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Ensure all links use gold color unless on gold background */
a {
    color: var(--gold-primary);
    text-decoration: none;
}

a:hover {
    color: var(--gold-dark);
    text-decoration: underline;
}

/* Links on gold backgrounds should be dark */
.btn-primary a,
.pill a,
.tag a,
.hero-card-pill a {
    color: var(--dark-text);
}

/* Override for navigation and specific contexts */
.navbar a,
.btn,
.btn a {
    text-decoration: none;
}

.btn:hover,
.btn a:hover {
    text-decoration: none;
}

/* ============================================
   PRICING CARDS (Storage Units Page)
   ============================================ */

.pricing-header {
    max-width: 700px;
    margin: 0 auto;
}

.pricing-table-wrapper {
    margin-top: 2rem;
}

.pricing-card {
    background: #ffffff;
    border: 2px solid var(--border-color);
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
    border-color: var(--gold-primary);
}

.pricing-card.featured {
    border-color: var(--gold-primary);
    border-width: 3px;
    box-shadow: 0 8px 25px rgba(189, 151, 34, 0.2);
}

.pricing-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: var(--gold-primary);
    color: var(--dark-text);
    padding: 0.375rem 1rem;
    border-radius: 20px;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.pricing-card-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.pricing-icon {
    width: 70px;
    height: 70px;
    background: var(--gold-primary);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.pricing-icon i {
    font-size: 2rem;
    color: var(--dark-text);
}

.pricing-card-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--dark-text);
    margin-bottom: 0.25rem;
}

.pricing-card-subtitle {
    font-size: 0.9rem;
    color: var(--muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}

.pricing-card-body {
    flex: 1;
    margin-bottom: 1.5rem;
}

.pricing-amount {
    text-align: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid var(--border-color);
}

.pricing-currency {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gold-primary);
    vertical-align: top;
}

.pricing-value {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--dark-text);
    line-height: 1;
}

.pricing-period {
    font-size: 1rem;
    color: var(--muted);
    font-weight: 600;
}

.pricing-amount-call {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pricing-amount-call i {
    font-size: 2rem;
    color: var(--gold-primary);
}

.pricing-call-text {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--dark-text);
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-features li {
    display: flex;
    align-items: center;
    margin-bottom: 0.875rem;
    font-size: 0.9375rem;
    color: #555;
    line-height: 1.5;
}

.pricing-features li:last-child {
    margin-bottom: 0;
}

.pricing-features li i {
    color: var(--gold-primary);
    font-size: 1rem;
    min-width: 20px;
}

.pricing-card-footer {
    margin-top: auto;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .pricing-card {
        padding: 1.5rem;
    }

    .pricing-icon {
        width: 60px;
        height: 60px;
    }

    .pricing-icon i {
        font-size: 1.75rem;
    }

    .pricing-card-title {
        font-size: 1.5rem;
    }

    .pricing-value {
        font-size: 3rem;
    }
}
