/* Refined Premium Gold & White Theme Styles */

:root {
    --premium-gold: #D4AF37;
    --premium-gold-gradient: linear-gradient(135deg, #D4AF37 0%, #B8860B 100%);
    --premium-gold-light: rgba(212, 175, 55, 0.1);
    --premium-white: #FFFFFF;
    --premium-glass: rgba(255, 255, 255, 0.85);
    --premium-dark: #3D4446;
    /* Softer Charcoal instead of heavy black */
    --luxury-serif: 'Playfair Display', serif;
    --luxury-sans: 'Inter', sans-serif;
    --premium-gold-soft: rgba(212, 175, 55, 0.6);
}

body {
    font-family: var(--luxury-sans);
    color: var(--premium-dark);
}

/* Navbar Modernization */
.navbar.pure-white {
    background-color: var(--premium-white) !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
    padding: 1rem 0 !important;
}

.navbar.pure-white .nav-link {
    color: var(--premium-dark) !important;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    background: none !important;
    /* Remove any pill backgrounds */
    border-radius: 0 !important;
    padding: 0.5rem 1rem !important;
}

.navbar.pure-white .nav-link:hover,
.navbar.pure-white .nav-link.active {
    color: var(--premium-gold) !important;
}

/* Hero Section Refinement */
.bg-home.hero-premium-light {
    background-image: url('../img/photos/premium_white_gold_hero_bg.png') !important;
    background-size: cover !important;
    background-position: center bottom !important;
    padding: 0 !important;
    border: none !important;
}

.hero-premium-light .blur {
    padding: 60px 0 50px 0 !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}

.home-logo img {
    max-width: 250px !important;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.05));
}

#mainTitle.gold-text-premium {
    font-family: var(--luxury-serif);
    font-size: 2.8rem !important;
    font-weight: 300 !important;
    line-height: 1.2;
    margin-bottom: 1.5rem !important;
    color: var(--premium-dark) !important;
    text-align: center;
}

@media (max-width: 767.98px) {
    #mainTitle.gold-text-premium {
        font-size: 2.2rem !important;
        line-height: 1.2 !important;
    }
}

/* Modern Glassmorphism Card */
.card.bg-form-home-premium {
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(212, 175, 55, 0.3) !important;
    box-shadow: 0 40px 100px -20px rgba(212, 175, 55, 0.2) !important;
    border-radius: 32px !important;
    padding: 1.25rem !important;
}

.card.bg-form-home-premium h1.card-title {
    font-family: var(--luxury-serif);
    color: var(--premium-dark) !important;
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin-bottom: 1rem !important;
    position: relative;
    padding-bottom: 10px;
}

.card.bg-form-home-premium h1.card-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: var(--premium-gold-gradient);
}

/* Modern Input Styling */
.card.bg-form-home-premium .form-control,
.card.bg-form-home-premium .form-select {
    background: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid rgba(212, 175, 55, 0.2) !important;
    border-radius: 12px !important;
    padding: 0.75rem 1rem !important;
    transition: all 0.3s ease !important;
    color: var(--premium-dark) !important;
}

.card.bg-form-home-premium .form-control:focus,
.card.bg-form-home-premium .form-select:focus {
    border-color: var(--premium-gold) !important;
    box-shadow: 0 0 0 4px var(--premium-gold-light) !important;
    background: white !important;
}

.card.bg-form-home-premium .form-label {
    margin-bottom: 0.6rem !important;
    font-weight: 500;
    /* Reduced from 600 */
    font-size: 0.85rem;
    color: var(--premium-dark) !important;
    opacity: 0.7;
}

/* Refined Button */
.btn-premium-gold {
    background: var(--premium-gold-gradient) !important;
    color: white !important;
    border: none !important;
    padding: 15px 40px !important;
    border-radius: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.9rem;
    box-shadow: 0 10px 20px -5px rgba(212, 175, 55, 0.4) !important;
    transition: all 0.4s ease !important;
    width: auto !important;
}

