/*
Theme Name: Mailcoms Blocksy Child
Theme URI: https://www.mailcoms.co.uk
Description: Mailcoms child theme for Blocksy. All Mailcoms-specific customisations belong here. The Blocksy parent theme must never be edited directly.
Author: Mailcoms Ltd
Version: 1.0.0
Template: blocksy
Text Domain: mailcoms-blocksy-child
*/

/* Mailcoms-specific styles go here. */
.bold{font-weight:bold;}

/* ================================
   FOOTER STYLES
   ================================ */

.footer-col-heading {
    color: #FAF6EF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}

.footer-col-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col-links li a {
    color: rgba(250, 246, 239, 0.7);
    font-size: 14px;
    text-decoration: none;
    line-height: 2.2;
    display: block;
    transition: color 0.2s ease;
}

.footer-col-links li a:hover {
    color: #FF3458;
}

.footer-tagline {
    color: rgba(250, 246, 239, 0.7);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.footer-trust-line {
    color: #FF3458;
    font-size: 12px;
    font-weight: 600;
}
.footer-logo {
    width: 180px;
    height: auto;
    margin-bottom: 16px;
    display: block;
}
.footer-bottom {
    border-top: 1px solid rgba(250, 246, 239, 0.15);
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: rgba(250, 246, 239, 0.5);
}

/* ================================================
   MAILCOMS 2026 — HOMEPAGE STYLES
   Add these to your child theme style.css
   ================================================ */

/* Global section padding */
.mc-section { padding: 80px 0; }
.mc-container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

/* Section headers */
.mc-eyebrow { color: #FF3458; font-size: 14px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; margin-bottom: 12px; }
.mc-section-title { font-size: 42px; font-weight: 800; color: #153B65; letter-spacing: -0.02em; }
.mc-section-header { text-align: center; margin-bottom: 56px; }

/* Buttons */
.mc-btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; font-size: 16px; font-weight: 700; border-radius: 4px; border: none; cursor: pointer; text-decoration: none; transition: .15s ease; }
.mc-btn-primary { background: #FF3458; color: #fff; }
.mc-btn-primary:hover { background: #D62849; color: #fff; }
.mc-btn-secondary { background: transparent; border: 2px solid #153B65; color: #153B65; }
.mc-btn-secondary:hover { background: #153B65; color: #FAF6EF; }

/* ================================================
   HERO
   ================================================ */
.mc-hero { background: #FAF6EF; padding: 80px 0 120px; position: relative; }
.mc-hero .mc-container { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
.mc-hero-eyebrow { color: #FF3458; font-size: 14px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; margin-bottom: 16px; }
.mc-hero h1 { font-size: 64px; line-height: 1.1; font-weight: 800; color: #153B65; margin-bottom: 24px; letter-spacing: -0.02em; }
.mc-hero h1 .mc-accent { color: #FF3458; }
.mc-hero-sub { font-size: 20px; line-height: 1.5; font-weight: 400; color: #1A2330; margin-bottom: 32px; max-width: 560px; }
.mc-hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.mc-hero-photo { position: relative; border-radius: 8px; overflow: hidden; aspect-ratio: 1/1; background: #E5E5EA; }
.mc-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.mc-hero-tab { position: absolute; bottom: -30px; left: -30px; background: #FF3458; color: #fff; padding: 20px 28px; border-radius: 6px; display: flex; align-items: center; gap: 16px; max-width: 380px; }
.mc-hero-tab-icon { width: 32px; height: 32px; background: #fff; color: #FF3458; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; }
.mc-hero-tab-text { font-size: 15px; font-weight: 600; line-height: 1.4; }

/* ================================================
   TRUST STRIP
   ================================================ */
.mc-trust { background: #fff; padding: 32px 0; border-bottom: 1px solid #F0F0F2; }
.mc-trust .mc-container { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; text-align: center; }
.mc-trust-item { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.mc-trust-icon { width: 40px; height: 40px; background: #F0F0F2; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #153B65; font-size: 18px; }
.mc-trust-icon.teal { background: rgba(0,179,166,0.12); color: #00B3A6; }
.mc-trust-text { font-size: 13px; font-weight: 600; color: #1A2330; line-height: 1.4; }
.mc-trust-sub { font-size: 12px; color: #73737D; }

/* ================================================
   SHOP BY MANUFACTURER
   ================================================ */
.mc-shop-by { padding: 100px 0; background: #FAF6EF; }
.mc-mfr-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.mc-mfr-card { background: #fff; border: 1px solid #F0F0F2; border-radius: 8px; padding: 32px 24px; text-align: center; cursor: pointer; transition: .2s ease; }
.mc-mfr-card:hover { border-color: #FF3458; transform: translateY(-2px); }
.mc-mfr-logo { width: 120px; height: 60px; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; }
.mc-mfr-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.mc-mfr-badge { display: inline-block; background: rgba(0,179,166,0.12); color: #00B3A6; font-size: 11px; font-weight: 600; padding: 4px 8px; border-radius: 3px; margin-bottom: 8px; letter-spacing: .03em; text-transform: uppercase; }
.mc-mfr-name { font-size: 18px; font-weight: 700; color: #153B65; margin-bottom: 8px; }
.mc-mfr-count { font-size: 13px; color: #73737D; margin-bottom: 16px; }
.mc-mfr-cta { color: #FF3458; font-size: 14px; font-weight: 600; text-decoration: none; }

/* ================================================
   BUY OR LEASE
   ================================================ */
.mc-buy-lease { padding: 100px 0; background: #fff; }
.mc-bl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-bottom: 40px; }
.mc-bl-card { background: #FAF6EF; border-radius: 8px; padding: 40px; }
.mc-bl-card.featured { background: #153B65; color: #FAF6EF; }
.mc-bl-tag { display: inline-block; background: #fff; color: #153B65; font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 3px; margin-bottom: 16px; letter-spacing: .05em; text-transform: uppercase; }
.mc-bl-card.featured .mc-bl-tag { background: #FF3458; color: #fff; }
.mc-bl-card h3 { font-size: 28px; font-weight: 800; margin-bottom: 16px; line-height: 1.2; letter-spacing: -0.02em; color: #153B65; }
.mc-bl-card.featured h3 { color: #FAF6EF; }
.mc-bl-from { font-size: 14px; color: #73737D; margin-bottom: 8px; }
.mc-bl-card.featured .mc-bl-from { color: rgba(250,246,239,0.7); }
.mc-bl-price { font-size: 36px; font-weight: 800; color: #153B65; margin-bottom: 24px; }
.mc-bl-card.featured .mc-bl-price { color: #fff; }
.mc-bl-price span { font-size: 18px; font-weight: 400; }
.mc-bl-features { list-style: none; padding: 0; margin: 0 0 32px; }
.mc-bl-features li { padding: 8px 0; font-size: 15px; display: flex; align-items: flex-start; gap: 10px; }
.mc-bl-features li::before { content: '✓'; color: #FF3458; font-weight: 700; flex-shrink: 0; }
.mc-bl-quiz { background: #F0F0F2; border-radius: 8px; padding: 32px; text-align: center; }
.mc-bl-quiz h4 { font-size: 20px; font-weight: 700; color: #153B65; margin-bottom: 8px; }
.mc-bl-quiz p { color: #73737D; font-size: 14px; margin-bottom: 20px; }
.mc-bl-quiz-btns { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.mc-bl-quiz-btn { padding: 12px 24px; background: #fff; border: 1px solid #73737D; color: #1A2330; border-radius: 4px; font-weight: 600; cursor: pointer; font-size: 14px; }
.mc-bl-quiz-btn:hover { border-color: #FF3458; color: #FF3458; }

/* ================================================
   ROYAL MAIL STORY (AEO SECTION)
   ================================================ */
.mc-story { background: #153B65; color: #FAF6EF; padding: 120px 0; }
.mc-story .mc-container { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.mc-story-eyebrow { color: #FF3458; font-size: 14px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; margin-bottom: 16px; }
.mc-story h2 { font-size: 48px; font-weight: 800; color: #FAF6EF; letter-spacing: -0.02em; margin-bottom: 24px; line-height: 1.15; }
.mc-story h2 .mc-accent { color: #FF3458; }
.mc-story p { color: rgba(250,246,239,0.85); font-size: 17px; margin-bottom: 20px; }
.mc-story-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 32px; }
.mc-story-stat-num { font-size: 48px; font-weight: 800; color: #FF3458; letter-spacing: -0.02em; line-height: 1; }
.mc-story-stat-label { font-size: 14px; color: rgba(250,246,239,0.7); margin-top: 4px; }
.mc-story-cert { background: rgba(250,246,239,0.05); border: 1px solid rgba(250,246,239,0.2); border-radius: 8px; padding: 40px; text-align: center; }
.mc-story-cert-placeholder { width: 240px; height: 300px; background: #FAF6EF; border-radius: 4px; margin: 0 auto 24px; display: flex; align-items: center; justify-content: center; color: #153B65; text-align: center; padding: 24px; font-weight: 600; font-size: 13px; }
.mc-story-cert img { width: 240px; height: 300px; object-fit: cover; border-radius: 4px; margin: 0 auto 24px; display: block; }
.mc-story-stars { color: #FF3458; font-size: 24px; margin-bottom: 8px; letter-spacing: .1em; }
.mc-story-rating { font-size: 14px; color: rgba(250,246,239,0.8); }

/* ================================================
   RATES PORTAL
   ================================================ */
.mc-rates { padding: 100px 0; background: #fff; }
.mc-rates-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 48px; }
.mc-rate-card { background: #FAF6EF; border-radius: 8px; padding: 32px; cursor: pointer; transition: .2s; }
.mc-rate-card:hover { background: #fff; box-shadow: 0 4px 20px rgba(21,59,101,0.08); }
.mc-rate-icon { width: 48px; height: 48px; background: rgba(255,52,88,0.1); color: #FF3458; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; font-size: 20px; }
.mc-rate-card h4 { font-size: 20px; font-weight: 700; color: #153B65; margin-bottom: 8px; }
.mc-rate-card p { font-size: 14px; color: #73737D; margin-bottom: 16px; }
.mc-rate-link { color: #FF3458; font-size: 14px; font-weight: 600; text-decoration: none; }
.mc-rate-signup { background: #153B65; color: #FAF6EF; padding: 48px; border-radius: 8px; display: grid; grid-template-columns: 2fr 1fr; gap: 32px; align-items: center; }
.mc-rate-signup h4 { font-size: 24px; font-weight: 700; margin-bottom: 8px; color: #FAF6EF; }
.mc-rate-signup p { color: rgba(250,246,239,0.8); font-size: 15px; }
.mc-rate-form { display: flex; gap: 12px; }
.mc-rate-form input { flex: 1; padding: 14px 16px; border: none; border-radius: 4px; font-size: 15px; font-family: inherit; }
.mc-rate-form button { background: #FF3458; color: #fff; border: none; padding: 14px 24px; font-weight: 700; border-radius: 4px; cursor: pointer; font-size: 14px; }

/* ================================================
   FAQ
   ================================================ */
.mc-faq { padding: 100px 0; background: #FAF6EF; }
.mc-faq-grid { max-width: 840px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.mc-faq-item { background: #fff; border-radius: 8px; padding: 24px 32px; border: 1px solid #F0F0F2; }
.mc-faq-item.open { border-color: #FF3458; }
.mc-faq-q { display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.mc-faq-q span { font-size: 17px; font-weight: 600; color: #153B65; }
.mc-faq-toggle { color: #FF3458; font-size: 24px; font-weight: 300; flex-shrink: 0; margin-left: 16px; }
.mc-faq-a { margin-top: 16px; color: #1A2330; font-size: 15px; line-height: 1.6; }

/* ================================================
   CLOSING CTA
   ================================================ */
.mc-closing { padding: 100px 0; background: #fff; }
.mc-closing-card { background: #FAF6EF; border-radius: 12px; padding: 64px; display: grid; grid-template-columns: auto 1fr auto; gap: 48px; align-items: center; }
.mc-sara-photo { width: 140px; height: 140px; background: #FF3458; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 48px; font-weight: 800; flex-shrink: 0; }
.mc-closing-text h3 { font-size: 32px; font-weight: 800; color: #153B65; line-height: 1.15; margin-bottom: 12px; letter-spacing: -0.02em; }
.mc-closing-text p { font-size: 16px; color: #73737D; }
.mc-closing-ctas { display: flex; flex-direction: column; gap: 12px; }

/* ================================================
   FAQ ACCORDION JAVASCRIPT BEHAVIOUR
   ================================================ */
.mc-faq-a { display: none; }
.mc-faq-item.open .mc-faq-a { display: block; }