/* My GetAway — site stylesheet */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #ffffff;
  color: #0a2342;
  font-family: 'Manrope', system-ui, -apple-system, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection { background: #c9a24a; color: #fff; }
a { color: #14808d; }
a:hover { color: #0a2342; }
img { max-width: 100%; }
.serif { font-family: 'Cormorant Garamond', Georgia, serif; }

@keyframes mgPulse {
  0%, 100% { box-shadow: 0 10px 26px rgba(201,162,74,.42); }
  50% { box-shadow: 0 12px 38px rgba(201,162,74,.9); }
}
@keyframes mgKen {
  0% { transform: scale(1.06); }
  100% { transform: scale(1.16); }
}

.wrap { max-width: 1280px; margin: 0 auto; padding: 0 clamp(20px,5vw,80px); }
.wrap-narrow { max-width: 820px; margin: 0 auto; padding: 0 clamp(20px,5vw,40px); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #14808d; font-weight: 700; letter-spacing: 3px; font-size: 12px; text-transform: uppercase; margin-bottom: 14px; }
.eyebrow span { width: 30px; height: 1px; background: #14808d; display: inline-block; }
.eyebrow.gold { color: #e7cf95; }
.eyebrow.gold span { background: #c9a24a; }

/* ===== HEADER ===== */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(10,35,66,.08); }
.header-inner { max-width: 1280px; margin: 0 auto; padding: 10px clamp(14px,3vw,40px); display: flex; align-items: center; gap: 14px; }
.logo img { height: 100px; width: auto; display: block; }
.main-nav { display: flex; align-items: center; gap: 16px; margin-left: 6px; flex-wrap: wrap; }
.main-nav a { color: #28425f; text-decoration: none; font-size: 14px; font-weight: 600; letter-spacing: .2px; white-space: nowrap; }
.main-nav a:hover { color: #14808d; }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 8px; flex: none; }
.icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background: #eef4f5; color: #14808d; font-size: 14px; text-decoration: none; flex: none; }
.btn-gold { display: inline-flex; align-items: center; gap: 6px; background: linear-gradient(135deg,#d8b25f,#c9a24a); color: #22160a; text-decoration: none; font-weight: 800; font-size: 13.5px; letter-spacing: .2px; padding: 10px 16px; border-radius: 999px; box-shadow: 0 8px 20px rgba(201,162,74,.4); cursor: pointer; white-space: nowrap; border: none; font-family: inherit; transition: transform .2s ease, box-shadow .2s ease; }
.btn-gold:hover { transform: translateY(-1px); box-shadow: 0 12px 26px rgba(201,162,74,.55); color: #22160a; }
.btn-navy { display: inline-flex; align-items: center; background: #0a2342; color: #fff; text-decoration: none; font-weight: 700; font-size: 13.5px; padding: 10px 16px; border-radius: 999px; white-space: nowrap; transition: background .2s ease; }
.btn-navy:hover { background: #14808d; color: #fff; }

@media (max-width: 760px) {
  .main-nav { display: none; }
}

/* ===== HERO ===== */
.hero { position: relative; min-height: clamp(560px,88vh,860px); display: flex; align-items: center; overflow: hidden; background: #0a2342; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.2s ease; }
.hero-slide.active { opacity: 1; }
.hero-slide.active.first { animation: mgKen 7s ease forwards; }
.hero-slide-tag { position: absolute; right: 18px; bottom: 14px; font-family: ui-monospace, Menlo, monospace; font-size: 10.5px; letter-spacing: 1px; color: rgba(255,255,255,.78); background: rgba(8,22,42,.34); backdrop-filter: blur(4px); padding: 5px 9px; border-radius: 5px; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(95deg,rgba(8,20,40,.82),rgba(8,20,40,.34) 55%,rgba(8,20,40,.6)); }
.hero-content { position: relative; z-index: 5; max-width: 1280px; margin: 0 auto; padding: 0 clamp(20px,5vw,80px); width: 100%; }
.hero-content > div { max-width: 760px; }
.hero h1 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; color: #fff; font-size: clamp(40px,6.6vw,82px); line-height: 1.02; margin: 0 0 22px; letter-spacing: -.5px; }
.hero h1 em { color: #e7cf95; font-style: italic; }
.hero p { color: rgba(255,255,255,.9); font-size: clamp(16px,1.7vw,20px); max-width: 560px; margin: 0 0 36px; line-height: 1.6; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-gold-lg { display: inline-flex; align-items: center; gap: 9px; background: linear-gradient(135deg,#d8b25f,#c9a24a); color: #22160a; text-decoration: none; font-weight: 800; font-size: 15.5px; padding: 16px 30px; border-radius: 999px; box-shadow: 0 14px 32px rgba(201,162,74,.4); transition: transform .2s ease; }
.btn-gold-lg:hover { transform: translateY(-2px); color: #22160a; }
.btn-ghost { display: inline-flex; align-items: center; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.5); color: #fff; text-decoration: none; font-weight: 700; font-size: 15.5px; padding: 16px 30px; border-radius: 999px; backdrop-filter: blur(6px); transition: background .2s ease; }
.btn-ghost:hover { background: rgba(255,255,255,.22); color: #fff; }

.hero-controls { position: absolute; z-index: 6; left: clamp(20px,5vw,80px); bottom: 38px; display: flex; align-items: center; gap: 12px; }
.hero-arrow { width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,.45); background: rgba(255,255,255,.1); color: #fff; font-size: 18px; cursor: pointer; backdrop-filter: blur(6px); }
.hero-arrow:hover { background: rgba(255,255,255,.25); }
.hero-dots { display: flex; gap: 8px; margin-left: 8px; }
.hero-dots button { height: 9px; width: 9px; border: none; border-radius: 999px; cursor: pointer; padding: 0; background: rgba(255,255,255,.45); transition: all .35s ease; }
.hero-dots button.active { width: 26px; background: #e7cf95; }

/* ===== SERVICES ===== */
.section-head { text-align: center; max-width: 660px; margin: 0 auto 50px; }
.section-head h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; font-size: clamp(32px,4.4vw,52px); margin: 0 0 14px; line-height: 1.05; letter-spacing: -.5px; }
.section-head p { margin: 0; color: #5b6b7b; font-size: 16px; line-height: 1.65; }
.services-section { padding: clamp(64px,8vw,120px) 0 clamp(40px,5vw,70px); }
.services-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(262px,1fr)); gap: 24px; }
.service-card { position: relative; overflow: hidden; background: #fff; border-radius: 18px; border: 1px solid rgba(10,35,66,.08); box-shadow: 0 10px 30px rgba(10,35,66,.08); padding: 30px 26px 26px; cursor: pointer; transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 28px 58px rgba(10,35,66,.18); border-color: rgba(20,128,141,.4); }
.service-card::after { content: ""; position: absolute; right: -30px; top: -30px; width: 130px; height: 130px; border-radius: 50%; background: radial-gradient(circle,rgba(201,162,74,.14),transparent 68%); pointer-events: none; }
.service-icon { position: relative; width: 56px; height: 56px; border-radius: 15px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 25px; line-height: 1; margin-bottom: 18px; }
.service-tag { position: relative; font-size: 11px; letter-spacing: 1.6px; text-transform: uppercase; color: #14808d; font-weight: 800; margin-bottom: 8px; }
.service-card h3 { position: relative; font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; font-size: 24px; margin: 0 0 8px; line-height: 1.15; }
.service-card p { position: relative; margin: 0 0 18px; color: #5b6b7b; font-size: 14px; line-height: 1.6; }
.service-card a { position: relative; color: #0a2342; text-decoration: none; font-weight: 800; font-size: 13px; display: inline-flex; align-items: center; gap: 6px; transition: gap .2s ease, color .2s ease; }
.service-card a:hover { gap: 10px; color: #14808d; }
.service-card a span { color: #c9a24a; }

/* ===== WHY CHOOSE ===== */
.why-us { background: #0a2342; color: #fff; }
.why-us-inner { padding: clamp(60px,8vw,110px) 0; }
.why-us .section-head { max-width: 680px; margin-bottom: 56px; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 2px; background: rgba(255,255,255,.09); border-radius: 18px; overflow: hidden; }
.feature-card { background: #0a2342; padding: 34px 30px; transition: background .3s ease; }
.feature-card:hover { background: #0d2c54; }
.feature-num { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 42px; font-weight: 600; color: #e7cf95; line-height: 1; margin-bottom: 14px; }
.feature-card h3 { font-size: 18.5px; font-weight: 700; margin: 0 0 8px; }
.feature-card p { margin: 0; color: rgba(255,255,255,.66); font-size: 14.5px; line-height: 1.6; }

/* ===== PLANNER CTA ===== */
.planner-wrap { padding: clamp(40px,6vw,90px) 0; }
.planner { position: relative; overflow: hidden; border-radius: 24px; background: linear-gradient(120deg,#0a2342,#123a5e 60%,#14808d); padding: clamp(40px,6vw,72px) clamp(28px,5vw,72px); color: #fff; }
.planner::before { content: ""; position: absolute; right: -60px; top: -60px; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle,rgba(201,162,74,.35),transparent 70%); }
.planner-content { position: relative; max-width: 620px; }
.planner h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; font-size: clamp(32px,4.6vw,54px); margin: 0 0 16px; line-height: 1.04; letter-spacing: -.5px; }
.planner p { color: rgba(255,255,255,.85); font-size: clamp(15px,1.6vw,18px); margin: 0 0 30px; max-width: 520px; }
.planner-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

/* ===== TESTIMONIALS ===== */
.testimonials { background: #f7f3ea; }
.testimonials-inner { padding: clamp(60px,8vw,110px) 0; text-align: center; max-width: 980px; margin: 0 auto; }
.stars { color: #c9a24a; font-size: 22px; letter-spacing: 4px; margin-bottom: 22px; }
blockquote.quote { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; font-style: italic; font-size: clamp(24px,3.6vw,40px); line-height: 1.32; margin: 0 auto 34px; max-width: 820px; color: #0a2342; letter-spacing: -.3px; min-height: 1.32em; }
.testimonial-person { display: flex; align-items: center; justify-content: center; gap: 14px; }
.avatar { width: 54px; height: 54px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: 17px; flex: none; box-shadow: 0 6px 16px rgba(10,35,66,.18); }
.testimonial-person .who { text-align: left; }
.testimonial-person .name { font-weight: 800; font-size: 16px; color: #0a2342; }
.testimonial-person .trip { font-size: 13px; color: #14808d; font-weight: 600; }
.testimonial-controls { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 32px; }
.t-arrow { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(10,35,66,.18); background: #fff; color: #0a2342; font-size: 17px; cursor: pointer; }
.t-arrow:hover { background: #0a2342; color: #fff; }
.t-dots { display: flex; gap: 7px; }
.t-dots button { height: 9px; width: 9px; border: none; border-radius: 999px; cursor: pointer; padding: 0; background: rgba(10,35,66,.2); transition: all .35s ease; }
.t-dots button.active { width: 24px; background: #c9a24a; }

/* ===== STATS ===== */
.stats { background: #0a2342; color: #fff; }
.stats-grid { padding: clamp(48px,6vw,80px) 0; display: grid; grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); gap: 30px; text-align: center; }
.stat-value { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 700; font-size: clamp(44px,5.5vw,64px); line-height: 1; color: #e7cf95; }
.stat-label { margin-top: 8px; font-size: 14px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; color: rgba(255,255,255,.78); }

/* ===== CONTACT ===== */
.contact-section { padding: clamp(60px,8vw,110px) 0; text-align: center; max-width: 680px; margin: 0 auto; }
.contact-section h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; font-size: clamp(32px,4.4vw,52px); margin: 0 0 16px; line-height: 1.05; letter-spacing: -.5px; }
.contact-section p { color: #5b6b7b; font-size: 16px; line-height: 1.65; margin: 0 auto 30px; max-width: 520px; }
.contact-ctas { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.btn-call { display: inline-flex; align-items: center; gap: 9px; background: #0a2342; color: #fff; text-decoration: none; font-weight: 800; font-size: 15px; padding: 15px 28px; border-radius: 999px; transition: background .2s ease; }
.btn-call:hover { background: #14808d; color: #fff; }
.btn-whatsapp { display: inline-flex; align-items: center; gap: 9px; background: #25d366; color: #fff; text-decoration: none; font-weight: 800; font-size: 15px; padding: 15px 28px; border-radius: 999px; transition: transform .2s ease; }
.btn-whatsapp:hover { transform: translateY(-1px); color: #fff; }
.btn-pay { display: inline-flex; align-items: center; gap: 7px; background: linear-gradient(135deg,#d8b25f,#c9a24a); color: #22160a; text-decoration: none; font-weight: 800; font-size: 15px; padding: 15px 26px; border-radius: 999px; cursor: pointer; border: none; font-family: inherit; transition: transform .2s ease; }
.btn-pay:hover { transform: translateY(-1px); color: #22160a; }

/* ===== BLOG ===== */
.blog-section { background: #f7f3ea; }
.blog-inner { padding: clamp(60px,8vw,110px) 0; }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(290px,1fr)); gap: 26px; }
.blog-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 12px 30px rgba(10,35,66,.08); cursor: pointer; transition: transform .35s ease, box-shadow .35s ease; text-decoration: none; color: inherit; display: block; }
.blog-card:hover { transform: translateY(-6px); box-shadow: 0 22px 46px rgba(10,35,66,.16); }
.blog-image { position: relative; height: 180px; }
.blog-cat { position: absolute; left: 14px; top: 14px; background: rgba(255,255,255,.92); color: #0a2342; font-weight: 800; font-size: 11.5px; letter-spacing: .5px; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; }
.blog-photo-tag { position: absolute; right: 12px; bottom: 12px; font-family: ui-monospace, Menlo, monospace; font-size: 9.5px; letter-spacing: .8px; color: rgba(255,255,255,.82); background: rgba(8,22,42,.3); padding: 4px 8px; border-radius: 5px; }
.blog-body { padding: 20px; }
.blog-body h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; font-size: 23px; margin: 0 0 8px; line-height: 1.2; }
.blog-body p { margin: 0 0 14px; color: #5b6b7b; font-size: 14px; line-height: 1.6; }
.blog-body .read-more { color: #0a2342; font-weight: 800; font-size: 13.5px; border-bottom: 2px solid #c9a24a; padding-bottom: 2px; }

/* ===== FOOTER ===== */
.site-footer { background: #081c34; color: #fff; }
.footer-grid { padding: clamp(50px,6vw,80px) 0 0; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 44px; }
.footer-logo { background: #fff; display: inline-block; padding: 12px 16px; border-radius: 12px; margin-bottom: 18px; }
.footer-logo img { height: 80px; width: auto; display: block; }
.footer-col p { color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.7; margin: 0 0 18px; max-width: 300px; }
.footer-social { display: flex; gap: 10px; }
.social-btn { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; color: #fff; text-decoration: none; font-weight: 800; font-size: 14px; }
.social-btn:hover { background: #14808d; color: #fff; }
.footer-col h4 { font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; color: #e7cf95; font-weight: 700; margin: 0 0 18px; }
.footer-links { display: flex; flex-direction: column; gap: 11px; }
.footer-links a { color: rgba(255,255,255,.7); text-decoration: none; font-size: 14px; }
.footer-links a:hover { color: #fff; }
.newsletter-form { display: flex; gap: 8px; margin-bottom: 22px; }
.newsletter-form input { flex: 1; min-width: 0; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08); color: #fff; border-radius: 10px; padding: 12px 14px; font-size: 14px; font-family: inherit; }
.newsletter-form button { background: linear-gradient(135deg,#d8b25f,#c9a24a); color: #22160a; border: none; border-radius: 10px; padding: 0 16px; font-weight: 800; font-family: inherit; cursor: pointer; }
.footer-contact { font-size: 13.5px; color: rgba(255,255,255,.62); line-height: 1.8; }
.footer-bottom { padding: 24px clamp(20px,5vw,80px); margin-top: 40px; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between; max-width: 1280px; margin-left: auto; margin-right: auto; }
.footer-bottom span { color: rgba(255,255,255,.5); font-size: 13px; }
.footer-bottom .legal-links { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-bottom .legal-links a { color: rgba(255,255,255,.5); text-decoration: none; font-size: 13px; }
.footer-bottom .legal-links a:hover { color: #fff; }

@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; padding-left: 20px; padding-right: 20px; }
}

/* ===== FLOATING ACTIONS ===== */
.floating-actions { position: fixed; right: clamp(14px,2.5vw,26px); bottom: clamp(14px,2.5vw,26px); z-index: 80; display: flex; flex-direction: column; gap: 12px; align-items: flex-end; }
.fab-pay { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg,#d8b25f,#c9a24a); color: #22160a; text-decoration: none; font-weight: 800; font-size: 14.5px; padding: 13px 20px; border-radius: 999px; animation: mgPulse 2.6s ease-in-out infinite; cursor: pointer; border: none; font-family: inherit; transition: transform .2s ease; }
.fab-pay:hover { transform: translateY(-2px); color: #22160a; }
.fab-whatsapp { width: 56px; height: 56px; border-radius: 50%; background: #25d366; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 28px; text-decoration: none; box-shadow: 0 10px 26px rgba(37,211,102,.5); transition: transform .2s ease; }
.fab-whatsapp:hover { transform: translateY(-2px); color: #fff; }

/* ===== PAY MODAL ===== */
.pay-overlay { position: fixed; inset: 0; z-index: 120; background: rgba(6,16,32,.62); backdrop-filter: blur(5px); display: none; align-items: flex-start; justify-content: center; overflow-y: auto; padding: clamp(16px,4vh,60px) 16px; }
.pay-overlay.open { display: flex; }
.pay-card { position: relative; width: 100%; max-width: 430px; background: #1a6fe0; border-radius: 22px; box-shadow: 0 40px 90px rgba(6,16,32,.55); overflow: hidden; }
.pay-close { position: absolute; top: 14px; right: 14px; z-index: 5; width: 38px; height: 38px; border-radius: 50%; border: none; background: rgba(255,255,255,.9); color: #0a2342; font-size: 20px; line-height: 1; cursor: pointer; box-shadow: 0 4px 12px rgba(0,0,0,.2); }
.pay-close:hover { background: #fff; }
.pay-info { background: #fff; padding: 22px 28px 20px; }
.pay-info-title { text-align: center; margin-bottom: 14px; }
.pay-info-title .t { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 700; font-size: 27px; color: #1a6fe0; letter-spacing: .3px; }
.pay-info-title .rule { height: 3px; width: 150px; background: #1a6fe0; border-radius: 2px; margin: 8px auto 0; }
.pay-info .gst-label { font-size: 13px; color: #8295a8; font-weight: 600; margin-bottom: 4px; }
.pay-info .gst-num { font-family: ui-monospace, Menlo, monospace; font-weight: 700; font-size: 24px; color: #0a2342; letter-spacing: .5px; }
.pay-qr-wrap { padding: 16px 20px 18px; }
.pay-qr-card { background: #fff; border-radius: 20px; box-shadow: 0 16px 40px rgba(6,16,32,.28); padding: 22px 24px 20px; }
.gpay-wordmark { text-align: center; font-family: arial, sans-serif; font-size: 30px; font-weight: 400; color: #5f6368; line-height: 1; margin-bottom: 2px; }
.gpay-wordmark .g { color: #4285F4; }
.accepted-here { text-align: center; font-size: 14px; color: #9aa0a6; margin-bottom: 14px; }
.pay-hr { height: 1px; background: rgba(10,35,66,.1); margin: 0 4px 14px; }
.pay-business { text-align: center; font-weight: 700; font-size: 21px; color: #3c4043; letter-spacing: 1px; }
.pay-phone { text-align: center; font-size: 14px; color: #9aa0a6; margin: 2px 0 14px; }
.pay-qr-img { display: block; width: 62%; max-width: 230px; margin: 0 auto 12px; border-radius: 6px; }
.pay-upi { text-align: center; font-size: 15px; color: #9aa0a6; margin-bottom: 16px; }
.pay-logos-img { display: block; width: 100%; max-width: 340px; margin: 4px auto 0; }
.pay-note { text-align: center; color: rgba(255,255,255,.92); font-size: 12.5px; margin-top: 12px; line-height: 1.5; }

/* ===== LEGAL PAGES ===== */
.legal-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.95); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(10,35,66,.08); }
.legal-header-inner { max-width: 1100px; margin: 0 auto; padding: 14px clamp(16px,4vw,40px); display: flex; align-items: center; gap: 20px; }
.legal-header-inner img { height: 90px; width: auto; display: block; }
.legal-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; flex-wrap: wrap; }
.legal-nav a.plain { color: #28425f; text-decoration: none; font-size: 14.5px; font-weight: 600; }
.legal-nav a.plain:hover { color: #14808d; }
.legal-content { max-width: 820px; margin: 0 auto; padding: clamp(50px,7vw,90px) clamp(20px,5vw,40px) clamp(70px,8vw,110px); line-height: 1.7; }
.legal-content h1 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; font-size: clamp(34px,5vw,52px); margin: 0 0 8px; letter-spacing: -.5px; }
.legal-content .updated { color: #8295a8; font-size: 14px; margin: 0 0 40px; }
.legal-content h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; font-size: 24px; margin: 34px 0 12px; color: #0a2342; }
.legal-content p { color: #3b4a5a; font-size: 15.5px; margin: 0 0 14px; }
.legal-content p.intro { color: #3b4a5a; font-size: 16px; margin: 0 0 28px; }
.legal-content a { color: #14808d; font-weight: 700; text-decoration: none; }
.legal-table { border: 1px solid rgba(10,35,66,.1); border-radius: 14px; overflow: hidden; margin: 0 0 18px; }
.legal-table .row { display: flex; justify-content: space-between; padding: 13px 18px; font-size: 14.5px; border-top: 1px solid rgba(10,35,66,.08); }
.legal-table .row:first-child { background: #f7f3ea; font-weight: 700; font-size: 14px; border-top: none; }
.legal-footer { background: #081c34; color: #fff; }
.legal-footer-top { max-width: 1100px; margin: 0 auto; padding: clamp(40px,5vw,60px) clamp(20px,5vw,40px) 26px; display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; }
.legal-footer-brand { display: flex; align-items: center; gap: 14px; }
.legal-footer-brand .logo-box { background: #fff; display: inline-flex; padding: 8px 12px; border-radius: 10px; }
.legal-footer-brand .logo-box img { height: 34px; width: auto; display: block; }
.legal-footer-brand .info { font-size: 13.5px; color: rgba(255,255,255,.62); line-height: 1.6; }
.legal-footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.legal-footer-links a { color: rgba(255,255,255,.6); text-decoration: none; font-size: 13px; }
.legal-footer-links a:hover { color: #fff; }
.legal-footer-bottom { max-width: 1100px; margin: 0 auto; padding: 16px clamp(20px,5vw,40px) 22px; border-top: 1px solid rgba(255,255,255,.1); text-align: center; }
.legal-footer-bottom span { color: rgba(255,255,255,.45); font-size: 12.5px; }
