:root {
    --primary-purple: #5B2C6F;
    --vibrant-coral: #FF6B6B;
    --emerald-secondary: #2ECC71;
    --dark-navy: #1A2332;
    --cream-background: #F8F4E8;
    --turquoise-start: #4ECDC4;
    --indigo-end: #6C5CE7;
    --soft-gold: #F4D03F;
    --muted-sage: #95A89B;
    --rich-burgundy: #8B2E4A;
}

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

body {
    font-family: 'Open Sans', sans-serif;
    color: var(--dark-navy);
    background-color: var(--cream-background);
    line-height: 1.7;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    line-height: 1.3;
}

.iti, #phone {
    width: 100%;
}

#particles-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.3;
}

.navigation-primary {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, var(--primary-purple), var(--indigo-end));
    padding: 1.2rem 0;
    z-index: 1000;
    box-shadow: 0 8px 24px rgba(91, 44, 111, 0.25);
}

.nav-container-fluid {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-identity {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.brand-logo {
    height: 48px;
    width: auto;
    filter: brightness(0) invert(1);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.brand-logo:hover {
    transform: scale(1.08);
}

.brand-text {
    font-family: 'Quicksand', sans-serif;
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
}

.language-switcher {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 0.6rem 1.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.language-switcher:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
    color: #fff;
}

.opening-statement {
    padding: 12rem 2rem 8rem;
    background: linear-gradient(135deg, var(--turquoise-start), var(--indigo-end));
    position: relative;
    overflow: hidden;
}

.opening-statement::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.4;
}

.statement-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.statement-content {
    text-align: center;
}

.display-statement {
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: #fff;
    margin-bottom: 2rem;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    font-weight: 700;
}

.statement-lead {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    color: rgba(255, 255, 255, 0.95);
    max-width: 900px;
    margin: 0 auto 3rem;
    line-height: 1.8;
}

.statement-metrics {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    margin-top: 4rem;
}

.metric-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    padding: 2rem 3rem;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.metric-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.22);
}

.metric-value {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 700;
    color: var(--soft-gold);
    font-family: 'Quicksand', sans-serif;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.metric-label {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 0.5rem;
    font-weight: 500;
}

.program-showcase {
    padding: 8rem 2rem;
    background: var(--cream-background);
}

.showcase-container {
    max-width: 1400px;
    margin: 0 auto;
}

.section-heading {
    text-align: center;
    margin-bottom: 5rem;
}

.section-heading h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--primary-purple);
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}

.section-heading h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 4px;
    background: linear-gradient(90deg, var(--vibrant-coral), var(--emerald-secondary));
    border-radius: 2px;
}

.heading-subtitle {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: var(--muted-sage);
    max-width: 700px;
    margin: 0 auto;
}

.program-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
}

.program-feature-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(91, 44, 111, 0.12);
    transition: all 0.4s ease;
    border: 1px solid rgba(91, 44, 111, 0.08);
}

.program-feature-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 24px 64px rgba(91, 44, 111, 0.18);
}

.card-visual {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.card-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.program-feature-card:hover .card-visual img {
    transform: scale(1.1);
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(91, 44, 111, 0.7), rgba(108, 92, 231, 0.7));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.program-feature-card:hover .card-overlay {
    opacity: 1;
}

.overlay-icon {
    font-size: 4rem;
    color: #fff;
    animation: iconPulse 1.5s ease-in-out infinite;
}

@keyframes iconPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.15); }
}

.card-content-block {
    padding: 2.5rem;
}

.card-title {
    font-size: 1.6rem;
    color: var(--primary-purple);
    margin-bottom: 1rem;
    font-weight: 700;
}

.card-description {
    color: var(--dark-navy);
    margin-bottom: 2rem;
    line-height: 1.7;
}

.benefit-highlights {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: var(--muted-sage);
    font-size: 0.95rem;
}

.highlight-item i {
    color: var(--emerald-secondary);
    font-size: 1.2rem;
}

.eligibility-requirements {
    padding: 8rem 2rem;
    background: linear-gradient(135deg, rgba(78, 205, 196, 0.08), rgba(108, 92, 231, 0.08));
}

.requirements-container {
    max-width: 1400px;
    margin: 0 auto;
}

.requirements-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
}

.requirement-block {
    background: #fff;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 12px 36px rgba(91, 44, 111, 0.1);
    border-top: 5px solid var(--vibrant-coral);
    transition: all 0.3s ease;
}

.requirement-block:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 48px rgba(91, 44, 111, 0.15);
}

.block-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid rgba(91, 44, 111, 0.1);
}

.block-header i {
    font-size: 2.5rem;
    color: var(--vibrant-coral);
}

.block-header h3 {
    font-size: 1.5rem;
    color: var(--primary-purple);
}

