:root{--gold:#d99a24;--gold-dark:#b87b12;--ink:#101827;--navy:#0d2238;--muted:#596579;--line:#eadfce;--cream:#faf7f1}
*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}

.nav {min-height: 92px;display: flex;align-items: center;gap:28px}
.logo img {width: 74px}

.menu {display: flex;gap: 22px;align-items: center;margin-left: auto}
.menu a {color: var(--ink);text-decoration: none;font-size: 13px;font-weight: 700;text-transform: uppercase}
.menu a.active,
.menu a:hover {color: var(--gold-dark)}

.header-cta {display: flex;align-items: center;gap: 16px;font-weight: 700;white-space: nowrap}
.header-info{display:flex;align-items:center;gap:14px;font-size:13px;text-transform:uppercase;font-weight:800;white-space:nowrap}

.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:5px;text-decoration:none;text-transform:uppercase;font-size:14px;font-weight:900;letter-spacing:.02em}
.btn-primary{background:linear-gradient(180deg,#e8aa3a,var(--gold));color:#fff;box-shadow:0 10px 22px rgba(217,154,36,.22)}
.btn-outline{border:1px solid var(--gold-dark);background:#fff;color:var(--ink)}
.hero{background:linear-gradient(90deg,#fff 0%,#fff8ea 45%,#fff 100%)}
.hero-grid{display:grid;grid-template-columns:.84fr 1.25fr;gap:35px;align-items:center;min-height:560px}
.hero-copy{padding:70px 0}

.eyebrow{font-weight:900;color:var(--gold-dark);text-transform:uppercase;letter-spacing:.08em;margin:0 0 14px}

h1,h2,h3{margin:0;line-height:1.1}
h1{font-family:Georgia,serif;font-size:clamp(42px,4.6vw,66px);letter-spacing:-.04em}
h1 span{color:var(--gold-dark)}
h2{font-size:clamp(27px,3vw,38px);letter-spacing:-.03em}
h3{font-size:16px;text-transform:uppercase}

.lead{font-size:18px;color:var(--muted);max-width:540px;margin:24px 0}
.buttons{display:flex;gap:16px;flex-wrap:wrap;margin-top:24px}
.trust{color:var(--muted);font-weight:700;margin-top:24px}
.hero-image img{width:100%;height:650px;object-fit:cover;border-radius:0 0 0 45px}

.section{padding:58px 0}
.section-title{text-align:center;text-transform:uppercase;font-size:28px;margin-bottom:34px}
.section-title:before,
.section-title:after{content:"";display:inline-block;width:80px;height:1px;background:var(--gold);vertical-align:middle;margin:0 18px 8px}
.section-title.left{text-align:left}
.section-title.left:before{display:none}

.card-grid{display:grid;gap:22px}
.six{grid-template-columns:repeat(6,1fr)}
.five{grid-template-columns:repeat(5,1fr)}
.image-card,
.image-card img,
.image-card h3{padding:20px 10px 5px;font-family:Georgia,serif}
.image-card p{color:var(--muted);padding:0 14px 12px;margin:0;font-size:14px}
.image-card a{display:inline-block;color:var(--gold-dark);font-weight:900;text-decoration:none;text-transform:uppercase;font-size:13px;margin-bottom:18px}

.menu-card{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;text-align:center;box-shadow:0 12px 28px rgba(16,24,39,.06)}
.menu-card img{height:170px;width:100%;object-fit:cover}
.menu-card h3{background:var(--gold);color:#fff;padding:12px;font-size:15px}
.menu-card a:link {color: #ffffff; text-decoration: none}
.menu-card a:visited  {color: #ffffff; text-decoration: none}
.menu-card a:hover   {color: blanchedalmond; text-decoration: none}

.why{background:#faf7f1;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.why-grid{display:grid;grid-template-columns:1.8fr .8fr;gap:30px;align-items:center}
.why-grid>img{height:250px;width:100%;object-fit:cover;border-radius:8px}
.features{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;text-align:center}
.features article{padding:16px;border-right:1px solid var(--line)}
.features article:last-child{border-right:0}
.icon{font-size:34px;margin-bottom:12px;color:var(--gold-dark)}
.features h3{color:var(--gold-dark);font-size:13px}
.features p{color:var(--muted);font-size:13px}
.center-link{text-align:center;margin-top:22px}
.center-link a{color:var(--gold-dark);font-weight:900;text-decoration:none;text-transform:uppercase}
.testimonials{background:#fff;padding:50px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.testimonial-grid{display:grid;grid-template-columns:1fr 1.1fr 1.1fr 1.1fr;gap:20px}
.testimonial-title{background:#0d2238;color:#fff;border-radius:4px;padding:35px}
.testimonial-title h2{font-family:Georgia,serif}
blockquote{margin:0;border:1px solid var(--line);box-shadow:0 12px 28px rgba(16,24,39,.06);padding:25px;background:#fff;color:var(--muted)}
blockquote strong{display:block;color:var(--ink);margin-top:18px}
.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;text-align:center}
.process-grid span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--gold);color:#fff;font-weight:900;margin-bottom:12px}
.process-grid p{color:var(--muted);font-size:14px}
.final-cta{padding:54px 0;background:linear-gradient(90deg,#fff,#fff7e8);border-top:1px solid var(--line)}
.cta-grid{display:flex;align-items:center;justify-content:space-between;gap:30px}
.cta-grid p{color:var(--muted)}

.footer {
    background: #0F1A27;
    color: #fff;
    padding: 46px 0
}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:38px}

.footer-logo {
    width: 250px;
    background: #0F1A27;
    border-radius: 4px;
    margin-bottom: 12px
}

.footer a{display:block;color:#e9eef4;text-decoration:none;margin:7px 0}
.footer p{color:#d5dce5}
.footer h4{text-transform:uppercase;color:#fff;margin:0 0 12px}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 32px
}

    .footer-grid img {
        width: 190px;
        background: #fff;
        border-radius: 6px
    }

    .footer-grid h4 {
        color: var(--gold);
        text-transform: uppercase;
        margin: 0 0 12px
    }

    .footer-grid a {
        display: block;
        color: #e5e7eb;
        margin: 6px 0;
        font-size: 14px
    }

    .footer-grid p {
        color: #e5e7eb;
        margin: 0
    }

@media(max-width:1100px)
{.nav{flex-wrap:wrap;padding:12px 0}
 .menu{order:3;width:100%;justify-content:center;margin-left:0;flex-wrap:wrap}
 .header-info span{display:none}
 .hero-grid,
 .why-grid{grid-template-columns:1fr}
 .hero-image img{height:auto;border-radius:12px}
 .six,
 .five,
 .features,
 .process-grid{grid-template-columns:repeat(2,1fr)}
 .features article{border-right:0}
 .testimonial-grid{grid-template-columns:1fr 1fr}
 .footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px)
{.container{width:min(100% - 28px,1180px)}
 .menu{display:none}
 .logo img{width:165px}
 h1{font-size:40px}
.six,
.five,
.features,
.process-grid,
.testimonial-grid,
.footer-grid{grid-template-columns:1fr}
.section-title:before,
.section-title:after{display:none}
.btn{width:100%}
.cta-grid{display:block}}