*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    color: #101214;
    background: #f7f5f2;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: min(1120px, 92%);
    margin: 0 auto;
}

.skip-link {
    position: absolute;
    left: -999px;
    top: 0;
    background: #111;
    color: #fff;
    padding: 8px 12px;
    z-index: 20;
}

.skip-link:focus {
    left: 16px;
}

.site-header {
    background: #0f1114;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 0;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
}

.brand-mark {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    object-fit: contain;
    display: block;
}

.brand-text strong {
    display: block;
    font-size: 1rem;
}

.brand-text span {
    font-size: 0.85rem;
    color: #d1d4db;
}

.nav {
    display: flex;
    gap: 18px;
}

.nav a {
    color: #f6f6f6;
    font-size: 0.95rem;
}

.nav-toggle {
    display: none;
    background: transparent;
    color: #fff;
    border: 1px solid #444;
    padding: 8px 12px;
    border-radius: 999px;
}

.header-cta .btn {
    white-space: nowrap;
}

.language-switcher {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #d1d4db;
    font-size: 0.85rem;
}

.language-switcher select {
    background: #0f1114;
    color: #d1d4db;
    border: 1px solid #3a3f47;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 0.85rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 999px;
    font-weight: 600;
    border: 1px solid transparent;
}

.btn-primary {
    background: #b18b4d;
    color: #101214;
}

.btn-outline {
    border-color: #b18b4d;
    color: #b18b4d;
    background: transparent;
}

.hero {
    background: #0f1114;
    color: #fff;
    padding: 72px 0;
}

.hero-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    align-items: center;
}

.hero-card {
    background: #15191f;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 40px rgba(0, 0, 0, 0.3);
}

.hero-card-body {
    padding: 24px;
}

.hero-card-body a {
    color: #f2d59d;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.75rem;
    color: #d3b87a;
    margin-bottom: 12px;
}

.lead {
    font-size: 1.1rem;
    color: #dee1e6;
}

.hero-actions {
    display: flex;
    gap: 16px;
    margin: 24px 0;
    flex-wrap: wrap;
}

.trust-row {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.trust-row strong {
    display: block;
    font-size: 1.2rem;
}

.section {
    padding: 72px 0;
}

.section.alt {
    background: #fff;
}

.section-header {
    margin-bottom: 32px;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.card {
    background: #fff;
    padding: 24px;
    border-radius: 18px;
    border: 1px solid #e6e3dd;
    min-height: 180px;
}

.section-cta {
    margin-top: 28px;
}

.link {
    color: #b18b4d;
    font-weight: 600;
}

.checklist {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
}

.checklist li {
    padding-left: 24px;
    margin-bottom: 12px;
    position: relative;
}

.checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #b18b4d;
}

.split {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    align-items: center;
}

.highlight-box {
    background: #f3ead9;
    padding: 28px;
    border-radius: 18px;
}

.badge-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.badge-row span {
    background: #fff;
    border-radius: 999px;
    padding: 8px 12px;
    border: 1px solid #e7d8bf;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.testimonial-grid article {
    background: #fff;
    padding: 24px;
    border-radius: 18px;
    border: 1px solid #e6e3dd;
}

.cta-band {
    background: #14181e;
    color: #fff;
}

.cta-band-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.page-hero {
    padding: 64px 0 32px;
    background: #0f1114;
    color: #fff;
}

.page-hero .enquiries-note {
    margin-top: 12px;
    font-size: 0.95rem;
    opacity: 0.9;
}

.page-hero .enquiries-note a {
    color: #b8d4ff;
    text-decoration: underline;
}

.service-list {
    display: grid;
    gap: 32px;
}

.service-item {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    align-items: center;
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    border: 1px solid #e6e3dd;
}

.contact-grid,
.form-split {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px;
    align-items: start;
}

.contact-card,
.info-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid #e6e3dd;
    margin-top: 16px;
}

.field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.field input,
.field select,
.field textarea {
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid #d6d2c7;
    font-family: inherit;
}

.form-note {
    font-size: 0.85rem;
    color: #5b5f66;
}

.form-download {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #e6e3dd;
    font-size: 0.9rem;
}

.form-download a {
    color: #b18b4d;
    text-decoration: underline;
}

.form-download a:hover {
    color: #8a6a38;
}

.alert {
    padding: 12px 16px;
    border-radius: 10px;
    margin-bottom: 16px;
}

.alert.success {
    background: #e6f6ea;
    color: #1f6b36;
}

.alert.error {
    background: #fdecea;
    color: #9d2f2f;
}

.hidden {
    display: none;
}

.info-panel {
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    border: 1px solid #e6e3dd;
}

.info-panel .info-card {
    margin-bottom: 20px;
}

.info-panel .info-card:last-child {
    margin-bottom: 0;
}

.info-cta {
    margin-top: 16px;
    font-weight: 500;
}

.legal h2 {
    margin-top: 24px;
}

.prose {
    max-width: 720px;
}

.prose p {
    margin-bottom: 1.25em;
}

.prose h2 {
    margin-top: 2em;
    margin-bottom: 0.75em;
}

.prose ul, .prose ol {
    margin-bottom: 1.25em;
    padding-left: 1.5em;
}

.prose li {
    margin-bottom: 0.5em;
}

.prose .highlight-quote {
    font-size: 1.15rem;
    font-weight: 600;
    color: #0f1114;
    margin: 1.5em 0;
}

.press-article-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 20px;
    max-width: 820px;
}

