:root {
    --brand-blue: #22497d;
    --brand-gold: #cabf19;
    --brand-green: #0ca049;
    --brand-red: #d93441;
    --brand-light: #f8f9fa;
    --text-dark: #1d2630;
}

body {
    color: var(--text-dark);
    background-color: #fff;
}

.topbar,
.site-footer {
    background: var(--brand-blue);
}

.hero {
    background:
        radial-gradient(circle at top right, rgba(202, 191, 25, 0.25), transparent 30%),
        linear-gradient(135deg, var(--brand-blue), #163152);
    color: #fff;
}

.hero-card,
.product-card,
.info-card,
.checkout-summary,
.legal-card,
.contact-card {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.75rem 2rem rgba(34, 73, 125, 0.08);
}

.logo-img {
    max-height: 52px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
}

.brand-text,
.footer-title {
    color: var(--brand-blue);
}

.site-footer .footer-title,
.site-footer,
.site-footer a {
    color: #fff;
}

.site-footer a:hover {
    color: #f7f2b9;
}

.btn-brand {
    background: var(--brand-gold);
    border-color: var(--brand-gold);
    color: #1f1f1f;
    font-weight: 600;
}

.btn-brand:hover,
.btn-brand:focus {
    background: #b9ae13;
    border-color: #b9ae13;
    color: #111;
}

.btn-brand-outline {
    border: 2px solid var(--brand-blue);
    color: var(--brand-blue);
    font-weight: 600;
}

.btn-brand-outline:hover {
    background: var(--brand-blue);
    color: #fff;
}

.section-title {
    color: var(--brand-blue);
    font-weight: 700;
}

.category-pill {
    background: rgba(12, 160, 73, 0.1);
    color: var(--brand-green);
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    display: inline-block;
}

.product-card img,
.product-image {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    object-fit: cover;
    width: 100%;
}

.product-card .card-body {
    padding: 1.25rem;
}

.price {
    color: var(--brand-blue);
    font-weight: 700;
    font-size: 1.15rem;
}

.muted-meta {
    color: #667085;
}

.badge-highlight {
    background: rgba(202, 191, 25, 0.15);
    color: #6b6500;
    border: 1px solid rgba(202, 191, 25, 0.3);
}

.table thead th {
    color: var(--brand-blue);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--brand-gold);
    box-shadow: 0 0 0 0.25rem rgba(202, 191, 25, 0.25);
}

.legal-card h1,
.legal-card h2,
.legal-card h3,
.contact-card h1,
.contact-card h2 {
    color: var(--brand-blue);
}

.footer-links li + li {
    margin-top: 0.35rem;
}

.empty-state {
    background: var(--brand-light);
    border: 2px dashed #d0d5dd;
    border-radius: 1rem;
}

.pricing-band-table td,
.pricing-band-table th {
    vertical-align: middle;
}

@media (max-width: 767.98px) {
    .hero {
        text-align: center;
    }

    .hero .btn {
        width: 100%;
    }

    .logo-img {
        max-height: 42px;
        max-width: 180px;
    }
}

.faq-answer-image img {
    max-height: 420px;
    width: auto;
    display: block;
}

.faq-answer-text {
    line-height: 1.7;
}

.prices-page .pricing-card-header {
    background: linear-gradient(135deg, #123b6d 0%, #1d5ea8 100%);
}

.prices-page .pricing-card-header-alt {
    background: linear-gradient(135deg, #9a1f40 0%, #d43a63 100%);
}

.pricing-table {
    font-size: 0.95rem;
}

.pricing-table thead th {
    background-color: #f4f8fc;
    color: #123b6d;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

.pricing-table tbody th {
    background-color: #fbfcfe;
    color: #123b6d;
    font-weight: 600;
    min-width: 220px;
}

.pricing-table td {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.pricing-table tbody tr:hover {
    background-color: rgba(18, 59, 109, 0.04);
}

@media (max-width: 767.98px) {
    .pricing-table {
        font-size: 0.88rem;
    }

    .pricing-table tbody th {
        min-width: 180px;
    }
}

@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

.star-rating {
    color: #ffc107; /* Bootstrap gold */
    font-size: 1rem;
}
.badge-uk {
    background: #ffffff;
    color: #123b6d; /* your brand blue */
    border: 1px solid #e5e7eb;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.uk-flag {
    width: 18px;
    height: auto;
    display: inline-block;
}

.occasion-content {
    line-height: 1.75;
}

.occasion-content h2 {
    color: #123b6d;
}

.feature-image-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    height: 220px;
}

.feature-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.feature-image-card .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0.2));
    display: flex;
    align-items: flex-end;
    padding: 15px;
}

.feature-image-card h3 {
    color: #fff;
    font-size: 1.1rem;
    margin: 0;
    font-weight: 600;
}

/* Hover effect */
.feature-image-card:hover img {
    transform: scale(1.05);
}