body{
    margin:0;
    font-family:Arial,sans-serif;
    background:#ffffff;
    color:#222;
}

.container{
    max-width:1400px;
    margin:0 auto;
    padding:0 24px;
}

header{
    background:#fff;
    border-bottom:1px solid #eee;
}

.header-inner{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px 0;
}

.logo{
    text-decoration:none;
    font-size:22px;
    font-weight:bold;
    color:#222;
}

nav a{
    margin-left:20px;
    text-decoration:none;
    color:#444;
}

nav a:hover{
    color:#6b4ce6;
}

.hero{
    text-align:center;
    padding:28px 20px 12px;
}

.hero h1{
    font-size:40px;
    margin:0;
}

.hero p{
    font-size:20px;
    margin:0;
    line-height:1.6;
}

.button-row{
    margin-top:28px;
}

.hero .button-row{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
    max-width:1100px;
    margin:28px auto 0;
}

.hero .button-row a{
    display:block;
    text-align:center;
    padding:16px 20px;
    border-radius:12px;
    background:#f6f6f6;
    color:#222;
    text-decoration:none;
    min-width:unset;
    margin:0;
}
footer{
    border-top:1px solid #eee;
    padding:30px 0;
    text-align:center;
    font-size:14px;
}

form{
    width:100%;
    max-width:none;
    margin:0;
}

input,
button{
    width:100%;
    padding:14px;
    border:1px solid #ddd;
    border-radius:8px;
    font-size:16px;
    box-sizing:border-box;
}

button{
    background:#f3f3f3;
    cursor:pointer;
}

textarea,
select{
    border:1px solid #ddd;
    border-radius:8px;
    font-size:16px;
    box-sizing:border-box;
}

.notice{
    max-width:1100px;
    margin:8px auto 24px;
    padding:18px 22px;
    background:#fcfcfc;
    border:1px solid #eee;
    border-radius:14px;
    font-size:15px;
    line-height:1.0;
    color:#444;

    box-sizing:border-box;
}

table{
    width:100%;
    border-collapse:collapse;
    margin-top:20px;
}

th,
td{
    padding:12px;
    border-bottom:1px solid #eee;
    text-align:left;
    vertical-align:top;
}

th{
    background:#fafafa;
    font-weight:600;
}

td a{
    text-decoration:none;
}

/* =====================================
   DASHBOARD
===================================== */

.dashboard-welcome{
    background:#f7f3ff;
    border:1px solid #ece4ff;
    border-radius:18px;
    padding:34px;
    margin:35px auto 40px;
}

.dashboard-welcome h1{
    margin:0 0 10px 0;
    font-size:40px;
    color:#1e1e1e;
}

.dashboard-welcome p{
    margin:0;
    font-size:18px;
    color:#333;
}

.dashboard-welcome strong{
    color:#6b4ce6;
}

/* =====================================
   CARDS
===================================== */

.cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
    margin:30px auto 70px;
}

.card{
    background:#ffffff;
    border:1px solid #eee;
    border-radius:18px;
    padding:30px;
    box-shadow:0 4px 18px rgba(0,0,0,0.04);
    display:flex;
    flex-direction:column;
}

.card-top{
    display:flex;
    align-items:flex-start;
    gap:18px;
    margin-bottom:18px;
	flex:1;
}

.card-icon{
    width:42px !important;
    height:42px !important;
    flex-shrink:0;
    display:block;
}

.card-heading{
    flex:1;
}

.card-heading h2{
    margin:0 0 8px 0;
    font-size:24px;
    color:#222;
}

.card-heading p{
    margin:0;
    font-size:16px;
    color:#444;
    line-height:1.6;
}

.card a{
    display:inline-block;
    background:#6b4ce6;
    color:#fff;
    text-decoration:none;
    padding:10px 18px;
    border-radius:10px;
    font-size:15px;
    font-weight:600;
    margin-top:auto;
    align-self:flex-end;
}

.card a:hover{
    background:#5b3ed1;
}

.dashboard-section-title{
    margin:10px 0 10px;
    font-size:28px;
    color:#222;
}