@media (max-width: 767.98px) {

    .bg-form-home-premium form .text-center,
    .bg-form-home-premium div.mt-4.text-center,
    .dual-btn-container {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        float: none !important;
        gap: 12px !important;
    }

    /* Single large button (Get Report) */
    #btnSave.btn-premium-gold {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        font-size: 0.85rem !important;
        padding: 15px 10px !important;
        white-space: normal;
        line-height: 1.2;
    }

    @media (max-width: 360px) {
        #btnSave.btn-premium-gold {
            font-size: 0.78rem !important;
            padding: 14px 8px !important;
            letter-spacing: 0.6px;
        }
    }

    /* Dual smaller buttons (Back / Next) */
    .dual-btn-container .btn-premium-gold {
        width: 48% !important;
        min-width: 120px;
        padding: 12px 10px !important;
        font-size: 0.8rem !important;
        margin: 0 !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        letter-spacing: 0.5px;
    }

    /* Fix Step Two Footer Gap */
    .hero-premium-light .blur {
        padding-bottom: 0 !important;
    }

    /* Bank Details Copy Buttons Reduction */
    .bank-details .btn-premium-gold.btn-sm {
        font-size: 0.65rem !important;
        padding: 5px 10px !important;
        letter-spacing: 0.2px !important;
        white-space: nowrap;
        width: 100% !important;
        max-width: 130px;
    }

    .bank-detail-text {
        font-size: 0.75rem !important;
        line-height: 1.4 !important;
    }

    .bank-details {
        gap: 15px;
    }

    #orderStepTwo {
        min-height: 80vh;
        display: flex;
        flex-direction: column;
    }

    #orderStepTwo .section-feedback {
        flex-grow: 1;
        padding-bottom: 120px !important;
        background-color: #FAFAFA !important;
        margin-top: 40px !important;
    }

    /* Success Page Spacing Fix - Target ONLY the specific section */
    .success-page-wrapper .section-success-premium {
        min-height: 0 !important;
        min-height: auto !important;
        height: auto !important;
        flex-grow: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 40px !important;
        margin-top: 0 !important;
    }

    .success-page-wrapper .section-success-premium .blur {
        min-height: auto !important;
        padding: 20px 0 40px 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Reduce fixed navbar padding for success page on mobile */
    .success-page-wrapper {
        padding-top: 50px !important;
    }

    /* Ensure navbar stays correctly aligned */
    .success-page-wrapper header .navbar>.container {
        display: flex !important;
        flex-direction: row !important;
    }
}

.btn-premium-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px -5px rgba(212, 175, 55, 0.6) !important;
    filter: brightness(1.1);
}

/* Animations */
@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-premium-light .container {
    animation: fadeInSlide 1s ease-out forwards;
}

/* --- REFINED About Report Section Styles --- */

.section-about-report {
    padding: 60px 0 !important;
    background-color: #FAFAFA !important;
}

.about-report-title {
    font-family: var(--luxury-serif) !important;
    font-size: 2.8rem !important;
    color: var(--premium-dark) !important;
    text-align: center;
    margin-bottom: 2rem !important;
    position: relative;
    padding-bottom: 15px;
}

.about-report-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--premium-gold-gradient);
    border-radius: 2px;
}

/* Secondary Section Titles */
.premium-section-title {
    font-family: var(--luxury-serif) !important;
    color: var(--premium-dark) !important;
    font-weight: 700 !important;
}

