/* --- CSS RESET & NORMALIZATION --- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
html {
    font-size: 16px;
    scroll-behavior: smooth;
}
body {
    min-height: 100vh;
    background: #f8f9fb;
    color: #23232a;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.6;
    font-size: 1rem;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
    background-color: #F4F7FA;
}
article, aside, details, figcaption, figure,  
footer, header, hgroup, menu, nav, section {
    display: block;
}
ul, ol {
    list-style: none;
}
a {
    text-decoration: none;
    color: #17406A;
    transition: color .2s;
}
a:hover,
a:focus {
    color: #c9b16f;
}
img {
    border: 0;
    max-width: 100%;
    display: block;
}
button {
    font-family: inherit;
    cursor: pointer;
    outline: none;
    border: none;
    background: none;
}

/* --- BRAND COLORS & LUXURY ACCENTS --- */
:root {
    --color-primary: #17406A;
    --color-secondary: #2E856E;
    --color-accent: #F4F7FA;
    --color-bg: #fbfbfc;
    --color-neutral: #f8f9fb;
    --color-text: #21222c;
    --color-dark: #111114;
    --color-gold: #c9b16f;
    --color-gold-dark: #a6954e;
    --color-gold-light: #e6d49b;
    --color-white: #fff;
    --color-border: #e5e5e8;
}

/* --- TYPOGRAPHY --- */
@import url('https://fonts.googleapis.com/css?family=Montserrat:700,800|Open+Sans:400,400i,600,700&display=swap');

body {
    font-family: 'Open Sans', Arial, sans-serif;
    color: var(--color-text);
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
    color: var(--color-primary);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.01em;
    margin-bottom: 16px;
}
h1 {
    font-size: 2.5rem;
    color: var(--color-primary);
    margin-bottom: 20px;
}
h2 {
    font-size: 2rem;
    color: var(--color-primary);
    margin-bottom: 18px;
}
h3 {
    font-size: 1.25rem;
    color: var(--color-dark);
    margin-bottom: 12px;
}
h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
}
p, ul li, ol li {
    font-size: 1rem;
    margin-bottom: 8px;
    color: var(--color-dark);
}
strong {
    font-weight: 700;
}
.text-section h3 {
    color: var(--color-gold);
    font-size: 1.1rem;
    margin: 20px 0 10px;
    font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
}

/* --- CONTAINER & SECTION SPACING --- */
.container {
    width: 100%;
    max-width: 1100px;
    padding: 0 20px;
    margin: 0 auto;
}
.content-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

footer .content-wrapper{
	flex-direction: row
}

.footer-contact h3{
	color: var(--color-gold);
}
.section {
    margin-bottom: 60px;
    padding: 40px 20px;
    background: var(--color-white);
    border-radius: 22px;
    box-shadow: 0 2px 16px 0 rgba(23,64,106,0.06);
}

/* --- HERO SECTIONS --- */
.hero {
    width: 100%;
    padding: 56px 0 40px 0;
    background: var(--color-primary);
    color: var(--color-white);
    position: relative;
    margin-bottom: 60px;
}
.hero .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.hero h1,
.hero h2 {
    color: var(--color-gold);
}
.hero p {
    color: var(--color-white);
    font-size: 1.25rem;
    margin-bottom: 20px;
}
.hero .cta-primary {
    margin-top: 28px;
}

/* --- HEADER/NAVIGATION --- */
header {
    background: var(--color-white);
    border-bottom: 1px solid var(--color-border);
    box-shadow: 0 4px 28px 0 rgba(23,64,106,0.05);
}
header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px 12px 20px;
    gap: 20px;
}
header nav {
    display: flex;
    align-items: center;
    gap: 18px;
}
header nav a {
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    font-weight: 600;
    color: var(--color-primary);
    padding: 6px 10px;
    border-radius: 6px;
    transition: color 0.2s, background 0.2s;
    font-size: 1rem;
}
header nav a:hover, header nav a:focus {
    color: var(--color-gold);
    background: var(--color-accent);
}
.cta-primary {
    background: var(--color-gold);
    color: var(--color-primary)!important;
    font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
    padding: 11px 34px;
    border-radius: 28px;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 1.1rem;
    box-shadow: 0 2px 10px 0 rgba(23,64,106,0.06);
    border: none;
    transition: background .18s, box-shadow .2s, color .18s;
    cursor: pointer;
    display: inline-block;
    margin-left: 16px;
    text-align: center;
}
.cta-primary:hover, .cta-primary:focus {
    background: var(--color-gold-dark);
    color: var(--color-white)!important;
    box-shadow: 0 4px 24px 0 rgba(200,177,111,0.16), 0 1.5px 8px 0 rgba(23,64,106,0.05);
}