/* =====================================
   FUNERAL FORM
===================================== */

.funeral-form{
    width:100%;
    max-width:1280px;
    margin:0 auto;
    padding:0 20px;
}

/* hero bovenin */

.funeral-header{
    text-align:center;
    margin:40px auto 30px;
}

.funeral-header h1{
    margin:0;
    font-size:52px;
}

.funeral-header p{
    margin:12px 0 0;
    font-size:20px;
    color:#555;
}

/* stap buttons */

.funeral-steps{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
    max-width:1100px;
    margin:0 auto 28px;
}

.funeral-steps a{
    display:block;
    text-align:center;
    text-decoration:none;
    padding:16px;
    background:#f6f6f6;
    border-radius:12px;
    color:#222;
    font-size:17px;
}

.funeral-steps a.active{
    background:linear-gradient(135deg,#6f45ff,#7f57ff);
    color:#fff;
}

/* info melding */

.funeral-notice{
    max-width:1100px;
    margin:0 auto 34px;
    padding:20px 24px;
    background:#fafafa;
    border:1px solid #eee;
    border-radius:14px;
}

/* card */

.funeral-card{
    width:100%;
    max-width:1100px;
    margin:0 auto 60px;
    background:#fff;
    border:1px solid #eee;
    border-radius:18px;
    padding:48px;
    box-sizing:border-box;
}

.funeral-card h2{
    margin:0 0 38px;
    font-size:36px;
}

/* vraag + antwoord */

.funeral-row{
    display:grid;
    grid-template-columns:360px 1fr;
    gap:42px;
    align-items:start;
    margin-bottom:38px;
}

.funeral-label{
    font-size:20px;
    font-weight:700;
    line-height:1.35;
}

.funeral-label small{
    display:block;
    margin-top:8px;
    font-size:15px;
    color:#666;
    font-weight:400;
    line-height:1.6;
}

/* inputs */

.funeral-input{
    width:100%;
}

.funeral-input input,
.funeral-input select,
.funeral-input textarea{
    display:block;
    width:100%;
    max-width:100%;
    box-sizing:border-box;

    padding:14px 16px;

    border:1px solid #ddd;
    border-radius:12px;

    font-size:16px;
    background:#fff;
}

.funeral-input textarea{
    min-height:130px;
    resize:vertical;
}

.funeral-input input + input,
.funeral-input input + textarea,
.funeral-input select + textarea,
.funeral-input textarea + textarea{
    margin-top:14px;
}

.funeral-input label{
    display:block;
    margin-top:14px;
    line-height:1.6;
}

.funeral-input label input[type="checkbox"]{
    width:auto;
    margin-right:10px;
}

/* knoppen onder */

.step-buttons{
    display:flex;
    justify-content:space-between;
    gap:18px;
    margin-top:44px;
}

.step-buttons a,
.step-buttons button{
    flex:1;
    padding:16px 20px;
    border-radius:12px;
}

/* mobiel */

@media (max-width:900px){

    .funeral-header{
        margin-top:20px;
    }

    .funeral-header h1{
        font-size:38px;
    }

    .funeral-steps{
        grid-template-columns:1fr;
    }

    .funeral-card{
        padding:28px;
    }

    .funeral-row{
        grid-template-columns:1fr;
        gap:18px;
    }

    .step-buttons{
        flex-direction:column;
    }
}

@media (max-width:900px){

    .funeral-row{
        grid-template-columns:1fr;
        gap:18px;
    }

    .step-buttons{
        flex-direction:column;
    }
}

/* =====================================
   FORM ROW
===================================== */

.form-row{
    display:grid;
    grid-template-columns:380px minmax(0,1fr);
    gap:50px;
    align-items:start;
    margin-bottom:42px;
}

.form-label h3{
    margin:0;
    font-size:20px;
    font-weight:600;
	line-height:1.35;
}

.form-label p{
    margin-top:6px;
    color:#666;
    line-height:1.6;
    font-size:14px;
}

.form-input{
    width:100%;
}

.form-input select,
.form-input textarea,
.form-input input[type="text"],
.form-input input[type="date"]{
    display:block;
    width:100%;
    max-width:100%;
    padding:14px 16px;
    border-radius:12px;
    border:1px solid #ddd;
    font-size:16px;
    box-sizing:border-box;
}

.form-input textarea{
    margin-top:14px;
    min-height:120px;
    resize:vertical;
}

.form-input label{
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:14px;
    line-height:1.5;
    cursor:pointer;
}

.form-input input[type="checkbox"]{
    width:18px;
    height:18px;
    margin:0;
    padding:0;
    flex-shrink:0;
}

/* =====================================
   STEP NAV
===================================== */

.step-nav{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:40px;
}

.step-nav a,
.step-nav button,
.step-buttons a,
.step-buttons button{
    display:inline-block;
    padding:14px 24px;
    border-radius:12px;
    background:#6f46f6;
    color:#fff;
    text-decoration:none;
    border:none;
    font-size:16px;
    cursor:pointer;
}

.step-nav a.secondary{
    background:#f4f4f4;
    color:#222;
}

.step-buttons{
    display:flex;
    justify-content:space-between;
    margin-top:42px;
}

/* =====================================
   RESPONSIVE
===================================== */

@media (max-width:1000px){

    .cards{
        grid-template-columns:repeat(2,1fr);
    }
}

@media (max-width:900px){

    .funeral-row,
    .form-row{
        grid-template-columns:1fr;
        gap:18px;
    }

    .funeral-label{
        font-size:22px;
        padding-top:0;
    }

    .funeral-step{
        padding:24px;
    }

    .form-label h3{
        font-size:24px;
    }

    .step-buttons{
        flex-direction:column;
        gap:14px;
    }
}

@media (max-width:700px){

    .cards{
        grid-template-columns:1fr;
    }

    .dashboard-welcome h1{
        font-size:38px;
    }

    .dashboard-welcome p{
        font-size:18px;
    }
}


/* =====================================
   SURVIVORS
===================================== */

.survivor-item{
    padding:26px 0;
    border-bottom:1px solid #eee;
}

.survivor-item:last-child{
    border-bottom:none;
    padding-bottom:0;
}

.survivor-item h3{
    margin:0 0 6px;
    font-size:22px;
    color:#222;
}

.survivor-item p{
    margin:6px 0;
    color:#444;
    line-height:1.6;
    font-size:16px;
}

.survivor-item a{
    display:inline-block;
    margin-right:14px;
    margin-top:8px;

    text-decoration:none;
    color:#6b4ce6;
    font-weight:600;
}

.survivor-item a:hover{
    color:#5b3ed1;
}

/* =====================================
   SETTINGS
===================================== */

.settings-checkbox{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
    line-height:1.5;
}

.settings-checkbox input[type="checkbox"]{
    width:18px;
    height:18px;
    margin:0;
    flex-shrink:0;
}

.settings-info{
    margin-top:16px;
}

.settings-info-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    padding:10px 0;
    border-bottom:1px solid #f0f0f0;
}

