/* Custom styles for INTRASTAT Platform */

:root {
    --ink: #101820;
    --ink-soft: #2a3643;
    --paper: #f8f3ec;
    --panel: #fffdf8;
    --brand: #0f5b5b;
    --brand-dark: #0b3f3f;
    --brand-accent: #c96f3b;
    --sand: #f2b86d;
    --success-color: #1f7a5b;
    --danger-color: #c6483c;
    --warning-color: #b88400;
    --info-color: #1b7aa6;
    --border-color: rgba(16, 24, 32, 0.12);
    --shadow-soft: 0 14px 40px rgba(16, 24, 32, 0.12);
    --shadow-strong: 0 24px 60px rgba(16, 24, 32, 0.2);
    --ease-pop: cubic-bezier(0.2, 0.8, 0.2, 1);
}

html, body {
    overflow-x: hidden;
}

body {
    font-family: 'Space Grotesk', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--ink);
    background-color: var(--paper);
    background-image:
        radial-gradient(circle at 12% 16%, rgba(201, 111, 59, 0.2), transparent 55%),
        radial-gradient(circle at 86% 8%, rgba(15, 91, 91, 0.18), transparent 50%),
        linear-gradient(120deg, rgba(16, 24, 32, 0.05), rgba(16, 24, 32, 0)),
        repeating-linear-gradient(0deg, rgba(16, 24, 32, 0.04) 0 1px, transparent 1px 42px),
        repeating-linear-gradient(90deg, rgba(16, 24, 32, 0.04) 0 1px, transparent 1px 42px);
    min-height: 100vh;
    position: relative;
}

h1, h2, h3, h4, h5, h6,
.navbar-brand {
    font-family: 'Fraunces', 'Georgia', serif;
    letter-spacing: 0.4px;
}

.navbar {
    background: linear-gradient(110deg, rgba(15, 91, 91, 0.95), rgba(11, 63, 63, 0.96));
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(10px);
}

.navbar-brand {
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.6px;
}

.navbar .nav-link {
    color: rgba(255, 255, 255, 0.86) !important;
    font-weight: 500;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #ffffff !important;
}

.navbar .form-select {
    background-color: rgba(255, 255, 255, 0.92);
    border: none;
    border-radius: 999px;
    font-weight: 600;
}

.firm-logo {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
    object-fit: contain;
    padding: 6px;
}

.card {
    border: 1px solid rgba(16, 24, 32, 0.08);
    background: var(--panel);
    box-shadow: var(--shadow-soft);
    border-radius: 20px;
    margin-bottom: 1.75rem;
}

.card-header {
    background: transparent;
    border-bottom: 1px solid rgba(16, 24, 32, 0.08);
    font-weight: 600;
    color: var(--ink-soft);
}

.card-title {
    color: var(--ink);
}

.btn {
    font-weight: 600;
    border-radius: 999px;
    padding: 0.55rem 1.4rem;
    letter-spacing: 0.3px;
    transition: transform 0.2s var(--ease-pop), box-shadow 0.2s var(--ease-pop);
}

.btn-primary {
    background: linear-gradient(120deg, var(--brand), var(--brand-dark));
    border-color: transparent;
    box-shadow: 0 14px 30px rgba(15, 91, 91, 0.25);
}

.btn-primary:hover {
    background: linear-gradient(120deg, var(--brand-dark), var(--brand));
    border-color: transparent;
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(15, 91, 91, 0.28);
}

.btn-success {
    background: linear-gradient(120deg, var(--success-color), #146b4c);
    border-color: transparent;
}

.btn-secondary {
    background: #ede7de;
    border-color: transparent;
    color: var(--ink);
}

.btn-outline-primary {
    border-color: rgba(15, 91, 91, 0.5);
    color: var(--brand-dark);
}

.btn-outline-primary:hover {
    background: rgba(15, 91, 91, 0.12);
}

.dashboard-card {
    transition: transform 0.25s var(--ease-pop), box-shadow 0.25s var(--ease-pop);
}

.dashboard-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-strong);
}

