/* Cookie Policy CSS Styles - Enhanced Font Sizes Following Style Guide */

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Base font size */
html {
    font-size: 16px;
}

/* ================================================ */
/* COOKIE POLICY SECTION */
/* ================================================ */

.marshall-cookie-policy {
    background-color: #ffffff;
    padding: 90px 0; /* Increased from 80px to match style guide */
    font-family: 'Lancelot', cursive, serif;
}

.marshall-cookie-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.marshall-cookie-content {
    max-width: 900px; /* Increased from 800px for better spacing */
    margin: 0 auto;
}

.marshall-cookie-title {
    color: #333;
    font-size: 2.75rem; /* Reduced from 3rem (44px) - matches style guide main titles */
    font-weight: 500;
    margin-bottom: 45px; /* Increased from 40px to match style guide */
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.marshall-cookie-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background-color: #5ca7db;
}

.marshall-cookie-intro {
    background-color: #f8f9fa;
    padding: 32px; /* Increased from 30px to match style guide spacing */
    border-radius: 8px;
    margin-bottom: 55px; /* Increased from 40px to match style guide */
    border-left: 4px solid #5ca7db;
}

.marshall-cookie-section {
    margin-bottom: 55px; /* Increased from 40px to match style guide */
}

.marshall-cookie-subtitle {
    color: #333;
    font-size: 1.5625rem; /* Increased from 1.5rem (25px) - matches subtitle hierarchy */
    font-weight: 500;
    margin-bottom: 22px; /* Increased from 20px to match style guide */
    position: relative;
    padding-bottom: 10px;
}

.marshall-cookie-subtitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #5ca7db;
}

.marshall-cookie-text {
    font-size: 1.3125rem; /* Increased from 1.125rem (21px) - matches body text */
    color: #333;
    line-height: 1.7;
    margin-bottom: 22px; /* Increased from 20px to match style guide */
}

.marshall-cookie-text:last-child {
    margin-bottom: 0;
}

.marshall-cookie-list {
    list-style: none;
    padding: 0;
    margin: 22px 0; /* Increased from 20px to match style guide */
}

.marshall-cookie-list li {
    font-size: 1.3125rem; /* Increased from 1.125rem (21px) - extra boost for bullet points */
    color: #333;
    padding-left: 28px; /* Reduced from 30px to match style guide */
    margin-bottom: 14px; /* Increased from 12px to match style guide */
    position: relative;
    line-height: 1.6;
}

.marshall-cookie-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px; /* Adjusted for larger text */
    width: 10px; /* Reduced from 12px to match style guide */
    height: 10px; /* Reduced from 12px to match style guide */
    border-radius: 50%;
    background-color: #5ca7db;
}

.marshall-cookie-contact {
    background-color: #e8e8e8;
    padding: 32px; /* Increased from 30px to match style guide */
    border-radius: 8px;
    text-align: center;
    margin-top: 55px; /* Increased from 50px to match style guide */
}

.marshall-cookie-button {
    background-color: #5ca7db;
    color: white;
    font-family: 'Lancelot', cursive, serif;
    font-size: 1.1875rem; /* Increased from 1.125rem (19px) - matches button text */
    font-weight: 500;
    padding: 16px 38px; /* Increased from 15px 35px to match style guide */
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(92, 167, 219, 0.3);
    text-decoration: none;
    display: inline-block;
    margin-top: 22px; /* Increased from 20px to match style guide */
    min-height: 44px; /* Ensures proper touch target */
}

.marshall-cookie-button:hover {
    background-color: #4a94c4;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(92, 167, 219, 0.4);
    color: white;
    text-decoration: none;
}

/* ================================================ */
/* RESPONSIVE BREAKPOINTS */
/* ================================================ */

/* Large Tablet Styles (769px - 1023px) */
@media (max-width: 1023px) and (min-width: 769px) {
    .marshall-cookie-policy {
        padding: 80px 0; /* Increased from 70px to match style guide */
    }
    
    .marshall-cookie-container {
        padding: 0 30px;
    }
    
    .marshall-cookie-title {
        font-size: 2.4875rem; /* Updated to match style guide (39.8px) */
        margin-bottom: 40px; /* Adjusted to match style guide */
    }
    
    .marshall-cookie-subtitle {
        font-size: 1.4375rem; /* Updated to match style guide (23px) */
        margin-bottom: 20px; /* Adjusted to match style guide */
    }
    
    .marshall-cookie-text,
    .marshall-cookie-list li {
        font-size: 1.1875rem; /* Updated to match style guide (19px) */
        margin-bottom: 20px; /* For text only */
    }
    
    .marshall-cookie-list li {
        margin-bottom: 12px; /* Adjusted to match style guide */
    }
    
    .marshall-cookie-intro,
    .marshall-cookie-contact {
        padding: 30px; /* Adjusted proportionally */
    }
    
    .marshall-cookie-section {
        margin-bottom: 50px; /* Adjusted to match style guide */
    }
    
    .marshall-cookie-intro {
        margin-bottom: 50px; /* Adjusted to match style guide */
    }
    
    .marshall-cookie-button {
        font-size: 1.0625rem; /* Updated to match style guide (17px) */
        padding: 15px 35px; /* Adjusted to match style guide */
        margin-top: 20px; /* Adjusted to match style guide */
    }
    
    .marshall-cookie-list li {
        padding-left: 26px; /* Adjusted to match style guide */
    }
    
    .marshall-cookie-list li::before {
        top: 7px; /* Adjusted for larger text */
    }
    
    .marshall-cookie-contact {
        margin-top: 50px; /* Adjusted to match style guide */
    }
}