.settings-info-row:last-child{
    border-bottom:none;
}

.settings-info-row span{
    color:#555;
}

.settings-info-row strong{
    color:#222;
    font-weight:600;
}

/* =====================================
   SETTINGS NOTICES
===================================== */

.notice-settings-success{
    max-width:1100px;
    margin:8px auto 24px;
    padding:18px 22px;

    background:#f0faf3;
    border:1px solid #bfe5c8;

    border-radius:14px;

    font-size:15px;
    color:#256a3c;

    box-sizing:border-box;
}

.notice-settings-error{
    max-width:1100px;
    margin:8px auto 24px;
    padding:18px 22px;

    background:#fff4f4;
    border:1px solid #f1c3c3;

    border-radius:14px;

    font-size:15px;
    color:#a12a2a;

    box-sizing:border-box;
}

.notice-settings-warning{
    max-width:1100px;
    margin:8px auto 24px;
    padding:18px 22px;

    background:#fff9ee;
    border:1px solid #f1dfb2;

    border-radius:14px;

    font-size:15px;
    color:#9a6a08;

    box-sizing:border-box;
}

.badge-green {
    background:#e7f7ea;
    color:#18794e;
    padding:5px 12px;
    border-radius:999px;
    font-size:14px;
    display:inline-block;
}