.block-content h4 {
    font-size: 1.2rem;
    color: var(--primary-purple);
    margin: 1.5rem 0 1rem;
}

.criteria-list {
    list-style: none;
    padding: 0;
}

.criteria-list li {
    padding: 0.8rem 0 0.8rem 2rem;
    position: relative;
    color: var(--dark-navy);
    line-height: 1.6;
}

.criteria-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--emerald-secondary);
    font-weight: 700;
    font-size: 1.2rem;
}

.application-journey {
    padding: 8rem 2rem;
    background: #fff;
}

.journey-container {
    max-width: 1200px;
    margin: 0 auto;
}

.journey-visual {
    margin: 4rem 0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(91, 44, 111, 0.15);
}

.journey-visual img {
    width: 100%;
    height: auto;
    display: block;
}

.steps-timeline {
    position: relative;
    padding-left: 4rem;
}

.steps-timeline::before {
    content: '';
    position: absolute;
    left: 1.5rem;
    top: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, var(--turquoise-start), var(--indigo-end));
}

.timeline-step {
    position: relative;
    margin-bottom: 4rem;
}

.step-marker {
    position: absolute;
    left: -4rem;
    top: 0;
    width: 4rem;
    height: 4rem;
    background: linear-gradient(135deg, var(--vibrant-coral), var(--rich-burgundy));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(255, 107, 107, 0.3);
    z-index: 10;
}

.step-number {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
}

.step-content {
    background: var(--cream-background);
    padding: 2rem;
    border-radius: 16px;
    border-left: 4px solid var(--emerald-secondary);
    transition: all 0.3s ease;
}

.step-content:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 24px rgba(91, 44, 111, 0.1);
}

.step-content h3 {
    font-size: 1.5rem;
    color: var(--primary-purple);
    margin-bottom: 1rem;
}

.step-content p {
    color: var(--dark-navy);
    line-height: 1.7;
}

.documentation-guide {
    padding: 8rem 2rem;
    background: linear-gradient(135deg, rgba(244, 208, 63, 0.08), rgba(46, 204, 113, 0.08));
}

.guide-container {
    max-width: 1400px;
    margin: 0 auto;
}

.documentation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
}

.document-category {
    background: #fff;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 12px 36px rgba(91, 44, 111, 0.1);
    transition: all 0.3s ease;
}

.document-category:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 48px rgba(91, 44, 111, 0.15);
}

.category-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid rgba(91, 44, 111, 0.1);
}

.category-header i {
    font-size: 2.5rem;
    color: var(--emerald-secondary);
}

.category-header h3 {
    font-size: 1.4rem;
    color: var(--primary-purple);
    flex: 1;
    margin: 0 1rem;
}

.category-badge {
    background: linear-gradient(135deg, var(--vibrant-coral), var(--rich-burgundy));
    color: #fff;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
}

.document-list {
    list-style: none;
    padding: 0;
}

.document-list li {
    display: flex;
    gap: 1rem;
    padding: 1.2rem 0;
    border-bottom: 1px solid rgba(91, 44, 111, 0.05);
}

.document-list li:last-child {
    border-bottom: none;
}

.document-list li i {
    color: var(--emerald-secondary);
    font-size: 1.3rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.document-list li div {
    flex: 1;
}

.document-list li strong {
    display: block;
    color: var(--primary-purple);
    margin-bottom: 0.3rem;
    font-size: 1.05rem;
}

.document-list li span {
    color: var(--muted-sage);
    font-size: 0.95rem;
    line-height: 1.5;
}

.transparency-information {
    padding: 8rem 2rem;
    background: #fff;
}

.transparency-container {
    max-width: 1400px;
    margin: 0 auto;
}

.info-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 4rem;
}

.info-block {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.info-block img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 16px 48px rgba(91, 44, 111, 0.12);
}

.info-content h3 {
    font-size: 1.8rem;
    color: var(--primary-purple);
    margin-bottom: 1.5rem;
}

.info-content p {
    color: var(--dark-navy);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.contact-information {
    padding: 8rem 2rem;
    background: linear-gradient(135deg, rgba(91, 44, 111, 0.05), rgba(108, 92, 231, 0.05));
}

.contact-container {
    max-width: 1400px;
    margin: 0 auto;
}

.contact-layout {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 4rem;
    align-items: start;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.detail-card {
    background: #fff;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(91, 44, 111, 0.08);
    display: flex;
    gap: 1.5rem;
    transition: all 0.3s ease;
}

.detail-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(91, 44, 111, 0.12);
}

.detail-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--turquoise-start), var(--indigo-end));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.detail-icon i {
    font-size: 1.8rem;
    color: #fff;
}

.detail-content h4 {
    font-size: 1.2rem;
    color: var(--primary-purple);
    margin-bottom: 0.5rem;
}

.detail-content p {
    color: var(--dark-navy);
    line-height: 1.6;
    margin: 0;
}

