:root{
  --navy:#0e315f;
  --blue:#1985d1;
  --gold:#c99b45;
  --gold-soft:#e6c888;
  --ink:#18334f;
  --muted:#6d7884;
  --cream:#fbfaf7;
  --warm:#f5f1e9;
  --line:#e7e1d6;
  --white:#ffffff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;overflow-x:hidden;background:var(--cream);color:var(--ink);font-family:Inter,Arial,"Microsoft YaHei","PingFang SC",sans-serif}
a{color:inherit}
.site-header{height:84px;padding:0 5vw;display:flex;align-items:center;gap:28px;background:rgba(255,255,255,.97);border-bottom:1px solid #eee;position:sticky;top:0;z-index:50;backdrop-filter:blur(10px)}
.brand{display:flex;align-items:center;gap:13px;text-decoration:none;margin-right:auto;min-width:0}
.brand img{width:92px;height:58px;object-fit:contain;flex:0 0 auto}
.brand-copy{display:grid;line-height:1.15;white-space:nowrap}
.brand-copy strong{font-size:13px;letter-spacing:.7px;color:var(--navy)}
.brand-copy small{font-size:12px;color:var(--blue);letter-spacing:3px;margin-top:5px}
.nav{display:flex;gap:26px}.nav a{text-decoration:none;font-size:14px;color:#1e3450}.nav a:hover{color:var(--gold)}
.header-actions{display:flex;align-items:center;gap:10px}.lang-btn{border:1px solid #d8dde4;background:#fff;color:var(--navy);border-radius:9px;padding:10px 13px;font-weight:700;cursor:pointer}
.button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:9px;padding:13px 21px;font-size:14px;font-weight:700;transition:.2s}.button:hover{transform:translateY(-1px)}
.button-gold{background:linear-gradient(135deg,#dcb45f,#bd862b);color:#fff}.button-primary{background:var(--navy);color:#fff}.button-outline{border:1px solid #9fb1c3;background:#fff;color:var(--navy)}
.hero{min-height:610px;display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center;padding:66px 6vw 78px;background:linear-gradient(125deg,#fff 0%,#fff 48%,#f7f1e7 100%)}
.hero-copy{min-width:0}.eyebrow{display:inline-block;color:var(--gold);font-size:12px;font-weight:800;letter-spacing:2px;margin-bottom:14px}.hero h1{font:700 clamp(52px,5vw,78px)/1.03 Georgia,serif;margin:0;color:var(--navy);letter-spacing:-1px}.hero h1 span{display:block}.hero h1 .blue{color:#2a79bd}.hero h1 .gold{color:var(--gold)}
.hero-text{font-size:17px;line-height:1.7;color:#425871;max-width:610px;margin:28px 0}.hero-cta{display:flex;gap:14px;flex-wrap:wrap}
.hero-media{height:470px;position:relative;border-radius:46% 0 0 46%;overflow:visible}.hero-media>img{width:100%;height:100%;object-fit:cover;border-radius:46% 0 0 46%;box-shadow:0 18px 50px rgba(34,48,64,.10)}
.experience-badge{position:absolute;left:-28px;bottom:28px;width:170px;height:170px;border-radius:50%;display:grid;place-items:center;align-content:center;text-align:center;background:rgba(255,252,246,.97);border:4px double var(--gold-soft);color:#9b6b1f;box-shadow:0 14px 35px rgba(58,44,20,.14)}
.experience-top{font-size:9px;letter-spacing:1.1px;font-weight:800;margin-bottom:2px}.experience-number{font:700 56px/1 Georgia,serif}.experience-label{font-size:11px;font-weight:800;max-width:110px;line-height:1.25;margin-top:5px}
.service-section{padding:82px 6vw 86px}.section-heading{text-align:center;max-width:780px;margin:0 auto 40px}.section-heading h2{font:700 38px/1.2 Georgia,serif;margin:3px 0 12px;color:var(--navy)}.section-heading p{margin:0;color:var(--muted);line-height:1.6}.section-heading.compact{margin-bottom:30px}
.services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;max-width:1200px;margin:auto}.service-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px;box-shadow:0 8px 24px rgba(30,47,64,.045)}.service-icon{width:54px;height:54px;border-radius:14px;background:#eef6fb;display:grid;place-items:center;color:var(--navy);font-size:27px;margin-bottom:16px}.service-card h3{font-size:17px;margin:0 0 9px;color:var(--navy)}.service-card p{font-size:14px;line-height:1.65;color:var(--muted);margin:0}
.why-section{padding:70px 6vw;background:linear-gradient(135deg,#f8f5ef,#f2ede4)}.why-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));max-width:1200px;margin:auto;background:#fff;border:1px solid #e8e0d4;border-radius:18px;overflow:hidden}.why-grid>div{text-align:center;padding:28px 24px;border-right:1px solid #e8e0d4}.why-grid>div:last-child{border-right:0}.why-grid span{font-size:30px;color:var(--gold)}.why-grid h3{font-size:15px;margin:12px 0 8px;color:var(--navy)}.why-grid p{font-size:13px;line-height:1.55;color:var(--muted);margin:0}
.advisor-section{padding:82px 8vw;display:grid;grid-template-columns:1fr .9fr;gap:58px;align-items:stretch;background:#fff}.advisor-intro{padding:10px 0}.advisor-intro h2{font:700 44px Georgia,serif;margin:3px 0 6px;color:var(--navy)}.advisor-role{color:#a9772e;font-size:18px;font-weight:700;margin:0 0 23px}.advisor-intro>p:last-of-type{font-size:16px;line-height:1.7;color:var(--muted);max-width:570px;margin-bottom:24px}
.contact-card{background:#f4f0e8;border:1px solid #e5ddd0;border-radius:18px;padding:34px;display:grid;align-content:center;gap:13px}.contact-card h3{font:700 26px Georgia,serif;margin:0 0 8px;color:var(--navy)}.contact-card a{text-decoration:none;color:var(--navy);font-weight:700}.contact-card p{margin:0;color:var(--muted);line-height:1.6}
.footer{background:var(--navy);color:#fff;padding:26px 6vw;display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-brand{display:flex;align-items:center;gap:17px}.footer-brand img{width:72px;filter:brightness(0) invert(1);opacity:.94}.footer-brand span{font-size:13px;color:#d6e1ed}.footer small{color:#c8d6e4}
@media(max-width:1050px){.nav{display:none}.hero{grid-template-columns:1fr}.hero-media{height:390px;border-radius:28px}.hero-media>img{border-radius:28px}.experience-badge{left:20px}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-grid>div:nth-child(2){border-right:0}.why-grid>div:nth-child(-n+2){border-bottom:1px solid #e8e0d4}.advisor-section{grid-template-columns:1fr}.brand-copy{display:none}}
@media(max-width:620px){.site-header{padding:0 18px;height:76px}.brand img{width:82px}.header-actions .button{display:none}.hero{padding:44px 22px 74px}.hero h1{font-size:45px}.hero-text{font-size:16px}.hero-media{height:300px}.experience-badge{width:122px;height:122px;left:12px;bottom:12px}.experience-number{font-size:40px}.experience-top{display:none}.experience-label{font-size:9px}.services-grid{grid-template-columns:1fr}.service-section{padding:62px 22px}.why-section{padding:58px 22px}.why-grid{grid-template-columns:1fr}.why-grid>div{border-right:0;border-bottom:1px solid #e8e0d4}.why-grid>div:last-child{border-bottom:0}.advisor-section{padding:62px 22px}.advisor-intro h2{font-size:37px}.footer{flex-direction:column;align-items:flex-start}.footer-brand{align-items:flex-start}}