.badge-red {
    background:#fdeaea;
    color:#c62828;
    padding:5px 12px;
    border-radius:999px;
    font-size:14px;
    display:inline-block;
}

.badge-yellow {
    background:#fff7df;
    color:#a66b00;
    padding:5px 12px;
    border-radius:999px;
    font-size:14px;
    display:inline-block;
}

.badge-orange {
    background:#fff0e5;
    color:#d96b00;
    padding:5px 12px;
    border-radius:999px;
    font-size:14px;
    display:inline-block;
}

.badge-blue {
    background:#e8f1ff;
    color:#1f5fbf;
    padding:5px 12px;
    border-radius:999px;
    font-size:14px;
    display:inline-block;
}

.badge-purple {
    background:#efe9ff;
    color:#6a42d8;
    padding:5px 12px;
    border-radius:999px;
    font-size:14px;
    display:inline-block;
}

.account-type {
    display:flex;
    align-items:center;
    gap:10px;
}

.account-icon-placeholder {
    width:28px;
    height:28px;
    border-radius:8px;
    background:#ececec;
    flex-shrink:0;
}

.digital-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
}

.digital-column{
    width:100%;
}

.digital-column .form-row{
    display:block;
    margin-bottom:18px;
}

.digital-column .form-label{
    margin-bottom:3px;
}

.digital-column .form-label h3{
    font-size:18px;
}

.digital-column .form-label p{
    margin-top:2px;
}

@media (max-width:900px){

    .digital-grid{
        grid-template-columns:1fr;
        gap:0;
    }
}

.account-counter{
    color:#666;
    font-size:14px;
    margin-bottom:20px;
}

.sort-form{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:20px;
}

.sort-form label{
    font-size:14px;
    color:#555;
}

.sort-form select{
    width:auto;
    min-width:180px;
}

.contacts-form .form-row{
    margin-bottom:14px;
}

.social-contact-row{
    margin-top:10px;
}

.social-contact-row textarea{
    min-height:140px;
}


.social-contact-full{
    margin-top:20px;
}

.social-contact-full h3{
    margin:0 0 8px 0;
    font-size:20px;
}

.social-contact-full p{
    margin:0 0 12px 0;
    color:#666;
    font-size:14px;
    line-height:1.5;
}


.social-contact-row{
    margin-top:10px;
}

.social-contact-row textarea{
    min-height:140px;
}


.social-contact-full{
    margin-top:20px;
}

.social-contact-full h3{
    margin:0 0 8px 0;
    font-size:20px;
}

.social-contact-full p{
    margin:0 0 12px 0;
    color:#666;
    font-size:14px;
    line-height:1.5;
}


.social-contact-row{
    margin-top:10px;
}

.social-contact-row textarea{
    min-height:140px;
}


.social-contact-full{
    margin-top:20px;
}

.social-contact-full h3{
    margin:0 0 8px 0;
    font-size:20px;
}

.social-contact-full p{
    margin:0 0 12px 0;
    color:#666;
    font-size:14px;
    line-height:1.5;
}

.social-contact-full textarea{
    display:block;
    width:100%;
    min-height:140px;
    padding:14px 16px;
    border:1px solid #ddd;
    border-radius:12px;
    box-sizing:border-box;
    resize:vertical;
}	

.home-buttons{
    display:flex;
    justify-content:center;
    gap:20px;

    max-width:900px;
    margin:28px auto 0;
}

.home-buttons a{
    flex:1;
    max-width:420px;

    display:block;
    text-align:center;

    padding:16px 20px;

    background:#f6f6f6;
    border-radius:12px;

    color:#222;
    text-decoration:none;
}

/* =====================================
   SURVIVOR FUNERAL READ ONLY
===================================== */

