
:root{--black:#090909;--black2:#131313;--gold:#d4af37;--gold2:#f0d36a;--cream:#fffaf0;--green:#25d366;--text:#1f1f1f;--muted:#6c6c6c;--line:#e8dfc5;--white:#fff;--shadow:0 24px 70px rgba(0,0,0,.16)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(1200px,calc(100% - 36px));margin:auto}
.topbar{background:#050505;color:#d8d8d8;font-size:12px}.topbar .container{display:flex;justify-content:space-between;gap:20px;padding:8px 0}.topbar strong{color:var(--gold2)}
.header{position:sticky;top:0;z-index:99;background:rgba(10,10,10,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(212,175,55,.25)}
.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;gap:11px;min-width:220px}.mark{width:48px;height:48px;border:2px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold);font-weight:900}.brand-copy{display:grid}.brand-copy b{color:#fff;font-size:16px}.brand-copy small{color:var(--gold);text-transform:uppercase;letter-spacing:.12em;font-size:9px;margin-top:4px}
.nav{display:flex;align-items:center;gap:17px}.nav a{color:#fff;font-weight:700;font-size:13px;padding:10px 0;white-space:nowrap}.nav a:hover{color:var(--gold2)}.nav .wa{background:var(--green);padding:12px 15px;border-radius:10px}.menu{display:none;background:none;border:1px solid var(--gold);color:var(--gold);font-size:23px;border-radius:8px;padding:5px 9px}
.hero{min-height:760px;position:relative;display:flex;align-items:center;background:#111;isolation:isolate}.hero:before{content:"";position:absolute;inset:0;background:url("../images/halong.webp") center/cover no-repeat;z-index:-3}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.58) 58%,rgba(0,0,0,.18));z-index:-2}.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:50px;align-items:center;padding:110px 0 165px}.eyebrow{color:var(--gold2);text-transform:uppercase;letter-spacing:.18em;font-weight:900;font-size:12px}.hero h1{color:#fff;font-size:clamp(48px,6.5vw,86px);line-height:.98;letter-spacing:-.03em;margin:18px 0 22px;max-width:850px}.hero p{color:#eee;font-size:20px;line-height:1.7;max-width:760px}.actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:28px}.btn{min-height:56px;padding:0 23px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;font-weight:900}.btn.gold{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#111;box-shadow:0 14px 34px rgba(212,175,55,.28)}.btn.green{background:var(--green);color:#fff;box-shadow:0 14px 34px rgba(37,211,102,.22)}.trust{display:flex;gap:18px;flex-wrap:wrap;margin-top:25px;color:#fff;font-size:13px;font-weight:700}
.hero-card{background:rgba(15,15,15,.76);border:1px solid rgba(212,175,55,.45);border-radius:25px;padding:28px;color:#fff;box-shadow:var(--shadow);backdrop-filter:blur(10px)}.hero-card h3{color:var(--gold2);font-size:23px;margin:0 0 10px}.hero-card p{font-size:14px;color:#d6d6d6;margin:0 0 16px}.hero-list{display:grid;gap:11px}.hero-list div{display:flex;gap:10px;align-items:flex-start}.hero-list b{color:var(--gold2)}
.search-wrap{position:relative;z-index:10;margin-top:-95px}.search{background:#fff;border:2px solid var(--gold);border-radius:24px;padding:22px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(5,1fr) 1.1fr;gap:13px;align-items:end}.search-title{grid-column:1/-1}.search-title h2{margin:0;font-size:25px}.search-title p{margin:5px 0 2px;color:var(--muted)}label{display:grid;gap:8px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}select,input{height:62px;border:1px solid var(--line);border-radius:13px;padding:0 14px;background:var(--cream);font-weight:700;color:#222}.search button{height:62px;border:0;border-radius:13px;background:linear-gradient(135deg,var(--gold2),var(--gold));font-size:16px;font-weight:900;cursor:pointer}
section{padding:88px 0}.section-head{display:flex;justify-content:space-between;gap:25px;align-items:end;margin-bottom:34px}.section-head .copy{max-width:720px}.section-head h2{font-size:clamp(35px,5vw,56px);line-height:1.05;margin:10px 0}.section-head p{color:var(--muted);font-size:17px;line-height:1.7}.link{color:#8b6d07;font-weight:900}
.stats{padding:48px 0;background:var(--black);color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stat{padding:20px;border-left:1px solid rgba(212,175,55,.4)}.stat strong{display:block;color:var(--gold2);font-size:36px}.stat span{color:#cfcfcf}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:#fff;border:1px solid #eee;border-radius:21px;overflow:hidden;box-shadow:0 15px 45px rgba(0,0,0,.08);transition:.25s}.card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.card-media{height:250px;position:relative;overflow:hidden}.card-media img{width:100%;height:100%;object-fit:cover;transition:.45s}.card:hover img{transform:scale(1.05)}.badge{position:absolute;top:15px;left:15px;background:#0c0c0c;color:var(--gold2);font-size:11px;font-weight:900;padding:8px 10px;border-radius:999px}.card-body{padding:22px}.card h3{font-size:22px;margin:0 0 8px}.card p{color:var(--muted);line-height:1.65}.meta{display:flex;gap:12px;flex-wrap:wrap;font-size:12px;color:#5f5f5f;margin:15px 0}.card .price{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eee;padding-top:15px}.price b{color:#7a5d00;font-size:18px}
.dark{background:var(--black);color:#fff}.dark .section-head p{color:#bdbdbd}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service{background:linear-gradient(145deg,#151515,#0b0b0b);border:1px solid rgba(212,175,55,.25);border-radius:20px;padding:24px}.service i{width:48px;height:48px;border-radius:14px;background:rgba(212,175,55,.13);display:grid;place-items:center;color:var(--gold2);font-style:normal;font-weight:900}.service h3{font-size:20px}.service p{color:#bdbdbd;line-height:1.7}
.split{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.split img{border-radius:26px;box-shadow:var(--shadow)}.checklist{display:grid;gap:12px;margin:25px 0}.checklist div{display:flex;gap:11px;line-height:1.5}.checklist span{width:24px;height:24px;flex:none;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:#111;font-weight:900}
.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.quote{border:1px solid #eee;border-radius:20px;padding:24px;background:#fff;box-shadow:0 12px 34px rgba(0,0,0,.06)}.stars{color:#d09f00;letter-spacing:.1em}.quote p{line-height:1.75;color:#555}.quote b{display:block;margin-top:16px}
.cta{padding:0 0 88px}.cta-box{background:linear-gradient(135deg,#111,#2a2103);color:#fff;border-radius:28px;padding:52px;display:flex;justify-content:space-between;gap:35px;align-items:center;border:1px solid rgba(212,175,55,.4)}.cta-box h2{font-size:clamp(33px,5vw,54px);margin:0 0 12px}.cta-box p{color:#d2d2d2;max-width:720px;line-height:1.7}
.footer{background:#070707;color:#ccc;border-top:2px solid var(--gold)}.footer-grid{padding:60px 0 42px;display:grid;grid-template-columns:1.35fr .85fr .9fr .95fr 1.35fr;gap:32px}.footer h3{color:#fff}.footer h4{color:var(--gold2);font-size:13px;text-transform:uppercase;letter-spacing:.1em}.footer p,.footer a,.footer span{font-size:13px;line-height:1.7}.footer a{display:block;margin:8px 0}.footer a:hover{color:var(--gold2)}.socials{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}.socials a{width:39px;height:39px;border:1px solid rgba(212,175,55,.35);border-radius:50%;display:grid;place-items:center}.socials svg{width:17px;height:17px;fill:currentColor}.fb{color:#1877f2}.ig{color:#e4405f}.yt{color:#f00}.li{color:#0a66c2}.wa2{color:#25d366}.tg{color:#229ed9}.company div{margin-bottom:13px}.company b{color:#fff;display:block;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:18px 0;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:#888}
.page-hero{background:linear-gradient(rgba(0,0,0,.75),rgba(0,0,0,.75)),url("../images/golden-bridge.webp") center/cover;min-height:420px;display:flex;align-items:center;color:#fff}.page-hero h1{font-size:clamp(45px,7vw,72px);margin:12px 0}.page-hero p{font-size:18px;max-width:750px;line-height:1.7;color:#e6e6e6}.content-grid{display:grid;grid-template-columns:1fr 320px;gap:35px}.prose{font-size:17px;line-height:1.85}.prose h2{font-size:34px;margin-top:36px}.sidebox{background:var(--cream);border:1px solid var(--line);border-radius:18px;padding:22px;position:sticky;top:105px;height:max-content}.sidebox h3{margin-top:0}.sidebox a{display:block;margin:10px 0;font-weight:800;color:#745900}
.floating-wa{position:fixed;right:18px;bottom:18px;z-index:100;width:58px;height:58px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;box-shadow:0 15px 35px rgba(37,211,102,.4)}.floating-wa svg{width:28px;height:28px;fill:currentColor}
@media(max-width:1100px){.menu{display:block}.nav{display:none;position:absolute;top:78px;left:0;right:0;background:#0b0b0b;padding:18px;flex-direction:column;align-items:stretch}.nav.open{display:flex}.hero-grid{grid-template-columns:1fr}.hero-card{max-width:640px}.search{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.cards,.services,.testimonials{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.topbar .container{flex-direction:column;gap:4px}.header-inner{height:72px}.brand-copy b{font-size:14px}.hero{min-height:850px}.hero-grid{padding:95px 0 210px}.hero h1{font-size:48px}.hero p{font-size:17px}.actions{display:grid}.btn{width:100%}.search-wrap{margin-top:-165px}.search{grid-template-columns:1fr;padding:16px}.search-title{grid-column:auto}.stats-grid,.cards,.services,.testimonials,.split,.footer-grid,.content-grid{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.cta-box{padding:32px;align-items:flex-start;flex-direction:column}.footer-bottom{flex-direction:column}.card-media{height:220px}}