.mobile-menu-toggle {
    font-size: 2.1rem;
    color: var(--color-gold);
    background: var(--color-accent);
    border-radius: 50%;
    width: 42px; height: 42px;
    display: none;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--color-gold);
    transition: background .2s, border .2s;
}
.mobile-menu-toggle:active, .mobile-menu-toggle:focus {
    background: var(--color-gold-light);
}

/* --- MOBILE MENU --- */
.mobile-menu {
    position: fixed;
    z-index: 2000;
    left: 0; top: 0; width: 100vw; height: 100vh;
    background: rgba(23, 40, 64, 0.93);
    transform: translateX(-100%);
    transition: transform .34s cubic-bezier(.73,.18,.36,1.22);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
}
.mobile-menu.open {
    transform: translateX(0);
}
.mobile-menu-close {
    background: var(--color-gold);
    color: var(--color-primary);
    border-radius: 50%;
    font-size: 2.2rem;
    width: 48px; height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    margin: 18px 0 16px 16px;
    align-self: flex-start;
    transition: background .18s;
}
.mobile-menu-close:active, .mobile-menu-close:focus {
    background: var(--color-gold-dark);
    color: var(--color-white);
}
.mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
    width: 100%;
    padding-left: 32px;
}
.mobile-nav a {
    color: var(--color-gold);
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    font-size: 1.28rem;
    padding: 13px 0;
    transition: color .2s, background .2s;
    border-radius: 6px;
}
.mobile-nav a:hover, .mobile-nav a:focus {
    color: var(--color-white);
    background: rgba(200,177,111,0.15);
}

@media (max-width: 1100px) {
    .container {
        max-width: 98vw;
    }
}
@media (max-width: 950px) {
    header nav {
        gap: 10px;
    }
}
@media (max-width: 860px) {
    .section {
        padding: 32px 10px;
    }
    .content-wrapper {
        gap: 10px;
    }
}
@media (max-width: 820px) {
    header .container {
        gap: 11px;
    }
}
@media (max-width: 1020px) {
    .hero h1 { font-size: 2.05rem; }
    h2 { font-size: 1.5rem; }
}
@media (max-width: 820px) {
    .hero {
        padding: 38px 0 28px 0;
    }
}
@media (max-width: 768px) {
    /* MOBILE NAV */
    header nav {
        display: none;
    }
    .mobile-menu-toggle {
        display: flex;
    }
    /* HERO + LAYOUT */
    .hero {
        padding: 34px 0 20px 0;
    }
    .hero h1 { font-size: 1.35rem; }
    h2 { font-size: 1.18rem; }
    .container { padding: 0 8px; }
    .section {
        margin-bottom: 34px;
        padding: 23px 0px;
    }
    .content-wrapper {
        gap: 8px;
    }
}

/* --- FLEX PATTERNS & CARDS --- */
.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.card {
    margin-bottom: 20px;
    position: relative;
    background: var(--color-white);
    border-radius: 16px;
    box-shadow: 0 1px 12px 0 rgba(23,64,106,.06);
    padding: 28px 24px;
    transition: box-shadow .18s, transform .18s;
    border: 1px solid var(--color-border);
}
.card:hover, .card:focus-within {
    box-shadow: 0 6px 32px 0 rgba(200,177,111,0.09), 0 1.5px 8px 0 rgba(23,64,106,0.04);
    transform: translateY(-4px) scale(1.015);
    border-color: var(--color-gold-light);
}
.card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