.accordion-card{
    width:100%;
    max-width:1100px;
    margin:0 auto 20px;
    background:#fff;
    border:1px solid #eee;
    border-radius:18px;
    overflow:hidden;
}

.accordion-header{
    width:100%;
    padding:24px 30px;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:22px;
    font-weight:600;
    background:#fafafa;
    border:none;
    box-sizing:border-box;
	text-align:left;
}

.accordion-header:hover{
    background:#f5f5f5;
}

.accordion-header strong{
    font-size:20px;
    font-weight:600;
}

.accordion-icon{
    font-size:24px;
    transition:transform .2s ease;
}

.accordion-card.open .accordion-icon{
    transform:rotate(180deg);
}

.accordion-content{
    display:none;
    padding:30px;
}

.accordion-card.open > .accordion-content{
    display:block;
}


/* =====================================
   READ ONLY VALUES
===================================== */

.readonly-value{
    width:100%;
    min-height:52px;
    padding:14px 16px;
    border:1px solid #ddd;
    border-radius:12px;
    background:#fafafa;
    box-sizing:border-box;
    white-space:pre-wrap;
    line-height:1.6;
}

.readonly-empty{
    min-height:52px;
    padding:14px 16px;
    border:1px solid #ddd;
    border-radius:12px;
    background:#fafafa;
    box-sizing:border-box;
}


/* =====================================
   MULTI VALUE LISTS
===================================== */

.readonly-list{
    margin:0;
    padding-left:20px;
}

.readonly-list li{
    margin-bottom:6px;
    line-height:1.6;
}


/* =====================================
   SURVIVOR HEADER
===================================== */

.survivor-notice{
    max-width:1100px;
    margin:0 auto 24px;
    padding:18px 22px;
    background:#fafafa;
    border:1px solid #eee;
    border-radius:14px;
    color:#444;
    line-height:1.6;
}


/* =====================================
   MOBILE
===================================== */

@media (max-width:900px){

    .accordion-header{
        font-size:18px;
        padding:20px;
    }

    .accordion-content{
        padding:20px;
    }
}

.funeral-overview-table{
    width:100%;
    border-collapse:collapse;
}

.funeral-overview-table th{
    width:320px;
    padding:14px 16px;
    text-align:left;
    vertical-align:top;
    font-weight:600;
    background:#fafafa;
    border-bottom:1px solid #eee;
}

.funeral-overview-table td{
    padding:14px 16px;
    vertical-align:top;
    border-bottom:1px solid #eee;
    line-height:1.6;
}

.funeral-overview-table tr:last-child th,
.funeral-overview-table tr:last-child td{
    border-bottom:none;
}

.survivor-buttons{
    display:flex;
    gap:12px;
    margin-top:30px;
    flex-wrap:wrap;
}

.survivor-buttons a,
.survivor-buttons button{
    flex:none !important;
    width:auto !important;
    min-width:180px;
}