.form-control,
.form-select {
    border-radius: 14px;
    border: 1px solid var(--border-color);
    background-color: #fffaf3;
    box-shadow: none;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(201, 111, 59, 0.65);
    box-shadow: 0 0 0 0.2rem rgba(201, 111, 59, 0.2);
}

.form-text {
    color: rgba(16, 24, 32, 0.6);
}

.table {
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(16, 24, 32, 0.08);
    table-layout: fixed;
    width: 100%;
}

.table th {
    border-top: none;
    font-weight: 600;
    color: var(--ink);
    background: #f2ebe0;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.75rem;
}

.table td {
    border-color: rgba(16, 24, 32, 0.06);
    white-space: normal;
    word-break: break-word;
}

/* Declarations list sizing */
.table-responsive,
.declarations-table-wrap {
    overflow-x: hidden;
}

.declarations-table {
    table-layout: fixed;
    width: 100%;
}

.declarations-table th,
.declarations-table td {
    white-space: normal;
    word-break: break-word;
    font-size: 0.9rem;
    padding: 0.6rem;
}

.declarations-table th {
    font-size: 0.7rem;
}

.badge {
    font-size: 0.75em;
    border-radius: 999px;
    font-weight: 600;
}

#loadingOverlay {
    backdrop-filter: blur(3px);
}

.validation-error {
    border-color: var(--danger-color) !important;
    box-shadow: 0 0 0 0.2rem rgba(198, 72, 60, 0.25) !important;
}

