@font-face {
    font-family: 'Vodafone Lt';
    src: url('https://assets.vodafone.co.uk/cs/groups/public/documents/fonts/vodafonelt_woff.woff') format('woff');
}

@font-face {
    font-family: 'Vodafone Rg';
    src: url('https://assets.vodafone.co.uk/cs/groups/public/documents/fonts/vodafonerg_woff.woff') format('woff');
}

:root {
    --voda-red: #ee3123;
    --text-main: #333333;
    --text-sub: #666666;
    --bg-page: #f4f4f4;
    --white: #ffffff;
}

html, body { height: 100%; margin: 0; }
.sticky-footer-wrapper { display: flex; flex-direction: column; }
body {
    font-family: 'Vodafone Rg', Arial, sans-serif;
    background-color: var(--bg-page);
    color: var(--text-main);
    -webkit-font-smoothing: antialiased;
}
main { flex: 1 0 auto; }

h1 { 
    font-family: 'Vodafone Lt', sans-serif;
    font-size: 44px; 
    font-weight: 300; 
    letter-spacing: -1.2px; 
    margin: 0; 
}

h2 { 
    font-family: 'Vodafone Lt', sans-serif;
    font-size: 26px; 
    margin-bottom: 12px; 
}

.voda-nav {
    background: var(--white);
    padding: 18px 0;
    border-bottom: 1px solid #ddd;
}
.nav-container { max-width: 1000px; margin: 0 auto; padding: 0 24px; }
.voda-logo { height: 32px; }

.main-content {
    max-width: 820px;
    margin: 40px auto;
    padding: 0 24px;
}

.status-header { text-align: center; margin-bottom: 30px; }
.restriction-icon {
    background: var(--voda-red);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.compliance-panel {
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    overflow: hidden;
    margin-bottom: 30px;
}

.panel-body { padding: 35px 45px; border-left: 10px solid var(--voda-red); }

.lead-text { 
    font-family: 'Vodafone Lt', sans-serif;
    font-size: 26px; 
    margin: 0 0 10px 0; 
    color: var(--voda-red); 
    line-height: 1.1;
}

.body-text { font-size: 17px; line-height: 1.5; margin: 0; }

.partner-row {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 25px;
    padding-top: 25px;
    border-top: 1px solid #f0f0f0;
}

.partner-svg.gov { 
    height: 34px;
}

.partner-svg.palantir { 
    height: 14px; 
    filter: grayscale(1); 
    opacity: 0.7; 
}

.divider { width: 1px; height: 25px; background-color: #eee; }

.panel-footer {
    background: #f9f9f9;
    padding: 20px 45px;
    font-size: 14px;
    color: var(--text-sub);
    border-top: 1px solid #eee;
}

.legal-notice { padding: 0 45px; margin-bottom: 40px; }
.legal-notice p { font-size: 15px; color: var(--text-sub); line-height: 1.6; }

.voda-footer {
    flex-shrink: 0;
    background: #000;
    color: var(--white);
    padding: 30px 0;
}
.footer-container { max-width: 1000px; margin: 0 auto; padding: 0 24px; }
.footer-top { margin-bottom: 15px; }
.footer-speechmark { height: 36px; }
.footer-legal { font-size: 11px; line-height: 1.5; color: #888; }
.footer-legal p { margin: 6px 0; }