/* GOV.UK Inspired Styles */

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "GDS Transport", arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #ffffff;
}

/* Header */
.govuk-header {
    background-color: #0b0c0c;
    padding: 10px 0;
    border-bottom: 10px solid #1d70b8;
}

.govuk-header__container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.govuk-header__logo {
    margin-right: 20px;
}

.govuk-header__link {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 30px;
}

.govuk-header__link:hover {
    text-decoration: underline;
}

/* Width Container */
.govuk-width-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Phase Banner */
.govuk-phase-banner {
    padding: 15px 0;
    border-bottom: 1px solid #b1b4b6;
}

.govuk-phase-banner__content {
    display: flex;
    align-items: center;
}

.govuk-tag {
    display: inline-block;
    padding: 5px 8px;
    background-color: #1d70b8;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.govuk-phase-banner__text {
    margin-left: 10px;
    font-size: 16px;
    color: #0b0c0c;
}

/* Main Content */
.govuk-main-wrapper {
    padding: 40px 0 80px 0;
}

/* Typography */
.govuk-heading-xl {
    font-size: 48px;
    line-height: 1.09375;
    font-weight: bold;
    margin: 0 0 30px 0;
    color: #0b0c0c;
}

.govuk-heading-l {
    font-size: 36px;
    line-height: 1.11111;
    font-weight: bold;
    margin: 0 0 20px 0;
    color: #0b0c0c;
}

.govuk-heading-m {
    font-size: 24px;
    line-height: 1.25;
    font-weight: bold;
    margin: 30px 0 15px 0;
    color: #0b0c0c;
}

.govuk-heading-s {
    font-size: 19px;
    line-height: 1.31579;
    font-weight: bold;
    margin: 20px 0 15px 0;
    color: #0b0c0c;
}

.govuk-body-l {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 20px 0;
    color: #0b0c0c;
}

.govuk-body {
    font-size: 19px;
    line-height: 1.47368;
    margin: 0 0 15px 0;
    color: #0b0c0c;
}

.govuk-caption-xl {
    font-size: 27px;
    line-height: 1.11111;
    display: block;
    margin-bottom: 10px;
    color: #505a5f;
}

/* Lists */
.govuk-list {
    margin: 0 0 20px 0;
}

.govuk-list--bullet {
    list-style-type: disc;
    padding-left: 20px;
}

.govuk-list--bullet li {
    margin-bottom: 10px;
}

/* Buttons */
.govuk-button {
    background-color: #00703c;
    color: white;
    padding: 12px 20px;
    border: 2px solid transparent;
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin: 20px 8px 20px 0;
    border-radius: 0;
    box-shadow: 0 2px 0 #002d18;
}

.govuk-button--start {
    font-size: 24px;
    padding: 12px 30px;
    display: inline-flex;
    align-items: center;
}

.govuk-button--start::after {
    content: "\2192";
    margin-left: 10px;
    font-size: 28px;
}

.govuk-button:hover {
    background-color: #005a30;
}

.govuk-button:active {
    top: 2px;
    box-shadow: none;
}

/* Links */
a {
    color: #1d70b8;
}

a:hover {
    color: #003078;
}

/* Notice Boxes */
.demo-notice {
    background-color: #ffe5cc;
    border-left: 4px solid #f47738;
    padding: 20px;
    margin-bottom: 30px;
}

.demo-notice h2 {
    margin: 0 0 10px 0;
    font-size: 24px;
    color: #0b0c0c;
}

.demo-notice p {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 1.5;
}

.demo-notice a {
    color: #1d70b8;
    font-weight: bold;
}

.content-preview-toggle {
    background-color: #f3f2f1;
    padding: 15px;
    margin-bottom: 20px;
    border-left: 4px solid #1d70b8;
}

.content-preview-toggle label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 16px;
}

.content-preview-toggle input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/* Loading and Error States */
.loading-box,
.error-box {
    padding: 20px;
    margin: 20px 0;
}

.loading-box {
    background-color: #f3f2f1;
    border-left: 4px solid #1d70b8;
}

.error-box {
    border: 4px solid #d4351c;
    background-color: #fff;
}

.error-box h2 {
    color: #d4351c;
    margin-top: 0;
    font-size: 24px;
}