.error-message {
    color: var(--danger-color);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.success-message {
    color: var(--success-color);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.file-upload-area {
    border: 2px dashed rgba(15, 91, 91, 0.35);
    border-radius: 20px;
    padding: 3.25rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    transition: border-color 0.2s var(--ease-pop), background 0.2s var(--ease-pop);
}

.file-upload-area:hover {
    border-color: var(--brand-accent);
    background: rgba(201, 111, 59, 0.08);
}

.file-upload-area.dragover {
    border-color: var(--brand-accent);
    background-color: rgba(201, 111, 59, 0.12);
}

.declaration-line {
    transition: background-color 0.15s ease-in-out;
}

.declaration-line:hover {
    background-color: rgba(16, 24, 32, 0.04);
}

.declaration-line.invalid {
    background-color: rgba(198, 72, 60, 0.08);
}

.declaration-line.invalid:hover {
    background-color: rgba(198, 72, 60, 0.14);
}

.editable-field {
    cursor: pointer;
    position: relative;
}

.editable-field:hover {
    background-color: rgba(16, 24, 32, 0.04);
    border-radius: 0.4rem;
}

.editable-field.editing {
    padding: 0.25rem 0.5rem;
    background-color: #fff;
    border: 1px solid var(--brand-accent);
    border-radius: 0.65rem;
    outline: none;
}

.view {
    animation: pageReveal 0.65s var(--ease-pop);
}

.fade-in {
    animation: fadeIn 0.4s ease-in;
}

.slide-up {
    animation: slideUp 0.55s var(--ease-pop);
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from {
        transform: translateY(18px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes pageReveal {
    0% {
        opacity: 0;
        transform: translateY(14px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .card {
        margin-bottom: 1.25rem;
    }

    .btn {
        font-size: 0.9rem;
    }

    .navbar .form-select {
        margin-top: 0.5rem;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1560px;
    }
}

@media print {
    .navbar,
    .btn,
    .modal {
        display: none !important;
    }

    .container {
        width: 100%;
        max-width: none;
        padding: 0;
    }
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #efe6d9;
}

::-webkit-scrollbar-thumb {
    background: rgba(16, 24, 32, 0.4);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(16, 24, 32, 0.55);
}

/* Dashboard hero and status band */
.dashboard-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 2rem;
    padding: 2rem;
    border-radius: 24px;
    background: linear-gradient(140deg, rgba(255, 253, 248, 0.92), rgba(255, 243, 229, 0.9));
    border: 1px solid rgba(16, 24, 32, 0.08);
    box-shadow: var(--shadow-soft);
    margin-bottom: 1.5rem;
}

@media (max-width: 992px) {
    .dashboard-hero {
        grid-template-columns: minmax(0, 1fr);
        padding: 1.5rem;
    }

    .status-band {
        grid-template-columns: minmax(0, 1fr);
    }

    .hero-actions {
        width: 100%;
    }
}

.hero-kicker {
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.7rem;
    color: rgba(16, 24, 32, 0.6);
    font-weight: 600;
}

.hero-sub {
    color: rgba(16, 24, 32, 0.72);
    font-size: 1rem;
    max-width: 36rem;
    margin-top: 0.75rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.status-band {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.status-card {
    background: #fffdf8;
    border: 1px solid rgba(16, 24, 32, 0.12);
    border-radius: 18px;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    min-height: 110px;
    box-shadow: 0 10px 18px rgba(16, 24, 32, 0.08);
}

.status-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(16, 24, 32, 0.6);
    font-weight: 600;
}

.status-value {
    font-size: 2rem;
    font-weight: 700;
    color: var(--ink);
}

.status-chip {
    align-self: flex-start;
    background: rgba(201, 111, 59, 0.15);
    color: #8a4a23;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Workflow strip */
.workflow-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr)) minmax(0, 180px);
    gap: 0.75rem;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border-radius: 18px;
    background: rgba(255, 253, 248, 0.92);
    border: 1px solid rgba(16, 24, 32, 0.08);
    box-shadow: 0 12px 24px rgba(16, 24, 32, 0.08);
    margin-bottom: 1.5rem;
}

.workflow-step {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.65rem 0.75rem;
    border-radius: 12px;
    border: 1px dashed rgba(16, 24, 32, 0.18);
    color: rgba(16, 24, 32, 0.7);
    font-weight: 600;
    background: #fffaf3;
}

.workflow-step.is-active {
    border-style: solid;
    border-color: rgba(15, 91, 91, 0.4);
    color: #0f5b5b;
    background: rgba(15, 91, 91, 0.08);
}

.workflow-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: rgba(201, 111, 59, 0.12);
    color: #8a4a23;
}

.workflow-label {
    font-size: 0.85rem;
}

.workflow-controls {
    justify-self: end;
    width: 100%;
}

/* What's new and country tips */
.section-kicker {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.7rem;
    color: rgba(16, 24, 32, 0.6);
    font-weight: 600;
}

.whats-new-panel .card-body,
.country-tips-panel .card-body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.whats-new-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.whats-new-date {
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(16, 24, 32, 0.6);
    background: rgba(15, 91, 91, 0.1);
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    align-self: flex-start;
}

.whats-new-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.75rem;
}

.whats-new-item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    background: #fffaf3;
    border: 1px solid rgba(16, 24, 32, 0.08);
    border-radius: 14px;
    padding: 0.75rem 0.9rem;
}

.whats-new-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: rgba(201, 111, 59, 0.14);
    color: #8a4a23;
    font-size: 0.9rem;
}

.whats-new-text {
    font-size: 0.92rem;
    color: rgba(16, 24, 32, 0.78);
}

.country-tips {
    display: grid;
    gap: 0.75rem;
}

.country-tip {
    padding: 0.75rem;
    border-radius: 12px;
    border: 1px dashed rgba(16, 24, 32, 0.18);
    background: #fffdf8;
    font-size: 0.9rem;
    color: rgba(16, 24, 32, 0.75);
}

/* Submission checklist */
.submission-panel .card-body {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.submission-checklist {
    display: grid;
    gap: 0.5rem;
}

.checklist-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 0.7rem;
    border-radius: 12px;
    background: #fffaf3;
    border: 1px solid rgba(16, 24, 32, 0.08);
    font-size: 0.9rem;
    color: rgba(16, 24, 32, 0.75);
}

.checklist-item input {
    margin: 0;
}

.checklist-status {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.15rem 0.45rem;
    border-radius: 999px;
    background: rgba(15, 91, 91, 0.12);
    color: #0f5b5b;
    margin-left: auto;
}

.submission-portals {
    display: grid;
    gap: 0.5rem;
}

.portal-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.6rem 0.8rem;
    border-radius: 12px;
    border: 1px solid rgba(16, 24, 32, 0.12);
    background: #fffdf8;
    font-size: 0.9rem;
}