```css
/* =====================================
   CONTACTS CARD VIEW
===================================== */

.contact-view-switch{
    display:flex;
    gap:12px;
    margin-bottom:24px;
    flex-wrap:wrap;
}

.contact-view-switch a{
    display:inline-block;
    padding:12px 18px;
    border-radius:12px;
    background:#f4f4f4;
    color:#222;
    text-decoration:none;
}

.contact-view-switch a.active{
    background:#6f46f6;
    color:#fff;
}

.contact-cards{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
    margin-top:20px;
	align-items:start;
}

.contact-card{
    background:#fff;
    border:1px solid #eee;
    border-radius:18px;
    padding:20px;
    box-shadow:0 4px 18px rgba(0,0,0,0.04);
}

.contact-card-header{
    margin-bottom:12px;
    padding-bottom:10px;
    border-bottom:1px solid #f0f0f0;
}

.contact-card-header h3{
    margin:0 0 6px 0;
    font-size:20px;
    color:#222;
}

.contact-card-relation{
    color:#666;
    font-size:14px;
}

.contact-card-section{
    margin-bottom:12px;
}

.contact-card-section:last-child{
    margin-bottom:0;
}

.contact-card-section h4{
    margin:0 0 8px 0;
    font-size:14px;
    color:#222;
}

.contact-card-section p{
    margin:0;
    line-height:1.4;
    color:#444;
    white-space:pre-wrap;
}

.contact-card-empty{
    color:#999;
    font-style:italic;
}

.contact-table{
    width:100%;
    border-collapse:collapse;
}

.contact-table th{
    background:#fafafa;
    font-weight:600;
}

.contact-table th,
.contact-table td{
    padding:14px 16px;
    border-bottom:1px solid #eee;
    text-align:left;
    vertical-align:top;
}

.contact-table tr:last-child td{
    border-bottom:none;
}

.contact-detail-row td{
    background:#fafafa;
    font-size:14px;
    color:#555;
    line-height:1.7;
}

.contact-detail-row strong{
    color:#222;
}

/* =====================================
   CONTACTS RESPONSIVE
===================================== */

@media (max-width:900px){

    .contact-cards{
        grid-template-columns:1fr;
    }

    .contact-view-switch{
        flex-direction:column;
    }

    .contact-view-switch a{
        text-align:center;
    }

}

.contact-line{
    margin-bottom:14px;
    line-height:1.6;
}

.contact-line strong{
    display:block;
    margin-bottom:4px;
}

.contact-social-item{
    padding:6px 0;
    line-height:1.5;
    border-bottom:1px solid #f3f3f3;
}

.contact-social-item:last-child{
    border-bottom:none;
}

.contact-info-line{
    margin-bottom:8px;
    line-height:1.5;
}

.account-details-row{
    display:none;
}

.account-details-row.open{
    display:table-row;
}

.account-details-content{
    padding:16px;
    background:#fafafa;
    line-height:1.6;
}

.details-toggle{
    width:auto;
    min-width:unset;
    padding:8px 14px;
    font-size:0.9rem;
    white-space:nowrap;
}

.detail-row{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:8px;
}

.detail-label{
    width:80px;
    font-weight:600;
    flex-shrink:0;
}

.detail-notes{
    margin-top:20px;
    padding-top:15px;
    border-top:1px solid #eee;
}

/* =====================================
   FAQ
===================================== */

.faq-section-title{
    margin:50px 0 20px;
    font-size:24px;
    font-weight:700;
    color:#222;
}

.faq-section-title:first-of-type{
    margin-top:0;
}


/* Algemene contentpagina's */

.content-page {
    max-width: 900px;
    line-height: 1.8;
    font-size: 18px;
}

.content-page h1 {
    margin: 0 0 18px;
    font-size: 44px;
}

.content-page h2 {
    margin: 0 0 18px;
    font-size: 28px;
}

.content-page hr {
    margin: 36px 0;
    border: none;
    border-top: 1px solid #eee;
}

.content-page ul {
    line-height: 1.8;
}

/* Formulieren */

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}

.form-control {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 16px;
    box-sizing: border-box;
}

.form-control-textarea {
    resize: vertical;
    min-height: 180px;
}

.btn-primary {
    background: #6f46f6;
    color: #fff;
    border: none;
    padding: 14px 24px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.btn-primary:hover {
    opacity: 0.95;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    margin-bottom: 14px;
}

.footer-links a {
    color: inherit;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

footer {
    margin-top: 60px;
    padding: 40px 0;
    background: #f7f7f7;
    border-top: 1px solid #e5e5e5;
}

.footer-grid {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.footer-grid h3 {
    margin: 0 0 12px;
    font-size: 18px;
}

.footer-grid ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-grid li {
    margin-bottom: 8px;
}

.footer-grid a {
    text-decoration: none;
    color: #555;
}

.footer-grid a:hover {
    text-decoration: underline;
}

.footer-copyright {
    text-align: center;
    margin: 0;
    color: #666;
}

.login-card {
    max-width: 700px;
    margin: 0 auto;
}


/* ==========================================
   EXPORT OVERVIEW
   ========================================== */

.export-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px;
}

.export-section {
    margin-bottom: 50px;
}

.export-section h1 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
}

.export-section h2 {
    margin-top: 30px;
    margin-bottom: 15px;
}