.detail-note {
    display: block;
    color: var(--muted-sage);
    font-size: 0.9rem;
    margin-top: 0.3rem;
    font-style: italic;
}

.map-container {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(91, 44, 111, 0.12);
    height: 500px;
}

.inquiry-form-section {
    padding: 8rem 2rem;
    background: #fff;
}

.form-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: start;
}

.form-introduction h2 {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    color: var(--primary-purple);
    margin-bottom: 1.5rem;
}

.form-introduction p {
    color: var(--dark-navy);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.form-introduction img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 16px 48px rgba(91, 44, 111, 0.12);
}

.form-wrapper {
    background: var(--cream-background);
    padding: 3rem;
    border-radius: 24px;
    box-shadow: 0 12px 36px rgba(91, 44, 111, 0.1);
}

.inquiry-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-field label {
    font-weight: 600;
    color: var(--primary-purple);
    font-size: 0.95rem;
}

.form-field input,
.form-field select,
.form-field textarea {
    padding: 1rem;
    border: 2px solid rgba(91, 44, 111, 0.15);
    border-radius: 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #fff;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    outline: none;
    border-color: var(--vibrant-coral);
    box-shadow: 0 4px 16px rgba(255, 107, 107, 0.15);
}

.form-field textarea {
    resize: vertical;
    min-height: 120px;
}

.form-field-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
}

.form-field-checkbox input[type="checkbox"] {
    margin-top: 0.3rem;
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: var(--vibrant-coral);
}

.form-field-checkbox label {
    color: var(--dark-navy);
    font-size: 0.95rem;
    line-height: 1.6;
}

.form-field-checkbox label a {
    color: var(--vibrant-coral);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.form-field-checkbox label a:hover {
    color: var(--rich-burgundy);
}

.form-submit-button {
    background: linear-gradient(135deg, var(--vibrant-coral), var(--rich-burgundy));
    color: #fff;
    padding: 1.2rem 3rem;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(255, 107, 107, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    font-family: 'Quicksand', sans-serif;
}

.form-submit-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(255, 107, 107, 0.4);
}

.educational-resources {
    padding: 8rem 2rem;
    background: linear-gradient(135deg, rgba(149, 168, 155, 0.08), rgba(78, 205, 196, 0.08));
}

.resources-container {
    max-width: 1200px;
    margin: 0 auto;
}

.resources-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 3rem;
}

.resource-item {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(91, 44, 111, 0.1);
    transition: all 0.3s ease;
}

.resource-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 48px rgba(91, 44, 111, 0.15);
}

.resource-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.resource-content {
    padding: 2.5rem;
}

.resource-content h3 {
    font-size: 1.6rem;
    color: var(--primary-purple);
    margin-bottom: 1rem;
}

.resource-content p {
    color: var(--dark-navy);
    line-height: 1.7;
}

.site-footer {
    background: linear-gradient(135deg, var(--primary-purple), var(--indigo-end));
    color: #fff;
    padding: 5rem 2rem 2rem;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-column h4 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    color: var(--soft-gold);
}

.footer-logo {
    height: 48px;
    width: auto;
    margin-bottom: 1.5rem;
    filter: brightness(0) invert(1);
}

.footer-description {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
}

.footer-links {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.footer-links li {
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--soft-gold);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 2rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
}

.thanks-message-section {
    padding: 12rem 2rem 8rem;
    background: linear-gradient(135deg, var(--cream-background), #fff);
}

.thanks-container {
    max-width: 900px;
    margin: 0 auto;
}

.thanks-content {
    text-align: center;
}

.success-icon {
    font-size: 6rem;
    color: var(--emerald-secondary);
    margin-bottom: 2rem;
    animation: successPulse 1.5s ease-in-out;
}

@keyframes successPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.thanks-content h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--primary-purple);
    margin-bottom: 1.5rem;
}

.thanks-lead {
    font-size: clamp(1rem, 2vw, 1.3rem);
    color: var(--dark-navy);
    line-height: 1.8;
    margin-bottom: 3rem;
}

.next-steps {
    background: #fff;
    padding: 3rem;
    border-radius: 24px;
    box-shadow: 0 12px 36px rgba(91, 44, 111, 0.1);
    margin: 3rem 0;
}

.next-steps h2 {
    font-size: 1.8rem;
    color: var(--primary-purple);
    margin-bottom: 2rem;
}

.steps-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.step-item {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.step-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--turquoise-start), var(--indigo-end));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.step-icon i {
    font-size: 1.8rem;
    color: #fff;
}

.step-text {
    flex: 1;
    text-align: left;
}

.step-text h3 {
    font-size: 1.3rem;
    color: var(--primary-purple);
    margin-bottom: 0.5rem;
}

.step-text p {
    color: var(--dark-navy);
    line-height: 1.6;
}