/* Benefit Grid Layout */
.benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.benefit-card {
    background: white;
    padding: 40px 30px;
    border-radius: 24px;
    text-align: center;
    border: 1px solid rgba(212, 175, 55, 0.08);
    /* Even softer border */
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.benefit-card:hover {
    transform: translateY(-10px);
    border-color: var(--premium-gold);
    box-shadow: 0 20px 50px rgba(212, 175, 55, 0.12);
}

.benefit-icon-wrapper {
    width: 70px;
    height: 70px;
    background: var(--premium-gold-light);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.benefit-card:hover .benefit-icon-wrapper {
    background: var(--premium-gold-gradient);
    transform: rotate(5deg);
}

.benefit-icon-wrapper img {
    width: 35px;
    height: 35px;
    transition: all 0.3s ease;
}

.benefit-card:hover .benefit-icon-wrapper img {
    filter: brightness(0) invert(1);
}

.benefit-title {
    font-family: var(--luxury-sans);
    font-size: 1.15rem;
    /* Slightly smaller */
    font-weight: 500;
    /* Reduced from 700 */
    color: var(--premium-dark);
    line-height: 1.5;
    margin: 0;
    opacity: 0.9;
}

/* --- OVERHAULED Master Summary Card (Redesign) --- */
.master-order-card {
    background: white;
    border-radius: 40px;
    padding: 0;
    /* Removing internal padding for better sub-section control */
    border: 1px solid rgba(212, 175, 55, 0.2);
    box-shadow: 0 50px 100px -20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.master-card-header {
    background: #FDFBF7;
    padding: 30px 50px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.master-card-body {
    padding: 40px 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.pricing-block-master {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.pricing-label {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--premium-gold);
    letter-spacing: 1.5px;
}

.price-main-display {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.price-old-refined {
    text-decoration: line-through;
    color: #A0AEC0;
    font-size: 1.2rem;
    font-weight: 500;
}

.price-new-refined {
    font-size: 3rem;
    font-weight: 800;
    color: var(--premium-dark);
    line-height: 1;
    background: var(--premium-gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.price-main-display small {
    font-size: 0.4em !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 5px;
    -webkit-text-fill-color: var(--premium-gold) !important;
    /* Fallback for LKR outside gradient text */
    opacity: 0.8;
}

.delivery-payment-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    flex: 1.2;
}

.summary-feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.summary-feature-icon {
    width: 45px;
    height: 45px;
    background: #F8F9FA;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.summary-feature-icon img {
    width: 22px;
    height: 22px;
}

.summary-feature-text {
    display: flex;
    flex-direction: column;
}

.summary-feature-text .label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #A0AEC0;
    text-transform: uppercase;
}

.summary-feature-text .value {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--premium-dark);
}

.offer-ribbon {
    background: #FF4D4D;
    color: white;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* --- Customer Feedback Section --- */
.section-feedback {
    padding: 80px 0 !important;
    background-color: var(--premium-white) !important;
}

.review-card-premium {
    background: white;
    border: 1px solid rgba(212, 175, 55, 0.1);
    border-radius: 28px;
    padding: 35px;
    height: 100%;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
}

.review-card-premium:hover {
    transform: translateY(-8px);
    border-color: var(--premium-gold);
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.1);
}

.review-header-premium {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.review-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid var(--premium-gold-light);
    padding: 2px;
}

.review-meta {
    display: flex;
    flex-direction: column;
}

.review-name {
    font-weight: 700;
    color: var(--premium-dark);
    font-size: 1rem;
    margin: 0;
}

.review-rating {
    display: flex;
    gap: 2px;
    margin-top: 4px;
}

.review-rating img {
    width: 14px;
    height: 14px;
}

.review-text-premium {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--premium-dark);
    margin: 0;
    opacity: 0.85;
}

.review-text-sinhala {
    margin-top: 15px;
    font-size: 1rem;
    color: var(--premium-dark);
    font-style: italic;
    border-left: 3px solid var(--premium-gold-light);
    padding-left: 15px;
}

/* --- Contact & About Sections --- */
.section-contact {
    padding: 60px 0 !important;
    background-color: #FAF9F6 !important;
    /* Slightly warmer ivory */
}

.contact-tile-premium {
    background: white;
    padding: 35px;
    border-radius: 24px;
    border: 1px solid rgba(212, 175, 55, 0.1);
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-tile-premium:hover {
    border-color: var(--premium-gold);
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.1);
    transform: translateY(-5px);
}

.contact-icon-box {
    width: 60px;
    height: 60px;
    background: var(--premium-gold-light);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.contact-icon-box img {
    width: 30px;
    height: 30px;
}

.contact-label-premium {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--premium-gold);
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.contact-value-premium {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--premium-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-tile-premium:hover .contact-value-premium {
    color: var(--premium-gold);
}

.section-about-us {
    padding: 60px 0 !important;
}

.about-us-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--premium-dark);
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    opacity: 0.9;
}

.about-us-content p {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .about-us-content {
        font-size: 1.05rem;
    }
}

/* --- Insight Roadmap Section (Restored) --- */
.insight-roadmap-container {
    background: white;
    border-radius: 40px;
    padding: 60px;
    border: 1px solid rgba(212, 175, 55, 0.1);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.04);
    margin-bottom: 60px;
}

.roadmap-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
}

.roadmap-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #F5F5F5;
}

.roadmap-item:last-child,
.roadmap-item:nth-last-child(2) {
    border-bottom: none;
}

.roadmap-check {
    width: 24px;
    height: 24px;
    background: var(--premium-gold-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 3px;
    box-shadow: 0 4px 10px rgba(212, 175, 55, 0.3);
}

.roadmap-check::after {
    content: '✓';
    color: white;
    font-size: 14px;
    font-weight: 700;
}

.roadmap-text {
    font-size: 1.05rem;
    color: var(--premium-dark);
    line-height: 1.5;
    font-weight: 500;
}

@media (max-width: 768px) {
    .insight-roadmap-container {
        padding: 30px;
    }

    .roadmap-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media (max-width: 850px) {

    .master-card-header,
    .master-card-body {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }

    .delivery-payment-grid {
        grid-template-columns: 1fr;
        width: 100%;
        margin-top: 20px;
    }

    .pricing-block-master {
        align-items: center;
        gap: 10px !important;
    }

    .price-main-display {
        flex-direction: column !important;
        align-items: center !important;
        gap: 5px !important;
    }

    .price-new-refined {
        font-size: 2.2rem !important;
    }

    .price-old-refined {
        font-size: 1rem !important;
    }

    .summary-feature-item {
        justify-content: flex-start;
        text-align: left;
    }
}

@media (max-width: 991px) {
    .benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .benefit-grid {
        grid-template-columns: 1fr;
    }

    .about-report-title {
        font-size: 1.8rem !important;
        line-height: 1.2 !important;
    }
}

/* --- Premium Footer Section --- */
.premium-footer {
    background-color: var(--premium-white);
    padding: 50px 0 30px 0;
    border-top: 1px solid rgba(212, 175, 55, 0.1);
    color: var(--premium-dark);
}

.footer-logo {
    max-width: 180px;
    margin-bottom: 25px;
}

.footer-description {
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.8;
    margin-bottom: 30px;
}

.footer-title {
    font-family: var(--luxury-serif);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--premium-dark);
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--premium-gold-gradient);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: var(--premium-dark);
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.footer-links a:hover {
    color: var(--premium-gold);
    opacity: 1;
    padding-left: 5px;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.footer-contact-icon {
    width: 38px;
    height: 38px;
    background: var(--premium-gold-gradient);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.1rem;
    box-shadow: 0 4px 10px rgba(212, 175, 55, 0.2);
}

.footer-contact-text {
    font-size: 0.95rem;
    opacity: 0.9;
}

.footer-bottom {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.copyright-text {
    font-size: 0.85rem;
    opacity: 0.7;
}

.footer-payment-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.footer-payment-icons img {
    height: 25px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.footer-payment-icons img:hover {
    opacity: 1;
}

@media (max-width: 991px) {
    .premium-footer {
        padding: 40px 0 30px 0;
    }

    .footer-logo {
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
    }

    .footer-description {
        text-align: center !important;
    }

    .footer-payment-icons {
        justify-content: center !important;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

/* --- Shop Highlights Section --- */
.section-shop-highlights {
    padding: 100px 0;
    background-color: var(--premium-white);
}

.premium-product-card {
    background: white;
    border-radius: 24px;
    padding: 20px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0, 0, 0, 0.03);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.premium-product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
    border-color: rgba(212, 175, 55, 0.2);
}

.product-badge-premium {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: var(--premium-gold-gradient);
    color: white;
    padding: 3px 10px;
    border-radius: 50px;
    font-size: 0.65rem;
    font-weight: 700;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-img-link {
    display: block;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 20px;
    position: relative;
}

.product-img-link img {
    transition: transform 0.6s ease;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.premium-product-card:hover .product-img-link img {
    transform: scale(1.1);
}

.product-title-premium {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--premium-dark);
    margin-bottom: 5px;
}

.product-price-premium,
.product-price-display,
.product-price {
    font-family: var(--luxury-serif);
    font-size: 1.25rem;
    color: var(--premium-dark) !important;
    font-weight: 700;
}

.btn-outline-gold {
    border: 2px solid var(--premium-gold-soft);
    color: var(--premium-dark) !important;
    background: transparent;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-outline-gold:hover {
    background: var(--premium-gold-gradient);
    border-color: transparent;
    color: white;
    transform: scale(1.05);
}


/* --- Porondam Benefits Section (New) --- */
.section-benefits-premium {
    padding: 80px 0 !important;
    background-color: #FFFFFF !important;
}

.benefit-tile-premium {
    background: #FDFBF7;
    border-radius: 32px;
    padding: 30px;
    border: 1px solid rgba(212, 175, 55, 0.15);
    display: flex;
    align-items: center;
    gap: 25px;
    height: 100%;
    transition: all 0.4s ease;
}

.benefit-tile-premium:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.08);
    border-color: var(--premium-gold);
}

.benefit-tile-premium .benefit-icon-box {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(212, 175, 55, 0.1);
}

.benefit-tile-premium .benefit-icon-box img {
    width: 32px;
    height: 32px;
}

.benefit-tile-premium .benefit-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.benefit-tile-premium .benefit-title-refined {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--premium-dark) !important;
    margin: 0;
}

.benefit-tile-premium .benefit-desc-refined {
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--premium-dark) !important;
    opacity: 1 !important;
    margin: 0;
}

/* Explicit color for legacy font classes on light backgrounds */
.ft-emanee-only,
.ft-ganganee-only,
.sinhala-font,
.sinhala-font-h2 {
    color: var(--premium-dark) !important;
}

/* --- Dynamic Section Spacing --- */
.section-feedback,
.section-shop-highlights {
    padding: 60px 0 !important;
    background-color: #FAFAFA !important;
}

/* Cleanup */
.payment-option,
.payment-option-icon {
    background: transparent !important;
    width: auto !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

/* --- Global Premium Button (Gold) --- */
.btn-premium-gold {
    background: var(--premium-gold-gradient);
    color: var(--premium-dark);
    border: none;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    padding: 10px 30px;
    width: auto !important;
    /* Fix for width issue */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 50px;
}

.btn-premium-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
    color: var(--premium-dark);
    background: var(--premium-gold-gradient);
}

/* Ensure Buy Now button specific override */
.product-action-buttons .btn-buy-now {
    width: auto !important;
    min-width: 180px;
    flex: 0 0 auto;
}

@media (max-width: 576px) {
    .product-action-buttons .btn-buy-now {
        width: 100% !important;
        flex: 1 1 100%;
    }
}

/* Shop Cart Price Overrides */
.cart-item-price,
.summary-row.total {
    color: var(--premium-dark) !important;
}

/* Button Refinement for Checkout */
.btn-next {
    background: var(--premium-gold-gradient) !important;
    color: white !important;
    border: none !important;
    padding: 12px 30px !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    letter-spacing: 0.5px;
}

.btn-next:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3) !important;
    color: white !important;
}

.btn-next i {
    font-size: 1.2rem;
    vertical-align: middle;
}

/* --- SINHALA FONT PROTECTION OVERRIDES --- */
/* These rules ensure that Sinhala text renders correctly and is NOT overridden by premium theme fonts */

.sinhala-font,
.sinhala-font-h2,
h2.about-report-title.sinhala-font-h2 {
    font-family: "FM Basuru" !important;
}

.ft-emanee-only,
p.review-text-sinhala.ft-emanee-only,
h3.benefit-title.ft-emanee-only,
span.roadmap-text.ft-emanee-only {
    font-family: "FM Emanee" !important;
}

.ft-ganganee,
span.ft-ganganee,
label span.ft-ganganee {
    font-family: "FM Ganganee" !important;
}

/* Ensure no global h1/h2 overrides affect these specifically */
#mainTitle.sinhala-font {
    font-family: "FM Basuru" !important;
}

/* Blog Section */
.section-blog-premium {
    padding: 60px 0;
}

.blog-card-premium {
    background: var(--premium-white-glass);
    backdrop-filter: blur(12px);
    border: 1px solid var(--premium-gold-border);
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
}

.blog-card-premium:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(212, 175, 55, 0.1);
    border-color: var(--premium-gold);
}