/* Small Tablet Styles (481px - 768px) */
@media (max-width: 768px) {
    .marshall-cookie-policy {
        padding: 70px 0; /* Increased from 60px to match style guide */
    }
    
    .marshall-cookie-container {
        padding: 0 20px;
    }
    
    .marshall-cookie-title {
        font-size: 2.25rem; /* Updated to match style guide (36px) */
        margin-bottom: 38px; /* Adjusted to match style guide */
    }
    
    .marshall-cookie-subtitle {
        font-size: 1.3125rem; /* Updated to match style guide (21px) */
        margin-bottom: 18px; /* Adjusted to match style guide */
    }
    
    .marshall-cookie-text,
    .marshall-cookie-list li {
        font-size: 1.0625rem; /* Updated to match style guide (17px) */
        margin-bottom: 20px; /* For text only */
    }
    
    .marshall-cookie-list li {
        margin-bottom: 12px; /* Adjusted to match style guide */
    }
    
    .marshall-cookie-intro,
    .marshall-cookie-contact {
        padding: 28px; /* Adjusted proportionally */
    }
    
    .marshall-cookie-section {
        margin-bottom: 45px; /* Adjusted to match style guide */
    }
    
    .marshall-cookie-intro {
        margin-bottom: 45px; /* Adjusted to match style guide */
    }
    
    .marshall-cookie-button {
        font-size: 1rem; /* Updated to match style guide (16px) */
        padding: 15px 32px; /* Adjusted to match style guide */
        margin-top: 20px; /* Adjusted to match style guide */
    }
    
    .marshall-cookie-list li {
        padding-left: 22px; /* Adjusted to match style guide */
    }
    
    .marshall-cookie-list li::before {
        width: 8px;
        height: 8px;
        top: 6px; /* Adjusted for larger text */
    }
    
    .marshall-cookie-contact {
        margin-top: 45px; /* Adjusted to match style guide */
    }
}

/* Mobile Styles (≤ 480px) */
@media (max-width: 480px) {
    .marshall-cookie-policy {
        padding: 60px 0; /* Increased from 50px to match style guide */
    }
    
    .marshall-cookie-container {
        padding: 0 20px; /* Increased from 15px to match style guide */
    }
    
    .marshall-cookie-title {
        font-size: 2.125rem; /* Updated to match style guide (34px) */
        margin-bottom: 35px; /* Adjusted to match style guide */
    }
    
    .marshall-cookie-subtitle {
        font-size: 1.1875rem; /* Updated to match style guide (19px) */
        margin-bottom: 18px; /* Adjusted to match style guide */
    }
    
    .marshall-cookie-text,
    .marshall-cookie-list li {
        font-size: 1.03125rem; /* Updated to match style guide (16.5px) */
        margin-bottom: 25px; /* For text only */
    }
    
    .marshall-cookie-list li {
        margin-bottom: 10px; /* Adjusted to match style guide */
    }
    
    .marshall-cookie-intro,
    .marshall-cookie-contact {
        padding: 25px; /* Adjusted proportionally */
    }
    
    .marshall-cookie-section {
        margin-bottom: 40px; /* Adjusted to match style guide */
    }
    
    .marshall-cookie-intro {
        margin-bottom: 40px; /* Adjusted to match style guide */
    }
    
    .marshall-cookie-list li {
        padding-left: 20px; /* Adjusted to match style guide */
    }
    
    .marshall-cookie-list li::before {
        width: 7px;
        height: 7px;
        top: 5px; /* Adjusted for larger text */
    }
    
    .marshall-cookie-button {
        font-size: 0.96875rem; /* Updated to match style guide (15.5px) */
        padding: 15px 30px; /* Adjusted to match style guide */
        margin-top: 25px; /* Adjusted to match style guide */
        min-height: 44px; /* Ensures proper touch target */
    }
    
    .marshall-cookie-contact {
        margin-top: 40px; /* Adjusted to match style guide */
    }
}

/* Extra Small Mobile (≤ 360px) */
@media (max-width: 360px) {
    .marshall-cookie-container {
        padding: 0 18px; /* Adjusted to match style guide */
    }
    
    .marshall-cookie-title {
        font-size: 2rem; /* Updated to match style guide (32px) */
        margin-bottom: 30px; /* Adjusted to match style guide */
    }
    
    .marshall-cookie-subtitle {
        font-size: 1.0625rem; /* Updated to match style guide (17px) */
        margin-bottom: 15px; /* Adjusted to match style guide */
    }
    
    .marshall-cookie-text,
    .marshall-cookie-list li {
        font-size: 0.96875rem; /* Updated to match style guide (15.5px) */
        margin-bottom: 22px; /* For text only */
    }
    
    .marshall-cookie-list li {
        margin-bottom: 8px; /* Adjusted to match style guide */
    }
    
    .marshall-cookie-intro,
    .marshall-cookie-contact {
        padding: 22px; /* Adjusted proportionally */
    }
    
    .marshall-cookie-section {
        margin-bottom: 35px; /* Adjusted to match style guide */
    }
    
    .marshall-cookie-intro {
        margin-bottom: 35px; /* Adjusted to match style guide */
    }
    
    .marshall-cookie-list li {
        padding-left: 18px; /* Adjusted to match style guide */
    }
    
    .marshall-cookie-list li::before {
        width: 6px;
        height: 6px;
        top: 5px; /* Adjusted for larger text */
    }
    
    .marshall-cookie-button {
        font-size: 0.90625rem; /* Updated to match style guide (14.5px) */
        padding: 14px 26px; /* Adjusted to match style guide */
        margin-top: 22px; /* Adjusted to match style guide */
    }
    
    .marshall-cookie-contact {
        margin-top: 35px; /* Adjusted to match style guide */
    }
}