.content-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.text-image-section {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
@media (max-width: 768px) {
    .text-image-section {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }
    .card-container, .content-grid {
        flex-direction: column;
        gap: 16px;
    }
}

/* --- FEATURES & SERVICES --- */
.feature-grid, .service-list {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin: 0 0 18px 0;
    width: 100%;
}
.feature-grid > div, .service-list > div {
    flex: 1 1 230px;
    min-width: 220px;
    background: var(--color-white);
    border-radius: 12px;
    min-height: 152px;
    padding: 24px 18px 18px 18px;
    box-shadow: 0 1px 8px 0 rgba(23,64,106,0.04);
    border: 1px solid var(--color-border);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    transition: box-shadow .18s, border .18s;
    position: relative;
}
.feature-grid > div:hover,
.service-list > div:hover {
    box-shadow: 0 8px 40px 0 rgba(23,64,106,0.09), 0 1.5px 8px 0 rgba(23,64,106,0.04);
    border-color: var(--color-gold);
}
.feature-grid img,
.service-list img {
    width: 36px; height: 36px;
    margin-bottom: 8px;
    filter: drop-shadow(0 1px 4px rgba(200,177,111,0.11));
}
.feature-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

@media (max-width: 900px) {
    .feature-grid, .service-list {
        gap: 18px;
    }
}
@media (max-width: 768px) {
    .feature-grid, .service-list {
        flex-direction: column;
        gap: 13px;
    }
}

/* --- TESTIMONIAL CARD --- */
.testimonial-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: var(--color-white);
    border-radius: 14px;
    box-shadow: 0 1px 10px 0 rgba(23,64,106,0.06);
    margin-bottom: 20px;
    border-left: 5px solid var(--color-gold);
    color: var(--color-dark);
}
.testimonial-card p {
    color: var(--color-dark);
    font-size: 1.04rem;
    margin-bottom: 0;
}
.testimonial-card span {
    color: var(--color-primary);
    font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    font-size: 0.97rem;
}
@media (max-width: 650px) {
    .testimonial-card {
        flex-direction: column;
        gap: 8px;
        padding: 14px;
    }
}

/* --- TEXT SECTIONS & LISTS --- */
.text-section {
    margin: 12px 0 8px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.text-section ul, ul {
    list-style: disc;
    padding-left: 20px;
}
.text-section ul li, ul li {
    margin-bottom: 7px;
    color: var(--color-dark);
}
.text-section a {
    color: var(--color-secondary);
    text-decoration: underline;
    transition: color .2s;
}
.text-section a:hover, .text-section a:focus {
    color: var(--color-gold);
}

/* --- FOOTER --- */
footer {
    background: var(--color-primary);
    color: var(--color-gold);
    padding: 48px 0 0 0;
}
footer .container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
    padding-bottom: 18px;
}
.footer-logo img {
    width: 56px; height: 56px;
}
.content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: space-between;
}
.footer-contact, .footer-links, .footer-legal {
    flex: 1 1 220px;
}
.footer-contact ul {
    padding-left: 0;
}
.footer-contact li {
    display: flex;
    align-items: center;
    gap: 11px;
    color: var(--color-white);
    font-size: 0.99rem;
    margin-bottom: 10px;
}
.footer-contact img {
    width: 19px; height: 19px;
}
.footer-links h3, .footer-legal h3 {
    font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
    color: var(--color-gold);
    margin-bottom: 11px;
}
.footer-links nav, .footer-legal nav {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.footer-links a, .footer-legal a {
    color: var(--color-white);
    font-size: 0.97rem;
    transition: color .2s;
    padding-left: 2px;
}
.footer-links a:hover, .footer-legal a:hover {
    color: var(--color-gold);
}
@media (max-width: 900px) {
    .content-wrapper {
        gap: 18px;
        flex-direction: column;
    }
    .footer-contact, .footer-links, .footer-legal { flex: 1 1 100%; }
}


/* --- BUTTONS, FORMS, INTERACTIONS --- */
button, .cta-primary {
    outline: none;
    box-shadow: none;
    transition: background .21s, color .24s, border .22s, box-shadow .21s, transform .13s;
    border: none;
}
button:active, .cta-primary:active { outline: none; }

/* --- MISCELLANEOUS --- */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background: var(--color-accent);
    border-radius: 5px;
}
::-webkit-scrollbar-track {
    background: var(--color-white);
}

hr {
    border-color: var(--color-border);
}