.blog-card-img-wrapper {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.blog-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.blog-card-premium:hover .blog-card-img {
    transform: scale(1.1);
}

.blog-card-body {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-card-date {
    font-size: 0.85rem;
    color: var(--premium-gold);
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.blog-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: var(--premium-dark);
    margin-bottom: 12px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-excerpt {
    font-size: 0.9rem;
    color: var(--premium-dark);
    opacity: 0.8;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-footer {
    margin-top: auto;
}

.btn-read-more {
    color: var(--premium-dark);
    font-weight: 700;
    text-decoration: none;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.btn-read-more i {
    transition: transform 0.3s ease;
    font-size: 1.1rem;
}

.btn-read-more:hover {
    color: var(--premium-gold);
}

.btn-read-more:hover i {
    transform: translateX(4px);
}

/* Mobile Navigation Redesign - ID SPECIFIC RADICAL OVERRIDES */
@media (max-width: 991.98px) {

    #iranama-offcanvas.offcanvas,
    #iranama-offcanvas.navbar-collapse {
        background-color: #fffcf5 !important;
        /* Solid ivory fallback */
        background: rgba(255, 255, 255, 0.94) !important;
        backdrop-filter: blur(20px) !important;
        -webkit-backdrop-filter: blur(20px) !important;
        border-right: 3px solid var(--premium-gold) !important;
        width: 300px !important;
        box-shadow: 20px 0 50px rgba(0, 0, 0, 0.2) !important;
        visibility: visible !important;
        display: block !important;
    }

    #iranama-offcanvas.offcanvas::before,
    #iranama-offcanvas.offcanvas::after {
        display: none !important;
        background: none !important;
    }

    #iranama-offcanvas .offcanvas-header {
        padding: 40px 25px 30px !important;
        border-bottom: 1px solid rgba(212, 175, 55, 0.15) !important;
        background: transparent !important;
    }

    .premium-menu-title {
        font-family: var(--luxury-serif) !important;
        color: var(--premium-dark) !important;
        font-size: 1.8rem !important;
        font-weight: 700 !important;
        margin-bottom: 0;
        position: relative;
    }

    .premium-menu-title::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 45px;
        height: 2px;
        background: var(--premium-gold-gradient);
    }

    .premium-btn-close {
        background-color: var(--premium-gold-light) !important;
        opacity: 1 !important;
        border-radius: 50% !important;
        padding: 12px !important;
        border: 1px solid rgba(212, 175, 55, 0.2) !important;
        filter: none !important;
    }

    #iranama-offcanvas .offcanvas-body {
        padding: 20px 25px !important;
        background: transparent !important;
    }

    #iranama-offcanvas .navbar-nav .nav-link {
        color: var(--premium-dark) !important;
        font-family: var(--luxury-serif) !important;
        font-size: 1.25rem !important;
        font-weight: 600 !important;
        padding: 18px 0 !important;
        border-bottom: 1px solid rgba(212, 175, 55, 0.1) !important;
        display: flex !important;
        align-items: center !important;
        background: transparent !important;
    }

    .offcanvas-body .navbar-nav .nav-link:hover {
        color: var(--premium-gold) !important;
        transform: translateX(10px);
    }

    .offcanvas-body .navbar-nav .nav-link::after {
        content: '\eb72';
        /* Boxicon arrow right */
        font-family: 'boxicons' !important;
        margin-left: auto;
        font-size: 1.2rem;
        opacity: 0;
        transition: all 0.3s ease;
    }

    .offcanvas-body .navbar-nav .nav-link:hover::after {
        opacity: 1;
    }
}

/* Hamburger Icon Styling - MINIMALIST PREMIUM */
.navbar .hamburger.offcanvas-nav-btn {
    background: transparent !important;
    border-radius: 12px;
    padding: 12px !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.navbar .hamburger span,
.navbar .hamburger span::before,
.navbar .hamburger span::after {
    background: var(--premium-dark) !important;
    height: 2px !important;
}

.navbar .hamburger:hover {
    background: var(--premium-gold-soft) !important;
}

.navbar .hamburger:hover span,
.navbar .hamburger:hover span::before,
.navbar .hamburger:hover span::after {
    background: white !important;
}