.press-article-item {
    background: #fff;
    border: 1px solid #e6e3dd;
    border-radius: 12px;
    padding: 24px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.press-article-item:hover {
    border-color: #c9c5bc;
    box-shadow: 0 4px 16px rgba(15, 17, 20, 0.06);
}

.press-article-link {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
    color: #0f1114;
    margin-bottom: 12px;
}

.press-article-link:hover {
    color: #1a365d;
    text-decoration: underline;
}

.press-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.press-badge {
    display: inline-block;
    font-size: 0.8rem;
    padding: 4px 10px;
    border-radius: 6px;
    background: #f1efeb;
    color: #4b5563;
    font-weight: 500;
}

.press-source {
    background: #0f1114;
    color: #fff;
}

.press-section-title {
    margin-bottom: 28px;
    font-size: 1.5rem;
}

.press-empty {
    color: #6b7280;
    font-size: 1rem;
}

/* Footer & contact: separated addresses */
.footer-addresses {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
}

.footer-address-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-address-block strong {
    font-size: 0.9rem;
    color: #d1d4db;
}

.footer-address-block span {
    font-size: 0.9rem;
    color: #9da3ad;
    line-height: 1.4;
}

.contact-addresses {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 8px;
}

.contact-address-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e6e3dd;
}

.contact-address-block:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.contact-address-block strong {
    font-size: 0.95rem;
    color: #0f1114;
}

.contact-address-block span {
    color: #4b5563;
    line-height: 1.5;
}

.faq-categories {
    max-width: 800px;
}

.faq-category-title {
    margin-top: 2.5em;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #e6e3dd;
}

.faq-category-title:first-child {
    margin-top: 0;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.faq-item {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e6e3dd;
    overflow: hidden;
}

.faq-item summary {
    padding: 18px 20px;
    cursor: pointer;
    font-weight: 600;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    font-size: 1.25rem;
    font-weight: 400;
    flex-shrink: 0;
}

.faq-item[open] summary::after {
    content: "−";
}

.faq-item summary:hover {
    background: #faf9f7;
}

.faq-answer {
    padding: 0 20px 18px;
    color: #5b5f66;
    line-height: 1.7;
}

.faq-answer a {
    color: #b18b4d;
    text-decoration: underline;
}

.steps {
    padding-left: 20px;
}

.site-footer {
    background: #0f1114;
    color: #d1d4db;
    padding: 56px 0 24px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 28px;
}

.footer-grid a {
    color: #d1d4db;
    display: block;
    margin-bottom: 6px;
}

.footer-social {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 14px;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin-bottom: 0;
    color: #d1d4db;
    border-radius: 50%;
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.footer-social a svg {
    width: 16px;
    height: 16px;
}

.footer-social a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.footer-social a:focus-visible {
    outline: 2px solid #d1d4db;
    outline-offset: 2px;
}

.whatsapp-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.whatsapp-link .whatsapp-icon {
    flex-shrink: 0;
    color: #25D366;
}

.site-footer .whatsapp-link .whatsapp-icon {
    color: #25D366;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 24px;
    font-size: 0.85rem;
    color: #9da3ad;
    flex-wrap: wrap;
}

.subscribe-form {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Modal */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 17, 20, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    padding: 16px;
}

.modal-overlay.open {
    opacity: 1;
    visibility: visible;
}

.modal {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 520px;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    transform: translateY(20px);
    transition: transform 0.25s ease;
}

.modal-overlay.open .modal {
    transform: translateY(0);
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #e6e3dd;
}

.modal-header h3 {
    margin: 0;
    font-size: 1.25rem;
}

.modal-close {
    background: none;
    border: none;
    cursor: pointer;
    color: #6b7280;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: color 0.2s ease, background 0.2s ease;
}

.modal-close:hover {
    color: #0f1114;
    background: #f1efeb;
}

.modal-body {
    overflow-y: auto;
    padding: 16px 24px;
    flex: 1;
}

.modal-footer {
    padding: 16px 24px;
    border-top: 1px solid #e6e3dd;
}

/* Extras list */
.extras-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.extras-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    background: #f9f8f6;
    border: 2px solid transparent;
    border-radius: 12px;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.extras-item.selected {
    border-color: #0f1114;
    background: #fff;
}

.extras-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
}

.extras-name {
    font-weight: 600;
    color: #0f1114;
    font-size: 0.95rem;
}

.extras-desc {
    font-size: 0.8rem;
    color: #6b7280;
}

.extras-counter {
    display: flex;
    align-items: center;
    gap: 8px;
}

.counter-btn {
    width: 36px;
    height: 36px;
    border: 1px solid #d1d4db;
    background: #fff;
    border-radius: 8px;
    font-size: 1.25rem;
    font-weight: 500;
    color: #0f1114;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.counter-btn:hover {
    background: #f1efeb;
    border-color: #0f1114;
}

.counter-btn:active {
    background: #e6e3dd;
}

.counter-value {
    min-width: 28px;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
}

/* Extras button and summary */
.btn-extras {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: auto;
}

.extras-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.extras-tag {
    display: inline-block;
    background: #0f1114;
    color: #fff;
    font-size: 0.8rem;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 500;
}

@media (max-width: 880px) {
    .nav {
        display: none;
        position: absolute;
        right: 16px;
        top: 72px;
        background: #0f1114;
        padding: 16px;
        border-radius: 12px;
        flex-direction: column;
        gap: 12px;
    }

    .nav.open {
        display: flex;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .header-cta {
        display: none;
    }

    .language-switcher {
        display: none;
    }
}