/* Help drawer */
.help-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(16, 24, 32, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 1050;
}

.help-drawer {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: min(420px, 92vw);
    background: #fffdf8;
    box-shadow: -20px 0 40px rgba(16, 24, 32, 0.2);
    border-left: 1px solid rgba(16, 24, 32, 0.08);
    transform: translateX(110%);
    transition: transform 0.25s var(--ease-pop);
    z-index: 1060;
    display: flex;
    flex-direction: column;
}

.help-drawer.is-open {
    transform: translateX(0);
}

.help-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
}

.help-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    border-bottom: 1px solid rgba(16, 24, 32, 0.08);
}

.help-kicker {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.7rem;
    color: rgba(16, 24, 32, 0.6);
    font-weight: 600;
}

.help-drawer-body {
    padding: 1.25rem 1.5rem 2rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.help-section {
    background: #fffaf3;
    border: 1px solid rgba(16, 24, 32, 0.08);
    border-radius: 16px;
    padding: 1rem;
}

.help-section-title {
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.help-list {
    padding-left: 1.25rem;
    margin-bottom: 0.75rem;
    color: rgba(16, 24, 32, 0.75);
}

.help-search {
    margin-bottom: 0.75rem;
}

.help-glossary {
    display: grid;
    gap: 0.75rem;
}

.glossary-item {
    background: #fffdf8;
    border: 1px solid rgba(16, 24, 32, 0.08);
    border-radius: 12px;
    padding: 0.75rem;
}

.glossary-term {
    font-weight: 700;
}

.glossary-def {
    font-size: 0.9rem;
    color: rgba(16, 24, 32, 0.7);
}

.help-note {
    font-size: 0.9rem;
    color: rgba(16, 24, 32, 0.7);
    margin-bottom: 0.5rem;
}

/* Tooltip */
.help-tooltip {
    position: absolute;
    z-index: 2000;
    background: #0f5b5b;
    color: #fff;
    padding: 0.5rem 0.75rem;
    border-radius: 10px;
    font-size: 0.78rem;
    max-width: 220px;
    box-shadow: 0 10px 22px rgba(16, 24, 32, 0.2);
}

/* Tutorial overlay */
/* ---- Guided Tour ---- */
.tutorial-overlay {
    position: fixed;
    inset: 0;
    background: rgba(16, 24, 32, 0.7);
    backdrop-filter: blur(4px);
    display: none;
    z-index: 1100;
}

.tutorial-overlay.is-active {
    display: block;
}

.tutorial-card {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 24px;
    width: min(520px, calc(100vw - 2rem));
    box-shadow: 0 32px 80px rgba(0,0,0,0.35);
    animation: tourFadeIn 0.3s ease-out;
    z-index: 1102;
}

@keyframes tourFadeIn {
    from { opacity: 0; transform: translate(-50%, -46%) scale(0.95); }
    to   { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

.tutorial-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1.75rem 0;
}

.tutorial-step {
    font-size: 0.8rem;
    font-weight: 700;
    color: #fff;
    background: #2b6b4f;
    padding: 0.3rem 0.85rem;
    border-radius: 20px;
}

.tutorial-close {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(16, 24, 32, 0.06);
    border: none;
    border-radius: 50%;
    font-size: 1.3rem;
    color: rgba(16, 24, 32, 0.4);
    cursor: pointer;
    transition: all 0.15s;
}

.tutorial-close:hover {
    background: rgba(16, 24, 32, 0.12);
    color: #101820;
}

.tutorial-card-body {
    padding: 1.5rem 2rem 1rem;
}

.tutorial-icon {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
    line-height: 1;
}

.tutorial-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #101820;
    margin: 0 0 0.65rem 0;
    line-height: 1.3;
}

.tutorial-card p {
    font-size: 1rem;
    color: #555;
    line-height: 1.65;
    margin: 0;
}

.tutorial-card-footer {
    padding: 1rem 2rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.tutorial-progress {
    display: flex;
    gap: 5px;
    flex-shrink: 0;
}

.tutorial-progress-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ddd;
    transition: all 0.25s;
}

.tutorial-progress-dot.active {
    background: #2b6b4f;
    width: 24px;
    border-radius: 4px;
}

.tutorial-progress-dot.done {
    background: #2b6b4f;
}

.tutorial-actions {
    display: flex;
    gap: 0.6rem;
    flex-shrink: 0;
}

.tutorial-btn {
    padding: 0.6rem 1.35rem;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.15s;
}

.tutorial-btn-back {
    background: #f0f0f0;
    color: #555;
}

.tutorial-btn-back:hover {
    background: #e0e0e0;
    color: #101820;
}

.tutorial-btn-next {
    background: #2b6b4f;
    color: #fff;
}

.tutorial-btn-next:hover {
    background: #245a42;
}

.tutorial-btn-finish {
    background: #2b6b4f;
    color: #fff;
}

.tutorial-btn-finish:hover {
    background: #245a42;
}

.tutorial-highlight {
    position: relative;
    z-index: 1101;
    box-shadow: 0 0 0 4px rgba(43, 107, 79, 0.5), 0 0 0 14px rgba(43, 107, 79, 0.12);
    border-radius: 12px;
    transition: box-shadow 0.3s;
}

@media (max-width: 480px) {
    .tutorial-card {
        width: calc(100vw - 1rem);
        border-radius: 18px;
    }
    .tutorial-card-body { padding: 1.25rem 1.5rem 0.75rem; }
    .tutorial-card-footer { padding: 0.75rem 1.5rem 1.25rem; }
}

@media (max-width: 992px) {
    .dashboard-hero {
        grid-template-columns: 1fr;
    }

    .workflow-strip {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .workflow-controls {
        justify-self: stretch;
    }
}

/* Login landing: fiduciaries & pricing */
.fiduciary-landing-card {
    border-radius: 22px;
    border: 1px solid rgba(16, 24, 32, 0.1);
    background: linear-gradient(165deg, rgba(255, 253, 248, 0.98), rgba(255, 243, 229, 0.55));
    box-shadow: var(--shadow-soft);
}

.fiduciary-kicker {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.68rem;
    font-weight: 700;
    color: rgba(15, 91, 91, 0.85);
}

.fiduciary-benefits {
    padding-left: 1.2rem;
    margin: 0;
    color: rgba(16, 24, 32, 0.78);
}

.fiduciary-benefits li {
    margin-bottom: 0.35rem;
}

.pricing-tier-card {
    position: relative;
    border: 1px solid rgba(16, 24, 32, 0.12);
    border-radius: 16px;
    padding: 1.1rem 1rem;
    background: #fffdf8;
}

.pricing-tier-featured {
    border-color: rgba(15, 91, 91, 0.35);
    box-shadow: 0 12px 28px rgba(15, 91, 91, 0.12);
}

.pricing-tier-badge {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #0f5b5b;
    background: rgba(15, 91, 91, 0.12);
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
}

.pricing-tier-name {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.35rem;
    color: var(--ink);
}

.pricing-tier-price {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 1.65rem;
    font-weight: 700;
    color: var(--brand-dark);
    margin-bottom: 0.5rem;
}

.pricing-tier-price span {
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(16, 24, 32, 0.55);
}

.evidence-pack-card {
    border-radius: 16px;
}

.evidence-pack-dl dt {
    font-weight: 600;
    color: rgba(16, 24, 32, 0.65);
}

.evidence-pack-dl dd {
    margin-bottom: 0.35rem;
    word-break: break-word;
}