/* SMG Yacht Transfer Styles (scoped) */
.smg-yt { font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Arial, "Helvetica Neue", sans-serif; }
.smg-yt h1, .smg-yt h2, .smg-yt h3 { color: #0b1f44; margin: 0 0 .5rem; line-height: 1.2; }
.smg-yt p { color: #14233e; }
.smg-yt .hero { background: #0b1f44; background-image: var(--bg); background-size: cover; background-position: center; position: relative; }
.smg-yt .hero::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(11,31,68,.6), rgba(11,31,68,.75));}
.smg-yt .hero .wrap{position:relative; z-index:1; padding: 6rem 1rem; max-width:1100px; margin:0 auto; color:#fff; text-align:left;}
.smg-yt .hero h1{color:#fff; font-size: clamp(1.8rem, 2.6vw, 3rem); margin-bottom:.5rem;}
.smg-yt .hero .sub{opacity:.95; font-size: clamp(1rem,1.4vw,1.25rem); margin-bottom: 1rem;}
.smg-yt .cta{display:inline-block;background:#0b1f44;color:#fff;padding:.85rem 1.25rem;border-radius:14px;text-decoration:none;font-weight:700;box-shadow:0 10px 24px rgba(11,31,68,.25);}

.smg-yt .grid{max-width:1100px;margin:2rem auto;display:grid;gap:1rem;padding:0 1rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));}
.smg-yt .card{background:#fff;border-radius:18px;box-shadow:0 10px 30px rgba(11,31,68,.08);padding:1.25rem 1.25rem 1.35rem;}
.smg-yt .card ul{padding-left:1.1rem;}
.smg-yt .card li{margin:.4rem 0;}
.smg-yt .btn{display:inline-block;margin-top:.5rem;padding:.6rem 1rem;border:2px solid #0b1f44;border-radius:12px;text-decoration:none;color:#0b1f44;font-weight:700;}
.smg-yt .usp{max-width:1100px;margin:2rem auto;padding:0 1rem;}
.smg-yt .usp .cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;}
.smg-yt .usp .cols > div{background:#f6f9ff;border-radius:16px;padding:1rem;border:1px solid rgba(11,31,68,.06);}
.smg-yt .faq{max-width:1100px;margin:2rem auto;padding:0 1rem;}
.smg-yt .faq details{background:#fff;border-radius:14px;margin:.6rem 0;padding:.75rem 1rem;border:1px solid rgba(11,31,68,.08);}
.smg-yt .contact{max-width:1100px;margin:2rem auto 3rem;padding:0 1rem;text-align:center;}
@media (prefers-color-scheme: dark){
  .smg-yt .card{background:#0a1428;color:#eaf0ff;border-color:rgba(255,255,255,.08);}
  .smg-yt p, .smg-yt li{color:#eaf0ff;}
}