.thanks-actions {
    margin: 3rem 0;
}

.primary-action {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    background: linear-gradient(135deg, var(--vibrant-coral), var(--rich-burgundy));
    color: #fff;
    padding: 1.2rem 3rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(255, 107, 107, 0.3);
}

.primary-action:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(255, 107, 107, 0.4);
    color: #fff;
}

.additional-info {
    background: var(--cream-background);
    padding: 2.5rem;
    border-radius: 16px;
    margin-top: 3rem;
    text-align: left;
}

.additional-info h3 {
    font-size: 1.5rem;
    color: var(--primary-purple);
    margin-bottom: 1rem;
}

.additional-info p {
    color: var(--dark-navy);
    line-height: 1.7;
    margin-bottom: 1rem;
}

.legal-document {
    padding: 12rem 2rem 8rem;
    background: var(--cream-background);
}

.document-container {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 4rem;
    border-radius: 24px;
    box-shadow: 0 12px 36px rgba(91, 44, 111, 0.1);
}

.document-header {
    text-align: center;
    margin-bottom: 4rem;
    padding-bottom: 2rem;
    border-bottom: 3px solid var(--vibrant-coral);
}

.document-header h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--primary-purple);
    margin-bottom: 1rem;
}

.document-date {
    color: var(--muted-sage);
    font-style: italic;
    font-size: 1.05rem;
}

.document-content {
    color: var(--dark-navy);
}

.content-section {
    margin-bottom: 3rem;
}

.content-section h2 {
    font-size: 1.8rem;
    color: var(--primary-purple);
    margin-bottom: 1.5rem;
    padding-top: 1rem;
}

.content-section h3 {
    font-size: 1.4rem;
    color: var(--vibrant-coral);
    margin: 1.5rem 0 1rem;
}

.content-section h4 {
    font-size: 1.2rem;
    color: var(--primary-purple);
    margin: 1rem 0 0.5rem;
}

.content-section p {
    line-height: 1.8;
    margin-bottom: 1rem;
}

.content-section ul {
    margin: 1rem 0 1rem 2rem;
    line-height: 1.8;
}

.content-section ul li {
    margin-bottom: 0.5rem;
}

.content-section a {
    color: var(--vibrant-coral);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.content-section a:hover {
    color: var(--rich-burgundy);
}

.cookie-table {
    overflow-x: auto;
    margin: 2rem 0;
}

.cookie-table table {
    width: 100%;
    border-collapse: collapse;
    background: var(--cream-background);
    border-radius: 12px;
    overflow: hidden;
}

.cookie-table thead {
    background: linear-gradient(135deg, var(--primary-purple), var(--indigo-end));
    color: #fff;
}

.cookie-table th,
.cookie-table td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(91, 44, 111, 0.1);
}

.cookie-table th {
    font-weight: 700;
}

.cookie-table tbody tr:hover {
    background: rgba(91, 44, 111, 0.03);
}

.document-footer {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 2px solid rgba(91, 44, 111, 0.1);
    text-align: center;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: var(--vibrant-coral);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.back-link:hover {
    color: var(--rich-burgundy);
    transform: translateX(-5px);
}

@media (max-width: 1024px) {
    .contact-layout {
        grid-template-columns: 1fr;
    }
    
    .form-container {
        grid-template-columns: 1fr;
    }
    
    .info-columns {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .navigation-primary {
        padding: 1rem 0;
    }
    
    .nav-container-fluid {
        padding: 0 1rem;
    }
    
    .brand-text {
        display: none;
    }
    
    .opening-statement {
        padding: 10rem 1.5rem 6rem;
    }
    
    .statement-metrics {
        gap: 1.5rem;
    }
    
    .metric-card {
        padding: 1.5rem 2rem;
    }
    
    .program-grid {
        grid-template-columns: 1fr;
    }
    
    .requirements-layout {
        grid-template-columns: 1fr;
    }
    
    .documentation-grid {
        grid-template-columns: 1fr;
    }
    
    .resources-grid {
        grid-template-columns: 1fr;
    }
    
    .steps-timeline {
        padding-left: 3rem;
    }
    
    .step-marker {
        left: -3rem;
        width: 3rem;
        height: 3rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .document-container {
        padding: 2rem;
    }
    
    .footer-columns {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .opening-statement {
        padding: 9rem 1rem 5rem;
    }
    
    .statement-metrics {
        flex-direction: column;
        gap: 1rem;
    }
    
    .metric-card {
        width: 100%;
    }
    
    .program-feature-card {
        margin: 0;
    }
    
    .card-content-block {
        padding: 1.5rem;
    }
    
    .requirement-block {
        padding: 1.5rem;
    }
    
    .form-wrapper {
        padding: 2rem 1.5rem;
    }
    
    .document-container {
        padding: 1.5rem;
    }
}