*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;-webkit-text-size-adjust:100%}
body{font-family:"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;background:#1a2838;color:#3d3028;line-height:1.65}
img{max-width:100%;height:auto;display:block}
a{color:#e85d04;text-decoration:none}
a:hover{text-decoration:underline}
ul{list-style:none}
.container{width:min(1140px,92vw);margin:0 auto}

.site-header{position:sticky;top:0;z-index:100;background:#243448;border-bottom:2px solid #ff8c42}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.65rem 0;gap:1rem}
.logo{font-weight:800;font-size:.95rem;color:#ffb347;letter-spacing:.04em;display:flex;align-items:center;gap:.55rem}
.logo-palm{font-size:1.1rem;line-height:1}
.nav-main{display:flex;flex-wrap:wrap;gap:.3rem 1.1rem;font-size:.82rem}
.nav-main a{color:#a8b8c8;font-weight:600}
.nav-main a.active,.nav-main a:hover{color:#ffb347;text-decoration:none}
.btn-nav{display:inline-block;background:#ff8c42;color:#1a2838!important;border:1px solid #ff8c42;padding:.4rem 1rem;font-weight:800;font-size:.8rem;text-decoration:none!important;border-radius:4px}
.btn-nav:hover{background:#ffa05a}

.coast-strip{background:#2a3a4a;border-bottom:1px solid #3a5068;font-size:.72rem;padding:.35rem 0;color:#8898a8}
.coast-strip .container{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem}
.coast-strip em{color:#ffb347;font-style:normal;font-weight:700}

.section{padding:3.1rem 0}
.section-title{font-size:clamp(1.15rem,3vw,1.5rem);font-weight:800;margin-bottom:.35rem;color:#2a2018;letter-spacing:.02em}
.section-lead{color:#6a5a48;font-size:.88rem;margin-bottom:1.65rem;max-width:640px}

.sand-card{background:#f4e4c1;border:2px solid #e8d4a8;border-radius:8px}

.footer{background:#1a2028;border-top:3px solid #ff8c42;padding:2.3rem 0 0;font-size:.84rem;color:#a8b8c8}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:1.8rem;margin-bottom:1.6rem}
.footer h3{font-size:.88rem;color:#ffb347;margin-bottom:.6rem;font-weight:800}
.footer a{color:#8898a8}
.footer-links{display:flex;flex-wrap:wrap;gap:.35rem .9rem}
.footer-bottom{border-top:1px solid #2a3848;padding-top:.9rem;text-align:center;color:#5a6878;font-size:.75rem}

.faq-list{display:flex;flex-direction:column;gap:.45rem}
.faq-item{background:#f4e4c1;border:2px solid #e8d4a8;border-radius:6px}
.faq-q{width:100%;text-align:left;padding:.95rem 1.1rem;font-weight:800;font-size:.88rem;background:transparent;border:none;cursor:pointer;color:#2a2018;display:flex;justify-content:space-between;align-items:center;font-family:inherit}
.faq-q::after{content:"+";font-size:1.1rem;color:#e85d04;font-weight:400}
.faq-item.open .faq-q::after{content:"−"}
.faq-a{display:none;padding:0 1.1rem .95rem;font-size:.84rem;color:#6a5a48;line-height:1.65}
.faq-item.open .faq-a{display:block}

.btn-sunset{display:inline-block;background:#ff8c42;color:#1a2838;border:1px solid #ff8c42;padding:.58rem 1.2rem;font-weight:800;font-size:.86rem;text-decoration:none!important;border-radius:6px}
.btn-sunset:hover{background:#ffa05a}
.btn-sand{display:inline-block;color:#e85d04;border:2px solid #e8d4a8;padding:.58rem 1.2rem;font-weight:700;font-size:.86rem;text-decoration:none!important;background:#faf0dc;border-radius:6px}
.btn-sand:hover{border-color:#ff8c42}

@media(max-width:768px){
  .header-inner{flex-wrap:wrap}
  .footer-grid{grid-template-columns:1fr}
}