/* --- COOKIE BANNER --- */
.cookie-consent-banner {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    background: var(--color-white);
    border-top: 2.5px solid var(--color-gold);
    box-shadow: 0 -2px 28px 0 rgba(23,64,106,0.07);
    z-index: 2400;
    padding: 20px 18px 22px 18px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
    transition: transform .24s cubic-bezier(.61,.17,.34,.99);
}
.cookie-consent-banner.hide {
    transform: translateY(110%);
}
.cookie-consent-banner p {
    color: var(--color-dark);
    font-size: 1rem;
    margin: 0 20px 0 0;
    flex: 2 1 320px;
}
.cookie-consent-buttons {
    display: flex;
    gap: 16px;
}
.cookie-accept, .cookie-reject, .cookie-settings {
    background: var(--color-gold);
    color: var(--color-primary);
    border-radius: 11px;
    font-weight: 600;
    font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
    padding: 8px 20px;
    border: none;
    transition: background .16s, color .18s, box-shadow .18s;
    font-size: 1rem;
    margin-right: 3px;
    box-shadow: 0 1px 5px 0 rgba(200,177,111,0.06);
}
.cookie-accept:hover, .cookie-settings:hover {
    background: var(--color-gold-dark);
}
.cookie-reject {
    background: var(--color-accent);
    color: var(--color-primary);
    border: 1px solid var(--color-border);
}
.cookie-reject:hover {
    background: var(--color-gold);
    color: var(--color-white);
    border: 1px solid var(--color-gold);
}
@media (max-width: 630px) {
    .cookie-consent-banner {
        flex-direction: column;
        gap: 17px;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 16px 8px 16px 8px;
    }
    .cookie-consent-banner p {
        margin: 0 0 7px 0;
    }
    .cookie-consent-buttons {
        gap: 8px;
    }
}

/* Cookie Modal */
.cookie-modal-overlay {
    position: fixed;
    z-index: 2500;
    left: 0; top: 0; width: 100vw; height: 100vh;
    background: rgba(23, 40, 64, 0.80);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity .22s cubic-bezier(.61,.17,.34,.99);
}
.cookie-modal-overlay.open {
    pointer-events: auto;
    opacity: 1;
}
.cookie-modal {
    background: var(--color-white);
    border-radius: 17px;
    max-width: 410px;
    width: 98vw;
    box-shadow: 0 6px 40px 0 rgba(23,64,106,0.13), 0 1.5px 8px 0 rgba(200,177,111,0.10);
    padding: 28px 22px 22px 22px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.cookie-modal h2 {
    color: var(--color-gold);
    margin-bottom: 11px;
    font-size: 1.38rem;
}
.cookie-modal-category {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}
.cookie-modal-category label {
    color: var(--color-primary);
    font-size: 1rem;
    font-weight: 600;
}
.cookie-modal-category input[type="checkbox"] {
    width: 22px; height: 22px;
    accent-color: var(--color-gold);
}
.cookie-modal .category-required {
    color: var(--color-gold);
    font-size: .92rem;
    font-weight: 700;
    margin-left: 8px;
}
.cookie-modal-close {
    position: absolute;
    top: 13px;
    right: 14px;
    background: none;
    border: none;
    color: var(--color-gold);
    font-size: 1.65rem;
    border-radius: 50%;
    padding: 2px 8px;
    transition: background .2s;
    line-height: 1;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
    background: var(--color-accent);
}
.cookie-modal .cookie-modal-actions {
    display: flex;
    gap: 18px;
    margin-top: 8px;
}

/* --- MICRO-INTERACTIONS & TRANSITIONS --- */
.card, .feature-grid > div, .service-list > div, .cta-primary, .testimonial-card, .footer-links a, .footer-legal a, .mobile-nav a, .cookie-accept, .cookie-reject, .cookie-settings {
    transition: box-shadow 0.15s, background 0.16s, color 0.13s, transform .15s;
}
.card:hover, .feature-grid>div:hover, .service-list>div:hover, .cta-primary:hover {
    transform: translateY(-2px) scale(1.02);
}

/* --- UTILITY CLASSES --- */
.hide { display: none !important; }
.text-center { text-align: center;}
.mt-32 { margin-top: 32px; }
.my-24 { margin: 24px 0; }

/* --- ACCESSIBILITY --- */
:focus-visible {
    outline: 2px solid var(--color-gold);
    outline-offset: 2px;
}

/* --- END --- */