/* Code Elements */
code {
    background-color: #f3f2f1;
    padding: 2px 6px;
    font-family: monospace;
    font-size: 16px;
}

/* Enhanced Service Site Styles */
.govuk-header__service-name {
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    margin-left: 30px;
}

.govuk-header__service-name:hover {
    text-decoration: underline;
}

.govuk-header__navigation {
    margin-left: auto;
}

.govuk-header__navigation-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.govuk-header__navigation-item a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.govuk-header__navigation-item a:hover {
    text-decoration: underline;
}

.govuk-header__navigation-item--active a {
    border-bottom: 3px solid white;
    padding-bottom: 3px;
}

/* Hero Section */
.hero-section {
    background-color: #1d70b8;
    color: white;
    padding: 60px 0;
    margin-bottom: 40px;
}

.hero-section h1 {
    color: white;
    font-size: 48px;
    margin: 0 0 20px 0;
}

.hero-section p {
    color: white;
    font-size: 24px;
    margin: 0 0 30px 0;
}

.hero-section .govuk-button {
    background-color: #00703c;
    font-size: 24px;
}

/* Landing Page Styles */
.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 15px;
}

.intro {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 40px 0;
    color: #0b0c0c;
}

/* Feature Grid */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.feature-card {
    border-left: 5px solid #1d70b8;
    padding: 20px;
    background: #f3f2f1;
}

.feature-card h3 {
    margin-top: 0;
    font-size: 24px;
}

.feature-card p {
    margin: 0;
    font-size: 19px;
}

/* Service List */
.service-list-item {
    border-bottom: 1px solid #b1b4b6;
    padding: 20px 0;
}

.service-list-item:last-child {
    border-bottom: none;
}

.service-list-item h2 {
    margin-top: 0;
}

/* Back Link */
.back-link {
    display: inline-block;
    margin-bottom: 20px;
    color: #0b0c0c;
    text-decoration: none;
}

.back-link:hover {
    text-decoration: underline;
}

.back-link::before {
    content: "←";
    margin-right: 5px;
}

/* Footer */
.govuk-footer {
    background-color: #f3f2f1;
    border-top: 1px solid #b1b4b6;
    padding: 40px 0 20px 0;
    margin-top: 60px;
}

.govuk-footer__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.govuk-footer__link {
    color: #1d70b8;
    text-decoration: none;
    margin-right: 20px;
}

.govuk-footer__link:hover {
    text-decoration: underline;
}

.footer {
    text-align: center;
    margin: 60px 0 40px 0;
    padding-top: 40px;
    border-top: 1px solid #b1b4b6;
}

.footer p {
    font-size: 16px;
    color: #505a5f;
    margin: 0;
}

/* Help Box */
.help-box {
    background: #ffe5cc;
    border-left: 5px solid #f47738;
    padding: 20px;
    margin: 40px 0;
}

.help-box h2 {
    margin: 0 0 10px 0;
    font-size: 24px;
}

.help-box p {
    margin: 0;
    font-size: 19px;
}

/* Inset Text */
.govuk-inset-text {
    padding: 15px;
    margin: 20px 0;
    border-left: 10px solid #b1b4b6;
    background-color: #f3f2f1;
}

/* Grid System */
.govuk-grid-row {
    margin-right: -15px;
    margin-left: -15px;
}

.govuk-grid-column-two-thirds {
    padding-right: 15px;
    padding-left: 15px;
    width: 66.6666%;
}

/* Section Break */
.govuk-section-break {
    margin: 0;
    border: 0;
}

.govuk-section-break--xl {
    margin-top: 50px;
    margin-bottom: 50px;
}

.govuk-section-break--visible {
    border-bottom: 1px solid #b1b4b6;
}

/* Link Styles */
.govuk-link {
    color: #1d70b8;
    text-decoration: underline;
}

.govuk-link:hover {
    color: #003078;
}

.govuk-link--no-visited-state:visited {
    color: #1d70b8;
}

/* Body Small */
.govuk-body-s {
    font-size: 16px;
    line-height: 1.25;
    margin: 0 0 15px 0;
}

/* Footer Text */
.footer-text {
    margin: 0;
    color: #505a5f;
}
