:root {
    --navy: #071a2f;
    --navy-2: #0d2947;
    --ink: #132238;
    --muted: #647386;
    --surface: #f5f7fa;
    --line: #dce3ea;
    --white: #fff;
    --accent: #c98a3d;
    --accent-dark: #9d6728;
    --success: #16794b;
    --danger: #b42318;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    overflow-x: hidden;
    color: var(--ink);
    background: var(--white);
    font-family: "Source Sans 3", sans-serif;
    font-size: 17px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6, .navbar { font-family: "Manrope", sans-serif; }
h1, h2, h3 { color: var(--navy); font-weight: 800; letter-spacing: -.035em; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.site-container { max-width: 1240px; }
.section { padding: 96px 0; }
.section-soft { background: var(--surface); }
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--accent-dark);
    font: 800 13px/1 "Manrope", sans-serif;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--accent); }
.section-title { max-width: 760px; margin-bottom: 48px; }
.section-title h2 { margin: 14px 0 14px; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.08; }
.section-title p { color: var(--muted); font-size: 19px; margin: 0; }
.top-strip { color: #c8d3df; background: #041224; font-size: 14px; }
.top-strip-inner { min-height: 42px; display: flex; justify-content: space-between; align-items: center; }
.top-strip-inner div { display: flex; gap: 28px; }
.top-strip i { color: var(--accent); margin-right: 7px; }
.top-strip a:hover { color: var(--white); }
.site-header { position: sticky; top: 0; z-index: 1030; background: #fff; box-shadow: 0 10px 35px rgba(2, 14, 29, .11); }
.navbar { min-height: 86px; padding: 0; }
.navbar-brand img { width: 218px; height: auto; object-fit: contain; }
.navbar-toggler { border-color: rgba(7, 26, 47, .25); }
.navbar-dark .navbar-toggler-icon { filter: brightness(0) saturate(100%) invert(10%) sepia(26%) saturate(1950%) hue-rotate(174deg) brightness(91%) contrast(101%); }
.navbar-dark .navbar-nav .nav-link {
    color: var(--navy);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .035em;
    padding: 33px 13px;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active { color: var(--accent-dark); }
.navbar-dark .navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 21px;
    height: 2px;
    background: var(--accent);
}
.nav-link { position: relative; }
.dropdown-menu {
    border: 0;
    border-top: 3px solid var(--accent);
    border-radius: 0 0 8px 8px;
    padding: 8px;
    min-width: 220px;
    box-shadow: 0 18px 50px rgba(6, 24, 43, .18);
}
.dropdown-item { padding: 11px 14px; border-radius: 5px; font-weight: 600; color: var(--ink); }
.dropdown-item:hover { color: var(--accent-dark); background: #f7f1e9; }
.btn {
    border-radius: 5px;
    padding: 14px 24px;
    font: 800 14px/1.2 "Manrope", sans-serif;
    letter-spacing: .025em;
    transition: .22s ease;
}
.btn-accent { color: #fff; border: 1px solid var(--accent); background: var(--accent); box-shadow: 0 8px 22px rgba(201, 138, 61, .2); }
.btn-accent:hover { color: #fff; border-color: var(--accent-dark); background: var(--accent-dark); transform: translateY(-2px); }
.btn-outline-light:hover { color: var(--navy); }
.nav-cta { margin-left: 15px; padding: 13px 18px; }
.hero {
    position: relative;
    min-height: 710px;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
    background: var(--navy);
}
.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 15, 31, .96) 0%, rgba(5, 22, 42, .83) 43%, rgba(5, 22, 42, .18) 80%);
}
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.hero-content { position: relative; z-index: 2; max-width: 760px; padding: 90px 0; }
.hero .eyebrow { color: #efbd7e; }
.hero h1 { color: #fff; margin: 22px 0; font-size: clamp(2.5rem, 4.5vw, 4.25rem); line-height: 1.05; }
.hero p { max-width: 650px; color: #d8e3ed; font-size: 21px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 35px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 50px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.18); }
.trust-item strong { display: block; color: #fff; font: 800 22px "Manrope", sans-serif; }
.trust-item span { color: #aebdcb; font-size: 14px; }
.hero-home { background: #06192d; }
.hero-home .hero-bg { opacity: .58; }
.page-hero { min-height: 430px; }
.page-hero h1 { max-width: 850px; font-size: clamp(2.35rem, 4vw, 3.75rem); }
.page-hero .hero-content { padding: 70px 0; }
.breadcrumb-line { color: #afbecd; margin-top: 30px; font-size: 15px; }
.breadcrumb-line a { color: #fff; }
.breadcrumb-line i { margin: 0 10px; font-size: 11px; }
.feature-grid, .service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card, .service-card {
    height: 100%;
    padding: 34px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(16, 39, 63, .06);
    transition: .25s ease;
}
.feature-card:hover, .service-card:hover { transform: translateY(-5px); box-shadow: 0 18px 48px rgba(16, 39, 63, .11); }
.feature-card i, .service-card .icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-dark);
    background: #f8efe4;
    border-radius: 6px;
    font-size: 22px;
}
.feature-card h3, .service-card h3 { margin: 23px 0 10px; font-size: 21px; letter-spacing: -.02em; }
.feature-card p, .service-card p { color: var(--muted); margin: 0; }
.service-card { padding: 0; overflow: hidden; }
.service-card img { width: 100%; height: 230px; object-fit: cover; }
.service-card-content { padding: 28px; }
.service-card .text-link { display: inline-block; color: var(--accent-dark); margin-top: 15px; font-weight: 700; }
.split-image { width: 100%; min-height: 540px; object-fit: cover; border-radius: 8px; box-shadow: 22px 22px 0 #e9eef3; }
.content-copy h2 { margin: 14px 0 22px; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.1; }
.content-copy > p { color: var(--muted); font-size: 18px; }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 14px; }
.check-list li { position: relative; padding-left: 31px; font-weight: 600; }
.check-list li::before { content: "\f00c"; position: absolute; left: 0; top: 2px; color: var(--accent); font-family: "Font Awesome 6 Free"; font-weight: 900; }
.trade-process { counter-reset: steps; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-step { position: relative; padding: 30px 24px; background: #fff; border: 1px solid var(--line); border-radius: 7px; }
.process-step::before { counter-increment: steps; content: "0" counter(steps); color: var(--accent); font: 800 15px "Manrope", sans-serif; }
.process-step h3 { margin: 16px 0 8px; font-size: 18px; }
.process-step p { margin: 0; color: var(--muted); font-size: 15px; }
.trade-band { color: #dbe5ee; background: var(--navy); }
.trade-band h2 { color: #fff; }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.16); }
.stat { padding: 28px; border-right: 1px solid rgba(255,255,255,.16); }
.stat:last-child { border: 0; }
.stat strong { display: block; color: #fff; font: 800 28px "Manrope", sans-serif; }
.stat span { color: #aebdcb; font-size: 14px; }
.enquiry-card { padding: 42px; background: #fff; border-radius: 9px; box-shadow: 0 22px 70px rgba(8, 31, 54, .13); border: 1px solid #e4e9ee; }
.form-heading h2 { margin: 12px 0 10px; font-size: 30px; }
.form-heading p { color: var(--muted); margin-bottom: 26px; }
.form-label { color: var(--navy); font: 700 14px "Manrope", sans-serif; }
.form-control, .form-select {
    min-height: 52px;
    border: 1px solid #cfd8e1;
    border-radius: 5px;
    color: var(--ink);
    background-color: #fbfcfd;
    padding: 12px 14px;
}
textarea.form-control { min-height: 120px; }
.form-control:focus, .form-select:focus { border-color: var(--accent); box-shadow: 0 0 0 .2rem rgba(201,138,61,.14); background: #fff; }
.form-control.is-invalid, .form-select.is-invalid { border-color: var(--danger); background-color: #fff9f8; }
.form-control.is-valid, .form-select.is-valid { border-color: var(--success); background-color: #f8fffb; }
.invalid-feedback { font-size: 13px; color: var(--danger); }
.btn-submit { min-height: 54px; }
.form-status { display: none; margin-top: 14px; padding: 12px 14px; border-radius: 5px; font-weight: 600; }
.form-status.success { display: block; color: #0c633c; background: #eaf8f0; }
.form-status.error { display: block; color: #8d2017; background: #fff0ee; }
.form-privacy { margin: 13px 0 0; color: #7a8794; font-size: 13px; text-align: center; }
.hp-field { position: absolute !important; left: -10000px !important; opacity: 0 !important; }
.contact-card { height: 100%; padding: 30px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.contact-card i { color: var(--accent); font-size: 22px; }
.contact-card h3 { margin: 18px 0 7px; font-size: 19px; }
.contact-card p, .contact-card a { color: var(--muted); }
.cta-band { padding: 58px 0; color: #fff; background: linear-gradient(110deg, var(--navy), var(--navy-2)); }
.cta-band h2 { color: #fff; margin: 0 0 8px; font-size: 32px; }
.cta-band p { color: #bdcbd8; margin: 0; }
.site-footer { padding: 82px 0 0; color: #aebdca; background: #041224; }
.footer-logo {
    width: 220px;
    height: auto;
    filter: brightness(0) invert(1);
}
.footer-intro { max-width: 470px; margin: 24px 0; font-size: 16px; }
.footer-contact { display: grid; gap: 9px; }
.footer-contact i { width: 20px; color: var(--accent); }
.site-footer h2 { color: #fff; margin-bottom: 22px; font-size: 15px; letter-spacing: .06em; text-transform: uppercase; }
.site-footer .col-6 > a, .site-footer .col-lg-3 > a { display: block; margin: 9px 0; }
.site-footer a:hover { color: #fff; }
.footer-quote { color: #efbd7e; font-weight: 700; margin-top: 20px !important; }
.footer-bottom { margin-top: 58px; padding: 24px 0; display: flex; justify-content: space-between; border-top: 1px solid #203246; font-size: 14px; }
.whatsapp-button {
    position: fixed;
    z-index: 1040;
    right: 22px;
    bottom: 22px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #22a95b;
    border-radius: 50%;
    box-shadow: 0 10px 28px rgba(0,0,0,.22);
    font-size: 28px;
}
.whatsapp-button:hover { color: #fff; transform: translateY(-3px); }

@media (min-width: 1200px) {
    .navbar .dropdown:hover > .dropdown-menu { display: block; margin-top: 0; }
}
@media (max-width: 1199.98px) {
    .navbar { min-height: 78px; padding: 10px 0; }
    .navbar-collapse { padding: 15px 0 22px; }
    .navbar-dark .navbar-nav .nav-link { padding: 11px 4px; }
    .navbar-dark .navbar-nav .nav-link.active::after { display: none; }
    .nav-cta { margin: 12px 0 0; text-align: center; }
}
@media (max-width: 991.98px) {
    .section { padding: 72px 0; }
    .hero { min-height: 620px; }
    .feature-grid, .service-grid { grid-template-columns: repeat(2, 1fr); }
    .trade-process { grid-template-columns: repeat(2, 1fr); }
    .split-image { min-height: 420px; margin-bottom: 30px; }
}
@media (max-width: 767.98px) {
    body { font-size: 16px; }
    .row.g-5 { --bs-gutter-x: 1.5rem; }
    .top-strip { display: none; }
    .hero { min-height: 590px; }
    .hero::after { background: rgba(4, 20, 38, .82); }
    .hero-content { padding: 68px 0; }
    .hero p { font-size: 18px; }
    .trust-row { gap: 18px; }
    .feature-grid, .service-grid, .trade-process { grid-template-columns: 1fr; }
    .stat-grid { grid-template-columns: 1fr; }
    .stat { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
    .enquiry-card { padding: 28px 20px; }
    .footer-bottom { display: grid; gap: 8px; }
}
