.elementor-5380 .elementor-element.elementor-element-64404f2{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS *//* ===== RESET & BASE ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.guide {
    max-width: 1100px;
    margin: 0 auto;
    background: white;
    border-radius: 24px;
    box-shadow: 0 20px 40px -10px rgba(0,20,50,0.15);
    padding: 2.5rem 2rem;
}

/* ===== TYPOGRAPHY ===== */
h1 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #0a1e2f;
    margin-bottom: 1.5rem;
    border-right: 6px solid #005b96;
    padding-right: 1.2rem;
}

h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #0a1e2f;
    margin: 2rem 0 1.2rem;
    border-bottom: 2px solid #e0e8f0;
    padding-bottom: 0.5rem;
}

h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #005b96;
    margin: 1.5rem 0 1rem;
}

p {
    margin-bottom: 1.2rem;
    font-size: 1.05rem;
}

/* ===== LINKS ===== */
a {
    color: #005b96;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    text-decoration: underline;
}

/* ===== LISTS ===== */
ul, ol {
    margin-bottom: 1.5rem;
    padding-right: 1.8rem;
}

li {
    margin-bottom: 0.5rem;
    font-size: 1.05rem;
}

/* ===== EXECUTIVE SUMMARY ===== */
.executive-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 2rem;
}

.summary-box {
    flex: 1 1 300px;
    background: #f0f6fb;
    padding: 1.8rem;
    border-radius: 18px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.02);
}

.summary-box h2 {
    margin-top: 0;
    border-bottom: 1px solid #cbd5e1;
    padding-bottom: 0.6rem;
    font-size: 1.5rem;
}

.english {
    background: #eaf3f9;
    direction: ltr;
    text-align: left;
    font-family: 'Segoe UI', 'Open Sans', Arial, sans-serif;
}

.english h2 {
    text-align: left;
}

/* ===== TABLES ===== */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    font-size: 1rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

th {
    background-color: #005b96;
    color: white;
    font-weight: 600;
    padding: 1rem 0.8rem;
    text-align: center;
}

td {
    padding: 1rem 0.8rem;
    border-bottom: 1px solid #dde3ed;
    background-color: white;
}

tr:last-child td {
    border-bottom: none;
}

.coverage-table td:first-child,
.comparison-table td:first-child {
    font-weight: 600;
    background-color: #f4f9ff;
}

/* ===== STORIES ===== */
.story {
    background: #ffffff;
    border: 1px solid #e2eaf2;
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 6px 12px -6px rgba(0,60,100,0.1);
}

.story h3 {
    margin-top: 0;
    color: #1e4a6b;
}

/* ===== PARAMETERS & PROCESS ===== */
.parameters li,
.process li {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="%23005b96"><circle cx="12" cy="12" r="8"/></svg>') right center no-repeat;
    background-size: 12px;
    padding-right: 1.8rem;
    list-style: none;
    margin-bottom: 1rem;
    font-weight: 500;
}

.process li {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="%23005b96"><polygon points="12,2 22,12 12,22 2,12"/></svg>');
    background-size: 14px;
}

/* ===== DCN HIGHLIGHT ===== */
.dcn-highlight {
    background: linear-gradient(145deg, #e1eff9, #d4e6f5);
    border-radius: 24px;
    padding: 2rem 2rem 1.5rem;
    margin: 2.5rem 0;
}

.dcn-highlight h2 {
    margin-top: 0;
    border-bottom-color: #8ab3cf;
}

.dcn-highlight ul {
    margin-bottom: 0;
}

.dcn-highlight li {
    font-weight: 500;
}

/* ===== FAQ ===== */
.faq-item {
    background: #f8fafc;
    border-radius: 14px;
    padding: 1.2rem 1.5rem;
    margin-bottom: 1rem;
    border-right: 4px solid #005b96;
}

.faq-item h3 {
    margin: 0 0 0.5rem;
    font-size: 1.2rem;
    color: #0b3b5a;
}

.faq-item p {
    margin-bottom: 0;
}

/* ===== CALL TO ACTION ===== */
.cta {
    background: #0a1e2f;
    color: white;
    border-radius: 30px;
    padding: 2.5rem 2rem;
    margin-top: 3rem;
    text-align: center;
}

.cta h2 {
    color: white;
    border-bottom-color: #3d5e7a;
}

.cta p {
    color: #e0edf9;
    font-size: 1.15rem;
}

.contact-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin: 2rem 0;
}

.contact-buttons p {
    background: #1f405b;
    padding: 0.8rem 1.5rem;
    border-radius: 50px;
    color: white;
    font-weight: 500;
    margin: 0;
    box-shadow: 0 4px 0 #0b1f2b;
}

.call-action {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffd966 !important;
    margin-top: 1rem;
}

/* ===== FOOTER ===== */
footer {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 2px dashed #cbd5e1;
    text-align: center;
    font-size: 0.9rem;
    color: #5a6f82;
}

footer a {
    color: #2c5777;
}

.disclaimer {
    margin-top: 1rem;
    font-style: italic;
    color: #6b7f93;
}

/* ===== NOTES ===== */
.note {
    background: #fff8e5;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    border-right: 4px solid #f4b836;
    font-size: 0.98rem;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 700px) {
    .guide {
        padding: 1.5rem;
    }
    h1 { font-size: 1.8rem; }
    h2 { font-size: 1.5rem; }
    .executive-summary { flex-direction: column; }
    .contact-buttons { gap: 1rem; }
    .contact-buttons p { width: 100%; }
}/* End custom CSS */